/*
CUSTOM
*/
html {
	font-size: 10px;
	}
html.font-large{
	font-size: 12px;
	}
body {
    font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    padding-right: 0px !important;
	}
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
h1{
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 2.200rem;
	margin: 40px 0 40px 0;
	font-weight: normal;
	color: #00327C;
	}
h2,
.h2 {
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 2.000rem;
	margin-top: 0;
	font-weight: normal;
	color: #00327C;
	}
h3,
.h3 {
	font-size: 1.800rem;
	color: #333;
	font-weight: normal;
	margin-top: 0;
	}
h3 strong,
.h3 strong {
	font-size: 1.800rem;
	font-weight: bold;
	color: #00327C;
	}
h4,
.h4 {
	font-size: 1.600rem;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
	}
h4 strong,
.h4 strong {
	font-size: 2.000rem;
	font-weight: bold;
	color: #00327C;
	}
h5,
.h5 {
	font-size: 2.200rem;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
	}
h5 strong,
.h5 strong {
	font-size: 2.200rem;
	font-weight: bold;
	color: #00327C;
	}
h5 span,
.h5 span {
	font-size: 2.000rem;
	font-weight: normal;
	color: #333;
	}
h6, 
.h6 {
	font-size: 1.600rem;
	font-weight: normal;
	color: #00327C;
	}
h1 span,
.h1 span {
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 2.200rem;
    font-weight: normal;
	margin: 40px 0 40px 0;
	}
h1 strong,
.h1 strong {
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 2.500rem;
    font-weight: normal;
	margin: 40px 0 40px 0;
	}

.color-danger {
  color: #B20000;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
}
.col-xs-15{
        width: 20%;
        float: left;
}
    @media (min-width: 768px)
    {
        .col-sm-15
        {
            width: 20%;
            float: left;
        }
    }
     
    @media (min-width: 992px)
    {
         .col-md-15
         {
            width: 20%;
            float: left;
        }
    }
     
    @media (min-width: 1200px)
    {
        .col-lg-15
        {
            width: 20%;
            float: left;
        }
    }
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
}
.col-xs-25{
        width: 40%;
        float: left;
}
    @media (min-width: 768px)
    {
        .col-sm-25
        {
            width: 40%;
            float: left;
        }
    }
     
    @media (min-width: 992px)
    {
         .col-md-25
         {
            width: 40%;
            float: left;
        }
    }
     
    @media (min-width: 1200px)
    {
        .col-lg-25
        {
            width: 40%;
            float: left;
        }
    }
.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
}
.col-xs-35{
        width: 60%;
        float: left;
}
    @media (min-width: 768px)
    {
        .col-sm-35
        {
            width: 60%;
            float: left;
        }
    }
     
    @media (min-width: 992px)
    {
         .col-md-35
         {
            width: 60%;
            float: left;
        }
    }
     
    @media (min-width: 1200px)
    {
        .col-lg-35
        {
            width: 60%;
            float: left;
        }
    }

/* Title options
------------------------ */
.option-title {
    display: table;
    margin: 0 0 10px 0;
	font-weight: normal;
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 2.200rem;
}
.option-title .table-row {
    display: table-row;
	font-weight: normal;
}
.option-title h4 {
    font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 2.200rem;
    display: table-cell;
    vertical-align: middle;
	font-weight: normal;
}
.option-title h4 span{
	font-family: "Poppins Light", arial;
    font-size: 1.300rem;
    font-weight: normal;
	font-weight: normal;
	}
.go-to-next-step{
	margin-top: 30px;
	}
.go-to-next-step .panel{
	margin-bottom: 0;
	}
.go-to-next-step .container{
	display: table;
	padding: 0;
	}
.go-to-next-step .row{
	display: table-row;
	margin: 0;
	}
.go-to-next-step .table-cell{
	display: table-cell;
    float: none;
    vertical-align: middle;
	}
