body {
  font-family: "Work Sans";
  line-height: initial !important;
  height: 100%;
  min-height: 100vh;
}
.bg-primary {
  background-color: #1f2532 !important;
}
.sidebar {
  width: 6.5rem;
  min-height: 100vh;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between;
  min-width: 120px;
  height: 100vh;
  position: fixed;
  z-index: 99;
}
.navbar-nav .bottom {
  display: flex;
}
.navbar-nav .bottom a {
  text-align: center;
  background-color: #000000;
  padding: 6px;
  color: #2980b9;
  flex-grow: 1;
  font-size: 30px;
}
.logo {
  font-size: 36px !important;
  color: #2980b9;
}
.logo {
  padding: 35px 0;
}
.nav-item {
  margin: 10px 0;
}
.nav-link {
  width: 100%;
  text-align: center;
}
.nav-link i,
.nav-link span {
  font-size: 26px !important;
  color: #fff;
  opacity: 0.5;
}
.nav-link:hover i,
.nav-link:hover span {
  opacity: 1;
}
.nav-item.active {
  background-color: #2980b9;
}
.nav-item.active i,
.nav-item.active span,
.nav-item:hover i,
.nav-item:hover span {
  opacity: 1;
}
header {
  padding: 0 7.2vw;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  /* display: flex; */
  position: relative;
}
header .left {
  flex-grow: 1;
}
header .right {
  text-align: right;
}
header .log-out {
  color: #2980B9;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 8px;
  text-align: center;
  padding-left: 15px;
}

header .log-out:hover {
  text-decoration: none;
}
header .user .name {
  color: #7b848d;
  font-size: 15px;
  letter-spacing: -0.25px;
  line-height: 12px;
  padding: 0 20px 0 10px;
}
header .user .avatar {
  color: #2980b9;
  font-size: 40px;
}
header .user {
  display: flex;
  align-items: center;
  padding-top: 4vh;
  justify-content: flex-end;
}
.header-title h1 {
  color: #7b848d;
  font-size: 17px;
  letter-spacing: -0.24px;
  line-height: 14px;
  padding-top: 4vh;
}
.header-main h1 {
  color: #202e36;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 32px;
  padding: 5vh 0;
}
.wrapper {
  display: flex;
}
.wrap {
  flex-grow: 1;
  min-height: 100vh;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
}
.main {
  /* padding: 0 12.2vw; */
  flex-grow: 1;
}
.am {
  padding-right: 0 !important;
  display: flex !important;
  justify-content: center !important;
}

.main {
  padding-bottom: 15vh;
}

.filter-btns {
  display: flex;
  padding: 5vh 0;
}
.filter-btns .filter-btn,
.dt-button.ui-button {
  color: #2980b9;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.25px;
  line-height: 12px;
  text-align: center;
  padding: 15.5px 22.5px;
  border: 1px solid #2980b9;
  text-decoration: none;
  cursor: pointer;
  background: none;
}
.filter-btns .filter-btn.left-btn,
.dt-button.ui-button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.filter-btns .filter-btn.right-btn,
.dt-button.ui-button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.filter-btns .filter-btn.active {
  color: #fff;
  background-color: #2980b9;
}
.risk-green-bg {
  background-color: rgba(89, 178, 89, 0.16);
}
.risk-yellow-bg {
  background-color: rgba(246, 194, 52, 0.16);
}
.risk-red-bg {
  background-color: rgba(210, 81, 76, 0.16);
}
.risk {
  color: #fff;
  padding: 6px 9px;
  margin: 0 10%;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 8px;
  display: inline-block;
  text-transform: uppercase;
}
.risk.green {
  background-color: #59b259;
}
.risk.yellow {
  background-color: #f6c334;
}
.risk.red {
  background-color: #d2514c;
}
.ui-dialog {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
}
.ui-dialog .ui-dialog-titlebar {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 16px;
  padding: 20px;
}
.ui-dialog .driver-info {
  color: #7b848d;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.21px;
  line-height: 16px;
  text-align: center;
}
.ui-dialog .fa-user {
  font-size: 35px;
  border: 1px solid;
  border-radius: 50%;
  padding: 20px 25px;
  margin-bottom: 20px;
}
.ui-dialog .req {
  color: #d2514c;
}
.flexbox-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-logo {
  font-size: 60px !important;
  color: #2980b9;
}
.loginTitle {
  color: #2980b9;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 40px 0;
}
.flex {
  display: flex;
}
.login-wrap {
  background-color: #7b848d24;
  padding-left: 0 !important;
}
.box {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  width: 100%;
}
.box--auto-width {
  width: auto;
  max-width: 100%;
}
.border-box{
  border-right: 2px solid #eceeef;
}

