.col-container-rqa {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.col-rqa{ display: table-cell;}

@media only screen and (max-width: 1024px) {
  .col-rqa {
    display: block;
    width: 100%;
  }

}
/*for left panel form settings */
.leftside{
    padding-left: 0px;
    padding-right: 0px;
    width:70%;
}

.rightside{ background-color: #FFFFFF; width:30%}

.breadcrumform{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-style: ridge;
    border-width:0px;
    border-color: #E2E2E2;
}
/** Custome checkbox: update before main style is updated **/
.form-group-box { margin-bottom: -15px;}

.align-recomender{ margin-bottom: 9px;}

.top-review-header{ margin-top: -2px;}

/** custome check box end **/

.cr-title
{
    font-size: 20px !important;
    font-weight: 800;
    margin-top: 10px
}

.producttext
{
    color: #000;
    padding: 12px;
}

.producttext p
{
    font-size: 13px;
    font-weight: 700;
}

.producttext li
{
    color:#909090;
    font-size: inherit;
    font-weight: 400;
}
/* for right panel with image and text */

.preview-rqa
{
    margin-top:10px;
    margin-bottom:10px;
    height: auto;
    padding: 2px;

}
.preview-rqa img { max-width: 100%; max-height: 100%;}
/*for reviews placeholder tab*/
.thumbreview
{
    height: 90px !important;
    width:90px !important;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

/* for images loaded in file choose selector*/
.imgthumb
{
    max-width: 50px !important;
    max-height: 50px !important;
    height: 50px !important;
}

.textthumb { width: 100%; height: 120px;}

.custom-stars span.fh {width: 1.80em !important;}

.rating .rating-stars span.active { color: #ffc200; }

.margin-lf { margin-left:20px;}

/* Helpful css display settings */
.helpful
{
    display: flex;
    width: auto;
    padding-left: 0px;
    padding-right: 10px;
}

/* button for like and report */
.helpbutton
{
    font-family: Arial;
    color: #FFF;
    font-size: 13px;
    background: #00AAE7;
    padding: 1px 10px 3px 10px;
    border: solid #1f628d 0px;
}

.helpbutton:hover { background: #cccccc; text-decoration: none;}

.r
{
  background: #F7F7F7;
  border: hidden;
  color:#828282;
}

.align-helpbutton { margin-bottom: 0px; pointer-events: none; vertical-align:middle;}

.section-rqa
{
   font-size: 12px !important;
   font-weight:bold;
   margin: auto;
}

.rowspan-rqa
{
    margin-left:10px;
    margin-right:10px;
    margin-top:20px;
    margin-bottom:15px;
    padding:2px;
    border-width: 1px;
}

.filters
{
    width: 100%;
    height: auto;
    background-color:#F7F7F7;
    color:#818181;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.gray-separator-top {
    padding-top: 10px;
}

.gray-separator-bottom {
    padding-bottom: 10px;
}

.filter-box{ width:160px;}

.filter-text{ width:100px;}

.toplevel{ margin:5px;}

.modal-view
{
    display: none;
    position: fixed !important;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
/* The Close Button */
.closecr
{
  color: #00AAE7;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -5px;
}

.closecr:hover,
.closecr:focus, {
  color: #00AAE7;
  text-decoration: none;
  cursor: pointer;
}

.modal-body-rqa {padding: 8px;}

.modal-custom-size
 {
   width: 50%;
   position: relative;
   background-color: #fefefe;
   margin:10% auto;
   padding: 0;
   border: 1px solid #888;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
   animation-name: animatetop;
   animation-duration: 0.4s
 }

 /*disabled label button img*/

 .disable-load-img-btn{
  border: #B3D2EB 3px solid;
  background:#B3D2E8 !important;
 }
 .disable-btn-report { background:#AFAFAF; }

 /* Add Animation */
 @keyframes animatetop
 {
   from {top: -300px; opacity: 0}
   to {top: 0; opacity: 1}
 }

.hidden_top_1 { display: none;    }
.hidden_top_2 { display: inherit; }
/*****************************************/
/* snapshot component */

.snapshot-title
{
  font-weight: bold;
  font-size: 1.4em;
  color: #00A1E0;
  padding-bottom: 10px;
  border-top: 1px solid #CCCCCC;
}

.margin-fit
{
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
}

.snapshot
{
    width: 35%;
    height: auto;
    margin-top:12px;
    margin-bottom:12px;
}

.snapshotcontainer { display:flex; }

.greyStars .cs .glyphicon-star ,
.greenStars .cs .glyphicon-star{
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: 14px;
    margin: 0 1px !important;
}

/*progress bar */
.progress-rqa
{
    background-color: #F7F7F7;
    border: 0;
    height: 12px;
    border-radius: 9px;
}

.progress-bar-rqa{ background-color: #FFC303; height: 100%;}

.progress-size { width: 60%; }

.clear-checkbox {display: flex; flex-direction: row; align-items: center; margin-top: -10px; margin-left:12px;}
/**************************** circle progress bar */

#circle-bar
{
    width: 100px;
    height: auto;
    margin: 25px 120px;
    transform: translate(-50%, 0%);
}

.glyphicon-max
{

    width: 31px !important;
    height: 31px !important;
    background-size: 30px !important;

}

.center-text{
    position: absolute;
    top: 3px;
    transform: translateX(-50%);
}

/**************************** end progress bar */
@media (min-width: 1025px)
{
      .margin-fit
      {
          align-items: flex-starts;
          flex-direction: row;
      }
      .rowspan-rqa{ padding: 20px 20px 5px 20px;}
}

/* end snapshot component and modal resize */
/*****************************************/
.title-right{ float:right;}
.title-left{
    float:left;
    font-weight: bold;
    font-size: 1.0em;
    top: 50%;
    -ms-transform: translateY(-30%);
    transform: translateY(30%);
}
.btn-clear { font-weight: 600; font-size: 14px; margin:10px;}

.write-question{ display:none;}

.btn-default-filter

{
    background-color: #F7F7F7;
    color:#818188;
    border-color: #2F3E48;
    font-size: 12px;
}

.btn-default-filter:hover, .btn-default-filter:focus, .btn-default-filter:active, .btn-default-filter.active, .open .dropdown-toggle.btn-default-filter
{
    background-color: #C2C2C2;
    color:#FFF;
    border-color: #818188;
}

.dropdown-menu .divider { margin: 4px 0;}  //overwrite

.btn-align { text-align: inherit;}

/****************FILE********************************/

.fileContainer {
    overflow: hidden;
    position: relative;
    background: #25AAE1;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.fileContainer [type=file] { cursor: pointer;}

/************* REVIEWS  ********************/

.border-reviews
{
    border: 1px solid #c2c2c2;
    text-align: justify;
    width:320px;
    margin:10px;
    padding:10px;
}
.no-border-review { border-style:none; }

.review-pane { justify-content: center; display: flex;}

.show-hide-review
{
    height: 60px;
    overflow-y: hidden;
    padding: 0px 15px 0px 0px;
}

.view-less{ display: none;}

.image-container { height:auto; }
.filter-container { height:auto; }
.right-align { text-align: right; }
.left-align  { text-align: left; }
.justify-align {text-align:justify;}

.right-report { float: right; }
.left-report  { float: left; }

/************************* QUESTIONS *************************************/

.full-div{ width: 100%; }

.right-filters{ margin-right: 7%;}

.left-filters{ margin-left : 6%;}

.blue-header{ color: #00A1E1; font-weight:600;}

.white-header{ color: #FFFFFF;}

.whitegray-header:hover,
.whitegray-header:active,
.whitegray-header:visited,
.whitegray-header {color:#bfbfbf !important ;}
.whitegray-disable-left { background: url('../images/previous_white.png') no-repeat center left;}
.whitegray-disable-right { background: url('../images/next_white.png') no-repeat center right;}

.blackgray-header{ color: #818181; font-weight:600;}

.blackgray-header:hover, .blackgray-header:focus{ color: #818181;}

.black-header{
   font-size:16px;
   color: #303030;
   font-weight:700;
}
.gray-header{
   font-size:14px;
   color: #818181;
   font-weight:500;
}

.sm-bold-text{ font-weight:600;}

.gray-background { background-color:#F7F7F7; }

.line-space { margin-bottom: 15px; }

.separator-line { height:20px;}

.hold-bottom-line
{
    border-bottom-style: solid ;
    border-bottom-color: #818181;
    border-bottom-width: 1px;
}

.form-answer {
    margin:auto;
    width: 100%;
    overflow-x: hidden;
}

.question-grid-pane{
    margin-right: 10px;
    margin-left: 10px;
    padding:10px 80px 10px 80px;
}

.clear-margin { margin-left: 0px;}

.btn-close-qya
{
    background-color: #DCDCDC;
    color: #00A4E0;
    border: 3px solid #DCDCDC;
}
.btn-close-qya:hover,
.btn-close-qya:active,
.btn-close-qya.active{background-color:#c6c6c6; border-color:#c6c6c6;  color: #00A4E0;}

/**************************ANSWERS **************/
.show-hide-answers
{
    display: none;
    height: 60px;
    overflow-y: hidden;
    padding: 0px 15px 0px 0px;
}
.view-less-answers { display:none; }

.write-answer { display: none;}

.white-background{ background-color: #FFFFFF;}

/************************* VALIDATORS ***********************/
.align-validator { text-align: left !important; font-size:12px;}

.imgZoom{ z-index: 0 !important;}

/************************* Second PHASE ****************/

.tooltip-rqa {
    display:inline-block;
    position:relative;
    text-align:left;
}

.tooltip-rqa .bottom {
    min-width:170px;
    top:30px;
    left: 65%;
    transform:translate(-30%, 0);
    padding:20px;
    color:#666666;
    background-color:#FFFFFF;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip-rqa:hover .bottom { display:block;}

.tooltip-rqa .bottom img { width:400px;}

.tooltip-rqa .bottom i {
    position:absolute;
    bottom:100%;
    left:30%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip-rqa .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}


/**********************GRID ************/

.border-review-fit { width: 287px;}


.border-profile-customer{
  width: 240px;
  height: 230px;
  border: 1px solid #c2c2c2;

}

.image-review-container{ width: 85%; text-align: center; }
.image-info-review { width:90px; height:120px;}
.image-rqa-size { height:480px; width: 560px; overflow:hidden}
.image-rqa-title { width: 565px;}

.show-review-full{height:120px;}
.viewAllRelatedImages { height: 280px;  overflow-y: scroll;}
.resize-pet-img{ width: 100% ; height: 100%; }
.adjust-space-title {padding-left: 10%; padding-right:10%;}


.center-profile
{
    justify-content: center; /* align horizontal */
    align-items: center;
    padding: 10px;
}

.center-profile-review { justify-content: flex-end; align-items: center;}

.comment-adjust-review{ width: 100%;}


/*** MEDIA ****/
/*******************************/


@media (max-width: 1024px) {
  .snapshot-cs
  {
    -webkit-box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, 0.17);
    box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, 0.17);
    margin: 10px 0;
  }
    .margin-fit
    {
        align-items: center;
        flex-direction: column;
    }

    .snapshot { width: 100%; }
    .modal-custom-size { width:90%; }

    .preview-rqa img
     {
        max-width: 40%;
        max-height: 40%;
        display: block;
        margin: auto;
     }

    .leftside  { width:100%;}
    .rightside { width:100% }
    .form-answer { width:100% }

    .hidden_top_1 { display: inherit; }
    .hidden_top_2 { display: none;    }


    .question-grid-pane { margin: 0; padding:5px; }

    .review-pane
    {
        display: grid;
        justify-content: inherit;
        width:100%
    }
    .border-reviews { width:100%; margin: 0px; }

    #circle-bar { margin: 0 auto; transform: translate(0%, 0%);}

    .btn-align{ text-align: center; }

    .profile-box-border {
        -moz-box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, 0.17);
        box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, 0.17);
        padding: 0px 10px 10px 10px;
    }

    .padding-activity { padding: 0px 5px 0px 5px !important; margin-top: 5px;}

    .table-profile-view{ float: none;}

    .center-image-grid{ display: block;}

    .border-review-fit {width:100%;}
    .full-review-content{ width: 100%;}

    .border-profile-customer{ width: 230px;}

    .image-review-container{ width: 50%; height:50%;}

    .show-review-full{ height:60px; }

    .center-profile
    {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .viewAllRelatedImages { height: 280px; overflow-y : scroll;  }
    .resize-pet-img{ width: 100% ; height:95%;}
    .image-rqa-size { height:auto; width:100%;}
    .comment-adjust-review {padding-left: 15px; padding-right:15px; width: 100%}
    .center-profile-review { justify-content: center; }


  }

  @media (max-width: 1023px) { .image-rqa-title { width: auto;}}
/*** 578 boostrap resolucion for some items****/

    @media (max-width: 768px)
        {
            .col-sm-4.gray-separator-bottom {
                margin-top: 10px;
            }
        }

    @media (max-width: 576px)
    {
          .filters{ display: inherit;}
          .left-align  { text-align: inherit; }
          .adjust-space-title {padding-left: 5%; padding-right:5%;}

    }

    @media (max-width: 490px) { .hidden-xs-review { display: none ; } }

    .image-profile-container{
        width: 60px;
        height: 60px;
        margin: 5px;
    }

    @media (max-width: 360px) { .font-size-sm-rev{ font-size: 13px;} }

/******************PROFILE **********************/

.padding-activity
{
  padding: 0px 15px 0px 15px;
  margin-top:10px;
  text-align:center;
}

.product-info-review
{
   border: 1px solid #c2c2c2;
   width: 298px;
   display: flex;
}
.description-info-review {  width: 185px;}
.rating-info-review{
  width:190px;
  display:flex;
}

.border-counter{ border-color: #c2c2c2; border-right-style: solid; }

.thumb-image{
    width:60px;
    height:60px;
    object-fit: contain;
}

.thumb-all-image {
    width:130px;
    height:130px;
    object-fit: contain;
}

 .image-review-grid
 {
     width: 130px;
     height: 130px;
     margin: 5px;
 }

.padding-activity { padding: 0px 15px 0px 5px; text-align:center; }

.vertical-center-activity {
  margin: 0;
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}

.close-grid-modal { font-size: 35px; color: #020202 !important; }

.center-content-row{ display:flex;}
.reset-padding-offset{ padding: 0px; float:right;}
.reset-content-review {padding: 0px 15px 15px 0px; }

/* IMAGE PROCESSING*/

.img-edit-popup{padding-top:160px;}

.gr-btn-draw{
    border: 1px solid;
    color: #02a8dd;
    background-color: white;
    border-color: #02a8dd;
    padding: 12px 10px;
    }
 .gr-btn-draw:hover,
 .gr-btn-draw:focus { color: #02a8dd !important;}

.btn_next_img{ background: url('../images/next.png') no-repeat center right;}
.btn_previous_img{ background: url('../images/previous.png') no-repeat center left;}
.btn-close-size {opacity: 0.8; font-size: 40px !important ; }
.header-top-text { padding-top: 2px;}

.navibar a:hover,
.navibar a:focus{ text-decoration:none; }


