/*@font-face {
    font-family: texgyreadventor;
    src: url(fonts/texgyreadventor-regular.otf);
    font-weight:normal;
    font-style: normal;
}
@font-face {
    font-family: texgyreadventor;
    src: url(fonts/texgyreadventor-bold.otf);
    font-weight: bold;
}*/
/*@font-face {
    font-family: texgyreadventor;
    src: url(fonts/texgyreadventor-bolditalic.otf);
    font-weight: bold;
    font-style: italic, oblique;
}
@font-face {
    font-family: texgyreadventor;
    src: url(fonts/texgyreadventor-italic.otf);
    font-style: italic, oblique;
}*/
html{

}
body {
	/*background-color: #e9eae4;*//*background-color: #ffffff;*/
    background-color: #ffffff;
    /*font-family: texgyreadventor;*/
    /*font-family: Helvetica;*/
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
}
input{
    font-size: 13px;
}
select{
    font-size: 13px;
}
textarea{
    font-size: 13px;
}
button{
    font-size: 13px;
}
#loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        200px;
    left:       50%;
    height:     100px;
    width:      200px;
    padding:    20px;
    text-align: center;
    background-color: #eee;
}
.bg-light{
    /*background-color: #e9eae4 !important;*/
    /*background-color: #e9eae4;
    background-image: linear-gradient( to right, #313a7d, #e9eae4 40% );*/
    background-color: #ffffff !important;
}
.bg-dark {
    color: #ffffff;
}
.btntable{
    margin-left: 5px;
    margin-right: : 5px;
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
}
table .btntable{
    margin-left: 5px;
    margin-right: : 5px;
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
}
.paginate_button {
    padding: 0px 0px !important;
}

.breadcrumb {
    border-radius:0;
    font-size: 16px;/*13px;*/
    padding: 8px 5px;
}
.breadcrumb-item {
    color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: #ffffff;
}
.breadcrumb-item a{
    color: #ffffff;
    text-decoration: none;
}
.breadcrumb-item a:hover{
    color: #ccc;
}
.breadcrumb-item.active {
    color: #ffffff;
}
table.dataTable thead .sorting {
  background-image: none !important;/*url("../images/sort_both.png");*/
}
table.dataTable thead .sorting_asc {
  background-image: none !important;/*url("../images/sort_asc.png");*/
}
table.dataTable thead .sorting_desc {
  background-image: none !important;/*url("../images/sort_desc.png");*/
}
table.dataTable thead .sorting_asc_disabled {
  background-image: none !important;/*url("../images/sort_asc_disabled.png");*/
}
table.dataTable thead .sorting_desc_disabled {
  background-image: none !important;/*url("../images/sort_desc_disabled.png");*/
}

.btn-footer{
    margin: 60px 0 20px 0;
}
.buttons-pdf{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    margin: 3px 5px;
}
.buttons-csv{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    margin: 3px 5px;
}
.buttons-print{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    margin: 3px 5px;
}

