﻿/*** Colors ***/
/*** Fonts ***/
@font-face {
  font-family: 'Lato-light';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-medium';
  src: url('../fonts/Lato-Medium.eot');
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Medium.woff2') format('woff2'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype'), url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-heavy';
  src: url('../fonts/Lato-Heavy.eot');
  src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Heavy.woff2') format('woff2'), url('../fonts/Lato-Heavy.woff') format('woff'), url('../fonts/Lato-Heavy.ttf') format('truetype'), url('../fonts/Lato-Heavy.svg#Lato-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Lato-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*** Base Styles & Custom Elements ***/
body {
  font-family: Lato-regular;
  font-size: 14px;
  width: 100%;
  color: #000 !important;
}
a {
  cursor: pointer;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
.table {
  font-family: Lato-regular;
  font-size: 14px;
}
.table thead th {
  font-family: Lato-bold;
}
.hr {
  margin: 15px 0;
}
.hr.hr-dark {
  background-color: #333;
}
.hr.hr-light {
  background-color: #ccc;
}
.btn {
  font-family: Roboto-regular;
  font-size: 14px;
  padding: 7.5px 10px;
}
.btn:focus {
  box-shadow: none!important;
}
.btn-custom {
  background-color: #0f74be;
  border: 1px solid #0f74be;
  color: #fff;
  font-size: 14px;
  padding: 7.5px 10px;
  border-radius: 0.25rem;
}
.btn-custom.btn-wide {
  font-family: Lato-regular;
  border-radius: 4px;
  padding: 0.782rem 0.75rem;
  width: 100%;
}
.btn-custom:hover {
  color: #fff;
  background-color: #0b5c94;
}
.btn-custom-default {
  border: 1px solid #0f74be;
  color: #0f74be;
  font-size: 14px;
  padding: 7.5px 10px;
  border-radius: 0.25rem;
}
.btn-custom-default:hover {
  color: #fff;
  background-color: #0f74be;
}
.btn-custom-danger {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  color: #fff;
  font-size: 14px;
  padding: 7.5px 10px;
  border-radius: 0.25rem;
}
.btn-custom-danger:hover {
  color: #fff;
  background-color: #bf2f3d;
}
.btn-custom-success {
  border: 1px solid #28a745;
  background-color: #28a745;
  color: #fff;
  font-size: 14px;
  padding: 7.5px 10px;
  border-radius: 0.25rem;
}
.btn-custom-success:hover {
  color: #fff;
  background-color: #218838;
}
.btn-edit {
  width: 30px;
  background-color: #0f74be;
  height: 30px;
  padding: 3px 6px;
  border: 1px solid #0f74be;
  border-radius: 2px;
}
.btn-edit svg {
  fill: #fff;
}
.btn-edit i {
  color: #fff;
}
.btn-edit.info {
  padding: 3px 3.5px;
}
.btn-delete {
  width: 30px;
  background-color: #F31700;
  height: 30px;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #F31700;
  border-radius: 2px;
}
.btn-delete i {
  color: #fff;
  font-size: 18px;
}
#loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  overflow: hidden;
  background-color: #0f74bee6;
}
#loading svg {
  width: 100px;
}
.split-btns {
  display: flex;
  justify-content: space-between;
}
.filter-form-box {
  margin: 0;
  padding: 20px 5px;
  background: #fff;
  border: 3px solid #0f75bc;
  border-radius: 25px;
}
.filter-form-box .form-outline {
  width: calc(100% - 36px);
}
.filter-form-box .form-outline input,
.filter-form-box .form-outline .k-dropdown-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-form-box .form-outline + button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-form-box input[type=checkbox],
.filter-form-box input[type=radio] {
  width: 20px;
  height: 20px;
  filter: saturate(0.6);
}
.filter-form-box input[type=checkbox] + label,
.filter-form-box input[type=radio] + label {
  margin-top: 5px;
  margin-left: 10px;
}
.ex-input-file .btn {
  background-color: #F1F1F1;
  border: 1px solid #0000002e;
  font-family: Roboto;
  font-size: 14px;
  padding: 0.475rem 0.75rem;
  position: relative;
}
.ex-input-file .btn.btn-primary {
  color: #FFFFFF;
  background-color: #0f74be;
}
.ex-input-file .btn.btn-primary:hover {
  background-color: #0b5c94;
}
.ex-input-file .btn input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: transparent;
  color: transparent;
  min-height: 38px;
  max-width: 98px;
  outline: 0 !important;
  padding: 5px;
}
.ex-input-file .btn input::-webkit-file-upload-button {
  cursor: pointer;
}
/*** Bootstrap Overides ***/
.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0f74be;
  border-color: #0f74be;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5c94;
}
.btn-outline-primary {
  color: #0f74be;
  border-color: #0f74be;
}
.btn-outline-primary:hover {
  color: #0b5c94;
  border-color: #0b5c94;
  background-color: transparent;
}
.form-control {
  background-color: #fff;
  border: 1px solid #0f74be;
  border-radius: 6px;
  padding: 0rem 0.75rem;
  font-size: 16px;
  min-height: 48px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #0f74be;
}
.form-control[data-error="true"]:not(:focus) {
  color: #dc3545;
  border-color: #dc3545;
}
.form-group .field-validation-error {
  position: absolute;
  font-size: 12px;
}
.form-group label {
  margin-bottom: 0;
  color: #656565;
}
.form-group label span {
  color: #FF0000;
}
.form-group input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin: 3px 8px 0 0;
}
.nav-pills {
  min-height: 30px;
  border-radius: 3px;
}
.nav-pills li.active a {
  background: #0f74be;
  border: 1px solid #0f74be;
  color: #fff !important;
}
.nav-pills li.active a:hover {
  color: #fff;
}
.nav-pills li a {
  color: #000;
  background: #f7f7f7;
  border: 1px solid #00000024;
  min-width: 68px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto-regular;
}
.nav-pills li a:hover {
  text-decoration: none;
  background: #ddd;
}
.nav-pills li a.active {
  color: #fff;
  background-color: #0f74be;
}
.nav-pills li:first-child a {
  border-radius: 3px 0px 0px 3px;
}
.nav-pills li:last-child a {
  border-radius: 0px 3px 3px 0px;
}
/*** Kendo Overrides ****/
.k-datepicker .k-picker-wrap {
  border-radius: 0;
}
.k-datepicker .k-picker-wrap .k-input {
  height: 32px;
  line-height: 32px;
}
.k-dropdown .k-dropdown-wrap.k-state-hover {
  border-color: #0f74be;
  box-shadow: none;
}
.k-dd-override {
  display: block;
  width: 100%;
}
.k-dd-override .k-dropdown-wrap {
  border-radius: 6px;
  border-color: #0f74be;
  font-size: 16px;
}
.k-dd-override .k-dropdown-wrap .k-input,
.k-dd-override .k-dropdown-wrap .k-select {
  min-height: 46px;
  line-height: 2.65em;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 400;
  padding-left: 8px;
}
.k-datepicker-override {
  display: block;
  width: 100%;
}
.k-datepicker-override .k-picker-wrap {
  border-radius: 6px;
  border-color: #b1b1b1;
  font-size: 16px;
}
.k-datepicker-override .k-picker-wrap.k-state-hover,
.k-datepicker-override .k-picker-wrap.k-state-active {
  background-color: #fff;
  box-shadow: none;
}
.k-datepicker-override .k-picker-wrap input {
  min-height: 46px;
  line-height: 2.65em;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 400;
  padding-left: 8px;
}
.k-datepicker-override .k-picker-wrap .k-select {
  line-height: 3.4em;
  border-color: #b1b1b1;
}
.k-list-container {
  padding: 0 !important;
}
.k-list-container .k-list-optionlabel {
  font-size: 14px;
  padding: 5px 10px !important;
}
.k-list-container .k-list-optionlabel.k-state-focused,
.k-list-container .k-list-optionlabel.k-state-selected,
.k-list-container .k-list-optionlabel.k-state-hover {
  background-color: #0f74be !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
.k-list-container .k-list-scroller ul li {
  font-size: 14px;
  padding: 5px 10px !important;
}
.k-list-container .k-list-scroller ul li.k-state-focused,
.k-list-container .k-list-scroller ul li.k-state-selected,
.k-list-container .k-list-scroller ul li.k-state-hover {
  background-color: #0f74be !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
.k-switch {
  width: 7em;
}
.k-switch.k-switch-off .k-switch-container {
  background-color: #dc3545;
  color: #fff;
}
.k-switch.k-switch-off:focus {
  box-shadow: none;
}
.k-switch.k-switch-on:focus {
  box-shadow: none;
}
.k-switch.k-switch-on .k-switch-container {
  background-color: #28a745;
}
.k-switch .k-switch-container {
  width: 7em;
}
.k-switch .k-switch-container .k-switch-label-off,
.k-switch .k-switch-container .k-switch-label-on {
  display: block;
}
.k-switch .k-switch-container .k-switch-label-on {
  left: 15px;
}
.k-switch .k-switch-container .k-switch-label-off {
  right: 10px;
}
/*** Layout CSS ***/
header {
  min-height: 77px;
  background-color: #F2F2F2;
  border-bottom: 2px solid #0f74be;
}
header .ex-logo {
  display: block;
}
header .ex-logo img {
  height: 60px;
  margin: 7px 0;
}
header .ex-logo span {
  text-decoration: none;
  font-size: 22px;
  color: #4b96c9;
  position: relative;
  left: 5px;
  top: 5px;
  font-weight: 600;
}
header .ex-nav-title {
  margin: 0;
  padding: 0;
  font-size: 34px;
  line-height: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .ex-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
  max-width: 312px;
  float: right;
}
header .ex-nav li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}
header .ex-nav li a {
  display: block;
  margin-top: 8px;
  text-align: center;
}
header .ex-nav li a img {
  width: 27px;
  height: 27px;
}
header .ex-nav li a p {
  font-size: 12px;
  margin-bottom: 0;
}
header .ex-nav li .profile-btn {
  font-size: 25px;
}
header .ex-nav li:last-child {
  margin-right: 0;
}
.ex-login section {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px;
  width: 360px;
  box-shadow: none;
  border: 1px solid #0f74be;
  border-radius: 12px;
}
.ex-login section .ex-logo {
  margin-bottom: 20px;
}
.ex-login section .ex-logo img {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.ex-login section .form-group .field-validation-error {
  position: absolute;
}
.ex-login section .form-group label {
  margin-bottom: 0;
  color: #000;
}
.ex-login section .form-group label span {
  color: #FF0000;
}
.ex-login section .form-group input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin: 3px 8px 0 0;
}
.ex-login section button {
  margin: 10px 0 25px;
}
.ex-login section .validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.ex-login section .validation-summary-errors ul li {
  list-style: none;
}
.ex-portal {
  width: 100%;
  height: 100%;
}
.ex-portal .ex-left-section {
  padding: 0 20px;
  background-color: #F2F2F2;
  border-right: 1px solid #cccccc;
  min-height: calc(100vh - 77px);
}
.ex-portal .ex-left-section ul.ex-left-section-lst {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.ex-portal .ex-left-section ul.ex-left-section-lst li {
  border-bottom: 1px solid #707070;
}
.ex-portal .ex-left-section ul.ex-left-section-lst li a {
  padding: 15px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: 0.3s;
}
.ex-portal .ex-left-section ul.ex-left-section-lst li a i {
  margin: 0 10px;
  width: 25px;
  text-align: center;
  font-size: 18px;
}
.ex-portal .ex-left-section ul.ex-left-section-lst li a:hover {
  text-decoration: none;
  background-color: #CFCFCF;
  color: #000;
}
.ex-portal .ex-right-section {
  padding: 20px;
  background-color: #E2E5E9;
}
.ex-portal .ex-right-section .ex-top {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ex-portal .ex-right-section .ex-heading {
  margin-bottom: 20px;
}
.ex-portal .ex-right-section .ex-heading h2 {
  color: #0f74be;
  margin-bottom: 0;
}
.AddMap #map {
  width: 100%;
  border: 3px solid #0f74be;
  border-radius: 25px;
}
.AddMap #map .custom-map-control-button {
  right: 60px !important;
  top: 10px !important;
  padding: 10px;
  border: none;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  font-size: 16px;
}
.AddMap #map .custom-map-control-button:focus {
  outline: none;
}
.AddMap #map .custom-map-control-button:hover {
  background-color: #eee;
}
.AddMap #map .gm-control-active {
  top: 0px !important;
}
.AddMap #map .gm-control-active:hover {
  background-color: #eee !important;
}
.AddMap #map li[role="menuitemcheckbox"] {
  display: flex;
  align-items: center;
  padding-top: 0 !important;
}
.AddMap #map li[role="menuitemcheckbox"] label {
  margin: 6px 0 0 5px;
}
.AddMap table {
  width: 100%;
}
.AddMap table tr td {
  font-size: 16px;
  border: 1px solid;
  border-color: #0f74be;
  padding: 10px;
}
.AddMap table tr td:last-child {
  width: 15%;
}
.AddMap table tr td .btn {
  cursor: pointer;
}
/*** Other CSS ***/
.notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}
.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #9e1e50;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound a:hover {
  background: #821a43;
}
.switch-container {
  /* Rounded sliders */
}
.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-container .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-container input:checked + .slider {
  background-color: #2196F3;
}
.switch-container input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch-container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch-container .slider.round {
  border-radius: 34px;
}
.switch-container .slider.round:before {
  border-radius: 50%;
}
.ex-table-scroll {
  max-width: 2500px;
  width: 100%;
  display: block;
  overflow-x: auto;
}
.grid-slider-container {
  display: block;
  max-width: 1600px;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.grid-slider-container .grid-slider {
  width: 100%;
}
.grid-slider-container .grid-slider .grid-slider-tile {
  width: 189px;
  height: 189px;
  /*background-image: url('../images/logo-name.jpg');*/
  background-size: cover;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  display: inline-block;
}
.ex-images-wrapper {
  border: 1px solid #e6e6e6 !important;
  border-radius: 10px;
  display: flex;
  padding: 10px;
  color: #333;
  background: #f1f1f1;
}
.ex-images-wrapper .img {
  height: 170px;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 1.5;
  background-size: contain;
  background-color: #e4e4e4;
}
.ex-images-wrapper .cnt {
  width: 100%;
  margin: 0;
  padding: 0 0 0 10px;
  flex: 3;
  position: relative;
}
.ex-images-wrapper .cnt h5 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  color: #2e3271;
  width: 85%;
}
.ex-images-wrapper .cnt h6 {
  font-size: 15px;
  width: 85%;
}
.ex-images-wrapper .cnt p {
  margin-bottom: 0.2rem;
}
.ex-images-wrapper .cnt span {
  font-style: italic;
  position: absolute;
  bottom: 2px;
  right: 7px;
  font-size: 13px;
  color: #d9b938;
}
.ex-images-wrapper .cnt .right-btn {
  position: absolute;
  right: 5px;
}
.ex-no-data {
  width: 100%;
  margin-top: 15%;
  text-align: center;
}
.ex-testing {
  background: #efffff;
  margin: 20px 0px;
  padding: 20px 10px;
  border-radius: 15px;
  border: 1px solid #A8EBEB;
}
.ex-testing .ex-testing-img {
  background: #d2f5f5;
  padding: 20px;
  border: 1px solid #A8EBEB;
  border-radius: 10px;
}
.ex-testing .ex-testing-img .img {
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ex-testing .ex-testing-content {
  margin: 20px 0;
  background: #d2f5f5;
  border: 1px solid #A8EBEB;
  border-radius: 10px;
  padding: 15px;
}
.ex-testing .ex-testing-content .content {
  display: grid;
  width: 100%;
  grid-template-columns: 40% auto;
  align-items: center;
}
.ex-testing .ex-testing-content .content p {
  color: #565454;
}
.ex-testing .ex-testing-content .content p.p-bg {
  width: 100px;
  height: 25px;
}
.ex-testing .ex-testing-single-content {
  margin: 0;
  background: #d2f5f5;
  border: 1px solid #A8EBEB;
  border-radius: 10px;
  padding: 15px;
}
.ex-testing .ex-testing-single-content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #a8ebeb;
}
.ex-testing .ex-testing-single-content .ex-left-border {
  border-right: 1px solid #A8EBEB;
}
.ex-testing .ex-testing-single-content .content .content-inner {
  display: grid;
  width: 100%;
  grid-template-columns: 35% 35% auto;
  column-gap: 10px;
}
.ex-img-close-icon {
  position: absolute;
  left: 95px;
  top: -6px;
  color: #fff;
  background: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ex-img-close-icon.ex-box-close {
  right: 8px !important;
  top: -10px !important;
  left: inherit !important;
}
.ex-dashboard a {
  color: #000;
}
.ex-dashboard a:hover {
  text-decoration: none;
  color: #000;
}
.ex-dashboard a .tile {
  background-color: #F8E9AB;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.ex-dashboard a .tile h6 {
  font-size: 19px;
  margin-bottom: 5px;
}
.ex-dashboard a .tile b {
  font-size: 30px;
  font-family: Lato-bold;
}
.ex-dashboard a .tile:hover {
  background-color: #e8d893;
}
.ex-toxins h3 {
  font-size: 19px;
}
.ex-toxins label {
  color: #454545;
}
.ex-toxins p {
  margin-bottom: 0.5rem;
}
.ex-toxins p a {
  color: #3D57D8;
  text-decoration: underline;
  font-size: 16px;
}
.ex-toxins .btn-edit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ex-custom-modal#CancelModal .modal-dialog,
.ex-custom-modal#SuccessModal .modal-dialog {
  max-width: 365px;
}
.ex-custom-modal .modal-dialog.modal-small {
  max-width: 365px;
}
.ex-custom-modal .modal-dialog .modal-content {
  border: 3px solid #21375D;
  border-radius: 20px;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body h2 {
  margin: 0.5rem 0;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body i {
  font-size: 60px;
  color: #0f74be;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .form-group .field-validation-error,
.ex-custom-modal .modal-dialog .modal-content .modal-body .form-group .generic-error {
  position: absolute;
  font-size: 12px;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .form-group label {
  margin-bottom: 0;
  color: #656565;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .form-group label span {
  color: #FF0000;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #0F75BC;
  padding: 0rem 0.75rem;
  font-size: 14px;
  min-height: 30px;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .form-group input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin: 3px 8px 0 0;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .form-group input[type=checkbox] + label {
  color: #000000;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .form-group button i {
  font-size: inherit;
  color: #fff;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .grain-bg-image {
  background-color: #0F75BC;
  border: 1px solid #95989A;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 235px;
}
.ex-custom-modal .modal-dialog .modal-content .modal-body .grain-bg-image img {
  max-height: 235px;
  max-width: 100%;
  object-fit: contain;
}
.ex-custom-grid .k-grid {
  border-width: 0;
}
.ex-custom-grid table {
  font-family: Lato-regular;
  font-size: 14px;
}
.ex-custom-grid table thead tr th {
  background-color: #0f74be;
  color: #fff;
  font-family: Lato-heavy;
}
.ex-custom-grid table thead tr th.k-sorted {
  background-color: #0f74be;
}
.ex-custom-grid table thead tr th.k-sorted a .k-i-sort-desc-sm {
  margin-left: 0 !important;
}
.ex-custom-grid table thead tr th.k-sorted a .k-i-sort-desc-sm:before {
  content: url('/images/icon-arrow-down.png');
  top: -5px;
  position: absolute;
}
.ex-custom-grid table thead tr th.k-sorted a .k-i-sort-asc-sm {
  margin-left: 0 !important;
}
.ex-custom-grid table thead tr th.k-sorted a .k-i-sort-asc-sm:before {
  content: url('/images/icon-arrow-down.png');
  top: 5px;
  position: absolute;
  transform: rotate(180deg);
}
.ex-custom-grid table thead tr th[data-role="columnsorter"] a {
  text-decoration: underline !important;
}
.ex-custom-grid table thead tr th a,
.ex-custom-grid table thead tr th span {
  color: #fff !important;
  font-family: Lato-heavy;
}
.ex-custom-grid table thead tr th[aria-sort="ascending"] a .k-i-arrow-n {
  margin-left: 0 !important;
  background: none;
}
.ex-custom-grid table thead tr th[aria-sort="ascending"] a .k-i-arrow-n:before {
  content: url('/Content/images/icon-arrow-down.png');
  top: 20px;
  position: absolute;
  transform: rotate(180deg);
}
.ex-custom-grid table thead tr th[aria-sort="descending"] a .k-i-arrow-s {
  margin-left: 0 !important;
  background: none;
}
.ex-custom-grid table thead tr th[aria-sort="descending"] a .k-i-arrow-s:before {
  content: url('/Content/images/icon-arrow-down.png');
  top: 20px;
  position: absolute;
}
.ex-custom-grid table thead tr th:first-child {
  border-top-left-radius: 4px;
}
.ex-custom-grid table thead tr th:last-child {
  border-top-right-radius: 4px;
}
.ex-custom-grid table tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}
.ex-custom-grid table tbody tr:nth-child(even) td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ex-custom-grid table tbody tr td {
  border: 0;
}
.ex-custom-grid table tbody tr td .btn-view {
  width: 32px;
  background-color: #0f74be;
  height: 26px;
  padding: 4px 6px;
  border: 1px solid #0f74be;
  border-radius: 2px;
  display: flex;
}
.ex-custom-grid table tbody tr td .btn-view i {
  color: #fff;
  font-size: 16px;
}
.ex-custom-grid .k-pager-wrap .k-pager-nav {
  color: #0f74be;
  background-color: #fff;
}
.ex-custom-grid .k-pager-wrap .k-link {
  font-size: 14px;
  min-width: 30px;
  height: 30px;
}
.ex-custom-grid .k-pager-wrap .k-link.k-pager-refresh {
  background-color: #0f74be;
  color: #fff;
  border-color: #0f74be;
}
.ex-custom-grid .k-pager-wrap .k-link.k-pager-refresh .k-icon {
  font-size: 14px;
}
.ex-custom-grid .k-pager-wrap .k-link:focus {
  box-shadow: none;
}
.ex-custom-grid .k-pager-wrap .k-pager-numbers-wrap .k-pager-numbers .k-link {
  color: #0f74be;
}
.ex-custom-grid .k-pager-wrap .k-pager-numbers-wrap .k-pager-numbers .k-link.k-state-selected {
  background-color: #0f74be;
  color: #fff;
  border-color: #0f74be;
}
.ex-custom-grid .k-pager-wrap .k-pager-numbers-wrap .k-pager-numbers .k-link.k-state-selected:hover {
  color: #fff;
  background-color: #0f74be;
}
.ex-custom-grid .k-pager-wrap .k-pager-numbers-wrap .k-pager-numbers .k-link:hover {
  color: #0f74be;
  background-color: transparent;
}
.ex-custom-grid .k-pager-wrap .k-pager-info {
  font-size: 14px;
}
.ex-custom-table {
  font-family: Lato-regular;
  font-size: 14px;
  margin-bottom: 0;
}
.ex-custom-table thead tr th {
  background-color: #0f74be;
  border-left-width: 0;
  padding: 8px 15px;
  color: #fff;
  font-family: Lato-heavy;
}
.ex-custom-table thead tr th:first-child {
  border-top-left-radius: 4px;
}
.ex-custom-table thead tr th:last-child {
  border-top-right-radius: 4px;
}
.ex-custom-table tbody tr {
  background-color: #fff;
}
.ex-custom-table tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
.ex-custom-table tbody tr:nth-child(even) td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ex-custom-table tbody tr td {
  border: 0;
  padding: 8px 15px;
  color: #000000CC;
}
.ex-panel {
  border: 1px solid #e6e6e6;
  margin-top: 15px;
}
.ex-panel .ex-panel-h {
  background-color: #e6e6e6;
  height: 40px;
  margin: 0;
}
.ex-panel .ex-panel-h h3 {
  margin: 0;
  text-indent: 15px;
  font-size: 18px;
  font-weight: 700;
  padding: 9px 0;
  float: left;
}
.ex-panel .ex-panel-h a {
  margin: 4px 15px 0 0;
  float: right;
  outline: 0;
  padding: 0 5px;
  font-size: 13px;
  border-radius: 0.2rem;
}
.ex-panel .ex-panel-cnt {
  padding: 15px;
}
.ex-profile .profile-top-grid {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
}
.ex-profile .profile-top-grid .pr-name {
  border: 5px solid #790c3b;
  background-color: #272b6d;
  border-radius: 10px;
  text-align: center;
  color: white;
  height: 80px;
  line-height: 70px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
}
.ex-profile .profile-top-grid .pr-cnt {
  padding-left: 20px;
}
.ex-profile .profile-top-grid .pr-cnt p {
  margin: 0;
}
.filter-btn {
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 0;
}
.filter-btn:hover {
  color: #ccc;
}
.filter-btn:focus {
  outline: none;
  box-shadow: none;
}
.ex-chkbx-lgn {
  float: left;
  margin: 6px 9px 0 0;
}
.ex-radio-lgn {
  float: left;
  margin: 2px 9px 0 0;
  width: 18px;
  height: 18px;
}
.ex-label-h-reduce .form-group {
  margin-bottom: 0.3rem;
}