/* the button text should match colorlight, unless the client wants it to be white*/
/* Global elements */
body {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #fff; }

.login {
  background-color: #0b154b; }

h3 {
  margin-top: 0px; }

a {
  color: #8692ac; }

a:hover, a:focus {
  color: #8692ac; }

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #0b154b; }
  table td {
    font-size: 12px;
    width: 10%;
    padding: 5px;
    vertical-align: bottom; }
  table th {
    font-size: 12px;
    font-weight: bold;
    color: #8692ac;
    width: 10%;
    padding: 5px 15px 5px 5px;
    vertical-align: bottom;
    background-color: #d0d4df;
    white-space: nowrap; }
  table th:not(:first-child) {
    border-left: 1px solid #0b154b; }
  table tr:hover {
    background-color: #d0d4df !important; }
  table tr:nth-child(odd) {
    background-color: #f3f3f3; }
  table td:first-child, table th:first-child {
    width: 1%; }

table.addfiltermask {
  border: 0px solid #fff; }
  table.addfiltermask tr {
    background-color: #fff; }
  table.addfiltermask tr:hover {
    background-color: #fff !important; }
  table.addfiltermask td:first-child {
    width: 1% !important; }
  table.addfiltermask td:last-child {
    width: 1% !important; }

table.importcolumnmatching {
  padding: 0px;
  border: 0px;
  margin-bottom: 0px; }
  table.importcolumnmatching tr {
    background-color: #fff; }
  table.importcolumnmatching tr:hover {
    background-color: #fff !important; }
  table.importcolumnmatching td {
    width: 300px !important; }
  table.importcolumnmatching td:first-child {
    width: 300px !important; }
  table.importcolumnmatching th {
    width: 300px !important; }
  table.importcolumnmatching th:first-child {
    width: 300px !important; }

.importcolumnmatchingwidth {
  width: 200px; }

table.sortable span.arrow.up, th.arrow.up:after {
  border-color: transparent transparent #8692ac transparent; }

table.sortable span.arrow {
  border-color: #8692ac transparent transparent transparent; }

.greenflag {
  color: green; }

.redflag {
  color: red; }

.blueflag {
  color: blue; }

label {
  font-weight: normal; }

/* padding, spacing, coloration, alignment fixes */
.headerwhite {
  background-color: #ffffff; }

.headercolorlight {
  background-color: #d0d4df; }

.halfwhite {
  background-image: linear-gradient(bottom, #0b154b 50%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #0b154b 50%, #ffffff 50%);
  background-image: -moz-linear-gradient(bottom, #0b154b 50%, #ffffff 50%);
  background-image: -webkit-linear-gradient(bottom, #0b154b 50%, #ffffff 50%);
  background-image: -ms-linear-gradient(bottom, #0b154b 50%, #ffffff 50%);
  border-bottom: 1px solid #8692ac; }

.darktext {
  font-weight: bold;
  color: #8692ac; }

.largetext {
  font-size: 18px;
  text-transform: uppercase; }

.nopadline {
  margin-top: 0px;
  border-top: 1px solid #8692ac; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.fullwidth {
  width: 100%; }

.halfwidth {
  width: 48%; }

.logopadding {
  padding-top: 40px;
  padding-bottom: 20px; }

.glyphpadding {
  padding-right: 15px; }

.mainpagepadding {
  padding-top: 20px;
  padding-bottom: 0px; }

.tab-content {
  color: #000000; }
  .tab-content .active {
    padding: 20px 0;
    background-color: #ffffff; }

.clear {
  clear: both;
  margin-bottom: 20px; }

.clearnomargin {
  clear: both; }

/* new visual elements */
.sectionhead {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #8692ac; }

/* buttons */
.btn-sm {
  padding: 3px 10px; }

.btn-primary, .btn-primary:focus, .btn-primary.focus {
  font-size: 30px;
  width: 100%;
  color: #fff;
  border: 5px solid #ffffff;
  border-radius: 15px;
  background-color: #8692ac; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }

.btn-submit, .btn-submit:focus, .btn-submit.focus {
  margin-bottom: 5px;
  color: #fff;
  border-radius: 5px;
  background-color: #8692ac; }

.btn-submit:hover, .btn-submit:active, .btn-submit.active, .open > .dropdown-toggle.btn-submit {
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }

.btn-cancel, .btn-cancel:focus, .btn-cancel.focus {
  margin-bottom: 5px;
  color: #8692ac;
  border: 1px solid #d0d4df;
  border-radius: 5px;
  background-color: #ffffff; }

.btn-cancel:hover, .btn-cancel:active, .btn-cancel.active, .open > .dropdown-toggle.btn-cancel {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }

/* pagination */
.pagination {
  margin: 0px; }

.pagination-sm > li > a {
  color: #8692ac; }

.pagination-sm > li > a:focus,
.pagination-sm > li > a:hover,
.pagination-sm > li > a:active {
  color: #fff;
  background-color: #8692ac; }

/* form elements */
.form-horizontal .control-label {
  padding-top: 0px;
  text-align: left; }

.bottommarginforDTP {
  margin-bottom: 5px; }

.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 25px;
  margin-bottom: 5px;
  padding: 1px 12px;
  -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;
  color: #000000;
  border: 1px solid #8692ac;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none; }

.form-control:focus {
  border: 1px solid #8692ac;
  outline: 0;
  background-color: #d0d4df;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: none; }

.fileUpload {
  position: relative;
  overflow: hidden;
  width: 100%; }

.fileUpload input.upload {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.fileuploadcolor {
  width: 100%;
  color: #8692ac;
  border: 0px;
  background-color: #eee;
  margin-bottom: 10px; }

.largeuploader {
  padding: 7px; }

.form-horizontal .checkbox {
  padding-top: 0px; }

/* top navigation bar */
.nosidepadding {
  padding-right: 0px;
  padding-left: 0px; }

.navbar .navbar-inner {
  padding: 0; }

.navbar {
  min-height: 0px;
  text-transform: uppercase;
  border: 0px;
  margin-bottom: 0px; }

.navbar .nav {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-top: 0px;
  background-color: #d0d4df; }

.navbar .nav li {
  display: table-cell;
  float: left;
  text-align: center; }

.navbar .nav li:last-child {
  display: table-cell;
  float: right;
  text-align: center; }

.navbar .nav li:active {
  background-color: #8692ac; }

.navbar-default {
  background-color: #d0d4df; }

.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  line-height: 13px;
  padding: 5px 15px;
  color: #8692ac; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #8692ac;
  border: 0px; }

/* main tab navigation bar */
.tabbar {
  min-height: 0;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 0; }
  .tabbar .tabbar-inner {
    padding: 0; }
  .tabbar .bat {
    display: table;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin: 0;
    border-top: 0;
    background-color: #d0d4df; }
    .tabbar .bat li {
      display: table-cell;
      float: left;
      text-align: center;
      vertical-align: middle;
      position: relative; }
      .tabbar .bat li a {
        position: relative;
        display: block; }
    .tabbar .bat li:active {
      background-color: #8692ac; }

.tabbar-default {
  background-color: #d0d4df; }
  .tabbar-default .tabbar-bat > li > a {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 35px;
    color: #8692ac; }

.tabbar-default .tabbar-bat > li > a:hover,
.tabbar-default .tabbar-bat > li > a:focus,
.tabbar-default .tabbar-bat > .active > a,
.tabbar-default .tabbar-bat > .active > a:hover,
.tabbar-default .tabbar-bat > .active > a:focus {
  color: #8692ac;
  background-color: #fff;
  text-decoration: none;
  border: 0px; }

.tabbar .bat li:last-child {
  float: right; }

/* modals */
.modal {
  color: #000000; }

/* Search bar */
.navbar-form {
  margin-top: 0px;
  padding: 0px; }

.searchicon {
  height: 25px;
  padding: 0px 5px;
  color: #fff;
  border-color: #8692ac;
  background-color: #8692ac; }

.searchicon:focus,
.searchicon:hover,
.searchicon:active {
  height: 25px;
  padding: 0px 5px;
  color: #fff;
  border-color: #8692ac;
  background-color: #8692ac; }

/* DateTime */
.datetimepicker {
  width: 250px;
  left: 50% !important; }

.datetimepicker th {
  border-radius: 0px; }

.datetimepicker td {
  background-color: #fff;
  color: #8692ac; }

.input-group-addon {
  padding: 0px 5px; }

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #8692ac;
  background-image: none; }

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
  background-color: #8692ac;
  background-image: none; }

@media only screen and (min-width: 992px) {
  .logopadding {
    padding-top: 10px;
    padding-bottom: 20px; }

  .logosize {
    width: 200px; }

  .schoollogosize {
      width: 200px;
  }

  .mobilehide {
    display: none; } }
@media only screen and (max-width: 991px) {
  .desktophide {
    display: none; }

  .logosize {
    width: 100px; }

  .schoollogosize {
      width: 100px;
  }
  .navbar-form {
    padding: 0px 15px; } }
@media only screen and (max-width: 600px) {
  .tabbar-default .tabbar-bat > li > a {
    font-size: 10px;
    padding: 5px; }

  .navbar-default .navbar-nav > li > a {
    font-size: 10px;
    padding: 5px; }

  .iconhide {
    display: none; }

  .datetimepicker {
    left: 10px !important; } }