.div-inline label {
    margin: 5px 10px 5px 0;
    width: 20%;
    min-width: 130px;
    font-size: 12px;
}
.div-inline input {
    vertical-align: middle;
    margin: 2px 10px 2px 0;
    padding: 3px 10px 3px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 75%;
}
.div-inline textarea {
    vertical-align: middle;
    margin: 2px 10px 2px 0;
    padding: 3px 10px 3px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 75%;
}
.div-inline select {
    vertical-align: middle;
    margin: 2px 10px 2px 0;
    padding: 3px 10px 3px 3px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.div-inline-addr label {
    margin: 5px 10px 5px 10px;
    min-width: 200px;
}
.div-inline-addr input {
    vertical-align: middle;
    margin: 2px 10px 2px 0;
    padding: 3px 10px 3px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 75%;
    border-radius: 5px;
}
.lbl-settings-general{
    margin: 5px 0 5px 0;
    width: 90%;
    min-width: 130px;
}

#inp-mdl-settime {
    vertical-align: middle;
    margin: 2px 10px 2px 0;
    padding: 3px 10px 3px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 270px;
}
#userlistmodal .div-inline label {
    min-width: 160px;
}
.divshowall{
    margin: 5px 0;
}
.div-head-filter-btn{
    height: 78px;
    padding-top: 24px;
}
.tbcenter{
    width: 100%;
    margin: 0 auto;
}
.addnew{
    margin-left: 5px;
}
.slc-clear {
    background-color: #fafafa;
    color: #444444;
    width: 75%;
    min-height: 32px;
}
.lcd{
    background-color: #007bff;
    color: #fff;
    font-family: 'Segment7Standard';
    font-weight: normal;
    font-style: italic;
    width: 250px !important;
    text-align: right !important;
}
.lcdsmall{
    position: absolute;
    top: 80px;
    background-color: #444444;
    color: #fff;
    font-family: 'Segment7Standard';
    font-weight: normal;
    font-style: italic;
    width: 80px !important;
    text-align: right !important;
    margin-left: 95px;
    padding: 2px 5px 0 2px;
    letter-spacing: 2px;
}
.lcdbiogas{
    /*position: absolute;*/
    /*top: 60px;*/
    background-color: #444444;
    color: #fff;
    font-family: 'Segment7Standard';
    font-weight: normal;
    font-style: italic;
    /*width: 100px !important;*/
    text-align: right !important;
    /*margin-left: 55px;*/
    margin-top: 5px;
    padding: 2px 5px 0 2px;
    letter-spacing: 2px;
    font-size: 24px;
}
.bdsensor{
    height:20px;
}
.bdsensor-run{
    background: green;
}
.bdsensor-stop{
    background: red;
}
select[multiple]{
    height: 80px;
}
select[multiple]:focus{
    height:auto;
}
select.form-control[multiple]{
     height: 40px;
}
select.form-control[multiple]:focus{
     height: auto;
     width: auto;
}
.select-items {
  cursor: pointer;
  padding: 8px 16px;
  margin-top:2px;
}
.ctlhidden{
    display: none;
}
.ctlmimetic{
    font-size: 5px;
    color: #fff;
}
.ctlexpand{
    min-width: 400px;
}
.btn-filters{
    position: relative;
    top: 20px;
}
.div-separator{
    color: transparent;
    border-style: none double none double; 
    border-color: #444444;
    height: 80px;
}
/*-------*/
#page-wrapper{
    padding-top: 10px !important;
}
.ds-right{
    margin-left: 20px;
    margin-right: 5px;
}
.progress-bar-success {
  background-color: #5cb85c;
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

#btn_gotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btn_gotop:hover {
  background-color: #555;
}
.inp-right{
    text-align: right !important;
    font-size: 18px;
}
.modal-body input:-moz-read-only { /* For Firefox */
  background-color: #fdf199;
}

.modal-body input:read-only {
  background-color: #fdf199;
}
.div-company-header{
    font-size: 18px;
    margin-left: 100px;
    margin-top: -25px;
    color: green; 
    display: none;
}

#shift-workplace select[multiple]{
    height: 120px;
}
#shift-workplace .panel-default .panel-heading{
    min-height: 40px;
}
#shift-workplace .panel-default .panel-heading a{
    text-decoration: none;  
     color:#1157b0;
}
#shift-workplace .panel-default .panel-heading a:hover{
    text-decoration: none;  
    color: #444444;
}
#accordion-shift-workplace{
    margin-top: 5px;
    background-color: #ccc;
    padding: 10px;
    margin-right: 45px;
    margin-bottom: 5px;
}

