* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    box-sizing: border-box;
}

img {
    border: none;
}

textarea {
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active {
    outline: none transparent !important;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-outline: none !important;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
    -webkit-appearance: unset;
    appearance: unset;
}

:focus {
    outline: none;
}

:hover,
:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

::-ms-clear {
    display: none;
}

::placeholder { 
    color: #444;
    opacity: 1; 
    font-weight:300;
  }
  
  :-ms-input-placeholder { 
    color: #444;
    font-weight:300;
  }
  
  ::-ms-input-placeholder { 
    color: #444;
    font-weight:300;
  }

/*---------------
    Main styles
---------------*/
:root {
    --scroll_width: 17px;
    --font_family: 'Lato', 'Open Sans', 'Arial', sans-serif;
    --font_family2: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
    --color_blue: #0071b9;
    --color_kahol: #0038b8;
    --color_gray: #8E8E8E;
    --color_dark: #535254;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    color: #000;
    font: 16px/22px var(--font_family);
    height: 100.1%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

body.lock {
    overflow: hidden;
}

.wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-position: center top;
    background-repeat: repeat-y;
    background-size:auto;
    z-index:0;
}

.main {
    flex: 1 0 auto;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: var(--color_blue);
    transition: color .2s;
}

a:hover, a:active {
	text-decoration: none;
	color: var(--color_kahol);
}

img{
	display: block;
	max-width:100%;
	height:auto;
}
.container {
    max-width: 1280px;
    padding:0 20px;
    margin: 0 auto;
    position:relative;

}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


header {
    background-color: var(--color_blue);
    margin-top: 10px;
    color:#fff;
}

header .container {
    padding:10px 20px;
    text-align:center;
}

.header_logo a {
    color: #fff;
    align-items: center;
}

.header_logo a h1 {
    font-weight: 300;
    margin: 0 0 0 20px;
    font-size: 32px;
    line-height: 1;
}

.header_logo img {
    height: 40px;
}

.header_menu a {
    color: #eee;
    display: block;
    margin-top: 7px;
    border-bottom: 1px solid #eee;
}

.header_menu a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.header_search {
    display:inline-block;
}

input#name_input {
    font-size: 18px;
    padding: 9px 20px;
    border: unset;
    color: #444;
    border-radius: 3px;
    font-family: var(--font_family);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; 
    width: 200px;   
}

.search_button {
    font-size: 18px;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-left: 1px solid transparent;
    color: #fff;
    border-radius: 3px;
    font-weight: 300;
    font-family: var(--font_family);
    background-color: var(--color_blue);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    cursor:pointer;
    transition: color, background-color .2s;
    width:100px;
}

.search_button:hover {
    color:var(--color_blue);
    background-color: #fff;
}

.fa-spin {
    display:none;
}

footer {
    background-color: var(--color_blue);
    margin: 60px 0 10px;   
    color:#fff;
    height:60px;
}

.jcsb {
    justify-content: space-between;
}

.bignum {
    font-size:100px;
}

#text_section {
    margin-top:50px;
}

#text_section a, .people_view a {
    border-bottom:1px solid;
}

/* people view */

.medals_images img {
    float: left;
}

/* костыли */
.mt5  {	margin-top:5px;}
.mt10 {	margin-top:10px;}
.mt15 {	margin-top:15px;}
.mt20 {	margin-top:20px;}
.mt30 {	margin-top:30px;}
.mt100 {margin-top:100px;}

.mb10 {	margin-bottom:10px;}
.mb20 {	margin-bottom:20px;}
.mb30 {	margin-bottom:30px;}

.pt5  {	padding-top:5px;}

.pr10 { padding-right:10px;}
.pr20 { padding-right:20px;}
.pr30 { padding-right:30px;}

.pl10 { padding-left:10px;}
.pl20 { padding-left:20px;}
.pl30 { padding-left:30px;}

.rpad0 {padding-right:0!important;}
.rpad10 {padding-right:10px!important;}
.rpad20 {padding-right:20px!important;}
.rpad30 {padding-right:30px!important;}

.lpad0 {padding-left:0!important;}
.lpad10 {padding-left:10px!important;}
.lpad20 {padding-left:20px!important;}
.lpad30 {padding-left:30px!important;}

.text_right { text-align:right;}
.text_left  { text-align:left;}
.text_center { text-align:center;}

.fl_right { float:right;}
.fl_left  { float:left;}

.dblock {display:block;}

.dark_gray {color:#666;}

.f18 {font-size:18px!important;}
.f16 {font-size:16px!important;}
.f14 {font-size:14px!important;}
.f12 {font-size:12px!important;}

.text-black {color:#000!important;}

.full_width {width:100%;}
.no_height {height:unset;}

/* dropdown */

.dropdown-menu {
    box-shadow: none;
    display: none;
    float: left;
    font-size: 16px;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #d9dee4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color:#0071b911;
    color:#000;
}
/* datatable */

#search_section {
    margin-top:60px;
}

div#search_table_wrapper {
    display: flex;
    flex-direction: column;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
.top_row {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 300px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: unset;
}
.table>thead>tr>th {
    border-bottom: unset;
}

/* added */
.people_images a {
    float: left;
    margin-right: 30px;
    text-decoration: none;
    color: transparent;
}

.page-title h3 {
    margin-top:10px;
}



