input.ace-switch.ace-switch-yesno:checked::before {
	content: "DA"
}

input.ace-switch.ace-switch-yesno::before {
	content: "NU";
}

.dataTable:not(.collapsed) tbody > tr > td:first-child {
	    display: none;
}

.table-tools-col .dt-button-collection .dropdown-menu > a:first-child {
	display:none;
}

/* upload */
.foto-upload .photos{
	list-style:none;
	margin:0px;
	padding:0px;
}
.foto-upload .photos .add-photo {
	float: left;
	display:table;
	border: 2px dashed;
	border-color:#dcdee3;
	margin-right:18px;
	width:100px;
	height:100px;
	color: #98a7be;
	cursor: pointer;
	transition: all linear 0.2s;
}
.foto-upload .photos .add-photo.isPhoto {
	cursor:move;
}
.foto-upload .photos .add-photo:focus,
.foto-upload .photos .add-photo:hover {
	border-color:#2964be;
	color: #2964be;
}

.foto-upload .photos .add-photo .table-cell {
	display:table-cell;
	vertical-align:middle;
	width:100px;
	height:100px;
	font-size: 36px;
	text-align:center;
	position:relative;
}

.foto-upload .photos .add-photo .table-cell .imageOptions {
	position: absolute;
    top: -7px;
    width: 120%;
    left: -10%;
    height: 100%;
    font-size: 21px;
	display:none;
}

.foto-upload .photos .add-photo:hover .imageOptions {
	display:block;
}

.foto-upload .photos .add-photo .table-cell .imageOptions a:first-child {
	float: left;
    display: block;
    background: #55927F;
    border-radius: 20px;
    color: #ffffff;
    padding: 0px 5px;
}

.foto-upload .photos .add-photo .table-cell .imageOptions a:last-child {
	float: right;
    display: block;
    background: #CC141B;
    border-radius: 1px;
    color: #ffffff;
    padding: 0px 4px;
    padding-bottom: 1px;
	font-size: 13px;
}

@media (max-width: 991px) {
	.foto-upload .photos .add-photo {
		margin-bottom: 18px;
	}
}	


.typeahead.dropdown-menu li > a {
	display: block;
    padding: 5px;
}
.typeahead.dropdown-menu li > a:hover {
	background:#e3eff9;
}

.navbar-blue .navbar-toggler.jhn-custom:hover, .navbar-blue .navbar-toggler.jhn-custom:focus {
	background: none;
}

.note-editor.note-frame.codeview {
    width: 100%;
    display: grid;	
}

#backdropaction {
	position:fixed !important;
	background:#191818e0;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 1050;
}

#backdropaction .b-inner-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 2em;
	color: #dedede;
	flex-direction: column;
}

.modal-body .modal-loading {
	display:block;
	width:100%;
	height:250px;
}

.modal-body .modal-loading .b-inner-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 2em;
	color: #565454;
	flex-direction: column;
}

#data-table-comenzi tfoot .form-control {
	font-size: 0.8rem !important;
}

#sidebar.collapsed .nav-item .btn-danger {
	display:none;
}

#sidebar.collapsed .sidebar-inner.is-hover .nav-item .btn-danger {
	display:inline-block;
}

.dataTables_filter,
.dataTables_filter > label {
	width:100%;
}

.dataTable tr.child ul.dtr-details {
	padding: 1rem;
}