﻿/*****************tooltipt**********************/
.tooltip {
    cursor: help;
    float: left;
    margin: 2px 0 0 8px;
    padding: 0 0 0 2px;
    /*color: #726F6F;*/
    /*font-style: italic;*/
    display: inline-block;
    text-align: left;
/*    width: 150px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

.tooltip span {
    display: none;
    padding: 15px;
    /*margin: 10px 0 0 -25px;*/
    width: 290px;
    white-space: normal;
    line-height: normal;
    max-height: 200px;
    overflow-y: auto;
}

.tooltip:hover span {
    display: block;
    position: absolute;
    background: #3F729B;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 3px 3px 25px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 25px 2px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 25px 2px rgba(0,0,0,0.5);
}

#player-validation .tooltip:hover span {
    width: 180px;
}

.tooltip div {
    display: none;
    width: 0px;
    height: 15px;
    margin: 5px 0 15px -10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #3F729B;
    border-top: 0px solid transparent;
}

.tooltip:hover div {
    display: block;
    position: absolute;
}

.tooltip img {
    margin: 5px 0 0px 0;
}


.ui-buttonset .ui-corner-left, .ui-buttonset .ui-corner-right {
    border-radius: 0;
}

.ui-buttonset .ui-button {
    margin-left: 1px;
    margin-right: -4px;
    margin-top: 1px;
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ddd;
    background: #fff;
    color: #666666;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #ffffff;
}

.ui-button-text-only .ui-button-text {
    padding: 0.2em 0.4em;
}


#PricingMethodsGroupbox label span{
    display: none;
}

#PricingMethodsGroupbox .ui-button {
    padding: 0.2em 0.4em;
    line-height: 1.4;
    border: 1px solid #ddd;
    background: #fff;
    color: #666666;
    margin-left: 1px;
    margin-right: -4px;
    margin-top: 1px;    
}

#PricingMethodsGroupbox .ui-state-active {
    color: #ffffff;
}