/*#region Body*/
body {
}

#container {
    margin: 1rem;
}
/*#endregion Body*/

/*#region Button*/
/*.btn-primary {
    background-color: #aaada5 !important;
    border-color: #b9c1a9 !important;
}*/
/*#endregion Button*/
/*#region Spacer*/
div.spacer5 {
    height: 5px;
    clear: both;
    float: none;
}

div.spacer10 {
    height: 10px;
    clear: both;
    float: none;
}

div.spacer20 {
    height: 20px;
    clear: both;
    float: none;
}

div.spacer30 {
    height: 30px;
    clear: both;
    float: none;
}

div.spacer40 {
    height: 40px;
    clear: both;
    float: none;
}

div.spacer50 {
    height: 50px;
    clear: both;
    float: none;
}

div.spacer60 {
    height: 60px;
    clear: both;
    float: none;
}

div.spacer70 {
    height: 70px;
    clear: both;
    float: none;
}

div.spacer80 {
    height: 80px;
    clear: both;
    float: none;
}

/*#endregion Spacer*/

/*#region Navbar*/


#navbarSupportedContent .nav-item .nav-link {
    color: black !important;
    text-transform: uppercase;
    font-weight: 600;
}

    #navbarSupportedContent .nav-item .nav-link:focus, #navbarSupportedContent .nav-item .nav-link:hover {
        background-color: #808080;
    }

.navbar {
    background: #b9c1a9;
    background: linear-gradient(270deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(270deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(270deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#B9C1A9", endColorstr="#FFFFFF", GradientType=1 );
}

#logoGS {
    max-width: 5rem;
    max-height: 5rem;
}

.ts-logo-cookie {
    max-height: 1.5rem;
    max-width: 1.5rem;
}

.ts-view-cookies {
    color: grey !important;
    font-style: italic !important;
}

.toast {
    background-color: rgba(255, 255, 255, 1) !important;
}

.navbar-nav {
    color: #ffffff !important;
}

.dropdown-menu {
    background-color: #b9c1a9;
    margin-top: 0px !important;
    --bs-dropdown-padding-y: 0px !important;
}


/*#endregion Body*/

/*#region Modal*/

/*.ts-modal-info {
    background-color: #8fbbd9 !important;
    color: white !important;
}*/

.pr

.ts-modal-error {
    background-color: #dc3545 !important;
    color: white !important;
}

/*#endregion Modal*/

/*#region Carusel*/
.carousel-caption {
    position: static;
}
/*#endregion Carusel*/

/*#region TitleH*/
h1 {
    background-color: #b9c1a9;
}

footer {
    background: hsla(80, 16%, 71%, 1);
    background: linear-gradient(90deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#B9C1A9", endColorstr="#FFFFFF", GradientType=1 );
}

.ts-footer-link {
    color: darkslategrey;
}

.ts-footer-link2 {
    color: #577e4a;
}

    .ts-footer-link2:hover {
        color: #739368;
    }

/*#endregion TitleH*/

/*#region Common Class*/

@media screen and (max-width: 1795px) {
    .ts-indextitle {
        font-size: 1.5rem !important;
    }
}

.ts-title-background {
    background: linear-gradient(transparent 40%, #b9c1a9 60%) no-repeat;
    border-radius: 25px;
}

.ts-carouseltitle {
    background: linear-gradient(#b9c1a9 30%, transparent 70%) no-repeat;
}

.ts-aeablue {
    color: #26027b;
}

.ts-hover-pointer:hover {
    cursor: pointer;
}

.ts-backgroundimg-none {
    background-image: none !important;
}

.ts-background-black {
    background-color: black !important;
}

.ts-hover-nopointer:hover {
    pointer-events: none !important;
}

.border-bottom {
    border: 0.5rem,solid black;
}

.border-top-sitecolor {
    border-top: solid #b9c1a9 0.5rem;
}

.border-right-news {
    border-right: 0.2rem solid #b9c1a9;
}

@media screen and (max-width: 580px) {
    .border-right-news {
        border-right: none;
    }
}

.story-ico {
    width: 100%;
    border-radius: 5px;
}

.card-link {
    color: inherit !important;
}

.ts-ico {
    max-height: 3rem;
    max-width: 3rem;
    /*cursor: pointer;*/
}

.ts-icoDT {
    max-height: 2rem;
    max-width: 2rem;
    cursor: pointer;
}

.ts-nav-ico {
    max-height: 2.5rem;
    max-width: 2.5rem;
    vertical-align: middle;
    border-style: none;
    position: relative;
    top: -1px;
}

.ts-hide {
    visibility: hidden !important;
    display: none !important;
}

.ts-bold {
    font-weight: 600;
}

.ts-margin4rem {
    margin: 4rem;
}

.ts-margin1rem {
    margin: 1rem !important;
}

.toast-container {
    z-index: 9999;
}

.btn-primary-big {
    background-color: #b9c1a9;
    color: white;
    box-shadow: none;
    border-color: initial;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    border: none;
    text-transform: uppercase;
    min-width: 120px;
    line-height: 28px;
}

    .btn-primary-big:hover {
        background-color: #aaada5;
        border-color: #aaada5;
        color: white;
    }

.btn-danger-big {
    background-color: #e16470;
    color: white;
    box-shadow: none;
    border-color: initial;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    border: none;
    text-transform: uppercase;
    min-width: 120px;
    line-height: 28px;
}

    .btn-danger-big:hover {
        background-color: #c55863;
        border-color: #c55863;
        color: white;
    }

.btn-secondary-big {
    background-color: #81909d;
    color: white;
    box-shadow: none;
    border-color: initial;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    border: none;
    text-transform: uppercase;
    min-width: 120px;
    line-height: 28px;
}

    .btn-secondary-big:hover {
        background-color: #62707c;
        border-color: #62707c;
        color: white;
    }

.cutomButton {
    font: 15px 'Open Sans', sans-serif;
    height: 38px;
    font-weight: 300;
}

div.dt-buttons {
    float: right !important;
}
/*#endregion Common Class*/

/*#region CkEditor*/
#classic-editor-word-count {
    position: sticky;
    text-align: right;
    font-size: 13px;
}
/*#endregion CkEditor*/


#tsmodal.modal-fullscreen-xl {
    padding: 0 !important;
}

    #tsmodal.modal-fullscreen-xl .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    #tsmodal.modal-fullscreen-xl .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    #tsmodal.modal-fullscreen-xl .modal-body {
        overflow-y: auto;
    }

.modal-xl.ts-modal-wider-xl {
    min-width: 80% !important;
}

.modal {
    z-index: 99990;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 30%);
}

    .modal-backdrop.in {
        filter: alpha(opacity=40);
        opacity: .4;
    }

#tsmodalconfirm {
    padding: 0;
}

