body {
    overflow-y: scroll;
}

.loader-container {
    background-color: rgba(255,255,255,1);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
}

.loader-container.loading {
    z-index: 1002;
} 

.loader-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.waiting {
    cursor: wait;
}

*:focus, .bootstrap-select .btn:focus {
    outline: none !important;
}

/* adjust css for DataTables */
.resultsTable th, td { white-space: nowrap; }

/* tweak css for mapy.cz */
.smap .zoom .label {
    font-weight: inherit;
    line-height: inherit;
    padding: inherit;
}

.smap .layer-switch .item p {
    color: inherit !important;
}

.smap .layer-switch .active p {
    color: #000 !important;
}

.grid {
  width: 1170px;
  height: 700px;
}

.drop-box {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 5px dashed #ddd;
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
    min-height: 0px; /* IE */
}

.drop-box-active {
    border: 5px dashed #0f0;
}

.drop-box-disabled {
    border: 5px dashed #f00;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.mg-top-15 {
	margin-top: 15px;
}

.leaflet-container {
    font-size: 12px;
}