@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: url("../fonts/FuturaBT-Medium.woff2") format("woff2"), url("../fonts/FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Bold";
  src: url("../fonts/FuturaCyrillic-Bold.woff2") format("woff2"), url("../fonts/FuturaCyrillic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("../fonts/MinionPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Proxima Nova Rg", Arial, sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  color: #5e6679;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #f2f4f8;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Futura Bold", Arial, sans-serif !important;
  color: #222833;
}

.error {
  color: red;
}

.error-input {
  border-color: red !important;
}

.btn {
  padding: 7px 15px;
  text-align: center;
  background-color: #fd815a;
  color: #fff !important;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 400;
  border-color: transparent !important;
  /*    font-family: 'Minion Pro', Arial;*/
}
.btn:focus, .btn:active {
  background-color: #8ab7c4 !important;
}
.btn:hover {
  color: #fff;
  box-shadow: none;
}
.btn.btn-danger {
  background-color: #f3514f !important;
}
.btn.btn-success {
  background-color: #77b48e;
}
.btn.btn-primary {
  background-color: #8ab7c4;
}
.btn.btn-primary:hover {
  background-color: #8ab7c4;
}
.btn.btn-disabled {
  pointer-events: none;
  background-color: #dde1e6 !important;
}
.btn.btn-secondary {
  background-color: #fd815a;
  color: #fff !important;
  border-color: transparent !important;
}
.btn.btn-secondary:hover {
  color: #fff;
  box-shadow: none;
}
.btn.btn-dark {
  background-color: #375263;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0px 3px 3px #ccc;
}
.btn.btn-dark:hover {
  color: #fff;
  box-shadow: none;
}
.btn.btn-border {
  background-color: transparent;
  color: #fd815a !important;
  border: 1px solid #fd815a !important;
  box-shadow: none;
}

.excel-link {
  font-size: 13px;
  color: green;
  text-decoration: underline !important;
  display: inline-block;
}
.excel-link img {
  margin-right: 7px;
}

.text-primary {
  color: #fd815a !important;
}

.text-white {
  color: white !important;
}

.btn.btn-green {
  background-color: #08bc3f;
  box-shadow: none;
}

strong {
  color: #222833;
}

header.nav-section {
  background-color: #fff;
  min-height: 65px;
  font-size: 14px;
  padding-top: 8px;
  /*box-shadow: 0 6px 4px -2px #888e941f;*/
  position: relative;
  z-index: 5;
}
header .header-link {
  text-align: right;
  color: #683452 !important;
}
header .header-link a {
  color: #683452 !important;
  vertical-align: middle;
}
header .header-link .wellcome {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #683452;
  font-family: "Proxima Nova Bold", Arial;
}
header .header-link .wellcome span {
  color: #fd815a;
}
header .header-link .wellcome small {
  font-weight: 500;
  color: #222833;
}
header .dropdown-menu {
  right: 0;
  left: auto;
  padding: 5px 10px;
}
header .profile-pic {
  margin-left: 12px;
}
header .header-icons {
  display: inline-block;
  margin: 0 15px;
}
header .header-icons a {
  padding: 5px 20px;
  position: relative;
}
header .header-icons a:after {
  content: "";
  border-right: 2px solid #e2eff7;
  height: 20px;
  position: absolute;
  right: 0;
}

.disable-form {
  opacity: 0.4;
  pointer-events: none !important;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f1f3f8 !important;
}

.light-bg {
  background-color: #f6fafd;
}

a {
  color: #fd815a;
}
a:hover {
  color: #fd815a;
  opacity: 0.8;
}

.modal label.value {
  color: #222833 !important;
  width: 100%;
  display: block;
  margin-bottom: 0;
}

footer {
  color: #888;
  font-size: 13px;
  padding-bottom: 20px;
}

.main-heading {
  font-size: 30px;
  margin: 60px auto 40px;
  color: #5e6679;
}

.home-grid {
  min-height: 500px;
  border-radius: 6px;
  max-width: 920px;
  margin: 30px auto;
}
.home-grid .grid-box {
  border: 2px solid #e2eff7;
  border-radius: 10px;
  padding: 25px 25px;
  display: block;
  margin-bottom: 20px;
  min-height: 290px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f6f7f9;
}
.home-grid .grid-box.order-box {
  border-color: #c5b6dc;
}
.home-grid .grid-box.order-box h2 {
  color: #917ead;
}
.home-grid .grid-box.order-box:hover {
  background-color: #917ead;
  border-color: #917dac;
}
.home-grid .grid-box.order-box:hover svg polygon {
  fill: #fff;
}
.home-grid .grid-box.order-box:hover svg path {
  fill: #917ead;
  stroke: #fff;
}
.home-grid .grid-box.order-box:hover h2, .home-grid .grid-box.order-box:hover h5 {
  color: #fff;
}
.home-grid .grid-box.outcome-box {
  border-color: #57b7b6;
}
.home-grid .grid-box.outcome-box h2 {
  color: #007573;
}
.home-grid .grid-box.outcome-box:hover {
  background-color: #007573;
  border-color: #007573;
}
.home-grid .grid-box.outcome-box:hover svg polygon {
  fill: #fff;
}
.home-grid .grid-box.outcome-box:hover svg path {
  fill: #fff;
  stroke: #007573;
}
.home-grid .grid-box.outcome-box:hover h2, .home-grid .grid-box.outcome-box:hover h5 {
  color: #fff;
}
.home-grid .grid-box.donor-box {
  border-color: #bfd6df;
}
.home-grid .grid-box.donor-box h2 {
  color: #8bb8c5;
}
.home-grid .grid-box.donor-box:hover {
  background-color: #8bb8c5;
  border-color: #8bb8c5;
}
.home-grid .grid-box.donor-box:hover svg polygon, .home-grid .grid-box.donor-box:hover svg circle, .home-grid .grid-box.donor-box:hover svg polyline {
  fill: #fff;
  stroke: #8bb8c5;
}
.home-grid .grid-box.donor-box:hover svg path {
  fill: #fff;
  stroke: #8bb8c5;
}
.home-grid .grid-box.donor-box:hover h2, .home-grid .grid-box.donor-box:hover h5 {
  color: #fff;
}
.home-grid .grid-box.report-box {
  border-color: #fec1ad;
}
.home-grid .grid-box.report-box h2 {
  color: #fc815a;
}
.home-grid .grid-box.report-box:hover {
  background-color: #fc815a;
  border-color: #fc815a;
}
.home-grid .grid-box.report-box:hover svg polygon, .home-grid .grid-box.report-box:hover svg circle, .home-grid .grid-box.report-box:hover svg polyline, .home-grid .grid-box.report-box:hover svg line {
  fill: #fff;
  stroke: #fc815a;
}
.home-grid .grid-box.report-box:hover svg path {
  fill: #fff;
  stroke: #fc815a;
}
.home-grid .grid-box.report-box:hover h2, .home-grid .grid-box.report-box:hover h5 {
  color: #fff;
}
.home-grid .grid-box .icon {
  display: inline-block;
  margin-bottom: 20px;
}
.home-grid .grid-box span {
  display: block;
  color: #5e6679;
  font-weight: 600;
  font-size: 16px;
}
.home-grid .grid-box .border-right {
  border-right-width: 2px !important;
  border-color: #e2eff7 !important;
}
.home-grid .grid-box hr {
  border-top-width: 2px;
  border-color: #e2e6ed;
}
.home-grid .grid-box span.label {
  font-size: 12px;
  color: #ccc;
}
.home-grid .grid-box span.value {
  font-weight: 600;
  font-size: 19px;
}
.home-grid .grid-box h2 {
  font-size: 30px;
  margin: 24px 0;
}
.home-grid .grid-box h5 {
  font-size: 14px;
  /*   color: $para-color;*/
  line-height: 1.5;
  font-weight: normal;
  font-family: "Proxima Nova Rg", Arial, sans-serif !important;
  margin-bottom: 0;
}

hr {
  border-top-width: 2px;
  border-color: #e2e6ed;
}

.navbar-brand .separator {
  border-left: 2px solid #ccc;
  height: 30px;
  display: inline-block;
  margin: 5px 25px;
  vertical-align: middle;
}
.navbar-brand .name {
  color: #683452;
  font-size: 20px;
  vertical-align: middle;
  font-family: "Futura Bold", Arial, sans-serif !important;
}

.logout-link {
  padding: 10px;
  vertical-align: middle;
}

.contact_lsb {
  float: right;
  margin-top: 20px;
  text-decoration: underline !important;
  font-weight: bold;
}

.nav {
  border-top: 1px solid #eee;
  border-color: #eee;
  background-color: #fbfcfe;
}
.nav .nav-item {
  color: #5e6679;
  font-weight: 500;
  border-top: none;
  /*      border-bottom: 4px solid transparent;*/
}
.nav .nav-item:first-child {
  border-left: 0;
}
.nav .nav-item.active {
  border-radius: 0;
  color: #fd815a;
  border-bottom-color: #fd815a;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  box-shadow: 0 4px 3px -2px #60d8ea;
}
.nav.inner-tabs-nav {
  margin: 15px 0;
  background-color: #fff;
  border: none;
  /*      border-top-left-radius: 8px;
  border-top-right-radius: 8px;*/
  overflow: hidden;
}
.nav.inner-tabs-nav .nav-item .nav-link {
  border: none;
  padding: 13px 20px 8px 20px;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  border-bottom: 7px solid transparent;
  margin: 0 1px;
  color: #5e6679;
  font-family: "Futura Bold", Arial, sans-serif !important;
}
.nav.inner-tabs-nav .nav-item .nav-link.active {
  /*      border-bottom: 3px solid $primary-color;*/
  color: #fff;
}
.nav.inner-tabs-nav .nav-item .nav-link#order-tab {
  color: #917ead;
}
.nav.inner-tabs-nav .nav-item .nav-link#order-tab.active {
  background-color: #917ead;
  color: #fff;
}
.nav.inner-tabs-nav .nav-item .nav-link#order-tab:hover {
  border-bottom-color: #917ead;
}
.nav.inner-tabs-nav .nav-item .nav-link#outcome-tab {
  color: #007573;
}
.nav.inner-tabs-nav .nav-item .nav-link#outcome-tab.active {
  background-color: #007573;
  color: #fff;
}
.nav.inner-tabs-nav .nav-item .nav-link#outcome-tab:hover {
  border-bottom-color: #007573;
}
.nav.inner-tabs-nav .nav-item .nav-link#donor-tab {
  color: #8cb9c5;
}
.nav.inner-tabs-nav .nav-item .nav-link#donor-tab.active {
  background-color: #8cb9c5;
  color: #fff;
}
.nav.inner-tabs-nav .nav-item .nav-link#donor-tab:hover {
  border-bottom-color: #8cb9c5;
}
.nav.inner-tabs-nav .nav-item .nav-link#report-tab {
  color: #fd815a;
}
.nav.inner-tabs-nav .nav-item .nav-link#report-tab.active {
  background-color: #fd815a;
  color: #fff;
}
.nav.inner-tabs-nav .nav-item .nav-link#report-tab:hover {
  border-bottom-color: #fd815a;
}
.nav.inner-tabs-nav .nav-item .nav-link.error {
  color: red;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

.filter-form, .form-wrapper {
  background-color: #f7faff;
  background-color: #fff;
  padding: 15px 10px 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.filter-form .col, .filter-form .col-4, .filter-form .col-3, .filter-form .col-2, .filter-form .col-12, .form-wrapper .col, .form-wrapper .col-4, .form-wrapper .col-3, .form-wrapper .col-2, .form-wrapper .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.filter-form div[class^=col-md], .filter-form div[class*=" col-md"], .form-wrapper div[class^=col-md], .form-wrapper div[class*=" col-md"] {
  padding-left: 5px;
  padding-right: 5px;
}
.filter-form .blue-text, .form-wrapper .blue-text {
  color: #fd815a !important;
  font-family: "Proxima Nova Rg", Arial, sans-serif !important;
  font-weight: normal;
}
.filter-form .form-group, .form-wrapper .form-group {
  margin-bottom: 15px;
}
.filter-form .form-group small, .form-wrapper .form-group small {
  font-weight: 500;
}
.filter-form .form-group label, .form-wrapper .form-group label {
  font-size: 13px;
  color: #5e6679;
}
.filter-form .form-group label i.red, .form-wrapper .form-group label i.red {
  color: red;
  font-style: normal;
}
.filter-form .form-group label i.fa-question-circle, .form-wrapper .form-group label i.fa-question-circle {
  cursor: pointer;
  color: #fd815a;
}
.filter-form .form-group label.value, .form-wrapper .form-group label.value {
  width: 100%;
  color: #222833;
  padding: 8px 2px;
  font-size: 15px;
}
.filter-form .form-group label .fa.blue-text, .form-wrapper .form-group label .fa.blue-text {
  color: #68abf1;
  cursor: pointer;
  font-size: 14px;
}
.filter-form .form-group label .fa-text-primary, .form-wrapper .form-group label .fa-text-primary {
  color: #fd815a;
  cursor: pointer;
  font-size: 14px;
}
.filter-form .form-group input[type=checkbox], .form-wrapper .form-group input[type=checkbox] {
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.filter-form .form-group .form-control, .form-wrapper .form-group .form-control {
  border-radius: 4px;
  border: 1px solid #b0bace;
  color: #222833;
  padding: 10px 10px;
  outline: none !important;
  min-height: 38px;
}
.filter-form .form-group .form-control.disabled, .form-wrapper .form-group .form-control.disabled {
  background-color: #f2f4f8;
  color: #999;
  pointer-events: none !important;
}
.filter-form .form-group .form-control:disabled, .form-wrapper .form-group .form-control:disabled {
  background-color: #f2f4f8;
  color: #999;
}
.filter-form .form-group .form-control.yellow, .form-wrapper .form-group .form-control.yellow {
  background-color: #fff8e4;
}
.filter-form .form-group .form-control.limitDisabled, .form-wrapper .form-group .form-control.limitDisabled {
  background-color: #f2f4f8;
}
.filter-form .form-group .form-control.green, .form-wrapper .form-group .form-control.green {
  background-color: #edfff4;
}
.filter-form .form-group .fa.fa-search, .form-wrapper .form-group .fa.fa-search {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 18px;
  -webkit-text-stroke: 0.5px white;
}
.filter-form h6, .form-wrapper h6 {
  margin-bottom: 0;
}
.filter-form.small-form .form-control, .form-wrapper.small-form .form-control {
  font-size: 14px;
}
.filter-form.small-form .form-control:placeholder, .form-wrapper.small-form .form-control:placeholder {
  font-size: 14px;
}
.filter-form.small-form label, .form-wrapper.small-form label {
  font-size: 12px;
}
.filter-form .btn, .form-wrapper .btn {
  font-size: 13px;
}

.search-icon {
  position: relative;
}
.search-icon:after {
  content: "\f002";
  display: inline-block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  width: 100%;
  height: 20px;
  z-index: 3;
  right: 10px;
  color: #b3b6be;
  text-align: right;
  bottom: 7px;
  font-weight: bold;
}

.calendar-icon {
  position: relative;
}
.calendar-icon:after {
  content: "\f073";
  display: inline-block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  width: 100%;
  height: 20px;
  z-index: 3;
  right: 10px;
  color: #b3b6be;
  text-align: right;
  bottom: 7px;
  font-weight: bold;
}

.search-icon {
  position: relative;
}
.search-icon:after {
  content: "\f002";
  display: inline-block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  width: 100%;
  height: 20px;
  z-index: 3;
  right: 10px;
  color: #b3b6be;
  text-align: right;
  bottom: 7px;
  font-weight: bold;
}

.table {
  min-width: 100%;
  font-size: 14px;
}
.table tbody tr:nth-of-type(odd) {
  background-color: #f4f9fd;
}
.table td, .table th {
  border: none;
  padding: 15px 12px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
}
.table td small, .table th small {
  font-weight: 500 !important;
}
.table td .fa-question-circle, .table th .fa-question-circle {
  color: #ffa929;
  font-size: 20px;
  vertical-align: middle;
}
.table td .fa-check-circle, .table td .fa-check, .table th .fa-check-circle, .table th .fa-check {
  color: #68ba87;
  font-size: 24px;
  -webkit-text-stroke: 1px #fff;
  vertical-align: middle;
}
.table thead {
  background-color: #fff;
}
.table thead th {
  border-top: 0;
  color: #222833;
  font-weight: 600 !important;
  padding: 10px 10px;
  min-width: 70px;
  border-bottom-width: 1.5px;
  border-bottom-color: #b0bace !important;
  padding-left: 10px !important;
  vertical-align: middle;
}
.table tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table a {
  text-decoration: underline !important;
}
.table a.btn {
  text-decoration: none !important;
}
.table .link-disable {
  color: #5e6679;
}
.table .title {
  display: inline-block;
  width: calc(100% - 25px);
  vertical-align: top;
}
.table .red {
  color: #f3514f;
}
.table .blue {
  color: #24b5e2;
}
.table .yellow {
  color: #ffb03b;
}
.table .green {
  color: #32cbaf;
}
.table span.tag {
  margin: 0;
  min-width: 80px;
  text-align: center;
  color: #fff;
  border: none;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid;
  padding: 3px;
  font-size: 13px;
}
.table span.tag.tag-new {
  color: #fd815a;
  border-color: #fd815a;
  background-color: #fbdfd7;
}
.table span.tag.tag-danger {
  background-color: #f66e82;
}
.table span.tag.tag-blue {
  background-color: #e1e4e4;
  color: #222833;
  border-color: #6695e9;
}
.table span.tag.tag-yellow {
  background-color: #f9af3f;
}
.table span.tag.tag-yellow {
  background-color: #f9af3f;
}
.table span.tag.tag-regular {
  background-color: #6f7b93;
}
.table span.tag.tag-success {
  border-color: #5dbf63;
  color: #5dbf63;
  background-color: #e6ffe8;
}
.table span.tag.tag-green {
  background-color: #dbe9dc;
  color: #3ab248;
  border-color: #3ab248;
}
.table span.tag.tag-cancel {
  color: #5e6679;
  border-color: #afb5c0;
  background-color: #eee;
}
.table.full-table {
  table-layout: fixed;
  min-width: 1920px;
}
.table.details-table thead {
  background-color: #f3f4f8;
}
.table.details-table thead th {
  color: #222833;
  border: 2px solid #d9dfeb !important;
  font-weight: 500 !important;
  font-size: 16px;
}
.table.details-table tr {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.table.details-table td {
  border: 2px solid #d9dfeb;
  font-size: 16px;
  color: #a1a9ba;
  padding: 12px 10px;
}
.table.details-table td .value {
  color: #222833;
}
.table.details-table td .fa {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.table.details-table td .fa-calendar {
  color: #5e6679;
}
.table.details-table td.yellow-text {
  color: #ffa929;
}
.table.details-table td.red-text {
  color: #cd2926;
}
.table.gray-table {
  margin-bottom: 0;
}
.table.gray-table tr {
  background-color: #f3f4f8 !important;
}
.table.gray-table tr td {
  border: 2px solid #d9dfeb;
}
.table.gray-table tr td .blue-text {
  color: #82afff;
}
.table.gray-table tr td h5 {
  margin-bottom: 0;
}
.table.restriction-table {
  margin-top: -2px;
}
.table.restriction-table tr {
  background-color: transparent !important;
}
.table.restriction-table tr td {
  border: 2px solid #d9dfeb;
  color: #a1a9ba;
}
.table.restriction-table tr td .blue-text {
  color: #82afff;
}
.table.restriction-table tr td h5 {
  margin-bottom: 0;
}
.table.restriction-table tr td .value {
  color: #222833;
}
.table.clinic-table tr {
  border-top: 1px solid #d9dfeb;
  border-bottom: 1px solid #d9dfeb;
}
.table.clinic-table tr .border-cell {
  border-left: 1px solid #d9dfeb;
  border-right: 1px solid #d9dfeb;
}
.table.clinic-table tr .details-td {
  background-color: #e8f1ff;
}
.table.clinic-table tr .details-td span {
  width: 49%;
  display: inline-block;
  font-size: 13px;
}
.table.clinic-table tr .details-td span.label {
  color: #a1a9ba;
}
.table.clinic-table tr .details-td span.value {
  color: #222833;
}
.table.clinic-table tr .tag {
  width: 120px;
}

.popover {
  border: 1px solid #555;
  border-radius: 2px;
  font-weight: 500;
  max-width: 320px;
}

.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  border-top-color: #333;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  border-bottom-color: #333;
}

.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
  border-left-color: #333;
}

.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
  border-right-color: #333;
}

.tooltip {
  border: 1px solid #555;
  border-radius: 2px;
}

.popover-body {
  font-family: "Proxima Nova Rg", Arial, sans-serif !important;
}
.popover-body h4 {
  font-weight: 500;
  color: #222833;
  font-size: 14px;
}
.popover-body label {
  padding-right: 5px;
}
.popover-body span, .popover-body label {
  font-size: 12px;
  margin-bottom: 5px;
}
.popover-body span.blue {
  color: #24b5e2;
}
.popover-body span.green {
  color: #32cbaf;
}

.underline {
  text-decoration: underline !important;
}

.yellow-text {
  color: #ffa929;
  font-size: 14px;
}

.red-text {
  color: red !important;
  font-style: normal;
}

.blue-text {
  color: #82afff !important;
}

.section-heading {
  font-size: 20px;
}

.small-heading {
  font-size: 17px;
}

.inner-container .values-wrapper {
  background-color: #fff;
  border-bottom: 2px solid #ccc;
}
.inner-container .values-wrapper .col, .inner-container .values-wrapper .col-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.inner-container .values-wrapper div[class^=col-md], .inner-container .values-wrapper div[class*=" col-md"] {
  padding-left: 5px;
  padding-right: 5px;
}
.inner-container .values-wrapper .back-col {
  text-align: center;
  max-width: 60px;
  border-right: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-container .values-wrapper .back-col a {
  padding: 10px;
  vertical-align: middle;
}
.inner-container .values-wrapper .back-col a i {
  color: #5e6679;
  font-size: 24px;
  -webkit-text-stroke: 2px #f7faff;
}
.inner-container .values-wrapper .value-group {
  margin-top: 20px;
}
.inner-container .values-wrapper .value-group .form-control {
  padding: 5px;
  height: auto;
  min-height: auto;
}
.inner-container .values-wrapper .value-group .form-control.red-input {
  border-color: red;
}
.inner-container .values-wrapper .value-group .label {
  font-size: 12px;
  display: block;
  color: #5e6679;
  margin-bottom: 0;
}
.inner-container .values-wrapper .value-group .value {
  font-size: 14px;
  display: block;
  color: #222833;
}
.inner-container .values-wrapper .value-group .separator {
  display: inline-block;
  height: 35px;
  border-left: 2px solid #ccc;
  margin: 0 5px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 14px;
}
.inner-container .content-wrapper {
  padding: 25px;
}
.inner-container .content-wrapper .gray-box {
  border: none;
  background-color: #fff;
  padding: 10px;
  border-radius: 0px;
  margin: 10px 0;
}
.inner-container .content-wrapper .gray-box label {
  margin: 0;
  display: inline-block;
  width: 50%;
}
.inner-container .content-wrapper .gray-box label.label {
  color: #8d93a1;
  font-size: 14px;
}
.inner-container .content-wrapper .gray-box label.value {
  color: #5e6679;
  font-size: 14px;
}
.inner-container .content-wrapper .allocated {
  color: #82afff;
  border: 1px solid #82afff;
  background-color: #dde8fd;
  border-radius: 7px;
  margin: 10px 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.inner-container .content-wrapper .approved {
  color: #4cc159;
  border: 1px solid #4cc159;
  background-color: #ecffee;
  border-radius: 7px;
  margin: 10px 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.inner-container .content-wrapper .reallocation {
  color: #f8be69;
  border: 1px solid #f8be69;
  background-color: #fff7ec;
  border-radius: 7px;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.inner-container .content-wrapper .btn-lg {
  margin: 10px 0 5px 0;
  width: 100%;
  font-size: 15px;
  padding: 12px 15px;
  border-radius: 5px;
}
.inner-container .content-wrapper .btn-lg i {
  margin-right: 5px;
}
.inner-container .content-wrapper .btn-lg.btn-approve {
  background-color: #4cc159;
  background-color: #fd815a;
}
.inner-container .content-wrapper .btn-lg.btn-primary {
  /*     &.disabled {
           background-color: #8ab7c4 !important;
       }*/
}
.inner-container .content-wrapper .btn-lg.disabled {
  opacity: 0.4 !important;
  cursor: none;
  pointer-events: none;
}

.sampleDynamicDiv .btn-primary {
  background-color: #fd815a;
}
.sampleDynamicDiv .btn-primary:hover {
  background-color: #fd815a;
}

label {
  margin: 0;
  font-weight: normal;
}
label.label {
  color: #8d93a1;
  font-size: 14px;
}
label.value {
  color: #5e6679;
  font-size: 14px;
}

.column-separator {
  border-left: 2px solid #eee !important;
  display: flex;
  flex-direction: column;
  background-color: #e7e9e9;
  padding: 10px 15px;
}

.forms-wrapper span.name {
  max-width: calc(100% - 40px);
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.tag-gray {
  border: 1px solid #cedaef;
  background-color: #f5f7f9;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  max-width: 120px;
  display: inline-block;
  text-align: left;
}

.small-gray-box {
  border: 1px solid #82afff;
  background-color: #dde8fd;
  border-radius: 7px;
  margin: 10px 0;
  text-align: left;
  font-size: 14px;
  padding: 10px 15px;
  max-width: 307px;
  font-weight: 500;
  display: inline-block;
}

input[type=checkbox] {
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  accent-color: #d17b5a;
  color: #fff;
}

input[type=radio] {
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  accent-color: #d17b5a;
  color: #fff;
}

span.tag {
  margin: 0;
  min-width: 80px;
  text-align: center;
  color: #fff;
  border: none;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid;
  padding: 3px;
  font-size: 13px;
}
span.tag.tag-blue {
  background-color: #e5efff;
  color: #6695e9;
  border-color: #6695e9;
}

.tag.tag-blue.small-tag {
  max-width: 180px;
  text-align: left;
  border: none;
  padding: 5px 5px;
  background-color: #e1e4e4;
  color: #222833;
}

.alert-blue.alert-box {
  margin: 15px auto;
  max-width: 400px;
  text-align: center;
  display: block;
  border-radius: 4px;
  border: 2px solid;
  padding: 40px;
  font-size: 13px;
  background-color: #e5efff;
  color: #6695e9;
  border-color: #6695e9;
}
.alert-blue.alert-box h3 {
  color: #6695e9 !important;
  font-weight: 600;
}
.alert-blue.alert-box p {
  color: #5e6679;
}
.alert-blue.alert-box .fa {
  font-size: 60px;
  margin-bottom: 30px;
  -webkit-text-stroke: 2px #6695e9;
}

.para {
  color: #5e6679;
}

.modal button.close {
  font-size: 29px;
  font-weight: lighter;
}

.alert {
  border-radius: 10px;
}
.alert.success-alert {
  color: #4cc159;
  border: 2px solid #4cc159;
  background-color: #f0fef2;
}
.alert.danger-alert {
  color: #f44545;
  border: 2px solid #f44545;
  background-color: #ffe4e4;
}

.bg-white {
  background-color: #fff !important;
}

.disable-form {
  opacity: 0.4;
  pointer-events: none !important;
}

.home-grid-wrapper {
  background-size: cover;
  /*   background-image: url("../images/dashboard-bg.jpg");*/
  min-height: calc(100vh - 67px);
  margin-left: -12px;
  margin-right: -12px;
  overflow-x: hidden;
  padding: 0 12px;
}

.auth-container {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background-image: url("../images/imatch-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
}
.auth-container .login-logo {
  margin-bottom: 50px;
}
.auth-container .auth-wrapper {
  background-color: #f2f4f4;
  border-radius: 0px;
  align-self: center;
  width: 450px;
  min-height: 460px;
  text-align: center;
  margin: 10px auto;
  box-shadow: 0px 5px 20px #111;
}
.auth-container .auth-wrapper .auth-top-bar {
  padding: 30px 30px 0px;
}
.auth-container .auth-wrapper .small-heading {
  font-weight: bold;
  margin: 10px auto 10px;
  font-size: 18px;
  color: #232531;
}
.auth-container .auth-wrapper .form-wrapper {
  margin-top: 0px;
  padding: 20px 50px 30px;
  text-align: left;
  border: none;
  background-color: #f2f4f4;
}
.auth-container .auth-wrapper .form-wrapper .form-group {
  margin-bottom: 15px;
}
.auth-container .auth-wrapper .form-wrapper input[type=text], .auth-container .auth-wrapper .form-wrapper input[type=password], .auth-container .auth-wrapper .form-wrapper .form-control {
  border-radius: 3px;
  border: 2px solid #b0bace;
  padding: 10px 15px;
  height: auto;
  font-weight: 500;
}
.auth-container .auth-wrapper .form-wrapper label {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
}
.auth-container .auth-wrapper .form-wrapper .btn {
  padding: 8px 30px;
  font-size: 14px;
  text-transform: capitalize;
  /*   &:hover {
         background-color: $primary-color;
     }*/
}
.auth-container .auth-wrapper .form-wrapper a {
  font-size: 14px;
  font-weight: 500;
}

.tab-pane table, .tab-pane .dataTables_scrollBody {
  border: none !important;
}

body {
  /* Handle on hover */
  /* Track */
}
body ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  z-index: 99999;
  left: -100px !important;
}
body ::-webkit-scrollbar-button {
  background: #ccc;
  display: none;
}
body ::-webkit-scrollbar-thumb {
  background: #c1cbd5;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #666;
}
body ::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 14px 14px transparent;
  border: solid 4px transparent;
}
body ::-webkit-scrollbar-track-piece {
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate {
  padding: 0;
  margin: 15px 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #fff !important;
  border: 1px solid #999 !important;
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #fd815a !important;
  border-color: #fd815a !important;
  color: #fff !important;
}

.form-group .chosen-container-single {
  max-width: 100%;
}

.form-group .chosen-container-single .chosen-single {
  border-radius: 4px;
  border: 1px solid #b0bace;
  min-height: 38px;
  background: none;
  line-height: 37px;
  box-shadow: none !important;
  background-color: #fff;
  font-weight: 400;
}

.form-group .chosen-container-single .chosen-single div b {
  margin-top: 7px;
}

.loader-wrapper {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.loader-wrapper .custom-loader {
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
  font-size: 70px;
  color: #666;
}

.calendar-icon {
  position: relative;
}

.calendar-icon:after {
  content: "\f073";
  display: inline-block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  width: auto;
  height: 20px;
  z-index: 3;
  right: 10px;
  color: #b3b6be;
  text-align: right;
  bottom: 7px;
  font-weight: bold;
}

.delete-modal .modal-sm {
  max-width: 400px;
}

.delete-modal .fa-check {
  font-size: 70px;
  color: #28a745;
  -webkit-text-stroke: 3px #28a745;
  margin-bottom: 10px;
}

.delete-modal .fa-question-circle {
  font-size: 70px;
  color: #e04f60;
  -webkit-text-stroke: 3px #e04f60;
  margin-bottom: 10px;
}

.delete-modal .text-danger {
  font-size: 17px;
  text-transform: uppercase;
  padding: 0 15px;
}

.delete-modal .para-modal {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 40px;
}

.table-responsive {
  background-color: #f4f5f5;
  margin-bottom: 1rem;
}
.table-responsive .table-striped {
  margin-bottom: 0;
}
.table-responsive .table-striped thead {
  background-color: #f4f5f5;
}
.table-responsive .table-striped thead tr {
  background-color: #f4f5f5;
}
.table-responsive .table-striped tbody tr {
  background-color: #f4f5f5;
}
.table-responsive .table-striped tbody tr a {
  color: #8cb9c5;
  font-weight: 600;
}
.table-responsive .table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8ebeb;
}

.modal .modal-title {
  font-size: 18px;
}
.modal .modal-header, .modal .modal-footer {
  border: none !important;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-body .form-wrapper {
  border-top: 0;
  border-bottom: 0;
}
.modal .btn-primary, .modal .btn-secondary {
  min-width: 130px;
}

.tab-content > .active {
  background-color: #f3f4f4;
}

.white-alert-box {
  margin: 15px auto;
  max-width: 470px;
  text-align: center;
  display: block;
  border-radius: 4px;
  border: 2px solid;
  padding: 40px;
  font-size: 13px;
  background-color: #fff;
  border-color: #fff;
}
.white-alert-box h3 {
  color: #fd815a;
  margin: 15px auto;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 12px 10px;
}
table.dataTable tbody th .text-info, table.dataTable tbody td .text-info {
  color: #007573 !important;
}
table.dataTable tbody th .text-danger, table.dataTable tbody td .text-danger {
  color: #fd815a !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.imatch-partnership {
  text-align: right;
  color: #683452;
  font-size: 14px;
  font-weight: 500;
  width: 450px;
  margin: 25px 0;
}
.imatch-partnership img, .imatch-partnership span {
  vertical-align: middle;
}
.imatch-partnership img {
  margin-left: 10px;
}

.powered-para {
  text-align: right;
  color: #ccc;
  font-size: 15px;
  font-weight: normal;
}
.table-responsive .table-striped tbody tr span {
    color: #222833;
}

.table span.tag.tag-blue-processing {
    background-color: #dde8fd;
    color: #5e6679;
    border-color: #82afff;
}
/*# sourceMappingURL=style.css.map */
