html,
body {
  background-color: #206fea;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  font-size: 12pt;
}

image {
  width: 100%;
}

.text-white::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.text-white:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.text-white::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.text-white::placeholder {
  color: #fff !important;
  opacity: 1;
}

.form-control,
.btn,
::-webkit-input-placeholder,
::-webkit-input-placeholder {
  font-size: 1rem !important;
}

.form-control,
.btn,
::-webkit-input-placeholder,
::placeholder {
  font-size: 1rem !important;
}

.input-group {
  border-bottom: 1px solid #76a9fe !important;
  padding: 0 0 0.25rem;
}

.input-group .form-control {
  background-image: none;
}

.form-control:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.border-0 {
  background-image: none;
}

.text-white,
#mci a.text-white,
.text-white .input-group-text,
.text-white.form-control,
.text-white.form-control:focus {
  color: #fff !important;
}

.b {
  font-weight: bold;
}

.clr {
  clear: both;
}

.vh-100 {
  min-height: 100vh;
}

.btn {
  text-transform: lowercase;
}

.bg-primary {
  background-color: #4489fe !important;
}

.btn.btn-primary,
.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus,
.open > .btn.btn-primary.dropdown-toggle:hover,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle.focus,
.show > .btn.btn-primary.dropdown-toggle:hover,
.show > .btn.btn-primary.dropdown-toggle:focus,
.show > .btn.btn-primary.dropdown-toggle.focus,
.badge.badge-primary,
.modal-header {
  background-color: #4489fe !important;
  border-color: #4489fe;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#mci .btn-primary,
#mci .btn-danger,
#mci .btn-warning,
#mci .btn-info {
  color: #fff !important;
}

.modal-dialog .modal-header {
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  background-color: #4489fe;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
}

a,
a:visited,
a:active,
.link-primary,
.text-primary {
  color: #4489fe !important;
}

.btn.btn-primary:hover {
  background: #76a9fe;
  -webkit-box-shadow: 0 0 transparent;
          box-shadow: 0 0 transparent;
}

.btn-mci {
  background: #4489fe !important;
  border-radius: .5rem;
  color: #fff !important;
  display: inline-block;
  font-size: 1.2rem;
  overflow: hidden;
  padding: 1rem 0;
  width: 150px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none !important;
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s !important;
}

.form-group input[type=file] {
  margin-top: 10px;
  opacity: 1;
  z-index: auto;
}

.form-group.border {
  min-height: 46px;
  margin-bottom: 7px;
  padding-top: 0;
  margin-right: -17px;
  margin-left: -7px;
}

.form-group.border .form-control {
  background-image: none;
  margin-top: 4px;
}

.form-group.border label {
  margin-top: 0.25rem;
}

.form-group.border .col-form-label {
  font-size: 1rem;
  line-height: inherit;
}

.form-group.border .custom-select {
  border: none;
  padding: 0;
}

select.custom-select {
  margin-top: 2px;
}

.form-check {
  margin-bottom: 0;
}

h4 .circle,
h4 .check {
  height: 1rem !important;
  width: 1rem !important;
  margin-top: 0.9rem;
}

h4 .check {
  margin-top: 0;
}

.form-check .form-check-label .circle.text-light,
.form-check-input:checked ~ .circle.text-light {
  border-color: #fff !important;
}

h4 .circle.text-light .check {
  background-color: #fff !important;
}

.table th,
.table td {
  vertical-align: top !important;
}

table.table .form-control {
  background: none;
  padding-top: 0;
  margin-top: 0;
  height: auto !important;
}

table.table .custom-select {
  border: none;
  height: initial;
  line-height: normal;
  margin: 0;
  padding: 0 0.5rem;
  vertical-align: top;
}

.ui-autocomplete {
  z-index: 9999999 !important;
}

.fa-12x {
  font-size: 1.2rem;
}

.profile-photo-small {
  height: 40px;
  width: 40px;
}

.notification-icon {
  display: inline-block;
  vertical-align: middle;
}

.notification-icon .badge {
  padding: 4px;
  font-size: 8px;
  font-weight: bold;
  border-radius: 100%;
  vertical-align: top;
  margin-top: -5px;
  margin-left: -12px;
}

.card {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
  font-family: Roboto, sans-serif;
}

.card {
  border-radius: 0;
}

.card .card-title {
  border-bottom: 1px solid #eee;
  font-weight: normal;
  margin-bottom: 2rem;
  margin-top: 0.625rem;
  padding-bottom: 0.5rem;
}

footer {
  color: #fff;
  display: block;
  text-align: center;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

