/*CUSTOM STYLE*/
@font-face {
	font-family: 'gothambold';
	src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
		url('../fonts/gotham-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_boldregular';
	src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
		url('../fonts/gotham-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_bolditalic';
	src: url('../fonts/gotham-bolditalic-webfont.woff2') format('woff2'),
		url('../fonts/gotham-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_lightregular';
	src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
		url('../fonts/gotham-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_lightitalic';
	src: url('../fonts/gotham-light_italic-webfont.woff2') format('woff2'),
		url('../fonts/gotham-light_italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_mediumregular';
	src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
		url('../fonts/gotham-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_mediumitalic';
	src: url('../fonts/gotham-mediumitalic-webfont.woff2') format('woff2'),
		url('../fonts/gotham-mediumitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_thinregular';
	src: url('../fonts/gotham-thin-webfont.woff2') format('woff2'),
		url('../fonts/gotham-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_thinitalic';
	src: url('../fonts/gotham-thinitalic-webfont.woff2') format('woff2'),
		url('../fonts/gotham-thinitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*FONT IMPOSTATI*/
.fontThin {
	font-family: 'gotham_thinregular';
}

.fontMedium {
	font-family: 'gotham_mediumregular';
}

.fontLight {
	font-family: 'gotham_lightregular';
	font-weight: normal !important;
}

.fontMediumItalic {
	font-family: 'gotham_mediumitalic';
}

/*COLOR*/
.blueTxt {
	color: #5c88da !important;
}

.blue {
	background: #5c88da !important;
}

.whiteTxt {
	color: white;
}

.table span.docAssente {
	color: #EB3625 !important;
}

/*SPAZI*/
.distance {
	margin-top: 15px;
	margin-bottom: 20px;
}

.distanceBtn {
	margin-top: 40px;
	margin-bottom: 40px;
}

.noPadd {
	padding-left: 0px;
	padding-right: 0px;
}

.top {
	margin-top: 20px !important;
}

/*HR*/
hr.style11 {
	/*height: 6px;
	background: url(../img/hr-11.png) repeat-x 0 0;
	border: 0;
	color: #5c88da;*/
	border-top: 2px solid #d4d4d4;
	border-radius: 3px;
	width: 80%;
}

/*LOGIN*/
.logoFcaLogin {
	margin-top: 40px;
	margin-bottom: -60px;
}

.logoFcaLogin1 {
	width: 150px;
	margin-top: 40px;
	margin-bottom: -60px;
}

.contForm {
	margin-top: -80px;
}

.formPage label {
	font-family: 'gotham_thinregular';
	font-size: 20px;
	float: left;
}

.formLabel label {
	font-family: 'gotham_thinregular';
	font-size: 20px;
	float: left;
}

.formPage:not (.notBold ) input, .formPage:not (.notBold ) textarea {
	font-family: 'gotham_lightregular';
	font-weight: 600;
	margin-bottom: 16px;
}

.formPage:not (.notBold ) input+div.help-block {
	margin-top: -11px;
}

.btnForm {
	font-family: 'gotham_thinregular';
	color: #5c88da;
	border: 1px solid #5c88da;
	background: white;
}

.btnForm1 {
	color: #5c88da;
	border: 2px solid #5c88da;
	background: white;
	font-size: 15px;
	font-weight: bold;
}

.btnForm1:hover{
	background: #5c88da;
}

.btnForm2 {
	height: auto;
	margin-top: -2px;
	line-height: 22px;
	color: #fff;
	border: 1px solid #5c88da;
	background: #5c88da;
	font-weight: 600;
	width: auto;
}

.btnForm2.data-error {
	background: white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'gotham_lightitalic';
}

::-moz-placeholder { /* Firefox 19+ */
	font-family: 'gotham_lightitalic';
}

:-ms-input-placeholder { /* IE 10+ */
	font-family: 'gotham_lightitalic';
}

:-moz-placeholder { /* Firefox 18- */
	font-family: 'gotham_lightitalic';
}

.btnForm.focus, .btnForm:focus, .btnForm:hover {
	color: #fff;
	text-decoration: none;
	background: #5c88da;
}

.vertical-center {
	height: 100%;
	width: 100%;
	text-align: center;
	/* align the inline(-block) elements horizontally */
	font: 0/0 a; /* remove the gap between inline(-block) elements */
}

.vertical-center:before {
	/* create a full-height inline block pseudo=element */
	content: " ";
	display: inline-block;
	vertical-align: middle; /* vertical alignment of the inline element */
	height: 100%;
}

.vertical-center>.contForm {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle; /* vertical alignment of the inline element */
	/* reset the font property */
	font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.inputForm {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	/*padding-left: 30px;*/
	color: #878787;
	/*padding-right: 30px;*/
}

select {
	background-image: none !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px !important;
}

select:not([multiple]){
	padding: 0px 0px 0px 4px !important;
}

.multipletSelect {
	width: 100%;
	font-family: 'gotham_lightregular';
	color: #5c88da;
	font-style: normal;
	margin-bottom: 0 !important;
}

#autAttivita, #autAttivitaSelected {
	height: 160px;
}

#autAccessoPerSelected {
	height: 160px;
}

.btnSelect a {
	border: 1px solid #5c88da;
	margin-bottom: 20px;
	display: block;
	padding: 8px;
	width: 46px;
	text-align: center;
	margin: 0 auto;
	font-weight: 600;
}

.multipletSelect::-webkit-scrollbar {
	width: 0.2em;
}

.multipletSelect::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.multipletSelect::-webkit-scrollbar-thumb {
	background-color: #5c88da;
	outline: 2px solid #5c88da;
}

a:hover {
	text-decoration: none;
}

/*MODIFICA PASSWORD*/
.textPas {
	font-size: 30px;
	margin-top: -30px;
	margin-bottom: 20px;
}

.textPasOk {
	font-size: 25px;
	line-height: 50px;
}

/*DASHBOARD*/
.title {
	font-size: 28px;
	margin-bottom: 30px;
	margin-top: -10px;
}

.logoMenu {
	width: 120px;
}

.logoDash {
	width: 100px;
	margin-top: 15px;
}

.sezione {
	margin-bottom: 30px;
	margin-top: 30px;
}

.navbar {
	min-height: 86px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
	{
	height: 85px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li.open>a
	{
	color: #fff !important;
	background-color: #5c88da !important;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #5c88da;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #5c88da;
}

.navbar-default .navbar-nav>li>a {
	line-height: 55px;
	font-family: 'gotham_lightregular';
	color: #969997;
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: transparent;
	z-index: 100000;
}

/*TABLE*/
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	margin-top: 40px;
}

.table-bordered {
	border: 1px solid #c1c1c1;
	border-color: #5c88da;
}

.table td {
	font-family: 'gotham_lightregular';
	color: #5c88da;
	font-weight: 600;
}

table.sortable thead tr  .order-asc {
	background-image: none;
}

table.sortable thead tr .order-desc {
	background-image: none;
}

table.sortable thead tr th {
	font-family: 'gotham_lightregular';
	font-weight: 600;
	background-color: #5c88da;
	color: white;
	background-repeat: no-repeat;
	background-position: center right;
	/* cursor: pointer; */
	border-color: #5c88da;
	background-image: none;
}

.table span:not(.disabled){
	color: #5c88da !important;
}

.table button {
	background: transparent;
	border: 0px;
}

.veicoli td:nth-of-type(6) {
	width: 8% !important;
	text-align: center;
}

.table td:nth-of-type(7), .table td:nth-of-type(8) {
	width: 8% !important;
	text-align: center;
}

.documenti td:nth-of-type(8), .documenti td:nth-of-type(9) {
	width: 8% !important;
	text-align: center;
}

.autorizzazioniTable td:nth-of-type(4), .autorizzazioniTable td:nth-of-type(5)
	{
	width: 8% !important;
	text-align: center;
}

.table .modifica, .table .modifica.order-asc, .table .modifica.order-desc
	{
	background-image: none;
}

.table .elimina, .table .elimina.order-asc, .table .elimina.order-desc {
	background-image: none;
}

.dataScadenza {
	font-family: 'gotham_mediumregular';
}

#buttonAuth {
	position: fixed;
	height: 90px;
	width: auto;
	left: 20px;
	bottom: 30px;
	font-size: 60px;
	display: inline-flex;
	padding: 10px;
}

#buttonAuth button {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-family: serif;
	font-size: 33px;
	background: transparent;
	border: transparent;
}

#labelAuth{
	max-width: 180px;
	text-align: center;
	/* display: none; */ 
	cursor: pointer;
	background-color: #5c88da;
	color: white;
	font-size: 18px;
	padding: 5px;
    padding-top: 8px;
    border-radius: 10px;
}

/*PULSANTE AGGIUNGI PERSONA*/
#arrowUp {
	position: fixed;
	height: auto;
	width: auto;
	right: 20px;
	bottom: 10px;
	font-size: 48px;
}

#arrowUp button {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-family: serif;
	font-size: 28px;
	background: transparent;
	border: transparent;
}

#arrowUp1 button {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-family: serif;
	font-size: 28px;
	background: transparent;
	border: transparent;
}

/*MODAL*/
.modalDisplay {
	/* display: none; */
}

.tingle-modal {
	z-index: 999999999;
}

.tingle-modal-box__content {
	display: inline-block;
	width: 100%;
}

.tingle-modal-box__content .form-group {
	margin-bottom: 50px !important;
}

.formAutorizzazione .form-group {
	margin-bottom: 50px !important;
}

.tingle-modal-box__content .form-group label {
	color: #5c88da;
	font-size: 1.7rem;
}

.tingle-modal-box__content .inputForm {
	font-family: 'gotham_lightregular' !important;
	font-style: initial !important;
	padding-left: 20px;
}

.radio label {
	font-family: 'gotham_lightregular' !important;
	color: black !important;
	margin-right: 20px;
}

.wc-date-container {
	float: left;
	width: 100%;
	height: 30px;
	border: 1px solid #5c88da;
	margin-bottom: 1px;
	font-size: 16px;
	padding: 5px;
	text-align: left;
	cursor: pointer;
	background: #fff;
	line-height: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 34px;
	line-height: 24px;
}

.wc-date-container>span {
	color: #5c88da;
	font-family: 'gotham_lightregular';
	font-weight: 600;
}

.wc-date-container>i {
	float: right;
	font-size: 20px;
	color: #5c88da;
}

.winkel-calendar {
	position: relative;
}

.wc-date-popover {
	font-size: 14px;
	box-shadow: 0px 7px 23px 0px #e7e7e7;
	margin: 0px auto;
	perspective: 1000px;
	float: left;
	background: #fff;
	border: 1px solid #FF2D55;
	position: fixed;
	width: calc(100% - 30px);
	top: 15px;
	left: 15px;
	z-index: 9999;
	overflow: hidden;
	height: calc(100% - 30px);
}

.wc-banner {
	/* background: #3ce5ed; */
	float: left;
	width: 100%;
	margin-bottom: 5px;
	background: #f5f5f5;
}

.wc-day-row {
	padding: 10px 0px;
	background: #5c88da;
	color: #fff;
	width: 100%;
	float: left;
	font-size: 18px;
}

.wc-date-row {
	display: inline-block;
	font-size: 85px;
	color: #5c88da;
	padding: 10px 5px;
	width: 50%;
	float: left;
	text-align: right;
	font-weight: 200;
	line-height: 100px;
}

.wc-month-row {
	padding: 16px 0px 0px 0px;
	font-size: 35px;
	color: #5c88da;
	width: 100%;
	float: left;
}

.wc-month-row>div, .wc-year-row>div {
	cursor: pointer;
}

.wc-year-row {
	text-align: left;
	color: #5c88da;
	font-size: 24px;
	float: left;
	width: 100%;
}

.wc-my-sec {
	display: inline-block;
	padding: 10px 10px;
	float: left;
	width: 50%;
	font-weight: 300;
}

.wc-month-row>div:nth-child(1), .wc-year-row>div:nth-child(1) {
	float: left;
	text-align: left;
	line-height: 37px;
}

.wc-month-controls>.fa:hover, .wc-year-controls>.fa:hover {
	color: #fff;
}

.wc-details>.fa:hover {
	color: #ccc;
}

.wc-month-controls {
	padding: 5px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.71);
	float: right;
}

.wc-year-controls {
	padding: 2px 5px 0px 5px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.71);
	float: right;
}

.wc-year-controls>.fa, .wc-month-controls>.fa {
	cursor: pointer;
	padding: 0px 4px;
}

.wc-details {
	float: left;
	width: 100%;
	padding: 10px 0px 10px;
	color: #fff;
	background: #5c88da;
}

.banner-true>.wc-details {
	padding: 10px 0px 10px;
}

.wc-prev {
	float: left;
	width: 25%;
	text-align: left;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 14px !important;
	line-height: 20px !important;
}

.month-year {
	float: left;
	width: 50%;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}

.wc-next {
	float: right;
	width: 25%;
	text-align: right;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 14px !important;
	line-height: 20px !important;
}

.calendar-days {
	color: #07c;
	height: auto;
	background: #fff;
}

.today>span {
	border: 1px solid #5c88da;
	background: none;
	border-radius: 50px;
}

.selected-day>span {
	/*background: #3ce5ed;*/
	background: #5c88da;
	color: #fff;
	border-radius: 50px;
}

.calendar-header {
	background: #fff;
}

.calendar-days td {
	cursor: pointer;
}

.calendar-days td:hover>span {
	background: #5c88da;
	color: #fff;
	border-radius: 50px;
}

.winkel-calendar table {
	width: 100%;
	text-align: center;
	font-size: 16px;
	border-collapse: collapse;
}

.winkel-calendar table td {
	padding: 0px 0px;
	width: calc(( 100%)/7);
	text-align: center;
	transition: all .1s linear;
}

.winkel-calendar table td span {
	display: block;
	padding: 6px;
	margin: 0px;
	line-height: 32px;
	border-radius: 63px;
}

.calendar-header td {
	padding: 15px 0px !important;
}

.months-view, .years-view {
	background: #fff;
	position: absolute;
	width: 100%;
	top: 210px;
	width: 100%;
	height: calc(100% - 210px);
	bottom: 0;
}

.years-list-view {
	float: left;
	width: calc(100% - 60px);
	height: 100%;
}

.months-view>span, .years-list-view>span {
	display: inline-block;
	width: 25%;
	padding: 25px 0px;
	cursor: pointer;
	font-size: 16px;
}

.years-list-view>span {
	width: 33.3333%
}

.years-view>.prev, .years-view>.next {
	float: left;
	width: 30px;
	padding: 85px 0px;
	cursor: pointer;
	font-size: 52px;
}

.years-view>.prev:hover, .years-view>.next:hover {
	color: #ccc;
}

.years-view>.next {
	float: right;
}

.current-month, .current-year {
	color: #FF2D55;
}

.years-view>span {
	width: 33.3333%;
}

.months-view>span:hover, .years-list-view>span:hover {
	color: #FF2D55;
}

.banner-true {
	padding-top: 0px !important;
	border: none !important;
}

.banner-true>.wc-banner {
	margin-bottom: 0px !important;
}

.methods {
	clear: left;
	padding: 50px 0px;
	text-align: center;
}

.wc-date-popover {
	width: 250px;
	position: absolute;
	top: 33px;
	height: auto;
	left: 0;
}

.wc-day-row {
	padding: 5px 5px;
	font-size: 14px;
}

.wc-date-row {
	font-size: 62px;
	line-height: 65px;
	padding: 5px 5px;
}

.wc-my-sec {
	padding: 5px 10px;
}

.wc-month-row {
	padding: 6px 0px 0px 0px;
	font-size: 21px;
}

.wc-year-row {
	font-size: 16px;
}

.month-year, .wc-prev, .wc-next {
	font-size: 14px;
	line-height: 20px;
}

.wc-month-row>div:nth-child(1), .wc-year-row>div:nth-child(1) {
	line-height: 28px;
}

.wc-prev, .wc-next {
	font-size: 18px;
}

.wc-details {
	padding: 10px 0px 10px;
}

.calendar-header td {
	padding: 10px 0px !important;
}

.winkel-calendar table {
	font-size: 14px;
}

.winkel-calendar table td span {
	line-height: 24px;
	width: 35px;
	height: 35px;
}

.months-view, .years-view {
	top: 134px;
	width: 100%;
	height: calc(100% - 134px);
	text-align: center;
}

.txtElimina, .txtModify {
	font-size: 40px;
}

.txtModify {
	margin-bottom: 40px;
}

.hideBtn {
	display: none;
}

.hideDiv{
	display: none;
}

.txtModifica {
	text-align: center;
	margin: 0 auto;
	font-size: 30px !important;
	display: block !important;
	border-radius: 50%;
	color: white;
	width: 58px !important;
	padding: 14px;
	background: #5c88da;
}

.txtModifica.fa::before {
	margin-left: -2px;
}

.txtModifica.glyphicon-file:before {
	margin-left: 2px;
}

.txtTrash {
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	display: block;
	margin-bottom: 50px;
	border-radius: 50%;
	color: white;
	width: 58px;
	padding: 14px;
	background: #5c88da;
}

.titlePage {
	font-size: 40px;
	margin-bottom: 40px;
}

.subTitle {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}

label.data-error {
	color: #EB3625;
}

div.presaVisione.data-error{
	border: 1px solid #EB3625;
	padding: 18px !important;
}

input.data-error, textarea.data-error, span.data-error {
	color: #EB3625;
}

#allegato1.data-error, #allegato1.data-error > * {
	color: #EB3625 !important; 
}

#allegato2.data-error, #allegato2.data-error > * {
	color: #EB3625 !important; 
}

