﻿/* Built on Bootstrap 3.2.0 */
/* Developed at Thiqah Business Services */

.tm-label {
    padding-left: 15px;
    /*padding-right: 5px;*/
}

.tm-span {
    padding-left: 15px;
    /*padding-right: 5px;*/
}

.tm-holder {
    margin-top: -35px;
}

.tm-hr-line {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}

.headerGrid >th
{
        text-shadow: none;
    color: #a9873c;
}

.btn-mofa {
    height: 30px;
    padding-top: 0px;
    line-height: 1em;
}

.price-tag {
    left: 0.2%;
    position: fixed;
    text-align: center;
    top: 7.5%;
    border-radius: 6px;
}

.weekend-day {
    padding: 5px 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    color: #cccccc;
    background-color: #efefef;
    border-color: #cccccc;
    border: 1px solid #cccccc;
    width: 12.8%;
    font-family: Tahoma;
}

    .weekend-day:hover {
        color: #cccccc;
        background-color: #efefef;
        border-color: #cccccc;
        border: 1px solid #cccccc;
    }

.disabled-day {
    padding: 5px 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    border: 1px solid #d9534f;
    width: 12.8%;
    font-family: Tahoma;
}

    .disabled-day:hover {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
        border: 1px solid #0f776c;
    }

.btn-day {
    padding: 5px 1px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #BB9F60;
    border-color: #ccc;
    border: 1px solid #0f776c;
    width: 12.8%;
    font-family: Tahoma;
}

.btn-date {
    padding: 5px 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #ccc;
    width: 12.8%;
    font-family: Tahoma;
}

    .btn-date:hover {
        background-color: #BB9F60;
        color: #fff;
        border: 1px solid #0f776c;
    }

    .btn-date:focus {
        background-color: #BB9F60;
        color: #fff;
        border: 1px solid #0f776c;
    }

/*Form Wizard*/
.bs-wizard {
    /* margin-top: 10px; */
    margin-bottom: 10px;
    /* border-bottom: solid 1px #e0e0e0; */
    padding: 10px 0 10px 0;
    background: white;
    border-radius: 0 0 3px 3px;
    border: solid #ddd 1px;
    border-top: none;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
        float: right;
        text-align: center;
    }

        .bs-wizard > .bs-wizard-step > .bs-wizard-step-inner {
            margin: 20px 0;
            height: 8px;

        }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #000;
            font-size: 16px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-step-inner > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            background: #BB9F60;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
            border-radius: 50px !important;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-step-inner > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #333333;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .bs-wizard-step-inner > .progress {
            position: relative;
            border-radius: 0px;
            height: 100%;
            box-shadow: none;
            margin: 0;
            right: 50%;
               
        }

        .bs-wizard > .bs-wizard-step .progress > .progress-bar {
            width: 0px;
            height: 100%;
            box-shadow: none;
            background: #BB9F60;

        }

        .bs-wizard > .bs-wizard-step.complete > .bs-wizard-step-inner > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-step-inner > .bs-wizard-dot {
            background-color: #BB9F60;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-step-inner > .bs-wizard-dot:after {
                opacity: 0;
            }


        .bs-wizard > .bs-wizard-step:last-child > .bs-wizard-step-inner > .progress {
            display: none;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-step-inner > a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/
.p-b-5 {
    padding-bottom: 5px;
}

.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
}

.mofa-container {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    margin-top: 5%;
    background: rgba(255,255,255,0.75);
    border-radius: 6px;
    border: 1px solid #ccc;
}


.follow-icon {
    float: left;
    margin: 17px 3px 0px 0px;
    color: #075754;
    font-size: 30px;
}

    .follow-icon a:hover {
        color: #333;
    }

.mofa-panel-heading {
    height: 50px;
    font-family: 'Midan-Black';
}


