﻿@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../../../../fonts/DroidKufiRegular.eot');
    src: url('../../../../fonts/DroidKufiRegular.woff') format('woff'), url('../../../../fonts/DroidKufiRegular.ttf') format('truetype');
}*/

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    /*font-family: 'DIN NEXTTM ARABIC';*/
    font-family: 'Droid Arabic Kufi';
    src: url('../../../../fonts/DINNextLTW23-Regular.eot');
    src: url('../../../../fonts/DINNextLTW23-Regular.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/DINNextLTW23-Regular.woff2') format('woff2'), url('../../../../fonts/DINNextLTW23-Regular.woff') format('woff'), url('../../../../fonts/DINNextLTW23-Regular.ttf') format('truetype'), url('../../../../fonts/DINNextLTW23-Regular.svg#DINNextLTW23-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    margin: 0;
    padding: 0;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.header-fp h2,
.header-fp p {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.top-header {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

    .top-header .navbar-brand {
        width: 220px;
    }



.main-menu .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.main-menu .navbar .navbar-collapse {
    text-align: center;
}



span.line-break {
    display: block;
}

/**
Custom Button
**/


button.custom-btn,
button.custom-btn::after,
a.custom-btn,
a.custom-btn::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

button.custom-btn,
a.custom-btn {
    display: inline-block;
    font-size: 12px;
    padding: 8px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
    text-decoration: none;
}



    button.custom-btn::before,
    button.custom-btn::after,
    a.custom-btn::before,
    a.custom-btn::after {
        content: '';
        position: absolute;
        z-index: -1;
    }


.btn-3::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

button.customized-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
    text-decoration: none;
}

button.custom-resend-btn {
    border: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 3px;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
    text-decoration: none;
}
/**
Margins
**/

.m-top-xl {
    margin-top: 100px !important;
}

.m-bottom-xl {
    margin-top: 100px !important;
}

.m-top-lg {
    margin-top: 90px !important;
}

.m-bottom-lg {
    margin-bottom: 90px !important;
}

.m-top-md {
    margin-top: 50px !important;
}

.m-bottom-md {
    margin-bottom: 50px !important;
}

.m-top-sm {
    margin-top: 25px !important;
}

.m-bottom-sm {
    margin-bottom: 25px !important;
}

.white-bg {
    background-color: #fff;
}


/**
padding
**/

.p-top-xl {
    padding-top: 100px !important;
}

.p-bottom-xl {
    padding-bottom: 100px !important;
}

.p-top-lg {
    padding-top: 90px !important;
}

.p-bottom-lg {
    padding-bottom: 90px !important;
}

.p-top-md {
    padding-top: 50px !important;
}

.p-bottom-md {
    padding-bottom: 50px !important;
}

.p-top-sm {
    padding-top: 25px !important;
}

.p-bottom-sm {
    padding-bottom: 25px !important;
}

.fz-14 {
    font-size: 14px;
}

/**
    Dropdown
**/

.login-page {
    padding-bottom: 50px;
}

    .login-page #header a.custom-btn {
        margin-top: 25px;
        float: left;
    }

    .login-page #header .logo h1 {
        color: #fff;
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        display: inline;
    }

.btn-links a {
    margin-bottom: 10px;
}

.btn-links i {
    font-size: 17px;
    vertical-align: -3px;
    padding-right: 3px;
}

.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump, .calendars-rtl .calendars-cmd-clear,
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump, .calendars-rtl .calendars-cmd-close,
.calendars-month span,
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.calendars-month span {
    font-size: 12px;
}

/*
Input styles
*/
.selectize-input,
select,
input,
textarea{
    border: 2px solid #d6dee0 !important;
    font-size: 14px !important;
    transition: all .2s ease !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-height: 45px !important;
}

    .selectize-input:focus,
    select:focus,
    input:focus,
    textarea:focus{
        border: 2px solid #c0c7c9 !important;
    }

    .selectize-dropdown, .selectize-input, .selectize-input input {
        font-size: 14px !important;
    }

    input.ui-select-search {
        border: 0 !important;
    }
    textarea{
        min-height:120px !important;
    }



/*
    Anchor

*/

/*a.anchor-btn {
    background: #fff;
    border-radius: 20px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    bottom: -25px;
}*/

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    width: 24px;
    height: 42px;
    border-radius: 30px;
    opacity: 1;
    z-index: 999;
    overflow: hidden;
}

    .mouse:after {
        display: block;
        content: "";
        position: absolute;
        left: 12px;
        top: 10px;
        width: 4px;
        height: 4px;
        margin-left: -3px;
        border-radius: 2px;
        animation: mouse-wheel 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    }

@keyframes mouse-wheel {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    30% {
        transform: translateY(0);
        height: 4px;
    }

    50% {
        transform: translateY(0);
        height: 20px;
    }

    70% {
        transform: translateY(15px);
        height: 4px;
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}


/* 
    Pages
*/
.grey-color {
    background: #f2f4f9;
}


.blue-color .record-title h3 {
    color: #fff !important;
}

    .blue-color .record-title h3 span {
        color: #fff !important;
    }

    .blue-color .record-title h3:after {
        position: absolute;
        content: "";
        background: #fff !important;
    }

.user-container {
    background-color: #fff;
    padding-top: 0 !important;
}

.add-user-panel {
    padding-top: 30px;
}

.users-content {
    margin-top: 30px;
}

    .users-content .add-users {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .users-content .custom-table {
        padding: 20px;
    }

    .users-content table i.fa-circle {
        font-size: 10px;
    }



.badge-custom {
    background: #4183d7;
}

.co-data {
    position: relative;
    overflow: hidden;
    background-color: #f2f4f9;
}

/*.co-data:before,
    .co-data:after {
        content: "";
        position: absolute;
        background: url(../img/logo-border-back.svg) no-repeat;
        height: 100%;
        width: 50%;
        top: 0;
        right: -200px;
        opacity: 0.3;
        z-index: -1;
    }

    .co-data:before {
        content: "";
        position: absolute;
        top: 0;
        right: auto;
        left: -200px;
        z-index: -1;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }*/




.eservice .tab-content {
    background-color: #fff !important;
}

.eservice .tabbable-custom > .nav-tabs > li a {
    background-color: #fff;
    color: #5e6574;
    width: 25% !important;
    font-size: 16px;
}

    .eservice .tabbable-custom > .nav-tabs > li a:hover {
        background-color: #fff;
        color: #5e6574;
    }

.eservice table .nav-pills > li > a:hover {
    background-color: #fff;
}

.change-pass .has-success .input-icon > i {
    font-size: 20px;
}

.all-requests .filter-table,
.all-requests .custom-table {
    padding-right: 20px;
    padding-left: 20px;
}

/**
    Table
**/
.tabel thead th {
    padding: 10px 0 !important;
}


/**
    Dropdown
**/
.dropdown-menu {
    padding: 0;
}


    .dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }


.navbar-nav li a i {
    font-size: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}


.navbar-nav > li > .dropdown-menu {
    width: 100%;
    border-radius: 0;
    left:0;
    right:auto;
}

.navbar-default .navbar-nav > li > a {
    line-height: normal;
}

.navbar-brand {
    padding: 0;
}

p.wallet-info {
    padding: 12px;
}

    p.wallet-info span {
        background: #488edb;
        border-radius: 4px;
        color: white;
        padding: 0 5px;
        margin-left: 5px;
    }

.custom-nav {
    margin-bottom: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius:0;
    border:0;
}




li.wallet-info {
    direction: ltr;
    font-weight: normal;
}

.wallet-info img {
    display: inline-block;
    width: 30px;
    float: left;
    padding-right: 5px;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

li.notifications-item a span i{
    font-size:16px;
}
.custom-nav .navbar-toggle {
    margin-top: 22px;
    float: right;
}

/**
Full Background
**/


.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 380px;
}

    /*.slide:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: inherit;
        bottom: 0;
        transform-origin: right bottom;
        transform: skewY(-8deg);
        z-index: -1;
        overflow: hidden;
    }

    .slide:before {
        position: absolute;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 999;
        background-size: cover;
        opacity: 0.6;
    }*/
/**
Header
**/
#header {
    position: relative;
    z-index: 999;
    padding: 10px 0;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.w-100 {
    width: 100% !important;
}

.nav-pills > li + li {
    margin-right: 0 !important;
}


/**
Content Box
**/


#content-box {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border-radius:4px 4px 0 0;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    min-height: 330px;
    overflow:hidden;
}

.forms {
    padding: 20px;
}

.showcase {
    /* Background set in colors */
    background-size: cover;
    border-radius: 4px;
    padding: 50px 30px 30px 30px;
}

    .showcase h2.title {
        font-size: 20px;
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
    }



    .showcase h2.register-title {
        font-size: 16px;
        border-bottom: 2px solid #4183d7;
        display: inline-block;
        padding-bottom: 10px;
    }


    .showcase p.sub-title {
        display: inline-block;
        font-size: 12px;
        padding: 6px 16px;
        border-radius: 20px;
        margin: 0 0 30px 0;
    }

        .showcase p.sub-title span {
            background-color: #4183d7;
            color: #fff;
            padding: 0 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
        }


/**
Links
**/

.links {
}

    .links a {
        text-decoration: none;
        display: block;
        padding: 20px 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .03);
        background-color: #fff;
        text-decoration: none;
        color: #4183d7;
        margin-bottom: 15px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #f6f6f6;
    }

        .links a:hover {
            cursor: pointer;
        }


    /*.links a:hover {
            box-shadow: 500px 0 #4183d7 inset;
            cursor: pointer;
            color: #fff;
            transition: all ease 0.2s;
        }



            .links a:hover h2,
            .links a:hover i {
                color: #fff;
            }*/


    .links h2 {
        margin: 0;
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 12px;
        line-height: 20px;
        transition: all ease 0.2s;
        font-weight:bold;
    }

    .links i {
        font-size: 30px;
        margin-bottom: 20px;
        transition: all ease 0.4s;
    }



    .links a:hover h2,
    .links a:hover i {
        color: #fff;
    }

h2#select-box label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/**
Forms
**/
.tabbable-custom > .tab-content {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}


.tab-navigation h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    margin: 0;
    display: block;
    width: 100%;
    border: 0;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    outline: 0;
    border-radius: 5px;
    padding: 10px;
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
}

.tab-content p {
    margin: 0;
    color: #8998AA;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 22px;
}

.tab-content input {
    color: #8998AA;
    font-size: 12px;
    outline: none;
    /*padding-top: 18px;
    padding-bottom: 18px;*/
    border-radius: 0;
}

    .tab-content input:focus {
        outline: none;
        border-color: #8998AA;
        box-shadow: none;
    }


.tab-content .login-controls {
    margin-bottom: 20px;
}

.login-controls a {
    font-size: 12px;
    color: #8998AA;
    text-decoration: none;
}




.iconcontainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.iconbox {
    background: #ffffff;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    padding: 20px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
    margin-bottom: 15px;
    min-height: 500px
}

.iconbox-icon {
    background-color: #008EED;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    margin-top: -70px;
}

    .iconbox-icon i {
        color: #fff;
        font-size: 25px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 29px;
        text-align: center;
        vertical-align: middle;
        line-height: 0px;
    }

.featureinfo h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    position: relative;
}

    .featureinfo h3:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 60px;
        background-color: #7C8495;
        bottom: -20px;
        right: 0;
        left: 0;
        margin: auto;
    }

.featureinfo h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
}




