﻿@font-face {
    font-family: "Univers Next Arabic";
    src: url(/_Layouts/Riyadh.EServices/Style/fonts/universnextarabicregular.eot);
    src: url(/_Layouts/Riyadh.EServices/Style/fonts/universnextarabicregular.eot?) format("eot"),url(/_Layouts/Riyadh.EServices/Style/fonts/universnextarabicregular.otf) format("opentype"),url(/_Layouts/Riyadh.EServices/Style/fonts/universnextarabicregular.ttf) format("truetype");
}
/*div,select,span,input,a,p,li{
    unicode-bidi:bidi-override !important;
    direction: rtl !important;	
}*/
html {
    color: #000;
    background: #FFF;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

.loader-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    /*dim the background*/;
}

    .loader-overlay img {
        margin: 0px auto;
        display: block;
        padding-top: 48vh;
    }

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

q:after, q:before {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

#smartAlert {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:99999;
}

body > #smartAlert {
    position: fixed;
}

#smartAlertBox {
    overflow: hidden;
    position: absolute;
}

#smartAlertHeader {
    position: relative;
}

#smartAlert[data-draggable=true] #smartAlertHeader {
    cursor: move;
}

#smartAlert[data-ie="7"] #smartAlertHeader {
    width: expression((this.parentNode.clientWidth - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight']))+'px');
}

#smartAlertTitle {
    text-align: right;
    font-size: 17px;
}

#smartAlertClose {
    display: none;
    position: absolute;
    cursor: pointer;
}

#smartAlert[data-cancel=true] #smartAlertClose {
    display: block;
}

#smartAlertBody {
    display: table;
    width: 100%;
}

#smartAlert[data-ie="7"] #smartAlertBody {
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    width: expression(this.parentNode.clientWidth+'px');
}

    #smartAlert[data-ie="7"] #smartAlertBody, #smartAlert[data-ie="7"] #smartAlertBody td {
        margin: 0;
        padding: 0;
        outline: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }

#smartAlertIcon {
    display: table-cell;
    background-position: center center;
    background-repeat: no-repeat;
}

#smartAlert[data-icon=false] #smartAlertIcon {
    display: none;
}

#smartAlertContent {
    display: table-cell;
    vertical-align: middle;
}

#smartAlert[data-align=left] #smartAlertContent {
    text-align: right;
}

#smartAlert[data-align=center] #smartAlertContent {
    text-align: center;
}

#smartAlert[data-align=right] #smartAlertContent {
    text-align: right;
}

#smartAlert[data-ie="7"] #smartAlertContent {
    word-wrap: break-word;
}

#smartAlertPrompt {
    display: block;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#smartAlertButtons {
    position: relative;
    text-align: center;
}

#smartAlert[data-ie="7"] #smartAlertButtons {
    width: expression((this.parentNode.clientWidth - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight']))+'px');
}

.smartAlertButton {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

#smartAlert[data-ie="8"] .smartAlertButton {
    position: relative;
}

#smartAlert[data-ie="7"] .smartAlertButton {
    display: inline;
    width: 1px;
}

.smartAlertButton.pie_first-child, .smartAlertButton:first-child {
    margin-left: 0;
}

#smartAlert[data-pie=htc], #smartAlert[data-pie=htc] #smartAlertBox, #smartAlert[data-pie=htc] #smartAlertButton, #smartAlert[data-pie=htc] #smartAlertButtons, #smartAlert[data-pie=htc] #smartAlertContent, #smartAlert[data-pie=htc] #smartAlertHeader, #smartAlert[data-pie=htc] #smartAlertScrollBar, #smartAlert[data-pie=htc] #smartAlertScrollDrag, #smartAlert[data-pie=htc] .smartAlertButton {
    behavior: url(/_LAYOUTS/Riyadh.EServices/PIE.htc);
}

#smartAlert[data-pie=php], #smartAlert[data-pie=php] #smartAlertBox, #smartAlert[data-pie=php] #smartAlertButton, #smartAlert[data-pie=php] #smartAlertButtons, #smartAlert[data-pie=php] #smartAlertContent, #smartAlert[data-pie=php] #smartAlertHeader, #smartAlert[data-pie=php] #smartAlertScrollBar, #smartAlert[data-pie=php] #smartAlertScrollDrag, #smartAlert[data-pie=php] .smartAlertButton {
    behavior: url(PIE.php);
}

.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden;
}

    .mCSB_container.mCS_no_scrollbar {
        margin-right: 0;
    }

.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar, .mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
    }

.mCustomScrollBox > .mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255,255,255,.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255,255,255,.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(255,255,255,.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCustomScrollBox {
    max-width: none !Important;
}

#smartAlert {
    background: rgba(255,255,255,.85);
    -pie-background: rgba(255,255,255,.85);
}

#smartAlertBox {
    margin: 25px;
    border: 1px solid #36424b;
    min-width: 270px;
    max-width: 500px;
    font-size: 13px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 0 6px rgba(0,33,70,.1),0 7px 25px rgba(17,38,84,.4);
    -webkit-box-shadow: 0 0 6px rgba(0,33,70,.1),0 7px 25px rgba(17,38,84,.4);
    -moz-box-shadow: 0 0 6px rgba(0,33,70,.1),0 7px 25px rgba(17,38,84,.4);
    -ms-box-shadow: 0 0 6px rgba(0,33,70,.1),0 7px 25px rgba(17,38,84,.4);
    -o-box-shadow: 0 0 6px rgba(0,33,70,.1),0 7px 25px rgba(17,38,84,.4);
}

#smartAlert[data-type=prompt] #smartAlertBox {
    min-width: 310px;
}

#smartAlert[data-ie="9"] #smartAlertBox {
    border-radius: 4px;
}

#smartAlert[data-ie="7"] #smartAlertBox, #smartAlert[data-ie="8"] #smartAlertBox {
    box-shadow: none;
}

#smartAlertHeader {
    border-bottom: 1px solid #36424b;
    padding: 14px 10px 13px 17px;
    background-color: #414d57;
    background-image: linear-gradient(#57626c,#3c4852);
    background-image: -webkit-linear-gradient(#57626c,#3c4852);
    background-image: -moz-linear-gradient(#57626c,#3c4852);
    background-image: -o-linear-gradient(#57626c,#3c4852);
    background-image: -ms-linear-gradient(#57626c,#3c4852);
    -pie-background: linear-gradient(#57626c,#3c4852);
    box-shadow: 0 1px rgba(255,255,255,.21) inset,0 0 10px rgba(255,255,255,.07) inset;
    -webkit-box-shadow: 0 1px rgba(255,255,255,.21) inset,0 0 10px rgba(255,255,255,.07) inset;
    -moz-box-shadow: 0 1px rgba(255,255,255,.21) inset,0 0 10px rgba(255,255,255,.07) inset;
    -ms-box-shadow: 0 1px rgba(255,255,255,.21) inset,0 0 10px rgba(255,255,255,.07) inset;
    -o-box-shadow: 0 1px rgba(255,255,255,.21) inset,0 0 10px rgba(255,255,255,.07) inset;
}

#smartAlertTitle {
    font-weight: 700;
    text-shadow: 0 -1px 1px rgba(2,3,3,.3);
    color: #fff;
    line-height: 13px;
}

#smartAlertClose {
    top: 7px;
    left: 7px;
    width: 33px;
    height: 33px;
    background: url(/_LAYOUTS/Riyadh.EServices/Images/close.png);
}

@media only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1) {
    #smartAlertClose {
        background: url(/_LAYOUTS/Riyadh.EServices/x2/close.png);
        background-size: 100%,100%;
        -webkit-background-size: 100%,100%;
        -moz-background-size: 100%,100%;
        -o-background-size: 100%,100%;
    }
}

#smartAlert[data-opera] #smartAlertHeader, #smartAlert[data-webkit] #smartAlertHeader {
    border-radius: 2px 2px 0 0;
}

#smartAlertIcon {
    width: 67px;
}

#smartAlert[data-icon=info] #smartAlertIcon {
    background-image: url(/_LAYOUTS/Riyadh.EServices/Images/info.png);
}

#smartAlert[data-icon=confirm] #smartAlertIcon {
    background-image: url(/_LAYOUTS/Riyadh.EServices/Images/confirm.png);
}

#smartAlert[data-icon=warning] #smartAlertIcon {
    background-image: url(/_LAYOUTS/Riyadh.EServices/Images/warning.png);
}

#smartAlert[data-icon=error] #smartAlertIcon {
    background-image: url(/_LAYOUTS/Riyadh.EServices/Images/error.png);
}

#smartAlert[data-icon=prompt] #smartAlertIcon {
    background-image: url(/_LAYOUTS/Riyadh.EServices/Images/prompt.png);
}

