.content-header {
    margin-top: 20px;
}

.main .container-fluid {
    padding: 0 30px;
}

.app-header .navbar-brand {
    width: 200px !important;
    justify-content: inherit;
}

.thumbnail {
	width: 100px;
}

.park-map {
	height: 50vh;
}

.inspection-report th {
	background: whitesmoke;
}

.sidebar .nav-link.active {
    background: #20a8d8;
}

.sidebar .nav-link.active .nav-icon {
    color: #ffffff;
}

.nav-dropdown-items > .nav-item > .nav-link {
    padding-left: 30px;
}

input[class~="form-control"], input[class~="form-control"]:focus {
    color: #000000;
}

.dz-remove {
    background-color: #2f353a !important;
    border-color: #2f353a !important;
}

.dropzone {
    width: 100%;
}

.dropzone .dz-default.dz-message span {
    display: block;
    margin-top: 110px;
    font-size: 18px;
    text-align: center;
}

.dropzone .dz-size {
    display: none;
}
.dropzone .dz-details {
    margin-bottom: 3px !important;
}

.dropzone .dz-remove {
    margin-top: 0px !important;
    background-image: none !important;
    background-color: #f64846;
    border-color: #f63c3a;
    border: none;
    color: #fff !important;
}

.dropzone img {
    margin: 0px !important;
}

.dropzone .dz-preview {
    margin-left:3px;
}
