tr:first-child > td > .fc-day-grid-event {
    margin-top: 30px;
    font-size: larger;
    text-align: center;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-weight: bold;
}

.fc-unthemed td.fc-today {
    background:#fbf2c4;
}

.fc tbody > tr:hover td{
    background-color: unset !important;
    color: unset !important;
}

.inp{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 75px;
    padding: 5px 5px;
    outline: none;
}

.simple-input{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 70px;
    padding: 2px 2px;
    outline: none;
    height: 20px;
    font-size: 12px;
}



.menu_icon_container{
    display:flex;
    flex-direction:column;
    padding:12px 11px;
}

.menu_link{
    padding: 20px;
    display: inline-block;
    margin: auto;
    text-align: center;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.menu_link i{
    font-size: 32px;
    min-width: 32px;
    color: #fafbfc;
    display: inline-block;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.15);
}
.menu_link_title{
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}
.navbar{
    background-color: white!important;
}

.nav-admin-panel{
    font-weight: 600;
    display: block;
    background-color: white;
}

.table-parent{
    background-color: pink;

}

.table-responsive table.dataTable {
    border-collapse: collapse!important;
}

.table-responsive table.dataTable thead tr th{
    background-color:#f5f5f6;
    position: sticky;
    top: 0;
    z-index: 999;  
}


.form-horizontal .form-group{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-control-static, .col-form-label{
    font-weight:bold!important    
}

#login_screen{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);    
}

.login_main{
    background: white;
    padding: 70px 40px;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.3));
}

#login_screen footer{
    margin-top:20px;
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.3));
}

.login_main hr {
    /* visibility: hidden; */ 
    margin: 0 auto;
    margin-top: 40px;
    width: 20%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#login_screen .submit_btn{
    filter: drop-shadow(0px 6px 8px rgba(0,0,0,0.3));
}

.company_logo_bg{
    height: 235px;
    width: 196px;
    background:white;
    position:relative;
    border:4px solid black;
}
.company_logo_bg > span{
    position:absolute;
    top:50%;
    left:54%;
    transform: translate(-50%,-50%);
    text-align: start;
}

.attachment_bg{
    height: 182px;
    width: 164px;
    background:white;
    position:relative;
    border:1px solid #ddd;
}
.attachment_bg > span{
    position:absolute;
    top:50%;
    left:54%;
    transform: translate(-50%,-50%);
    text-align: start;
}

.file_input_logo{
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor:pointer;
}

#company_logo_preview{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:contain;
       object-fit:contain;
    cursor:pointer;
}

.member-avatar-tools{
    bottom: 0px;
    left: 0;
    position: absolute;
    padding: 10px 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.09);
}

.member-avatar-tools > a{
    width:50%;
    cursor:pointer;
}

.company_logo_tools_file_field > .file-input-avatar{
    position: absolute;
}

.company_logo_tools_file_field{
    position:relative;
    text-align:left;
}

label{
    color: black;
}

.form-group label{
    margin-top: 5px;
    margin-bottom: 0px;   
}

.form-group input{
    margin-top: 1px;
    color: black;
}

.form-control, .single-line {
    border: 1px solid #000000;
    /* height: 2.4em; */
    width: 90%;
}

.input-group-prepend {
    margin-right: -1px;
    background-color: #1ab394;
    border: 1px solid #1ab394;
    align-items: center;
}

.input-group-append .btn{
    margin: 0px !important;
}


body {
    color: #000000;
}

.nav > li > a,.nav-admin-panel{
    font-weight: 100;
}

.form-control-static {
    font-weight: 100;
    color: #000000 !important;
}

tr:hover .btn-default {
    color: #000000 !important;
}

.btn-default {
    border: 1px solid #000000;
}

.ibox-tools a {
    color: #000000 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #000!important;
    border-radius: 0px!important;
    height: 34px!important;
    display: flex!important;
    padding-left: 3px!important;
    align-items: center!important;
    font-size: 15px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px!important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle!important;
}


/* Error Field */
.field_with_errors-x .help-block,
.field_with_errors-x .control-label,
.field_with_errors-x .radio,
.field_with_errors-x .checkbox,
.field_with_errors-x .radio-inline,
.field_with_errors-x .checkbox-inline,
.field_with_errors-x.radio label,
.field_with_errors-x.checkbox label,
.field_with_errors-x.radio-inline label,
.field_with_errors-x.checkbox-inline label {
  color: #e31a1a;
}

