
@media (min-width:1024px) {
  .select2-drop-active{
    min-width: max-content!important;
  }
}

#pnLoading{
    position: fixed;
    background: #00000030;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
}
#pnLoading .iconload{
    height: 60px;
    margin-top: -30px;
    width: 128px;
    margin-right: -64px;
    top: 50%;
    position: absolute;
    right: 50%;
    background: url(/Lib_Common/assets/images/loading.gif) no-repeat;
    background-size: contain;
}
.cmt-top-menu ul.dropdown-menu{
  right: 0;
  left: inherit;
  min-width: inherit;
  width: inherit !important;
}
.TMSModal .modal-dialog{
    margin-bottom: 30px!important;
}
    .TMSModal .modal-dialog .modal-body{
        /* max-height: calc(100vh - 110px);
        overflow: auto; */
        /* display: grid; */
    }
    .TMSModal.modal{
      /* z-index: 2000; */
    }
    .TMSModal .container{
      width: 100% !important;
    }


  #pnModuleConfirm .modal-header{
    border: none;
    padding: 5px 7px 3px 7px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
    #pnModuleConfirm .modal-footer{
        border: none;
        padding-top: 0;
    }
  

.png-title{
  float: left;
  display: inline-block;
  margin: 20px 15px 20px 0;
  line-height: 35px;
}

  h1.png-title{
    font-size: 30px;
  }

.png-grid-detail-1 .row{
  /* margin-bottom: 15px; */

}
  .png-grid-detail-1 .row > div{
    display: flex;
    margin-bottom: 15px;
  }
    .png-grid-detail-1 .row > div b:first-child{
      width: 100px;
      margin-right: 5px;
      flex: none;
    }

button {
  background: #efefef;
}
/* Class switch button  */

  
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0;
  }

  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }


  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  
  .switch input:checked + .slider {
    background-color: #5cb85c;
  }
  
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #48d148;
  }
  
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/* Class switch button  */

.tooltip-inner {
  white-space: pre-wrap;
}


.form-horizontal{
  display: inline-flex;
}

input[type='checkbox'].chkCustom-1{
  height: 20px;
  width: 40px;
  position: relative;
  cursor: pointer;
}

    input[type='checkbox'].chkCustom-1:before{
      content: '';
      /* position: relative; */
      display: inline-block;
      width: 100%;
      height: 100%;
      margin: 0;
      background: #BEBEBE;
      border-radius: 1em;
    }
    input[type='checkbox'].chkCustom-1:after{
      content: '';
      position: absolute;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: 2px;
      border-radius: 50%;
      background: #fff;
      left:0
    }
    input[type='checkbox'].chkCustom-1:checked:after{
      right:0;
      left: inherit;
    }


.nav.navbar-nav .btn-texticon{
  display: inline-flex!important;
  padding: 7px!important;
}
    .nav.navbar-nav .btn-texticon>i{
      font-size: 20px;
    }
    .nav.navbar-nav .btn-texticon>span{
      margin-left: 7px;
    }
    .nav.navbar-nav .btn-texticon>img{
      height: 20px!important;
      width: 20px!important;
      margin: 0!important;
    }

.btn.btn-texticon{
  display: inline-flex;
  padding: 6px;
}
    .btn.btn-texticon>i{
      font-size: 20px;
    }
    .btn.btn-texticon>span{
      margin-left: 7px;
    }
    .btn.btn-texticon>img{
      height: 20px;
      width: 20px;
      margin: 0;
    }

.pnTab.pn-1{
  border-bottom:none;
  display: inline-flex;
}
    .pnTab.pn-1 .tab{
      cursor: pointer; padding: 10px 15px;
      margin-left: 2px;
      text-align: center;
      align-items: center;
      display: inline-flex;
    }
    .pnTab.pn-1 .tab:first-child{
      border-top-left-radius:1em;
      margin-left: 0;
    }
    .pnTab.pn-1 .tab:last-child{
      border-top-right-radius:1em;
    }

    
.daterangepicker{
  z-index: 10001;
}

.input-daterange.input-group input[name=from]{
  border-right: none;
}
    .input-daterange.input-group input[name=to]{
      border-left: none;
    }
    .input-daterange.input-group .input-group-addon{
      background: none;
      padding: 0;
      border-left: none;
      border-right: none;
    }



div.table{
  overflow: auto;
  /* max-height: 80vh; */
}

div.table .row{
  margin: 0;
}
div.table .col-md-12{
  padding:0;
}


    
a{
  cursor: pointer;
  color: #105793;
  text-decoration: none!important
}
h1,h2,h3,h4,h5{
  margin: 0;
}

input,select,textarea{
  padding: 5px;
}
button.btn{
  margin: 1px;
  margin-top: 0;
  margin-left: 0;
}

.txt-weight-bold{
  font-weight: bold;
}

.pn-display-none{
  display: none;
}

    .pn-display-inline-block{
      display: inline-block;
    }

    .pn-display-block{
      display: block;
    }

    .pn-display-flex{
      display: flex;
    }

    .pn-display-inline-flex{
      display: inline-flex;
    }

.pn-float-left{
  float: left;
}
    .pn-float-right{
      float: right;
    }
    .pn-float-none{
      float: none;
    }


.pn-round-1em{
  border-radius: 1em;
}
    .pn-round-10em{
      border-radius: 10em;
    }
    .pn-round-t-l-0{
      border-top-left-radius: 0;
    }
    .pn-round-b-l-0{
      border-bottom-left-radius: 0;
    }
    .pn-round-t-r-0{
      border-top-right-radius: 0;
    }
    .pn-round-b-r-0{
      border-bottom-right-radius: 0;
    }

.panel-itl{
  padding: 20px 0;
}

.pn-padding-0{
  padding: 0;
}
    .pn-padding-15{
      padding: 15px;
    }
    .pn-padding-t-b-15{
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .pn-padding-t-15{
      padding-top: 15px;
    }
    .pn-padding-b-15{
      padding-bottom: 15px;
    }
    .pn-padding-l-r-15{
      padding-left: 15px;
      padding-right: 15px;
    }
    .pn-padding-l-15{
      padding-left: 15px;
    }
    .pn-padding-r-15{
      padding-right: 15px;
    }
    .pn-padding-30{
      padding: 30px;
    }
    .pn-padding-t-b-30{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .pn-padding-l-r-30{
      padding-left: 30px;
      padding-right: 30px;
    }


.pn-margin-0{
  margin: 0;
}
    .pn-margin-15{
      margin: 15px;
    }

    .pn-margin-t-15{
      margin-top: 15px;
    }

    .pn-margin-b-15{
      margin-bottom: 15px;
    }
    .pn-margin-t-b-15{
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .pn-margin-l-15{
      margin-left: 15px;
    }
    .pn-margin-r-15{
      margin-right: 15px;
    }
    .pn-margin-l-r-15{
      margin-left: 15px;
      margin-right: 15px;
    }

    .pn-margin-30{
      margin: 30px;
    }

    .pn-margin-t-30{
      margin-top: 30px;
    }

    .pn-margin-b-30{
      margin-bottom: 30px;
    }
    .pn-margin-t-b-30{
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .pn-margin-l-30{
      margin-left: 30px;
    }
    .pn-margin-r-30{
      margin-right: 30px;
    }
    .pn-margin-l-r-30{
      margin-left: 30px;
      margin-right: 30px;
    }


.pn-shadow-none{
  box-shadow: none;
}
.pn-border-none{
  border: none;
}

.pn-opacity-05{
  opacity: 0.5;
}
