/*@import url('fonts/source_sans/stylesheet.css');
@import url('fonts/jfflat/jfflat.css');*/
@import url('theme.css');


/*@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/poppins/poppins-v5-latin-regular.eot");
    
    src: local("Poppins Regular"), local("Poppins-Regular"), url("fonts/poppins-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/poppins-v5-latin-regular.woff2") format("woff2"), url("fonts/poppins-v5-latin-regular.woff") format("woff"), url("fonts/poppins-v5-latin-regular.ttf") format("truetype"), url("fonts/poppins-v5-latin-regular.svg#Poppins") format("svg");
    
}*/


body {
    margin: 0;
    padding: 0;
    /*font-family: "Droid Arabic Kufi",'Poppins',sans-serif !important;*/
}

.bgfix {
    position: fixed;
    width: 100%;
    height: 100%;
}


.iconPane {
    display: block;
    font-size: 20px;
    /*font-family: "Droid Arabic Kufi",'Poppins',sans-serif !important;*/
    font-weight: 300;
    padding: 160px 0px 0px 0px;
    text-align: center;
}

b {
    font-weight: 600;
}

.iconPane ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .iconPane ul li {
        margin: 20px 0px;
    }

.Lbutton {
    width: 100%;
    margin: 10px 0px;
    padding: 12px 0px;
    background: #bf9e67;
    border: 0px none;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
}

.form-control_login {
    background: white;
    padding-left: 0px !important;
    height: 50px !important;
    font-size: 15px;
    border-left: 0px;
    border: 0px none;
    color: #666 !important;
    transition: .05s linear;
    -webkit-transition: .05s linear;
    -moz-transition: .05s linear;
}

    .form-control_login:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-right: 7px solid #ff7800;
        border: 0px none;
        /*transform: scale(1.1);*/
    }

.sv-user {
}

    .sv-user img, .passwordIcon img {
        vertical-align: middle !important;
    }

.loginPane .input-group-addon {
    height: 50px;
    line-height: inherit !important;
    border: 0px none !important;
}

    .loginPane .input-group-addon:first-child {
        background: #fff !important;
        color: #666 !important;
    }

.loginPane .form-control {
    opacity: 1;
    outline: none;
    padding: 10px 0;
    font-size: 14px;
    border: 0px solid #ccc;
    height:50px;
}



.loginPane {
    background: rgba(255,255,255,1);
    padding:   40px;
    box-shadow: #ccc 0px 0px 11px 2px;
    /*border-radius: 100%;*/
    /*width: 570px;*/
    height: auto;
    float:left;
    max-width:850px !Important;
}


/*.logincenter:after {
    background: url(../img/shadow.png) no-repeat;
    content: '';
    width: 100%;
    height: 15px;
    clear: both;
    position: relative;
    float: left;
    background-size: 100%;
}*/

.logoLogin {
    display: block;
    text-align: center;
    opacity: 1;
    background: #fff;
    margin: 0px -40px 0px -40px;
    padding: 10px 0px;
    overflow: hidden;
}

    .logoLogin img {
    }

.loginHeadTxt {
   display: block;
    text-align: center;
    margin: 0 0 25px 0px;
    font-size: 17px;
    font-weight: 600;
    color: #505050;
}

.loginHeadTxtIcn {
    padding-left: 10px;
}

.login-error {
    color: white !important;
    font-size: 14px;
}

.form-group {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
}


/*.loginSecBg {
    background:url(../images/loginbg.jpg) fixed;
      -webkit-filter: blur(8px);
      
      background-size:cover;
}*/

/*=========Responsive==========*/

@media (min-width:992px) {
}


@media (min-width:992px) and (max-width:1170px) {
    .loginPane {
        /*width: 500px;*/
        /*height: 500px;*/
    }

    .logoLogin img {
        width: 130px;
    }

    .form-control_login, .loginPane .input-group-addon {
        height: 43px !important;
    }

    .Lbutton {
        padding: 10px 0px;
    }

    .iconPane {
        font-size: 17px;
    }
}