.help-block {
    color: #e31a1a; 
    margin-bottom: 0px;
    /*display: block;*/
}

.field_with_errors-x .form-control {
  border-color: #e74c3c;
}

.field_with_errors-x .form-control:focus {
  border-color: #e74c3c;
}

.field_with_errors-x .input-group-addon {
  color: #e31a1a;
  border-color: #e74c3c;
  background-color: #e31a1a;
}

.field_with_errors-x .form-control-feedback {
  color: #e31a1a;
}

.field_with_errors-x .selection > .select2-selection {
    border-color: #e74c3c !important;
}

.has-error, .has-error .form-control-static{
    color: #a94442;
}

.has-error .form-control, .has-error .chosen-container-single .chosen-single, .has-error .selection > .select2-selection{
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


.navbar-top-links {
    text-align: left!important;
}

form[method=post].form-input-full-width .chosen-container, form[method=post].form-input-full-width .select2-container {
    width: 100%!important;
}

form[method=post].form-input-full-width .form-control:not(textarea), form[method=post].form-input-full-width .single-line{
    width: 100%!important;
}

form[method=post] .form-control:not(textarea), .single-line {
    /* display: table; */
    /* height: 2em; */
    height: 2.4em;
    width: 90%;
    display: inline-block;
    margin-right: 10px;
}

 form[method=post] table .form-control:not(textarea), .single-line {
    display: block;
}
 
form[method=post] label.col-md-3, form[method=post] label.col-sm-3{
    padding-right: 5px;
    padding-left: 5px;
}

form[method=post] .chosen-container, form[method=post] .select2-container  {
    width: 100%!important;
}


.input-group-addon.primary {
    background-color: #1ab394;
    border: 1px solid #1ab394;
    color: #fff;
    border-radius: 0px;
}

.datepicker.form-control:-moz-read-only {
    background-color: transparent;
}

.datepicker.form-control:read-only {
    background-color: transparent;
}

.bootgrid-header .trigger-filter-box {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    align-content: flex-start;
}

.bootgrid-header .col-sm-4, .bootgrid-header .col-sm-6, .bootgrid-header .col-sm-8 {
    padding: 0px;
}

.bootgrid-footer .col-sm-6{
    padding: 0px;
}

.hidden{
    display: none !important;
}

.price-footer label{
    width: 100px;
    font-weight: bolder;
    margin: 0px !important;
}

.price-footer p{
    margin-bottom: 5px !important;
}

.select2-bootstrap4-prepend >
.select2-container > .selection > .select2-selection--single {
    border-radius: .25rem 0 0 .25rem !important;
}
.select2-bootstrap4-append >
.select2-container > .selection > .select2-selection--single {
    border-radius: 0 .25rem .25rem 0 !important;
}

.select2-container--bootstrap4 .select2-dropdown {
    z-index: 9999;
}

.ibox:not(:last-child){
    margin-bottom: 0px !important;
}

.input-group-text{
    font-size:0.9rem;
    height: calc(1.5em + 0.75rem + 2px);
}

.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

.product-imitation {
    text-align: center;
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}

.product-imitation > img {
	width: 100%;
	max-height: 379.61px;
}

.product-desc {
    padding: 20px;
    position: relative;
}

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}

.image-imitation > img {
	width: 100%;
    padding: 0;
}


/* Cart Quantity Form */
.shopping-cart .input-text{
    color: #666666;
    background: #f8f8f8;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 7px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
}

.count-input {
    position: relative;
    width: 100px;
    margin: 10px 10px;
}

.count-input .incr-btn:first-child {
    right: auto;
    left: 0;
}

.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    top: 0;
    right: 0;
}

.count-input input {
    width: 100%;
    height: 36px;
    border: 2px solid #ededed;
    border-radius: 4px;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

p.quantity.count-input {
    position: relative;
    width: 90px;
    margin: 10px 10px;
}

p.quantity.count-input a {
	cursor: pointer;
}

p.quantity.count-input input {
    width: 100%;
    height: 33px;
    padding-left: 10px;
    border: 2px solid #ededed;
    border-radius: 4px;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

p.quantity.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 33px;
    height: 30px;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    top: 0;
    right: 0;
}

p.quantity.count-input .incr-btn.plus {
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    top: 0;
    right: 0;
}

#main_screen_body{
    /* background: #314755; */
    /* background: -webkit-linear-gradient(to right, #26a0da, rgb(50, 91, 117));  
    background: linear-gradient(to right, #26a0da, rgb(50, 91, 117)); */
    background-color: #f2f2f2;

}