.login h2 {
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0px auto 30px;
}
.login label {
  color: #7b848d;
  font-size: 15px;
}
.smllink {
  color: #2980b9;
  font-family: "Work Sans";
  font-size: 15px;
  text-decoration: none !important;
  display: block;
}
.smllink-new {
  color: #2980b9;
  font-family: "Work Sans";
  font-size: 15px;
  text-decoration: none !important;
}
.login-right {
  border: 1px solid rgba(31, 37, 50, 0.1);
}
.login .divider {
  border-top: 1px solid rgba(31, 37, 50, 0.15);
  margin: 0 -15px;
}
.code-login {
  color: #202e36;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.15px;
  text-align: center;
}
.code-login-exp {
  color: #7b848d;
  font-size: 15px;
  letter-spacing: -0.25px;
  text-align: center;
}
.p-30 {
  padding: 30px;
}
.btn-primary {
  background-color: #2980b9 !important;
  border-color: #2980b9;
}
.btn-primary:hover {
  border-color: #2980b9;
}
.btn-light {
  background-color: white;
  border-color: #2980b9;
  color: #2980b9;
}
.btn-light:hover {
  background-color: white;
  border-color: #2980b9;
  color: #2980b9;
}
.pl-7 {
  padding-left: 7.2vw !important;
}
.pr-7 {
  padding-right: 7.2vw !important;
}
.driver-top-section {
  padding-top: 65px;
}
.background {
  background-color: #f3f5f9;
}
.section-title {
  color: #202e36;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 16px;
}
.btnVehicle {
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.75;
  color: #1f2532;
  font-size: 15px;
  letter-spacing: -0.25px;
  line-height: 12px;
  border: 1px solid rgba(31, 37, 50, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 15px 30px;
  text-decoration: none !important;
}
.btnVehicle:hover {
  color: #1f2532;
}
.driver-table tr,
.driver-table td,
.driver-table th {
  border: none;
  padding: 22px 15px;
}
.driver-table tbody tr:nth-child(2n + 1) {
  background-color: #fff;
}
.driver-table thead th {
  color: #7b848d;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 8px;
  text-transform: uppercase;
}
.driver-table tbody td {
  color: #7b848d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.25px;
  line-height: 12px;
}

.driver-table tbody td:first-child {
  border-right: 1px solid rgba(31, 37, 50, 0.15);
}
.fa-download {
  padding: 0 5px;
}
.fa-check.read {
  color: #59b259;
  font-size: 20px;
}
.fa-check.not-read {
  font-size: 20px;
}
.help {
  height: 18px;
  width: 18px;
  background-color: rgba(31, 37, 50, 0.5);
  border-radius: 10px;
  font-size: 14px;
  padding-right: 5px;
  color: #fff;
  margin-right: 10px;
}
a.help {
  text-decoration: none !important;
}
a.help:hover {
  color: #fff;
  cursor: pointer !important;
}
.tooltip-inner {
  background-color: #2980b9 !important;
  font-size: 14px;
}
.tooltip > .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #2980b9 !important;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #2980b9 !important;
}
.navbar-nav .collapse {
  position: absolute;
  left: 120px;
  top: 0;
  z-index: 999999999;
}
.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
.navbar-nav .collapse {
  opacity: 0.85;
  border-radius: 0 4px 4px 4px;
  background-color: #2980b9;
  min-width: 260px;
}
.navbar-nav .collapse a {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: -0.25px;
  line-height: 12px;
  padding: 20px 0 20px 30px;
  width: 100%;
}
.navbar-nav .nav-item-collapse {
  position: relative;
}
.navbar-nav .collapse-inner {
  padding: 15px 0;
}
.navbar-nav .collapse-inner a:hover {
  /* opacity: 0.25; */
  background-color: #1f253257;
  color: #ffffff;
  text-decoration: none;
}
.divider {
  border-top: 1px solid grey;
  margin: 0 10px;
  flex-grow: 1;
}
.navbar-nav .carrot-menu {
  position: absolute;
  left: 95px;
  opacity: 0.3;
}
.navbar-nav .nested-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.navbar-nav .nested-menu p {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  color: #7b848d;
  font-family: "Work Sans";
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 8px;
}
#contact-form div.form-group label {
  width: 48%;
}
.form-error {
  color: red !important;
}
#faqModal .p-0 {
  padding: 0;
}
#faqModal .blue {
  background-color: #2980b9;
  color: #fff;
}
th.blue {
  border-right: 1px solid #fff;
}
#faqModal .p-50 {
  padding: 20px 50px;
}
#faqModal .pl-50 {
  padding-left: 50px;
}
#faqModal .p-50 {
  padding: 20px 50px;
}
#faqModal .pl-50 {
  padding-left: 50px;
}
#vehiclesTable tbody tr td:last-child,
#documentsTable tbody tr td:last-child,
#documentsTable tbody tr td:nth-child(6) {
  border-left: none !important;
}
#documentsTable tbody tr td:last-child {
  padding-left: 18px;
}

