﻿/*Custome Fonts*/
@font-face {
    font-family: 'Cairo-Light';
    src: url('Content/Fonts/Cairo-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo-Black';
    src: url('Content/Fonts/Cairo-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo-Regular';
    src: url('Content/Fonts/Cairo-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo-SemiBold';
    src: url('Content/Fonts/Cairo-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo-Medium';
    src: url('Content/Fonts/Cairo Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri-regular';
    src: url('Content/Fonts/calibri-regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri-bold';
    src: url('Content/Fonts/calibri-bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri-bold-italic';
    src: url('Content/Fonts/calibri-bold-italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri-italic';
    src: url('Content/Fonts/calibri-italic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NeuropolX_medium';
    src: url('Content/Fonts/NeuropolXRg.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neuropol';
    src: url('Content/Fonts/Neuropol.otf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger Bold';
    src: url('Content/Fonts/Frutiger65Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NeoSansProBoldIt';
    src: url('Content/Fonts/NeoSansProBoldIt.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
}


.Loginpage-header {
    width: 400px;
    padding: 30px;
    margin: 6rem auto;
    background-color: lightgray;
    border-radius: 8px;
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
/*    border-bottom: 1px solid #eee;*/
}

.gridview {
    font-family: Cairo-Regular, Verdana,Calibri,Tahoma,Arial,"arial";
    background-color: #FFFFFF;
    width: 100%;
    -webkit-border-radius: 3px;
    font-size: small;
    margin: 5px 0 10px 0;
    border: 1px solid #333333;
    border-collapse: collapse;
    color: #474747;
}

    .gridview th {
        background: #193476 /*darkcyan*/;
        padding: 5px;
        font-size: 0.95rem;
        font-weight: bold;
        color: #ffffff
    }

        .gridview th a {
            color: #ffffff;
            text-decoration: none;
        }

            .gridview th a:hover {
                color: #003300;
                text-decoration: underline;
            }

    .gridview td {
        color: #000000;
        font-size: 0.9rem;
        padding: 2px;
    }

    .gridview tr.even td {
        background: #FFFFFF;
    }

    .gridview td a {
        color: #212f73;
        font: bold x-small;
        padding: 2px;
        text-decoration: none;
    }

        .gridview td a:hover {
            color: #193476;
            font-weight: bold;
            text-decoration: underline;
        }


.DashValue1 {
    margin: 25px;
    padding: 25px;
    font-size: xx-large;
    width: 100%;
    color: black;
    background-color: white;
    text-align: center;
    border: thin solid #008000;
}

.DashValue2 {
    font-size: small;
    width: 100%;
    color: black;
    text-align: center;
}

.DashValue3 {
    margin: 5px;
    padding: 5px;
    font-size: x-large;
    width: 100%;
    color: black;
    background-color: white;
    text-align: left;
    vertical-align: top;
    border: thin solid #008000;
}


body, div, p, h1, h2, h3, h4, ul, li, table {
    /*    margin: 0 !important;
    padding: 0 !important;*/
    border: none;
}

body {
    margin: 10px;
}

h3 {
    font-size: small;
}

body {
    font-family: Cairo-Medium, Tahoma, Arial, sans-serif;
    font-size: 90%;
    position: relative;
    min-height: 100vh;
    background-color:#f8f9fa
}

/* Master Page Layout */
#master_header {
    margin: -1px auto 0 auto;
    width: 100%;
}

#master_headertop {
    background-color: #1a2d6b /*darkcyan*/
    /*url(Images/headertop_img.jpg) no-repeat left top;*/
}

#master_headerbottom {
    /*  background: url(Images/headerbottom_img.png) no-repeat left top;*/
}

#master_page {
    margin: 5px auto 20px auto;
    width: 100%;
}

#master_menu {
    top: 10px;
    left: 10px;
    width: 240px;
    height: 100%;
    padding-right: 10px;
}

.sidebar {
    width: 100%;
    margin-bottom: 10px;
}

.sidebarheader {
    height: 34px;
    padding: 10px 0 0 35px;
    background: url(Images/sidebar_header.png) no-repeat left top;
    color: #FFF;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebarcontent {
    border: 1px solid #0F2543;
    padding: 10px 10px 10px 10px;
    line-height: 1.5em;
    font-weight: bold;
}

#master_sidebarSamples {
    padding-top: 72px;
    background: #FFF url(Images/samples_bg.gif) no-repeat left top;
}

#master_sidebarWalkthroughs {
    padding-top: 72px;
    background: #FFF url(Images/walkthrough_bg.gif) no-repeat left top;
}

.sidebarcontent a {
    padding: 2px 5px;
    color: #5377A9;
    text-decoration: none;
}

    .sidebarcontent a:hover {
        background-color: #0F2543;
        color: #FFF;
    }

    .sidebarcontent a:visited {
        font-weight: normal;
    }

#master_content {
    float: left;
    width: 100%;
}

    #master_content ul {
        margin: 0 25px 0 30px;
    }

        #master_content ul li ul li {
            list-style-type: disc;
        }

#master_contentheader {
    height: 19px;
    /*background: url(Images/rightcoltop.gif) right top;*/
}

#master_contentplaceholder {
    /*    padding: 30px 20px 40px 20px;
    border-left: 1px solid #0F2543;
    border-right: 1px solid #0F2543;
    border-bottom: 1px solid #0F2543;
    border-top: 1px solid #0F2543;
    background-color: white;
    line-height: 1.5em;*/
}

#master_contentfooter {
    clear: both;
    padding: 10px 0 5px 10px;
    color: #333;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

/* Content Page Layout */
.demoarea {
    padding: 20px;
    background: #FFF url(Images/demotop.png) no-repeat left top;
}

    .demoarea p {
        padding: 5px;
    }

.demoheading {
    padding-bottom: 20px;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.5em;
}

.demobottom {
    height: 8px;
    background: #FFF url(Images/demobottom.png) no-repeat left bottom;
}


.heading {
    padding: 1em 0 1em 0;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
}

.subheading {
    padding: .8em 0 0.5em 0;
    color: #0F2543;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 1.1em;
}

p {
}

em {
    font-style: italic;
}

i {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.codeReference {
    font-family: 'Courier New', Monospace;
    font-style: normal;
    font-weight: bold;
}

pre, code {
    display: block;
    margin: 15px 15px 15px 0;
    padding: 10px;
    border: 1px dashed #CCC;
    background-color: #FFF;
    color: #000;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
}

.releaseList {
    list-style-type: disc;
}


/* Styles for the Animation Reference */
.animationReferenceTable {
}

.animationReferenceRow {
}

.animationReferenceField {
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}

.animationReferenceCode {
    margin-top: 5px;
    vertical-align: top;
    font-family: 'Courier New', Monospace;
    font-style: normal;
    font-weight: bold;
    display: block;
    background-color: #FFF;
    color: #000;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 5px;
}

.animationReferenceItems {
    vertical-align: top;
}

.animationReferenceItemTable {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.animationReferenceItemRow {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.animationReferenceItem {
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.animationReferenceItemCode {
    display: block;
    background-color: #FFF;
    color: #000;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
    font-weight: bold;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-color: #e3cfb5;
    /*    background-image: url(Images/bg-menu-main.png);
*/ background-repeat: repeat-x;
    color: #000;
    font-weight: bold;
}

#master_content .collapsePanelHeader a {
    color: #FFF;
}

    #master_content .collapsePanelHeader a:hover {
        text-decoration: none;
        background: none;
    }

/*Confirm Button*/

/* DropShadow */

#master_content .dropShadowPanel span {
    color: white;
    text-decoration: underline;
}

    #master_content .dropShadowPanel span:hover {
        text-decoration: none;
    }


.dropShadowPanel {
    width: 300px;
    background-color: #5377A9;
    color: white;
    font-weight: bold;
}

/*Drag Panel*/
.dragMe {
    width: 100%;
    height: 21px;
    background-color: #FFF;
    background-image: url(Images/header-opened.png);
    text-align: center;
    cursor: move;
    font-weight: bold;
}

.overflowHidden {
    overflow: hidden;
}

.overflowScroll {
    overflow: hidden;
}

/*Hover Menu*/
.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}

