/* Add here all your CSS customizations */
html.fixed .content-body {
    margin-left: 152px;
}
html.fixed .page-header {
    left: 152px;
}
@media only screen and (max-width: 767px) {
	html.fixed .content-body {
		margin-left: 0;
	}
	html.fixed .page-header {
		left: 0;
	}
}
.userbox .profile-picture img {
    height: 35px;
}
.fc-day-grid-event .fc-content, .fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
    overflow: auto;
}
.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content {
    white-space: normal;
}
.fc-event {
    font-size: 12px;
    line-height: 1.6;
}
.thumb-info .thumb-info-title {
    text-transform: none;
}
.page-header .breadcrumbs {
    display: inline-block !important;
}
.user_image_column{
	width: 45px;
	height: 45px;
	color: transparent;
	box-sizing: border-box;
}
.user_image_column.active{
	border: 4px solid #47a447;
}
.user_image_column.inactive{
	border: 4px solid #d2322d;
}
.table td, .table th {
    vertical-align: middle;
}
.select_color_allready {
    font-size: 10px;
    font-style: italic;
    color: lightblue;
    text-align: right;
    float: right;
    max-width: 50%;
}
.external-event {
    color: white;
	width: 46%;
	padding: 5px;
	margin: 1px;
}
.fc-time-grid-event .fc-content {
    text-align: center;
}
.fc .fc-time-grid-event.fc-event {
    max-width: 150px;
}
.rowColor {
    padding: 15px 20px;
    border-radius: 20px;
    color: white;
}
.event_edit_form .card-body{
	max-height: 50vh;
	overflow-y: auto;
	margin-bottom: 5px;
	border-radius: 0;
}
.totals_row td {
    background-color: #08c;
    color: white;
}
.dropzonemini {
    height: 45px;
    min-height: 10px;
}
.dropzonemini .dz-message {
    margin: 0;
}
#dropzone-invoice{
	padding: 5px 23px 45px 22px;
}
.upload_icon{
	height: 40px;
	width: 65px;
	display: block;
}
.delete_icon{
	position: relative;
	right: 15px;
	top: -12px;
	display: inline-block;
	background-color: white;
	width: 19px;
	text-align: center;
	height: 19px;
	border-radius: 30px;
	border: 1px solid red;
	color: red;
}
.delete_icon:hover{
	background-color: red;
	color: white;
}

.dashboard_veh_prev_grid .show-grid-block{
	min-height: 80px; 
}
.dashboard_veh_prev_grid .show-grid-block .veh_box{
	height: 70px; 
	border-radius: 4px; 
	overflow: hidden;
	line-height: 1;
	padding-top: 5px;
	word-break: break-all;
}
.dashboard_veh_prev_grid .show-grid-block .veh_box i{
	margin-top: 10px;
}