/* *
{
 transition: all .1s ease-in;
 -moz-transition: all .1s ease-in;
 -webkit-transition: all .1s ease-in;
} */

body
{
	/* line-height: 1.4 !important; */
}

.form-group textarea
{
	height: 115px;
}

#elfinder
{
	height: 600px !important;
}

h6
{
	font-weight: bold !important;
	/* border-bottom: 1px solid #F9F9F9; */
	padding-bottom: .375rem;
	font-size: 1.2rem;
}

section.container-fluid h2,
.container-fluid h2
{
	margin-top: 15px;
	margin-bottom: 15px;
}

/* aparte styles buiten theme van backpack om */


.kentekens .selection li.select2-selection__choice
{
	/* background: #ffd923 !important; */
	font-weight: bold !important;
	padding: 6px 10px !important;
	margin-right: 6px !important;
	margin-bottom: 6px !important;
	/* border: 2px solid #000000 !important; */
}

span.select2-selection__choice__remove:after
{
	margin-right: 2px;
	margin-left: 8px;
	/* content: '▮';
	color: #2222AA; */
}

.repeatable-element
{
	margin-bottom: 15px !important;
}

a.nav-link.nav-dropdown-toggle
{
	font-weight: bold !important;
}

.app-header .navbar-brand
{
	width: 225px;
}

h2 span.text-capitalize
{
	text-transform: none !important;
}

.badge-info
{
	background-color: #00aae4 !important;
}

/* speciale CSS voor CRUD */

.bookingitem_status_field label
{
	display: none !important;
}

#financial_overview td label
{
	display: none;
}

p.help-block
{
	font-style: italic;
    font-size: 0.8rem;
	margin-bottom: 0px;
}


span.payment_log_step
{
	display: inline-block;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFFFFF;
}

.payment_log_item i.fa-arrow-down
{
	display: block;
    text-align: center;
    margin-top: 10px;
}

.payment_log_item:last-child i.fa-arrow-down
{
	display: none;
}

div.gray_panel
{
	background: #f7f9fb;
	margin: 0px;
}

div.gray_panel .form-group
{
	margin-bottom: 0.5rem;
}

div.gray_panel label
{
	margin-bottom: 0.25rem;
}

.table td, .table th
{
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

table .form-group
{
	margin-bottom: 0px !important;
}

.opacity-0
{
	opacity: 0;
}

.opacity-1
{
	opacity: 0.33;
}

.opacity-2
{
	opacity: 0.66;
}

.form-inline
{
	justify-content: space-between !important;
	width: 100% !important;
}

.form-inline .form-control
{
	width: 50% !important;
}


.form-inline label
{
	
	text-align: left;
}


.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select, .form-control
{
	/* height: 2rem;
	padding: .275rem .75rem; */
}

body .bookingitem .tab-pane
{
	/* line-height: 1.2 !important; */
	/* font-size: 0.9rem !important; */
}

@media screen and (max-width: 1024px)
{
	div.gray_panel.row
	{
		display: block !important;
	}

	div.gray_panel.row .form-inline .form-control
	{
		display: block;
		width: 100% !important;
	}
}

@media screen and (max-width: 475px)
{
	#rental_system_link
	{
		left: 80px !important;
    	font-size: 12px !important;
	}

	.app-header .navbar-brand
	{
		display: none !important;
	}
}

@media screen and (max-width: 1023px)
{

	#rental_system_link
	{
		position: absolute;
		left: 110px;
	}
}

body .datepicker .input-group.date .input-group-append
{
	display: none;
}