.req-content h4 {
    display: inline-block;
    padding-bottom: 10px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.new-req-content .nav-justified > li > a {
    border-radius: 0 !important;
    background-color: #f2f4f9 !important;
    font-size: 16px;
    color: #5e6574;
}

.new-req-content .nav-justified > li.active > a {
    background-color: #4384cd !important;
    color: #fff !important;
}
/* 
===============================
======= Dashboard Styles ========
===============================
*/
span .line-break {
    display: block;
}

.row.fix {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*not always necessary*/
}



/**
Header
**/

header {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 19px;
}

    header:after {
        content: "";
        position: absolute;
        background-image: url('../img/footer-bg.jpg');
        height: 100%;
        width: 100%;
        top: 0;
        opacity: 0.1;
        z-index: 1;
        background-position: 50% -29px;
        background-size: cover;
        background-attachment: fixed;
    }

    /*background: #2387F5 url('../img/full-background.png') center center;*/

    header .menu {
        background: #fff;
        color: #5e6574;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.logo p {
    margin: 0;
    display: inline-block;
    padding-right: 28px;
    padding-left: 28px;
    font-weight: bold;
    font-size: 14px;
    color: #5e6574;
}


.title-box {
    text-align: center;
    position: relative;
    z-index: 999;
}

    .title-box h3 {
        color: #fff;
        font-weight: bold;
        margin: 10px 0 10px;
        font-size: 18px;
    }
    .title-box .title-box-breadcrumb > span {
        /*  padding: 7px 10px;*/
        border-radius: 5px;
        /*background: rgba(238,238,238, 0.8);*/
        color: #FFF;
        font-size: 14px;
    }

    .title-box p {
        margin: 0;
        color: #fff;
        font-size: 18px;
        font-family: 'Droid Arabic Kufi', sans-serif;
        margin-bottom: 14px;
    }

.last-date {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    border-radius: 20px;
    font-weight: 200;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    cursor: pointer;
}


/**
breadcrumb
**/

ol.custom-breadcrumb {
    margin: 0 !important;
    display: inline-block;
    border-radius: 50px;
    background-color: rgba(255,255,255,8);
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

    ol.custom-breadcrumb li a {
        color: #5e6574;
    }

        ol.custom-breadcrumb li a:hover {
            color: #2387F5;
        }

        ol.custom-breadcrumb li a:hover {
            text-decoration: none;
        }

.title-box-breadcrumb {
    padding-right: 20px !important;
}




/* 
//ANOTHER OPTION TO MENU 

.fa_plus:before {
    font-family: 'FontAwesome';
    content: "\f067";
}

.fa_minus:before {
    font-family: 'FontAwesome';
    content: "\f068"
}
*/




/**
Profile
**/


.dark-back {
    background-color: #f2f2f2;
}

a.edit-address-btn {
    display: inline-block;
    background: #fff;
    border-radius: 2px;
    text-decoration: none;
    padding: 0 8px;
    margin-right: 8px;
}

/* Responsive IFRAME */
.responsive_iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

    .responsive_iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* New Requset */

ul.request-steps {
    margin-bottom: 30px;
    position: relative;
}


    ul .request-steps li a {
        background: #f2f4f9;
        margin-left: 10px;
        border-radius: 0;
        color: #5e6574;
        font-size: 16px
    }

    ul.request-steps li:last-child a {
        margin-left: 0;
    }

/* Form Data*/

.data-box {
    background: transparent;
    margin-bottom: 30px;
    padding: 13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 2px solid #5e6574;
    outline: 2px solid transparent;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .data-box:hover {
        background: #2387F5;
        border: 2px solid #fff;
        outline: 8px solid #2387F5;
    }

    .data-box i {
        float: right;
        color: #5e6574;
        display: block;
        margin-left: 18px;
        padding-left: 18px;
        font-size: 22px !important;
        border-left: 2px solid #5e6574;
    }

    .data-box:hover h4,
    .data-box:hover p,
    .data-box:hover i {
        color: #fff;
    }

    .data-box:hover i {
        border-left: 2px solid #fff;
    }

.data-details {
    float: right;
}

    .data-details h4,
    .data-details p {
        color: #5e6574;
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 14px;
        margin: 0;
    }

    .data-details h4 {
        margin-bottom: 8px;
    }

    .data-details p {
        font-weight: bold;
    }

/* Form Box*/

.form-box {
    padding: 25px 35px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    background: #fff;
}

    .form-box i {
        font-size: 14px;
        margin-left: 10px;
    }


h4.inputs-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: block;
}

.note-editable {
    background-color: #fff;
}

/* File Upload */

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.form-box h4 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.form-box p {
    color: #7C8495;
    line-height: 30px;
}

    .form-box p.text-danger {
        text-align: right;
        font-size: 12px;
        color: #F3565D;
        margin-bottom: 0;
    }

.custom-input {
    margin-bottom: 20px;
    align-items: center;
}

    .custom-input textarea {
        border: 2px solid #d6dee0 !important;
        border-radius: 0;
    }


    .custom-input label {
        /*max-width: 150px;*/
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .custom-input .datepickgreg {
    }

    .custom-input .datepickgreg {
    }

ui-select .custom-input input {
}

.custom-input input {
}

.custom-input textarea {
}

.ui-select-container,
.custom-input input {
}

#wizard-container .flex-input {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 8px;
}

.flex-input {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.caption-subject {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.input-subject {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}
/* Form flexing */
ul.flex-outer {
    margin: 0;
    padding: 0;
}

.flex-outer li,
.flex-inner {
    flex-wrap: wrap;
    align-items: center;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

    .flex-outer > li > label,
    .flex-outer li p {
        max-width: 220px;
        -webkit-box-flex: 1 0 0; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0 0; /* OLD - Firefox 19- */
        -webkit-flex: 1 0 0; /* Chrome */
        -ms-flex: 1 0 0; /* IE 10 */
        flex: 1 0 0;
    }

        .flex-outer > li > label + *,
        .flex-inner {
            -webkit-box-flex: 1 0 220px; /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 1 0 220px; /* OLD - Firefox 19- */
            -webkit-flex: 1 0 220px; /* Chrome */
            -ms-flex: 1 0 220px; /* IE 10 */
            flex: 1 0 220px;
        }

    .flex-outer li button {
        margin-left: auto;
        padding: 8px 16px;
        border: none;
        background: #333;
        color: #f2f2f2;
        text-transform: uppercase;
        letter-spacing: .09em;
        border-radius: 2px;
    }

    .flex-inner li {
        width: 100px;
    }

.flex-inner {
    justify-content: space-between;
}

/* Form Inputs */

form ul li {
    margin-bottom: 20px;
}

form label {
    color: #7C8495;
    font-size: 13px;
    font-weight: bold !important;
}

form input {
    /*width: 100%;*/
    padding: 0 10px;
    color: #7C8495;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.swMain form input {
    width: auto;
}

form input:focus {
    border: 1px solid #7C8495;
}

form input:placeholder {
    color: #7C8495
}

form input,
form select {
    border: 0;
    outline: none;
    height: 45px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

form select {
    background: transparent;
    color: #7C8495;
}



/* Saving */

date-control {
    overflow: hidden;
}



.calendars-month-header, .calendars-month-header select, .calendars-month-header input .submit {
    height: auto !important;
    text-decoration: none !important;
    outline: none !important;
}

.submit {
    position: relative;
    padding: 50px 0;
}

    .submit:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        background: url('../img/bg-3.jpg') center center;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.1;
        background-size: cover;
    }

    .submit .btn-group {
        position: relative;
        z-index: 999;
    }

        .submit .btn-group a {
            margin-right: 10px;
            text-decoration: none;
        }

.small-submit {
    padding: 20px 0;
}

/**
Footer
**/

footer {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
}

footer img.worldofss-footer-logo {
    max-width:200px;
}


footer:after {
    content: "";
    position: absolute;
    background-image: url('../images/footer-bg.jpg');
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.1;
    z-index: 1;
    background-position: 50% -29px;
    background-size: cover;
}

.footer-box {
    position: relative;
    z-index: 2
}

.footer-box h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 16px;
}

.footer-box p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    display: inline-block;
    margin-left: 5px;
}

.footer-box ul li:last-child {
    margin-left: 0;
}

footer-box ul li a {
    color: #fff;
    font-size: 30px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.footer-box ul li a {
    color: #fff;
    font-size: 30px;
}

.footer-box ul li a:hover {
    color: #ecf0f1;
}

.footer-contact{
    text-align:center;
}

.footer-contact a {
    display: block;
    color: #FFF;
    text-decoration:none;
}

a.footer-phone-number{
    font-size:20px;
}

a.footer-email-address {
    font-size: 14px;
}

/**
Footer
**/
.address,
.social-media {
    position: relative;
    z-index: 999;
}

footer ul {
    margin: 0;
    padding: 0;
}

    footer ul.address li a i {
        width: 15px;
    }

        footer ul.address li a i.fa-mobile {
            font-size: 20px;
        }

    footer ul.address li a {
        display: block;
        color: #fff;
        font-size: 14px;
        margin-bottom: 12px;
    }

        footer ul.address li a:hover {
            text-decoration: none;
        }

    footer ul.social-media {
        line-height: 60px;
    }

        footer ul.social-media li {
            padding: 0 2px;
        }

            footer ul.social-media li a {
                display: block;
                font-size: 14px;
                background: rgba(0,0,0,0.1);
                height: 30px;
                width: 30px;
                border-radius: 20px;
                text-align: center;
                line-height: 30px;
                transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
                color: #fff;
            }

                footer ul.social-media li a i {
                    line-height: 30px;
                }

                footer ul.social-media li a:hover {
                    background: rgba(0,0,0,0.4);
                }


/**
Copyrights
**/

.copyrights {
    position: absolute;
    bottom: 0;
    background: #fff;
    color: #4D6A8D;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    z-index: 999;
    width: 100%;
}

    .copyrights p {
        margin: 0px !important;
        padding: 0px !important;
        color: #5e6574;
    }


#searchContent {
    display: none;
}


.saving-solid-bar {
    background-color: #2387F5;
    padding-top: 10px;
    padding-bottom: 10px;
}


.input-table table tbody tr td span.input-group-addon,
.input-table table tbody tr td input {
    background-color: #fff !important;
}


.input-table table tbody tr td span.input-group-addon {
    padding: 0 !important;
    border-radius: 0;
    position: relative;
    border: #a5adb6 2px solid;
    border-right: 0;
}


.users-content .input-table table tbody tr td span.input-group-addon input {
    width: 0 !important;
    cursor: pointer;
    position: absolute;
    margin: auto;
    top: 11px;
    left: 25px;
}


.filter-table {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .filter-table label {
        padding-left: 10px;
        width: 110px;
        float: right;
        line-height: 35px;
        font-weight: 100;
    }

    .filter-table input {
        width: 80px;
    }


.table-filter-input {
    float: left;
}
/* Custom New Updates */
.tabbable-custom .tab-content {
    padding: 40px 20px;
}

.tabbable-custom > .nav-tabs {
    margin-bottom: 6px;
}

    .tabbable-custom > .nav-tabs > li {
        margin: 0 !important;
        float: none !important;
    }


        .tabbable-custom > .nav-tabs > li a {
            background: #fff;
            display: block;
            color: #6f6f6f;
            font-size: 16px;
            background-color: #f2f4f9;
            border: 2px solid #f2f4f9;
            border-radius: 2px;
            min-height: 112px;
            padding: 15px !important;
            min-width: 180px !important;
        }

            .tabbable-custom > .nav-tabs > li a img {
                display: block;
                margin: auto;
                width: 50px;
                padding-bottom: 8px;
                filter: gray;
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
            }

            .tabbable-custom > .nav-tabs > li a p {
                margin: 0;
                color: #000;
            }


        .tabbable-custom > .nav-tabs > li.active > a:hover {
            background-color: #fff;
            color: #4183d7;
            border: 2px solid #4183d7 !important;
        }

        .tabbable-custom > .nav-tabs > li > a:hover {
            background-color: #f2f4f9;
        }

        .tabbable-custom > .nav-tabs > li.active {
            border-top: 3px solid transparent;
        }

.nav-tabs li {
    display: inline-block;
    zoom: 1;
    font-family: 'Droid Arabic Kufi', sans-serif;
    vertical-align: bottom;
}


.panel-info {
    border-color: #2387F5 !important;
}

#ngProgress {
    box-shadow: none;
    height: 10px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.panel-heading {
    border: 0;
}

    .panel-heading i {
        color: #5e6574;
        font-size: 25px;
    }

.panel-info > .panel-heading {
    background-color: #fff;
    cursor: pointer;
}

.panel-heading a, .panel-heading a:active, .panel-heading a:focus, .panel-heading a:hover {
    color: #5e6574;
}

#home .tab-content {
    background-color: #f2f4f9 !important;
}

.panel-info > .panel-heading,
.panel panel-info,
.panel-group .panel {
    border-radius: 0;
    border: 0;
}

/* Full-width selectize input */

.custom-cal .date {
    padding: 0;
}

.WSSCalenderSwitch {
    border: 0 !important;
    width: 36px !important;
    height: 45px !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}



table .bg-grey-silver ul {
    text-align: center;
}

    table .bg-grey-silver ul ul.pagination {
        margin: 0;
    }

    table .bg-grey-silver ul li {
        float: none !important;
    }

    table .bg-grey-silver ul li {
        display: inline-block;
    }

table .nav-tabs, .nav-pills {
    margin-bottom: 0;
}

table .nav-pills > li > a {
    border-radius: 0;
    font-size: 12px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span .submit .tab-content a,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important;
}

.submit .tab-content a:hover {
    color: #fff;
}





/* Register styles  */


/*#form_wizard_1 {
    background: #4183d7;
    margin: 0;
}*/

.form .form-actions {
    background-color: transparent;
}

.custom-regi img.logo-img {
}

.custom-regi h3.logo {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Droid Arabic Kufi', sans-serif;
    margin-right: 20px;
    float: right;
    line-height: 83px;
}

.custom-regi a.back-btn {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 22px;
    text-decoration: none;
    float: left;
}

    .custom-regi a.back-btn i {
        color: #fff;
    }


.custom-regi a.icon-large [data-balloon]:after {
    background: red !important;
}


/*.custom-regi #form_wizard_1 {
    background: #f2f4f9;
    position: relative;
    background-size: cover;
}*/

.custom-regi .text-danger {
    color: #e74c3c;
}



.custom-validate canvas {
    margin-top: 30px;
}

.form-wizard .steps > li > a.step > .desc {
    font-family: 'Droid Arabic Kufi', sans-serif;
    display: block;
    float: none;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    color: #fff;
    width: 100%;
    border-radius: 50px !important;
    border: 4px solid transparent;
    padding: 10px 0;
}


.form-wizard ul.steps {
    background: transparent;
    display: inline-block;
    margin: 0;
    padding: 25px 0;
}

.form-wizard {
    margin-top: 20px;
}

.form-wizard {
    background: #4183d7
}

    .form-wizard .steps > li > a.step {
        padding: 0 !important;
        background: transparent;
        pointer-events: none;
        cursor: default;
    }

        .form-wizard .steps > li > a.step:hover {
            background: transparent;
        }

.custom-regi .form-body {
    padding: 20px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
   /* z-index: 999;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.form-steps {
    position: relative;
    background-color: #fff;
    margin-top: 80px;
    margin-bottom: 20px;
}

    .form-steps:after {
        z-index: 999;
        position: absolute;
        bottom: -12px;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        width: 0;
        height: 0;
        border-top: solid 12px #fff;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
    }



    .form-steps:before {
        position: relative;
        height: 4px;
        width: 100%;
        bottom: 0;
        top: 52px;
    }

@media only screen and (max-width: 992px) {
    .form-steps:before {
        display: none !important;
    }

    .form-wizard .steps > li > a.step {
        margin-bottom: 8px !important;
    }
}


h3.validate-title {
    margin: 0;
    margin-bottom: 40px;
    padding: 30px 0;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
}

h3.title {
    margin: 0;
    margin-bottom: 40px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 16px;
    border-bottom: 2px solid #4183d7;
    display: inline-block;
    font-weight: bold;
    padding: 0 10px 0 0;
    color: #4183d7;
}

.custom-regi input.form-control {
    border: 1px solid #dbdbdb;
}

.custom-regi .input-icon > i {
    color: #333;
}


/*
    agreement tab
*/

.custom-agreement h5 {
    margin: 0;
    padding: 20px 0;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4183d7;
}

.custom-agreement p,
.custom-agreement ul li {
    color: #5e6574;
    font-size: 14px;
}

.custom-agremment-check input {
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-top: -9px;
}

.custom-agremment-check span {
    padding-top: 0;
    position: absolute;
    top: 4px;
    right: 35px;
}

button.agremment-btn {
    margin-top: 30px;
}

.custom-regi .portlet-body .row-model {
    margin-bottom: 15px;
}

.validate-last-step h4 {
    margin: 0 0 20px 0 !important;
    padding: 20px 0 !important;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4183d7;
}


.switch-control h5 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #5e6574;
}

.switch-control i {
    font-size: 18px;
}

.custom-phone-verify {
    margin-bottom: 10px;
}


.custom-regi .form .form-actions {
    margin-top: 20px;
}

.validate-last-step p {
    color: #7C8495;
    font-size: 14px;
}

.custon-centered-content {
    margin-top: 20px;
    margin-bottom: 10px;
}

.table-controls button {
    background: transparent;
    border: 0;
}

.table-controls button,
.table-controls a {
    text-decoration: none;
    font-size: 16px;
    color: #898b96 !important;
    border-radius: 20px;
    height: 25px;
    width: 25px;
    padding-top: 2px;
    display: inline-block;
    text-align: center;
    padding-left: 1px;
    padding-right: 1px;
    transition: all ease 0.3s;
}



.custom-user-table input {
    margin-bottom: 0 !important;
    border-radius: 0;
}

.user-input .custom-input {
    margin-bottom: 0 !important;
}

.custom-check-input input {
    width: 15px !important;
    height: 15px !important;
    margin-left: 5px;
}

.user-input {
    margin-bottom: 20px;
}

.ngn {
    padding: 8px 20px !important;
    font-size: 16px !important;
}

    .ngn p {
        margin-bottom: 0 !important;
    }

/* Profile styles */

.profile-data {
    position: relative;
    background: linear-gradient(#1c3f99, #4183d7);
    background-image: -webkit-linear-gradient(#1c3f99, #4183d7);
    background-image: -moz-linear-gradient(#1c3f99, #4183d7);
    background-image: -o-linear-gradient(#1c3f99, #4183d7);
    background-image: -ms-linear-gradient(#1c3f99, #4183d7);
    /*IE7-*/ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1c3f99', endColorStr='#4183d7', GradientType=0);
    /*IE8+*/ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1c3f99', endColorStr='#4183d7', GradientType=0)";
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

    .profile-data:after {
        background-image: url('../img/bg-2.jpg');
        position: absolute;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 99;
        background-size: cover;
        opacity: 0.2;
    }

    .profile-data .is-co-info span {
        padding: 4px;
        margin-top: 0;
    }

    .profile-data span.co-type {
        margin-top: 10px !important;
    }

    .profile-data input {
        margin-bottom: 8px;
    }

.is-co-info {
    position: relative;
    z-index: 999;
    padding-left: 30px;
    padding-right: 30px;
}

    .is-co-info p {
        padding: 0;
        margin: 0;
        color: #fff;
        line-height: 30px;
    }

    .is-co-info h2.title {
        text-shadow: 1px 1px 0 rgba(0,0,0,.2);
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        font-family: 'Droid Arabic Kufi', sans-serif;
        margin-bottom: 23px;
        line-height: 28px;
    }

    .is-co-info p.desc {
        font-size: 14px;
    }


    .is-co-info span {
        display: inline-block;
        background: #fff;
        padding: 8px;
        color: #333;
        margin-top: 20px;
    }




.custom-profile .panel-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-profile .panel-body {
    padding: 20px;
}

    .custom-profile .panel-body ul li {
        line-height: 30px;
        position: relative;
    }

        .custom-profile .panel-body ul li:after {
            position: absolute;
            content: "";
            top: 11px;
            right: -8px;
            height: 8px;
            width: 8px;
            background-color: #2387F5;
        }

        .custom-profile .panel-body ul li span {
            padding-right: 8px;
            font-weight: bold;
            font-size: 14px;
        }

.custom-profile .panel-heading {
    font-size: 16px;
    font-weight: bold;
}

.custom-basic-info .panel-heading i {
    font-size: 16px !important;
}

.postal-box {
    background: #F8F8F8;
    padding: 8px;
    margin: 8px 0;
}

.social-links p i {
    font-size: 18px;
}

.panel-data-controls {
    line-height: 25px;
}

    .panel-data-controls a {
        float: left;
        margin-right: 8px;
    }

        .panel-data-controls a i {
            color: #fff;
            font-size: 14px;
        }

li.social-links .postal-box i {
    display: block;
    margin: auto;
    margin-bottom: 8px;
    font-size: 20px
}

.nav-tabs li {
    display: inline-block;
    zoom: 1;
    font-family: 'Droid Arabic Kufi', sans-serif;
    vertical-align: bottom;
}

.nav-tabs {
    text-align: center;
    margin-bottom: 20px;
}

/*.portlet-title h4 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.portlet-body h4 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 16px;
    font-weight: bold;
}*/

table .pagination {
    vertical-align: middle;
    padding-top: 8px;
}

.pagination > li > a, .pagination > li > span {
    padding: 9px 12px;
}

.expand-bg {
    background-color: #f5f5f5;
}

.custom-input .datepickgreg .datetime {
    padding: 0;
}

.custom-cal .date {
    position: relative;
}

.custom-input .datepickgreg button {
    position: absolute;
    left: 0;
    right: auto;
    outline: none;
    text-decoration: none;
    color: #fff;
}


.is-co-contact-box {
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    text-align: right;
    position: relative;
    display: block;
    color: #2e3037;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
}

    .is-co-contact-box:hover {
        box-shadow: 0 10px 14px 2px rgba(18, 25, 33, 0.1);
    }


    .is-co-contact-box img {
        width: 60px;
        float: right;
        padding-left: 8px;
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    }

    .is-co-contact-box i {
        font-size: 40px;
        color: #4183d7;
        text-align: center;
    }

    .is-co-contact-box h3 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Droid Arabic Kufi', sans-serif;
        color: #5e6574;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .is-co-contact-box p {
        margin: 0;
        font-size: 16px;
        color: #6e6e6e;
    }

.is-co-top-title {
    background-color: #fff;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    color: #4183d7;
}

.is-co-title h3 {
    padding: 0;
    margin: 0;
    color: #4183d7;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.record-title h3 {
    padding: 0;
    margin: 0;
    color: #343a3d;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

    .record-title h3:after {
        position: absolute;
        content: "";
        width: 40px;
        height: 4px;
        display: block;
        margin: auto;
        right: 0;
        left: 0;
        bottom: -25px;
    }

.record {
    display: block;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.1);
    padding: 20px;
    transition: all ease 0.3s;
}

    .record:hover {
        box-shadow: none;
    }

    .record img {
        float: right;
        width: 60px;
        padding-left: 10px;
        margin-top: -5px;
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    }

    .record span {
        display: block;
        font-size: 16px;
        padding-bottom: 8px;
        font-weight: bold;
        color: #5e6574;
    }

    .record p {
        font-size: 16px;
        color: #7C8495;
    }


/*
.record img {
    position: absolute;
    width: 91px;
    left: -13px;
    top: -10px;
    opacity: 0.8;
}

    .record span {
        position: relative;
        background: #fff;
        color: #2387F5;
        display: block;
        padding: 20px;
        font-size: 16px;
        overflow: hidden;
        font-weight: bold;
    }

    .record p {
        padding: 0 20px 20px 20px;
        font-size: 16px;
        color: #6e6e6e;
    }

    .record span i {
        position: absolute;
        top: 0;
        right: 0;
    }*/
.is-co-box-data {
    background-color: #fff;
    margin-bottom: 30px;
}


.panel-heading {
    font-size: 16px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

    .panel-heading h4 {
        font-family: "Droid Arabic Kufi", sans-serif;
        font-size: 14px;
        border-top-color: transparent !important;
        color: #5e6574;
        transition: all ease 0.3s;
        text-decoration: none;
        font-weight: bold;
    }

.panel-info .panel-body {
    border-top: 0;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.form-box .note-info {
    background-color: #f2f2f2;
    border-color: #8998AA;
}

.modal-title {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.selectize-dropdown {
    width: 100%;
}

.selectize-input {
    height: 35px;
}

.alertify {
    border: 0;
    border-radius: 0;
    padding: 20px;
}

    .alertify p {
        font-weight: bold;
        padding-bottom: 20px;
        font-size: 16px;
    }

    .alertify button:hover,
    .alertify button {
        border-radius: 0 !important;
        border: 0 !important;
        box-shadow: none;
        text-shadow: none;
        background-image: none;
    }

.modal-dialog h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 16px;
}

.custom-promo-details {
    background: #fff;
    padding: 20px;
    margin: 0;
    position: relative;
}

    /*.custom-promo-details:after {
        background: url(https://technext.github.io/bizpage/img/facts-bg.jpg) center top no-repeat fixed;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        z-index: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }*/


    .custom-promo-details h4 {
        display: inline-block;
        padding-bottom: 10px;
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-weight: bold;
        margin-bottom: 30px;
        font-size: 16px;
    }

        .custom-promo-details h4 i {
            color: #4183d7;
        }

    .custom-promo-details ul li {
        font-size: 14px;
    }

        .custom-promo-details ul li span {
            font-weight: bold;
        }

.custom-btn-group {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*
    Custom Tiltle
*/

.custom-title h4 {
    display: inline-block;
    padding-bottom: 10px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.custom-promo-details h4 i {
    color: #4183d7;
}

.form-body .tab-content .note h5,
#labelRight, #labelLeft {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;
}

.custom-label {
    font-size: 20px;
    background-color: #4183d7 !important;
    margin: 0;
    display: inline-block;
    margin-top: 13px;
}

.selectize-control.single .selectize-input:after {
    right: auto !important;
    left: 15px !important;
}

.custom-blue-button {
    background: #4183d7;
    color: #fff;
}

    .custom-blue-button:hover {
        color: #fff;
    }

.authorized-content {
    margin-bottom: 20px
}

    .authorized-content input {
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
    }

label.aut-label {
    margin-bottom: 15px;
}

.custom-select .selectize-dropdown {
    z-index: 9999 !important;
}

ul.custom-center-ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

    ul.custom-center-ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    ul.custom-center-ul li h4 {
        display: block !important;
        padding: 0;
    }

a.clear-button {
    text-decoration: none;
    color: #333;
    float: right;
    padding-left: 10px;
}

.send-code .modal-content {
    border-radius: 0;
}

p.conf {
    margin-top: 15px;
}

.custom-table .custom-promo-details {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 600px;
}

    .custom-table .custom-promo-details ul {
        overflow: hidden;
    }

.custom-member-details {
    background: #fff;
    padding: 5px;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.custom-member-title {
    background-color: #e9e9e9;
}

    .custom-member-title h2 {
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 18px;
    }

.custom-member-details .custom-note {
    padding-top: 20px;
    border-bottom: 2px solid #e9e9e9;
    background: #fff;
}

.custom-member-content {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

    .custom-member-content h3 {
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .custom-member-content h4 {
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 14px;
        padding-bottom: 20px;
    }

p.custom-member-role {
    padding-top: 50px;
}

p.custom-thankfull {
    padding-top: 30px;
}

.footer-note {
    padding-top: 30px;
}

.wallet-trans .form-data {
    padding: 20px;
}

.wallet-info {
    font-weight: bold;
}

    .wallet-info img {
        display: inline-block;
        width: 30px;
        float: left;
        padding-right: 5px;
    }


ul.user-controls {
    list-style: none;
    display: inline-block;
}

.v-form {
    display: block;
    text-align: center;
    /*background: #f2f4f9;*/
    background-repeat: repeat;
    color: #fff;
    margin: auto;
}

.v-form-content {
    background: #fff;
    padding: 30px;
}

    .v-form-content img {
        margin: auto;
    }

.v-form p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.v-certificate .custom-member-title {
    background-color: #fff;
}

.navbar-brand .logo img {
    max-width: 250px;
}

.navbar-navigation {
    padding: 12px 30px 12px 30px;
}

.navbar-control {
    padding: 25px 30px 12px 30px;
    line-height: 12px;
}


.note-editor {
    width: auto !important;
}
/* ------------------------------------------------------------ *\ذ
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */


@media only screen and (max-width: 1700px) {
    .commercialmanual .bar-heading:after,
    .commercialmanual .bar-heading {
        border-radius: 0 !important;
    }
}



/* If Max-width 700 - start from 0 to 700 */
@media only screen and (max-width: 1092px) {
    .table-filter-input {
        float: right;
        margin-top: 15px;
    }
}


/* If Max-width 700 - start from 0 to 700 */
@media only screen and (max-width: 700px) {


    .users-modal tr input.select-all-checkbox {
        left: 20px !important;
    }
}
/*
    If Min-width 700 - start 700 to infinute 
*/
@media only screen and (min-width: 700px) {
}


@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }
}

@media (max-width: 767px) {


    .nav-justified > li:after {
        display: none;
    }

    ul.nav-justified {
        border-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer-box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .row.fix {
        width: auto;
    }

    .login-page #header .group-btn {
        text-align: center;
    }

    .login-page #header a.custom-btn {
        float: none;
    }

    .login-page #header .logo img {
        display: block;
        margin: auto;
    }
}

@media only screen and (min-width: 800px) {
    #content-box {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

    .showcase {
        -webkit-box-flex: 1.5; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1.5; /* OLD - Firefox 19- */
        -webkit-flex: 1.5; /* Chrome */
        -ms-flex: 1.5; /* IE 10 */
        flex: 1.5;
    }

    .forms {
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        -webkit-flex: 1; /* Chrome */
        -ms-flex: 1; /* IE 10 */
        flex: 1;
    }
}



@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 768px) {

    #content-box {
        margin-bottom: 50px;
    }

    footer ul.social-media {
        text-align: right;
        float: none;
    }

    .form-wizard .steps > li > a.step {
        text-align: center;
    }

    .custom-regi h3.logo {
        margin: 0;
        padding: 0;
    }

    .browser-support{
        text-align:right !important;
    }
}

@media only screen and (max-width: 596px) {

    .tabbable-custom > .nav-tabs > li a img {
        width: 30px;
    }
}


@media only screen and (max-width: 360px) {


    .dashboard-content {
        background: #fff;
        margin: 0px;
        padding: 0;
    }

    .is-co-top-title button {
        float: none !important;
    }

    .is-co-contact-box {
        margin-bottom: 20px;
    }


    .navbar-brand .logo img {
        width: 178px;
    }

    .btn-links a {
        margin-bottom: 20px;
    }

    .v-form-content {
        width: 90%;
    }

    .wallet-info img {
        float: none;
    }

    ul.user-controls {
        margin: 0;
        padding: 0;
        position: static;
        left: auto;
    }

    .custom-regi .logo img {
        width: 250px
    }

    .custom-regi a.back-btn {
        margin: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 320px) {
}


@media only screen and (max-width: 380px) {

    .submit .btn-group a {
        display: block;
        margin-bottom: 19px;
        width: 100%;
    }
}





@media print {
    #newprint .custom-footer {
        background-color: #000
    }
}

.custom-user-table h2 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
}


.table-centered tr th {
    color: #fff;
}

.table-centered tr td {
    color: #333;
    text-align: center;
}

.checkout-body {
    background: #fff;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    font-family: 'Droid Arabic Kufi', sans-serif;
    padding-bottom: 40px;
    overflow: hidden;
}

    .checkout-body .title {
        position: relative;
        color: #fff;
        padding: 10px;
        margin-bottom: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #4183d7;
        background: linear-gradient(#1c3f99, #4183d7);
        background-image: -webkit-linear-gradient(#1c3f99, #4183d7);
        background-image: -moz-linear-gradient(#1c3f99, #4183d7);
        background-image: -o-linear-gradient(#1c3f99, #4183d7);
        background-image: -ms-linear-gradient(#1c3f99, #4183d7);
        /*IE7-*/ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1c3f99', endColorStr='#4183d7', GradientType=0);
        /*IE8+*/ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1c3f99', endColorStr='#4183d7', GradientType=0)";
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-weight: bold;
        font-size: 20px;
    }

        .checkout-body .title:after {
            position: absolute;
            content: "";
            background-image: url(../img/bg-5.jpg);
            top: 0;
            right: 0;
            z-index: 9999;
            height: 100%;
            width: 100%;
            opacity: 0.2;
            background-size: cover;
        }

    .checkout-body label {
        padding-bottom: 15px;
        font-size: 14px;
        margin-bottom: 0 !important;
    }

.credit-card,
.sadad-card {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 150px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
}

    .credit-card h3, .sadad-card h3 {
        font-family: 'Droid Arabic Kufi', sans-serif;
        padding-top: 3px;
        font-weight: bold;
        color: #666;
        font-size: 18px;
    }




.credit-content .popover {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

    .credit-content .popover img {
        width: 100%;
    }



.credit-card img,
.sadad-card img {
    display: block;
    margin: auto;
    line-height: 93px;
}

.sadad-card img {
    width: 120px;
    padding-top: 26px;
}

.credit-card img {
    width: 165px;
    padding-top: 16px;
}

.credit-content .form-group, .sadad-content .form-group {
    margin-top: 10px;
}

span.checkout-error {
    padding-top: 7px;
    display: block;
    font-size: 12px;
    color: #e74c3c;
}

span.info-details {
    font-size: 9px !important;
    color: #999 !important;
}
/*.credit-content .credit-num-validation .ng-not-empty,
.sadad-content .form-group .ng-not-empty {
    border-color: #e74c3c;
}*/


.input-icon.right > i img {
    right: auto;
    left: 8px;
    float: left;
}

.sadadContentStr {
    padding-top: 20px !important;
}

.payment-button {
    display: block;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 16px;
    text-decoration: none;
    margin: 20px;
    position: relative;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 40px auto 0 auto;
}

.credit-types {
    background: #f1f1f1;
    padding: 20px;
    margin: 20px 15px 20px 15px;
}

    .credit-types img {
        vertical-align: middle;
    }

    .credit-types img {
        display: block;
        margin: auto;
        width: 200px;
        display: inline-block;
    }




.credit-card i, .sadad-card i {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f1f1f1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
}











/*----------------------------------*/
.swal-icon--error {
    border-color: #f27474;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

.swal-icon--error__x-mark {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

.swal-icon--error__line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.swal-icon--error__line--left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.swal-icon--error__line--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.swal-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

.swal-icon--success {
    border-color: #a5dc86
}

    .swal-icon--success:after, .swal-icon--success:before {
        content: "";
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .swal-icon--success:before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px
    }

    .swal-icon--success:after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
        transform-origin: 0 60px;
        -webkit-animation: rotatePlaceholder 4.25s ease-in;
        animation: rotatePlaceholder 4.25s ease-in
    }

.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98,55%,69%,.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.swal-icon--success__hide-corners {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal-icon--success__line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.swal-icon--success__line--tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.swal-icon--success__line--long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.swal-icon--info {
    border-color: #c9dae1
}

    .swal-icon--info:before {
        width: 5px;
        height: 29px;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px
    }

    .swal-icon--info:after, .swal-icon--info:before {
        content: "";
        position: absolute;
        left: 50%;
        background-color: #c9dae1
    }

    .swal-icon--info:after {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px
    }

.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto
}

    .swal-icon:first-child {
        margin-top: 32px
    }

.swal-icon--custom {
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0
}

.swal-icon img {
    max-width: 100%;
    max-height: 100%
}

.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0
}

    .swal-title:first-child {
        margin-top: 26px
    }

    .swal-title:not(:first-child) {
        padding-bottom: 0
    }

    .swal-title:not(:last-child) {
        margin-bottom: 13px
    }

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box
}

    .swal-text:first-child {
        margin-top: 45px
    }

    .swal-text:last-child {
        margin-bottom: 45px
    }

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer
}

    .swal-button[not:disabled]:hover {
        background-color: #78cbf2
    }

    .swal-button:active {
        background-color: #70bce0
    }

    .swal-button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)
    }

    .swal-button[disabled] {
        opacity: .5;
        cursor: default
    }

    .swal-button::-moz-focus-inner {
        border: 0
    }

.swal-button--cancel {
    color: #555;
    background-color: #efefef
}

    .swal-button--cancel[not:disabled]:hover {
        background-color: #e8e8e8
    }

    .swal-button--cancel:active {
        background-color: #d7d7d7
    }

    .swal-button--cancel:focus {
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)
    }

.swal-button--danger {
    background-color: #e64942
}

    .swal-button--danger[not:disabled]:hover {
        background-color: #df4740
    }

    .swal-button--danger:active {
        background-color: #cf423b
    }

    .swal-button--danger:focus {
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)
    }

.swal-content {
    padding: 0 20px;
    margin-top: 20px;
    font-size: medium
}

    .swal-content:last-child {
        margin-bottom: 20px
    }

.swal-content__input, .swal-content__textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color .2s
}

    .swal-content__input:focus, .swal-content__textarea:focus {
        outline: none;
        border-color: #6db8ff
    }

.swal-content__textarea {
    resize: vertical
}

.swal-button--loading {
    color: transparent
}

    .swal-button--loading ~ .swal-button__loader {
        opacity: 1
    }

.swal-button__loader {
    position: absolute;
    height: auto;
    width: 43px;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    pointer-events: none;
    opacity: 0
}

    .swal-button__loader div {
        display: inline-block;
        float: none;
        vertical-align: baseline;
        width: 9px;
        height: 9px;
        padding: 0;
        border: none;
        margin: 2px;
        opacity: .4;
        border-radius: 7px;
        background-color: hsla(0,0%,100%,.9);
        transition: background .2s;
        -webkit-animation: swal-loading-anim 1s infinite;
        animation: swal-loading-anim 1s infinite
    }

        .swal-button__loader div:nth-child(3n+2) {
            -webkit-animation-delay: .15s;
            animation-delay: .15s
        }

        .swal-button__loader div:nth-child(3n+3) {
            -webkit-animation-delay: .3s;
            animation-delay: .3s
        }

@-webkit-keyframes swal-loading-anim {
    0% {
        opacity: .4
    }

    20% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

@keyframes swal-loading-anim {
    0% {
        opacity: .4
    }

    20% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

.swal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: scroll;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s
}

    .swal-overlay:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto
}

    .swal-overlay--show-modal .swal-modal {
        opacity: 1;
        pointer-events: auto;
        box-sizing: border-box;
        -webkit-animation: showSweetAlert .3s;
        animation: showSweetAlert .3s;
        will-change: transform
    }

.swal-modal {
    width: 478px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s
}

@media (max-width:500px) {
    .swal-modal {
        width: calc(100% - 20px)
    }
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

form .errors {
    padding-top: 10px !important;
    color: #e74c3c !important;
}

/*----------------------------------*/
.animate-show,
.animate-hide {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

    .animate-show.ng-hide-remove,
    .animate-hide.ng-hide-add.ng-hide-add-active {
        opacity: 0;
        display: block !important;
    }

        .animate-hide.ng-hide-add,
        .animate-show.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
            display: block !important;
        }



.selectize-dropdown {
    z-index: 9999;
}


.footer-box p a {
    text-decoration: none;
    color: white;
}

.has-error .form-control {
    border-color: #f98c9d !important;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/Content/Theme/dist/img/ajax-loader.gif) center no-repeat #fff;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.CustomTextShow {
    word-wrap: break-word !important;
}

.users-content .checkbox {
    margin-right: 25px;
}

    .users-content .checkbox input {
        float: right !important;
        margin-top: -11px;
        margin-left: 11px;
    }

/*.checkbox-animated {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox-animated input[type=checkbox] {
        display: none;
    }

        .checkbox-animated input[type=checkbox]:disabled ~ label .box {
            border-color: #777;
            background-color: #E6E6E6;
        }

        .checkbox-animated input[type=checkbox]:disabled ~ label .check {
            border-color: #777;
        }

        .checkbox-animated input[type=checkbox]:checked ~ label .box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
        }

        .checkbox-animated input[type=checkbox]:checked ~ label .check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

    .checkbox-animated label {
        cursor: pointer;
        padding-left: 28px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .checkbox-animated label span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .checkbox-animated label .box {
        border: 2px solid #000;
        height: 20px;
        width: 20px;
        z-index: 888;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .checkbox-animated label .check {
        top: -7px;
        left: 6px;
        width: 12px;
        height: 24px;
        border: 2px solid #BADA55;
        border-top: none;
        border-left: none;
        opacity: 0;
        z-index: 888;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .checkbox-animated-inline {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .checkbox-animated-inline input[type=checkbox] {
        display: none;
    }

    .checkbox-animated-inline input[type=checkbox]:disabled ~ label .box {
        border-color: #777;
        background-color: #E6E6E6;
    }

    .checkbox-animated-inline input[type=checkbox]:disabled ~ label .check {
        border-color: #777;
    }

    .checkbox-animated-inline input[type=checkbox]:checked ~ label .box {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-180deg);
        -moz-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg);
    }

    .checkbox-animated-inline input[type=checkbox]:checked ~ label .check {
        opacity: 1;
        -webkit-transform: scale(1) rotate(45deg);
        -moz-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    .checkbox-animated-inline label {
        cursor: pointer;
        padding-left: 28px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .checkbox-animated-inline label span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .checkbox-animated-inline label .box {
        border: 2px solid #000;
        height: 20px;
        width: 20px;
        z-index: 888;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .checkbox-animated-inline label .check {
        top: -7px;
        left: 6px;
        width: 12px;
        height: 24px;
        border: 2px solid #BADA55;
        border-top: none;
        border-left: none;
        opacity: 0;
        z-index: 888;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .checkbox-animated-inline.checkbox-animated-inline {
        display: inline-block;
    }

    .checkbox-animated-inline.checkbox-animated-inline + .checkbox-animated-inline {
        margin-left: 10px;
    }*/

input:disabled,
button:disabled {
    /*Disabled styles for input elements here*/
    background-color: #ececec !important;
    color: #091C13 !important;
}

input:disabled:before,
input:disabled:after,
button:disabled:after,
button:disabled:before {
    background: #ececec !important;
}

.services-grid {
}

.service h4 {
    font-family: "Droid Arabic Kufi", sans-serif;
    font-size: 14px;
    margin: 1rem 0 0.6rem;
    color: #428bca;
}



a.service {
    background: #fff;
    padding: 20px;
    text-align: center;
    border: 2px solid #e7e7e7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    min-height: 129px;
    line-height: 129px;
}

    a.service:hover {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    }

    a.service i {
        font-size: 3.45rem;
        margin: 1rem 0;
    }

a.service1 h4,
a.service1 i,
a.service1 .cta {
    color: #428bca;
}

a.service1:hover {
    border: 2px solid #428bca;
}

a.service2 i,
a.service2 h4,
a.service2 .cta {
    color: #425fca;
}

a.service2:hover {
    border: 2px solid #425fca;
}

a.service3 i,
a.service3 h4,
a.service3 .cta {
    color: #9c42ca;
}

a.service3:hover {
    border: 2px solid #9c42ca;
}

a.service .cta span {
    font-size: 0.6rem;
}

a.service1 h4 {
    color: #7C8495;
    font-size: 16px;
    line-height: 24px;
}

@media all and (max-width:900px) {
    .services-grid {
    }
}


.dashboard-content fieldset #wizard-container {
    max-width: 1200px;
    margin: auto;
}

.dashboard-content fieldset ul.nav-justified {
    border-top: 2px solid #e5e5e5;
    padding-top: 30px;
    margin: auto;
}

.dashboard-content fieldset .nav-justified > li {
    position: relative;
}


    .dashboard-content fieldset .nav-justified > li:after {
        position: absolute;
        height: 30px;
        width: 30px;
        background: #e5e5e5;
        content: "";
        border-radius: 30px;
        top: -48px;
        margin: auto;
        right: 0;
        left: 0;
    }


    .dashboard-content fieldset .nav-justified > li.active:after {
        background: #428bca;
    }

.sweet-alert h2 {
    font-size: 20px;
    font-family: "Droid Arabic Kufi", sans-serif;
    line-height:2;
}

.sweet-alert button.confirm {
    font-size: 14px;
}

.sweet-alert {
    z-index: 9999999999999 !important;
}

.logo {
    float: right;
    margin-left: 20px;
}

.quick-links {
    float: left;
}


.tour-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}


@media (min-width: 768px) {
    .main-menu .navbar-nav > li {
        /*float: none !important;*/
        display: inline-block;
    }

    .main-menu .navbar-nav {
        float: none !important;
        text-align: right;
    }

    .main-menu .collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .top-header .navbar-nav {
        float: left !important
    }
}



/* CHANGING BREAKPOINT OF BOOTSTRAP 3 NAVIGATION BAR*/
@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        outline: none;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border-color: #2387F5;
        color: #2387F5;
    }

        .navbar-default .navbar-toggle:hover .icon-bar {
            background-color: #2387F5;
        }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.in {
                display: block !important;
            }


    .navbar-nav > li {
        float: none;
    }


    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width: auto;
        float: none !important;
    }


    .wallet-info img {
        display: inline-block !important;
        width: 30px !important;
        float: right !important;
        padding-left: 5px !important;
    }

    .navbar-nav > li > .dropdown-menu {
        box-shadow: none;
        position: relative !important;
        width: 100% !important;
        box-shadow: none !important;
        background: #f1f1f1;
        margin-top: 8px;
        margin-bottom: 8px;
    }


    a.edit-address-btn {
        display: block;
        width: 100px;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .navbar-collapse ul.nav {
        margin: 0 !important;
        padding: 0 !important;
    }


        .navbar-collapse ul.nav li a {
            border-bottom: #f1f1f1 solid 1px;
            margin: 0;
        }

            .navbar-collapse ul.nav li a:hover {
                background: #4384cd;
                color: #fff;
            }

        .navbar-collapse ul.nav li ul.dropdown-menu {
            padding-right: 20px;
            margin: 0;
            border: 0;
        }

    .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #4384cd !important;
        color: #fff !important;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: #4384cd !important;
        color: #fff !important;
    }


    .custom-nav ul.nav:first-child {
        max-width: 100%;
    }

    .main-menu .navbar-nav {
        float: right !important;
        right: 0 !important;
        width: 100% !important;
    }
}
/**
 * Demo Styles
 */

/** {
    margin: 0 !important;
}*/

html, body {
    height: 100% !important;
}

.page-wrap {
    min-height: 100% !important;
    /* equal to footer height */
    margin-bottom: -170px !important;
}

    .page-wrap:after {
        content: "" !important;
        display: block !important;
    }

    footer, .page-wrap:after {
        /* .push must be the same height as footer */
        min-height: 170px !important;
    }


/* RASL Page*/

.rasl {
}

    .rasl button {
    }

    .rasl .box-heading {
        background: #407cc2;
        color: #fff;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .rasl .box-heading h2 {
            margin: 0;
            padding: 0;
            font-family: 'Droid Arabic Kufi', sans-serif;
            font-size: 18px;
        }


    .rasl .panel-default > .panel-heading {
        padding: 0;
    }


        .rasl .panel-default > .panel-heading a {
            display: block;
            padding: 16px 10px !important;
            text-decoration: none;
            font-weight: normal;
            font-size: 16px;
        }

    .rasl .panel-body {
        font-size: 14px;
        line-height: 28px;
    }

    .rasl input {
        min-height: 0 !important;
        display: inline-block;
        margin-left: 10px;
        width: 20px;
        height: 15px;
    }

.form-check-label span {
    font-weight: normal;
}



.bar-heading {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}



    .bar-heading:after {
        content: "";
        position: absolute;
        background: url('../img/bg-2.jpg') center center;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        opacity: 0.1;
        z-index: 1;
        background-size: cover;
    }

.bar-title {
    position: relative;
    z-index: 2;
}

.bar-heading ol {
    list-style: none;
    font-weight: bold;
    font-size: 16px;
}

img.chamber-logo {
    background-color: #fff;
    border-radius: 3px;
    display: block;
    padding: 5px;
    margin: auto;
}

img.banner-chamberlogo {
    background-color: #fff;
    border-radius: 8px;
    display: block;
    margin: auto;
    padding: 8px;
    border-radius: 8px;
}


.all-req-box {
    background-color: #FFF;
    padding: 30px;
}


.regi-form {
    padding-top: 30px !important;
}

.change-pass .tabbable-custom > .nav-tabs > li.active > a {
    background-color: #fff;
}

    .change-pass .tabbable-custom > .nav-tabs > li.active > a:hover {
        background-color: #fff;
    }

.register-pg {
}

.user-meta {
    background-color: #f2f4f9;
    padding: 10px 20px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
    clear: both;
    overflow: hidden;
}

    .user-meta label {
        margin: 0 color: #5e6574;
        display: block;
        text-align: right;
    }

    .user-meta p {
        color: #8998AA !important;
        display: block;
        text-align: right;
        margin: 0;
    }

h4.reg-title {
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #eee;
    background: #f2f4f9;
    border-radius: 30px;
    padding: 8px 10px !important;
    font-size: 16px;
    margin: 0;
}

#SwitchRow > div {
    display: inline-block;
    margin: 0 6px;
}



    #SwitchRow > div i {
        font-size: 25px;
    }




