@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v38/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}
.mt25 {
  margin-top: 25px;
}

.mt20 {
  margin-top: 20px;
}

body {
  font-size: 13px !important;
}

.theme-red .navbar {
  background-color: #0889af !important;
}

.navbar-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.navbar-brand {
  padding: 0px !important;
  height: 60px !important;
}

.mobmenu {
  margin-left: 70px;
  display: block;
  margin-top: 16px;
  font-size: 25px;
  position: fixed;
  top: 13px;
  left: 180px;
  z-index: 99;
  color: #ffffff !important;
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
  display: none !important;
}

.theme-red .sidebar .menu .list .ml-menu li.active > :first-child span {
  margin-left: 0px !important;
}

.sidebar {
  width: 250px;
  box-shadow: none !important;
  background: #ebeef3;
  border-right: 1px solid #ebeef3;
  margin-top: 10px;
}
@media screen and (min-width: 1400px) {
  .sidebar .menu {
    height: 95vh;
  }
}
.sidebar .menu .list a span {
  font-weight: 500;
  font-size: 15px;
}
.sidebar .menu .list a.menu-toggle.toggled {
  color: #0889af;
  font-weight: bold !important;
}
.sidebar .menu .list a.menu-toggle.toggled span,
.sidebar .menu .list a.menu-toggle.toggled i {
  font-weight: bold !important;
  color: #0889af;
}
.sidebar .menu .list .ml-menu {
  background: #dfe4ec !important;
}
.sidebar .menu .list .ml-menu li a {
  padding-left: 40px !important;
}
.sidebar .menu .list .ml-menu li.active a {
  font-weight: normal !important;
}

section.content {
  margin-left: 255px;
}

