.table td.minwidth {
    width: 1px;
    white-space: nowrap;
}

.form-control-small {
    max-width: 150px;
}

.form-control-medium {
    max-width: 250px;
}

.form-control-large {
    max-width: 400px;
}

.nav-item .nav-link {
    border-color: #e3e6f0 !important;
}

.nav-item .nav-link:hover {
    border-color: #cccfdb !important;
}

ul.pagination {
    margin-bottom: 0px !important;
}

.simple-box {
    border: 1px solid #e3e6f0;
    padding: 10px;
}

button[disabled], button[readonly] {
    cursor: not-allowed;
}

.btn-helicontrol {
    font-size:1.5rem;
    padding: 0.75rem;
}

#contoller-loading-layout {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:rgba(0,0,0, 0.1);
    border: 5px solid #000;
    animation: border-pulsate 1s infinite;
    display: none;
}

@keyframes border-pulsate {
    0%   { border-color: #f6c23e; }
    50% { border-color: #f6c23e33; }
    100%   { border-color: #f6c23e; }
}