@font-face {
	font-family: "Montserrat-Light";
	src: url("montserrat/Montserrat-Light.ttf");
}

@font-face {
	font-family: "Montserrat-Medium";
	src: url("montserrat/Montserrat-Medium.ttf");
}

body, html {
	background-color: #020628;
	color: white;
	margin: 0;
	padding: 0;
	font-family: "Montserrat-Light";
	overflow: hidden, scroll;
}

a, a:focus, a:hover {
	color: white !important;
}

.darkbg {
	background-color: #020628;
}

.txtdark {
	color: #020628 !important;
}

.modal {
	background-color: #141930b7;
}

select {
	color: white !important;
	border: unset !important;
	background-color: #020628 !important;
	width: 75%;
}

select:hover, select:focus {
	background-color: #020628 !important;

	box-shadow: 0 0 3px 3px #074494 !important;
}

.lighterbgsfu {
	background-color: transparent;
	;

}

.lightbg {
	background-color: #002454 !important;
}


table td {
	border-top: unset !important;


}

.btn {
	font-size: 13px !important;
}

.modal-dialog {
	border: 1px solid #39394d;
}

.medium {
	font-family: "Montserrat-Medium";
}

::-webkit-scrollbar {
	display: none;
}

#cerca_file {
	max-width: 300px;
}

.w90 {
	/* width: fit-content; */
	max-width: 98%;
}

.tableline {
	border-top: 1px solid #1865c9a8;
}

.rigtline {
	border-right: 1px solid #1865c9a8;
}

.h90 {
	height: 90%;
}

.ov-scroll {
	overflow-y: scroll;
}

.wfit {
	width: fit-content !important;
}

.hfit {
	height: fit-content !important;
}

.centered {
	position: relative;
	left: 0px;
	right: 0px;
	margin: auto;
}

.vcentered {
	position: relative;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.file {
	border: 4px solid transparent;
}

.file:hover, .hover, .file .hover {
	border: 4px solid #1864c9;
}

.home {
	height: 100vh;
}

.dashboard {
	flex: 1;
	height: 100vh;
	overflow-y: auto;
}

.paginadestra {

	overflow-y: auto;
}

.menu {
	height: 100%;
	width: 180px;
}

.whitesvg {
	fill: white;
}

.redsvg {
	fill: #FF2450;
}

.violasvg {
	fill: #1864c9;
}

.blacksvg {
	fill: black !important;
}

.iconepiccole {
	width: 20px !important;
	height: 20px !important;
}

.iconcine {
	width: 13px !important;
	height: 13px !important;
}

.iconemedie {
	width: 30px !important;
	height: 30px !important;
}

.cardlayout {
	width: 320px !important;
	min-height: 150px !important;
	height: fit-content;
}

.borderviola {
	border: 2px solid #1864c9;
	color: #1864c9 !important;
}

.card {

	border: unset !important;
	background-color: transparent !important;
}

.mt7 {
	margin-top: 100px;
}

.mr82{
	margin-right: 82px !important;
}

.circular {
	border-radius: 50%;
	background-color: #020628;
	padding: 2px;
}

.violabg {
	background-color: #1864c9;
}

.redbg {
	background-color: #FF2450;
}

.txtviola {
	color: white;
}

.txtviola:hover, .txtviola:focus {
	color: white;
}

.btn {
	color: white !important;
}

.btn:focus, .btn:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.04) 0px 0px 0px 1px inset !important;
}

a, a:hover, a:focus {
	text-decoration: none !important;
	color: black;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 1;
  cursor: pointer;
}

input[type=text], input[type=text]:focus, input[type=password], input[type=password]:focus, input[type=datetime-local], input[type=datetime-local]:focus {
	background-color: transparent !important;
	color: white !important;
	box-shadow: none !important;
	border-radius: unset !important;
	border: none !important;
	border-bottom: 1px solid white !important;
}

input[type=text]:hover, input[type=text]:focus, input[type=text]:focus-visible, input[type=password]:hover, input[type=password]:focus, input[type=password]:focus-visible, input[type=datetime-local]:hover, input[type=datetime-local]:focus, input[type=datetime-local]:focus-visible {
	outline: unset !important;
	box-shadow: 0 5px 4px -3px #074494 !important;
	border: none !important;
	border-bottom: 1px solid white !important;
	transition: 0.5s;

}

textarea, textarea:hover, textarea:focus, textarea:focus-visible {
	resize: none;
	background-color: transparent !important;
	color: white !important;
	border-radius: unset !important;
	border: none !important;
	outline: unset !important;
	box-shadow: unset !important;
}

::-webkit-file-upload-button {
	background: transparent;

	color: white;
}

.upload, .upload:focus, .upload:focus-visible, .upload:active {
	background: transparent !important;
	border: none !important;
	outline: unset !important;
	box-shadow: unset !important;
}

input[type=file]::file-selector-button {
	border: 2px solid #1864c998 !important;
	outline: unset !important;
	box-shadow: unset !important;
	border-radius: 3px 3px 3px 3px;
	transition: 0.5s;
}