.signoutbox {
  float: right;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.signoutbox ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.signoutbox ul li {
  margin: 0px 5px;
  padding: 0px;
  color: #ffffff;
}
.signoutbox ul li a {
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border-radius: 0px !important;
}

.pl-0 {
  padding-right: 0px !important;
}

.search_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  float: right;
}
.search_container ul {
  list-style-type: none !important;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.search_container ul li {
  list-style-type: none !important;
  margin: 0px 2px;
  padding: 0px;
  display: flex;
}
.search_container i {
  top: 0px !important;
}
.search_container .form-control {
  box-shadow: none !important;
  border-radius: 0px !important;
  height: 33px !important;
  margin-right: 5px;
  max-width: 220px;
}
.search_container .btn-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/****** Material icons ********/
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  margin-top: 6px;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

body {
  background: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
.navbar {
  font-family: "Montserrat", sans-serif !important;
}

.application_name {
  font-size: 20px;
  font-weight: 400 !important;
  color: #ffffff;
  border-left: 0px solid #ffffff;
  display: flex;
  flex-direction: ROW;
  align-items: center;
  margin-left: 25px;
  position: relative;
  padding-left: 20px;
}
.application_name:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  height: 30px;
  width: 1px;
  background: #ffffff;
}

.card {
  box-shadow: none !important;
}
.card .body {
  padding: 0px;
}
.card .header {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 15px !important;
  margin-bottom: 10px;
  padding-right: 0px !important;
}
.card .header h2 {
  color: #00A0E1 !important;
  font-size: 25px !important;
}

/*grid design*/
.actioncolumn {
  width: 80px !important;
  text-align: center;
}
.actioncolumn > a {
  padding: 0px 2px;
  margin: 0px 1px;
  height: 25px !important;
  display: inline-block;
}
.actioncolumn > a img {
  width: 18px !important;
}

.table thead {
  background: #DEE3EB;
}
.table thead tr th {
  padding: 10px;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
}

.theme-red .sidebar .menu .list li.active > :first-child i,
.theme-red .sidebar .menu .list li.active > :first-child span {
  color: #0889af !important;
}

.searcharea .form-group {
  margin-bottom: 10px !important;
}
.searcharea .form-group .form-control {
  border: 1px solid #cccccc !important;
  padding-left: 10px !important;
}

/* form design */
.formarea .form-group {
  margin-bottom: 0px !important;
}
.formarea .form-group label {
  font-weight: 400;
}
.formarea .form-group .form-control {
  border: 1px solid #e6e6e6 !important;
  padding: 5px 10px;
  resize: none;
}

.btn.btncancel {
  background-color: #333333 !important;
  color: #ffffff;
  transition: all ease 0.5s;
  padding: 8px 25px;
}
.btn.btncancel:hover, .btn.btncancel:focus, .btn.btncancel:active {
  background-color: #1a1a1a !important;
  color: #ffffff;
  transition: all ease 0.5s;
}
.btn.btnsubmit {
  background-color: #036c8b !important;
  color: #ffffff;
  transition: all ease 0.5s;
  padding: 8px 25px;
}
.btn.btnsubmit:hover, .btn.btnsubmit:focus, .btn.btnsubmit:active {
  background-color: #025972 !important;
  color: #ffffff;
  transition: all ease 0.5s;
}
.btn.btnreset {
  background-color: #0c9bc5 !important;
  color: #ffffff;
  padding: 8px 25px;
}
.btn.btnreset:hover, .btn.btnreset:focus, .btn.btnreset:active {
  background-color: #0b88ad !important;
  color: #ffffff;
}

/*checkbox*/
[type=checkbox].filled-in:checked + label:after,
[type=checkbox].filled-in:not(:checked) + label:after {
  width: 15px;
  height: 15px;
  top: 2px !important;
  border: 2px solid #b9b9b9 !important;
}

[type=checkbox].filled-in:checked + label:before {
  height: 13px !important;
  left: 0px !important;
}

.modal-dialog .modal-content .detailmodal .row {
  margin-bottom: 20px !important;
}
.modal-dialog .modal-content h4 {
  font-size: 15px;
  color: #0889af;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-dialog .modal-content .modal-header h4 {
  margin-bottom: 0px;
}
.modal-dialog .modal-content .form-control {
  border: 0px !important;
  border-bottom: 1px solid #dddddd !important;
  padding-left: 0px !important;
  padding-bottom: 0px;
  padding-right: 0px;
  resize: none;
}
.modal-dialog .modal-content input[type=date] {
  border: 0px;
}
.modal-dialog .modal-content input[type=date].form-control {
  border-bottom: 1px solid #dddddd !important;
  padding: 0px;
}
.modal-dialog .modal-content label {
  font-weight: normal;
  margin-bottom: 0px;
  color: #000000;
  text-transform: capitalize;
}
.modal-dialog .modal-content select.form-control {
  border-bottom: 1px solid #dddddd !important;
}
.modal-dialog .modal-content .modalcheckbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-dialog .modal-content .modalcheckbox .listbox {
  width: 48%;
}
.modal-dialog .modal-content .modal-footer {
  padding: 15px 25px;
}
.modal-dialog .modal-content .modal-footer .btn.btncancel, .modal-dialog .modal-content .modal-footer .btn.btn-default {
  background-color: #333333 !important;
  color: #ffffff;
  transition: all ease 0.5s;
  padding: 8px 25px;
}
.modal-dialog .modal-content .modal-footer .btn.btncancel:hover, .modal-dialog .modal-content .modal-footer .btn.btncancel:focus, .modal-dialog .modal-content .modal-footer .btn.btncancel:active, .modal-dialog .modal-content .modal-footer .btn.btn-default:hover, .modal-dialog .modal-content .modal-footer .btn.btn-default:focus, .modal-dialog .modal-content .modal-footer .btn.btn-default:active {
  background-color: #1a1a1a !important;
  color: #ffffff;
  transition: all ease 0.5s;
}
.modal-dialog .modal-content .modal-footer .btn.btnsubmit, .modal-dialog .modal-content .modal-footer .btn.btn-primary {
  background-color: #036c8b !important;
  color: #ffffff;
  transition: all ease 0.5s;
  padding: 8px 25px;
}
.modal-dialog .modal-content .modal-footer .btn.btnsubmit:hover, .modal-dialog .modal-content .modal-footer .btn.btnsubmit:focus, .modal-dialog .modal-content .modal-footer .btn.btnsubmit:active, .modal-dialog .modal-content .modal-footer .btn.btn-primary:hover, .modal-dialog .modal-content .modal-footer .btn.btn-primary:focus, .modal-dialog .modal-content .modal-footer .btn.btn-primary:active {
  background-color: #025972 !important;
  color: #ffffff;
  transition: all ease 0.5s;
}
.modal-dialog .modal-content .modal-footer .btn.btnreset {
  background-color: #0c9bc5 !important;
  color: #ffffff;
  padding: 8px 25px;
}
.modal-dialog .modal-content .modal-footer .btn.btnreset:hover, .modal-dialog .modal-content .modal-footer .btn.btnreset:focus, .modal-dialog .modal-content .modal-footer .btn.btnreset:active {
  background-color: #0b88ad !important;
  color: #ffffff;
}

.modal-body .formarea .form-group {
  margin-bottom: 20px !important;
}
.modal-body .btn.btn-primary {
  height: 34px !important;
}

.dropdown-menu {
  min-width: 230px !important;
}

.actioncolumn.open .dropdown-menu {
  right: 7px !important;
}
.actioncolumn.open .dropdown-menu > li > a i.material-icons {
  min-width: 20px;
  max-width: 20px;
}

.pagebottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.pagebottom ul.pagination {
  margin: 0px !important;
  display: flex;
}
.pagebottom ul.pagination li {
  margin: 0px 2px !important;
}
.pagebottom ul.pagination li a {
  background: #333333;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
}
.pagebottom ul.pagination li a:hover {
  background: #0889af;
}
.pagebottom ul.pagination li.disabled a {
  background: #DEE3EB;
  color: #BEC8D7;
}

.table tbody tr td,
.table tbody tr th {
  vertical-align: middle;
  padding: 5px 10px !important;
}

.errormessage {
  color: #ff0000;
  font-size: 11px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  box-shadow: none !important;
  padding-left: 0px !important;
}

.select2-container-multi .select2-choices {
  border: 0px !important;
  box-shadow: none !important;
  background-image: none !important;
  border-bottom: 1px solid #dddddd !important;
}

@media screen and (max-width: 1400px) {
  .mobmenu {
    margin-top: 10px;
  }
}
.select2-container .select2-choice {
  background-image: none !important;
  background: #ffffff !important;
  height: 35px !important;
  line-height: 32px !important;
}

.select2-container.form-control {
  padding: 0px !important;
  border: 0px;
}

.importbox {
  padding: 15px 15px 20px;
  background: #f2f2f2 !important;
  border-radius: 5px;
  margin-bottom: 10px;
}
.importbox .form-group {
  margin-bottom: 0px !important;
}
.importbox.padbtm15 {
  padding-bottom: 15px;
}
.importbox.padbtm15 .col-md-4 {
  margin-bottom: 0px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.alertinfotext {
  color: #fb483a !important;
}

.uploadimbbox {
  max-width: 550px;
  display: flex;
  flex-direction: row;
}
.uploadimbbox .custom-file-uploader {
  position: relative;
  cursor: pointer;
}
.uploadimbbox .custom-file-uploader input[type=file] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  width: 70px;
  height: 34px;
  cursor: pointer;
}
.uploadimbbox .input-group {
  margin-right: 5px;
}
.uploadimbbox .form-control {
  border: 1px solid #d2d2d2 !important;
  padding-left: 10px !important;
}
.uploadimbbox .btn {
  height: 34px;
  line-height: 21px;
  box-shadow: none !important;
}
.uploadimbbox .btnupload i {
  font-size: 15px !important;
  top: 1px !important;
}
.uploadimbbox.flexcolumn {
  flex-direction: column;
}

.btndarkblue {
  color: #fff;
  background-color: #07637e !important;
  border-color: #07637e !important;
}
.btndarkblue:hover, .btndarkblue:focus {
  color: #fff !important;
  background-color: #04475b !important;
  border-color: #04475b !important;
}

.btndark {
  color: #fff !important;
  background-color: #595959 !important;
  border-color: #595959 !important;
}
.btndark:hover, .btndark:focus {
  color: #fff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}

.ml-2 {
  margin-left: 4px;
}

.titleplusbtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.btnlarge {
  padding: 10px 25px !important;
}

.select2-container .select2-choice {
  border: 1px solid #e6e6e6 !important;
  border-radius: 0px !important;
}
.select2-container.form-control {
  border: 0px !important;
}

.select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: #ffffff !important;
  border-left: 1px solid #e6e6e6 !important;
}

.formarea .form-group .select2-container.form-control {
  border: 0px !important;
}
.formarea .form-group .select2-container.select2-container-multi {
  border: 1px solid #e6e6e6 !important;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: left 5px;
}

.minwdth100 {
  min-width: 100px;
}

.minwdth120 {
  min-width: 120px;
}

.minwdth130 {
  min-width: 130px;
}

.minwdth140 {
  min-width: 140px;
}

.minwdth150 {
  min-width: 150px;
}

.minwdth160 {
  min-width: 160px;
}

.minwdth170 {
  min-width: 170px;
}

.minwdth180 {
  min-width: 180px;
}

.minwdth190 {
  min-width: 190px;
}

.minwdth200 {
  min-width: 200px;
}

.flexbox {
  display: flex;
  flex-direction: row;
}
.flexbox.maxwdth100 {
  width: 200px;
}
.flexbox input[type=text] {
  margin: 0px 10px 0px 0px;
}
.flexbox.dml {
  display: flex;
  justify-content: flex-end;
}
.flexbox.dml .form-float {
  margin-left: 10px;
}

table tr input[type=checkbox] {
  position: relative !important;
}

.customcheckbox input[type=checkbox] {
  opacity: 0 !important;
}

h4 {
  font-weight: 600;
}

.editchecklistform textarea {
  min-height: 100px;
}

table tr td:first-child.actioncolumn .dropdown-menu.pull-right {
  right: auto !important;
  left: 50px !important;
  min-width: 230px;
}
table tr td:first-child.actioncolumn .dropdown-menu > li > a {
  margin-left: 0px !important;
  white-space: normal !important;
}

.table tr td, .table tr th, .card .body {
  font-size: 13px !important;
}

.useredit [type=checkbox]:not(:checked), .useredit [type=checkbox]:checked {
  left: -9999px !important;
  opacity: 0 !important;
}

.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
  margin-bottom: 0px !important;
}

