@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  src: url(droidarabickufi/DroidKufi-Regular.eot?#iefix&v=1.0.0);
  src: url(droidarabickufi/DroidKufi-Regular.eot?#iefix&v=1.0.0) format('embedded-opentype'), 
  url(droidarabickufi/DroidKufi-Regular.woff) format('woff'), 
  url(droidarabickufi/DroidKufi-Regular.ttf) format('truetype');
}

* {
    font-family: 'Droid Arabic Kufi',arial,sans-serif;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    background-attachment: fixed;
    background-color: #8a8a8a;
    background-image: url(../images/a.svg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    overflow-x: hidden;
}
h1 {
    font-size: 2.8vw;
    color: #fff;
    text-align: center;
    padding: .6vw;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.sub-main-w3 {
    margin: 10vw 5vw;
}
.bg-content-w3pvt {
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.top-content-style {
    padding: 2vw 4vw 4vw;
    background: #ffffff;
}

.top-content-style img {
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sub-main-w3 form {
    margin: -2.5em 1.5em 1em;
}
p.legend {
    color: #303880;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.2em;
}

p.legend span {
    color: #303880;
    margin-left: 10px;
}

.input {
    position: relative;
    margin: 15px auto;
    width: 100%
}

.input span {
    position: absolute;
    display: block;
    color: #303880;
    left: 10px;
    top: 12px;
    font-size: 16px;
}

.input input {
    width: 100%;
    padding: 13px 10px 13px 34px;
    display: block;
    border: none;
    border-bottom: 1px solid #303880;
    color: #000;
    box-sizing: border-box;
    font-size: 13px;
    outline: none;
    letter-spacing: 1px;
    background: #fff;
    -webkit-box-shadow: 2px 5px 16px 2px rgba(16, 16, 16, 0.18);
    -moz-box-shadow: 2px 5px 16px 2px rgba(16, 16, 16, 0.18);
    box-shadow: 2px 5px 16px 2px rgba(16, 16, 16, 0.18);
}

.submit {
    width: 45px;
    height: 45px;
    display: block;
    margin: 2.5em auto 0;
    background: #303880;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.submit span {
    color: #fff;
    font-size: 20px;
}

.submit:hover {
    opacity: .8;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

a.bottom-text-w3ls {
    color: #757474;
    font-size: 16px;
    display: inline-block;
    margin: 0em 1em 2em;
    letter-spacing: 1px;
}

/* //content */

/* copyright */
.copyright {
    margin-top: 2vw;
    padding-bottom: 1.5vw;
}

.copyright h2 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.8;
}

.copyright h2 a {
    color: #303880;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.copyright h2 a:hover {
    opacity:.8;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* //copyright */

/* responsive */
@media(max-width:1280px) {
    .top-content-style {
        padding: 3vw 4vw 5vw;
    }
}

@media(max-width:1080px) {
    h1 {
        font-size: 3.5vw;
    }
}

@media(max-width:991px) {
    h1 {
        font-size: 4vw;
    }

    .top-content-style {
        padding: 3vw 4vw 6vw;
    }
}

@media(max-width:800px) {
    h1 {
        font-size: 5vw;
        padding: 2.5vw 1vw 3vw;
    }

    .top-content-style {
        padding: 4vw 4vw 9vw;
    }

    .copyright {
        margin-top: 3em;
        padding-bottom: 1.5em;
    }
}

@media(max-width:640px) {
    h1 {
        font-size: 6vw;
        padding: 3vw 1vw 4vw;
    }
}

@media(max-width:600px) {
    .copyright h2 {
        letter-spacing: 1px;
    }
}

@media(max-width:480px) {
    h1 {
        font-size: 2em;
        letter-spacing: 1px;
    }

    .top-content-style {
        padding: 2em 1em 4em;
    }

    .copyright h2 {
        font-size: 15px;
    }

    .copyright {
        margin-top: 2em;
        padding-bottom: 1em;
    }

    p.legend {
        font-size: 23px;
    }

    a.bottom-text-w3ls {
        font-size: 15px;
    }
}

@media(max-width:384px) {
    .sub-main-w3 form {
        margin: -2.5em 2em 2em;
    }

    h1 {
        padding: 5vw 1vw 6vw;
    }
}

@media(max-width:320px) {
    h1 {
        font-size: 1.7em;
    }

    .sub-main-w3 form {
        margin: -2em 1em 1.5em;
        padding: 1.5em;
    }

    .top-content-style {
        padding: 1.5em 1em 3em;
    }

    .copyright h2 {
        font-size: 14px;
    }
}

/* //responsive */
.bold{
    font-weight: bold !important;
}
.verificationBlock{
    display: none;
}
.OR{
    border: 2px dotted;
    padding: 5px;
    border-radius: 100%;
    background: #303880;
    color: #ffffff;
}
#aborahaf_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}
.aborahaf_loader {
    border: 20px solid #FFF;
    border-radius: 50%;
    border-top: 20px solid #293280;
    border-bottom: 20px solid #293280;
    background-image: url(../images/logo_aborahaf.svg);
    width: 200px;
    height: 200px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 15% auto;
}
.logo-class{
    width: 60px !important;
    margin: 0 15px;
    text-align: center;
}
.RajaMenu .navbar-nav>li>a{
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #555;
    text-shadow: 0px 1px #fff;
    background-color: #d7d7d7;
    position: fixed;
    bottom: 1px;
    z-index: 9000;
    width: 100%;
    clear: both;
    padding: 1px;
    text-align: center;
    box-shadow: 1px 0px 5px #999090;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.custom-navbar{
    border-bottom: 1px solid #d8d8d8;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.panel-default .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    background-color: #f5f5f5;
    border-color: #ddd;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat: repeat-x;
    cursor: pointer;
}
.btnfloat{
    float: right;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin: 15px!important;
}
.pad0{
    padding:0 !important;
}
.margin-0 {
    margin: 0!important;
}
.nodetails {
    padding: 8px 0;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    background: #f9f9f9;
    font-size: 16px;
    border: 1px solid #c7c7c7;
}
.appendHide, .quotehide{
    display: none;
}
.rowheading {
    background: #e6e6e6;
    padding: 5px 0;
    border: 1px solid #c7c7c7;
    font-size: 16px;
    font-weight: 700;
}
.rowbody p, .rowheading p {
    margin: 0;
    padding: 0;
}
.fa-icon{
    font-size: 18px !important;
}
.rowbody {
    padding: 5px 0!important;
    border: 1px solid #c7c7c7;
    border-top: 0;
}
.even {
    background: #f5f5f5;
}
.odd {
    background: #fff;
}
.even:after, .odd:after {
     display:block;
     content: '';
     border-bottom: 2px dashed;
     transform: scaleX(0);
     transition: transform 1s ease-in-out;
}
 .even:hover:after {
     transform: scaleX(1);
}
 .odd:hover:after {
     transform: scaleX(1);
}
 .even:hover, .odd:hover {
     background: rgba(219,219,219,1);
     background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 48%, rgba(253,253,253,1) 50%, rgba(209,209,209,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,219,219,1)), color-stop(48%, rgba(255,255,255,1)), color-stop(50%, rgba(253,253,253,1)), color-stop(100%, rgba(209,209,209,1)));
     background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 48%, rgba(253,253,253,1) 50%, rgba(209,209,209,1) 100%);
     background: -o-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 48%, rgba(253,253,253,1) 50%, rgba(209,209,209,1) 100%);
     background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 48%, rgba(253,253,253,1) 50%, rgba(209,209,209,1) 100%);
     background: linear-gradient(to bottom, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 48%, rgba(253,253,253,1) 50%, rgba(209,209,209,1) 100%);
     cursor: pointer;
}
.odd, .even{
     font-size: 16px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #293280 !important;
    padding: 10px 10px;
    background: #293280;
    color: #ffffff !important;
    font-size: 18px;
    border-radius: 5px;
    word-break: break-word !important;
}
.green{
    color:#008000;
}
.orange{
    color: #ffd400;
}
.blue{
    color: #1b00ff        
}
.pagination{
    margin: 0 !important;
}
.pagination p{
    margin: 0 !important;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.orderedList{
    padding: 0 15px !important;
    margin: 0 !important;
}
.disnone{
    display: none;
}
.orderedList li{
    margin-bottom: 10px;
}
.map_canvas {
    height: 250px;
}
.plusIcon {
    left: 80%;
    top: 13px;
    font-size: 20px !important;
    position: absolute;
    cursor: pointer;
}
.panel-default {
    position: relative;
}
.fa-icon {
    font-size: 18px;
    margin: 0 8px;
}
.star{
    color: #ff0000;
}
.modal-header, .modal-footer{
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    background-color: #f5f5f5;
    border-color: #ddd;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat: repeat-x;
    cursor: pointer;
}
input[type=radio]{
    zoom:1.3 !important;
}
label, .panel-heading, .plusIcon, .btnfloat, .fa-eye, .modal-header {
    color: #293280 !important;
}
.fa-camera, .fa-arrow-left{
   color: #ffffff; 
}
.btn.btn-primary{
    background: #293280 !important;
    width: 100% !important;
    padding: 7px 0 !important;
    border-color:#293280 !important;
}
.star{
    color: #ff0000 !important;
}
p, #DescriptionId{
    word-break: break-word !important;
}
.table-vertical {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    color: #000;
    margin-top: 1px;
    margin-bottom: 1px;
}
.me-table {
    background-color: #FFF;
    border: 1px solid #ddd;
}
.table-vertical>tbody>tr>td, .table-vertical>thead>tr>th {
    padding: 6px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}
.table-vertical>thead>tr>th {
    background: #e4e4e4;
    color: #555;
    font-weight: 400;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat: repeat-x;
    border-top: 1px solid #a4a4a4 !important;
}
.table-vertical>tbody>tr:nth-of-type(odd) {
    background: #f9f9f9;
}
.table-vertical>tbody>tr>td, .table-vertical>thead>tr>th {
    padding: 6px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
    font-size: 16px;
}
.COMM .panel-footer{
    border-top: 0 !important;
    font-size: 16px;
}
.nav.nav-tabs.mynav-tabs.nav-justified li.active a{
    background: #293280;
    color: #ffffff;
}

.mynav-tabs li a{
    margin-bottom: 0 !important;
}
.mynav-tabs>li {
    border-bottom: 0 !important;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat: repeat-x;
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 320px)
{
    .table-vertical>thead>tr>th, .table-vertical>tbody>tr>td {
        display: block !important;
    }
}
.btn .caret{
    margin-left: 10px !important;
}
.dropdown-menu2 {
    right: 0 !important;
    left: auto !important;
    float: left !important;
    text-align: left !important;
}
.btn-group>.btn:first-child {
    padding: 5px !important;
}