#shift-mdl-employee select[multiple]{
    height: 120px;
}
#shift-mdl-employee .panel-default .panel-heading{
    min-height: 40px;
}
#shift-mdl-employee .panel-default .panel-heading a{
    text-decoration: none;  
     color:#1157b0;
}
#shift-mdl-employee .panel-default .panel-heading a:hover{
    text-decoration: none;  
    color: #444444;
}
#accordion-shift-employee{   
    margin-top: 5px;
    background-color: #ccc;
    padding: 10px;
    margin-right: 45px;
    margin-bottom: 5px;
}
#shift-div-main-selec-fast{
    width: 100%;
    text-align: right;
}
#div-fast-filter{
    width: 100%;
    margin-top: 30px;
}
#div-fast-filter button{
    width: 50px;
    height: 50px;
}
.btn-shift-fast-filter-sel{
    background-color: #b4eec6;
    border-color: green;
    border-width: 1px;
}
.hr-modal{
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 0px;
    margin-bottom: 0px;
}
#td-rule-join{
    max-width: 45px;
    text-align: center;
}
.newrow{
    background-color: yellow;
}
button[data]:hover:after {
    content: attr(data);
    padding: 5px 7px;
    margin-top: 38px;
    margin-left: -70px;
    color: #ffffff;
    background-color: rgba(68, 68, 68, .8);
    position: absolute;
    z-index: 20;
}
input[data]:hover:after {
    content: attr(data);
    padding: 5px 7px;
    margin-top: 38px;
    margin-left: -70px;
    color: #ffffff;
    background-color: rgba(68, 68, 68, .8);
    position: absolute;
    z-index: 20;
}
img[data]:hover:after {
    content: attr(data);
    padding: 5px 7px;
    margin-top: 38px;
    margin-left: -70px;
    color: #ffffff;
    background-color: rgba(68, 68, 68, .8);
    position: absolute;
    z-index: 20;
}
#div-inp-toggle{
    float: right;
}
#tb-gpio .form-control{
  font-size: 12px;
}
.accordion-rule {
    color: #444;
    cursor: pointer;
    padding: 6px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-color: #e7e7e7;
    border-bottom: 1 px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.accordion-rule:hover {
    background-color: #ccc; 
}
.panel-rule {
    padding: 10px 2px 0px 2px ;
    display: none;
    background-color: white;
    overflow: hidden;
}
.panel-body-rule{
    padding: 2px 0;
}
.btn-right{
    float: right;
    position: relative;
    top: 30px;
    margin-top: -30px;
    border: none;
    margin-right: 20px;
    background-color: transparent;
}
.btn-right2{
    float: right;
    position: relative;
    top: 30px;
    margin-top: -30px;
    border: none;
    margin-right: 60px;
    background-color: transparent;
}
.btnaddrow{
    margin-bottom: 5px;
}
.inp-upload-file{
    background-color: #ffffff !important;
}
.led-green {
  width: 32px;
  height: 32px;
  background-color: #28a745;
  border-radius: 50%;
  border-color: #bdbaba;
  border-style: solid;
  border-width: 2px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.led-gray {
  width: 32px;
  height: 32px;
  background-color: #f1eded;
  border-radius: 50%;
  border-color: #bdbaba;
  border-style: solid;
  border-width: 2px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.led-red {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background-color: #dc3545;
  border-radius: 50%;
  border-color: #bdbaba;
  border-style: solid;
  border-width: 2px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.led-box {
  display: flex;
  align-items: center;
  justify-content: center;  
}
/*------------------------------------------------------------*/
/*                       DeesSoft css                         */
/*------------------------------------------------------------*/
#div-index-body .btn{
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
}
footer {
    padding: 0 10px;
    background-color: #444444;/*#1c87c9;*/
    width: 100%;
    height: 80px;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    /*bottom: 0px;*/
    position: absolute;
}
footer .btn{
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}
.modal-footer .btn{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 1px;
}
.ctlcenter{
    text-align: center;
}
#custcookiesaccordion .toggle.btn {
    min-width: 59px;
    min-height: 25px;
    float: right;
}
#custcookiesaccordion label {
    font-size: 12px;
    padding: 2px;
}
#custcookiesaccordion .toggle-handle {
    top: -3px;
}
input[type="search"] {
  background-color: #b4eec6;
  min-width: 300px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
#div-logo{
    margin-top: 0px;
    margin-bottom: 0px;
}
/*------------------------------------------------------------*/
/*                       System Config                        */
/*------------------------------------------------------------*/
#draggableDesignArea {
    min-width: 750px;
    min-height: 750px;
    border: solid 1px #343a40;
    background-size: 20px 100%, 100% 20px;
    background-image: linear-gradient(to right,
                                    #ccc 0%,
                                    transparent 5%,
                                    transparent 100%),
                    linear-gradient(to bottom,
                                    #ccc 0%,
                                    transparent 5%,
                                    transparent 100%);
    background-color: #ffffff;
}