.modalconfirm {
    z-index: 99998 !important;
}

.modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}

.modal-header {
    color: #fff !important;
    border-bottom: 1px solid #E6A49C;
    background-color: #b9c1a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .modal-header h4 {
        padding-left: 35px;
    }

    .modal-header.ts-modal-warning {
        border-bottom: 1px solid #FFE36E;
        background-color: #FFE36E;
    }

        .modal-header.ts-modal-warning ~ .modal-footer button {
            border-bottom: 1px solid #FFE36E;
            background-color: #FFE36E;
        }

            .modal-header.ts-modal-warning ~ .modal-footer button:hover,
            .modal-header.ts-modal-warning ~ .modal-footer button:focus,
            .modal-header.ts-modal-warning ~ .modal-footer button:active {
                border-bottom: 1px solid #efce4a;
                background-color: #efce4a;
            }

        .modal-header.ts-modal-warning h4:before {
            content: "";
            background: url(../images/alert-warning-24.png) center center no-repeat;
            position: absolute;
            height: 32px;
            width: 24px;
            z-index: 9;
            top: 20px;
            left: 16px;
        }

    .modal-header.ts-modal-info {
        border-bottom: 1px solid #66bdf9;
        background-color: #66bdf9;
    }

        .modal-header.ts-modal-info ~ .modal-footer button {
            border-bottom: 1px solid #66bdf9;
            background-color: #66bdf9;
        }

            .modal-header.ts-modal-info ~ .modal-footer button:hover,
            .modal-header.ts-modal-info ~ .modal-footer button:focus,
            .modal-header.ts-modal-info ~ .modal-footer button:active {
                border-bottom: 1px solid #48a0dc;
                background-color: #48a0dc;
            }

        .modal-header.ts-modal-info h4:before {
            content: "";
            background: url(../images/alert-info-24.png) center center no-repeat;
            position: absolute;
            height: 32px;
            width: 24px;
            z-index: 9;
            top: 20px;
            left: 16px;
        }

    .modal-header.ts-modal-success h4:before {
        content: "";
        background: url(../images/alert-success-24.png) center center no-repeat;
        position: absolute;
        height: 32px;
        width: 24px;
        z-index: 9;
        top: 20px;
        left: 16px;
    }

    .modal-header.ts-modal-error {
        border-bottom: 1px solid #e7958b;
        background-color: #e7958b;
    }

        .modal-header.ts-modal-error ~ .modal-footer button {
            border-bottom: 1px solid #e7958b;
            background-color: #e7958b;
        }

            .modal-header.ts-modal-error ~ .modal-footer button:hover,
            .modal-header.ts-modal-error ~ .modal-footer button:focus,
            .modal-header.ts-modal-error ~ .modal-footer button:active {
                border-bottom: 1px solid #d75b4c;
                background-color: #d75b4c;
            }

        .modal-header.ts-modal-error h4:before {
            content: "";
            background: url(../images/alert-error-24.png) center center no-repeat;
            position: absolute;
            height: 32px;
            width: 24px;
            z-index: 9;
            top: 20px;
            left: 16px;
        }

