/* APP REGISTRATION */

.form-app-registration {
    max-width: 420px;
    padding: 5px 40px 15px 40px;
    margin: 50px auto;
    border-radius: 1px;
}

.license{
    text-align: justify;
    margin: 0 15px;
    white-space: pre-line;
}
/*@media (min-width: 1500px){
    .container {
        width: 1470px;
    }
}*/

.form-app-registration__header {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500;
}

.form-app-registration__subscription {
    margin-bottom: 15px;
}

.form-app-registration__back {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
}

/* APP LOGIN */

.app-signing-background{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.form-app-signin__forget {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
}
.form-app-signin {
    max-width: 800px;
    margin: 50px auto;
    padding: 1px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: relative;
    z-index: 100;
}
.form-app-form{
    background-color: white;
    padding: 1px 40px 40px;
}
@media (min-width: 992px){
    .form-app-form{
        min-height: 500px;
    }
}
@media (max-width: 768px) {
    .form-app-signin{
        /*margin-left: -15px;
        margin-right: -15px;*/
        margin-top: 0;
    }
}
.form-app-register{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.form-app-signin__header {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    font-weight: 500;
}
.form-app-register__header{
    font-size: 24px;
    font-weight: bold;
}
.form-app-signin__hr {
    margin: 15px 0;
    border-color: #e3e3e3;
}
.form-app-signin__p {
    text-align: center;
    margin-bottom: 0;
}
.form-app-list{
    list-style: none;
    margin: 40px 0;
    padding: 0;
}
.form-app-list li{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 120%;
    font-weight: 600;
}
.form-app-list span.glyphicon{
    color: green;
    margin-right: 10px;
}
.forgetPass-modal_title {

}

.forgetPass-modal_header {
    padding: 8px 8px 8px 15px;
}

.forgetPass-modal__footer-text {
    float: left;
    color: grey;
    font-size: 12px;
    margin-top: 8px;
}

a:hover {
    color: var(--main-color-dark);
}

.inline-block{
    display: inline-block;
}

/* Custom glyph icons */
.cs-glyphicon{
    display: inline-block;
}
.cs-glyphicon:before {content: '\a0'}
.cs-glyphicon:after {content: '\a0'}
.glyphicon-terrain {background-image: url('../icons/terrain.svg'); background-repeat: no-repeat;}
.glyphicon-cadastre {background-image: url('../icons/cadastre.svg'); background-repeat: no-repeat;}
.glyphicon-ortofoto {background-image: url('../icons/ortofoto.svg'); background-repeat: no-repeat;}
.glyphicon-checked {background-image: url('../icons/checked.svg'); background-repeat: no-repeat;}
.left{
    float: left;
}
.right{
    float: right !important;
}
.cs-glyphicon.right{
    background-position: right;
}

/* KATASTRÁLNÍ MAPY */

.checkbox-sm {
    font-size: 12px;
    margin-bottom: 5px;
}
.checkbox-sm>label.radio-inline+.radio-inline {
    margin-left: 5px;
}
.checkbox-sm>label>input {
    margin-top: 2px;
    margin-left: -18px !important;
}

#plugin-updater {
    z-index: 1500;
    position: absolute;
    width: 100%;
    left: 0;
}

#alert-box {
    position:absolute;
    top: 8px;
    left:42px;
    padding: 3px;
    z-index: 11000;
}

/* CADASTRE */
#map {
    height: calc(100% - 30px);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.map {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
}

#map-button{
    display: inline-block;
}

.map-button{
    position: relative;
    padding: 3px;
    margin-top: 5px;
    border-radius: 1px;
    color: #333;
    background: rgba(255, 255, 255, 0.4);
    z-index: 99;
    float: right;
}

#cadastre-left-section {
    position: absolute;
    top: 8px;
    left: 64px;
}

#cadastre-right-section {
    position: absolute;
    top: 8px;
    right: 8px;
}

#cadastre-debug-section {
    position: absolute;
    bottom: 64px;
    left: 8px;
}

.cadastre-tools {
    position: relative;
    padding: 3px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 100;
    width: 300px
}

#cadastre-switchers {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 1);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    text-align: center;
}

#cadastre-switchers hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

.cadastre-property-line{
    display: flex;
    align-items: center;
    height: 2.5em;
}

.white {
    background-color: #ffffff;
}

.switcher {
    margin-top: 10px;
}

.switcher .btn-default.focus{
    background-color: white !important;
}
.switcher .btn-default.active{
    background-color: #B0EBEA !important;
}

.cadastre-tools span{
    font-size: 11px;
}
.cadastre-tools a span.glyphicon{
    font-size: 24px;
}
.cadastre-tools .input-sm{
    font-size: 11px;
    padding: 2px;
}

.button-switcher-large{
    line-height: 250%;
}

#zoom-info {
    font-size: 11px;
    margin-top: 10px;
}

#map-switcher li.active {
    font-weight: bold;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 1px 1px 0 0;
}
.ol-control {
    border-radius: 1px;
}
.ol-control button {
    color: var(--main-btn-txt-color);
    background-color: var(--main-btn-bg-color);
    border-color: var(--main-btn-border-color);
    height: 2em;
    width: 2em;
}
.ol-geocoder ul.gcd-gl-result {
    left: 3.2em;
    border-radius: 1px;
    top: 2.6em;
}
.ol-geocoder ul.gcd-gl-result>li {
    line-height: 1em;
    font-size: 1.1em;
}
.ol-geocoder ul.gcd-gl-result>li:nth-child(odd) {
    background-color: #c8e6e5;
}
.ol-zoom .ol-zoom-out {
    border-radius: 0 0 1px 1px !important;
    border: 1px var(--main-btn-border-color) solid !important;
}
.ol-zoom .ol-zoom-in {
    border-radius: 1px 1px 0 0 !important;
    border: 1px var(--main-btn-border-color) solid !important;
}
.ol-geocoder.gcd-gl-container {
    top: 6em;
}

.ol-control button {
    background-color: var(--main-btn-bg-color);
}

.ol-geocoder .gcd-gl-btn {
    width: 2em;
    height: 2em;
    border-radius: 1px;
    left: 0.16em;
    border: 1px var(--main-btn-border-color) solid;
}
.ol-geocoder .gcd-gl-input {
    left: 2.85em;
    width: 15em;
    font-size: 1.1em;
}
.ol-geocoder .gcd-gl-input:focus {
    border: none;
    outline: none;
    box-shadow: inset 0 0 0 1px var(--main-color), inset 0 0 5px var(--main-color)
}

.ol-geocoder .gcd-gl-control {
    width: 2.85em !important;
    height: 2.85em !important;
}

.ol-geocoder .gcd-gl-expanded {
    width: 19.9em !important;
    height: 2.85em !important;
}
.ol-geocoder .gcd-gl-reset {
    line-height: 1.9;;
}
.ol-control button:focus,
.ol-control button:hover {
    background-color: var(--main-btn-hover-bg-color);
}

/* END CADASTRE */

/* BUTTONS */
.btn-bimtech {
    color: #FFFFFF;
    background-color: var(--main-color);
    border-color: var(--main-color-hover-border);
}

.btn-bimtech:hover,
.btn-bimtech:focus,
.btn-bimtech:active,
.btn-bimtech.active,
.open .dropdown-toggle.btn-bimtech {
    color: #FFFFFF;
    background-color: #429b99;
    border-color: var(--main-color-hover-border);
}

.btn-bimtech:active,
.btn-bimtech.active,
.open .dropdown-toggle.btn-bimtech {
    background-image: none;
}

.btn-bimtech.disabled,
.btn-bimtech[disabled],
fieldset[disabled] .btn-bimtech,
.btn-bimtech.disabled:hover,
.btn-bimtech[disabled]:hover,
fieldset[disabled] .btn-bimtech:hover,
.btn-bimtech.disabled:focus,
.btn-bimtech[disabled]:focus,
fieldset[disabled] .btn-bimtech:focus,
.btn-bimtech.disabled:active,
.btn-bimtech[disabled]:active,
fieldset[disabled] .btn-bimtech:active,
.btn-bimtech.disabled.active,
.btn-bimtech[disabled].active,
fieldset[disabled] .btn-bimtech.active {
    background-color: var(--main-btn-disabled-bg-color);
    border-color: var(--main-color-hover-border);
}

.btn-bimtech .badge {
    color: var(--main-color);
    background-color: #FFFFFF;
}
/* END BUTTONS */

.caption>h6 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.caption {
    min-height: 68px;
}

.select2-container--bootstrap .select2-results__group {
    color: #333;
}

.btn-group[data-toggle="buttons"] .btn.disabled{
    pointer-events: none;
}

#object-table.table>tbody>tr:first-child>td  {
    border-top: none;
}

.thumbnail {
    border-radius: 1px;
}

/*a.thumbnail:hover,*/
/*a.thumbnail:focus,*/
/*a.thumbnail.active {*/
    /*border-color: var(--main-color);*/
/*}*/

.modal-header .close {
    margin-top: 4px;
    margin-right: 8px;
}

.modal-header .glyphicon{
    top: 2px;
    font-size: 110%;
    margin-right: 10px;
}

.modal-footer-text {
    margin-top: 5px;
}

tr.type-prop-tr:hover {
    cursor: pointer;
}

h4.modal-section-title {
    margin-left: 15px;
    margin-bottom: 20px;
}

.type-prop-table td:last-of-type {
    border-bottom: 1px solid #ddd;
}

.color-radio {
    text-align: center;
    /*margin: 2px 0;*/
    text-decoration: none;
    color: #333;
    position: absolute;
    bottom: 12px;
    left: 12px;
    max-width: 118px;
    font-size: 13px;
}

.type-prop-radio {
    margin: 0;
    padding-left: 14px;
}

.type-prop-radio>input {
    padding-right: 50px;
}

hr.separator {
    margin-top: 15px;
    margin-bottom: 10px;
}

hr.separator.separator-dark {
    border-top: 1px solid #ddd;
}

#sandwich-detail-table.table>thead>tr>th,
#material-detail-table.table>thead>tr>th {
    border-bottom-width: 0px;
    border-top: 1px solid #eee;
    font-weight: 600;
}