.draggable_panel_sensors { 
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-top: 0px;
    margin-right: 0px;
    min-height: 103px;
    min-width: 34px;
}
.draggable_panel_sensors .btn{ 
    margin-top: 1px;
    font-size: 13px;
}
.draggable_panel_body_sensors {
    cursor: move;
    color: #fff;
}
.draggable_panel_body_sensors_bar {
    background-color: #2196F3;
    position: absolute;
    top: 50px;
    width: 100%;
    max-height: 30px;
}
.draggable_panel_hub { 
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-top: 0px;
    margin-right: 0px;
    min-height: 103px;
    min-width: 100px;
}
.draggable_panel_hub .btn{ 
    margin-top: 1px;
    font-size: 13px;
}
.draggable_panel_body_hub {
    cursor: move;
    color: #fff;
}
.draggable_panel_body_hub_bar {
    background-color: #7d3c98;
    position: absolute;
    top: 50px;
    width: 100%;
    max-height: 30px;
}
.vinthub{
    min-width: 150px;
    display: flex;
    position: relative;
    top: 12px;
}
.tsdsensor{
    display: inline-flex;
    top: 66px;
    position: relative;
    border: 1px solid grey;
}
.tsdsensor-transparent{
    display: inline-flex;
    top: 66px;
    position: relative;
    border: 1px solid transparent;
}
.usbsensor{
    border: 1px solid #444444;
    width: 14px;
    margin: 0 auto;
    top: -6px;
    position: relative;
}
.usbhub{
    display: inline-flex;
    top: -12px;
    position: relative;
    border: 1px solid #444444;
}
.usbhub-transparent{
    display: inline-flex;
    top: 66px;
    position: relative;
    border: 1px solid transparent;
}
[id^="dev-sensor-"] p{
    min-width: 28px;
    min-height: 28px;
    background-color: rgba(68, 68, 68, .8);
    border-radius: 50%;
    text-align: center;
    padding: 4px 4px;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -65px;
    width: 28px;
    margin: 0 auto;
}
[id^="dev-hub-"] p{
    min-width: 28px;
    min-height: 28px;
    background-color: rgba(68, 68, 68, .8);
    border-radius: 50%;
    text-align: center;
    padding: 4px 4px;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -65px;
    width: 28px;
    margin: 0 auto;
}
.pin-sen{
    position: relative;
    top: -8px;
}
.pin-hub{
    position: relative;
    top: 60px;
}
.circle-transparent{
    border: 5px solid transparent;
    border-radius:50%;
    width:15px;
    height:15px;
    margin: 0 auto;
}
.circle-grey{
    border: 5px solid grey;
    border-radius:50%;
    width:15px;
    height:15px;
    margin: 0 auto;
}
.circle-red{
    border: 5px solid red;
    border-radius:50%;
    width:15px;
    height:15px;
}
.circle-green{
    border: 5px solid green;
    border-radius:50%;
    width:15px;
    height:15px;
}
.square-gray{
    border: 2px solid white;
    background-color: gray;
    width:12px;
    height:15px;
    top: 0px;
}
.square-green{
    border: 2px solid white;
    background-color: green;
    width:12px;
    height:15px;
    top: 0px;
}
.square-red{
    border: 2px solid white;
    background-color: red;
    width:12px;
    height:15px;
    top: 0px;
}
.square-transparent{
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    width:12px;
    height:15px;
    top: 0px;
}
.rectangle-gray{
    border: 1px solid #444444;
    background-color: gray;
    width:24px;
    height:12px;
    margin-left: 3px;
    margin-right: 3px
}
.rectangle-green{
    border: 1px solid #444444;
    background-color: green;
    width:24px;
    height:12px;
    margin-left: 3px;
    margin-right: 3px
}
.rectangle-red{
    border: 1px solid #444444;
    background-color: red;
    width:24px;
    height:12px;
    margin-left: 3px;
    margin-right: 3px
}
.rectangle-gray-b{
    border: 1px solid #444444;
    background-color: gray;
    width:12px;
    height:12px;
    margin: 0 auto;
}
.rectangle-green-b{
    border: 1px solid #444444;
    background-color: green;
    width:12px;
    height:12px;
    margin: 0 auto;
}
.rectangle-red-b{
    border: 1px solid #444444;
    background-color: red;
    width:12px;
    height:12px;
    margin: 0 auto;
}
.rectangle-transparent{
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    width:12px;
    height:15px;
    top: 0px;
}
.rectangle-transparent-b{
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    width:12px;
    height:12px;
    margin: 0 auto;
}
/*
#draggable_panel_outputs { 
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-top: 0px;
    margin-right: 0px;
}
#draggable_panel_outputs .btn{ 
    margin-top: 1px;
    font-size: 13px;
}
#draggable_panel_header_outputs { 
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #FFC300 ;
    color: #fff;
}
*/
#exportk {
    position: absolute;
    top: 800px;
    left:40px;
    z-index:100;
    background:white;
    color:black;
    padding:6px;
    border-radius:3px;
    cursor: pointer;
    font-size:12px;
    text-decoration:none;
    width: 120px;    
}
#lblzoom {
    position: absolute;
    top: 765px;
    left:40px;
    z-index:100;
    background:white;
    color:black;
    padding:6px;
    border-radius:3px;
    font-size:12px;
    text-decoration:none;
    text-align: center;
    width: 120px;    
}
#maplayerlblzoom {
    position: relative;
    top: -790px;
    left:90px;
    z-index:100;
    background:white;
    color:black;
    padding:6px;
    border-radius:3px;
    font-size:12px;
    text-decoration:none;
    text-align: center;
    width: 110px;    
}
#exportj {
    position: absolute;
    top:700px;
    left:45px;
    z-index:100;
    background:white;
    color:black;
    padding:6px;
    border-radius:3px;
    cursor: pointer;
    font-size:12px;
    text-decoration:none;
    width: 110px;
    display: none;
}
.container{
    padding-right: 0px;
}
.flex-container {
    display: flex;
    flex-direction: row;
}
.flex-left {
    width: 100%;
    height: 100vh;
}

