﻿/* DEFAULTS
----------------------------------------------------------*/
html
{
    height: 100%;
}
body
{
    background: #b6b7bc;
    font-size: 9.5pt;
    font-family: "Segoe UI" , Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    height: 100%;
}
form
{
    height: 100%;
}
a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #034af3;
    text-decoration: none;
}
p
{
    margin-bottom: 10px;
    line-height: 1em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    display: inline;
}
h1
{
    font-size: 1.6em;
}
h2
{
    font-size: 1.5em;
    font-weight: 600;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 99%;
    height: 98%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.main
{
    height: 95%;
    overflow: auto;
}
.mainPopUp
{
    height: 100%;
    overflow: hidden;
}
.mainCommon
{
    overflow: hidden;
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer
{
    width: 100%;
    position: fixed !important;
    bottom: 0;
    margin: 0px;
    padding: 3px 0px 3px 0px;
    clear: both;
    background-color: #e4e5e5;
    color: #2d2d2d;
    font-size: 8pt;
}
.commonFooter
{
    width: 100%;
    position: fixed !important;
    bottom: 0;
    margin: 0px;
    padding: 0px;
    clear: both;
    background-color: #e4e5e5;
    color: #2d2d2d;
    text-align: center;
    font-size: smaller;
}
.footerText
{
}
.logo
{
    background-image: url('Images/DiabosLogo.png');
    background-repeat: no-repeat;
    height: 60px;
    width: 180px;
    margin-top: 25%;
    margin-left: auto;
    margin-right: auto;
}
div.accountInfo
{
    height: 210px;
    width: 470px;
    vertical-align: middle;
    padding-top: 25%;
    margin-left: auto;
    margin-right: auto;
}
div.passInfo
{
    height: 360px;
    width: 470px;
    vertical-align: middle;
    padding-top: 16%;
    margin-left: auto;
    margin-right: auto;
}
.topBar
{
    height: 10px;
    background-color: Orange;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.leftBox
{
    height: 96.5%;
    float: left;
    width: 49%;
    border: thin solid silver;
    background: #FFFFFF; /*#e4e5e5;*/
    border-bottom-left-radius: 10px;
}
.rightBox
{
    height: 97%;
    float: right;
    width: 50%;
    background-color: #004262;
    border-bottom-right-radius: 10px;
}

/* MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #465c71;
    width: 100%;
}

div.toolbar
{
    padding: 0% 0% 0% 0%;
    margin: 0px;
    padding: 0PX;
}
.toolbar td
{
    background-color: #465c71;
}
.toolbar td:hover
{
    background-color: #bfcbd6;
}
.toolbar tr
{
    background-color: #465c71;
}
.toolbar tr:hover
{
    background-color: #bfcbd6;
}
.toolbar a, .toolbar a:visited
{
    background-color: #465c71;
    border: 1px solid #4e667d;
    color: #dde4ec;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    white-space: nowrap;
}
.toolbar a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}
.toolbar a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
.toolbarDyn td:hover
{
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: white;
    border-left-width: 1px;
}
.toolbarDyn tr
{
    background-color: #465c71;
}
.toolbarDyn tr:hover
{
    background-color: #bfcbd6;
}
.toolbarDyn a, .toolbarDyn a:visited
{
    background-color: #465c71;
    border: 1px solid #4e667d;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 5px 7px;
    text-decoration: none;
    white-space: nowrap;
    width: inherit;
}
.toolbarDyn a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    width: inherit;
}
.toolbarDyn a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    width: inherit;
}

/* These styles create the dropdown menus. */

#wrap
{
    text-align: right;
    padding: 5px 5px 0px 0px;
    font-weight: bold;
}

#navbar
{
    text-align: right;
    margin: 0;
    padding: 0;
    width: 10%;
}
#navbar li
{
    list-style: none;
    float: none; /*background-color: #022A50; #FF6600;*/
    direction: rtl;
}
#navbar li a
{
    display: block;
    padding: 3px 8px;
    background-color: ButtonFace;
    text-decoration: none;
    background-repeat: no-repeat;
}
#navbar li ul
{
    display: none;
    width: 10em; /* Width to help Opera out */
    background-color: ButtonFace;
    list-style: none;
    position: absolute;
    border: 1px solid black;
}
#navbar li:hover ul
{
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
}
#navbar li:hover li, #navbar li.hover li
{
    float: none;
}
#navbar li:hover li a, #navbar li.hover li a
{
    background-color: ButtonFace;
    border-bottom: 1px solid #fff;
    color: #000;
    -webkit-box-shadow: 0.2em 0.2em 0.7em black, inset 0 0 0.7em grey;
    -moz-box-shadow: 0.2em 0.2em 0.7em black, inset 0 0 0.7em grey;
    box-shadow: 0.2em 0.2em 0.7em black, inset 0 0 0.7em grey;
}
#navbar li li a:hover
{
    /*background-color: #8db3ff;*/
    background-color: #69f;
}

/* End of styles create the dropdown menus. */


/* FORM ELEMENTS   
----------------------------------------------------------*/

.login
{
    margin-top: 15%;
    color: White;
}
.login p
{
    margin: 2px 12px 10px 10px;
}
.login label
{
    display: block;
    margin-bottom: 2px;
    margin-left: 1px;
}
.login label.inline
{
    display: inline;
}
.login a:link, .login a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 8pt;
}
.login a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.login a:active
{
    color: #FFFFFF;
    text-decoration: none;
}
fieldset
{
    border: 1px solid #E5E5E5;
}
hr
{
    border: 0;
    color: #bebebe;
    background-color: #bebebe;
    height: 1px;
}
.btns
{
    font-family: "Segoe UI" , Arial, Verdana, sans-serif;
    font-size: 8.5pt;
}
.btns[disabled]
{
    color: #C0C0C0;
}
input[type=text], input[type=password], textarea, select
{
    font-family: "Segoe UI" , Arial, Verdana, sans-serif;
    border: 1px solid #bbb;
    margin: 0.1em 0;
    font-size: 9.5pt;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
{
    border-color: #FFAD33;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio
{
    font-family: "Segoe UI" , Arial, Verdana, sans-serif;
    position: relative;
    font-size: 9.5pt;
}
input[type=file]
{
    font-family: "Segoe UI" , Arial, Verdana, sans-serif;
    text-align: left;
    width: 98% !important;
    font-size: 9.5pt;
}
.amtTextBox
{
    text-align: right;
    width: 100px;
}
/* TABLE   
----------------------------------------------------------*/

.clearTableStyle table
{
    border-style: none;
}
.clearTableStyle td
{
    border-bottom-style: none;
    border-right-style: none;
}
.genTabHeader
{
    background-color: #D3D3D3;
    font-weight: bold;
}
.genTabCH
{
    font-weight: bold;
    color: black;
    background-color: #eaeaea;
}
.genTabCI
{
    background-color: #ffffff;
}
.genTabCHTotal
{
    font-weight: bold;
    color: black;
    background-color: #eaeae0;
}
.genTabFooter
{
    font-weight: bold;
    color: black;
    background-color: #eaeaea;
}
/* AJAX CONTROLS
----------------------------------------------------------*/

/* CalendarExtender */
.calendar .ajax__calendar_container
{
    background-color: #b8b8b8;
    width: 180px;
    border: solid 1px black;
}
.calendar .ajax__calendar_header
{
    background-color: #b8b8b8;
    margin-bottom: 4px;
}
.calendar .ajax__calendar_title, .calendar .ajax__calendar_next, .calendar .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}
.calendar .ajax__calendar_next, .calendar .ajax__calendar_prev
{
    border: 1px ridge #778899;
    background-color: Silver;
}
.calendar .ajax__calendar_body
{
    background-color: #e9e9e9;
    border: solid 1px #ff9a00;
}
.calendar .ajax__calendar_dayname
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}
.calendar .ajax__calendar_day
{
    text-align: center;
}
.calendar .ajax__calendar_hover .ajax__calendar_day, .calendar .ajax__calendar_hover .ajax__calendar_month, .calendar .ajax__calendar_hover .ajax__calendar_year, .calendar .ajax__calendar_active
{
    color: #004080;
    font-weight: bold;
    background-color: #B0E0E6;
}
.calendar .ajax__calendar_today, .calendar a
{
    font-weight: bold;
    text-decoration: none;
    font-size: smaller;
}
.calendar .ajax__calendar_hover .ajax__calendar_today
{
    color: #800000;
}
.calendar .ajax__calendar_other
{
    color: #bbbbbb;
}
.calendar a:hover
{
    text-decoration: none;
    font-size: 8.5pt;
    color: #4B0082;
}

/* Tab container */
.Tab
{
    display: run-in;
    text-align: center;
    margin: 0 2px 0 2px;
}
.Tab .ajax__tab_header
{
    font-weight: normal;
}
.Tab .ajax__tab_outer
{
    padding-right: 4px;
    height: 22px;
    background-color: #C0C0C0;
    margin-right: 2px;
    border-right: solid 1px #666666;
    border-top: solid 1px #aaaaaa;
}
.Tab .ajax__tab_inner
{
    padding-left: 3px;
    background-color: #C0C0C0;
}
.Tab .ajax__tab_tab
{
    padding: 2px 2px 2px 2px;
    margin: 0;
    color: #000000;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    background-color: #cccccc;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    background-color: #cccccc;
}
.Tab .ajax__tab_hover .ajax__tab_tab
{
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    background-color: #fff;
    border-left: solid 1px #999999;
    border-top: 3px solid #FFAD33;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    background-color: #fff;
}
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #000000;
    border-bottom-color: #fff;
}
.Tab .ajax__tab_body
{
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
}
.WaterMark
{
    color: #8A8A8A;
    text-align: center;
}

/* DA PAGES LAYOUT ELEMENTS
----------------------------------------------------------*/

.pnlCSS
{
    cursor: pointer;
    border: solid 0px #c0c0c0;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.PCDetailsDiv
{
    height: 35px;
    width: 99.2%; /*100%;*/
    padding: 0px 5px;
    margin: 0px 0px 0px 0px; /*background-color: #FFCC00; border: 1px solid black;*/
    background-color: #797979;
    color: #ffffff;
}
.btnDiv
{
    /*height: 20px;*/
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px; /*background-color: #E9E9E9;*/
}
.rmkDiv
{
    width: 99%;
    padding: 0px 5px;
    margin: 0px 0px 0px 0px;
    background-color: #E9E9E9; /*border: 1px solid black;*/
}

.WrapperDiv
{
    /*border: 1px solid black;*/
    width: 100%; /*height: 70%;     overflow-x: hidden;*/
}

.dvVwDetails
{
    width: 100%;
    height: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px; /*border: 1px solid black;*/
}

.dvVwSubDetailsLeft
{
    width: 49.5%;
    height: 100%; /*border: thin solid #b6b7bc;*/
    overflow: auto;
    float: left;
}
.dvVwSubDetailsRight
{
    width: 49.5%;
    height: 100%; /*border: thin solid #b6b7bc;*/
    overflow: auto;
    float: right;
}

/* MASTER PAGES LAYOUT ELEMENTS
----------------------------------------------------------*/
.section
{
    margin: 2px 2px 2px 2px;
    display: inline-block;
    border-style: none;
    width: 99.4%;
}
.boxSection
{
    margin: 2px 2px 2px 2px;
    display: inline-block;
    border: 1px solid #E5E5E5;
    width: 99.4%;
}
.leftSection
{
    float: left;
}
.rightSection
{
    float: right;
}
.centreSection
{
    margin: 0 auto 0 auto;
    text-align: center;
}
.pageTitle
{
    background-color: #797979;
    color: #ffffff;
    height: 30px;
}
.pageTitle h1
{
    color: #ffffff;
    font-variant: normal;
}

.blueTitle
{
    background-color: #465c71;
}
/* MISC
----------------------------------------------------------*/

.clear
{
    clear: both;
}
.title
{
    display: block;
    text-align: left;
    width: auto;
    font-size: 1.5em;
    color: White;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}
.failureNotification
{
    font-size: 9pt;
    color: Red;
}
.bold
{
    font-weight: bold;
}
.clearBorder
{
    border-style: none;
}
.gradient
{
    /*#7aafc2,#308ead*/
    background: #C1C3C3; /* for non-css3 browsers */
    background: -ms-linear-gradient(45deg, #C1C3C3 45%,#7D7F7F 60%); /* IE10+ */
    background: linear-gradient(45deg, #C1C3C3 45%,#7D7F7F 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1C3C3', endColorstr='#7D7F7F',GradientType=1); /* for IE */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(45%,#C1C3C3), color-stop(60%,#7D7F7F)); /* Chrome,Safari4+ */
    background: -moz-linear-gradient(45deg, #C1C3C3 45%, #7D7F7F 60%); /* for firefox 3.6+ */
}
div.columnHeader
{
    padding: 0 2px 0 2px;
    background-color: #8A8A8A;
    clear: both;
}
div.scroll
{
    overflow: auto;
    overflow-x: hidden;
}
.leftAlign
{
    text-align: left;
}
.rightAlign
{
    text-align: right;
}
.centerAlign
{
    text-align: center;
}
.cornerAll
{
    border-radius: 5px;
}
/* SUCCESS ,NOTICE AND ERROR BOXES
-------------------------------------------------------------- */

.error, .notice
{
    padding: 5px;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.error
{
    background: buttonface;
    color: black; /*#8a1f11*/
    border-color: Gray; /*#FBC2C4*/
}
.boxText
{
    background: #ffffff;
    color: #514721;
    border: 2px solid #CACAC2;
    padding: 3px 2px 3px 2px;
}
.notice
{
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
.error a
{
    color: #8a1f11;
}
.notice a
{
    color: #514721;
}
.boxText a
{
    color: #2C2C28;
}
.counter
{
    text-align: center;
    border-style: none;
    width: 40px;
}
.barIndicatorBorder
{
    border: solid 1px #c0c0c0;
    width: 200px;
}

.barIndicator_poor
{
    border-bottom: solid 3px #cc0000;
    width: 200px;
}

.barIndicator_weak
{
    border-bottom: solid 3px #ffcc99;
    width: 200px;
}

.barIndicator_average
{
    border-bottom: solid 3px #ccff99;
    width: 200px;
}

.barIndicator_strong
{
    border-bottom: solid 3px #00cc66;
    width: 200px;
}

.barIndicator_excellent
{
    border-bottom: solid 3px #339933;
    width: 200px;
}


/* POP-UP LAY-OUT
-------------------------------------------------------------- */
div.popUpWrapper
{
    width: 85%;
    display: block;
    border: 1px solid #bebebe !important;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 8px 8px rgba(0,0,0,.2);
    position: absolute;
}

div.popUpHeaderBar
{
    width: 100%;
    padding: 2px 0 3px 0;
    height: 15px;
    background-color: #797979;
}
.popUpBody
{
    position: relative;
    background: #F5F5F5;
}
div.popUpTitle
{
    width: 93%;
    float: left;
    background-color: inherit;
    text-align: center;
}
div.popUpCtrls
{
    float: right;
    background-color: inherit;
    text-align: right;
    padding-right: 5px;
}
div.popUpFooterBar
{
    text-align: center;
    padding: 2px 0 2px 0;
    border-top: 1px solid #bebebe;
    position: relative;
}
.popUpResize
{
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    padding: 0 1px 0 1px;
    border: thin solid #797979;
}
.popUpResize:hover
{
    border: thin solid #FFF1D4;
    cursor: pointer;
}
.popUpTitleHandle
{
    color: #FFFFFF;
    font-size: 9.5pt;
    width: 100%;
}
.dragHandle
{
    cursor: move;
}
.modalBackGround
{
    background-color: #A6A6A6;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 100%;
}
div.modal-overlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #A6A6A6;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
    visibility: hidden;
}
.genCountry
{
	height: 180px;
	width: 600px;
	overflow: auto;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid; /*width: 700px; #B0C4DE,#8FBC8F,#20B2AA*/
	color: black;
	border-bottom: gray 1px solid;
	background-color: white;
}

.blink
{
    color: Red !important;
}

.StatusNormal
{
    color: Black;
}

.StatusRed
{
    color: Red;
}