.shadow{
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,91,130,0.5);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,91,130,0.5);
  box-shadow: 10px 10px 5px 0px rgba(0,91,130,0.5);
}

.card-data{
  background-color: #ccdee6 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255,255,255) !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #ccdee6 !important;
}

.pagination{
  display:inline-block
}

.pagination{
  padding-left:0;
  margin:22px 0;
  border-radius:4px
}

.pagination>li{
  display:inline
}

.pagination>li>a,.pagination>li>span{
  position:relative;
  float:left;
  padding:6px 12px;
  line-height:1.6;
  text-decoration:none;
  color:#005b82;
  background-color:#fff;
  border:1px solid #ddd;
  margin-left:-1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span{
  margin-left:0;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span{
  border-bottom-right-radius:4px;
  border-top-right-radius:4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
  z-index:2;
  color:#005b82;
  background-color:#eee;
  border-color:#ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
  z-index:3;
  color:#fff;
  background-color:#005b82;
  border-color:#005b82;
  cursor:default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
  color:#777;
  background-color:#fff;
  border-color:#ddd;
  cursor:not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span{
  padding:10px 16px;
  font-size:18px;
  line-height:1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
  border-bottom-left-radius:6px;
  border-top-left-radius:6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
  border-bottom-right-radius:6px;
  border-top-right-radius:6px
}

.pagination-sm>li>a,.pagination-sm>li>span{
  padding:5px 10px;
  font-size:12px;
  line-height:1.5
}

.btn-outline-success {
  color: #005b82 !important;
  border-color: #005b82 !important;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #005b82 !important;
  border-color: #005b82 !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.fhc:checked + .slider {
  background-color: #005b82;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.bg-fhc{
  background-color:#005b82!important
}

.bg-fhc-hover{
  background-color:#d8e0e4
}

.bg-fhc-hover-white{
  background-color:#fff
}

.bg-fhc-gray{
  background-color:#5a6871!important
}

.text-fhc{
  color:#005b82!important;
}

.text-fhc-gray{
  color:#a2aaad!important;
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{
  background-color:#005b82!important
}

.btn-success{
  background-color: #bee41a !important;
  border-color: #bee41a !important;
}

.btn-warning{
  background-color: #ff439e !important;
  border-color: #ff439e !important;
  color: white !important;
}

.btn-primary{
  background-color: #ffbf0d !important;
  border-color: #ffbf0d !important;
}

.btn-info{
  background-color: #4acada !important;
  border-color: #4acada !important;
}


.btn-fhc{
  background-color: #005b82 !important;
  border-color: #005b82 !important;
  color: white;
}

.btn-fhc:hover{
  background-color: #669bb2 !important;
  border-color: #669bb2 !important;
  color: white;
}

.alert-success{
  border-color: #96D13B !important;
  background-color: #96D13B !important;
  color: #005b82;
  opacity: .5;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ccdee6 !important;
  opacity: 1;
}

.tooltip-inner{
  background-color: #005b82 !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  border-top-color: #005b82 !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  border-bottom-color: #005b82 !important;
}

.text-bold {
  font-weight: bold;
}


/*.btn-success{
  color:#fff;
  background-color:rgb(78, 53, 117);
  border-color:rgb(78, 53, 117)
}
.btn-success:hover{
  color:#fff;
  background-color:#653970;
  border-color:#542961
}
.btn-success.focus,.btn-success:focus{
  box-shadow:0 0 0 .2rem rgba(88, 20, 102, 0.5)
}
.btn-success.disabled,.btn-success:disabled{
  color:#fff;background-color:rgb(78, 53, 117);border-color:rgb(78, 53, 117)
}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{
  color:#fff;
  background-color:#3d185c;
  border-color:#4b1257
}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(88, 20, 102, 0.5)
}*/