/* Write your custom CSS here */
select {
    color: #000;
}

option {
    color: #000;
}

.logout {
	text-align: left;
	color: #5f5f5f;
	padding: 7px 10px;
}

.logout i {
	margin-right: 10px;
}

.logout:hover {
	text-decoration: none;
	color: #262626;
	background: #f7f7f7;
}

ul.breadcrumb {
	margin-top: 0 !important;
    -webkit-padding-start: 0px;
}

.filedrag {
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    cursor: pointer;
}

.filedrag i {
    font-size: 35px;
}

.form-group {
    position: relative;
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

.hint-block {
    font-size: 85%;
}


.btn-photo {
    position: absolute;
    top: 0;
    right: 15px;
}