:root {
    --ss-blue-light: #d4f6ff;
    --ss-bg-for-blue: #d6ffeb;
    --ss-green-light: #e0fbe2;
    --ss-grey-0: #f8f9fa;
}

html {
    height: 100% !important;
}

body {
}

main {
    margin-top: 3.5rem;
}
.spinner {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../img/ajax-loader.gif') 50% 50% no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .spinner {
    display: block;
}

.idm-margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.idm-main-cont {
    padding: 0;
    min-height: 300px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 2.5rem; /* Set the fixed height of the footer here */
    line-height: 2.5rem; /* Vertically center the text there */
    background-color: #f5f5f5;
}
body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.idm-btn-light:active:not(:disabled):not(.disabled),
.idm-btn-light.active:not(:disabled):not(.disabled),
.show > .idm-btn-light.dropdown-toggle {
    color: #fff;
    background-color: #2780E3;
    border-color: #2780E3;
}

.table-mid th, .table-mid td {
    vertical-align: middle !important;
}

.table ol {
    padding-left: 1em !important;
    margin-bottom: 0 !important;
}

.modal-dialog {
    max-width: 550px;
}

.custom-file-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
