@keyframes pulse {
  0% {
    opacity: 1.0; }
  15% {
    opacity: 0.1; }
  30% {
    opacity: 1.0; }
  90% {
    opacity: 0.9; }
  100% {
    opacity: 0.3; } }
@font-face {
  font-family: 'OSB';
  src: url("fonts/OpenSans-Bold.eot");
  src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OSL';
  src: url("fonts/OpenSans-Light.eot");
  src: url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OSR';
  src: url("fonts/OpenSans-Regular.eot");
  src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LR';
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"), url("fonts/Lato-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LB';
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype"), url("fonts/Lato-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LL';
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype"), url("fonts/Lato-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
#alerts-container {
  margin: 0px !important; }
  #alerts-container .alert {
    margin-bottom: 10px; }
    #alerts-container .alert:last-of-type {
      margin-bottom: 0px; }

.alert {
  display: block;
  padding: 10px 10px 10px 35px;
  font-style: italic;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 5px 50%; }
  .alert.alert-error {
    color: #F44336;
    border-color: #F44336;
    background-image: url(../images/error.png); }
  .alert.alert-warning {
    color: #EC9C00;
    border-color: #EC9C00;
    background-image: url(../images/warning.png); }
  .alert.alert-success {
    border-color: #1b4a6a;
    color: #0e3652;
    background-color: #EDFFF9;
    background-image: url(../images/success.png); }

.filter-form-toggler {
  float: right;
  padding: 11px 15px 11px 15px;
  margin: 14px 10px 0px;
  border-radius: 10px;
  cursor: pointer;
  font-family: LB;
  text-transform: uppercase;
  transition: border-radius 0.1s, padding-bottom 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .filter-form-toggler:hover {
    background-color: #ebebeb; }
  .filter-form-toggler.filter-active {
    color: #EC9C00; }
    .filter-form-toggler.filter-active:not(.filter-open) {
      padding: 10px 14px 10px 14px;
      border: 1px dashed #EC9C00; }

.filter-open {
  background-color: #ebebeb;
  border-radius: 10px 10px 0px 0px;
  border: 1px dashed #d0d0d0;
  border-bottom: none;
  padding: 10px 14px 20px 14px;
  box-shadow: 0px 1px 0px #ebebeb; }

.filter-form-wrapper {
  display: none; }

#filter-form {
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: auto;
  background-color: #ebebeb;
  border: 1px dashed #d0d0d0;
  border-radius: 5px 5px 0px 0px; }
  #filter-form > div {
    margin: 10px 0px 15px;
    padding: 0px; }
    #filter-form > div:nth-of-type(n + 2) {
      margin-left: 2%; }
    #filter-form > div label {
      cursor: pointer; }
      #filter-form > div label:first-of-type {
        display: inline-block;
        vertical-align: top;
        font-size: 11px;
        font-family: LB;
        margin-bottom: 5px;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
    #filter-form > div select, #filter-form > div input[type="text"] {
      width: 100%;
      height: 36px;
      padding: 5px;
      box-sizing: border-box;
      border: 1px solid #91989b;
      background-color: rgba(255, 255, 255, 0.7);
      vertical-align: middle;
      outline: none; }
      #filter-form > div select:focus, #filter-form > div input[type="text"]:focus {
        outline: 1px solid #91989b; }
        #filter-form > div select:focus.error-border, #filter-form > div input[type="text"]:focus.error-border {
          outline: 1px solid #F44336; }
    #filter-form > div.btns-container {
      margin-top: 28px;
      white-space: nowrap; }
      #filter-form > div.btns-container > * {
        min-width: 50px; }
        #filter-form > div.btns-container > *:nth-child(n + 2) {
          margin-left: 5px; }

.form-group {
  margin-bottom: 1.25rem; }
  .form-group > label:not(.error) {
    margin-bottom: 0.5rem; }

.form-group label {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: middle; }
  .form-group label[for] {
    cursor: pointer; }
  .form-group label.error {
    display: block;
    font-size: 0.75rem; }

