#progressOverlay .progress {
    position:relative;
    width:80%;
    top:50%;
    margin:0 auto;
}
 
#progressOverlay {
    position:relative;
    height:100%;
}
#upcontainer {
    text-align:center;
}
.uneditable-input {min-height:34px;}

.control-group {padding-bottom:10px;}

.Cap-text {
    text-transform: capitalize;
}

.comform {
background: none repeat scroll 0 0 #fafafa;
	border:1px solid #ededed;
	padding:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(209,209,209, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(209,209,209, 0.5);
}

label.fieldLab {color:#007FFF;font-weight:500;}
label.fieldLab small {font-size:14px;}
label.fieldLab b {color:#FC8805;}
input[type=radio].css-checkbox {
	display:none;
}

input[type=radio].css-checkbox + label.css-label {
	display:block;
	padding-left:27px;
	height:22px; 
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-weight:500;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
   background-position: 0 -22px;
}
label.css-label { width:100%; color:#ffffff;
	background-image:url(../img/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*----------
Blocks
----------*/
.pricing h4  {
	font-size:22px;
	color:#F60287;
	text-align:center;
}

.centered h4  {
	font-family: 'Sansation' !Important;
	font-size:22px;
	color:#E1087A;
	text-align:center;
}

.pricing h4 small  {
	color:#9321C4;
	font-size:18px;
}		
.ccr-pricing-table {
	margin-bottom: 0px;
	background: #5EADFC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.ccr-pricing-table:hover {
    background: #FE4EAF;
	box-shadow: 0 0 10px 0 rgba(106, 106, 106, 0.7);
	transform: scale(1.04) translateY(-5px); 
	z-index: 1; 
	border-bottom: 0 none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.ccr-pricing-header {
	position: relative;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: #fff;
}
.ccr-pricing-header:after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 0;
	display: block;
	width: 0;
	z-index: 1;
	bottom: 0px;
	left: 50%;
	margin-left: -5px;
}
.ccr-pricing-header p
{
    margin:0;
}
p.ccr-price-title {
	background: #78cfbf;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.ccr-price-value {
	line-height: 68px;
	font-size: 54px;
	color: #fff;
	position: relative;
	text-align: center;
}
.ccr-price-value sup {
	font-size: 24px;
	position: relative;
	top: -20px;
}
.ccr-price-value span {
	font-size: 18px;
}
.ccr-price-quality { 
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
	top:-5px;
	padding-bottom: 10px;
}

.ccr-pricing-ul {
	top:0px;
	padding:20px 0 20px 0;
	background: #fff;
}
.ccr-pricing-ul ul {
	margin: 0 ;padding:0 10px;
}
.ccr-pricing-ul ul li {
	list-style: none;
	color:#8b8b8b;
	font-size: 12px;
	line-height: 32px;
}
.ccr-pricing-ul ul li i {
	list-style: none;
	color:#c8c8c8;
	font-size: 18px;
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.ccr-pricing-footer {
	position: relative;
	padding:10px 0;
	text-align:center;
}

.ccr-price-host  {
z-index:100;width:50%;margin:0 auto;
}

.green .ccr-pricing-header:after {
	border-color: #81dac9 transparent;
}
.green p.ccr-price-title{
	background: #78cfbf;
}
.green .ccr-price-value, .green .ccr-price-quality {
	background: #81dac9;
}
.green .ccr-pricing-footer {
	background: transparent;

}

.blue .ccr-pricing-header:after {
	border-color: #53cfe9 transparent;
}
.blue p.ccr-price-title{
	background: #3ec6df;
}
.blue .ccr-price-value, .blue .ccr-price-quality {
	background: #53cfe9;
}
.blue .ccr-pricing-footer  {
	background: transparent;
}


.red .ccr-pricing-header:after {
	border-color: #eb6378 transparent;
}
.red p.ccr-price-title{
	background: #e2536b;
}
.red .ccr-price-value, .red .ccr-price-quality {
	background: #eb6378;
}
.red .ccr-price-value {font-size: 36px;padding:3px 0;}
.red .ccr-pricing-footer  {
	background: transparent;
}

.yellow .ccr-pricing-header:after {
	border-color: #f39c12 transparent;
}
.yellow p.ccr-price-title{
	background: #e67e22;
}
.yellow .ccr-price-value, .yellow .ccr-price-quality {
	background: #f39c12;
}
.yellow .ccr-pricing-footer  {
	background: transparent;
}

.linecmd {
	text-align:center;
	margin:0 auto;padding:0; 
    width:100%;
 }
 
.linecmd img{
	width:70%;
}


.lineetape {
    background: #ffffff url(../img/logo_nbsmall.png) no-repeat center left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px 20px 10px 35px;
	margin:0; 
    width:100%;
 }
 .lineetape2 {
	padding:0px 20px 0px 35px;
	margin:0; 
    width:100%;
 }
 
.lineetape img{
	width:100%;
}

.lineetape p {
    margin:0; 
	padding:0;
	text-transform:uppercase;
	text-align:left;
	font-size:14px;
	color:#7b7b7b;
	font-weight:500;
}
.lineetape p i{
    font-style:normal;
	font-weight:500;
	color:#ED0881;
	font-size:14px;
}

.lineetape h4 {
    margin:0; 
	padding:0;
	text-transform:uppercase;
	text-align:left;
	font-size:14px;
	color:#7b7b7b;
	font-weight:500;
}
.lineetape h4 i{
    font-style:normal;
	font-weight:500;
	color:#ED0881;
	font-size:14px;
}

.lineetape2 p {
    margin:0; 
	padding:0;
	text-transform:uppercase;
	text-align:left;
	font-size:14px;
	color:#7b7b7b;
	font-weight:500;
}


p.pcentered {
    font-family: Arial, 'Helvetica', sans-serif ;
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
	color:#666;
	font-weight:500;
}

.lineetape2 p i{
    font-style:normal;
	font-weight:500;
	color:#ED0881;
	font-size:14px;
}

#adrfact {min-height:90px;}

#confirmMailwarning {
	width:90%;
	border:1px solid #FF0039;
	background-color:#FF0039;
	padding:5px 15px;
	margin:25px auto;
	color:#ffffff;
	font-family:sans-serif;
	font-weight:bold;
	font-size:11pt;
	background-position: 10px 12px;
	border-radius:3px;
	box-shadow:0px 1px 5px #999999;
	background-repeat: no-repeat;
	text-align:left;
}

#confirmMailvalid {
	width:90%;
	border:1px solid #9954BB;
	background-color:#9954BB;
	padding:5px 15px;
	margin:25px auto;
	color:#ffffff;
	font-family:sans-serif;
	font-weight:bold;
	font-size:11pt;
	background-position: 10px 12px;
	border-radius:3px;
	box-shadow:0px 1px 5px #999999;
	background-repeat: no-repeat;
	text-align:left;
}



h4.confirmMail {
	font-family: 'Sansation' !Important;
	font-size:26px;
	color:#ffffff;
	text-align:center;
}

h4.confirmMail small  {
	color:#ffffff;
	font-size:18px;
}
h4.confirmMail2 {
    margin:10px 0;
	font-family: 'Sansation' !Important;
	font-size:26px;
	color:#ffffff;
	text-align:center;
}

h4.confirmMail2 small  {
	color:#ffffff;
	font-size:18px;
}
i.icon-exclamation-sign {color:#FA0038;font-size:22px;}	
.rejectionalert i {color:#ffffff;font-size:28px;}
.infocompte {font-size:18px;color:#3b3b3b;font-family:Arial,Helvetica,sans-serif;text-align:center;}
.contacttextboxes { padding:10px;width:100%;}

.uppform {text-transform:capitalize;}



.colorvalid {background:#ffffff;}


.tt-query,
.tt-hint {
  outline: none;
}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  min-width: 120px;
  margin-top: 2px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {

}
#ajaxcontactform fieldset {margin-bottom:10px;}
.fieldsmall {font-size:12px;color:#555;font-weight:500;letter-spacing:1px;}

@media only screen and  (min-width: 822px) and ( max-width: 1009px ) {
.cmd {width:33.3333333%;}
.pricing h4 {font-size:20px}
.contacttextboxes {padding:0 20px;}
.linecmd img{
	width:80%;
}

}	
@media only screen and (min-width: 496px) and ( max-width: 821px ) {
.comform { width:70%;margin:0 auto;}
.cmd {width:100%;}
}

@media only screen and (min-width: 316px) and ( max-width: 495px ) {
.comform { width:90%;margin:0 auto;}
.cmd {width:100%;}
.linecmd img{
	width:100%;
	margin-bottom : 20px;
}
}
@media only screen and ( max-width: 315px ) {
.comform { 
    width:100%;
	background:#fefefe;
	border:0px solid #ededed;
	padding:0 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-box-shadow: none;
      box-shadow: none;
}
.cmd {width:100%;}

}	