#sandwich-detail-table.table td,
#material-detail-table.table td {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.detail-download {
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 50px;
}

h1.plugin-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 36px;
    -webkit-margin-before: 0.8em;
    -webkit-margin-after: 0.1em;
}

h2.plugin-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 22px;
    -webkit-margin-before: 0.1em;
    -webkit-margin-after: 1.6em;
    padding-left: 87px;
}

img.plugin-header {
    float: left;
    margin-right: 20px;
    margin-top: 32px;
}

hr.plugin-hr {
    margin-top: 0px;
}

.embed-responsive {
    margin-bottom: 20px;
}

p.plugin-footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}

p.plugin-footer img {
    margin-right: 10px;
    width: 27px;
}

p.plugin-footer-arrow {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: right;
    font-size: 16px;
    margin-top: 8px;
}

p.plugin-footer-arrow img {
    width: 32px;
    padding-top: 36px;
    margin-left: 10px;
    margin-right: 32px;
    padding-bottom: 5px;
}

a {
    color: var(--main-color);
}

:focus {
    outline: 0;
}

.parameter-note {
    font-size: 11px;
}

.dl-horizontal dd:after {
    margin-bottom: 9px;
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        clear: none;
        line-height: 1.2;
        width: 40%;
    }
    .dl-horizontal dd {
        line-height: 1.2;
        margin-left: 42%;
        overflow-wrap: break-word;
    }
}

@media(min-width:576px)
{
    .dl-horizontal dt {
        clear: none;
        line-height: 1.2;
        margin-bottom: 3px;
    }
    .dl-horizontal dd {
        line-height: 1.2;
        overflow-wrap: break-word;
    }
}

.narrow-col {
    padding: 0 !important;
    margin: 0 !important;
}
.half-col {
    padding: 2px !important;
    margin: 0 !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 30px;
    font-size: 12px;
}

.select2-container {
    font-size: 12px !important;
}

.select2-dropdown {
    border-radius: 1px;
}


.item-detail>dl>dd {
    line-height: 0.3;
    margin-bottom: 0.6em;
}

#filter-reset {
    margin-bottom: 5px;
}

.table>tbody>tr>td.width-col {
    padding: 3px;
}

.table>tbody>tr>td.width-col>select,
.table>tbody>tr>td.width-col>input.form-control {
    height: 32px;
}

table.dataTable.no-footer {
    border-bottom-width: 0;
}

#layers-table .form-control {
    /*max-width: 120px;*/
}

#layers-table input[type=number]:read-only {
    padding-left: 4px;
}

#layers-table input:read-only,
#bridge-material input:read-only {
    border-width: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.table>tbody>tr>td.table-parameter {
    padding-top: 44px;
}

img.sandwich-manufacturer-logo {
    height: 50px;
    width: 70px;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}

#main_data_table.table>thead>tr>th {
    border-bottom-width: 0;
}


#main_data_table.table>thead>tr>th.sorting,
#main_data_table.table>thead>tr>th.sorting_asc,
#main_data_table.table>thead>tr>th.sorting_desc {
    padding-right: 24px;
}

#main_data_table th {
    font-size: 12px;
}

.material-preview,
.sandwich-preview {
    height: 100px;
    width: 100px;
    padding: 0;
}

.sandwich-btn-group > a {
    margin-bottom: 5px;
}

.sandwich-btn-group > a:last-child{
    margin-bottom: 0;
}

.popover {
    max-width: 480px;
    border-radius: 1px;
}

.material-description,
.sandwich-description {
    text-align: justify;
    margin-bottom: 3px;
    font-size: 12px;
}

.material-category-img {
    width: 48px;
    height: 48px;
}

a.no-decoration {
    text-decoration: none;
    color: inherit;
}

td.center-align,
th.center-align {
    text-align: center;
}

.vertical-middle {
    vertical-align: middle !important;
    text-align: center;
}

.dataTables_filter{
    display: none;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background-image: none;
}

.sandwich-category-title{
    margin-top: 50px;
    margin-left: 12px;
    font-weight: 600;
    font-size: 20px;
}

img.sandwich-category-img{
    height: 128px;
}

.update-label {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
}

#plugin-updater button.close {
    margin-top: 3px;
}

.alert-update {
    color: #255655;
    background-color: #ecf6f6;
    border-color: #a4d6d5;
    padding: 8px;
}
.alert-update hr {
    border-top-color: #a4d6d5;
}
.alert-update .alert-link {
    color: #255655;
}

.error-template {
    padding: 40px 15px;
    text-align: center;
}

.plugin-info {
    min-height: 240px;
}

img.software-img {
    height: 50px;
    width: 200px;
    margin-bottom: 10px;
}
.software-thumbnail {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F9F9F9;
    border: 1px solid #eee;
    border-radius: 1px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    min-height: 360px;
}

.navbar-ral-offset {
    height: 85px;
}

.palette-category-img {
    height: 75px;
    width: 105px;
}
.palette-category-title {
    font-size: 15px;
    font-weight: bolder;
    margin: 28px 15px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

h5.nav-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 4px;
    text-align: center;
}

.alert {
    border-radius: 1px;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
}

img.admin-preview {
    height: 32px;
    width: 32px;
    margin-right: 15px;
    float: left;
}

img.admin-logo {
    height: 25px;
    width: 35px;
    margin-right: 15px;
}

.footer a.bimtech-footer {
    font-weight: bold;
    /*color: #333;*/
    color: var(--main-color);
}

h4.modal-title {
    margin-left: 15px;
    font-size: 20px;
}

.modal-footer-text {
    float: left;
    color: grey;
    margin-left: 15px;
    font-size: 15px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

#licenceAgreementModal .modal-body {
    max-height: calc(100vh - 300px);
}

.color-table-img {
    height: 2.4em;
    width: 100%;
    border: 1px solid #ddd;
    object-fit: cover;
}

.color-img {
     height: 5.6em;
     display: block;
     border: 1px solid #ddd;
 }

.color-name {
    text-decoration: none;
    color: #262626;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
}

a.color-thumbnail:hover {
    cursor: pointer;
}

a.color-thumbnail:hover,
a.color-thumbnail:focus,
a.color-thumbnail.active {
    text-decoration: none;
    border: 1px solid #ddd;
    /*border-color: #699797;*/
    background-color: #f5f5f5;
}

a.color-thumbnail.active,
a.color-thumbnail.active>.color-img label {
    font-weight: 600;
}

.color-thumbnail {
    border-radius: 1px;
    padding: 2px;
    margin-bottom: 15px;
}

.color-thumbnail-modal {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg {
        width: 768px;
    }

    #material-modal .modal-dialog {
        width: 842px;
    }
}
@media (min-width: 1200px) {
    .modal-dialog.modal-lg {
        width: 960px;
    }
    #material-modal .modal-dialog {
        width: 1050px;
    }
}

#material-modal iframe {
    height: calc(100vh - 240px);
}

.cad-detail-iframe {
    width: 100%;
    /*display: block;*/
    /*width: 100vw;*/
    /*height: 100vh;*/
    /*max-width: 100%;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*border: 0 none;*/
    /*box-sizing: border-box;*/

    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*height:100%;*/
}

#material-modal .modal-body {
 padding: 0 0 15px 0;
}

.modal-content {
    border-radius: 1px;
}

.lambda {
    margin-top: 10px;
    text-align: left;
}

.select2-selection__placeholder { width: 100% !important; }

dt, dd {
    line-height: 2.4;
}
.material-detail {
    margin-left: 220px;
}

.footer {
    position: fixed;
    height: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--main-footer-color);
    border-top: 1px solid #ccc;
    z-index: 1000;
    padding-top: 5px;
}
.footer-offset {
    height: 20px;
}

.footer a {
    text-decoration: none;
    color: var(--main-color);
}
a.register-remain {
    color: var(--main-color);
    font-weight: 600;
}
.text-bold {
    font-weight: 600;
}

.text-bold-important {
    font-weight: 600 !important;
}

.sandwich-layer-color {
    height: 30px;
    border: 1px solid #ddd;
}

.color-thumbnail .radio label {
    /*font-stretch: semi-condensed;*/
}

/*
 === BOOTSTRAP MODIFICATION ===
*/
.navbar-2-offset,
.navbar-offset-detail {
    height: 40px;
}

.navbar-offset {
    height: 40px;
}

.navbar {
    min-height: 40px;
}

.navbar-default {
    background-color: var(--main-header-color);
    border-color: #ccc;
}

.form-control,
.form-group-sm .form-control {
    border-radius: 1px;
}

a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item:active,
a.thumbnail:focus,
a.thumbnail:hover,
a.thumbnail:active,
a.thumbnail.active,
.form-control:focus,
.constr.active {
    border-color: var(--main-color);
    -webkit-box-shadow: inset 0 1px 1px var(--main-color-hover-border), 0 0 8px var(--main-color-shadow-border-shadow);
    box-shadow: inset 0 1px 1px var(--main-color-hover-border), 0 0 8px var(--main-color-shadow-border-shadow);
    background-color: white;
}

.form-control.form-checkbox{
    width: 34px;
}

a.active {
    font-weight: bold;
}

.list-group-item:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.list-group-item:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.table tbody>tr>td.middle-align {
    vertical-align: middle;
    padding-bottom: 0;
    width: 290px;
}

.table>tbody>tr>td.bottom-align {
    vertical-align: bottom;
}

.btn:focus,.btn:active {
    outline: none !important;
}

/*
 === END OF BOOTSTRAP MODIFICATION ===
*/

.mat-detail-img {
    height: 200px;
    width: 200px;
    margin: 15px 0 0 0;
    float: left;
}

.slim-col {
    padding-left: 5px;
    padding-right: 5px;
}

h5.material-category {
    font-size: 16px;
    font-weight: bolder;
    margin: 16px 15px;
}

.header-border {
    border-bottom: 1px solid #ddd;
}

.nav-header {
    padding: 4px 0;
}

img.manufacturer-logo {
    height: 100px;
    width: 140px;
    padding: 0;
    margin: 0;
}