.form-control {
  height: 2.25rem;
  padding: 5px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #91989b;
  background-color: transparent;
  outline: none;
  transition: border 0.15s, box-shadow 0.15s; }
  .form-control.error-border {
    border-color: #F44336; }
  .form-control:focus {
    box-shadow: 0 0 0 1px #91989b; }
    .form-control:focus.error-border {
      box-shadow: 0 0 0 1px #F44336; }
  .form-control[disabled] {
    background-color: #ebebeb; }
  .form-control.loading {
    background: transparent url("../images/loading-icon.gif") 97% center no-repeat;
    background-size: 1.5rem; }

/**
 * Custom inputs
 */
.custom-control {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  position: relative; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-indicator {
  width: 1rem;
  height: 1rem;
  border: 1px solid #0e3652;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.2s; }
  .custom-control-indicator.indicator-inverse {
    background-color: #ffffff;
    border-color: #ffffff; }
  .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #0e3652;
    background-image: url("../images/check-mark.png"); }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(14, 54, 82, 0.8); }
    .custom-control-input:focus ~ .custom-control-indicator.indicator-inverse {
      box-shadow: 0 0 0 1px #ffffff; }
  .custom-control-input[disabled] + .custom-control-indicator {
    border-color: #91989b; }
  .custom-control-input[disabled]:checked + .custom-control-indicator {
    background-color: #91989b; }
  .custom-control-indicator + label {
    padding: 0.25rem 0.5rem;
    user-select: none; }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.3125rem; }

.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%230e3652' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5rem center;
  background-size: 8px 10px;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body.infopop-open {
  overflow: hidden; }

#infopop {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(14, 54, 82, 0.36);
  overflow: hidden;
  z-index: 1; }
  #infopop > article {
    display: table;
    height: 100%;
    width: 100%; }
    #infopop > article > aside {
      display: table-cell;
      vertical-align: middle; }

#infopop-content {
  width: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.8);
  overflow: hidden; }
  #infopop-content > * {
    padding: 15px;
    overflow: hidden; }
  #infopop-content button, #infopop-content a.button {
    margin-left: 5px;
    padding: 5px 10px;
    text-transform: capitalize; }

#infopop-header {
  border-bottom: 1px solid #999999; }
  #infopop-header span:nth-child(1) {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize; }
  #infopop-header span:nth-child(2) {
    float: right;
    font-size: 16px;
    cursor: pointer; }

#infopop-body {
  max-height: 300px;
  overflow-y: auto;
  position: relative; }
  #infopop-body.loading:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9) url("../images/loading-icon.gif") center no-repeat; }
  #infopop-body img.loading {
    display: block;
    margin: auto; }

#infopop-footer {
  text-align: right;
  background-color: #999999; }