#main_screen{
    margin-top:20px;
}

.main_screen_title{
    font-size:36px;
    font-weight:100;
    color:black;
    filter: drop-shadow(2px 3px 1px rgba(0,0,0,0.3));
}

 .main_screen_btn{
    color: white;
    width: 100%;
    height: 120px;
    background-color: rgba(0,0,0,0.3);
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.3));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start; /* justify-content: center; */
    font-weight: 100;
    margin:10px 0px;
    position: relative;
    transition: all 0.3s ease-in;
}

.main_screen_btn > .main_screen_content > .short-form{
    font-size: 34px;
    width: 100%;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.main_screen_btn > .main_screen_content > .setup{
    font-size: 20px;
    width: 100%;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.main_screen_btn > .main_screen_icon_small{
    display: flex;
    background: white;
    padding: 5px 6px;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 100px;
    right: 20px;
    align-items: center;
    /* filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5)); */
}

.main_screen_btn > .main_screen_icon_small > img{
    width: 100%;
    height: 100%
}


.main_screen_btn > .main_screen_content > span{
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.main_screen_btn:hover{
    color:white;
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.5));
}

.main_screen_btn > .main_screen_icon{
    display: flex;
    background: white;
    padding: 5px 6px;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 100px;
    right: 20px;
    align-items: center;
    /* filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5)); */
}

.main_screen_btn > .main_screen_icon > img{
    width: 100%;
    height: 100%
}

.main_screen_btn > .main_screen_content{
    /* padding-bottom: 10px; */
    padding: 20px 20px;
    width: 75%;
}

.main_screen_btn.selected {
  outline: 3px solid #1ab394;
  box-shadow: 0 0 10px rgba(26, 179, 148, 0.6);
  transition: box-shadow 0.2s, outline 0.2s;
}

.nav > li.nav-admin-panel > a, .nav-admin-panel {
    color:black;
    font-weight: bold;
}

.nav > li.nav-admin-panel:hover{
    cursor: pointer;
    background-color: #293846;
}

/* image */
.imagewrap {
    position: relative;
    width: 100%;
}

.imagewrap input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-delete-image {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.bottom-radius-0{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-thumbnail{
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    background: black;
    width: 200px;
    height: 200px;
}
/* image */

td.single-line-td{
    white-space: nowrap !important;
    overflow: hidden !important;
}

.finish-part-color {
    background-color: #00b19d !important;
    color: #252932 !important;
}
.part-color {
    background-color: #6ce9ff !important;
    color: #252932 !important;
}
.sub-part-color {
    background-color: #fff !important;
    color: #252932 !important;
}
.label.sub-part-color {
    border: 1px #252932 solid;
}
.process-color {
    background-color: #d3d3d3 !important;
    color: #252932 !important;
}
.input-group-append select{
    /* height: 36px !important; */
}

td input.form-control {
    min-width: 60px !important;
}

td input[type="number"] {
    min-width: 80px !important;
}

td textarea {
    min-width: 80px !important;
}

td .chosen-container {
    min-width: 80px !important;
}

td .chosen-container input {
    min-width: 80px !important;
}

td select {
    min-width: 80px !important;
}

.nav-second-level li a {
    padding: 3px 10px 3px 10px;
    padding-left: 52px;
}

.nav-item-link {
    padding: 5px 20px 5px 25px!important;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 2.4em!important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: inherit!important;
    color: #757575;
    font-size: 12px;
    line-height: 2.25rem;
    /* font-style: italic; */
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: 1.5rem;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
    border-color:black;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    height: unset;
    padding-left: 8px;
    padding-right: 20px;
    padding-top: 2px;
    /* padding:2px; */
}

.input-group-addon {
    line-height: unset;
    padding: 0px 10px;
}

.icon.input-group-addon{
    padding: 3px 10px 0px 10px;
}


.btn{
    padding: 1px 6px;
}

.chosen-container-single .chosen-single{
    padding: 0 5px;
    /* padding: 2px; */
}

.chosen-container-single .chosen-single span {
    margin-top: 2px;
    margin-top: 2px;
    color: #757575;
    font-size: 12px;
    /* font-style: italic; */
}

.chosen-container-single .chosen-single {
    border: 1px solid #000000;
    border-radius:0px;
}

.form-control::-moz-placeholder{
    font-size: 12px;
    /* font-style: italic; */
    padding:3px;
}

.form-control:-ms-input-placeholder{
    font-size: 12px;
    /* font-style: italic; */
    padding:3px;
}

.form-control::placeholder, .form-control{
    font-size: 12px;
    /* font-style: italic; */
    padding:3px;
}

.nav-third-level > li{
    padding-left: 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.4em;
    padding: 0 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
    font-size: 12px;
    vertical-align: middle;
}

.toggle-switch .ts-helper {
    height: 12px;
    margin-bottom:0;
}

.toggle-switch .ts-helper:before {
    width: 20px;
    height: 20px;

}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin: 0;
}

.ibox-title {
    padding: 8px 90px 8px 15px;
    min-height: inherit;
}

.ibox-tools {
    top: 8px;
}


.canvas-menu.mini-navbar .nav-second-level li a, .fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 4px 10px 4px 52px;
}



.form-group {
    margin-bottom: 1px;
}

label.form-control-static, label.col-form-label{
    text-align: end;
    color: #686b6d;
}
.col-form-label.col-12{
    text-align: left;
    color: #686b6d;
}
.col-form-label{
    padding-top:0;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-heading {
    padding: 0px 10px 10px 10px;
}

.nav > li > .topbar-link {
    padding: 14px 20px 14px 25px;
}

body.fixed-nav #wrapper .navbar-static-side, body.fixed-nav #wrapper #page-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .form-control-static, .col-form-label{
        text-align: left!important;
    }
}

