/* FIX */

::-webkit-input-placeholder { color: inherit; }

.translate-cloak{
	display:none;
}
.devis p.limit {
	display:block;
}

.medium-table .text .detail {
    font-size: 1.1em;
}


.form-content {
    display: block;
}


.payment button {
    padding: 0.8em 5em;
    margin-left: 9.25em;
}


.autocomplete-container{
	position : relative;
}

.quote-view .dropdown-menu[uib-typeahead-popup]{
	left:0!important;
}
/*
.dropdown-menu.typeahead li {
   width: 100%;
}*/


.dropdown-menu[uib-typeahead-popup] li:first-child {
    border-top: medium none;
}
.dropdown-menu[uib-typeahead-popup] li {
    font-size: 1.6em;
}
.dropdown-menu[uib-typeahead-popup] li {
    background-color: white;
    border-top: 1px solid #e8e8e8;
    cursor: pointer;
    font-size: 1.4em;
    line-height: 1.125em;
    padding: 1em;
    width:100%;
}

.quote-view .dropdown-menu{
	left : 0!important;
}

	.dropdown-menu table .btn-info{
		background-color : #aaaaFF;
	}
	
	.session-countdown{
		margin-top:10px;
		font-weight:bold;
		color : #FF0000;
	}
	
/*NEW
.field-error::after {
    background: rgba(0, 0, 0, 0) url("../images/error-25x25.png") no-repeat;
    content: "";
    font-size: 1em;
    height: 2.4em;
    margin-top: -1.2em;
    position: absolute;
    right: 0;
    top: 50%;
    width: 2.4em;
}*/
/*
BOOTSTRAP */