.usageinfo {
  display: inline-block;
  position: relative; }
  .usageinfo:hover {
    z-index: 1000; }
    .usageinfo:hover img {
      z-index: 1;
      position: relative;
      background-color: #ffffff;
      border-radius: 10px;
      cursor: help; }
    .usageinfo:hover > section {
      visibility: visible;
      opacity: 1;
      transition: visibility 0.4s, opacity 0.4s; }
  .usageinfo > section {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 2000%;
    padding: 10px 10px 10px 30px;
    color: #ffffff;
    background: #1CAF7E;
    border-radius: 11px;
    border: 1px solid #1CAF7E;
    box-shadow: 202px 0px 0px -180px white inset;
    visibility: hidden;
    opacity: 0; }
  .usageinfo p {
    margin: 5px 0px 15px; }
    .usageinfo p.note em {
      border-bottom: 1px solid #ffffff; }

* {
  padding: 0px;
  margin: 0px auto;
  -webkit-overflow-scrolling: touch; }

body {
  width: 100%;
  font-family: OSR;
  font-size: 13px;
  word-break: break-word;
  overflow-x: hidden;
  color: #103551;
  position: relative; }

header#auxmenu {
  overflow: visible;
  height: 60px;
  background-color: #0e3652;
  position: fixed;
  width: 100%;
  z-index: 1; }
  header#auxmenu > aside {
    float: left;
    width: 250px;
    background-color: #ebebeb; }
    header#auxmenu > aside img {
      display: block;
      height: 60px; }
  header#auxmenu > section {
    float: left;
    width: calc(100% - 250px);
    color: #ffffff; }
    header#auxmenu > section > div#campus_sel, header#auxmenu > section div#acadyear_sel {
      position: relative;
      float: left;
      padding: 21px;
      cursor: pointer; }
      header#auxmenu > section > div#campus_sel:hover, header#auxmenu > section div#acadyear_sel:hover {
        background-color: #1b4a6a; }
      header#auxmenu > section > div#campus_sel:hover > div, header#auxmenu > section div#acadyear_sel:hover > div {
        visibility: visible;
        opacity: 1;
        transition: 0.2s ease 0.25s; }
      header#auxmenu > section > div#campus_sel span, header#auxmenu > section div#acadyear_sel span {
        cursor: pointer;
        display: block; }
      header#auxmenu > section > div#campus_sel > span:after, header#auxmenu > section div#acadyear_sel > span:after {
        content: "\25bc";
        font-size: 7px;
        padding: 0px 0px 0px 10px;
        position: relative;
        top: -2px; }
      header#auxmenu > section > div#campus_sel > div, header#auxmenu > section div#acadyear_sel > div {
        background-color: #1b4a6a;
        min-width: 250px;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 0px;
        top: 59px;
        max-height: 1000%;
        overflow: auto; }
        header#auxmenu > section > div#campus_sel > div:hover, header#auxmenu > section div#acadyear_sel > div:hover {
          display: block; }
        header#auxmenu > section > div#campus_sel > div > a, header#auxmenu > section div#acadyear_sel > div > a {
          border-bottom: 1px solid #777a93;
          padding: 5px;
          position: relative;
          display: block;
          color: inherit;
          text-decoration: none; }
          header#auxmenu > section > div#campus_sel > div > a:before, header#auxmenu > section div#acadyear_sel > div > a:before {
            content: "";
            position: absolute;
            width: 24px;
            text-align: center;
            background-color: transparent;
            height: calc(100% - 10px);
            background-image: url(../images/campus_l.png);
            background-position: 50% 5px;
            background-repeat: no-repeat;
            -webkit-transition: all 0.35s;
            transition: all 0.35s; }
          header#auxmenu > section > div#campus_sel > div > a:hover:before, header#auxmenu > section div#acadyear_sel > div > a:hover:before {
            background-color: #fdd622;
            background-image: url(../images/campus_d.png); }
          header#auxmenu > section > div#campus_sel > div > a span, header#auxmenu > section div#acadyear_sel > div > a span {
            padding: 0px 0px 0px 30px; }
          header#auxmenu > section > div#campus_sel > div > a span:nth-of-type(1), header#auxmenu > section div#acadyear_sel > div > a span:nth-of-type(1) {
            font-family: LR; }
          header#auxmenu > section > div#campus_sel > div > a span:nth-of-type(n+2), header#auxmenu > section div#acadyear_sel > div > a span:nth-of-type(n+2) {
            padding-top: 5px;
            font-size: 12px;
            color: #70b2df;
            font-style: italic; }
    header#auxmenu > section div#acadyear_sel > div > a:before {
      background-image: url(../images/acadyr_l.png); }
    header#auxmenu > section div#acadyear_sel > div > a:hover:before {
      background-color: #fdd622;
      background-image: url(../images/acadyr_d.png); }
    header#auxmenu > section > div {
      float: right; }
    header#auxmenu > section > div#overflow_menu {
      position: relative; }
      header#auxmenu > section > div#overflow_menu:hover {
        background-color: #1b4a6a; }
      header#auxmenu > section > div#overflow_menu:hover > div {
        display: block; }
      header#auxmenu > section > div#overflow_menu span {
        cursor: pointer;
        display: block;
        background-image: url(../images/overflow_menu_ico.png);
        height: 21px;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 37px;
        padding: 19px; }
      header#auxmenu > section > div#overflow_menu > div {
        background-color: #1b4a6a;
        position: absolute;
        min-width: 250px;
        right: 0px;
        display: none; }
        header#auxmenu > section > div#overflow_menu > div:hover {
          display: block; }
    header#auxmenu > section > div#profile_menu {
      position: relative;
      cursor: pointer;
      margin-right: 20px; }
      header#auxmenu > section > div#profile_menu:hover {
        background-color: #1b4a6a; }
        header#auxmenu > section > div#profile_menu:hover > div {
          display: block; }
      header#auxmenu > section > div#profile_menu > p {
        min-width: 160px;
        padding: 8px 15px 8px 15px; }
        header#auxmenu > section > div#profile_menu > p > span:nth-of-type(1) {
          height: 45px;
          width: 45px;
          border-radius: 23px;
          background-image: url(../images/profile_pic_ico.png);
          background-position: 50%;
          background-repeat: no-repeat;
          background-size: cover;
          background-color: #ffffff;
          display: block;
          float: left;
          margin-right: 10px; }
        header#auxmenu > section > div#profile_menu > p > span {
          white-space: nowrap;
          width: calc(100% - 61px);
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block; }
      header#auxmenu > section > div#profile_menu > div {
        display: none;
        position: absolute;
        min-width: 188px;
        right: 0px;
        background-color: #ffffff;
        color: #91989b;
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #91989b; }
        header#auxmenu > section > div#profile_menu > div > a {
          display: block;
          padding: 5px 5px 5px 35px;
          position: relative;
          text-decoration: none;
          color: inherit; }
          header#auxmenu > section > div#profile_menu > div > a:last-of-type {
            border-top: 1px solid #ebebeb; }
    header#auxmenu > section > div#settings_menu {
      position: relative;
      cursor: pointer; }
      header#auxmenu > section > div#settings_menu:hover {
        background-color: #1b4a6a; }
        header#auxmenu > section > div#settings_menu:hover > div {
          display: block; }
      header#auxmenu > section > div#settings_menu span {
        cursor: pointer;
        display: block;
        height: 21px;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 37px;
        padding: 19px 0px;
        background-image: url(../images/settings.png); }
      header#auxmenu > section > div#settings_menu > div {
        background-color: #1b4a6a;
        position: absolute;
        min-width: 250px;
        display: none; }
        header#auxmenu > section > div#settings_menu > div:hover {
          display: block; }
    header#auxmenu > section > div#notification_menu {
      position: relative;
      cursor: pointer; }
      header#auxmenu > section > div#notification_menu:hover {
        background-color: #1b4a6a; }
        header#auxmenu > section > div#notification_menu:hover > div {
          display: block; }
      header#auxmenu > section > div#notification_menu > span {
        cursor: pointer;
        display: block;
        height: 21px;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 37px;
        padding: 19px 0px;
        background-image: url(../images/notifications.png); }
      header#auxmenu > section > div#notification_menu > div {
        background-color: #1b4a6a;
        position: absolute;
        min-width: 250px;
        display: none; }
        header#auxmenu > section > div#notification_menu > div:hover {
          display: block; }
        header#auxmenu > section > div#notification_menu > div > a {
          display: block;
          text-decoration: none;
          color: inherit;
          padding: 10px;
          border-bottom: 1px solid #777a93; }
          header#auxmenu > section > div#notification_menu > div > a > span {
            display: block;
            position: relative; }
          header#auxmenu > section > div#notification_menu > div > a > span:first-of-type {
            font-family: LR; }
          header#auxmenu > section > div#notification_menu > div > a > span:nth-of-type(2) {
            color: #70b2df; }
          header#auxmenu > section > div#notification_menu > div > a > span:last-of-type {
            padding-top: 5px;
            font-size: 12px;
            color: #6290b1;
            font-style: italic;
            padding-left: 15px; }
            header#auxmenu > section > div#notification_menu > div > a > span:last-of-type:before {
              content: url(../images/watch.png);
              position: absolute;
              left: -4px;
              top: 3px; }
        header#auxmenu > section > div#notification_menu > div > a:last-of-type {
          text-align: center; }
    header#auxmenu > section > div#tasks_menu {
      position: relative;
      cursor: pointer; }
      header#auxmenu > section > div#tasks_menu:hover {
        background-color: #1b4a6a; }
        header#auxmenu > section > div#tasks_menu:hover > div {
          display: block; }
      header#auxmenu > section > div#tasks_menu span {
        cursor: pointer;
        display: block;
        height: 21px;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 37px;
        padding: 19px 0px;
        background-image: url(../images/tasks.png); }
      header#auxmenu > section > div#tasks_menu > div {
        background-color: #1b4a6a;
        position: absolute;
        min-width: 250px;
        display: none; }
        header#auxmenu > section > div#tasks_menu > div:hover {
          display: block; }