/* ESTADOS */
.bg-danger, 
.bg-success, 
.bg-info,
.bg-warning{
	display: block;
	margin: 0 20px;
	}
.legend-status{
	display: block;
	padding: 20px 20px 0 20px;
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	text-align: right;
	font-size: 1.200rem;
	margin-bottom: -28px;
	position: relative;
	z-index: 100;
	}
.legend-status .estado{
	display: inline-block;
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 5px;
	margin: 0 10px;
	font-size: 1.200rem;
	line-height: 0.7;
	}
/* ESTADOS ALERTAS*/
.bg-info,
.bg-primary,
.bg-success,
.bg-warning,
.bg-danger{
	padding: 10px;
	margin: 0 0 10px;
	text-align: center;
	}
/*Estados formulario*/
.has-error .form-control{
	 border-color: #a94442;
	 background: #FFF0F1;
	}
.has-success .form-control{
	 border-color: #3c763d;
	 background: #EEF7EA;
	}
.has-warning .form-control{
	 border-color: #8a6d3b;
	 background: #FEFAE2;
	}
/*LINKS*/
/* a{ */
/* 	color: #4a6b05; */
/* 	} */
/* a:hover, */
/* a:focus, */
/* a.active{ */
/* 	color: #4a6b05; */
/* 	} */
/*BOTONES*/
.btn:not(.btn-link){
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 1.400rem;
	font-weight: bold;
    padding: 10px 25px 8px;
	text-transform: uppercase;
	}
.btn .glyphicon{
	margin-right: 10px;
	}
.btn-default {
	text-shadow: none;
	color: #fff;
	background: #00327C;
	border: 1px solid #006489;
	transition: all 300ms linear 0s;
}
.btn-default:hover {
	text-shadow: none;
	border: none;
	color: #fff;
	background: #00526f;
    border: 1px solid #004a65;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus {
    text-shadow: none;
    border: none;
    color: #fff;
    background: #00526f;
    border: 1px solid #001923;
}
.btn-primary {
	text-shadow: none;
	border: none;
	color: #fff;
	background: #598206;
    border: 1px solid #567d06;
	transition: all 300ms linear 0s;
}
.btn-primary:hover {
	text-shadow: none;
	border: none;
	color: #fff;
    background: #385104;
    border: 1px solid #314803;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus {
	text-shadow: none;
	border: none;
	background-position: inherit;
	color: #fff;
    background: #385104;
    border: 1px solid #060800;
}
.btn-secundary {
	text-shadow: none;
	border: none;
	color: #fff;
	background: #cc0000;
    border: 1px solid #c70000;
	transition: all 300ms linear 0s;
}
.btn-secundary:hover {
	text-shadow: none;
	border: none;
    color: #fff;
    background: #990000;
    border: 1px solid #8f0000;
}
.btn-secundary:active,
.btn-secundary.active,
.btn-secundary:focus {
	text-shadow: none;
	border: none;
	background-position: inherit;
    color: #fff;
    background: #990000;
    border: 1px solid #4d0000;
}
.btn-orange {
	text-shadow: none;
	border: none;
	color: #fff;
	background: #A36A00;
    border: 1px solid #9e6700;	
	transition: all 300ms linear 0s;
}
.btn-orange:hover {
	text-shadow: none;
	border: none;
	color: #fff;
    background: #704900;
    border: 1px solid #664200;  
}
.btn-orange:active,
.btn-orange.active,
.btn-orange:focus {
	text-shadow: none;
	background-position: inherit;
	color: #fff;
  background: #704900;
  border: 1px solid #241700;
}
.btn-purple {
    text-shadow: none;
    border: none;
    color: #fff;
    background: #b376ae;
    border: 1px solid #b173ac;  
    transition: all 300ms linear 0s;  
} 
.btn-purple:hover {
    color: #fff;
    background: #9e5898;
    border: 1px solid #985492;  
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    color: #fff;
    background: #9e5898;
    border: 1px solid #6d3c69;
}
.btn-cancel {
	text-shadow: none;
	border: none;
	color: #fff;
	background: #DC563F;
    border: 1px solid #db523b;
    transition: all 300ms linear 0s;
}
.btn-cancel:hover {
	text-shadow: none;
	color: #fff;
    background: #c43b24;
    border: 1px solid #bc3922;
}
.btn-cancel:active,
.btn-cancel.active,
.btn-cancel:focus {
	text-shadow: none;
	background-position: inherit;
	color: #fff;
    background: #c43b24;
    border: 1px solid #842818;
}
.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn, 
.btn.disabled:hover, 
.btn[disabled]:hover, 
fieldset[disabled] .btn:hover, 
.btn.disabled:focus, 
.btn[disabled]:focus, 
fieldset[disabled] .btn:focus, 
.btn.disabled.focus, 
.btn.focus[disabled], 
fieldset[disabled] .btn.focus, 
.btn.disabled:active, 
.btn[disabled]:active, 
fieldset[disabled] .btn:active, 
.btn.disabled.active, 
.btn.active[disabled], 
fieldset[disabled] .btn.active{
	background-color: #ccc;
    border-color: #ccc;
	}

