table.vertical-center > thead > th > td,
table.vertical-center > tbody > tr > td,
table > thead.vertical-center > th > td,
table > tbody.vertical-center > tr > td,
table > thead > th.vertical-center > td,
table > tbody > tr.vertical-center > td,
table > thead > th > td.vertical-center,
table > tbody > tr > td.vertical-center,
.vertical-center {
    vertical-align: middle !important;
}

.profile-info-name {
    width: 210px !important;
}

.tab-content.profile-edit-tab-content {
    padding: 32px 32px 32px !important;
}

.scroll {
    overflow: auto;
}

.scroll-x {
    overflow-x: auto;
}

.scroll-y {
    overflow-y: auto;
}

td.control-group.has-error {
    background-color: #FF6262;
}

.nav-list > li.admin-item > a,
.nav-list > li.open.admin-item > a {
    background-color: #438EB9 !important;
    color: #FFFFFF !important;
}

.nav-list > li.admin-item > a:hover,
.nav-list > li.active.admin-item > a:hover {
    background-color: #6FB3E0 !important;
    color: #FFFFFF !important;
}

.nav-list > li.active.admin-item > a {
    background-color: #337AB7 !important;
    color: #FFFFFF !important;
}

a:hover {
    cursor: pointer;
}

.multiselect-container {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.statistic-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto;
}

.statistic-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 400;
    color: #667E99;
    background-color: transparent;
    width: 300px;
    vertical-align: middle;
}

.statistic-info-value {
    padding: 6px 4px 6px 6px;
}

.statistic-info-name,
.statistic-info-value {
    display: table-cell;
    border-top: 1px dotted #D5E4F1;
}

.statistic-info-row:first-child .statistic-info-name,
.statistic-info-row:first-child .statistic-info-value {
    border-top: none;
}

.statistic-info-row {
    display: table-row;
}

.openlayers-map {
    height: 300px;
    padding-bottom: 10px;
}

.ol-overlay-container > .popover {
    width: 300px;
    z-index: 10000;
    position: absolute;
}

.popover-content, .popover {
    padding: 1px;
}

.list-group {
    margin-bottom: 1px;
}

.label-red {
    background-color: #d40000;
    color: #FFFFFF;
}

.label-green {
    background-color: #349a34;
    color: #FFFFFF;
}

.label-blue {
    background-color: #0000c1;
    color: #FFFFFF;
}

.label-gray {
    background-color: #9b9b9b;
}

.openlayers-map:-moz-full-screen {
    height: 100%;
    width: 100%;
}

.openlayers-map:-webkit-full-screen {
    height: 100%;
    width: 100%;
}

.openlayers-map:-ms-fullscreen {
    height: 100%;
    width: 100%;
}

.openlayers-map:fullscreen {
    height: 100%;
    width: 100%;
}

.ol-rotate {
    top: 3em;
}

.event-showing-show-event-button-group > * {
    padding-bottom: 15px;
}

.map-control-next-page {
    bottom: 15px;
    right: 5px;
}

.map-control-previous-page {
    bottom: 15px;
    right: 30px;
}

.menu-min .admin-item > a .menu-text{
    color: #1963aa;
}

/* Fix ACE bug with menu icon not displayed */
@media (min-width: 692px) and (max-width: 991px) {
	.navbar-toggle {
		display: block;
	}
}

/* Fix ACE bug */
@media only screen and (max-width: 479px) {
	#navbar .navbar-header.pull-right {
		float: right!important;
	}
}

/* Fix ACE bug */
@media only screen and (max-width: 479px) {
	#navbar .navbar-header.pull-left {
		float: left!important;
	}
}

#header-logo {
	max-height: 25px;
	max-width: 75px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.index {
    border: 1px lightgrey solid;
    border-radius: 5px;
    height: 4rem;
    width: 4rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.baseline {
    vertical-align: baseline;
}

.cursor-grab {
    cursor: grab;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.no-margin-checkbox > * {
    margin: 0;
}

.opacity-50 {
    opacity: 0.5;
}

option:disabled {
    color: #CCC;
}
