/* bootstrap */
.btn-md-block {
	display: block;
	width: 100%;
}

/* custom */
#top {
	height: 20px;
}

#header .logo {
	width: 80px;
	height: 53px;
}

#header .icon {
	width: 45px;
	height: 45px;
}

#nav[role="navigation"] .fas {
	color: #fff;
}

#mainMenu ul {
	background-color: #3e83ec;
}

#mainMenu .dropdown-toggle:after {
	display: block;
}

#mainMenu .dropdown-toggle:after {
	float: right;
	margin-top: 9px;
}

#mainMenu ul:first-child .nav-item {
	border-bottom: 1px #ccca solid;
}

#mainMenu .link-direct:after {
	float: right;
	display: inline-block;
	margin-top: 9px;
	margin-left: .255em;
	border-top: .3em solid #0000;
	border-right: 0px;
	border-bottom: .3em solid #0000;
	border-left: .3em solid;
	vertical-align: .255em;
	content: '';
}

#main {
	padding: 1rem 0rem 1rem 0rem;
}

.form-container {
	margin: 0.5em 0px;
	padding: 1em 10px;
}

.table-linearize thead {
	display: none;
}

.table-linearize th, .table-linearize td {
	display: table;
	width: 100%;
	text-align: left;
}

.table-linearize .th, .table-linearize .td {
	display: table-cell;
	border-bottom: 3px #fff solid;
	width: 60%;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.table-linearize .th {
	width: 40%;
	background-color: #007bff;
	color: #fff;
	text-transform: uppercase;
}

#assiltChiama .assiltCall {
	width: 130px;
}

#logoFooter {
	width: 200;
	height: 53;
	margin-top: 50px;
}



.verticalSepTable{
	display:block;
	height:5px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#234476 !important; 
}
.verticalSepTable .th {
	padding:0px;
	background-color:#234476 !important; 
}

.bootstrap-datetimepicker-widget{
	width:100% !important;
}