/* Boton formulario, blanco, normal... en plan select */
.btn-group .btn.btn-default {
  background-color: #fff;
  border-color: #878787;
  color: #555;
  font-weight: normal;
  font-size: 1.400rem;
  text-transform: none;
  display: block;
  width: 100%;
  padding: 8px 14px 3px;
}

.btn-group button.btn.btn-default > span.selection-text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.btn-group button.btn.btn-default > span.caret {
  position: absolute;
  top: 50%;
  right: 6px;
}

/* Excepciones colores fondo desactivados IMS-25822 */
/* TODO: Esto hay que generalizarlo a todos los primarios desactivados y revisar la web */
#downloadDocBtn.btn.btn-primary.disabled,
#downloadDocBtn.btn.btn-primary[disabled],
#sendBtn.btn.btn-primary.disabled,
#sendBtn.btn.btn-primary[disabled] {
  color: #6e6e6e;
  background-color: #f2f2f2;
  border: 1px solid #6e6e6e;
  opacity: 1;
  cursor: not-allowed;
}

/* Más excepciones... */
#createUserBtn.btn.btn-default.disabled,
#createUserBtn.btn.btn-default[disabled]
{
  color: #6e6e6e;
  background-color: #f2f2f2;
  border: 1px solid #6e6e6e;
  opacity: 1;
  cursor: not-allowed;
}

/* Excepciones a fuego IMS-2502 */
#contactContent .btn.btn-primary[disabled] {
  color: #6e6e6e;
  background-color: #f2f2f2;
  border: 1px solid #6e6e6e;
  opacity: 1;
  cursor: not-allowed;
}

section.section-trabajo .btn.btn-default[disabled] {
  color: #6e6e6e;
  background-color: #f2f2f2;
  border: 1px solid #6e6e6e;
  opacity: 1;
  cursor: not-allowed;
}

/* Excepciones a fuego IMS-2516*/
section.register-users-section .btn.btn-default.btn-add.disabled {
  color: #6e6e6e;
  background-color: #f2f2f2;
  border: 1px solid #6e6e6e;
  opacity: 1;
  cursor: not-allowed;
}

/* Excepciones a fuego IMS-2517*/
#registerContent .btn.btn-primary.disabled {
  color: #6e6e6e;
  background-color: #f2f2f2;
  border: 1px solid #6e6e6e;
  opacity: 1;
  cursor: not-allowed;
}

section.agency-register .btn.btn-default.disabled {
  color: #6e6e6e;
  background-color: #f2f2f2;
  border: 1px solid #6e6e6e;
  opacity: 1;
  cursor: not-allowed;
}