.card.mt-2 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.modal-body .select2-container .select2-choice {
  border: 0px !important;
  border-bottom: 1px solid #e6e6e6 !important;
  padding-left: 0px !important;
}
.modal-body .select2-container .select2-choice .select2-arrow {
  border: 0px !important;
}

table tr td .select2-container {
  width: 100% !important;
}
table tr td .select2-container.form-control {
  height: auto !important;
  min-height: 34px !important;
}
table tr td .select2-container-multi .select2-choices {
  border: 1px solid #cccccc !important;
}
table tr td .js-states.form-control {
  width: 100% !important;
  min-width: 150px !important;
}

.fixedtbl .table tbody tr td, .fixedtbl .table tbody tr th {
  border-top: 1px solid #d4d4d4 !important;
  border-bottom: 0px solid #d4d4d4 !important;
}
.fixedtbl .table tbody {
  border-bottom: 1x solid #d4d4d4 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.flexcolumn {
  display: flex;
  flex-direction: column;
}

.flexrow {
  display: flex;
  flex-direction: row;
}

.fileuploadgroup {
  display: flex;
  flex-direction: row;
  max-width: 300px;
  margin-bottom: 5px !important;
}

.documentsdetailbox {
  border: 1px solid #cccccc !important;
  padding: 20px;
  margin-bottom: 20px;
}

