﻿body {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.w80 {width: 80px;}
.w120 {width: 120px;}

/*helper classes that seem to be missing from bootstrap.min.css*/
.bg-primary {color: #fff; background-color: #337ab7;}
a.bg-primary:hover {background-color: #286090;}
.bg-success {background-color: #dff0d8;}
a.bg-success:hover {background-color: #c1e2b3;}
.bg-info {background-color: #d9edf7;}
a.bg-info:hover {background-color: #afd9ee;}
.bg-warning {background-color: #fcf8e3;}
a.bg-warning:hover {background-color: #f7ecb5;}
.bg-danger {background-color: #f2dede;}
a.bg-danger:hover {background-color: #e4b9b9;}

/*Datatable widget bar styles*/
table.dataTable tr th
{
    white-space: nowrap;
}
.tbar-wrapper
{
    padding: 10px;
    background-color: #efefef;
    margin-bottom: 15px;
    border-radius: 5px;
}
.tbar-wrapper label {
    margin-bottom: 0px;
}
.clear
{
    clear: both;
}

/*spinner and container*/
#spinnerContainer {
    position: absolute;
    width: 100vw; 
    height: 100vh;
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    z-index: 999999999999;
    text-align: center;
    vertical-align: middle;
    top: 0;
    display: none;
}
.nrd-loader {
  margin: 0em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2em solid rgba(255, 255, 255, 0.2);
  border-right: 2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 2em solid rgba(255, 255, 255, 0.2);
  border-left: 2em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.nrd-loader, .nrd-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*TableTools container element and styles applying to all components*/
div.DTTT_container {
    position: relative;
    float: left;
    /*top: -3px;*/
    margin-bottom: 0;
    margin-right: 20px;
}
a.DTTT_button {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
a.DTTT_button:hover {
    text-decoration: none !important;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/*Datatable widget bar styles*/
table.dataTable tr th
{
    white-space: nowrap;
}
.tbar-wrapper
{
    padding: 10px;
    background-color: #efefef;
    margin-bottom: 15px;
    border-radius: 5px;
}
.tbar-wrapper label {
    margin-bottom: 0px;
}
.clear
{
    clear: both;
}




/*DataTable bootstrap override*/ 
/* Otherwise the search and per page used a bold font set by bootstrap */
.dataTables_length label {
font-weight: 200;
}
/* All jacked up by base dataTables CSS, pagination buttons way spread out */
div.dataTables_paginate ul.pagination li.paginate_button {
margin: 0px;
padding: 0px;
border: 0px;
white-space: nowrap;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
border: 0px;
background-image: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
border: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
border: 0px;
}
.dataTables_wrapper label {
font-weight: 200;
margin: 0px;
}
.dataTables_filter input[type=search]
{
    width: auto;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc:after
{
    content: none;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer
{
    border-bottom: 1px solid #afafaf;
}

/*twitter typeahead*/
.tt-dropdown-menu {
    background-color: #f6f6f6;
    border: 1px solid #66afe9;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    line-height: 1.42857;
    max-height: 150px;
    outline: 0 none;
    overflow-y: auto;
    padding: 5px 10px 0px 10px;
    width: 100%;
    text-align: left;
	z-index: 1000 !important;
}

/*header styles*/
h2 {border-bottom: 1px solid #eeeeee; color: #666; margin-bottom: 20px}
/*subheader styles*/
.ll-subhead-blue, .tbar-wrapper.nav-blue {
    background-color: #428bca /*#efefef*/;
}
.ll-subhead-blue, .ll-subhead-red, .ll-subhead-green, .ll-subhead-gold, .ll-subhead-orange, .ll-subhead-violet, .ll-subhead-purple, .ll-subhead-grey, .ll-subhead-copper {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 2px;
}