@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

.mdui-textfield {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.show_focus_gp {
    visibility: visible !important;
    display: block !important;
}

#nav_sidebar_full #current_tab {
    background-color: #E8DDFF !important;
    border-radius: 8px !important;
}

#current_tab div {
    background-color: #E8DDFF !important;
    border-radius: 8px !important;
}

.form-section-left-border {
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.mdui-chips {
    padding: 0 !important;
}

#hr {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.etr {
    border-radius: 20px 0 0 20px !important;
}

.dtr {
    border-radius: 0 20px 20px 0 !important;
    border-left: none !important;
}

.table-body {
    border-left: none !important;
    border-right: none !important;
}

#dependencySection .mdui-chip editable {
    display: none;
}


.modal .inline-flex {
    font-weight: 400;
    font-size: 9px;
}

.hidden {
    display: none !important;
}