.switch.checked {
    background: rgb(73, 143, 220) !important;
    border-color: rgb(74, 144, 221) !important;
}

.page-404 {
    text-align: center;
}

    .page-404 .number {
        position: relative;
        top: 35px;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        color: #7bbbd6 !important;
        text-align: left;
    }

    .page-404 .number, .page-500 .number {
        letter-spacing: -10px;
        line-height: 128px;
        font-size: 128px;
        font-weight: 300;
    }

    .page-404 .details h3 {
        font-family: 'Droid Arabic Kufi', sans-serif !important;
    }

.request-authorized .form-group {
    margin-left: 0;
    margin-right: 0;
}

.check-label {
    margin-right: 8px;
}

a.service1 h4 {
    line-height: 30px;
}

.new-req-content .selectize-input input {
    border: 0 !important;
}


.activate-account img {
    max-width: 120px;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.activate-account h2 {
    margin: 0;
    font-size: 18px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    line-height: 30px;
    border-bottom: #d7d7d7 2px solid;
    color: #333;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.activate-account p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    text-align: right !important;
}

.activate-account table {
    max-width: 700px;
    margin: auto !important;
    margin-bottom: 30px !important;
}

.activate-account h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.activate-account h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    text-align: right !important;
}

.activate-account table tr th {
    text-align: center;
}

