@charset "UTF-8";

button{
    all:unset /*tarayıcının button css ını baskılaması için*/
}
input:disabled {
    border: none; /*tarayıcının css ını baskılaması için*/
}

:root {
}

.btn-process-blue {
    background: #0073ea !important;
    border-color: #0073ea !important;
    color: #fff !important;
}

.btn-process-blue:hover, .btn-process-blue:active {
    background: #003466 !important;
    border-color: #003466 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.btn-process-blue:focus {
    background: #003466 !important;
    border-color: #003466 !important;
    color: #fff !important;
    box-shadow: 0 0 0 0px !important;
}




.btn-darkblue-hoverblue {
    background: #003466 !important;
    border-color: #003466 !important;
    color: #fff !important;
}


    .btn-darkblue-hoverblue:hover {
        background: #0073ea !important;
        border-color: #0073ea !important;
        color: #fff !important;
    }
    .btn-darkblue-hoverblue:after {
        background: #0073ea !important;
        border-color: #0073ea !important;
        color: #fff !important;
    }

.btn-lightblue-hoverblue {
    background: #0073ea !important;
    border-color: #0073ea !important;
    color: #fff !important;
}

    .btn-lightblue-hoverblue:hover {
        background: #003466 !important;
        border-color: #003466 !important;
        color: #fff !important;
    }

    /*.btn-lightblue-hoverblue:after {
        background: #0073ea !important;
        border-color: #0073ea !important;
        color: #fff !important;
    }*/



.btn-red-hoverblue {
    background: #d72d36 !important;
    border-color: #d72d36 !important;
    color: #fff !important;
}


    .btn-red-hoverblue:hover {
        background: #fff !important;
        border-color: #d72d36 !important;
        color: #d72d36 !important;
    }
    .btn-red-hoverblue:after {
        background: #fff !important;
        border-color: #d72d36 !important;
        color: #d72d36 !important;
    }


.btn-orange-hoverblue {
    background: #fc9c3c !important;
    border-color: #fc9c3c !important;
    color: #fff !important;
}


    .btn-orange-hoverblue:hover {
        background: #fff !important;
        border-color: #fc9c3c !important;
        color: #fc9c3c !important;
    }

    .btn-orange-hoverblue:after {
        background: #fff !important;
        border-color: #fc9c3c !important;
        color: #fc9c3c !important;
    }


.btn-green-hoverblue {
    background: #0abb87 !important;
    border-color: #0abb87 !important;
    color: #fff !important;
}


    .btn-green-hoverblue:hover {
        background: #fff !important;
        border-color: #0abb87 !important;
        color: #0abb87 !important;
    }

    .btn-green-hoverblue:after {
        background: #fff !important;
        border-color: #0abb87 !important;
        color: #0abb87 !important;
    }




.btn-progress-outline-blue {
    border-color: #0073ea !important;
    color: #0073ea !important;
    background: white !important;
}


.btn-progress-outline-blue:hover, .btn-progress-outline-blue:active, .btn-progress-outline-blue:focus {
    background: #d72d36 !important;
    border-color: #d72d36 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.btn-outline-blue {
    background: rgba(0,0,0,0) !important;
    border-color: #0073ea !important;
    color: #0073ea !important;
}

.btn-outline-blue:hover {
    background: #d72d36 !important;
    border-color: #d72d36 !important;
    color: #fff !important;
}

.btn-outline-blue:active {
    background: #d72d36 !important;
    color: #fff !important;
}


.btn-outline-darkblue {
    background: rgba(0,0,0,0) !important;
    border-color: #003466 !important;
    color: #003466 !important;
}

    .btn-outline-darkblue:hover {
        background: #003466 !important;
        border-color: #003466 !important;
        color: #fff !important;
    }

    .btn-outline-darkblue:active {
        background: #003466 !important;
        border-color: #003466 !important;
        color: #fff !important;
    }

