﻿.modalBackground 
{ 
    background-color: Gray; 
    filter: alpha(opacity=70); 
    opacity: 0.70; 
} 
 
.updateProgress 
{ 
    border-width: 1px; 
    border-style: solid; 
    background-color: #FFFFFF; 
    position: absolute; 
    width: 250px; 
    height: 75px; 
} 

.info
{
    background: url("../images/icons/info.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 400px;
    margin: auto;
    color: #032C59;
    padding: 5px 0 0 36px;
}
.error
{
    background: url("../images/icons/error.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 400px;
    margin: auto;
    color: red;
    padding: 5px 0 0 36px;
}
.warning
{
    background: url("../images/icons/warning.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 400px;
    margin: auto;
    color: Gray;
    padding: 5px 0 0 36px;
}

/* =Basic Element Styles
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h1 {
	font-size: 16pt;
	color: #043366;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 14pt;
	color: #61351e;
}

h3 {
	font-size: 12pt;
	color: #35551C;
}

h4 {
	font-size: 10pt;
	font-weight: 700;
}

h5 {
	font-size: 8pt;
	font-weight: 700;
}

h6 {
	font-size: 6pt;
	font-weight: 700;
}

hr {
    border: 1px solid #ccc;
}

/*Search text box css*/
#header .headerwrapper
{
    float: right;
    padding-top: 5px;
    white-space:nowrap;
    text-align:right;
}

#header .search-wrapper
{
    background: white;/*url(../images/layout/header/search-bg.gif) no-repeat scroll 0 0 transparent;*/
    bottom: 0;
    height: 24px;
    padding: 0px 0px 10px 0px;
    position: absolute;
    right: 0;
    width: 215px;
    border-radius: 5px 5px 0px 0px;
}
#header .search-btn
{
    background: url("../images/layout/header/search.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 26px;
    width: 16px;
    margin-right: 10px;
    cursor: pointer;
    float: right;
}

/* =Utility Nav
----------------------------------*/
.util_link a
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #555;
    text-align: center;
    margin: 10px 0 0 10px;
}
.util_link a#Admin, .util_link a#Support, .util_link a#LogOff, .util_link a#Settings
{
    border-left: 1px solid #4D4D4D;
    padding-left: 15px;
}
.util_link a:hover
{
    text-decoration: underline;
}

/* Search Result */
.dlSearchResult
{
    padding: 10px;
    margin-bottom: 5px;
}
.dlSearchResult dt
{
    padding: 0px;
    margin: 0px;
    font-size: large;
}
.dlSearchResult a
{
    text-decoration:underline;
}
.dlSearchResult dt span
{
    font-weight: normal;
    font-size: smaller;
    color:#777777;
}
.dlSearchResult dd
{
    padding: 0px;
    margin: 0px;
}


/* =Quick Search 
--------------------- */
#QuickSearch
{
    /*color: #888;*/
    font-style: italic;
    border: none;
    border-right: 1px solid #CCCCCC;
    /*margin: 3px 5px 0 0;
    padding: 8px 0px 6px 0px;*/
    width: 165px;
}
#quickSearchContainer .quickSearchTextBox
{
    border: none;
    width: 175px;
}
#quickSearchContainer
{
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 1px;
}
hintTextBox {}
.hintTextBoxBlur {
    color: #888;
    font-style: italic;
}

hintTextBoxFocus {
    color: #000;
    font-style:normal;
}

/* =Main Menu Navigation 
------------------------------------------------------------ */

.main_navigation ul li.last { border: none; }
.main_navigation #last { border-right: none !important; }
.main_navigation ul li ul li { white-space:nowrap; }

/* Message Box */
.dlMessageBox
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F4F4F4;
    padding: 10px;
    border: solid 1px Black;
    margin-bottom: 5px; /*background:url(../images/icons/info.png) 5px 5px no-repeat;*/
}
.dlMessageBox dt
{
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: large;
}
.dlMessageBox dd
{
    padding: 0px;
    margin: 0px;
}

.dlWarningBox
{
    border-color: #CC9900; /*background:url(../images/icons/warning.png) 5px 5px no-repeat;*/
}
.dlWarningBox dt
{
    color: #996600;
}
.dlWarningBox dd
{
    color: #663300;
}

.dlErrorBox
{
    border-color: Maroon;
}
.dlErrorBox dt
{
    color: Maroon;
}
.dlErrorBox dd
{
    color: Red;
}

.dlSuccessBox
{
    border-color: green;
}
.dlSuccessBox dt
{
    color: green;
}
.dlSuccessBox dd
{
    color: green;
}
.dlMessageBox a:link, .dlMessageBox a:visited
{
    color: inherit;    
}

/* Filter Container & Labels
------------------------------------------------------------ */ 
#FiltersContainerTable {}
#FiltersContainerTable td
{
    padding:5px;
    vertical-align:top;
    /*border:solid 1px #ff66cc;*/
}
.filterLabel
{
    font:normal 12px Arial;
    color:#666666;
    text-transform:uppercase;
    width:300px;
}
.filterLabel span:first-child
{
    font-weight:bold;
    font-size:14px;
    color:#ff9933;
}

/*Start - Placing non-theme specific files 04thNovember,2011*/

.collapsePanelHeader-cnt
{
    width: 900px;
    height: 31px;
    background: url(../images/icons/plus.png) no-repeat scroll right center transparent;
    color: #fff;
    font-weight: bold; 
    margin: 0;
}

.collapsePanelHeaderOver
{
    width: 900px;
    height: 31px;
    background: url(../images/icons/minus.png) no-repeat scroll right center transparent;
    color: #FFF;
    font-weight: bold; 
    margin: 0;
}


.graph-cnt
{
    width: 445px;
    height: 250px;
}

.graph-box
{
    width: 49%; 
    border-radius: 10px;
    float: right;
    margin: 0 6px 0 0; 
}

.box-pricing
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    float: left;
    height: 264px;
    margin: 1px 0 0 6px;
    padding: 5px;
    width: 431px;
    -moz-border-radius: 5px;
}

.HeaderContent
{
    float: left;
    padding: 5px 0 0 15px;
    text-transform: uppercase;
}
.Content
{
    margin: 0 0 10px 0;
    height: 282px;
} 

ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/	 
	background: #fff; 
	display: none;
	float: left;
	width: 115px;
	border-radius:5px;
	border: 1px solid #111;
	border-top-width:0px;
	margin-top:22px;
	clear:both; 
	opacity:0.9;
}
ul.subnav li{
	margin: 0; padding: 0; 
	border-bottom: 1px solid #111; /*--Create bevel effect--*/
	clear: both;
	width: 115px;
}
ul.subnav li a {
	float: left;
	width: 95px; 
	padding-left: 20px;
	color:#000;
}