.view-card a{
	color: #525661;
	text-decoration: underline;
}
.view-card a:hover{
	color: #525661;
	text-decoration: none;
	}
.view-card .icon-card {
    background: url("../images/icon-card.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 19px;
	vertical-align: text-bottom;
}
/* ICONS HOURS */
.hour .icon-fly {
	background: transparent url("../images/icon-fly.png") no-repeat scroll left center;
    display: inline-block;
    height: 25px;
    margin-left: 3px;
    vertical-align: bottom;
    width: 20px;
	}
.hour .icon-bus {
	background: transparent url("../images/icon-bus.png") no-repeat scroll left center;
    display: inline-block;
    height: 25px;
    margin-left: 3px;
    vertical-align: bottom;
    width: 20px;
	}
.hour .icon-train {
	background: transparent url("../images/icon-train.png") no-repeat scroll left center;
    display: inline-block;
    height: 25px;
    margin-left: 3px;
    vertical-align: bottom;
    width: 20px;
	}
.hour .icon-ship {
	background: transparent url("../images/icon-ship.png") no-repeat scroll left center;
    display: inline-block;
    height: 25px;
    margin-left: 3px;
    vertical-align: bottom;
    width: 20px;
	}
/* ICONS TRANFERS */
.transfer .icon-fly{
	background: transparent url("../images/icon-fly.png") no-repeat scroll left center;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: bottom;
    width: 20px;
	}
.transfer .icon-bus{
	background: transparent url("../images/icon-bus.png") no-repeat scroll left center;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: bottom;
    width: 20px;
	}
.transfer .icon-train{
	background: transparent url("../images/icon-train.png") no-repeat scroll left center;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: bottom;
    width: 20px;
	}
.transfer .icon-ship{
	background: transparent url("../images/icon-ship.png") no-repeat scroll left center;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: bottom;
    width: 20px;
	}
/*BREADCRUMB*/
.breadcrumbs, .breadcrumb-booking{
	margin: 10px 0;
	}
.breadcrumb{
	margin: 0;
	background: none;
	}
.breadcrumb a{
	font-size: 1.600rem;
	color: #4a6b05;
	}
.breadcrumb-booking .container{
	display: table;
	table-layout: fixed;
	}
.breadcrumb-booking ol{
	padding: 0;
	margin: 0;
	display: table-row;
	}
.breadcrumb-booking ol li{
	padding: 8px 5px 6px 5px;
	margin: 0;
	display: table-cell;
	text-align: center;
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 1.400rem;
	font-weight: normal;
	cursor: default;
	border: 1px solid #ddd;
	border-right: none;
	color: #525661;
	background: #FFF;
	}
.breadcrumb-booking ol li:last-child{
	border-right: 1px solid #ddd;
	}
.breadcrumb-booking ol li.active{
	background: #525661;
	border: 1px solid #525661;
	color: #fff;
	position: relative;
	}
.breadcrumb-booking ol li.inactive{
	border: 1px solid #ddd;
	background: #e2e2e2;
	color: #636363;
	}
.breadcrumb-booking ol li.active a,
.breadcrumb-booking ol li.inactive a{
	color: #fff;
	text-decoration: none;
	}
.breadcrumb-booking ol li.active .icon-arrow-bottom-purple{
	background: url("../images/arrow-bottom-grey.png") no-repeat center center transparent;
	width: 39px;
	height: 17px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -20px;
	}
.breadcrumb-booking .breadcrumb > li + li:before{
	content: "";
	}
/*PAGINATION*/
.col-pagination{
	text-align: right;
	}
.pagination-footer{
	margin-top: 25px;
	}
.pagination{
	margin: 3px 0;
	}
.pagination strong{
	font-weight: normal;
	margin-right: 5px;
	}
.pagination > li > span{
	background-color: transparent;
	border: none;
	color:  #4a6b05;
	float: none;
	line-height: 1;
	margin-left: 0;
	margin-right: 15px;
	padding: 0;
	position: relative;
	text-decoration: none;
	}
.pagination > li > a{
	background-color: transparent;
	border: none;
	color:  #689708;
	float: none;
	line-height: 1;
	margin-left: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	font-size: 2.000rem;
	}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover, 
.pagination > li > span:focus{
    background-color: transparent;
	border: none;
    color: #4a6b05;
	} 
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span, 
.pagination > .active > span:hover, 
.pagination > .active > span:focus{
	background-color: transparent;
	border: none;
    color: #4a6b05;
    cursor:  not-allowed;
    z-index: inherit;
	}
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus,
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus {
    background-color: transparent;
	border: none;
    color: #aaa;
    cursor: not-allowed;
	}
/* AUTOCOMPLETE */
.autocomplete{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    padding: 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #505b69;
	border: 1px solid #ddd;
	font-family: "Poppins Light", 'Roboto', sans-serif;
	}
.autocomplete ul,
.autocomplete ul li{
	list-style-type: none;
	}
.autocomplete .title{
    font-size: 26px;
    font-weight: normal;
	margin: 10px 0 2px 0;
	padding: 3px 10px;
	color: #525661;
	background: none;
	font-family:"Poppins Light", 'Conv_FREESCPT',Sans-Serif;
	}
.autocomplete .fa{
	font-size: 25px;
	margin-right: 5px;
	}
.autocomplete .ui-menu-item{
	background-color: #F0F2F4;
    font-size: 14px;
    font-weight: 400;
	text-transform: capitalize;
	cursor: pointer;
	border-bottom: 2px solid #fff;
	font-family: "Poppins Light", 'Roboto', sans-serif;
	}
.autocomplete .ui-menu-item a{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #505b69;
	padding: 5px;
	}
.autocomplete .ui-menu-item a:hover{
	background: #3366cc;
	color: #fff;
	}
.autocomplete .ui-menu-item a:hover span {
    color: #fff !important;
}
/*MODAL*/
.modal-dialog{
	margin: 100px auto;
	}
@media (min-width: 1200px) {
	.modal-lg{
	width: 1100px;
	}
	}
@media (min-width: 768px) and (max-width: 992px) {
    .modal-dialog {
        width: 670px!important;
    }
}
.modal .modal-content {
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	}
.modal .close{
	font-size: 3.000rem;
	}
.modal-title{
	font-size: 2.000rem;
	font-weight: normal;
	text-transform: none;
	}
.modal .modal-content .modal-header {
    font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2.000rem;
	 border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	background: #00327C;
	color: #fff;
	font-weight: bold;
	}
.modal h2{
	color: #666;
	font-size: 2.200rem;
	}
.modal h2 strong{
	color: #00327C;
	font-weight: bold;
	}
.modal h4{
	color: #fff;
	font-size: 2.000rem;
	}
.modal .modal-content .modal-body {
    padding: 20px;
}
.modal .modal-content .modal-header button.close{
	font-weight: normal;
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
	}
.modal-cancel.in .modal-dialog {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	}
.modal-cancel .modal-body{
	text-align: center;
	}
.modal-cancel .modal-body h5{
	color: #999;
	font-size: 15px;
    line-height: 19px;
	}
.modal-cancel .modal-body h5 span.big{
	font-size: 22px;
	}
.modal-cancel .modal-body span.high{
	color: #00327C;
	font-style:italic;
	font-size: 15px;
	font-weight:600;	
	}
.modal h2.primary-color{
  color: #00327C;
}
/*FORMULARIOS*/
form {
    	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    	font-weight: normal;
    	font-size: 1.400rem;
	margin: 0;
	}
form input {
    	font-size: 1.400rem;
	}
label {
    	font-weight: normal;
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 3px;
	}
input[type="radio"], 
input[type="checkbox"]{
	margin: 6px 5px 0 0;
	}
.form-control {
    padding: 10px 15px;
    height: inherit;
	font-size: 1.400rem;
	border-radius: 5px;
	border-color: #878787;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: normal;
	}
select.form-control {
    padding: 10px;
    height: inherit;
	}
.form-inline .form-group {
    display: inline-block;
    margin: 0 15px 15px 0;
    vertical-align: middle;
    width: 160px;
}
.form-inline .form-group.mp-vertical-align-top {
    vertical-align: top;
}
.form-inline .form-control{
    width: 100%;
}
.form-control.btn {
    width: auto;
    min-width: 100%;
}
.fecha .input-group-addon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
	}