.btn-outline-green {
    background: rgba(0,0,0,0) !important;
    border-color: #0abb87 !important;
    color: #0abb87 !important;
}

    .btn-outline-green:hover {
        background: #0abb87 !important;
        border-color: #0abb87 !important;
        color: #fff !important;
    }

    .btn-outline-green:active {
        background: #0abb87 !important;
        border-color: #0abb87 !important;
        color: #fff !important;
    }

.btn-outline-darkblue-h-orange {
    background: rgba(0,0,0,0) !important;
    border-color: #003466 !important;
    color: #003466 !important;
}

    .btn-outline-darkblue-h-orange:hover {
        background: #fc9c3c !important;
        border-color: #fc9c3c !important;
        color: #fff !important;
    }

    .btn-outline-darkblue-h-orange:active {
        background: #003466 !important;
        border-color: #003466 !important;
        color: #fff !important;
    }

.dark-blue-whitecolor-btn {
    background: #d72d36 !important;
    border-color: #d72d36 !important;
    color: #fff !important;
}


.btn-outline-darkblue-grey {
    background: rgba(0,0,0,0) !important;
    border-color: #dbdfe9 !important;
    color: #003466 !important;
}

    .btn-outline-darkblue-grey:hover {
        background: white !important;
        border-color: #003466 !important;
    }

    .btn-outline-darkblue-grey:active {
        background: white !important;
        border-color: #003466 !important;
    }






.btn-green-background-green {
    background: rgba(0,0,0,0) !important;
    color: #0abb87 !important;
}

    .btn-green-background-green:hover {
        background: #0abb87 !important;
        border-color: #0abb87 !important;
        color: #fff !important;
    }

    .btn-green-background-green:active {
        background: #0abb87 !important;
        color: #fff !important;
    }

    .btn-green-background-green:hover .color-icon {
        color: white !important;
    }



.btn-red-background-red {
    background: rgba(0,0,0,0) !important;
    color: #d72d36 !important;
}

    .btn-red-background-red:hover {
        background: #d72d36 !important;
        border-color: #d72d36 !important;
        color: #fff !important;
    }

    .btn-red-background-red:active {
        background: #d72d36 !important;
        color: #fff !important;
    }

    .btn-red-background-red:hover .color-icon {
        color: white !important;
    }


.btn-yellow-background-yellow {
    background: rgba(0,0,0,0) !important;
    color: #fc9c3c !important;
}

    .btn-yellow-background-yellow:hover {
        background: #fc9c3c !important;
        border-color: #fc9c3c !important;
        color: #fff !important;
    }

    .btn-yellow-background-yellow:active {
        background: #fc9c3c !important;
        color: #fff !important;
    }

    .btn-yellow-background-yellow:hover .color-icon {
        color: white !important;
    }


.btn-grey-background-grey {
    background: rgba(0,0,0,0) !important;
    color: #212529 !important;
}

    .btn-grey-background-grey:hover {
        background: #212529 !important;
        border-color: #212529 !important;
        color: #fff !important;
    }

    .btn-grey-background-grey:active {
        background: #212529 !important;
        color: #fff !important;
    }

    .btn-grey-background-grey:hover .color-icon {
        color: white !important;
    }



.btn-background-blue {
    background: rgba(0,0,0,0) !important;
    border-color: #0073ea !important;
    color: #0073ea !important;
}

    .btn-background-blue:hover {
        background: #003466 !important;
        border-color: #003466 !important;
        color: #fff !important;
    }

    .btn-background-blue:active {
        background: #003466 !important;
        color: #fff !important;
    }

    .btn-background-blue:hover .color-icon {
        color: white !important;
    }

.btn-blue-h-backgroundblue {
    background: rgba(0,0,0,0) !important;
    border-color: #0073ea !important;
    color: #0073ea !important;
}

.btn-background-blue:hover {
    background: #0073ea !important;
    border-color: #0073ea !important;
    color: #fff !important;
}

.btn-background-blue:active {
    background: #0073ea !important;
    color: #fff !important;
}

    .btn-background-blue:hover .color-icon {
        color: white !important;
    }


.btn-progress-green {
    background: #0abb87 !important;
    border-color: #0abb87 !important;
    color: #fff !important;
}

