﻿.ms-dlgContent {
    direction: rtl;
    display: block;
    width: 386px;
    z-index: 100;
}

    .ms-dlgContent .brightBGcolor {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .ms-dlgContent .ms-dlgTitleBtns,
    .ms-dlgContent .btnClose {
        background: url("../img/btnClose01.png") no-repeat scroll 0 0 transparent;
        background-size: 100% auto;
        display: block;
        height: 20px;
        left: 20px;
        position: absolute;
        top: 18px;
        width: 20px;
        overflow: hidden;
        z-index: 1;
    }

        .ms-dlgContent .ms-dlgTitleBtns > a {
            display: block;
            height: 100%;
        }

    .ms-dlgContent .ms-dlgTitle {
        background: #f3f3f3;
        color: #000000;
        height: 54px;
        padding: 0 18px 0 0;
        position: relative;
    }

    .ms-dlgContent h3 {
        background: #f3f3f3;
        color: #000000;
        font: 2.4em/54px "montserrat-v10-latin-regular", "fbalfi-regularwebfont", Arial;
        height: 54px;
        padding: 0 18px 0 0;
        position: relative;
    }

    .ms-dlgContent .ms-dlgTitle h3,
    .ms-dlgContent .ms-dlgTitle h2,
    .ms-dlgContent .ms-dlgTitle h1 {
        font-weight: normal;
        font: 2.4em/54px "montserrat-v10-latin-regular", "fbalfi-regularwebfont", Arial;
        color: #000;
    }

.ms-dialog .content {
    padding: 13px 18px;
    background: #fff;
    position: relative;
}

.ms-dialog .ribbon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.ms-dialog .signInPopup.content {
    padding: 0;
}

.ms-dialog .content + .content {
    border-top: 1px solid #f3f3f3;
}

.ms-dialog .question {
    color: #000000;
    font: 1.4em/16px "montserrat-v10-latin-500", "fbalfi-mediumwebfont", Arial;
    padding: 0 0 10px;
}

.ms-dialog p {
    color: #000000;
    font: 1.4em/18px "montserrat-v10-latin-regular", "fbalfi-regularwebfont", Arial;
    padding: 0 0 22px 0;
}

.ms-dialog .red {
    color: #de2a2a;
    font-size: 1.3em;
}

.ms-dialog .comment {
    color: #4d6d8a;
    font: 1.3em/16px "montserrat-v10-latin-regular", "fbalfi-regularwebfont", Arial;
    padding-top: 20px;
    padding-bottom: 0;
}

.ms-dialog .btnLine {
    padding-top: 16px;
}

    .ms-dialog .btnLine.moreSpace {
        padding-top: 60px;
    }

    .ms-dialog .btnLine.pt0 {
        padding-top: 0;
    }

    .ms-dialog .btnLine li {
        float: left;
        margin-right: 7px;
    }

    .ms-dialog .checkLine .btn,
    .ms-dialog .btnLine .btn {
        display: block;
        float: left;
    }

.ms-dialog .checkLine {
    width: auto;
    overflow: hidden;
    padding: 0;
}

    .ms-dialog .checkLine .ffCheckboxWrapper {
        padding-bottom: 0;
    }

.ms-dialog .btn.large {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    min-width: 50px;
    padding: 0 9px;
}

.ms-dialog .textContainer {
    overflow: hidden;
}

.ms-dialog .whiteBoxs {
    display: block;
}

    .ms-dialog .whiteBoxs > li {
        float: none;
        min-height: 0;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }

    .ms-dialog .whiteBoxs > .last {
        float: none;
    }

    .ms-dialog .whiteBoxs .login {
        padding: 0;
        min-height: 0;
    }

        .ms-dialog .whiteBoxs .login .text {
            font-family: "montserrat-v10-latin-500", "fbalfi-mediumwebfont", Arial;
        }

        .ms-dialog .whiteBoxs .login .picContainer {
            display: none;
        }

    .ms-dialog .whiteBoxs .last {
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
        border-top: 1px solid #e4e4e4;
    }

.ms-dialog .confirm {
    padding-bottom: 0;
    padding-top: 20px;
}

.ms-dialog .selectLocation {
    width: 121px;
    margin-bottom: 20px;
}

.ms-dialog .divider01 {
    margin: 22px 0 17px;
}

.ms-dialog .login .ffPasswordWrapper,
.ms-dialog .login .ffTextBoxWrapper {
    width: auto;
}

.ms-dialog .checkLine.withLink .checkboxText {
    padding-bottom: 10px;
}

.ms-dialog .checkLine.withLink .btn {
    margin-top: 0;
}

.ms-dialog .pop {
    width: 160px;
}

.ms-dialog .whiteBoxsContainer.reducedSize {
    margin: 0;
}

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs {
        padding-bottom: 60px;
        margin-bottom: 0;
        min-height: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize.single .whiteBoxs {
        padding-bottom: 0;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs > li {
        padding-bottom: 0;
        margin-bottom: 0;
        min-height: 0;
        width: 100%;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .last {
        background: #f9f9f9;
        overflow: hidden;
        border: none;
        padding: 13px 18px;
        margin: 13px 0 0 0;
        clear: both;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs > .last .login {
        overflow: hidden;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .last .text,
    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .last .picContainer img {
        display: none;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .last h4 {
        float: right;
        font-size: 1.4em;
        font-family: "montserrat-v10-latin-500", "fbalfi-mediumwebfont", Arial;
        line-height: 20px;
        padding-bottom: 0;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .last .clearfix {
        float: right;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .last .btn {
        background: none;
        float: right;
        color: #6bd7fd;
        font: 1.3em/20px "montserrat-v10-latin-500", "fbalfi-mediumwebfont", Arial;
        height: 20px;
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        direction: ltr;
    }

        .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .last .btn:before {
            content: "";
            margin-right: 2px;
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 3.5px 4px 3.5px 0;
            border-color: transparent #6bd7fd transparent transparent;
        }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .noSmsLine {
        padding-bottom: 0;
    }

        .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .noSmsLine .smsEnter {
            display: none;
        }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .identifying {
        padding-bottom: 40px;
        margin-bottom: 13px;
    }

        .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .identifying li {
            padding-bottom: 0;
        }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .formfields .captcha {
        padding-top: 0;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .smsEnter {
        background-color: #f9f9f9;
        font-family: "montserrat-v10-latin-regular", "fbalfi-regularwebfont", Arial;
        font-weight: normal;
        padding-right: 10px;
        border: 1px solid #bcccda;
        bottom: 29px;
        left: 29px;
        right: 29px;
    }

        .ms-dialog .whiteBoxsContainer.reducedSize .smsEnter a {
            color: #02b4f5;
            font-family: "montserrat-v10-latin-500", "fbalfi-mediumwebfont", Arial;
            margin-right: 5px;
        }

            .ms-dialog .whiteBoxsContainer.reducedSize .smsEnter a:after {
                border-color: transparent #02b4f5 transparent transparent;
            }

    .ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs > li:first-child {
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #f3f3f3;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .login .rtfEdit h3 {
        background: none;
        height: auto;
        padding-left: 60px;
        padding-right: 0;
        line-height: 26px;
        font-size: 2.4em;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .formfields {
        width: 416px;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize .login .btn {
        margin-top: -53px;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize.single .whiteBoxs > li {
        border: none;
        margin-bottom: 0;
        padding: 0;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize.single .formfields {
        width: auto;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize.single .smsEnter {
        display: none;
    }

    .ms-dialog .whiteBoxsContainer.reducedSize.single .forgotContainer {
        float: none;
        padding-bottom: 10px;
    }

        .ms-dialog .whiteBoxsContainer.reducedSize.single .forgotContainer .ffCheckboxWrapper {
            margin-left: 0;
        }

        .ms-dialog .whiteBoxsContainer.reducedSize.single .forgotContainer .checkboxText {
            float: none;
            margin-right: 0;
            overflow: hidden;
        }

    .ms-dialog .whiteBoxsContainer.reducedSize.single .btn {
        margin: 0 !important;
        clear: both;
    }

.ms-dialog .reducedSize .whiteBoxs > li:first-child h4 {
    display: none;
}

.ms-dialog .reducedSize .btn {
    float: left;
}

.ms-dialog .error .redText {
    max-width: 165px;
}

.ms-dialog .checkLine.error .redText {
    max-width: 151px;
    font-size: 1em;
}

.ms-dialog .rtfEdit {
    padding: 0;
}

.ms-dlgFrameContainer {
    padding: 0;
}

.ms-dialog .whiteBoxsContainer.reducedSize .whiteBoxs .login {
    min-height: 0;
    overflow: visible;
    height: auto;
}

.ms-dlgBorder {
    height: auto !important;
}

.ms-dlgContent .titleArrow,
.yourAddressPopup .titleArrow {
    background: none;
    height: auto;
    padding: 0 0 19px 60px;
    line-height: 26px;
    font-size: 1.5em;
    font-family: "montserrat-v10-latin-500", "fbalfi-mediumwebfont", Arial;
}

    .ms-dlgContent .titleArrow img,
    .yourAddressPopup .titleArrow img {
        float: right;
        padding-left: 10px;
    }

    .ms-dlgContent .titleArrow span,
    .yourAddressPopup .titleArrow span {
        overflow: hidden;
        display: block;
    }

.ms-dlgContent .checklist .ffCheckboxWrapper,
.ms-dlgContent .checklist .ffRadioWrapper {
    padding-bottom: 19px;
}

.ms-dialog .rightSpace {
    padding-right: 36px;
}
