.header h3 {
  font-size: 20px;
  font-weight: 500;
}

a:focus,
a:hover,
a:active {
  outline: 0 none;
  text-decoration: none;
  color: #48474b;
  font-weight: initial;
}

a {
  outline: 0 none;
  text-decoration: none;
  color: #e8501e;
  font-weight: 500;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.navbar-right {
  float: right !important;
}

.navbar {
  position: relative !important;
  min-height: 65px !important;
}

.navbar-right .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.show>.dropdown-menu {
  display: block !important;
}

.dropdown-menu {
  position: absolute !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e8501e;
  font-weight: 600;
}

.nav .show>a,
.nav .show>a:hover,
.nav .show>a:focus {
  background-color: #ffffff;
  border-color: transparent;
  color: #333333 !important;
}

.navbar-nav .dropdown .dropdown-menu {
  margin-top: 23px !important;
}

.btn-outline-success {
  color: #e8501e !important;
  border-color: #e8501e !important;
  border-radius: 5px;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  color: #e8501e !important;
  border-color: rgb(232, 80, 30) !important;
  background: white !important;
  border-radius: 5px;
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 80, 30, 0.5) !important;
}

.datapdf {
  min-height: 640px;
}

.loading-content {
  background-color: transparent !important;
  margin-left: 120px;
}

.loader {
  border: 14px solid #f3f3f3;
  /* Light grey */
  border-top: 14px solid rgb(232, 80, 30);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  background: transparent !important;
}

.btn {
  cursor: pointer;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.alert-danger {
  background-color: #e8501e;
  border-color: #e05749;
  color: #fff !important;
}

.block-flat-login p {
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
}

.ui-datepicker {
  width: 25em;
}

.ui-widget.ui-widget-content {
  border: 5px solid #e66f47;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.ui-datepicker table th span {
  font-size: 14px;
  color: #e8501e;
}

.ui-datepicker .ui-datepicker-title {
  cursor: default;
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.ui-widget-header {
  color: #e8501e;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #e8501e;
  background: #e8501e;
  font-weight: normal;
  color: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 2px solid #ff7041;
  background: #ff7041;
  color: #ffffff;
}

.hasDatepicker {
  width: 140px;
  font-size: 14px;
}

.ui-datepicker-calendar tbody td {
  font-size: 16px !important;
}

.frmsettings .form-group label,
.frmsettings .form-group input {
  color: #48474b;
}

.frmsettings .form-group input {
  font-size: 14px;
}

.frmsettings .form-group select:focus,
.frmsettings .form-group input:focus {
  background-color: #ece2e2;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #e8501e;
  background-color: #e8501e;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: #e8501e;
}

.exportInvoice:hover {
  background-color: #e8501e !important;
  color: #ffffff !important;
}

/*********** Pagination **************/
.pagination {
  clear: both;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 10px 0 10px 0px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background: none;
  display: inline-block;
}

.pagination .button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.pagination .button {
  -webkit-appearance: none;

  margin: 0;

  border: none;

  overflow: visible;
  font: inherit;
  color: #656565;
  text-transform: none;

  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0);
  vertical-align: middle;

  line-height: 30px;

  min-height: 30px;

  font-size: 1rem;

  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background-image: linear-gradient(0deg, #00303c, #00303c);
  background-position: 100% -30px;
  background-size: 100% 30px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination .button:not(:disabled) {
  cursor: pointer;
}

.pagination .button:hover,
.pagination .button:focus {
  background-color: #00303c;
  color: #ffffff;

  outline: none;

  text-decoration: none;
  background-position: 0% 0%;
  box-shadow: inset 0 0 0 1px #00303c;
}

/* Active */
.pagination .button:active,
.pagination .button.active {
  background-color: #00303c;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #00303c;
}

.pagination .button-primary {
  background-color: #00303c;
  color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: inset 0 0 0 1px #00303c;
}

/* Hover */
.pagination .button-primary:hover,
.pagination .button-primary:focus {
  background-color: #ffffff;
  color: #00303c;
  box-shadow: inset 0 0 0 1px #00303c;
}

/* Active */
.pagination .button-primary:active,
.pagination .button-primary.active {
  background-color: #0091ca;
  color: #00303c;
}

.pagination .currentpage {
  background-color: #ffffff;
  color: #00303c;
  box-shadow: inset 0 0 0 1px #00303c;
  margin: 0 5px 0 2px;
}

.pagination .nobutton {
  display: inline-block;
  width: 40px;
  margin: 0 2px;
  padding: 0 5px 0 0;
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 360px) {
  .pagination {
    height: 95px;
  }

  .pagination a {
    margin-top: 5px;
  }
}

@media screen and (min-width: 361px) and (max-width: 480px) {
  .pagination {
    height: 95px;
  }

  .pagination a {
    margin-top: 5px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .pagination {
    height: 95px;
  }

  .pagination a {
    margin-top: 5px;
  }
}