.calendar{
	padding: 20px;
}
.calendar table{
	width: 100%;
	box-shadow: 0 0px 10px rgb(0,0,0,0.2);
	border-radius: 10px;
	margin-top: 20px;
	background: #fff;
}
tr{
	border-bottom: 1px solid #ececec;
}
.bootbox input[type="checkbox"], .bootbox input[type="radio"]{
	width: auto;
	display: inline-block;
	height: 15px;
	margin-right: 5px
}
.selectize-input {
	    border: 1px solid #767676 !important;
	    padding: 5px !important;
	    padding-left: 10px !important
}
.registered.userJoin{
	margin-bottom: 20px
}
.bor-bot {
    border: 1px solid #d89aff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px
}
.pad-top{
	padding-top: 15px;
	border: 1px solid #d89aff;
	width: 100%
}
.bootbox .delete{
    color: red;
    text-align: center;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 50px;
    margin-bottom: 10px;
    cursor: pointer
}
th, td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ececec;
}
.first{
	width: 70px
}
.box{
	padding: 5px;
    padding-left: 15px;
    font-weight: 700;
    border-radius: 10px;
    font-size: 12px;
}
.bootbox-close-button.close{
	display: none
}
.bootbox textarea{
	width: 100%
}
.inline *{
	display: block
}
.inlineElements *{
	display: inline-block
}
.inlineElements label{
	display: block
}
.inline{
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid #ececec;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px
}
.headerTop{
    background: #fff;
    padding-left: 20px;
}
.box1{
	color: #fff;
}
.box2{
	color: #fff;
}
.box3{
	color: #fff;
}
input[type="date"], .bootbox select, select, button{
	padding: 5px;
}
select{
	width: 100%;
}
.selectAgente{
	width: 100%
}
#agenti_stampa{
	width: 200px;
	padding: 8px;
}
button{
	padding: 8px;
	border-radius: 5px;
	font-weight: 700;
}
.print{
	margin-left: 5px;
	background: green;
	color: #fff;
	border: 0;
}
.bootbox select, .bootbox input, .bootbox textarea{
	padding: 5px;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
}
.bootbox textarea{
	height: 100px
}
.hour{
	color: #6143a6;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
.selectAgente, .calendar .inline{
	display: none
}
@media screen and (max-width:576px){
	.selectAgente, .calendar .inline{
		display: block
	}
	.calendar{
		padding: 15px
	}
	.inline{
		width: 100%;
	}
	#agenti_stampa{
		width: 100%
	}
	input{
		width: 100%
	}
}