﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.loginBox {
    max-width:  90%;
    width: 500px
}

.stretch input  {
    width: 100%
}

.responsive-table {
    overflow-x: auto;
}

table.sw-table tbody tr.column-details td {
    -moz-transition: linear 0.1s;
    -o-transition: linear 0.1s;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
}
table.sw-table tbody tr.column-details.slide-closed td {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    padding: 0;
    border: 0;
}
table.sw-table tbody tr.column-details .column-details-split-view h2 {
    color: #303439;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}
@media (max-width: 800px) {
    table.sw-table tbody tr.column-details .column-details-split-view h2 {
        font-size: 16px;
    }
}
table.sw-table tbody tr.column-details .column-details-split-view .minimal-split-table .split-table-row {
    margin-bottom: 7px;
}
table.sw-table tbody tr.column-details .column-details-split-view > div {
    border-right: 1px solid #e5e5e5;
    padding-left: 30px;
    padding-right: 30px;
}
table.sw-table tbody tr.column-details .column-details-split-view > div:last-of-type {
    border-right: none;
    padding-left: 54px;
}
@media screen and (max-width: 960px) {
    table.sw-table tbody tr.column-details .column-details-split-view > div:last-of-type {
        margin-top: 50px;
    }
}
table.sw-table tbody tr.column-details .column-details-split-view h4 {
    color: #303439;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 3px;
}
@media (max-width: 800px) {
    table.sw-table tbody tr.column-details .column-details-split-view h4 {
        font-size: 14px;
    }
}
table.sw-table tbody tr.column-details .column-details-split-view h5 {
    color: #5A6065;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 22px;
}
@media (max-width: 800px) {
    table.sw-table tbody tr.column-details .column-details-split-view h5 {
        font-size: 14px;
    }
}
table.sw-table tbody tr.column-details .column-details-split-view h5 i {
    font-size: 25px;
    vertical-align: bottom;
    margin-right: 10px;
}
@media (max-width: 800px) {
    table.sw-table tbody tr.column-details .column-details-split-view h5 i {
        font-size: 22px;
    }
}
table.sw-table tbody tr.column-details .column-details-split-view .simple-list .icon-wrap {
    text-align: left;
    width: 25px;
}
table.sw-table tbody tr.column-details .column-details-split-view .list {
    width: 100%;
    webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
table.sw-table tbody tr.column-details .column-details-split-view .list li {
    padding: 2px 20px 0 0;
}
table.sw-table tbody tr.column-details .column-details-split-view .list span {
    font-size: 16px;
    font-weight: 500;
    color: #a8a8a8;
    line-height: 24px;
}
table.sw-table tbody tr.column-details .column-details-split-view h6 {
    color: #303439;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
table.sw-table tbody tr.column-details .column-details-split-view .gallery-items li {
    display: inline-block;
    width: 207px;
    margin-right: 8px;
}
table.sw-table tbody tr.column-details .column-details-split-view .gallery-items li img,
table.sw-table tbody tr.column-details .column-details-split-view .gallery-items li iframe {
    border-radius: 5px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
table.sw-table tbody tr.column-details .column-details-split-view .unit-btn {
    text-align: right;
}
@media (max-width: 1279px) {
    table.sw-table tbody tr.column-details .column-details-split-view .unit-btn {
        text-align: left;
        margin-bottom: 5px;
    }
}
tr.clickable:hover {
    cursor: pointer;
    background-color: rgba(198, 198, 198, 0.07);
}
table.sw-table {
    width: 100%;
    color: #000;
    position: relative;
}
table.sw-table .border-none {
    border: none;
}
table.sw-table svg {
    fill: #a8a8a8;
    margin-left: 12px;
}
table.sw-table tbody td {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 24px 15px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.sw-table.smaller thead td {
    padding: 10px 24px 10px 24px;
}
table.sw-table.smaller tbody td {
    padding: 20px 24px 20px 24px;
}
table.sw-table tr {
    position: relative;
    outline: none;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    /*@media screen and (max-width:600px) {
        -moz-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }*/
}
table.sw-table tr svg {
    vertical-align: middle;
    width: 28px;
}
table.sw-table tr.active,
table.sw-table tr.clickable:hover {
    background-color: #f9f9f9;
}
table.sw-table tr.active td,
table.sw-table tr.clickable:hover td {
    position: relative;
}
table.sw-table tr.active td:first-of-type:after,
table.sw-table tr.clickable:hover td:first-of-type:after {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 6px;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    /*@media screen and (max-width:600px) {
        -moz-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }*/
    background-color: #e8af42;
}
table.sw-table thead {
    background-color: rgba(198, 198, 198, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.sw-table thead td {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #303439;
    outline: none;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
table.sw-table thead td.clickable:hover,
table.sw-table thead td.clickable:hover,
table.sw-table thead td.active {
    color: #ef231a;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.md-datepicker-button {
    display: none !important;
}

.md-icon-button + .md-datepicker-input-container {
    margin-left: auto !important;
}

.table-button {
    margin: 2px 0px !important;
}

.force-margin-bottom-zero {
    margin-bottom: 0px !important;
}

.force-margin-top-zero {
    margin-top: 0px !important;
}

.container {
    position: relative;
}

.modal-window {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 79;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.62);
    display: none;
    overflow: auto;
    padding-bottom: 145px;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.modal-window.crop-modal .modal-inner {
    margin-top: 10px;
    max-width: 80%;
}
.modal-window.visible {
    display: block;
}
.modal-window.visible .modal-inner {
    display: block;
}
.modal-window .modal-inner {
    max-width: 600px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    display: none;
}
.modal-window .modal-inner.calendar-events {
    max-width: 600px;
}
.modal-window .modal-inner.sign-in-modal {
    max-width: 400px;
}
.modal-window .modal-inner.sign-in-modal .login-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.modal-window .modal-inner.sign-in-modal .login-or {
    margin-top: 0;
    border: none;
}
.modal-window .modal-inner h3.widget-section-title {
    color: #5a6065;
    font-weight: 500;
}
.modal-window .modal-inner .modal-form-buttons {
    margin-top: 25px;
}
.modal-window .modal-inner .modal-form-buttons button {
    display: inline-block;
    width: auto;
}
.modal-window .modal-inner.transition {
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    /*@media screen and (max-width:600px) {
        -moz-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }*/
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -moz-animation-duration: 0.35s;
    -o-animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
}

.modal-title {
    text-align: center;
}

.modal-window .modal-inner .modal-title h2 {
    padding-top: 105px;
    font-size: 48px;
    color: #292a34;
    font-weight: 400;
    padding-bottom: 38px;
    margin-top: 0;
    margin-bottom: 0;
}
.modal-window .modal-inner .modal-title h2 img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
.modal-window .modal-inner .inline-buttons-wrapper {
    margin-top: 45px;
}
.modal-window .modal-inner .inline-buttons-wrapper .btn {
    display: inline-block;
    width: auto;
}
.modal-window .modal-inner .divider {
    height: 2px;
    opacity: 0.1;
    background-color: black;
    margin-top: 73px;
    margin-bottom: 75px;
    margin-left: 102px;
    margin-right: 102px;
}
.modal-window .modal-inner .divider.alternate {
    margin-right: 0;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 30px;
    height: 1px;
}
.modal-window .modal-inner h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #ef231a;
    font-size: 14px;
    /* Text style for "Check your ema" */
    font-weight: 300;
}
.modal-window .modal-inner .modal-buttons {
    padding-bottom: 50px;
}

.calendar-sync input[type="checkbox"] + label,
.calendar-sync input[type="checkbox"]:checked + label {
    margin: 0;
}

.modal-inner-body {
    padding-left: 101px;
    padding-right: 101px;
}
@media screen and (max-width: 800px) {
    .modal-inner-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modal-window .modal-inner .close-modal {
    color: #303439;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    right: 35px;
    top: 12px;
    font-weight: 500;
}
@media (max-width: 800px) {
    .modal-window .modal-inner .close-modal {
        font-size: 40px;
        right: 13px;
    }
}

.navbar-header__account {
    right: 0;
    position: absolute;
}

.visible-print {
    display: none;
}

.set-relative {
    position: relative;
}

html, body {
    height: auto !important;
}