#allegato3.data-error, #allegato3.data-error > * {
	color: #EB3625 !important; 
}

button.data-error, button.data-error, button.data-error {
	color: #EB3625;
	border: 1px solid #EB3625;
}

button.data-error.focus, button.data-error:focus, button.data-error:hover
	{
	color: #fff;
	text-decoration: none;
	background: #EB3625;
	border: 1px solid #EB3625;
}

button.data-warning, button.data-warning, button.data-warning {
	color: #fa2;
	border: 1px solid #fa2;
}

button.data-warning.focus, button.data-warning:focus, button.data-warning:hover
	{
	color: #fff;
	text-decoration: none;
	background: #fa2;
	border: 1px solid #fa2;
}

input.form-control.data-error, textarea.form-control.data-error {
	border-color: #EB3625;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(233, 102, 102, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(233, 102, 102, 0.6);
}
input[type="radio"].form-control.data-error {
	/*box-shadow: 0 0 0 3px red !important;*/
}
select.form-control.data-error, select[multiple].form-control.data-error
	{
	color: #EB3625;
	border: 1px solid #EB3625 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(233, 102, 102, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(233, 102, 102, 0.6);
}

.formPage:not (.notBold ) select {
	font-weight: 600;
}

textarea {
	resize: vertical;
}