@media only screen and (max-width: 1200px){
    .main_screen_btn > .main_screen_content > .short-form {
        font-size: 25px;
    }
}

label.form-control{
    padding: 3px 1px;
    margin:0;
}

.uploader-widget{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.uploader-image{
    height: 140px;
    width: 110px;
    background: white;
    position: relative;
    border: 2px solid black;
    margin-right: 20px;
}

.uploader-image > img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.uploader-file-input{
    position: absolute;
    top:0;
    left:0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor:pointer;
}


.production-table .large{
    font-size: 20px;
    font-weight: bold;
}

.production-table .middle{
    font-size: 16px;
    font-weight: bold;
}

.production-table td{
    padding: 2px !important;
    margin: 2px !important;
}

.production-table p{
    padding: 1px !important;
    margin: 1px !important;
}

.production-table tr:hover{
    background-color: rgb(228, 228, 228) !important;
}

div.form-horizontal .col-form-label {
    padding-bottom: 0;
}
div.form-horizontal .form-group{
    margin-bottom: 6px;
}

div.form-horizontal .form-group + .form-group{
    //border-top: 1px solid #ececec;
    //padding-top: 4px;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: auto!important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 3px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    margin-top: 0; 
    margin-right: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px; 
    padding: 0px 3px;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #000000;
    border-radius: 0px;
}

p, label{
    margin-bottom:5px;
}

.lightBoxGallery{
    text-align: left;
}

.lightBoxGallery img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}

#model_list-header .form-group{
    display: inline-block;
}

.actionBar > .form-group{
    display: inline-block;
}

.dropdown-toggle::after{
    display: none;
}

input[type=number], input.onlyNumber, input.onlyDecimal{
    max-width: 100px !important;
}

.full-input input[type=number], input.onlyNumber, input.onlyDecimal{
    max-width: 100% !important;
}

input.onlyDate{
    max-width: 100px !important;
}

.input-group input[type=number], .input-group input.onlyNumber, .input-group input.onlyDecimal{
    max-width: 100% !important;
}

li.active.tab{
    border-top: 2px solid #2f4050;
}

li.active.tab a{
    font-weight: 900;
}

.nav-tabs{
    background-color: #2f4050;
}

.nav-tabs > li > a {
    color: #ffffff;
    font-weight: 600!important;
}

.chosen-container .chosen-drop{
    /* border-color: black; */
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    background: aliceblue;
}

.select2-results{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    background: aliceblue;
}

