﻿.logoCVGuard a
{
    color: #fff;
}

.logoCVGuard a:hover
{
        text-decoration: underline;
}

.btn {
    box-shadow: none;
    border: 1px solid #ff3228;
    background-color: #ff3228;
    color: #fff;
    display: inline-block;
    height: 48px;
    min-width: 200px;
    padding: 0 32px;
    font-family: Hellix, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    font-synthesis: none;
    letter-spacing: .3px;
    line-height: 44px;
    text-align: center;
    text-transform: none;
    transition: .3s ease;
    border-radius: 1px;
    overflow: hidden;
}

.btn:hover {
    color: #ff3228 !important;
    background-color: var(--global-palette-btn-bg-hover) !important;
    text-decoration: none !important;
}

.tycoon-rgpd
{
    height: 20rem;
    display: inline-block;
    overflow-y: scroll;
}

#tycoon-chkrgpd
{
    display: inline-block;
}

#tycoon-chkrgpd
{
    display: inline-block;
    cursor: pointer;
}

.tycoon-chkrgpd
{
    display: inline;
}

.swal2-confirm, .swal2-cancel {
    box-shadow: none!important;
    box-shadow: none!important;
    height: 44px!important;
    background-color: #6b1b5b!important;
    border-radius: 0!important;
    cursor: pointer!important;
    font-family: "Lato-Bold", sans-serif!important;
    font-size: 1rem!important;
    line-height: 1.26em!important;
    letter-spacing: 0px!important;
    text-align: center!important;
    color: #fff!important;
    border: none!important;
}



    .swal2-confirm:hover, .swal2-cancel:hover {
        height: 44px!important;
        background-color: #59164c!important;
        border-radius: 0!important;
        cursor: pointer!important;
        font-family: "Lato-Bold", sans-serif!important;
        font-size: 1rem!important;
        line-height: 1.26em!important;
        letter-spacing: 0px!important;
        text-align: center!important;
        color: #fff!important;
    }

.swal2-styled:focus {
    box-shadow: unset !important;
}

#swal2-content > .tycoon-error-list > li
{
    text-align: left !important;
}

.tycoon_link
{
    color: #1e3c6e;
    padding: 15px;
    margin: auto;
    text-align: center;
    font-family: centrale_medium,Arial,Helvetica,Sans-Serif;
}

.tycoon_link:hover
{
    color: #007bc4;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #dbbd3f;
    background-color: #dbbd3f;
    cursor: pointer;
}

.custom-switch .custom-control-label::before {
    cursor: pointer;
}

.border
{
    box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
        border-radius: 15px;
}

.modal-content
{
    z-index: 999999;
}

.accordion-header
{
    cursor: pointer;
}

.form-control
{
    background-color: #f4f5f8!important;
    height: 48px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}



.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e7eaf3;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e7eaf3;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.imageHeader_AREA, .imageHeaderCustom_AREA.showDiv, .imageHeader_AREA 
{
    z-index: -1;
}

.logoMenuContainer
{
    position: relative;
    /*z-index:0;*/
}

.tabcontent.selected {
    display: block;
}

.tabcontent
{
    display: none;
}

.duik-callout {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-width: 1px 1px 1px 0.25rem;
    border-color: #e7eaf3;
    border-style: solid;
    border-radius: 0.25rem;
}

.duik-callout-warning {
    border-left-color: #ffc107;
}

.duik-callout-info {
    border-left-color: #007bc4;
}


.duik-callout-danger {
    border-left-color: red;
}

.form-block {
    padding: 20px;
    background: rgba(150,180,230, 0.35);
    border-radius: 10px;
}

#swal2-content .tycoon-error-list
{
    padding-left: 20px!important;
}

#swal2-content .tycoon-error-list li
{
}


#tycoon-progress {
    position: fixed;
    background-image: url('/Clients/ULSAS/Content/Images/trans-bg.png');
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}

#tycoon-progress img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -106px;
}


