.radar-wrapper > * { max-width: 1200px; width: 100%; margin: 0 auto; }
.ads, .adsbygoogle { display: block; position: relative; z-index: 10; min-height: 90px; }
.main_widget { position: relative; height: 700px; overflow: hidden; }
.main_widget embed { height: calc(100% + 73px); width: 100%; margin-top: -73px; }

.main_widget .search { position: absolute; top: 40px; right: 25px; max-width: calc(100vw - 70px); display: flex; }
.main_widget .search input { border: solid 3px #233656; height: 48px; min-width: 240px; padding: 0 15px; font-size: 16px; border-radius: 5px 0 0 5px; }
.main_widget .search input::placeholder { color: #AAA; font-size: 16px; }
.main_widget .search button { background: #233656; border: none; height: 48px; min-width: 60px; padding: 0 15px; color: #FFF; font-size: 16px; border-radius: 0 5px 5px 0; cursor: pointer }

/* Pagination */
.pagination {
    clear:both;
    margin-top: 15px;
    position:relative;
    font-size:14px; /* Pagination text size */
    line-height:16px;
    float:right; /* Pagination float direction */
}
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 4px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #233656; /* Pagination non-active background color */
    transition: background .15s ease-in-out;
    border-radius: 5px;
}
.pagination a:hover{
    color:#fff;
    background: #3BB0E1; /* Pagination background on hover */
}
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #3BB0E1; /* Current page background */
    color:#fff;
}

/* countries_table */
.table_content { margin-top: 20px; }
.table_content:after { content: ""; display: block; margin-top: 5px; position: relative; width: 100%; height: 10px; background-color: #233656; border-radius: 4px; }
.countries_table { width: 100%; border-collapse: collapse; border-spacing: 0; position: relative; }
.countries_table tr:first-child th:first-child { border-radius: 5px 0 0 5px; }
.countries_table tr:first-child th:last-child { border-radius: 0 5px 5px 0; }
.countries_table tr:nth-child(even) { background: transparent !important; }
.countries_table tr:nth-child(odd) td { background: #F8F8F8; }
.countries_table tr:nth-child(odd) th:first-child { text-align: left; border-radius: 5px 0 0 5px; background-color: #EBEBEB; }
.countries_table tr:nth-child(odd) td:last-child { border-radius: 0 5px 5px 0; }
.countries_table td,
.countries_table th { text-align: left; padding: 8px 24px !important; }
.countries_table tr:nth-child(2) th { padding-top: 13px !important; }
.countries_table tr:first-child th { color: #fff; background: #233656 !important; font-size: 18px; padding: 24px !important; }

.search {
    position: relative;
    margin-bottom: 20px;
}

.search .search-input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-left: 20px;
    color: #233656;
}


.search .result-search {
    position: absolute;
    width: 100%;
    z-index: 15;
    display: block;
    top: 40px;
}

.search .result-search .preloader {
    width: 100%;
    display: none;
    background: #fff;
    border-top: none;
    border: 1px solid #eee;
    min-height: 60px;
}

.search .result-search .preloader .loader {
    width: 30px;
    height: 30px;
    margin: 15px auto;
    display: block;
}

.search .result-search .result-search-list {
    width: 100%;
    display: none;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-top: none;
    border: 1px solid #eee;
}

.search .result-search .result-search-list .result_item {
    line-height: 15px;
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-top: 10px;
}

.search .result-search .result-search-list .result_item:first-child{
    margin-top: 0;
}

.search .result-search .result-search-list .result_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.search .result-search .result-search-list .result_item a {
    color: #7c83a0;
    margin-bottom: 5px;
    display: block;
}
.searchform {
    display: flex;
    -moz-box-shadow:    1px 2px 6px 2px #ccc;
    -webkit-box-shadow: 1px 2px 6px 2px #ccc;
    box-shadow: 1px 2px 6px 2px #ccc;
    border-radius: 4px;
}
.searchform input{
    width: 80%;
    height: 40px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 16px;
    padding-left: 20px;
    color: #233656;
}
.searchform button{
    height: 42px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background:#233656 ;
    color: #fff;
    min-width: 60px;
}

@media (max-width: 767px) {
    .countries_table{
        min-width: 550px;
    }
    .countries_table th{
        font-size: 16px;
        padding: 10px 0px 10px 8px;
    }
}

input.table_search {
    border: solid 3px #233656;
    height: 48px;
    min-width: 240px;
    padding: 0 15px;
    margin: 10px 0 5px 10px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}
button.table_search_button {
    background: #233656;
    border: none;
    height: 48px;
    min-width: 60px;
    padding: 0 15px;
    color: #FFF;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 0 5px 5px 0;
}

.table_search {
    position: relative;
    z-index: 5;
}

.table_search .result-search {
    position: absolute;
    top: 60px;
    left: 25px;
    right: 15px;
    width: calc(100% - 40px) !important;
    height: 280px;
    max-height: 60vh;
}
.table_search .result-search > div {
    width: 100%;
    background: #FFFFFF;
    border: solid 1px #233656;
    box-shadow: 0 15px 15px -15px rgba(30,30,30,0.5) inset, 0 0 10px 0 rgba(45,45,45,0.4);
    border-radius: 5px;
}
.table_search .result-search .preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table_search .result-search .result-search-list {
    min-height: 140px;
}
.table_search .result-search .result_item {
    padding: 10px 15px;
    border-bottom: solid 1px rgba(30,30,30,0.1);
}
.table_search .result-search .not_found {
    line-height: 115px;
    text-align: center;
    display: inline-block;
    width: calc(100% - 20px);
}

.article a { color: #233656; transition: 200ms; font-weight: bold; }
.article a:hover { color: #2c5f88; text-decoration: none; }