﻿/* BEGIN - Global HTML Styles */

html, body, form
{
    font-family: Verdana, Calibri, Arial;
    color: #000000;
    margin: 0;
    font-size: 10pt;
}

select
{
    width: 200px;
}

table.inputTable select
{
    width: 173px;
}

fieldset
{
    background: transparent;
}

/* END - Global HTML Styles */

/* BEGIN - Global Custom Styles */

.PromptText
{
    font-weight: bold;
}

.field-validation-error
{
    color: #ff0000;
    font-weight: bold;
}

.ui-dialog-content
{
    padding: 0px !important;
}

.ui-dialog-titlebar-close
{
    visibility: hidden;
}

.upper
{
    text-transform: uppercase;
}

input.input-validation-error
{
    border: 1px solid #f00;
    padding: 2px;
}

select.input-validation-error
{
    border: 1px solid #f00;
}

textarea.input-validation-error
{
    border: 1px solid #f00;
}

.validation-summary-valid
{
    display: none;
}


.clear
{
    clear: both;
}

.button
{
    float: left;
}

.button:hover
{
    border: 1px solid #f5ad66;
    background: #f5f0e5 url("themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #a46313;
}

.noborder
{
    border: 0px;
}

.container
{
    padding: 5px 10px 10px 10px;
    min-height: 320px;
}

.spacer
{
    padding-left: 10px;
}

.containerCenter
{
    text-align: center;
}

.ui-button-text
{
    line-height: normal !important;
    font-size: 10pt !important;
}
.ui-widget
{
    font-family: Verdana, Calibri, Arial !important;
    font-size: 10pt !important;
}

.orangeButton
{
    margin: 5px 2px 5px 2px;
    padding: 10px !important;
    border-radius: 8px;
    background: #f5f0e5 url("themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png") 50% 50% repeat-x !important;
    color: #a46313 !important;
    font-weight: bold !important;
    border: 1px solid #f5ad66 !important;
    cursor: pointer;
    cursor: hand;
}

.orangeButtonSmall
{
    margin: 5px 2px 5px 2px;
    padding: 4px !important;
    border-radius: 5px;
    background: #f5f0e5 url("themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png") 50% 50% repeat-x;
    color: #a46313;
    font-weight: bold;
    border: 1px solid #f5ad66;
    cursor: pointer;
    cursor: hand;
}

.orangeButton:hover
{
    background: none !important;
    background-color: #f5ad66 !important;
    color: #EEEEEE !important;
}

.orangeButtonSmall:hover
{
    background: none;
    background-color: #f5ad66;
    color: #EEEEEE;
}

.orangeButton span.ui-button-text
{
    padding: 0px !important;
}

.centercontent
{
    display: block;
    padding: 0px;
    margin: 5px auto 0px auto;
    float: none;
    background-color: #EDEAE6;
    border: 1px solid #71545e;
    width: 450px;
}

.centercontent table
{
    padding: 5px 5px 5px 20px;
}

/* END - Global Custom Styles */

/* BEGIN - Template Styles */

#actiontext
{
    padding: 0px 0px 0px 10px;
    font-weight: normal;
    font-size: 18px;
    color: #71645e;
}

#HelpLink
{
    height: 0px;
    text-align: right;
    font-family: Arial, Verdana;
    padding: 0 5px 0 0;
    white-space: nowrap;
    display: inline;
}

#HelpLink a
{
    display: inline;
    float: right;
    color: #C25E00;
    vertical-align: bottom;
    text-decoration: none;
}

#HelpLink a:hover
{
    color: Black;
}

#VersionNumberDiv
{
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
    font-style: italic;
    font-size: 10px;
    clear: both;
    width: 98%;
    margin: auto;
    margin-top: 6px;
    background-color: #71645E;
}

#header
{
    width: 100%;
    height: 60px;
    clear: both;
}

#headerLogo
{
    padding: 3px;
    float: left;
    margin-right: 5px;
}

#headerText
{
    float: right;
    margin-left: 5px;
    line-height: 1.5em;
    height: 50px;
    margin-top: 15px;
    vertical-align: middle;
    display: block;
    font-weight: normal;
    font-size: large;
    color: #71645e;
    margin-right: 20px;
}

#LoggedInAs
{
    height: 0px;
    text-align: left;
    font-family: Arial, Verdana;
    padding: 0 5px 0 20px;
    white-space: nowrap;
    font-size: 12px;
}

.loggedcompanyusertext {
	color: #C25E00;
}

.LogoutLink
{
    height: 0px;
    text-align: right;
    font-family: Verdana;
    margin-right: 30px;
    padding: 0 10px 0 5px;
    display: inline;
    white-space: nowrap;
    font-size: 10pt;
}

.LogoutLink *
{
    padding: 5px 8px 5px 0;
    float: right;
}


.LogoutLink a
{
    display: inline;
    float: right;
    color: #C25E00;
    vertical-align: bottom;
    text-decoration: none;
}

.LogoutLink a:hover
{
    color: Black;
}

/* END - Template Styles */

/* BEGIN - Login Styles */

