@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; }
* {
  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;
  top: 0;
  width: 100%;
  z-index: 2; }
  header#auxmenu > aside {
    float: left;
    width: 250px;
    background-color: #ebebeb; }
    header#auxmenu > aside .on-mobile {
      display: none; }
    header#auxmenu > aside img {
      display: block;
      height: 60px; }
  header#auxmenu > section {
    float: left;
    width: calc(100% - 250px);
    color: #ffffff; }
    header#auxmenu > section > div#child_sel, header#auxmenu > section div#acadyear_sel {
      position: relative;
      float: left;
      padding: 21px;
      cursor: pointer; }
      header#auxmenu > section > div#child_sel:hover, header#auxmenu > section div#acadyear_sel:hover {
        background-color: #1b4a6a; }
      header#auxmenu > section > div#child_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#child_sel span, header#auxmenu > section div#acadyear_sel span {
        cursor: pointer;
        display: block; }
      header#auxmenu > section > div#child_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#child_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;
        cursor: initial; }
        header#auxmenu > section > div#child_sel > div:hover, header#auxmenu > section div#acadyear_sel > div:hover {
          display: block; }
        header#auxmenu > section > div#child_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#child_sel > div > a span, header#auxmenu > section div#acadyear_sel > div > a span {
            padding: 0px 0px 0px 30px; }
          header#auxmenu > section > div#child_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#child_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 {
      content: "";
      position: absolute;
      width: 24px;
      text-align: center;
      background-color: transparent;
      height: calc(100% - 10px);
      background-image: url(../images/acadyr_l.png);
      background-position: 50% 5px;
      background-repeat: no-repeat;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
    header#auxmenu > section div#acadyear_sel > div > a:hover:before {
      background-color: #fdd622;
      background-image: url(../images/acadyr_d.png); }
    header#auxmenu > section div#child_sel > div > a {
      height: 50px;
      line-height: 50px;
      padding-left: 70px;
      text-transform: capitalize; }
      header#auxmenu > section div#child_sel > div > a > img {
        position: absolute;
        left: 10px;
        top: 5px;
        width: 50px;
        border-radius: 5px;
        background-color: #ffffff; }
    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; }
      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 {
  position: fixed;
  top: 60px;
  width: 250px;
  height: calc(100vh - 110px);
  color: #e5f4ff;
  background-color: #0e3652;
  vertical-align: top;
  overflow-y: auto; }
  nav > div {
    background-color: #0e3652;
    position: relative;
    overflow: hidden; }
    nav > div:first-of-type {
      padding: 15px 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 0px 1px 0px;
      border-top-color: #1b4a6a;
      border-bottom-color: #0e3652;
      border-style: solid;
      text-transform: capitalize;
      transition: background-color 0.3s; }
      nav > div span:hover {
        background-color: #061e2e; }
    nav > div div {
      display: none; }
  nav .hassubmenu:before {
    content: "+";
    color: #e5f4ff;
    position: absolute;
    right: 10px; }
  nav .expsubmenu:before {
    content: "-";
    color: #e5f4ff;
    position: absolute;
    right: 10px; }
  nav a {
    color: inherit;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
    padding: 8px 10px; }
    nav a:hover:after {
      content: "\00a0 \00a0 \00a0 \00a0 \2192"; }
  nav > div span.hassubmenu, nav > div span.expsubmenu {
    padding: 5px 5px 5px 0px; }
  nav > div > span.hassubmenu, nav > div span.expsubmenu {
    padding-left: 10px; }
  nav > div > div {
    background-color: #1b4a6a; }
    nav > div > div > span.hassubmenu, nav > div > div > span.expsubmenu, nav > div > div > span > a {
      padding-left: 25px; }
    nav > div > div > div {
      background-color: #214e6e; }
      nav > div > div > div > span.hassubmenu, nav > div > div > div > span.expsubmenu, nav > div > div > div > span > a {
        padding-left: 40px; }
      nav > div > div > div > div > span.hassubmenu, nav > div > div > div > div > span.expsubmenu, nav > div > div > div > div > span > a {
        padding-left: 55px; }
      nav > div > div > div > div > div > span.hassubmenu, nav > div > div > div > div > div > span.expsubmenu, 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;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  footer > span {
    padding: 0 20px;
    margin: initial; }
  footer > span:nth-of-type(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    footer > span:nth-of-type(2) a {
      color: white;
      text-decoration: none; }
      footer > span:nth-of-type(2) a:hover {
        text-decoration: underline; }
  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;
  border: 0px solid black;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  outline: 0px solid black;
  height: 35px;
  min-width: 75px;
  text-align: center; }
  input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, a.button:hover {
    background-color: #51b5f3; }

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

::-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; }

@media only screen and (max-width: 768px) {
  header#auxmenu {
    display: flex; }
    header#auxmenu > aside {
      width: auto;
      flex: 16;
      display: flex;
      flex-direction: column;
      height: 60px;
      justify-content: space-evenly; }
      header#auxmenu > aside .on-desk {
        display: none; }
      header#auxmenu > aside .on-mobile {
        display: flex; }
      header#auxmenu > aside > i {
        font-size: 24px; }
      header#auxmenu > aside > a > img {
        width: 100%;
        height: auto; }
    header#auxmenu > section {
      width: auto;
      display: flex;
      flex: 84; }
      header#auxmenu > section > div {
        font-size: 10px; }
        header#auxmenu > section > div#acadyear_sel {
          padding: 5px 10px;
          flex: 3; }
        header#auxmenu > section > div#child_sel {
          padding: 5px 10px;
          flex: 3; }
        header#auxmenu > section > div#profile_menu {
          padding: 5px 10px;
          flex: 3; }
          header#auxmenu > section > div#profile_menu > p {
            min-width: initial;
            padding: 0px; }
            header#auxmenu > section > div#profile_menu > p > span {
              white-space: initial;
              width: auto; }
              header#auxmenu > section > div#profile_menu > p > span:first-of-type {
                height: 0px;
                width: 0px; }

  nav {
    display: none;
    z-index: 1;
    width: 100vw; }

  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px; }
    footer > span {
      flex: 1;
      text-align: center; }
      footer > span:nth-of-type(2) {
        position: static;
        transform: none; } }