.btn-info {
    background-color: #49afcd;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

form .field-error input{
 /*	background-color: #ffcccc;
    border: 1px solid #ffcccc;
    border-radius: 4px;
    margin-bottom : 15px;
    
    input[aria-invalid="true"], .error input[type="text"] {*/
    border-color: #d61408;
    color: #d61408;
}


uib-typeahead-popup {
    border-radius: 4px;
    margin-top: 2px;
    z-index: 1051;
}
/*
.typeahead.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    width: 20em;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}*/

.dropdown-menu[uib-typeahead-popup]{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: -moz-use-text-color #e8e8e8 #e8e8e8;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 97.5%;
    z-index: 200;
     max-height: 300px;
}
.accordion-content .dropdown-menu[uib-typeahead-popup]{
	  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: -moz-use-text-color #e8e8e8 #e8e8e8;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 90%;
    z-index: 200;
     max-height: 300px;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-menu .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
}
/*
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    background-image: none;
    cursor: default;
    text-decoration: none;
}
.open {
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}

button.button {
    cursor: pointer;
    font-weight: normal;
    padding: 0.8em 5em;
}

.date-selection{
	border : 1px dotted #CCC;
}

.resume.resume-proposal .set{
	 margin-top: 0;
}


.form .error-message{
    color: #d61408;
    display: inline-block;
	width:100%;
	margin-top:0.5em;
}

.attestation-view footer .rassurance{
	display:none;
}

.app-loading {
	display:block!important;
	background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    padding:20px;
}
.app-loaded .app-loading{
	display:none!important;
}
/*
.tunnel{
	display:none;	
}
.tunnel.app-loaded {
	display:block;
}*/

p.version{
	font-size : 2em;
}

.devis ol label:before, .devis ol p.label:before {
    content: "" counter(li) ".";
}



/*ADD CCC*/
.devis ol label.no-counter{
    display: inline-block;
    font-size: 1.3em;
    cursor: pointer;
}
.devis ol .inline-lab input{
    width: auto;
}

.devis ol label.no-counter:before{
    content: "";
    counter-increment: li 0;
}

.devis .inline-input .form-type-radio input{
    width: 1.1em;
    margin: 0 .625em;
    margin: 0px;
    vertical-align: baseline;
}

.devis .inline-input .form-type-radio label{
    font-size: 1.2em;
    margin-bottom: 0;
}

.counter-reset-1{
    counter-reset: li 1;
}

.counter-reset-2{
    counter-reset: li 2;
}

.add-more{
    
}

.devis .form-type-radio.form-item-age,
.devis .form-type-radio.form-item-same-country{
    margin-top: 0.5em;
    display: inline-block;
}

.form-item-same-country{
    margin-bottom: 2em;
}

.devis .inline-input .label-option{
    margin-top: 20px;
    display: inline-block;
    font-size: 1.4em;
    color: #525252;
    margin-right: 10px;
}


/*NO MORE 65*/
.group-country-item{
    border: 1px solid #E9E9E9;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 10px 20px 30px;
    padding-left: 0px;
}

.group-country-item.group-country-1 {
    margin-top: 10px;
}
.group-country-item div:nth-child(1){
    margin-bottom: 10px;
}

.group-country-item .form-item-more65{
    margin-top: 10px;
}

/*BTN "ADD MORE"*/
.add-more{
    background-color: #004699;
    border-radius: 3px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 8px;
    font-size: 1.2em;
    border: 1px solid #e9e9e9;
    transition: background-color .2s ease-in-out;
}
.add-more a{
    color: #FFFFFF;
    display: block;
}

.add-more:hover{
    background-color: #00397c;
}
.add-more:hover a{
    color: #FFFFFF;
}


.devis .amount input.form-text,
.devis .amount input.number{
    height: 30px;
    width: 6em;
}

.devis .amount .btn_less, 
.devis .amount .btn_more {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.devis p.limit{
    display: block;
    background: #FFFFFF;
    border: 1px solid red;
    padding: 10px;
    top: 40px;
    width: auto;
    border-radius: 2px;
    background-color: #fedad8;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    left: -1px;
}

.devis p.limit:before{
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
}


.group-country-item.valid:after{
    right: 20px;
    top: 30px;
}

.amount.indent.valid:after{
    right: 20px;
}

/*ASIDE RIGHT BAR*/
aside .devis .amount input.form-text{
    width: 5em;
}

aside .devis .indent.valid:after{
    right: 0.5em;
}

aside .devis .amount.valid:after{
    top: 15px; 
}

input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
label.no-counter {
  color: #525252;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #bbb;
/*   width: 25px; */
  text-align: center;
}
input[type=radio]:checked + label.no-counter {
  color: #ffffff;
  background: #004699;
  border: 1px solid #004699;
}
label + input[type=radio] + label.no-counter {
  border: 1px solid #bbb;
  margin-left: 10px;
}
.form-type-radio {
  display: inline-block;
  margin-bottom: -10px;
  overflow: hidden;
}

.label-nb-age{
    display: inline-block;
    width: 90px;
    font-size: 1.4em;
    margin-top: 1em;
}

.age_additional_message{
    font-size: 1.4em;
    margin-top: 1em;
    color: #525252;
}

/******************************************************************/
/*END ADD CCC */
/******************************************************************/



@media screen and (min-width: 64em){
	.i18n-cn .confirm {
    	background: url("/front/Schengen/images/medias/bg-confirm-cn.jpg") 0 0 no-repeat #fff !important;
	}
	
	.dropdown-menu[uib-typeahead-popup]{
		font-size : 1.6em;
    	width: 19.1em;
	}
	
	.dropdown-menu[uib-typeahead-popup] li{
		font-size:1em;
	}
}

.contact .eddit .button {
    margin: 0;
}
@media screen and (min-width: 64em){
	.form-ft-log-edit {
	    margin-left: 20.7em;
	}
	.form-ft-log-edit input.button{
		width: 60%;
	}
}
@media screen and (min-width: 64em){
	.mod.accountTitle{
		margin-bottom: 2em;
	    margin-top: 2em;
	}
}
@media screen and (min-width: 64em) {
	.eddit .errorMsg {
		margin: 0 0 -2em 13.75em;
	}
}

@media screen and (min-width: 64em) {
	.accordion-content .dropdown-menu[uib-typeahead-popup] {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: white;
		border-color: -moz-use-text-color #e8e8e8 #e8e8e8;
		border-image: none;
		border-style: none solid solid;
		border-width: medium 1px 1px;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		width: 41%;
		z-index: 200;
		max-height: 300px;
	}
}

body.state-app-privatearea-details .menu-secondary .lang{
	display : none;
}

body.state-app-privatearea-details .bt .lang{
	display : none;
}
.form.payment .cards-choice li{
	width: auto;
}
.form.payment .cards-choice li img{
	height: 2.2em;
}
.form.payment .cards-choice li label{
	width: initial;
}


.block-currencies {
    border:2px solid #004699;
}
.block-currencies h2 {
    font-size:2.8em !important;
}
.block-currencies a {
    text-decoration:none !important;
}
.block-currencies .dropdown-menu[uib-typeahead-popup]{
    width:15.1em !important;
    font-size: 1.3em;
}