iframe {
    width: 100%;
    min-width: 100%;
}

.carousel-xs {
    height: 15.625em; }
@media (min-width: 768px) {
    .carousel-xs {
        height: 17.5em; } }

.section-product .radio-inline-justified {
    overflow-x: auto; }
.section-product .selection-figure {
    min-width: 9.375em; }
.section-product .radio-block {
    padding: 0.625em 0.9375em;
    border-radius: 0.1875em;
    background-color: #f4f5f6; }
.section-product .radio-block .radio {
    padding-top: 0.375em;
    margin-top: 0.1875em;
    border-top: 1px solid #ffffff; }
.section-product .radio-block .radio > label {
    position: relative;
    z-index: 1;
    display: block; }
.section-product .radio-block .radio > .step-package-price {
    position: absolute;
    right: 0;
    top: 0.625em;
    color: #8ace56;
    font-weight: 600;
    font-size: 0.875em; }
.section-product .radio-block > .row > [class*="col-"]:first-child .radio:first-child {
    border-top: 0; }
@media (min-width: 768px) {
    .section-product .radio-block .radio:first-child {
        border-top: 0; } }
.section-product .summary-list {
    border: 2px solid #085c98;
    font-size: 0.875em; }
.section-product .summary-list .card-heading {
    font-size: 1.1428571429em; }
.section-product .summary-list .summary-item-title {
    margin-bottom: 0.3571428571em;
    color: #085c98; }
.section-product .summary-list .summary-item-content {
    color: #58595b; }
.section-product .summary-list .summary-item-content > .summary-item-value {
    display: inline-block; }
.section-product .summary-list .summary-item-content > .summary-item-control {
    float: right;
    color: inherit; }
.section-product .summary-list .summary-item-content > .summary-item-control:hover {
    color: #085c98; }
.section-product .summary-list .summary-item-content > .summary-item-control > .summary-item-label:first-child {
    display: none; }
.section-product .summary-list .summary-item-content > .summary-item-control > .summary-item-label:last-child {
    display: inline-block; }
.section-product .summary-list .summary-item-content.blank > .summary-item-value {
    display: none; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control {
    float: none; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control > .summary-item-label:first-child {
    display: inline-block; }
.section-product .summary-list .summary-item-content.blank > .summary-item-control > .summary-item-label:last-child {
    display: none; }
.section-product .summary-list .summary-item-amount .summary-item-content {
    font-size: 1.125em;
    color: #085c98; }
.section-product .product-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.5; }
.section-product .product-content ul > li {
    position: relative;
    padding-left: 2em; }
.section-product .product-content ul > li + li {
    margin-top: 0.625em; }
.section-product .product-content ul > li:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    font-family: 'FontAwesome';
    text-align: center;
    background-color: #8ace56;
    color: #ffffff; }


.selection-figure {
    display: block; }
.selection-figure, .checkbox .selection-figure, .radio .selection-figure {
    padding: 0;
    margin: 0 1em 0 0; }
.selection-figure input[type="checkbox"] ~ span,
.selection-figure input[type="radio"] ~ span {
    position: absolute;
    right: 0.3125em;
    top: 0.3125em;
    left: auto;
    bottom: auto;
    border: 0;
    opacity: 0; }
.selection-figure .selection-figure-wrapper {
    position: relative;
    border: 1px solid #d7e4ed;
    border-radius: 0.1875em;
    padding: 3em 1em 1em;
    background-color: #f4f5f6;
    transition: all 0.5s ease; }
.selection-figure .selection-figure-wrapper:hover, .selection-figure .selection-figure-wrapper:focus {
    border-color: #446a73; }
.selection-figure .selection-figure-featured {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    text-align: center; }
.selection-figure .selection-figure-featured > .label {
    font-weight: 300;
    font-size: 0.875em;
    border-radius: 0.2142857143em;
    text-transform: uppercase; }
.selection-figure .selection-figure-content {
    display: inline-block; }
.selection-figure .selection-figure-caption {
    padding: 0.3125em;
    display: block;
    background-color: #f4f5f6; }
.selection-figure input[type="checkbox"]:checked ~ .selection-figure-wrapper,
.selection-figure input[type="radio"]:checked ~ .selection-figure-wrapper {
    border-color: #446a73; }
.selection-figure input[type="checkbox"]:checked ~ span,
.selection-figure input[type="radio"]:checked ~ span {
    opacity: 0; }
.selection-figure .img-responsive {
    display: inline-block; }


.panel {
    background-color: transparent; }
.panel,
.panel .panel-collapse {
    border-radius: 0.1875em; }
.panel > .panel-title, .panel > .panel-heading {
    border-radius: 0.1875em 0.1875em 0 0;
    font-size: inherit; }
.panel .panel-heading {
    position: relative; }
.panel .panel-title {
    position: relative;
    border-bottom: 1px solid transparent;
    font-size: inherit; }
.panel .panel-actions {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.3125em 0.9375em; }
.panel .panel-actions .btn {
    padding: 0.3125em 0.625em; }
.panel.panel-rounded-md,
.panel.panel-rounded-md .panel-collapse {
    border-radius: 0.625em; }


.panel-step {
    border: 2px solid #085c98;
    background-color: #ffffff; }
.panel-step .step-error {
    margin-top: 0.3125em;
    color: #f55060;
    display: none; }
.panel-step.has-error {
    border-color: #f55060; }
.panel-step.has-error .step-error {
    display: block; }
.panel-step > .panel-title, .panel-step > .panel-heading {
    background-color: transparent; }
.panel-step .panel-title,
.panel-step .panel-body {
    border: 0 !important; }
.panel-step > .panel-heading .badge {
    margin: -0.375em 0.625em 0 0; }
.panel-step .panel-title {
    font-weight: 700;
    color: #085c98; }
.panel-step .step-description {
    font-size: 0.875em;
    margin-top: 0.3125em; }


.panel > .panel-heading .badge-info,
.badge-info {
    color: #ffffff;
    background-color: #22d1d2; }

.panel > .panel-heading .badge-success,
.badge-success {
    color: #ffffff;
    background-color: #8ace56; }

.panel > .panel-heading .badge-warning,
.badge-warning {
    color: #ffffff;
    background-color: #f1bb15; }

.panel > .panel-heading .badge-danger,
.badge-danger {
    color: #ffffff;
    background-color: #f55060; }


.radio-inline .radio {
    margin: 0.3125em 0.9375em 0.3125em 0;
    display: inline-block;
    vertical-align: top; }
.radio-inline.radio-inline-md .radio {
    width: 15.625em; }
.radio-inline.radio-inline-justified {
    margin-right: -1em; }
.radio-inline.radio-inline-justified .radio {
    display: table-cell;
    width: 1%;
    text-align: center; }

.media-cart .media-object {
    max-width: 6.25em; }
.media-cart .media-heading {
    font-weight: 600;
    font-size: 1em; }
.media-cart .media-description {
    padding: 0;
    margin: 0;
    font-size: 0.875em;
    list-style: none;
    color: #9d9d9d; }


.panel-body.p0 .dataTables_info {
    padding: 0.9375em; }


.card {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center; }
.card .card-header {
    margin-bottom: 1.875em;
    display: block; }
.card .card-footer {
    margin-top: 1.875em;
    display: block; }
.card .card-heading {
    display: inline-block;
    line-height: 1; }
.card .card-subheading {
    margin-top: 1.875em; }
.card .card-jumbotron {
    margin-top: 0.9375em;
    font-size: 150%; }
.card .card-figure {
    padding: 1.875em;
    display: block; }
.card .card-figure .card-figure-icon {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 2em;
    border-radius: 50%;
    border: 1px solid #085c98;
    display: inline-block; }
.card.card-outline {
    border: 2px solid #085c98; }
.card.card-bordered {
    border: 1px solid #ebebeb; }
.card.card-bordered .card-header.card-header-bordered {
    border-bottom: 1px solid #ebebeb; }
.card.card-rounded {
    border-radius: 0.1875em; }
.card.card-rounded .card-header,
.card.card-rounded .card-figure {
    border-radius: 0.1875em 0.1875em 0 0; }
.card.card-rounded .card-header img {
    width: 100%; }
.card.card-rounded-md {
    border-radius: 0.625em; }
.card.card-rounded-md .card-header,
.card.card-rounded-md .card-figure {
    border-radius: 0.625em 0.625em 0 0; }
.card.card-rounded-md .card-header img {
    width: 100%; }
.card.card-hover {
    color: inherit; }
.card.card-shadow {
    box-shadow: 0 0.625em 0.625em -0.625em #9d9d9d; }
.card.card-shadow.card-shadow-xs {
    box-shadow: 0 0.0625em 0.0625em 0 rgba(0, 0, 0, 0.05); }
.card.card-normal {
    padding: 0; }
.card.card-xs,
.card.card-xs .card-inner,
.card.card-xs .card-figure {
    padding: 0.9375em; }
.card.card-xs .card-glued-top {
    margin: -0.9375em -0.9375em 0; }
.card.card-xs .card-glued-bottom {
    margin: 0 -0.9375em -0.9375em; }
.card.card-xs .card-header {
    margin-bottom: 0.9375em; }
.card.card-xs .card-footer {
    margin-top: 0.9375em; }
.card.card-xs .card-heading {
    font-size: 1em; }
.card.card-xs .card-description {
    font-size: 0.8125em; }
.card.card-sm,
.card.card-sm .card-inner,
.card.card-sm .card-figure {
    padding: 1.25em; }
.card.card-sm .card-glued-top {
    margin: -1.25em -1.25em 0; }
.card.card-sm .card-glued-bottom {
    margin: 0 -1.25em -1.25em; }
.card.card-sm .card-header {
    margin-bottom: 1.25em; }
.card.card-sm .card-footer {
    margin-top: 1.25em; }
.card.card-sm .card-heading {
    font-size: 1.125em; }
.card.card-md {
    padding: 3.4375em; }
.card.card-lg {
    padding: 4.375em; }
.card.card-xlg {
    padding: 6.25em; }



/* TreeView */
.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview ul ul {
    padding-left: 15px;
}
.treeview li {
    position: relative;
}
.treeview .subtree {
    display: none;
}
.treeview .subtree-open > .subtree {
    display: block;
}
.treeview .subtree-open > .subtree-header > .btn-subtree-toggle > span::before {
    content: '\f068';
}
.treeview a {
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #848484;
    font-weight: 400;
    display: block;
}
.treeview .subtree-open > .subtree-header > a {
    border-bottom-color: #00a9e9;
    color: #00a9e9;
}
.treeview .active > a,
.treeview a:hover {
    color: #00a9e9;
}
/* Subtree */
.treeview .has-subtree > .subtree-header {
    position: relative;
}
.treeview .has-subtree > .subtree-header > a {
    padding-right: 25px;
}
.treeview .btn-subtree-toggle {
    min-width: 20px;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #848484;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.treeview .btn-subtree-toggle:focus,
.treeview .btn-subtree-toggle:hover {
    outline: none;
    color: #00a9e9;
}

.row-sm {
    margin: -0.46875em; }
.row-sm > [class*="col-"] {
    padding: 0.46875em; }
@media (min-width: 768px) {
    .row-sm > .col-sm-6:nth-child(2n+1) {
        clear: both; } }
@media (min-width: 992px) {
    .row-sm > .col-sm-6:nth-child(2n+1) {
        clear: none; }
    .row-sm > .col-md-4:nth-child(3n+1) {
        clear: both; } }
@media (min-width: 1200px) {
    .row-sm > .col-md-4:nth-child(3n+1) {
        clear: none; }
    .row-sm > .col-lg-3:nth-child(4n+1) {
        clear: both; } }

.product-list .img-ratio {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 75.00%; !important;}
.product-list .img-ratio.img-ratio-portrait {
    padding-bottom: 99%; !important; }
.product-list .img-ratio .img-ratio-object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: none;
    object-fit: contain;
    !important;
}

@media (min-width: 768px) {
    .col-md-spacing {
        margin-bottom: 1.875em;
    }
}

.work-email input[type="email"] {
    position: fixed;
    top: -9999px;
    left: -9999px;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #00a9e9;
    top: 50%;
    animation: loader 5s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #00a9e9;
    animation: loader-inner 5s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

#cookiebar {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    bottom: 0;
    z-index: 9999;
    color: #727272;
    font-size: 16px;
    line-height: 20px;
    border-top: 3px solid #00a9e9;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    transition: all 1s ease-in-out;
}

#cookiebar.hide {
    bottom: -100%;
    transition: all 1s ease-in-out
}

#cookiebar .container {
    width: 1170px;
    margin: 0 auto
}

@media (max-width: 768px) {
    #cookiebar .container {
        width: 100%;
    }
}

#cookiebar h3 {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px
}

#cookiebar a {
    color: #00a9e9;
    text-decoration: none;
    margin-left: 20px
}

#cookiebar a:hover {
    text-decoration: underline
}

#cookiebar a#okcookies {
    display: inline-block;
    background-color: #00a9e9;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar a#okcookies:hover {
    text-decoration: none;
    background-color: #64c8d7;
}

#cookiebar a:hover {
    text-decoration: underline;
    color: #64c8d7;
}

#cookiebar button#okcookies {
    display: inline-block;
    background-color: #00a9e9;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-color: #00a9e9;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar button#okcookies:hover {
    text-decoration: none;
    background-color: #ffffff;
    border-color: #00a9e9;
    color: #00a9e9;
    background-image: url('../img/check_mark_colored.svg');
}


.timeline {
    margin: 0 0 30px;
    padding: 0;
    position: relative
}

.timeline:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f1f1f1;
    top: 0;
    bottom: 0;
    margin-left: 38px
}

.timeline .timeline-item {
    margin: 0;
    padding: 0
}

.timeline .timeline-badge {
    float: left;
    position: relative;
    padding-right: 30px;
    height: 80px;
    width: 80px
}

.timeline .timeline-badge-userpic {
    width: 80px;
    border: 4px solid #f1f1f1;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important
}

.timeline .timeline-badge-userpic img {
    border-radius: 50%!important;
    vertical-align: middle!important
}

.timeline .timeline-icon {
    width: 80px;
    height: 80px;
    background-color: #f1f1f1;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    /*padding-top: 30px;*/
    /*padding-left: 22px*/
}

.timeline .timeline-icon i {
    font-size: 34px
}

.timeline .timeline-body {
    position: relative;
    padding: 20px;
    margin-top: 20px;
    margin-left: 110px;
    background-color: #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.timeline .timeline-body:after,.timeline .timeline-body:before {
    content: " ";
    display: table
}

.timeline .timeline-body:after {
    clear: both
}

.timeline .timeline-body-arrow {
    position: absolute;
    top: 30px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 14px 0;
    border-color: transparent #f1f1f1 transparent transparent
}

.timeline .timeline-body-head {
    margin-bottom: 10px
}

.timeline .timeline-body-head-caption {
    float: left
}

.timeline .timeline-body-alerttitle,.timeline .timeline-body-title {
    font-size: 16px;
    font-weight: 600
}

.timeline .timeline-body-time {
    font-size: 14px;
    margin-left: 10px
}

.timeline .timeline-body-head-actions {
    float: right
}

.timeline .timeline-body-head-actions .btn-group {
    margin-top: -2px
}

.timeline .timeline-body-content {
    font-size: 14px;
    margin-top: 35px
}

.timeline .timeline-body-img {
    width: 100px;
    height: 100px;
    margin: 5px 20px 0 0
}

.timeline.white-bg:before {
    background: #fff
}

.timeline.white-bg .timeline-badge-userpic {
    border-color: #fff
}

.timeline.white-bg .timeline-body,.timeline.white-bg .timeline-icon {
    background-color: #fff
}

.timeline.white-bg .timeline-body-arrow {
    border-color: transparent #fff transparent transparent
}

@media (max-width: 768px) {
    .timeline .timeline-body-head-caption {
        width:100%
    }

    .timeline .timeline-body-head-actions {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {

    .timeline-steps .timeline-item::before {
        margin-left: 14px;
    }

    .timeline:before {
        margin-left:14px
    }

    .timeline .timeline-badge {
        padding-right: 20px;
        width: 30px;
        height: 30px
    }

    .timeline .timeline-badge-userpic {
        width: 30px
    }

    .timeline .timeline-icon {
        width: 30px;
        height: 30px;
        padding-bottom: 0px;
        padding-left: 0px;
        line-height: 30px !important;
    }

    .timeline .timeline-icon i {
        font-size: 20px;
    }

    .timeline .timeline-body {
        margin-left: 40px;
    }

    .timeline .timeline-body-arrow {
        top: 2px;
    }

    .timeline-steps .timeline-icon > span {
        font-size: 18px !important;
    }
}

.mt-checkbox,.mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mt-checkbox.mt-checkbox-disabled,.mt-checkbox.mt-radio-disabled,.mt-radio.mt-checkbox-disabled,.mt-radio.mt-radio-disabled {
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: not-allowed
}

.mt-checkbox>input,.mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.mt-checkbox>span,.mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #E6E6E6
}

.mt-checkbox>span:after,.mt-radio>span:after {
    content: '';
    position: absolute;
    display: none
}

.input-icon>i,.mt-checkbox-list .mt-checkbox,.mt-checkbox-list .mt-radio,.mt-checkbox>input:checked~span:after,.mt-radio-list .mt-checkbox,.mt-radio-list .mt-radio,.mt-radio>input:checked~span:after {
    display: block;
}

.mt-checkbox:hover>input:not([disabled])~span,.mt-checkbox>input:focus~span,.mt-radio:hover>input:not([disabled])~span,.mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mt-checkbox:hover>input:not([disabled]):checked~span,.mt-checkbox>input:checked~span,.mt-radio:hover>input:not([disabled]):checked~span,.mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9
}

.icon-btn,.icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.mt-checkbox>input:disabled~span,.mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none
}

.icon-btn,.ie8 .icon-btn:hover {
    filter: none
}

.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span,.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span,.mt-checkbox.mt-checkbox-outline>input:checked~span,.mt-checkbox.mt-checkbox-outline>input:focus~span,.mt-checkbox.mt-checkbox-outline>span,.mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span,.mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span,.mt-checkbox.mt-radio-outline>input:checked~span,.mt-checkbox.mt-radio-outline>input:focus~span,.mt-checkbox.mt-radio-outline>span,.mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span,.mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span,.mt-radio.mt-checkbox-outline>input:checked~span,.mt-radio.mt-checkbox-outline>input:focus~span,.mt-radio.mt-checkbox-outline>span,.mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span,.mt-radio.mt-radio-outline:hover>input:not([disabled])~span,.mt-radio.mt-radio-outline>input:checked~span,.mt-radio.mt-radio-outline>input:focus~span,.mt-radio.mt-radio-outline>span {
    border: 1px solid #d9d9d9;
    background: 0 0
}

.mt-radio>span,.timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important
}

.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important
}

.mt-radio>span:after {
    left: 5px;
    top: 5px;
    height: 6px;
    width: 6px;
    border-radius: 100%!important;
    background: #888
}

.mt-radio>input:disabled~span:after {
    background: #888
}

.mt-checkbox>span:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.mt-checkbox>input:disabled~span:after {
    border-color: #888
}

.form-inline .mt-checkbox {
    margin-left: 15px;
    margin-right: 15px
}

.mt-checkbox-list,.mt-radio-list {
    padding: 10px 0
}

.form-horizontal .form-group .mt-checkbox-list,.form-horizontal .form-group .mt-radio-list {
    padding-top: 0
}

.mt-checkbox-inline,.mt-radio-inline {
    padding: 10px 0
}

.form-horizontal .form-group .mt-checkbox-inline,.form-horizontal .form-group .mt-radio-inline {
    padding-top: 8px
}

.mt-checkbox-inline .mt-checkbox,.mt-checkbox-inline .mt-radio,.mt-radio-inline .mt-checkbox,.mt-radio-inline .mt-radio {
    display: inline-block;
    margin-right: 15px
}

.mt-checkbox-inline .mt-checkbox:last-child,.mt-checkbox-inline .mt-radio:last-child,.mt-radio-inline .mt-checkbox:last-child,.mt-radio-inline .mt-radio:last-child {
    margin-right: 0
}

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

.overlay-wrapper {
    position: fixed;
    z-index: 1000;
}

.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea {
    height: 2.7em !important;
    line-height: 3em !important;
    padding: 0 1em !important;
    border: 1px solid #d7e4ed;
    border-radius: 0;
    font-size: inherit;
    box-shadow: none;
    background-color: rgba(0, 169, 233, 0.03);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 768px) {
    .file-caption .btn-file {
        margin-right: 18px;
    }
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__rendered {
    margin: 5px -10px;
}

.modal-backdrop {
    z-index: 1000 !important;
}

.photos {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    column-count: 2;
    column-gap: 5px;
}
.photos img {
    width: 100% !important;
    height: auto !important;
}
.photos {
    display:inline-block;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 1000px) {
    .photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 800px) {
    .photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 400px) {
    .photos {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}

#inquiry-iframe .modal-open .modal {
    height: 100%;
    display: unset;
}

#copyButton {
    cursor: pointer;
}

#copyTarget {
    border-left: none;
}

.copied {
    opacity: 0;
    position: absolute;
    left: 55px;
}

@media (min-width: 768px) {
    .copied {
        left: 75px;
        opacity: 0;
    }
}

.timeline .timeline-body .timeline-body-head .input-group.full-width {
    width: 100%; !important
}

.extra {
    padding: 0;
}

.extra button {
    padding: 16px 12px; border: 0; background: transparent;
}

.extra button > span {
    border: 0; font-size: 14px;
}

.group-input-margin-bottom {
    margin-bottom: 25px;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    padding: 12px 0 !important;
    color: #999;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 12px 0 !important;
}

.extra-select-defects {
    transition: height 0.3s ease;
}

.extra-select-defects.select2-container--open .select2-selection {
    height: auto !important;
}

.select2-container .select2-selection--multiple {
    min-height: 48px !important;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 48px;
}