.realperson-text {
    font-family: "Courier New",monospace;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
    direction: ltr;
    float: right;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.required-star {
    font-family: Tahoma;
    font-size: 12px;
    color: red;
}

.validation-star {
    position: absolute;
    margin-right: -25px;
    font-size: 35px;
    color: red;
    font-weight: bold;
}

.validation-star-2 {
    position: absolute;
    margin-right: -10px;
    font-size: 35px;
    color: red;
    font-weight: bold;
}

/* Wizard */
.wizard {
    font-size: 10px;
    font-family: Tahoma;
}

    .wizard a {
        padding: 12px 12px 10px;
        margin-left: 5px;
        background: #efefef;
        position: relative;
        display: inline-block;
        /* margin-bottom: 10px; */
        color: #BB9F60;
    }

        .wizard a:hover {
            text-decoration: none;
        }

        .wizard a:after {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-right: 20px solid #fff;
            position: absolute;
            content: "";
            top: 0;
            right: 0;
        }

        .wizard a:before {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-right: 20px solid #efefef;
            position: absolute;
            content: "";
            top: 0;
            left: -20px;
            z-index: 2;
        }

        .wizard a:first-child:after,
        .wizard a:last-child:before {
            border: none;
        }

        .wizard a:last-child {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

        .wizard a:first-child {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .wizard .badge {
        margin: 0 18px 0 5px;
        position: relative;
        top: -1px;
    }

    .wizard a:first-child .badge {
        margin-right: 0;
    }

    .wizard .current {
        background: #BB9F60;
        color: #fff;
    }

        .wizard .current:before {
            border-right-color: #BB9F60;
        }


/* ff anti-aliasing bug */
.mywizard li {
    position: relative;
    background: #f5f5f5;
    padding-left: 30px;
    padding-right: 5px;
}

    .mywizard li a:after, .mywizard li a:before {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .mywizard li a:after {
        border-color: rgba(245, 245, 245, 0);
        border-right-color: #f5f5f5;
        border-width: 20px;
        top: 50%;
        margin-top: -20px;
        margin-right: -30px;
    }

    .mywizard li a:before {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 30px;
        top: 50%;
        margin-top: -30px;
        margin-right: -30px;
    }

    .mywizard li .badge {
        vertical-align: text-bottom;
        padding-top: 3px;
    }
/* End of Wizard */

.error {
    color: red;
}



/********************************** start of mega menu **************************************/

@media (max-width: 768px) {

    .validation-star {
        display: none;
    }

    .nav > li > a {
        border-bottom: #094341 1px solid;
    }

    .message i {
        float: right;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        border-color: transparent;
    }

    .dropdown-header {
        color: #FFF;
    }
}


.message {
    text-align: left;
    height: 60px;
}


    .message i {
        margin-top: 7px;
        font-size: 22px;
        margin-left: 5px;
    }

.fa-circle-o-notch {
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
}

.tooltip {
    font-size: 16px;
    line-height: 1em;
}

.mofa-text-color {
    color: #BB9F60;
}

.loginbox {
    border: #BB9F60 1px solid;
    margin-top: 70px;
    background: url(../../Content/images/login-bg.jpg) no-repeat right bottom #fff;
    -webkit-box-shadow: 15px 28px 122px 0px rgba(204,204,204,0.43);
    -moz-box-shadow: 15px 28px 122px 0px rgba(204,204,204,0.43);
    box-shadow: 15px 28px 122px 0px rgba(204,204,204,0.43);
}

.login-links {
    width: 100%;
    float: right;
    text-align: right;
}

.login-btn {
    background: #eee;
    font-family: 'Midan-Black';
    font-size: 18px;
    color: #333;
    border: #f2efef 1px solid;
    border-top: #ddd 2px solid;
    border-left: #ddd 2px solid;
    padding: 6px 25px;
}

/*************************/


/* DOCS Style */
.list-group {
    min-height: 124px;
    height: 124px;
}

.list-group-item {
    min-height: 42px;
}

.toggle-menu {
    padding: 0 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fa-exchange {
    padding-top: 10px;
}

.mk-menu-glyph-size {
    font-size: 20px;
    padding-top: 5px;
    margin-bottom: -50px;
}


.mk-list-item {
    border-radius: 0px;
    border-right: 0px;
}


.mk-overflow-hidden {
    overflow: hidden;
}

.mk-heading {
    height: 50px;
    /*font-family: Midan-Black;*/
}


.list-group-item-fix {
    padding: 10px 0px;
}

.line-height-fix {
    line-height: 28px;
}


.social-buttons {
    margin-top: -8px;
}

.progress {
    height: 7px;
     background: #BB9F60;
}

.progress-bar {
    height: 7px;
    background: #BB9F60;
}

.mk-margin-top {
    margin-top: 5px;
}

.fa-thumbs-up, .fa-thumbs-down {
    color: #cccccc;
}

.fa-active {
    color: #BB9F60;
}



.mofa-container div h2 {
    background: #f5f5f5;
    padding: 10px;
    margin-top: 0px;
    width: 100%;
    color: #03524c;
    border-bottom: #eee 1px solid;
}

.mofa-container div h1 {
    background: #BB9F60;
    padding: 10px;
    margin-top: 0px;
    width: 100%;
    color: #fff;
    border-bottom: #2c9d95 1px solid;
    border-top: #2c9d95 1px solid;
    text-align: center;
}

.profile-btn1 {
    width: 100px;
    font-size: 18px;
    text-align: center;
}

.profile-btn2 {
    padding: 4px 10px;
    font-size: 18px;
}

.colored-tbl th {
    background: #f1f5f2;
    border-bottom: #CCC 2px solid;
}

.colored-tbl td {
    text-align: right;
}
/*********************************** start of responsive table *************************************/
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}
/*********************************** end of responsive table *************************************/

/********************************* start of tags input ************************************************/
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

        .bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none;
        }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                }

.bootstrap-tagsinput {
    width: 100%;
}

    .bootstrap-tagsinput span {
        margin-bottom: 5px;
    }
/********************************* end of tags input ************************************************/

input[class=checkbox]:not(old) {
    /*width   : 28px;*/
    margin-top: 40px;
    margin-right: 30px;
    padding: 0;
    opacity: 0;
}

#ck-button {
    /*margin:4px;*/
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: auto;
    float: left;
}

    #ck-button:hover {
        background: #cccccc;
    }

    #ck-button label {
        float: left;
        width: 2.6em;
    }

        #ck-button label span {
            text-align: center;
            padding: 3px 0px;
            display: block;
        }

        #ck-button label input {
            position: absolute;
            top: -20px;
        }

    #ck-button input:checked + span {
        background-color: #BB9F60;
        margin-bottom: -5px;
        padding-bottom: 6px;
        padding-top: 5px;
        color: #FFF;
        font-weight: bold;
    }