.tycoon-modal {
    position: fixed;
    background-image: url(/Content/Client/ValeDoLobo/Images/trans-bg.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    text-align: center;
}

.tycoon-modal-win {
    display: inline-block;
    margin: 100px auto 0 auto;
    background-color: #eee;
    border: 1px solid #dbdfe3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    padding: 20px;
    max-height: 700px;
    height: auto !important;
}

.tycoon-modal-win header {
    position: static;
    background-color: #eee;
    height: 20px;
    text-align: right;
    padding: 0 8px 0 0;
    min-height: 20px;
}

.tycoon-modal-win header a {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.tycoon-modal-win header a:hover {
    text-decoration: none;
}

#pnl-cookiestext
{
    height: 520px;
}

.tycoon-modal-win header a::before {
    content: "\2716";
}

.card-body small {
    font-weight: bold;
}

.tb-h{
    min-height: 150px!important;
}

#sliding-popup {
    padding: 1em 2em;
    -ms-flex-direction: column;
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    bottom: 0em;
    left: 0em;
    z-index: 999;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-family: inherit;
    font-size: 11pt;
    line-height: 18px;
    font-weight: normal;
    display: flex;
}

#sliding-popup div{
    width: 100%;
}

#sliding-popup #popup-buttons {
}

#sliding-popup #popup-text {
        text-align: center;
}

#popup-buttons {
    text-align:center;
}

#popup-buttons > button {
    margin-top: 0px;
}

#popup-buttons > button:hover {
    border: 1px solid #1e3c6e;
    background: #fff;
    color: #1e3c6e;
}

#popup-text > button {
    font-family: var(--global-body-font-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
    cursor: pointer;
}

.datepicker td, th {
    color: black!important;
}

.tycoon_menu li {
    list-style: none;
    border: 1px solid #f5f5f5;
    color: #1e1e1e;
    border: 1px solid #eeecec;
    padding: 20px;
    position: relative;
    padding: 20px;
    font-family: Hellix, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: #6d7878;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    text-transform: none !important;
}

    .tycoon_menu li a {
        color: #6d7878;
    }

.tycoon_menu li a:hover {
    text-decoration: none;
}

.tycoon_menu
{
    padding-right: 12px;
    padding-left: 12px;
}

.tycoon_menu li:hover span 
{
    color: #1e1e1e;
    text-decoration:none;
}

.tycoon_menu li:hover{
    color: #1e1e1e;
    text-decoration: none;
    cursor: pointer;
}

.tycoon_menu .active span{    
    color: #1e1e1e;
    text-decoration: none;
}

.tycoon_menu li:hover::before {
    content: "";
    height: 100%;
    width: 2px;
    background: #ff3228;
    position: absolute;
    left: 0;
    top: 0;
}

.tycoon_menu .active::before {
    content: "";
    height: 100%;
    width: 2px;
    background: #ff3228;
    position: absolute;
    left: 0;
    top: 0;
}
.pagination, .accordion
{
    border: none;
}

@media (max-width: 500px) {

    #tycoon-content-block, #tycoon-content-block div {
        margin-left: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
}

#tycoon-content-block p
{
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-family: var(--global-body-font-family);
    text-transform: none;
    color: var(--global-palette5);
    margin-bottom: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#tycoon-hist-list a
{
    color: #dbbd3f;
}


#tycoon-hist-list a:hover
{
    color: #b1976b;
}


.custom-control input[type=checkbox] {
    cursor: pointer;
}

.btn {
    height: 44px;
    background-color: #6b1b5b;
    border-radius: 0;
    cursor: pointer;
    font-family: "Lato-Bold", sans-serif;
    font-size: 1rem;
    line-height: 1.26em;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    border: none;
}


.btn:hover {
    height: 44px;
    background-color: #59164c!important;
    border-radius: 0;
    cursor: pointer;
    font-family: "Lato-Bold", sans-serif;
    font-size: 1rem;
    line-height: 1.26em;
    letter-spacing: 0px;
    text-align: center;
    color: #fff!important;
    border: none;
}

.items-boxes__loading {
    display: none;
}

.modal-header .close {
    cursor: pointer;
}

a:hover {
    text-decoration: none!important;
}

.interiorFooter, footer {
    z-index: -1;
}

.modal-backdrop {
    display: none;
}