﻿/* start LogIn.cshtml */

html {
    height: 100%;
}

body {
    align-content: center;
    height: 100%;
    overflow: hidden;
}

/*  start rightSideMenu  */
#rightSideMenu {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50px;
    cursor: pointer;
}

    #rightSideMenu > div {
        cursor: pointer;
        background: black;
        height: 40px;
        opacity: 0.6;
        color: white !important;
        margin-top: 5px;
        display: flex;
        width: 100%;
        transition: all 200ms;
        overflow: hidden;
    }

        #rightSideMenu > div:hover {
            opacity: 1;
            width: 200px;
        }

    #rightSideMenu .links:hover {
        width: 200px;
        height: 200px;
        display: flex;
        flex-direction: column;
    }

    #rightSideMenu .links > .IconParentDiv {
        width: 40px;
        height: 40px;
    }

    #rightSideMenu > div > i {
        margin: auto;
    }

    #rightSideMenu .IconParentDiv {
        display: flex;
        align-items: center;
        max-width: 40px;
        width: 40px;
    }

        #rightSideMenu .IconParentDiv > i {
            margin: auto;
        }

.rightSideIconText {
    width: 100%;
    text-align: center;
    margin: 11px auto;
    color: white !important;
}

#rightSideMenu .rightSideIconText a {
    color: white !important;
}

#rightSideMenu #showLoginForm {
    display: none;
}

/* end rightSideMenu */


#formContainer {
    height: 100%;
    width: 100%;
    display: flex;
    margin: auto
}

#Container {
    min-height: 500px;
    max-height: 600px;
    width: 950px;
    height: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 5px #000000;
    border-radius: 0 0 3px 3px !important;
}

#HeadOfContainer {
    background-color: rgba(0,0,0,0.30);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 3px 3px 0 0;
    backdrop-filter: blur(3px);
    box-shadow: -1px -2px 5px #000000;
    z-index: 11;
}

#closeBox {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

    #closeBox i {
        margin: auto;
        cursor: pointer;
        font-size: 1.5em;
        color: #f1f1f1;
    }

#languageBox {
    position: absolute;
    height: 100%
}

    #languageBox .dropdown {
        height: 100%;
        display: flex;
    }

    #languageBox #dropDownLanguageBox {
        background-color: transparent;
        border: 0;
        color: white;
    }

    #languageBox .dropDownLanguageBox {
        padding: 10px;
        flex-direction: column;
        background-color: rgba(44, 43, 43,0.6);
    }

    #languageBox a:hover {
        background-color: #b2b2b2;
    }

#Header {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    box-shadow: 1px 4px 10px -5px grey;
    z-index: 10;
    max-height: 100px;
    background-color: #fff;
}

    #Header div {
        height: 100%;
    }

    #Header .headerImgBox {
        display: flex;
        align-content: center;
        padding: 10px !important;
    }


    #Header .headerTxtBox {
        align-content: center;
        display: flex;
        flex-direction: column;
        padding: 20px !important;
    }

        #Header .headerTxtBox .headerTxtBoxSpan1 {
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: auto;
            height: 35px;
            font-size: 1.6em;
            font-weight: 600;
            text-align: center;
        }

        #Header .headerTxtBox .headerTxtBoxSpan2 {
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: auto;
            font-size: 1.3em;
            text-align: center;
        }


#body {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}

    #body > div {
        height: 100%;
        padding-top: 15px !important;
    }


#Footer {
    width: 100%;
    height: 5%;
    background-color: #fff;
}


.modernSlimScroll::-webkit-scrollbar {
    width: 8px;
}

.modernSlimScroll::-webkit-scrollbar-track {
    background: rgb(0, 0, 0);
}

.modernSlimScroll::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    border: 2px solid rgb(0, 0, 0);
}

.spaceForIcon {
    margin-right: 30px !important;
}


.describeDiv {
    display: none;
}

.img-responsive {
    max-height: 90%;
    margin: auto;
}

.dotHead {
    width: 80%;
}

#PageFooter {
    position: absolute;
    height: 50px;
    width: 100%;
    background-color: rgba(0,0,0,0.50);
    left: 0;
    bottom: 0;
    color: white;
    display: flex;
}

    #PageFooter .boxImgFooter {
        display: flex;
        margin: 5px;
    }

        #PageFooter .boxImgFooter img {
            margin: auto;
            width: 40px;
            height: 40px;
        }

    #PageFooter .boxTextFooter {
        direction: ltr;
        text-align: left;
        padding: 10px;
    }



.FaraTextArea {
    margin-bottom: 10px !important;
    background-color: white;
    height: 30px;
    display: flex;
    padding: 2px;
    align-content: center;
    border: 1px solid #dbdbdb !important;
    border-radius: 6px !important;
}



.txtHoverPlacholder {
    position: absolute;
    margin: 6px 20px auto auto;
    transition: 150ms;
    background-color: white;
    right: 18px;
}



