﻿/* For Windows : Fixes 
------------------------------------
*/
.modal-backdrop.in {
    opacity: .8;
}
#modalPartnerLogo p, #modalAboutRoobrik p, #modalTermsOfUse p, #modalTermsOfUseDashboard p {
    font-size: 13px;
    letter-spacing: normal;
}
#modalPartnerLogo h5, #modalAboutRoobrik h5, #modalTermsOfUse h5, #modalTermsOfUseDashboard h5 {
    font-size: 19px !important;
    line-height: 28px;
    font-weight: normal;
    font-weight: 300;
    letter-spacing: normal;
}
#modalPartnerLogo .row, #modalAboutRoobrik .row, #modalTermsOfUse .row, #modalTermsOfUseDashboard .row {
    margin-right: -15px;
    margin-left: -15px;
}

#modalPartnerLogo .btn, #modalAboutRoobrik .btn, #modalTermsOfUse .btn, #modalTermsOfUseDashboard .btn {
    left: 0px;
    text-transform: none;
    border-radius: 4px;
    min-width: 160px;
    font-weight: normal;
    font-family: Helvetica;
    border: 1px solid #f0f0f0;
}

#modalPartnerLogo .next-button, #modalAboutRoobrik .next-button, #modalTermsOfUse .next-button, #modalTermsOfUseDashboard .next-button {
    background-color: #2C6788;
    padding: 6px 17px 6px 17px;
}
#modalRoobrikLogo p {
    font-size: 13px;
    letter-spacing: normal;
}

#modalRoobrikLogo h5 {
    font-size: 19px !important;
    line-height: 28px;
    font-weight: normal;
    font-weight: 300;
    letter-spacing: normal;
}

#modalRoobrikLogo .row {
    margin-right: -15px;
    margin-left: -15px;
}

#modalRoobrikLogo .btn {
    left: 0px;
    text-transform: none;
    border-radius: 4px;
    min-width: 160px;
    font-weight: normal;
    font-family: Helvetica;
    border: 1px solid #f0f0f0;
}

#modalRoobrikLogo .next-button {
    background-color: #2C6788;
    padding: 6px 17px 6px 17px;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

.sponsorlogopopup {
    max-width: 225px;
}


#modalPartnerLogo .div-close-continue, #modalAboutRoobrik .div-close-continue, #modalTermsOfUse .div-close-continue, #modalTermsOfUseDashboard .div-close-continue {
    text-align: right;
    padding-right: 15px;
}

#modalPartnerLogo .modal-content, #modalAboutRoobrik .modal-content, #modalTermsOfUse .modal-content, #modalTermsOfUseDashboard .modal-content {
    /*max-height: calc(100vh - 100px);*/
    overflow-y: auto;
}

#modalRoobrikLogo .div-close-continue {
    text-align: right;
    padding-right: 15px;
}

#modalRoobrikLogo .modal-content {
    /*max-height: calc(100vh - 100px);*/
    overflow-y: auto;
}
.about-roobrik-popup-link {
    font-weight: bold;
    cursor: pointer;
    color: #25577A !important;
}
@media (max-width: 420px) {
    #modalPartnerLogo .col-xs-6, #modalAboutRoobrik .col-xs-6, #modalTermsOfUse .col-xs-6, #modalTermsOfUseDashboard .col-xs-6 {
        width: 100%;
    }

    #modalPartnerLogo .div-visit-website, #modalAboutRoobrik .div-visit-website, #modalTermsOfUse .div-visit-website, #modalTermsOfUseDashboard .div-visit-website {
        text-align: center !important;
        padding-right: 15px;
    }

    #modalPartnerLogo .div-close-continue, #modalAboutRoobrik .div-close-continue, #modalTermsOfUse .div-close-continue, #modalTermsOfUseDashboard .div-close-continue {
        text-align: center !important;
        padding-right: 15px;
        padding-left: 15px;
    }

    #modalPartnerLogo .btn, #modalAboutRoobrik .btn, #modalTermsOfUse .btn, #modalTermsOfUseDashboard .btn {
        width: 100%;
    }
}
@media (max-width: 500px) {
    #modalRoobrikLogo .col-xs-6 {
        width: 100%;
    }

    #modalRoobrikLogo .div-visit-website {
        text-align: center !important;
        padding-right: 15px;
    }

    #modalRoobrikLogo .div-close-continue {
        text-align: center !important;
        padding-right: 15px;
        padding-left: 15px;
    }

    #modalRoobrikLogo .btn {
        width: 100%;
    }
}