/** STEP 2 **/
.cs-mod-offers.selected {
	border: 5px solid #0060A2;
}

.cs-mod-offers.selected .cs-mod-offers-price-action {
	background-color: #B1E0F5;
}

.cs-mod-offers.selected .cs-mod-offers-price-action button{
	display: none;
}

.cs-mod-offers.selected .cs-mod-offers-price-action span {
	display: flex;
}

.cs-mod-offers .cs-mod-offers-price-action span {
	display: none;
}

#step2 .cs-submit {
	padding-top : 10px;
}

.tab-label.disabled{
    color: #789;
}

.tab-label.enabled{
    color: #414042;
}



.step-loading{     
    background: url(../images/loading.gif) no-repeat;    
    background-position: center center;
    display: inline-block;
    padding: 2rem;
    width:32px;
    vertical-align: middle;

}

.loading{
    background: url(../images/loading.gif) no-repeat;    
    background-position: center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}


.cs-input.read-only{
    border-bottom:none !important;
}

.cs-label.read-only{
    font-size:1.4rem;
    color:#414042;
}



@media (max-width: 979px) {
    .mobile {
        display: block;
    
    }

    .no-mobile {
        display: none;
    }

}



@media (min-width: 980px) {
    .no-mobile {
        display: block;
    }

    .mobile {
        display: none;
    }
}


@media (max-width: 979px) {
    .cs-container footer {
        text-align: center;
        padding-top: 5rem;
        margin: 7rem 0 5rem;
        border-top: 1px solid #E6E7E8;
    }
}


/** date picker custom css **/


.mydp .selection,
.mydp .weekdaytitle,
.mydp .monthinput,
.mydp .yearinput,
.mydp .selectiongroup,
.mydp .selection,
.mydp .selector,
.mydp .header,
.headerlabelbtn.monthlabel,
.headerlabelbtn.yearlabel,
.mydp .caltable,
.mydp .daycell div span {
    font-family: PlutoSansDPDLight-Web,Arial,Sans-serif !important;
}

.mydp td.daycell {
    border: 1px solid #E6E7E8 !important;
}

.mydp .selection,
.mydp .weekdaytitle,
.mydp .monthinput,
.mydp .yearinput {
    font-weight: normal;   
}

.mydp .weekdaytitle {
    /*color: red;*/
    border: 1px solid #E6E7E8 !important;
    background-color: white !important;
    color: black !important;
}

.mydp,
.mydp .selectiongroup,
.mydp .selection,
.mydp .selector {
    border: none !important;
    border-bottom: 0.5px solid #cac4be;
}
.mydp .header {
    border-radius: 4px 4px 0 0;
   /* border: 0.5px solid #cac4be;*/
    background-color: #0060A2 !important;
}

.headerbtncell,.headerbtn,.headerlabelbtn  {
    background-color: #0060A2 !important;
    color: white;
    font-weight: bold;
}

.mydp .icon-left:before {
    color: white;
    content: "\003c" !important;
    font-weight: bold !important;
}

.mydp .icon-right:before {
    color: white;
    content: "\003e" !important;
    font-weight: bold !important;
}


.mydp .selectorarrow:after{
    border-bottom-color: #0060A2 !important;
}

.mydp .caltable {
    border-radius: 0 0 4px 4px;
    border: 0.5px solid #cac4be;
}
.mydp .caltable tbody tr:nth-child(6) td:first-child {
    border-bottom-left-radius: 4px;
}
.mydp .caltable tbody tr:nth-child(6) td:last-child {
    border-bottom-right-radius: 4px;
}
.mydp .btnpicker {
    border-radius: 0 4px 4px 0;
}


.mydp .btnleftborder {
    /*border-left: 1px solid #CCC;*/
    border-left: none !important;
}

td.daycell.disabled {
    background-color: white !important;
}

.header td:nth-of-type(2) div.headerbtncell { 
		display:none;
}

input[type="button"]:disabled {
    background: red;
}