.flex-right {
    /*width: 200px;*/
    /*max-width: 220px;*/
    padding: 0px 2px 0px 2px;
    position: relative;
    /*z-index: 100;*/
}
#btn_toggle_right_box {
  /*position: relative;*/
  position: absolute;
  /*right: 30px;*/
  right: 340px;
  bottom: 50%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1e90ff;
  color: white;
  cursor: pointer;
  /*padding: 15px;*/
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
}

#btn_toggle_right_box:hover {
  background-color: #555;
}
.box-map{
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.tabcontent{
    width: 320px;
    border: 1px solid #e9e9e9;/*#ccc;*/
    border-bottom: none;
    background-color: rgba(0,0,0,,0.5); /*#f9f9f9;*/
    height: 100vh;
}
#tb-boiler_filter{
    width: 100%;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
}
#tb-boiler_filter label{
    color: white;
    font-size: 0;
}
#tb-boiler_filter input[type="search"]{
    max-width: 300px;
    min-width: 300px;
}
#tb-climate_systems_filter{
    width: 100%;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
}
#tb-climate_systems_filter label{
    color: white;
    font-size: 0;
}
#tb-climate_systems_filter input[type="search"]{
    max-width: 300px;
    min-width: 300px;
}
.selected-box {
    background-color: #FFCF8B;
    color: #000000;
}

#accordion-system-config-devices .btn{
    margin-top: 1px;
    font-size: 13px;
}
#accordion-system-config-devices .panel-body{
    padding: 4px 2px 4px 2px;
}
#accordion-system-config-devices .panel-heading{
    background-color: #2196F3;
    color: #fff;
}
[id^="accordion-system-config-devices-senstype-"]{
    margin-bottom: 0px;
}
.pnl-subcategory {
    padding-left: 30px;
    background-color: #0d3e5b !important;
}
.pnl-subcategory .panel-title{
    font-size:13px;
}
.btn-tools{
    width: 40px;
    height: 40px;
}
/*div[data]:hover:after {
    content: attr(data);
    padding: 5px 7px;
    color: #ffffff;
    background-color: rgba(68, 68, 68, .8);
    position: absolute;
    left: 0;
    top: -70%;
    border-radius: 6px;
    z-index: 20;
    font-size: 14px;
    width: 300px;
}*/
.div-tooltip {
  /*position: relative;
  display: inline-block;
  border-bottom: 1px dotted rgba(68, 68, 68, .8);*/
}

.div-tooltip .div-tooltiptext {
  visibility: hidden;
  width: 320px;
  height: 130px;
  background-color: rgba(68, 68, 68, .8);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: -150px;
  /*left: -110px;*/
  font-size: 13px;
}
/* triangle tooltip*/ 
.div-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;/*50%;*/
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(68, 68, 68, .8) transparent transparent transparent;
}

