
 

#contact_form {
  position: relative;
  padding-top: 5px;
}

form textarea,
form textarea:focus,
form input[type="text"][readonly],
form input[type="text"],
form input[type="email"], 
form input[type="text"]:focus,
form input[type="email"]:focus {
    color:#808080; 
    /*font-weight: 700;*/
    background-color:#efefef;
    border:none;
    box-shadow:none;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    padding: 0.7em 1em;
    border:1px solid transparent;
    /*text-transform: uppercase;*/
}


form textarea:focus,
form textarea {
  height:150px;
  width: 100%;
  margin-bottom: 0;
}

form a#submitIt {
  font-family: "filson-pro", sans-serif;font-weight:300;
  float:right;
  color: #5585a0;
  display: inline-block;
  background: none;
  padding: 12px;
  margin-right: -15px;
  margin-top: -9px;
  font-size: 1.1em;
}

form a#submitIt:hover {
  color:#808080;
}

.send {
    background: #00A7FF;
    width: 96%;
    left: 4px;
}
input::-webkit-input-placeholder {
  color:#8A8A8A !important;
    font-weight: 300 !important;
}
input:-moz-placeholder {
  color:#8A8A8A !important;
    font-weight: 300 !important;
}
input::-moz-placeholder {
  color:#8A8A8A !important;
    font-weight: 300 !important;
}
input:-ms-input-placeholder{
  color:#8A8A8A !important;
    font-weight: 300 !important;
}
textarea::-webkit-input-placeholder{
  color:#8A8A8A !important;
    font-weight: 300 !important;
}
textarea:-moz-placeholder{
  color:#8A8A8A !important;
    font-weight: 300 !important;
}
textarea::-moz-placeholder{
  color:#8A8A8A !important;
    font-weight: 300 !important;
}
textarea:-ms-input-placeholder {
  color:#8A8A8A !important;
    font-weight: 300 !important;
}




form input[type="email"]::-webkit-input-placeholder {
  font-family: "filson-pro", sans-serif;font-weight:300;
}
form input[type="email"]:-moz-placeholder{
  font-family: "filson-pro", sans-serif;font-weight:300;
}
form input[type="email"]::-moz-placeholder{
  font-family: "filson-pro", sans-serif;font-weight:300;
}
form input[type="email"]:-ms-input-placeholder{
  font-family: "filson-pro", sans-serif;font-weight:300;
}


input[type="checkbox"] {
	margin-right:0.5em;
	margin-bottom: 0;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	margin-left:0;
	color:#808080;
}



.contactStatusMsg {
  position: relative;
  color: #be272d;  
  font-size: 0.75em;
  box-sizing:border-box;
  opacity:0;
  line-height: 1em;
  margin: -0.5em 0px 1em;
}
.contactStatusMsg.showIt {
  opacity:1;
}
.contactStatusMsg.general {
   margin-top:1.2em;
      display: inline-block;
}

/*
.contactStatusMsg {
	position:absolute;
  color: #fff;  
  top: 40%;
  padding:0.5em 0.7em 0.6em;
  font-size: 1em;
  box-sizing:border-box;
  background-color: #959eb3;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-transition: margin-top 0.3s, opacity 0.3;
  -moz-transition: margin-top 0.3s, opacity 0.3;
  transition: margin-top 0.3s, opacity 0.3;
  opacity:0;
  margin-top:20px;
  z-index:-1;
}
.contactStatusMsg.showIt {
  opacity:1;
  margin-top:0px;
  z-index:1;
}
.contactStatusMsg:not(.general):before {
  display:block;
  content: '';
  position:absolute;
  width: 0; 
  height: 0; 
  top: -10px;
  left: 0;
  right:0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;   
  border-bottom:10px solid #959eb3; 
}

.contactStatusMsg.general {
  border:1px solid #9E9D9D;
  left:0;
  right:0;
  top:0px;
  bottom:0;
  margin:auto;
  position: absolute;
    height: 2.4em;
    width: 96%;
}
*/
	
input.error, textarea.error, select.error {
  /*margin-bottom:0.5em;*/
}
form textarea.error,
form input.error {
  border:1px solid #D8000C !important;
  color:#D8000C !important;
}

form .contactStatusMsg.errorMsg {
  border-color:#D8000C;
	color:#D8000C;
}
form .contactStatusMsg.warningMsg {
  border-color:#9F6000;
	color:#9F6000;
}	
form .contactStatusMsg.successMsg {
  color:#6ebe27;
}