#smartAlert[data-icon=success] #smartAlertIcon {
    background-image: url(/_LAYOUTS/Riyadh.EServices/Images/success.png);
}

@media only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1) {
    #smartAlertIcon {
        background-size: 35px,35px;
        -webkit-background-size: 35px,35px;
        -moz-background-size: 35px,35px;
        -o-background-size: 35px,35px;
    }

    #smartAlert[data-icon=info] #smartAlertIcon {
        background-image: url(/_LAYOUTS/Riyadh.EServices/x2/info.png);
    }

    #smartAlert[data-icon=confirm] #smartAlertIcon {
        background-image: url(/_LAYOUTS/Riyadh.EServices/x2/confirm.png);
    }

    #smartAlert[data-icon=warning] #smartAlertIcon {
        background-image: url(/_LAYOUTS/Riyadh.EServices/x2/warning.png);
    }

    #smartAlert[data-icon=error] #smartAlertIcon {
        background-image: url(/_LAYOUTS/Riyadh.EServices/x2/error.png);
    }

    #smartAlert[data-icon=prompt] #smartAlertIcon {
        background-image: url(/_LAYOUTS/Riyadh.EServices/x2/prompt.png);
    }

    #smartAlert[data-icon=success] #smartAlertIcon {
        background-image: url(/_LAYOUTS/Riyadh.EServices/x2/success.png);
    }
}

#smartAlertContent {
    padding: 26px 10px 26px 50px;
    line-height: 20px;
    color: #63737f;
    font-weight: 700;
    font-size: 17px;
}

#smartAlert[data-icon=false] #smartAlertContent {
    padding-left: 52px;
}

#smartAlert[data-type=prompt] #smartAlertContent {
    padding: 16px 20px 16px 0;
}

#smartAlert[data-type=prompt][data-icon=false] #smartAlertContent {
    padding-left: 26px;
}

#smartAlertScrollArea {
    margin-right: 5px;
}

#smartAlertScrollBar {
    background-color: #dfeaf4 !Important;
}

#smartAlertScrollDrag {
    background-color: #48545e;
}

#smartAlertPrompt {
    border: 1px solid #abb1c9;
    padding: 5px;
    margin: 10px 0;
    font-size: 13px;
    line-height: 13px;
    color: #848484;
    background: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(2,3,3,.12) inset;
    -webkit-box-shadow: 0 1px 3px rgba(2,3,3,.12) inset;
    -moz-box-shadow: 0 1px 3px rgba(2,3,3,.12) inset;
    -o-box-shadow: 0 1px 3px rgba(2,3,3,.12) inset;
    -ms-box-shadow: 0 1px 3px rgba(2,3,3,.12) inset;
}

#smartAlertButtons {
    border-top: 1px solid #dfeaf4;
    padding: 12px 13px 13px;
    background: #f9fafe;
}

#smartAlert[data-ie="7"] #smartAlertButtons, #smartAlert[data-ie="8"] #smartAlertButtons, #smartAlert[data-opera] #smartAlertButtons, #smartAlert[data-webkit] #smartAlertButtons {
    border-radius: 0 0 2px 2px;
}

