/**
 * Handsome Testimonials & Reviews Admin CSS
 *
 * @package     handsometestimonials
 * @copyright   Copyright (c) 2014, Kevin Marshall
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 * @since       1.0
*/

/* Testimonial Shortcode Generator Popup */

#TB_ajaxContent {
    width: 95% !important;
    height: 90% !important;
    padding-left: 10px;
}

.hndtst-dialog_wrapper {
    /*height: 82%;*/
    width: 95% !important;
    height: 90% !important;
    padding-left: 10px;
}

.hndtst-dialog_Col_1 {
  	display: inline-block;
  	vertical-align: top;
  	width: 277px;
    overflow: auto;
    height: 100%;
}
.hndtst-dialog_Col_2 {
    position: fixed;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    height: 100%;
    width: 460px;
    overflow: auto;
}

.hndtst-dialog_ad {
    margin-top: 40px;
    background: #fff;
    text-align: center;
    padding: 1px 10px 10px 10px;
    line-height: 1px;
    border: 2px dotted #953E0C;
}

.hndtst-dialog_ad a {
    color:         #ffffff;
    text-decoration: none;
}

#learnmorebutton {
    background:    #953e0c;
    border-radius: 11px;
    padding:       10px 30px;
    display:       inline-block;
    font:          normal bold 14px/1 "Open Sans", sans-serif;
    text-align:    center;
}

#TB_window {
  	min-width: 783px;
}

.dashicons.custom-dashicon {
    font-size: 18px;
    margin-top: 4px;
}

/* Testimonial Survey/Rating Styling */
#hntst_survey_rating {
    text-align: center;
}

#hntst_survey_rating span {
    width: 20px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    background-image: url(../../assets/images/greystar.png);
    padding: 0px 2px;
    background-size: 22px;
    background-repeat: no-repeat;
}


/* Testimonial Preview in Testimonial Generator */
#hndtst_preview {
    margin-top: 10px;
}
.tst_preview_txt {
    margin-top: -20px !important;
}
#delete_instance_options{
    float: right;
    margin-right: 5px;
}
p #delete_instance_options{
    float:none;
    height: 30px;
    width: 70px;
}
#tst-shortcode-instance {
    padding: 0px;
    width: 112px;
}
#tst_widget_instance_block{
    height: auto;
}
#tst_widget_instance_save {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
#tst_widget_instance_retrieve {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.hndtst_pro_discount_offer {
    overflow: auto;
    position: relative;
}

.hndtst_pro_discount_offer .close-hndtst-offer {
    position: absolute;
    top: 42%;
    right: 1%;
}

.hndtst_pro_discount_offer h2 {
    font-size: 24px;
}

.hndtst_pro_discount_offer p {
    font-size: 16px;
}

.hndtst_discount_offer_logo {
    background-image: url(../../assets/images/squirrel-logo.png);
    background-size: 70px 70px;
    display: block;
    float: left;
    height: 70px;
    width: 70px;
    margin: 10px;
}

.hndtst_discount_offer_logo_minimal {
    background-image: url(../../assets/images/squirrel-logo.png);
    background-size: 50px 50px;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    margin: 5px;
}

#hndtst-dialog{
    display: none;
}
#htst-design-page #hndtst-dialog{
    display: block;
}
#hndtst-dialog h1,
.hndtst-dialog_wrapper h1
{
    background: #006799;
    color:white;
    padding:15px;
    margin:2px 0px;
    border-radius: 4px;
}
#hndtst_tst_generator_style_section {
    margin: 21px 0px;
}
.hndtst-dialog_Col_2-wrap{
    position: fixed;
    display: inline-block;
}
#htst-design-page .hndtst-dialog_Col_2-wrap{
    width: calc(100% - 477px);
}
#htst-design-page .hndtst-dialog_Col_2 {
    position: static;
    display: block;
}
@media only screen and (max-width: 960px){
    #htst-design-page .hndtst-dialog_Col_2-wrap{
        width: calc(100% - 320px);
    }
}

.random_single_tst_tooltip{
    position: relative;
    display: inline-block;
    text-align: center;
}

.random_single_tst_tooltip .random_single_tst_tooltip_text{
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.random_single_tst_tooltip .random_single_tst_tooltip_text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
/* Show the tooltip text when you mouse over the tooltip container */
.random_single_tst_tooltip:hover .random_single_tst_tooltip_text {
    visibility: visible;
    opacity: 1;
}

/* tooltip dot design */
.tooltip_dot{
    height: 15px;
    width: 15px;
    background-color: #666;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: bold;
}