.activate-account label.alert {
    text-align: center;
}

.activate-account table tr td {
    width: 50%;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}


.activate-account p.report-footer {
    font-size: 12px;
    text-align: -webkit-center !important;
}


.form-box input.input-xsmall {
    display: inline-block;
    margin-right: 10px !important;
}

.form-box input[type=checkbox] {
    width: 15px !important;
    height: 15px !important;
    vertical-align: middle;
    margin-left: 8px;
}

.form-box table input[type=checkbox] {
    margin: 0;
}






@import url('https://fonts.googleapis.com/css?family=Cairo');

* {
    box-sizing: border-box;
}

.wtb-1 {
    background-color: #4482d7;
    color: #fff;
}

    .wtb-1 a {
        background-color: #722883;
    }

.wtb-2 {
    background-color: #00998a;
    color: #fff;
}

    .wtb-2 a {
        background-color: #2695c2;
    }

.wtb-3 {
    background-color: #bd7734;
    color: #fff;
}

    .wtb-3 a {
        background-color: #2f74d3;
    }

.wtb-4 {
    background-color: #4482d7;
    color: #fff;
}

    .wtb-4 a {
        background-color: #1ca66a;
    }

.wallet-trans-box {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-family: 'Droid Arabic Kufi', sans-serif;
    margin-bottom: 30px;
    min-height: 133px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    top: 0;
    cursor: pointer;
    border-radius:10px;
}

    .wallet-trans-box:hover {
        top: -3px;
    }

    .wallet-trans-box ul {
        text-align: right;
        margin: 0;
        padding: 0;
    }

        .wallet-trans-box ul li {
            list-style: none;
        }

        .wallet-trans-box ul li {
            display: block;
            font-family: 'Droid Arabic Kufi', sans-serif;
        }

    .wallet-trans-box p {
        margin: 0;
        text-align: right;
        color: #fff;
        transition: all ease 0.3s;
        font-size: 18px;
    }

    .wallet-trans-box .pp-price {
        font-size: 30px;
        display: inline-block
    }

    .wallet-trans-box .pp-currency {
        font-size: 18px;
        display: inline-block
    }

    .wallet-trans-box a {
        display: block;
        width: 100%;
        color: #fff;
        text-decoration: none;
        padding: 4px 20px;
        margin-top: 20px;
    }

    .wallet-trans-box i {
        float: left;
        padding-top: 5px;
        position: relative;
        transition: all ease 0.3s;
        font-size: 50px;
        opacity: 0.2;
        left: -3px;
        top: 13px;
    }

