﻿body {
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  color: #232323;
  background-color: #fff;
  margin: 0px;
  overflow: hidden;
  min-width: 500px;
  min-height: 500px;
  padding: 90px 0px 0px 160px;
  line-height: 16px;
}

body.no-padding {
  padding: 0px;
  margin: 0px;
}

h2 {
  font-size: 14pt;
  font-family: Verdana, Arial, sans-serif;
  margin-top: 0px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

label {
  font-weight: normal;
}

label.bold {
  font-weight: bold;
}

header, footer, nav, section {
  display: block;
}

a,
.cursor-hand,
.cursor-pointer {
  cursor: pointer;
}

#header {
  position: fixed;
  width: 100%;
  background: #f8f8f8;
  height: 50px;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #e7e7e7;
  z-index: 100;
  overflow: visible !important;
}

#nav-left {
  position: fixed;
  background: #222;
  width: 160px;
  left: 0px;
  top: 50px;
}

#breadcrumb {
  position: fixed;
  background: #fff;
  width: 100%;
  left: 160px;
  top: 50px;
  height: 40px;
  border-bottom: 1px solid #ccc;
}

#content-wrapper {
  background: #999;
  position: relative;
  width: 100%;
  height: 100%;
}

#nav-left-sub {
  width: 200px;
  background: #f5f5f5;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-right: 1px solid #ccc;
  padding-top: 20px;
}

#main-content {
  width: 100%;
  left: 200px;
  background: #fff;
  position: absolute;
  top: 0px;
  height: 100%;
}

#main-footer {
  margin-top: 3em;
  border-top: 1px solid #454545;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
}

textarea {
  min-height: 75px;
}

.editor-label {
  margin: 1em 0 0 0;
}

.editor-field {
  margin: 0.5em 0 0 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #f00;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #f00;
}

.validation-summary-valid {
  display: none;
}

.display-label,
.field-label {
  font-weight: bold;
}

.control-label {
  font-weight: normal;
}

.display-field {
  border: 1px solid #aaa;
  background: #eee;
  min-height: 20px;
}

.bottom-5 {
  margin-bottom: 5px;
}

.bottom-15 {
  margin-bottom: 15px;
}

.bottom-5 {
  margin-bottom: 5px;
}

.bottom-15 {
  margin-bottom: 15px;
}

.left-15 {
  margin-left: 15px;
}

.right-15 {
  margin-right: 15px;
}

.top-15 {
  margin-top: 15px;
}

.padding {
  padding: 0.8em;
}

.breadcrumb {
  padding: 10px 15px;
  margin-bottom: 0px;
  border-radius: 0;
  height: 39px;
  border-bottom: 1px solid #fff;
}

.navbar {
  margin-bottom: 0px;
}

.nav-left {
  float: left;
  width: 160px;
  border-right: 1px solid #999;
  background: #222;
}

.nav-left .nav-wrapper {
  border-bottom: 1px solid #000;
}

.nav-left .nav-wrapper a.nav-item,
.nav-left .nav-wrapper a.nav-item:visited,
.nav-left .nav-wrapper a.nav-item:link {
  display: block;
  position: relative;
  padding: 11px 15px 11px 50px;
  color: #fff;
  border-bottom: 1px solid #555;
  border-top: 1px solid #000;
  text-decoration: none;
}

.nav-left .nav-wrapper a.nav-item.active {
  background: #999;
  border-top: none;
}

.nav-left .nav-wrapper a.nav-item > i {
  margin-left: -30px;
  font-size: 18px;
  position: absolute;
}

