﻿.EmailSignUp.error{
    border:2px solid #d2100d !important;

}

.thenks-button {
    float: none;
    background: none;
    border: none;
    color: white;
    font-size: 19px;
    padding-top: 0;
    cursor: default !important;
}

      .thenks-button:before{
          font-family: "FontAwesome";
          content:'\f058';
          display:block;
          position:absolute;
          margin-left:-25px;
          font-size:22px;
          font-style:normal !important;
          font-weight:normal !important;
          font-variant:normal !important;
          text-transform:none !important;
          speak:none;
          line-height:1;
        
      }


      .ektagcloudxxsmall {
     font-size: 14px;
    line-height: 29px;

}
.ektagcloudxsmall {

    font-size: 14px;
    line-height: 29px;
}
.ektagcloudsmall {
   font-size: 14px;
    line-height: 29px;

}
.ektagcloudmedium {
      font-size: 18px;
    line-height: 23px;
}
.ektagcloudlarge {
        font-size: 22px;
    line-height: 27px;
}
.ektagcloudxlarge {  
    font-size: 22px;
    line-height: 27px;
}
.ektagcloudxxlarge {
   font-size: 28px;
   line-height: 33px;
}
.form-content div.design_content{
    background-color:transparent !important;
}

.form-content .design_textfield{

    height: 38px !important;
    padding: 10px 10px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #555 !important;
    border: 1px solid #39adc0 !important;;
    border-radius: 2px !important;

    display: block !important;
    width: 100% !important;
    background-color: #fff !important;
}
.form-content .design_validation_failed{
    color: #d2100d !important;
    border: 2px solid #d2100d!important;

}
.form-content td{
    
}
.panel-body .form-content {
    padding: 25px 15px;
}
.form-content tr{
    float:left;
    margin-bottom: 15px;
    min-height:57px;
    /*width: 100%;*/
}
.form-content td:nth-child(even) {
    /*width: 40%;*/
    float:left;
    margin-right: 20px;
}
.form-content td:nth-child(odd) {
    /*width: 40%;*/
}
.form-content tr:last-child {
    width: 100%;
    margin-bottom: 0;
}
.form-content td select {
    background-color: #fff;
    border: 1px solid #39adc0;
    position: relative;
    height: 38px;
    min-width: 220px;
}
.custom-select:after {
    display: block;
    content: "\f0dc";
    font-family: 'FontAwesome';
    color: #97aab6;
    top: 0;
    right: 10px;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}
.custom-select {
    position: relative;
}
.form-content h3{

    color:#39adc0 !important;
}
.form-content textarea.design_textfield {
    height: auto !important;
}
.form-content input[type="radio"] ~ label, 
.form-content input[type="checkbox"] ~ label {
    padding-left: 30px;
    margin-bottom: 0;
    min-height: 38px;
    padding-top: 8px;
    cursor: pointer;
    position: relative;
}
.form-content input[type="radio"]:checked ~ label {
    color: #39adc0;
}
.form-content ol.design_list_vertical li {
    float: left;
}
.form-content ol.design_list_vertical li {
    margin-left: 20px;
}
.form-content ol.design_list_vertical li:first-child {
    margin-left: 0;
}
.form-content ol.design_list_vertical {
    border: none;
}
.form-content input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
}
.form-content input[type="radio"]:checked ~ label:before {
    opacity: 0;
    visibility: hidden;
}
.form-content input[type="radio"] ~ label:before {
    content: "\f096";
    color: #39adc0;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #fff;
    width: 16px;
    height: 16px;
    font: normal normal normal 20px/18px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-content input[type="radio"]:checked ~ label:after {
    background-color: #fff;
}
.form-content input[type="radio"]:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}
.form-content input[type="radio"] ~ label:after {
    position: absolute;
    top: 10px;
    left: 0;
    color: #0ea6bd;
    content: "\f046";
    display: block;
    width: 16px;
    height: 16px;
    opacity: 0;
    visibility: hidden;
    font: normal normal normal 20px/18px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -ms-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.form-content .design_validation_failed select {
    height: 34px;
}

.header .menu > li > a.selected{
    color: #fff!important;
    background: #3cafc2;
}



.LanguageChanger{
     display: block;
    padding: 3px 5px 0px 0px;
    line-height: normal;
    background:transparent;
    border:none;
}


.header .language li button img 
{

    opacity:0.5;
}
.header .language li button img:hover
{

    opacity:1;
}



@media (max-width: 767px) {
    .form-content tr, .form-content td {
        width: 100%;
    }
    .form-content tr:last-child td {
        display: block;
        margin: 0 auto;
    }
    .form-content td select {
        min-width: 100%;
    }
}