.gridbtn {
  padding: 2px 5px;
  font-size: 11px !important;
}

.modal-body.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.dividerbox {
  height: 1px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 20px 0px;
}

table tr:last-child td.actioncolumn.open:last-child .dropdown-menu {
  top: -100% !important;
}

table tbody > tr:last-child td.actioncolumn.open:last-child .dropdown-menu {
  top: -20% !important;
}

.table-responsive.minheight500 {
  min-height: 500px;
}

.table-responsive .fixedtbl .table td.dropdown {
  position: relative;
  z-index: 5;
}
.table-responsive .fixedtbl .table td.dropdown .dropdown-menu {
  margin-top: -45px !important;
}
.table-responsive .fixedtbl .table td.dropdown .dropdown-menu a {
  padding: 4px 18px !important;
}

.panel-heading h4 {
  background: url(../images/minus.png) no-repeat right center !important;
  background-size: 12px !important;
}
.panel-heading h4.collapsed {
  background: url(../images/add.png) no-repeat right center !important;
  background-size: 12px !important;
}

#leftsidebar .menu .slimScrollDiv {
  overflow: visible !important;
  height: auto !important;
}
#leftsidebar .menu .slimScrollDiv .list {
  overflow: visible !important;
  height: auto !important;
}

/* Works on Chrome, Edge, and Safari */
.sidebar .menu::-webkit-scrollbar {
  width: 10px;
}

.sidebar .menu::-moz-scrollbar {
  width: 10px;
}

.sidebar .menu::-webkit-scrollbar-track {
  background: #ebeef3;
}

.sidebar .menu::-moz-scrollbar-track {
  background: #ebeef3;
}

.sidebar .menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 3px solid #ebeef3;
}

.sidebar .menu::-moz-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 3px solid #ebeef3;
}

.search_container .btn {
  padding: 8px 20px !important;
}
.search_container .btn-primary {
  height: 32px !important;
}
.search_container .btn-primary i {
  font-size: 16px !important;
}

.div_center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.div_center a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ui-grid-row .centeralign .ui-grid-cell-contents {
  justify-content: center !important;
}/*# sourceMappingURL=custom.css.map */