.nav-left .info-wrapper {
  width: 100%;
  padding: 50px 15px 10px 15px;
  color: #999;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}

.nav-left a.nav-item:hover,
.nav-left a.nav-item:focus {
  text-decoration: none;
  background: #444;
}

.main-content-padding {
  padding: 20px;
}

.header {
  text-align: center;
  background-color: #269;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 4px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 4px), linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  box-shadow: 0px 3px 8px 2px #505050;
}

.banner {
  padding: 2em 0;
  color: #ffffff;
  text-shadow: 0px 3px 30px #fafaff;
  z-index: 999;
}

.staff-photo-wrapper {
  text-align: center;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.staff-photo-wrapper img {
  max-height: 48px;
  max-width: 48px;
}

.datetimepicker table.table thead > tr > th {
  background: #fff;
}

/** SMART TABLE STYLING **/
.st-sort-ascent:before {
  content: '\25B2';
}

.st-sort-descent:before {
  content: '\25BC';
}

.st-selected {
  background: #216eff !important;
  color: white !important;
}

/** END SMART TABLE STYLING **/
/********* TABLE LAYOUT SECTION **********/
table > tbody > tr > td.selected,
table > tbody > tr > th.selected,
table > tfoot > tr > td.selected,
table > tfoot > tr > th.selected,
table > thead > tr > td.selected,
table > thead > tr > th.selected {
  background-color: #CDECF5;
}

table > tbody > tr.selected > td,
table > tbody > tr.selected > th,
table > tfoot > tr.selected > td,
table > tfoot > tr.selected > th,
table > thead > tr.selected > td,
table > thead > tr.selected > th {
  background-color: #CDECF5;
}

table th .sortable-header,
table td .sortable-header {
  color: #2054CC;
  cursor: pointer;
}

table.table thead > tr > th {
  background: #ddd;
  color: #222;
}

table.table tr.selected {
  background: #f2e6d4;
}

table.table tr th .sortable-header,
table.table tr td .sortable-header {
  color: #2054CC;
  cursor: pointer;
}

table.table-layout {
  width: 100%;
}

table.table-layout > tr > td,
table.table-layout > tbody > tr > td,
table.table-layout > tr > th,
table.table-layout > thead > tr > th {
  padding: 5px 8px;
}

table.table-layout > tr > th,
table.table-layout > thead > tr > th {
  background: #ddd;
}

table.table-layout tr.selected > td {
  background: #CDECF5;
}

table.table-layout-striped tr.selected:nth-child(even) > td {
  background: #CDECF5;
}

table.table-layout-striped tr:nth-child(even) > td {
  background-color: #f9f9f9;
}

table.table-form {
  background: #ddd;
  border: 1px solid #777;
  border-radius: 5px;
}

table.table-form textarea {
  border: 1px solid #aaa;
  padding: 5px 8px;
}

table.table-form input[type='text'],
table.table-form select {
  border: 1px solid #aaa;
  padding: 5px 8px;
  height: 25px;
  line-height: 1.5em;
}

table.table-header-teal {
  width: 100%;
  background: #D1EFF5;
  border: 1px solid #aaa;
}

table.table-header-teal tr td {
  padding: 3px 8px;
}

table.table-display th {
  text-align: center;
}

table.first-col-label tr > td:first-child {
  font-weight: bold;
}

@-webkit-keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-moz-keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  -webkit-animation: spinw 0.7s infinite linear;
  -moz-animation: spinm 0.7s infinite linear;
}

.loading-indicator {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0.7em;
}

.loading-indicator:before {
  display: inline-block;
  margin: 0 0.4em;
  min-width: 1em;
  min-height: 1em;
  border-top: 4px solid #646464;
  border-right: 4px solid #e6e6e6;
  border-left: 4px solid #e6e6e6;
  border-bottom: 4px solid #646464;
  content: "";
  -webkit-animation: halfspin 1s ease infinite;
  -moz-animation: halfspin 1s ease infinite;
  -o-animation: halfspin 1s ease infinite;
  animation: halfspin 1s ease infinite;
  border-radius: 100%;
}

.text-danger {
  color: #ee2222;
}

.text-active {
  color: #2AB428;
}

.text-center .table th {
  text-align: center;
}

.list-group > .list-group {
  margin: 0;
}

.list-group > .list-group > a {
  padding-left: 35px;
  background: #eee;
}

.list-group > .list-group > a.active {
  background: #2AABD2;
}

.bg-active {
  background-color: #FEF5E2;
}

.highlighted {
  background: yellow;
}

/*# sourceMappingURL=Site.css.map */