@media (min-width:768px) and (max-width:991px) {


    .loginPane {
       max-width: 70%;
    height: auto;
    margin: auto;
    text-align: center;
    float: none;
    }

    .logoLogin img {
        width: 130px;
    }

    .form-control_login, .loginPane .input-group-addon {
        height: 45px !important;
    }

    .Lbutton {
        padding: 9px 0px;
    }

    .iconPane {
        font-size: 17px;
    }

        .iconPane li i img {
            width: 50px;
        }
}


.iconPane-smallDev {
    display: none;
}

@media (max-width:767px) {

    .loginPane {
        margin-top: 17px;
    }

    .iconPane {
        font-size: 13px;
        display: none;
        /*padding-top:0px;*/
    }

    .iconPane-smallDev {
        display: block !important;
    }

        .iconPane-smallDev img {
            width: 100%;
        }

    .loginPane {
        background: none;
        padding: 30px;
        border-radius: 0;
        width: inherit !important;
        height: inherit !important;
        float: none;
    }

    .container {
    }

    .loginPane {
        margin: 0 25px;
    }


    .iconPane ul li {
        margin: 10px 12px;
        display: inline-block;
    }

    .iconPane li i img {
        width: 36px;
    }

    .container {
        padding-top: 10px;
    }

    .Lbutton {
        margin: 0px 0px;
    }
}


@media (max-device-width:480px) and (orientation:landscape) {
    .jk {
        max-height: 200px;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 95%;
    }
}

.iconPane img {
    width: 100%;
    max-width: 627px;
}

.ui-checkbox {
    position: relative;
    margin: 10px 0px 5px 22px;
}

    .ui-checkbox input[type="checkbox"] + span:before, .ui-checkbox input[type="checkbox"] + label:before {
        border: 1px solid #9e8739 !important;
        margin-top: 0px;
    }

    .ui-checkbox input[type="checkbox"]:checked + span:after, .ui-checkbox input[type="checkbox"]:checked + label:after {
        top: 1px;
    }

    .ui-checkbox input[type="checkbox"]:checked + span:before, .ui-checkbox input[type="checkbox"]:checked + label:before {
        border: 1px solid #fff;
        background-color: transparent;
    }



.right-header {
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 9999999;
}

    .right-header ul {
        list-style: none;
    }


.bg-white {
    background: #fff;
}

.bg-whitelogin {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    box-shadow: 0 0 5px #ccc;
    margin: 0 auto !important;
}

.logincenter {
    width: auto;
    max-width:850px;
    height: auto;
    display: block;
    margin: 25px auto;
}

.clear {
    clear: both;
}

.input-group {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50px;
    padding: 0;
}

.ui-checkbox {
    color: #000;
}

/*.linktxt {
    cursor: pointer;
    color: #333;
}

    .linktxt:hover, .linktxt:active, .linktxt:visited {
        cursor: pointer;
        opacity: 0.5;
    }*/

.SmartLogin-label {
    padding: 10px 5px;
    font-size: 12px;
}

h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.25em;
    margin: 10px 0 20px;
}

h2 span {
    background: #fdfae5;
    padding: 0 10px;
    font-size: large;
    font-family: "Droid Arabic Kufi",'Poppins',sans-serif !important;
}
/*21-01-2019*/
.headerlogin {
    background: #b68a35 url(../img/subpage-bg.png) no-repeat;
    padding: 10px 15px !important;
    margin: 5px -5px;
    color: #fff;
    text-align: left;
    background-position: right center;
    background-size: contain;
    height: auto;
}

    .headerlogin h3 {
        text-align: left;
        margin: 0;
        color: white;
    }

    .headerlogin .subhead .rate {
        float: right;
        font-size: 12px;
        color: #fff;
    }

        .headerlogin .subhead .rate .fa-star {
            color: #fff;
        }

    .headerlogin .subhead a {
        float: left;
        color: #e4e4e4;
        cursor: pointer;
        font-style: italic;
        font-size: 12px;
    }

    .headerlogin .subhead .links a:after {
        content: '/';
        padding: 3px;
    }

    .headerlogin .subhead .links a:last-child:after {
        content: none;
    }

