﻿
.table-scrollable {
    margin: 0px !important;
    border: none !important;
}

#Left_Window_Paging {
    margin: 0px 2px 0px 20px;
    padding: 0px;
    float: right;
}

    #Left_Window_Paging li {
        float: left;
        display: inline;
    }

.tooltips {
    cursor: help;
}

.mn_radio, .mn_checkbox {
    width: 20px;
    height: 20px;
}

.radiolist label {
    width: 80px;
    color: #999;
    font-size: 12px;
}

.txtinput {
    width: 100px;
    border: none;
    text-align: right;
}

.delbt {
    position: absolute;
    top: 3px;
    right: -30px;
}

.form-group {
    margin-bottom: 10px;
}

.modal-dialog .form-control.input-sm {
    background:#FFFFEE;
}

.invLineDetail td {
    position: relative !important;
    padding: 0px !important;
}

.invLineDetail div {
    display: block;
    border: 1px solid #E26A6A;
    border-top: none;
    border-bottom: none;
    background: #FFFFEE;
    padding: 5px 10px 25px 10px;
    height: auto;
    overflow: auto;
}

.invLineDetailClose_Bt {
    position: absolute;
    top: -25px;
    left: 8px;
    cursor: pointer;
}

.subtable {
}

    .subtable th {
        color: #000;
        font-size: 11px !important;
    }


    .subtable tr {
        height: 33px !important;
        border-bottom: 1px dotted #BBB;
    }

._help {
    cursor: help;
}

._btn {
    cursor: pointer;
}

#Scrollable_UserList thead th {
    padding: 4px 5px;
    border-top: 1px dotted #DDD;
    font-size: 12px !important;
}

    #Scrollable_UserList thead th a {
        color: #89CFF8;
        text-decoration: none;
    }

#Scrollable_UserList thead input {
    border: none;
    padding: 0px;
    font-size: 11px;
    color: #E26A6A;
    height: 19px;
}

#Portlet_LeftWindow .portlet-title {
    border-bottom: none;
    margin-bottom: 0px !important;
}

.erpobjtb td {
    border: none !important;
}




/*Hatalı işlemler*/
.SelectAccountModalWrapper {
    position: absolute;
    inset: 0;
    z-index: 99999;
    display: flex;
    background: #0006;
}

.SelectAccountModal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: white;
    border-radius: 10px;
    padding: 10px;
}

.SelectAccountModalHeader {
    font-size: 20px;
    font-weight: bolder;
}

.SelectAccountModalFooter {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
