﻿.logoCVGuard a
{
    color: #fff;
}

.logoCVGuard a:hover
{
        text-decoration: underline;
}

.btn {
    box-shadow: none;
    min-width: 95px;
    height: 35px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    background: #cccccc !important;
    color: white !important;
    padding: 0;
    border-radius: 0;
    border: none;
    padding: 0px 10px;
}

.btn:hover
{
    color: white !important;
    background: #6c6c6c !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;
    width: 95px !important;
    height: 35px !important;
    font-size: 18px !important;
    font-weight: normal !important;
    text-transform: none !important;
    background: #cccccc !important;
    color: white !important;
    margin-top: 45px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

.swal2-confirm:hover, .swal2-cancel:hover {
    color: white !important;
    background: #6c6c6c !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: #1e3c6e;
    background-color: #1e3c6e;
    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;
}

.tab-content > .active {
    display: block;
}

.tab-content > .tab-pane {
    display: none;
}


.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: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    color: rgb(255, 255, 255);
    background-color: #112B48;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    bottom: 1em;
    left: 2em;
    z-index: 999;
}

#popup-buttons {
    text-align:center;
}

#popup-buttons > button {
    margin-top: 15px;
}

#popup-buttons > button:hover {
    border: 1px solid #1e3c6e;
    background: #fff;
    color: #1e3c6e;
}

#popup-text > button {
    color: rgb(255, 255, 255);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
}

.datepicker td, th {
    color: black!important;
}

.tycoon_menu li {
    list-style: none;
    color: white !important;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    font-family: "Roboto";
    padding: 0px;
    font-size: 0.889em;
    min-height: 35px;
    height: 100%;
    line-height: 35px;
}

.tycoon_menu li a{
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    font-family: "Roboto";
    color: rgba(0, 0, 0, 0.54);
}

.tycoon_menu li a:hover {
    text-decoration: none;
}

.tycoon_menu
{
    padding-left: 0px;
}

.tycoon_menu li:hover span 
{
    color: white;
    text-decoration:none;
}

.tycoon_menu li:hover{
    background-color: #0F4DBC;
    cursor: pointer;
}

.tycoon_menu .active span{
    color: white;
    text-decoration: none;
}

.tycoon_menu .active {
    background-color: #0F4DBC;
}
.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;
    }
}