/*Content/Account/Login.css*/
.iti-flag {
    background-image: url('../../Content/intlTelInput/img/flags.png');
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 36%;
    margin: auto;
}

.alertify .ajs-body {
    padding: 20px !important;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.alertify.ajs-maximized .ajs-header, .alertify.ajs-resizable .ajs-header {
    position: absolute;
    top: 0;
    right: 0;
    right: 0;
    margin: 0;
    padding: 16px 24px;
    z-index: 1 !important;
}

.icon {
    font-size: 34px;
    color: #fff;
    position: relative;
    left: 5px;
}

.profile {
    cursor: pointer;
    width: 91%;
    height: 80px;
    position: relative;
    top: 60px;
    right: -220px;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 0 0 2rem #babbbc;
    animation: show-profile 0.5s forwards ease-in-out;
}

    .profile .photo {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid #fafafa;
        background-color: #fafafa;
        margin-right: -26px;
        box-shadow: 0 0 0.5rem #babbbc;
        animation: rotate-photo 0.5s forwards ease-in-out;
    }

    .profile .photo, .profile .content {
        box-sizing: border-box;
    }

    .profile .content {
        padding: 10px;
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }

        .profile .content::before {
            content: "";
            position: absolute;
            width: 165px;
            height: 150px;
            background-color: #e9f3e6;
            right: 0;
            top: -20px;
            z-index: -1;
            transform: rotate(-8deg);
        }

        .profile .content .text {
            margin-top: -10px;
            margin-right: 57px;
        }

        .profile .content .btn {
            background-color: #abc;
            width: 50px;
            height: 50px;
            position: absolute;
            left: 5px;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
            cursor: pointer;
            transition-duration: 0.3s;
            animation: pop-btn 0.3s both ease-in-out 0.5s;
            -ms-transform: rotate(181deg); /* IE 9 */
            -webkit-transform: rotate(181deg); /* Chrome, Safari, Opera */
            transform: rotate(181deg);
        }


.arrow {
    font-size: 34px;
    color: #fff;
    position: relative;
    right: 0px;
}


.paddingTop:not(:first-child) {
     padding-top: 10px;
}


.profile:hover {
    background-color: #fff3f3;
}

#textbox {
    padding-right: 0;
}

.header {
    background-color: #f7f2f2;
    height: 63px;
    position: relative;
    margin-right: -30px;
    margin-left: -55px;
    border-top: 4px solid #033058;
}

.titel {
    padding-right: 30px;
    padding-top: 20px;
    font-size: 1.2em;
}

.footer1 {
    background-color: #f7f2f2 !important;
    height: 71px !important;
    position: relative !important;
    top: 25px !important;
    margin-left: -55px !important;
    margin-right: -30px !important;
    padding-left: 12px !important;
    padding-top: 19px !important;
}

.clbtn {
    float: left;
    position: relative;
}

.okbtn {
    float: left;
    position: relative;
    left: 4px;
}

.paddingTop:last-child {
    padding-bottom: 50px !important;
}

.footer {
    z-index: 1 !important;
}



.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:not(.popupCancleStyle) ajs-button ajs-ok {
    background-color: #306DB5 !important;
    color: #ffffff !important;
}

.ajs-ok {
    background-color: #306DB5 !important;
    color: #ffffff !important;
}


.popupCancleStyle {
    background-color: #ffffff !important;
    color: #306DB5 !important;
}
