td.column-eph_shipping {
    cursor: default!important;
}

.eph_save_status {
    display: none;  
}

.column-eph_shipping .dashicons-yes {
    vertical-align: sub;
}

.tsseph_warning, .tsseph_warning_faktura {
    padding: 10px;
    font-style: italic;
    display: none;
}

#spirit-eph-log {
	display: none;
}

#spirit-eph-show-log {
	color: #2271b1;
}

#spirit-eph-show-log:hover {
	text-decoration: underline;
	cursor: pointer;
}

.mppbh .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../src/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

/*
*
*
* TOOLTIP
*
*/

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    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 1s;
}

.tooltip .dashicons-info:before {
    font-size: 16px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.settings_page_spirit-eph .asterisk {
    font-size: 12px;
    vertical-align: top;
	color: #FF0000;
}

.settings_page_spirit-eph .select2-choices {
	min-width: 250px;
}

/*
*
*
* BONUS Funkcionalita
*
* toggle button by w3schools
*/

.tsseph-activate-wrap {
    display: none;
}

.tsseph-activate-wrap button {
    padding: 3px 6px;
    border-radius: 3px;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
}

.eph-get-key {
    border: 1px solid #2196f3;
    color: #2196f3;
}

.eph-get-key:hover {
    background: #2196f3;
    color: #FFF;
}

.eph-activate {
    border: 1px solid #4caf50;
    color: #4caf50;
}

.eph-activate:hover {
    background: #4caf50;
    color: #FFF;
}

.eph-deactivate {
    border: 1px solid #f44336;
    color: #f44336;
}

.eph-deactivate:hover {
    background: #f44336;
    color: #FFF;
}

.tsseph-bonus-wrap, .tsseph-activate-form, .tsseph-activate-buttons {
    display: flex;
    gap: 1em;
    line-height: 1.5em;
    align-items: center;
}

.tsseph-bonus .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}
  
.tsseph-bonus .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.tsseph-bonus .ephslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.tsseph-bonus .ephslider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
    
.tsseph-bonus input[type=checkbox]:checked + .ephslider {
    background-color: #2196F3;
}
  
.tsseph-bonus input[type=checkbox]:focus + .ephslider {
    box-shadow: 0 0 1px #2196F3;
}
  
.tsseph-bonus input[type=checkbox]:checked + .ephslider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.tsseph-bonus .ephslider.round {
    border-radius: 34px;
}

.tsseph-bonus .ephslider.round:before {
    border-radius: 50%;
}

.tsseph-bonus .activate {
    cursor: pointer;
    color: #2271b1;
}