.chosen-container-single .chosen-search input[type="text"]{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dataTables_wrapper{
    padding-bottom: 0px;
}

.btn-disable{
    background-color: #bebebe!important;
    border-color: #bebebe;
    color: white!important;
}

div.btn-disable{
    background-color: transparent!important;
}

div.btn-disable:hover{
    background-color: transparent!important;
}

div.btn-disable.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper{
    background-color: #bebebe!important;
    cursor: not-allowed!important;
}

div.btn-disable.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before{
    background-color: #bebebe!important;
}


.btn-disable:hover, .btn-disable:active, .btn-disable:focus{
    background-color: #bebebe!important;
    border-color: #bebebe!important;
    cursor: not-allowed!important;
}

.user_profile_button{
    text-align: center;
    height: 35px;
    width: 135px;
    /*background-color: #2f4050;
    color: white;*/
    display: block;
    /* border-radius: 100px; */
    vertical-align: middle;
    position: relative;
    padding: 0!important; 
    min-height: unset!important;
    
}

.user_profile_button > span{
    position: float;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 17px;
}


.triangle {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 18px solid #2f4050;
    position: absolute;
    top: -11px;
    right: 1px;
}

.user_action_content {
    background-color: #2f4050;
    top: 37px;
    right: 4px;
    padding: 15px 20px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    z-index: 2999;
    width: 316px;
}

.avatar-container{
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: relative;
}

.avatar-container > i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
}

.avatar_user > i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
}

.user_action_content a{
    color: white;
    font-size: 14px!important;
    font-weight: 100;

}

/* .chosen-container-single .chosen-search input[type="text"]:focus{
    border: 1px solid;
} */

label.text-success{
    color: #149414 !important;
}

label.form-control{
    background-color: #f3f3f4;
}

.preloading{
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/Spinner-1.4s-217px.svg');
}

.preloading.active{
    width: unset;
    height: unset;
    background: none;
}

.nav-tabs .nav-link{
    padding:5px 5px;
    border-right: dotted 1px #bbb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    
}


.tabs-container{
    .nav-tabs a.nav-link{
        font-size:9pt;
    }
}


.help-block.processing{
    background-image: url('/assets/Spinner-1.4s-217px.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
    display:inline-block;
}

.help-block > object{
    width: 23px;
    height: 23px;
    display:inline-block;
}

/* .help-block > object > img{
    width: 100%;
    height: 100%;
} */
.row-border-bottom
{
    border-bottom: #000 2px solid;
}

.row-border-top
{
    border-top: #000 2px solid;
}

.table-hover tbody > tr:hover td {
    background-color: rgb(184, 184, 184) !important;
    color: white !important;
}

.table-hover tbody > tr:hover > td > div.icheckbox_square-green{
    background-color: white!important;
}

.table-hover tbody > tr:hover > label{
    color: white!important;
}

.table-hover tbody > tr:hover > td > select{
    color: black !important;
}

.table-hover tbody > tr:hover input{
    color: black !important;
}

.table-hover tbody > tr:hover textarea{
    color: black !important;
}

.table-hover tbody > tr:hover > td > a:not(.btn){
    color: blue !important;
}

.table-hover tbody > tr:hover > td > a:not(.btn):hover{
    color: blue !important;
}

.border-primary{
    border:  2px solid #1ab394 !important;
}

.border-success{
    border:  2px solid #1c84c6 !important;
}

tbody > tr:hover > td > a.link-danger:not(.btn){
    color: #ffc1c7 !important;
}

.link-danger{
    color: red;
}

tbody > tr:hover > td > a.link-success:not(.btn){
    color: #29ffd4 !important;
}

.link-success{
    color: green;
}

.pagination li.active span{
    background-color: #007bff !important;
    color: white;
}

.bootgrid-footer .pagination li.active a{
    background-color: #007bff !important;
    color: white;
}


td input.datetimepicker{
    min-width: 130px !important;
}

#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

.dashboard-widget2{
    width: 100%;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
    margin: 15px 0px;
    padding: 30px 20px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}

.dashboard-widget2-content{
    font-size: 48px;
    font-weight: bold;
}

.dashboard-widget{
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}

.production-dashboard-widget{
    height: 110px;
    width: 100%;
    padding: 10px;
}

.dashboard-title-container{
    padding: 10px;
    margin: 0px 10px;
    max-width: 300px;
    width: 300px;
    background: white;
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.2));
}
    
.dashboard-title-container > .dashboard-title{
    font-size: 24px;
    margin: 0;
}

