@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700');
/*DIALOG ERRORE*/
 /*
.modal-confirm {		
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
       text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header {
	border-bottom: none;   
       position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-confirm .close {
       position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}		
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn {
	color: #fff;
    border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
    line-height: normal;
	min-width: 120px;
    border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
	outline: none !important;
	}
.modal-confirm .btn-info {
	background: #c1c1c1;
	}
.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}*/
	.modal-confirm {		
		color: #636363;
		width: 325px;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-confirm .modal-header {
		border-bottom: none;   
        position: relative;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
	}
	.modal-confirm .form-control, .modal-confirm .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-confirm .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}	
	.modal-confirm .modal-footer {
		border: none;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
	}	
	.modal-confirm .icon-box {
		color: #fff;		
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #ef513a;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-confirm .icon-box i {
		font-size: 56px;
		position: relative;
		top: 4px;
	}
	.modal-confirm.modal-dialog {
		margin-top: 120px;
	}
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
		background: #ef513a;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
	.modal-confirm .btn:hover, .modal-confirm .btn:focus {
		background: #da2c12;
		outline: none;
	}
	
	
	
	
	.modal-info {		
		color: #636363;
		/*width: 325px;*/
	}
	.modal-info .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-info .modal-header {
		border-bottom: none;   
        position: relative;
	}
	.modal-info h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
	}
	.modal-info .form-control, .modal-info .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-info .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}	
	.modal-info .modal-footer {
		border: none;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
	}	
	.modal-info .icon-box {
		color: #fff;		
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #0078f0;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-info .icon-box i {
		font-size: 56px;
		position: relative;
		top: 4px;
	}
	.modal-info.modal-dialog {
		margin-top: 120px;
	}
    .modal-info .btn {
        color: #fff;
        border-radius: 4px;
		background: #0078f0;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
	.modal-info .btn:hover, .modal-info .btn:focus {
		background: #2389cd;
		outline: none;
	}
	
	.modal-slot {		
		color: #636363;
		/*width: 550px;*/
	}
	.modal-slot .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-slot .modal-header {
		border-bottom: none;   
        position: relative;
	}
	.modal-slot h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
	}
	.modal-slot .form-control, .modal-slot .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-slot .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}	
	.modal-slot .modal-footer {
		border: none;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
	}	
	.modal-slot .icon-box {
		color: #fff;		
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #0078f0;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-slot .icon-box i {
		font-size: 56px;
		position: relative;
		top: 4px;
	}
	.modal-slot.modal-dialog {
		margin-top: 120px;
	}
    .modal-slot .btn {
        color: #fff;
        border-radius: 4px;
		background: #0078f0;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
	.modal-slot .btn:hover, .modal-slot .btn:focus {
		background: #2389cd;
		outline: none;
	}
		
	.modal-login {		
		color: #636363;
		/*width: 550px;*/
	}
	.modal-login .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-login .modal-header {
		border-bottom: none;   
        position: relative;
	}
	.modal-login h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
	}
	.modal-login .form-control, .modal-slot .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-login .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}	
	.modal-login .modal-footer {
		border: none;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
	}	
	.modal-login .icon-box {
		color: #fff;		
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #0078f0;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-login .icon-box i {
		font-size: 56px;
		position: relative;
		top: 4px;
	}
	.modal-login.modal-dialog {
		margin-top: 120px;
	}
    .modal-login .btn {
        color: #fff;
        border-radius: 4px;
		background: #0078f0;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
	.modal-login .btn:hover, .modal-slot .btn:focus {
		background: #2389cd;
		outline: none;
	}	