* { margin: 0; padding: 0; box-sizing: border-box; }
body { font: 13px Helvetica, Arial; }
form { background: #000; padding: 3px; position: fixed; bottom: 0; width: 100%; }
form input { border: 0; padding: 10px; width: 90%; margin-right: 0.5%; }
form button { width: 9%; background: rgb(130, 224, 255); border: none; padding: 10px; }

body {
    margin: 0;
    background: #fff;
    overflow-x: hidden;
}

th,
td{
	border: solid 1px;
    padding: 10px;
}

.luminosaBox {
    box-shadow: 0px 0px 10px 1px #12c569;
}
.luminosaTxt {
    color: white;
    text-shadow: 0px 0px 10px #12c569;
}

.player_row.active_player{
	font-weight:bold;
}


.modal-body .row,
.modal-body .row .col-md-12,
.modal-body .row .col-md-6,
.modal-body .row .col-md-4,
.modal-body .row .col-md-3,
.modal-body .row .col-md-2,
.modal-body .row .col-md-1{
	margin-bottom: 10px;
}
.resetPwdLink, .loginLink {
	margin-top: 20px;
	cursor: pointer;
}
.pwd_login, .usr_login, .btn_reset, .pwd_reset {
	margin-bottom: 15px;
}

.preloader_conn>.text,
.preloader_chat>.text{
	left: calc(50% - 125px);
	top: calc(50% - 100px);
	position: absolute;
}

@keyframes spinner {
	0% {
	  transform: translate3d(-50%, -50%, 0) rotate(0deg);
	}
	100% {
	  transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
}
.preloader_conn>.spin_new::before,
.preloader_chat>.spin_new::before {
	animation: 1.5s linear infinite spinner;
	animation-play-state: inherit;
	border: solid 5px #12c569;
	border-bottom-color: rgb(255,255,255);
	border-radius: 50%;
	content: "";
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	z-index:10000;
	margin-top:10px;
}

.preloader_chat{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}

.dataTables_wrapper{
  position: relative !important;
  width: 100% !important;
}
.dataTables_wrapper > div.row:nth-child(2){
  width: 100% !important;
  margin: 0 !important;
  position: relative !important;
}
.dataTables_wrapper > div.row:nth-child(2) > div.col-sm-12{
  padding:0 !important;
}
.dataTables_wrapper > div.row:nth-child(2) > div.col-sm-12 > table.table{
  position: relative !important;
  width: 100% !important;
}

.modalModUtenteB .box-preview{
    border-radius:50%;
}
.page-item.active .page-link{
	z-index:0 !important;
}
.modal-body{
	background:white !important;
}

.matita{
	background: #12c569;
    color: white;
    outline: 3px solid white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 14px;
    padding-left: 8px;
    top: 300px;
    padding-top: 6px;
    position: absolute;
    left: calc(50% + 122px);
	cursor:pointer;
}
#profileCanvas,
#groupCanvas{
	width: 340px;
	height: 340px;
	outline: 4px solid #12c569;
	margin-top: 20px;
	margin-left: calc(50% - 170px);
	border-radius: 50%;
	background:lightgrey;
	cursor:pointer;
}


.chart {
	height: 670px;
	margin: 5px;
	width: 900px;
	margin: 5px auto;
	border: 3px solid #DDD;
	border-radius: 3px;
}
.Treant > .node {  }
.Treant > p { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: bold; font-size: 12px; }
.node-name {
	font-weight:bold;
	text-transform: uppercase;
	margin-top:5px;
	margin-bottom:5px;
}
.node-ruolo{
	margin-bottom:5px;
}

.node {
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #262626;
	border: 1px solid #000;
	width: 250px;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
}

.node img {
	margin-right:  10px;
}

.Treant > a:link {
	color: #ffffff;
}

.Treant > a:visited {
	color: #ffffff;
}

.Treant > a:link:hover {
	color: #636363;
}

.node>img {
	height: 64px;
	width: 64px;
}
.Treant .collapse-switch{
	height:10px;
	width:10px;
	border: 1px solid white;
	border-radius:50%;
}

.notificheBar {
    position: absolute;
    color: white;
    top: 14px;
    right: 74px;
}

.notificheBar>i{
	font-size: 19px;
	cursor:pointer;
}

.containerNotifiche{
	display: block;
    position: fixed;
    right: 20px;
    top: 70px;
    width: 320px;
    background: rgba(255,255,255,0.5);
    outline: solid 1px white;
    border-radius: 10px;
    padding: 6px;
	height:calc(100% - 90px);
}
.headerNotifiche{
	position: absolute;
    background: white;
    color: black;
    width: 100%;
    left: 0;
    top: 0;
    padding: 6px;
    border-radius: 10px 10px 0 0;
    line-height: 20px;
    text-align: center;
	border-bottom:1px solid darkgray;
}

.n_notifiche{
	font-weight: bold;
    color: darkgreen;
}

.lettaBtn{
	background: grey;
    color: white;
    padding: 0 7px;
    border-radius: 5px;
	cursor: pointer;
}

.listaNotifiche{
	position: relative;
    margin-top: 60px;
    top: 0;
    display: block;
    margin-bottom: 10px;
    overflow: scroll;
	height:calc(100% - 60px);
}

.notifica{
	position: relative;
    display: block;
    width: 100%;
    background: white;
    border-radius: 5px;
    border: darkgrey solid 1px;
    padding: 5px;
	margin-bottom:7px;
}

.notifica button.lettaBtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: white;
    border-left: darkgrey solid 1px;
    width: 60px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
	color:black;
}

.contenuto {
    width: calc(100% - 65px);
    height: 100%;
    display: block;
    position: relative;
	color:black;
}

.closeN{
	position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    font-size: 14px;
}

.time {
    color: darkblue;
    margin-bottom: 5px;
}