nav {
  margin-top: 60px;
  width: 250px;
  float: left;
  height: calc(100vh - 110px);
  color: #e5f4ff;
  background-color: #0e3652;
  position: fixed;
  vertical-align: top;
  overflow-y: auto; }
  nav > div {
    background-color: #0e3652;
    position: relative;
    overflow: hidden; }
    nav > div:first-of-type {
      padding: 10px 5px;
      text-align: center; }
      nav > div:first-of-type > i.fa-search {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%); }
      nav > div:first-of-type > input {
        width: 100%;
        height: 30px;
        padding: 5px 10px;
        padding-left: 35px;
        box-sizing: border-box;
        color: #fafafa;
        background-color: #1b4a6a;
        border: 1px solid #1b4a6a;
        border-radius: 15px;
        outline: none; }
    nav > div span {
      display: block;
      cursor: pointer;
      border-width: 1px 0;
      border-top-color: #1b4a6a;
      border-bottom-color: #0e3652;
      border-style: solid;
      text-transform: capitalize;
      transition: background-color 0.2s;
      position: relative; }
      nav > div span:hover {
        background-color: #061e2e; }
    nav > div div {
      display: none; }
  nav .hassubmenu::before, nav .expsubmenu::before {
    color: #e5f4ff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  nav .hassubmenu::before {
    content: "+"; }
  nav .expsubmenu::before {
    content: "-"; }
  nav a {
    color: inherit;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
    padding: 10px 5px 10px 10px; }
    nav a:not([href="#"]):hover::after {
      content: "\00a0 \00a0 \00a0 \00a0 \2192"; }
    nav a:focus {
      outline: 1px dotted #fdd622;
      background-color: #061e2e; }
  nav > div > div {
    background-color: #1b4a6a; }
    nav > div > div > span > a {
      padding-left: 25px; }
    nav > div > div > div > span > a {
      padding-left: 40px; }
    nav > div > div > div > div > span > a {
      padding-left: 55px; }
    nav > div > div > div > div > div > span > a {
      padding-left: 70px; }

footer {
  height: 50px;
  width: 100%;
  bottom: 0px;
  position: fixed;
  background-color: #061e2e;
  color: #ffffff; }
  footer > span {
    padding: 15px 20px 0px 20px; }
  footer > span:first-child {
    float: left; }
  footer > span:last-child {
    float: right; }
    footer > span:last-child span:first-child {
      color: #43b1e5; }
    footer > span:last-child span:last-child {
      color: #bababa; }

input[type=submit], input[type=reset], input[type=button], button, a.button {
  background-color: #0e3652;
  color: #ffffff;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  outline: none;
  height: 35px;
  min-width: 75px; }
  input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=button]:hover, input[type=button]:focus, button:hover, a.button:hover, button:focus, a.button:focus {
    background-color: #51b5f3; }

a.button {
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  text-align: center; }

::-webkit-input-placeholder {
  color: #6290b1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #6290b1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6290b1; }

:-ms-input-placeholder {
  color: #6290b1; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

#wrapper {
  float: left;
  display: table-cell;
  padding: 70px 20px 60px 20px;
  width: calc(100% - 290px);
  position: relative;
  margin-left: 250px; }
  #wrapper > h1:nth-of-type(1) {
    font-family: LL;
    font-size: 26px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #0e3652;
    padding-left: 13px;
    margin: 15px 0px;
    min-height: 28px;
    line-height: 27px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px; }
    #wrapper > h1:nth-of-type(1) + button, #wrapper > h1:nth-of-type(1) + a.button {
      float: right;
      margin: 15px 0; }
    #wrapper > h1:nth-of-type(1) > span {
      display: inline-block; }
      #wrapper > h1:nth-of-type(1) > span:nth-last-of-type(n + 2) {
        margin-right: 5px; }
      #wrapper > h1:nth-of-type(1) > span::first-letter {
        font-size: 36px; }
  #wrapper > .btns-container {
    margin: 20px 0px 10px; }

#back-to-top {
  text-decoration: none;
  color: #1b4a6a;
  visibility: hidden; }

