﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Regular';
    src: url('../../fonts/Cairo/Cairo-Regular.ttf') format('truetype');
}

body {
    padding: 0 10px;
    background-image: url('../Images/Background.jpg');
    background-position: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    font-family: 'Cairo-Regular';
    color: #7d7d7d;
    direction: rtl;
}
.Success-Partners{
    display: flex;
    flex-direction: row;
    direction: rtl;
    flex-wrap: nowrap;
    margin: 0px auto;
    justify-content:right;
    align-items: center;
    font-size: 20px;
    color: #363535;
}
.Holder-ataainfo {
    display: flex;
    flex-direction: row;
    direction: rtl;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.logo-col {
    width: 50%;
    min-height: 120px;
    float: right;
}

.btn-Lang {
    width: 50%;
    min-height: 45px;
    float: left;
}

.Lang {
    width: 22%;
    float: left;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    z-index: 999;
    /*font-family: 'DINNextLTArabic-Light';*/
}

.Registration-Title h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

.Registration-Title h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 26px;
}

.Registration-Title h4 {
    margin-bottom: 0;
}

.form-body {
    background-color: #f5f5f5;
    min-height: 500px;
    width: 100%;
    border-radius: 30px;
    margin-top: 20px;
}

.rec-holder {
    display: flex;
    flex-direction: row;
    direction: rtl;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.form-title {
    padding: 15px 25px;
    background-color: #e9e9e9;
    min-height: 80px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}

    .form-title h1 {
        font-weight: bold;
        text-transform: uppercase;
        float: right;
        margin: 10px 0 0;
        color: #363535;
    }

    .form-title h3 {
        color: #2ca10d;
        text-transform: uppercase;
        float: left;
        margin: 15px 0 0;
        font-size: 30px;
    }

    .form-title span {
        color: #363535;
    }

    .form-title .step {
        font-size: 15px;
        color: #2ca10d;
    }

.form-Inner {
    padding: 30px 50px;
    background-color: #f5f5f5;
    min-height: 420px;
    width: 100%;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
}

ul.circlePara {
    list-style-type: disc;
}

    ul.circlePara li {
        font-size: 15px;
        margin: 5px 0;
    }

.IqamaNumber {
    margin: 0 auto;
    max-width: 310px;
    min-height: 150px;
    margin-top: 25px;
}

    .IqamaNumber h5 {
        color: #363535;
        font-weight: bold;
    }

.input-csss {
    border: 1px solid #b2b0af;
    background-color: #e9e9e9;
    height: 45px;
    border-radius: 10px;
    margin: 0 auto;
}

.input-css {
    border: 1px solid #b2b0af;
    background-color: #e9e9e9;
    height: 45px;
    border-radius: 10px;
    margin: 0 auto;
}

.Select-Option {
    border: 1px solid #b2b0af;
    background-color: #e9e9e9;
    height: 45px;
    border-radius: 10px;
    /*-webkit-appearance: none;*/
}

.Submit {
    width: 40%;
    background-color: #2ca10d;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    /*right: 50%;*/
    transform: translate(-50%);
    border: none;
}

.Rrevious-btn {
    width: 40%;
    background-color: #363535;
    border: none;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    padding: 10px;
    margin: 0 20px;
}

.Next-btn {
    width: 40%;
    border: none;
    background-color: #2ca10d;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    padding: 10px;
}

.bg-success {
    background-color: #dff0d8;
    float: none;
    padding: 10px;
    border-radius: 30px;
    font-size: 15px;
    color: #000;
}

.con-form-group {
    border: 1px solid #e6e6e6;
    min-height: 250px;
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 10px;
}

.label-form {
    /*display: block;*/
    color: #363535;
    font-size: 12px;
}

.label-form-required {
    color: #b94a48;
    display: inline;
}

.label-form span {
    font-weight: 100;
    font-size: 12px;
}

.disable-none {
    display: none;
    float: right;
}

.disable-block {
    display: block;
    /*margin-left: 30px;
    margin-right: 30px;*/
}

.margin-top-25 {
    margin-top: 25px;
}

.DirectionAR {
    float: right !important;
    margin-left: 20px !important;
}

@media (max-width: 990px) {
}

@media (max-width: 640px) {
    .Lang {
        width: 100%;
    }

    .margin-top-25 {
        margin-top: 0;
    }

    .container {
        /*margin-left: 15px;
        margin-right: 15px;*/
    }
    .logoholder-cont{
        display: flex;
       flex-direction: column;
    }
    .logo-col {
        min-height:67px;
    }
}

@media (max-width: 485px) {
    .form-title h1 {
        font-size: 25px;
    }
    .Select-Option {
      margin-top:15px !important;
    }
}

@media (max-width: 360px) {
    .form-title h1 {
        font-size: 16px;
    }
    .Select-Option{
        margin-top:15px !important;
    }

    .form-title h3 {
        font-size: 22px;
    }

    .form-Inner {
        padding: 30px 20px;
    }
}