.panelheader {
    font-weight: 600;
    color: #b08a27;
    margin: 0;
    padding: 15px 0 5px 0;
    display: block;
    text-align: center;
}

.col-md-20 {
    width: 19.6%;
    display: inline-block;
}

@media (max-width:992px) {
    .col-md-20 {
        width: 33%;
        display: inline-block;
    }
}

@media (max-width:767px) {
    .col-md-20 {
        width: 49.5%;
        display: inline-block;
    }
}

@media (max-width:480px) {

    .col-md-20 {
        width: 100%;
        display: inline-block;
    }
    .loginPane {
        padding: 15px;
        margin:0;
    }
}

@media (max-width:420px) {
    .logincenter {
        width: auto;
        height: auto;
        display: block;
        margin: 0 20px;
    }

    .loginPane {
        padding: 15px;
        margin:0;
    }
}

.iconarrow:after {
    content: '';
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-top: 65px;
}

.pad10 {
    padding: 10px;
}

.pad010 {
    padding: 10px 0;
}

.no-mar .row {
    margin-right: -5px;
    margin-left: -5px;
}

.no-mar .col-lg-1, .no-mar .col-lg-10, .no-mar .col-lg-11, .no-mar .col-lg-12, .no-mar .col-lg-2, .no-mar .col-lg-3, .no-mar .col-lg-4, .no-mar .col-lg-5,
.no-mar .col-lg-6, .no-mar .col-lg-7, .no-mar .col-lg-8, .no-mar .col-lg-9, .no-mar .col-md-1, .no-mar .col-md-10, .no-mar .col-md-11, .no-mar.col-md-12,
.no-mar .col-md-2, .no-mar .col-md-3, .no-mar .col-md-4, .no-mar .col-md-5, .no-mar .col-md-6, .no-mar .col-md-7, .no-mar .col-md-8, .no-mar .col-md-9,
.no-mar .col-sm-1, .no-mar .col-sm-10, .no-mar .col-sm-11, .no-mar .col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.target-header {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0;
}

.bg-gold {
    background: #e8bb68;
    height: 76px;
}

.bg-gold-dark {
    background: #bf9e67;
    height: 76px;
}

.subcaption {
    float: left;
    height: 45px;
    overflow: hidden;
    margin: 0;
}

    .subcaption .SVlabel {
        margin: 0;
    }

.pad5 {
    padding: 5px;
}

.flow-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.min-height128 {
    min-height: 128px;
}

.paragraph {
    text-align: left justify;
}