.smartAlertButton {
    margin-left: 11px;
    border: 1px solid #b1b8bf;
    padding: 9px 22px 7px;
    min-width: 32px;
    font-weight: 700;
    line-height: 13px;
    text-shadow: 0 1px 1px rgba(255,255,255,.5);
    color: #424e58;
    background-color: #f4f6f9;
    background-image: linear-gradient(#fff,#eceef4 99%,#eceef4);
    background-image: -webkit-linear-gradient(#fff,#eceef4 99%,#eceef4);
    background-image: -moz-linear-gradient(#fff,#eceef4 99%,#eceef4);
    background-image: -o-linear-gradient(#fff,#eceef4 99%,#eceef4);
    background-image: -ms-linear-gradient(#fff,#eceef4 99%,#eceef4);
    -pie-background: linear-gradient(#fff,#eceef4 99%,#eceef4);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 2px rgba(2,3,3,.05),0 0 5px #fff inset;
    -webkit-box-shadow: 0 2px rgba(2,3,3,.05),0 0 5px #fff inset;
    -moz-box-shadow: 0 2px rgba(2,3,3,.05),0 0 5px #fff inset;
    -ms-box-shadow: 0 2px rgba(2,3,3,.05),0 0 5px #fff inset;
    -o-box-shadow: 0 2px rgba(2,3,3,.05),0 0 5px #fff inset;
}

    .smartAlertButton:hover {
        border: 1px solid #a8b3c4;
        background-color: #dde3e9;
        background-image: linear-gradient(#ebeff5,#d2d9e0);
        background-image: -webkit-linear-gradient(#ebeff5,#d2d9e0);
        background-image: -moz-linear-gradient(#ebeff5,#d2d9e0);
        background-image: -o-linear-gradient(#ebeff5,#d2d9e0);
        background-image: -ms-linear-gradient(#ebeff5,#d2d9e0);
        -pie-background: linear-gradient(#ebeff5,#d2d9e0);
        box-shadow: 0 2px rgba(2,3,3,.05),0 2px rgba(255,255,255,.25) inset,0 0 5px rgba(255,255,255,.5) inset;
        -webkit-box-shadow: 0 2px rgba(2,3,3,.05),0 2px rgba(255,255,255,.25) inset,0 0 5px rgba(255,255,255,.5) inset;
        -moz-box-shadow: 0 2px rgba(2,3,3,.05),0 2px rgba(255,255,255,.25) inset,0 0 5px rgba(255,255,255,.5) inset;
        -ms-box-shadow: 0 2px rgba(2,3,3,.05),0 2px rgba(255,255,255,.25) inset,0 0 5px rgba(255,255,255,.5) inset;
        -o-box-shadow: 0 2px rgba(2,3,3,.05),0 2px rgba(255,255,255,.25) inset,0 0 5px rgba(255,255,255,.5) inset;
    }

    .smartAlertButton.smartAlertActive {
        border: 1px solid #7991a8;
        box-shadow: 0 0 4px rgba(86,122,155,.4),0 0 5px #fff inset;
        -webkit-box-shadow: 0 0 4px rgba(86,122,155,.4),0 0 5px #fff inset;
        -moz-box-shadow: 0 0 4px rgba(86,122,155,.4),0 0 5px #fff inset;
        -o-box-shadow: 0 0 4px rgba(86,122,155,.4),0 0 5px #fff inset;
        -ms-box-shadow: 0 0 4px rgba(86,122,155,.4),0 0 5px #fff inset;
        margin-left: 15px;
        margin-right: 15px
    }

    .smartAlertButton.smartAlertClick {
        border: 1px solid #9ba8bc;
        background-color: #dde3e9;
        background-image: linear-gradient(#d2d9e0,#ebeff5);
        background-image: -webkit-linear-gradient(#d2d9e0,#ebeff5);
        background-image: -moz-linear-gradient(#d2d9e0,#ebeff5);
        background-image: -o-linear-gradient(#d2d9e0,#ebeff5);
        background-image: -ms-linear-gradient(#d2d9e0,#ebeff5);
        -pie-background: linear-gradient(#d2d9e0,#ebeff5);
        box-shadow: 0 1px 1px rgba(0,0,0,.15) inset,0 0 4px rgba(255,255,255,.5) inset;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15) inset,0 0 4px rgba(255,255,255,.5) inset;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15) inset,0 0 4px rgba(255,255,255,.5) inset;
        -ms-box-shadow: 0 1px 1px rgba(0,0,0,.15) inset,0 0 4px rgba(255,255,255,.5) inset;
        -o-box-shadow: 0 1px 1px rgba(0,0,0,.15) inset,0 0 4px rgba(255,255,255,.5) inset;
    }

.qq-uploader {
    position: relative;
    width: 100%;
    direction: rtl;
}

/*.qq-upload-button {
    display: block;
    width: 240px;
    text-align: center;
    background: #448f12;
    border-bottom: 1px solid #DDD;
    color: #FFF;
    font-size: 20px;
    margin-top: -1px;
}

.qq-upload-button-hover {
    background: #276300;
}

.qq-upload-button-focus {
    outline: #000 dotted 1px;
}*/

.qq-upload-button {
        display: inline-block;
    width: auto;
    text-align: center;
    background-color: #293b4a;
    color: #16a660;
    font-size: 16px;
    margin-top: 3px;
    height: 39px;
    line-height: 34px;
    padding: 0px 20px 0px 40px;
    background-image: url(/_Layouts/Riyadh.EServices/Images/upload.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 2px 2px;
    cursor: pointer;
}

    .qq-upload-button-hover, .qq-upload-button:hover {
        background-color: #2f98b5;
    }

/*.qq-upload-button-focus {
    background-color: #1d7693;
}*/



.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #ff9797;
    text-align: center;
}

    .qq-upload-drop-area span {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -8px;
        font-size: 16px;
    }

.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}

.qq-upload-drop-area-active {
    background: #ff7171;
}

.qq-upload-list {
    margin: 0;
    padding: 0px 0px 0px 5px;
    list-style: none;
}

    .qq-upload-list li {
        margin: 2px 0 0;
        padding: 9px 0px;
        line-height: 15px;
        font-size: 16px;
        background-color: #f0f0f0;
        color: #000;
    }

.qq-upload-cancel, .qq-upload-continue, .qq-upload-delete, .qq-upload-failed-text, .qq-upload-file, .qq-upload-pause, .qq-upload-retry, .qq-upload-size, .qq-upload-spinner {
    margin-right: 12px;
    display: inline;
}

.qq-upload-spinner {
    display: inline-block;
    background: url(/_Layouts/Riyadh.EServices/Images/loading.gif) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.qq-drop-processing {
    display: block;
}

.qq-drop-processing-spinner {
    display: inline-block;
    background: url(/_Layouts/Riyadh.EServices/Images/processing.gif);
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.qq-upload-continue, .qq-upload-delete, .qq-upload-pause {
    display: inline;
}

.qq-upload-cancel, .qq-upload-continue, .qq-upload-delete, .qq-upload-pause, .qq-upload-retry {
    color: #000;
}

.qq-upload-retryable .qq-upload-retry {
    display: inline;
    font-size: 19px;
}

.qq-upload-cancel, .qq-upload-continue, .qq-upload-delete, .qq-upload-pause, .qq-upload-retry, .qq-upload-size {
    font-size: 12px;
    font-weight: 400;
}

.qq-upload-size {
    float: left;
    padding-left: 10px;
}

.qq-upload-delete {
    cursor: pointer;
    /* text-indent: -200px; */
    width: 22px;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    color: rgb(208, 3, 3);
    background: transparent;
    border: none;
    text-shadow: 0px 0px 2px #999;
}

.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: 700;
}

.qq-upload-failed-icon {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #d60000;
}

.qq-upload-list li.qq-upload-success {
    background-color: #10a9a9;
    color: #fff;
}

.qq-upload-list li.qq-upload-fail {
    background-color: #cf7777;
    color: #FFF;
}

.qq-progress-bar {
    display: block;
    background-color: #f7f7f7;
    width: 0;
    height: 20px;
    border-radius: 2px;
    margin-bottom: 3px;
}

.qq-total-progress-bar {
    height: 25px;
    border-radius: 2px;
}

.qq-total-progress-bar-container {
    margin: 9px;
}

INPUT.qq-edit-filename {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -ms-filter: "alpha(Opacity=0)";
}

.qq-upload-file.qq-editable {
    cursor: pointer;
}

.qq-edit-filename-icon.qq-editable {
    display: inline-block;
    cursor: pointer;
}

INPUT.qq-edit-filename.qq-editing {
    position: static;
    margin-top: -5px;
    margin-right: 10px;
    margin-bottom: -5px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)";
}

.qq-edit-filename-icon {
    display: none;
    background: url(/_LAYOUTS/Riyadh.EServices/Images/edit.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.qq-hide, INPUT.qq-edit-filename.qq-editing ~ .qq-upload-cancel {
    display: none;
}

table.dataTable {
    /*border: none !important;*/
}

table.dataTable {
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #02a595;
    background: #fefefe;
    width: 70%;
    margin: 0px auto;
    /*-moz-border-radius: 1px;


    -webkit-border-radius: 1px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);color:#000;*/;
}

    table.dataTable tfoot th, table.dataTable thead th {
        font-weight: 700;
    }

    table.dataTable thead td, table.dataTable thead th {
        padding: 10px 18px;
        border: 0;
        border-bottom: 1px solid #111;
        text-align: center;
        font-size: 14px;
    }

        table.dataTable thead td:active, table.dataTable thead th:active {
            outline: 0;
        }

    table.dataTable tfoot td, table.dataTable tfoot th {
        padding: 10px 18px 6px;
        border-top: 1px solid #111;
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
        cursor: pointer;
    }

    table.dataTable thead .sorting {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/sort_both.png) center right no-repeat #337ab7;
    }

    table.dataTable thead .sorting_asc {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/sort_asc.png) center right no-repeat #337ab7;
    }

    table.dataTable thead .sorting_desc {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/sort_desc.png) center right no-repeat #337ab7;
    }

    table.dataTable thead .sorting_asc_disabled {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/sort_asc_disabled.png) center right no-repeat;
    }

    table.dataTable thead .sorting_desc_disabled {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/sort_desc_disabled.png) center right no-repeat;
    }

    table.dataTable tbody tr {
        background-color: #fff;
    }

        table.dataTable tbody tr.selected {
            background-color: #b0bed9;
        }

    table.dataTable tbody td, table.dataTable tbody th {
        padding: 8px 10px;
    }

    table.dataTable td.center, table.dataTable td.dataTables_empty, table.dataTable th.center {
        text-align: center;
    }

    table.dataTable.no-footer {
        border: 1px solid #056946;
    }

    table.dataTable, table.dataTable td, table.dataTable th {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        table.dataTable.row-border tbody tr:first-child th,
        table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
        table.dataTable.display tbody tr:first-child td {
            border-top: none;
        }

        table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
            border-top: 0px solid #ddd;
            border-right: 0px solid #ddd;
        }

        table.dataTable.cell-border tbody tr th:first-child,
        table.dataTable.cell-border tbody tr td:first-child {
            border-left: 1px solid #ddd;
        }

        table.dataTable.cell-border tbody tr:first-child th,
        table.dataTable.cell-border tbody tr:first-child td {
        }

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: .5em;
    }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em;
    }

.GridPager {
    border: 1px solid #d3d3d3;
    background: 50% 50% repeat-x #fcfcfc;
    font-weight: 400;
    color: #01017c;
    font-size: 16px;
}

.lw-menu {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .lw-menu li {
        width: 435px;
        height: 39px;
        float: right;
        overflow: hidden;
        margin-right: 10px;
        position: relative;
        display: block;
        background: #fff;
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        margin-bottom: 10px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .lw-menu li:last-child {
            margin-bottom: 0;
        }

        .lw-menu li a {
            text-align: right;
            width: 100%;
            height: 100%;
            display: block;
            color: #333;
            position: relative;
        }

.lw-icon {
    font-size: 20px;
    text-shadow: 0 0 1px #333;
    line-height: 50px;
    position: absolute;
    width: 90px;
    right: 0;
    top: 7px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.lw-content {
    position: absolute;
    right: 20px;
    width: 340px;
    height: 50px;
    top: 0;
}

.lw-main {
    font-size: 18px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-top: 7px;
}

.lw-sub {
    font-size: 14px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.lw-menu li:hover {
    background: #e1f0fa;
}

    .lw-menu li:hover .lw-icon {
        font-size: 40px;
        color: #259add;
        opacity: .8;
        text-shadow: 0 0 13px #fff;
        .ca-menu li;
    }

    .lw-menu li:hover .lw-main {
        opacity: 1;
        color: #2676ac;
        -webkit-animation: moveFromTop 300ms ease-in-out;
        -moz-animation: moveFromTop 300ms ease-in-out;
        -ms-animation: moveFromTop 300ms ease-in-out;
    }

    .lw-menu li:hover .lw-sub {
        opacity: 1;
        -webkit-animation: moveFromBottom 300ms ease-in-out;
        -moz-animation: moveFromBottom 300ms ease-in-out;
        -ms-animation: moveFromBottom 300ms ease-in-out;
    }

@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

.ca-menu {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .ca-menu li {
        width: 175px;
        height: 105px;
        overflow: hidden;
        position: relative;
        float: right;
        background: #fff;
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        margin-right: 4px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        margin-bottom: 5px;
    }

        .ca-menu li:last-child {
            margin-right: 4;
        }

        .ca-menu li a {
            text-align: left;
            width: 100%;
            height: 100%;
            display: block;
            color: #333;
            position: relative;
        }

.ca-icon {
    font-size: 18px;
    color: #333;
    text-shadow: 0 0 1px #333;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-content {
    left: 0;
    width: 100%;
}

.ca-main {
    font-size: 21px;
    opacity: .8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-sub {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: .8;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-menu li:hover {
    background-color: #259add;
}

    .ca-menu li:hover .ca-icon {
        color: #fff;
        -webkit-animation: moveFromBottom 300ms ease;
        -moz-animation: moveFromBottom 300ms ease;
        -ms-animation: moveFromBottom 300ms ease;
    }

    .ca-menu li:hover .ca-main {
        color: #fff;
        -webkit-animation: smallToBig 300ms ease;
        -moz-animation: smallToBig 300ms ease;
        -ms-animation: smallToBig 300ms ease;
    }

    .ca-menu li:hover .ca-sub {
        color: #000;
        background-color: #fff;
        -webkit-animation: moveFromBottom 500ms ease;
        -moz-animation: moveFromBottom 500ms ease;
        -ms-animation: moveFromBottom 500ms ease;
    }

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(0.1);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(0.1);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(0.1);
    }

    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }

    to {
        -ms-transform: translateY(0%);
    }
}

#easyWarningNotification {
    padding: 5px 10px;
    background: #fffed0;
    border: 1px solid #d4d287;
    color: #333;
    position: relative;
}

#easyInfoNotification {
    padding: 5px 10px;
    border: 1px solid #bae2f0;
    background: #e3f4f9;
    color: #333;
    position: relative;
}

.easyNotification span {
    float: right;
    cursor: pointer;
}

div.DTTT_container {
    float: right;
    margin-bottom: 6px;
    margin-top: 2PX;
}

a.DTTT_button, button.DTTT_button, div.DTTT_button {
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    font-size: .88em;
    color: #000 !Important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -moz-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -o-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);
}

button.DTTT_button {
    height: 30px;
    padding: 3px 8px;
}

.DTTT_button embed {
    outline: 0;
}

a.DTTT_button:hover, button.DTTT_button:hover, div.DTTT_button:hover {
    border: 1px solid #666;
    text-decoration: none !Important;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    background: #f3f3f3;
    background: -webkit-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
    background: -ms-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
    background: linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0);
}

a.DTTT_disabled, button.DTTT_disabled, div.DTTT_disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);
    background: -moz-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);
    background: -ms-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);
    background: -o-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);
    background: linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0);
}

button.DTTT_button_copy, button.DTTT_button_csv, button.DTTT_button_pdf, button.DTTT_button_print, button.DTTT_button_xls {
    padding-right: 0;
}

    button.DTTT_button_copy span, button.DTTT_button_csv span, button.DTTT_button_pdf span, button.DTTT_button_print span, button.DTTT_button_xls span {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        padding-right: 30px;
    }

    button.DTTT_button_csv span {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/csv.png) bottom right no-repeat;
    }

    button.DTTT_button_csv:hover span {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/csv_hover.png) center right no-repeat;
    }

    button.DTTT_button_xls span {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/xls.png) center right no-repeat;
    }

    button.DTTT_button_xls:hover span {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/xls_hover.png) center right no-repeat #f0f0f0;
    }

    button.DTTT_button_copy span {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/copy.png) center right no-repeat;
    }

    button.DTTT_button_copy:hover span {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/copy_hover.png) center right no-repeat #f0f0f0;
    }

