.news-img{
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
}
.board-img{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}

.pull-right{
    float: right;
}

.dataTables_length{
    padding: 20px 0;
}

.dataTables_paginate {
    padding-top: 30px; 
}

.dataTables_paginate a{
    color: black;
}

.custom-select,.paginate_button a{
    border-radius: 0!important;
}

.f-left{
    float: left;
}

.board .board-perex{
    background: #4c87ca;
    color:white;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-filter: all 0.4s;    
    -ms-filter: all 0.4s;    
    transition: all 0.4s;
}

.board:hover .board-perex{
    background: #76d7b1;
}

#eumap{
    z-index: 1;
}

#eumap path{
z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-filter: all 0.4s;    
    -ms-filter: all 0.4s;    
    transition: all 0.4s;
}

#eumap path:hover{
    fill:#4c87ca;
}

#eumap path.active{
    fill:#76d7b1;
}

.form-control {
    /*    background: white;
        border: 0;*/
}

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

.icon-box.iconbox-theme-colored .icon {
    color: #284358;
}

.icon-box .icon.icon-border-effect {
    position: relative;
}

.icon-box .icon.icon-gray {
    background-color: #eeeeee;
}

.icon-box .icon {
    display: inline-block;
    height: 70px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 70px;
    text-align: center;
}

.icon-box .icon i {
    line-height: 70px;
}

.icon-box i {
    display: inline-block;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.icon-box .icon-border-effect:hover::after {
    opacity: 1;
    transform: scale(1);
}

.icon-box .icon-border-effect::after {
    border-radius: 50%;
    box-shadow: 0 0 0 3px;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
    background-color: #284358;
    color: #fff;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
    border-radius: 0;
}
.icon-box.iconbox-theme-colored .icon-border-effect::after {
    box-shadow: 0 0 0 3px #284358;
}

.resources-link{
    display: flex;
    padding-top: 30px;
    /*    background: #fafafa;*/
    /*border-top: 1px #ccc solid;*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-filter: all 0.4s;    
    -ms-filter: all 0.4s;    
    transition: all 0.4s;
}


.dropdown .nav-item{
    padding: 5px 0;
}

.board-info{
    background: #f1F1F1;
    padding: 0 30px 30px 30px;
}

.contact input,.contact textarea{
    background: #f6f6f6;
    border-radius: 6px;
    padding: 15px;
    height: auto;
}

.login input,.login textarea,.login select{
    border: 0;
}


.form-control:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login input,.login select{
    background: #F8F8F8;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    padding: 20px;
    height: auto;
    line-height: 20px;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

.login select option{
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

.login input:focus,.login select:focus{
    background: #f1f1f1;
}

.user{
    cursor: pointer;
    margin-left: 17px;
    line-height: 40px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #4c87ca;
    color: white;
    border-radius: 100%;
}

.btn-repass-1,.btn-repass-2,.btn-pass-1,.btn-pass-2{
    width:200px;
    text-align: center;
}

.member1FormErr,.member2FormErr{
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    background: white;
}

.table thead th {
    border: 0;
    background: #f1f1f1;
}

.table td, .table th {
    border: 0;
}

.table-membership .dataTables_filter{
    padding: 20px 0;
}

.table-membership .dataTables_filter input{
    border-radius: 0;
    border: 0;
    /*border-bottom: 1px #999 solid;*/
    width: 100%;
    background: #f1f1f1;
}

.about-me{
    padding: .75rem;
}

.about-me label{
    display: block;
    font-weight: 700;
}

.fancybox-content{
    max-width: 60%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.memberFormErr {
    display: block;
    line-height: 4em;
    background: #eee;
    padding: 0 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-copyright{
    background: rgb(20, 20, 20);
}

.mousePointer{
    border-radius: 8px;
    display: none;
    position: fixed;
    padding: 5px 15px;
    background: #666;
    color: white;
    text-align: center;
    z-index: 999;
    pointer-events: none;
}

.mousePointer:before{
    content: "";
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #666 transparent transparent transparent;
}

.cle-title{
    margin-bottom: 15px;
}

.cle-city{
    line-height: 1.2;
}


.table-cle-detail tr td:first-child{
    white-space: nowrap;
}

.text-ckeditor a{
    text-decoration: underline;
}