.red-color {
    color: red;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.bootstrap-tagsinput input {
    border: none;
}

    .bootstrap-tagsinput input:active {
        border: none;
    }

    .bootstrap-tagsinput input:hover {
        border: none;
    }

.label-primary {
    background: #BB9F60;
}

.table-head {
    background: #fff;
    padding: 10px;
    margin-top: 0px;
    width: 100%;
    color: #03524c;
    /*border-bottom: #eee 1px solid;*/
    text-align: right;
    font-size: 22px;
    font-weight: bold;
}


.upload-link {
    position: absolute;
    left: 30px;
    top: 15px;
    line-height: 30px;
    color: #000;
}

.check-btn-row {
    margin: 0px 0px 10px 10px;
    float: right;
}

.button-checkbox {
    background: #FFF;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}



.f-l {
    float: left;
}

.f-r {
    float: right;
}


.title-h2 {
    font-family: 'Midan-Black';
    color: #10776D;
    font-size: 22px;
}

.bold-sm {
    font-size: 16px;
    font-family: 'Midan-Black';
}



.title-h2 {
    font-family: 'Midan-Black';
    color: #10776D;
    font-size: 22px;
}



/*********************************** upload box **********************************/
header, footer, section,
hgroup, figure, figcaption {
    margin: 0;
    padding: 0;
    display: block;
}

#backlinks {
    float: right;
    padding: 0 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 13px;
}

    #backlinks a {
        text-align: right;
        display: block;
    }

#wrapper {
    height: auto;
}

    #wrapper hgroup {
        text-align: center;
        margin: 10px 0 30px;
    }

    #wrapper h2 {
        margin: 5px 0;
        color: #FF6A00;
        text-shadow: 0 2px 2px #773F00;
        font-size: 33px;
        font-family: Arial Narrow, Arial, sans-serif;
    }

        #wrapper h2 span {
            color: #FFD800;
            text-shadow: 0 2px 2px #442400;
            font-size: 31px;
            letter-spacing: 3px;
            font-family: Arial, sans-serif;
        }

    #wrapper h3 {
        font-style: italic;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 1px 1px 0 #fff;
        color: #888;
        margin: 5px 0;
    }