span.icon.icon-calendar::before {
    content: " ";
    background-image: url(../images/calendar.svg);
    width: 30px;
    height: 30px;
    background-size: cover;
    display: inline-block;
}

.small-nice-select {
    appearance:none; /* IE */
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    width: 100%;
    height: 4rem;
    position: relative;
    outline: 0;
    padding: .5rem;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid #cac4be;
    background-color: transparent;
    background:  url(../images/down.png) no-repeat right center; 
}

/* Removing the IE10(+) Select Element Arrow */
select::-ms-expand {
    display: none;
}



/*Ricardo*/
.cs-mod-content-offers ul {
	padding: 2rem 0 2rem 7.5rem;
	background-color: #f4f4f4;
    min-height: 100px;
}

.cs-mod-content-offers div {
	max-width: 40rem;
	margin: 0 1rem 0 7.5rem;
    min-height: 30px;
}

.cs-mod-content-offers div p {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.mod-identity .grid-40.mod-lost>div .v-centered {
    padding-top: 70px;
}

@media (max-width: 979px) {
	.cs-mod-content-offers ul {
		padding-left: 3rem;
	}
	
	.cs-mod-content-head {
		margin-left: 2rem;
	}
    .mod-identity .grid-40.mod-lost>div {
        width: auto;
        margin-top: 4rem;
    }

   .mod-identity .grid-40.mod-lost>div .v-centered {
        padding-top: 10px;
    }
}

.mf-10 {
	margin-left: 1rem;
}

.autocomplete ul {
    border-bottom: 0.5px solid #cac4be;
    border-left: 0.5px solid #cac4be;
    border-right: 0.5px solid #cac4be;
}

.autocomplete ul li {
    font-size: 1rem;
    padding: 2.5px 0px 2.5px 7px;
}


.autocomplete ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.autocomplete ul li:hover {
    background-color: #CCE5FF;    
}

.mod-identity>login svg, .mod-identity>register svg,
.mod-identity>updatepassword svg {
    width: 4.5rem;
    height: 4.5rem;
}

.mod-identity>register .info-small svg {
    display: inline-block;
    width: 2.5rem;
    height: 2rem;
    margin-right: 1rem;
    margin-left: -.2rem;
}
.supplementSpan {
    margin-left: 10px;
    margin-bottom: 10px;
}
.supplementSpan:before {
   content:"• ";
}

.cs-content span.text-success {
    position: absolute;
    display: block;
    color:#468847;
    font-size: 1rem; 
}

.img_header {
    height: 50px;
    margin: 0px;
    padding: 0px;
}

.img_header img {
    margin: 0px;
    padding: 0px;
}

.colis_relais_informations_saisir {
    font-size: 1.4rem;
}

.colis_div {
    width: 25%;
    padding: 0.5rem;
}

.modalflex {
    display: flex;
    justify-content: center;
    align-content: stretch;
    background-color: #f4f4f4;
    transition-duration: 0.3s;
    margin-bottom: 0.5rem;
}

.flexleft {
    width: 15%;
    width: calc(20% - 2rem);
    padding-left: 1.5rem;
    margin-right: 2rem;
    background-color: #E1F3FB;
    font-size: 2rem;
    min-height: 5.5rem;
    display: flex;
    align-items: center;
    padding-bottom: 0 !important;
}

.flexleft span {
    display: inline-block;
    margin-left: 2rem;
    font-size: 5rem;
    color: #009ADF;
    font-family: PlutoSansDPDLight-Web;
}

.flexright {
    width: 85%;
    display: flex;
    align-items: stretch;
    padding-bottom: 3.5rem;
}

@media(max-width:979px){
    .flexleft {
        width: 23%;
        /*height: 27rem;*/
        float: left;
        display: block;
        padding-left: 0;
        padding-top: 1rem;
        text-align: center;
    }
    .flexright {
        flex-direction: column;
        padding-bottom: 6rem;
    }
    .flexright input {
        width: 75%;
    }
    .colis_div {
        width: 100%;
        padding-bottom: 1.5rem;
    }
}