.lightshadow {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.font13 {
	font-size: 9px;
}

.font15 {
	font-size: 11px;
}

.font17 {
	font-size: 13px;
}

.font18 {
	font-size: 14px;
}

.font19 {
	font-size: 15px;
}

.font20 {
	font-size: 16px;
}

.font23 {
	font-size: 19px;
}

.font25 {
	font-size: 21px;
}

.font40 {
	font-size: 36px;
}

.round {
	border-radius: 7px 7px 7px 7px !important;

}

.roundplus {
	border-radius: 20px 20px 20px 20px;

}



.menubtn:hover {
	background-color: #1864c9;
	transition: 0.5s;

}

.darktolight:hover {
	background-color: #1864c9;
	transition: 0.5s;
}

.trhover:hover {
	background-color: #afb4bb85;
	transition: 1s;
}

.hoverbtn:hover {
	background-color: #1864c9;
	transition: 0.5s;
}

.menuselected {
	background-color: #1864c9;
}

.eliminalayout {
	position: relative;
	bottom: 0;
	right: 0;
}

.addbtn {
	display: none;
	margin: unset !important;
}

.eliminafile {
	position: absolute !important;
	z-index: 10;
	top: 1px;
	right: 1px;
}

.modfile {
	position: absolute !important;
	z-index: 10;
	top: 94px;
	right: 1px;
}

.modfilevid {
	position: absolute !important;
	z-index: 10;
	top: 105px;
	right: 5px;
}

.bloccainline {
	display: inline-block;

}

.vid {
	width: 150px;
	height: 150px;
}

.eliminafile:hover, .eliminafile:focus, .eliminafile:focus-visible, .modfile:hover, .modfile:focus, .modfile:focus-visible, .violasvg:hover, .circular:hover, .visualizzafile:hover, .visualizzafile:focus {
	outline: unset !important;
	box-shadow: unset !important;
	transform: scale(1.2);
	transition: 0.3s;
}

.slidegallery {
	min-height: 250px;
	/* max-height: 350px; */
	min-width: 800px;
	overflow-y: scroll;
}

.auto-width {
    min-width: 20px;
    max-width: 60px;
    box-sizing: content-box;
    padding: 2px 4px;
	font-size: 13px;
}

.fileingallery {
	position: relative;
	height: 120px;
	width: 120px;
}

.rotea {
	transform: rotate(90deg);
}

.cover {
	object-position: left center;
	object-fit: cover;
	display: block;
}

.sticky-top {
	z-index: 1031;
}

.videoingallery {
	position: relative;
	height: 120px;
	width: 120px;
}

.maxwidthform {
	max-width: 450px;
}

.divider {
	height: 4px;
	background-color: #020628;
	margin-bottom: 20px;
}

.videoinlist {
	position: relative;
	width: 50px;
	height: 50px;
}

.fileinlist {
	height: 80px;
	width: 80px;
}

.modal-body {
	min-height: 400px;
	overflow-y: scroll;
}

.close {
	color: white !important;
}

.filegallery {
	max-height: 600px;
	overflow-y: scroll;
}

#listdiv {
	height: 400px;
	overflow-y: scroll;
}

.layouts {
	min-height: 20px;
	width: 120px;
	border: 3px solid white;
	border-radius: 10px;
}

.slides {
	min-height: 50px;
	border: 4px solid white;
}

.gl {
	min-height: 20px;
	width: 100px;
	border: 3px solid white;
	border-radius: 10px;
}

.gs {
	min-height: 30px;
	border: 4px solid white;
}

.roundtopl {
	border-radius: 6px 0px 0px 0px;
}

.roundtopr {
	border-radius: 0px 6px 0px 0px;
}

.roundbotl {
	border-radius: 0px 0px 6px 0px;
}

.roundbotr {
	border-radius: 0px 0px 0px 6px;
}

.roundright {
	border-radius: 0px 6px 6px 0px;
}

.roundleft {
	border-radius: 6px 0px 0px 6px;
}

@media screen and (min-width: 992px) {

	#loginmask {
		width: 50%;
	}

	#dashboard {
		width: 100%;
	}

	.textinputs {
		width: 50%;
	}
}

@media screen and (max-width: 992px) {

	.textinputs {
		width: 80%;
	}

	#dashboard {
		width: 80%;
	}

	.font25 {
		font-size: 20px;
	}

	#loginmask {
		width: 80%;
	}
}

.table>tbody>tr>td {
	vertical-align: middle;
}


.container {
	max-width: unset !important;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 0.8;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: white;
}

.jconfirm-box {
	color: white;
	background: #020628 !important;
	border: 1px solid #1864c9 !important;
}

.jconfirm-cell {
	background-color: #141930b7 !important;
}

.shorttext {
	white-space: nowrap;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tdtext {
	white-space: nowrap;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slidefilecard {
	width: 150px;
	display: inline-block;
	position: relative;
  	overflow: visible !important;
}

.slidefilecardvid {
	width: 180px;
	display: inline-block;
}

.custom-card {
	width: auto !important;
}

.visualizzafile {
	position: absolute !important;
	z-index: 10;
	bottom: 1px;
	right: 1px;
}

.visualizzafilevid {
	position: absolute !important;
	z-index: 10;
	top: 50px;
	right: 7px;
}

.visualizzafileurl {
	position: absolute !important;
	z-index: 10;
	top: 117px;
	right: 15px;
}

.inlineblock {
	display: inline-block;
}

.colonna {
	position: relative;
	z-index: 0 !important;
}

.offbtn, .onbtn {
	transition:0.2s;
	width:100px;
}

.togglepiano{
	transform: translateX(100%);
}

.yellowbg{
	background-color: #ffcc01;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.options-container {
  position: relative;
  display: inline-block;
}

.options-button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.options-menu.hidden {
  display: none;
}

.options-menu input {
  width: 100%;
  margin-top: 4px;
  background-color: #fff;
}

.options-menu {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #333;
  color: white;
  padding: 8px;
  border-radius: 6px;
  z-index: 9999;
  display: none;
  min-width: 120px;
}

.options-menu input {
  width: 100%;
}