button.DTTT_button_pdf {
    display: none;
}

    button.DTTT_button_pdf span {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/pdf.png) center right no-repeat;
    }

    button.DTTT_button_pdf:hover span {
        background: url(/_LAYOUTS/Riyadh.EServices/Images/pdf_hover.png) center right no-repeat #f0f0f0;
        display: none;
    }

button.DTTT_button_print span {
    background: url(/_LAYOUTS/Riyadh.EServices/Images/print.png) center right no-repeat;
}

button.DTTT_button_print:hover span {
    background: url(/_LAYOUTS/Riyadh.EServices/Images/print_hover.png) center right no-repeat #f0f0f0;
}

button.DTTT_button_collection span {
    padding-right: 17px;
    background: url(/_LAYOUTS/Riyadh.EServices/Images/collection.png) center right no-repeat;
}

button.DTTT_button_collection:hover span {
    padding-right: 17px;
    background: url(/_LAYOUTS/Riyadh.EServices/Images/collection_hover.png) center right no-repeat #f0f0f0;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

table.dataTable tr.DTTT_selected.odd, table.dataTable tr.DTTT_selected.odd td.sorting_1, table.dataTable tr.DTTT_selected.odd td.sorting_2, table.dataTable tr.DTTT_selected.odd td.sorting_3 {
    background-color: #9fafd1;
}

table.dataTable tr.DTTT_selected.even, table.dataTable tr.DTTT_selected.even td.sorting_1, table.dataTable tr.DTTT_selected.even td.sorting_2, table.dataTable tr.DTTT_selected.even td.sorting_3 {
    background-color: #b0bed9;
}

div.DTTT_collection {
    width: 150px;
    padding: 8px 8px 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.4);
    background-color: #f3f3f3;
    background-color: rgba(255,255,255,.3);
    overflow: hidden;
    z-index: 2002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -ms-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -o-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

div.DTTT_collection_background {
    background: url(/_LAYOUTS/Riyadh.EServices/Images/background.png) top left;
    z-index: 2001;
}

div.DTTT_collection a.DTTT_button, div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    float: none;
    margin-bottom: 4px;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}

.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -moz-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: -o-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    background: linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);
    opacity: .95;
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -ms-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -o-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    box-shadow: 0 3px 7px rgba(0,0,0,.5);
}

    .DTTT_print_info h6 {
        font-weight: 400;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

#TipContainer {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 20000;
}

#TipContent {
    background-color: #3a3a3a;
    min-width: 175px;
    color: #fff;
    min-height: 50px;
    text-align: right;
    padding: 6px;
    font-size: 17px;
}

.JTip.JTipImage {
    margin: 5px 5px 5px 15px;
}

.whole_calendar {
    background-color: #fff;
    border-color: #d4d4d4;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    position: absolute;
    z-index: 100000000000;
    float: right;
    width: 254px;
    margin-right: 3px;
    margin-left: 3px;
}

#Header_Div {
    background-color: #f5f5f5;
    height: 40px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 19px !Important;
    padding-top: 5px !Important;
    padding-right: 29px;
    padding-left: 28px;
    position: relative;
    vertical-align: middle;
}

.clsText {
    background-color: #FFF;
    border: 1px solid #c4c4c4;
    box-shadow: 0 0 8px #d9d9d9;
    color: #737373;
    cursor: pointer;
    direction: rtl;
    font-size: 12px;
    margin: 3px 0;
    margin-top: 4px !Important;
    moz-border-radius: 4px;
    moz-box-shadow: 0 0 8px #d9d9d9;
    padding: 3px !Important;
    webkit-border-radius: 4px;
    webkit-box-shadow: 0 0 8px #d9d9d9;
    width: 172px;
    height: 16px !Important;
}

    .clsText:focus {
        border: 1px solid #7bc1f7;
        box-shadow: 0 0 8px #7bc1f7;
        moz-box-shadow: 0 0 8px #7bc1f7;
        outline: 0;
        webkit-box-shadow: 0 0 8px #7bc1f7;
    }

.fldLabel {
    color: #58595b;
    font-size: 8pt;
    width: 100px;
}

.ctlHeader {
    padding-left: 0;
    padding-right: 0;
}

.clsDDL {
    background-color: #fbfdf7;
    border: 1px solid #b5b7b9;
    border: 1px solid #d4d4d4;
    color: #737373;
    direction: rtl;
    font-size: 12px;
}

#clsLocCalendar {
    padding-left: 2px !Important;
    padding-right: 2px !Important;
    text-align: center;
}

#Progress_bar {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    height: 180px;
    overflow: auto;
    position: absolute;
    width: 280px;
}

.CalDatePicker {
    height: 200px !Important;
    width: 250px !Important;
}

.CalDatePickerEvent {
    height: 250px !Important;
    width: 350px !Important;
}

.innerbox {
    min-height: 275px;
    padding: 0 13px 13px;
    position: relative;
}

.miniinnerbox {
    background: repeat-x #e9edf0;
    border: 1px solid #fff;
    padding: 13px;
    position: relative;
}

.artic-title {
     color: #12a761;
    float: right;
    font-size: 16px;
    font-weight: 700;
    /* height: 34px; */
    margin: 10px 0;
    padding-left: 30px;
    /* padding-right: 20px; */
    padding: 13px 16px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    /* background-image: linear-gradient(0deg, #389e63 0%, #389e63 100%); */
    border-radius: 3px;
    background-color: #2b3e4b;
    text-align:right;
}

