.table{
  border: #ddd solid 1px;

}

.table > tbody > tr > td {
 
  border: #ddd solid 1px;
  font-size: 11px;
  font-weight:600;
}

.table > thead > tr > th {
  border: #ddd solid 1px;
  background-color:lightgrey;
  font-size: 12px;
  font-weight:600;
}

.table > tfoot > tr > th {
  border: #ddd solid 1px;
}


div{
  font-weight:600;
}

.nav.nav-tabs{
  padding-left:10px;
}

.nav.nav-tabs li a {
  font-size:12px;
  padding: 6px 6px;
  border-right: 1px dotted #666;
}

.table-column-display-option{
    position: absolute;
    display:none;
    z-index: 2999;
    border:1px solid #888;
    padding: 10px;
    background-color: #FFF;
    max-height: 300px;
    min-width: 310px;
    overflow-y: auto;
}

.table-column-option-table-list{
    border:0px;
    background-color: #FFF;
    margin:0px;
    padding:0px;
    min-width: 200px;
}

.table-column-display-option-button{
  
}


.table-column-option-table-list tr:nth-child(odd) {
    background-color: #FFF;
}

.table-column-option-table-list tr:nth-child(even) {
    background-color: #FFF;
    
}

input[type="checkbox"] {
    width:16px;
    height:16px;
    
}

.table-column-option-table{
    border:0px;
    background-color: #FFF;
}

@media all and (max-width: 1068px) {
    .sft-dashboard-widget{
        width: 100%;
        border-radius: 5px;
        margin: 0px 0px;
        padding: 10px 10px;
        height:100%;
    }

   .sft-dashboard-content{
        font-size: 18px;
        font-weight: bold;
        padding-left:5px;
    }

    .sft-dashboard-content-middle{
        font-size: 12px;
        font-weight: bold;
        padding-left:5px;
    }

    .sft-dashboard-content-small{
        font-size: 10px;
        font-weight: bold;
        padding-left:5px;
    }

    .sft-dashboard-remarks{
        font-size: 12px;
    }

    .sft-dashboard-alert{
        font-size: 12px;
    }
}

@media all and (min-width: 1069px) {
    .sft-dashboard-widget{
        width: 100%;
        border-radius: 5px;
        margin: 0px 0px;
        padding: 10px 10px;
        
        height:100%;
    }

   .sft-dashboard-content{
        font-size: 20px;
        font-weight: bold;
        padding-left:5px;
    }

    .sft-dashboard-content-middle{
        font-size: 20px;
        font-weight: bold;
        padding-left:5px;
    }

    .sft-dashboard-content-small{
        font-size: 15px;
        font-weight: bold;
        padding-left:5px;
    }

    .sft-dashboard-remarks{
        font-size: 12px;
    }

    .sft-dashboard-alert{
        font-size: 12px;
        font-weight: bold;
    }
}

.sft-dashboard-content-box{
    padding:1px 5px 1px 5px;
    border:solid 1px #AAA;
    border-radius: 5px;
    color: #FFF;
}

.sft-dashboard-content-status{
  padding:1px 5px 1px 5px;
  border-radius: 5px;
  font-size:12px;
  color: #FFF;
}

table.mobile-card{
    width: 100%;
}

table.mobile-card tbody{
    border: 1px solid black;
}

table.mobile-card td{
    padding: 5px;
    vertical-align: top;
}


.datepicker.readonly{
    background-color: #e9ecef;
    pointer-events: none;
}

select.readonly+.chosen-container.chosen-container-single{
    pointer-events: none;
}

select.readonly+.chosen-container.chosen-container-single .chosen-single{
    background-color: #e9ecef;
    pointer-events: none;
}

select.readonly+.select2.select2-container{
    pointer-events: none;
}

select.readonly+.select2.select2-container .select2-selection{
    background-color: #e9ecef;
    pointer-events: none;
}

table.work-station-table th{
    font-size: 28px !important;
}

table.work-station-table td{
    font-size: 25px !important;
}

table.work-station-table td .badge{
    font-size: 20px !important;
}
table.work-station-table td .btn{
    margin: 5px !important;
}

.center-alert-box
{
    display:flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    z-index: 1000 !important;
}

.center-alert-box .center-alert-backdrop
{
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block !important;
    position: absolute;
}

.center-alert-box .center-alert-dialog
{
    width: 500px;
    padding: 20px;
    background: rgb(255, 255, 255);
    display: block !important;
    height: auto;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%;
    border: 1px grey solid;
    box-shadow: 0 3px 10px black;
}


@media only screen and (max-device-width: 720px) {
    .center-alert-box .center-alert-dialog
    {
        width: 350px;
    }

    .btn-xxl{
        font-size: 15px !important;
        padding: 1px !important;
    }    
}


