.logo-header .logo {
    color: #ffffff;
}
.btn-block {
	width: 100%;
}

.btn-default {
    background: #585858!important;
    color: #fff!important
}

.btn-default:disabled,.btn-default:focus,.btn-default:hover {
    background: #888888!important;
    color: #fff!important
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 16px 16px !important;
}

.table thead th {
    padding: 12px 12px !important;
}

.custom-file-label {
    overflow: hidden;
}

.upfile_hide_file {
    width: 0.1rem;
    height: 2.25rem;
    margin: 0;
    opacity: 0;
}

.btn_file_upload {
    position: relative;
    right: 0;
    z-index: 3;
}

.card-tools {
	text-align: right;
}

.card-primary-outline {
	background: initial !important;
    border-top: 3px solid #007bff !important;
}

.note-modal-footer {
    height: 60px;
}

.note-icon-caret {
	display: none;
}

.note-color .note-dropdown-menu{
	min-width: 160px;
}

@media (max-width: 768px) {

	.card-footer .d-flex {
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.card-footer .d-flex .btn {
		min-width: 4rem;
	}

}

@media screen and (max-width: 991.5px) {
    .profile-pic span {
        display:block;
    }
}
