﻿@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/cairo-v4-arabic-700.eot'); /* IE9 Compat Modes */
    src: local('Cairo Bold'), local('Cairo-Bold'), url('/fonts/cairo-v4-arabic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/cairo-v4-arabic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/cairo-v4-arabic-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/cairo-v4-arabic-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/cairo-v4-arabic-700.svg#Cairo') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'ArbFONTS-URW-DIN-Arabic-Medium';
    src: url('../../fonts/ ArbFONTS-URW-DIN-Arabic-Medium.OTF') format('opentype');
}

/*@font-face {
    font-family: 'GE_SS_UNIQUE_LIGHT';
    src: url('../../fonts/GE_SS_UNIQUE_LIGHT.OTF') format('opentype');
}*/
@font-face {
    font-family: 'ArbFONTS-URW-DIN-Arabic-Medium';
    src: url('../../fonts/ArbFONTS-URW-DIN-Arabic-Medium.ttf') format('truetype');
}

html {
    background-size: contain;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow:hidden
    
}
body {
    background-color: #ffffff;
    font-family: ArbFONTS-URW-DIN-Arabic-Medium
}
.backgroundimage {
    background: #fff url('../../images/login-bg-2.jpg')no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: right;
    width: 100%;
}

.inlineloader {
    position: absolute !important;
    background-color: #ffffff87 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-size:unset;*/
    font-weight: unset;
    line-height: unset;
    padding: unset;
    /*margin: unset;*/
    letter-spacing: unset;
}
.mt-20Per{
    margin-top:20%
}
.text-20 {
    font-size: 20px
}
.text-30 {
    font-size: 30px
}
.text-40 {
    font-size: 40px
}
.text-50 {
    font-size: 50px
}
.text-60 {
    font-size: 60px
}
.min-vh-100 {
    min-height: 100vh !important;
}
.bg-secondary {
    background-color: #003763 !important;
}
.opacity-8 {
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.grad {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
    z-index: 1;
    opacity: 0.7;
}

.header {
    position: absolute;
    top: calc(50% );
    left: calc(75%);
    z-index: 2;
}

    .header div {
        float: left;
        color: #fff;
        font-family: 'Exo', sans-serif;
        font-size: 35px;
        font-weight: 200;
    }

        .header div span {
            color: #5379fa !important;
        }

.login {
    position: absolute;
    top: calc(20%);
    text-align: right;
    width: calc(55%);
    right: 20%;
}

.lang {
    position: absolute;
    top: 5%;
    right: 5%;
    background-color: #2196f3;
    border-radius: 50%;
    color: #fff;
    line-height: 17px;
    padding: 10px;
    font-size: 13px;
    /*box-shadow: 0px 0px 15px 5px #3333333b;*/
}
.lang a{
    color:#fff
}

.main-logo {
    /*position: absolute;
    top: -40%;
    right: 15%;*/
    text-align:center
}
.left-logo {
    position: absolute;
    bottom: 18%;
    left: 8%;
    width:50%;
    text-align:left
}
.left-logo img{
        margin-bottom: 20px;
}
.left-logo p{
    position:relative;
    font-size: 15px;
    width:100%;
    font-family:sans-serif
}
.left-logo p::before{
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    width: 30%;
    background: #0da687;
    margin: -10px 0;
}



.login-title {
    color: #333 !important;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative
}
.login-title:after{
    position:absolute;
    width:30px;
    height:50%;
    background:#00a282;
    border-radius:10px;
    bottom:5px;
    left:0
}

.login > input[type="text"], .login > input[type="password"] {
    text-align: right;
    border: 1px solid gray !important;
    border-radius: 20px !important;
    color: gray !important;
    padding: 5%;
}


.btn-primary {
    background-color: #2196f3;
    border-color: #2196f3;
}
.login > button {
    border-radius: 5px;
    padding: 5px 0 12px 0;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 50px
}

.login p {
    margin: 0 12%;
    position: relative;
    font-size: 11px;
    font-family: sans-serif;
}

.login input[type=text], .login input[type=password] {
    width: 100%;
    max-width:initial;
    height: 45px;
    background: #fff;
    text-align:right;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    padding-right: 45px;
    /*font-family: GE_SS_UNIQUE_LIGHT*/
}
.login input[name="PatternAnswer"] {
    padding-right: 10px;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 19px;
}

.form-group {
    margin-bottom: 5px
}

/*.login label {
    color: red;
}*/

.has-feedback-left .form-control-feedback {
    right: 10px;
    TOP: 4px;
    color: #2196f3
}
.pr-0{
    padding-right:0
}
.pl-0 {
    padding-left: 0
}

.login input[type=button]:hover {
    opacity: 0.8;
}

.login input[type=button]:active {
    opacity: 0.6;
}

.login input[type=text]:focus {
    outline: none;
    border: 1px solid #ddd;
}

.login input[type=password]:focus {
    outline: none;
    border: 1px solid #ddd;
}

.login input[type=button]:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
    transition: background-color 5000s ease-in-out 0s;
}

::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder {
    color: rgba(255,255,255,0.6);
}

::placeholder {
    color: gray;
    padding: 5%;
}



.validation-summary-errors > ul {
    text-align: right;
    direction: rtl;
    list-style: none;
}

/************************/
.sk-circle {
    width: 60px;
    height: 60px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*-------- Preloader --------*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.preloader .lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    top: 50%;
    left: 50%;
}

.preloader .lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #000;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.preloader.preloader-dark {
background-color: #000;
}

.preloader.preloader-dark .lds-ellipsis div {
background-color: #fff;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
.no-border {
    border: 0 !important;
}