div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: lightgoldenrodyellow;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    z-index: 21;
    color: #797979;
    font-style: italic;
}

div.dt-button-info h2 {
    display: none;
}

div.dt-button-info > div {
    padding: 1em
}

.buttons-columnVisibility {
    padding: 0 !important;
}

.dropdown-menu > li > a {
    color: #36404a !important;
    background-color: inherit !important;
}

.qodef-pricing-info-button input.qodef-btn:disabled {
    background-color: #929292 !important;
    cursor: default;
}

body .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline).qodef-btn-orange:not(.qodef-btn-custom-hover-bg):disabled {
    background-color: #929292 !important;
}

.qodef-btn.qodef-btn-orange-hover:hover{
    background-color: #ffbd4a!important;
    color: #FFF!important;
    border: 2px solid #ffbd4a!important;
    text-decoration: none;
}

.mt-1{
    margin-top:-1px;
}
.qodef-pricing-info-button input.qodef-btn:disabled {
    background-color: #929292 !important;
    cursor: default;
}
body .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline).qodef-btn-orange:not(.qodef-btn-custom-hover-bg):disabled {
    background-color: #929292 !important;
}
.qodef-btn.qodef-btn-orange-hover:hover{
    background-color: #ffbd4a!important;
    color: #FFF!important;
    border: 2px solid #ffbd4a!important;
    text-decoration: none;
}

.note-pricing-info-button {
    min-height: 118px;
}
.loader {
    border: 3px solid #5d9cec;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 15%;
    width: 30px;
    animation: pulsate 0.7s ease-out infinite;
}
@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: .0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.disabled {
    pointer-events: none;
    opacity: .4;
}
/* when disable class is not set by some reason */
.dataTables_paginate .paginate_button[id$="_ellipsis"]:not(.disabled) a{
    pointer-events: none;
    cursor: default;
    opacity: .4;
}

tr .qodef-pricing-info-button .qodef-btn {
    padding: 0 30px;
    font-size: 11px;
}

html[lang=fr-FR] tr .qodef-pricing-info-button .qodef-btn,
html[lang=es-ES] tr .qodef-pricing-info-button .qodef-btn{
    padding: 0 12px;
    line-height: 32px;
    height: auto;
}

.tooltip br {
    display: block;
    margin-bottom: 5px;
}

.qodef-pricing-info .qodef-pricing-info-inner .qodef-btn:focus{
    border: none !important;
}

.dt-stripe-element {
    padding-top: 10px !important;
}

.dt-stripe-element-lg {
    padding-top: 12px !important;
}

.dt-pp1-header {
    height: 70px;
    padding-top: 10px;
    position: relative;
}

.dt-logo {
    margin-top: 8px;
}
.dt-logo {
    text-align: center;
    height: 42px;
    width: 173px;
    margin: 3px 0 0px 0;
    background: url('../img/logo_nav.png') no-repeat center center;
    background-size: contain;
    z-index: 50;
    position: relative;
}


.tabs-ut-center {
    display: flex !important;
    justify-content: center;
    overflow: visible !important;
}

.tabs-ut-off-badge {
    position: absolute;
    background-color: #5d9cec;
    color: #fff;
    top: 0;
    right: 0;
    transform: translate(50%,-60%);
    border: 1px solid #fff;
    border-radius: 25px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 120%;
    white-space: nowrap;
    font-size: smaller;
}
/*.qodef-tabs .qodef-tabs-nav li.ui-state-hover a {
    border-style: solid!important;
    border-color: #e6e6e6!important;
    border-top-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 1px!important;
    border-right-width: 1px!important;
    color: #222!important;
    background-color: #fff!important;
}*/

.qodef-tabs .qodef-tabs-nav li.ui-state-hover a {
    border-style: solid!important;
    border-color: #5d9cec!important;
    border-top-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 1px!important;
    border-right-width: 1px!important;
    font-weight: bold;
}

.qodef-tabs .qodef-tabs-nav li.ui-state-focus a {
    outline: none!important;
    font-weight: bold;
}

.qodef-tabs .qodef-tabs-nav li.ui-state-active a {
    border-left-width: 1px!important;
    border-right-width: 1px!important;
    font-weight: bold;
}

.my-account-page-section-spinner-container {
    position: absolute;
    top: 25px;
    left: 50%;
}

.top-38 {
    top: 38px !important;
}

@media (min-width: 992px) {
    #ranked thead th:nth-child(1) {
        max-width: 140px !important;
        min-width: 140px !important;
    }

    #ranked thead th:nth-child(2) {
        max-width: 40px !important;
    }

    #ranked thead th:nth-child(4) {
        max-width: 70px !important;
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    #ranked thead th:nth-child(1) {
        max-width: 180px !important;
    }

    #ranked thead th:nth-child(2) {
        max-width: 150px !important;
    }
    #ranked thead th:nth-child(4) {
        max-width: 150px !important;
        text-align: center !important;
    }
}
