#leanpayObrocneCeneAdmin .page-title {
    background: url(../../images/leanpay-logo-color.svg) no-repeat left center;
    background-size: auto;
    background-size: 32px;
    padding-left: 42px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400 !important;
}

#leanpayObrocneCeneAdmin .breadcrumbs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.leanpay-setting-form input[type=text]{
    width: 320px;
}

.leanpay-setting-form th{
    text-align: left;
    width:150px;
    padding-bottom: 20px;    
}

.update-log {
    padding:10px;
    background-color: #ffffff;
    width:90%;
}

.leanpay_or {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    line-height: 0.1em;
    margin: 30px 0 12px;
}

.leanpay_or span {
    background: #fff;
    color: #333;
    padding: 0 10px;
}

.leanpay_txt {
    color: #F58466;
    font-size: 20px;
    font-weight: 500;
    padding-left:20px;
}

.leanpay_catalog_txt {
    color: #F58466;
    font-size: 18px;
    font-weight: 500;   
}

.leanpay_cash_txt{
    color:#757575;font-size:12px;line-height: 2.5;
}

.leanpay-modal-title {
    background: url(../../images/leanpay-logo-color.svg) no-repeat left center;
    background-size: auto;
    background-size: 32px;
    padding-left: 42px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400 !important;
    color:#ffffff;
    font-size: 25px;
    margin-top: 20px;
}

#LeanpayBtn {
    cursor: pointer !important;
    margin-bottom: 20px;
}

#LeanpayBtn img {
    margin-left: 10px;
}

.leanpay-tooltip {
    display:inline-block;
    position:relative;
    border-bottom:0px dotted #666;
    text-align:left !important;
}

.leanpay-tooltip .bottom {
    min-width:350px; 
    top:25px;
    left:50%;
    transform:translate(-30%, 0);
    padding:10px 20px;
    color:#444444;
    background-color:#ffffff;
    font-weight:normal;
    font-size:13px;
    border-radius:6px;
    position:absolute;
    z-index:2147483647!important;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.leanpay-tooltip:hover .bottom {
    display:block;
    z-index:2147483647!important;
}

.leanpay-tooltip .bottom i {
    position:absolute;
    bottom:100%;
    left:20%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.leanpay-tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#ffffff;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #f58466 !important;
    outline: none;
}

.ui-state-active {
    border: 1px solid #f58466 !important;
}

@media (max-width:768px){
    .leanpay-tooltip .bottom {
        left: 100% !important;
    }
}