.section-header-medium {
    height: 60px;
}

.section-header {
    background: linear-gradient(100deg,#14324b 0,#29699c 100%);
    min-height: 85px;
    margin-bottom: 20px;
}

.section-header h1 {
    padding-top: 20px;
}
.section-footer{
    padding-top: 15px;
    padding-bottom: 15px;   
    margin-top: 20px;
}

.logo {
    
    
}



.uk-navbar-container{
    height: 50px;
    margin-bottom: 20px;
}

 .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {

	min-height: 50px;

}


.table_sort table {

}

.table_sort th {
    cursor: pointer;
}

.table_sort td,
.table_sort th {
}

.table_sort tbody tr:nth-child(even) {
}

th.sorted[data-order="1"],
th.sorted[data-order="-1"] {
    position: relative;
}

th.sorted[data-order="1"]::after,
th.sorted[data-order="-1"]::after {
    right: 8px;
    position: absolute;
}

th.sorted[data-order="-1"]::after {
	content: "▼"
}

th.sorted[data-order="1"]::after {
	content: "▲"
}

.color_1 {
    background-color: yellow;
}

.color_2{
   background-color: red; 
}