.miniHeader {
    background: #02a595;
    color: #fcfcfc;
    float: right;
    font-size: 14px;
    font-weight: 700;
    /*height: 25px;*/
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 22px !Important;
    /*padding-top: 9px;*/
    position: relative;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    height: auto;
}
.miniHeader3 {
    background: #fff;
    color: #0a0a0a;
    float: right;
    font-size: 16px;
    font-weight: 700;
    height: 25px;
    margin-top: 10px;
    padding-right: 4px !Important;
    position: relative;
    vertical-align: middle;
    text-align: right;
    width: 100.3%;
    padding-top: 8px;
    vertical-align: top;
    border-bottom: solid 1px #1d7693;
    margin-bottom: 6px;
}
.title-text {
    margin-left: 150px;
    z-index: 100;
}
.RequiredMarkCssClass
.artic-text {
  color: #ffffff;
    font-size: 18px;
    background: #389e63;
}

.nwsarchive-order-ico {
    background: url(/_LAYOUTS/EServices/Images/nwsarchive-order.png) no-repeat;
    height: 10px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 8px;
}

img {
    border: 0;
    outline: 0;
}

.clr {
    clear: both;
    margin: 0;
    padding: 0;
    z-index: -999;
}

.RequiredMarkCssClass {
    color: #ff0000;
    font-size: 22px;
    line-height: 18px;
    margin-left: 3px;
}

.ValidationError {
    color: Red;
    font-size: 13px;
    line-height: 21px;
    padding: 6px;
    white-space: pre;
}

select {
    background-color: #FFF;
    border: 1px solid #d4d4d4;
    color: #737373;
    direction: rtl;
    font-size: 16px;
    margin-right: 3px !Important;
    margin-left: 3px !Important;
    padding: 6px !Important;
    width: 80%;
    height: 40px;
}

input[type=password], input[type=text], input[type=tel], input[type=email] {
     border: 1px solid #c4c4c4;
    font-size: 16px;
    height: 42px;
    margin: 3px;
    padding: 4px;
    width: 277px;
}
input[type=password], input[type=tel], input[type=email] {
     border: 1px solid #c4c4c4;
    font-size: 16px;
    height: 42px;
    margin: 3px;
    padding: 4px;
    width: 277px;
    font-family: 'Bahij_TheSansArabic-Plain' !important;
}
input[type=number] {
    border: 1px solid #c4c4c4;
    font-size: 19px;
    height: 42px;
    margin: 3px;
    padding: 4px;
    width: 277px;
	font-family: 'Bahij_TheSansArabic-Plain' !important;
}

textarea {
    box-shadow: 0 0 8px #d9d9d9;
    font-size: 16px;
    margin: 3px;
    moz-box-shadow: 0 0 8px #d9d9d9;
    padding: 1px 2px 2px 1px;
    webkit-box-shadow: 0 0 8px #d9d9d9;
    width: 92.5%;
    Z-INDEX: 101;
    OVERFLOW: hidden;
    min-height: 70px;
    border: 1px solid silver;
    border-right: 4px solid silver;
}

input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=mail]:focus {
    border: 1px solid #7bc1f7;
    box-shadow: 0 0 8px #7bc1f7;
    moz-box-shadow: 0 0 8px #7bc1f7;
    outline: 0;
    webkit-box-shadow: 0 0 8px #7bc1f7;
}

input[type=button], input[type=submit] {
  display: inline-block;
    height: 22px;
    background-color: #056946 !important;
    color: #ffffff !important;
    padding-left: 6px;
    padding-right: 10px;
    text-align: center;
    background-position: right -88px;
    overflow: visible;
    height: 34px;
    line-height: 33px;
    font-size: 16px;
    min-width: 130px;
    outline: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    float: left;
    margin-left: 2px;
    border: none !important;
    margin-bottom: 10px;
    margin-left: 10px;
}

    input[type=button]:hover, input[type=submit]:hover {
        background-color: #e8e8e8;
    }

.BackImg {
    border-width: 0;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 15px;
    height: 35px;
}

input[type=button]:active, input[type=submit]:active {
    border: 0 none;
    color: #25a0da;
}

