@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
    src: url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

body {
    background-color: #E7E7E7;
    color: #001A33;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.h1,
h1 {
    font-size: 1.589rem;
    /*19pt*/
}

.h2,
h2 {
    font-size: 1.254rem;
    /*15pt*/
}

.h3,
h3,
.panel-title {
    font-size: 0.920rem;
    /*11pt*/
}

.cookie-disclaimer {
    background-color: #001A33;
    color: white;
    padding: 8px;
}

.cookie-disclaimer button {
    margin: 0 0 0 10px;
}


/*Misc*/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.pointer {
    cursor: pointer;
}

.home-text {
    font-size: 1rem;
    font-family: inherit;
    font-weight: bold;
}

.catalog,
.simulation {
    font-size: 0.7109rem;
}

.simulation input,
.simulation select {
    background-color: #d9dde1;
    border-radius: 0px;
    border: none;
}

.simulation select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: 0 0.5rem 0 0.5rem;
}


/*bootstrap md size*/

@media (min-width: 992px) {
    .simulation .form-group label:nth-of-type(2) {
        padding-left: 50px;
    }

    .simulation .form-group.door-position > div:first-of-type{
        padding-right: 50px;
    }
    .simulation .form-group.door-position > div:last-of-type{
        padding-left: 50px;
    }
}

.simulation label.col-md-3 {
    padding-right: 0px;
}

.simulation .schematic-image {
    border-style: solid;
    border-color: #001A33;
    border-width: 1px;
    margin-top: 37px;
}
.simulation .schematic-image-error {
    text-align: center;
    margin: 50px 0 50px 0;
}

/* .simulation .schematic-image img {
    height: 65vh;
} */

.simulation .schematic-label {
    padding: 15px 0 0 0;
}

#filter[disabled] {
    pointer-events: none;
}

.filter-noresults {
    margin-top: 30px;
}

.faded {
    opacity: 0.4!important;
}

.simulation .goback {
    padding-top: 0px;
}

.goback {
    padding-top: 5px;
}

.goback a {
    font-size: 0.7109rem;
}

hr.detail-line {
    margin-top: 0px;
}

caption {
    color: #001A33;
}

.table-technical-data>thead tr:not(:first-child) {
    background-color: #bbbbba;
}

.table-technical-data>thead>tr>th {
    border-bottom: 0px;
    color: white;
}

.table-technical-data>tbody>tr:nth-child(odd) {
    background-color: #ebebeb;
}

.table-technical-data>tbody>tr>td {
    line-height: 15px;
    vertical-align: middle;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 3px;
    border-top: 0px solid #ddd;
}


/*Header*/

.brand {
    position: absolute;
    top: 0px;
    width: 100%;
}

.brand-background {
    width: 100%;
    max-height: 260px;
}

.brand-logo {
    background-color: white;
    /*position: absolute;
    top:0px;*/
}


/*Footer*/

footer {
    font-size: 0.67rem;
    line-height: 4;
}


/**/

#loading-bar .bar {
    background: #0086a9;
}

#loading-bar .peg {
    -moz-box-shadow: #0086a9 1px 0 6px 1px;
    -ms-box-shadow: #0086a9 1px 0 6px 1px;
    -webkit-box-shadow: #0086a9 1px 0 6px 1px;
    box-shadow: #0086a9 1px 0 6px 1px;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #0086a9;
    border-left-color: #0086a9;
}

.simulation #filter-results {
    padding-top: 53px;
}

.simulation .column-stock {
    color: #00e404;
    font-size: 0.6rem;
}

.simulation .column-no-stock {
    color: #ff0000;
    font-size: 0.6rem;
}

.catalog #filter-results {
    margin-top: 85px;
}

#app-content {
    background-color: white;
    padding: 10px 0px 20px;
    min-height: 300px;
}

@media (min-width: 1440px) {
    .container {
        width: 1320px;
    }
}


/*NAVBAR*/