/*End - Placing non-theme specific files 04thNovember,2011*/


.popupGreyBackground 
{
   background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.8;
}

.ui-dialog .ui-dialog-titlebar-close
{
	display: none;
}

.progress {
    display: none;
    position: fixed;
    top: 50%;
    left : 50%;
    margin-top: -50px;
    margin-left: -100px;
}
.t-grid .t-grid-content
{
	height:auto !important;
}
#TabStrip
{
	border:none !important;
	background-color:transparent !important;
	background:none !important;
}
fieldset {
    border: 2px groove threedface !important;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0.35em 0.625em 0.75em; 
}
select#RequestedSelected  > option, select#AvailableSelected > option
{
	padding:1px 5px;
}
.t-CustomDelete {
background-position: -16px -336px;
}
.field-validation-error
{
	color:Red;
}

textarea { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*Start - Tabs on Notes Widget */
#tabs a {
    /*background: linear-gradient(220deg, transparent 10px, #AA4643 10px) repeat scroll 0 0 transparent;*/
    background-color:transparent;
    color: #FFFFFF;
    float: left;
    font: bold 12px/35px 'Lucida sans',Arial,Helvetica;
    height: 30px;
    padding: 0 5px;
    text-decoration: none; 
    border:1px solid #d4ccb0;
    border-radius:7px 7px 0px 0px;
}
#tabs #current a {
    /*background: linear-gradient(220deg, transparent 10px, #4572A7 10px) repeat scroll 0 0 transparent;*/
     background-color:#AA4643;
    color: #FFFFFF;
    text-shadow: none;
}

#tabs a:hover { 
     background-color:#AA4643; 
}
/*End - Tabs on Notes Widget */

.btnPositionVolumeHistoryReportCSV{
    font-size:12px; 
    padding:7px;
    color:Black;
    background-color:ButtonFace;
    border:1px solid ButtonShadow;
}

.btnCSVExport{
    background-image:url('../images/icons/csv_export_gray.png');
    width:50px;
    height:25px;
    display: inline-block;
}
/*
.btnPDFExport{
    background-image:url('../images/icons/pdf_export.png');
    width:50px;
    height:25px;
    display: inline-block;
}

a.btnCSVExport  .t-icon 
{
     background-image:url('../images/icons/csv_export.png') !important;
    width:50px !important;
    height:25px !important;
}

a.btnPDFExport  .t-icon 
{
     background-image:url('../images/icons/pdf_export.png') !important;
    width:50px !important;
    height:25px !important;
}

*/

/* =Sidebar
------------------------------------------------------------ */

