@font-face {
  font-family: 'cuprumbold';
  src: url("../fonts/cuprum-bold-webfont.woff2") format("woff2"), url("../fonts/cuprum-bold-webfont.woff") format("woff");
  font-style: normal; }
@font-face {
  font-family: 'cuprumbold_italic';
  src: url("../fonts/cuprum-bolditalic-webfont.woff2") format("woff2"), url("../fonts/cuprum-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'cuprumitalic';
  src: url("../fonts/cuprum-italic-webfont.woff2") format("woff2"), url("../fonts/cuprum-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'cuprumregular';
  src: url("../fonts/cuprum-regular-webfont.woff2") format("woff2"), url("../fonts/cuprum-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fira_sansbold';
  src: url("../fonts/firasans-bold-webfont.woff2") format("woff2"), url("../fonts/firasans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fira_sansmedium';
  src: url("../fonts/firasans-medium-webfont.woff2") format("woff2"), url("../fonts/firasans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fira_sansregular';
  src: url("../fonts/firasans-regular-webfont.woff2") format("woff2"), url("../fonts/firasans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fira_sanssemibold';
  src: url("../fonts/firasans-semibold-webfont.woff2") format("woff2"), url("../fonts/firasans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: "fira_sansregular", Arial;
  background-color: #f7f7f7;
  font-variant-ligatures: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "cuprumregular", Arial; }

/* ---------- Login Page ---------- */
.login-bg {
  background: url(../../Images/login-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.login-box-main {
  width: 1000px;
  height: 470px;
  /*background-color: rgba($color-white,1);*/
  position: absolute;
  left: calc(100% /2);
  top: calc(100% /2);
  margin: -235px 0 0 -500px; }

.login-box-subhead h2 {
  color: #4c4c4c; }

.account-wall {
  height: auto;
  padding: 40px 0px 38px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }

.login-footer {
  font-size: 14px;
  color: #ffffff; }
  .login-footer a {
    color: #ffffff; }
    .login-footer a:hover {
      text-decoration: underline;
      color: #ffffff; }

.Label_Field {
  font-size: 14px !important; }

.navbar-nav .nav-link {
  font-size: 13px !important; }

.nav-dropdown-items .nav-link {
  font-size: 12px; }

.open .nav-dropdown-toggle {
  background-color: #20A8D8 !important; }

.sidebar .nav-link {
  padding: 0.65rem 1rem 0.55rem;
  font-size: 12px; }

.form-signin {
  padding: 5px 0;
  margin: 0 auto; }
  .form-signin label {
    font-size: 13px;
    color: #848484;
    font-weight: normal; }
  .form-signin.form-signin-heading, .form-signin.checkbox {
    margin-bottom: 10px; }
  .form-signin.checkbox {
    font-weight: normal; }
    .form-signin.checkbox label {
      padding-top: 0;
      padding-left: 5px; }
  .form-signin .form-control {
    position: relative;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form-signin:focus {
    z-index: 2; }
  .form-signin input[type="text"], .form-signin select {
    font-family: "fira_sansregular", Arial;
    padding: 8px 5px 4px 13px;
    color: #848484;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .form-signin input[type="password"] {
    font-family: "fira_sansregular", Arial;
    padding: 8px 5px 4px 13px;
    margin-bottom: 10px;
    color: #848484;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .form-signin input[type="checkbox"] {
    margin-top: 2px;
    width: 15px;
    height: 15px; }

.form-input {
  display: block;
  position: relative;
  /*margin-bottom: 1rem;*/ }
  .form-input input {
    width: 100%;
    outline-style: none;
    box-shadow: none;
    padding: 1.5rem 0 0 10px; }
    .form-input input ~ .label {
      color: #848484;
      margin: 0;
      padding: 0 5px;
      pointer-events: none;
      position: absolute;
      top: 15px;
      font-size: 14px;
      font-weight: normal;
      left: 8px;
      transition: top .2s,font .2s;
      z-index: 1; }
    .form-input input:focus ~ .label {
      color: #3c8dbc; }
    .form-input input:focus ~ .label, .form-input input:valid ~ .label {
      font-size: 11px;
      top: -8px;
      position: absolute;
      z-index: 1000;
      background-color: #ffffff; }

.slider-login {
  max-width: 940px; }

.slide_viewer {
  height: 315px;
  overflow: hidden;
  position: relative; }

.slide_group {
  height: 100%;
  position: relative;
  width: 100%; }

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%; }
  .slide p {
    font-family: "fira_sansregular", Arial;
    font-size: 14px; }
  .slide img {
    width: auto;
    height: auto;
    margin: 5px 0; }
  .slide h2 {
    color: #4c4c4c; }
  .slide span {
    font-size: 140px !important; }
  .slide:first-child {
    display: block; }

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0; }

a.slide_btn {
  color: #474544;
  font-size: 48px;
  line-height: 30px;
  margin: 0 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.slide_btn.active, .slide_btn:hover {
  color: #1668E2 !important;
  cursor: pointer; }

#btnLogin {
  font-family: "FontAwesome", "fira_sansregular", "cuprumregular";
  font-size: 18px; }

/* ---------- Login Page ---------- */
.sidebar .nav-link {
  padding: 0.65rem 1rem 0.55rem;
  font-size: 13px; }

.dashboard-icon i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px; }

.tblstructure tbody tr th {
  background-color: #868686;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
  padding: 5px;
  font-size: 13px;
  color: #ffffff; }
.tblstructure tbody tr td {
  border-left: none;
  border-right: none;
  /*background-color: $color-white;*/
  vertical-align: middle;
  /*line-height: 18px;*/
  font-size: 13px;
  padding: 2px 5px; }
.tblstructure tbody a {
  text-decoration: underline;
  color: #ffffff; }
  .tblstructure tbody a:hover {
    text-decoration: none; }

.breadcrumb {
  width: 100%;
  z-index: 10; }

.fadeIn {
  /*padding-top: 80px;*/
  padding: 0 0 50px 0; }

.entry-table tbody tr td {
  border: none;
  vertical-align: middle;
  padding: 2px 5px; }
  .entry-table tbody tr td label {
    margin-bottom: 0;
    color: #848484; }
  .entry-table tbody tr td .form-control {
    border: #d8d8d8 solid 1px; }
  .entry-table tbody tr td span input[type="checkbox"] {
    width: 15px;
    height: 15px; }

.form-control {
  border: #d8d8d8 solid 1px; }

.app-footer {
  background-color: #ededed;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 50px;
  /*line-height: 50px;*/
  margin-left: 0 !important; }

.btn-icon {
  font-family: "FontAwesome", "fira_sansregular", "cuprumregular"; }

.ajax__tab_body {
  margin-bottom: 20px;
  border: #dcdcdc solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.ajax__tab_default .ajax__tab_inner {
  margin-right: 3px;
  margin-left: 1px; }

.ajax__tab_default .ajax__tab_tab {
  background-color: #efefef;
  border: #dcdcdc solid 1px;
  color: #8c8c8c;
  padding: 8px 10px;
  margin-bottom: -7px;
  margin-left: -1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.ajax__tab_active > .ajax__tab_outer > .ajax__tab_inner > .ajax__tab_tab {
  border-bottom: none !important;
  background-color: #ffffff; }

.ajax__tab_header {
  cursor: pointer; }

.dcr-table tr:first-child {
  text-transform: uppercase;
  font-size: 18px; }

.Calendar_Day a {
  display: block !important; }

.Calendar_Day_Header {
  text-transform: uppercase; }

/* ---------- Responsive Section ---------- */
@media only screen and (min-width: 992px) {
  .brand-minimized .app-header .navbar-brand {
    width: auto; } }
@media only screen and (max-width: 991px) {
  .app-header .navbar-brand {
    width: 155px;
    padding: 0; }

  .login-box-main {
    width: 100%;
    /*height:100%;*/
    position: static;
    top: auto;
    left: auto;
    margin: 50px 0 0 0; } }
@media only screen and (max-width: 767px) {
  .login-box-main {
    width: 100%;
    height: 410px;
    position: static;
    top: auto;
    left: auto;
    margin: 50px 0 0 0; }

  .timeout-section {
    width: 100% !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 50px 0 0 0 !important; } }
/* ---------- Responsive Section ---------- */

/*# sourceMappingURL=custom.css.map */