.formbutton {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.formbody {
    border-bottom: 1px solid #dbe3e9;
    /* border-left: 1px solid #dbe3e9; */
    font-size: 16px !Important;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

.formlabel {
    background-color: #FAFAFA !Important;
    border-bottom: 1px solid #dbe3e9;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 5px;
    width: 13%;
    padding-right: 10px;
    height: 25px;

}
.formtable {
    border-top: 1px solid #dbe3e9;
    margin-top: 8px;
    direction: rtl;
    background-color: #fff;
    width: 100%;
}

.formtablenoborder {
    margin-top: 8px;
    width: 100%;
    direction: rtl;
}


.formbuttonDiv {
    float: left;
    padding-top: 10px;
}

.plainformlabel {
    background-color: #fff !Important;
    padding-top: 12px;
    padding-bottom: 5px;
    width: 115px;
    padding-right: 10px;
    height: 25px;
    font-size: 12px;
}

.gridlabel {
    background-color: #fff !Important;
    border: 1px solid #c4c4c4;
    box-shadow: 0 0 8px #d9d9d9;
    font-size: 13px;
    padding: 12px 5px 5px;
    width: 270px;
}

.formNote {
    color: #565656 !important;
    font-size: 14px !important;
    padding: 10px;
    text-align: left;
}

.formSmallNote {
    color: #333;
    font-size: 10px;
    padding: 10px;
    text-align: left;
    width: 93%;
}

.form_hint {
    color: #fff;
    display: none;
    margin-left: 8px;
    padding: 1px 6px;
    position: absolute;
    z-index: 999;
}

    .form_hint:before {
        left: -6px;
        position: absolute;
        top: 1px;
    }

    .form_hint:focus {
        display: inline;
    }

.form_hint {
    background: #28921f;
}

    .form_hint:before {
        color: #28921f;
    }

.standardheader {
    color: #525252;
    margin: 0;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}

.formvalidation {
    color: #d02a2a;
    font-size: 18px;
    line-height: 18px;
}

.formHint {
    color: #ff0000;
    font-size: 14px;
    display: block;
    margin-right: 4px;
}

.expanded .miniHeader {
    background-color: #02a595;
    background-image: url(/_LAYOUTS/Riyadh.EServices/Images/arrow_down.png);
    color: #FFF;
    background-position: right 2px center;
    background-repeat: no-repeat;
}

.collapsed .miniHeader {
    background-color: #cadde9;
    color: #0e76a8 !Important;
    background-image: url(/_LAYOUTS/Riyadh.EServices/Images/arrow_left.png);
    background-position: right 2px center;
    background-repeat: no-repeat;
}

.pagination-parent {
    height: 42px;
    margin: 16px auto;
    display: block;
    text-align: center;
}
    .pagination-parent  ul.pagination
    {display:inline-block;}

    .pagination > li {
        display: inline;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        direction: ltr;
        font-size:15px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.pagination a[disabled] {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination span.active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.captcha {
    border: 1px solid #e9e9e9;
    width: 600px;
    height: 52px;
}

    .captcha input[type=text] {
        font-family: arial;
        font-size: 30px;
    }

.ItemStyle {
    text-align: center !Important;
}

#spinner {
    width: 100%;
    background-color: #fff;
    filter: alpha(opacity=60);
    opacity: .6;
    position: absolute;
    z-index: 99999999;
    text-align: center;
}

    #spinner img {
        position: absolute;
    }

input[type=checkbox], input[type=radio] {
    width: 30px;
    margin-top: 13px;
    padding: 0;
    font-size: 13px;
    opacity: 1;
}

.paginator > img {
    background-color: #36495d;
    padding: 10px 15px;
    top: 10px;
    position: relative;
}

    .paginator > img:nth-child(2) {
        margin-right: 3px !important;
        margin-left: 0;
    }

.sitemap {
    padding-bottom: 3px;
}

.sitemapCurrentNode {
    font-weight: 700;
    padding-right: 4px;
    padding-left: 4px;
}

.sitemapItem {
    padding-right: 4px;
    padding-left: 4px;
}

.watermark {
    color: #d3d3d3;
    font-weight: 400;
    font-family: arial;
}

.blockmod-title {
    margin: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 12px;
    color: #000;
    border-top: 1px solid #d9d9d9;
    background: #ececec;
    padding-right: 10px;
    padding-top: 10px;
    height: 20px;
}

.tip {
    background: #f8f8f8;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #e00a0a;
    width: 80%;
    text-align: right;
}

.miniHeaderContainer {
    position: relative;
    float: right;
    text-align: right;
    width: 100%;
}

.uploadDescription {
    font-size: 14px;
    font-weight: 700;
    color: #c70404;
    margin-right: 10px;
    margin-left: 10px;
}

.metrobutton.info {
    background-color: #4390df;
    color: #fff !important;
}

.metrobutton {
    padding: 12px;
    text-align: center;
    vertical-align: middle !important;
    border: 1px solid transparent;
    color: #222;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    font-size: 18px;
    line-height: 16px;
    margin: auto;
    text-decoration: none;
}

    .metrobutton.success {
        background-color: #60a917 !important;
        color: #fff !important;
    }
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/_LAYOUTS/Riyadh.EServices/Images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/_LAYOUTS/Riyadh.EServices/Images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/_LAYOUTS/Riyadh.EServices/Images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
    z-index: 8010;
	background: url(/_LAYOUTS/Riyadh.EServices/Images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/_LAYOUTS/Riyadh.EServices/Images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/_LAYOUTS/Riyadh.EServices/Images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.scrollpane {
    direction: rtl;
    height: 650px;
    overflow: auto;
    padding-top: 7px;
    width: 400px;
}

.listBox {
    margin: 0;
}

    .listBox ul {
        list-style-type: none;
        margin: 0;
    }

    .listBox li {
        color: #000;
        font-size: 18px;
        list-style: none;
        padding: 5px;
    }

        .listBox li a {
            -moz-user-select: none;
            -ms-user-select: none;
            -webkit-user-select: none;
            border: 0;
            color: #000;
            text-decoration: none;
            user-select: none;
        }

            .listBox li a:hover {
                background: #2374c4;
                color: #ffffff !important;
            }

        .listBox li:hover {
            background: #2374c4;
            color: #ffffff !important;
        }

.select {
    background: #2374c4;
    color: #fff;
}

.loading {
    color: #2374c4;
    font-size: 18px;
    list-style: none;
    padding: 5px;
    text-align: center;
}

.content section {
    padding: 0 0 !important;
}

.tabs-menu {
    margin-top: 8px;
    height: 30px;
    float: right;
    clear: both;
}

    .tabs-menu li {
        height: 30px;
        line-height: 30px;
        float: right;
        margin-right: 10px;
        background-color: #fff;
        border-top: 1px solid #d4d4d1;
        border-right: 1px solid #d4d4d1;
        border-left: 1px solid #d4d4d1;
        font-size: 18px;
    }

        .tabs-menu li.current {
            position: relative;
            background-color: #fff;
            border-bottom: 1px solid #fff;
            z-index: 5;
        }

        .tabs-menu li a {
            padding: 10px;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
        }

    .tabs-menu .current a {
        color: #2e7da3;
    }

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: right;
    width: auto;
}

.tab-content {
    width: 810px;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

.CalDatePicker td {
    height: 29px !important;
}

    .CalDatePicker td a {
        width: 100% !important;
        height: 29px !important;
        line-height: 29px !important;
        display: inline-block !important;
    }

.grdEmpty {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.accordion {
    direction: rtl;
    border: solid 1px #cdcdcd;
    width: 800px;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 10px auto;
}

.accordion-header {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: relative;
}

    .accordion-header .accordion-title {
        display: inline-block;
        width: 100%;
        height: 50px;
        background-color: #4fa1b0;
        text-align: right;
        line-height: 50px;
        position: relative;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        padding-right: 50px;
        transition: background-color .5s;
        -webkit-transition: background-color .5s;
        -moz-transition: background-color .5s;
        -o-transition: background-color .5s;
        border-bottom: solid 2px #fff;
    }

.accordion > .activeAccordion .accordion-title {
    background-color: #297289;
    color: #fff0f5;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
}

.accordion-header .accordion-title div {
    background: url('../images/accordion-arrow.png') no-repeat 99% center;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    width: 32px;
    height: 50px;
    margin-right: -42px;
}

.accordion > .activeAccordion .accordion-title div {
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.accordion-content {
    position: relative;
    width: 100% !important;
    display: none;
}


@media all and (max-width:971px) and (min-width:200px) {
    .RadMenu .rmRootGroup {
        width: 100% !important;

        @font-face {
            font-family: 'FontAwesome';
            src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
            src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }
    }
}

.services-container {
    /*width: 960px;*/
    height: auto;
    margin: auto;
    /*box-shadow: 0px 0px 25px #555;*/
    padding: 1%;
    width: 98%;
    display: inline-block;
    position: relative;
}

.user-dashboard-container {
    width: 960px;
    height: 500px;
    margin: auto;
    border: solid 1px #cdcdcd;
    box-shadow: 0px 0px 25px #555;
    padding: 10px;
}

.services-container a, .services-container a:hover, .services-container a:visited, .services-container a:active {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.services-tabs {
    display: inline-block;
    width: 100%;
    height: auto;
    float: right;
}

    .services-tabs ul#servicesTabs {
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: right;
        color: #000;
        font-size: 14px;
        font-family: Tahoma;
        list-style-type: none;
        padding: 0px;
    }

.services-lists {
    width: 100%;
    float: right;
}

    .services-lists .most-used ul {
        list-style-type: none;
        padding: 0px;
        display: inline-block;
        width: 100%;
    }

.services-tabs ul#servicesTabs > li {
    height: 145px;
    padding: 10px 0px;
    cursor: pointer;
    border-radius: 0px;
    background-color: #02a595;
    border-bottom: #4E5555 solid 1px;
    color: #fff;
    width: 174px;
    margin: 8px;
    box-sizing: border-box;
    border: none !important;
    float: right;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.6);
    transition: background-color .4s, box-shadow .4s;
}
    .services-tabs ul#servicesTabs > li:hover {
        background-color: teal;
        box-shadow: 0px 10px 12px -3px rgba(0, 0, 0, 0.4);
        transition: background-color .2s, box-shadow .2s;
    }


@media all and (max-width:598px) and (min-width:561px) {
    .services-tabs ul#servicesTabs > li {
        width: 47%;
        /*margin: 8px 0;*/
    }
}

@media all and (max-width:560px) and (min-width:425px) {
    .services-tabs ul#servicesTabs > li {
        width: 46%;
        /*margin: 8px 0;*/
    }
}

@media all and (max-width:424px) and (min-width:200px) {
    .services-tabs ul#servicesTabs > li {
        width: 90%;
        margin: 16px auto;
        max-width: 300px;
        float: none;
    }
}


.services-tabs ul#servicesTabs > li[data-service-code="1"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/stores.png');
}

.services-tabs ul#servicesTabs > li[data-service-code="2"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/building.png');
}
.services-tabs ul#servicesTabs > li[data-service-code="3"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/excavation.png');
}

/*.services-tabs ul#servicesTabs > li:nth-child(2) {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingIssue.png');
}

.services-tabs ul#servicesTabs > li:nth-child(3) {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingRenew.png');
}



.services-tabs ul#servicesTabs > li:nth-child(5) {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingDone.png');
}

.services-tabs ul#servicesTabs > li:nth-child(6) {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingTransfer.png');
}*/

.services-tabs ul#servicesTabs > li[data-service-code="10"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/roads.png');
    /*background-size: 50%;*/
}

.services-tabs ul#servicesTabs > li[data-service-code="11"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/lighting.png');
    /*background-size: 50%;*/
}

.services-tabs ul#servicesTabs > li[data-service-code="12"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/syool.png');
}

.services-tabs ul#servicesTabs > li[data-service-code="13"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/facilities.png');
    /*background-size:50%;*/
}

.services-tabs ul#servicesTabs > li[data-service-code="14"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/survey.png');
    /*background-size: 50%;*/
}

.services-tabs ul#servicesTabs > li[data-service-code="15"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/sak.png');
}

.services-tabs ul#servicesTabs > li[data-service-code="16"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/properties.png');
}

.services-tabs ul#servicesTabs > li[data-service-code="17"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/grave.png');
    /*background-size: 50%;*/
}

.services-tabs ul#servicesTabs > li[data-service-code="6"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/ownership.png');
}

.services-tabs ul#servicesTabs > li[data-service-code="18"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/environment.png');
}

.services-tabs ul#servicesTabs > li[data-service-code="19"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/complaints.png');
}

.services-tabs ul#servicesTabs > li[data-service-code="20"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/hawker.png');
}
.services-tabs ul#servicesTabs > li[data-service-code="21"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/elections.png');
}
.services-tabs ul#servicesTabs > li[data-service-code="26"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/properties.png');
}
.services-tabs ul#servicesTabs > li[data-service-code="4"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/Medical.png');
}
.services-tabs ul#servicesTabs > li[data-service-code="60"] {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/DocFlow.png');
}
.service-content .subtab li .s-accordion-header {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingIssue1.png');
}

.service-content .subtab li[data-code="501"] .s-accordion-header {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingRenew1.png');
}

.service-content .subtab li[data-code="502"] .s-accordion-header {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingModify1.png');
}

.service-content .subtab li[data-code="503"] .s-accordion-header {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingDone1.png');
}

.service-content .subtab li[data-code="504"] .s-accordion-header {
    background-image: url('/_Layouts/Riyadh.EServices/Images/RequestPortalIcons/buildingTransfer1.png');
}


