

.modal-backdrop {

	z-index: 1 !important;

}

/* .modal {

	top: 178px !important;

}			 */



.error{

	color: red;

}





.thumb {

	width: 100px;

	height: 80px;

	margin: 0.2em -0.7em 0 0;

}

.remove_img_preview {

	position:relative;

	top:-25px;

	right:5px;

	background:black;

	color:white;

	border-radius:50px;

	font-size:0.9em;

	padding: 0 0.3em 0;

	text-align:center;

	cursor:pointer;

}

.remove_img_preview:before {

	content:"×";

}		

section.content.dispenseModal {
	z-index: 9;
}

.card .body .table td .col-sm-4 {
	white-space: normal;
}

.justify-buttons {
	justify-content: space-between;
	display: flex;
	align-items: flex-start;
}

.header.with-addnew {
    display: flex;
    justify-content: space-between;
}

.btn-align {
    width: 100%;
    padding-top: 24px;
}

.table-overflow-y {
	max-height: 200px;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 50px !important; 
    border-color: #E3E3E3 !important;
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 18px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
    right: 10px !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.select2-container--open .select2-dropdown--above {
    border-color: #E3E3E3 !important;
    border-bottom: 1px solid #E3E3E3 !important;
    border-radius: 10px !important;
}

.select2-container--open .select2-dropdown--below {
	border-color: #E3E3E3 !important;
    border-top: 1px solid #E3E3E3 !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e3e3e3 !important;
    border-radius: 50px !important;
}

.dataTables_length {
    float: left;
    width: 50%;
}

.dataTables_filter {
    float: right;
    width: 50%;
}

.table td, .table th {
	padding: 0.2rem;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.table td:first-child{text-align: left!important;}
.btn-sm .material-icons {
    font-size: 16px;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    width: 50%;
    padding-top: 10px;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: right;
    width: 50%;
    padding-top: 0px;
}

.dataTables_wrapper select {
	border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}