#header .logo h1 a,
#header .logo h1 a:hover {
  color: white;
  text-decoration: none;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #a2cce3;
}

.partblock{
	margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.section-bg{
	padding:20px;
}

.icon-box{
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 40px 0 0 0;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
    width: 100%;
}

.icon {
    margin: 0 auto 20px auto;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.icon-box-pink .icon i {
    color: #ff689b;
}
.icon i {
    font-size: 36px;
    line-height: 1;
}

.icon-box-pink .icon {
    background: #fceef3;
}

.icon-box-cyan .icon {
    background: #e6fdfc;
}
.icon-box-cyan .icon i {
    color: #3fcdc7;
}
.icon-box-green .icon {
    background: #eafde7;
}
.icon-box-green .icon i {
    color: #41cf2e;
}

.icon-box-blue .icon {
    background: #e1eeff;
}

.icon-box-blue .icon i {
    color: #2282ff;
}
.card{
    box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
    border: none;
    margin: 10px 15px;
}
.card-status-start {
    position: absolute;
    right: auto;
    bottom: 0;
    width: 2px;
    height: 100%;
    border-radius: 4px 0 0 4px;
}
.bg-primary {
    background-color: #206bc4!important;
}

.card-status-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    border-radius: 4px 4px 0 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0;
    border: 0;
    padding: 0;
}

.card-header{
    border-top: solid #1e4356;
}

.card-body ol{
    padding: 0;
}

.card-body ul{
    padding: 0;
    list-style-type: none;
}

.card{
    margin: 10px 3px;
}

.repimg{
    height: 120px;
    width: 170px;
    padding: 0;
    margin: 2px;
}

#legend{
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 990;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background-color: darkslategray;
}

#mapyear{
    background-color: darkslategray;
    border-color: whitesmoke;
    color: whitesmoke;
    border-radius: 3px;
    border: solid 1.5px;
}

section {
    padding-top: 10px;
}

.previous > a, .next > a{
    font-size: 12px;
    min-width: 4em;
    padding: 9px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: none;
    border: none;
}

#sites_filter{
    width: 220%;
}