﻿.btnPrivacyPolicy {
    width: 140px;
    height: 40px;
    font-size: 16px;
    background: #0097e7 !important;
    color: #ffffff !important;
    box-shadow: 5px 5px 5px #ccc;
    margin: 5px;
    font-size: 12px;
}

.modal-content {
    border-radius: 10px;
}

.modal-dialog {
    width: 900px;
}

.footerPrivacyPolicy {
    text-align: center;
    margin: 0px 0px 30px;
   
}
    .footerPrivacyPolicy .btn {
        color: white !important;
    }

    .checkboxPrivacyPolicy {
        text-align: center;
        margin: 10px;
    }

.checkboxPrivacyPolicy_txt {
    margin-left: 10px;
    font-weight: bold;
    color: #2B92F2;
}

.headDetailPrivacyPolicy {
    text-align: center;
    font-size: 17px;
    color: #0097e7;
    margin: 10px;
}

.detailPrivacyPolicy {
    /*text-align: center;*/
    margin: 0 auto;
    height: 300px;
    overflow: auto;
}

.icon-th {
    background: url(../../Content/Default/Images/icon-THi.png) left bottom no-repeat;
    width: 30px;
    height: 22px;
    margin-right: -5px;
}

    .icon-th.Enable {
        background: url(../../Content/Default/Images/icon-THi-Enable.png) left bottom no-repeat;
    }

.icon-en {
    background: url(../../Content/Default/Images/icon-ENg.png) left bottom no-repeat;
    width: 30px;
    height: 22px;
    margin-right: -5px;
}

    .icon-en.Enable {
        background: url(../../Content/Default/Images/icon-ENg-Enable.png) left bottom no-repeat;
    }
.popover-content a {
    color: #0E467E;
}

.border_grid {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: white;
}

.top0 {
    margin-top: 0px !important;
}


.IdentificationNoEdit {
    font-size: 15px;
    color: red
}

.logo_none_text {
    width: 80px;
    height: 70px;
    background-size: 80px 70px;
    background-image: url(../../Content/Member/Images/logo_none_text.png);
    background-repeat: no-repeat;
}

.login {
    background: linear-gradient(#008fe2 10%, #cedbe6 85%, #dde6ef 91%) !important;
}