/*@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: "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 10px;
    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;
}
.progress-striped .progress-bar-success {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}*/
.progress {
 height:20px;
 margin-bottom:20px;
 overflow:hidden;
 background-color:#f5f5f5;
 border-radius:4px;
 -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
 box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
 float:left;
 width:0;
 height:100%;
 font-size:12px;
 line-height:20px;
 color:#fff;
 text-align:center;
 background-color:#428bca;
 -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
 box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
 -webkit-transition:width .6s ease;
 -o-transition:width .6s ease;
 transition:width .6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 -webkit-background-size:40px 40px;
 background-size:40px 40px
}
.progress.active .progress-bar,
.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
}
.progress-bar-success {
 background-color:#5cb85c
}
.progress-striped .progress-bar-success {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info {
 background-color:#5bc0de
}
.progress-striped .progress-bar-info {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning {
 background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger {
 background-color:#d9534f
}
.progress-striped .progress-bar-danger {
 background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
 background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

#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;
}


/*------------------------------------------------------------*/
/*                       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;
}
*/
.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;
    z-index: 100;
}
.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;
}
/* 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 */
/* toggle switch slider-mini */
.switch-mini {
  position: relative;
  display: inline-block;
  width: 40px !important;
  height: 14px !important;
}

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

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

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

input:checked + .slider-mini {
  background-color: #2196F3;
}

input:focus + .slider-mini {
  box-shadow: 0 0 1px #2196F3;
}

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

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

.slider-mini.round-mini:before {
  border-radius: 50%;
}
/* END toggle switch slider-mini */
.inp-mdl-mid{
    width: 533px !important;
}
.password_view_control{
    padding: 3px;
}
.lbl-info-dx{
    float: right;
    color: #56698f;
}
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;
}
button[data]:hover:after {
    content: attr(data);
    padding: 5px 7px;
    margin-top: 30px;
    margin-left: -50px;
    color: #ffffff;
    background-color: rgba(68, 68, 68, .8);
    position: absolute;
    /*left: 0;
    top: 100%;
    white-space: nowrap;*/
    z-index: 20;
}
input[data]:hover:after {
    content: attr(data);
    padding: 5px 7px;
    margin-top: 30px;
    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: 88% !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;
}
.table-ingredients th{
    font-size: 12px ;
    padding: 8px;
}
.table-ingredients td{
    font-size: 12px ;
    padding: 8px;
}
.table-enable-slot th{
    font-size: 12px ;
    padding: 2px 8px 2px 8px;
}
.table-enable-slot td{
    font-size: 12px ;
    padding: 2px 8px 2px 8px;
}
.inp-table-ro{
    background-color: transparent !important;
    border: none;
}
td.highlight {
    background-color: #FFC300  !important;
}
input.highlight {
    background-color: #fedddd  !important;
    border-color: red;
}
.ck.ck-content:not(.ck-comment__input *) {
    height: 300px;
    overflow-y: auto;
}
.upload-area:hover{
    cursor: pointer;
    background-color: lightgray;
}
.btnsm{
    color: white !important;
    float: right;
    position: relative;
    top: 12px;
}
.slc-clear-disabled {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: transparent;
}
.modal{
    overflow: scroll;
}
.drag_row {
  background-color: #28a745;
  font-size: 16pt;
}
.btn-act-table-center{
    background-color: transparent;
    padding: 0px 5px 0px 5px;
    border: none;
}
/*------------------------------------------------------------*/
/*                       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;
    }
}

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