.ask_question_container{

    text-align:  right;
    font-size: 14px;
    color: #6e7d89;
    font-weight: bold;
    margin: 10px;

}
.i13_accordion-container .i13_accordion-title {
  position: relative;
  margin: 10px;
  margin-bottom:0px;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #448a85;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  padding:10px;
}

.i13_accordion-container .i13_accordion-title:hover,
.i13_accordion-container .i13_accordion-title:active,
.i13_accordion-title.open {
  background-color: #00aaa7;
}
.i13_accordion-title p{

  margin:0px;
}

.i13_accordion-container .i13_accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.i13_accordion-container .i13_accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.i13_accordion-container .i13_accordion-title.open::before {
  transform: rotate(180deg);
}

.i13_accordion-container .i13_accordion-title.open::after {
  opacity: 0;
}

.i13_accordion-content {
  padding-left: 2.3125em;
  border: 1px solid #448a85;
  margin: 10px;
  margin-top:0px;
}

.ask_qu_img{
  background-image: url("../images/question-circle-solid.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: 20px;
  content: "";
}

.stopScroll{

   height: 100vh;
  overflow-y: hidden;
  padding-right: 15px;
}

.clase_btn{

  appearance:none;
  background-color:rgb(0,0,0,0);
  border-bottom-color:rgb(0,0,0,0);
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  border-bottom-style:none;
  border-bottom-width:0px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-top-color: initial;
  border-top-width: 0px;
  border-right-color: initial;
  border-right-style: initial;
  border-right-width: 0px;
  border-bottom-color: initial;
  border-bottom-style: initial;
  border-bottom-width: 0px;
  border-left-color: initial;
  border-left-style: initial;
  border-left-width: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-transform: none;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  border-radius: 0;
  pointer-events:auto;
}

.clase_btn:hover {
  opacity: 1;
}
.clase_btn:before, .clase_btn:after {
  position: absolute;
  content: ' ';
  height: 19px;
  width: 2px;
  background-color: #333;
  top: 4px;
}
.clase_btn:before {
  transform: rotate(45deg);
}
.clase_btn:after {
  transform: rotate(-45deg);
}

.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.clase_btn:before {
  transform: rotate(45deg);
}
.clase_btn:after {
  transform: rotate(-45deg);
}

  .lb-overlay{
      position: fixed;
      overflow: hidden;
      left: 0px;
      top: 0px;
      padding: 0px;
      z-index: 1001;
      text-align: center;
      background: rgb(241,210,194);
      background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
      background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
      background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
      background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
      background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
      background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
      /*padding: 10px 10px 60px;*/
        width: 0;
      height: 0;
      overflow-y: auto;

}
.lb-overlay > div{
      position: relative;
      color: rgba(27,54,81,0.8);
      opacity: 1;
      filter: alpha(opacity=0); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
      max-width: 550px;
      width: auto;
      margin: 10px auto 0px auto;
      text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
      -webkit-transition: opacity 0.3s linear 1.3s;
      -moz-transition: opacity 0.3s linear 1.3s;
      -o-transition: opacity 0.3s linear 1.3s;
      -ms-transition: opacity 0.3s linear 1.3s;
      transition: opacity 0.3s linear 1.3s;
      overflow-y: auto;
      top:33px;
      overflow-x: hidden;

}
.lb-overlay div h3,
.lb-overlay div p{
      padding: 0px 20px;
      width: 200px;
      height: 60px;
}
.lb-overlay div h3{
      font-size: 36px;
      float: left;
      text-align: right;
      border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
      font-size: 16px;
      font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
      font-style: italic;
}
.lb-overlay div h3 span{
      display: block;
      line-height: 6px;
}
.lb-overlay div p{
      text-align: left;
      float: left;
      width: 260px;
}
.lb-overlay a.lb-close{
      background: rgba(27,54,81,0.8);
      z-index: 1001;
      color: #fff;
      position: absolute;
      top: 43px;
      left: 50%;
      font-size: 15px;
      line-height: 26px;
      text-align: center;
      width: 50px;
      height: 23px;
      overflow: hidden;
      margin-left: -25px;
      opacity: 0;
      filter: alpha(opacity=0); /* internet explorer */
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
      -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
      box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
      -webkit-transition: opacity 0.3s linear 1.2s;
      -moz-transition: opacity 0.3s linear 1.2s;
      -o-transition: opacity 0.3s linear 1.2s;
      -ms-transition: opacity 0.3s linear 1.2s;
      transition: opacity 0.3s linear 1.2s;
}

.lb-overlay:target {
      width: auto;
      height: auto;
      bottom: 0px;
      right: 0px;
      /*padding: 80px 100px 120px 100px;*/
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
      opacity: 1;
      filter: alpha(opacity=99); /* internet explorer */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
0% { -webkit-transform: scale(0.6); opacity: 0; }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
0% { -moz-transform: scale(0.6); opacity: 0; }
100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
0% { -o-transform: scale(0.6); opacity: 0; }
100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
0% { -ms-transform: scale(0.6); opacity: 0; }
100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
0% { transform: scale(0.6); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}

/*
      100% Height for Opera as the max-height seems to be ignored, not optimal for large screens
      http://bricss.net/post/11230266445/css-hack-to-target-opera
*/
x:-o-prefocus, .lb-overlay img {
  height: 100%;
}


#question label {
  margin-bottom: 10px;
  font-size: 13px;
  float: left;
}
#question label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
#question h4{
  margin-bottom: 20px;
}
#question .form-ask input{
  margin-bottom: 20px;
  width: 70%;
}
#question .form-ask input[type="text"] + label{
  margin-bottom: 2px;
}
#question .description{
  margin-top: 0;
  font-size: 11px;
}
#question textarea{
  min-height: 150px;
}
#question .submit-form-ajax{
  margin-top: 25px;
}
#question .ajax-response .alert{

  margin-top: 10px;
}
@media (min-width: 1030px) {
  #share .modal-dialog,
  #question .modal-dialog,
  #report .modal-dialog {
      width: 400px;
  }
}
@media (min-width: 768px) {
  #share .modal-dialog,
  #question .modal-dialog,
  #report .modal-dialog {
      width: 400px;
  }
}
@media (min-width: 320px) {
  #question .form-ask input,
  #report .form-ask input {
      width: 100%;
  }
}
.i13_model_content{
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.i13_modal-body{

      position: relative;
      padding: 15px;
}

.h3_ask_question{

      display: block;
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 10px;
}
.h4_ask_question{

      margin: 5px 0 15px;
      display: block;
      font-size: 13px;
      font-weight: 400;
}

.ask_question_btn{

    color: #ffffff;
    background-color: #4ca247;
    text-decoration: none;

    padding: 12px 22px;
    height: 38px;
    background-color: #59b453;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    color: white;
    line-height: 1;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    float:left;
    margin-top:15px;
    margin-bottom:15px;

}
.ask_question_btn:hover, .ask_question_btn:active, .ask_question_btn:focus {
    box-shadow: none;
    background-color: #4ca247;
    color: white;
    outline: 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

}
.no_question{color:#ccc;text-align:center;margin:20px}

#radio_private{clear:both;display:table}
.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.radio_no_margin{  margin-left: 0px;}
.radio-inline input{vertical-align:middle}

.success, .error {
border: 1px solid;
margin: 10px 0px;
padding:9px 10px 10px 38px;
background-repeat: no-repeat;
background-position: 10px center;
}

.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success_circle.png');
text-align:left;
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error_circle.png');
text-align:left;
}

#question_form_i13 label{

  float:left;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  margin-bottom: 2px;

}

