@font-face {
  font-family: zain;
  src: url(../fonts/Zain-Regular.ttf);
}

@font-face {
  font-family: zain-bold;
  src: url(../fonts/Zain-Bold.ttf);
}

.nav > span{
  display: block;
  margin: auto;
  padding: 5px 10px;
  border-radius:10px;
}

#list-printed ul li img{
  width:100% !important;
}

.group-navigation span:hover > .tooltip{
  display:block;
  opacity:1;
  width:max-content;
  transition: width 2s;
}

.select2-container{
  text-align:left;
}

.today, .clear{
  font-size: 11px;
}

.leaflet-control-attribution a, .leaflet-control-attribution span{
  display: none !important;
}

h3{
  font-size: 16px;
  color: #555;
  font-family: 'zain-bold';
  margin: 0;
  padding: 0;
}

h3 > span{
  position: absolute;
  top: 33px;
  font-family: 'zain';
  color: #555;
}

.today{
  background: #2b78d83d;
}

.clear{
  background: #f1f1f1;
}

.form-login{
  margin:auto;
  width:600px;
  background-color:#fff;
  border-radius:15px;
  box-shadow:0 0.125rem 0.25rem rgba(165,163,174,.3);
}

.group-navigation{
  margin:auto;
}

.group-navigation div svg{
  width:15px;
  margin:auto;
  color:#555;
}

.sign-out + div{
  display:none;
}

.sign-out:hover + div{
  display:block;
}

.sign-out + div:hover{
  display:block;
}

.tooltip{
  position:absolute;
  opacity:0;
  top: 5px;
  left: 60px;
  z-index: 1;
  font-size: 11px;
  background-color:#bdcaf5f0 !important;
  color:#636f99 !important;
  padding:5px 10px;
  border-radius:5px;
  width:0px;
}

.group-navigation div{
  display: flex;
  width:30px;
  height: 30px;
  border-radius:10px;
  margin:auto;
  cursor:pointer;
  margin:20px 0px;
}

.group-navigation .active{
  background-color: #bdcaf58f !important;
  color:#636f99 !important;
}

body{
    min-height:100%;
    background-color: #f8f7fa;
}

label, input, textarea{
    font-size:12px !important;
    color:#444 !important;
    outline: none !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
    border:1px solid #7eb2ee !important;
}

.bell-notif, .not-notif{
  color:#fff;
  font-size:8px;
  //font-weight: bold;
  padding:3px 4px;
  font-style:normal;
  border-radius:3px;
  background-color:#cd6464;
  position:absolute;top:-5px;
}

.select2:focus .select2-container--focus{
    border-radius:5px;
}

.select2-search__field{
    border-radius:3px;
}

.datepicker > div.datepicker-days {
    display: block;
}

.datepicker-days{
    display: block;
}

.form-text{
    padding:0 !important;
    font-size:11px;
    color:#6f6b7d !important
}

.container-fluid{
    padding:0;
    background-color: #fff;
}

.main-logo{
    width:130px;
}

.menu-icon-left {
    margin-right: 0.2rem;
    width:15px;
    height:15px;
    color:#6f6b7d;
    stroke-width: 1;
    margin-bottom:2px;
}

.menu-icon-right{
    margin-left: 0.1rem;
    width:15px;
    height:15px;
    color:#6f6b7d;
    stroke-width: 1;
    margin-bottom:2px;
}

.menu{
    padding:0 10px;
    margin:0;
}

.menu li{
    list-style:none;
    display: table-cell;
    position:relative;
    width:auto;
}

.menu li div{
    font-size:12px;
    color:#6f6b7d;
    padding:8px 10px;
    padding-right:15px;
    margin:3px 0px;
}

.menu li ul, .menu-nav ul{
    position: absolute;
    padding: 0px;
    margin: 0;
    border-radius: 3px;
    background: #fff;
    left:0;
    width: max-content;
    margin-top:10px;
    box-shadow:0 0.125rem 0.25rem rgba(165,163,174,.3);
    display:none;
    z-index:9;
}

