﻿html,body
{
height:100%;
}

#wrap
{
min-height: 100%; 
}

#main
{
overflow:auto;
padding-bottom:150px; /* this needs to be bigger than footer height*/
}

.footer 
{
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    clear:both;
    padding-top:20px;
    color:#fff;
} 
/*Standard*/
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    cursor: default;
}
.text-center{
     text-align:center;
}

.white-space-nowrap{
    white-space: nowrap;
}

.table > thead > tr > th.top-align{
    vertical-align: top;
}
.table > thead > tr > th{
    vertical-align: top;
}

footer {
    background: url(../images/footer.png);
    margin: 30px 0 0 0;
    padding: 36px 0 10px 0;
    color: #ccc;
}
footer#copyright {
    background: url(../images/copyright-background.png) repeat-x #080707;
    margin: 0;
    padding: 14px 0 12px 0;
    font-size: 0.9em;
    color: #999999;
}
ul, li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/*Header*/
#logo {
    line-height: 1;
    margin: 0 0 0;
	margin-top: -15px;
    overflow: hidden;
    float: left;
    margin-left: -155px;
}
#sub-header {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 90px;
    overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 960px;
}
#sub-header .wrap a{
    display: block;
    float: left;
    margin: 2px;
    color: #2489CE;
    font-family:"Times New Roman",Georgia,Serif;
    font-weight: bold;
    font-size: 14px;
}
#sub-header .wrap a:hover{
    color: #2596B2;
    text-decoration: none;
}

.wrap #div_promo{
    margin-top: 10px;
    float: right;
    width: auto;
}
.wrap #div_promo::after{
    clear:both;
}

.wrap #div_promo .color-white{
    background-color: white;
}

.wrap #div_promo .widget-head{
    display: none;
}

.wrap #div_promo .widget-content img{
    display: none;
}

.wrap #div_promo ul, .wrap #div_promo li{
    list-style: none;
}
.wrap #div_promo .widget-content li {
    background: url(../images/list-style.gif) left no-repeat;
    padding-left: 19px;
}

.clear {
    clear: both;
}

.home-widget .clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.spyWrapper .spy{
    padding: 0px;
    margin: 0px;
}

/* error */

.field-validation-error {
    font-weight: bold;
    color: red;
}

.validation-summary-errors {
    font-weight: bold;
    color: red;
}

img.ui-datepicker-trigger {
    top: 7px;
    position: relative;
}

input.date-input {
    /*width: 130px;*/
}

.text-green{
    color: green;
}
.text-red{
    color: red;
}
.text-bold{
    font-weight: bold;
}

/*--------- Bootstrap Tabs -------------------*/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.table-userinfo tr{
     border:solid 1px #dddddd;
}

ul.navbar-nav li a{
    font-weight:bold;
	white-space: nowrap;
}

div.pagination ul li{
	white-space: nowrap;
}

/* List group mode */
span.list-group-item.active,
span.list-group-item.active:hover,
span.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2fa4e7;
  border-color: #2fa4e7;
}
#ContractFile .list-group-item > .badge{
    float: none;
}
#ContractFile{
    padding-top: 20px;
    border-top: solid 1px #e3e3e3;
}
.datepicker-switch {
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    filter: none;
    border-bottom: 1px solid #178acc;

    color: #ffffff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}

.datepicker-switch:hover,
.datepicker-switch:focus,
.datepicker-switch:active,
.datepicker-switch.active,.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  color: #ffffff;
  background-color: #1990d5;
  border-color: #1684c2;
}
.datepicker-switch:active,
.datepicker-switch.active{
  background-image: none;
}
.datepicker-switch.disabled,
.datepicker-switch[disabled],
fieldset[disabled] .datepicker-switch,
.datepicker-switch.disabled:hover,
.datepicker-switch[disabled]:hover,
fieldset[disabled] .datepicker-switch:hover,
.datepicker-switch.disabled:focus,
.datepicker-switch[disabled]:focus,
fieldset[disabled] .datepicker-switch:focus,
.datepicker-switch.disabled:active,
.datepicker-switch[disabled]:active,
fieldset[disabled] .datepicker-switch:active,
.datepicker-switch.disabled.active,
.datepicker-switch[disabled].active,
fieldset[disabled] .datepicker-switch.active {
  background-color: #2fa4e7;
  border-color: #2fa4e7;
}