#sidebar
{
    position: relative;
    /*float: left;*/
    width: 210px;
    min-height: 10px;
    margin-right: 10px;
}
/* =Side Nav 1st Level
------------------------------------------------------------ */

#sidebar ul li
{
    border-bottom: 1px solid #ccc;
    margin: 0px;
    padding: 0px;
}
#sidebar ul li#active-side
{
    background: #f9f7ee;
}
#sidebar ul li a
{
    display: block;
    padding: 5px 10px;
}
#sidebar ul li a:hover
{
    background: #f9f7ee;
    text-decoration: none;
}
#sidebar ul li#active-side a
{
    font-weight: bold;
}
/* =Side Nav 2nd Level
------------------------------------------------------------ */

#sidebar ul li li
{
    display: none;
    border: 0;
}
#sidebar ul li#active-side li
{
    display: block;
}
#sidebar ul li#active-side li a
{
    font-weight: normal;
    color: #5e4429;
}
#sidebar ul li#active-side a:hover
{
    background: transparent;
}
#sidebar ul li#active-side li a:hover
{
    font-weight: bold;
    background: transparent;
    color: #3f2408;
}
#sidebar ul li#active-side li a
{
    padding-left: 20px;
}
#sidebar ul li#active-side-2
{
}
#sidebar ul li ul li#active-side-2 a
{
    font-weight: bold;
    color: #3f2408;
}
/* =Header Navigation
------------------------------------------------------------ */
#HeaderNavigation
{
    display: inline-block;
    background-image: none;
    background: none;
    background-color: transparent;
    border: none;
    text-align: left;
}
div.user_info{
    color: white;
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
}
.user_name{
    float: left;
    max-width: 250px;
    overflow: hidden;
    margin-right: 3px;
}
#impersonation-wrapper{
    float: right;
}
#impersonation-wrapper .k-combobox{
    width: 250px;
}
.headerwrapper ul
{
    color: white;
}
.headerwrapper #ieFloat > ul.k-header > li > .k-link:link, .headerwrapper #ieFloat > ul.k-header > li > .k-link:visited
{
    color: lightblue;
}
/* =Floating Grid Headers
------------------------------------------------------------ */
.floatingHeader {
  position: fixed;
  top: 0;
  /*visibility: hidden;*/
  z-index: 1000;
}
.placeholderHeader
{
    visibility: hidden;
}
/* =Center Graph Shaddows
------------------------------------------------------------ */
#topChartShadow, #bottomChartShadow
{
    height: 20px;
    width: 888px;
    margin: 0 auto;   
}

#logo
{
    margin: 10px auto 0px 0px;
    cursor: pointer;
    height: 75px;
}

/* =Footer
------------------------------------------------------------ */
#footer
{
    background:#C70C03;
    background-size: contain;
    background-position-y: 6px;
    height: 25px;
}
#footer p.copyright
{
    color: grey;
    padding-right:220px; 
    padding-left:20px;
}
#footer a
{
    color: #97A658;
    text-decoration: none;
}
#footer a:hover
{
    color: #B3C76B;
}
#footer ul li
{
    float: right;
    padding: 0 0 0 20px;
}
#footer ul li a { }

#footer .outer-footer {
    display:table;
    height:20px
}

#footer .inner-footer {
    display:table-cell; 
    vertical-align: middle
}

.wrapper
{
    position: relative;
    margin: 0 26px;
}

table.detailsTable {
    width: 100%;
}

table.detailsTable .seperatorDiv {
    border-bottom: 1px solid lightgrey; 
    width: 100%; 
    padding-top: 5px; 
    margin-bottom: 10px
}

table.detailsTable .successSeperatorDiv {
    border-bottom: 1px solid black; 
    width: 100%; 
    padding-top: 5px; 
    margin-bottom: 10px
}

table.detailsTable .seperatorTitle {
        font-weight: bold; 
        font-size: 16px;
        font-style: italic;
}

table.detailsTable .detailsLabel {
    width: auto;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap; 
    color: #778899;

} 

table.detailsTable .detailsText {
    width: auto;
    white-space: nowrap;
    font-size: 12px;
    text-align: right;
    margin-left: 5px;
    padding-right: 10px;
    white-space: nowrap; 
    color: #778899;
}

.viewport {
    width: 100%;
    height: 100%;
    margin: 0;
}

.flexvbox {
    display:         flex;
    flex-direction: column;
}
.flexhbox {
    display:         flex;
    flex-direction: row;
}

.flexmain {
    flex: 1;
}
.flexfill {
    flex: 2;
}

flexcontent {
    flex: 5;
}

flexaside, flexnav {
    flex: 1;
}

flexheader {
    height: 150px;
    background-color: grey;
}

flexheadermenu {
    align-self: flex-end;
}

flexcenter {
    align-items: center;
}