/******************************************************/
/* Global Styles */
body {
  margin-top: 50px;
  background-color: #0f1923;
}

#wrapper {
  padding-left: 0;
  padding-top: 15px;
}

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

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

@media (min-width: 900px) {
  #wrapper {
    padding-left: 225px;
  }
  #page-wrapper {
    padding: 10px;
  }
  .navbar-header {
    float: none !important;
  }
  .mobile-only {
    display: none !important;
  }
}

.mobile-only {
  display: inherit;
}

.show {
  display: block;
}

.hide {
  display: none !important;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}

/* Top Navigation */
.custom-nav {
  background: #325582;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 5px 5px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 5px 5px 0 rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid #234164;
}

.navbar-header .logo {
  color: #f8f8f8 !important;
  font-family: "Lobster", Tahoma, sans-serif !important;
  font-size: 2em !important;
}

@media (max-width: 900px) {
  .navbar-toggle {
    margin-left: 15px;
  }
}

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

.top-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #999;
  background-color: inherit !important;
  border-left: 1px solid #0f1923;
  min-width: 160px;
  text-align: center;
}

.top-nav > li > a:hover, .top-nav > li > a:focus {
  color: #fff;
  background-color: #234164 !important;
}

.top-nav > .open > a {
  color: #fff;
  background-color: inherit !important;
}

.top-nav > .open > a:hover, .top-nav > .open > a:focus {
  color: #fff;
  background-color: inherit !important;
}

.top-nav > li > a > i {
  padding: 0 5px;
}

.top-nav > .open > .dropdown-menu {
  position: absolute;
  left: -75px;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -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;
}

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

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

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

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

@media (max-width: 900px) {
  .top-nav > li > a {
    min-width: 50px;
  }
  .top-nav > li > a span {
    line-height: 0;
    font-size: 0;
    color: transparent;
  }
}

/* Side Navigation */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  background-color: #142d4b;
}

@media (min-width: 900px) {
  .side-nav-parent-custom {
    position: fixed;
  }
  .side-nav-custom {
    overflow: auto !important;
  }
  .side-nav {
    position: fixed;
    top: 51px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    background-color: #142d4b;
    height: 100vh;
  }
}

.side-nav {
  text-align: right;
}

.side-nav > div > a {
  cursor: pointer;
  height: 54px;
  line-height: 55px;
  display: block;
  padding-right: 10%;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 2px;
  color: #9ebee6;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.side-nav > div > a:hover {
  outline: none;
  color: #f3f8fe !important;
}

.nav-btn-bottom {
  margin-top: 0;
  text-align: left;
  padding-left: 10%;
}

.side-nav > div {
  border-bottom: 1px solid #5573a0;
}

.side-nav > div > ul > li {
  border: none !important;
  background-color: #19283c;
  line-height: 40px;
}

.side-nav > div > ul > li > a {
  cursor: pointer;
  text-align: left;
  padding-left: 2vh;
  height: 40px;
  line-height: 55px;
  display: block;
  padding-right: 10%;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 2px;
  color: #9ebee6;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;

}

.side-nav > div > ul > li:hover, .side-nav > div > ul > li:focus {
  background-color: #325582;
  color: #f3f8fe !important;
}

.side-nav .list-group {
  margin-bottom: 0;
}

.full-page {
  margin: 0 15vw 0 6vw;
  padding: 3vw;
  min-height: 100%;
  color: #d4e3f7;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 25, 35, 0.9)), to(rgba(20, 45, 75, 0.5)));
  background: linear-gradient(0deg, rgba(15, 25, 35, 0.9), rgba(20, 45, 75, 0.5));
  z-index: 5;
}

@media only screen and (max-width: 1000px) {
  .full-page {
    margin: 0 0 !important;
  }
  .full-page-content {
    padding: 1vh 2vw !important;
  }
}

.full-page-content {
  padding: 1vh 5vw 5vh 5vw;
}

.page-title {
  padding: 1vh 2vw;
  background: rgba(20, 45, 75, 0.5);
  color: #f3f8fe;
  border-bottom: 1px solid #142d4b;
}

.page-header {
  color: #9ebee6;
  margin-top: 0 !important;
}

.page-header button {
  color: #d4e3f7;
  opacity: 1;
}

.modal-header {
  color: #19283c;
}

.modal-body {
  color: #142d4b;
}

@media (max-width: 900px) {
  .page-header {
    font-size: 1.5em;
  }
  .page-header small {
    padding: 0;
  }
}

.heavy-padding {
  padding: 3vh 5vw 4vh 5vw !important;
}

.side-padding {
  padding: 0 8px;
}

.top-btm-padding {
  padding: 3vh 0 !important;
}

.top-btm-margin {
  margin: 3vh 0 !important;
}

.search {
  border-color: #142d4b;
  background-color: inherit;
  color: #d4e3f7 !important;
}

.search:hover {
  background-color: #19283c;
  color: #d4e3f7;
  border-color: #142d4b;
}

.icon{
  height: 2.5vh;
}

.center {
  text-align: center;
}

.section-title {
  border-top: 1px solid #5573a0;
  border-bottom: 1px solid #5573a0;
  padding: 0.6em 0;
}

.close-custom {
  float: none;
  text-shadow: none;
  color: #9ebee6;
  font: inherit;
  padding: 0 5px !important;
}

.close-custom:hover {
  color: inherit;
}

a {
  text-decoration: none;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

a:hover, a:visited, a:active, a:link {
  text-decoration: none;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

a:hover {
  color: #9ebee6;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

input,
textarea {
  color: #192d4b !important;
}

.required-error {
  border: 1px solid red !important;
}
/*# sourceMappingURL=main.css.map */