/*------------------------------------------------------------------------------------------------
//
//   Rubicon Forge Core Library
//   Version 1.0
//   Copyright (C) 2020 Rubicon SGI and Network Technologies
//   License: Private (Not for distribution)
//   All classes, functions, and related code are Copyright (C) 2019 Rubicon SGI
//
//------------------------------------------------------------------------------------------------*/


@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,800,900,300italic,400italic");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,100,200,400,300,500,600,700,800,900");
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 200;
  src: local("ProximaNova-Light"), url("../fonts/proximanova/ProximaNova-Light.woff") format("woff"); }
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 300;
  src: local("ProximaNova-Regular"), url("../fonts/proximanova/ProximaNova-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 500;
  src: local("ProximaNova-Semibold"), url("../fonts/proximanova/ProximaNova-Semibold.woff") format("woff"); }
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  src: local("ProximaNova-Bold"), url("../fonts/proximanova/ProximaNova-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 700;
  src: local("ProximaNova-Extrabld"), url("../fonts/proximanova/ProximaNova-Extrabld.woff") format("woff"); }
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 800;
  src: local("ProximaNova-Black"), url("../fonts/proximanova/ProximaNova-Black.woff") format("woff"); }


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 732px; } }
  @media (min-width: 992px) {
    .container {
      width: 952px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1400px) {
    .container {
      width: 1370px; } 
}

body {
  -webkit-font-smoothing: antialiased; }

a, a:hover {
  color: #4C66A4;
  text-decoration: none; }

p.text-left {
  line-height: 9px; }

.menu {
  text-transform: uppercase; }

.logo-block {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

.label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 4px; }

.label-yellow {
  background-color: #FDE073; }

.label-blue {
  background-color: #4E679D; }

.label-green {
  background-color: #6AA45A; }

.label-red {
  background-color: #CB2027; }

.label-primary {
  background-color: #4C66A4; }

.label-success {
  background-color: #6AA45A; }

.label-danger {
  background-color: #896aa8; }

.label-warning {
  background-color: #7B8389; }

.label-info {
  background-color: #66BDDA; }

.label-import {
  background-color: #737373; 
  font-size: 12px;
  vertical-align: mid;}

.label-import-complete {
  background-color: #74B378; 
  font-size: 12px;}

.completed {
  color: #74B378; }

.navbar-inverse {
  background: #222222; }

.navbar-inverse .navbar-brand {
  color: #FFFFFF; }

.navbar-inverse .navbar-nav > li > a {
  font-family: "Open Sans", Helvetica;
  font-size: 10px;
  letter-spacing: 1px;
  color: #AAAAAA;
  font-weight: 600; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #FFFFFF; }

.navbar-brand > img {
  margin-right: 25px; }

.navbar-login {
  width: 305px;
  padding: 10px;
  padding-bottom: 0px; }

.navbar-login-session {
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 0px; }

.navbar-footer {
  background-color: #DDD; }

.navbar-footer-content {
  padding: 15px 15px 15px 15px; }

.dropdown-menu {
  padding: 0px;
  overflow: hidden; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #383E2B;
  color: #ffffff; }

.navbar-inverse .dropdown-menu {
  background-color: #FFFFFF; }

.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > .active > a, .navbar-inverse .dropdown-menu > .active > a:hover {
  background-color: #e3e7ff; }

.navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:focus {
  background-color: transparent;
  font-size: 11px;
  font-weight: 600; }

.navbar-inverse .dropdown-menu > li > a, .navbar-inverse .dropdown-menu > li > a:focus {
  color: #393a45; }

.icon-size {
  font-size: 87px; }

.jumbotron {
  background-position-y: top;
  background-attachment: fixed;
  margin-top: 64px;
  padding-top: 6em;
  padding-bottom: 8em;
  text-align: left;
  box-shadow: inset 0px -3px 2px 0px rgba(0, 0, 0, 0.72); }

.jumbotron h1 {
  font-size: 32px;
  font-weight: 300;
  color: #FFFFFF; }

.jumbotron p {
  color: #BBBBBB;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px; }

.hero-spacer {
  margin-top: 8em; }

.btn-warning {
  background-color: #F19D38; }

.btn-warning:hover {
  background-color: #E28241; }

.btn-primary {
  background-color: #43699E; }

.btn-primary:hover {
  background-color: #3B5279; }
  
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #E68E16;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #E68E16;
  border-color: rgba(0, 0, 0, 0);}
  
.alert-info {
  background-color: #A1C0D9; }

.panel-primary > .panel-heading {
  background-color: #4C66A4; }

.panel-grey > .panel-heading {
  background-color: #7B8389;
  color: #666666; }

.panel-accent > .panel-heading, .panel-accent > .panel-body {
  background-color: #4C66A4;
  color: #FFFFFF; }

.panel-accent > .panel-heading:hover, .panel-accent > .panel-body:hover {
  background-color: #6981ba; }

.panel-green > .panel-heading, .panel-green > .panel-body {
  background-color: #6AA45A;
  color: #FFFFFF; }

.panel-green > .panel-heading:hover, .panel-green > .panel-body:hover {
  background-color: #88b67b; }

.panel-orange > .panel-heading, .panel-orange > .panel-body {
  background-color: #DD4B39;
  color: #FFFFFF; }

.panel-orange > .panel-heading:hover, .panel-orange > .panel-body:hover {
  background-color: #e47365; }

.panel-red > .panel-heading, .panel-red > .panel-body {
  background-color: #CB2027;
  color: #FFFFFF; }

.panel-red > .panel-heading:hover, .panel-red > .panel-body:hover {
  background-color: #e03e44; }

.panel-purple > .panel-heading, .panel-purple > .panel-body {
  background-color: #896aa8;
  color: #FFFFFF; }

.panel-purple > .panel-heading:hover, .panel-purple > .panel-body:hover {
  background-color: #a38abb; }

.panel-brightblue > .panel-heading, .panel-brightblue > .panel-body {
  background-color: #66BDDA;
  color: #FFFFFF; }

.panel-brightblue > .panel-heading:hover, .panel-brightblue > .panel-body:hover {
  background-color: #8fcfe4; }

.panel-newsfeed {
  color: #777777;
  padding: 25px;
  background: #E7E7E7; }

.panel-tile {
  min-height: 6em;
  padding-top: 3em;
  text-align: center; }

.panel-label {
  font-size: 24px;
  color: #FFFFFF; }

p > .panel-label, p > .panel-label > a, p > .panel-label > a:hover {
  text-decoration: none; }

.btn {
  font-weight: 600;
  box-shadow: none; }

.btn-primary {
  background: #4485CB; }

.btn-primary:hover {
  background: #43699E; }

.btn-danger {
  background: #D20D00; }

.btn-danger:hover {
  background: #F00F00; }

.btn-hollow {
  background: transparent; }

.accentblue {
  border: 1px solid #4C66A4;
  color: #4C66A4; }

.accentblue:hover {
  background-color: #4C66A4;
  color: #fff; }

.text-date {
  background-color: #66BDDA;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  margin-right: 14px; }

.newspost {
  font-size: 16px;
  line-height: 24px; }



.blankCountCard {
  position: relative;
  background-color: #EBEFF1;
  height: 80px;
  
  border-radius: 3px; }

.postCountCard {
  position: relative;
  background-color: #7B8389;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.postCountCardInverse {
  position: relative;
  border: 1px solid #7B8389;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.catCountCard {
  position: relative;
  background-color: #4C66A4;
  height: 80px;
  padding: 22px 10px;
  border-radius: 3px; }

.catCountCardInverse {
  position: relative;
  border: 1px solid #608FDB;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.pageCountCard {
  position: relative;
  background-color: #896aa8;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.pageCountCardInverse {
  position: relative;
  border: 1px solid #896aa8;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.fileCountCard {
  position: relative;
  background-color: #6AA45A;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.fileCountCardInverse {
  position: relative;
  border: 1px solid #6AA45A;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.blankCount {
  float: left;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.8px; }

.postCount {
  float: left;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.8px; }

.postCountInverse {
  float: left;
  color: #7B8389;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.8px; }

.catCount {
  float: left;
  color: #fff;
  font-family: "Open Sans";
  font-size: 13px;
  /*line-height: 48px;*/
  font-weight: 400;
  letter-spacing: 1.8px; }

.catCountNum {
  float: right;
  color: #fff;
  font-family: "Raleway";
  font-size: 28px;
  margin-top: -5px;
  line-height: 48px;
  font-weight: 200; }

.catCountInverse {
  float: left;
  color: #6E768E;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.8px; }

.pageCount {
  float: left;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.8px; }

.pageCountInverse {
  float: left;
  color: #896aa8;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.8px; }

.fileCount {
  float: left;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.8px; }

.fileCountInverse {
  float: left;
  color: #6AA45A;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.8px; }

.blankCountNum {
  float: right;
  color: #fff;
  font-family: "Raleway";
  font-size: 36px;
  line-height: 48px;
  font-weight: 200; }

.postCountNum {
  float: right;
  color: #fff;
  font-family: "Raleway";
  font-size: 28px;
  line-height: 48px;
  font-weight: 200; }

.postCountNumInverse {
  float: right;
  color: #7B8389;
  font-family: "Raleway";
  font-size: 28px;
  line-height: 38px;
  font-weight: 200;
  padding-right: 3px; }

.catCountNumInverse {
  float: right;
  color: #608FDB;
  font-family: "Raleway";
  font-size: 28px;
  line-height: 48px;
  font-weight: 200; }

.pageCountNum {
  float: right;
  color: #fff;
  font-family: "Raleway";
  font-size: 28px;
  line-height: 48px;
  font-weight: 200; }

.pageCountNumInverse {
  float: right;
  color: #896aa8;
  font-family: "Raleway";
  font-size: 28px;
  line-height: 48px;
  font-weight: 200; }

.fileCountNum {
  float: right;
  color: #fff;
  font-family: "Raleway";
  font-size: 28px;
  line-height: 48px;
  font-weight: 200; }

.fileCountNumInverse {
  float: right;
  color: #6AA45A;
  font-family: "Raleway";
  font-size: 28px;
  line-height: 48px;
  font-weight: 200; }

.minsCountCard {
  position: relative;
  background-color: #DD4B39;
  height: 80px;
  padding: 22px 10px;
  border-radius: 3px; }

.minsCountCardInverse {
  position: relative;
  border: 1px solid #7B8389;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.minsCount {
  float: left;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  /*line-height: 48px;*/
  font-weight: 400;
  letter-spacing: 1.8px; }

.minsCountNum {
  float: right;
  color: #fff;
  font-family: "Raleway";
  font-size: 28px;
  margin-top: -5px;
  line-height: 48px;
  font-weight: 200; }

.prCountCard {
  position: relative;
  background-color: #66BDDA;
  height: 80px;
  padding: 22px 10px;
  border-radius: 3px; }

.prCountCardInverse {
  position: relative;
  border: 1px solid #7B8389;
  height: 80px;
  padding: 15px 10px;
  border-radius: 3px; }

.prCount {
  float: left;
  color: #fff;
  font-family: "Open Sans";
  font-size: 13px;
  /*line-height: 48px;*/
  font-weight: 400;
  letter-spacing: 1.8px; }

.prCountNum {
  float: right;
  color: #fff;
  font-family: "Raleway";
  font-size: 28px;
  margin-top: -5px;
  line-height: 48px;
  font-weight: 200; }

.empCountCard {
  position: relative;
  background-color: #846BA4;
  height: 80px;
  padding: 22px 10px;
  border-radius: 3px; }

.empCountCardInverse {
  position: relative;
  border: 1px solid #7B8389;
  height: 80px;
  
  border-radius: 3px; }

.empCount {
  float: left;
  color: #fff;
  font-family: "Open Sans";
  font-size: 13px;
  /*line-height: 48px;*/
  font-weight: 400;
  letter-spacing: 1.8px; }

.empCountNum {
  float: right;
  color: #fff;
  font-family: "Raleway";
  font-size: 28px;
  margin-top: -5px;
  line-height: 48px;
  font-weight: 200; }

.brightblue {
  color: #66BDDA; }

.primarygreen {
  color: #6AA45A; }

p.brightblue {
  color: #66BDDA; }

.controls {
  color: #666666; }

.controls:hover {
  color: #222; }
  
.marquee-parent {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 25px;
}
.marquee-child {
  display: block;
  width: 875px;
  /* width of your text div */
  height: 25px;
  /* height of your text div */
  position: absolute;
  animation: marquee 30s linear infinite; /* change 5s value to your desired speed */
}
.marquee-child:hover {
  animation-play-state: paused;
  cursor: pointer;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -875px /* same as your text width */
  }
}

.dev_alert {
    background-color: #6A6A6A;
    color: #fff;
    padding: 5px 10px 0px 10px;
    margin-bottom: 5px;
}