body.infopop-open {
  overflow: hidden; }

#wrapper {
  width: calc(100% - 290px);
  position: relative;
  margin: 60px 0 50px 250px;
  padding: 10px 20px; }
  #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-top: 15px; }
    #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: 10px 0px; }

#alerts-container {
  margin: 0px !important; }
  #alerts-container .alert {
    margin-bottom: 10px; }
    #alerts-container .alert:last-of-type {
      margin-bottom: 0px; }

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

.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; }

#filter_form {
  display: none;
  padding: 20px;
  overflow: auto;
  background-color: #ebebeb; }
  #filter_form > div {
    float: left;
    padding: 0px 5px; }
    #filter_form > div span {
      display: block;
      font-size: 11px;
      font-family: LB;
      margin-bottom: 5px; }

.upper {
  text-transform: uppercase; }

.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; }

.expose_btn {
  float: right;
  padding: 15px 15px 17px 15px;
  margin: 10px 10px 0px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-family: LB;
  text-transform: uppercase; }
  .expose_btn:hover {
    background-color: #ebebeb; }

.expose_btn_stay {
  background-color: #ebebeb;
  border-radius: 10px 10px 0px 0px; }

.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 > aside {
      position: absolute; }
  [class^=by] > article:nth-of-type(1) {
    border: 0px solid #777a93;
    box-shadow: 0px 0px 0px 0px #ebebeb inset; }
    [class^=by] > article:nth-of-type(1):hover {
      background-color: #1b4a6a; }
  [class^=by] > article > span {
    display: block;
    float: left;
    padding: 5px 20px;
    text-align: left; }
    [class^=by] > article > span img.thumbs {
      width: calc(100% - 2px);
      border-radius: 5px;
      border: 1px solid #91989b;
      margin: 10px 0px; }
    [class^=by] > article > span i {
      font-size: 10px;
      font-family: OSB; }

.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;
  font-style: italic;
  color: #f44336;
  cursor: pointer; }

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

.error-border {
  border: 1px solid #F44336 !important;
  outline: none; }

.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); }

.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; }

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

#infopop-content {
  width: 50%;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 2px #000000;
  overflow: hidden; }
  #infopop-content > * {
    padding: 15px;
    overflow: hidden; }
  #infopop-content button, #infopop-content a.button {
    margin-left: 5px;
    padding: 5px 10px; }

#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; }

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

.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; }

@-moz-keyframes pulse {
  0% {
    opacity: 1.0; }
  15% {
    opacity: 0.1; }
  30% {
    opacity: 1.0; }
  90% {
    opacity: 0.9; }
  100% {
    opacity: 0.3; } }
@-webkit-keyframes "pulse" {
  0% {
    opacity: 1.0; }
  15% {
    opacity: 0.1; }
  30% {
    opacity: 1.0; }
  90% {
    opacity: 0.9; }
  100% {
    opacity: 0.3; } }
.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; }

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

.loading {
  position: relative; }
  .loading:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5) url("../images/loading-icon.gif") center no-repeat; }

.loading-fixed {
  position: relative; }
  .loading-fixed:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5) url("../images/loading-icon.gif") center no-repeat; }

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

@media only screen and (max-width: 768px) {
  #wrapper {
    width: calc(100% - 40px);
    margin: 60px 0 50px 0px; }

  .usageinfo {
    display: block;
    width: 25px;
    margin: 0; }
    .usageinfo > section {
      width: 40vh; } }

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