/* end  LogIn.cshtml */



/* start New_login.cshtml */

#BodyContent {
    width: 85%;
    min-height: 70%;
    padding-right: 10%;
    padding-left: 5%;
}


.BodyHeader {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

    .BodyHeader > hr {
        width: 70%;
        height: 0px;
        margin: auto;
        border-top: 1px solid #adadad;
        margin-left: 0px;
        margin-right: 5px;
    }

    .BodyHeader > span {
        font-size: 1.2em;
        margin: auto;
        margin-left: 0px;
    }

.loginModeParentDiv {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 20px 0px 0px 0px;
    z-index: 0;
}

.login-content {
    direction: rtl
}



#BodyFooter {
    width: 100%;
}

    #BodyFooter > .BodyHeader {
        margin-bottom: 20px;
    }

    #BodyFooter > div.row {
        display: flex;
        flex-direction: row;
        padding-right: 10%;
        padding-left: 5%;
    }

.smart-ltr #BodyFooter > div.row {
    padding-left: 11%;
}

#BodyFooter > div.row > a > span {
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    align-content: center;
    display: flex;
}


    #BodyFooter > div.row > a > span > span {
        margin: auto 0px;
    }


.smart-form .toggle i:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 2px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    transition: right .2s;
    -o-transition: right .2s;
    -ms-transition: right .2s;
    -moz-transition: right .2s;
    -webkit-transition: right .2s;
}

.smart-form .toggle i {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 35px;
    height: 12px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    background: #fff;
}

.smart-form .toggle.state-error input:checked + i {
    background: #ffdea5;
}

.smart-form .checkbox input:checked + i,
.smart-form .radio input:checked + i,
.smart-form .toggle input:checked + i {
    border-color: #ff9f00;
}

.smart-form .checkbox.state-error i,
.smart-form .radio.state-error i,
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error textarea,
.smart-form .toggle.state-error i {
    background: #d9d9d9;
    border-color: #4e4a47;
}

.smart-form .toggle input:checked + i:before {
    right: 23px;
}



.smart-rtl #PageFooter {
    flex-direction: row-reverse;
}

.smart-ltr #PageFooter {
    flex-direction: row;
}

.smart-rtl #div_leftSide {
    border-right: 1px solid #dbdbdb;
}

.smart-ltr #div_leftSide {
    border-left: 1px solid #dbdbdb;
    padding-left: 10px !important;
}

.smart-rtl #languageBox {
    left: 0px;
}

.smart-ltr #languageBox {
    right: 0px;
}

.smart-form footer {
    padding-top: 0px !important;
}



.RightSideIcon {
    border-left: 1px solid lightgray;
    position: relative;
    margin: 2px;
    padding: 5px;
}

.keboardIcon {
    font-size: 1.8em;
    margin: auto;
    margin-left: 5px;
    padding-right: 5px;
    border-right: 1px solid lightgray;
    color: #646464;
}

/* end New_login.cshtml */

/* start New_LoginAnnouncement.cshtml  */


.rightside_box {
    float: right;
    box-sizing: border-box;
    background-color: #fff;
    display: table-cell;
    overflow: hidden;
}


@media (min-width: 600px) and (max-width: 1024px) {
    .rightside_box {
        display: none;
    }

    #div_rightSide {
        display: none;
    }
}

.dot {
    display: inline-block;
    background: #e8e8e8;
    width: 5px;
    height: 5px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: width .3s ease-in-out;
}

.overlapBanner {
    display: none;
}

.dot {
    margin-left: 5px;
}

#dot_0 {
    margin-left: 3px;
}

.rightbanner {
    float: left;
    width: 300px;
    height: 100%;
}

.dotHead {
    text-align: center;
    margin-top: 16px;
    width: 300px;
}

.dot[selected=selected] span {
    width: 24px;
    display: block;
}