.div-tooltip:hover .div-tooltiptext {
  visibility: visible;
} 
.btn-tools{
    margin: 0 3px 6px 3px;
}
/*#login-form{
	max-width: 300px;
	margin: 0 auto;
}*/
/*#######################*/
form#login-form.form-signin {
    padding: 70px 40px;
    max-width: 350px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin: auto;
    background: rgb(232,93,4);/*rgb(64,152,44);*/
    background: -moz-linear-gradient(0deg, rgba(232,93,4,1) 0%, rgba(244,140,6,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(232,93,4,1) 0%, rgba(244,140,6,1) 100%);
    background: linear-gradient(0deg, rgba(232,93,4,1) 0%, rgba(244,140,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e85d04",endColorstr="#f48c06",GradientType=1);
}

form#login-form.form-signin h2.form-signin-heading {margin: 0;}
form#login-form.form-signin label {display: none;}
form#login-form.form-signin .form-group label[for=remember] {display: block;}
form.login-language{
    margin: auto;
}

/*#######################*/
/* toggle switch slider */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;/*60px;*/
  height: 32px;/*34px;*/
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;/*4px;*/
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4CAF50;/*#2196F3;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #4CAF50;/*#2196F3;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* END toggle switch slider */
.inp-mdl-mid{
    width: 533px !important;
}
.password_view_control{
    padding: 3px;
}
.lbl-info-dx{
    float: right;
    color: #56698f;
    margin-right: 25px;
}
label[data]:hover:after {
    content: attr(data);
    padding: 5px 7px;
    margin-top: 30px;
    margin-left: -200px;
    color: #ffffff;
    background-color: rgba(68, 68, 68, .8);
    position: absolute;
    /*left: 0;
    top: 100%;*/
    white-space: pre-line;/*nowrap;*/
    z-index: 20;
}
i[data]:hover:after {
    content: attr(data);
    padding: 5px 7px;
    margin-top: 15px;
    margin-left: -50px;
    color: #ffffff;
    background-color: rgba(68, 68, 68, .8);
    position: absolute;
    /*left: 0;
    top: 100%;
    white-space: nowrap;*/
    z-index: 20;
}
.inp-login{
    width: 239px !important;
    margin-right: 0 !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
      border-top-color: rgb(206, 212, 218);
      border-right-color: rgb(206, 212, 218);
      border-bottom-color: rgb(206, 212, 218);
      border-left-color: rgb(206, 212, 218);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inp-join{
    width: 73% !important;
    margin-right: 3px !important;
}
#tb-mdl-license_option caption{
    caption-side: top;
    /*text-align: center;*/
    position: relative;
    top: -40px;
}
#tb-mdl-license_option td{
    padding: 3px 3px 3px 10px;
    font-size: 14px;
}
#tb-mdl-license_option_filter input[type="search"]{
    
}
#tb-mdl-license_option_filter label{
    position: relative;
    top: 52px;
}
.sp-plan-box-1 {
  box-shadow: 0 0 0 1px #d8d8d8,8px 8px 0 #f2f2f2;
  padding: 28px 0 40px;
  text-align: center;
  background-color: #fff;
  width: calc(var(--conw) / 1);
}
.sp-plan-box-2 {
  box-shadow: 0 0 0 1px #d8d8d8,8px 8px 0 #f2f2f2;
  padding: 28px 0 40px;
  text-align: center;
  background-color: #fff;
  width: calc(var(--conw) / 2);
}
.sp-plan-box-3 {
  box-shadow: 0 0 0 1px #d8d8d8,8px 8px 0 #f2f2f2;
  padding: 28px 0 40px;
  text-align: center;
  background-color: #fff;
  width: calc(var(--conw) / 3);
}
.sp-plan-box-4 {
  box-shadow: 0 0 0 1px #d8d8d8,8px 8px 0 #f2f2f2;
  padding: 28px 0 40px;
  text-align: center;
  background-color: #fff;
  width: calc(var(--conw) / 4);
}
.sp-plan-box-5 {
  box-shadow: 0 0 0 1px #d8d8d8,8px 8px 0 #f2f2f2;
  padding: 28px 0 40px;
  text-align: center;
  background-color: #fff;
  width: calc(var(--conw) / 5);
}
.sp-plan-box .price {
  width: 99%;
  margin: 0 .5%;
  padding: 16px 0 8px;
  line-height: 40px;
  background-color: #f5f5f5;
}
.sp-plan-box .renewal {
  width: 99%;
  margin: 0 .5%;
  padding: 3px 0 8px;
  background-color: #f5f5f5;
  font-size: 12px;
  color: green;
}
.sp-plan-box .billing {
  width: 99%;
  margin: 0 .5%;
  padding: 3px 0 8px;
  background-color: #f5f5f5;
  font-size: 10px;
  color: #3B71CA;
}
.sp-contentbox .sp-plan-box .btn1 {
  margin-top: 45px;
  position: static !important;
}
.sp-plan-box .btn1 {
  display: inline-block;
  vertical-align: top;
  width: 146px;
  background: #ff7100;
}
.sp-plan-box .btn1 a {
  color: #fff;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 14px;
  background: #ff7200;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition: all ease-in-out .6s;
  border-radius: 2px;
  cursor: pointer;
}
.sp-plan-box-1 ul {
  padding: 20px 5%;
  font-size: 15px;
  display: inline-block;
}
.sp-plan-box-2 ul {
  padding: 20px 5%;
  font-size: 15px;
  display: inline-block;
}
.sp-plan-box-3 ul {
  padding: 20px 5%;
  font-size: 15px;
  display: inline-block;
}
.sp-plan-box ul {
  padding: 10px 5px 10px 5px;
  font-size: 15px;
  display: inline-block;
  text-align: left;
}
.container-center {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.sp-plan-box .sub-text {
  font-size: 12px;
  line-height: 13px;
  height: 2.6em;
  margin-left: 4px;
  margin-right: 4px;
}
.sp-plan-box ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #d9d9d9;
  list-style: none;
  font-size: 12px;
}
.sp-plan-box-bs{
    color: #ffffff;
    background-color:  #339f19 ;
    position: relative;
    top: -33px;
    padding: 5px;
    margin-left: 30px;
    margin-right: 30px;
}
.sp-plan-box-bs-empty{
    color: transparent;
    background-color: transparent;
    position: relative;
    top: -33px;
    padding: 5px;
    margin-left: 30px;
    margin-right: 30px;
}
.sp-plan-box-head{
    padding: 0 2px;
}
.accordion {
  background-color: #3B71CA;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  /*text-align: left;*/
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  background-color: #6d99e2; 
}