@media (max-width: 720px) {
  .img-fluid{
    height:auto;
    max-width:120px;
  }

  .img-fluid-min{
    height:auto;
    max-width:80px;
  }

  .login_content{
    font-size:12px;
  }
}

.master-listing {
  max-height: calc(100vh - 220px); /* viewport height - 220px */
  overflow: scroll;
}

.modal-detail-listing{
  min-height: 400px;
  max-height: calc(100vh - 400px); 
  overflow: scroll;
}


.center-alert-box .center-alert-dialog .btn{
    margin: 2px;
}

/* Gauge Chart */
.gauge {
    position: relative;
    border-radius: 50%/100% 100% 0 0;
    background-color: var(--color, #a22);
    overflow: hidden;
}
.gauge:before{
    content: "";
    display: block;
    padding-top: 50%;   /* ratio of 2:1*/
}
.gauge .chart {
  overflow: hidden;
}
.gauge .mask {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  top: 40%;
  background-color: #fff;
  border-radius: 50%/100% 100% 0 0;
}

.gauge .percentage {
    position:  absolute;
    top: -1px;
    left: -1px;
    bottom: 0;
    right: -1px;
    background-color: var(--background, #aaa);
    transform:rotate(var(--rotation)); 
    transform-origin: bottom center; 
    transition-duration: 600;
}
.gauge:hover {
  --rotation: 100deg;
}
.gauge .value {
  position:absolute; bottom:0%; left:0;   
  width:100%; 
  text-align: center;
}

.gauge .min {
  position:absolute; 
  bottom:0; left:5%;   
}
.gauge .max {
  position:absolute; 
  bottom:0; right:5%;   
 }

 .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .single-chart {
    width: 80%;
    justify-content: space-around ;
  }
  
  .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
  }
  
  .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }
  
  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    -webkit-animation: progress 1s ease-out forwards;
            animation: progress 1s ease-out forwards;
  }
  
  @-webkit-keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  
  .circular-chart.maroon .circle {
    stroke: #F4140A;
  }
  
  .circular-chart.green .circle {
    stroke: #4CC790;
  }
  
  .circular-chart.blue .circle {
    stroke: #3c9ee5;
  }

  .circular-chart.yellow .circle {
    stroke: #E6F014;
  }
  
  .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
  }

  .pull-right{
    float: right;
  }

  .toast-color {
    background-color: #eee;
  }

  .none-margin{
    margin: 0px !important;
  }

  .btn-xxl{
    width: 100%;
    padding: 10px;
    font-size: 25px;
  }

  .btn-xl{
    width: 100%;
    height: 100%;
    padding: 5px;
    font-size: 20px;
  }

  .btn-xl-w{
    padding: 3px 10px;
    font-size: 15px;
  }

  .tab-head-md{
    font-size: 15px;
  }

  .select2-result-repository__avatar {
      float: left;
      margin-right: 10px;
  }


  
.pdf-backdrop {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 25px 10px 25px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow-y: hidden;
    z-index: 9999999;
}

.btn-float{
	position:fixed;
	width:50px;
	height:50px;
	top: 8px;
	left: calc(100vw - 55px);
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 999999999;
    font-size: 25px;
}

.btn-float > i{
	margin-top: 12px;
}

.btn-float.btn-print-to-printer{
    margin-top: 85vh;
	margin-left: -5vw;
}

.btn-float.btn-schedule-to-printer{
    margin-top: 95vh;
	margin-left: -5vw;
}