dl.loginList dt
{
    width: 120px;
    float: left;
    height: 20px;
    padding: 3px;
    text-align: left;
}

dl.loginList dd
{
    width: 180px;
    float: right;
    height: 20px;
    padding: 3px;
    margin: 0px;
}

#loginContainer
{
    background-position: center center;
    background-image: url(images/background.jpg);
    width: 98%;
    margin: 40px auto auto auto;
    text-align: center;
    min-height: 420px;
}

.loginPanel
{
    display: block;
    padding: 4px;
    margin: 5px auto 0px auto;
    float: none;
    background-color: #EDEAE6;
    border: 1px solid #71545e;
    width: 350px;
}

.loginPanel fieldset
{
    min-height: 154px;
}

.loginPanelTitle
{
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
    line-height: 15pt;
    background-color: #83a0c0;
    color: White;
    padding: 2px 5px 2px 5px;
    border-bottom: Solid 3px White;
}

.loginPanelContent
{
    padding: 2px 5px 2px 5px;
    text-align: left;
}

.loginBox
{
    width: 155px;
}

.loginButton
{
    background-color: #C25E00;
    color: White;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    border-bottom: white 1px solid;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    width: 10em;
    cursor: pointer;
    cursor: hand;
    margin-top:8px;
}

.loginButton:hover
{
    background-color: #DDDDDD;
    color: #C56633;
    border-color: #C25E00;
}

.loginButtonRight
{
    float: right;
}

.loginValidationSummary
{
    position: relative;
    float: left;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
}

.loginValidationSummary ul
{
    list-style-type: none;
}

/* END - Login Styles */

.SearchTable
{
    width: 100%;
}

.banner
{
    width: 98%;
    margin: auto;
    height: 30px;
    border: 2px #c25e00 solid;
    background-color: #c25e00;
    clear: both;
}

.cookiePanel
{
    z-index: 99999;
    left: 0;
    bottom: 0;
    border: 2px #c25e00 solid;
    background-color: #c25e00;
    color: white;
    width: 100%;
    text-align: center;
    margin: 0px 50px 0px auto;
    position: fixed;
    float: left;
}

.cookieText
{
    background-position: left center;
    background-image: url(images/scroll_information.png);
    background-repeat: no-repeat;
    margin: auto auto auto 60px;
    width: auto;
    padding: 18px 5px 18px 50px;
}


.TableHeader, .TableHeader td, .TableHeader a, .TableHeader a:link, .TableHeader a:visited, .TableHeader a:hover
{
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Verdana;
    background-color: #83a0c0;
    white-space: pre-wrap;
}

.TableHeader a:hover
{
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Verdana;
    background-color: #83a0c0;
}

.TableItem
{
    font-size: 10pt;
    font-family: Verdana;
}

.TableAlternatingItem
{
    font-size: 10pt;
    font-family: Verdana;
    background-color: whitesmoke;
}

.tableTextColumn
{
    padding: 5px;
}

.webGridTableRow
{
    padding: 5px;
    padding-left: 20px;
    padding-right: 40px;
}

.webGridTableLink
{
    padding: 5px;
    padding-left: 20px;
    padding-right: 40px;
    color: blue;
}

.webGridTableLink a
{
    color: blue;
}

.PanelTitle
{
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
    line-height: 15pt;
    background-color: #83a0c0;
    color: White;
    padding: 2px 5px 2px 5px;
    border-bottom: Solid 2px White;
}

.PanelContent
{
    padding: 2px 5px 2px 5px;
}

.blockInputContainer
{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 90001;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}

.blockinput
{
    display: block;
    width: 100%;
    height: 100%;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.blockinput_content
{
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    z-index: 90002;
    top: 45%;
    left: 45%;
    width: 10%;
    color: #71645E;
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding: 20px;
}

.requiredField {
  background-color: rgb(254, 254, 151)
}

.modal-address {
  width: 800px;
  margin: 30px auto;
  top: 0;
}

.modal-dialog {
  z-index: 1050;
}

.dropdown-menu-limit-height {
  height: 300px;
  overflow: scroll;
    overflow-x: hidden;
}

.left-align-glyph {
  float: right;
}

.right-pad-glyph {
  padding-right: 10px;
}

.dropdown-relative {
  position: relative !important;
}

  .edit_column {
    width: 240px;
  }
  .edit_column_small {
    width: 180px;
  }
    .edit_column_large {
    width: 300px;
  }

.hoverRow:hover{
   color:#d49768;
}

.selected-row{
   color:#d49768;
}

.input-text-full-width {
  width: 100%;
}

.input-text-large-width {
  width: 195px;
}

.textarea-height-md {
  height: 100px;
}

.invisible-panel {
  display: none;
}

.summary-heading {
  text-decoration: underline;
  font-weight: bold;
}

.dropdown-menu {
  z-index: 1100;
}

.field-narrow {
  width: 110px;
}

.field-md {
  width: 120px;
}

.ui-datepicker {
  z-index: 1050 !important;
}

.datepicker{z-index:1151 !important;}

label {
  font-weight: normal !important;
}