
body {
    padding-top: 60px;
    background-color: #f5f8fa;
}

.navbar-logo {
    margin-right: 24px;
}

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

.btn-primary:hover {
    background-color: #165c7b;
    border-color: #165c7b;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #1b739a;
    border-color: #1b739a;
}

.pagination .page-item .page-link {
    color: #1b739a;
}

.table {
    margin: 24px 0;
    background-color: #fff;
    border-bottom: 1px solid #DEE2E5;
}

.table thead .th-actions {
    min-width: 120px;
}

.table thead th .oi {
    font-size: 8px;
    display: none;
    color: #8eb4cb;
    margin: 0 0 0 12px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.table thead th.sort-asc .oi-caret-top {
    display: inline-block;
}

.table thead th.sort-desc .oi-caret-bottom {
    display: inline-block;
}

.table tbody th {
    vertical-align: middle;
}

.table tbody td {
    color: #717b7f;
    vertical-align: middle;
}

.table tbody .skills th,
.table tbody .skills td {
    border: 0;
}

.note {
    display: block;
    font-size: 0.75em;
    line-height: 1.25;
    font-weight: 200;
    color: #82898c;
}

.row-filters {
    padding-bottom: 6px;
}

.form-dates {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form-dates .input-group {
    margin-left: 6px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
}

.drop-skills {
    position: relative;
    overflow: visible;
}

.drop-skills .btn {
    position: relative;
    z-index: 0;
}

.select-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6c757d;
    color: #fff;
    border-radius: .2rem;
    border: 0;
    margin: 0;
    padding: .25rem 24px .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    height: 30px;
    background-color: #6c757d;
    background-image: url(/images/select-arrow.png?7f68430cbb2f2c8963492096565df9c6);
    background-size: 20px 4px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.skills-list {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #fff;
}

.skills-list .form-check {
    padding: 0 24px 0 32px;
    height: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    position: relative;
}

.skills-list .form-check:hover {
    background-color: #f2f2f2;
}

.skills-list .form-check input[type="checkbox"] {
    position: absolute;
    left: 12px;
    top: 14px;
}

.drop-skills:hover .skills-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-event: all;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.125);
}

.drop-skills:hover .form-check {
    padding: 8px 24px 8px 32px;
    height: 40px;
}

.status {
    display: inline-block;
    margin: 0 0 0 6px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
}

.status.st-active {
    background-color: green;
}

.status.st-inactive {
    background-color: red;
}

.gj-datepicker-bootstrap [role="right-icon"] button {
    background-color: #5a6268;
}

.gj-datepicker-bootstrap [role="right-icon"] button:hover {
    background-color: #484e53;
}

.gj-datepicker-bootstrap [role="right-icon"] button .material-icons,
.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon {
    font-size: 18px;
    top: 6px;
    color: #fff;
}

.link-sortable {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-right: 16px;
    opacity: 0.8;
}

.link-sortable .icon-sort {
    display: inline-block;
    height: 12px;
    width: 12px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    background-image: url(/images/sortable.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 12px 12px;
}

.link-sortable:hover {
    text-decoration: underline;
    color: #fff;
    opacity: 1;
}

.link-sortable.link-sorted-up .icon-sort {
    background-image: url(/images/sorted-up.png);
}

.link-sortable.link-sorted-down .icon-sort {
    background-image: url(/images/sorted-down.png);
}

.footer {
    margin-top: 2rem;
    background-color: #e0eaf1;
    padding: 1rem 0;
    color: rgba(99, 107, 111, 0.75);
    -webkit-box-shadow: 0 2px 6px inset rgba(142, 180, 203, 0.5);
    box-shadow: 0 2px 6px inset rgba(142, 180, 203, 0.5);
}

@media (min-width: 980px) {
    main.container {
        min-height: 80vh;
    }

    .card-body {
        padding: 1.25rem 2.5rem;
    }

    .form-group {
        margin-bottom: 2rem;
    }
}
.field-error {
    margin-bottom: 12px;
    border: 1px solid #AF0C0C;
    box-shadow: 0 2px 4px -2px #7f0909;
}
.modal {
    position: fixed;
    z-index: 999;
    top: 20%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}
.col2
{
    DISPLAY: inline;
    FLOAT: left;
    WIDTH: 50%;
    padding: 2px;
}



