#myBtn {
  position: absolute;
  right: 35px;
  top: 16px;
}
/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content/Box */

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 5% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  /*width: 50%;*/
  /* Could be more or less, depending on screen size */
}
/* The Close Button */

.close {
  color: #0083fe;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.ok_alert, .save_close {
  color: #fff;
  background: #0083fe;
  text-align: center;
  font-size: 15px;
  height: 44px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  width: 31%;
  margin: 0 auto 30px auto;
  display: block;
  float: right;
}
.ok_alert:hover, .ok_alert:focus, .save_close:hover, .save_close:focus {
  color: #fff;
  background: #98c93c;
}
.login_table td {
  margin-bottom: 10px !important;
}
.modal_popup {
  overflow: hidden;
  float: none;
}
.modal_popup .close {
  margin-top: -10px;
}
.popup_setting {
  float: left;
  width: 100%;
  clear: both;
  padding: 15px 0 0 0;
}
.popup_setting .row {
  margin: 0 0 15px 0;
}
.popup_setting .input_box {
  border-radius: 0;
  height: 32px;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  width: 88%;
}
.popup_setting label {
  font-size: 15px;
}
.popup_setting .save_close {
  border: none;
  float: left;
  width: 92.5%;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.popup_setting .select_box {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  padding-right: 20px;
  background: url(../images/select_arrow.png) right center no-repeat transparent;
  width: 92.5%;
  background-size: 25px;
  background-position-x: 98%;
}
.inline {
  display: block;
  position: relative;
}
.backGrndImg-img {
  width: 100%;
  /* background: #0C74D5; */
  padding-top: 0 !important;
  min-height: 100vh;
  max-height: 100%;
}
.backGrndImg-img img {
  width: 100%;
  height: 100vh;
  border: none !important;
}
.inline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#myBtn {
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 10px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.modal {
  overflow-y: hidden;
}
.ajaxLoaderShow {
  background-color: black;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 1%;
  left: 1%;
  right: 1%;
  margin: auto;
  z-index: 9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 8 */
  filter: alpha(opacity=50);
  /* IE 5-7 */
  -moz-opacity: 0.5;
  /* Netscape */
  -khtml-opacity: 0.5;
  /* Safari 1.x */
  opacity: 0.5;
  /* Good browsers */
  overflow: hidden;
}
.bootbox-alert {
  z-index: 9999;
}
.btn_disable_cust.disabled, .btn_disable_cust[disabled] {
  cursor: default;
  pointer-events: none;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  background-color: #E6E6E6;
}
.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}
selector li:hover {
  cursor: pointer;
}
.decline_pre, .accept_pre, .decline, .accept {
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #aaa;
  background: none;
  float: left;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.accept_pre, .accept {
  background: #98c93c;
  border-color: #98c93c;
  color: #fff;
}
.decline_pre, .decline {
  float: left;
  color: #ccc;
}
.decline_pre:hover, .accept_pre:hover, .decline:hover, .accept:hover {
  background: #98c93c;
  color: #fff;
  border-color: #98c93c;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.accept_pre, .accept:hover {
  background: #77a81b;
  color: #fff;
}
.nxt_btn {
  float: none;
}
.sh_HD_cust {
  visibility: visible;
  height: 35vh;
  display: block;
}
.sh_HD_cust_IE {
  visibility: visible;
  height: 43vh;
  display: block;
  background: #27282c;
}
.sh_HD_cust_Other {
  visibility: visible;
  height: 200px;
  display: block;
}
.sh_hd_100 {
  visibility: visible;
  display: block;
  height: 43vh;
  min-height: 43vh;
  min-width: 100%;
}
.sh_hd_100_video_agent {
  visibility: visible;
  min-height: 180px;
  min-width: 100%;
}
.video_promo_play {
  max-height: 350px;
  width: 100%;
}
.video_precall_play {
  /* height: 60vh; */
  width: 100%;
  text-align: center;
  position: absolute;
  top: -8vh;
}
.starValSpan {
  white-space: nowrap;
   float: right;
   font-size: 2em;
  /*margin: 18px -87px 0px 30px; */
   margin-top: 6px; 
}
#parent legend{
	float: left;
	width: 99%;
	border: none;
}
#parent form{
	width:100%;
}
.subSurveyBtn{
	margin-top:5px;;
}
.customer_survey li{
	display: block !important;
} 
.video_self_webrtc {
  max-height: 270px;
  width: 100%;
}