.menu li ul li, .menu-nav ul li{
    display: block;
    background-color: #fff;
    font-size:12px;
}

.menu-nav ul li{
    padding: 8px 10px;
    margin: 3px 0px;
}

.menu li ul li div svg, .menu-nav ul li div svg{
    color:#6f6b7d !important;
}

.menu-nav:hover ul, .menu-notif:hover .notif{
    display:block !important;
}

.menu li div:hover, .menu-nav:hover, .menu-nav ul li:hover{
    background-color:#f4f4f5 !important;
    border-radius:3px;
    cursor:pointer;
    color:#6f6b7d !important;
    box-shadow:none;
}

.menu li div:hover svg,  .menu-nav:hover svg{
    background-color:#f4f4f5 !important;
    border-radius:3px;
    cursor:pointer;
    color:#6f6b7d !important;
}

.menu li .active{
    background-color:#6677b4;
    border-radius:3px;
    cursor:pointer;
    color:#fff;
    box-shadow:0px 2px 6px 0px #6677b4;
}

.menu li .active ul{
    display:block;
    z-index:9;
}

.menu li .active svg{
    color:#fff;
}

.navbar{
    padding:0;
}

.navbar .header{
    padding:3px 0px;
    box-shadow: 0 1px 0 #f1f1f1;
    width:100%;
}

.content{
    min-height:450px;
    display: block;
    background-color: #f8f7fa;
}

.footer{
    font-size:11px;
    background-color: #f8f7fa;
    padding:10px 0px;
}

.briefcase{
    padding:10px 20px;
    padding-top:20px;
}

.briefcase h5{
    margin:0;
    padding:0;
    text-transform: uppercase;
    color:#555;
    letter-spacing: 1.5px;
    text-align:center;
}