.iframe-placeholder
{
    background: url(/assets/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

/* organiztion chart **/
.orgchart .node .title{
    width: 100% !important;
    padding: 2px !important;
}

.orgchart .node .title a{
    color:#eee !important;
}

.orgchart .node .title a:hover{
    font-size: 14px;
}

.orgchart .node .content{
    width: 100% !important;
    height: auto !important;
    padding: 2px !important;
}

.orgchart .node .edge { display: none; }

.datepicker-dropdown {
    z-index: 10000 !important;
}
.container-image-list{
    overflow: auto !important;
}

input.weigher_text_box{
    font-size: 30px;
    font-weight: 900;
    color: #292828;
    background-color: #a5f5c4;
    border:1px solid #0C9;
    padding-bottom:0px; 
    margin-bottom:5px;
    width:100%;
    text-align: center;
}

  .onoffswitch-md{
    width:100px;
  }

  .onoffswitch-label-md {
 
    
  }

  .onoffswitch-inner-md:before, .onoffswitch-inner-md:after{
    height: 22px;
    font-size: 12px;
    padding-top:3px;
  }
 
  .onoffswitch-switch-md{
    width:30px;
    right: 74px;
  }

  .yes-no-switch-inner:before {
    content: "YES";
    height: 22px;
  }
  
  .yes-no-switch-inner:after {
    content: "NO";
    height: 22px;
  }

  
 .pass-fail-switch-inner:before {
    content: "PASSED";

 }
  
  .pass-fail-switch-inner:after {
    content: "FAILED";
    background-color: #F4140A;
    color:#FFF;
  }

  .modal-xl{
    width:100%;
  }

  .input-group {

  }
  
  .input-group .input-group-prepend-right{
    background-color: #fff;
    border: 1px solid #666;
    margin: 1px 0px 0px -11px;
    padding: 3px 1px
  }

  .input-group .input-group-addon{
    border:0px;
    margin:0px;

  }

  table > tfoot > tr > td{
    font-weight:bold;
    background-color: #F5F5F6;
    border-top-width: 1px;
    color: #000;
  }

  .set_title, a.set_title, td.set_title{
    font-weight:bold;
    font-size: 14px;
  }

  .unit_title, a.unit_title, td.unit_title{
    font-weight:bold;
    font-size: 12px;
  }

  .pc_title , a.pc_title, td.pc_title{
    font-size: 12px;
  }

  input.small{
    float:right;
    width:15px;
    height:15px;
    margin-top:5px;
  }

  input.danger{
    accent-color: #ed5565;
  }

  a.btn-xxs, button.btn-xxs{
    font-size: 0.5rem;
    padding: 0.1rem 0.2rem;
 
  }

  a.btn-xxxs, button.btn-xxxs{
    font-size: 0.5rem;
    padding: 0.1rem 0.2rem;
  }

  .table-row-no {
    counter-reset: row-num;
   }
   .table-row-no tbody tr  {
   counter-increment: row-num;
   }
   
   .table-row-no tr td:first-child::before {
   content: counter(row-num) ". ";
   }
   .table-row-no tr td:first-child {
   text-align: center;
   }


   .input-group-addon{
    font-size: 13px;
   }

   .width-50{
    max-width:50px;
   }


  .select2-border{
    border-bottom: 1px solid #EEE;
    
  }

  .column-label{
    color:#000;
    font-weight: 100;
    margin-top: 1px;
    margin-bottom: 0px;
    padding:0px;
  }

  .column-data{
    font-weight:bold!important;
    font-weight: 100;
    margin-top:0px;
    margin-bottom:2px;
    padding: 0px 3px 0px 3px;
    
}

input.uppercase { 
  text-transform: uppercase; 
}

.quantity{
  //text-align: right;
}

.onlyDecimal{
  //text-align: right;
}

.highlight_row{
  //background-color: #a5f5c4;
  border-bottom: 3px solid #000;
}



.dropzone{
  padding:5px;
}

.dropzone .dz-message {
  font-size: 12px;
}

.dropzone .title{
  padding-bottom:10px;
  font-size:12px;
  font-weight: 700;
  color:cadetblue;
}

.uploader_thumbnail{
  cursor: pointer;
  
  width:50px;
  height:50px;
}

.uploader_gallery{
  cursor: pointer;
  
  width:100px;
  height:100px;
}

.attachment_list{
  width:100%
}

.attachment_list .basic-box{
  display:block;
  width:50px;
  height: 140px;
}

.attachment_list .basic-box h5{
  font-size:7pt;
}

.attachment_list .basic-box span{
  font-size:6pt;
}

.attachment_list .list-box{
  display:block;
  width:100%;
  height:65px;
  margin:1px 0px 1px 20px;
  border:1px solid #ddd;
  padding:2px;
}

.attachment_list .list_box .uploader_thumbnail{
  border:0px; 
  margin:2px;
}

.attachment_list .list_box .uploader_gallery{
  border:0px; 
  margin:2px;
}

.attachment_list .list-box .info{
  
}

.attachment_list .list-box h5{
  font-size:7pt;
}

.attachment_list .list-box span{
  font-size:6pt;
}

.attachment_list .list-box p{
  font-size:7pt;
}

.attachment_list .list-box .function{
  padding:1px;
  text-align: center;
}

.gallery_title{
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.gallery_title span{
  font-size:7pt;
}

.font-size-md{
  font-size:12pt;
} 

.font-size-lg{
  font-size:15pt;
} 

.pointer{
  cursor: pointer;
}

.scrollable-table{
    max-height: 600px; 
    overflow: scroll;
}

/* Others */

.bottom-width-2 {
    border-bottom: 2px solid #666 !important;
}

.qr_scanner {
  z-index: 10000 !important;
}


.p-h-xxs{
  padding-top: 3px;
  padding-bottom: 3px;
}

.ibox-content{
  padding: 8px 15px 2px 15px;
  margin-bottom:5px;
}


.bg_pink{
  background-color: rgb(228, 67, 67); 
}

.bg-pink{
  background-color: rgb(228, 67, 67); 
}

.bg-yellow{
  background-color: #FFFF00;
}

.bg-blue{
  background-color: #3498db;
}

.bg-green{
  background-color: #2ecc71 ;
}

.bg-red{
  background-color: rgb(247, 11, 11);
}

.bg-light-blue{
  background-color: #7fc7f8;
}

.bg-light-green{
  background-color: #94fabe ;
}

.bg-light-red{
  background-color: rgb(247, 165, 165);
}


.text-sm{
  font-size: 9px;
  color:#292828;
}

.font-xs{
  font-size: 8px;
}

.progress-bar-weight{
  background-color: #85c1e9;
  color: #000;
}

.progress-bar-m3{
  background-color: #7dcea0 ;
  color: #000;
}

.progress-bar-unit{
  background-color: #f4d03f;
  color: #000;
  font-size: 5pt;
  padding: 1px 1px;
  color: #888;
}

.progress-bar-unit-blank{
  background-color: #fff;
  border:1px solid #ddd;
  color: #888;
  font-size: 5pt;
  padding: 1px 1px;
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.table-no-border, .table-no-border th, .table-no-border td {
    border: none !important;
}

.transparent-md{
  opacity: 0.5;
}

.transparent-lg{
  opacity: 0.2;
}

/* xiali's count for side rectangle */

.rectangle {
    width: 120px;
    height: 80px;
    background-color: #1c84c6 !important
}
.transparent-sm{
  opacity: 0.8;
}

.tr-style-gray, .tr-style-gray td{
  background-color: #eee;
}

.tr-style-white{
  background-color: #fff;
}

.table-gray{
  background-color: #eee;
}

.table-dashboard{
  
}

.table-dashboard thead th{
  font-size: 12px;
  font-weight:bold;
  padding: 8px 3px;
  background-color: #1c84c6;
}


.table-dashboard tbody td{
  font-size: 16px;
  font-weight:bold;
  padding: 10px 3px;
}

.menu-btn{
  font-size: 10pt;
  font-weight:bold;
  height:60px;
  width:100%;
  margin:1px;
}

.menu-div{
  padding:1px;
}

.menu-div .menu-button{
  font-size:11px;
  font-weight: bold;  
  width:100%;
  height: 45px;
}

.menu-div .menu-button p{
  font-size:9px;
  font-weight:400;
}

.text-xs{
  font-size:7pt;
}

.text-md{
  font-size:8pt;
}

.text-lg{
  font-size:9pt;
}

.text-xl{
  font-size:11pt;
}

.text-xxl{
  font-size:15pt;
}

.btn-fixed-xxl{  
  width:200px;
  height:40px;
  font-size:20px;
}

.btn-fixed-lg{  
  width:180px;
  height:35px;
  font-size:18px;
}

.btn-fixed-md{  
  width:150px;
  height:30px;
  font-size:14px;
}

.table-button tr{
  cursor: pointer;
}

.table-button tbody tr td{
  font-size: 14px;
  font-weight:bold;
  padding: 8px 8px;
}

.table-button tr:hover{
  background-color: #057cca;
  color: #FFFFFF;
}

.table-button tr th{
  cursor: auto;
  background-color: #aaa;

}

.mobile-form-lg{
}

.mobile-form-lg label{
  font-size: 15px;
}

.mobile-form-lg input{
  font-size:15px;
}

.mobile-form-lg input::-moz-placeholder{
  font-size:15px;
}

.mobile-form-lg input:-ms-input-placeholder{
  font-size:15px;
}

.mobile-form-lg input::placeholder{
  font-size:15px;
}

.mobile-form-lg .button{
  font-size: 18px;
  min-width: 140px;
  padding: 6px 15px;
}

.mobile-form-lg .button-md{
  font-size: 18px;
  margin:2px;
}

.mobile-form-lg .button-fixed-md{
  font-size: 18px;
  width:100px;
  margin:2px;
}

.table-no-style{
  border:0px;
}

.table-no-style:hover{
  border:0px;
}

.card-header{
  padding:5px 10px;
}

.card-body{
  padding:5px 10px;
}

.list-group-item{
  padding: 1px 0px 1px 5px;
  background-color: #fff;
  border: 1px solid #aaa;
  margin-bottom:1px;
}

.dd-handle{
  margin:0px;
  background-color: #fff;
  padding: 5px;
}

.card{
  margin-bottom: 5px;
}

.logo-container {
            margin: 0px 0 0 0;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .logo {
            width: 30px;
            height: 30px;
            background: #2575fc;
            border-radius: 30%;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 35px;
            transition: transform 0.5s ease;
        }
        
        .logo.up {
            transform: rotate(0deg);
        }
        
        .logo.down {
            transform: rotate(180deg);
        }