#upload {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

#droparea {
    border: 1px solid #ccc;
    border-radius: 10px;
    vertical-align: baseline;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
}

    #droparea p {
        margin: 7px 0;
    }
/* #result style */

#result {
    margin-top: 30px;
}

    #result .imageholder {
        display: inline-block;
        background: #fff;
        padding: 10px;
        margin: 7px;
        text-align: center;
        box-shadow: 0 0 4px #999;
        border: 1px solid #999;
        position: relative;
        transform: scale(0) rotate(0deg);
        -ms-transform: scale(0) rotate(0deg);
        -moz-transform: scale(0) rotate(0deg);
        -webkit-transform: scale(0) rotate(0deg);
        -o-transform: scale(0) rotate(0deg);
        transition: transform 1s 0.5s ease-out;
        -moz-transition: -moz-transform 1s 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 1s 0.5s ease-out;
        -o-transition: -o-transform 1s 0.5s ease-out;
    }

        #result .imageholder figcaption {
            font-style: italic;
            width: 180px;
            word-wrap: break-word;
            font-weight: bold;
        }

            #result .imageholder figcaption span {
                font-size: 11px;
                color: #777;
            }

        #result .imageholder img {
            width: 180px;
            height: 180px;
        }
/******************************** end of upload box **********************************************/


#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}

.trademark-img {
    width: 100%;
}
/*------------------------------------*\
	$IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 320px) {
    .iphone_settings {
        float: left;
        margin-left: -20px;
        width: 300px;
    }

    .navbar {
        z-index: 100;
    }
}


/**************************** start of vertical tabs *********************/
.blogShort {
    border-bottom: 1px solid #ddd;
}

.nav-sidebar-v {
    width: 100%;
    padding: 30px 0;
    border-left: 1px solid #ddd;
    height: 100vh;
}

    .nav-sidebar-v a {
        color: #333;
        -webkit-transition: all 0.08s linear;
        -moz-transition: all 0.08s linear;
        -o-transition: all 0.08s linear;
        transition: all 0.08s linear;
        background: #eee;
        border-radius: 0px 5px 5px 0px;
        margin-bottom: 5px;
    }

    .nav-sidebar-v .active a {
        cursor: default;
        background-color: #0b56a8;
        color: #fff;
    }

        .nav-sidebar-v .active a:hover {
            background-color: #e8e8e8;
        }

    .nav-sidebar-v .text-overflow a,
    .nav-sidebar-v .text-overflow .media-body {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius: 0;
    margin-bottom: 10px;
}

    .btn-blog:hover,
    .btn-blog:focus,
    .btn-blog:active,
    .btn-blog.active,
    .open .dropdown-toggle.btn-blog {
        color: white;
        background-color: #0b56a8;
        border-color: #0b56a8;
        border-radius: 0px 5px 5px 0px;
    }

article h2 {
    color: #333333;
}

/*h2 {
    color: #0b56a8;
}*/

.margin10 {
    margin-bottom: 10px;
    margin-right: 10px;
}

article h2 {
    color: #333333;
}
/*h2{color:#0b56a8;}*/
.margin10 {
    margin-bottom: 10px;
    margin-right: 10px;
}

.text-style {
    text-align: justify;
    line-height: 23px;
    margin: 0;
    font-size: 19px;
}

.nav-sidebar-v ul.tabs li.active a {
    border-radius: 0px 5px 5px 0px;
    background: #BB9F60;
    cursor: pointer;
}

.add-tab-pan {
    text-align: center;
    background: #BB9F60;
    cursor: pointer;
    float: left;
    border-radius: 0px 5px 5px 0px;
    color: #FFF;
    margin-top: 15px;
    padding: 10px 15px;
    border: none;
}

.nav-sidebar-v ul.tabs li a:hover {
    border-radius: 0px 5px 5px 0px;
}

/*************************** end of vertical tabs ***********************/
.active-btn-tab {
    float: left !important;
    border-radius: 0px 5px 5px 0px !important;
    margin-top: 10px !important;
}



.alert-sm {
    padding: 5px 10px !important;
}

