@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  src: url(HelveticaNeueLTStd-Roman.woff2);
}

@font-face {
  font-family: 'HelveticaNeue';
  font-weight: bold;
  src: url(HelveticaNeueLTStd-65Medium.woff2);
}

body {
	font-family:HelveticaNeue;
	color:black;
	font-size:16px;
	line-height:20px;
}

a { color:inherit;}

a:hover { color:inherit;}

input:focus, textarea:focus, select:focus, button:focus{
	outline: none;
}

/* GENERIC PAGE */

.btn-primary {
	background-color:#c5281c;
	border-color:#c5281c;
}

.btn-primary:hover {
	background-color:#95070c;
	border-color:#95070c;
}

.page-wrapper {
}

.top-header {
	background-color:#aa1e13;
	height:40px;
	display:table;
	width:100%;
	color:white;
}

.top-menu {
	display:table-cell;
	width:auto;
	text-align:right;
	vertical-align:middle;
	padding-right:20px;
	font-size:18px;
}

.top-logo {
	height:30px;
	padding-right:10px;
}

.top-user-name {
	display:inline-block;
}

.top-user {
	display:table-cell;
	width:50%;
	vertical-align:middle;
	padding-left:20px;
	font-size:16px;
}

.menu-item {
	display:inline-block;
}

.menu-separator {
	display:inline-block;
}

.top-mobile-menu {
	display:none;
}

/* LOGIN PAGE */

.login-wrapper {
	max-width:1000px;
	width:100%;
	display:table;
	height:100vh;
	margin:0 auto;
}

.login-left {
	width:50%;
	display:table-cell;
	height:100%;
}

.login-left-inner {
	width:310px;
	margin:0 auto;
}

.login-right {
	width:50%;
	display:table-cell;
	height:100%;
	background-image:url(../img/login_image.jpg);
	background-size:cover;
}

.login-title {
	text-align:center;
	padding:40px 0px;
}

.login-title img {
	width:190px;
}

.login-field-wrapper {
	display:table;
	width:310px;
	border:solid 2px #8a8a8a;
	height:60px;
	border-radius:5px;
}

.login-field-icon {
	display:table-cell;	
	width:50px;
	vertical-align:middle;
	padding-left:20px;
}

.login-field {
	display:table-cell;		
	width:250px;
	vertical-align:middle;
}

.login-field input {
	border:none;
	width:90%;
	font-size:18px;
	line-height:22px;
}

.login-header {
	font-weight:bold;
	font-size:28px;
	line-height:40px;
}

.login-subheader  {
	color:#8a8a8a;
}

.login-button {
	width:310px;
	height:56px;
	color:white;
	font-size:18px;
	border:none;
	background-color:#c5281c;
	cursor:pointer;
	border-radius:5px;
}

.login-button:hover {
	background-color:#95070c;	
}

.login-error {
	color:#c5281c;
	font-weight:bold;
	padding-top:10px;
}

/* HOME */
#calendar {
	padding-top:20px;
	max-width:1200px;
	width:100%;
	margin:0 auto;
}

.modal-table {
	display:table;
	width:100%;
}

.modal-row {
	display:table-row;
}

.modal-cell-left {
	display:table-cell;
	width:25%;
	text-align:right;
	padding-right:5px;
	padding-left:5px;
	box-sizing:border-box;
}

.modal-cell-left input[type=text] {
	width:100%;
	height:25px;
	border:solid 1px #8a8a8a;
	border-radius:5px;
}

.modal-cell-right {
	display:table-cell;
	width:25%;
	text-align:left;
	padding-right:5px;
	padding-left:5px;
	box-sizing:border-box;
}

.modal-cell-right input[type=text] {
	width:100%;
	height:25px;
	border:solid 1px #8a8a8a;
	border-radius:5px;
}

.modal-cell-right select {
	width:100%;
	height:25px;
	border:solid 1px #8a8a8a;
	border-radius:5px;
}

.modal-cell-right50 {
	display:table-cell;
	width:50%;
	text-align:left;
}

.modal-cell-right75 {
	display:table-cell;
	width:75%;
	text-align:left;
}

.modal-cell-right75 input[type=text] {
	width:100%;
	height:25px;
	border:solid 1px #8a8a8a;
	border-radius:5px;
}

.modal-field-short {
	width:60px!important;
}

.bookingConfirmed {
	background-color:#851312!important;
	border-color:#851312!important;
}

.bookingOptionMilano {
	background-color:#bc171a!important;
	border-color:#bc171a!important;
}

.bookingOptionMilanoTests {
	background-color:#e96144!important;
	border-color:#e96144!important;
}

.bookingOptionMogliano {
	background-color:#7f1019!important;
	border-color:#7f1019!important;
}

.bookingOptionMoglianoTests {
	background-color:#a21135!important;
	border-color:#a21135!important;
}

.event_other_container {
	display:none;
}

.event_other_container .modal-cell-left{
	padding-top:4px;
}

.fc-daygrid-day-top a{
	text-decoration:none!important;
}

.fc-col-header-cell-cushion  {
	text-decoration:none!important;
}

.modal-header button {
	background-color:white;
	border:0;
}

.modal-footer {
	display:table;
	padding-bottom:0px;
}

.modal-legenda {
	text-align:center;
	font-size:12px;
}

/** DASHBOARD **/

.dashboard-wrapper {
	max-width:1200px;
	width:100%;
	margin:0 auto;
}

.card {
	margin:10px 0px;
}

.card-body {
	
}

.card-title {
	font-weight:bold;
	font-size:20px;
}

.avatar {
	background-color:#a8a9ad;
	padding:12px 10px 12px 10px;
	border-radius:25px;
	width:50px;
	text-align:center;
	color:white;
	font-size:25px;
}

.avatar-booked {
	background-color:#851312;
}

.avatar-option {
	background-color:#f16349;
}

.avatar-free {
	background-color:#c5221a;
}

.font-size-30 {
	font-size:30px;
}

.report-button {
	padding:20px 0;
	text-align:center;
}

.report-button button {
	border-radius:5px;
	width:200px;
	height:46px;
	color:white;
	font-size:18px;
	border:none;
	background-color:#c5281c;
	cursor:pointer;
}

.report-button button:hover {
	background-color:#95070c;	
}

.relator_presence_names {
	display:none;
}

.relator_remote_names {
	display:none;
}

.account_ao_presence_names {
	display:none;
}

.technicians_presence_names {
	display:none;
}

.trucks_presence_plates {
	display:none;
}

.event_video_details {
	display:none;
}

.event_slide_details {
	display:none;
}

.event_lis_details {
	display:none;
}

.event_translation_details {
	display:none;
}

.event_bluejeans_details {
	display:none;
}

.event_teamslive_details {
	display:none;
}

.event_qa_details {
	display:none;
}

/*** POPUP BOOKING ***/
#event_company {
	padding:0;
}