.material-manufacturer-logo {
    float: left;
    height: 50px;
    width: 70px;
}

@media (min-width: 768px) {
    .material-manufacturer-logo {
        margin-bottom: 5px;
    }
    .navbar-offset,
    .navbar-2-offset,
    .navbar-offset-detail {
        height: 40px;
    }
    .navbar-ral-offset{
        height: 55px;
    }


    .narrow-col {
        padding: 0 2px !important;
    }
    .half-col {
        padding: 0 2px !important;
    }

    .lambda {
        margin-top: 10px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .material-manufacturer-logo {
        margin-bottom: 20px;
    }
    .navbar-offset,
    .navbar-2-offset,
    .navbar-offset-detail {
        height: 40px;
    }
    .navbar-ral-offset{
        height: 55px;
    }

    .narrow-col {
        padding: 0 2px !important;
    }
    .half-col {
        padding: 0 2px !important;
    }

    .lambda {
        margin-top: 39px;
        text-align: right;
    }
}

.manufacturer-info {
    margin-left: 155px;
}

.manufacturer-info h3 {
    margin: 0 0 8px 0;
    padding: 0;
}

div.version-guid {
    margin-bottom: 8px;
    font-size: 11px;
}

div.not-installed {
    color: red;
}

div.up-to-date {
    color: green;
}

.green{
    color: green;
}

.red{
    color: red;
}

div.out-of-date {
    color:orange;
}

td.right {
    text-align: right;
}

.plugin-btn {
    margin: 10px 0;
}

.thumbnail {
    width: 100%;
}

.version {
    margin-top: 40px;
}

.plugin-preview {
    height: 80px;
    width: 80px;
    padding: 10px;
}

/*.material-preview {*/
    /*height: 100px;*/
    /*width: 100px;*/
    /*padding: 10px;*/
/*}*/

.material-button-group
{
    margin: 8px 0px 8px 8px;
}

.material-button-section {
    display: table-cell;
    vertical-align: bottom;
}

p.description {
    text-align: justify;
    margin-bottom: 3px;
}

.clear {
    clear: both;
}

table h3 {
    margin-top: 8px;
}

.btn,
.btn.sharp {
    border-radius:1px;
}

/* DOWNLOAD BUTTON */
.btn-download {
    /*color: #FFFFFF;*/
    /*background-color: #444;*/
    /*border-color: #000000;*/

    color: var(--main-btn-txt-color);
    background-color: var(--main-btn-bg-color);
    border-color: var(--main-btn-border-color);
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-download.active,
.open .dropdown-toggle.btn-download {
    /*color: #FFFFFF;*/
    /*background-color: #000000;*/
    /*border-color: #000000;*/

    color: var(--main-btn-txt-color);
    background-color: var(--main-btn-hover-bg-color);
    border-color: var(--main-btn-border-color);
}

.btn-download:active,
.btn-download.active,
.open .dropdown-toggle.btn-download {
    background-image: none;
}

.btn-download.disabled,
.btn-download[disabled],
fieldset[disabled] .btn-download,
.btn-download.disabled:hover,
.btn-download[disabled]:hover,
fieldset[disabled] .btn-download:hover,
.btn-download.disabled:focus,
.btn-download[disabled]:focus,
fieldset[disabled] .btn-download:focus,
.btn-download.disabled:active,
.btn-download[disabled]:active,
fieldset[disabled] .btn-download:active,
.btn-download.disabled.active,
.btn-download[disabled].active,
fieldset[disabled] .btn-download.active {
    /*background-color: #444;*/
    /*border-color: #000000;*/

    background-color: var(--main-btn-bg-color);
    border-color: var(--main-btn-border-color);
}

.btn-download .badge {

    /*color: #444;*/
    /*background-color: #FFFFFF;*/

    color: var(--main-btn-bg-color);
    background-color: var(--main-btn-txt-color);
}

.cad-detail-title {
    font-size: 16px;
    padding-top: 4px;
}


.search-filter-header {
    margin-top: 15px;
    margin-bottom: 15px;
}

.manufacturer-category-btn {
    margin-top: 5px;
}

.detail-category-img {
    height: 64px;
    width: 64px;
}
.detail-list-group-item {
    padding: 8px;
}
.detail-category-name {
    font-size: 18px;
    font-weight: bold;
    margin: 22px 0 22px 15px;
}
.list-group-15 {
    margin-bottom: 15px;
}
.manufacturer-logo-full {
    width: 140px;
    height: 100px;
}
.manufacturer-logo-half {
    width: 70px;
    height: 50px;
}

.col-narrow-8 {
    padding-right: 8px;
    padding-left: 8px;
}
.col-narrow-4 {
    padding-right: 4px;
    padding-left: 4px;
}
.row-7 {
    padding-left: 7px;
    padding-right: 7px;
}
.thumbnail-manufacturer {
    margin-bottom: 15px;
}

.detail-detail-img {
    padding-bottom: 20px;
}
.detail-detail-hr {
    margin-top: 0;
}

.pagination>li>a,
.pagination>li>span {
    color: var(--main-color);
}

.pagination {
    border-radius: 1px;
    margin-top: 8px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.pagination-nav {
    text-align: center;
    margin-bottom: 15px;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: var(--main-color);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

label.input-radio-label {
    width: 100%;
}

/* SANDWICH LAYERs CONDUTIVITY */
#sandwich-thermal-chart {
    margin-top: 15px;
    margin-bottom: 15px;
}

.total-width-box {
    font-size: 18px;
    padding-left: 0;
    padding-top: 6px;
    margin-left: 5px;
}

#layers-table>tbody>tr:last-child {
    border-bottom: 1px solid #ddd;
}

#layers-table>tbody>tr>td:last-child {
    padding-right: 0;
}

#layers-table>tbody>tr>td:first-child {
    padding-left: 0;
}

#layers-table {
    margin-bottom: 14px;
}

#layers-table>thead>tr>th,
#layers-table>tbody>tr>td {
    padding: 2px 1px;
    border-width: 1px;
    font-size: 12px;
}
#layers-table>thead>tr>th {
    padding-left: 6px;
}

#layers-table input.input-sm {
    padding: 0 4px;
}
#layers-table select.input-sm {
    padding: 0;
}

#layers-table input[type=text],
#layers-table input[type=number] {
    padding-top: 7px;
    padding-bottom: 7px;
}

.table>tbody>tr>td.td-borderless {
    border-top: none;
}

.center-align {
    text-align: center;
}

.panel {
    border-radius: 1px;
}

.panel>.panel-heading>h4 {
    margin: 0;
}

.panel>.panel-body>table,
.panel>.panel-body>dl {
    margin-bottom: 0;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

.panel-body>a[role='button'] {
    margin-bottom: 10px;
}

.narrow-input-box hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.narrow-input-box .form-group {
    margin-bottom: 8px;
    margin-right: -15px;
    margin-left: -15px;
}
p.underline-note {
    text-align: center;
    color: #a3a3a3;
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 30px;
}

.panel-heading-noblock select {
    display: inline-block;
    float: right;
    width: 33.333%;
    margin-top: -5px;
    margin-right: -10px;
    font-weight: 700;
}
.panel-heading-noblock h4 {
    display: inline-block;
}

.sandwich-layers-logo {
    display: none;
}
.sandwich-layers-header {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
}

@media (min-width: 768px) {
    .sandwich-layers-logo {
        display: inline-block;
        float: right;
        width: 100px;
        margin-top: 1px;
    }
    .sandwich-layers-header {
        display: inline-block;
        margin-bottom: 20px;
    }
}

a:focus {
  outline: none;
}

#sandwich-group-select {
    float: right;
    margin-top: -5px;
    margin-right: -10px;
}

.button-switcher > a.active {
    border-color: #699797 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(74, 173, 171, .6) !important;;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(74, 173, 171, .6) !important;;
    background-color: white !important;;
    outline: none !important;;
}
.button-switcher > a.focus {
    outline: none !important;
}
.button-switcher > a:hover {
    border-color: var(--main-color-light) !important;
    -webkit-box-shadow: inset 0 1px 1px var(--main-color-hover-border), 0 0 8px rgba(74, 173, 171, .6) !important;
    box-shadow: inset 0 1px 1px var(--main-color-hover-border), 0 0 8px rgba(74, 173, 171, .6) !important;
    background-color: white !important;
    outline: none !important;
}

 .loadingDiv {
     /*background:url('../../img/spinner.gif') no-repeat center center;*/
     background-size: 48px 48px;
     width:48px;
     height:48px;
     position: absolute;
     display: block;
     top: 50%;
     left: 50%;
     margin-left: -24px;
     margin-top: -24px;
 }

.loadingDiv.progressable {
    width: 300px;
    height: 96px;
    margin-left: -150px;
    margin-top: -48px;
}

.loadingDiv.progressable .progress-value {
    width: 100%;
    position: absolute;
    margin: 41px auto 0 auto;
    font-size: 15px;
    font-weight: bold;
    color: var(--main-color);
}

.loadingDiv.progressable img {
    width: 100%;
    z-index: 1100;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 100px;
}

.loadingDiv.progressable .progress-text {
    text-align: center;
    margin-top: 5px;
    color: #636363;
    font-style: italic;
}

.uploadingDiv {
  width: 142px;
  height: 48px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -71px;
  margin-top: -24px;
}

.uploadingDiv p {
  font-size: 12px;
  font-weight: bold;
}

.uploadingDiv progress[value] {
  width: 142px;
  height: 15px;
}

.spinner-bg {
    background-color: white;
}
#loading-text {
    color: var(--main-color);
    margin-top: 32px;
    font-size: large;
    top: 50%;
    width: 100%;
    position: absolute;
}

.panel-refresh {
    height: 100%;
    position:relative;
}

.refresh-container {
    position:absolute;
    top:0;
    right:0;
    background: white;
    width:100%;
    height:100%;
    display: none;
    text-align:center;
    opacity: 0.8;
    z-index: 1051; /* > modal */
}
.refresh-container.fixed {
    position: fixed;
}