.modal-body p {
    margin: 0;
}

.modal-footer {
    border: none;
}

.tsmodalclose {
    background-color: #b9c1a9;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    z-index: 9;
    top: -16px;
    border: unset;
    font-size: 2rem;
    line-height: 1.6rem;
    color: white;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left !important;
}

#cboxClose {
    top: 0px;
}

.ts-btn {
    bottom: 0px;
    margin: 5px;
}

/*#endregion Modal*/

/*#region Carusel*/
.carousel-caption {
    position: static;
}
/*#endregion Carusel*/

/*#region TitleH*/
h1 {
    background-color: #b9c1a9;
}

footer {
    /*border-top: 1px solid #b9c1a9;*/
    background: hsla(80, 16%, 71%, 1);
    background: linear-gradient(90deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(80, 16%, 71%, 1) 46%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#B9C1A9", endColorstr="#FFFFFF", GradientType=1 );
}

.ts-footer-link {
    color: darkslategrey;
}
/*#endregion TitleH*/

/*#region Common Class*/

.loader {
    position: relative;
    z-index: 99999;
    color: #c6d7a5 !important;
    opacity: 1.0 !important;
}

.loader-container {
    z-index: 99998;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a {
    color: #7a875f;
    text-decoration: none;
}

    a:hover {
        color: #b9c1a9;
    }

.ts-label-small {
    color: grey;
    font-size: .800em;
}

.ts-red {
    color: #d75a4a !important;
}

.ts-orange {
    color: #ff8f1a !important;
}

.ts-blue {
    color: #3d99db !important;
}

.border-bottom {
    border: 0.5rem,solid black;
}

.story-ico {
    width: 100%;
    border-radius: 5px;
}

.card-link {
    color: inherit !important;
}

.ts-ico {
    max-height: 3rem;
    max-width: 3rem;
}

.ts-icoDT {
    max-height: 2rem;
    max-width: 2rem;
    cursor: pointer;
}

.ts-nav-ico {
    max-height: 2.5rem;
    max-width: 2.5rem;
    vertical-align: middle;
    border-style: none;
    position: relative;
    top: -1px;
}

.ts-hide {
    visibility: hidden !important;
    display: none !important;
}

.ts-bold {
    font-weight: 600;
}

.ts-margin4rem {
    margin: 4rem;
}

.ts-margin1rem {
    margin: 1rem !important;
}

.toast-container {
    z-index: 9999;
}

div.dt-buttons {
    float: right !important;
}

.accordion-button {
    background-color: #faf7f7;
}

    .accordion-button:not(.collapsed) {
        background-color: #c3cbb3;
        color: #ffffff;
    }

/*#endregion Common Class*/

/*#region CkEditor*/
#classic-editor-word-count {
    position: sticky;
    text-align: right;
    font-size: 13px;
}
/*#endregion CkEditor*/

/*#region MediaQuery*/
@media screen and (max-width: 1920px) {
    .carouselImage {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1900px) {
    .carouselImage {
        width: 100%;
        height: 100%;
    }

    .carouselTitle {
        font-size: 18px;
    }

    .carouselText {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .carouselImage {
        width: 100%;
    }

    .carouselContainer {
        width: 100%;
        height: auto;
        margin-bottom: -210px;
    }

    .carouselTitle {
        font-size: 18px;
    }

    .carouselText {
        font-size: 16px;
    }

    .carouselButtonBar {
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 600px) {
    .carouselImage {
        width: 100%;
        height: 100%;
    }

    .carouselContainer {
        width: 100%;
        height: auto;
        margin-bottom: -210px;
    }

    .carouselTitle {
        font-size: 18px;
    }

    .carouselText {
        font-size: 16px;
    }

    .carouselButtonBar {
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 411px) {
    .carouselImage {
        width: 411px;
        height: 231px;
    }

    .carouselTitle {
        font-size: 13px;
    }

    .carouselText {
        font-size: 12px;
    }

    .carouselButtonBar {
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 375px) {
    .carouselTitle {
        font-size: 13px;
    }

    .carouselText {
        font-size: 12px;
    }

    .carouselButtonBar {
        margin-bottom: 200px;
    }
}

/*#endregion MediaQuery*/
