.card-body-for-grid {
    padding: 0;
}

.process-raw-output td {
    padding: 0;
}

.process-raw-output pre {
    font-size: 10px;
    max-height: 200px;
    overflow: scroll;
    position: relative;
    margin: .75rem;
    vertical-align: top;
}

.ajax-loading {
    z-index: 9999;
    position: fixed;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    display: none;
}

.ajax-loading-bg {
    z-index: 9998;
    background: #333;
    opacity: 0.3;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.sidebar-dark-primary {
    background: #ED1E24;
}

.estudio-logo {
    background: #fff;
    padding-left: 12px;
}

.nav-sidebar .nav-item > .nav-link {
    color: #fff;
}

.btn-primary {
    background-color: #ED1E24;
    border-color: #ED1E24;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #ED1E24;
    border-color: #ED1E24;
}

.js-current-datetime {
    padding: 0.5rem;
    display: block;
}

.dropdown-item {
    white-space: normal;
}

.width-clients-id {
    width: 80px;
}

.width-clients-site {
    width: 450px;
}

.width-clients-sftp-url {
    width: 220px;
}

.width-clients-sftp-user {
    width: 80px;
}

.width-clients-sftp-pwd {
    width: 100px;
}

.width-clients-tecdoc-release {
    width: 100px;
}

.width-clients-tecdoc-base-release {
    width: 100px;
}

.width-clients-tecdoc-version {
    width: 80px;
}