body
{
    font-family: Arial;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 0;
}
.AllIncludedSurvey{
	background-size:cover !important;
}


strong, b {
	font-weight: bold;
}
.Logo
{
    width: 80px;
    height: 80px;
    border-width: 0px;
    position: absolute;
    top: 0px;
    right: 100px;
}
.SurveyTitle
{
    background: #35354F;
    color: White;
    width: 100%;
    /*height: 50px;*/
    font-weight: bold;
    font-size: 24px;
}
.SurveyTitle label
{
	 font-size: 24px;
}
.SurveyTitleWhite
{
    background: white;
    color: black;
    width: 100%;
    /*height: 50px;*/
    font-weight: bold;
    font-size: 24px;
}
.TitleSurvey
{
	max-width:900px;
    margin:auto;
    padding: 10px;
	font-weight: bold;
	text-align:Left;
}
.TitleSurvey label{
display:block;
}
.SurveyIntroWhite
{
    background: white;
    color: black;
    width: 100%;
    font-size:13px;
}
.SurveyIntro
{
    background: #677FAD;
    color: White;
    width: 100%;
    font-size:13px;
}


.GridGuestRowStyle
{
}
.IntroSurvey{
	max-width:900px;
    margin:auto;
    padding: 10px;
}


.BtnAddGuest
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #557a98;
    background-image: -moz-linear-gradient(center top , #557a98, #183d68);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0;
    padding: 2px 10px 4px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    margin-left: 250px;
}
.BtnAddGuest:hover
{
    background-color: #183d68;
    background-position: 0 -15px;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.SIStyle-OPQuestionValidator
{
	width: 10%;
    vertical-align: top;
    text-align: right;
    color: Red;
    font-size:12px;
	position:relative;
	
}
.SIStyle-OPQuestionValidatorNameAndAddress
{
	width: 10%;
	vertical-align: top;
    text-align: right;
    color: Red;
    font-size:12px;
	position:relative;
 
}
.OPQuestionNumber
{
    font-family: Arial;
    font-size: 13px;
    vertical-align:top;
    width: 20px;
    color: #000000;
    font-weight: bold;
   
}
.SIStyle-OPQuestion
{
    margin-bottom: 5px;
    text-decoration: none;
    color: #000000;
    padding-top:0px;
	font-family: Arial;
    font-size: 13px;
	width:90%;
	
}
.SIStyle-OPQuestionNumber
{
    font-size: 18px;
    color: #000000;
    vertical-align:top;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    font-weight: bold;
}


.SIStyle-OPQuestionNameAndAddress
{
    text-decoration: none;
    color: #000000;
	width:90%;
}
.SIStyle-Radio {
    max-width: 100% !important;
}

table.SIStyle-Radio {
    width: 100%;
    max-width: 100% !important;
}

.SIStyle-Radio-Matrix {
   
     text-align: left; 

}
.SIStyle-Matrix-Header {
    text-align: center; 
	max-width: 80px;
}
.SocialPlugin{
	text-align: center;
    line-height: 25px;
}
.SocialText{
    color: #000000;
	font-family: Arial;
    font-size: 13px;	 
	float:left;
	width:100%;
}
.SocialPluginFacebook,
.SocialPluginLinkedin,
.SocialPluginTwitter{
	margin: 0 5px;
}
div[type="upload"] {
    clear: both;
    float: none;
}

[type~="upload"] {
    
    margin: 5px auto;
}
.NewClassLogo {
	text-align:;
}
.myButton {
	font-family: Arial;
    font-size: 13px;
    float: left;
    color: #7986cb;
    font-weight: 600;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    padding: 10px 5px;
    border: 1px solid;
	border-radius:5px;
}

.myButton:hover {
    color:#ffffff;
	border-color:#37474f;
	text-decoration:none;
}
.myButton::before{
	border-radius:5px;
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}
.myButton:hover::before {

    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.myButton:active {
    position:relative;
	top:1px;
}



/******Style added*****/
#AS_divSurvey{
    float:left;
	width:100%;
}

.NewClassLogo img {
    max-width: 900px;
}
#main{
    max-width: 900px;
    margin: auto;
    border: 1px solid #dddddd;
    box-shadow: 2px 4px 4px 1px #dddddd;
    margin-top: 25px;
   	background-position: center top;
    background-color: #ffffff;
    background-repeat: no-repeat;
}
#AS_RefreshPanel{
        margin-bottom:25px;
}
td:empty {
   display:none;
}
div[id$="_fieldset1"] table {
   width:100%;
}

div[id$="_fieldset1"]{
	clear:both;
	margin: auto;
}
div[id$="_fieldesetpart"]{
	
	float:left;
	padding: 0;
}
td[id$="_tdValidator"]{
	float: left;
}
td[id$="_tdValidator"] span{
    height: 10px;
    display: block;
    padding-left: 5px;
    
    font-size: 22px;
	
    position: absolute;
   
}
td[id$="_tdHeader"]{
	float:left;
}
td[id$="_tdHeader"] img {
    max-width: 100%;
    height: auto;
}

div[id$="_datepanel"]{
    padding-top:6px;
}
.HideDivClass{
	margin:0 !important;
	display:none;
}


