﻿@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/UBUNTU-LIGHT_0.TTF') format('truetype');
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/UBUNTU-LIGHTITALIC_0.TTF') format('truetype');
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/UBUNTU-REGULAR_0.TTF') format('truetype');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/UBUNTU-ITALIC_0.TTF') format('truetype');
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}


@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/UBUNTU-MEDIUM_0.TTF') format('truetype');
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/UBUNTU-MEDIUMITALIC_0.TTF') format('truetype');
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}


@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/UBUNTU-BOLD_0.TTF') format('truetype');
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/UBUNTU-BOLDITALIC_0.TTF') format('truetype');
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}


html {
  height: 100vh;
}

body {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
  background-color: #f2f2f2 !important;
}

* {
  font-family: Ubuntu, 'Helvetica Neue', sans-serif !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

.flexrow {
  display: flex;
  flex-direction: row;
}

.flexcolumn {
  display: flex;
  flex-direction: column;
}

.flexSpaceBetween {
  justify-content: space-between;
  align-items: center;
}

.fullHeight {
  height: 100%;
}

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

.nav-bar {
  height: 85px;
  background-color: #ffffff;
}

.nav-barfont {
  color: black !important;
}

.navbar-brand {
  background-image: url('Checked ID logo white.png');
  float: left;
  display: inline-block;
}

#nav .menu_normal li {
  position: static !Important;
}

#nav .menu_normal .sub-menu {
  left: 0 !Important;
  right: 0 !Important;
}

  #nav .menu_normal .sub-menu > li {
    float: left !Important;
  }

#nav .menu_normal .label_holder {
  width: auto !Important;
}

nav ul:first-child {
  display: none;
}

#BigMenu li > a, #BigMenu li > a:visited {
  color: #3636dd;
  font-weight: 700;
  text-decoration: none !important;
}

  #BigMenu li > a:hover {
    color: #419494;
  }

.container {
  max-width: none;
  width: 95% !important;
}

  .container > .container {
    width: 100% !important;
  }

.bodyContainer {
  padding-top: 90px;
}

#CustLogo_img {
  height: 50px;
  width: auto;
  margin-top: 17px;
}

.logo_image {
  margin-top: 6px;
}

.dropbtn {
  background-size: auto 1.4em;
  background-position: 8px 15px;
  padding-left: 35px !important;
  background-repeat: no-repeat;
  margin-top: 20px !important;
}

/* add vertical separator between submenu items */
#nav .menu_normal .sub-menu > li {
  border-left: 1px solid #4f4d49;
}

  #nav .menu_normal .sub-menu > li:first-child {
    border-left: 0;
  }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

    .dropdown-content a:hover {
      background-color: #f1f1f1
    }

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #419494;
  background-color: transparent;
}

.required:after {
  content: "*";
  font-weight: bold;
  color: red;
}

.txtalignleft {
  text-align: left !important;
}

.formmargin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.divSpacer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.marginleftTextbox {
  margin-left: 10px !important;
}

.widthTextBox {
  width: 200px !important;
}

.container.body-content {
  height: calc(100vh - 150px);
}

.table {
  border-radius: 10px;
  overflow: hidden;
}

  .table tbody > tr > th {
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }

    .table tbody > tr > th:last-child {
      border-right: none;
    }

  .table > tbody > tr:first-child {
    border-top: none;
  }

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  border-radius: 10px 0 0 0;
  padding: 5px 20px 5px 15px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

  footer p {
    margin: 0;
  }

.btn-primary, .btn-info {
  border: none !important;
  font-weight: 500;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1) !important;
  border-radius: 10px !important;
  padding: 8px 40px !important;
  width: auto !important;
  height: auto !important;
  background-color: #3636dd !important;
  color: #ffffff !important;
}

.btn-secondary {
  background-color: transparent !important;
  font-weight: 500;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1) !important;
  border-radius: 10px !important;
  padding: 6px 40px !important;
  width: auto !important;
  height: auto !important;
  background-color: #f2f2f2 !important;
  color: #3636dd !important;
  border: 2px solid #3636dd !important;
}

  .btn-primary:hover, .btn-info:hover {
    transition: .5s !important;
    background-color: #000000 !important;
    color: #ffffff !important;
  }

.btn-secondary:hover {
  transition: .5s !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

p .btn-primary {
  margin-left: 35px !important;
}

p .btn-primary, p .btn-secondary {
  margin-bottom: 15px !important;
}

input[type="text"], input[type="text"], input[type="email"], input[type="number"], input[type="datetime"], input[type="password"], [data-toggle="dropdown"], .dropdown-toggle, select {
  border-radius: 10px;
  padding: 5px 5px 5px 10px;
  border: 1px solid #dadada;
  height: 36px !important;
  color: #000000;
  background: #ffffff;
  box-shadow: none !important;
}

[data-toggle="dropdown"], .dropdown-toggle, select {
  padding: 5px 5px 5px 10px !important;
  border: 1px solid #dadada !important;
}

  select {
    border-radius: 10px !important;
  }

.multiselect-container {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
}

#pageSize {
  color: #000000;
}

.table, .pagination > li > a, input[type="text"], .primaryBackground, footer {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}

