﻿/*@import url('../../font-awesome-4.0.3/css/font-awesome.css');*/

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

body {
  font-family: "georgia";
  font-size: 15px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #986E00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #986E00;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "georgia";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.btn-default {
  color: #333333;
  background-color: #fefaef;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-link {
  color: #986E00;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #986E00;
  text-decoration: underline;
  background-color: transparent;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #fefaef;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #986E00;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #986E00;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #986E00;
  border-bottom-color: #986E00;
}
.nav .caret {
  border-top-color: #986E00;
  border-bottom-color: #986E00;
}
.nav a:hover .caret {
  border-top-color: #986E00;
  border-bottom-color: #986E00;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #986E00;
  border-color: #986E00;
  cursor: default;
}
.label-primary {
  background-color: #986E00;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #785900;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #986E00;
  background-color: #ffffff;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #986E00;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #986E00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #986E00;
  border-color: #986E00;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 10%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 10%;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 15;
  width: 95%;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}












































/* REMOVE IE AND SAFARI OUTLINES*/
    a,
    input,
    input[type="text"],
    input[type="password"],
    input[type="button"],
    button[type="button"],
    input[type="submit"],
    input[type="checkbox"],
    select,
    textarea {
        outline: none;
    }

    a:focus,
    input:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="button"]:focus,
    button[type="button"]:focus,
    input[type="submit"]:focus,
    input[type="checkbox"]:focus,
    select:focus,
    textarea:focus {
        outline: none;
    }

/* Input Focus */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c09853;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c09853;
}




/* Begin NavBar CSS */

.navbar
{
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-inverse
{
    border:0px;
}

.navbar-default
{
    border-width: 0px 0px 1px 0px;
}


.navbar, .navbar-collapse
{
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #986E00;
background-color: #f8f8f8;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #986E00;
background-color: #f8f8f8;
}

.navbar-default li.dropdown:hover, .navbar-default .dropdown .active > li:hover {
background-color: #e7e7e7;
color: #555555;
}

.navbar-default .dropdown-toggle {
cursor:pointer;
}

#ulTopNavBarMembers
{
    float: right;
}

/* End NavBar CSS */

/* Begin Accordion CSS */

.panel-group
{
    margin-bottom: 6px;
}

.panel-heading
{
    height: 40px;
    cursor: pointer;
}

.panel-group .panel
{
    overflow: visible;
}

.panel-group .panel-footer
{
    min-height: 40px;
}

/* End Accordion */
.form-group {
margin-bottom: 12px;
}

.form-horizontal .control-label
{
    font-weight:normal;
    text-align: left;
}

.modal-footer
{
    margin-top: 0px;
}

.has-error .control-label, .has-success .control-label {
font-weight:500;
}

.datepicker table tr td.active
{
    background-color:Red;
}

.btn-custom-red {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -moz-linear-gradient(top, #b42121, #5e1111);
  background-image: -ms-linear-gradient(top, #b42121, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
  background-image: -o-linear-gradient(top, #b42121, #5e1111);
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-custom-red:hover
{
    background-position: 0 -15px;
}

.btn-custom-green {
 background-color: hsl(135, 56%, 18%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a9745", endColorstr="#144721");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2a9745), to(#144721));
  background-image: -moz-linear-gradient(top, #2a9745, #144721);
  background-image: -ms-linear-gradient(top, #2a9745, #144721);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a9745), color-stop(100%, #144721));
  background-image: -webkit-linear-gradient(top, #2a9745, #144721);
  background-image: -o-linear-gradient(top, #2a9745, #144721);
  background-image: linear-gradient(#2a9745, #144721);
  border-color: #144721 #144721 hsl(135, 56%, 13%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-custom-green:hover
{
    background-position: 0 -15px;
}
.btn-custom {
background-color: hsl(41, 85%, 28%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecaa1c", endColorstr="#845d0a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ecaa1c), to(#845d0a));
  background-image: -moz-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -ms-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecaa1c), color-stop(100%, #845d0a));
  background-image: -webkit-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -o-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: linear-gradient(#ecaa1c, #845d0a);
  border-color: #845d0a #845d0a hsl(41, 85%, 22%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -webkit-font-smoothing: antialiased;
}

.btn-custom:hover
{
    background-position: 0 -15px;
}

.btn-custom .caret
{
    border-top: 4px solid #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-color: hsl(41, 85%, 28%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecaa1c", endColorstr="#845d0a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ecaa1c), to(#845d0a));
  background-image: -moz-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -ms-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecaa1c), color-stop(100%, #845d0a));
  background-image: -webkit-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -o-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: linear-gradient(#ecaa1c, #845d0a);
  border-color: #845d0a #845d0a hsl(41, 85%, 22%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -webkit-font-smoothing: antialiased;
  
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled:hover {
 background-position: 0 -15px;
}


.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: hsl(41, 85%, 28%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecaa1c", endColorstr="#845d0a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ecaa1c), to(#845d0a));
  background-image: -moz-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -ms-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecaa1c), color-stop(100%, #845d0a));
  background-image: -webkit-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: -o-linear-gradient(top, #ecaa1c, #845d0a);
  background-image: linear-gradient(#ecaa1c, #845d0a);
  border-color: #845d0a #845d0a hsl(41, 85%, 22%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -webkit-font-smoothing: antialiased;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled:hover {
 background-position: 0 -15px;
}








.pfo-alert .col-xs-1, .pfo-alert .col-sm-1, .pfo-alert .col-md-1, .pfo-alert .col-lg-1, .pfo-alert .col-xs-2, .pfo-alert .col-sm-2, .pfo-alert .col-md-2, .pfo-alert .col-lg-2, .pfo-alert .col-xs-3, .pfo-alert .col-sm-3, .pfo-alert .col-md-3, .pfo-alert .col-lg-3, .pfo-alert .col-xs-4, .pfo-alert .col-sm-4, .pfo-alert .col-md-4, .pfo-alert .col-lg-4, .pfo-alert .col-xs-5, .pfo-alert .col-sm-5, .pfo-alert .col-md-5, .pfo-alert .col-lg-5, .pfo-alert .col-xs-6, .pfo-alert .col-sm-6, .pfo-alert .col-md-6, .pfo-alert .col-lg-6, .pfo-alert .col-xs-7, .pfo-alert .col-sm-7, .pfo-alert .col-md-7, .pfo-alert .col-lg-7, .pfo-alert .col-xs-8, .pfo-alert .col-sm-8, .pfo-alert .col-md-8, .pfo-alert .col-lg-8, .pfo-alert .col-xs-9, .pfo-alert .col-sm-9, .pfo-alert .col-md-9, .pfo-alert .col-lg-9, .pfo-alert .col-xs-10, .pfo-alert .col-sm-10, .pfo-alert .col-md-10, .pfo-alert .col-lg-10, .pfo-alert .col-xs-11, .pfo-alert .col-sm-11, .pfo-alert .col-md-11, .pfo-alert .col-lg-11, .pfo-alert .col-xs-12, .pfo-alert .col-sm-12, .pfo-alert .col-md-12, .pfo-alert .col-lg-12 {
padding-left: 8px;
padding-right: 8px;
}

.AssetTableColumn1 a
{
    color:#333333;
}

.label-info {
background-color: #3a87ad;
}

.label-success {
background-color: #468847;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #eeeeee;
}

.carousel-caption h4
{
    text-shadow: 0px 0px 20px rgba(0,0,0,1);
    font-size: 18px;
}
.carousel-caption p
{
    text-shadow: 0px 0px 20px rgba(0,0,0,1);
    font-size: 12px;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../../Themes/bootstrap3/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}