.formPage:not (.notBold ) .option {
	font-weight: 600;
}

.multipletSelect>.option {
	font-size: 16px;
}

.option {
	font-size: 16px;
}

.tingle-modal--overflow {
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.btn.focus, .btn:focus, .btn:hover {
	color: white;
}

.paddingInputAccessoPer {
	padding-bottom: 15px;
}

.noPaddingRight {
	padding-right: 0px !important;
}

.documentDiv {
	text-align: left;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #5c88da;
}

.documentDiv.data-error {
	border: 1px solid #EB3625;
}

.documentDiv:not(.highlighted){
	background-color: rgba(230, 230, 250, 0.1);
}

.documentDiv.data-error:not(.highlighted){
	background-color: rgba(250, 230, 230, 0.1);
}

.documentDiv .glyphicon-ok, .documentDiv .glyphicon-cloud-upload {
	color: #5c88da;
}

.documentDiv.data-error .glyphicon-ok, .documentDiv.data-error .glyphicon-cloud-upload
	{
	color: #EB3625;
}

.documentDiv span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	padding: 4px;
}

.documentDiv span.description {
	font-family: 'gotham_boldregular';
	font-weight: bold;
	color: #5c88da;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.documentDiv.data-error span.description {
	color: #EB3625;
}

.documentDiv.highlighted, .documentDiv.highlighted span.description,
	.documentDiv.highlighted span.value {
	background-color: #5c88da;
	color: white;
}

