.sfwd_lms_getsure-surveys_list {
	display: flex;
  margin: 15px 0;
}

.sfwd_lms_getsure-survey_article {
	display: inline-block;
	width: 32.5%;
	vertical-align: top;
	/*margin-right: 30px;*/
	border: 1px solid #eaeaea;
	background: white;
  color: #505050;
	position: relative;
  margin:10px;
  padding-bottom: 10px;
  /*box-shadow: 0px 0px 15px;*/
}

.sfwd_lms_getsure-survey_article:nth-child(1) {
  margin-left: 0;
}

.survey_article_header {
	height: 200px;
	text-align: center;
	position: relative;
}

.survey_article_header img {
	height: 200px !important;
	width: 100%;
}

.survey_article_body {
	vertical-align: top;
	padding: 15px;
	/*margin-bottom: 15px;*/
}

.survery_article_title {
	font-size: 22px;
	font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*.sfwd_lms_getsure-survey_article p {
	margin-bottom: 0px;
}*/

.survey_article_footer a{
	/*padding: 0 15px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin-top: 10px;*/
  /*padding: 10px;*/
  width: 95%;
  display: block;
  text-align: center;
  padding: 5px;
  background: #007cff;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  margin: 0 auto;
}

.survey_article_footer a:hover {
  background: #007cff;
  color: white;
}

.survey_attempt_status {
	z-index: 9;
	position: absolute;
	right: 20px;
	top: 5px;
	color: white;
	font-size: 28px;
}


.getsure_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.8); /* Black w/ opacity */
}

/* Modal Content */
.getsure_modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
  position: relative;
  display: none;
}

/* The Close Button */
.getsure_modal .close {
  color: black;
  float: right;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  /*top: -5px;*/
  right: 5px;
  z-index: 9999;
}

.getsure_modal .close:hover,
.getsure_modal .close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.getsure_modal_header, .getsure_modal_header_result {
	background: #a2dbcf;
    position: relative;
}

.getsure_survey_modal_title, .getsure_survey_modal_thumbnail,  .getsure_survey_modal_thumbnail_result{
	display: inline-block;
  width: 25%;
  vertical-align: top;
}

.getsure_survey_modal_title {
	margin-left: 15%;
    color: white;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top:35%;
}

.getsure_survey_modal_title h1 {
	color: white;
    margin-bottom: 5px;
}

.getsure_border_div{
    width: 40%;
    border-top: 3px solid white;
    margin: 0 auto;
}

.getsure_modal_desc {
	padding: 10px;
    background: #f4f4f4;
    width: 98%;
    margin: 10px auto;
}

.getsure_survey_question_row {
    display: table;
    background: #f4f4f4;
    width: 98%;
    margin: 10px auto;
    padding: 25px 5px;
}

.getsure_survey_question_cell {
	display: inline-block;
}

.getsure_survey_question {
	width: 35%;
}

.getsure_survey_option {
	width: 10%;
	text-align: center;
	line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.getsure_survey_submit {
	width: 98%;
	text-align: center;
	margin-bottom: 25px;
}

.getsure_result {
  display: none;
  text-align: center;
  padding: 0 5%;
}

.getsure_modal_header_result {
  text-align: center;
  padding: 10px 0;
}

.getsure_result_center {
  display: inline-block;
  width: auto;
}

.getsure_result h3 {
  margin: 10px 0;
}

.getsure_border{
  width: 98%;
  background-color: #e4e4e4;
}

.getsure_result_description {
  /*display: block;*/
  /* padding: 0 0%; */
  text-align: justify;
  padding: 0 10%;
  margin-bottom: 20px;
}

.getsure_survey_grade_details {
  /*display: none;*/
}

.getsure_cont_btn {
  text-align: center;
}

.getsure_cont_btn button {
  padding: 15px 30px;
  background: black;
  color: white;
  border: none;
}

.sfwd_lms_getsure-hidden_shortcode {
  display: none;
}








/************************Radio Buttons - Start********************************/
.getsure_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.getsure_container input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
  display: none;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 50px;
  height: 25px;
  width: 25px;
  /*background-color: #eee;*/
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.getsure_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
/*.container input:checked ~ .checkmark {
  background-color: #2196F3;
}*/

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.getsure_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.getsure_container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.getsure_option-1 {
	background-color: #f15050;
}

.getsure_option-2 {
	background-color: #ffc107;
}

.getsure_option-3 {
	background-color: #ffc107;
}

.getsure_option-4 {
	background-color: #4caf50;
}

.getsure_option-5 {
	background-color: #00bcd4;
}

.getsure_last_option {
	background-color: #019e7c;
}
/************************Radio Buttons - End ********************************/


@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sfwd_lms_getsure-survey_article {
    width: 35%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	.getsure_survey_question {
		width: 100%;
		margin-bottom: 5%;
	}

	.getsure_survey_option {
		width: 32%;
		margin-bottom: 20px;
	}

	.getsure_survey_question_cell .getsure_container {
		margin-left: 20%;
	}

	.getsure_modal_header .getsure_survey_modal_thumbnail {
		width: 50%;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  
  .sfwd_lms_getsure-surveys_list {
    display: block;
    margin: 15px 0;
  }

  .getsure_survey_question {
    width: 100%;
    margin-bottom: 5%;
  }

  .getsure_survey_option {
    width: 49%;
    margin-bottom: 20px;
  }

  .getsure_survey_question_cell .getsure_container {
    margin-left: 30%;
  }

  .getsure_modal_header .getsure_survey_modal_thumbnail {
    width: 50%;
  }

  .getsure_survey_modal_title {
    margin-left: 11%;
    top: 11%;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .sfwd_lms_getsure-survey_article {
    width: auto;
  }

  .sfwd_lms_getsure-surveys_list {
    display: block;
    margin: 15px 0;
  }

  .getsure_survey_question {
    width: 100%;
    margin-bottom: 5%;
  }

  .getsure_survey_option {
    width: 49%;
    margin-bottom: 20px;
  }

  .getsure_survey_question_cell .getsure_container {
    margin-left: 5%;
  }

  .getsure_modal_header .getsure_survey_modal_thumbnail {
    width: 50%;
  }

  .getsure_survey_modal_title {
    margin-left: 11%;
    top: 11%;
  }

  .getsure_survey_modal_title h1 {
    font-size: 26px;
    line-height: 1;
  }
}