.trans-box-content {
    padding-right: 20px;
    padding-left: 20px;
}

.wallet-trans-box a:hover i {
    left: 0;
}

.wallet-panel {
    margin-bottom: 30px;
}

    .wallet-panel h1 {
        margin: 0;
        font-size: 16px;
        font-family: 'Droid Arabic Kufi', sans-serif;
        background-color: #4482d7;
        padding: 4px 8px;
        color: #fff;
    }

    .wallet-panel p {
        margin: 0;
        font-size: 16px;
        font-family: 'Droid Arabic Kufi', sans-serif;
        padding: 8px;
        border: 1px solid #4482d7;
    }

.table tbody > tr > td {
    vertical-align: middle !important;
    font-size: 14px;
}




/* status badge */

.badge-status-accepted,
.badge-status-pending,
.badge-status-deleted,
.badge-status-cancelled {
    color: #ffffff;
    border-radius: 15px;
    padding: 1px 19px;
    color: #fff !important;
    font-size: 12px;
}

.badge-status-accepted {
    background-color: #34bfa3;
}

.badge-status-pending {
    background-color: #716aca;
}

.badge-status-deleted {
    background-color: #c4c5d6;
}


.badge-status-cancelled {
    background-color: #f4516c;
}

.badge-status-info {
    border-radius: 50px;
    background: #f4516c;
    padding: 1px 10px;
}


span.status-reason {
    background: #e84f69;
    border-radius: 50px;
    height: 24px;
    color: #fff;
    width: 24px;
    display: inline-block;
    line-height: 24px;
    vertical-align: bottom;
    cursor: pointer;
    font-size: 11px;
}

.modal-content {
    border-radius: 0 !important;
}

    .modal-content button {
        border-radius: 0 !important;
    }



.smallFontError {
    font-size: x-small !important;
    padding-right: 35px;
}


.RequestAccept {
    color: #35aa47;
}
.RequestPaused {
    color: #9b7839;
}

.RequestRefused {
    color: #f36a5a;
}

.RequestPending {
    color: #F1C40F;
}

.RequestPendingMemberAdmin {
    color: #5979c1;
}

.RequestCanceled {
    color: #7a1111;
}



/* status badge */

.badge-status-accepted,
.badge-status-pending,
.badge-status-deleted,
.badge-status-cancelled {
    color: #ffffff;
    border-radius: 15px;
    padding: 1px 19px;
    color: #fff !important;
    font-size: 12px;
}

.badge-status-accepted {
    background-color: #34bfa3;
}

.badge-status-pending {
    background-color: #716aca;
}

.badge-status-deleted {
    background-color: #c4c5d6;
}


.badge-status-cancelled {
    background-color: #f4516c;
}

.badge-status-info {
    border-radius: 50px;
    background: #f4516c;
    padding: 1px 10px;
}


span.status-reason {
    background: #e84f69;
    border-radius: 50px;
    height: 24px;
    color: #fff;
    width: 24px;
    display: inline-block;
    line-height: 24px;
    vertical-align: bottom;
    cursor: pointer;
    font-size: 11px;
}

.modal-content {
    border-radius: 0 !important;
}

    .modal-content button {
        border-radius: 0 !important;
    }


.ngn-dismiss {
    bottom: 4px !important;
}

.aa:hover {
    cursor: pointer;
}

.customBtn {
    border: 1px solid #dddddd;
    background: #adb3b3 url(http://localhost:2183/Content/css/JQueryUI/images/ui-bg_flat_100_adb3b3_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #475d5f;
}

.sadad-content.animate-custom, .credit-content.animate-custom {
    transition: all linear 0.5s;
}

.SlideCharge {
    transition: all linear 0.5s;
}

.acursor {
    cursor: pointer !important;
}

.ImportBtn {
    background-color: #4183d7 !important;
    color: #fff !important;
}

/* Table Styling */

.table {
    margin: 0 !important;
}

    .table thead tr th {
        padding-top: 14px;
        padding-bottom: 14px;
        vertical-align: top;
        text-align: center;
        font-size: 12px;
    }

    /*
    Table
*/

    .table tr td {
        width: 150px !important;
    }

        .table tr td:first-child {
            width: 50px !important;
            text-align: center;
        }



.form-data .table tr td:nth-child(2) {
    width: 50px !important
}

.users-content .input-group-addon .fa-eye:before {
    background-color: #fff;
}


.users-content table td .input-group > input {
    min-width: 110px;
}

.users-content table p {
    padding: 0;
    margin: 0
}

.user-content thead td {
    text-align: center;
}

    .user-content thead td input {
        vertical-align: middle;
        margin: 0 8px;
    }

.users-content .modal input[type="checkbox"] {
    width: 2.2em;
    height: 2.2em;
    vertical-align: bottom;
    margin: 0 !important;
}

.users-content .modal label {
    margin-bottom: 0 !important;
}


