﻿a {
    color: #425CFB;
}

.popUpBox {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: left;
    line-height: 1.5;
}

.opacityPopUp {
    width: 100%;
    height: inherit;
    background-color: #000;
    opacity: 0.5;
}

.opacityPopUpWait {
    width: 100%;
    height: 100%;
}

.popUpBoxInner {
    top: 20%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 600px;
    background-color: #ffffff;
    border: solid 2px #CCCCCC;
    font-size: 15px;
    font-family: Arial;
}

.popUpBoxWaitInner {
    top: 45%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 54px;
}

.popUpLoader .popUpBoxWaitInner {
    z-index: 9;
}

.headerPopUp {
    border-bottom: 1px solid #999999;
    color: #154561;
    font-size: 11pt;
    font-weight: bold;
    min-height: 30px;
}

.headerIconPopUp {
    padding: 9px 10px 5px 10px;
    float: left;
}

.HeadIconContainor {
    height: 20px;
    width: 20px;
}

.deleteIcon {
    background-image: url('/images/popUp/deleteIcon.png');
    background-repeat: no-repeat;
}

.exclamatory {
    background-image: url('/images/popUp/exclamation_icon.png');
    background-repeat: no-repeat;
}

.tipicon {
    background-image: url('/images/popUp/tip.svg');
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    margin: -3px 0 0 -4px;
}

.redQuestion {
    background-image: url('/images/popUp/iconQuestionMarkRed.jpg');
    background-repeat: no-repeat;
}

.greencheck {
    background-image: url('/images/popUp/check-box-icon.gif');
    background-repeat: no-repeat;
}

.info {
    background-image: url('/images/popUp/info_icon.gif');
    background-repeat: no-repeat;
}

.headerTitlePopUp {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0px 6px 0px;
}

.headerClosePopUp {
    background-image: url(/images/popUp/close.png);
    background-size: 22px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.middleContentPopUp {
    padding: 20px;
    font-size: 15px;
}
.clsServiceSubscriptionMiddleContent {
    padding-bottom: 0px;
}
.footerPopUp {
    padding: 10px 5px 15px;
    text-align: right;
}

.buttonPopUp {
    background-color: #337AB7;
    border: 1px solid #337AB7;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Verdana;
    font-size: 14px;
    padding: 6px 11px;
    text-decoration: none !important;
}
    .buttonPopUp:disabled {
        background-color: #eeeeee;
        border: 1px solid #eeeeee;
        color: #808080;
        pointer-events: none;
    }

.footerTextPopUp {
    padding-right: 10px;
    font-weight: bold;
}

.lnkForManageMyService {
    padding: 0 0 5px 10px;
}

    .lnkForManageMyService a {
        font-size: 11px;
    }

.InfoBelowYes {
    font-size: 9px;
}

.popUpBox a {
    margin-right: 10px;
    text-decoration: underline;
}

.footerPopUp a.buttonPopUp,
.footerPopUp a.buttonPopUp:hover,
.footerPopUp a.buttonPopUp:focus,
.middleContentPopUp a.buttonPopUp,
.middleContentPopUp a.buttonPopUp:hover,
.middleContentPopUp a.buttonPopUp:focus {
    color: #fff !important;
}

.classicPopLoad {
    left: -40px;
}

.middleContentPopUp > a {
    margin-right: 5px !important;
}

.popUpBox.subPopUpBox {
    position: absolute;
}

.subPopUpBox .popUpBoxInner {
    top: 50px;
}

@media screen and (max-width: 768px) {
    .popUpBoxInner {
        max-width: 600px;
        width: 90%;
    }
}
