.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: #004d61;
  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;
}

.btn-spinner {
  /* The animation part: */
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.navbar-right {
  float: right !important;
}
.navbar {
  position: relative !important;
  min-height: 65px !important;
}
.navbar-right .dropdown-menu {
  right: 20px !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: #004d61;
  font-weight: 600;
}

.nav .show > a,
.nav .show > a:hover,
.nav .show > a:focus {
  background-color: #ffffff;
  border-color: transparent;
  color: #333333 !important;
}
.profile_menu .dropdown-toggle {
  padding: 21px 10px;
}
.navbar-nav .dropdown .dropdown-menu {
  margin-top: 23px !important;
}
.btn-outline-success {
  color: #004d61 !important;
  border-color: #004d61 !important;
  border-radius: 5px;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  color: #004d61 !important;
  border-color: #013744 !important;
  background: #f3f3f3 !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 #ebe717;
  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: #004d61;
  border-color: #004d61;
  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 #004d61;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.ui-datepicker table th span {
  font-size: 14px;
  color: #004d61;
}
.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: #004d61;
}
.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 #004d61;
  background: #004d61;
  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: #004d61;
  background-color: #004d61;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #004d61;
}

.exportInvoice:hover {
  background-color: #004d61 !important;
  color: #ffffff !important;
}
.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #004d61;
  white-space: nowrap;
  margin: 0;
  transition: background-color 0.4s ease;
}
.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #cbcbff;
  font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #b8b8ff;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
  background: #004d61;
  height: 40px;
  padding: 5px 0 0 5px;
}
.nav-tabs a {
  color: #fff;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #004d61;
  border-top: 1px solid #ececec;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
  padding-bottom: 15px;
  padding-top: 0px;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  position: static;
  color: #fff !important;
  font-weight: 500;
  margin-right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #004d61;
  border-top: 2px solid #ececec;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
  padding-bottom: 15px;
  padding-top: 16px;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  position: static;
  color: #fff !important;
  font-weight: 500;
  margin-right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab-content {
  background: #f7f7f7;
}
.progress-bg {
  background-color: #ebe717;
}
#datadeliverypoints {
  margin-top: 5px;
}
/*********** 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;
  }
}
