@charset "UTF-8";
g[class$='creditgroup'] {
     display:none !important;
}
.side-menu .side-menu-title {
  font-size: 12px;
}
.box-typical.box-typical-max-500 .box-typical-body {
    overflow: auto;
    height: 500px;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--white .select2-selection--single .select2-selection__arrow {
    margin-top: 5px;
}

.select2-dropdown {
    border-color: #d8e2e7;
    
}

.select2-results__options {
    overflow: scroll !important;
    height: auto !important;
}


.side-menu-list .lbl {
    font-size: 12px;
}

.bootstrap-table .table td, .fixed-table-body .table td, .table td {
    font-size: 13px;
}

.bootstrap-table .table thead th, .fixed-table-body .table thead th, .table thead th {
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_filter input {
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 10px;
}

.pagination {
    font-size: 12px;
}

label {
    font-size: 14px;
}

.label {
    font-size: 12px;
}

.btn-group-sm>.btn, .btn-sm {
    font-size: 11px;
}




::-webkit-input-placeholder {
   text-transform: initial;
}

:-moz-placeholder { 
   text-transform: initial;
}

::-moz-placeholder {  
   text-transform: initial;
}

:-ms-input-placeholder { 
   text-transform: initial;
}

table.dataTable tbody td {
   margin-top: 20px;
   vertical-align: top;
}

table.dataTable tbody tr td {
    word-wrap: break-word;
    word-break: break-all;
}

.site-header .hamburger {
    margin: 0;
}

.column {
    width: 100%;
}

@media (max-width: 767px) {
  .site-header .site-header-content {
      margin-left: -200px;
  }

  .site-header .site-logo img {       
      position: absolute;
      top: 0; bottom:0; left: 0; right:15px;
      margin: auto;
  }

  .user-card-row .user-card-row-name {
    font-weight: 600;
    color: #343434;
    width: 100%;
  }

  .user-card-row .tbl-cell.tbl-cell-status {
      font-weight: 600;
      text-align: right;
      width: 20%;
  }


}

.tbl-cell h5 {
    font-size: 16px;
}


.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 10px;
    font-size: 13px;
}


.form-label {
    font-size: 13px;
}

.select2-container--arrow .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--white .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}

.select2-container--arrow .select2-results>.select2-results__options, .select2-container--default .select2-results>.select2-results__options, .select2-container--white .select2-results>.select2-results__options {
    font-size: 13px;
}

.form-control {
    font-size: 13px;
}

.bootstrap-table .table a, .fixed-table-body .table a, .table a {
    border-bottom: solid 0px rgba(0,130,198,.5);
    position: relative;
    top: -1px;
}

/*.open ul.dropdown-menu {
    display: block;
}*/

.datepicker {
    z-index: 10000;
}

.hide {
    display: none;
    height: 0px;
}

.dropDown{
  position:fixed;
}

.alert.alert-info .alert-btns .btn {
    font-size: 12px;
}

#print {
    display: none;
}

@media print {
    .page-loader-wrapper,
    .overlay,
    .navbar, 
    .side,
    .blockUI,
    .container-fluid {
        display: none !important;
    }

    #print { 
        float: none;
        display: block;
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        margin-left: 30px;
        margin-right: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
        color: red;
    }
    body {
        margin-top: 20px;
    }
    @page { 
      size: a4; 
      margin-left: 0mm;
      margin-right: 0mm;
      margin-top: 0mm;
      margin-bottom: 0mm;
    }
}