.services-tabs ul#servicesTabs > li > span {
    margin: 0px auto;
}

.services-container .services-lists .service-content:nth-child(1) .most-used ul li .item {
    background-color: #E51400;
}

.services-container .services-lists .service-content:nth-child(2) .most-used ul li .item {
    background-color: #67B239;
}

.services-container .services-lists .service-content:nth-child(3) .most-used ul li .item {
    background-color: #FF6600;
}

.services-container .services-lists .service-content:nth-child(4) .most-used ul li .item {
    background-color: #2C84EE;
}

.services-tabs .service-content {
    position: fixed;
    top: 36px;
    right: 36px;
    background-color: #fff;
    opacity: 1;
    transition: height .2s, opacity .2s, top .2s;
    z-index: 5;
    padding: 16px;
    box-sizing: border-box;
    overflow: auto;
    float: right;
    display: none;
    left: 36px;
    bottom: 36px;
    cursor: default;
    max-width: 1170px;
    margin: auto;
}

    .services-tabs .service-content.show {
        display: block;
        box-shadow: 0px 0px 0px 2000px rgba(0,0,0,.5);
    }

.services-container .services-lists .service-content:first-child {
    display: block;
}

.services-container .service-content .most-used ul li {
    margin: 0px 15px 0px 0px;
    width: 150px;
    float: right;
}

.services-container .services-tabs li.active {
    background-color: #5DAEB6 !important;
    color: #fff;
}

.services-container .service-content .other-services ul {
    padding-right: 0px;
}

.service-content .other-services ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    border-right: solid 4px #337ab7;
    margin: 4px 0 0 0;
    background-color: #f9f9f9;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: solid 1px #ddd;
}

.services-full .other-services ul li {
    display: block;
    width: auto;
}

.services-full {
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    transition: height .2s, opacity .2s, top .2s;
    z-index: 99;
    padding: 16px;
    box-sizing: border-box;
    overflow: auto;
}

    .services-full.hideSlist {
        overflow: hidden;
        top: 50%;
        height: 0px;
        opacity: 0;
        padding: 0px;
        transition: height .2s, opacity .2s, top .2s;
    }

.service-content {
    margin-top: 0px;
}

    .service-content .other-services ul li:hover {
        background-color: #f0f0f0;
    }

    .service-content .other-services ul li a, .service-content .other-services ul li a:visited, .service-content .other-services ul li a:hover {
        color: #1d7693;
        font-size: 13px;
        white-space: nowrap;
        padding: 5px 10px 5px 0px;
        display: block;
    }

.services-container .services-lists .most-used ul li .item .item-title {
    padding-top: 5px;
}

.services-container .services-lists .most-used ul li .item {
    width: 150px;
    height: 150px;
    text-align: center;
    color: #fff;
}

.services-container .services-lists .most-used ul li .item-icon {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    height: 90px;
    width: 90px;
    line-height: 90px;
}

/*.services-container .services-lists .most-used ul li:nth-child(1) .item-icon:before {
        content: "\f005";
    }

    .services-container .services-lists .most-used ul li:nth-child(2) .item-icon:before {
        content: "\f006";
    }*/

.services-container .more-title {
    border-bottom: solid 1px #d1d1d1;
    padding-bottom: 3px;
    font-weight: 800;
}

.tool-container {
    margin-left: -130px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, left .1s, top .1s, visibility .3s;
    -webkit-transition: opacity .3s, left .1s, top .1s, visibility .3s;
    -moz-transition: opacity .3s, left .1s, top .1s, visibility .3s;
    -o-transition: opacity .3s, left .1s, top .1s, visibility .3s;
}

.tool-items a {
    display: table-cell;
}

.showToolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, left .1s, top .1s, visibility .3s;
    -webkit-transition: opacity .3s, left .1s, top .1s, visibility .3s;
    -moz-transition: opacity .3s, left .1s, top .1s, visibility .3s;
    -o-transition: opacity .3s, left .1s, top .1s, visibility .3s;
}

.tool-container {
    background-color: #5e696d;
    background-size: 100% 100%;
    border-radius: 6px;
    position: absolute;
}

.tool-item {
    /*height: 100%;*/
    display: block;
    width: 20px;
    /*height: 35px;*/
    text-align: center;
    padding: 5px 10px 5px 10px;
    transition: none;
}

@media all and (max-width:699px) and (min-width:371px) {
    .RadMenu .rmRootGroup .rmItem .rmSlide .rmItem div.rmSlide, .RadMenu_Context {
        top: 35px !important;
        max-width: 310px;
        right: 0px !important;
        left: initial !important;
    }
}

@media all and (max-width:370px) and (min-width:200px) {
    .RadMenu .rmSlide, .RadMenu_Context {
        top: 35px !important;
        max-width: 290px;
        right: 0px !important;
        left: initial !important;
    }

    .RadMenu .rmRootGroup .rmItem .rmSlide .rmItem div.rmSlide {
        left: 0px !important;
        top: 35px !important;
    }

    .rmRootLink > .rmExpandDown {
        padding-right: 0px !important;
        background-position: 75% 50% !important;
    }

    .RadMenu_rtl .rmHorizontal .rmRootLink {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 0px;
    }

    .RadMenu_MetroTouch .rmRootGroup .rmItem {
        margin: 0 0 0 1px;
        width: 100%;
        text-align: center;
        padding: 0px !important;
    }

    .RadMenu .rmText {
        float: none !important;
    }

    .RadMenu .rmRootGroup > .rmItem > .rmRootLink, .RadMenu .rmRootGroup > .rmItem {
        width: 100% !important;
    }
}

#login .login-right {
    max-width: 388px;
}

#login a, #login a:visited, #login a:active, #login a:link {
    color: #032D3A;
}

.tool-item > .fa {
    color: #b2c6cd;
    font-size: 14px;
}

.tool-item.selected,
.tool-item:hover {
    background: #02baf2;
}

    .tool-item.selected > .fa,
    .tool-item:hover > .fa {
        color: white;
    }

.tool-left .tool-item:first-child:hover {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tool-left .tool-item:last-child:hover {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.tool-container .arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
}

.tool-container.tool-left .arrow {
    border-color: transparent transparent transparent #5e696d;
    top: 50%;
    right: -14px;
    margin-top: -7px;
}

.toolbar-primary {
    background-color: #02baf2;
}

    .toolbar-primary.tool-left .arrow {
        border-color: transparent transparent transparent #02baf2;
    }

    .toolbar-primary .tool-item > .fa {
        color: white;
    }

    .toolbar-primary .tool-item.selected,
    .toolbar-primary .tool-item:hover {
        background: #009dcd;
        color: white;
    }

.toolbar-danger {
    background-color: #f84545;
}

.hidden {
    display: none;
}

.dashboard-section-title {
    cursor: pointer;
}

    .dashboard-section-title:before {
        padding: 0 10px 0 0;
        font: normal normal normal 18px/1 FontAwesome;
        content: "\f002";
        background-color: #5e696d;
        padding: 5px 7px;
        border-radius: 5px;
        margin-right: 10px;
        color: #fff;
    }

.user-dashboard-container section h1 {
    border-bottom: solid 1px #cdcdcd;
}

a.toolbar-link .fa {
    opacity: 0;
    float: left;
    margin: 1px 0px 0px 5px;
}

a.toolbar-link:hover .fa {
    opacity: 1;
    float: left;
    margin: 1px 0px 0px 5px;
}

li.active-toolbar-link a .fa {
    opacity: 1;
}

li.active-toolbar-link {
    background-color: #f0f0f0 !important;
    border-right-color: darkturquoise !important;
}

.formbody .standardheader {
    font-weight: normal;
    padding-right: 10px;
}

.dataTable th {
    text-align: right;
    font-size: 14px;
    background-color: #056946;
    font-weight: bold;
    color: #ffffff;
}

.dataTable td {
    font-size: 16px;
    color: #525252;
}

.dataTable tr:last-child td table td {
    text-align: center;
    border: solid 1px #ccc;
    border-bottom: none;
    padding: 0px;
}

    .dataTable tr:last-child td table td span, .dataTable tr:last-child td table td a {
        width: 33px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        font-size: 18px;
        color: #000;
    }

    .dataTable tr:last-child td table td span {
        background-color: #1d7693;
        color: #fff;
        height: 30px;
    }

    .dataTable tr:last-child td table td a {
        background-color: #eaeaea;
        color: #000;
    }

.dataTable tr:last-child > td table {
    box-shadow: 0px 4px 12px -6px #000;
}

.dataTable .even {
    background-color: #F6F6F6;
}

.dataTable > tbody > tr {
    border-left: solid 0px #cdcdcd;
    border-bottom: solid 0px #cdcdcd;
    border-right: solid 0px #cdcdcd;
}

    .dataTable > tbody > tr:last-child {
        border-bottom: solid 0px #cdcdcd;
    }

.dataTable tr:first-child {
    border-top: solid 0px #465C71;
}

.dataTable tr td {
    border-left: solid 1px #cdcdcd;
}

    .dataTable tr td:last-child {
        border-left: none;
    }


.calendar-btn, .calendar-btn + input {
    cursor: pointer;
}

.miniHeader2 {
    background: #02a595;
    color: #fcfcfc;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    margin-top: 10px;
    padding: 8px;
    position: relative;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.RadTabStrip_Glow .rtsLevel1 {
    background: #3b94ab;
}

    .RadTabStrip_Glow .rtsLevel1 .rtsSelected, .RadTabStrip_Glow .rtsLevel1 .rtsSelected:hover, .RadTabStrip_Glow .rtsLevel1 .rtsLink:hover {
        background: #2c6572;
    }

.rtsDisabled:hover {
    background: none;
}

.RadTabStrip_Glow .rtsLevel1 .rtsLink {
    border-right: none;
}

.RadTabStrip_rtl .rtsIn {
    margin-right: 0px;
}

.RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
    display: inline-block !important;
}

.rtsOut .step-no {
    width: 30px;
    height: 30px;
    display: inline-block !important;
}

.RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut {
    padding-right: 4px;
}

.RadTabStrip_Glow .rtsLevel1 a.rtsDisabled:hover {
    background: none;
}

.rtsOut .step-no {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: solid 2px #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: #000;
    background-color: #fff;
    box-shadow: inset 0px 0px 2px #040A03;
}

.RadTabStrip .rtsTxt, .RadTabStripVertical .rtsTxt {
    line-height: 33px;
}

.grd-options-details-ico {
    cursor: pointer;
    font-size: 25px !important;
    color: #759A8B;
}

.loader-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    /*dim the background*/;
}

    .loader-overlay img {
        margin: 0px auto;
        display: block;
        padding-top: 48vh;
    }

