@font-face {
    font-family: proxima_nova;
    src: url(proxima-nova-regular.otf);
}

.hidden {
    display: none;
}

input.number {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.number-datatable {
    font-weight: bold;
    text-align: right;
}

.sidebar-main .nav-item>.nav-link.active {
    background-color: #3f51b5;
    border-radius: 1.00rem;
    color: white !important;
    -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.10), 0 7px 5px -5px rgba(156, 39, 176, 0.2);
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.10), 0 7px 5px -5px rgba(156, 39, 176, 0.2);
}

.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    border-radius: 1.00rem;
}

.datatable th {
    font-size: 0.6rem;
}

.form-tab.nav-link {
    border-radius: 0;
}

.btn-outline-secondary {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee!important;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
}

.btn-outline-secondary {}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dataTable thead .select-checkbox:before {
    content: '';
    background-color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
    margin-left: -0.625rem;
    border: 0.125rem solid #455a64;
    border-radius: 0.125rem;
}

.dataTable thead .select-checkbox:after,
.dataTable thead .select-checkbox:before {
    display: inline-block;
    color: #455a64;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}


/* .field-show-icon {
    float: right;
    margin-top: -36px;
    position: relative;
    z-index: 100;
    right: 6px;
    cursor: pointer;
} */

.btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn).active,
.btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn).focus,
.btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn):active,
.btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn):focus,
.btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn):hover,
.show>.btn:not(.bg-transparent):not([class*=btn-outline]):not(.btn-light):not(.btn-link):not([class*=alpha-]):not(.fab-menu-btn).dropdown-toggle {
    box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, .3) inset;
}

.addScrolldivtable {
    overflow-y: auto;
    height: 500px;
}