.bajubo_spinner.spinner {
    background: url(../../../../wp-admin/images/spinner-2x.gif) no-repeat;
    background-size: 26px 26px;
    display: none;
    /* float: right; */
    opacity: .7;
    filter: alpha(opacity=70);
    width: 26px;
    height: 26px;
    margin: 5px 5px 0;
}
.bajubo_spinner.spinner.bajubo_spinner_active {
    display: block;
}
/**
 * Confirm dialog
 */
@-webkit-keyframes type-red {
    1%,
    100% {
        border-color: rgba(158,102,64,0.75);
    }
    50% {
        border-color: rgb(158,102,64);
    }
}
@keyframes type-bajubo {
    1%,
    100% {
        border-color: rgba(158,102,64,0.75);
    }
    50% {
        border-color: rgb(158,102,64);
    }
}
.jconfirm .jconfirm-box.jconfirm-type-bajubo {
    border-top: solid 7px rgb(158,102,64);
    -webkit-animation-name: type-bajubo;
    animation-name: type-bajubo;
}
.jconfirm .jconfirm-box.jconfirm-type-bajubo .jconfirm-title-c .jconfirm-icon-c i {
    color: rgb(158,102,64);
    width: 40px;
    height: 40px;
    font-size: 40px;
}
.jconfirm .jconfirm-box.jconfirm-type-bajubo .jconfirm-title-c .jconfirm-title {
    color: rgb(38,38,38);
}
.jconfirm .jconfirm-box.jconfirm-type-bajubo .jconfirm-content-pane {
    color: rgba(38,38,38,0.5);
}
/**
 * Default button
 */
.jconfirm .jconfirm-box.jconfirm-type-bajubo .jconfirm-buttons button.btn-apply {
    border-color: rgb(158,102,64);
    box-shadow: 0 0 2px rgba(158,102,64,0.5);
}
.jconfirm .jconfirm-box.jconfirm-type-bajubo .jconfirm-buttons button.btn-apply {
    background: rgb(158,102,64);
    border-color: rgb(158,102,64) rgba(158,102,64, 0.75) rgba(158,102,64, 0.5);
    box-shadow: 0 1px 0 rgba(158,102,64, 0.5);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(158,102,64, 0.5), 1px 0 1px rgba(158,102,64, 0.5), 0 1px 1px rgba(158,102,64, 0.5), -1px 0 1px rgba(158,102,64, 0.5);
}
.jconfirm .jconfirm-box.jconfirm-type-bajubo .jconfirm-buttons button.btn-apply:active {
    background: rgba(158,102,64, 0.75);
    border-color: rgba(158,102,64, 0.5);
    box-shadow: inset 0 2px 0 rgba(158,102,64, 0.5);
    vertical-align: top;
}
.jconfirm .jconfirm-box.jconfirm-type-bajubo .jconfirm-buttons button.btn-apply:hover,
.jconfirm .jconfirm-box.jconfirm-type-bajubo .jconfirm-buttons button.btn-apply:focus {
    background: rgba(158,102,64, 0.75);
    border-color: rgb(158,102,64);
    box-shadow: 0 0 2px rgba(158,102,64,0.5);
}
/**
 * Checkbox
 */
.bajubo_checkbox {
    /*display: block;*/
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bajubo_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.bajubo_checkbox_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgb(158,102,64);
}
.bajubo_checkbox:hover input ~ .bajubo_checkbox_checkmark {
    background-color: rgba(158,102,64,0.5);
    border: solid 1px rgb(38,38,38);
}
.bajubo_checkbox input:checked ~ .bajubo_checkbox_checkmark {
    background-color: rgb(158,102,64);
}
.bajubo_checkbox_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.bajubo_checkbox input:checked ~ .bajubo_checkbox_checkmark:after {
    display: block;
}
.bajubo_checkbox .bajubo_checkbox_checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid rgb(256,256,256);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**
 * Animation
 */

/** print */
.lds-dual-ring {
    display: inline-block;
    width: 66px;
    height: 66px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 66px;
    height: 66px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid rgb(158,102,64);
    border-color: rgb(158,102,64) transparent rgb(158,102,64) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bajubo_animation_printer {
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin: auto;
}
.bajubo_animation_printer .lds-dual-ring {
    width: 85px;
    height: 85px;
}
.bajubo_animation_printer .lds-dual-ring:after {
    width: 60px;
    height: 60px;
    margin: 0;
}
.bajubo_animation_printer .mdi-printer,
.bajubo_animation_printer .mdi-timer-sand {
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 12px;
}
/**
 * Toggle
 */
.bo_toggle {
    width: 100%;
    position: relative;
}
.bo_toggle_title {
    position: relative;
    cursor: pointer;
}
.bo_toggle_title h3 {
    position: relative;
    margin-bottom: 9px;
    padding-left: 20px;
}
.bo_toggle_title i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    margin-top: 5px;
}
.bo_toggle_content {
    display: none;
    padding-left: 10px;
    padding-bottom: 10px;
}
/**
 * Theme page overlay
 */
#bajubo_page_overlay {
    visibility: hidden;
    position: fixed;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    content: " ";
    width: 1px;
    height: 1px;
    opacity: 0;
    background: rgba(241, 241, 241, 0.3);
    -webkit-transition: opacity 0.20s ease;
    -o-transition: opacity 0.20s ease;
    transition: opacity 0.20s ease;
}
#bajubo_page_overlay.show {
    visibility: visible;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}