.navbar {
    border-width: 0px;
    min-height: 35px;
    line-height: 0;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #001A33;
    border-width: 0px;
}

.navbar-default .container {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-default .navbar-brand {
    background-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle {
    margin-right: 25px;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    font-weight: bold;
    font-size: 0.92rem;
    color: white;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: white;
    background-color: inherit;
}

.navbar .navbar-nav>li>a {
    font-size: 0.752rem;
    padding-top: 8px;
    padding-bottom: 7px;
}

.navbar .navbar-nav>li>a:hover {
    cursor: pointer;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar .navbar-nav>li>a,
.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
    color: white;
    background: transparent;
}

.navbar-flags>li>a {
    padding: 10px 5px;
}

.dropdown-menu {
    background-color: #1b3247;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.control-label {
    font-weight: normal;
}


/*Dialogs*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 380px;
        margin: 30px auto;
    }
}

.modal-content {
    padding: 25px;
    border-radius: 0px;
    background-color: #1b3247;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-footer {
    border-top: 0px;
    text-align: center;
}

.modal-content a {
    color: white;
}

.modal-content .form-control {
    height: 28px;
    border-radius: 0px;
}

.modal-content .form-group>div {
    padding-left: 50px;
}

.btn-modal {
    background-color: #3c4f62;
    color: white;
    border-color: transparent;
    border-radius: 0px;
    font-size: 0.7rem;
    font-weight: bold;
}

.btn-modal:disabled {
    background-color: #3c4f62 !important;
    opacity: 0.3;
}

.btn-modal[disabled]:hover {
    border-color: transparent;
}

.btn-modal:hover {
    color: white;
    background-color: #001A33;
    border-color: transparent;
}

.btn-modal:focus,
.btn-modal:active {
    outline: none !important;
}

.btn-gray {
    background-color: #d9dde1;
    color: #001A33;
    border-color: transparent;
    border-radius: 0px;
    font-size: 0.7rem;
    font-weight: bold;
}

.btn-gray:disabled {
    background-color: #3c4f62 !important;
    opacity: 0.3;
}

.btn-gray[disabled]:hover {
    border-color: transparent;
}

.btn-gray:hover {
    color: white;
    background-color: #001A33;
    border-color: transparent;
}

.btn-gray:focus,
.btn-modal:active {
    outline: none !important;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus,
.form-control:focus {
    border-color: rgba(0, 130, 155, 0.8);
    box-shadow: 0 1px 1px rgba(0, 130, 155, 0.075) inset, 0 0 8px rgba(0, 130, 155, 0.6);
    outline: 0 none;
}

hr {
    border-color: #E7E7E7;
    border-style: solid none;
    border-width: 1px 0;
}

.table td,
th {
    text-align: center;
}

.panel {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
}

.panel-title {
    color: #001A33;
}

.panel>.panel-heading {
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0);
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    background-color: rgba(255, 255, 255, 0);
    border-top: 0px none rgba(255, 255, 255, 0);
}

.form-group>.control-label {
    text-align: left;
}

@media (max-width: 767px) {
    .affix {
        position: static;
    }
}

.btn-radio {
    height: 22px;
    width: 22px;
    border-radius: 0px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    background-color: #d9dde1;
    margin: 0px;
}

.btn-radio:disabled {
    opacity: 0.5;
}

.btn-radio:focus,
.btn-radio:active {
    outline: none !important;
}

.btn-radio.glyphicon {
    top: 0;
}

.text-mtgl {
    color: #001A33;
}

.rzslider span.rz-bar-wrapper {
    height: 20px;
    padding-top: 10px;
    margin-top: -15px;
}

.rzslider span.rz-bar.rz-selection {
    background-color: #001A33;
}

.rzslider span.rz-pointer {
    background-color: #d9dde1;
    width: 20px;
    height: 20px;
    outline: none;
}

.rzslider span.rz-pointer:after {
    content: none;
}

.back-to-top {
    position: fixed;
    bottom: 42px;
    right: 30px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #E7E7E7;
    opacity: 0.8;
    display: none;
}

.back-to-top:hover {
    opacity: 1;
    cursor: pointer;
}

.back-to-top i {
    font-size: 25px;
    padding: 7px;
    /*2*/
}

.best-solution {
    background-color: rgba(0, 130, 155, 0.3);
}

.list-custom {
    display: inline-block;
    margin-top: 4px;
}

.list-custom>li {
    padding-bottom: 2px;
}

.btn-danger {
    color: #000;
    background-color: #ff9393;
    border-color: #ff9393;
    font-weight: bold;
    font-size: 0.7rem;
    border-radius: 0px;
}

.btn-soft-danger {
    color: #000;
    background-color: rgba(255, 0, 0, 0.4);
    border-color: #ccc;
}

.btn-soft-success {
    color: #000;
    background-color: rgba(92, 184, 92, 0.44);
    border-color: #ccc;
}

.input-has-error.control-label,
.input-has-error.help-block,
.input-has-error.panel-heading .panel-title {
    color: red;
}

.input-has-error.form-control {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.family-box {
    display: inline-block;
    margin-bottom: 25px;
}

.family-box h3 {
    margin-top: 10px;
}

.family-box-detail,
.family-box img {
    width: 101px;
    height: 115px;
}

.family-box.result {
    margin: 10px;
}

.family-box-detail {
    position: absolute;
    top: 0px;
    background: rgb(0, 26, 51);
    /*Fallback */
    background: rgba(0, 26, 51, 0.7);
    color: white;
    padding: 2px 0px;
    font-size: 0.63rem;
}

.family-box-detail>div:first-child {
    border-right: 1px solid white;
}

.simulation .family-box .family-box-detail {
    display: none;
}

.simulation .family-box:hover .family-box-detail {
    display: inline;
}

.simulation .family-box .family-box-detail p {
    font-size: 0.920rem;
    margin-top: 10px;
}

.detail-content-data {
    margin-top: 25px;
}

@media print {
    .simulation-results-list {
        overflow-y: visible;
        height: auto;
    }
    .col-print-1,
    .col-print-2,
    .col-print-3,
    .col-print-4,
    .col-print-5,
    .col-print-6,
    .col-print-7,
    .col-print-8,
    .col-print-9,
    .col-print-10,
    .col-print-11,
    .col-print-12 {
        float: left!important;
    }
    .col-print-12 {
        width: 100%;
    }
    .col-print-11 {
        width: 91.66666666666666%;
    }
    .col-print-10 {
        width: 83.33333333333334%;
    }
    .col-print-9 {
        width: 75%;
    }
    .col-print-8 {
        width: 66.66666666666666%;
    }
    .col-print-7 {
        width: 58.333333333333336%;
    }
    .col-print-6 {
        width: 50%;
    }
    .col-print-5 {
        width: 41.66666666666667%;
    }
    .col-print-4 {
        width: 33.33333333333333%;
    }
    .col-print-3 {
        width: 25%;
    }
    .col-print-2 {
        width: 16.666666666666664%;
    }
    .col-print-1 {
        width: 8.333333333333332%;
    }
}

.btn-danger,
.btn-primary,
.btn-gray {
    font-size: 7pt;
    /*min-width: 68px;*/
}


/*Simulation Beta Version Ribbon*/

.ribbon {
    background-color: #0185ab;
    overflow: hidden;
    white-space: nowrap;
    /* shadow */
    -webkit-box-shadow: 0 0 10px #888;
       -moz-box-shadow: 0 0 10px #888;
            box-shadow: 0 0 10px #888;
  }
  .ribbon a {
    color: #fff;
    display: block;
    font-size:1.25rem;
    font-weight: bold;
    margin: 1px 0;
    padding: 15px 100px;
    text-align: center;
    text-decoration: none;
    /* shadow */
    text-shadow: 0 0 5px #444;
  }