﻿body {
    font-family: "Lato", Arial, sans-serif;
    color: #fff;
    background-color: #000;
    font-size: 150%;
    line-height: 125%;
}

h1, h2, h3, h4 {
    margin: 20px 0;
}

h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.5em;
}

h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
}

h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
}

h4 {
    font-weight: 700;
    font-size: 1.25em;
}

p {
    text-transform: none;
    margin: 20px 0;
}

a {
    color: #26a0da;
    font-weight: 700;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    border-bottom: 1px dotted;
}

a:hover, a:focus {
    color: #001111;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

/* common container */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: block;
    position: relative;
    color: #001111;
}

/* top navigation */

.navbar .container {
    padding: 0 20px;
}

.navbar {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 0;
    border-bottom: 3px solid #000;
}

.navbar-nav {
    padding: 0;
    margin: 0;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 4px !important; 
    padding-bottom: 4px !important;
    margin: 20px 0;
}

.navbar-nav>li {
    margin: 0 10px 0 0;
}

.navbar-nav>li>a {
    font-weight: 500;
    text-transform: uppercase;
    color: #001111;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.navbar-nav>li.active a {
    border-bottom: 1px dashed #000;
}

.navbar-nav>li>a:active, 
.navbar-nav>li>a:visited {
}

.navbar-nav>li>a:hover {
    background-color: transparent;
    border: 1px solid #001111;
    text-decoration: none;
}

.main-nav {
    position: relative;
}

.icon-bar {
    background: #000;
}

.navbar-right li {
    border: none;
    padding: 8px 0 0 0;
    margin: 0;
}

.navbar-right li a.logo {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

.navbar-right li a.logo:hover, .navbar-right li a.logo:focus {
    border: none;
}

/* logo */

.navbar-right .img-responsive {
    max-width: 250px;
}

/* error strip */

#idMessage,
#ctl00_idMessage {
    margin: 70px 0 -70px 0;
	padding: 0;
    display: block;
    color: #fff;
    position: relative;
}

#idMessage .container,
#ctl00_idMessage .container {
    color: #fff;
}

#idMessage h2,
#ctl00_idMessage h2 {
    color: #fff;
    margin-top: 0;
}

#idMessage.clsError,
#ctl00_idMessage.clsError {
	background-color: #f60909;
}

#idMessage.clsSuccess,
#ctl00_idMessage.clsSuccess {
	background-color: #1dce4b;
}

@media (min-width: 768px) {
    #idMessage,
    #ctl00_idMessage {
        margin: 90px 0 -90px 0;
    }
}

/* content block */

.clsContent {
    margin: 70px 0 0 0;
    position: relative;
    display: block;
    min-height: 600px;
    background: #f5f5f5;
    /*background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 85%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(85%,#d7d7d7));
    background: -webkit-linear-gradient(top, #fff 0%,#d7d7d7 85%);
    background: -o-linear-gradient(top, #fff 0%,#d7d7d7 85%);
    background: -ms-linear-gradient(top, #fff 0%,#d7d7d7 85%);
    background: linear-gradient(to bottom, #fff 0%,#d7d7d7 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d7d7d7',GradientType=0 );*/
}

@media (min-width: 768px) {
    .clsContent {
        margin: 90px 0 0 0;
    }
}

/* forms - all */

label {
    margin: 10px 0 5px 0;
}

.form-control {
    margin: 0;
}

.clsError {
    border: 1px solid #f60909;
}

.clsShort {
    width: 200px;
    display: inline;
}

.clsValidationError {
    color: #f60909;
    border: none;
}

.clsCopy {
    padding: 2px !important;
    font-size: .8em;
    height: 24px !important;
}

/* login */

.clsLogin {
    background-color: #fff;
    padding: 20px;
}

.clsLogin h1 {
    margin: 0 0 10px 0;
}

/* breadcrumb trail - all */

#idNavigator {
    font-size: .9em;
    display: block;
    margin: 0 0 20px 0;
    background-color: #f4f4f4;
    padding: 3px 6px;
}

#idNavigator a {
    color: #001111;
    font-weight: 500;
}

#idNavigator a:hover, #idNavigator a:focus {
    color: #7d7d7d;
}

/* blocks - all */

.clsBlock {
    padding: 20px;
    background-color: #fff;
    margin: 0 0 20px 0;
}

.clsBlockAlt {
    background-color: #001111;
    color: #fff;
}

.clsBlock h2,
.clsBlock h3,
.clsBlock h4 {
    margin-top: 0;
}

.clsBlockAlt a {
    color: #ccc;
}

.clsBlockAlt a:hover, .clsBlockAlt a:focus {
    color: #fff;
}

/* filters */

