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;	
}