/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
body {
    /*margin-top: 60px;*/
}

a:hover {
	text-decoration: none;
}

.navbar-nav>li>a {
	padding-top: 15.5px;
	padding-bottom: 15.5px;
}

.bg-grey {
    background-color: #EEE;
    padding: 20px;
    margin: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.fieldcontain, input {
    padding: 0 15px 10px 15px;
}

.fieldcontain.error {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
    border-radius: 5px;
}

.form-subtitle {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 2px;
}

.tab-content {
    border: 1px solid #dddddd;
    border-top-width: 0; 
    padding: 20px;
}
.tab-content.tab-no-bordered {
	border: none;
}

.input-style {
    height: 30px;
    padding: 5px 10px;
    font-size: 15px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-style-short {
    width: 60px;
}

.input-style-large {
    width: 310px;
}

.glyphicon-white {
    color: #FFF;
}

.pagination {
	display: inline-block;
}

.pagination span.currentStep {
	float: left;
	color: #999999;
	cursor: default;
	background-color: transparent;
	border: 1px solid #dddddd;
	padding: 3.4px 12px;
	margin-left: -1px;
}

.pagination .step {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}

.pagination a:hover, .pagination a:focus {
	background-color: #f5f5f5;
}

.pagination .nextLink {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pagination .prevLink {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-rigth-width: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pagination span.currentStep {
	float: left;
	color: #999999;
	cursor: default;
	background-color: transparent;
	border: 1px solid #dddddd;
	padding: 3.5px 12px;
	margin-left: -1px;
}

.txt-red {
    color: red;
}

.error {
	background: #fff3f3;
	border: 1px solid #ffaaaa;
	color: #cc0000;
	   -moz-box-shadow: 0 0 0.25em #ff8888;
	-webkit-box-shadow: 0 0 0.25em #ff8888;
	        box-shadow: 0 0 0.25em #ff8888;
}

.input-group .form-control {
	height: 40px;
}

#alert-alloggio {
	max-height: 250px;
	overflow: auto;
}

.radio-sesso {
	margin-top: 0;
}

.nav-pills.custom a {
	background-color: #f5f5f5;
}