.briefcase ul{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.briefcase ul li{
    display:inline-block;
    font-size:11px;
    color:#999;
    padding:0;
}

.briefcase ul .active{
    color:#555;
    font-weight: 400;
}

.box{
    box-shadow:0 0.125rem 0.25rem rgba(165,163,174,.3);
    background-color: #fff;
    margin:0;
    margin-top:10px;
}

.box button{
    margin:2.5px;
    font-size:10px !important;
}

.box .div{
    padding:20px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
}

table thead tr th{
    font-size:12px;
    /*border-bottom:0px;*/
    position:relative;
    color:#555 !important;
}

table thead{
    /*border-bottom:1px solid #555;*/
}

table tbody tr td{
    font-size:11px;
    /*border-bottom:1px solid #bcbcbc;*/
}

.pagination .page-item .page-link{
    font-size:12px;
    color:#555;
}

.pagination {
    display: inline-flex;
}

.select2-container{
    font-size:12px;
}

.btn-close-square{
  top:5px;right:5px;cursor:pointer;position:absolute;
}

.btn-close-square span{
  border: 1px solid #bcbcbc;border-radius: 5px;position: relative;height: 25px;width: 25px;display: flex;
}

.btn-close-square span svg{
  width: 13px !important;height: 12px !important;position: relative;margin: auto;
}

.tab-detail ul{
  margin:0;text-align:center;padding:5px;border:1px solid #e1e1e1;border-radius:5px;padding-bottom:8px;
}

.tab-detail ul li{
  background-color:transparent;padding:5px 10px;border-radius:5px;width:max-content;font-size:10px;color:#555;display: inline-block;font-weight:bold;cursor:pointer;
}

.tab-detail ul li.active{
  color:#636f99 !important;
  background-color:#bdcaf58f !important;
}

.tab-detail ul li.active i{
  color:#636f99 !important;
}

.tab-detail ul li i{
  color:#939191;
}

.detail-content{
  background: #fff;
}

.detail-content .contents{
  padding:10px 0px;position:relative;display:none;
}

.detail-content .active{
  display:block;
}

.detail-content .content h6{
  font-size:14px;color:#555;
}

.container-create{
  position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:none;overflow:auto;padding:20px 0px;
}

.box-sort{
    display:none;
    position: absolute;
    background: #fff;
    z-index: 9;
    min-width: 212px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    right:0px;
}

.box-detail{
    background-color:#fff;
    position:absolute;
    top:0;
    right:0;
    width:330px;
    height:100%;
    box-shadow:0 0.125rem 0.25rem rgba(165,163,174,.3);
    overflow:auto;
    display:none;
    z-index:9;
}

.leaflet-popup{
	bottom:30px !important;
}

.container-load{
  z-index:3;
}

.container-form{
  z-index:2;
}

.container-load, .container-form{
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    left:0;
    top:0;
    background-color:transparent;
    overflow-y: auto;
}

.container-load .box, .container-form .box{
    width:auto;
    max-width: 450px;
    padding:20px;
    background-color:rgba(255,255,255,0.4);
    margin:auto;
    border-radius:5px;
}

.container-load .box{
    max-width: 350px !important;
}

.container-load .box .title{
    font-size:18px;
    color:#555;
}

.container-load .box p{
    font-size:12px;
    color:#555;
}

.flex{
    display: flex;
}

.block{
    display:block;
}

.background-white{
    background-color: #fff !important;
}

.textalign-end{
    text-align: end;
}

.textalign-center{
    text-align: center;
}

.icon-message-big{
    width:55px;
    height:55px;
    color:#555;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 3px;
    background:
      radial-gradient(farthest-side,#ffa516 95%,#0000) 50% 0/12px 12px no-repeat,
      radial-gradient(farthest-side,#0000 calc(100% - 5px),#ffa516 calc(100% - 4px)) content-box;
    animation: l6 2s infinite ;
  }
  @keyframes l6 {to{transform: rotate(1turn)}}


.box-sort div{
    padding:0;
}

.error-txt{
    font-size:11px;
}

button{
    font-size:12px !important;
}

.btn-primary {
    color: #fff;
    background-color: #6677b4;
    border-color: #6677b4;
}

.box-sort .title, .box-sort .box{
    padding:10px 20px;
}

.box-sort .box {
    padding-top:0;
    margin-top:0;
}

.box-sort .box .row{
    margin-bottom:10px;
}

input{
    width:100%;
}

.search-box{
    padding-left:15px;
}

.ng-scope div{
    padding:0;
}

.widget-approval-list h5{
    font-size:14px;
    color:#555;
    margin:0;
}

.widget-approval-list span{
    display:block;
    padding:0;
    margin:0;
    color:#6f6b7d;
    font-size:12px;
}

.widget-approval-list div ul{
    padding:0;
    margin:0;
    list-style:none;
}

.widget-approval-list div ul li{
    cursor:pointer;
    position:relative;
    padding:10px 0px;
    border-bottom:1px solid #f1f1f1;
}

.widget-approval-list div ul li p{
    color:#555;
    padding:0;
    margin:0;
    font-size:13px;
}

.widget-approval-list div ul li span{
    display:block;
    font-size:10px;
    color:#6f6b7d99;
}

.widget-approval-list div ul li:hover p{
    font-weight:bold;
    transition: all 0.1s;
}

.widget-approval-list div ul li:hover span, .widget-approval-list div ul li:hover div{
    color:#6677b4 !important;
}

.widget-approval-list div ul li:hover{
    border-color:#bcbcbc;
}

.btn-option + ul{
    position:absolute;
    background-color:#fff;
    box-shadow:0 0.125rem 0.25rem rgba(165,163,174,.3);
    right:0 !important;
    top:20px;
    z-index:9;
    width:max-content;
}

.btn-option:hover + ul, .btn-option + ul:hover{
    display:block !important;
    transition: 0.5s all;
    cursor:pointer;
}

.btn-option + ul a:hover, .btn-option + ul a:hover i{
    color:#6282b4;
}

.btn-option + ul a:hover{
    border-left:2px solid #6282b4;
}

.btn-option + ul{
    list-style:none;
    padding:0;
    margin:0;
}

.btn-option + ul li a{
    padding:5px 10px !important;
    display: inline-block;
    width:100%;
    text-decoration: none;
    color: #555;
}

.header-login{
  position:relative ;
}

.img-login-desktop{
  display:block;
}

.img-login-mobile{
  display:none;
}

.load-pie{
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  left:0;
  top:0;
  background: rgba(255, 255, 255, 0.9);
}

#qr-reader__dashboard_section_swaplink{
  text-decoration: none !important;
  font-size: 12px;
  color: #fff;
  background-color: #ffd65f;
  padding: 2px 7px;
  border-radius: 5px;
  margin-top: 3px;
  display: block;
  width: max-content;
  margin: auto;
  margin-top: 3px;
}

#qr-reader__dashboard_section_csr > span{
  font-size:12px;
}

#qr-reader__dashboard_section_fsr span{
  font-size:12px;
}