#question_form_i13 label span {
    color: #e43d33;
    font-size:12px;
    margin-left:3px;
}

#wrapper_faq_i13{


}

#wrapper_faq_i13 div {
    float:left;
}
#btn_div_i13_loader img{
    padding: 20px 20px;
    width: 87px;
}

.i13_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	clear: both;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.i13_loadmore:hover{
	background-color: #767676;
	color: #fff;
}

.page_css_{

  margin:5px;
  padding:5px;
}
.faq_hr{
  background-color: transparent;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top: 1px solid #BBBFBF;
  display: block;
  height: 1px;
  line-height: 19px;

}
.more_link{
      text-decoration: none;
    color: #007185;
    font-weight: 400;
}


.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
}

.pagination a:hover{
    color:#fff;
    background: #3279BB;
}

.pagination .current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}
.i13_ask_q_overlay_grid{

    opacity: 0.76;
    position: absolute;

    z-index: 100;
}

.feild_err{color:red; font-size:13px;text-align:left;display:none}

.form-control_i13 {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.form-control_i13 {
    min-height: calc(1.5em + .75rem + 2px);
    resize: vertical;
}

 .btn_thumbs_up{
    background:url(../images/ThumbsUp_load.png) no-repeat;
    cursor:pointer;
    border:none;
    background-size: 25px;
    width: 26px;
    height: 26px;
    background-repeat:no-repeat;
    color:#000000;
    font-family:Arial;
    font-size: 13px;
    display:inline-block;
    vertical-align:bottom;
}
.btn_thumbs_up_voted{
    background:url(../images/ThumbsUp.png) no-repeat;
    cursor:pointer;
    border:none;
    background-size: 25px;
    width: 26px;
    height: 26px;
    background-repeat:no-repeat;
    color:#000000;
    font-family:Arial;
    font-size: 13px;
    display:inline-block;
    vertical-align:bottom;

}
.btn_thumbs_down{
    background:url(../images/ThumbsDown_load.png) no-repeat;
     cursor:pointer;
    border:none;
    background-size: 25px;
    width: 26px;
    height: 26px;
    background-repeat:no-repeat;
    color:#000000;
    font-family:Arial;
    font-size: 13px;
    display:inline-block;
    vertical-align:bottom;
    margin-bottom:-4px;
}
.btn_thumbs_down_voted{
    background:url(../images/ThumbsDown.png) no-repeat;
      cursor:pointer;
    border:none;
    background-size: 25px;
    width: 26px;
    height: 26px;
    background-repeat:no-repeat;
    color:#000000;
    font-family:Arial;
    font-size: 13px;
    display:inline-block;
    vertical-align:bottom;
    margin-bottom:-4px;

}


.thumbs-rating-container {
	padding: 0em 0;
	display: block;
}

.thumbs-rating-container-hidden {

	display: none;
}

.thumbs-rating-container button {
	cursor: pointer;
}

.thumbs-rating-container button:hover {
	color: #dddddd;
}

.thumbs-rating-container .thumbs-rating-up{

    padding: 0.5em;
	color: white;
    border:0px;
    border-radius: 5px;
    transform:scale(0.8);

}
.thumbs-rating-container .thumbs-rating-down {
	padding: 0.5em;
	color: white;
    border:0px;
    border-radius: 5px;
    transform:scale(0.8);

}

.thumbs-rating-container .thumbs-rating-up {
	background: #a4c346;
}

.thumbs-rating-container .thumbs-rating-down {
	background: #c84848;
}

.thumbs-rating-container .thumbs-rating-already-voted {
	display: none;
	font-size: 0.9em;
	padding-top: 1em;

}

.thumbs-rating-container .thumbs-rating-already-voted.thumbs-rating-show {
	display: block;
}