#uploader {
      margin-bottom: 1.6em;
    position: relative;
}

form #filelist {
  position: absolute;
  margin-top: -1.7em;
  text-align: left;
  font-size: 0.7em;
  direction: ltr;
  margin-bottom:5px;
}





/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////   RADIO BUTTON, CHECKBOX, TOGGLE SWITCH     ///////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


input[type='radio'],
input[type='checkbox'] {
  display: none;
  cursor: pointer;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active {
  outline: none;
}
input[type='radio'] + label.radio_label,
input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
  margin-left: 0.4em;
  margin-right: 0.7em;
  color: inherit;
  font-size:1em;
}
input[type='radio'] + label.radio_label:before, input[type='radio'] + label.radio_label:after,
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after {
  content: '';
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  left: 0;
  bottom: 0.1em;
  text-align: center;
  position: absolute;
}
input[type='radio'] + label.radio_label:before,
input[type='checkbox'] + label:before {
  background-color:#fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 4px solid #e6e6e6;
}

input[type='radio'] + label.radio_label:after,
input[type='checkbox'] + label:after {
  color: #fff;
}

input[type='radio']:checked + label.radio_label:before,
input[type='checkbox']:checked + label:before {
  border-color: #567c97;
}

/*Radio Specific styles*/
input[type='radio'] + label.radio_label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type='radio'] + label.radio_label:hover:after, input[type='radio']:checked + label.radio_label:after {
	content:'';
	width:0.4em;
	height:0.4em;
	position: absolute;
	left: 0.35em;
	bottom: 0.45em;
	background-color:#567c97;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
input[type='radio'] + label.radio_label:hover:after {
  background-color:#e6e6e6;
}
input[type='radio']:checked + label.radio_label:after, input[type='radio']:checked + label.radio_label:hover:after {
  background-color:#567c97;
}

/*Checkbox Specific styles*/
input[type='checkbox'] + label {
  margin:0;
  padding:0;
  top: 0.5em;
  left: -1.7em;
}
input[type='checkbox'] + label:before {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color:#e6e6e6;
  background-color:#fff;
  width: 1.4em;
  height: 1.4em;
}
input[type='checkbox'] + label:hover:after, input[type='checkbox']:checked + label:after {
  content: "\f00c";
  font-family:"FontAwesome";
  font-weight: bold;
  bottom: 0.6em;
  left: 0.3em;
  font-size: 0.85em;
}
input[type='checkbox'] + label:hover:after {
  color:#e6e6e6;
  left: 0.25em;
}
input[type='checkbox']:checked + label:after, input[type='checkbox']:checked + label:hover:after {
  color:#567c97;
}

/*Toggle Specific styles*/
input[type='checkbox'].toggle {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 46px;
  height: 22px;
  background-color: #e6e6e6;
  position: relative;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  @include box-shadow(none);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='checkbox'].toggle:hover:after {
  background-color: #808080;
}
input[type='checkbox'].toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: ;
  top: 3px;
  left: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='checkbox']:checked.toggle {
  -moz-box-shadow: inset 0 0 0 15px #e6e6e6;
  -webkit-box-shadow: inset 0 0 0 15px #e6e6e6;
  box-shadow: inset 0 0 0 15px #e6e6e6;
}
input[type='checkbox']:checked.toggle:after {
  left: 27px;
  background-color: #808080;
}

input[type='checkbox'].toggle:before {
    position:absolute;
    line-height: 22px;       
    /*text-transform:uppercase;*/
    font-family:"myBold";
}

input[type='checkbox'].toggle:before {
    content:attr(data-off);
    color:#fff;
    left: auto; 
    right:2px;
}
input[type='checkbox']:checked.toggle:before {
    content:attr(data-on);
    color:#808080;
    left: 2px; 
    right:auto;
}


input[type='checkbox'].toggle.square {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
input[type='checkbox'].toggle.square:after {
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}


.toggle_group input[type='checkbox'].toggle:before {
    font-size: 1.5em;
    content:"\f00d";
    font-family:"FontAwesome";
    left: auto; 
    right:6px;
}
.toggle_group input[type='checkbox']:checked.toggle:before {
    font-size: 1.4em;
    content:"\f00c";
    font-family:"FontAwesome";
    left: 5px; 
    right:auto;
}