#div-license-renewal{
    display: none;
    /*padding: 10px;*/
}
#div-license-renewal.panel {
    background-color: transparent;
    /*padding: 0 18px;*/
    display: none;
    overflow: visible;
}
#tb-license-cart caption{
    caption-side: top;
    text-align: center;
    background-color: #3B71CA;
    color: #ffffff;
}
#tb-license-cart input:read-only {
  background-color: transparent;
  border: none;
}
.condition{
    font-size: 12px;
}
.current_plan{
    pointer-events: none;
    background-color: #ccc !important;
}
#tb-license_type tbody td {
    border-bottom-width: 0;
    white-space: nowrap;
}
.accordion-vm {
    color: #444;
    cursor: pointer;
    padding: 6px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-color: #e7e7e7;
    border-bottom: 1 px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.accordion-vm:hover {
    background-color: #ccc; 
}

.panel-vm {
    padding: 0 2px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.panel-body-vm{
    padding: 2px 0;
}
.accordion-modal {
    color: #444;
    cursor: pointer;
    padding: 6px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-color: #e7e7e7;
    border-bottom: 1 px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.accordion-modal:hover {
    background-color: #ccc; 
}

.panel-modal {
    padding: 0 2px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.panel-body-modal{
    padding: 2px 0;
}
.table-reservation th{
    font-size: 12px ;
    padding: 8px;
}
.table-reservation td{
    font-size: 12px ;
    padding: 8px;
}
.table-prodchain th{
    font-size: 12px ;
    padding: 8px;
}
.table-prodchain td{
    font-size: 12px ;
    padding: 0 8px 0 8px;
}
/*#tbody-reservation-forms tr:hover {
    background-color: #28a745;
    color: white;
    cursor: pointer;
}*/
.inp-table-ro{
    background-color: transparent !important;
    border: none;
}
td.highlight {
    background-color: #FFC300  !important;
}
.ck.ck-content:not(.ck-comment__input *) {
    height: 300px;
    overflow-y: auto;
}
.div-filters{
    margin-left: 10px;
}
.div-filters button{
    margin-top: 86px;
}
.div-filters p{
    margin: 2px 0 2px 0;
}
.lbl-form{
    min-width: 100px !important;
    width: fit-content !important;
}
.modal{
    overflow: scroll;
}
/*#ui-datepicker-div{
    top: 144.3px !important;
}*/
.img-hor {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.img-vert {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}

.img-hor-vert {
        -moz-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
}
.input-table-ro {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    width: 100% !important;
    background-color: transparent !important;
    color: #444444 !important;
}
#table-movements-forms_filter
{
    position: relative;
    left: -210px;
}
.selected-row{
    background-color: #28a745 !important;
    color: white;
}
.select2-container{
    margin-right: 10px !important;
}
.select2-container--default .select2-selection--single{
    border-radius: 0px !important;
}
.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}
.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
}
.w3-center {
    text-align: center !important;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}
.div-btn-filter{
    top: 20px;
}
.table-synoptic th{
    padding: 5px 5px 5px 5px;
}
.table-synoptic td{
    padding: 5px 5px 5px 5px;
}
.toggle.synoptic-do{
    margin-bottom: 10px;
}
#agreement h4{
    font-size: 12px;
}
.tb-th{
    font-weight: bold;
    border: 1px solid #444444;
}
/*------------------------------------------------------------*/
/*                       Dashboard                            */
/*------------------------------------------------------------*/
header.nologin {
        background: #0077b6;
        color: white;
        padding: 20px 20px;
        text-align: center;
    }
section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}
.feature {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    align-items: center;
}
.feature img {
    flex: 1 1 400px;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-right: 20px;
    margin-bottom: 20px;
}
.feature div {
    flex: 1 1 400px;
}
.cta {
    background: #023e8a;
    color: white;
    text-align: center;
    padding: 60px 20px;
}
.cta h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.cta button {
    background: #48cae4;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 8px;
    cursor: pointer;
    color: #003049;
    transition: background 0.3s ease;
}
.cta button:hover {
    background: #00b4d8;
}
/* logged in */
:root{
    --bg:#f4f6f9; --card:#fff; --text:#2c3e50;
    --muted:#6b7b8c; --primary:#2962ff; --success:#2ecc71; --warning:#f1c40f; --danger:#e74c3c;
    --shadow:0 4px 14px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
/*body{
    font-family:'Inter',sans-serif; background:var(--bg); margin:0; color:var(--text);
    padding: 16px;
}*/
header.login{
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    gap:12px; margin-bottom:16px;
    flex-wrap: wrap;
}
.brand{
    display:flex; 
    align-items:center; 
    gap:10px;
}
.brand h1{ 
    margin:0; 
    font-size:1.35rem; 
    font-weight:600; 
}
.toolbar{
    display:flex; 
    gap:10px; 
    align-items:center; 
    flex-wrap: wrap;
}
.toolbar .field{
    background:var(--card); 
    padding:10px 12px; 
    border-radius:10px; 
    box-shadow:var(--shadow);
    display:flex; 
    align-items:center; 
    gap:8px;
}
.toolbar input[type="date"], .toolbar input[type="search"]{
    border:none; 
    outline:none; 
    font:inherit; 
    color:var(--text); 
    background:transparent;
}
.notify{
    position:relative; 
    background:var(--card); 
    padding:10px 12px; 
    border-radius:12px; 
    box-shadow:var(--shadow);
    cursor:pointer;
}
.badge{
    position:absolute; 
    top:-6px; 
    right:-6px; 
    background:var(--danger); 
    color:#fff; 
    font-weight:600;
    font-size:.72rem; 
    border-radius:999px; 
    padding:2px 7px; 
    min-width:22px; 
    text-align:center;
}

/* Grid modules */
.dashboard{
    display:grid; 
    gap:18px;
    grid-template-columns: 
    repeat(auto-fit, minmax(480px, 1fr));
}
.card{
    background:var(--card); 
    border-radius:16px; 
    box-shadow:var(--shadow); 
    padding:18px;
    transition:transform .2s ease, box-shadow .2s ease;
    font-size: 12px;
    max-width: 480px;
    width: 480px;
}
.card:hover{ 
    transform:translateY(-3px); 
    box-shadow:0 10px 22px rgba(0,0,0,.08); 
}
.card h2{
    margin:0 0 12px 0; 
    display:flex; 
    align-items:center; 
    gap:10px; 
    font-size:14px;/*1.15rem;*/
    height: 50px;
    border-radius: 10px;
    background-color: aliceblue;
    padding: 0 10px;
    cursor: pointer;
}
.kpis{
    display:flex; 
    gap:12px; 
    flex-wrap:wrap; 
    margin-bottom:8px;
}
.kpi{
    background:#f7f9fc; 
    border:1px dashed #e6eaf0; 
    padding:8px 10px; 
    border-radius:10px; 
    font-size:12px;/*.9rem;*/
}
.table-container {
    overflow-x: auto;
}
/* Toasts */
.toasts{
    position:fixed; 
    right:16px; 
    bottom:16px; 
    display:flex; 
    flex-direction:column; 
    gap:10px; 
    z-index:9999;
}
.toast{
    background:#fff; 
    border-left:5px solid var(--primary); 
    padding:12px 14px; 
    border-radius:12px; 
    box-shadow:var(--shadow);
    min-width:280px;
}
.toast .title{
    font-weight:600; 
    margin-bottom:4px; 
}
.toast.success{
    border-left-color: var(--success); 
}
.toast.warning{
    border-left-color: var(--warning); 
}
.toast.danger{
    border-left-color: var(--danger); 
}
/*------------------------------------------------------------*/
/*                       Media                                */
/*------------------------------------------------------------*/
@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 98%;
    }
    .container-center{
        width: 750px;
        --conw: 580px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 98%;
    }
    .container-center{
        width: 970px;
        --conw: 800px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 98%;
    }
    .container-center{
        width: 1170px;
        --conw: 1000px;
    }
}
@media screen and (max-width: 576px)  
{
    footer{
        height: 100px;
        bottom: -100px;
    }
    #div-logo{
        text-align: center;
        padding-left: 0;
    }
    #cookiesmodal{
        font-size: 12px;
    }
    #cookiesmodal .btnfooter{
        font-size: 12px;
    }
    #custcookiesmodal{
        font-size: 12px;
    }
    #custcookiesmodal .panel-title{
        font-size: 12px;
    }
    #custcookiesmodal .btnfooter{
        font-size: 12px;
    }
    #privacymodalen{
        font-size: 12px;
    }
    #privacymodalen .btnfooter{
        font-size: 12px;
    }
    #privacymodalit{
        font-size: 12px;
    }
    #privacymodalit .btnfooter{
        font-size: 12px;
    }
    #btn_toggle_right_box{
        right: 0px;
    }
    #btn_toggle_right_box i::before{
        font-family: "Font Awesome 5 Free";
        content: "\f104" "\f105";
    }
}

@media screen and (orientation: landscape) and (max-width: 600px)
{
    aside {
        padding-left: 15px;
        border-left: none;
        position: relative;
        width: 100%;
        top: 0px;
    }
}

@media screen and (max-width: 375px)
{
    .container {
        padding-left: 3px;
        padding-right: 3px;
        width: 98%;
    }
    #btn_toggle_right_box{
        right: 0px;
    }
    #btn_toggle_right_box i::before{
        font-family: "Font Awesome 5 Free";
        content: "\f104" "\f105";
    }
}