.popupHover {
    background-image: url(Images/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}

/* PagingBulletedList */
.selectIndex {
    font-weight: bold;
    text-decoration: none;
}

.unselectIndex {
    font-weight: normal;
    text-decoration: underline;
}


.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

/*Popup Control*/
.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

/*Reorder List*/
.dragHandle {
    width: 10px;
    height: 15px;
    background-color: Blue;
    background-image: url(Images/bg-menu-main.png);
    cursor: move;
    border: outset thin white;
}

.callbackStyle {
    border: thin blue inset;
}

    .callbackStyle table {
        background-color: #5377A9;
        color: Black;
    }


.reorderListDemo li {
    list-style: none;
    margin: 2px;
    background-image: url(Images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.dragVisualContainer li {
    list-style: none;
    background-image: url(Images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.reorderListDemo li a {
    color: #FFF !important;
    font-weight: bold;
}

.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea {
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}


/* Rounded Corners*/

.roundedPanel {
    width: 300px;
    background-color: #5377A9;
    color: white;
    font-weight: bold;
}

/* ResizableControl */

.frameImage {
    width: 130px;
    height: 65px;
    overflow: hidden;
    float: left;
    padding: 3px;
}

.frameText {
    width: 100px;
    height: 100px;
    overflow: auto;
    float: left;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: Gray;
    font-family: Helvetica;
    line-height: normal;
}

.handleImage {
    width: 15px;
    height: 16px;
    background-image: url(Images/HandleHand.png);
    overflow: hidden;
    cursor: se-resize;
}

.handleText {
    width: 16px;
    height: 16px;
    background-image: url(Images/HandleGrip.png);
    overflow: hidden;
    cursor: se-resize;
}

.resizingImage {
    padding: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: #B4D35D;
}

.resizingText {
    padding: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #7391BA;
}

/*Textbox Watermark*/

.unwatermarked {
    height: 18px;
    width: 148px;
}

.watermarked {
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}


/*Toggle Button*/

/*Setup*/
.walkthrough li {
    padding-bottom: 5px;
}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote {
    padding-left: 25px;
    font-style: italic;
}

/*Other neat stuff*/





/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak {
    color: Red;
    background-color: Red;
}

.BarIndicator_TextBox2_average {
    color: Blue;
    background-color: Blue;
}

.BarIndicator_TextBox2_good {
    color: Green;
    background-color: Green;
}

.BarBorder_TextBox2 {
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
}

.TextIndicator_TextBox3 {
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle {
    width: 16px;
    height: 14px;
    background-image: url(Images/Question.png);
    overflow: hidden;
    cursor: help;
}

.TextIndicator_TextBox1_Strength1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength2 {
    background-color: Gray;
    color: Yellow;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength3 {
    background-color: Gray;
    color: #FFCAAF;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength4 {
    background-color: Gray;
    color: Aqua;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength5 {
    background-color: Gray;
    color: #93FF9E;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}



.dynamicPopulate_Normal {
    border: silver 1px inset;
    padding: 2px;
    text-align: center;
    height: 2em;
    margin: 5px;
    width: 200px;
}

.dynamicPopulate_Updating {
    background-image: url(Images/loading.gif);
    background-repeat: no-repeat;
    border: silver 1px inset;
    text-align: center;
    padding: 2px;
    height: 2em;
    margin: 5px;
    width: 200px;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

/* SlideShow styles */

.slideTitle {
    font-weight: bold;
    font-size: small;
    font-style: italic;
}

.slideDescription {
    font-size: small;
    font-weight: bold;
}

.validatorCalloutHighlight {
    background-color: lemonchiffon;
}

.ListSearchExtenderPrompt {
    font-style: italic;
    color: Gray;
    background-color: white;
}

.ajax__multi_slider_custom .outer_rail_horizontal {
    position: absolute;
    background: url('Images/rail_dark.gif') no-repeat;
    width: 321px;
    height: 25px;
    z-index: 100;
}

.ajax__multi_slider_custom .inner_rail_horizontal {
    position: absolute;
    background: url('Images/rail_light.gif') no-repeat;
    width: 321px;
    height: 25px;
    z-index: 100;
}

.ajax__multi_slider_custom .handle_horizontal_left {
    position: absolute;
    background: url('Images/handle_left.gif') no-repeat;
    width: 13px;
    height: 25px;
    z-index: 200;
    cursor: w-resize;
}

.ajax__multi_slider_custom .handle_horizontal_right {
    position: absolute;
    background: url('Images/handle_right.gif') no-repeat;
    width: 13px;
    height: 25px;
    z-index: 200;
    cursor: w-resize;
}

/* ComboBox styles */

#master_content .ajax__combobox_itemlist {
    margin: 0px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    background-image: url(ComboBox/Images/toolkit-bg.gif);
    background-position: top left;
    border: 0px none;
    color: #FFFFFF;
    padding: 4px 0px 3px 5px;
    font-size: 13px;
    height: 16px;
    width: 240px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    background-image: url(ComboBox/Images/toolkit-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 23px;
    width: 23px;
    vertical-align: top;
}

.AjaxToolkitStyle .ajax__combobox_itemlist {
    border-color: #0F2543;
    background-color: #EFEFEF;
}

td.ajax__combobox_textboxcontainer, td.ajax__combobox_buttoncontainer {
    vertical-align: top;
    line-height: 1px;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    background-image: url(ComboBox/Images/aqua-bg.gif);
    background-position: top left;
    border: 0px none;
    padding: 2px 0px 0px 8px;
    font-size: 11px;
    height: 17px;
    width: 150px;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    background-image: url(ComboBox/Images/aqua-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 19px;
    width: 19px;
    vertical-align: top;
}

.AquaStyle .ajax__combobox_itemlist {
    border-color: #000000;
    background-color: #FFFFFF;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url(ComboBox/Images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
    vertical-align: top;
}

.WindowsStyle .ajax__combobox_itemlist {
    border-color: #7F9DB9;
}

/* Menu.ContextMenu */

.ContextMenuPanel {
    border: 1px solid #868686;
    z-index: 1000;
    background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
}

.ContextMenuBreak {
    margin: 1px 1px 1px 32px;
    padding: 0;
    height: 1px;
    overflow: hidden;
    display: block;
    border-top: 1px solid #C5C5C5;
}

a.ContextMenuItem {
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 19px 4px 33px;
    white-space: nowrap;
}

a.ContextMenuItem-Selected {
    font-weight: bold;
}

a.ContextMenuItem:hover {
    background-color: #FFE6A0;
    color: #003399;
    border: 1px solid #D2B47A;
    padding: 3px 18px 3px 32px;
}


.gridviewsmall {
    font-family: Cairo-Regular, Verdana,Calibri,Tahoma,Arial,"arial";
    background-color: #FFFFFF;
    width: 90%;
    -webkit-border-radius: 3px;
    font-size: x-small;
    margin: 2px 0 5px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color: #474747;
}

    .gridviewsmall th {
        background: darkcyan;
        padding: 3px;
        font-size: x-small;
        font-weight: bold;
        color: white
    }

.gridviewPager {
    background: darkcyan;
    padding: 5px;
    font-size: x-small;
    color: white;
    text-align: center;
}

.gridviewsmall th a {
    color: white;
    text-decoration: none;
}

    .gridviewsmall th a:hover {
        color: #003300;
        text-decoration: underline;
    }

.gridviewsmall td {
    color: #333333;
    font-size: x-small;
    padding: 1px;
}

.gridviewsmall tr.even td {
    background: #FFFFFF;
}

.gridviewsmall td a {
    color: #003300;
    font: bold x-small;
    padding: 2px;
    text-decoration: none;
}

    .gridviewsmall td a:hover {
        color: red;
        font-weight: bold;
        text-decoration: underline;
    }

.GridViewSelectedRowStyle {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

auto-style {
    display: block;
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 1200px;
    height: 700px;
    border: 1px solid #193476;
    border-radius: 12px;
    padding: 0
}

    .modalPopup .header {
        background-color: white;
        padding: 0.5rem;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        line-height: 30px;
        height: 600px;
        text-align: center;
        font-weight: bold;
        overflow: auto;
    }

    .modalPopup .footer {
        background-color: lightgray;
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }



table {
    background-color: transparent;
    margin-bottom: 15px;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 5px solid #ddd;
        border-left: 5px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
    color: black;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}


.table {
    border-collapse: collapse !important;
}

    .table td,
    .table th {
        background-color: #fff !important;
    }

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*border: 1px solid transparent;*/
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: white;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #2f5da8;
    border-color: #2f5da8;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #193476;
    border-color: #193476;
}

.btn-secondary {
    background-color: #dddde9;
    border-color: #dddde9;
    color: black;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

    .btn-success:active:hover,
    .btn-success.active:hover,
    .open > .dropdown-toggle.btn-success:hover,
    .btn-success:active:focus,
    .btn-success.active:focus,
    .open > .dropdown-toggle.btn-success:focus,
    .btn-success:active.focus,
    .btn-success.active.focus,
    .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625;
    }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #193476;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #193476;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }




Ingridview {
    font-family: Verdana,Calibri,Tahoma,Arial,"arial";
    background-color: #FFFFFF;
    width: 100%;
    -webkit-border-radius: 3px;
    font-size: larger;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    color: #474747;
}

.Initial {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    /*background: url("../Images/InitialImage.png") no-repeat right top;*/
    color: Black;
    background-color: lightgray;
    font-weight: bold;
    font-size: medium;
}

    .Initial:hover {
        color: lightgray;
        background-color: Black;
        /*background: url("../Images/SelectedButton.png") no-repeat right top;*/
    }

.Clicked {
    float: left;
    display: block;
    /*background: url("../Images/SelectedButton.png") no-repeat right top;*/
    padding: 4px 18px 4px 18px;
    color: Black;
    font-weight: bold;
    color: White;
    background-color: lightgray;
    font-size: large;
}

/*New Style */
/*Login Page*/
.div-login-page-title h1 span {
    color: #193476
}

html.login-shell-html {
    height: 100%;
    overflow: hidden;
}

.login-shell {
    margin: 0;
    background-color: var(--sanid-page-bg, #f4f7fc);
    background-image:
        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(25, 52, 118, 0.04) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(61, 125, 212, 0.05) 0%, transparent 50%);
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.login-shell > form#form1 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    margin: 0;
}

.login-shell #authMainContent {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.login-layout {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.login-layout__row {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    overflow: hidden;
}

.login-shell .left-div-login,
.login-shell .right-div-login {
    min-height: 0;
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.login-auth-footer {
    flex-shrink: 0;
    padding: 0.35rem 0.75rem;
    margin: 0;
}

.login-shell .right-div-login h1 span,
.left-div-login h1 span {
    color: #193476;
}

.login-form-panel {
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
}

.login-auth-panel {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(213, 224, 242, 0.9);
    border-radius: var(--sanid-radius, 0.65rem);
    box-shadow:
        0 1px 2px rgba(25, 52, 118, 0.04),
        0 8px 32px rgba(25, 52, 118, 0.1),
        0 0 0 1px rgba(25, 52, 118, 0.03);
    padding: 2rem 2rem 2.25rem;
    animation: login-auth-panel-in 0.35s ease-out;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.login-auth-panel::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(145deg, rgba(25, 52, 118, 0.12), rgba(61, 125, 212, 0.06), rgba(25, 52, 118, 0.04));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.login-auth-panel.is-busy {
    pointer-events: none;
    opacity: 0.92;
}

.login-auth-panel .btn-primary,
.login-auth-panel .btn.btn-primary {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.65rem 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(25, 52, 118, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.login-auth-panel .btn-primary:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(25, 52, 118, 0.28);
    background-color: #1f3b73;
    border-color: #1f3b73;
}

.login-auth-panel .btn-primary:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(25, 52, 118, 0.18);
}

.login-auth-panel .btn-primary:disabled,
.login-auth-panel .btn-primary.is-busy {
    opacity: 0.82;
    cursor: not-allowed;
    transform: none;
}

.login-auth-input-group .input-group-text {
    background: #f8fafc;
    border-color: #ced4da;
    color: #5b6b88;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
}

.login-auth-input-group .login-auth-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
}

[dir="rtl"] .login-auth-input-group > :not(:first-child) {
    margin-left: 0;
    margin-right: -1px;
}

[dir="rtl"] .login-auth-input-group > :first-child {
    border-top-right-radius: var(--bs-border-radius, 0.375rem);
    border-bottom-right-radius: var(--bs-border-radius, 0.375rem);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[dir="rtl"] .login-auth-input-group > :last-child {
    border-top-left-radius: var(--bs-border-radius, 0.375rem);
    border-bottom-left-radius: var(--bs-border-radius, 0.375rem);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir="rtl"] .login-auth-input-group > :not(:first-child):not(:last-child) {
    border-radius: 0;
}

.login-auth-input-group:focus-within .input-group-text {
    border-color: #193476;
    color: #193476;
    background: #f4f7fc;
}

.login-auth-input-group .form-control {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.login-auth-input-group .form-control::placeholder {
    color: #9aa8bc;
    opacity: 1;
}

.login-auth-toggle {
    border-color: #ced4da;
    color: #5b6b88;
    background-color: #fff;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.login-auth-input-group .btn.btn-outline-secondary.login-auth-toggle > i {
    color: #5b6b88;
}

.login-auth-input-group .btn.btn-outline-secondary.login-auth-toggle:hover,
.login-auth-input-group .btn.btn-outline-secondary.login-auth-toggle:focus-visible,
.login-auth-input-group .btn.btn-outline-secondary.login-auth-toggle:active {
    color: #fff !important;
    background-color: var(--sanid-primary, #193476) !important;
    border-color: var(--sanid-primary, #193476) !important;
}

.login-auth-input-group .btn.btn-outline-secondary.login-auth-toggle:hover > i,
.login-auth-input-group .btn.btn-outline-secondary.login-auth-toggle:focus-visible > i,
.login-auth-input-group .btn.btn-outline-secondary.login-auth-toggle:active > i {
    color: #fff !important;
}

.login-auth-toggle:focus-visible {
    box-shadow: 0 0 0 0.15rem rgba(25, 52, 118, 0.2);
}

.auth-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.2rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--sanid-border, #d5e0f2);
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(25, 52, 118, 0.06);
}

.auth-lang-switch__btn {
    border: 0;
    background: transparent;
    color: #5b6b88;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    line-height: 1.2;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-lang-switch__btn:hover {
    color: #193476;
    background: rgba(25, 52, 118, 0.06);
}

.auth-lang-switch__btn.is-active {
    color: #fff;
    background: var(--sanid-primary, #193476);
    box-shadow: 0 2px 6px rgba(25, 52, 118, 0.22);
}

.auth-lang-toolbar {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1050;
}

[dir="rtl"] .auth-lang-toolbar {
    right: auto;
    left: 1rem;
}

.login-brand-panel {
    max-width: 100%;
}

.login-brand-panel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-brand-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    width: 100%;
    max-width: 22rem;
    text-align: center;
}

.login-brand__icon {
    display: block;
    width: 100px;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
}

.login-brand__wordmark {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-inline: auto;
    object-fit: contain;
}

.login-brand__logo {
    width: 50px;
}

.login-brand__tagline {
    font-size: 0.9375rem;
    color: #5b6b88;
}

.invalid-feedback {
    animation: auth-feedback-in 0.25s ease-out;
}

@keyframes auth-feedback-in {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.otp-digit {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
}

.otp-digit:focus {
    transform: scale(1.02);
}

.auth-pwd-req {
    transition: color 0.2s ease;
}

.auth-pwd-req .auth-pwd-req__icon {
    transition: color 0.2s ease, transform 0.2s ease;
}

.auth-pwd-req.is-met .auth-pwd-req__icon {
    transform: scale(1.05);
}

.otp-message {
    animation: auth-feedback-in 0.3s ease-out;
}

a.otp-resend__link.is-disabled,
a.otp-back-link.is-disabled {
    pointer-events: none;
    opacity: 0.55;
    cursor: not-allowed;
}

.login-auth-header > i.fs-1 {
    color: #2261a3;
    flex-shrink: 0;
}

.login-auth-hint--warning,
#loginCapsLockHint {
    color: #664d03;
}

#loginCapsLockHint i {
    color: inherit;
}

.login-skip-link {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1050;
    padding: 0.5rem 0.75rem;
    background: var(--sanid-surface, #fff);
    border: 1px solid var(--sanid-border, #d5e0f2);
    border-radius: 0.25rem;
    color: var(--sanid-primary, #193476);
    text-decoration: none;
}

.login-auth-footer {
    color: var(--sanid-text-muted, #6c757d);
}

.login-shell #viewSwitcher {
    display: none;
}

.otp-message--warning {
    color: #664d03;
    background: #fff8e6;
    border-left: 3px solid #fd7e14;
}

.login-auth-panel .form-control:focus {
    border-color: #193476;
    box-shadow: 0 0 0 0.15rem rgba(25, 52, 118, 0.15);
}

@media (max-width: 767.98px) {
    html.login-shell-html {
        height: auto;
        min-height: 100dvh;
        min-height: -webkit-fill-available;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login-shell {
        height: auto;
        min-height: 100dvh;
        min-height: -webkit-fill-available;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login-shell > form#form1,
    .login-shell #authMainContent,
    .login-layout {
        overflow: visible;
    }

    .login-shell > form#form1 {
        flex: 1 0 auto;
        min-height: 100dvh;
        min-height: -webkit-fill-available;
    }

    .login-shell #authMainContent {
        flex: 1 0 auto;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        min-height: 100dvh;
        min-height: -webkit-fill-available;
        padding:
            calc(3.25rem + env(safe-area-inset-top, 0px))
            0
            calc(0.75rem + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
    }

    .login-shell #authMainContent::before,
    .login-shell #authMainContent::after {
        content: none;
        display: none;
    }

    .login-layout {
        flex: 0 0 auto;
        width: 100%;
    }

    .login-layout__row {
        flex: 0 0 auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.85rem;
        overflow: visible;
    }

    .login-shell .left-div-login,
    .login-shell .right-div-login {
        flex: 0 0 auto !important;
        width: 100%;
        max-width: 100%;
        min-height: 0;
        overflow: visible;
        align-items: center !important;
        justify-content: center !important;
        padding-inline: 1rem;
    }

    .login-form-panel,
    .login-brand-panel-wrap {
        width: 100%;
        max-width: 26rem;
        margin-inline: auto;
    }

    .login-shell .left-div-login .w-75,
    .login-shell .right-div-login .w-75 {
        width: 100% !important;
        max-width: 26rem;
        margin-inline: auto;
    }

    .login-brand-stack {
        gap: 0.75rem;
        width: 100%;
        max-width: min(88vw, 20rem);
    }

    .login-brand__icon {
        width: 88px;
    }

    .login-brand__wordmark {
        width: 100%;
        max-width: min(88vw, 20rem);
    }

    .login-brand__logo {
        width: 36px;
        margin-bottom: 0.5rem !important;
    }

    .login-shell .left-div-login h1 {
        font-size: 1.35rem;
        margin-bottom: 0.25rem !important;
    }

    .login-brand__tagline {
        font-size: 0.8125rem;
    }

    .login-auth-panel {
        padding: 1.15rem 1rem 1.25rem;
    }

    .login-auth-header {
        margin-bottom: 0.85rem !important;
        gap: 0.65rem !important;
    }

    .login-auth-header > i.fs-1 {
        font-size: 1.65rem !important;
    }

    .login-auth-header h2 {
        font-size: 1.125rem;
        line-height: 1.25;
    }

    .login-auth-subtitle {
        font-size: 0.8125rem;
        line-height: 1.45;
    }

    .login-auth-panel .form-control,
    .login-auth-panel .btn {
        min-height: 2.75rem;
    }

    .login-auth-footer {
        padding: 0.35rem 0.75rem 0.5rem;
    }

    .login-auth-footer .login-auth-hint {
        font-size: 0.75rem;
    }

    .auth-pwd-requirements {
        margin-bottom: 0.75rem !important;
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .auth-lang-toolbar {
        top: calc(0.55rem + env(safe-area-inset-top, 0px));
        right: calc(0.65rem + env(safe-area-inset-right, 0px));
    }

    [dir="rtl"] .auth-lang-toolbar {
        right: auto;
        left: calc(0.65rem + env(safe-area-inset-left, 0px));
    }
}

@media (max-width: 575.98px) {
    .login-shell #authMainContent {
        padding-inline: 0.25rem;
    }

    .login-shell .left-div-login,
    .login-shell .right-div-login {
        padding-inline: 0.75rem;
    }

    .login-auth-panel {
        padding: 1rem 0.875rem 1.125rem;
        border-radius: calc(var(--sanid-radius, 0.65rem) - 0.05rem);
    }

    .login-auth-header {
        margin-bottom: 0.75rem !important;
    }

    .login-brand__icon {
        width: 80px;
    }

    .login-brand__wordmark {
        width: 100%;
        max-width: min(90vw, 18.5rem);
    }
}

@media (max-width: 767.98px) and (max-height: 640px) {
    .login-shell #authMainContent::before,
    .login-shell #authMainContent::after {
        flex: 0 0 0.25rem;
        min-height: 0;
    }

    .login-shell #authMainContent {
        padding-top: calc(2.75rem + env(safe-area-inset-top, 0px));
    }

    .login-brand-column {
        display: none !important;
    }

    .login-shell .right-div-login {
        padding-top: 0.25rem;
    }

    .login-auth-panel {
        padding: 0.95rem 0.875rem 1rem;
    }

    .login-auth-header {
        margin-bottom: 0.65rem !important;
    }
}

@media (min-width: 768px) {
    .login-layout__row {
        height: 100%;
        align-items: center;
    }

    .login-shell .left-div-login,
    .login-shell .right-div-login {
        height: 100%;
    }

    .login-brand-stack {
        max-width: 24rem;
    }

    .login-brand__icon {
        width: 112px;
    }

    .login-brand__wordmark {
        max-width: 320px;
    }
}

.login-auth-step {
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 0;
}

.login-auth-subtitle,
.right-div-login h3.login-auth-subtitle {
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #1f2a44;
    margin-bottom: 0;
}

.login-auth-meta {
    font-size: 0.875rem;
}

.login-auth-hint {
    font-size: 0.8125rem;
    line-height: 1.45;
}

@keyframes login-auth-panel-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.otp-input-group {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
    max-width: 100%;
}

.otp-input-group.is-disabled {
    opacity: 0.65;
    pointer-events: none;
}

.otp-digit {
    width: 100%;
    min-height: 2.75rem;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.otp-digit:focus {
    border-color: #193476;
    box-shadow: 0 0 0 0.15rem rgba(25, 52, 118, 0.15);
}

.otp-digit.is-filled {
    background-color: #f8fafc;
    border-color: #193476;
}

.otp-input-group.is-error .otp-digit {
    border-color: #dc3545;
}

.otp-timer {
    font-size: 0.875rem;
    color: #5b6b88;
    font-variant-numeric: tabular-nums;
}

.otp-timer.is-urgent {
    color: #fd7e14;
}

.otp-timer.is-expired {
    color: #dc3545;
}

.otp-message {
    border-radius: 4px;
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.45;
}

.otp-message--error {
    color: #842029;
    background: #fff5f5;
    border-left: 3px solid #dc3545;
}

.otp-message--info {
    color: #055160;
    background: #eef9fb;
    border-left: 3px solid #0dcaf0;
}

.otp-resend__prompt {
    font-size: 0.875rem;
    color: #5b6b88;
    margin-bottom: 0.25rem;
}

.otp-resend__link {
    color: #1665a7;
    font-size: 0.875rem;
    font-weight: 600;
}

.otp-resend__link.is-disabled {
    color: #adb5bd;
    pointer-events: none;
    text-decoration: none;
}

.otp-resend__cooldown {
    font-size: 0.8125rem;
}

.otp-back-link {
    color: #5b6b88;
    font-size: 0.875rem;
}

.otp-back-link:hover {
    color: #1665a7;
}

[dir="rtl"] .otp-back-link__icon {
    transform: scaleX(-1);
}

.otp-success-panel__icon {
    color: #198754;
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    animation: otp-success-pop 0.4s ease-out;
}

.otp-success-panel__text {
    color: #1f2a44;
    font-size: 0.9375rem;
}

@keyframes otp-success-pop {
    from {
        opacity: 0;
        transform: scale(0.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.auth-live-status-host {
    width: 100%;
}

.auth-live-status {
    padding: 0.25rem 0;
}

.auth-live-status__title {
    margin: 0 0 0.85rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1f2a44;
}

.auth-live-status__steps {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.auth-live-status__step {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-size: 0.875rem;
    color: #6c7a93;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.auth-live-status__step.is-active {
    color: #193476;
    font-weight: 600;
}

.auth-live-status__step.is-done {
    color: #198754;
}

.auth-live-status__icon {
    width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-inline-end: 0.15rem;
}

.auth-live-status__label {
    margin-inline-start: 0.1rem;
}

.auth-live-status__icon .spinner-border {
    margin: 0;
}

.auth-live-status__step.is-pending .auth-live-status__icon {
    opacity: 0.45;
}

.auth-live-status__step.is-done .auth-live-status__icon {
    color: #198754;
}

.auth-live-status__step.is-active .auth-live-status__icon {
    color: #193476;
}

.bank-pwd-strength {
    margin-top: 0.45rem;
}

.bank-pwd-strength__track {
    height: 6px;
    border-radius: 999px;
    background: #e9ecef;
    overflow: hidden;
}

.bank-pwd-strength__bar {
    height: 100%;
    width: 0;
    border-radius: 999px;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.bank-pwd-strength__bar.is-weak { width: 20%; background: #dc3545; }
.bank-pwd-strength__bar.is-fair { width: 40%; background: #fd7e14; }
.bank-pwd-strength__bar.is-good { width: 60%; background: #ffc107; }
.bank-pwd-strength__bar.is-strong { width: 80%; background: #198754; }
.bank-pwd-strength__bar.is-excellent { width: 100%; background: #0d6efd; }

.bank-pwd-strength__label {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.78rem;
    font-weight: 600;
}

.bank-pwd-strength__label.is-weak { color: #dc3545; }
.bank-pwd-strength__label.is-fair { color: #fd7e14; }
.bank-pwd-strength__label.is-good { color: #cc9a06; }
.bank-pwd-strength__label.is-strong { color: #198754; }
.bank-pwd-strength__label.is-excellent { color: #0d6efd; }

.auth-pwd-requirements {
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #5b6b88;
}

.auth-pwd-req {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin-bottom: 0.2rem;
}

.auth-pwd-req__icon {
    width: 1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: #adb5bd;
}

.auth-pwd-req.is-met {
    color: #198754;
}

.auth-pwd-req.is-met .auth-pwd-req__icon {
    color: #198754;
}

@media (max-width: 767.98px) {
    .otp-input-group {
        gap: 0.35rem;
    }

    .otp-digit {
        min-height: 2.75rem;
        font-size: 1.125rem;
    }

    .login-auth-meta,
    .login-auth-panel .login-auth-hint.text-muted {
        font-size: 0.8125rem;
        line-height: 1.45;
    }

    .login-auth-panel .mb-4 {
        margin-bottom: 1rem !important;
    }

    .login-auth-step {
        font-size: 0.75rem;
    }

    .otp-resend__prompt {
        font-size: 0.8125rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-auth-panel,
    .otp-success-panel__icon {
        animation: none;
    }
}

.bg-image-left-div {
    background-image: url('Images/hero-services-img_01.png'); /* Set your image */
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay {
    /*background-color: rgba(0, 0, 0, 0.4);*/ /* Optional overlay */
    width: 100%;
    height: 100%;
}

.right-div-login h2 {
    font-family: Cairo-Regular
}

    .right-div-login h2 span,
    .right-div-login .login-auth-subtitle span {
        color: #1665a7
    }
    .right-div-login h3 span {
        color: #1665a7
    }
.left-div-login h1 {
    color: #142a5e;
    font-family: 'NeoSansProBoldIt'
}

    .left-div-login h1 span {
        /*color: #2f5da8*/
        background: linear-gradient(91deg, #17295c, #4572b0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 500;
}

    .section-title::before,
    .section-title::after {
        content: "";
        flex: 1;
        height: 2px;
        background-color: #2f5da8;
        max-width: 30px;
    }
i {
    color: #2261a3
}

#sUserName {
    color: #000000;
    font-weight: bold
}

.navbar-brand {
    color: #1665a7;
    font-family: Cairo-Black;
    font-size: x-large;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: rgb(0 0 0);
    font-size: 0.9rem;
}

.navbar-nav .nav-link:hover {
    background-color: #CCE6FF;
    color: #000 !important;
    border-radius: 0px;
}

.page-title {
    /*position: relative;
    display: inline-block;
    padding-bottom: 1px;
    color: #fd7e14;*/ /*#2261a3;*/
    /*font-size: 1.4rem;
    padding-left: 14px*/
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sanid-text, #1f2a44);
    text-align: right;
    white-space: nowrap;
}

    .page-title::after {
        content: "";
        position: absolute;
        left: 12px;
        bottom: 0;
        width: 30%;
        height: 2px;
        /*background: linear-gradient(to right, #dddde9 0%, #f7e7d2 100%);*/
        border-radius: 2px;
        padding-left: 14px
    }

.div-filter-container {
    margin-top: 2px;
    border-radius: 10px !important;
    border: 1px solid #dedce8 !important;
    background-color: #f9f9f9;
    padding-top: 0.5rem;
}

.total-label {
    padding: 8px 16px;
    color: #000;
    letter-spacing: 0.5px;
}

.gridview tbody, td, tfoot, th, thead, tr {
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.gdv-icon {
    background-color: #dddde9;
    font-weight:500
}

    .gdv-icon i {
        /*color: #2261a3 !important*/
        font-style:normal;
    }

    .gdv-icon .fa-trash-alt {
        color: red !important;
    }

.modalPopup-title {
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
    color: #193476;
    font-size: 1.4rem;
    padding-left: 14px
}

    .modalPopup-title::after {
        content: "";
        position: absolute;
        left: 12px;
        bottom: 0;
        width: 80%;
        height: 2px;
        background: linear-gradient(to right, #dddde9 0%, #f7e7d2 100%);
        border-radius: 2px;
        padding-left: 14px
    }

.card-header {
    padding: 0 var(--bs-card-cap-padding-x);
}

.inline-field {
    display: flex;
    align-items: center;
}

    .inline-field label {
        width: 40%;
        font-weight: bold;
        text-align: right;
        margin-right: 8px;
    }

    .inline-field .form-control,
    .inline-field .form-select {
        width: 60%;
    }

.form-control[readonly] {
    background-color: #f1f1f1 !important;
    color: #555 !important;
    border: 1px solid #d0d0d0 !important;
    cursor: not-allowed;
    opacity: 1; /* Keep text readable */
}

    /* Optional: remove focus border for readonly fields */
    .form-control[readonly]:focus {
        box-shadow: none !important;
        border-color: #d0d0d0 !important;
    }

.gridview tr:last-child {
    color: #7d7d7d;
    /*    font-weight: bold;
*/ font-size: 0.7rem;
}

    .gridview tr:last-child table {
        margin-bottom: 0px;
    }

        .gridview tr:last-child table td {
            padding: 2px 4px;
            color: black;
        }

            .gridview tr:last-child table td a {
                color: #f7a304 !important;
            }

            .gridview tr:last-child table td span {
                color: #4e442c !important;
            }

.status-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* Green for enabled */
.enabled {
    background-color: #28a745;
}

/* Red for disabled */
.disabled {
    background-color: #f2f2f2;
}

.form-control {
    font-size: 0.8rem;
}

.form-select {
    font-size: 0.8rem;
}

.card {
    --bs-card-border-color: #edeceb
}

.inline-field label {
    font-weight: normal;
}

#main {
    min-height: 85vh;
}

/*Sweet Alert CSS*/

.swal2-modal {
    font-size: 0.8rem
}

    .swal2-modal p {
        margin-bottom: 0.5rem;
    }
.rbl-two-cols td {
    padding: 6px 6px;
    border: 1px solid white;
}
.rbl-two-cols label {
    margin-right: 4px;
    margin-left: 4px;
}
.table-Manage-CurrencyExchange.table-Manage-SmallDenomenationDiff {
    font-size: 0.9rem !important;
}
    .table-Manage-CurrencyExchange .form-control {
        background-color: #feffef !important; 
        font-size: 1rem;
    }
 
.col-DenominationValueOnCurrencyExchange {
    background-color: #d7d7d7 !important;
    color: black !important;
    font-weight: bold;
    font-size:1.9rem
}
.lbl_Total {
    font-size: 1.5rem;
    font-weight: bold;
}
.AlternatingRowCustomStyle {
    background-color: #fffbef
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    color: #fff;
    background-color: #193476 !important;
    border-color: #193476 !important;
}
.gridview-CellofHeader{
    text-align:right !important;
}
.full-page-center { 
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center */
    padding: 20px;
}
.modal-title {
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
    color: #2261a3;
    font-size: 1.4rem;
    padding-left: 14px
}
.modal-title::after {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: linear-gradient(to right, #dddde9 0%, #f7e7d2 100%);
    border-radius: 2px;
    padding-left: 14px
}
.div-filter-container .card {
    background-color:transparent;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: end !important;
    direction: rtl !important;
}
.select2-container--bootstrap-5 .select2-selection {
    font-size: 0.8rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 0.8rem !important;
    text-align: end !important;
}
.spTotalAmount{
    font-weight:bold;
    font-size:1.1rem;
}
.spOrdersCount {
    font-weight: bold;
    font-size: 1.1rem;
}
input[type="image"] {
    z-index: 0 !important;
}
.print-only {
    display: none;
}

/* print mode */
/*@media print {

    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }
}*/

@media print {

    body * {
        visibility: hidden;
    }
    @page {
        size: A4 portrait;
        margin: 10mm;
    }
    #printArea,
    #printArea * {
        visibility: visible;
    }

    #printArea {
        page-break-after: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0px;
        direction: rtl;
        font-family: 'Cairo', Tahoma, Arial, sans-serif;
        color: black;
    }
    .print-only {
        display: block !important;
    }

    .no-print {
        display: none !important;
    }
}
.table-Money .form-control {
    background-color: #feffef !important;
    font-size: 1.9rem;
}
.div-rounded {
    border-radius: 10px !important;
    border: 1px solid #dedce8 !important;
    background-color: #f9f9f9;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.divOrderDetails {
    border-right: 3px solid #0dcaf0 !important;
    border-left: 3px solid #0dcaf0 !important;
}
.divGvDenominationDetails {
    border-right: 3px solid #006699 !important;
    border-left: 3px solid #006699 !important;
}
.div_ShowMultiSetsAndAccounts {
    border-right: 3px solid #ccc !important;
    border-left: 3px solid #ccc !important;
}
.divGvDiverDenominationDetails {
    border-right: 3px solid #e2c053 !important;
    border-left: 3px solid #e2c053 !important;
}
.diver-header-cell {
    background-color: #e2c053 !important;
    color: black !important;
}
table th.diver-header-cell {
    background-color: #e2c053 !important;
}
table th.denomination-header-cell {
    background-color: #006699 !important;
    color: white !important;
}
.form-check-input {
    /*border: 0px solid white;*/
    background-color: transparent;
}
.form-check-input input{
    margin: auto 0.3rem;
}
.dataTables_filter label{
    width:100%;
}
.dataTables_filter input  {
    width: 50% !important;
}
.SumoSelect {
    width: 100%;
}
    .SumoSelect > .CaptionCont {
        width: 100% !important;
    }

html[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
html[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: auto;
    left: 2.25rem;
}