.label-card {
    display: block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #dedbdb;
    padding-bottom: 7px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.linefull {
    display: block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #dedbdb;
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.icon-container {
    margin-right: 10px;
}

.aboutcontent ul {
    left: 20px !important;
}

    .aboutcontent ul li {
        padding: 5px !important;
    }

.aboutcontent p {
    line-height: 1.5 !important;
}

.service-section {
    margin-top: 20px;
}

.lastrate {
    padding: 0 30px;
    display: inline-block;
}

.rate .fa-star {
    color: #9e8739;
}

.steps-title {
    text-align: center;
    color: #444444;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.steps-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
    text-align: center;
}

.card {
    background: rgb(255, 255, 255);
     
}

.img_mandatory {
    position: absolute;
    margin-top: -25px;
    right: 25px;
}

.title .heading h3 {
}

.custompagedrop .dropdown a .SVlabel {
    margin: 0px;
}

.space {
    height: 15px;
    display: block;
}

.InfoGreen {
    font-size: 12px;
    font-style: italic;
}

.inline {
    display: inline-block;
}

.footer .SVlabel {
    margin: 0;
    display: inline-block;
}

/****11-9-19*****/
.Bt-Quicklogin {
    background-image: url(../img/send.png) !important;
    background-repeat: no-repeat !important;
    background-position: 8px 7px;
    padding-left: 35px !important;
    color: #fff !important;
    background-color: #444 !important;
    margin: 0px !important;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius:50px;
}

.ClearButton {
    background-image: url(../img/Clear.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 6px bottom 6px;
    padding-left: 30px;
    color: #fff !important;
    background-color: #444 !important;
    background-size: 18px;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius:50px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    /*-webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;*/
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.center-flex
{
-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.left-flex
{
-webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
    .flex .search {
        padding: 2px 5px;
    }



.Acc_1 {
    /*background-image: url(../img/125.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}

.Acc_2 {
    /*background-image: url(../img/126.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}

.Acc_3 {
    /*background-image: url(../img/127.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}



.intro {
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
    text-align: left;
    /* background-color: #26a599 !important; */
    box-shadow: 0px 2px 3px #e9e0cf;
}

.Mostro {
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
    text-align: left;
    /* background-color: #26a599 !important; */
    background-size: 21px 20px;
    box-shadow: 0px 2px 3px #e9e0cf;
}

.Featro {
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
    text-align: left;
    /* background-color: #26a599 !important; */
    background-size: 18px 18px;
    /*box-shadow: 0px 2px 3px #e9e0cf;*/
    border-bottom: 1px solid #e8e8e8;
}




/*---------------------------Accordian pluse start --------------------------------------*/


.AccDefaultHeader_pluse {
    cursor: pointer;
    background: #fff url(../../App_Themes/Default/img/plus.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: left;
    padding: 15px 4px 0 4px;
    overflow: hidden !important;
    border-radius: 0px;
    border-top: 1px solid #bf9e66;
}

.AccDefaultHeaderSelected_pluse {
    cursor: pointer;
    background: #fff url(../../App_Themes/Default/img/minus.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-color: #ffffff;
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: left;
    padding: 15px 4px 0 4px;
    overflow: hidden !important;
    border-radius: 3px;
    border-radius: 0;
    border-top: 1px solid #bf9e66;
}

.AccDefaultHeaderSelected_pluse:hover {
        cursor: pointer;
}

.AccDefaultContent_pluse {
    background-color: #fff;
    border-top: none;
    overflow: hidden !important;
    border: 0px solid #ccc;
    border-top: 0px solid #ccc;
    padding: 1px 5px;
    margin-bottom: 1px;
}

.table-responsive .AccDefaultContent_pluse {
    padding: 0px !important;
}

.accordionNew1Content {
    overflow: hidden !important;
}
.Regdiv {
    border: solid 1px #e1e1e1; border-radius: 5px; background-color: #fcfcfc;padding: 2px 0px;
        box-shadow: #ccc 2px 2px 7px 2px;
        margin:10px 0;
}
.Regdiv .AccDefaultHeader_pluse,.Regdiv .AccDefaultHeaderSelected_pluse {
    border-top: 0px solid #bf9e66 !important;
    margin-top: 0px !important;
    margin-bottom:0px !important;
    padding:0px 10px !important;
}
.card-content .Bt-Add {
    font-size:1em ;
}
/*---------------------------Accordian pluse End--------------------------------------*/

.flex .search .fi-search {
    position: absolute;
    margin-top: -37px;
    margin-left: 285px;
}

.fi-search:before {
    font-family: 'ficons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92a";
    font-size: 16px;
    color: #bf9e66;
}

.form-control {
    transition: all 150ms cubic-bezier(0.47,0,0.745,0.715);
}

    .form-control:focus {
        border: 1px solid #bf9e66;
        
    }

/*********/
.general-pager {
    padding: 0 1em 1em;
}
.MostDiv .general-pager {
    padding: 10px 1em 0px 1em;
}
.list-pager {
    /*width: 300px;*/
    display: inline-block;
    padding: 0 0;
    font-size: 13px;
    margin: 0;
}

    .list-pager li {
        display: inline-block;
        margin-right: 5px;
        font-weight: 700;
        font-family: 'Open Sans',sans-serif;
    }

        .list-pager li.info .current-page {
            width: 30px;
            text-align: center;
            border: 1px solid #ccc;
            margin: 0 5px;
            display: inline-block;
            border-radius: 5px;
        }

.prev .pre-btn, .next .nxt-btn {
    padding: 6px;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0;      
}
    
.current-page-input {
    height: 28px;
    width: 32px;
}


.home-banners .banners .owl-stage-outer, .home-banners .banners .owl-stage, .home-banners .banners .owl-item {
overflow:hidden;
}

.home-banners .banners .owl-stage-outer, .home-banners .banners .owl-stage, .home-banners .banners .owl-item {
overflow:hidden;
}
.alertable .alertable-buttons .alertable-cancel, .alertable .alertable-buttons .alertable-ok {
    min-height: inherit;
    min-width: inherit;
}

.color_palletGrid {
}

.color_palletGrid .gridview {
    margin-top: 0px !Important;
    margin-bottom: 2px !important;
}
.color_palletGrid .Nestedgridviewtd .gridview {
    margin-top: 0px !Important;
    margin-bottom: 0px !important;
}


/* start grid view css style by jacob*/
.mGrid_1 { 
    width: 100%; 
    background-color: #fff; 
    margin:0px 0px 1px 0px; 
    border: solid 1px #A2C2CD; 
    border-collapse:collapse; 
    direction: ltr;
    text-align:left;
}

.mGrid_1 th { background-color:#A2C2CD;  font-family:'Open Sans',  Tahoma !important;; text-align:left;
                        Font-Size:9pt;
                        padding:3px 2px;
                        border-bottom:Solid 1px #78A7B6;
}

.mGrid_1 .raw
{
	font-family: Tahoma;
	font-size: 9pt;
	text-align: left;
	padding: 3px 1px;
	height:22px;	
}   
.mGrid_1 .pgr { border-color:#A2C2CD; border-style:Solid; border-width:1px; 
                background-color:#A2C2CD;color:#330099;
                text-align:center }
/* end grid view css style */

.Upload-white {
    border: 1px solid rgba(0,0,0,0.3);
    height: 17px;
    width: 17px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    cursor: default;
}

.Upload-notmandatory {
    border: 1px solid rgba(0,0,0,0.3);
    height: 17px;
    width: 17px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #ffe500;
    cursor: default;
}

.Upload-scanned {
    border: 1px solid rgba(0,0,0,0.3);
    height: 17px;
    width: 17px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #2b9323;
    cursor: default;
}

.Upload-notscanned {
    border: 1px solid rgba(0,0,0,0.3);
    height: 17px;
    width: 17px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #d80000;
    cursor: default;
}
.PrintStatus-white {
    border: 1px solid rgba(0,0,0,0.3);
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    cursor: default;
}

.PrintStatus-done {
    border: 1px solid rgba(0,0,0,0.3);
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #2b9323;
    cursor: default;
}

.PrintStatus-notdone {
    border: 1px solid rgba(0,0,0,0.3);
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #d80000;
    cursor: default;
}

.CallSubfont .SVlabel
{
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 1em;
    margin:5px 0;
}
.RegUL ul{
    list-style: circle;
    margin:0 25px;
    line-height: 20px;
}
.RegUL .SVlabel
{
    margin:0px !Important;
    font-size: 12px;
}
.Regradio .ui-radio
{
    margin-bottom:0px !Important;
}
.divUTypeR
{
    background-color: #eff8e6;
}
.divUTypeV
{
    background-color: #f8ede6;
}
.Ulicolor.licolorR li .SVlabel
{
    color: #1e1097 !Important;
    font-weight: 600;
}
.Ulicolor.licolorV li .SVlabel
{
    color: #1e1097 !Important;
    font-weight: 600;
}

.Ulicolor.licolorR li.licolor1 .SVlabel
{
    color:#7d7d7d !Important;
    font-weight: normal;
}
.Ulicolor.licolorV li.licolor1 .SVlabel
{
    color:#7d7d7d !Important;
    font-weight: normal;
}

.regheader .SVlabel{
    margin-bottom: 0px !Important;
    margin-top: 0px !Important;
}
.divmsgepos
{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    height: 58px;
    margin: 2px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;   
}
.spValidDF
{
    background-color: #fff7f7; 
    border: dashed 1px red; 
    color:#d50101;   
    height:auto;
}
.spValidDS
{  
    border: dashed 1px #277d03;
    background-color:#f4fff7;
    color: #277d03;
    height:auto;
}
.divActStepsM
{
    padding-left:15px;padding-right:15px;
}
.divActSteps
{
    padding-left:30px;padding-right:30px;
}
.divAreaAct
{
   border: dashed 1px #e4e4e4;
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 1px 1px 9px 2px #ccc;
    margin: 15px 0 5px 0;
    padding: 5px 20px 15px 20px;
}
.divAreaActH .SVlabel
{
    border-bottom: dashed 1px #cecece;
    font-weight: 600;
}
.divMainAreaActH .SVlabel
{
    text-align: center;
    border: dashed 1px #000;
    border-radius: 5px;
    margin: 6px 0px;
    padding: 5px;
    color:#000;
}
.ACtbtn button,.ACtbtn html input[type="button"],.ACtbtn input[type="reset"],.ACtbtn input[type="submit"]
{
    margin-bottom: 0px!Important;
}
.divAreaActH1 
{
    border-bottom: dashed 1px #cecece; 
}
.divAreaActH1 .SVlabel
{
    border-bottom: dashed 0px #cecece;
    font-weight: 600;
}
.EmailSMS_Slbl .SVlabel
{
    font-weight: 600;
    color: GREEN;
}
.lblSrecoverySend
{
     border: dashed 1px #2f6804;
    padding: 10px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: #ccc 2px 2px 7px 2px;
}
.lblSrecovery
{
    border: dashed 1px #2f6804;
    padding: 10px 5px;
    background-color: #e4ffe5;
    border-radius: 5px;
}
.lblSrecovery .SVlabel
{
    font-weight: normal;
    color: green;
    margin:0px;
}

.lineheight25 {
    line-height:28px;
}


@media (max-width:992px) {
    .label_man .SVlabel {
        top: 4px !important;
    }
}

@media (max-width:480px) {
    .user-reg .card  {
        padding: 0;
    }
    .uaepass-reg-area a img {
        height:45px;
    }
}


.stLabels .SVlabel 
{
    font-size:0.9em  !important;
    margin:1px 0;
}
.infodiv .SVlabel 
{
    display: block;
    padding: 9px;
    border: 3px double #ccc;
    background: #fffee8;
    border-radius: 9px;
    font-size: 0.9em;
}
.info-msg {
        display: block;
    padding: 8px 15px;
    border-radius: 8px;
    /* border: 1px solid #ccc; */
    margin: 0 0 15px 0;
    box-shadow: #ddd 0px 2px 7px 3px;
}

.Fav_Emptylbl .SVlabel{
    margin-top:0px !Important;
    height: 65px;
    text-align: center !important;
    font-weight: 600;
    border-radius: 5px;
    padding: 19px;
    margin-bottom: 10px;
    color: #bf9e66;
    border: solid 1px #bf9e66;
    background-color: #fff9f9;
} 

.uaepass {
    height:60px;
}