.printOut {
    margin-top: 10px;
    margin-bottom: 10px;
}

.grd-options-details-ico a:active {
    color: #759A8B;
}

.fancybox-margin {
    margin-right: 0px !important;
}

ul#servicesTabs ul.subtab {
    padding-right: 0px;
    height: auto;
    /*display: none;*/
    margin-right: -10px;
}

ul#servicesTabs .parent-tab.expanded {
    height: auto;
}

    /*ul#servicesTabs .parent-tab::before {
    content: "\F0D9";
    font-family: FontAwesome;
    float: left;
}*/

    ul#servicesTabs .parent-tab.expanded::before {
        content: "\F0D7";
        /*font-family: FontAwesome;
    float:left;*/;
    }

.services-container .services-tabs .subtab li {
    padding-right: 10px;
    margin-right: 0px;
    position: relative;
}

.tableHeader {
    text-align: center;
    border-left: none;
    background-color: #FAFAFA;
    height: 35px;
    color: #525252;
    font-size: 16px;
}

.autocomplete-suggestions {
    text-align: right;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

    .autocomplete-suggestion b {
        font-weight: normal;
        color: #1f8dd6;
    }

    .autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

.loader-overlay-text {
    text-align: center;
    font-size: large;
    padding-top: 30px;
    color: #6599E6;
}

.rcbSlide {
    z-index: 999999 !important;
}

.removeBr br {
    display: none;
}

input[disabled] {
    color: #333 !important;
    background-color: #eaeaea !important;
    text-decoration: none;
    cursor: not-allowed;
}

.h-space {
    height: 1px;
}

.cards-container {
    width: 100%;
    display: inline-block;
    padding: 7px;
    box-sizing: border-box;
}

    .cards-container .card {
        display: inline-block;
        margin: 3px 0px 3px 7px;
        cursor: pointer;
        border-radius: 3px;
        min-height: 40px;
        width: 97%;
        position: relative;
        float: right;
        color: #333 !important;
        background-color: #fff;
        box-shadow: none;
        transition: .5s background-color;
        overflow: hidden;
        padding: 2px 12px;
        box-sizing: border-box;
        border: solid 1px #bbb;
    }

        .cards-container .card::before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            right: 0;
            content: '';
            width: 36px;
            background: #D1D3D4;
            /*border-radius: 3px 0 0 3px;*/
        }

        .cards-container .card.selected::before {
            content: '\2714';
            background: #2283A2;
            color: #fff;
            font-size: 18px;
            line-height: 41px;
            text-align: center;
        }

    .cards-container .card-header {
        box-shadow: 0px 5px 30px -10px #000;
        text-align: center;
        height: 36px;
        background-color: transparent;
        border-bottom: none;
        transition: .5s background-color, border-bottom;
        display: inline;
    }

    .cards-container .card-title {
        /*color: #fff;*/
        font-size: 15px;
        line-height: 36px;
        margin-right: 35px;
        display: inline-block;
        text-align: right;
    }

    .cards-container .card-body {
        padding: 10px;
        /*color: #fff;*/
        text-align: center;
        font-size: 14px;
        display: inline;
    }

    .cards-container .card.selected {
        /*background-color: #087CA0;
        transition: .5s background-color;*/
        cursor: default;
    }

        .cards-container .card.selected .card-header {
            background-color: transparent;
            border-bottom: none;
            transition: .5s background-color, border-bottom;
        }

    .cards-container .card-footer {
        text-align: center;
        position: static;
        bottom: -35px;
        display: block;
        width: auto;
        font-size: 13px;
        opacity: 0;
        transition: .3s bottom, .2s opacity;
    }

        .cards-container .card-footer .card-btn, .cards-container .card-footer .card-btn:hover, .cards-container .card-footer .card-btn:active, .cards-container .card-footer .card-btn:focus {
            text-align: center;
            /*display: none;*/
            padding: 8px 10px;
            background-color: #2283A2;
            border: 0px;
            color: #fff;
            border-radius: 3px;
            line-height: 100%;
            font-size: 14px;
            width: 100%;
            margin: 2px auto;
            height: auto;
            float: none;
            box-shadow: 0px -3px 18px -8px #000;
        }

    .cards-container .card-header .fa-check {
        position: absolute;
        padding-right: 22px;
        background-color: #fff;
        padding: 2px;
        color: #2283A2;
        right: 9px;
        top: 12px;
    }

    .cards-container .card.selected .card-footer {
        bottom: 0px;
        opacity: 1;
        transition: .3s bottom, .2s opacity;
    }

    .cards-container .card .card-btn {
        /*display: inline-block;*/
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
    }
.pointer {
    cursor: pointer;
}
#servicesTabs li[data-service-code='16'] {
    /*display: none !important;*/
}
.RadTabStrip .rtsLI {
    display: table-cell !important;
}

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.rtsLink{    
    height: 100%;
    top: 0px;
    bottom: 0px;
}

.RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut {
    white-space: normal !important;
}
.RadTabStrip .rtsTxt, .RadTabStripVertical .rtsTxt {
    display: inline-block !important;
    text-align: center !important;
    padding:0px !important;
}
.rtsOut .step-no {
    margin: 10px 19% 0 19% !important;
display: inline-block !important;
}

.RadTabStrip_MetroTouch .rtsLink {
    padding: 0 !important;
}

.RadTabStrip .rtsUL, .RadTabStripVertical .rtsUL {
        display: flex !important;
width:100%;
}

.RadTabStrip_rtl .rtsIn {
    text-align: center !important;
    display: block !important;
}
span.ValidationError[style*="inline"]
{
       display:inline-block !Important; 

}
span.RadButton_MetroTouch.rbSkinnedButton .rbDecorated {
    height: 22px !important;
    padding: 0 15px;
      background-color: #056967 !important;
    color: #FFFFFF !important;
}
span.RadButton_MetroTouch.rbSkinnedButton, span.RadButton_MetroTouch.rbLinkButton, span.RadButton_MetroTouch.rbVerticalButton, span.RadButton_MetroTouch.RadButton.rbDisabled, span.RadButton_MetroTouch.RadButton.rbDisabled.rbHovered, span.RadButton_MetroTouch.RadButton.rbDisabled:active, span.RadButton_MetroTouch.RadButton.rbDisabled:focus {

    border: 1px solid #2b8095 !important;

}

.data-table-container {
        overflow: initial;
    /* overflow-y: auto; */
    max-width: calc(100vw - 28px);
}
.action-btn
{
    display:inline-block;
}
.fontArea {
    background-color: #fff;
    padding: 8px;
    min-height: calc(100vh - 500px);
    /*box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.3);*/
    border:solid 1px #dedede;
}