.fecha .input-group-addon i {
    color: #999;
    font-size: 2.000rem;
	margin-top: 5px;
	}
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{
	cursor: default;
	}
.input-group{
	width: 100%;
	}
.date .form-control[readonly]{
	background: #fff;
	}
.date .form-control{
	border-right: none;
	}
.date .input-group-addon{
	background: #fff;
	border-left: none;
	padding: 0 5px 0 8px;
	}
.date .input-group-addon .glyphicon-calendar{
	font-size: 24px;
	color: #00327C;
	}
.input-append.date .add-on i, 
.input-prepend.date .add-on i, 
.input-group.date .input-group-addon span {
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.btn-group ul.dropdown-menu {
  padding: 4px 0;
  white-space: nowrap;
}

.btn-group ul.dropdown-menu li {
  background: #fff;
  padding: 4px 8px;
}

.btn-group ul.dropdown-menu li label {
  cursor: pointer;
}

.btn-group ul.dropdown-menu li:nth-child(1n) {
  background: #fff;
  padding: 4px 8px;
}

.btn-group ul.dropdown-menu li:hover {
  background: #eee;
}

.btn-group ul.dropdown-menu li input:checked+span {
  color: #298700;
}

/*PILLS*/
.nav-pills > li > a{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #fff;
    color: #525661;
	border: 1px solid #ccc;
	margin-right:15px;
	margin-bottom:15px;
	font-size: 1.600rem;
	padding: 10px 30px;
	}
.nav-pills > li + li{
	margin-left: 0;
	}
.nav-pills > li > a:hover, 
.nav-pills > li > a:focus,
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background-color: #525661;
    color: #fff;
	text-decoration: none;
	border: 1px solid #525661;
	}
