﻿body {
    /*padding-top: 50px;*/
    padding-top: 0px;
    padding-bottom: 0px!important;
    /*background-color: #bce8f1;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 420px!important;
    text-align: justify;
    padding-top: 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;
}
.navbar{
    margin-bottom:0px!important;
}
.navbar-inverse .navbar-brand {
    color: #f7f4f4 !important;
}
.navbar-inverse {
    background-color: #0a088c!important;
    border-color: #f3f3f7!important;
}
.SideLink{
    background-color:#e7eb9a;
    box-shadow: 2px 2px 10px;
    border-radius: 5px;
}
.SideLink li{
    padding: 10px;
    border-bottom: 1px dotted #000;
}
.SideLink li>a{
    text-decoration:none;
    display: block;
    color: #811306;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.SideLink li:hover{
    background: url(../Content/img/menubg.jpg) left top repeat-x #440901;
}
.SideLink li>:hover{
     color:#fff;
     z-index: 1000;
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.navbar-brand{
    font-size:35px !important;
    text-shadow: 2px 2px 2px #000;
}
thead{
    /*background-color: #0a088c!important;*/
    color: #fff;
    background: url(../Content/img/menubg.jpg) left top repeat-x #440901;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.row{
    margin-left:0px!important;
    margin-right:0px!important;
}
#headerImage {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
.slimScrollDiv{
    height:100vh!important;
    }
body{
    height:100vh!important;
}
.caret {
    border-top: 4px solid #fff!important;
}