@media (min-width: 768px) {
  .modal-dialog.modal-cc {
    width: 670px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 90%;
  }
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}
.intl-tel-input {
  width: 100%;
}
.flipicon {
  transform: scaleX(-1);
  -ms-filter: "FlipH";
}
.card-wrapper {
  max-width: 314px;
  margin-left: auto;
  margin-right: auto;
}
.input-group-addon {
  top: 0 !important;
}
.wrap-contents {
  overflow: hidden;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.little-red-button {
  padding: 0;
  color: #d9534f;
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.datepicker {
  z-index: 1151 !important;
}
.forgot-small {
  top: 25%;
}
input::-webkit-input-placeholder {
  color: #ccc !important;
}
input::-moz-placeholder {
  color: #ccc !important;
}
input:-moz-placeholder {
  color: #ccc !important;
}
input:-ms-input-placeholder {
  color: #ccc !important;
}
.container {
  background-color: #fff;
  padding: 0;
}
.navbar > .container {
  background-color: transparent;
}
.navbar-nav > li > a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.navbar {
  min-height: 30px !important;
}
.navbar-brand {
  padding: 6px 15px !important;
}
.btn {
  border-radius: 2px;
  margin: 2px;
}
form[role=form] {
  margin-bottom: 20px;
}
.form-control {
  border-radius: 2px;
  box-shadow: none;
}
.page-header {
  margin-top: 10px;
}
.modal-scrollable .modal-body {
  overflow-y: auto;
}
.modal-header {
  border-bottom: 1px solid transparent;
  background-color: #425a7b;
  color: #fff;
}
.modal-footer {
  background-color: #f7f7f7;
}
.form-horizontal .control-label {
  color: #444450 !important;
  text-align: left !important;
}
.breadcrumb {
  background-color: #f7f7f7;
  font-size: 13px;
  padding: 8px;
}
.navbar-toggle {
  margin-top: 13px;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #2c6583;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #4087ad;
}
.nav.navbar-nav.navbar-right .bi {
  margin-right: 4px;
}
.rc-nav-main.navbar {
  border: 0;
  border-bottom: 4px solid #425a7b;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 30px !important;
  background-color: #425a7b;
  z-index: 1049;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.input-code {
  height: 1.5em;
  padding: 10px 16px;
  font-size: 38px;
  line-height: 1.3333333;
  border-radius: 6px;
  text-align: center;
  width: 6.5em;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-overrides.css.map */