.more-text-on
{ 
	height: 67px;
	overflow:hidden; 
	margin-bottom: 15px;
}

.select2-results__options 
{
    max-height: 400px !important;
}

/* ----------------- Stylovani thePay radio buttonu ------------------------- */
.thepay-methods-radio-method
{
    cursor: pointer;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.42);
    border-radius: 3px;
    border: 1px solid #fff;
    vertical-align: middle;
    height: 70px;
    margin-bottom: 10px;
    width: 100%;
    display: table;	
}

.thepay-methods-radio-method img
{
    margin-left: 30px;	
	max-height: 65px;
}

.thepay-methods-radio-name
{
    margin-left: 10px;	
}

/* ----------------- /Stylovani thePay radio buttonu ------------------------ */

.special-arrow-left {
  left: -45px!important;
}
.special-arrow-right {
  right: -45px!important;
}

#custom-tooltip
{
    position: absolute;
    font-size: 0.95em;
    z-index: 10;
    color: #fff;
    display: none;
    /*font-weight: bold;*/
    /* background-color: #4a4a4a; */
    background-color: #3e9221;
    border: 1px #bbb solid;
    opacity: 0.9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    padding: 5px 10px;
}

.variant-link-active 
{
	font-weight: bold;
	text-decoration: underline;
}

.variant-link-unavailable 
{
	color: #999;
}

.variant-color 
{
	display: inline-block;
	font-size: 0;
	width: 20px;
}

.variant-color-active 
{
	border: solid #111111!important;
}

.variant-color-unavailable 
{
	border: solid #cccccc!important;
}

.generated-form span.error 
{
	position: relative;
	top: 10px;	
	
	color: #ffffff;
	background: #de920f;
	font-size: 16px;
	padding: 10px;
	bottom: 59px;
	right: 0px;
	
}