.refresh-container-below-modal {
    z-index: 1049;
}

.col-left-narrow-4 {
    padding-left: 15px;
}
.col-right-narrow-4 {
    padding-right: 15px;
}

@media (min-width: 768px) {
    .col-left-narrow-4 {
        padding-left: 4px;
    }
    .col-right-narrow-4 {
        padding-right: 4px;
    }
}

.password-btn {
   color: #666;
}

.password-input{
    position: relative;
}

.password-input input[type="password"]{
    padding-right: 30px;
}

.password-input .glyphicon {
    right: 15px;
    position: absolute;
    top: 10px;
    cursor:pointer;
}

#toast-container>div {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
#toast-container.toast-top-center>div {
    width: 25%;
}

.hbw-index {
    text-decoration: none;
    float: right;
    font-size: 9px;
    color: #333;
    margin-right: 3px;
    margin-top: 2px;
    /*font-stretch: semi-condensed;*/
    display: block;
}
.color-white {
    color: #ffffff;
}

.justify {
    text-align: justify;
}

.color-radio label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    /*cursor: pointer;*/
}

.constr {
    width: 34px;
    height: 34px;
}

.constr-revit {
    background:url(../../img/sandwich-rvt.png) no-repeat;
}
.constr-archicad {
    background:url(../../img/sandwich-arc.png) no-repeat;
}
.constr-apply{
    background:url(../../img/apply_32x32.png) no-repeat;
}

.constr.constr-1 {background-position: 0 0}
.constr.constr-2 {background-position: -32px 0}
.constr.constr-3 {background-position: -64px 0}
.constr.constr-4 {background-position: -96px 0}

.constr.constr-1.active {background-position: 0 -32px}
.constr.constr-2.active {background-position: -32px -32px}
.constr.constr-3.active {background-position: -64px -32px}
.constr.constr-4.active {background-position: -96px -32px}

.constr-apply.active{
    background-position-x: -32px;
}
.constr-apply.disabled{
    background-position-y: -32px;
}

ul.construction-type {
    list-style-type: none;
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}

ul.construction-type>li {
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 1px;
    margin-left: 4px;
    display: block;
    /*margin-bottom: 15px;*/
}

select.scale-select {
    display: inline-block;
    width: 85px;
    padding-top: 5px;
    margin-right: 10px;
}

#layers-table>tbody>tr {
    height: 30px;
}

.middle {
    vertical-align: middle !important;
}

.inline-btn-sm {
    display: inline-flex;
}
.inline-btn-sm>button:not(last-child) {
    margin-right: 4px;
}

.ui-sortable tr:hover {

}
.ui-sortable-helper {
    background-color: #ffffff;
    display: inline-table;
}

.ui-sortable-helper td {
    border-bottom: 1px solid #ddd;
}

.ui-state-highlight>td {
    background-color: #F1FBFB;
    /*border: 1px solid #000000;*/
}

iframe {
    display: block;
    margin: 0 auto;
}

tr.empty-row {
    height: 1px !important;
}

tr.empty-row>td {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

tr.sandwich-core,
tr.sandwich-edge {
    height: 16px !important;
    background-color: #F5F5F5;
    color: #333;
    font-weight: 600;
    text-align: center;
}
tr.sandwich-core>td,
tr.sandwich-edge>td {
    font-size: 10px !important;
    padding: 1px !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.sandwich-layer-additional-data{
    margin-top: -2px;
    margin-bottom: 0px;
    padding: 0px;
    /*font-style: italic;*/
    font-size: 11px;
}

table.sandwich-layer-additional-data>tbody>tr>td{
    padding-left: 1px;
    padding-right: 1px;
}

table.sandwich-layer-additional-data>tbody>tr>td:first-child{
    padding-left: 0px;
    border-top: 0px;
}

table.sandwich-layer-additional-data>tbody>tr>td:last-child{
    padding-right: 0px;
}

tr.sandwich-layer-additional-data>td.subrow-label{
    font-style: italic;
    color: #888;
    padding-top: 5px !important;
}

tr.sandwich-layer-additional-data.first-subrow{
    background: oldlace;
    box-shadow: inset 0px 5px 4px -4px rgba(0,0,0,.5);
}

tr.sandwich-layer-additional-data:not(.first-subrow){
    background: oldlace;
    /*box-shadow: inset 0px 3px 4px -2px rgba(0,0,0,.5);*/
}

.w-100{
    width: 100%;
}

.w-100-i{
    width: 100% !important;
}

#layers-table>tbody>tr.sandwich-layer-additional-data>td{
    border-top: none !important;
    font-size: 11px;
    vertical-align: middle;
}

#layers-table>tbody>tr.sandwich-layer-additional-data>td span,
#layers-table>tbody>tr.sandwich-layer-additional-data>td input,
#layers-table>tbody>tr.sandwich-layer-additional-data>td span,
#layers-table>tbody>tr.sandwich-layer-additional-data>td span{
    font-size: 11px !important;
}

#layers-table>tbody>tr.sandwich-layer-additional-data>td input.form-control:read-only {
    padding-top: 0;
    padding-bottom: 0;
    height: 2.4em;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.no-top-border{
    border-top: none !important;
}

.color-radio-img {
    text-align: center;
    margin: 0;
    color: #333;
}

img.img-responsive.color-img {
    width: 100%;
    min-height: 200px;
}

.confidex-color-section {
    min-height: 82px;
}

label.input-radio-label {
    margin-bottom: 0;
    font-weight: 400;
}
label.input-radio-label>input[type="radio"] {
    margin-right: 4px;
}

#warning-list,
#error-list {
    padding: 4px 8px;
    margin: 0;
    margin-top: 4px;
}

label.label-sm {
    font-size: 12px;
}
.form-horizontal .form-group-sm {
    margin-bottom: 4px;
}
.radon-img {
    height: 15px;
    width: 15px;
    margin-top: -3px;
}
.input-group-addon {
    border-radius: 1px;
    padding: 6px 6px;
    font-size: 12px;
}
.product-table>tbody>tr>td {
    padding: 4px;
}

