.minifizare th{
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
	height: 18px;
	font-size: 14px;
	border-bottom-width: 0 !important;
	border-top-width: 0 !important;
}
.minifizare th::before, .minifizare th::after{
	bottom: 0 !important;
	opacity: 1 !important; 
}
.minifizare table.dataTable thead .sorting_asc:before, .minifizare table.dataTable thead .sorting_desc:after{
	color: #ffc107 !important; 
}
.minifizare td{
	padding: 0;
	height: 18px;
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
}
.minifizare .form-group{
	margin-bottom: 5px;
}
.minifizare input{
	height: 25px;
}
.minifizare select{
	height: 25px !important;
}
.minifizare .form-group label{
	margin-bottom: 0px;
}
.minifizare .btn{
	height: 25px;
	padding: 0px 6px;
    font-size: 15px;
}
.minifizare .text-success i, .minifizare .submitLinieForm i, .minifizare .submitLinieForm{
	font-size: 23px !important;
	display: block;
} 
.minifizare .nrArticolAviz{
	padding-top: 0px !important;
} 
.minifizare .select2-container .select2-selection--single{
    height: 25px;
} 
.minifizare .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 23px;
}
.minifizare .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px;
}
.dark{
	background-color: #45484c;
}
.dark .card{
	background-color: #4e4e4e;
	color: #fff;
}
.dark .card .bg-white{
	background-color: #4e4e4e !important;
	border-bottom: 1px solid #000;
}
.dark .card .card-body .form-group{
	border-radius: 5px;
}
.dark .card .card-body .form-group select {
    background-color: #343a40;
    border: 1px solid #7b7b7b;
    color: #cccecf;
}
.dark .card .card-body .form-group select:focus{
	border: 1px solid #a9a8a8;
	box-shadow: none;
}
.dark .card .card-body input{
	background-color: #343a40;
	border: 1px solid #7b7b7b;
	color: #cccecf;
}
.dark .card .card-body input:focus{
	border: 1px solid #a9a8a8;
	box-shadow: none;
}
.dark .card .card-body .form-group textarea:focus{
	border: 1px solid #a9a8a8;
	box-shadow: none;
}
.dark .card .card-body .form-group textarea{
	background-color: #343a40;
	border: 1px solid #7b7b7b;
	color: #cccecf;
}
.dark input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #343a40 inset !important;
    -webkit-text-fill-color: #cccecf !important;
    transition: .3s ease;
}
.dark > h2:first-of-type{
	position: relative;
    border-bottom: 1px solid #000;
    color: #fff;
    margin-bottom: 0px !important;
}
.dark .dataTables_wrapper{
	padding-top: 20px;
	color: #cccecf;
}
.dark .dataTables_wrapper table tr{
	background-color: #343a40 !important;
}
.dark .dataTables_wrapper .table-bordered{
	border: 1px solid #212529;
}
.dark .dataTables_wrapper .table-bordered td, .dark .table-bordered th{
	border: 1px solid #212529;
}
.dark .dataTables_wrapper .table-bordered td:focus{
	border: 1px solid #a9a8a8 !important;
    outline: none !important;
}
.p-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.dark .jedit input{
	background-color: #343a40;
	border: 1px solid #7b7b7b;
	color: #cccecf;
}
.dark .jedit input:focus{
	border: 1px solid #a9a8a8 !important;
	outline: none !important;
}
.dark div.dataTables_wrapper div.dataTables_filter input, .dark div.dataTables_wrapper div.dataTables_length select{
	background-color: #cccecf;
	border: 1px solid #212529;
	color: #343a40;
}
.dark div.dataTables_wrapper div.dataTables_filter input:focus, .dark div.dataTables_wrapper div.dataTables_length select:focus{
	border: 1px solid #a9a8a8 !important;
	outline: none !important;
	box-shadow: none !important;
}
.dark div.dataTables_wrapper div.dataTables_length label, .dark div.dataTables_wrapper div.dataTables_filter label{
	color: #fff;
}
.optiuniTabel{
	width: 100px;
}
table.dataTable{
	width: 100% !important;
}
.dark table td a{
	color: #5789a2; 
}
.dark table td a:first-child{
	color: #34d258!important; 
}
.dark .page-item.disabled .page-link{
	background-color: #cccecf;
	color: #343a40;
}
.dark .page-item.active .page-link{
	background-color: #5789a2;
    border-color: #5789a2;
}