.introjs-tooltipbuttons .introjs-button {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

/* Supporting IE*/

header, section, footer, aside, nav, main, article, figure {
    display: block;
}



/* pop-up styling */

.introjs-tooltipbuttons {
    text-align: center !important;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.introjs-button {
    color: #fff !important;
}

.introjs-tooltipbuttons .introjs-button {
    background: transparent;
    border-radius: 0;
    margin-right: 5px;
    background-color: #428bca;
    font-family: 'Droid Arabic Kufi', sans-serif;
    border: 0 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

    .introjs-tooltipbuttons .introjs-button span {
        color: #fff !important;
    }


.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
    background-color: #2f699a !important;
    color: #fff !important;
    border: 0 !important;
}

.introjs-button:focus, .introjs-button:active {
    background-color: #2f699a !important;
    background-image: none !important;
}

.users-modal {
}

    .users-modal .table tbody > tr > td {
        padding: 0px 4px !important;
        font-size: 12px !important;
    }

    .users-modal .table tbody input[type="checkbox"] {
        width: auto !important;
        position: absolute;
        display: block;
        top: -12px;
    }

    .users-modal .mt-checkbox {
        position: relative;
        padding: 12px;
    }

    .users-modal .select-all {
        position: relative;
    }

    .users-modal tr input.select-all-checkbox {
        width: auto;
        position: absolute;
        top: -7px;
        left: 55px;
    }

.note-editor .note-statusbar .note-resizebar {
    display: none;
}



.fb-container {
    padding: 40px 0 30px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.fp-box {
    width: 100%;
    background-color: #fff;
    font-family: 'Droid Arabic Kufi', sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
    border-radius: 5px;
    z-index: 2;
    position: relative;
}

    .fp-box ul {
        text-align: right;
        list-style: none;
        padding: 20px;
        margin-right: 12px;
    }

        .fp-box ul li a {
            color: #333;
            text-decoration: none;
            display: block;
            font-family: 'Droid Arabic Kufi', sans-serif;
            display: inline-block;
            color: #fff;
            font-size: 15px;
            list-style-type: circle;
        }

        .fp-box ul li:last-child a {
            border-bottom: 0;
        }

        .fp-box ul li a:hover {
            color: #E8E8E8;
        }

        .fp-box ul li i {
            padding-left: 8px;
            position: relative;
            right: 0;
            transition: all ease 0.4s;
        }

        .fp-box ul li a:hover i {
            right: 2px;
        }



.head-fp-box {
    color: #1c3f99;
    padding: 10px 20px;
    text-align: right;
    font-size: 30px;
    position: relative;
    border-radius: 5px 5px 0 0;
    min-height: 65px;
    overflow: hidden;
}

    .head-fp-box:after {
        content: "";
        background: url('../img/fb-box-background.jpg') !important;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }

    .head-fp-box i {
        float: right;
        margin-left: 8px;
        border-radius: 5px;
        color: #396afc;
        padding: 8px
    }

    .head-fp-box h1 {
        font-size: 18px;
        float: right;
        position: relative;
        color: #1c3f99;
        font-family: 'Droid Arabic Kufi', sans-serif;
        margin-top: 12px;
    }

        .head-fp-box h1:after {
            content: "";
            background: #4183d7;
            background: linear-gradient(#1c3f99, #4183d7);
            background-image: -webkit-linear-gradient(#1c3f99, #4183d7);
            background-image: -moz-linear-gradient(#1c3f99, #4183d7);
            background-image: -o-linear-gradient(#1c3f99, #4183d7);
            background-image: -ms-linear-gradient(#1c3f99, #4183d7);
            /*IE7-*/ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1c3f99', endColorStr='#4183d7', GradientType=0);
            /*IE8+*/ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1c3f99', endColorStr='#4183d7', GradientType=0)";
            height: 2px;
            width: 30px;
            position: absolute;
            bottom: -6px;
            right: 0;
        }

.cbp-spmenu h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 16px;
    margin: 0;
}

.wallet-balance {
    float: left;
    background-color: #346fa1;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 4px;
}

.mobile-nav ul {
    list-style: none;
}

.mobile-nav a {
    text-decoration: none;
}


.custom-user-data table tr td:first-child {
    width: auto !important;
}

.custom-user-data table tr td {
    width: auto !important;
}


/*.navbar-default .navbar-nav > li > a {
    line-height: normal;
    padding-right: 8px;
    padding-left: 8px;
}*/


@media all and (max-width: 699px) and (min-width: 520px) {
    #sidebar ul li a {
        padding-left: 21px;
        background: url(../images/email.png) left center no-repeat;
    }
}


.form-data .badge-danger {
    background-color: #4183d7 !important;
    border: #4183d7 !important;
}

/*.form-control{
    height:auto !important;
}*/




/* Body Content */


.fp-content {
    margin: 100px 0 70px 0;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.fp-box {
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

    .fp-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-right: 20px;
        float: right;
        padding-top: 10px;
        line-height: 28px;
    }



/*.fp-box ul li::before {
            content: "• ";
            color: #fff;
            font-size: 25px;
        }*/

.fb-box-thumb {
    float: right;
    display: block;
    background-color: rgba(255,255,255,0.1);
    padding: 20px 20px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

    .fb-box-thumb h2 {
        color: #fff;
        font-size: 16px;
        font-family: 'Droid Arabic Kufi', sans-serif;
    }

.fp-box-1 {
    background-color: #0A66C7;
}

.fp-box-2 {
    background-color: #1BAF99;
}

.fp-box-3 {
    background-color: #6E42C1;
}

.fp-box-4 {
    background-color: #1BAF99;
}

.fp-box-5 {
    background-color: #6E42C1;
}

.fp-box-6 {
    background-color: #0A66C7;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .fb-box-thumb {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 200px;
        text-align: center
    }

    .fp-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 30px;
        padding-right: 0;
        float: none;
    }

        .fp-box ul li::before {
            display: none;
        }


    .form-box {
        padding: 10px;
    }
}


.table h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.progress {
    height: 3em;
}

.progress-bar {
    transition: width 1s ease-in-out;
}

.dashboard-stat.blue {
    background-color: #0076BF;
    border: 0px solid;
    color: white;
    cursor: pointer;
}

.dashboard-stat.green .details .number {
    color: black;
}

.dashboard-stat .details .number {
    text-align: center !important;
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}


    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.no-video-available {
    color: #fff;
    text-align: center;
}

    .no-video-available i {
        font-size: 50px;
        padding-top: 100px;
        padding-bottom: 40px;
        display: block;
    }

    .no-video-available p {
        text-align: center;
    }

.commercialmanual .custom-input {
    text-align: right;
}

/* formverify */

.formverify .bar-heading {
    padding-bottom: 200px;
}

.formverify .d-v {
    margin-top: -150px;
}

.formverify .v-form-content {
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
}

.v-certificate-box .custom-member-details {
    border: 1px solid rgba(0,0,0,0.1) !important;
}

/* Styles (Request Pages) */

.WSSCalenderSwitch {
    height: 33px;
    border: none;
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 34px;
    font-family: Tahoma, Times New Roman, Arial, Simplified Arabic;
    padding-top: 0px;
    border: 1px solid #aaa;
    cursor: pointer;
    right: 0px;
    text-align: center !important;
}

.customBtn {
    border: 1px solid #dddddd;
    background: #adb3b3 url(http://localhost:2183/Content/css/JQueryUI/images/ui-bg_flat_100_adb3b3_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #475d5f;
}

.margin-top-minus {
    margin-top: 23px !important;
}

.card-3 {
    box-shadow: none !important;
}



.rq-radio .radio > span {
    margin-top: 12px !important;
    display: block !important;
    margin-right: 10px !important;
}


.roundedTwo {
    width: 100px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    .roundedTwo label {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 4px;
        left: 4px;
        cursor: pointer;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        border-radius: 50px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
    }

        .roundedTwo label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 5px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .roundedTwo label:hover::after {
            opacity: 0.3;
        }

    .roundedTwo input[type=checkbox] {
        visibility: hidden;
    }

        .roundedTwo input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

.redError {
    border: solid 1px red;
}


/* Requests */


.table-contest th {
    padding: 0;
}


.table-contest input[type="checkbox"] {
    height: auto !important;
    min-height: auto !important;
}

.table-contest tr td:first-child {
    width: 30px !important;
    text-align: center;
}


#wizard-step-container {
    margin: 20px 0;
}

#wizard-content-container {
    margin: 0;
}

#wizard-navigation-container {
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding-top: 20px;
}

.wizard-step-ul {
    list-style: none;
    padding: 0;
    position: relative;
}

    .wizard-step-ul:after {
        content: "";
        z-index: 1;
        height: 100%;
        width: 3px;
        background: #d6dee0;
        display: block;
        right: -22px;
        position: absolute;
        top: 0;
        border-radius: 100%;
    }

    .wizard-step-ul li .wizard-step-item {
        border: 2px solid #d6dee0;
        padding: 20px 20px 0 20px;
        display: block;
        text-align: center;
        position: relative;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        cursor: pointer;
    }



        .wizard-step-ul li .wizard-step-item:after {
            height: 15px;
            width: 15px;
            background: #e5e5e5;
            content: "";
            position: absolute;
            right: -30px;
            border-radius: 30px;
            top: 40%;
            z-index: 2;
        }

    .wizard-step-ul li .wizard-done-item:after {
        background: #1BAF99 !important;
        font-family: 'FontAwesome';
        content: "\f00c";
        color: #fff;
        font-size: 11px;
    }


    .wizard-step-ul li .wizard-done-item {
        border-color: #1BAF99 !important;
    }




    .wizard-step-ul li .wizard-step-item i {
        font-size: 30px;
        padding-bottom: 20px;
        font-weight: normal;
    }

    .wizard-step-ul li .wizard-step-item.active i,
    .wizard-step-ul li .wizard-step-item.active p {
        font-weight: bold;
    }

    .wizard-step-ul li .wizard-step-item p {
        font-weight: bold;
    }

    .wizard-step-ul li .wizard-step-item.active {
        background: #fff;
    }

#wizard-content-container > p {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

.calendars-month td .calendars-weekend {
    background-color: #C4C4C4;
    height: 25px;
}

/* Reset ng-notify */

.ngn-warn {
    background-color: #FF7F4F;
}

    .ngn-warn a {
        color: #fff !important;
    }

.personal-info-log h4 {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.request-certificate .iconbox {
    min-height: 480px !important;
}

/*
    New Requests page
*/

.nreq-category {
    margin-bottom: 30px;
}

    .nreq-category h3 {
        font-family: 'Droid Arabic Kufi', sans-serif;
    }

.nreq-cat-thumbnail {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    border-radius: 10px;
}

.nreq-cat-img {
    padding: 20px;
    height: 180px;
}

.nreq-cat-thumbnail img {
    max-width: 150px;
}

.nreq-category h3 {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 0 0 10px 10px;
}

.nreq-category ul li {
    margin-bottom: 0 !important;
}

    .nreq-category ul li a {
        display: block;
        border-radius: 10px;
        padding: 14px 20px;
        margin-top: 8px;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        color: #333;
        font-size: 14px;
        -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
        box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

        .nreq-category ul li a:hover {
            background-color: #fcfcfc !important;
            -webkit-box-shadow: 2px 2px 2px rgba(33, 54, 61, 0.15);
            box-shadow: 2px 2px 2px rgba(33, 54, 61, 0.15);
        }

        .nreq-category ul li a span {
            height: 10px;
            width: 10px;
            display: inline-block;
            margin-left: 6px;
            border-radius: 3px;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
        }

        .nreq-category ul li a:hover span {
            background-color: #333 !important;
        }


.nreq-category.nc-1 h3,
.nreq-category.nc-1 ul li a span {
    background-color: #00998a;
}


.nreq-category.nc-2 h3,
.nreq-category.nc-2 ul li a span {
    background-color: #bd7734;
}


.main-content-item{
    margin-bottom:20px;
}


.main-content-item h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.main-content-item ul {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    border-radius: 10px;
    padding: 10px;
}


.main-content-item ul li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 6px;
    font-size: 16px;
}

.main-content-item ul li:last-child {
    border-bottom:0;
    margin-bottom:0;
}

.main-content-item ul li a {
    text-decoration:none;
    display:block;
    color:#333;

}

.main-content-item span.main-list-item-img {
    background: #f2f4f9;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 20px;
    display: inline-block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}


.main-content-item ul li:hover span.main-list-item-img {
    background: #e7e9ed;
}


.main-content-item ul li span.main-list-item-img img {
    display: block;
    margin: auto;
    width: 40px;
    padding-top: 10px;
}

.main-content-item span.main-list-item-name {
    display:inline-block;
    padding-right:12px;
    position:relative;
    top:-15px;
    font-size:16px;
}

    .main-content-item span.main-list-item-name span {
        font-size:14px;
        display:block;
        color:#7C8495;
    }



.main-content-heading span {
    background-color: #f3f3f3;
    border-radius: 100px;
    display: block;
    float: right;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 2;
}

.main-content-heading img {
    width: 50px;
    padding-top:15px;
    margin:auto;
}


.main-content-item ul{
    display:block;
}

.nreq-wizard {
    padding: 0 !important;
}



/*.nreq-wizard-item {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(33, 54, 61, 0.15);
    box-shadow: 2px 2px 2px rgba(33, 54, 61, 0.15);
    margin-bottom: 20px;
    min-height: 80px !important;
    border-radius: 10px;
    border: 4px solid transparent;
}

.nreq-wizard ul {
    padding: 0 !important;
    margin: 0 !important;
}

.nreq-wizard-item h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    margin-top: 13px;
    float: right;
    margin-right: 14px;
}

.nreq-wizard-item img {
    width: 50px;
    margin-right: 10px;
    float: right
}*/

.nreq-pinned-container {
    padding: 0 !important;
}

.nreq-pinned {
    margin-bottom: 20px;
    border-radius: 10px;
}

    .nreq-pinned p {
        margin: 0;
        padding: 12px 20px;
        color: #fff;
        font-weight: bolder;
        font-size: 16px;
    }

        .nreq-pinned p img {
            width: 16px;
            margin-left: 4px;
        }

.nreq-pinned-item a {
    display: block;
    padding: 14px 20px;
    margin-top: 8px;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .nreq-pinned-item a:hover {
        background-color: #fcfcfc !important;
        -webkit-box-shadow: 2px 2px 2px rgba(33, 54, 61, 0.15);
        box-shadow: 2px 2px 2px rgba(33, 54, 61, 0.15);
    }


    .nreq-pinned-item a span {
        height: 10px;
        width: 10px;
        background-color: #0785cd;
        display: inline-block;
        margin-left: 6px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

.nreq-search input {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 10px !important;
}

/*.nreq-wizard .active .nreq-wizard-item {
    position: relative;
    border: 4px solid rgba(255,255,255,0.5);
}*/

.nreq-pinned-item {
    position: relative;
}

.pinbutton {
    position: absolute;
    right: 10px;
    font-size: 12px;
    text-align: center;
    top: 13px;
    z-index: 999;
    background: #cda52c;
    color: white;
    height: 18px !important;
    width: 18px !important;
    line-height: 18px;
    cursor: pointer;
    border-radius: 18px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

    .pinbutton:hover {
        background: #2b2e65;
    }

.nreq-category ul li {
    position: relative;
}

    .nreq-category ul li a {
        padding: 14px 35px 14px 20px;
    }

.nreq-pinned-item p {
    background-color: #ffffff;
    position: absolute;
    left: 14px;
    top: 15px;
}

.nreq-pinned-item a {
    padding: 14px 35px 14px 20px;
}



/*.nreq-wizard .active .nreq-wizard-item:after {
        content: "";
        z-index: 1;
        height: 16px;
        width: 16px;
        display: block;
        top: 6px;
        right: 8px;
        position: absolute;
        background: #fff;
        border-radius: 20px;
    }*/

/*.nreq-wizard .active .nreq-wizard-item:before {
        content: "";
        z-index: 2;
        height: 15px;
        width: 15px;
        display: block;
        top: 8px;
        right: 8px;
        position: absolute;
        border-radius: 20px;
        background-image: url(/Content/Theme/dist/img/correct-icon.svg);
        background-repeat: no-repeat;
        filter: gray;
        -webkit-filter: grayscale(1);
        filter: grayscale(1); 
    }*/

.home-page{
    padding: 60px 0 !important;
}


/*File upload*/


.req-file-upload span.upload-btn-cs {
    display: inline-block;
    padding: 5px 15px;
}

.req-file-upload input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 102px;
    filter: alpha(opacity=0);
    margin: auto;
}

.req-file-upload .imageThumb {
    max-height: 75px;
    padding: 1px;
    cursor: pointer;
    float: right;
    width: 120px;
}

.req-file-upload .pip {
    display: inline-block;
    background-color: #f2f4f9;
    width: 100%;
    padding: 4px;
    margin-bottom: 2px;
}

.req-file-upload .remove {
    display: block;
    border: 1px solid white;
    color: white;
    text-align: center;
    cursor: pointer;
    margin: auto;
    outline: none;
    float: left;
    margin-left: 10px;
    transition: all ease 0.3s;
}

    .req-file-upload .remove:hover {
        color: white;
    }

.req-validation-msg {
    border: 2px dashed #4183d7;
    margin-top: 10px;
    padding: 6px;
}

    .req-validation-msg h6 {
        font-family: 'Droid Arabic Kufi';
    }

.mobile-app {
    margin-top: 25px;
    text-align: left;
}

    .mobile-app a {
    }

    .mobile-app span {
        position: relative;
        top: -15px;
        left: 15px;
    }

.form-verify-col-1,
.form-verify-col-2 {
    width: 50%;
}

.form-verify-col-1 {
    float: right;
}

.form-verify-col-2 {
    float: left;
}


@media only screen and (max-width: 650px) {


    .form-verify-col-1,
    .form-verify-col-2 {
        float: none;
        text-align: center;
        width: 100%;
    }


        .form-verify-col-1 span,
        .form-verify-col-2 span {
            display: block;
        }

        .form-verify-col-2 .mobile-app {
            text-align: center;
        }

        .form-verify-col-1 .logo {
            width: 100%;
        }

            .form-verify-col-1 .logo img {
                margin: auto;
            }

    .form-verify-col-1 {
        margin-bottom: 8px;
    }

    .form-verify-col-2 {
        margin-bottom: 10px;
    }

    .formverify .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .formverify .clearfix {
        display: inline-block;
    }


    .formverify .clearfix {
        display: block;
    }
}

.custom-date-input input {
    cursor: pointer !important;
}

/*


.form-verify-col {
    display: block;
    margin-bottom: 10px;
    width: 50%;
}*/

.contest-roles {
    line-height: 25px;
}

.table-contest i {
    margin: 0 !important;
}

.single-details-content {
    margin-top: 70px;
    background-color: #FFF;
}

.custom-promo-details ul {
    position: relative;
    z-index: 999;
}

.custom-promo-details .panel li {
    background-color: #fff !important;
}

    .custom-promo-details .panel li p {
        white-space: pre-wrap; /* CSS3 */
        white-space: -moz-pre-wrap; /* Firefox */
        white-space: -pre-wrap; /* Opera <7 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* IE */
    }

.custom-member-details .custom-member-content h3, .custom-member-details .custom-member-content h4 {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}



.IsLoading {
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}

    .IsLoading:after {
        content: "";
        background: url('/Content/Theme/dist/img/ajax-loader.gif') no-repeat;
        background-size: contain;
        position: absolute;
        top: 40%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 50px;
        z-index: 99999;
    }

    .IsLoading:before {
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute;
        background: rgba(255,255,255,0.8);
        height: 100%;
        width: 100%;
        z-index: 1;
        z-index: 9999;
    }



body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-left: 0px !important;
}

.img-ex img {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}



#PaymentForm ul.nav {
    position: relative;
    text-align: center;
}

    #PaymentForm ul.nav li a {
        border-radius: 50%;
        margin: auto;
        background: #fff;
        color: #666;
        text-align: center;
        z-index: 1;
        display: inline-block;
        padding: 7px;
        width: 40px;
        font-weight: bold
    }

    #PaymentForm ul.nav li {
        display: table-cell;
        width: 1%;
    }



    #PaymentForm ul.nav:after {
        height: 4px;
        width: 100%;
        background: #e5e5e5;
        top: 19px;
        position: absolute;
        border-radius: 100%;
    }


div[ng-show="showChartLoad"],
div [ng-show="showLoad"] {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

custom-member-details,
.custom-member-details p,
.custom-member-details ul li,
.custom-member-details div,
.custom-member-content {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.registration-form p,
.registration-form .form-group {
    margin-bottom: 0 !important;
}

.FixedHeader {
    position: fixed;
    width: 100%;
    top: 0;
    /*z-index: 9999999 !important;*/
}

.breadcrumb > .active {
    color: #333;
}

.iconbox-icon {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    position: relative;
}

/* Single Page */

.single-box {
    margin: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,.08);
    border-radius: 4px;
    background-color: rgba(255,255,255,1);
    background-color: rgba(var(--palette-neutral-0,255, 255, 255),1);
    outline: 1px solid transparent;
    min-height: 300px;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.single-rb {
    text-align: right;
    border-left: 1px solid #F1F1F1;
    position: relative;
}

    /*.single-rb:after {
    background: url(https://images.pexels.com/photos/119550/pexels-photo-119550.jpeg);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    z-index: 999;
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: 0.1;
}*/

    .single-rb img {
        width: 130px;
        display: block;
        margin: 8px auto 18px auto;
    }

    .single-rb h2 {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        font-family: 'Droid Arabic Kufi', sans-serif;
    }

.lb {
    padding: 20px 10px;
}

    .lb ul {
        text-align: right;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .lb ul li {
            margin-bottom: 20px;
        }

            .lb ul li i {
                float: right;
                overflow: hidden;
                margin-left: 10px;
                font-size: 25px;
                color: #3f3e69;
                overflow: initial;
            }

            .lb ul li h3 {
                font-size: 14px;
                font-weight: bold;
                color: #3f3e69;
                font-family: 'Droid Arabic Kufi', sans-serif;
                margin-top: 0;
            }

            .lb ul li span {
                font-size: 13px;
            }

.lb-content {
    overflow: hidden;
}


/* Support */

.table-responsive .table {
    max-width: none;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

.print-icon a {
    font-size: 16px;
}

.bill-receipt {
    margin-top: 100px;
    margin-bottom: 30px;
}

.ver-form label {
    display: block;
    margin-bottom: 15px !important;
    text-align: right !important;
}

header {
    margin-top: 106px;
}

@media only screen and (max-width: 767px) {
    header {
        margin-top: 63px !important;
    }
}

@media only screen and (max-width: 500px) {
    .login-page div.logo {
        width: 100% !important;
    }
}




.is_Loading {
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}

    .is_Loading:after {
        content: "";
        background-size: contain;
        position: absolute;
        top: 40%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 50px;
        z-index: 99999;
    }

    .is_Loading:before {
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute;
        background: rgba(255,255,255,0.8);
        height: 100%;
        width: 100%;
        z-index: 1;
        z-index: 9999;
    }

.block-ui-message {
    color: #101010 !important;
}


.sa {
    width: 140px;
    background-color: #fff;
    margin: 0 auto 20px auto;
}

.sa-success {
    border-radius: 50%;
    border: 4px solid #a5dc86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    display: block;
    margin: auto;
}

    .sa-success:after, .sa-success:before {
        background: #fff;
        content: '';
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .sa-success:before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .sa-success:after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip, .sa-success-long {
    background-color: #a5dc86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

.rg-alert {
    background-color: transparent !important;
    border: 2px solid #a5dc86;
}


.is_Loading {
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}

    .is_Loading:after {
        content: "";
        background-size: contain;
        position: absolute;
        top: 40%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 50px;
        z-index: 99999;
    }

    .is_Loading:before {
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute;
        background: rgba(255,255,255,0.8);
        height: 100%;
        width: 100%;
        z-index: 1;
        z-index: 9999;
    }

.block-ui-message {
    color: #101010 !important;
}


.sa {
    width: 140px;
    background-color: #fff;
    margin: 0 auto 20px auto;
}

.sa-success {
    border-radius: 50%;
    border: 4px solid #a5dc86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    display: block;
    margin: auto;
}

    .sa-success:after, .sa-success:before {
        background: #fff;
        content: '';
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .sa-success:before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .sa-success:after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip, .sa-success-long {
    background-color: #a5dc86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

.rg-alert {
    background-color: transparent !important;
    border: 2px solid #a5dc86;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Droid Arabic Kufi' !important;
    font-weight: 500;
    line-height: 1.1;
}

.table-top-space {
    padding-top: 20px !important;
}

.block-ui-container {
    z-index: 99999 !important;
}

.input-no-borders {
    background: transparent !important;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: transparent !important;
    padding-left: 0;
    cursor: text;
    pointer-events: none;
}

ul.ks-cboxtags {
    list-style: none;
    margin: 20px 0;
}

    ul.ks-cboxtags li {
        display: inline;
    }

        ul.ks-cboxtags li label {
            display: inline-block;
            background-color: rgba(255, 255, 255, .9);
            border: 2px solid rgba(139, 139, 139, .3);
            color: #adadad;
            border-radius: 25px;
            white-space: nowrap;
            margin: 3px 0px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s;
        }

        ul.ks-cboxtags li label {
            padding: 8px 12px;
            cursor: pointer;
            white-space:unset;
        }

            ul.ks-cboxtags li label::before {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-weight: 900;
                font-size: 12px;
                padding: 2px 6px 2px 2px;
                /*content: "\f067";*/
                transition: transform .3s ease-in-out;
            }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
            /*content: "\f00c";*/
            transform: rotate(-360deg);
            transition: transform .3s ease-in-out;
        }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label {
            border: 2px solid #cfa86f;
            background-color: #212a5d;
            color: #fff;
            transition: all .2s;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            /*display: absolute;*/
            display: none; /* Fixing checkbox click outside it*/
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }

            ul.ks-cboxtags li input[type="checkbox"]:focus + label {
                border: 2px solid #adaeb8;
            }

.wc-input-error {
    border-color: #f98c9d !important;
}

.wc-span-error {
    color: #f98c9d !important;
}

.fz-18 {
    font-size: 18px;
}

.input-icon {
    position: relative;
}

    .input-icon i {
        position: absolute;
        font-size: 20px;
        top: 5px;
        right: 0;
    }

.nreq-category ul li a {
    position: relative;
    padding-left: 50px;
}

    .nreq-category ul li a p {
        background-color: #ffffff;
        position: absolute;
        left: 14px;
        top: 15px;
    }

.no-margin {
    margin: 0;
}

.ngn {
    z-index: 999999999 !important;
}

.no-margin {
    margin: 0 !important;
}


.table-rp .WSSCalenderSwitch {
    right: auto !important;
}


.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.calendars-cmd:hover {
    background-color: rgba(0,0,0,0.2);
    color: #FFF;
    transition: all ease 0.3s;
}

.dropdown-menu li a .checkbox label input {
    width: 33px;
}

.rtldate {
    unicode-bidi: bidi-override !important;
    direction: ltr !important;
}


.wofss_print_data td {
    border: 1px solid #333;
}

.datepick > div {
    position: relative;
}

date-control.datepick .custom-date-button {
    position: absolute;
    left: 37px;
    top: 0;
}

.req-list {
    background: #FFF;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.07);
    margin: 0;
    padding: 0;
}

    .req-list .req-list-item:first-child {
        padding-top: 10px;
    }

    .req-list .req-list-item:last-child {
        padding-bottom: 10px;
    }

.req-list-item {
    color: #005b51 !important;
    padding: 8px 10px !important;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    transition: all .2s ease;
    cursor: pointer;
}


    .req-list-item:hover {
        background-color: #f1f1f1;
    }

    .req-list-item.active {
        background-color: #f1f1f1;
    }

.req-list .req-list-item:last-child {
    border-bottom: 0 !important;
}

.req-list-item img {
    float: right;
    width: 30px;
    margin-left: 10px;
}

.req-list-item h3 {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
}

.request-app a {
    display: block;
    border-radius: 10px;
    padding: 20px;
    min-height: 155px;
    margin-top: 10px;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}


.request-app h3 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin-bottom: 4px;
}

.request-app p.req-note {
    font-size: 14px;
    margin-bottom: 15px;
    color: #5e6574;
}


.req-pinbutton {
    font-size: 12px;
    text-align: center;
    z-index: 999;
    float: left;
    background: #cda52c;
    color: white;
    height: 18px !important;
    width: 18px !important;
    line-height: 18px;
    cursor: pointer;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

    .req-pinbutton:hover {
        background: #2b2e65;
    }

.req-price {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
}

.request-app a:hover .req-price {
    background: #FFF;
    color: #333;
}

.request-app a:hover h3 {
    color: #FFF;
}

.request-app a:hover p {
    color: #F0F0F0;
}

ul.jed-file-attatchment{
    list-style:none;
    padding-right:0;
}

.jed-file-attatchment input {
    width: 100%;
    padding: 9px;
}

.jed-file-attatchment h2{
    margin-bottom:8px;
    font-size:16px;
}

.jed-file-checked i,
.jed-file-required i {
    color: #f4516c;
    font-size: 7px;
    margin-left: 0;
}

.jed-file-checked,
.jed-file-required {
    margin-top: 8px;
    color: #f4516c;
    font-size:13px;
}

.files-table .remove{
    background: #e74c3c;
    border: 0;
    padding: 5px 20px;
    color: #FFF;
    border-radius:3px;
}

.files-table img{
    width:30px;
}

.cbp-spmenu-push nav.cbp-spmenu {
    overflow-y: scroll;
}

/* width */
.cbp-spmenu-push nav.cbp-spmenu::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.cbp-spmenu-push nav.cbp-spmenu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cbp-spmenu-push nav.cbp-spmenu::-webkit-scrollbar-thumb {
    background: #7C8495;
}

/* Handle on hover */
.cbp-spmenu-push nav.cbp-spmenu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.open-request ul li{
    overflow:unset !important;

}

.open-request ul li p{
    margin: 0 !important;
}



/* Commercial Styles */


.packages-title {
    position: relative;
    margin-bottom: 60px;
    padding-right: 8px;
    z-index: 1;
}

    .packages-title:after {
        position: absolute;
        content: "";
        background: #e0d9cd;
        right: 0;
        top: 0;
        height: 100px;
        width: 100px;
        border-radius: 100px;
        z-index: -1;
        top: -40px;
        opacity: 0.8;
    }

.center-content {

}


.packages-title h3 {
    font-size: 40px;
}

.packages-intro h3 {
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 15px;
}

.packages-intro p {
    font-size: 16px;
    line-height: 24px;
}


.packages-intro {
    padding-top: 60px;
    padding-bottom: 60px;
}

.packages-features {
    background-color: #fdfaf7;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d5e0fc' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    padding-top: 100px;
    padding-bottom: 80px;
}

.package-feature {
    text-align: center;
    cursor: pointer;
    background: #FFF;
    padding: 60px 20px 30px 20px;
    /*box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);*/
    transition: all ease 0.3s;
    border-radius: 20px;
    height: 215px;
    overflow: hidden;
    margin-bottom:20px;
}

    .package-feature:hover {
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    }

    .package-feature i {
        position: relative;
        font-size: 40px;
        z-index: 1;
        color: #387976;
    }

        .package-feature i:after {
            position: absolute;
            content: "";
            top: -30px;
            left: -20px;
            background: #e6e0d5;
            height: 50px;
            width: 50px;
            z-index: -1;
            border-radius: 100px;
            opacity: 0.8;
            transition: all ease 0.1s;
            -webkit-transition: all ease 0.1s;
            -moz-transition: all ease 0.1s;
            -o-transition: all ease 0.1s;
        }

    .package-feature:hover i:after {
        position: absolute;
        content: "";
        top: -35px;
        left: -25px;
        height: 60px;
        width: 60px;
    }

    .package-feature h3 {
        color: #333;
        font-size: 20px;
    }

    .package-feature p {
        color: #81919a;
        line-height: 22px;
        font-size: 14px;
    }

.price-table-container {
    background-color: #fdfaf7;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d5e0fc' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    padding-top: 100px;
    padding-bottom: 100px;
}

.price-table-content {
    background-color: #FFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
}

    .price-table-content:hover {
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
    }

.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}

    .price-table tr td {
        cursor: pointer;
    }

        .price-table tr td span i {
            font-size: 7px;
            position: relative;
            margin-left: 8px;
            display: inline-block;
            color: #387976;
        }


    .price-table tr:nth-child(2) {
        background-color: #fafafa !important;
    }


    .price-table tr:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    .price-table tr td {
        border-left: 1px solid #C0C0C0;
        border-bottom: 1px solid #C0C0C0;
        padding: 5px 15px;
        font-size: 14px;
    }

    .price-table tr:last-child td {
        border-bottom: 0;
    }

    .price-table tr td:first-child {
        font-weight:bold;
    }

    .price-table tr td:last-child {
        border-left: 0;
    }


        .price-table tr td:not(:first-child) {
            text-align: center;
        }

    .price-table tr:nth-child(even) {
        background-color: #fafafa !important;
        /*background-color: #FFFFFF;*/
    }

    .price-table .fa-check {
        color: #387976;
    }

    .price-table .fa-times {
        color: #D8D6E3;
    }

    /* Highlighted column */
    /*.price-table tr:nth-child(2n) td:nth-child(3) {
        background-color: rgba(216, 214, 227, 0.25);
    }

    .price-table tr td:nth-child(3) {
        background-color: rgba(216, 214, 227, 0.15);
        padding: 8px 48px;
    }

        .price-table tr td:nth-child(3) .fa-check,
        .price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
            color: #ffffff;
        }*/

    .price-table tr.price-table-head td {
        font-size: 20px;
    }

    .price-table tr.price-table-head {
        background-color: #387976;
        color: #FFFFFF;
    }

    .price {
        color: #f43f54;
        padding: 16px 24px;
        font-size: 20px;
    }

    .price-table td.price {
        color: #f43f54;
        padding: 16px 24px;
        font-size: 20px;
        font-weight: 600;
    }


        .price-table td.price button {
            background-color: #0084B4;
            color: #FFFFFF;
            padding: 12px 32px;
            margin-top: 16px;
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            border-radius: 64px;
            border: 0;
            text-decoration: none;
            outline: none;
        }

            .price-table td.price button.btn-clicked {
                background-color: #bea869;
            }


            .price-table td.price button.click-inactive {
                background-color: #bea869;
            }

    .price-table td.price-table-popular {
        border-top: 3px solid #0084B4;
        color: #0084B4;
        text-transform: uppercase;
        font-size: 12px;
        padding: 12px 48px;
        font-weight: 700;
    }

    .price-table .price-blank {
        background-color: #fafafa;
        border: 0 none;
    }

    .price-table-content svg,
    .price-table-content svg

    {
        width: 90px;
        fill: #0084B4;
    }


.submit-container {
    margin-top: 20px;
}


.commercial-subscription {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fdfaf7;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d5e0fc' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.commercial-subscription-id {
    background-color: #FFFFFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding:20px;
}

    .commercial-subscription-id span.package-name {
        display: block;
        background-color: #387976;
        border: 10px solid #387976;
        height: 120px;
        width: 120px;
        line-height: 28px;
        padding-top: 22px;
        border-radius: 50%;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        display: block;
        margin: 0 auto 10px auto;
    }

.commercial-subscription-id h3 {
    font-size: 25px;
    margin-bottom:16px;
}


.commercial-subscription-id p {
    font-size: 16px;
}

#expireDate{
    font-weight:bold;
}

.expired-msg {
    color: #c0392b;
    font-weight: bold;
}

/* SVG */

svg.staticon {
    width: 100px;
    display: block;
    margin: 40px auto 0;
}

    svg.staticon .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
    }

        svg.staticon .path.circle {
            -webkit-animation: dash 0.9s ease-in-out;
            animation: dash 0.9s ease-in-out;
        }

        svg.staticon .path.line {
            stroke-dashoffset: 1000;
            -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
            animation: dash 0.9s 0.35s ease-in-out forwards;
        }

        svg.staticon .path.check {
            stroke-dashoffset: -100;
            -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
            animation: dash-check 0.9s 0.35s ease-in-out forwards;
        }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.statmodal h1 {
    font-size: 25px;
}

.statmodal p {
    font-size: 14px;
}

.statmodal a.cp-btn {
    margin-top: 25px;
    background: #333;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    color: #FFF;
    text-decoration: none;
    outline: none;
}

.rwd-table {
    width: 100%;
}

    .rwd-table tr {
        border-bottom: 1px solid #e6e6e6;
    }

        .rwd-table tr:last-child {
            border-bottom: 0;
        }

    .rwd-table th {
        background-color: #e0d9cd !important;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

    .rwd-table th, .rwd-table td {
        text-align: right;
    }

.rwd-table {
    background-color: #FFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    color: #333;
    overflow: hidden;
}

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
    }

        .rwd-table th, .rwd-table td:before {
            color: #333;
        }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}

.main-id {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main-id h2 {
    font-size: 20px;
    text-align: center;
}

.main-id p {
    font-size: 16px;
    color: #7C8495;
    text-align:center;
    margin-bottom:0;
}

.main-id img{
    display:block;
    margin:auto;
}

button#copyButton {
    outline: 0;
}

#copyButton {
    border: 0;
    background-color: #f2f4f9;
    color: #333;
    border-radius: 30px;
    transition: all ease 0.3s;
    font-size: 14px;
}

#copyButton:hover {
    border: 0;
    background-color: #e7e9ed;
    border-radius: 30px;
}

/* Price Plan Table*/

.price-table-head {
    background-color: #0084B4;
    color: #FFF;
    padding:10px 0;
}

.price-table-head h3 {
    font-size: 20px;
    margin:0 0 5px 0;
}

.price-table-head p {
    font-size: 14px;
    margin: 0;
}

.package-item {
    padding: 8px 24px;
    font-size: 14px;
}

.package-item i.fa-circle{
    font-size: 7px;
    padding-left:5px;
}

.package-submit-container {
    padding: 25px 0;
}

a.package-submit ,
button.package-submit{
    cursor: pointer;
    background-color: #387976;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
    color: #FFF;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    text-decoration: none;
    border: 0 !important;
    cursor: pointer;
    outline: none;
}

.package-icon{
    font-size:40px !important;
    padding-top:25px;
    padding-bottom:25px;
}

a.package-submit:hover ,
button.package-submit:hover{
    background-color: #a29682;
    color: #FFF;
}

.package-submit-container button:disabled {
    color:#333 !important;
    border:0 !important;
}

.tacbox {
    display: block;
}

.tacbox input {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    top: -3px;
    cursor: pointer;
    min-height:24px !important;
}

.tacbox label {
    cursor: pointer;
    font-weight:normal;
}

.tacbox a {
    color: #f43f54;
}

.package-item-mobile-v {
    display: none;
}

.footer-socialmedia {
    text-align: left;
}


.footer-socialmedia{
    text-align: left;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

    footer-socialmedia p{
        text-align:right !important;
    }

    .footer-contact {
        text-align: right !important;
    }

    .footer-socialmedia {
        text-align: right !important;
    }

    .main-package {
        display: none;
    }


    .package-item-mobile-v {
        display: block;
    }
}

.main-title-box-content p {
    margin-bottom: 8px !important;
}

.main-title-box-content img.chamber-logo {
    float: right;
}

.main-title-box-content .title-box-breadcrumb {
    float: right;
    text-align: right
}

.price-table i.fa.fa-check {
    display: block;
    margin-bottom: 5px;
}

.main-content-item-reset {
    margin-top:10px;
    margin-bottom: 0 !important;
}
.main-content-item-reset ul {
    margin-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding:0 !important;
}

/* 1items */

.pk-1 td {
    width: 60% !important;
}

    .pk-1 td:first-child {
        width: 40% !important;
    }

/* 2 items */

.pk-2 td {
    width: 30% !important;
}

    .pk-2 td:first-child {
        width: 40% !important;
    }

/* 3 items */

.pk-3 td {
    width: 20% !important;
}

    .pk-3 td:first-child {
        width: 40% !important;
    }

/* 4 items */

.pk-4 td {
    width: 17.5% !important;
}

    .pk-4 td:first-child {
        width: 30% !important;
    }

/* 5 items */

.pk-5 td {
    width: 15% !important;
}

.pk-5 td:first-child {
    width: 25% !important;
}


.memberships-menu{
    overflow:hidden;
}

.note-conditions{
    margin-top:30px;
}

.s-feature {
    position:relative;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
}

.s-feature h2 {
    margin-top: 0;
    font-size: 18px;
}

.s-feature h2 span{
    display:block;
    font-size: 12px;
    color:#7C8495;
}

.s-feature p {
    margin-top: 0;
    font-size: 14px;
    color: #7C8495;
}

.s-feature span.s-discount {
    position: absolute;
    top: 0;
    left: 25px;
    background: #c0392b;
    height: 50px;
    width: 40px;
    border-radius:0 0 20px 20px;
    color:#FFF;
    text-align:center;
    line-height:20px;
    padding-top:3px;
}

.s-feature ul{
    list-style:none;
    margin:0;
    padding:0;
}

.s-feature ul li{
    display:inline-block;
    margin:0;
}

.s-feature ul li p {
    border-radius: 30px;
    font-size: 12px;
    color: #FFF;
    padding: 4px 4px 4px 10px;
    margin: 0;
    background-color: #f2f4f9;
    -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    font-family: Tajawal;
    font-weight:bold;
}

.s-feature ul li p span {
    display:inline-block;
    background-color:#FFF;
    height:20px;
    width:20px;
    border-radius:20px;
    color:#333;
    font-family:Tajawal;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    color:#FFF;
}

.s-feature ul li.s-count p {
    color: #34495e;
}

.s-feature ul li.s-done p {
    color: #16a085;
}

.s-feature ul li.s-remain p {
    color: #7f8c8d;
}

.s-feature ul li.s-not-done p {
    color: #d35400;
}

.s-feature i.fa-check {
    font-size: 11px;
}

.s-feature i.fa-clock-o {
    font-size: 13px;
}

.s-feature ul li.s-count p span {
    background-color: #34495e;
}


.s-feature ul li.s-done p span {
    background-color: #16a085;
}


.s-feature ul li.s-remain p span {
    background-color: #7f8c8d;
}



.s-feature ul li.s-not-done p span {
    background-color: #d35400;
}

.cp-contact {
    padding-top: 60px;
    padding-bottom:60px;
}

.cp-contact-box {
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-bottom: 20px;
}


    .cp-contact-box i {
        position: relative;
        font-size: 40px;
        z-index: 1;
        color: #387976;
        display:block;
        margin:auto;
    }

        .cp-contact-box i:after {
            position: absolute;
            content: "";
            top: -30px;
            left: -20px;
            right:0;
            margin:auto;
            background: #e6e0d5;
            height: 50px;
            width: 50px;
            z-index: -1;
            border-radius: 100px;
            opacity: 0.8;
            transition: all ease 0.1s;
            -webkit-transition: all ease 0.1s;
            -moz-transition: all ease 0.1s;
            -o-transition: all ease 0.1s;
        }

    .cp-contact-box:hover i:after {
        position: absolute;
        content: "";
        top: -35px;
        left: -25px;
        height: 60px;
        width: 60px;
    }

    .cp-contact-box h3 {
        color: #333;
        font-size: 20px;
    }

    .cp-contact-box p {
        color: #4183d7;
        line-height: 22px;
        font-size: 16px;
    }

    a.cp-contact-box {
        text-decoration: none;
    }

/* Package Registration Hints */

.packages-registration {
    margin-top: 80px;
    margin-bottom: 80px;
}

.package-regi-box {
    position: relative;
    display: block;
    padding:20px;
    text-align: right;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #fdfaf7;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d5e0fc' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    overflow: hidden;
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    min-height:100px;
}

.package-regi-box:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}

.package-regi-box i {
    margin: auto;
    font-size: 100px;
    z-index: 1;
    color: #387976;
    display: block;
    position: absolute;
    left: 10px;
    top: 35px;
    opacity: 0.1;
}

.package-regi-box h3 {
    color: #333;
    font-size: 20px;
    margin: 0;
    display: block;
    line-height: 26px;
    padding-top:10px;
}

.package-regi-box span.num {
    position:relative;
    margin: auto;
    font-size: 30px;
    text-align:center;
    font-weight: bold;
    line-height: 40px;
    border-radius: 20px;
    color: #387976;
    float: right;
    margin-left:16px;
}

.package-regi-box span.num span {
    position: absolute;
    left: -7px;
    top: 23px;
    height: 6px;
    width: 6px;
    background: #387976;
    border-radius: 10px;
}


.rest-members-list {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 250px;
    padding-left: 5px;
}

.rest-members-list input{
    border-radius: 8px !important;
    margin-bottom:10px;
}


    /* width */
    .rest-members-list::-webkit-scrollbar {
        width: 10px;
        border-radius: 6px;
    }

    /* Track */
    .rest-members-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 6px;
    }

    /* Handle */
    .rest-members-list::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 6px;
    }

        /* Handle on hover */
        .rest-members-list::-webkit-scrollbar-thumb:hover {
            background: #555;
            border-radius: 6px;
        }


    .rest-members-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .rest-members-list ul li {
        margin: 0;
    }

        .rest-members-list ul li a {
            position: relative;
            padding-left: 40px;
            display: block;
            text-decoration: none;
            color: #333;
            padding: 8px;
            border: 2px solid rgba(128, 128, 128, 0.2);
            text-align: right;
            margin-bottom: 10px;
            border-radius: 10px;
        }

            .rest-members-list ul li a i {
                position: absolute;
                left: 8px;
                top: 8px;
                background: #f2f4f9;
                border-radius: 8px;
                color: #FFF;
                height: 30px;
                line-height: 30px;
                width: 30px;
                width: 30px;
                vertical-align: middle;
                display: block;
                color: #333;
            }

            .rest-members-list ul li a:hover i {
                background: #e7e9ed;
            }

            .rest-members-list ul li a span {
                font-size: 18px;
                display: block;
                text-align: right;
            }

            .rest-members-list ul li a p {
                text-decoration: none;
                border-radius: 5px;
                display: block;
                font-size: 14px;
                color: #808080;
                margin-bottom: 0;
            }


