/* CSS Document */



/*varie*/
.non_display_riga {
    display: none;
}



/*agenda*/
.fc-toolbar {
    /*display: none!important;*/
    margin-bottom: 0px !important;
}








/*immagini*/
.img-autorizz {
	width: 30px;
}
.img-autorizz-lista {
	width: 40px;
    margin-right: 10px;
}
.img-user {
	width: 30px;
	border-radius: 30px;
}
.img-user-profilo {
	border-radius: 300px;
}
.radius-10 {
	border-radius: 10px;
    cursor: default!important;
}
.radius-20 {
	border-radius: 20px;
    cursor: default!important;
}
.radius-30 {
	border-radius: 30px;
    cursor: default!important;
}
.radius-40 {
	border-radius: 40px;
    cursor: default!important;
}
.cursor-default {
    cursor: default!important;
}
.card-body {
    padding: 0.7rem;
}






/*login*/
.login-page, .register-page {
    height: 70vh;
}






/*box*/
.box-home-assistenza-lista-dettagli {
    width: 85%
}
.box-home-assistenza-btn {
    padding-bottom: 0px;
    margin-bottom: 0px;
	font-size: 15px!important;
}
.box-home-amministrazione-lista-dettagli {
    width: 80%
}
.box-home-amministrazione-btn {
    padding-bottom: 0px;
    margin-bottom: 0px;
	font-size: 15px!important;
}
.info-box-number-home {
    font-size: 35px;
    line-height: 30px;
    text-align: right;
}
.info-home-notifiche {
    overflow: auto !important;
    white-space: normal !important;
    line-height: 16px;
}




/*span*/
.span-numeri-icone {
    color: #fff;
    float: right;
    font-size: 16px;
    border-radius: 20px;
}
.span-divisione-singola {
    height: 30px;
    border-radius: 30px;
    width: 30px;
    font-size: 25px;
    padding: 0px;
    padding-top: 2px;
}







/*text*/
.text-uppercase {
    text-transform: uppercase;
}
.small-home-orario {
    color: lightgrey;
}
.txt-blu {
    color: blue;
}
.txt-accettazione {
    font-size: 14px;
}



/*messaggi*/
.chat-messaggi {
    height: auto!important;
    overflow: hidden!important;
}





/*table*/
.card-body>.table>thead>tr>th {
    text-align: center;
	background-color: #f1f1f1;
}
.table>thead>tr>th {
    text-align: center;
    background-color: #f1f1f1;
}
.cella_mobile_titolo {
	float: left;
    height: auto;
    width: 100%;
    padding: 5px;
    background-color: #bde6a1;
	border-radius: 10px;
}
.cella_mobile_sottotitolo {
	float: left;
    height: auto;
    width: 100%;
    padding: 5px;
    background-color: #F1B6B7;
	border-radius: 10px;
}

.cella_mobile {
	float: left;
    height: auto;
    width: 100%;
    padding: 5px;
	/*border-radius: 10px;*/
	border-color: #bde6a1!important;
	border-bottom: 1px solid #ccc!important;
}

.cella_mobile_ultima {
	float: left;
    height: auto;
    width: 100%;
    padding: 5px;
}

.cella_mobile_pulsanti {
	float: left;
    height: auto;
    width: 100%;
    padding: 5px;
	/*border-radius: 10px;*/
	/*border: 1px solid #ccc!important;*/
	text-align: center;
}
.pagination {
    flex-flow: wrap;
}









/*button*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5d5e5e;
    border-color: #828385;
}
.page-link {
    color: #5d5e5e;
}
.btn .badge {
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    right: -5px;
    top: -3px;
}
.btn-commessa-dettaglio {
    position: relative;
    margin-right: 5px;
}

btn-primary {
    color: #fff!important;
    background-color: #13ca9c!important;
    border-color: #13ca9c!important;
    box-shadow: none!important; 
}
.btn-primary:hover {
    color: #fff!important;
    background-color: #0cac94!important;
    border-color: #0cac94!important;
}

/*move*/
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}






@media only screen and (min-width: 0px) and (max-width: 768px) {
    
	.vis_desktop {
		display: none!important;
	}
    
    .btn-commessa-dettaglio {
        margin: 0 0 10px 0px;
        min-width: 40px;
    }
	
}

@media only screen and (min-width: 769px) {
	.vis_tablet {
		display: none!important;
	}
}
