﻿*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.StepInfoContainer
{
    top: 8px;
    right: 0px;
    color: #22aae1;
    font-size: 18px;
    position: relative;
    }
.SurveyFormContainer table + table
{
    margin-top: 24px;
    }    
.SurveyFormContainer select, .SurveyFormContainer textarea, .SurveyFormContainer input[type="text"], .SurveyFormContainer input[type="number"]
{
    width: 100%;
    border-width:0px;
    margin-bottom: 0px;
} 
.SurveyFormContainer select
{
    padding-left: 2px;
}  
.sectionTitle
{
    font-size: 16px;
    color: rgb(77, 77, 77);
    margin: 25px 0px 15px 0px;
}
.joinTheInsidersClub .freeText
{
    color: #4D4D4D;
    margin-bottom: 5px;
}
.joinTheInsidersClub ul li 
{
    font-size: 13px;
}
div.LoginHeader .h3, div.LoginHeader h3, .divPitle
{
    padding-right:0px;
}
/*Public Survey form Language Box Arrow*/
div.gridTable .selectArrowForEdit
{
    right: 0;
    top: 5px;
    margin: 0;
    position: absolute;
    }
.p_errorInput {
    left: 17px;
    bottom: 0px;
    top: inherit;
    line-height: 14px;
}
/*New Form Design For Mobile Mode*/
div.gridTable .tableDynamic td, .tblSingleRow tbody td
{
    padding: 0px;   
    }
.divSelect span.trianglebg {
    top: 0px;
    right: 0px;
    z-index: 0;
    width: 40px;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    pointer-events: none;
    background-color: rgb(255, 255, 255);
}
.divSelect span.triangle
{
    top: 50%;
    width: 0px;
    right: 15px;
    height: 0px;
    content: '';
    z-index: 1;
    margin-top: -4px;
    position: absolute;
    pointer-events: none;
    border: solid 4px rgba(0, 0, 0, 0);
    border-top: solid 5px rgb(0, 0, 0);
    }
.dd .ddChild li {
    padding-right: 5px;
}
.dd .drop-down-star-rating {
    width: 100%;
    float: right;
}
.dd .drop-down-star-rating {
    float:left;
}
.dd .ddChild {
    height:auto !important;
}
div.gridTable .tableDynamic td>div.divSelect, .tblSingleRow tbody td>div.divSelect
{
    padding-left: 10px;
    padding-right: 10px;
    }
.divSelect label[rel^="visibility-"]
{
    top: 1px;
    left: 17px;
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    color: rgb(153, 153, 153);
    }
.divSelect label[rel^="visibility-false"]
    {
        display: none;
    }    
 .ViewboxFilterLanguage
 {
    margin: 0;
    border: 0px;
    padding: 5px 3px;
    border-radius: 3px;
 }
.iosSelect {
    margin-left:5px !important;
}
@media only screen and (min-width: 641px) 
{ 
    .StepInfoContainer
    {
        position: absolute;
    }
    .tableDynamic td .divColumn-half, .tableDynamic td .divColumn-half ~ select
    {
        width: 50%;
        float: left;
        }
    .tblSingleRow tbody th
    {
        width: 192px;
        }        
}

@media screen and (min-width: 481px) {
    div.gridTable .tableDynamic td>div.divSelect, .tblSingleRow tbody td>div.divSelect
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .divSelect label[rel^="visibility-"]
    {
        display: none;
    }
    div.gridTable .tableDynamic td>div.divSelect, .tblSingleRow tbody td>div.divSelect
    {
        padding: 8px 10px;
     }
    .dd .ddChild li:hover .ddlabel
    {
        color:#333;
    }
}
@media only screen and (min-width: 375px) 
{ 
    .dd .ddChild li:hover .ddlabel
    {
        color:#333;
    }     
}
@media screen and (max-width: 480px) {
    div.gridTable .tableDynamic td>div.divSelect, .tblSingleRow tbody td>div.divSelect
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }    
    div.gridTable .tableDynamic td>div.divSelect.divStar
    {
        padding-top: 14px;
        padding-bottom: 12px;
        }
    .SurveyFormContainer input[type="number"]
    {
        width: 100%;
        border-width:0px;
        margin-bottom: 0px;
    } 
    .dd .ddChild li:hover .ddlabel
    {
        color:#333;
    }
}

@media screen and (min-width: 768px) {
    .ddcommon .ddTitle .ddTitleText {
        margin-right: -93px;
    }
}