 /* custom css */

.index-logo-margin {
	margin-left: -2rem;
}

* :focus {
	outline: 0;
}

.clear-both {
	clear: both;
}

.margin-top32 {
	margin-top: 32px;
}

.gototop {
	font-size: 1.2em;
}

* :focus {
	outline: 0;
}

.ul-display-flex {
	display: flex;
}

.pr05 {
	padding-right: 0.5em;
}

.pr1 {
	padding-right: 1em;
}

.cursorpointer {
	cursor: pointer;
}

.hoverblue:hover {
	color: blue;
}

.hoverred:hover {
	color: red;
}

.text-align-right {
	text-align: right !important;
}

.text-align-center {
	text-align: center!important;
}

.text-bold {
	font-weight: bold !important;
}

#gotopagetop .select2-container--default .select2-selection--single,
.dark-mode #gotopagetop .select2-container--default .select2-selection--single,
#gotopagebottom .select2-container--default .select2-selection--single,
.dark-mode
	#gotopagebottom
	.select2-container--default
	.select2-selection--single {
	border-right: none;
	border-left: none;
	border-radius: 0;
}

#gotopagetop .select2-container--default .select2-selection--single,
#gotopagebottom .select2-container--default .select2-selection--single {
	border-top: 1px solid #e5e9f2;
	border-bottom: 1px solid #e5e9f2;
	/* background-color: #ebeef2 !important; */
}

.dark-mode #gotopagetop .select2-container--default .select2-selection--single,
.dark-mode
	#gotopagebottom
	.select2-container--default
	.select2-selection--single {
	border-top: 1px solid #1d2d40 !important;
	border-bottom: 1px solid #1d2d40 !important;
	/* background-color: #0d141d !important; */
}

.dark-mode .page-item.active .page-link {
	background-color: #0d141d !important;
}

.nk-menu-item a.active {
	color: #6576ff;
}

#verysearch {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#no-notify .icon-status-info:after {
	visibility: hidden;
}

#no-notify .nk-quick-nav-icon {
	cursor: default;
}

#email-error {
	color: red;
	margin-left: 5px;
	display: none;
}

.new-file-dot {
	width: 14px !important;
	height: 14px !important;
}

.menu-disabled {
	opacity: .3 !important;
	cursor: default !important;
}

.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}

.clear-both {
	clear: both !important;
}

.modal-main-icon {
	font-size: 9em;
}

.btn-row-margin {
	margin: 0em .4em !important;
}

.std-tools-compact {
	visibility: hidden !important;
	display: none;
}	
	
@media screen and (max-width: 980px) {
	.std-tools-compact {
		visibility: visible !important;
		display: table-cell;
	}
}
	
@media screen and (max-width: 1539px) {
	.icon-studi-row-ext {
		visibility: hidden !important;
		display: none !important;
	}
}	

@media screen and (max-width: 979px) {
	.std-tools-extended {
		visibility: hidden !important;
		display: none !important;
	}
}	

.display-none {
	display: none;
}	

.verificon {
	font-size: 1.3em;
	vertical-align: text-top;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.veri_title_padding_top {
	padding-top: .3em !important;
}

.verticon-space	{
	margin-top: .5em;
}



@media screen and (min-width: 980px) {
	.form-label-bigger-text {
		font-size: 1.125rem !important;
	}

	.form-input-bigger-text {
		font-size: .98rem !important;
	}
}

.swal2-icon.swal2-success .swal2-success-ring {
	animation: border-color-change 5s;
	animation-iteration-count: 1;
	border: 0.25em solid #1ee0ac;
}

@keyframes border-color-change {
	0%   { border-color: rgba(30, 224, 172, 0.3); }
	100%   { border-color: #1ee0ac; }
}

.modal-display-flex {
	display: flex !important;
}

.modal-display-block {
	display: block !important;
}

.modal-display-inline-block {
	display: inline-block !important;
}

.swal2-html-container p {
	margin: 0.5em 0 0 0;
	font-size: 1rem;
}

.cursor-default {
	cursor: default !important;
}

#no-border-radius .select2-container--default .select2-selection--single {
	border-left: none !important;
	border-right: none !important;
	border-radius: 0px !important;
}

.column-sx {
	width: 1px;
}

.table-vertical-align {
	vertical-align: middle !important; font-size: 1.4rem; opacity: .75;
}

.notify-table {
	font-size: .94rem !important;
}

.newazfirst {
	margin: 10px 0 8px 0;
}

.newazrow {
	margin: 38px 0 8px 0;
}

/* icone studi */
@media only screen
and (min-width : 1540px) {
	.single-icon-padding-top {
		padding-top: 0.15rem !important;
	}
	.single-icon-padding-bottom {
		padding-bottom: 0.15rem !important;
	}
}

.home-page-logo {
	margin-left: -1rem !important;
}

.dashboardpage {
	background-image: url("../../images/dashboard.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.logocontainer {
	width: 100%;
}

.logocontainer img {
	width: 400px;
}
