:root {
    --os-blue: #06243B;
    --os-blue-light: #1A5B8A;
    --os-blue-lighter: #366EFD;
    --os-green: #2E7E32;
    --os-error: rgba(221, 18, 2, 0.1);
    --os-error-border: #DD1202;
    --os-dark-grey: #252525;
    --table-border-width: 1px;
}


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.text-os-blue-light {
    color: #1a5b8a !important;
}

.os-dark-grey {
    background-color: var(--os-dark-grey);
}

.os-blue {
    background-color: #06243b !important;
}

.os-blue-light {
    background-color: #1a5b8a !important;
}

.os-green {
    background-color: #2e7d32 !important;
}

.quick-nav {
    margin-top: 32px;
    padding: 4px;
    background-color: #f3f3f3;
    height: 32px;
}

.quick-nav a {
    font-size: 16px;
    margin-top: 38px;
    color: #525252;
}

.quick-nav i {
    font-size: 16px;
    margin-top: 18px;
    color: #525252;
}

.jap-label {
    font-weight: bolder;
    font-size: smaller;
    text-align: right;
}

.jap-header {
    background-color: #d4d4d4;
}

.jap-btn-focus {
    background-color: #269aa6;
}


.jap-btn-small {
    width: 32px;
    height: 28px;
    background-color: #9e9e9e;
    /*font-size: 32px;*/
    padding: 0 !important;
    line-height: 28px;
    border-radius: 2px;
}

.jap-btn-small:hover {
    background-color: #0c63e4;
}

.jap-btn-small i {
    font-size: 1.0rem !important;
}

#fileview {
    width: 90% !important;
    height: 90% !important;
}

/*
JAP EDITOR
 */

.jap-editor ul:not(.browser-default) {
    padding-left: 40px !important;
    list-style-type: disc !important;
}

.jap-editor ul:not(.browser-default) > li {
    list-style-type: disc !important;
}

.__editor ul:not(.browser-default) {
    padding-left: 40px !important;
    list-style-type: disc !important;
}

.__editor ul:not(.browser-default) > li {
    list-style-type: disc !important;
}

/*
Icon links
*/

i.jap-icons-small {
    color: #9f9f9f;
    padding-left: 8px;
}

div.icons {
    margin-top: 4px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
}

ul.shortcut-links {
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
}

.shortcut-links li {
    list-style: none;
    float: left;
    width: 90px;
    height: 80px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: -1px;
    margin-bottom: -1px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.shortcut-links li:hover {
    background-color: rgba(154, 214, 214, 0.1);
    cursor: pointer;
}

.shortcut-links a.icon-active li {
    background-color: #e0e0e0;
}

.shortcut-links .far {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
}

.shortcut-links .fas {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
}

.shortcut-links .fab {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
}

.shortcut-links .fal {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
}

a.icon-default {
    color: #2b2b2b;
}

a.icon-active {
    color: #4b4b4b;
}

a.icon-info {
    color: rgba(0, 52, 103, 0.75);
}

a.icon-success {
    color: #509b1a;
}

a.icon-edit {
    color: #db0214;
}

/*-------------------------------------------------
 *
 * ICON UL
 *
 *------------------------------------------------*/

ul.icon {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
}

ul.icon li {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
}

ul.icon li a {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    text-decoration: none;
}

ul.icon li:hover {
    background-color: #eeeeee;
    color: #2a7daf;
    text-decoration: none;
}

ul.icon li em {
    font-style: italic;
    font-size: 12px;
    font-weight: 100;
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

ul.icon li span.fa {
    float: left;
    padding-top: 4px;
    font-size: 24px;
    display: inline-block;
    height: 42px;
}

ul.icon li span.title {
    font-size: larger;
}

ul.icon a:hover {
    text-decoration: none;
}

pre.jap-code {
    background-color: #2c3034;
    color: #9F9F9F;
}


div.jap-data.input-field.jap-val-error {
    background-color: var(--os-error);
    border-color: var(--os-error-border);
}

div.jap-data.select-wrapper.jap-val-error {
    background-color: var(--os-error);
    border-color: var(--os-error-border);
}

/*JAP COLLECTION/TABLE*/

.jap-table {
    /*margin: 42px 12px;*/
    border-radius: 4px 18px;
}

.jap-table h6 {
    color: #999999;
    font-weight: 600;
}

.jap-table li {
    padding: 0 0.75rem !important;
}

.jap-table div.row {
    margin: 0;
}

.jap-table div.heading {
    color: #aaaaaa;

}

.jap-table div.heading div.col strong {
    font-size: smaller;
    font-weight: 600;
}

.jap-table div.col {
    margin: 8px 0px 8px 0px;
    font-size: small;
    padding: 0;
}

.jap-table a {
    height: 20px;
    width: 20px;
    font-size: x-small;
    margin-bottom: 2px;
    padding: 0px;
    line-height: 1.5rem;
    background-color: #888888;
}

.jap-table a:hover {
    background-color: #d30202;
}

.jap-table a i {
    font-size: small;
}

div#profilediv a.active {
    background-color: var(--os-blue-lighter);
}

div#profilediv .indicator {
    display: none;
    background-color: #DD1D01;
}

.small-data div.col {
    margin: 0;
    padding: 2px 0;
}

li.hide-on-large-only div.col {
    margin: 0;
    padding: 0;
}

