﻿.core-master-save-clear{
    width: 200px;
    height: 50px;
    text-align: center;
}

.core-master-partner-alamat {
    height: 110px;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.e-lib.e-btn.core-toolbar-item {
    border-radius: 4px;
    border-color: transparent;
    background-color: #f8f9fa;
    color: black;
    height: 32px;
    width: 100px;
}

.e-lib.e-btn.core-toolbar-item:hover {
    background-color: #6c757d;
    color: white;
}

.e-lib.e-btn.core-toolbar-item:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.25em transparent;
}

.lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fcf;
        border-color: dimgray transparent dimgray transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.e-spinner-pane.e-customClass .e-spinner-inner .e-spin-material {
    stroke: dimgray;
}

.e-control-wrapper.conversion .e-textbox {
    text-transform: uppercase;
}

.e-grid .e-flmenu .e-autocomplete {
    opacity: .5;
    pointer-events: none;
    touch-action: none;
} 