/* 36 columns */
.xs-1, .sm-1, .md-1, .lg-1, .xs-2, .sm-2, .md-2, .lg-2, .xs-3, .sm-3, .md-3, .lg-3, .xs-4, .sm-4, .md-4, .lg-4, .xs-5, .sm-5, .md-5, .lg-5, .xs-6, .sm-6, .md-6, .lg-6, .xs-7, .sm-7, .md-7, .lg-7, .xs-8, .sm-8, .md-8, .lg-8, .xs-9, .sm-9, .md-9, .lg-9, .xs-10, .sm-10, .md-10, .lg-10, .xs-11, .sm-11, .md-11, .lg-11, .xs-12, .sm-12, .md-12, .lg-12, .xs-13, .sm-13, .md-13, .lg-13, .xs-14, .sm-14, .md-14, .lg-14, .xs-15, .sm-15, .md-15, .lg-15, .xs-16, .sm-16, .md-16, .lg-16, .xs-17, .sm-17, .md-17, .lg-17, .xs-18, .sm-18, .md-18, .lg-18, .xs-19, .sm-19, .md-19, .lg-19, .xs-20, .sm-20, .md-20, .lg-20, .xs-21, .sm-21, .md-21, .lg-21, .xs-22, .sm-22, .md-22, .lg-22, .xs-23, .sm-23, .md-23, .lg-23, .xs-24, .sm-24, .md-24, .lg-24, .xs-25, .sm-25, .md-25, .lg-25, .xs-26, .sm-26, .md-26, .lg-26, .xs-27, .sm-27, .md-27, .lg-27, .xs-28, .sm-28, .md-28, .lg-28, .xs-29, .sm-29, .md-29, .lg-29, .xs-30, .sm-30, .md-30, .lg-30, .xs-31, .sm-31, .md-31, .lg-31, .xs-32, .sm-32, .md-32, .lg-32, .xs-33, .sm-33, .md-33, .lg-33, .xs-34, .sm-34, .md-34, .lg-34, .xs-35, .sm-35, .md-35, .lg-35, .xs-36, .sm-36, .md-36, .lg-36 {
    position: relative;
    min-height: 1px;
}
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, .xs-13, .xs-14, .xs-15, .xs-16, .xs-17, .xs-18, .xs-19, .xs-20, .xs-21, .xs-22, .xs-23, .xs-24, .xs-25, .xs-26, .xs-27, .xs-28, .xs-29, .xs-30, .xs-31, .xs-32, .xs-33, .xs-34, .xs-35, .xs-36 {
    /*float: left;*/
}
.xs-36 {
    width: 100%;
}
.xs-35 {
    width: 97.22222222%;
}
.xs-34 {
    width: 94.44444444%;
}
.xs-33 {
    width: 91.66666667%;
}
.xs-32 {
    width: 88.88888889%;
}
.xs-31 {
    width: 86.11111111%;
}
.xs-30 {
    width: 83.33333333%;
}
.xs-29 {
    width: 80.55555556%;
}
.xs-28 {
    width: 77.77777778%;
}
.xs-27 {
    width: 75%;
}
.xs-26 {
    width: 72.22222222%;
}
.xs-25 {
    width: 69.44444444%;
}
.xs-24 {
    width: 66.66666667%;
}
.xs-23 {
    width: 63.88888889%;
}
.xs-22 {
    width: 61.11111111%;
}
.xs-21 {
    width: 58.33333333%;
}
.xs-20 {
    width: 55.55555556%;
}
.xs-19 {
    width: 52.77777778%;
}
.xs-18 {
    width: 50%;
}
.xs-17 {
    width: 47.22222222%;
}
.xs-16 {
    width: 44.44444444%;
}
.xs-15 {
    width: 41.66666667%;
}
.xs-14 {
    width: 38.88888889%;
}
.xs-13 {
    width: 36.11111111%;
}
.xs-12 {
    width: 33.33333333%;
}
.xs-11 {
    width: 30.55555556%;
}
.xs-10 {
    width: 27.77777778%;
}
.xs-9 {
    width: 25%;
}
.xs-8 {
    width: 22.22222222%;
}
.xs-7 {
    width: 19.44444444%;
}
.xs-6 {
    width: 16.66666667%;
}
.xs-5 {
    width: 13.88888889%;
}
.xs-4 {
    width: 11.11111111%;
}
.xs-3 {
    width: 8.33333333%;
}
.xs-2 {
    width: 5.55555556%;
}
.xs-1 {
    width: 2.77777778%;
}
@media (min-width: 768px) {
    .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12, .sm-13, .sm-14, .sm-15, .sm-16, .sm-17, .sm-18, .sm-19, .sm-20, .sm-21, .sm-22, .sm-23, .sm-24, .sm-25, .sm-26, .sm-27, .sm-28, .sm-29, .sm-30, .sm-31, .sm-32, .sm-33, .sm-34, .sm-35, .sm-36 {
        /*float: left;*/
    }
    .sm-36 {
        width: 100%;
    }
    .sm-35 {
        width: 97.22222222%;
    }
    .sm-34 {
        width: 94.44444444%;
    }
    .sm-33 {
        width: 91.66666667%;
    }
    .sm-32 {
        width: 88.88888889%;
    }
    .sm-31 {
        width: 86.11111111%;
    }
    .sm-30 {
        width: 83.33333333%;
    }
    .sm-29 {
        width: 80.55555556%;
    }
    .sm-28 {
        width: 77.77777778%;
    }
    .sm-27 {
        width: 75%;
    }
    .sm-26 {
        width: 72.22222222%;
    }
    .sm-25 {
        width: 69.44444444%;
    }
    .sm-24 {
        width: 66.66666667%;
    }
    .sm-23 {
        width: 63.88888889%;
    }
    .sm-22 {
        width: 61.11111111%;
    }
    .sm-21 {
        width: 58.33333333%;
    }
    .sm-20 {
        width: 55.55555556%;
    }
    .sm-19 {
        width: 52.77777778%;
    }
    .sm-18 {
        width: 50%;
    }
    .sm-17 {
        width: 47.22222222%;
    }
    .sm-16 {
        width: 44.44444444%;
    }
    .sm-15 {
        width: 41.66666667%;
    }
    .sm-14 {
        width: 38.88888889%;
    }
    .sm-13 {
        width: 36.11111111%;
    }
    .sm-12 {
        width: 33.33333333%;
    }
    .sm-11 {
        width: 30.55555556%;
    }
    .sm-10 {
        width: 27.77777778%;
    }
    .sm-9 {
        width: 25%;
    }
    .sm-8 {
        width: 22.22222222%;
    }
    .sm-7 {
        width: 19.44444444%;
    }
    .sm-6 {
        width: 16.66666667%;
    }
    .sm-5 {
        width: 13.88888889%;
    }
    .sm-4 {
        width: 11.11111111%;
    }
    .sm-3 {
        width: 8.33333333%;
    }
    .sm-2 {
        width: 5.55555556%;
    }
    .sm-1 {
        width: 2.77777778%;
    }
}
@media (min-width: 992px) {
    .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12, .md-13, .md-14, .md-15, .md-16, .md-17, .md-18, .md-19, .md-20, .md-21, .md-22, .md-23, .md-24, .md-25, .md-26, .md-27, .md-28, .md-29, .md-30, .md-31, .md-32, .md-33, .md-34, .md-35, .md-36 {
        /*float: left;*/
    }
    .md-36 {
        width: 100%;
    }
    .md-35 {
        width: 97.22222222%;
    }
    .md-34 {
        width: 94.44444444%;
    }
    .md-33 {
        width: 91.66666667%;
    }
    .md-32 {
        width: 88.88888889%;
    }
    .md-31 {
        width: 86.11111111%;
    }
    .md-30 {
        width: 83.33333333%;
    }
    .md-29 {
        width: 80.55555556%;
    }
    .md-28 {
        width: 77.77777778%;
    }
    .md-27 {
        width: 75%;
    }
    .md-26 {
        width: 72.22222222%;
    }
    .md-25 {
        width: 69.44444444%;
    }
    .md-24 {
        width: 66.66666667%;
    }
    .md-23 {
        width: 63.88888889%;
    }
    .md-22 {
        width: 61.11111111%;
    }
    .md-21 {
        width: 58.33333333%;
    }
    .md-20 {
        width: 55.55555556%;
    }
    .md-19 {
        width: 52.77777778%;
    }
    .md-18 {
        width: 50%;
    }
    .md-17 {
        width: 47.22222222%;
    }
    .md-16 {
        width: 44.44444444%;
    }
    .md-15 {
        width: 41.66666667%;
    }
    .md-14 {
        width: 38.88888889%;
    }
    .md-13 {
        width: 36.11111111%;
    }
    .md-12 {
        width: 33.33333333%;
    }
    .md-11 {
        width: 30.55555556%;
    }
    .md-10 {
        width: 27.77777778%;
    }
    .md-9 {
        width: 25%;
    }
    .md-8 {
        width: 22.22222222%;
    }
    .md-7 {
        width: 19.44444444%;
    }
    .md-6 {
        width: 16.66666667%;
    }
    .md-5 {
        width: 13.88888889%;
    }
    .md-4 {
        width: 11.11111111%;
    }
    .md-3 {
        width: 8.33333333%;
    }
    .md-2 {
        width: 5.55555556%;
    }
    .md-1 {
        width: 2.77777778%;
    }
}
@media (min-width: 1200px) {
    .lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12, .lg-13, .lg-14, .lg-15, .lg-16, .lg-17, .lg-18, .lg-19, .lg-20, .lg-21, .lg-22, .lg-23, .lg-24, .lg-25, .lg-26, .lg-27, .lg-28, .lg-29, .lg-30, .lg-31, .lg-32, .lg-33, .lg-34, .lg-35, .lg-36 {
        /*float: left;*/
    }
    .lg-36 {
        width: 100%;
    }
    .lg-35 {
        width: 97.22222222%;
    }
    .lg-34 {
        width: 94.44444444%;
    }
    .lg-33 {
        width: 91.66666667%;
    }
    .lg-32 {
        width: 88.88888889%;
    }
    .lg-31 {
        width: 86.11111111%;
    }
    .lg-30 {
        width: 83.33333333%;
    }
    .lg-29 {
        width: 80.55555556%;
    }
    .lg-28 {
        width: 77.77777778%;
    }
    .lg-27 {
        width: 75%;
    }
    .lg-26 {
        width: 72.22222222%;
    }
    .lg-25 {
        width: 69.44444444%;
    }
    .lg-24 {
        width: 66.66666667%;
    }
    .lg-23 {
        width: 63.88888889%;
    }
    .lg-22 {
        width: 61.11111111%;
    }
    .lg-21 {
        width: 58.33333333%;
    }
    .lg-20 {
        width: 55.55555556%;
    }
    .lg-19 {
        width: 52.77777778%;
    }
    .lg-18 {
        width: 50%;
    }
    .lg-17 {
        width: 47.22222222%;
    }
    .lg-16 {
        width: 44.44444444%;
    }
    .lg-15 {
        width: 41.66666667%;
    }
    .lg-14 {
        width: 38.88888889%;
    }
    .lg-13 {
        width: 36.11111111%;
    }
    .lg-12 {
        width: 33.33333333%;
    }
    .lg-11 {
        width: 30.55555556%;
    }
    .lg-10 {
        width: 27.77777778%;
    }
    .lg-9 {
        width: 25%;
    }
    .lg-8 {
        width: 22.22222222%;
    }
    .lg-7 {
        width: 19.44444444%;
    }
    .lg-6 {
        width: 16.66666667%;
    }
    .lg-5 {
        width: 13.88888889%;
    }
    .lg-4 {
        width: 11.11111111%;
    }
    .lg-3 {
        width: 8.33333333%;
    }
    .lg-2 {
        width: 5.55555556%;
    }
    .lg-1 {
        width: 2.77777778%;
    }
}
/* select2 bootstrap theme override */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection {
    border-radius: 1px !important;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px var(--main-color-hover-border), 0 0 8px var(--main-color-shadow-border-shadow);
    box-shadow: inset 0 1px 1px var(--main-color-hover-border), 0 0 8px var(--main-color-shadow-border-shadow);
    border-color: var(--main-color);
}
.select2-container--bootstrap .select2-dropdown {
    border-color: var(--main-color);
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: var(--main-color);
}


#brand-logo {
    position: absolute;
    left: 13%;
    top: 0;
    border: 1px #ccc solid;
    padding: 0 24px;
    background-color: white;
    z-index: 5;
    display: none;
}

@media (min-width: 768px) {
    #brand-logo {
        left: 13%;
        display: block;
    }
}

@media (min-width: 992px) {
    #brand-logo {
        left: 10%;
        display: block;
    }
}

/* NEW */
.color-box {
    position: relative;
}

.color-chart {

}

#comb-stones {
    margin-bottom: 4px;
}

.texture-label {
    font-size: 12px;
    bottom: 0;
    left: 0;
    position: absolute;
    font-weight: 100;
    color: white;
    text-shadow: 1px -1px 0 #666, 0 0 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
    text-align: center;
    width: 100%;
    padding: 0 5px;
    line-height: 1.4;
    margin-bottom: 2px;
}
.texture-label:hover {
    cursor: pointer;
}
.col-narrow-4 > .thumbnail {
    margin-bottom: 8px;
}
#comb-colors,
#combination-list {
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px #ddd solid;
    padding-top: 8px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 1px;
    margin-bottom: 4px;
}
#stone-surface-switcher {
    margin-bottom: 8px;
}

#comb-colors {
    max-height: 200px;
    min-height: 100px;
}

#combination-list {
    max-height: 260px;
}

body.modal-open {
    overflow: hidden;
}
.modal-open {
    padding-right: 0 !important;
}

#texture-preview {
    position: relative;
    background-repeat: repeat;
    background-size: 100%;
    height: 500px;
}
.texture-refresh {
    background: white;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.cadastre-flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../../img/cadastre-flags.png') no-repeat;
}

.cadastre-flag.flag-cs.active {
     background-position: 0 0;
 }

