html, body {
    font-size: 12px;
}
input, textarea {
    border-radius: 0px !important;
}

#main-content {
    padding: 0;
    background: rgb(255,255,255);
}
#main-content form {
    padding: 20px;
}
#sub-sidebar {
    min-height: 100%;
    padding: 0px;
    padding-bottom: 45px;
    background: rgb(255,255,255);
    border-right: 1px solid rgba(0,0,0,0.15);
}
#sub-sidebar ul.nav li {
    height: auto;
    padding: 5px 10px;
    color: rgba(0,0,0, 0.75);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
#sub-sidebar ul.nav li a {
    padding: 0 !important;
    margin: 0!important;
}

.sidebar-header {
    width: 100%;
    display: inline-block;
}
.sidebar-header h5 {
    margin-bottom: 0!important;
}
.main-content-header,
.sub-main-content-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
}
a.btn-icon,
.btn-icon {
    padding: 0 5px !important;
    margin: 0 !important;
    font-size: 13px;
}
.btn {
    color: rgba(255, 255, 255, 1)
}

.spinner-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.75);
    color: rgba(255, 255, 255, 1);
    z-index: 10000;
    display: flex;
    align-items: center;
}
.spinner-grow {
    display: flex;
    margin: 0 auto;
}
td {
    white-space: normal !important;
    word-wrap: break-word;
}
table {
    table-layout: fixed;
}