.paginate {
  display: block;
  float: right;
  margin-top: 20px; }
  .paginate > span {
    float: left;
    margin: 2px 5px 0px; }
  .paginate > a {
    display: inline-block;
    padding: 2px 5px;
    overflow: hidden;
    border-radius: 14px;
    float: left; }
    .paginate > a:hover {
      background-color: #ebebeb; }
    .paginate > a > img {
      position: relative;
      top: 2px; }

.profile_ico:before {
  content: url(../images/profile_ico.png);
  position: absolute;
  top: 4px;
  left: 5px; }

.accounts_ico:before {
  content: url(../images/account_ico.png);
  position: absolute;
  top: 4px;
  left: 5px; }

.help_ico:before {
  content: url(../images/help_ico.png);
  position: absolute;
  top: 4px;
  left: 5px; }

.logout_ico:before {
  content: url(../images/logout_ico.png);
  position: absolute;
  top: 4px;
  left: 5px; }

.dark {
  background-color: #1b4a6a;
  color: #ffffff;
  overflow: auto; }

[class^=by] {
  overflow: auto;
  width: 100%; }
  [class^=by] a {
    text-decoration: none;
    color: #103551; }
  [class^=by] > article {
    position: relative;
    display: block;
    overflow: auto;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #d0d0d0;
    box-shadow: 6px 0px 0px 0px #ebebeb inset;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s; }
    [class^=by] > article:hover {
      background-color: #ebebeb;
      box-shadow: 6px 0px 0px 0px #1b4a6a inset;
      border-left-color: #1b4a6a; }
    [class^=by] > article.locked {
      background-color: #ebebeb; }
      [class^=by] > article.locked > span:first-of-type .fa-lock {
        color: #91989b;
        vertical-align: sub;
        margin-right: 10px;
        font-size: 2em; }
    [class^=by] > article > aside {
      position: absolute; }
    [class^=by] > article > span {
      display: block;
      float: left;
      padding: 5px 20px;
      text-align: left; }
      [class^=by] > article > span img.thumbs {
        width: 100%;
        margin: 10px 0px;
        box-sizing: border-box;
        border: 1px solid #91989b;
        border-radius: 5px;
        max-width: 150px; }
  [class^=by] > article:nth-of-type(1) {
    border: 0px solid #777a93;
    box-shadow: 0px 0px 0px 0px #ebebeb inset;
    padding: 5px 0; }
    [class^=by] > article:nth-of-type(1):hover {
      background-color: #1b4a6a; }
  [class^=by] > article:nth-of-type(n + 2) {
    padding: 10px 0; }

.action-item {
  margin-right: 0.625rem;
  font-size: 1.25rem;
  cursor: pointer;
  text-decoration: none;
  color: #103551; }

.by2 > article > span {
  width: calc((100%/2) - 40px); }

.by3 > article > span {
  width: calc((100%/3) - 40px); }

.by4 > article > span {
  width: calc((100%/4) - 40px); }

.by5 > article > span {
  width: calc((100%/5) - 40px); }

.by6 > article > span {
  width: calc((100%/6) - 40px); }

.by7 > article > span {
  width: calc((100%/7) - 40px); }

.by8 > article > span {
  width: calc((100%/8) - 40px); }

.err {
  font-style: italic;
  color: #F44336;
  display: block; }

.error {
  display: block;
  font-size: 12px;
  color: #F44336;
  cursor: pointer; }

.error-bg {
  background-color: rgba(244, 67, 54, 0.2) !important; }

.error-border:not(.form-control) {
  border: 2px solid #F44336 !important;
  outline: none; }

.errs {
  display: block;
  border-width: 1px 1px 1px 5px;
  border-color: #F44336;
  border-style: solid;
  padding: 10px 10px 10px 35px;
  background-color: #ffffff;
  font-style: italic;
  color: #F44336;
  background-image: url(../images/error.png);
  background-repeat: no-repeat;
  background-position: 5px 50%; }

.warns {
  display: block;
  border-width: 1px 1px 1px 5px;
  border-color: #EC9C00;
  border-style: solid;
  padding: 10px 10px 10px 35px;
  background-color: #ffffff;
  font-style: italic;
  color: #EC9C00;
  background-image: url(../images/warning.png);
  background-repeat: no-repeat;
  background-position: 5px 50%; }

.succs {
  border-width: 1px 1px 1px 5px;
  border-color: #1b4a6a;
  border-style: solid;
  padding: 10px 10px 10px 35px;
  background-color: #EDFFF9;
  font-style: italic;
  color: #0e3652;
  background-image: url(../images/success.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  display: block; }

.no-records {
  margin: 20px 0px;
  text-align: center; }

.hid {
  display: none; }

.sho {
  display: block; }

.editbox {
  width: 50%;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 2px #000000;
  overflow: hidden; }
  .editbox > div:nth-child(1) {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #999999; }
    .editbox > div:nth-child(1) span:nth-child(1) {
      float: left;
      font-size: 16px; }
    .editbox > div:nth-child(1) span:nth-child(2) {
      float: right;
      font-size: 16px;
      cursor: pointer; }
  .editbox > div:nth-child(2) {
    overflow: hidden;
    padding: 15px; }
  .editbox > div:nth-child(3) {
    width: calc(100% - 10px);
    overflow: hidden;
    background-color: #999999;
    padding: 5px; }
  .editbox input, .editbox .editbox select {
    position: relative !important;
    margin: 0px 0px 0px 20px !important;
    left: 0px !important; }
  .editbox button, .editbox a.button {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px; }

.clearfix:after {
  content: ' ';
  display: table;
  clear: both; }

.pulsate {
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-error {
  color: #F44336 !important; }

.text-warning {
  color: #EC9C00 !important; }

.text-success {
  color: #1CAF7E !important; }

.text-upper {
  text-transform: uppercase !important; }

.text-lower {
  text-transform: lowercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-bold {
  font-weight: bold; }

.hint-text {
  display: inline;
  font-size: 11px;
  font-style: italic; }

.strikethrough {
  text-decoration: line-through;
  color: red;
  font-style: italic;
  opacity: 0.7; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

::-moz-focus-inner {
  border: 0; }

hr {
  border: none;
  border-bottom: 1px solid #0e3652; }

body.loading::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1) url("../images/loading-icon.gif") center no-repeat;
  z-index: 2; }

/*# sourceMappingURL=default.css.map */