.cadastre-flag.flag-sk.active {
    background-position: -32px 0;
}

.cadastre-flag.flag-cs {
    background-position: 0 -32px;
}

.cadastre-flag.flag-sk {
    background-position: -32px -32px;
}

.cadastre-radio-inline {
    padding-left: 0 !important;
}

#thermal-panel .input-group-addon {
    min-width: 28px;
}

#thermal-panel input[type="number"]::-webkit-outer-spin-button,
#thermal-panel input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#thermal-panel input[type="number"] {
    -moz-appearance: textfield;
}

.config-button,
.config-button.active
.config-button:active {
    color: #598080;
    background-color: #B0EBEA;
    border-color: #699797;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(74, 173, 171, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(74, 173, 171, .6);
}

.config-button:hover,
.config-button:focus
{
    color: #476666;
    background-color: #B0EBEA;
    border-color: #476666;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(74, 173, 171, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(74, 173, 171, .6);
}

.label-bimtech {
    background-color: var(--main-color);
}

.tooltip > .tooltip-inner {
    z-index: 9999;
    border-radius: 1px;
}

a.bt-bg-color.active {
    background-color: #B0EBEA !important;
    font-weight: normal !important;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

#selected-region {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 4px;
}

.jqvmap-label {
    z-index: 3000;
    border-radius: 2px;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    background: #333;
    padding: 6px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 5px;
    border-radius: 2px;
}

/* settings */
.pen-box {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #ffffff;
}
#pen-gallery {
    list-style-type: none;
    max-width: 400px;
    margin: 15px 0;
    padding: 0;
}
#pen-gallery li {
    float: left;
    margin: 0;
    padding: 0;
}
.pen-box:hover,
.pen-box:active {
    border: 3px solid #ffffff;
    width: 18px;
    width: 18px;
    height: 18px;
    margin: 1px;
    outline: 1px solid gray;
}
.pen-color-thumbnail {
    margin-bottom: 0;
}
.pen-color {
    height: 20px;
}
.pen-input {
    width: 60px !important;
}
.pen-table {
    margin-bottom: 15px;
}
.pen-table > tbody > tr > td {
    vertical-align: middle !important;
}
.pen-table > tbody > tr:first-child > td {
    border-top: none;
}
.pen-table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ddd;
}
#settings-map {
    height: 360px;
    border: 1px solid #ddd;
    position: relative;
}
#map-wrapper{
    height: 390px;
    width: 1075px;
    display: none;
}
#map-help-wrapper {
    width: 100%;
    height: 100%;
}
#map-help {
    width: 100%;
    height: calc(100% - 30px);
    background-color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: xx-large;
    opacity: 0.8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 150;
    position: relative;
}
.center-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#project-setting-frm .panel-body{
    padding-bottom: 0;
}

#transparent-pen div.pen-box:hover,
#transparent-pen div.pen-box:active {
    border: none;
}
#transparent-pen a,
#transparent-pen a:hover,
#transparent-pen a:focus {
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 22px;
}
#transparent-pen div.pen-box span {
    position: absolute;
    bottom: -5px;
    left: 4px;
}

.slider-handle {
    background: #585858 center no-repeat;
    background-image: url('../../img/slider-handle.png'),linear-gradient(to top,#363636,#585858 83%);
    background-repeat: no-repeat;
    border-radius: 2px;
    background-clip: padding-box;
    background-size: auto;
    cursor: move;
    display: inline-block;
    height: 17px;
    position: absolute;
    width: 17px;
}

.slider-track{
    background: #FFFFFF;
}

.no-scroll {
    position: fixed;
    background: #FFFFFF;
    /*width: 20%;*/
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #E0E0E0;
    border-top: none;
    width: calc(1170px/3);
    left: calc((100% - 1170px)/2);
    height: 100%;
}

.no-scroll-iframe {
    background: #FFFFFF;
    /*width: 20%;*/
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #E0E0E0;
    border-top: none;
    left: 0;
    height: 100%;
}

@media (min-width: 768px) {
    .no-scroll-iframe {
        position: fixed;
        width: 41.66666667%;
    }
}

@media (min-width: 992px) {
    .no-scroll-iframe {
        position: fixed;
        width: 33.3333333333%;
    }
}

.special-filter-container{
    position: absolute;
    height: auto;
    border: 1px solid #E0E0E0;
    border-left: none;
    background: #f5f5f5;
    z-index: 10;
}

button.special-filter-opener{
    width: 100%;
    height: 70px;
}

.filter-group {
    padding: 0px 10px 10px 10px;
    /*background: #eee;*/
    /*border: 1px solid #D8D8D8;*/
}

.filter-group-row {
    padding-top: 7px;
    overflow:hidden;
}

.filter-group-np {
    padding: 10px 10px 10px 10px;
    /*background: #ffffff;*/
    margin-top: 0px;
    /*background: #eee;*/
    /*border: 1px solid #D8D8D8;*/
}

.filter-btn-group .btn + .btn,
.filter-btn-group .btn + .filter-btn-group,
.filter-btn-group .filter-btn-group + .btn,
.filter-btn-group .filter-btn-group + .filter-btn-group {
    margin-left: 0px;
}

.filter_slider_container {
    padding: 0px 10px 0px 10px;
}

.slider-selection {
    background: #CCC;
}

.filter_slider_container.slider-sm {
    font-size:11px;
}

.filter_slider_container.slider-sm .slider-handle {
    width: 17px;
    height: 17px;
}

.filter_slider_container.slider-sm .slider.slider-horizontal .max-slider-tick, .slider.slider-horizontal .max-slider-handle {
    margin-left: -7px;
}

.filter_slider_container.slider-sm .slider.slider-horizontal {
    width: 210px;
    height: 17px;
}

.filter_slider_container.slider-sm .slider.slider-horizontal .slider-track {
    height: 5px;
    margin-top: -3px;
}

.btn-filter {
    background-color: #666 !important;
    border-color: #333 !important;
    margin: 1px 2px;
    color: white !important;
    outline: none !important;
    font-size: 11px;
    padding: 3px 6px 3px 6px;
}

.btn-filter:focus,
.btn-filter:active:focus,
.btn-filter.active,
.btn-filter:active,
.btn-filter.active:focus,
.btn-filter.active:hover {
    background-color: var(--main-color) !important;
    border-color: var(--main-color-dark) !important;
    color: white !important;
}
.btn-filter:hover {
    background-color: var(--main-color-dark) !important;
    border-color: #333 !important;
    color: white !important;
}

.btn-filter.disabled,
.btn-filter[disabled],
fieldset[disabled] .btn-filter,
.btn-filter.disabled:hover,
.btn-filter[disabled]:hover,
fieldset[disabled] .btn-filter:hover,
.btn-filter.disabled:focus,
.btn-filter[disabled]:focus,
fieldset[disabled] .btn-filter:focus,
.btn-filter.disabled:active,
.btn-filter[disabled]:active,
fieldset[disabled] .btn-filter:active,
.btn-filter.disabled.active,
.btn-filter[disabled].active,
fieldset[disabled] .btn-filter.active {
    opacity: 0.33;
    pointer-events:none;
}

.filter-header {
    /*border-top: 1px solid #ddd;*/
    padding: 10px 0px 0px 0px;
    margin: 0px 10px;
    /*background: #ffffff;*/
    font-weight: bold;
    font-size: 12px;
    /*background: #eee;*/
    border-top: 1px solid #ccc;
    /*font-style: italic;*/
    /*color: var(--main-color);*/
}

.title_left {
    width: 45%;
    float: left;
    display: block
}

.title_left h3 {
    padding-left: 10px;
    padding-bottom: 5px;
}

#layers-table select:disabled {
    background: #fff;
}

#layers-table select[readonly] {
    pointer-events: none;
    background: #fff;
}

#layers-table select[readonly]:hover {
    cursor: not-allowed;
}

.progress-bar{
    background-color: var(--main-color);
}

.full-width{
    width: 100%;
}

.not-available .switcher .btn{
    background-color: #aaa !important;
}


.not-available .cs-glyphicon{
    filter: brightness(50%);
}