.pagination > li > a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.ui-datepicker-calendar .ui-state-default.ui-state-active {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.pagination > li > a {
  border: none;
}

.checkedIdResultHeader {
  border: none !important;
}

.checkedIdResult, .checkedIdResultHeader {
  width: 5px;
  height: 100%;
  margin-right: 10px;
}

  .checkedIdResult.REJECTED {
    background-color: #e53a67;
  }

  .checkedIdResult.APPROVED {
    background-color: #3ae6b2;
  }

.afterResult {
  padding-left: 15px !important;
}

#transactionsDiv .chartWrapper {
  width: calc(50% - 80px);
  border-radius: 10px;
}

  #transactionsDiv .chartWrapper.variable {
    min-width: calc(50% - 80px);
  }

#reportsDiv .chartWrapper {
  width: calc(50% - 80px);
  border-radius: 10px;
}

  #reportsDiv .chartWrapper.variable {
    min-width: calc(50% - 80px);
  }

.chartWrapper {
  margin: 0 20px 30px 20px;
  padding: 10px 20px 40px 20px;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  min-width: 400px;
  background-color: #ffffff;
}

  .chartWrapper span b {
    margin-bottom: 30px;
    font-size: 20px;
    margin-right: 10px;
  }

  .chartWrapper.variable {
    width: auto !important;
  }

/*.formmargin.leftside {
  width: 270px !important;
}*/

#documentCapturingChart {
  width: 270px !important;
  min-width: unset;
}

.ui-widget-header, .ui-datepicker-calendar .ui-state-default {
  border: none !important;
  background: none !important;
  border-radius: 5px !important;
}

.ui-datepicker-calendar .ui-state-active {
  border: none !important;
}

[data-handler="selectDay"] {
  border-radius: 5px !important;
}

#ui-datepicker-div {
  border: none;
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
  z-index: 1005 !important;
}

  #ui-datepicker-div * {
    font-family: 'Ubuntu';
  }


[data-handler="selectDay"]:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

[data-handler="selectDay"] > a {
  text-align: center !important;
}

.ui-datepicker-prev, .ui-datepicker-prev-hover, .ui-datepicker-next, .ui-datepicker-next-hover {
  background-size: 75% !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  top: 0;
  background: none;
  width: 28px;
  height: 28px;
  border: none !important;
}

  .ui-datepicker-prev, .ui-datepicker-prev:hover {
    background-image: url(images/caret-left.svg);
  }

  .ui-datepicker-next, .ui-datepicker-next:hover {
    background-image: url(images/caret-right.svg);
  }

.ui-datepicker-prev-hover, .ui-datepicker-next-hover {
  background-color: #f2f2f2 !important;
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
  display: none !important;
}

.hasDatepicker:focus {
  border-radius: 20px 20px 0 0;
  outline: none !important;
  border-bottom: 0;
}

.messageIcon {
  width: auto;
  height: 2em;
}

.table {
  border-radius: 10px;
  background-color: #ffffff;
}

.table td {
  height: 50px;
  vertical-align: middle !important;
}

  .table td a {
    text-decoration: underline;
    color: #3636dd;
  }

  .table > thead {
    background-color: #000000;
  }

  .table th {
    color: #ffffff;
  }

  .table > thead th:first-child {
    border-radius: 10px 0 0 0;
  }

  .table > thead th:last-child {
    border-radius: 0 10px 0 0;
  }

.table > tbody > tr {
  border-top: 2px solid #f2f2f2;
}

.table th a {
  text-decoration: underline;
  color: #ffffff;
}

.form-control {
  color: #000000 !important;
}

.passwordDiv input[type="password"] {
  width: 100%;
}

.dropdown:hover .dropbtn {
  color: #000000 !important;
}

.otpFormSection {
  width: 50%;
  height: 90%;
}

#otpForm {
  justify-content: center;
}

  #otpForm h1 {
    margin-bottom: 50px;
    margin-left: -15px;
  }

  #otpForm form input {
    border: 2px solid #dadada;
    border-radius: 0 10px 10px 0;
    padding: 22px 20px;
    font-size: 16px;
    max-width: none;
    width: calc(80% - 44px);
  }

    #otpForm form input::placeholder {
      font-style: italic;
    }

    #otpForm form input.btn-default:hover, #otpForm form input.btn-default:active {
      background-color: #202070;
      border: none;
    }

    #otpForm form input.btn-default {
      border: none !important;
      background-color: #3636dd;
      box-shadow: 0px 5px 10px 0px rgba(54,54,221,0.5) !important;
      color: #ffffff;
      padding: 11px 40px !important;
      margin-top: 35px;
      border-radius: 10px !important;
      width: 35% !important;
      background-image: url('../Img/check.svg');
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: auto 65%;
      font-weight: 500;
    }

  #otpForm form .btn-secondary {
    margin-top: 35px;
    margin-left: 10px;
    width: 35% !important;
    padding: 11px 40px !important;
  }

  #otpImage {
    width: 100%;
  }

.otpInputimage {
  border-radius: 10px 0 0 10px;
  background-color: #dadada;
  height: 48px;
  width: 44px;
}

  .otpInputimage img {
    height: 70%;
    width: auto;
  }