/* Customize the label (the container) */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d7d6d6;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.red {
  color: red;
}
.pr-4p {
  padding-right: 4px;
}
.no-border {
  border: none !important;
}
.dt-button.ui-button:hover {
  border: 1px solid #2980b9 !important;
  background: none !important;
}
#introducersTable_wrapper #introducersTable_filter {
  padding-left: 0.5vw !important;
  margin-bottom: 0.35em;
  padding-bottom: 25px;
}
.nothing-found {
  height: 50vh;
  font-size: 30px;
  color: #808080a1;
}

table.dataTable thead span.sort-icon {
  display: inline-block;
  padding-left: 5px;
  width: 16px;
  height: 16px;
}
table.dataTable thead .sorting {
  cursor: pointer;
}
table.dataTable thead .sorting span {
  background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_both.png")
    no-repeat center right;
}
table.dataTable thead .sorting_asc span {
  background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png")
    no-repeat center right;
}
table.dataTable thead .sorting_desc span {
  background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png")
    no-repeat center right;
}

table.dataTable thead .sorting .DataTables_sort_wrapper {
  display: inline-block;
}
.faq-img {
  width: 250px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.group-buttons {
  display: flex;
  flex-direction: row;
}

.group-buttons a {
  margin-left: 10px;
  margin-right: 5px;
  width: 31px;
  height: 31px;
}

.group-buttons a:first-child {
  margin-left: 15px;
}

.breadcrumb-icons {
  color: #2980b9 !important;
}

.select-custom {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../icons/arrow_drop_down.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 20px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .btn-light.bs-placeholder {
  padding-left: 30px;
  font-size: 15px;
  border-color: rgba(31, 37, 50, 0.25);
}

.bootstrap-select > .dropdown-toggle {
  padding-left: 30px;
  font-size: 15px;
  border-color: rgba(31, 37, 50, 0.25);
  color: #1f2532;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.dropdown-item {
  padding: 0.45rem 4rem 0.45rem 1.4rem;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #2980b9;
  color: white;
}

.bootstrap-select .bs-ok-default:after {
  border-width: 0 0.16em 0.16em 0 !important;
}

.dropdown-toggle::after {
  color: #2980b9;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  font-size: 15px;
}

.select-group .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.select-group {
  position: relative;
}

.icon-select {
  position: absolute;
  left: 7px;
  top: 9px;
  width: 20px;
  height: 20px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #202e36;
  font-weight: 500;
  letter-spacing: -0.25px;
  border-color: #fff #fff #2980b9;
}

.nav-tabs .nav-link {
  border: 0;
  border-bottom: 4px solid transparent;
}

.tab-list .nav-item a {
  color: #7b848d;
  font-size: 15px;
  font-weight: 400;
}

.tab-list .nav-link {
  padding: 1rem 0rem;
}

.tab-list .nav-item {
  margin: 0 24px;
}

.nav-item:first-child {
  margin: 0 24px 0 0;
}

.more-links {
  cursor: pointer;
}

.more-links.dots {
  color: #202e36;
  font-size: 25px;
}

.link-trail {
  display: flex;
  align-items: center;
  color: #7b848d;
  font-size: 17px;
  line-height: 14px;
}

.popover-body {
  padding: 0.5rem 0.95rem 0.5rem 0.3rem;
}

.popover {
  border: 0;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.popover .arrow::after,
.popover .arrow::before {
  display: none;
}

.boxes {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.boxes .number {
  font-size: 64px;
  font-weight: 400;
  color: #2980b9;
}

.boxes .title {
  font-size: 20px;
  color: #7b848d;
  font-weight: 400;
}

.boxes .divider {
  border-top: 1px solid #d3d6db;
  margin: 10px 0;
}

.boxes .status {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #7b848d;
  margin-bottom: 5px;
}

.boxes .result {
  font-size: 15px;
  font-weight: 500;
  color: #7b848d;
  margin-bottom: 0;
}

.boxes .date {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #d2514c;
  border-radius: 4px;
  padding: 3px 10px;
}

.btn-outline {
  border: 1px solid rgba(31, 37, 50, 0.2);
  border-radius: 4px;
  padding: 9px 32px;
  color: rgba(31, 27, 50, 0.75);
  font-size: 15px;
}

.btn-sm-outline {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-sm-outline:hover {
  background-color: #2980b9;
  color: white;
}

.smaller-icon {
  font-size: 20px !important;
}

.fix-height {
  height: 32px;
}

button:hover,
button:focus,
button:active
 {
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
}


.form-control:focus {
    box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgb(206,212,218);
  outline: 0 none;
}
.was-validated .custom-select:valid {
  background-image: none;
}

.was-validated .custom-select:invalid {
  background-image: none;
}