.button-switcher-large .glyphicon-ok{
    display: none;
}
.button-switcher-large.active .glyphicon-ok{
    display: initial;
}
.not-available .glyphicon{
    display: none !important;
}
.dropdown-item{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.tooltip-inner {
    white-space:pre-wrap;
    max-width: 700px;
    text-align: left;
}

.loading {
    opacity: 0.5;
    pointer-events: none;
}

.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.slow-right-spinner {
    -webkit-animation: glyphicon-spin-r 3s infinite linear;
    animation: glyphicon-spin-r 3s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.text-img-logo {
    height: 50px;
    width: 70px;
    position: relative;
    text-align: center;
}

.text-img-logo span {
    vertical-align: middle;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.result-title {
    font-weight: 600;
}

.result-description {
    font-size: 10px;
}

.error-red {
    background-color: #ff000024;
}

#regionInfo {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .btn-group.my-btn-group-responsive > .btn {
        display: block;
        width: 100%;
    }

    /* fixing margin */
    .btn-group.my-btn-group-responsive .btn + .btn {
        margin-left: 0;
    }
}

.btn-group-sm>.btn, .btn-sm {
    border-radius: 1px;
}
.panel-group .panel {
    border-radius: 1px;
}

.concrete-filter {
}

.concrete-filter-img {
    width: 700px;
    height: auto;
    opacity:1;
    /*border:1px solid #00CCFF;*/
}

.concreteOutsideWrapper{
    width:700px;
    height:480px;
    /*border:1px solid blue;*/
    margin-right: auto;
    margin-left: auto;
}

.concreteInsideWrapper{
    width:100%;
    height:auto;
    position:relative;
}

.clickmap-text-overlay{
    position:absolute;
    pointer-events: none;       /* make the text overlay transparent to the mouse */
    z-index: 3;
    font-size: 12px;
    opacity: 1;
    /*display: table;*/
    /*outline: 2px solid #444;*/
}

.concreteInsideWrapper .clickmap-text-overlay{
    font-size: 9px;
}

@media (min-width: 1200px){
    .concrete-filter-img {
        width: 850px;
    }
    .concreteOutsideWrapper{
        width:850px;
        height:530px;
    }
}

@media (max-width: 1200px){
    .concreteInsideWrapper .clickmap-text-overlay{
        font-size: 8px;
    }
}

.coveringCanvas {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    /*background-color: rgba(255, 0, 0, .1);*/
    pointer-events: none;       /* make the canvas transparent to the mouse - needed since canvas is positioned infront of image */
    z-index: 2;
    /*border:1px solid blue;*/
}

.clickmap-text-overlay-outer{
    display: table;
    width: 100%;
    height: 100%;
}

.clickmap-text-overlay-inner{
    vertical-align: middle;
    font-weight: bolder;
    display: table-cell;
}

.clickmap-text-overlay-interactive{
    background: #F5F349;
    border: 1px solid #333;
    pointer-events: initial !important;
    box-shadow: #222 3px 3px 5px;
}

.clickmap-text-overlay-interactive:hover{
    background: var(--main-color);
    color: white;
}

.clickmap-text-href{
    z-index: 3;
    color: black;
}

.clickmap-text-overlay-interactive.disabled{
    pointer-events: none !important;
}

.clickmap-disabled-overlay{
    position:absolute;
    background: white;
    opacity: 0.6;
    z-index: 4; /* must be higher than .clickmap-text-href */
    pointer-events: none !important;
}

.nav-pills.nav-sm>li>a {
    font-size: 12px;
    padding: 5px 10px;
    background: white;
}

.nav-pills.nav-sm>li:not(.active)>a:hover {
    background: #f0f0f0;
}

.nav-pills.nav-bimtech>li>a {
    background: var(--main-color) !important;
    color: #FFF;
    border-radius: 0px !important;
    border: 1px solid #bbb;
    margin: 0px 2px;
}

.nav-pills.nav-bimtech>li.active>a {
    background-color: #444 !important; /* var(--main-color); */
}

.nav-pills.nav-bimtech>li:not(.active)>a:hover {
    background: #2A8D8B !important;
}

.chosen-special-filter{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

a.no-underline{
    text-decoration: none !important;
}

.filter-panel{
    border: 1px solid #E0E0E0;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.input-xs {
    height: 25px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 2px;
}

.filter-unit {
    margin-left: 0px;
    padding-top: 4px;
    position: relative;
    font-size: 11px;
}

.default-color {
    color: initial !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid black;
    background-color: #444;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:hover:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:hover:before {
    background-color: black;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    border: 1px solid #0A7D7B;
    background-color: var(--main-color);
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:hover:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:hover:before {
    border: 1px solid #003D3B;
    background-color: #0A7D7B;
}

.dark-anchor {
    color: #333;
}

.dark-anchor:hover {
    color: var(--main-link-color-hover);
}

.filter-toggler {
    padding: 0px;
    width:20px;
    height: 20px;
    position: relative;
    top: -2px;
}

.filter-toggler-content {
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 11px;
}

.filter-toggler-content.glyphicon-minus {
    left: 3px; /* minus glyphicon has additional 1px left padding :X */
}

button.go-top{
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    opacity: 0; /* is changed via fadeTo method */
}

button.go-top:hover{
    opacity: 0.9 !important;
}

.fader{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    background-color: #000;
    opacity: 0.5;
}

#specialFilterWindow button.close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 7;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}

.api-table {
    font-size: 13px;
}

.api-table thead {
    background: #f6f6f6;
}

.api-table thead>tr>th {
    border-bottom: 0;
}

.api-table[name=quantities] {
    font-size: 12px; /* dense datatable, make more space */
}
.api-table[name=quantities] tbody tr.child {
    font-size: 10px; /* dense datatable, make more space */
}

.api-table[name=quantities] tbody tr.child td {
    padding: 4px 8px;
}

.api-table tbody tr td .glyphicon{
    font-size: 14px;
}

.api-table tbody tr td .actions{
    margin: -1px 0;
}

.api-table tbody tr td .actions.grid{
    margin-bottom: -5px;
}

.api-table tbody tr td .actions.grid button{
    width: 48%;
    margin: 0 2% 2% 0;
}

.api-table tbody tr td button,
.api-table tbody tr td button .glyphicon,
.api-table tbody tr td.details-control .glyphicon{
    font-size: 10px;
}

.api-table tbody tr.child {
    background: #f6f6f6;
    font-size: 11px;
}

table.dataTable.api-table>tbody>tr.child:hover {
    background: #f6f6f6 !important;
}

table.data-ver-table-changes{
    width: 100%;
}

table.data-ver-table-changes,
table.data-ver-table-changes tbody tr td .glyphicon{
    font-size: 11px !important;
    font-weight: bold;
}

table.data-ver-table-changes>tbody>tr>td,
table.data-ver-table-changes>tbody>tr>th,
table.data-ver-table-changes>thead>tr>td,
table.data-ver-table-changes>thead>tr>th {
    padding: 3px 10px;
    line-height: 1.42857143;
    vertical-align: top;
}

table.data-ver-table-changes>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

table.data-ver-table-changes>tbody>tr.changed {
    color: darkorange;
}

table.data-ver-table-changes>tbody>tr.added {
    color: green;
}

table.data-ver-table-changes>tbody>tr.removed {
    color: red;
}

.mt-0{
    margin-top: 0;
}
.mt-1{
    margin-top: 1em;
}
.mt-2{
    margin-top: 2em;
}
.mt-3{
    margin-top: 3em;
}
.mt-4{
    margin-top: 4em;
}
.mt-5{
    margin-top: 5em;
}

.mb-0{
    margin-bottom: 0;
}
.mb-1{
    margin-bottom: 1em;
}
.mb-2{
    margin-bottom: 2em;
}
.mb-3{
    margin-bottom: 3em;
}
.mb-4{
    margin-bottom: 4em;
}
.mb-5{
    margin-bottom: 5em;
}

.pt-0{
    padding-top: 0;
}
.pt-1{
    padding-top: 1em;
}
.pt-2{
    padding-top: 2em;
}
.pt-3{
    padding-top: 3em;
}
.pt-4{
    padding-top: 4em;
}
.pt-5{
    padding-top: 5em;
}

.pb-0{
    padding-bottom: 0;
}
.pb-1{
    padding-bottom: 1em;
}
.pb-2{
    padding-bottom: 2em;
}
.pb-3{
    padding-bottom: 3em;
}
.pb-4{
    padding-bottom: 4em;
}
.pb-5{
    padding-bottom: 5em;
}

table.data-ver-table-changes>tbody>tr.pset-group>td {
    font-weight: normal;
}

table.data-ver-table-changes>tbody>tr.pset-group>td div {
    margin-top: 10px;
    /* background: #ddd; */
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

table.data-ver-table-changes>thead {
    background: antiquewhite;
}

.consultation-panel {
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding: 20px;
}

.consultation-panel .inner-content {
    background: white;
    border: 1px solid #ddd;
    padding: 15px;
}

.consultation-panel .contact-icon {
    font-size: 40px;
    color: darkgray;
    margin: 10px 0;
    background: #eee;
    padding: 20px;
    border-radius: 60px;
}

input[type=checkbox].checkbox-lg {
    height: 15px;
    width: 15px;
}

.product-not-available {
    position: relative;
    background: #ffffff;
    opacity: 0.5;
}

.panel-body.collapsible {
    padding: 0; /* Do not display empty padding block when panel is collapsed */
}

.new-property {
    color:green;
}

.panel[data-pset] dl>dt input[type=checkbox]{
    width: 15px;
    height: 15px;
    margin-top: 0px;
}

.panel[data-pset] .panel-title input[type=checkbox]{
    width: 15px;
    height: 15px;
    margin-top: 0px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.w-100 {
    width: 100%;
}

.disabled-area {
    opacity: 0.5;
}

.disabled-no-events {
    opacity: 0.5;
    pointer-events: none;
}

.confidex-wall,
.confidex-roof {
    font-weight: 600;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

.aligned-carets .caret-right {
    position: absolute;
    right: 15px;
    top: 0.6em;
}

.caret-left {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 5px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.team-system .list-group .caret{
    width: 5px;
    margin-right: 7px;
    margin-left: 0;
}

.no-caret {
    width: 5px;
    margin-right : 10px;
    display: inline-block;
}

.ib {
    display: inline-block;
}

.mm-item {
    display: inline-block;
}

.aligned-carets .mm-item {
    display: inline-block;
    margin-right: 10px;
}

.team-system .list-group {
    border: none;
}

.team-system .list-group.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.team-system .list-group .list-group-item{
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 5px 10px;
    background: transparent;
}

.team-system .list-group .list-group-item {
    white-space: nowrap;
    overflow: hidden;
}

.team-system .list-group .list-group-item .glyphicon{
    padding-right: 7px;
}

.team-system .list-group .list-group-item .glyphicon-folder-close,
.team-system .list-group .list-group-item .glyphicon-folder-open {
    color: #eac002;
}

/* hierarchized multilevel menu */
.team-system .list-group .collapse,
.team-system .list-group .collapsing{
    padding-left: 25px;
}

.team-system .list-group .list-group-item.selected{
    background-color: #337ab7 !important;
    color: white;
}

.team-system .dataTables_filter{
    display: block;
    /*float: right;*/
}

.team-system .content-container{
    font-size: 11px;
    padding: 10px;
    border: 1px solid #ddd;
}

#ts_item_detail .tab-content{
    min-height: 150px;
}

#ts_item_detail .tab-content table{
    width: 100%;
}

#ts_item_detail .tab-content table tbody>tr>td{
    width: 25%;
    padding: 4px;
}

.nav.nav-sm>li>a {
    padding: 5px 10px;
    font-size: 11px;
}

/* ------------------------ Team system custom style datatables -------------------- */

table.datatable-selectable > tbody > tr {
    cursor:default;
}

table#ts_datatable.table-striped > tbody > tr:nth-of-type(odd){
    background-color:#fafafa;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom-color: #ddd;
}

table#ts_datatable tbody td {
    padding: 7px !important;
    font-size: 11px;
}

.dataTables_scrollHead thead th,
table#ts_datatable.datatable-paged thead th {
    padding: 7px !important;
    font-size: 11px;
}

.team-system table.dataTable thead .sorting:hover,
.team-system table.dataTable thead .sorting_asc:hover,
.team-system table.dataTable thead .sorting_desc:hover,
.team-system table.dataTable thead .sorting_asc_disabled:hover,
.team-system table.dataTable thead .sorting_desc_disabled:hover {
    background: #e2e2e2;
}

.team-system table.dataTable thead .sorting:after,
.team-system table.dataTable thead .sorting_asc:after,
.team-system table.dataTable thead .sorting_desc:after,
.team-system table.dataTable thead .sorting_asc_disabled:after,
.team-system table.dataTable thead .sorting_desc_disabled:after {
    position: relative;
    left: 5px;
    bottom: 0;
    right: 0;
    display: initial;
    font-family: 'Glyphicons Halflings';
    display: none; /* delete this for display, but as we adjusted columns padding it behaves badly so it is better to hide them at all*/
}

.team-system .dataTables_scrollBody table.dataTable thead .sorting:after,
.team-system .dataTables_scrollBody table.dataTable thead .sorting_asc:after,
.team-system .dataTables_scrollBody table.dataTable thead .sorting_desc:after,
.team-system .dataTables_scrollBody table.dataTable thead .sorting_asc_disabled:after,
.team-system .dataTables_scrollBody table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

.team.system .dataTables_scrollBody

table#ts_datatable tbody td.table-actions a.btn{
    font-size: 12px !important;
    padding: 3px 5px !important;
    width: 30px;
}

