
body.sportblank {
    background-color: #0a2e40 !important;
}
.navbar-top .logo {
	height:auto;
	max-width:170px;
}
.navbar-top .logo-closed {
	height: auto;
	max-height: 25px;
}

.table thead th {
	position:relative;
}

.table thead .sorting:before,
.table thead .sorting:after,
.table thead .sorting_asc:after,
.table thead .sorting_desc:after,
.table thead .sorting_asc_disabled:after,
.table thead .sorting_desc_disabled:after {
    content: '';
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    font-size: 0.75rem;
    margin-top: -0.375rem;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.table thead .sorting {
    cursor: pointer;
}

.table thead .sorting:after {
    content: '\e9c2';
    margin-top: -.625rem;
    opacity: .5;
}

.table thead .sorting_asc:after {
    content: '\e9c2';
    opacity: 1;
}

.table thead .sorting_desc:after {
    content: '\e9c1';
    opacity: 1;
}

.close.fileinput-remove {
	z-index: 999;
}

.datepickers-container{
	z-index: 9999;
}

.select2-selection--multiple{
	border-bottom: 1px solid #ddd;	
}

.visible{
	display: block !important;
}
button.rounded-round {
    border-radius: 5px!important;
}

.btn-outline-light:hover {
    color: #1E88E5;
    background-color: #fafafa;
    border-color: #fafafa; }

.bg-grey-300 {
    background-color: #b8bdc2 !important;
}

.sidebar-light .nav-sidebar>.nav-item-open>.nav-link:not(.disabled), .sidebar-light .nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgba(30,136,229,0.1);
    color: #333;
}

.sidebar-light .nav-sidebar .nav-item>.nav-link.active {
    background-color: rgba(30,136,229,0.1);
    color: #333;
}

.sidebar-light .nav-link i {
    color: #1E88E5;
}

.draw2d_droppable {
    cursor: -webkit-grab; cursor: grab;
}