.documentDivContainer > div:not(:first-child) {
	top: -3px;
}

.documentDivContainer>div:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.documentDivContainer>div:not (:first-child ) span.subdescription,
	.documentDivContainer>div:not (:first-child ) span.subvalue {
	margin-top: 7px;
}

.descriptionDocumentDiv span.subdescription {
	font-family: 'gotham_lightregular';
	font-weight: bold;
	font-size: 14px;
	margin: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.descriptionDocumentDiv span.subvalue {
	font-family: 'gotham_lightregular';
	font-weight: bold;
	font-size: 14px;
	margin: 4px;
	text-align: center;
}

.descriptionDocumentDiv>div:last-child {
	text-align: right;
}

.documentDivAction {
	text-align: right;
}

.descriptionDocumentDiv {
	text-align: left;
	border-radius: 0px;
	border: 1px solid lightgray;
	border-top: 0px;
	z-index: -1;
	background-color: rgba(245, 245, 245, 0.1);
}

.descriptionDocumentDiv span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	padding: 4px;
}

.documentDivContainer.hiddenDescriptionDivs>div.descriptionDocumentDiv {
	display: none;
}

.documentDivContainer {
	cursor: pointer;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

input[type=checkbox].form-control, input[type=radio].form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 22px !important;
	width: 22px !important;
	-webkit-transition: none !important;
	transition: none !important;
	display: inline-block !important;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #5c88da;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	position: fixed;
	background-color: rgba(98, 129, 193, 0.3);
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.loader_bg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background-color: rgba(0, 0, 0, 0.75);
}