/* section bg grey */
section{
	margin: 30px 0;
	}
.section-bg-grey{
	background: #eee;
	padding: 30px 0;
	}
/*nav tabs*/
.nav-tabs > li > a{
	font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    font-size: 2.000rem;
	padding: 15px 20px 10px 20px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
.nav-tabs > li > a .icon-arrow-white{

	}
.nav-tabs > li.active > a  .icon-arrow-white{
	
	}
/*list group*/
.list-group{
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	}
.list-group-item{
	padding: 5px 10px;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: 1px solid #ddd;
	border-bottom: none;
	background: #fff;
	}
a.list-group-item:hover, 
a.list-group-item:focus,
a.list-group-item.active, 
a.list-group-item.active:hover, 
a.list-group-item.active:focus{
	background: #00327C;
	border: 1px solid #00327C;
	border-bottom: none;
	color: #fff;
	}
a.list-group-item.disabled, 
a.list-group-item.disabled:hover, 
a.list-group-item.disabled:focus{
	background: #eee;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #aaa;
	cursor: not-allowed;
	}
/*list-points*/
ul.list-points li {
    background: url("../images/list-point.png") no-repeat scroll 0 7px transparent;
    margin-left: 20px;
    padding-left: 20px;
}
ul.list-checks li {
    background: url("../images/check-green.png") no-repeat scroll 0 5px transparent;
    margin-left: 20px;
    padding-left: 20px;
}
ul.list-cross li {
    background: url("../images/cross-red.png") no-repeat scroll 0 5px transparent;
    margin-left: 20px;
    padding-left: 20px;
}
/*wrapper-inner*/
.wrapper-inner{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 25px;
	}
/* VENTANA ERROR */
.section-error {
    margin-top: 30px;
}
.modal-error .modal-title {
  color: #fff;
  font-weight: normal;
}
.error-box {
    display: table;
    padding: 20px !important;
    width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}
.error-box h2,
.error-box .h2 {
    font-family: "Poppins Light", "DIN-Bold",sans-serif;
    font-size: 4.500rem;
    font-weight: normal;
    margin: 10px 0;
	color: #C03E3E;
}
.error-box h3,
.error-box .h3 {
    font-family: "Poppins Light", "DIN-Regular",sans-serif;
    font-weight: normal;
	color: #333;
	font-size: 2.200rem;
}
.error-box div.h3 {
    color: #333;
    font-family: "Poppins Light", "DIN-Regular",sans-serif;
    font-weight: normal;
    font-size: 2.200rem;
    margin-top: 0;
}
.error-box .table-row {
    display: table-row;
}
.error-box .table-row .text, .error-box .table-row .image {
    display: table-cell;
}
.error-box .table-row .image {
    height: 210px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
	background: url(../images/icon-alert.png) no-repeat center center transparent;
}
.error-box .table-row .image span {
    display: none;
}
.error-box .table-row .text {
    padding: 0 20px 20px;
}
.error-box .table-row .text p {
    font-family: "Poppins Light", "DIN-Light",sans-serif;
    font-size: 1.500rem;
}
.error-box .btn {
    text-transform: none;
}
.modal-error .error-box .table-row .image{
	max-width: 140px;
    vertical-align: top;
    width: 120px;
	height: 120px;
	background: none;
	background: url(../images/icon-alert-small.png) no-repeat center center transparent;
	}
/* SECTION CONTACTO*/
.section-contacto{
	margin-top: 0;
	}
.section-contacto .button{
	text-align: right;
	}
/* LOADING */
.modal-loading .modal-dialog {
    margin: 80px auto;
}
.modal-loading .modal-content {
    border-radius: 0;
	background: #fff;
}
.modal-loading .modal-body {
    padding: 70px 0 !important;
}
.modal-loading .logo {
    margin: 0 0 50px;
    text-align: center;
}
.modal-loading .logo > img {
    margin-left: auto;
    margin-right: auto;
}
.modal-loading .text {
    color: #aaa;
    font-family: "Poppins Light", "DIN-Light",sans-serif;
    font-size: 3.000rem;
    margin: 0 0 10px;
    text-align: center;
    text-transform: none;
}
/*placeholder*/
input::-webkit-input-placeholder {
color: #666 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #666 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #666 !important;  
}
 
input:-ms-input-placeholder {  
color: #666 !important;  
}
/*CLOSE*/
.close {
  opacity: 0.5;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.modal .close {
  float: right;
  font-size: 2.100rem;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal .close:hover,
.modal .close:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
  outline-color: #fff;
  outline-style: solid;
  outline-width: 1px;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
/*Carousel type 2*/
.carousel-type1{
	border-radius: 15px;
	border: 10px solid #ccc;
	background: #fff;
	}
.carousel-type1 .carousel-inner{
	border-radius: 6px 6px 0 0;
	}
.carousel-type1 .control-left{
	text-align: right;
	border-radius: 0 0 0 6px;
	}
.carousel-type1 .control-right{
	text-align: left;
	border-radius: 0 6px 0 0;
	}
.carousel-type1 .carousel-control:hover,
.carousel-type1 .carousel-control:focus {
  outline-style: solid;
  outline-width: 1px;
}

.carousel-type1 .carousel-control.left{
	background: none;
	width: auto;
	position: relative;
	text-align: left;
	color: #3366cc;
	font-size: 26px;
	text-shadow: none;
	opacity: 1;
	}
.carousel-type1 .carousel-control.right{
	background: none;
	width: auto;
	position: relative;
	text-align: right;
	color: #3366cc;
	font-size: 26px;
	text-shadow: none;
	opacity: 1;
	}
.carousel-type1 .link-image-popup{
	font-size: 28px;
	text-align: center;
	}
/*spinner*/
#circularG{
	position:relative;
	width:128px;
	height:128px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:#00327C;
	width:29px;
	height:29px;
	-moz-border-radius:19px;
	-moz-animation-name:bounce_circularG;
	-moz-animation-duration:0.72s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:19px;
	-webkit-animation-name:bounce_circularG;
	-webkit-animation-duration:0.72s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:19px;
	-ms-animation-name:bounce_circularG;
	-ms-animation-duration:0.72s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:19px;
	-o-animation-name:bounce_circularG;
	-o-animation-duration:0.72s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:19px;
	animation-name:bounce_circularG;
	animation-duration:0.72s;
	animation-iteration-count:infinite;
	animation-direction:normal;
}

#circularG_1{
	left:0;
	top:50px;
	-moz-animation-delay:0.27s;
	-webkit-animation-delay:0.27s;
	-ms-animation-delay:0.27s;
	-o-animation-delay:0.27s;
	animation-delay:0.27s;
}

#circularG_2{
	left:14px;
	top:14px;
	-moz-animation-delay:0.36s;
	-webkit-animation-delay:0.36s;
	-ms-animation-delay:0.36s;
	-o-animation-delay:0.36s;
	animation-delay:0.36s;
}