.team-system div.dataTables_info{
    font-style: italic !important;
    font-size: 12px !important;
}

.team-system .dataTables_filter label,
.team-system .dataTables_length label,
.team-system div.dataTables_wrapper div.dataTables_paginate{
    font-weight: normal;
    font-size: 12px;
}

.team-system .dataTables_filter input,
.team-system .dataTables_length select {
    display: initial !important;
    width: initial !important;
    font-size: 12px;
}

#ts_loading_list {
    height: 550px;
    text-align: center;
    line-height: 640px;
}

@media screen and (max-width: 991px) {
    .team-system .table-action{
        width: auto;
    }
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected{
    /*background-color: #0b8cca !important;*/
    background-color: #337ab7 !important;
    color: white;
}

.team-system .dataTables_scrollBody {
    border: 1px solid #ddd;
}

.team-system .dataTables_scrollHead {
    border-bottom: 2px solid #ddd;
}

.team-system .dataTables_scrollHead .table>thead>tr>th{
    border-bottom: none;
}

#material-iframe-btn[disabled] {
    pointer-events: none;
}

/*#frm-radonForm label {
    font-size: 11px;
}*/

#attributes-list tr.error {
    background: indianred;
}
#attributes-list [data-toggle="tooltip"] {
    color: black;
}

.filters-preset {
    font-size: 12px;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f5f5f5;
    padding: 10px;
}

.filters-preset table > tbody > tr > td:first-child{
    padding-right: 15px;
    margin-left: 15px;
    display: list-item;
}

.filters-preset h5 {
    color: #444;
    margin-bottom: 6px;
    margin-top: 4px;
}

.text-italic {
    font-style: italic;
}

#layers-table select.selectpicker option[disabled]{
    color: #bbb;
}

.team-system table.ts-table-sm tbody > tr > td  {
    padding: 3px;
}

.team-system table.ts-table-xs tbody > tr > td  {
    padding: 1px;
}

.team-system table.ts-form-table tbody > tr > td:first-child  {
    width: 25%;
    text-align: right;
    font-weight: bold;
}

.team-system table.ts-form-table tbody > tr > td:not(first-child)  {
    width: 75%;
}

.w-20{
    width: 20%;
}

table.formulas tbody > tr > td {
    width: 20%;
}

table.formulas tbody > tr > td button {
    width: 100%;
}

.team-system .input-xs {
    border-radius: 1px;
}

#ts_params_operators .btn {
    border-radius: 0;
    padding: 2px 0px;
    font-size: 11px;
    height: 25px;
}

#ts_params_operators .btn-operator {
    color: #333;
    background: #d8d8d8;
    border-color: #9e9e9e;
}

#ts_params_operators .btn-operator:hover,
#ts_params_operators .btn-operator:active {
    color: #fff;
    background: #666;
    border-color: #333;
}

#ts_first_step_info {
    color: #777;
    font-style: italic;
    font-size: 12px;
}
/*
.team-system .dataTables_scrollHead thead th{
    padding: 5px 7px !important;
}*/

table.table-sm > thead th,
table.table-sm > tbody td {
    font-size: 11px;
    padding: 5px 7px !important;
}

.dataTables_scrollBody table > thead th {
    padding: 0 7px !important;
}

.team-system .dataTables_scrollHead {
    background: #eee;
    border: 1px solid #ddd !important;
}

#ts_item_report_assignment input[type=radio] {
    margin-top: 1px;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    font-size: 11px;
    height: 25px;
    padding: 4px 8px;
    line-height: 1.5;
    border-radius: 1px;
}

.dropdown-menu-xs {
    font-size: 11px;
}

.dropdown-menu-xs>li>a {
    padding: 3px 10px;
}

.dropdown-menu-xs .divider {
    margin: 5px 0;
}

.dropdown-menu-xs>li.dropdown-header {
    padding: 3px 10px;
    font-size: 11px;
}

.dataTables_scroll{
    background: white;
}

.ts-tabbed-pane .nav-tabs>li>a {
    background: #ddd;
    border: #c5c5c5 1px solid;
    border-bottom: inherit;
    color: #333;
}

.ts-tabbed-pane .nav-tabs>li>a:hover,
.ts-tabbed-pane .nav-tabs>li>a:focus{
    background: #e4e4e4;
    color: black;
}

.ts-tabbed-pane .nav-tabs>li.active>a,
.ts-tabbed-pane .nav-tabs>li.active>a:focus,
.ts-tabbed-pane .nav-tabs>li.active>a:hover {
    background: white;
    border-bottom-color: white;
}

.ts-tabbed-pane .tab-content{
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
}

.team-system a:not(.list-group-item, .btn){
    color: #337ab7;
}

.team-system .checkbox{
    width: 15px;
    height: 15px;
    margin: 0 3px 1px 0;
}

.content-container .content-header {
    background: #e0e0e0;
    margin: -10px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.team-system .warning-cover {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    z-index: 5;
    background: #fcfcfc;
    font-size: 12px;
    font-style: italic;
    padding: 50% 15px 0 15px;
    text-align: center;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}


#pricelist_view_mode > li {
    display: table-cell;
    width: 1%;
}

#pricelist_view_mode > li:not(.active) > a {
    border-bottom: 1px solid #ddd;
}

#pricelist_view_mode > li.active > a {
    border-bottom: none;
}
.disable-advanced-settings .advanced-settings{
    display: none;
}

.spinner {
    background:url('../../spinner.svg') no-repeat center center;
    background-size: 70px 70px;
    height:70px;
}

.form-left-right label {
    text-align: left !important;
}

.form-left-right div. {
    text-align: left !important;
}

.delta-u-prepend {
    width: 55px;
}

.delta-u-append {
    width: 55px;
}

#delta_u_modal h3{
    margin-bottom: 35px;
}

.thermal-radio-blocks .radio-block>.radio>label{
    font-size: 15px;
}

.vertical-separator-lg {
    border-right: 1px solid #ddd;
    border-bottom: none;
}

@media (max-width: 1199px) {
    .vertical-separator-lg {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.highlighted-block-title {
    background: #e0e0e0;
    padding: 5px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.thermal-assessment-block {
    background: #e8e8e8;
    color: #555;
    padding: 0 0px 20px 0px;
    box-shadow: inset 0px 0px 3px 0px #949494;
}

.thermal-assessment-title {
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.assessment-row .pull-right{
    margin-top: 6px;
}

.trpanel {
    background: #ffffff;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0px 1px 2px 0px #949494;
}

.tricon {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.trdetail {
    margin-left: 37px;
    margin-top: 7px;
    font-size: 13px;
    color: #747a8e;
}

.good{
    color: #00CD00;
}

.bad{
    color: #D00;
}

.bottom-info{
    margin-top: 6px;
    color: #a3a3a3;
    font-size: 12px;
}

.no-padding{
    padding: 0 !important;
}

.text-uppercase{
    text-transform: uppercase;
}
.text-capitalize{
    text-transform: capitalize;
}

.trp-left {
    padding-right: 5px;
}

.trp-right {
    padding-left: 5px;
}

@media (max-width: 992px){
    .trp-left {
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .trp-right {
        padding-left: 15px;
    }
}

/* HIDE RADIO */
.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.hiddenradio [type=radio] + img {
    cursor: pointer;
    margin-bottom: 4px;
}

/* CHECKED STYLES */
.hiddenradio [type=radio]:checked + img {
    outline: 5px solid var(--main-color);
}

.anchorage-montage [type=radio] + img {
    width: 100%;
    max-width: 150px;
}

.anchorage-montage .radio-label {
    font-weight: normal;
    text-align: center;
}

@media (max-width: 768px) {
    .anchorage-montage .radio-label {
        text-align: left;
    }
}

.anchorage-montage [type=radio]:checked ~ .radio-label {
    font-weight: bold;
}

@media (min-width: 992px) {
    .version-available {
        margin-top: 12px;
        margin-right: 16px;
    }
}

table.lintels .wall-row td {
    background: #ececec;
}

table.lintels>tbody>tr.wall-row>td:first-child {
    padding-right: 0;
}

table.lintels input[type=checkbox] {
    margin: 0;
}

table.lintels img {
    height: 16px;
    position: relative;
    top: -1px;
}

#objectOpenings .expander>a{
    text-decoration: none !important;
    color: black !important;

}

.waiting {
    cursor: wait !important;
}

.estimation-cell {
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
}

.estimation-row {
    background: white;
    border: solid 1px lightgray;
    border-radius: 8px;
}