/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Colors for Connected Insights */

colors {
  background-color: #f7f7f1; /*reflective white*/
  background-color: #302e2f; /*caviar*/
  background-color: #3d4450; /*charcoal blue*/
  background-color: #c1c9d1; /*upward*/
  background-color: #bb487f; /*exuberant pink*/

  background-color: #747b82; /*reflective white complimentary*/
  background-color: #b8a480; /*caviar complimentary*/
  background-color: #ee94a3; /*charcoal blue complimentary*/
  background-color: #7f3152; /*upward complimentary*/
  background-color: #87b3d5; /*exuberant pink complimentary*/
}

/* data tables override */
div.DTED_Lightbox_Wrapper {
  z-index: 2000 !important;
}

/* Global Styles */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-top: 125px;
  background-color: #fff;
  margin-bottom: 60px; /* Margin bottom by footer height */
}

h1 {
  font-size: 24px!important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.container {
  width: auto;
  /*    max-width: 680px; */
  padding: 0 15px;
}

.row-mt10 {
  margin-top: 10px;
}

.row-mt20 {
  margin-top: 20px;
}

.row-mt10 {
    margin-top: 10px;
  }

.searchbox {
    width: 95px !important;
    float: left !important;
    border-style: inset !important;
}

.error-focus {
    border: 2px solid #ff4d4d !important;
}

.form-control-short {  
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modnav {
  background-color: #3d4450 !important;
  min-height: 120px;
}

.modtop {
  min-height: 5px;
  max-height: 5px;
  background-color: #bb487f;
}

.attendancetaken {
  background-color: #baffe3!important;
}

.pastclass {
  background-color: #87b3d5 !important;
}

@media (min-width: 768px) {
  body {
    margin-top: 125px;
  }
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.huge {
  font-size: 50px;
  line-height: normal;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0px;
  }

  #page-wrapper {
    padding: 10px;
  }
}

/* Top Navigation */

.top-nav {
  padding: 0 15px;
}

.top-nav > li {
  display: inline-block;
  float: left;
}

.top-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #999;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #fff;
  background-color: #03f;
}

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

li.message-preview > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

li.message-footer {
  margin: 5px 0;
}

ul.alert-dropdown {
  width: 200px;
}

/* Side Navigation */

@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 51px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #222;
  }

  .side-nav > li > a {
    width: 225px;
  }

  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
    background-color: #03FS !important;
  }
}

.side-nav > li > ul {
  padding: 0;
}

.side-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  color: #999;
}

.side-nav > li > ul > li > a:hover {
  color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* 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;
}

.panel-blue .panel-heading {
  border-color: #87b3d5;
  color: #000;
  background-color: #87b3d5;
}
.panel-blue {
  border-color: #87b3d5;
}

/* bootstrap overrides by Matt */

.navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 15px !important;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-toggle {
    float: left;
  }
}

nav .container-fluid {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.dropdown-menu > li > a {
  padding: 6px 20px !important;
}

td {
  padding-bottom: 5px;
  padding-right: 2px;
}

.norpad {
  padding-right: 0px !important;
}

.nolpad {
  padding-left: 0px !important;
}

@media print {
  footer {
    page-break-after: always;
  }
}

.small-pad {
  padding: 6px 4px !important;
}