.btn-progress-green:hover, .btn-progress-green:focus, .btn-progress-green:active {
    background: #09aa7b !important;
    border-color: #09aa7b !important;
    color: #fff !important;
}


.btn-setting {
    height: 30px;
    padding: 0 12px 0px 12px !important;
    font-size: 13px !important;
    font-family: 'Segoe UI Semibold';
    border-radius: 4px !important;
    margin-inline-end: 6px !important;
    box-shadow: 0 0 0 0px !important;
}

.icon-btn-setting {
    height: 30px;
    padding: 0px !important;
    font-size: 13px !important;
    font-family: 'Segoe UI Semibold';
    border-radius: 4px !important;
    margin-inline-end: 6px !important;
    box-shadow: 0 0 0 0px !important;
}



.button-icon, .button-icon .e-btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
}



/*alarm mesaj css leri başlangıç*/

.message-class {
    height: 50px;
    align-items: center;
    z-index: 1000;
    position: absolute;
    width: 300px;
    top: 60px;
    inset-inline-end: 9px;
}

.e-message .e-msg-content {
    font-size: 16px !important;
    font-family: 'Segoe UI Semibold' !important;
}

.e-message.e-success .e-msg-icon {
    color: black;
}

.e-message.e-success .e-msg-close-icon {
    color: black;
}

.e-message.e-success {
    background-color: #b3eada !important;
    border-color: #b3eada !important;
    color: black !important;
}

.e-message.e-error {
    background-color: #f3bec1 !important;
    border-color: #f3bec1 !important;
    color: #d72d36 !important;
}


/*alarm mesaj css leri bitiş*/



/*tooltip css*/

.e-tooltip-wrap .e-tip-content {
    color: #003466;
    font-size: 12px;
    font-family: 'Segoe UI Semibold';
    line-height: 20px;
}

.e-tooltip-wrap {
    border-radius: 5px;
    opacity: 1;
}

    .e-tooltip-wrap.e-popup {
        background-color: #fff;
        border: none;
    }

    .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
        color: white;
    }

    .e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
        border-bottom: 8px solid white;
    }




.e-footer-content .e-btn:hover.e-flat:not([DISABLED]) {
    background: #d72d36 !important;
    border-color: #d72d36 !important;
    color: #fff !important;
    height: 32px;
    padding: 0 16px 0px 16px !important;
    font-size: 14px !important;
    font-family: 'Segoe UI Semibold';
    border-radius: 4px !important;
    margin-inline-end: 6px !important;
    box-shadow: 0 0 0 0px !important;
}

.e-footer-content .e-btn.e-flat:not([DISABLED]) {
    background: rgba(0,0,0,0) !important;
    border-color: #0073ea !important;
    color: #0073ea !important;
    height: 32px;
    padding: 0 16px 0px 16px !important;
    font-size: 14px !important;
    font-family: 'Segoe UI Semibold';
    border-radius: 4px !important;
    margin-inline-end: 6px !important;
    box-shadow: 0 0 0 0px !important;
}

.e-footer-content .e-btn:hover.e-primary.e-flat:not([DISABLED]) {
    background: #003466 !important;
    border-color: #003466 !important;
    box-shadow: none !important;
    color: #fff !important;
    height: 32px;
    padding: 0 16px 0px 16px !important;
    font-size: 14px !important;
    font-family: 'Segoe UI Semibold';
    border-radius: 4px !important;
    margin-inline-end: 6px !important;
    box-shadow: 0 0 0 0px !important;
}

.e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]) {
    background: #0073ea !important;
    border-color: #0073ea !important;
    color: #fff !important;
    height: 32px;
    padding: 0 16px 0px 16px !important;
    font-size: 14px !important;
    font-family: 'Segoe UI Semibold';
    border-radius: 4px !important;
    margin-inline-end: 6px !important;
    box-shadow: 0 0 0 0px !important;
}


.btn-none {
    background: rgba(0,0,0,0) !important;
    border-color: none !important;
}