.alert-md {
    padding: 10px 10px !important;
}

.active-icon {
    color: #559f54;
}

.inactive-icon {
    color: #9B9B9B;
}

.dashbord-container > div {
    padding: 10px !important;
}

.dashbord-container h2 {
    margin: 1px 20px 0 auto;
    border-bottom: 1px solid #D4D4D4;
}

.well .btnbar {
    margin: 0;
    padding: 0;
    float: left;
    white-space: nowrap;
}

    .well .btnbar li {
        display: inline-block;
        margin-right: 5px;
        list-style-type: none;
    }


.footerGrid ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.table {
    margin-bottom: 0px;
}

.element {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.headerGrid {
    background: #F1F5F2;
}

.table-modal-back {
    background: url(../../Content/images/modal-back.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.min-hight-400 {
    min-height: 400px;
}

* html .min-hight-400 { /* target IE6 */
    height: 400px;
}


.display-item {
    font-size: 1.0em !important;
    background-color: #FFFFFF;
    color: #555555;
    padding: 2px 10px;
    border-radius: 3px;
}

/* styles for validation helpers */
.field-validation-error:hover {
    /*background-image: url(images/close_small.png);*/
    background-position: top 1px left 1px;
    background-repeat: no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}

.field-validation-error {
    cursor: pointer;
    display: block;
    font-family: Tahoma;
    font-size: 11px;
    position: absolute;
    display: block;
    color: #FFF;
    border: 1px solid #D82521;
    border-radius: 7px;
    right: 110px;
    top: 0;
    background-color: #D82521;
    padding: 3px 10px;
    z-index: 2;
    max-width: 280px;
    min-width: 80px;
    box-shadow: 2px 2px 5px #971B17;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
    white-space: nowrap;
}

    .field-validation-error:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 60px;
        border-top: 10px solid blue;
        border-top-color: inherit;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }


.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #F0415E !important;
}

textarea.input-validation-error {
    border: 1px solid #F0415E;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

select.input-validation-error {
    border: 1px solid #F0415E;
}


.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


.checkbox_appended label {
    color: #8D8D8D;
    font-size: 14px !important;
    font-weight: bold !important;
    padding-right: 5px;
}


.form-group {
    position: relative;
}

    .form-group > label:first-child {
        font-family: "Open Sans", sans-serif;
        white-space: nowrap !important;
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #805f00;
    }

        .form-group > label:first-child:before {
            color: #333333;
            content: "\00BB \0020";
        }


.form-display {
    position: relative;
}

    .form-display > label:first-child {
        line-height: 1.9em;
        white-space: nowrap;
        font-family: "Open Sans", sans-serif;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        color: #805f00 !important;
    }

        .form-display > label:first-child:before {
            color: #333333;
            content: "\00BB \0020";
        }

        .form-display > label:first-child:after {
            color: #333333;
            content: " :  \0020 \0020 ";
        }

    .form-display > span {
        padding-right: 10px;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        color: #333333 !important;
    }

ul.form-section {
    margin: 10px !important;
}

.form-section div {
    position: relative;
}

.form-section li {
    position: relative;
    list-style-type: none;
    float: right;
    margin: 10px;
    height: 40px;
    min-width: 100px;
}

.datepicker, .datepicker-mix {
    cursor: pointer;
    background-image: url("../../Content/images/calendar.png");
    background-position: 4% center;
    background-repeat: no-repeat;
}

/*fieldset.fieldset {
    position: relative;
    background: #FFF;
    padding: 10px;
    margin: 10px 15px 20px 10px;
    border-radius: 4px;
    border: solid 1px #DADADA;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.095);
}

    fieldset.fieldset > legend {
        font-family: 'Midan W20';
        font-size: 27px;
        line-height: 30px;
        top: 7px !important;
        margin-right: -20px;
        color: #FFF;
        position: relative;
        display: block;
        min-width: 150px;
        width: auto;
        padding: 0 10px;
        transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
        -webkit-transition: background .2s linear;
        height: 0;
        border-bottom: 30px solid #075654;
        border-left: 10px solid transparent;
        border-right: 0px solid transparent;
        list-style: none;
    }

        fieldset.fieldset > legend:after {
            content: "";
            position: absolute;
            top: 30px;
            right: -0px;
            display: block;
            width: 0;
            height: 0;
            border-left: 10px solid #054140;
            border-bottom: 15px solid transparent;
            border-top: 0px solid transparent;
            direction: ltr;
        }

.fieldset_i {
    background-color: #FFF;
    border-radius: 7px 0 7px 7px;
    overflow: hidden;
    margin-top: 28px;
    overflow: visible;
    position: relative;
    border-top: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
    box-shadow: 2px 2px #DADADA;
    padding: 20px 10px 10px 10px;
}

    .fieldset_i legend {
        direction: ltr;
        text-align: right;
        min-width: 60px;
        color: #053D3C;
        font-size: 14px;
        border-width: 0px;
        padding: 0 12px;
        font-family: Tahoma;
        -webkit-border-radius: 17px 0px 0px 17px;
        -moz-border-radius: 17px 0px 0px 17px;
        border-radius: 17px 0px 0 17px;
        box-shadow: 2px 0 #C0C0C0;
        margin-top: -19px;
        margin-bottom: -15px;
        margin-right: -10px;
        width: auto;
        height: 26px;
        line-height: 26px;
        background-color: #E2E2E2;
        background-repeat: repeat-x;
    }

.marked {
    background-image: url(images/bgf.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.marked_l {
    background-image: url(images/bgf_l.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.timeCounter {
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.065);
    font-size: 19px;
    color: #707070;
    text-align: center;
    border: 1px outset #9B9B9B;
    background-image: linear-gradient(#f0f0f0, #d4d4d4);
    font-family: 'digi','Batang','Microsoft Sans Serif','Tahoma';
    font-weight: bolder;
}

.Shehada_green {
    font-family: "Midan W20" !important;
    background-color: #055452;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #075654, #054745);
}*/


.grid {
    position: relative;
    border-radius: 7px;
    border: 1px solid #e0d4b8;
    margin: 5px;
    padding-right: 1px;
}

.action {
    white-space: nowrap;
    padding: 0 2px;
    text-align: left;
    width: auto;
}

.col50 {
    width: 50px;
}

.col70 {
    width: 70px;
}

.table .col100 {
    width: 100px;
}

.col120 {
    width: 120px;
}

.col150 {
    width: 150px;
}

.col170 {
    width: 170px;
}

.col190 {
    width: 190px;
}

.col200 {
    width: 200px;
}

.col220 {
    width: 220px;
}

.col250 {
    width: 250px;
}

.col300 {
    width: 300px;
}

.col400 {
    width: 400px;
}

.col500 {
    width: 500px;
}

.col550 {
    width: 550px;
}

.col600 {
    width: 600px;
}

.loginNotes {
    font-size: 13px;
    font-family: Tahoma;
    text-align: center;
    width: 90%;
    margin: 5px auto;
}

    .loginNotes p {
        text-align: center;
        margin: 0;
    }

    .loginNotes b {
        font-size: 15px;
        font-family: Arial;
    }


a.hint {
    display: block;
    background: url("../../Content/images/help_icon.png") no-repeat top center;
    width: 24px;
    height: 24px;
    top: 8px;
    left: 48px;
    position: absolute;
}

    a.hint:hover {
        background-position: bottom;
    }

.ltr * {
    direction: ltr !important;
}

.ltr div[class^="span"] {
    float: left !important;
    margin-left: inherit !important;
    margin-right: 10px !important;
}

.ltr .form-item > label:before {
    color: #333333;
    content: "\00BB \0020";
}

.ltr .form-item.display {
    display: none;
    background: #FFF !important;
    border-radius: 5px;
    padding-right: 10px;
    font-family: Tahoma !important;
    font-size: 12px;
    color: #2B4B21 !important;
}

textarea[data-val-required]:not(.ignore),
textarea.required:not(.ignore) {
    background-image: url(../../Content/images/required.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

input.required:not(.ignore),
input[data-val-required][type="text"]:not(.ignore),
input[data-val-required][type="password"]:not(.ignore) {
    background-image: url(../../Content/images/required.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

input.required.datepicker:not(.ignore),
input.required.datepicker-mix:not(.ignore),
input[data-val-required][type="text"].datepicker-gre-custom:not(.ignore),
input[data-val-required][type="text"].datepicker:not(.ignore),

input[data-val-required][type="text"].datepicker-gre:not(.ignore),
input[data-val-required][type="text"].datepicker-mix:not(.ignore) {
    background-image: url(../../Content/images/calendar_r.png) !important;
    background-repeat: no-repeat;
    background-position: 5px center;
}

select.required:not(.ignore),
select[data-val-required]:not(.ignore) {
    background-image: url(../../Content/images/required.png);
    background-repeat: no-repeat;
    background-position: 24px center;
}

.ltr textarea[data-val="true"]:not(.ignore),
.ltr textarea.required:not(.ignore) {
    background-image: url(../../Content/images/required.png);
    background-repeat: no-repeat;
    background-position: right 5px top 5px;
}

.ltr input.required:not(.ignore),
.ltr input[data-val=true][type="text"]:not(.ignore) {
    background-image: url(../../Content/images/required.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.ltr select.required:not(.ignore),
.ltr select[data-val="true"]:not(.ignore) {
    background-image: url(../../Content/images/required.png);
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.dropdown .caret {
    margin-right: 5px !important;
}

.error-label {
    color: #CA3C38;
    font-weight: bolder;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 20px;
}

.success-label {
    color: #4AA14A;
    font-weight: bolder;
}

.warning-label {
    color: #ED9C2A;
    font-weight: bolder;
}

.info-label {
    color: #3CB3D6;
    font-weight: bolder;
}

.dropdown-menu.pull-right1 {
    right: -65px;
    left: auto;
}

.form-control + .glyphicon {
    position: absolute;
    left: 0;
    padding: 8px 27px;
}

.ActivState {
    display: inline-block;
    cursor: pointer;
    background-image: url("../../Content/images/active.png");
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.UnActivLink {
    background-position: top;
}

.ActivLink {
    background-position: bottom;
}

/* Wizard */
.mofa-wizard {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    margin: 10px 5px 10px 5px;
}

    .mofa-wizard a {
        white-space: nowrap;
        padding: 12px 12px 10px;
        margin-left: 5px;
        background: #BB9F60;
        position: relative;
        display: inline-block;
        /* margin-bottom: 10px; */
        color: #fff;
    }

        .mofa-wizard a:hover {
            text-decoration: none;
        }

        .mofa-wizard a:after {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-right: 20px solid #fff;
            position: absolute;
            content: "";
            top: 0;
            right: 0;
        }

        .mofa-wizard a:before {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-right: 20px solid #BB9F60;
            position: absolute;
            content: "";
            top: 0;
            left: -20px;
            z-index: 2;
        }

        .mofa-wizard a:first-child:after,
        .mofa-wizard a:last-child:before {
            border: none;
        }

        .mofa-wizard a:last-child {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

        .mofa-wizard a:first-child {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .mofa-wizard .badge {
        margin: 0 18px 0 5px;
        position: relative;
        top: -1px;
        float: right;
        background-color: #fff;
        color: #BB9F60;
        font-size: 12px;
        font-family: Tahoma;
    }

    .mofa-wizard a:first-child .badge {
        margin-right: 0;
    }

    .mofa-wizard .current {
        background: #BB9F60;
        color: #fff;
    }

        .mofa-wizard .current:before {
            border-right-color: #BB9F60;
        }

        .mofa-wizard .current > span.badge {
            background-color: #FFF;
            color: #BB9F60;
        }

    .mofa-wizard a.not-completed {
        background: #E5C871;
        color: #BB9F60;
    }

        .mofa-wizard a.not-completed:before {
            border-right-color: #E5C871;
        }

a.current ~ a {
    background-color: #efefef;
    color: #BB9F60;
}

    a.current ~ a:before {
        border-right-color: #efefef;
    }

    a.current ~ a > .badge {
        background-color: #BB9F60;
        color: #fff;
    }

/*.active-steps-badge {
    float: right;
    margin-top: 0px;
    margin-left: 6px;
    background-color: #FFF;
    color: #BB9F60;
    font-size: 12px;
    font-family: Tahoma;
}*/


/*.btn-default.active {
    background-color: #096C6A !important;
    border-color: #096C6A !important;
    color: white !important;
    text-shadow: none !important;
}*/

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