.restmember-btn{
    float:left;
}

.visible-cleardfix{
    display:none;
}


@media only screen and (max-width: 992px) {
    .restmember-btn {
        float: none;
    }

    .visible-cleardfix{
        display:block;
    }

}


#ads-box {
    position: relative;
    z-index: 999;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

    #ads-box .slide {
        position: relative;
        height: auto !important;
    }

        #ads-box .slide:before {
            display: none;
        }

    #ads-box .carousel-inner > .item > img,
    #ads-box .carousel-inner > .item > a > img {
        width: 100%;
        margin: auto;
    }

    #ads-box .carousel-indicators li {
        border-color: #333;
    }

    #ads-box .carousel-indicators {
        bottom: 0 !important;
    }

        #ads-box .carousel-indicators .active {
            background-color: #333 !important;
        }

#content-box {
    margin-bottom: 30px;
}

.tab-hint {
}

    .tab-hint ul{
        text-align:center;
        list-style:none;
        margin:0 !important;
        padding:0 !important;
        color:#333;
    }

        .tab-hint ul li {
            display: inline-block;
            padding-right: 5px !important;
            padding-left: 5px !important;
        }

        .tab-hint ul li p {
            text-decoration: none;
            display: block;
            padding: 15px 10px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
            background-color: #fff;
            text-decoration: none;
            color: #333;
            margin-bottom: 20px;
            border-radius: 10px;
        }