.header_image {
    max-width: 900px;
    margin: auto;
}
.header_image{
    max-width:900px;
    width:900px;
        
}
.header_image img{
    margin:10px 0;
	max-width:100%;
	
}
.ui-datepicker-title select{
    position:relative !important;
    font-size: 14px;
    color: #7B7B7B;
    background-color: #FFFFFF;
    border-radius: none;
    border: none;
    border-left: none;   
    margin:1px 5px !important;
    padding: 0px 5px;
    background-image: none;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
}

.SIStyle-Matrix-Header{
    font-weight:normal;
}
.SIStyle-OPField{
    position:relative;
}
.SIStyle-Required
{
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -30px;
    right: 0px;
    z-index: 99;
    opacity:0.9;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 6px 8px;
    white-space: nowrap;  
}

.SIStyle-Required:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}
.SIStyle-OPFieldCaptcha{
    position:relative;
}
.SIStyle-MatrixQuestion .SIStyle-Required{
    top: -11px;
    left: -7px;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    right:-56px;
    z-index: 99;
    opacity:0.9;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 6px 8px;
    white-space: nowrap;
}
.SIStyle-MatrixQuestion .SIStyle-Required:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 0px 6px 6px;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}
.SIStyle-MatrixQuestion tr td {
    padding:5px 0;
}
.SIStyle-Error{
    color: Red;
}

.validator_matrix_6{
	width: 87px;
    float: left;
    text-align: left;
}
.validator_matrix_12{
	width: 100%;
    float: left;
    text-align: left;
}
.validator_matrix_3{
	width: 87px;
    float: left;
    text-align: left;
}
.validator_matrix_4{
	width: 87px;
    float: left;
    text-align: left;
}


.SIStyle-CaptchaRefresh{
    content: url(../images/refresh.png) !important;
    background-image:none !important;
    width:30px !important;
    height:30px !important;
}

table[id$="_TableHeader"] td:empty{
    padding:0px !important;
    display:none;
}
.SIStyle-Captcha {
    background-color: #464646;
    background-image:none !important;
    font-family:  Arial !important;
    width: 80px !important;

}
.SIStyle-Captcha td {
    font-size: 16px !important;
    padding: 5px !important;
}
label{
	margin:5px 0 !important;
	font-family: Arial;
    font-size: 13px;
}


.ui-state-hover.ui-datepicker-next-hover{
	opacity:1;
}


a.PrivacyPolicyClass {
    font-family: Arial;
    color: #000000;
    border-bottom: 1px solid;   
    float: left;
}
a.PrivacyPolicyClass:hover{
	text-decoration:none;
	color:#0275d8;
}
/***** Style Inputs ****/

input[type='text']{
    font-family: Arial;
    font-size: 13px;
    border:1px solid #a9a9a9;
    border-radius: 3px;
    height: 40px;
    border-left: 3px solid #a9a9a9;
    width: 100%;
    padding: 10px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
textarea{
	border:1px solid #a9a9a9;
    border-radius: 3px;
	border-left: 3px solid #a9a9a9;
	width:100%;
	font-family: Arial;
    font-size: 13px;

}
select{
    position:relative;
    font-family: Arial;
    font-size: 13px;
    color: #7B7B7B;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    border-left: 3px solid #a9a9a9;
    width:100%;
    height: 40px;
    padding: 10px 5px;
    text-overflow: ellipsis;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position:relative;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

input[type='checkbox'],input[type='radio']{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
	float:left;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right:5px;
    outline: none;
    position: relative;
	font-family: Arial;
    font-size: 13px;
}
.SIStyle-MatrixQuestion input{
	float:none;
}
input[type='checkbox']:hover,input[type='radio']:hover {
	background: #9faab7;
}
input[type='checkbox']:checked,input[type='radio']:checked {
	background: #3e4241;
}
input[type='checkbox']:checked::before,input[type='radio']:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 20px;
}
input[type='text']:focus,textarea:focus,select:focus{
    border-color: #1e97ed;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #1e97ed;
}
input[type='radio']:checked::after {
	background: #3e4241;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
input[type='radio'] {
	border-radius: 50%;
}
input[type='checkbox']::after,input[type='radio']::after {
	border-radius: 50%;
}
select::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0px 6px;
    border-style: solid;
    border-color: #7B7B7B transparent;
}
/*div[type="upload"]{
    float:left;
}*/



/******Style addedresponsive Matrix*****/
@media screen and (max-device-width: 599px),
screen and (max-width: 599px) {
  
    .LabelMat {
        font-size: 13px !important;
    }
    table {
        width: 100%;
    }
    .SIStyle-MatrixQuestion th {
        display: none !important;
    }
    .SIStyle-MatrixQuestion thead {
        display: none;
    }
    .SIStyle-MatrixQuestion tr:nth-of-type(2n) {
        background-color: inherit;
    }
    .SIStyle-MatrixQuestion tr td:first-child {
        background: #bdbdbd;
        font-weight: bold;
        font-size: 1.3em;
        color: white;
    }
    .SIStyle-MatrixQuestion tbody td {
        display: block;
        text-align: left;
        padding-left: 10px;
    }
    .SIStyle-MatrixQuestion tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
    .SIStyle-MatrixQuestion .SIStyle-Radio-Matrix span {
        font-size: 13px;
    }
	.header_image img{
		width:100%;
	}
	.SIStyle-MatrixQuestion .SIStyle-Required{
		right:0px !important;
	}
}

