
/* Sticky footer styles
-------------------------------------------------- */
html { position: relative;min-height: 100%;}
body {/* Margin bottom by footer height */margin-bottom: 126px;}
#footer {position: absolute;bottom: 0;width: 100%;/* Set the fixed height of the footer here */height: 126px;background-color: #f5f5f5;}
#adFooter {position: absolute;bottom: 0;width: 100%;/* Set the fixed height of the footer here */height: 60px;background-color: #f5f5f5;}

/* Old Bootstrap form-actions */
.form-actions { background-color: #F5F5F5; border-top: 1px solid #DDDDDD; margin-bottom: 18px; margin-top: 18px; padding: 17px 20px 18px 0px;}

/* Signin page*/
.form-signin { margin: 0 auto; max-width: 430px; padding: 15px;}
.form-signin .form-signin-heading, .form-signin .checkbox {margin-bottom: 10px;}
.form-signin .checkbox {font-weight: normal;}
.form-signin .form-control:focus {z-index: 2;}

/* Bootstrap's Togglable Tabs - Removing dotted border outline on focus */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover { outline: 0;}
.badge-success {background-color:#5cb85c}
.badge-danger {background-color:#d9534f}

.searchContainer{padding-bottom: 20px}
.searchContainer .form-inline .form-control { width: 200px; }
table tr.noBorder, table tr.noBorder:hover {background-color: transparent;}
table tr.noBorder td {border: none;}
.noBorder td.centerAligned {text-align:center;vertical-align:middle;}

.height {min-height: 200px;}
.icon {font-size: 47px;color: #5CB85C;}
.iconbig {font-size: 77px;color: #5CB85C;}
.table > tbody > tr > .emptyrow {border-top: none;}
.table > thead > tr > .emptyrow {border-bottom: none;}
.table > tbody > tr > .highrow {border-top: 3px solid;}

/* Custom Colored Panels */

.huge {font-size: 40px;}
.panel-green {border-color: #5cb85c;}
.panel-green > .panel-heading {border-color: #5cb85c;color: #fff;background-color: #5cb85c;}
.panel-green > a {color: #5cb85c;}
.panel-green > a:hover {color: #3d8b3d;}
.panel-red {border-color: #d9534f;}
.panel-red > .panel-heading {border-color: #d9534f;color: #fff;background-color: #d9534f;}
.panel-red > a {color: #d9534f;}
.panel-red > a:hover {color: #b52b27;}
.panel-yellow {border-color: #f0ad4e;}
.panel-yellow > .panel-heading {border-color: #f0ad4e;color: #fff;background-color: #f0ad4e;}
.panel-yellow > a {color: #f0ad4e;}
.panel-yellow > a:hover {color: #df8a13;}
.heading{font-size: 20px;}
.margin-top-3{margin-top: 3%;}
.margin-right-4{margin-right: 4%;}
.margin-right-3{margin-right: 3%;}