@-webkit-keyframes spin {
  0% { -webkit-transform-origin: center; -webkit-transform: translate(-50%, -50%) rotate(0deg); }
  100% { -webkit-transform-origin: center; -webkit-transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spin {
  0% {  transform-origin: center; transform: translate(-50%, -50%) rotate(0deg); }
  100% {  transform-origin: center; transform: translate(-50%, -50%) rotate(360deg); }
}

.passwordHelp {
	text-align: left;
	padding: 6px;
	background-color: #d3d3d31c;
	border-radius: 6px;
	font-family: 'gotham_lightregular';
}

.loadProgress {
	position: fixed;
	width: 100%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: white;
	font-weight: bold;
	transform-origin: center;
	transform: translateY(-50%);
	-webkit-transform-origin: center;
	-webkit-transform: translateY(-50%);
}

.requiredField {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.requiredField::after {
	content: ' *';
}

.expireField::after {
	content: ' *\00B9';
}

.requiredFieldMessage {
	font-size: 16px !important;
}

.expireFieldMessage {
	font-size: 16px !important;
}

.glyphSubValue {
	font-weight: bold;
	font-size: 14px;
	margin: 4px;
	text-align: center;
}

.removeDocumentDiv {
    color: red !important;
    z-index: 1;
}

.removeDocumentDiv::hover, .removeDocumentDiv.hover, .removeDocumentDiv:hover {
    color: white !important;
    background-color: red;
}

div.help-block {
	display: none;
    position: relative;
    background: #EB3625;
    padding: 4px 8px;
    border-radius: 0.2em;
    width: 100%;
    z-index: 1040;
    font-size: 14px;
    font-family: gotham_mediumregular;
    color: white;
    text-align: left;
}

*.data-error + div.help-block:not(:empty), *.data-error + div.help-block:not(:empty) {
	display: block;
}

.documentDiv div.note {
    font-family: 'gotham_boldregular';
    font-weight: bold;
    color: #5c88da;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: xx-small;
    padding: 1px 4px;
}

.documentDiv.data-error div.note {
	color: #EB3625 !important;
}

.row.spaced > a > div {
    margin-bottom: 18px;
}

@media ( min-width : 1440px) {
	.navbar-header {
		margin-left: 8vw;
	}
}

.panel-novita {
	position: fixed;
	top: 0%;
	right: 0.5%;
	width: 320px;
	height: auto;
	border-radius: 5px;
	background-color: #f8f8f8;
	z-index: 10000;
	padding: 8px;
	margin-top: 96px;
}

body {
	-ms-overflow-style: scrollbar;
}

.panel-novita>.card {
	font-family: 'gotham_lightregular';
	background-color: white;
	border-radius: 5px;
	padding: 4px;
}

.card .card-date {
	color: #5c88da;
}

.panel-novita>div.card {
	margin-bottom: 6px;
}

.panel-novita>div.card:last-child {
	margin-bottom: 0;
}

.title-md {
	font-size: 10px;
	width: 150px;
	top: 80%;
	left: 20px;
	position: absolute;
	z-index: 100000;
	color: #5c88da;
	font-family: 'gotham_lightregular';
}

.title-lg {
	font-size: 10px;
	width: 150px;
	top: 80%;
	left: 4.5%;
	position: absolute;
	z-index: 100000;
	color: #5c88da;
	font-family: 'gotham_lightregular';
}

ul.dropdown-menu {
	margin-top: 4px !important;
	background-color: white;
	border-color: #5c88da !important;
	font-family: 'gotham_lightregular';
}

/* Customize the label (the container) */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	/*margin-bottom: 12px;*/
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 34px;
	width: 100%;
}

/* Hide the browser's default checkbox */
.checkbox-container input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkbox-container>.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input[type=checkbox] ~ .checkmark {
	background-color: #f8f8f8;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input[type=checkbox]:checked ~ .checkmark {
	background-color: #5c88da;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 13px;
	top: 6px;
	width: 7px;
	height: 17px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* When the checkbox is in error state, add a red background */
.checkbox-container input[type=checkbox].data-error ~ .checkmark {
	border: solid 1px #EB3625;
}

.password-eye {
	float: right;
	color: #8c8c8c;
	margin-top: -24px;
	margin-right: 12px;
}

.password-eye:hover {
	color: #6c6c6c;
	cursor: pointer;
}

.containerFiltri {
	text-align: center;
	margin: 1.8%;
}

.filtriDiv {
	border: solid 0.5px #d4d4d4;
	margin: 2%;
	padding: 8px;
	min-height: 115px;
}

@media screen and (max-width: 1126px) {
	.filtriDiv {
		border: solid 0.5px #d4d4d4;
		margin: 2%;
		padding: 8px;
		min-height: 133px;
	}
}

@media screen and (min-width: 1920px) {
	.filtriDiv {
		border: solid 0.5px #d4d4d4;
		margin: 2%;
		padding: 8px;
		min-height: 122px;
	}
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.input-form {
	background-color: #f9f9f9;
	border: 1px solid #5c88da;
	border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.greyTxt {
	color: #515151;
}

.legendImages {
	height: 20px;
}

.legendImages[src*="isc"] {
  height: 28px;
}

.legendImages[src*="isv"] {
  height: 28px;
}

.img-size-small>img {
	height: 17px;
	vertical-align: sub;
}

.img-size-small>label {
	margin-right: 8px;
	margin-bottom: 10px;
}

.smallTxt {
	font-size: 13px;
}

.mediumTxt{
	font-size: 14px;
}

#aggiungi:hover {
	background-color: #5c88da !important;
	color: white !important;
}

#buttonCerca:hover {
	background-color: #5c88da !important;
	color: white !important;
}

tr:hover {
	background-color: #dceaff;
}

.navbarBlocks {
	display: block !important;
	padding: 0.65vw !important;
	padding-top: 25px !important;
}

.navbarLogo {
	display: block !important;
	padding-top: 0.35vw !important;
}

.logoLabel {
	width: 100%;
	font-size: 50%;
	color: #337ab7;
	font-family: 'gotham_lightregular';
	text-align: center;
	position: relative;
	top: -17px;
	left: -5px;
}

.no-hover:hover {
	background-color: transparent !important;
}

.navbarTopTopRight{
	padding-right: 23px;
}

@media screen and (min-width: 1600px){
	.tableWidth{
		width: 75%;
	}
	.hrTableWidth{
		width: 80%;
	}
}

.no-margin-top-bot{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

th {
	cursor: default;
}

@media screen and (max-width: 1290px){
	.inputFiltri{
		width: 37% !important;
	}
	.marginNavBarTop{
		margin: 0px !important;
	}
}

@media screen and (max-width: 1125px){
	.inputFiltri{
		width: 55% !important;
	}
}

@media screen and (min-width: 1440px){
	.padding-navbar{
		padding: 0px 7vw 0px 7vw !important;
	}
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px){ #navbarTopIE{ margin-left: 5%; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1350px){ #navbarTopIE{ margin-left: 7%; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1600px){ #navbarTopIE{ margin-left: 10%; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1920px){ #navbarTopIE{ margin-left: 20%; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){ #logoLi{ padding-right: 8px; } }*/

.tr-background-color-none{ background-color: transparent; }
.tr-background-color-1{	background-color: #fffee3; }
.tr-background-color-2{	background-color: #efebff; }
.tr-background-color-3{	background-color: #ffe3ef; }
.tr-background-color-4{	background-color: #e3ffe5; }
.tr-background-color-5{ background-color: #fff0e3; }
.tr-background-color-6{	background-color: #ffcccc; }

.DettaglioPersonaMargin{ width: 15%; min-height: 110px; display: inline-table; }
.DettaglioPersona1{	width: 17.5%; min-height: 110px; display: inline-table; }
.DettaglioPersona2{	width: 17.5%; min-height: 110px; display: inline-table; }
.DettaglioPersona3{	width: 10%;	min-height: 110px; display: inline-table; }
.DettaglioPersona4{	width: 25%;	min-height: 110px; display: inline-table; }
.HistoryMargin{	width: 16%;	display: inline-table; }
.HistoryTableWidth{	width: 68%;	display: inline-table; }
.DettaglioVeicoloMargin{ width: 25%; display: inline-table; min-height: 110px; }
.DettaglioVeicolo1{	width: 25%;	display: inline-table; min-height: 110px; }
.DettaglioVeicolo2{	width: 25%;	display: inline-table;	min-height: 110px; }

@media screen and (max-width: 1400px){
	.DettaglioPersonaMargin { width: 5%; }
	.DettaglioPersona1 { width: 23%; }
	.DettaglioPersona2{	width: 23%;	}
	.DettaglioPersona3{	width: 14%;	}	
	.DettaglioPersona4{	width: 30%;	}	
	.HistoryMargin{	width: 5%; }
	.HistoryTableWidth{	width: 90%; }
	.DettaglioVeicoloMargin{ width: 10%; }
	.DettaglioVeicolo1{	width: 40%;	}
	.DettaglioVeicolo2{	width: 40%;	}
}

@-o-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #dceaff; }
  100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #dceaff; }
  100% { background-color: #FFFFFF; }
}

/*.backgroundAnimated{    
    background-image:none !important; 
         -o-animation: fadeIt 3s ease-in-out; 
            animation: fadeIt 3s ease-in-out; 
}*/

.backgroundAnimated {
	border: 2px solid #ff1f1f !important;
}

table{
	font-family: gotham_lightregular;
}

th{
	color: #515151;
	vertical-align: middle !important;
}

.riquadroDiv{
	border: 1px solid #515151;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block; 
	float: none; 
	vertical-align: middle;
	text-align: left;
}

.document{
	/*margin-top: 10px; 
	margin-bottom: 1px;*/
	text-align: left;
}

.riquadroDocs{
	padding-top: 10px;
	padding-bottom: 10px;
	/*border: 1px solid #5c88da;*/
	border-radius: 3px;
}

.titoloRiquadro{ 
	/*margin-top: -33px;
	margin-bottom: 10px;*/
}

.titoloRiquadro > p {
	margin-bottom: 4px;
}

.titoloRiquadro > p > strong{
	font-size: 20px; 
	color: white;
	background-color: #5c88da;
	border-radius: 3px;
	padding: 7px;
}

.ceoTitoloInvalid{
	font-size: 20px; 
	color: white;
	background-color: #ff1f1f;
	border-radius: 3px;
	padding: 7px;
}

.ceoTitoloValid{
	font-size: 20px; 
	color: white;
	background-color: #5c88da;
	border-radius: 3px;
	padding: 7px;
}

div > .groupInvalid{
	border-color: #ff1f1f;
}

.documentInvalid > div > strong {
	color: #ff1f1f;
}

.doc-not-required{
	background-color: #ededed;
}
/*REQUEST VALIDA*/
div.request-color-va{
	border: solid 4px #2ad1a5;
	padding: 10px;
}
table.request-color-va thead tr th {
	background-color: #5c88da;
	border-color: #5c88da;
}
table.request-color-va {
	border-color: #5c88da;
}
/*REQUEST APPR-EX*/
div.request-color-appr-ex{
	border: solid 4px #2ad1a5;
	padding: 10px;
}
table.request-color-appr-ex thead tr th {
	background-color: #5c88da;
	border-color: #5c88da;
}
table.request-color-appr-ex {
	border-color: #5c88da;
}
/*REQUEST CARICATA*/
div.request-color-ca{
	border: solid 4px #2ad1a5;
	padding: 10px;
}
table.request-color-ca thead tr th {
	background-color: #5c88da;
	border-color: #5c88da;
}
table.request-color-ca {
	border-color: #5c88da;
}
/*REQUEST IN-ATTESA*/
div.request-color-in-attesa{
	border: solid 4px #ffaa22;
	padding: 10px;
}
table.request-color-in-attesa thead tr th {
	background-color: #5c88da;
	border-color: #5c88da;
}
table.request-color-in-attesa {
	border-color: #5c88da;
}
/*REQUEST RIFIUTATA*/
div.request-color-in{
	border: solid 4px #ff1f1f;
	padding: 10px;
}
table.request-color-in thead tr th {
	background-color: #5c88da;
	border-color: #5c88da;
}
table.request-color-in {
	border-color: #5c88da;
}
/*REQUEST SCADUTA*/
div.request-color-sc{
	border: solid 4px #ff1f1f;
	padding: 10px;
}
table.request-color-sc thead tr th {
	background-color: #5c88da;
	border-color: #5c88da;
}
table.request-color-sc {
	border-color: #5c88da;
}
/*REQUEST IN-ATTESA*/
div.request-color-is{
	border: solid 4px #ffaa22;
	padding: 10px;
}
table.request-color-is thead tr th {
	background-color: #5c88da;
	border-color: #5c88da;
}
table.request-color-is {
	border-color: #5c88da;
}

.general-select{
	color: #515151;
	background-color: #f9f9f9;
	border-color: #5c88da;
}

.general-input{
	color: #515151;
	background-color: #f9f9f9;
	border-color: #5c88da;
}

.general-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5c88da;
  opacity: 1; /* Firefox */
}

.general-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5c88da;
}

.general-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #5c88da;
}

@media screen and (max-width: 1300px){
	table thead th{
		max-width: 70px;
		overflow: hidden;
    	text-overflow: ellipsis;
	}
	table tbody th{
		max-width: 70px;
		overflow: hidden;
    	text-overflow: ellipsis;
   		white-space: nowrap;
	}
}

.colorETR-0{
	color: #ffaa22;
}
.colorETR-1{
	color: #2ad1a5;
}
.colorETR-2{
	color: #ff1f1f;
}

label.redColor{
	color: #ff1f1f !important;
}

div.redColor{
	border: 1px solid #ff1f1f !important; 
}

/* The container */
.container-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-custom:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-custom input:checked ~ .checkmark {
  background-color: #5c88da;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-custom .checkmark:after {
  left: 8px;
  top: 5px;
  width: 8px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container */
.container-custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 21px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-custom-radio:hover input:enabled ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-custom-radio input:checked ~ .checkmark-radio {
  background-color: #5c88da;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-custom-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-custom-radio .checkmark-radio:after {
 	top: 7px;
	left: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

.divLabel{
	position: absolute;
    top: -14px;
    left: 33px;
    background-color: #5c88da;
    color: #f9f9f9;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
}

.divLabelNome{
	font-size: 20px;
    background-color: #5c88da;
    color: #f9f9f9;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    margin-right: 10px;
}

#div-ul > ul > li {
	margin-bottom: 15px;
}

.buttons-div{
	width: 110px;
	min-width: 110px;
}

.table-docName{
	white-space: break-spaces;
}

.table-docHash{
	white-space: break-spaces;
	word-break: break-all;
}

.missingDocument{
	padding: 5px !important;
	background-color: transparent !important;
	cursor: pointer;
	display: none;
	margin-left: 10px;
	border: 2px solid #ff1f1f;
	color: #ff1f1f !important;
	font-size: 16px !important;
    position: relative;
    top: -2px;
}

.missingDocument:hover{
	background-color: #ff1f1f !important;
	border: 2px solid #ff1f1f;
	color: white !important;
}

.documentDivPersona{
	margin-bottom: 30px;
}

.documentDivVeicolo{
	margin-bottom: 30px;
}

.labelAuthh{
	margin-bottom: 30px;
}

.labelAuthh > strong {
	font-size: 20px; 
	color: white;
	background-color: #5c88da;
	border-radius: 3px;
	padding: 7px;
}

#documentiOrdine > div{
	text-align: center;
}

#documentiSocietari > div{
	text-align: center;
}

.groupImage{
	display: none;
	height: 30px;
    padding-left: 15px;
}

#documentiOrdine > div > .riquadroDiv{
	margin-left: -45px;
}

#documentiSocietari > div > .riquadroDiv{
	margin-left: -30px;
}

@media screen and (min-width: 1600px){
	.dashboard-svg{
		height: 100px !important;
	}
	
	.auth-svg{
		height: 240px !important;
	}
}

.dashboard-svg{
	height: 80px;
}

.auth-svg{
	height: 200px;
}

.div-dash{
	padding-bottom: 30px;
}

.fromLeft h3{
	padding-right: 35px;
	padding-left: 35px;
}

.fromLeft h2 {
	padding-right: 15px;
	padding-left: 15px;
}

.fromLeft h2:after, .fromLeft h3:after{
	padding-bottom: 15px;
  	display:block;
 	content: '';
  	border-bottom: solid 2px #5c88da;  
  	transform: scaleX(0);  
  	transition: transform 400ms ease-in-out;
  	transform-origin:  0% 50%;
}

.fromLeft:hover h2:after, .fromLeft:hover h3:after { transform: scaleX(1); }

.tr-not-required{
	background-color: #ededed;	
}

.tr-not-required:hover{
    background-color: #ededed;
}

.title-page{
	padding-top: 10px;
    font-size: 22px;
    margin-bottom: -10px;
}

.modifica-titolare {
	margin-left: 15px;
	font-size: 21px;
	border-radius: 3px;
	color: white;
	padding: 7px;
	background: #5c88da;
	top: 3px;
	cursor: pointer;
}

.modifica-av{
	cursor: pointer;
	font-size: 18px;
	top: 4px;
	padding-left: 7px;
}

table > img {
	cursor: pointer;
}

.modal-cover{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99999999999;
}

.nono{
	padding-right: 2px !important;
}

.no::after {
	padding-left: 5px;
    content: "N.O.";
}

.th-max{
	text-overflow: ellipsis;
    max-width: 180px;
    overflow: hidden;
}

.error-msg-auth{
	background-color: #f00;
    border: 2px solid #f00;
    border-radius: 3px;
    display: none;
    margin-top: -15px;
}

.error-msg-auth > h5{
	color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.buildNumber{
	font-size: 10px;
    font-weight: normal;
    padding-right: 10px;
}