﻿body {
    padding-top: 150px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10%;
    padding-right: 10%;
    width: auto;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.dl-horizontal dt 
{
    white-space: normal;
    width: 200px; 
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.bp
{
    padding-right: 300px;
    float: none;
}

.on-top{
    min-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    
}

.boxTime{
    min-width: 840px;
    min-height: 150px; 
    overflow-x: hidden;
    overflow-y: scroll;
    resize: none;
}

#dispensationNavigation
{
    background: #0C3558;
    background-image: url("../../Images/BackgroundContrast2.png");
    background-repeat: repeat-x;
}

#hexImage{
    float: left;
    z-index: 0;
}

#navbar-hexImage{
    float: left;
    background-image: url("../../Images/header-bg.png");
    background-repeat: no-repeat;
    width: auto;
    height: auto;
}

.navbar-right {
    margin-right: 0px;
    color:white;
}

#action{
    color:white;
}


.description{
    max-width: 100%;
        resize: none;
}

.total {
    width: 200px;
    display: inline;
}

.form-control.modal-description{
    max-width: 100%;
    height: 200px;
    max-height: 200px;
    resize: none;
}


.dateBox{
    min-width: 160px;
    max-width: 160px;
}


#actionsText{
    padding-top:7px;
    position:relative;
    top:-10px;
	width: 100%;
	height: 40px;
}

#siteNav li a{
    color:white;
}

#action li a {
    /*color: white !important;*/
}

.required:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}

.modal.large {
    width: 80%; /* respsonsive width */
    margin-left:-40%; /* width/2) */ 
}

.datepicker {
    z-index: 1151 !important;
}

#logoList{
    list-style:none !important;
}


#help {
    background-color: #cccccc;
}

#help {
    display:none;
}

#helpList{
    list-style:circle !important;
}

.mouseChange {
    cursor:pointer;
}

.table tr:first-child{
    background-color: #16497B;
    color:white;
}

.table tr:first-child a {
    background-color: #16497B;
    color:white;
}

/*This will need changed for each client logo, can't use custom css file as that isn't used for the login page*/
#login-logo {
    margin-left:20px; 
    width:120px;
    /*height:75px;*/
}

.caretDisp {
    color:white;
    border-top: solid white;
}

/* Drop down menu for user (eg. Change Password) */
#userDropDownMenu {
    background-color: #16497B;
}

/* Styling for drop down filter menu's */
#siteList {
    background-color: #16497B;
}

#routeList {
    background-color: #16497B;
}

#componentList {
    background-color: #16497B;
}

#portalButton {
    background-color: #16497B;
    color: white;
    margin: 10px; 
    width:25%; 
    height:80px;
    margin:10px;
    font-size:large;
    font-weight:bold;
}

#portalButton:hover {
    background-color: #eeeeee;
    color: #16497B;
    border-color: #16497B;
    border-width: 2px;
}

/*Start of Paged List CSS*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.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;
  cursor: default;
  background-color: #16497B;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
/*End of Paged List CSS*/