html {
    font-size: 14px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    /*font-family: "TT Travel Next" !important;*/
}

main > .container {
    padding: 70px 15px 20px;
    /*font-family: "TT Travel Next" !important;*/
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    float: left !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px !important;
}

/*.user-document-index .grid-view td {*/
/*    word-break: break-word;*/
/*}*/

/*.user-document-index .select2 {*/
/*    max-width: 400px;*/
/*}*/

.select2:has(#select2-usertestsearch-test_id-container) {
    width: 300px !important;
}

.navbar {
    padding: .9rem .5rem !important;
    margin-bottom: 0;
}

.content-wrapper {
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

.btn-group-vertical .btn {
    padding: 18px 20px !important;
    border-radius: 20px;
    background-color: #4b545c;
    border-color: white;
}

/*.bootstrap-switch-container {*/
/*    height: 56px;*/
/*}*/

/*.bootstrap-switch-handle-off {*/
/*    padding-top: 18px !important;*/
/*}*/

/*.bootstrap-switch-handle-on {*/
/*    padding-top: 18px !important;*/
/*}*/

.fade {
    opacity: 1;
}

tr.danger td {
    background-color: #ffafaf !important;
}

tr.info td {
    background-color: #5bc0de !important;
}

tr.warning td {
    background-color: #f8cd90 !important;
}

tr.active td {
    background-color: #e6cbf9 !important;
}

tr.success td {
    background-color: #bbffbb !important;
}

.main-header .nav-link {
    height: 3rem !important;
}

.content {
    margin-top: 15px !important;
}

.sidebar a {
    color: white !important;
    font-size: 15px !important;
}

.input-group-btn {
    display: inline-table !important;
}

.file-caption-name {
    height: 54px !important;
}

.nav-link {
    padding-top: 12px !important;
    /*font-family: "TT Travel Next" !important;*/
    /*font-size: 20px !important;*/
}

.nav-item {
    margin-left: 25px !important;
}

.carousel#banner .carousel-item {
    height: 650px;
    min-width: auto;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel#company .carousel-item .col-md-3 {
    font-size: 20px;
    border: 1px black solid;
}

.owl-item .item {
    background-color: transparent;
    padding-top: 15px;

}

.section-1 {
    margin: 50px 0;
}

.section-1 .col-md-4 {
    text-align: center;
    font-size: 32px;
    /*font-family: "TT Travel Next" !important;*/
    /*border: 1px black solid;*/
    margin: 5px;
    max-width: 32% !important;
    padding: 20px;
    border-radius: 10px;
    height: 200px;
    font-weight: 500;
    background-position: center;
    background-size: cover;
    color: white;

    -webkit-box-shadow: 10px 10px 40px -15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 10px 10px 40px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 10px 10px 40px -15px rgba(0, 0, 0, 0.7);

    @media (max-width: 1000px) {
        max-width: 100% !important;
        margin: 5px 0;
    }
}

.section-2 {
    margin: 50px 0;
}

.section-2 .container {
    max-width: 1140px;

    @media (max-width: 1000px) {
        max-width: 100% !important;
        margin: 5px 0;
        max-width: 960px;
    }
}

.section-2 .col-md-4 {
    /*text-align: center;*/
    /*font-size: 32px;*/
    /*!*border: 1px black solid;*!*/
    height: 300px;
    margin: 5px;
    max-width: 32% !important;
    position: relative;
    border-radius: 10px;
    padding: 0;
    background-position: center;
    background-size: cover;

    @media (max-width: 1000px) {
        /*max-width: 100% !important;*/
        margin: 5px;
    }

    @media (max-width: 825px) {
        max-width: 100% !important;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 33.3333%;
        /*margin: 5px;*/
    }

    @media (max-width: 630px) {
        max-width: 100% !important;
        flex-basis: 100%;
        /*flex-grow: 1;*/
        /*flex-shrink: 0;*/
        /*flex-basis: 33.3333%;*/
        /*margin: 5px;*/
    }
}

.section-2 .col-md-4 span.text {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: gray;
    opacity: 0.7;
    border-radius: 10px;
    width: 100%;
    color: white;
}

.section-2 .col-md-4 span.price {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 5px 10px;
    background-color: #ff4848;
    opacity: 0.8;
    /*border-radius: 10px;*/
    /*width: 100%;*/
    color: white;
}

.owl-carousel {
    /*filter: grayscale(.9);*/
    /*background-color: gray;*/
}

h1 h2 h3 h4 h5 h6 {
    /*font-family: "TT Travel Next" !important;*/
}

.jumbotron {
    background-color: white !important;
    padding: 30px !important;
}

.section-3 {
    margin: 50px 0;
}

.section-3 .container {
    max-width: 1140px;

    @media (max-width: 1000px) {
        max-width: 100% !important;
        margin: 5px 0;
        max-width: 960px;
    }
}

.section-3 .col-md-4 {
    /*text-align: center;*/
    /*font-size: 32px;*/
    /*!*border: 1px black solid;*!*/
    height: 300px;
    margin: 5px;
    max-width: 32% !important;
    position: relative;
    border-radius: 10px;
    padding: 0;
    background-position: center;
    background-size: cover;

    @media (max-width: 1000px) {
        max-width: 100% !important;
        margin: 5px 0;
    }
}

.section-4 {
    margin: 50px 0;
}

.section-4 .container {
    max-width: 1140px;

    @media (max-width: 1000px) {
        max-width: 100% !important;
        margin: 5px 0;
        max-width: 960px;
    }
}

.section-4 .col-md-4 {
    /*text-align: center;*/
    /*font-size: 32px;*/
    /*!*border: 1px black solid;*!*/
    height: 370px;
    margin: 5px;
    max-width: 32% !important;
    position: relative;
    border-radius: 10px;
    padding: 0;
    background-position: center;
    background-size: cover;

    @media (max-width: 1000px) {
        max-width: 100% !important;
        margin: 5px 0;
    }
}

.layout-top-nav .wrapper .main-header .brand-image {
    margin-top: 0.2rem !important;
}

.main-header {
    border-bottom: 0 !important;
}

.fill .container {
    text-align: center;
    padding-top: 285px;
}

.fill .container span {
    font-size: 50px;
    font-weight: 300;
    text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
    /*-webkit-box-shadow: 10px 10px 88px 36px rgba(255,255,255,0.64);*/
    /*-moz-box-shadow: 10px 10px 88px 36px rgba(255,255,255,0.64);*/
    /*box-shadow: 10px 10px 88px 36px rgba(255,255,255,0.64);*/
}

.main-footer {
    background-color: #f7f7f7 !important;
}

.main-footer .container {
    max-width: 1140px;
    /*height: 320px;*/

    /*@media (max-width: 1000px) {*/
    /*    max-width: 100% !important;*/
    /*    margin: 5px 0;*/
    /*    max-width: 960px;*/
    /*}*/
}

.main-footer a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 250;
    color: black;
    display: block;
    margin-top: 10px;
}

.main-footer .footer-left div {
    width: 100%;
    text-align: right;
    font-size: 18px;
    padding-bottom: 10px;
}

.main-footer .col-md-4 {
    margin-bottom: 15px;
}