#circularG_3{
	top:0;
	left:50px;
	-moz-animation-delay:0.45s;
	-webkit-animation-delay:0.45s;
	-ms-animation-delay:0.45s;
	-o-animation-delay:0.45s;
	animation-delay:0.45s;
}

#circularG_4{
	right:14px;
	top:14px;
	-moz-animation-delay:0.54s;
	-webkit-animation-delay:0.54s;
	-ms-animation-delay:0.54s;
	-o-animation-delay:0.54s;
	animation-delay:0.54s;
}

#circularG_5{
	right:0;
	top:50px;
	-moz-animation-delay:0.63s;
	-webkit-animation-delay:0.63s;
	-ms-animation-delay:0.63s;
	-o-animation-delay:0.63s;
	animation-delay:0.63s;
}

#circularG_6{
	right:14px;
	bottom:14px;
	-moz-animation-delay:0.72s;
	-webkit-animation-delay:0.72s;
	-ms-animation-delay:0.72s;
	-o-animation-delay:0.72s;
	animation-delay:0.72s;
}

#circularG_7{
	left:50px;
	bottom:0;
	-moz-animation-delay:0.81s;
	-webkit-animation-delay:0.81s;
	-ms-animation-delay:0.81s;
	-o-animation-delay:0.81s;
	animation-delay:0.81s;
}

#circularG_8{
	left:14px;
	bottom:14px;
	-moz-animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
	-ms-animation-delay:0.9s;
	-o-animation-delay:0.9s;
	animation-delay:0.9s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

}

/*media queries*/
@media (max-width: 992px)  {
	.breadcrumb-booking .container{
		width: 100%;
		}
	 .breadcrumb-booking .breadcrumb li{
		 display: none;
		 }
	 .breadcrumb-booking .breadcrumb li.active{
		 display: block;
		 width: 100%;
		 }
	}
@media (max-width: 767px)  {
	section {
    		margin: 20px 0;
	}
	.breadcrumb-booking{
	 	margin: 80px 0 0;
	}
	.form-inline .form-group {
		display: block;
		width: auto !important;
		margin: 0 0 15px 0;
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		margin-left: 0;
		position: relative;
	}
	.breadcrumbs{
		display: none;
		}
	.error-box .table-row .image{
		display: none;
	}
}
@media (max-width: 480px)  {
	#saltar-contenido{
		margin-top: 50px;
  }
  .error-box .table-row .text {
    padding: 0;
  }
}