/* notifications */

.notifications-list {
    margin-top: 50px;
}

.notification-item {
    background: #fff;
    border: 2px solid #ddd;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .notification-item .content-icon *,
    .notification-item .meta-data * {
        display: inline-block;
        margin: 0;
        color: #777777;
    }

    .notification-item .content-icon .icon i {
        background: #399b75;
        color: #fff;
        padding: 10px;
        border-radius: 2px 10px;
        margin-left: 10px;
    }

.notification-pagination {
    margin: 10px auto 0;
    display: table;
}
/* profile page */

.img-upload-custom {
    text-align: center;
}

    .img-upload-custom .img-frame {
        border: 2px solid #d6dee0;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        overflow: hidden;
        margin: 15px auto;
    }

        .img-upload-custom .img-frame img {
            width: 100%;
            height: auto;
        }

    .img-upload-custom #company-img {
        opacity: 0;
    }

    .img-upload-custom span.hint {
        margin-top: 10px;
        display: block
    }
    .img-upload-custom label{
        cursor:pointer;
        transition:all ease-in-out 0.2s;
    }

    label.custom-btn {
        display: inline-block;
        font-size: 12px;
        padding: 8px 10px;
        position: relative;
        text-transform: uppercase;
        z-index: 999;
        text-decoration: none;
    }



    label.custom-btn::before,
    label.custom-btn::after {
        content: '';
        position: absolute;
        z-index: -1;
    }

label.custom-btn-reverse {
    background: #399b75;
    border: 2px solid #399b75;
    color: #fff !important;
}

label.custom-btn::before {
    background: #fff;
}

label.custom-btn-reverse::before,
label.custom-btn-reverse::after {
    background: #fff;
}
label.custom-btn-reverse:hover {
    color: #399b75 !important;
}

label.custom-btn:hover {
    color: #399b75;
}


.id-card {
    border: 2px solid #d6dee0;
    margin-top: 30px;
}

    .id-card .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

        .id-card .top .title {
            font-size: 18px;
            color: #399b75;
            font-weight: 600;
        }

    .id-card .bottom {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        min-height: 120px;
        align-items: center;
    }

        .id-card .bottom ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .id-card .bottom ul li {
                font-size: 14px;
                margin: 10px 0;
                font-weight: 600;
            }

/* NEW | Register | Landing */

/* custom-card general class */
.custom-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid #ebedf3;*/
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, .05);
    /*border: 0;*/
}
.custom-card.custom-card-stretch{
    align-items: stretch;
    height: 100%;
}
.custom-card-header {
    padding: 0px 30px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebedf3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 70px;
    background-color: transparent;
}

.custom-card-header h3 {
    font-size: 18px;
}

.custom-card-body label {
    font-weight: normal !important;
    color: #333;
}

.custom-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 25px 30px;
    padding-bottom: 10px;
}

.custom-card-body .row {
    display: flex;
    flex-wrap: wrap;
}

.custom-card-body .form-group {
    margin-bottom: 25px;
}

.custom-card-footer {
    padding: 25px 30px;
    border-top: 1px solid #ebedf3;
}

.custom-card .ver-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-card .ver-code>input {
    width: 24%;
    margin: 0 5px;
}

.custom-card .custom-card-body a[disabled]{
    opacity: 0.2;
    cursor: not-allowed;
}
.custom-card .btn-hover-primary:hover{
    color: #0084B4;
}
.custom-card .custom-card-body a.btn-hover-primary[disabled]{
    text-decoration: none;
    color: initial;
}
/********************/
/* General classes */
.wss-border-right {
    margin-right: 5px;
    border-right: 2px solid #ccc;
    padding: 5px;
    font-size: 15px;
}

.justify-content-center {
    justify-content: center;
}

.alert.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.margin-top-5 {
    margin-top: 5px;
}

.margin-left-10 {
    margin-right: 10px;
}
.full-width{
    width: 100%;
}
.alert {
    background-color: #fff4de;
    color: #181c32;
}
.alert > i{
    margin-left: 5px;
}
.alert > i.fa-exclamation{
    padding: 5px 8px 3px;
    border: 1px solid;
    border-radius: 50%;
}
/***********/
/* Header margin conditional */
 .custom-btn2 {
    background: #bea869;
    border: 0;
    padding: 10px 20px;
    /*margin-top: 8px;*/
    border-radius: 20px;
    color: #fff;
    /* background: #0084B4; */
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none
}
.custom-btn2:hover {
    opacity: 0.8;
    color: #fff;
    background: #bea869;
    text-decoration: none;
}
/**************************/
/*Memberships Card*/ 
.wss-memberships .separator {
    margin: 30px 0;
    height: 1px;
    background: #eee;
}

.wss-memberships-card {
    position: relative;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
    min-height: 160px;
    cursor:pointer;
}
    .wss-memberships-card:hover {
        box-shadow: 0 10px 14px 2px rgba(18, 25, 33, 0.1);
    }
.wss-memberships-card.membership-inActive:hover {
    box-shadow: 0 1px 3px 1px rgba(18, 25, 33, 0.2);
}

.wss-memberships-card .mc-icon {
    position: absolute;
    font-size: 60px;
    bottom: 10px;
    left: 25px;
    opacity: 0.3;
    line-height: 1;
}

.wss-memberships-card .mc-dropdown {
    font-size: 20px;
    cursor: initial;
}

.wss-memberships-card .mc-dropdown > a.dropdown-toggle {
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #fff;
}

.wss-memberships-card .mc-dropdown > a.dropdown-toggle {
    cursor: pointer;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}

.wss-memberships-card.membership-inActive {
    cursor: initial;
    background: #eee;
    color: #333;
}

.mc-color-reverse {
    color: red;
    background: #fff;
}
.mc-color {
    background: red;
    /* background: #0084B4; */
    color: #fff;
}

    .mc-color.membership-inActive {
        background-color: #67b899;
        color: #FFF;
    }


    .mc-color.membership-inActive img{
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    }
.mc-color .custom-card-footer .custom-btn {
    background: #bea869;
    color: #fff;
}

/*.wss-memberships-card.membership-inActive:hover {
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
}*/

.wss-memberships-card .custom-card-header {
    padding: 0;
    border: 0;
    min-height: auto;
}

.wss-memberships-card .custom-card-body {
    padding: 10px;
    padding-top: 30px;
}

.wss-memberships-card .membership-title {
    font-size: 20px;
    margin-top: 5px;
}

.wss-memberships-card .membership-info > span:first-child {
    margin-left: 30px;
}

.wss-memberships-card .custom-card-footer {
    border: 0px;
}

.wss-memberships-card:not(.membership-inActive) .custom-card-footer {
    display: none;
}

.wss-memberships-card .custom-card-footer .custom-btn {
    border-radius: 8px;
    border: 0;
}

.wss-memberships-card .custom-card-footer .custom-btn:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}



/* Memberships Pagination*/
.wss-memberships .pagination {
    cursor: default;
}

.wss-memberships .pagination > li {
    display: inline-block;
}

.wss-memberships .pagination > li.disabled > a {
    opacity: 0.4;
    cursor: default;
}

.wss-memberships .pagination > li > a,
.wss-memberships .pagination > li > a:focus,
.wss-memberships .pagination > li.disabled > a:hover {
    padding: 6px 12px;
    border-radius: 4px;
    margin: 0 10px;
    background-color: #f3f6f9;
    border: 0;
    color: #7e8299;
    margin-right: 0;
}

.wss-memberships .pagination > li:first-child > a,
.wss-memberships .pagination > li:nth-child(2) > a,
.wss-memberships .pagination > li:last-child > a,
.wss-memberships .pagination > li:nth-last-child(2) > a {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 4px !important;
}

.wss-memberships .pagination > li:not(.disabled) > a:hover,
.wss-memberships .pagination > li:not(.disabled) > a:focus,
.wss-memberships .pagination > li.active > a {
    background: #0084B4;
    color: #fff;
}

/*******************************/
/*SubHeader Breadcrumbs New*/
.wss-subheader {
    margin-bottom: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 0;
    border: 0;
    display: flex;
    align-items: center;
    height: 54px;
}

.wss-subheader-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.wss-breadcrumbs,
.wss-subheader-toolbar {
    display: flex;
    align-items: center;
    margin-right: 30px;
    /*color: #0084B4;*/
}
.wss-breadcrumbs > span{
    display: flex;
    align-items: center;
}
.wss-breadcrumbs > span:before {
    content: '';
    width: 2px;
    height: 20px;
    background: #ccc;
    border-radius: 0;
    margin-left: 9px;
}

.no-padding{
    padding: 0;
}

.wss-btn-group a{
    margin-right: 10px;
}
.wss-wallet-table .table-bordered,
.wss-wallet-table .table-bordered > tfoot > tr > td {
    border: 0px;
}
.wss-wallet-table .badge-custom-reverse {
    color: #0084B4;
    background: #fff;
    line-height: 1.3;
}
.wss-wallet-table .wss-total-label{
    cursor: auto;
    border:2px solid;
    margin-right: 10px;
    padding: 8px 15px
}


@media print {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
   .wss-table-print tfoot div.wss-noprint,
   .wss-table-print thead tr th:last-child,
   .wss-table-print tbody tr td:last-child{
       display: none !important;
   }
   .wss-table-print.table-bordered > tfoot > tr > td{
       border: 0px !important;
   }
   .wss-table-print thead tr th{
       background: #ccc !important;
   }
   .wss-table-print .wss-total-label{
       background: #ccc !important;
       border-color: #ccc !important;
       color: #333 !important;
   }
   .wss-table-print .wss-total-label .badge-custom{
       background: #333 !important;
       color: #fff !important;
   }
}

/* Request Account */
.form-box .wss-request-account h4{
    color: initial
}
.form-box .wss-request-account .custom-title h4 {
    color: #399b75;
}
.wss-request-account h4,
.wss-request-account .cutom-title h4 {
    margin-bottom: 10px;
}

.font-weight-bold {
    font-weight: bold;
}

.wss-request-account .table {
    margin-bottom: 30px !important;
}
.wss-request-account .padding-right-20 {
    padding-right: 20px;
}
.wss-request-account .table-bordered thead.thead-light tr th,
.wss-request-account .table-bordered thead.thead-light tr td,
.wss-request-account .table-horizontal-title tbody tr td:first-child,
.wss-request-account .table-horizontal-title tbody tr td.hor-title {
    background: #eee;
}
.wss-request-account .table tbody td{
    min-width: 140px;
}
.wss-request-account .table thead tr th,
.wss-request-account .table thead tr td,
.wss-request-account .table.table-horizontal-title tbody tr td:first-child {
    font-weight: bold;
}
.wss-request-account span{
    line-height: 1.4;
}
.wss-request-account .bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
}
.wss-request-account .d-flex{
    display:flex;
}
.wss-request-account .align-items-start{
    align-items: flex-start;
}
.wss-request-account .request-conditions span:last-of-type {
    padding: 0 5px;
    width: 95%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* ALERTIFY BUTTONS */
.alertify-buttons{
    display: flex;
    justify-content: center;
}
/***********************************************/
/*Alertify Buttons Order Bug*/
.alertify-buttons .alertify-button-cancel{order:2}
.alertify-buttons .alertify-button-ok{order: 1}
/*New Request Note Editor display Bug*/
.new-req-content .sp-main-box .custom-input {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.new-req-content .sp-main-box .custom-input > * {
    width: 100% !important;
    word-break:break-word;
}
