@font-face{
    font-family: Roboto;
    src: url(../webfonts/Roboto-Regular.ttf) format("truetype");
}

html {
    --bs-primary: #ffcccc;
}

html, body {
    font-family: Roboto, sans-serif;
}

*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    border: 5px solid rgba(0, 0, 0, 0);
    background: var(--bs-primary);
    border-radius: 10px;
    background-clip: padding-box;
}

*:not(select)::-webkit-scrollbar-thumb:hover {
    border: 4px solid rgba(0, 0, 0, 0);
    background: #5a5c5a;
    background-clip: padding-box;
}


a {
    cursor: pointer;
}

a.fa, a.fa:focus {
    text-decoration: none;
}

a.fa:focus {
    outline: none;
}

.relativity {
    position: relative;
}

.default-padding {
    padding: 20px;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.no-pull {
    float: none;
}

.col-collapsed {
    padding-left: 0;
    padding-right: 0;
}

/*
 * TEXT COLOR
 */

.text-info.text-hover {
    cursor: pointer;
}

.text-info.text-hover:hover {
    filter: brightness(0.75);
}


/*
 * Typography
 */

.page-header h1 {
    color: #428bca;
}

.required > label:before, th.required:before, a.required:before {
    color: #a94442;
    content: "\002a\00a0";
    display: table;
    float: left;
}

.required label:after, th.required:after, a.required:after {
    clear: both;
    content: " ";
    display: table;
}

.form-control.danger, .form-control.danger:focus {
    border-color: #c35e5c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(195, 94, 92, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(195, 94, 92, .6);
    color: #a94442;
    outline: 0;
}

.form-control.info, .form-control.info:focus {
    border-color: #3c94af;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6);
    color: #3c94af;
    outline: 0;
}

h1[role="descriptor"] {
    margin-right: 100px;
}

/*
 * Panels
 */
.panel-form {
    border-top: 1px solid #e7e7e7;
    margin: 20px 0 40px 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-form .panel-form {
    margin: 0 0 20px 0;
}

.tab-pane .navbar .container-fluid, .panel-form .navbar .container-fluid {
    padding: 0 15px;
}

.panel-form > h3 {
    background-color: #ffffff;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    position: relative;
    top: -14px;
}

.panel-button {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 99;
}

.panel-form .page-header {
    margin-top: 15px;
}

a.disabled, a.disabled:hover, a[disabled], a[disabled]:hover {
    box-shadow: none;
    color: #999;
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none;
}

input.disabled, input.disabled:hover, select.disabled, select.disabled:hover, textarea.disabled, textarea.disabled:hover {
    background-color: #eee;
    cursor: not-allowed;
    pointer-events: none;
}

/*
 * fa
 */
.fa-disabled, .fa-disabled:hover {
    box-shadow: none;
    color: #999;
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none;
}

/**
 * Popover
 */

.popover .popover-content .block {
    display: inline-block;
    text-align: center;
    padding: 3px 6px;
}

.popover .popover-content .block .fa {
    display: block;
    font-size: 22px;
}

/**
 * Images
 */
.img-ratio-120 {
    width: 120px;
}

.img-centered {
    display: block;
    margin: 0 auto;
}

.img-panel {
    margin-bottom: 40px;
    margin-top: 40px;
}

.img-pull-left {
    float: left;
    margin: 0 8px 8px 0;
}

.img-pull-right {
    float: left;
    margin: 0 0 8px 8px;
}

.img-paper {
    background-color: #ffffff;
    box-shadow: 0 0 2px 4px #d5d5d5;
    border: 1px solid #d5d5d5;
}

/**
 * Autocomplete
 */

.ui-menu .ui-menu-item .bg-danger {
    color: #ee4a4a;
}

.ui-menu .ui-menu-item .fa {
    margin-right: 5px;
}

.ui-menu .ui-menu-item .fa:not(:first-child) {
    margin-left: 10px;
}

.ui-menu .ui-menu-item input {
    display: inline;
    width: 50px;
    background: transparent;
    color: inherit;
    border: none;
    cursor: default;
}

.ui-menu .ui-menu-item-indent, .ui-menu .ui-menu-item.ui-menu-item-indent {
    padding-left: 25px;
}

.ui-menu-item-indent.bg-danger {
    text-decoration: line-through;
}

/**
 * History
 */

.history-group {
    margin-bottom: 20px;
}

.history-group > .history-group-item > .history-group-item-heading:before, .history-group > .history-group-item > .history-group-item-heading:after {
    clear: both;
    content: " ";
    display: table;
}

.history-group > .history-group-item {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 0;
}

.history-group > .history-group-item > .history-group-item-body {
    margin-top: 10px;
}

.history-group > .history-group-item > .history-group-item-heading .close {
    margin-left: 10px;
    margin-top: -2px;
}

/**
 * Modal
 */

.modal-backdrop {
    z-index: initial !important;
}


.hidden.focusable {
    background: transparent;
    border: none;
    display: block !important;
    height: 0px;
    position: absolute;
    width: 0px;
}

.dl-horizontal dt {
    text-align: left !important;
}

.sidenav {
    display: block;
    margin-left: 0;
    overflow: auto;
    padding-left: 15px;
    transition: all 0.5s ease;
}

@media (min-width: 992px) {
    .sidenav.closed {
        margin-left: -33.33333333%;
    }
}

.sidecontent {
    display: block;
    transition: all 0.5s ease;
}

@media (min-width: 768px) {
    .sidenav.closed ~ .sidecontent {
        width: 100%;
        margin-left: 0;
    }
}

a.btn-expand {
    font-size: 18px;
    color: #d5d5d5;
    background-color: #f2f2f2;
    padding: 8px;
    position: absolute;
    z-index: 80;
    left: 16px;
    top: 1px;
}

tbody.active {
    background-color: #efefef;
}

.pre {
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    white-space: pre-line;
    min-height: 34px;
}

.pre.border {
    border: 1px solid #ccc;
}

.alert {
    max-height: 120px;
    overflow: hidden;
    overflow-y: auto;
}

.text-green {
    color: #5cb85c;
}

.text-yellow {
    color: #FFC107
}

.text-red {
    color: #C9302CFF;
}

.text-success.fas.fa-user-check {
    margin-right: 10px !important;
}

.align-center {
    align-content: center;
}