﻿/* *************** MAIN LAYOUT *************** */

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0 auto auto auto;
    padding: 0;
    width: 1000px;
}

.Accessibility {
    color: #333;
    font-size: 14px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0 auto auto auto;
    padding: 0;
}

a.Accessibility {
    color: #333;
    outline: none;
    text-decoration: underline;
}

    a.Accessibility:link, a.Accessibility:visited, a.Accessibility:active, a.Accessibility:hover {
        color: #333;
    }


/* *************** FORMS *************** */

input {
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

textarea
{
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
}

select {
    font-size: 12px;
}

select:disabled {
    font-size: 12px;
    background-color: #47648A;
    color: #ffffff;
}

select[disabled='disabled']::-ms-value {
    font-size: 12px;
    color: #ffffff;
}

.RoundedFieldset {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 1px #CCCCCC;
    padding-left: 10px;
}

.LeftPadding {
    padding-left:50px;
}

.Currency {
    text-align: right;
}

.ModalPopup {
    background-color: #f5f3f2;
    padding: 10px 10px 10px 10px;
    border: solid 1px black;
    width: 700px;
    height: 500px;
    overflow: scroll;
}

.ModalBackground {
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
}

.ScrollablePopUp
{
    max-height: 475px;
    overflow:auto;
}

.Hidden {
    display: none;
}

.HTML5Table
{
    text-align: center;
    padding: 0px
}

.HTML5Table > DIV
{
    display: inline-block;
    text-align: left;
    margin: auto;
    padding: 0px
}

.HTML5Table > DIV > DIV
{
    padding: 3px 0px 0px 0px;
}

.HTML5Table > DIV > HEADER
{
    padding: 3px 0px 0px 0px;
}

.headerBar {
    background: url(../../images/headerBar.png) repeat-x top;
    text-align: center;
    font-weight: bold;
    padding: 5px !important;
    color: #fff;
    background-color: #486388;
}

.Header {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 5px 5px 5px 5px !important;    
}

.RoundedCorners {
    border-radius: .375rem !important;
}

.topRoundedCorners {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
}

.bottomRoundedCorners {
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}

.ViewTextField_LeftAligned
{
    padding: 2px 2px 2px 5px;
}

.ViewTextField_RightAligned
{
    padding: 2px 5px 2px 2px;
    text-align: right;
}

.FormTextField
{
    padding: 5px;
    text-align: right;
    vertical-align: top;
}

.FormTextField_Bold
{
    padding: 5px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

.FormDataField
{
    padding: 0px;
    vertical-align: top;
}

.FormErrorMessage
{
    display: inline-block;
    color: #7f5050;
    background-color: #fff0f0;
    vertical-align: top;
    padding: 2px 4px 2px 4px;
    border: solid 1px #dfd0d0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.SlidePanel {
    padding: 10px 0px 10px 0px;
}

.GridViewItem_TopPadding
{
    padding-top: 7px;
}

.prependSignBox
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 1.5px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: -4px;
}

/* *************** MENUS *************** */
a.TopMenuItem:link, a.TopMenuItem:visited, a.TopMenuItem:active
{
    display: inline-block;
    width:150px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    background-color: #000000;
    border:solid 1px transparent;
}

a.TopMenuItem:hover
{
    display: inline-block;
    width:150px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    background-color: #000000;
    border:solid 1px #FFFFFF;
}

.AncillaryFeeSubItems:link, a.AncillaryFeeSubItems:visited, a.AncillaryFeeSubItems:active {
    display: inline-block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    background-color: #000000;
}

.AncillaryFeeSubItems:hover {
    display: inline-block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #FFFF00;
    font-weight: normal;
    text-decoration: none;
    background-color: #000000;
}

.ConfigurationMenu_BoxItems {
    padding: 0px;
}
.cssButtonOnMenu {
    background-color: #CCCCCC;
    background-image: linear-gradient(to right, #CCCCCC, #EEEEEE);
    color: black;
    padding: 0px;
}

    .cssButtonOnMenu:hover {
        background-color: #455974;
        background-image: linear-gradient(to right, #455974, #EDEDED);
        color: white;
        padding: 1px;
    }
.cssButton {
    background-color: #D3D3D3;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 2px;
    transition-duration: 0.1s;
    cursor: pointer;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    height: 64px;
    width: 137px;
    padding: 0px;
}
.cssButtonMenu {
    background-color: green;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 0.1s;
    cursor: pointer;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    height: 30px;
    width: 200px;
    padding: 1px;
}



.ConfigurationMenu_BoxItems > DIV
{
    display: inline-block;
    width: 75px;
    height: 80px;
    padding: 0px;
    background-color :#404040;
    cursor: default;
}

.ConfigurationMenu_BoxItems > DIV:hover
{
    display: inline-block;
    width: 75px;
    height: 80px;
    padding: 0px;
    background-color :#404040;
    cursor: pointer;
}

.ConfigurationMenu_BoxItems > DIV > HEADER
{
    width: 75px;
    height: 20px;
    padding: 0px;
    background-color: #CCCCCC;
}

.ConfigurationMenu_BoxItems > DIV > ARTICLE
{
    width: 75px;
    text-align: center;
    vertical-align: top;
    padding-top: 15px;
    color: #FFFFFF;
}

.ConfigurationMenu_BoxItems > DIV:hover > ARTICLE
{
    width: 75px;
    text-align: center;
    vertical-align: top;
    padding-top: 15px;
    color: #FFDA74;
}

.ConfigurationMenu_LineItems
{
    padding: 0px;
}

.ConfigurationMenu_LineItems > DIV
{
    font-weight: bold;
    text-align: center;
    padding:3px 0px 3px 0px;
}

.ConfigurationMenu_LineItems > DIV > ARTICLE
{
    color: #000000;
    padding:7px 7px 7px 5px;
    cursor: default;

    /* Fallback */ 
    background-color:#EEEEEE;

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #CCCCCC, #EEEEEE);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #CCCCCC, #EEEEEE);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #CCCCCC, #EEEEEE);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #CCCCCC, #EEEEEE);
}

.ConfigurationMenu_LineItems > DIV > ARTICLE:hover
{
    color: #FFFFFF;
    padding:7px 7px 7px 5px;
    cursor: pointer;

    /* Fallback */ 
    background-color: #404040;
    
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #404040, #47648A, #EEEEEE);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #404040, #47648A, #EEEEEE);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #404040, #47648A, #EEEEEE);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #404040, #47648A, #EEEEEE);
}

/* *************** Icons *************** */

.BlackActionIcon
{
    border:solid 1px transparent;
}

.BlackActionIcon:hover
{
    border:solid 1px #FFFFFF;
}

.BlueActionIcon
{
    border:solid 1px transparent;
}

.BlueActionIcon:hover
{
    border:solid 1px #000000;
}

/* *************** Messages *************** */
.StatusMessage {
    display: inline-block;
    color: green;
    padding: 10px;
    font-weight: bold;
    background-color: #FFFFFF;
}

    .StatusMessage UL {
        padding: 0px 2px 0px 2px;
        margin: 5px 0px 0px 12px;
    }

        .StatusMessage UL LI {
            font-weight: normal;
        }

.ErrorMessage {
    display: inline-block;
    color: #9E0000;
    padding: 10px;
    font-weight: bold;
    background-color: #FFFFFF;
}

    .ErrorMessage UL {
        padding: 0px 2px 0px 2px;
        margin: 5px 0px 0px 12px;
    }

        .ErrorMessage UL LI {
            font-weight: normal;
        }

.ErrorMessageAsterisk {
    display: inline-block;
    color: #9E0000;
    font-weight: bold;
    font-size: 20px;
}
/* *************** Messages *************** */

/* *************** Links *************** */
a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
    color: #333;
}

a.logoutLink
{
    color: #fff;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a.logoutLink:link, a.logoutLink:visited, a.logoutLink:active, a.logoutLink:hover
{
    color: #fff;
}

a.logoutLink:hover
{
    background-color: #47648A;
}

a.WhiteLink:link, a.WhiteLink:visited, a.WhiteLink:active, a.WhiteLink:hover
{
    color: #FFFFFF;
}
/* *************** Links *************** */

/* *************** Login Page - OPEN SOURCE *************** */

/* ************************* Reset CSS *************** */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* ************************* Reset CSS *************** */

.login {
  position: relative;
  margin: 50px auto;
  /*padding: 20px 20px 20px;*/
  width: 375px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.loginHeader {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    /* Fallback */
    background-color: gray;
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #404040, gray, gray, #404040);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #404040, gray, gray, #404040);
    /* IE 10+ */
    background: -ms-linear-gradient(left, #404040, gray, gray, #404040);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #404040, gray, gray, #404040);
    border-bottom: 1px solid #cfcfcf;
    border-radius: .375rem !important;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
}


.login h3 {
  margin: -20px -20px 21px;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align:middle;
    /* Fallback */ 
    background-color: gray;
    
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #404040, gray, gray, #404040);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #404040, gray, gray, #404040);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #404040, gray, gray, #404040);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #404040, gray, gray, #404040);
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;  
}

.login p {
  margin: 20px 0 0;
}

.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
  width: 225px;
  margin: 5px;
  padding: 0 10px;  
  height: 20px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.login input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

/* *************** Login Page - OPEN SOURCE *************** */

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: 12px;
    height: 100px;
    display: block;
}

/* *************** H Tags *************** */
h2 {
    color: #284E7D;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 15px 5px;
    margin: 0px;
    clear: both;
}

h3 {
    color: #284E7D;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0 15px 5px;
    margin: 0px;
    clear: both;
}
/* *************** H Tags *************** */

/* *************** Buttons *************** */

.FlatButton {
    height: 25px;
    color: #000000;
    background-color: #f5f5f5;
    font-weight: bold;
    margin: auto;
    border: 1px solid #999999;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
    border-radius: .375rem !important;
}

    .FlatButton:hover {
        height: 25px;
        color: #000000;
        background-color: #FFDA74;
        font-weight: bold;
        margin: auto;
        border: 1px solid #999999;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        cursor: pointer;
        border-radius: .375rem !important;
    }

.FlatButton_Disabled {
    height: 25px;
    color: #808080;
    background-color: #f5f5f5;
    font-weight: bold;
    margin: auto;
    border: 1px solid #999999;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    cursor: default;
    border-radius: .375rem !important;
}

/* *************** Buttons *************** */

/* *************** COLORS *************** */

.Font_Black
{
    color: #000000;
}

.Font_White
{
    color: #FFFFFF;
}

.BackColor_DarkBlue
{
    background-color: #47648A;
}

.BackColor_Silver
{
    background-color: #DDDDDD;
}

.BackColor_Gray
{
    background-color: gray;
}

.BackColor_DarkGray
{
    background-color: #404040;
}

.Gradient_Horizontal_DarkGrayDarkBlueDarkGray   /* GridView and page headers */
{
    /* Fallback */ 
    background-color: #47648A;
    
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #404040, #47648A, #404040);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #404040, #47648A, #404040);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #404040, #47648A, #404040);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #404040, #47648A, #404040);
}

.Gradient_Horizontal_DarkGrayGrayDarkGray /* Form headers */
{
    /* Fallback */ 
    background-color: gray;
    
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #404040, gray, gray, #404040);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #404040, gray, gray, #404040);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #404040, gray, gray, #404040);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #404040, gray, gray, #404040);
}

.Gradient_Horizontal_LightGraySilverGray /* Form fields */
{
    /* Fallback */ 
    background-color: #DDDDDD;
    
     /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #EEEEEE, #DDDDDD, #CCCCCC);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #EEEEEE, #DDDDDD, #CCCCCC);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #EEEEEE, #DDDDDD, #CCCCCC);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #EEEEEE, #DDDDDD, #CCCCCC);
}

.Gradient_Horizontal_LightGraySilverGray_ZeroAncillaryFees {
    /* Fallback */ 
    background-color:#EEEEEE;

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #CCCCCC, #EEEEEE);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #CCCCCC, #EEEEEE);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #CCCCCC, #EEEEEE);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #CCCCCC, #EEEEEE);    

}

.Gradient_Horizontal_OrangeLightGray, /* Highlighted items */
.ConfigurationMenu_BoxItems > DIV:hover > HEADER
{
    /* Fallback */ 
    background-color: #FFDA74;

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #FFC423, #EEEEEE);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #FFC423, #EEEEEE);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #FFC423, #EEEEEE);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #FFC423, #EEEEEE);
}

.Gradient_Horizontal_OrangeYellowOrange  /* Subheaders */
{
    /* Fallback */ 
    background-color: #FFDA74;

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #FFC423, #FFE08B, #FFE08B, #FFE08B, #FFC423);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #FFC423, #FFE08B, #FFE08B, #FFE08B, #FFC423);

    /* IE 10+ */ 
    background: -ms-linear-gradient(left, #FFC423, #FFE08B, #FFE08B, #FFE08B, #FFC423);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #FFC423, #FFE08B, #FFE08B, #FFE08B, #FFC423);
}


.txtSearchControls{

    border: 1px solid #aaa;
    border-radius: 5px;
    line-height:24px;
    height:21px;
}

.rowSelectedCell {
    background-color: papayaWhip !important;  
}

.rowUnselectedCell {
    background-color: white;
}