
body
{
	font-family: 'Montserrat', sans-serif;
}

.pgroup
{
	margin:10px;
}

.ptit
{
	font-size:9pt;
}

h4
{
	margin-top:25px;
}

.pgt 
{
	background-color: #B4192D;
	color:white;
	font-size:15px;
	text-transform:uppercase;
	line-height:32px;
	padding:0 10px
}

.pgt2 
{
	background-color: #B4192D;
	color:white;
	font-size:15px;
	text-transform:uppercase;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btnr 
{
	font-size:15px;
	line-height: 1.42857143;
	padding:5px 20px;
}


.pgt strong {background-color: #870919}

.modal-header
{
	padding: 10px;
	color:white;
	text-transform:uppercase;
	background: #B4192D;
}

.modal-footer
{
	padding: 10px;
	text-align: right;
	background: #f5f5f5;
}

.topf
{
	position: fixed;
	top : 100px;
}

.resbox
{
	border:1px solid #888;
	padding:0;
	position:relative;
	margin-top:30px;
}

.restit
{
  background-color: #FCC81E;
	color:black;
	text-transform: uppercase;
	text-align: center;
	padding:5px 0;
	font-weight:600;
}

.respix
{
	max-width:90%;
	margin:auto;
	padding:5%;
}

.resctr
{
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	margin:5px 0 25px 0;
}

.respr
{
	text-align:center;
	font-size:14pt;
	margin:0 5px 25px 5px;	
}

.resbt
{
	position:absolute;
	bottom:-20px;
	width:100%;
	text-align:center;
}

.l7
{
	cursor:pointer;
	
}

.resbx
{
	width:24%;
}

.l7 span.glyphicon, .l8 span.glyphicon  {    			
	opacity: 0;				
}

.l7.active span.glyphicon, .l8.active span.glyphicon {				
	opacity: 1;				
}

.lnk
{
	text-align: center;
	display:none;
}

.vtit
{
	color:#333;
	text-transform: uppercase;
	text-align: center;
	font-size:9pt;
	font-weight:800;
	
}
/******* WIZARD **********/

.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
		text-decoration :none;
		cursor:default;
    color: #007ACC;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
		text-decoration :none;
		cursor:default;
}

.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
		text-decoration :none;
		cursor:default;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
		text-decoration :none;
		cursor:default;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
		text-decoration :none;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
		text-decoration :none;
}
.wizard .badge {
   margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
		cursor:pointer;
		background: #007ACC;
    color: #fff;
}

.wizard .curoff {
		cursor: not-allowed;
    background: #ccc;
    color: #fff;
}
.wizard .current .badge{
    color: #007ACC;
		background : #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
		cursor:pointer;
}

.wizard .curoff:after {
		cursor: not-allowed;
    border-left-color: #ccc;
}
/******* END WIZARD **********/

/******* WIZARD 2 **********/

.wizard2 a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
		text-decoration :none;
		cursor:default;
    color: #007ACC;
}
.wizard2 a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-right: 20px solid #007ACC;
    position: absolute;
    left: -20px;
   content: "";
    top: 0;
 		text-decoration :none;
		cursor:default;
}

.wizard2 a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-right: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: +20px;
    z-index: 2;
		text-decoration :none;
		cursor:default;
}
.wizard2 a:first-child:before,
.wizard2 a:last-child:after {
    border: none;
		text-decoration :none;
		cursor:default;
}
.wizard2 a:first-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
		text-decoration :none;
		cursor:default;
}
.wizard2 a:last-child {
    -webkit-border-radius: 4px 0 0 4px ;
       -moz-border-radius: 4px 0 0 4px ;
            border-radius: 4px 0 0 4px ;
		text-decoration :none;
		cursor:default;
}
.wizard2 .current {
    background: #007ACC;
    color: #fff;
		cursor:default;
}
.wizard2 .current:before {
    border-left-color: #007ACC;
		cursor:default;
}
/******* END WIZARD 2 **********/
	.nf {
		width: 25%;
		padding-right:10px;
		z-index:99999;
	}
	.selb
	{
		width:265px; 
		position:relative;
		margin:10px 10px 0 0 ;
		border:1px solid  #B4192D;
		background:white;
		
	}



label {
    white-space: normal;
}

label.cyl.active {
    background-color: #B4192D;
    color: white;
		border:1px solid #ccc;
}

label.cyl {
    background-color: white;
    color: black;
		border:1px solid #ccc;

}

.has-error {
  border: 1px solid red;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #333;
}