﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
/*body,html{
  height:100%;
}*/
.basecolor {
    color: #FDB913;
}
body
{
    font-size: 75%;
    font-family: "Segoe UI", Helvetica, Verdana, Tahoma, Arial, "Helvetica Neue", Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-color: rgb(253, 184, 19);
    background-color: #f0f1f4;
}

header,
footer,
nav,
section 
{
    display: block;
}
.t-button, div.t-window {
    border-radius: 0px;
}
.exportLinks a{
    margin-left: 10px;
}
/*validation*/
    input.valerror { border: 1px solid rgb(255, 88, 88); }
    select.valerror {background: pink;}

/*panel loading panel*/
.loading {
    position: absolute;
    border: 0px;
    padding: 2px;
    background-color: white;
    color: black;
    filter:alpha(opacity=50);
    opacity:.5;
    text-align: center;
    z-index: 100000;
}
.loading-indicator {
    position: absolute;
    font-weight: bold;
    z-index: 100000;
    background: white;
    border: 1px solid silver;
    text-align: center;
    padding: 7px 15px 5px 15px;
}
.loading-indicator p {
    margin: 5px 0px 0px 0px;
}
.loadingPanel
{
    z-index:10000;
    background:#fff;
    /*height: 100%;*/
    width: 100%;
    filter:alpha(opacity=50);
    opacity:.5;
}
.menuSelected { border-right: 0px solid; background:#FAE185}
/*.menuSelected { border-right: 0px solid;background: black;color: white;}*/
/*notes*/
.nheader {
    font-weight: bold; color: #000;
    margin-left: 3px;
    margin-bottom: 2px;
}
.nbody {margin-left: 3px;margin-bottom:5px;}
.nuser {color: navy;}

/*login*/
#loginstatus
{
    /*float: right;*/
    text-align: left;
}
#loginstatus span {
    display: block;
    float: none;
    padding: 6px 4px 6px 4px;
    text-align: right;
}
#user-links {
    float: left;
    border: 1px solid #DDD;
    border-radius: 3px;
    list-style: none;
    padding: 0;
}
#user-links li {
    position: relative;
    float: left;
    margin: 0 0 0 10px;
}
/*Search transactions*/
.llong {width: 180px}
.paramLine
{
    vertical-align: middle;
    padding: 2px;
    display: block;
    margin-left: 0px;
    float: none;
    clear: both;
}
.paramcontrolLast { display: inline-block; margin-right:20px;}
.paramcontrol { display: inline-block;float: left; margin-right:20px;}
.searchLabel {min-width: 115px; display: inline-block; float: left; padding-top:3px }
.emnote 
{
    color: #253340;
    background-color: #FFF0CC;
    border:  solid #FFC536;
    border-width: 1px 1px 0px 1px;
    padding: 5px;
    display: block;
    margin-top: 13px;
    margin-bottom: 0px;
    font-weight: bold;
}

/* DROPDOWN 
----------------------------------------------------------*/
div.t-widget.t-dropdown.t-header, div.t-dropdown-wrap.t-state-focused {
    background-color: white;
    background-image: none;
    color: black;
}
div.t-widget.t-dropdown.t-header div.t-dropdown-wrap.t-state-default,div.t-widget.t-dropdown.t-header div.t-dropdown-wrap.t-state-focused {
    border-color: #ccc;
}
div.t-widget.t-dropdown.t-header.t-state-disabled {
    color: gray;
}
/*--------------------------------------------------------*/

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    margin-bottom: 0.6em;
    padding: 0 0 0 0;
    font-size: 24px;
    font-family: /*"Segoe UI Light",*/ "Segor UI", Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-weight: lighter;
    color: #696969;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}

li
{
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 0px;
    height: 100%;
    background: white;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.3);
}
.topebar {
    height: 6px;
    background-color: rgb(253, 185, 19);
}
header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    background: #fff;
    padding: 4px 15px 15px 18px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

footer, #footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: right;
    border-left: 0px;
    border-right: 0px;
}

.t-menu .t-arrow-down
{
    margin-top: 2px;
}

#menu .t-item
{
    border-width: 0 0 1 0;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}
input[type="text"] 
{
    /*width: 200px;*/
    border: 1px solid #CCC;
}
input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

.table-no-border-0p td {
    border: 0px;
    padding: 0px;
}

.table-no-border td, .table-no-border,.table-no-border-0p {
    border: 0px;
    padding: 2px 2px 2px 0px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    text-align:left;
    padding-bottom: 10px;
    padding-top: 10px;
    background-image: url(/Content/Images/header-bg.png);
    background-position: -100px -100px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}



/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/*--- */

.detcolumn h2{
    margin: 5px 0px 0px 0px;
    font-size: 11pt;
    text-transform: uppercase;
    color: #c25151;
    padding: 4px 3px 3px 0px;
}
.detcolumn 
{
    float: left; 
    @*background:pink;*@
    margin: 1px;
    width:400px;
}
.detbody .detcolumn:first-child
{
    margin-right: 20px;
}
.detrow
{
    display: table;
    @*background: rgb(200, 200, 226);*@
    padding-top:2px;
    padding-bottom:2px;
}
.detrow label
{
    display:block; float:left; text-align: left; padding: 0px 0px 2px 0px; overflow: hidden; white-space: nowrap;
    margin-right:13px;width:185px; font-weight:bold;
}
.detbody{
    padding: 0px 0px 5px 10px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors li {
    font-weight: bold;
    color: maroon;
    padding: 0px;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 7px 10px;
    border: 1px solid #fcb2b2;
    background-color: #FFEAEA;
}

.validation-summary-valid {
    display: none;
}

/*disable the new functionality in Internet Explorer 10 that shows a little 'x' in a textbox when it's focused and I have content in it*/
input[type=text]::-ms-clear {
    display: none;
}

.t-grid {
    overflow: auto;
}