.testata_prenota{
	background: #ddd;
	padding-top: 25px;
	padding-bottom: 25px;
}

.block-loading{
	padding-left: 20px;
}
#loaderDiv{
	display: none;
}

.corpo{
	padding-top: 25px;
	padding-bottom: 25px;
}

.blocco_tariffa{
	line-height: 60px;
	border-radius: 5px;
	border: 1px solid #015577;
	text-align: center;
	color: #015577;
	font-size: 18px;
}

.lista-pagamenti-dispo{
	height: 60px;
	border: 1px solid #015577;
	border-radius: 5px;
}
.lista-pagamenti-dispo input[type="radio"]{
	flex: left;
}

ul#pagamenti li {
	vertical-align: top;
	display: inline-block;
}

.form-group {
	margin-bottom: 15px;
	position: relative;
}
span.error { 
	color: red;
	padding-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
input.error, input.error:focus{
	border-color: red !important;
}

.frecciasu{
	font-size: 1.2em;
}
.frecciasugrande{
	font-size: 2.2em;
}

.testodescri{
	text-transform: none;
	text-align: justify;
}

a.linka{
	color: #015577;
}
a.linka{
	color: #015577;
	text-decoration: underline;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:18px 12px 18px 24px;
	cursor: default;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-breadcrumb .btn:first-child {
  padding:18px 6px 18px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:18px 18px 18px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 18px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 18px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 18px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 18px solid #adadad;
}


/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #5cb85c;
}

.btn-breadcrumb .btn.btn-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
