@charset "utf-8";

#smoove {
	margin-top: 20px;
}


input[type="text"].ng-invalid.ng-touched, input[type="email"].ng-invalid.ng-touched{
  background-color:#fbd4d4;
  border:1px solid #f5bbbd;
}

#smoove .error-msg {
	color:#c60f13;
}


/* DatePicker */

/*Input same height as calendar glyphicon*/

#smoove .form-control {
  height: 34px;
}


#smoove .dropdown-menu table {
  width: 300px;
}


#smoove .dropdown-menu .btn-default{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#smoove .dropdown-menu .btn-default:hover{
  color: #333;
  background-color: #D6D6D6;
  border-color: #ccc;
}

#smoove .text-info {
    color: #FFFFFF;
}

#smoove .dropdown-menu th{
}

#smoove .dropdown-menu tr, #smoove .dropdown-menu td, #smoove .dropdown-menu th{
	background-color: #fff;
	border-color: transparent;
	padding: 0px;
	height: 30px;
}

/* FORM */
#p_p_id_smooveformPortlet_WAR_smooveformportlet_
{
	background-color:#FFFFFF;
	padding: 50px 60px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	margin: 30px 10px;
}

#smoove #smooveForm h2.ng-binding {
	text-transform:uppercase;
    border-bottom: 1px solid #D0D0D0;
    font-size: 21px;
    margin-bottom: 31px;
	font-weight: bold;
}

#smoove #smooveForm h3.ng-binding {
	text-transform:uppercase;
    font-size: 18px;
    margin-bottom: 31px;
	font-family: 'MuseoSans-300';
	color: #383838;
}

#smoove #smooveForm h4.ng-binding {
	text-transform:uppercase;
    font-size: 16px;
    margin-bottom: 31px;
	font-family: 'MuseoSans-700';
	color: #383838;
}

#smoove #smooveForm label {
    font-family: 'MuseoSans-300';
}

#smoove #smooveForm input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  margin-top: 9px !important;
  margin-bottom: 0px !important;
	font-family:'MuseoSans-300';
	font-size:15px;
}

#smoove #smooveForm .ui-select-container{
    margin-top: 9px !important;
}

#old-address-installation, #old-address-billing, #new-adress-installation, #new-adress-billing {
	border: 1px solid #EFEFEF;
    padding: 30px 30px 10px 30px;
    margin-bottom: 34px;
	background-color: #F9F9F9;
}

.billing-same-installation {
	border-top: 1px solid #EFEFEF;
    margin: 20px 0 0 0;
    padding: 32px 20px 0px 20px;
}

#smoove #submitFormButton {
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
    color: #fff !important;
    background-image: none;
}

#smoove #submitFormButton:hover {
    background-color: #2390AF !important;
    border-color: #269abc !important;
    color: #fff !important;
    background-image: none;
}

/********ERREUR**************/
#smoove input.ng-invalid {
    
}
#smoove input.ng-valid {
    background-color:#daf2dd;
	border:1px solid #bde6c2;
}

/******Date picker*****/

#smoove .btn-success:hover {
    color: #fff;
    background-color: #48A748;
    border-color: #4cae4c;
}

#smoove .btn-info:hover {
    background-color: #2390AF !important;
}

#smoove .btn-info.active, #smoove .btn-info {
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
    color: #fff !important;
}

#smoove input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
	 background-image:none !important;
     border-color: #e6e6e6;
}

#smoove input[type="submit"], input[type="button"], input[type="reset"], button {
	text-shadow:none !important;
}

/*******FORM***********/


/* POP-UP - Mails & SMS: #sendEmailForm #sendSmsForm
----------------------------------------------------------------------------- */
.modal {
  position: fixed;
  top     : 33%;
}
.configurator-mail-modal {
  background-color  : #f7f7f7;
  border            : 1px solid #dadada;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow   : 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow        : 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display           : block;
  height            : auto;
  margin            : 0 auto;
  padding           : 0;
  position          : relative;
  max-width         : 600px;
}
#sendEmailForm {
  margin-bottom: 0;
}
#sendEmailForm .area-email-txt,
#sendEmailForm label {
  pointer-events: none;
}
#sendEmailForm label {
  font-size: 13px !important;
}
#sendEmailForm .captcha img.imgCaptcha {
  width           : 75px;
  margin-top      : 8px;
  margin-bottom   : 0;
  display         : inline !important;
  float           : left;
  background-color: transparent;
  margin-right    : 15px;
}
#sendEmailForm .captcha .textfield {
  margin       : 0;
  padding      : 0 10px;
  border       : 1px solid #ccc;
  border-color : #ccc;
  border-radius: 2px;
  background   : #fff;
  box-shadow   : none;
  height       : 50px;
  width        : 75px;
  font-size    : 1rem;
  color        : #00a6d4;
  line-height  : 50px;
  float        : left;
}
#sendEmailForm .captcha .textfield:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow   : 0 0 5px #999999;
  box-shadow        : 0 0 5px #999999;
  border-color      : #999999;
}
#sendEmailForm .captcha .aStyle {
  color      : #00a6d4;
  transition : color 0.2s ease-out 0s;
  line-height: inherit;
  clear      : left;
  cursor     : pointer;
  display    : block;
  padding-top: 5px;
  font-size  : 13px;
}
#sendEmailForm .captcha .aStyle:hover {
  color: #383838;
}
#sendEmailForm input {
  font-size: 13px;
  height   : 40px !important;
}
#sendEmailForm .mailSent {
  color      : #00a6d4;
  padding-top: 40px;
}
#configurator-modal-header .modal-title {
  color         : #3e3d40 !important;
  font-family   : MuseoSans-500 !important;
  text-transform: uppercase !important;
  font-size     : 16px;
  line-height   : 1.5;
  margin        : 10px auto;
}
#configurator-modal-header {
  background-color: #dadada;
  border-bottom   : 1px solid #c3c3c3;
  text-align      : center;
  padding         : 0px;  
}
#configurator-modal-header .title > i {
  bottom     : 9px;
  color      : #3e3d40;
  display    : inline-block;
  font-size  : 30px;
  margin-left: 15px;
  position   : absolute;
}
#smoove #sendEmailForm .button.primary {
  color: #000000;
}
#smoove #sendEmailForm .md-dialog .md-actions,
md-dialog md-dialog-actions {
  padding-right : 40px;
  padding-bottom: 10px;
}
#smoove #sendEmailForm .mailSent,
#smoove #sendSmsForm .smsSent {
  color      : #00a6d4;
  padding-top: 40px;
}
#smoove #sendEmailForm .title > i {
  bottom: 20px !important;
}
#smoove #sendEmailForm .md-icon {
  border: 0 0 0 0;
}
#smoove #sendEmailForm,
.md-button {
  box-shadow: 0 0 0 #FFFFFF;
}
#smoove #sendEmailForm md-icon.md-default-theme,
md-icon {
  color: rgba(0,0,0,0.54) !important;
  fill : rgba(0,0,0,0.54) !important;
}
#smoove #sendEmailForm md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color   : #dadada;
  border-bottom-color: rgb(195, 195, 195);
  padding-top        : 15px;
  padding-bottom     : 15px;
}

.modal-content {
  padding: 0px !important;
}

#smoove-modal-body {
  margin-top: 0px;
}

.input-group-btn > .btn {
  margin-top: 9px;
}

#smoove .dropdown-menu, input[type="search"]{
  margin: 0px !important;
}
