

.gray-bg .form-control, .gray-bg .form-control:focus, .header-top-dropdown .form-control, .header-top-dropdown
.form-control:focus, #footer.light .form-control, #footer.light .form-control:focus, fieldset .form-control, fieldset .form-control:focus {
    border-color: #acacac;
    box-shadow: none;
}

.text-red {
	color: #bc0018;
}

.gray-bg hr {
	border-color: #bc0018 -moz-use-text-color -moz-use-text-color;
}

.help-block {
	text-align: left;
}

.main-container {
	padding-top: 0px;
}

.main {
	padding-top: 20px;
}

.modal-header.bg-primary h4 {
	color: white;
}


/* Title and Separator */

.title-page-icon {
	color: #bc0018;
	margin: 0px 20px 0 10px;
	font-size: 2em;
}

.separator {
	width: 100px;
}

.separator:after {
	width: 50px;
}

.separator-2 {
    height: 3px;
    width: 100%;
}

/* Tab style 2 */

.tabs-style-2 {
	margin: 15px 15px 0px 15px;
}

.tabs-style-2 .tab-content {
	margin-bottom: 0px;
	padding: 30px 10px 0px 10px;
}

.line-bottom {
	border-bottom: 1px solid #bc0018;
}

/* SOCIAL */

.grhsocial label {
	position: relative;
	top: -10px;
}

.grhsocial .fa.fa-facebook-square.fa-2x {
	position: relative;
	top: 4px;
	color: #3b5998;
}

.grhsocial .fa.fa-twitter-square.fa-2x {
	position: relative;
	top: 4px;
	color: #55acee;
}

.grhsocial .fa.fa-linkedin-square.fa-2x {
	position: relative;
	top: 4px;
	color: #0975b4;
}

.grhsocial .fa.fa-google-plus-square.fa-2x {
	position: relative;
	top: 4px;
	color: #db4a39;
}

.grhsocial .fa.fa-pinterest-square.fa-2x {
	position: relative;
	top: 4px;
	color: #d01d15;
}

.grhsocial .fa.fa-instagram.fa-2x {
	position: relative;
	top: 4px;
	color: #316699;
}

/* TABLE */

.table-responsive {
    border: 0px;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
 	 background-color: transparent;
}

.table-hover > tbody > tr:hover {
    background-color: #ffe0e0;
}

/*  WIZARD fuelux */
 
.fuelux .wizard > .actions {
	position: relative;
	background-color: #333333;
	padding-left: 10px;
    padding-right: 10px;
} 
 
.wizard > .actions > .btn {
    margin: 4px;
    min-width: 120px;
}

.fuelux .wizard {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
}

.fuelux .wizard .step-content {
	margin-top: 1px;
	border-top: 2px solid #bc0018;
	border-bottom: 2px solid #999999;
}

.fuelux .steps .badge-success, .fuelux .steps .badge-info {
    color: #ffffff;
    font-weight: bold;
}

.fuelux .steps .badge {
     margin-left: 0;
}

.fuelux .step-pane > h4 {
    color: #888888;
    font-size: 20px;
    font-weight: 400;
	padding-bottom: 10px;
}


/* clockpicker */

.input-group-addon {
    background-color: #eeeeee;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}	

.clockpicker .input-group-addon {
    padding: 6px 12px;
}

/* dropone upload */

.dropzone .dz-preview .dz-progress {
	top: 70%;
	height: 8px;
	/*display: none;*/
}

.dropzone .dz-preview .dz-error-message {
	top: 150px;
}

/* layout richiesto da Mr. Fontello */

body {
	font-family: 'Lato';
}

.header-top {
	background-color: #810010;
	color: #F67474;
	border: 0;
	font-size: 16px;
}

.header {
	background-color: #BC0018;
	color: #F67474;
    border: 0;
    padding: 0px;
}

.header-top .social-links li {
    border-right: none;
}

.fixed-header-on .header.fixed {
    background-color: rgba(183, 00, 23, 0.90);
}

.header-top .social-links li {
    padding: 5px 5px;
}

.header-top .social-links li a {
    color: #F67474;
}

.header-top-dropdown .dropdown > button {
    color: #F67474;
    font-size: 16px;
}

.navbar.navbar-default {
	margin-top:20px;
}

.navbar-default .navbar-nav > li > a {
	text-transform:none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a {
	font-size: 18px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
	color: #F67474;
}

.subfooter {
	background-color: #4D4D4D;
	color: #ffffff;
	padding: 15px 0;
}


.breadcrumb {
    font-size: 14px;
}


/* Box Style */

.box-style-2 i {
	border: none;
	font-size: 58px;
}

.box-style-2 .link {
	top: -30px;
}

.box-style-2 .default-bg {
	border: none;
	border-radius: 50%;
}

.box-style-2:hover .default-bg {
	background-color: #ffffff;
	border: 0px solid #bc0018;
	border-radius: 50%;
}
.box-style-2:hover .default-bg * {
	color: #bc0018;
}
.box-style-2:hover .white-bg * {
	color: #bc0018;
}


/* Fixed navigation
---------------------------------- */

.fixed-header-on .header {
	height: 50px;
}

.fixed-header-on .header.fixed {
	padding: 0px 0;
}

.fixed-header-on .header .container .row .logo {
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	-ms-transform: scale(0.65);
	-o-transform: scale(0.65);
	transform: scale(0.65);
	margin-top: -20px;
}

 
@media (max-width:767px) {
	 
	/* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #fff;
		background-color: #810010;
	}
	
	
}