.dashboard-title-border-black{border-left: 4px solid black;}
.dashboard-title-border-blue{border-left: 4px solid #4472C4;}
.dashboard-title-border-green{border-left: 4px solid #70AD47;}
.dashboard-title-border-orange{border-left: 4px solid #ED7D31;}
.dashboard-title-border-yellow{border-left: 4px solid #FFC000;}
.dashboard-title-border-red{border-left: 4px solid #fd634f;}
.dashboard-title-border-indigo{border-left: 4px solid#4b0082;}
.dashboard-title-border-purple{border-left: 4px solid#6a0dad;}
.dashboard-title-border-pink{border-left: 4px solid#d22f47;}
.dashboard-title-border-gray{border-left: 4px solid rgb(179, 179, 179);}

.dashboard-title-bg-blue{background-color: #4472C4; color: white;}
.dashboard-title-bg-green{background-color: #70AD47; color: white;}
.dashboard-title-bg-orange{background-color: #ED7D31; color: white;}
.dashboard-title-bg-yellow{background-color: #FFC000; color: black;}
.dashboard-title-bg-red{background-color: #fd634f; color: white;}
.dashboard-title-bg-indigo{background-color: #4b0082; color: white;}
.dashboard-title-bg-purple{background-color: #6a0dad; color: white;}
.dashboard-title-bg-pink{background-color: #d22f47; color: white;}
.dashboard-title-bg-gray{background-color: rgb(179, 179, 179); color: white;}

.datetimepicker-label{
    text-decoration: underline !important;
    color: #4472C4 !important;
}

td input.datetimepicker-input{
    min-width: 130px !important;
}

tr:hover .datetimepicker-label{
    color: white !important;
    text-decoration: underline !important;
}

.bootgrid tr:hover select{
    color: black;
}

.form-disable{
    pointer-events: none;
}

.m-l-1{
    margin-left: 1px;
}

.swal2-container{
    z-index: 9999;
}

.sticky-table {
    overflow-y: scroll;   
    max-height: 59900px;
}

.sticky-table > table > thead > tr > th {
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 999;
}

.table-sticky th{
    position: sticky;
    top: 0;
    z-index: 999;    
}


.bootgrid-table th{
    position: sticky;
    top: 0;
    z-index: 999;
}

.bootgrid-header .select-box {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: auto;
    text-align: left;
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: rgb(173, 173, 173);
}

table th {
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    z-index: 1;
    
  }

/* table td {
    word-break: break-all;
    overflow-x:auto;
} */

.breadcrumb-bar{
    padding: 4px 5px 2px 10px;
    background-color: white;
    border-bottom: 1px solid #686b6d;
}


#content_header{
    background-color: white;
    border-bottom: 1px solid #686b6d;
}

.datepicker { 
    z-index: 2040;
} 

.modal .datepicker { 
    z-index: 2000 !important;
} 

.modal { 
    z-index: 9000 !important;
} 

.modal .modal-header{
    height: 40px; 
    padding-top: 5px ; 
    z-index: 9000;
}

#body_content{
    position:absolute;
    top:26px;
    bottom: 70px;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    padding-left:10px;
    padding-bottom:10px;
}

#content_header{
    padding-bottom:10px;
    background-color: #FFF;
}

#right-panel {
   position:absolute;
   top:0; 
   bottom:70px;
   right:0px;
   width:50%;
   overflow-y: hidden;
   overflow-x: hidden;
   border:5px solid #757575;
   background-color: #fff;
   z-index: 8040;
}

#right-panel-content{
   position:inherit;
   top:30px;
   bottom:0;
   right:0;
   left:0;
   width:100%;
   overflow-y: auto;
   overflow-x: hidden;
   padding: 5px 10px 10px 10px;
}

#right-panel-header{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 3px 10px;
}

#right-panel-title{
    padding-left:10px;
    font-size: 15px;
    font-weight:2px;
}

#body_content_popup{
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

body{
    overflow-y: hidden; 
    overflow-x: hidden;
}

#wrapper{
    overflow-y: hidden; 
    overflow-x: hidden;
}

.table-responsive-desktop{
    width:100%;

}



.table-responsive-desktop thead tr th{
   background-color: #e7eaec;
}

.table-responsive-desktop thead tr th a{
    
}


.table-responsive-scroll-desktop{
    width:100%;
    max-height:650px;
    overflow:auto
}


.table-responsive-scroll-desktop thead tr th{
   background-color: #e7eaec;
}

.table-responsive-scroll-desktop thead tr th a{
    
}


.table-item-list tfoot {
    position: sticky;
    bottom: 0;
    border-top: 2px solid #ccc;
    background-color: #ddd;
}


.fa-refresh:before {
    content: "\f021";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
  
.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.sft-hover:hover{
    background-color: #999 !important;
    cursor: pointer;
}

.shining-red{
    background-color: red;
    -webkit-animation: glow 0.5s ease-in-out infinite alternate;
    animation: glow 0.5s ease-in-out infinite alternate;


}

.red{
    background-color: red;
}

@-webkit-keyframes glow {
    from {
        background-color: white;
    }
    to {
        background-color: red;
    }
}

@keyframes glow {
    from {
        background-color: white;
    }
    to {
        background-color: red;
    }
}

.widget-green{
    background:linear-gradient(90deg, rgba(1,150,5,1) 0%, rgba(30,101,121,1) 100%);
}
.widget-orange{
    background:linear-gradient(90deg, rgb(199, 140, 13) 0%, rgb(255, 196, 0) 100%);
}
.widget-red{
    background:linear-gradient(90deg, rgb(168, 16, 16) 0%, rgb(255, 0, 64) 100%);
}
.widget-blue{
    background:linear-gradient(90deg, rgb(4, 0, 255) 0%, rgb(0, 200, 255) 100%);
}

.center-block{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%);
    background-color: white !important;
}

.sft-dashboard-widget .center-box{
    display: flex;
    justify-content: center;
    align-items: center;
    top:50%;
}

legend{
    width: auto;
}

fieldset{
    min-width: auto !important;
    padding: 10px !important;
    margin: auto !important;
    border: solid 1px black;
}

/* table row fixed background color */
.highlight-row {
    background-color: #F3C54C !important;
    /* background-color: #B8B8B8 !important; */
}

.highlight-title-row {
    background-color: #EEB011 !important;
}


.show-pointer {
    cursor: pointer;
}

.sft-table {
    background: rgba(248, 250, 248, 0.3);
    border:2px solid rgba(250, 247, 247, 0.2);
    padding:0px;
    margin:0px;
}

.sft-table .td-header{
    border:2px solid rgba(250, 247, 247, 0.2);  
    padding: 1px 2px 1px 2px;
}

.sft-table .td-value{
    background: rgba(248, 250, 248, 0.3);
    border:2px solid rgba(250, 247, 247, 0.2);
    padding: 1px 2px 1px 2px;
}

.non-style{
    border:none !important; 
    background: transparent;
    padding: 1px 1px 1px 1px;
}
.non-style td{
    border:none !important; 
    background: transparent;
    padding: 1px 1px 1px 1px;
}

.i-content{
    padding: 0px 10px;
  
}

.table_style{
    background-color: rgba(178, 186, 187, 0.3);
    margin:0px;
    border:2px solid rgba(250, 247, 247, 0.0);
}

.table_style > .row{
   padding:0px;
   margin:0px;
}


.table_style .th{
    border:1px solid rgba(178, 186, 187, 0.2);  
    padding: 1px 2px 1px 2px;
    margin-bottom: 1px;
    background: #ccc;
    font-size: 12px;
    font-weight: 600;
}

.table_style .td{
    background: rgba(182, 191, 192, 0.2);
    border: 0px solid rgba(250, 247, 247, 1);
    padding: 1px 2px 1px 2px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
}


.table_style_blue{
    background-color: rgba(255, 255, 255, 0.3);
    margin:0px;
    border:2px solid rgba(250, 247, 247, 0.0);
}

.table_style_blue input[type=text] {
    height:25px;
}

.table_style_blue > .row{
   padding:0px;
   margin:0px;
}

.table_style_blue .th{
    border:1px solid rgba(28,132,198, 0.2);      
    padding: 2px 3px 2px 5px;
    margin-bottom: 1px;
    background: rgb(28,132,198);
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}

.table_style_blue .td{
    background: rgba(2, 141, 60, 0.1);
    border: 1px solid rgba(2, 90, 42, 0.2);
    padding: 2px 3px 2px 5px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
}


.table_style_green{
    background-color: rgba(255, 255, 255, 0.3);
    margin:0px;
    border:2px solid rgba(250, 247, 247, 0.0);
}

.table_style_green input[type=text] {
    height:25px;
}

.table_style_green > .row{
   padding:0px;
   margin:0px;
}

.table_style_green .th{
    border:1px solid rgba(2, 141, 60, 0.2);      
    padding: 2px 3px 2px 5px;
    margin-bottom: 1px;
    background: rgb(5, 170, 101);
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}

.table_style_green .td{
    background: rgba(2, 141, 60, 0.1);
    border: 1px solid rgba(2, 141, 60, 0.2 );
    padding: 2px 3px 2px 5px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
}



.table_style_yellow{
    background-color: rgba(255, 255, 255, 0.3);
    margin:0px;
    border:2px solid rgba(250, 247, 247, 0.0);
}

.table_style_yellow input[type=text] {
    height:25px;
}

.table_style_yellow > .row{
   padding:0px;
   margin:0px;
}

.table_style_yellow .th{
    border:1px solid rgba(241, 245, 24, 0.2);      
    padding: 2px 3px 2px 5px;
    margin-bottom: 1px;
    background: rgb(241, 245, 24);
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.table_style_yellow .td{
    background: rgba(241, 245, 24, 0.1);
    border: 1px solid rgba(241, 245, 24, 0.2 );
    padding: 2px 3px 2px 5px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
}


.table_form_style{
    background-color: rgba(255, 255, 255, 0.3);
    margin:0px;
    border:2px solid rgba(250, 247, 247, 0.0);
}

.table_form_style > .row{
   padding:0px;
   margin:0px;
   min-height:30px;
}

.table_form_style .th{
    border:1px solid rgba(28,132,198, 0.2);      
    padding: 2px 3px 2px 5px;
    margin-bottom: 1px;
    background: rgb(28,132,198);
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
}

.table_form_style .td{
    background: rgba(28,132,198, 0.1);
    border: 1px solid rgba(28,132,198, 0.2 );
    padding: 2px 3px 2px 5px;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
}

.data-header{
    background: rgba(119, 240, 216, 0.2);
}

.data-header h3{
    margin: 5px 5px;
}

.draggable{
    position: absolute;
    z-index: 9;
}

.btn-group .dropdown-menu .dropdown-item{
    color: #fff !important;
}

.btn-group .dropdown-menu .dropdown-item:hover{
    color: #000 !important;
}

.btn-group > .dropdown-menu > li > a{
    color: #fff !important; 
}


.dropdown-menu, .btn-group > .dropdown-menu {
    min-width: 250px; 
    background-color: #2f4050;
    color: #FFF; 
}

.dropdown-menu > li > a {
    color: #FFF;
}

.dropdown-menu > li > a > span{
    color: #FFF;
}

.dropdown-menu > li > a:hover > span{
    
    color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;  
    background-color: rgba(145, 192, 221, 0.2);
}

.chart_rpm{
    font-size: 40px;
    font-weight: 900;
    min-width: 150px;
}

.blue-textarea{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 100%;
    padding: 2px 2px;
    outline: none;
    min-height: 20px;
    height: auto;
    font-size: 12px;
}

.blue-input-xxs{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 30px;
    padding: 2px 2px;
    outline: none;
    height: 20px;
    font-size: 12px;
}

.blue-input-xs{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 50px;
    padding: 2px 2px;
    outline: none;
    height: 20px;
    font-size: 12px;
}

.blue-input-sm{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 60px;
    padding: 2px 2px;
    outline: none;
    height: 20px;
    font-size: 12px;
}

.blue-input-sm:-moz-read-only{
    background-color: #ddd;
    border-bottom: 1px solid #444;
}

.blue-input-sm:read-only{
    background-color: #ddd;
    border-bottom: 1px solid #444;
}


.blue-input-md{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 100px;
    padding: 2px 2px;
    outline: none;
    height: 20px;
    font-size: 12px;
}
.blue-input-md:-moz-read-only{
    background-color: #ddd;
    border-bottom: 1px solid #444;
}
.blue-input-md:read-only{
    background-color: #ddd;
    border-bottom: 1px solid #444;
}

.blue-input-lg{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 150px;
    padding: 2px 2px;
    outline: none;
    height: 20px;
    font-size: 12px;
}
.blue-input-lg:-moz-read-only{
    background-color: #ddd;
    border-bottom: 1px solid #444;
}
.blue-input-lg:read-only{
    background-color: #ddd;
    border-bottom: 1px solid #444;
}

.blue-input-full{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 100%;
    padding: 2px 2px;
    outline: none;
    height: 20px;
    font-size: 12px;
}

.blue-input-full:-moz-read-only{
    background-color: #ddd;
    border-bottom: 1px solid #444;
}

.blue-input-full:read-only{
    background-color: #ddd;
    border-bottom: 1px solid #444;
}


.header-table th {
    background-color: #D2D2D2;
}