/*a.active::before {*/
/*    color: white;*/
/*    content: '!';*/
/*    background: #bd0404;*/
/*    border-radius: 18px;*/
/*    padding: 0px 7px;*/
/*    display: unset;*/
/*    line-height: 5px;*/
/*    margin-right: 5px;*/
/*    font-weight: bolder;*/
/*}*/


#tab-profile a::after {
    color: white;
    content: '!';
    background: #F44336;
    border-radius: 18px;
    padding: 0px 7px;
    display: unset;
    line-height: 5px;
    margin-left: 5px;
    margin-top: -6px;
    font-weight: bolder;
    vertical-align: text-top;
    display: none;
}

#tab-contact a::after {
    color: white;
    content: '!';
    background: #F44336;
    border-radius: 18px;
    padding: 0px 7px;
    display: unset;
    line-height: 5px;
    margin-left: 5px;
    margin-top: -6px;
    font-weight: bolder;
    vertical-align: text-top;
    display: none;
}

#tab-qualifications a::after {
    color: white;
    content: '!';
    background: #F44336;
    border-radius: 18px;
    padding: 0px 7px;
    display: unset;
    line-height: 5px;
    margin-left: 5px;
    margin-top: -6px;
    font-weight: bolder;
    vertical-align: text-top;
    display: none;
}

#tab-experience a::after {
    color: white;
    content: '!';
    background: #F44336;
    border-radius: 18px;
    padding: 0px 7px;
    display: unset;
    line-height: 5px;
    margin-left: 5px;
    margin-top: -6px;
    font-weight: bolder;
    vertical-align: text-top;
    display: none;
}

#tab-records a::after {
    color: white;
    content: '!';
    background: #F44336;
    border-radius: 18px;
    padding: 0px 7px;
    display: unset;
    line-height: 5px;
    margin-left: 5px;
    margin-top: -6px;
    font-weight: bolder;
    vertical-align: text-top;
    display: none;
}


#tab-references a::after {
    color: white;
    content: '!';
    background: #F44336;
    border-radius: 18px;
    padding: 0px 7px;
    display: unset;
    line-height: 5px;
    margin-left: 5px;
    margin-top: -6px;
    font-weight: bolder;
    vertical-align: text-top;
    display: none;
}

ul.tabs.tabs-transparent::-webkit-scrollbar {
    height: 5px;
    overflow-x: visible;
    background-color: #3c3d3d;
}

ul.tabs.tabs-transparent::-webkit-scrollbar-thumb {
    background: #02b1fa;
}


div.form-block {
    background-color: #cccccc3d;;
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    border-radius: 8px;
}

.jap-table {
    border-radius: 5px;
}

.jap-table h6 {
    margin-top: 0px;
    padding-top: 6px
}

div#experience-div {
    padding-top: 5px;
}

ul.collection.with-header.jap-table {
    /* Removing the blank line */
    /* padding-bottom: 10px; */
    padding-bottom: 0px;
    background: white;
}

li.collection-item.hide-on-large-only {
    margin-top: 5px;
}


/*.xrotate {*/
/*  transform: rotate(-90deg);*/
/*  !* Safari *!*/
/*  -webkit-transform: rotate(-90deg);*/
/*  !* Firefox *!*/
/*  -moz-transform: rotate(-90deg);*/
/*  !* IE *!*/
/*  -ms-transform: rotate(-90deg);*/
/*  !* Opera *!*/
/*  -o-transform: rotate(-90deg);*/
/*  !* Internet Explorer *!*/
/*  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
/*}*/

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(300deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  position: absolute;
bottom: 20px;
    left: -20px;
}

table.smallfont {
    font-size: smaller;
}

table.smallfont tbody td:nth-of-type(odd),
table.smallfont thead th:nth-of-type(odd){
  background:rgba(212,212,212,0.5);
}


div.row.jap-view {
   /*border-bottom: 1px solid #dddddd;*/
   padding-left: 6px;
}

div.jap-view .faded {
    font-size:smaller;
    text-transform: uppercase;
}

div.jap-view div.col {
    min-height: 2px;
    margin: 0;
    padding: 0;
}

div.jap-view div.col div.jap-data {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-weight:400;
    min-height: 2px;
    font-size: small;
}

.jap-table li.collection-header {
    background: rgba(224, 224, 224, 0.62) !important;
}


.jap-btn-status {
    font-size: small;
    font-weight: 600;
    background: #984a92a6 !important;
}

.row.heading .jap-btn-table {
    width: 80px !important;
    font-weight: 600;
    height: 24px !important;
    background: var(--os-blue-lighter) !important;
}

.jap-btn-table {
    width: 80px !important;
    font-weight: 600;
    height: 24px !important;
}

.os-chip {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: rgb(241 245 249);
    color: #111 !important;
    line-height: 22px;
    height: 22px;
    padding: 0 14px 0px 10px;
    border-left: 4px solid #cbcbcb !important;
    user-select: none;
}

/* The hands of the Terek made the magic below */
.applicant-document-actions{
    display: flex;
    justify-content: space-between;
    gap:10px;
}

.applicant-document-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    gap:10px;
}

.applicant-document-buttons a {
    width: 100%;
}

@media only screen and (max-width:900px) {
    .applicant-document-buttons {
        flex-direction: column;
        gap:10px;
    }
    .applicant-document-buttons a{
        margin-left:auto;
    }
}

.subscript {
    font-size: 0.8em;
    vertical-align: sub;
  }
/*  */