#table-list td{
  vertical-align: middle;
}

#table-list td a{
  text-decoration:none;
}
/* HTML: <div class="loader"></div> */
.loader2 {
  height: 1px;
  width: 100%;
  --c: no-repeat linear-gradient(#6677b4 0 0);
  background: var(--c), var(--c), #c9d3f5;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}

@keyframes l16 {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}

.loader-table {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 18px;
  background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;
}
.loader-table::before {
  content: "Loading...";
  line-height: 1em;
  color: #0000;
  background: inherit;
  background-image: radial-gradient(circle closest-side,#fff 94%,#000);
  -webkit-background-clip:text;
        background-clip:text;
}
#qr-reader{
  border:0 !important;
}

#qr-reader div span a{
  font-family: 'zain';
  color:#555;
  font-size:16px;
  text-decoration:none;
}

#qr-reader__dashboard_section_csr button{
  border-radius: 5px;
  background-color: #6485b8;
  color:#fff;
  border:1px solid #6485b8;
  box-shadow: rgb(38, 57, 77) 0px 14px 18px -10px;
}

.content-box{
  padding:20px;
  position:relative;
}

.box.box-external{
  width:50%;
}

.btn-adj{
  position:absolute;top: 10px;left: -110px;background-color:#6dc2e1;border-color:#6dc2e1;color:#fff;
}

@keyframes l24{
  100%{background-position: left}
}

@media print {
  body {
    visibility: hidden;
  }

  #barcode_detail img {
    visibility: visible;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    margin:0 !important;
    border:0 !important;
    width:100% !important;
    height:100% !important;
    padding:20px !important;
  }

  #list-printed{
    visibility: visible;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    margin:0 !important;
    border:0 !important;
    width:100% !important;
    height:100% !important;
    padding:20px !important;
  }
}

@media screen and (max-width: 960px) {
  .form-login{
    margin:0px;
  }

  .btn-adj{
  	top: 50px !important;
  	right: 0px !important;
  	left: auto !important;
  }

  .content-box{
  	padding:7px !important;
  }

  .box.box-external{
    width:100% !important;
  }

  .box.box-todo{
	margin-top: 95px !important;
  }

  .form-login .row .col-md-5 {
    padding-top: 80px;
    height: 350px;
  	border-radius: 0 !important;
  }

  .img-login-desktop{
    width: 375px !important;
    display:none;
  }

  .header-login .box-login{
    padding-bottom: 50px !important;
  }

  .img-login-mobile{
    display:block;
  }

  .body-login{
    background-color: #fff !important;
    border-radius: 50px !important;
    position: absolute !important;
    top: 275px !important;
  }

  .body-login .box-login{
    padding: 30px 50px !important;
  	border-radius: 0 !important;
    height: 384px !important;
  }

  .body-login .box-login > div{
    margin-top: 30px !important;
  }

  .box-login > div{
    padding-top:0px !important;
    margin: auto !important;
    margin-top: -35px !important;
  }

  .box-login h5{
    margin-top:-41px !important;
  }

  .box-login span{
  	width:auto !important;
  }

  .form-login {
    width: 100% !important;
  }

  .header-login {
  	height: 100% !important;
  	max-width:none !important;
  	margin: 0 !important;
  }

  .img-login-mobile{
	width:100% !important;
  }
}
