/* Stylesheet for device preview */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
  position: relative;
}
body {font-family: "Montserrat", sans-serif;}
.survey-page-background {
  background-color: #FFFFFF;
}

.banner-devices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.25em;
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
  z-index: 10;
}

.banner-devices-inner {
  width: 45%;
  position: relative;
  margin: 0 auto;
}

.device-text {
  display: inline-block;
  font-size: 1.5em;
  margin-right: .5em;
  margin-top: -9px;
  line-height: 2.75rem;
  vertical-align: middle;
}

.device-button {
  font-size: 2em;
  background-color: transparent;
  outline: thin;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 5px;
}

.device-rotator {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 8px;
  background-color: transparent;
  outline: thin;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
}

.device-rotator i {
  margin-left: .4em;
}

.active-state {
  
  color: #FF8800;
}

.active-state-rotator {
  color: #FF8800;
}

.iframe-wrapper {
  display: none;
}

.iframe-wrapper.mobile {
  width: 480px;
  height: 870px;
  /* References theme editors images   background: url('http://surveys.eraay.com/images/Mobile_2.svg') center no-repeat;*/
  background: url('/Images/mobile.png') center no-repeat;
  margin: 4em auto;
  display: block;
}

.iframe-wrapper.mobile.rotate {
  width: 854px;
  height: 507px;
  /* References theme editors images  */
  background: url('/Images/Mobile_Landscape.png') center no-repeat;
  margin: 0 auto;
  display: block;
}

.iframe-wrapper.tablet {
  height: 1183px;
  /* References theme editors images  */
  background: url('/Images/tablet.png') center no-repeat;
  margin: 3em auto;
  text-align: center;
  z-index: 10;
  display: block;
}

.iframe-wrapper.tablet.rotate {
  height: 885px;
  /* References theme editors images  */
  background: url('/Images/Tablet_Landscape.png') center no-repeat;
  margin: 1.5em auto;
}

.iframe-wrapper.mobile iframe {
  width: 395px;
    height: 713px;
    margin-top: 61px;
    margin-left: 41px;
}

.iframe-wrapper.mobile.rotate iframe {
    width: 609px;
    height: 334px;
    margin-top: 92px;
    margin-left: 112px;
}

.iframe-wrapper.tablet iframe {
  /*width: 768px;
  height: 86.6%;
  margin-top: 54px;
  padding: 0 18px 0 19px;*/
  
  width: 716px;
    height: 81.6%;
    margin-top: 54px;
    padding: 40px 18px 0 19px;
  
}

.iframe-wrapper.tablet.rotate iframe {
width: 976px;
    height: 80.6%;
    margin-top: 65px;
    margin-left: -33px;
}

#survey {
  margin-top: 4em;
}
.nonother{  margin-bottom:10px;}
.step-pane.active h5{display:inline-block;} 
.step-pane.active h5 strong{ float:left;}
.step-pane.active h5 em{ float:left;}
/* .step-pane.active h5 .qdesc{ float:left;} */
.step-pane.active select{ width:100%;}
.step-pane.active label{ display:block; margin-top:10px;}
.step-pane.active table tr td .form-check .form-check-input{ float:none} 
.step-pane.active .form-group textarea{ border-radius:5px;} 
.step-pane.active .radio-toolbar label{ display: inline-block; margin-top: 0px; background: #efd5d5;line-height: 10px; padding: 7px;text-align: center;}
.step-pane.active .imgopt br{ display:none;}
.step-pane.active .imgopt label{ display: inline-block;}
.step-pane.active .imgopt label img{ width:128px;}
.2ser td .dataval{ display: inline-block; width:100%!important;}
.que2o table tr td:nth-child(2){display:none;}
.alert-success{ padding:10% 0;}
.form-horizontal.smart-form{ padding-bottom:40px;}
#step9 .nps-container .form-control{ padding:0; text-align:center; }
input:focus {
outline: none;
}

select,
input,
textarea {
-webkit-appearance: none;
-webkit-border-radius: 0; 
border-radius: 0; 
}

select {
-webkit-appearance: listbox !important;
}

@media only screen and (max-width: 800px) {
	
	#step9 .nps-container .form-control{ padding:0; text-align:center; font-size:14px;}
	#step9 .nps-container input{width:24px;}
	.scroll{ overflow-x: scroll;
    display: block;
    height: 60px;}




}