.clsFilters {
    margin: 0 0 20px 0;
    padding: 10px;
    clear: both;
    background-color: #fff;
}

/* tables all */

table {
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
}

thead td, 
thead th,
tr.clsHeader th, tr.clsHeader td {
    background-color: #eaeaea;
    font-weight: 700;
    padding: 10px;
    font-size: 1.25em;
}

tr.clsHeader small {
    font-weight: 500;
    float: right;
}

tbody td, 
tbody th {
    background-color: #fff;
    font-weight: 500;
    padding: 10px;
    vertical-align: top;
}

tbody tr.clsList:hover td, tbody tr.clsList:focus td, 
tbody tr.clsList:hover th, tbody tr.clsList:focus th {
    background-color: #f4f4f4;
}

tr.clsValidationError td {
    padding: 0 0 5px 10px;
}

tr.clsRowErrorData a {
    color: #f60909 !important;
}

tr.clsRowErrorData a:hover, tr.clsRowErrorData a:focus {
    color: #001111 !important;
    text-decoration: none !important;
}

tr.clsRowErrorDate {
    text-decoration: line-through;
}

.clsBlock table th {
    white-space: nowrap;
}

.clsBlock table td {
    word-break: break-all;
}

tr.clsChildren td {
    padding: 5px 10px;
}

tr.clsChildren.clsLast td {
    padding-bottom: 20px;
    border-bottom: 2px solid #f5f5f5 !important
}

/* buttons and links - all */

a.clsBtn {
    float: right;
    display: inline;
    border: none;
    font-size: 1.5em;
    margin: 0 0 0 5px;
}

.clsBtnAction,
a.clsBtnAction {
    border: none;
    background-color: #26a0da;
    color: #fff;
    padding: 10px 16px;
    border-radius: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

a.clsBtnAction {
    float: right;
}

.clsBtnAction:hover, .clsBtnAction:focus,
a.clsBtnAction:hover, a.clsBtnAction:focus {
    background-color: #001111;
    color: #fff;
}

.clsBtnCancel {
    border: none;
    background-color: #eaeaea;
    color: #001111;
    padding: 5px 8px;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -5px;
}

.clsBtnCancel:hover, .clsBtnCancel:focus {
    background-color: #001111;
    color: #eaeaea;
}

a.clsFile {
    display: inline-block !important;
    margin: 0 20px 20px 0;
}

a.clsFile i {
    font-size: 3em;
    margin: 0 0 10px 0;
}

/* hierarchy */

.clsHierarchy {
    margin: 0 0 20px 0;
    padding: 0;
    clear: both;
}

.clsHierarchy ul {
    padding: 0 0 10px 0;
    margin: 0;
    list-style-type: none;
    background-color: #fff;
}

.clsHierarchy ul li {
    margin: 10px 0 0 0;
    color: #353535;
	padding: 2px 10px 2px 10px;
	text-align: left;
	font-weight: 500;
}

.clsHierarchy ul li:hover, .clsHierarchy ul li:focus {
    /* background-color: #f4f4f4; */
}

.clsHierarchy ul li.clsHeader {
    background-color: #eaeaea;
    font-weight: 700;
    padding: 10px;
    font-size: 1.25em;
}
    
.clsHierarchy ul li a {
    margin: 0;
    padding: 0;
}

.clsHierarchy ul li ul {
    padding: 0;
    border: none;
}

.clsHierarchy ul li ul li {
	padding: 2px 0 2px 20px;
}

/* misc - all */

.clsValueRequired {
    color: #f60909;
}

.clsBlue {
    color: #26a0da;
}

p.clsDates {
    margin: 3px 0 0 0 !important;
    font-size: .75em;
    color: #ccc;
}

/* footer */

footer {
    background: #000;
}

footer .container {
    color: #fff;
    font-size: .8em;
}

footer .container a {
    color: #ccc;
    display: inline;
    margin: 0 5px 0 0;
}

footer .container a:hover, footer .container a:focus {
    color: #fff;
}

/* back to top */

.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: 3px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 10px 12px;
    margin: 0;
    background: transparent url(../Images/CSS/bgTopArrow.svg) no-repeat center 50%;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
      /* the button becomes visible */
      visibility: visible;
      opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: transparent;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* modal popup */

.modalBackground {
    background-color: rgba(0,0,0,0.8);
}

.modalPopup {
    background-color: #fff;
    padding: 20px;
    color: #000;
    width: 80%; 
    height: 80%; 
    overflow-y: scroll;
}

.modalPopup h1 {
    margin-top: 0;
}

/* date picker */

#ui-datepicker-div { font-size: 14px; }

/* temp */

.font-weight-bold {
    font-weight: 700;
}