.sidebar-collapse .brand-link .brand-image {
	width: 100%;
    margin-left: 0;
    margin-top: 6px;
}

#profile-user-img .fa-spinner {
	position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 36px;
    margin-left: -18px;
    margin-top: -34px;
	display: none;
}

#fuel_level_image:before, #fuel_level_image2:before{
	font-size: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    color: #aaa;
}

.dz-preview {
	position: relative;
	width: 49%;
}

.dz-progress {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    padding: 3px;
    border: 1px solid #ddd;
	top: 0;
}

.atadas-project-index .card-body{
	position: relative;
}

.atadas-project-index .badge {
	position: absolute;
	right: 10px;
	top: 10px;
}


#car-photos:before{
	font-size: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    color: #aaa;
}

#car-previews img {
	width: 100%;
    margin-right: 2%;
    margin-bottom: 5px;
    height: auto;
    float: left;
}

.atadas-card .card-header{
    padding: .20rem 0.8rem;
    font-size: 15px;
}

.atadas-card .card-body{
    padding: .5rem;
}

.clone-btn:before {
    content: "";
    display: inline-block;
    background-image: url('../img/clone.png');
    background-size: contain;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}

.progress-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0, 0.6);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-layer .spinner-border {
    color: #fff;
}

#atadas-datepicker {
    text-align: center;
    margin-bottom: 20px;
    border: 0;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .content-header h1 {
        font-size: 1.5rem;
    }
}

#atadasform .btn-secondary {
    background-color: #d2d3d4;
    border-color: #d2d3d4;
    color: #545b62;
}

#atadasform .btn-secondary:not(:disabled):not(.disabled).active, #atadasform .btn-secondary:not(:disabled):not(.disabled):active, #atadasform .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.list-group-item {
    margin-bottom: 0;
    padding: .45rem 1rem;
}

.list-group-item strong{
    display: block;
}