.rightbanner {
    transform: translate(0deg);
    position: absolute;
    opacity: 1;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.slideright {
    transform: translate(30px);
    opacity: 0;
    z-index: 1;
}

.slideleft {
    transform: rotate(3deg);
    opacity: 0;
}

.overlapBanner {
    position: relative;
    height: 418px;
}

.rightbanner {
    transition: opacity .3s ease-in-out,transform .6s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,transform .6s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out,transform .6s ease-in-out;
}

.dot div {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffa434;
    border-radius: 2px;
    opacity: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: opacity .3s ease-in-out,transform 5s linear;
    -moz-transition: opacity .3s ease-in-out,transform 5s linear;
    -webkit-transition: opacity .3s ease-in-out,transform 5s linear;
}

.dot[selected=selected] {
    width: 24px;
}

    .dot[selected=selected] div {
        opacity: 1;
        transform: scaleX(1);
    }





.rightside_box .moreDetail {
    display: block;
    height: 36px;
    width: fit-content;
    max-width: 160px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    background-color: #e8e8e8;
    font-weight: 600;
    border-radius: 6px !important;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    transition: 300ms;
}

    .rightside_box .moreDetail:hover {
        box-shadow: 0px 10px 20px 2px #b7baba;
        transition: 300ms;
    }

.rightside_box .btnDonwloadFile {
    display: block;
    height: 36px;
    width: fit-content;
    max-width: 160px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    background-color: #e8e8e8;
    font-weight: 600;
    border-radius: 18px;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 300ms;
}

    .rightside_box .btnDonwloadFile:hover {
        box-shadow: 0px 10px 20px 2px #b7baba;
        transition: 300ms;
    }




.rightside_box {
    width: 100%;
    padding: 0px !important;
    height: 100%;
    z-index: 9;
}

    .rightside_box .overlapBanner {
        width: 300px !important;
        margin: auto;
        display: block;
        overflow: hidden;
    }

    .rightside_box .container {
        width: 100% !important;
        height: 100%;
    }

        .rightside_box .container > img {
            display: block;
            width: 100% !important;
            max-height: 240px;
            margin: auto;
            border-radius: 10px !important;
        }

    .rightside_box .announcmentTitle {
        /*display: block;*/
        line-height: 20px;
        max-height: 80px;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        text-align: center;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        word-break: break-word;
        text-overflow: ellipsis;
    }

    .rightside_box .announcmentBrif {
        display: block;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
        height: 60px;
        overflow: hidden;
        word-break: break-word;
        text-overflow: ellipsis;
    }



/* end New_LoginAnnouncement.cshtml  */


/* start  New_FormLogin.cshtml*/





.col {
    padding: 0px !important;
}


.FaraTextArea > input {
    width: 100%;
    border: 0px;
    padding: 0 5px 0 5px;
}





.keyboardIcon {
    font-size: 1.8em;
    margin: auto;
    margin-left: 5px;
    padding-right: 5px;
    border-right: 1px solid lightgray;
    color: lightgray;
}





.FaratextAreaToolTip {
    display: none;
    width: auto;
    position: absolute;
    left: -20px;
    height: 35px;
}

    .FaratextAreaToolTip > div {
        width: 10px;
        height: 10px;
        position: relative;
        right: -5px;
        top: 12px;
        transform: rotate(45deg);
    }

    .FaratextAreaToolTip > span {
        color: white;
        margin: auto auto auto 10px;
    }








.IconParentDiv {
    display: flex;
    align-items: center;
    max-width: 40px;
    width: 40px;
}

    .IconParentDiv > i {
        margin: auto;
    }



.customeIcon {
    color: gray;
}







.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}






.login-mode-box {
    background-color: lightyellow;
    padding: 10px;
    border: 1px solid #eee8aa;
}

.login-captcha-box input[type=text] {
    direction: ltr;
    font-family: sans-serif;
}

.login-captcha-box {
    border-radius: 6px !important;
}


#CaptchaImage1 {
    height: 40px;
}

#CaptchaInputText1 {
    border: 0px;
    text-align: center;
}

#CaptchaInputText2 {
    border: 0px;
    text-align: center;
}

/* start  New_FormLogin.cshtml*/


/* start  New_TwoFactorLogin.cshtml*/



.btnLoginCustom {
    height: 38px !important;
    width: 60%;
    transition: 300ms;
    margin-bottom: 0px;
    display: flex;
    border-radius: 6px !important;
    font-size: 13px !important;
    color: white !important;
    margin: auto;
    outline: none;
    border: none;
    align-items: center;
}

    .btnLoginCustom > span {
        margin: auto;
        display: flex;
        align-items: center;
    }

        .btnLoginCustom > span > i {
            margin: auto;
            margin-left: 10px;
        }

    .btnLoginCustom:hover {
        width: 70%;
        box-shadow: 0px 10px 20px 2px #b7baba;
    }



/* end  New_TwoFactorLogin.cshtml*/


#loginModeOption {
    width: 90%;
    margin: auto;
    border-radius: 6px !important;
    padding: 0px 4px;
}


#BodyFooter > div.row > a {
    display: flex;
    width: 100%;
    color: #333333;
    transition: 200ms;
    align-items: center;
    font-size: 11px;
}

#BodyFooter > div.row > span {
    color: #ff5100;
    font-size: 20px;
}

#BodyFooter > div.row > a:hover {
    transition: 200ms;
    font-weight: 600;
}


#BodyFooter > div.row > a > span > i {
    font-size: 1.5em;
    margin: auto 2px;
    margin-left: 8px !important;
}

#BodyFooter > div.row > a > span > span {
    margin: 2px 0 0 0px;
}


.smart-form select.input-sm, .smart-form .select, .smart-form input.input-sm {
    border-radius: 6px !important;
}

/*  */
