div.card-documents {
    font-size: 16px;
}
div.card > div.card-title-documents {
    font-size: 20px;
}

div.card-title-documents > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_docs_nobg.svg");
    background-repeat: no-repeat;
}


div.card-title-documents > div.card-title-img-exercises {
    background-image: url("../../shared/assets/img/exercises_play.svg");
    background-repeat: no-repeat;
}


.card-separator-documents {
    text-indent: 10px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-color: #efefef;
}
div.documents-item
{
    /*display: table;*/
    /*width:100%;*/
    /*border-bottom: 1px solid #e0e0e0;*/
    min-height: 50px;
}
div.documents-item .unread {
    font-weight: bold;
}
div.documents-item div.important-indicator {
    position: absolute;
    z-index: 5;
    width: 15px;
    margin-left: 25px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 18px;
}
div.documents-item div.important-indicator > .circle {
    border-radius: 50%;
	width: 15px;
	height: 15px;
    background-color: rgb(251, 175, 59); /* @tertiary */
}
div.documents-item div.important-indicator.read > .circle {
    background-color: #dedede;
}

div.documents-item > div {
    /*display: table-cell;*/
    vertical-align: middle;
}
div.documents-item > div:nth-child(2) {
    width:100%;
}
div.documents-read-indicator > img,
div.documents-read-indicator > div.documents-img-new,
div.documents-read-indicator > div.documents-img-done {
    width: 31px;
    height: 31px;
    margin-left: 5px;
    margin-right: 10px;
}

div.documents-img-new {
    height:30px;
    width:30px;
    background: url("../../shared/assets/img/task_docs_new.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

div.documents-img-done {
    height:30px;
    width:30px;
    background: url("../../shared/assets/img/task_docs_done.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

div.documents-detail-button > div.documents-detail-button-div {
    background-image: url("../../shared/assets/img/next-thin-grey.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height:25px;
    margin-left: 5px;
    margin-right: 5px;
}

div.card-content-document {
    line-height: 1.2em;
    padding-bottom:5px;
    min-height: calc(100vh - 105px);
    height: calc(100vh - 105px);
    overflow: scroll;
    padding: 10px !important;
}
iframe.card-content-webview {
    min-height: calc(100vh - 105px);
}

div.card-content-document h2,
div.card-content-document h3,
div.card-content-document ol,
div.card-content-document ul,
div.card-content-administrative h2,
div.card-content-administrative h3,
div.card-content-administrative ol,
div.card-content-administrative ul {
    line-height: 1.1;
}

div.card > div.card-content-document.document-pdf {
    padding: 0px !important;
    min-height: calc(100vh - 95px);
    height: calc(100vh - 95px);
}
div.card > div.card-content-document.document-pdf canvas{
    border: 1px solid #f0f0f0;
}

div.card-content-document.multipage {
    min-height: calc(100vh - 200px);
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

div.card-content-document strong {
    color: rgb(0, 174, 239);
}

div.card-content-document > p  {
    padding:20px;
}

div.card-content-document.multipage > p  {
    padding:10px;
}

div.card-content-document > ul  {
    padding-left:0px;
    list-style: none;
    list-style-image: none;
}

div.card-content-document > ul > li  {
    display: block;
    border: 1px solid rgb(208,237,247);
    padding:20px;
}

div.card-content-document > ul > li:nth-child(odd)  {
    border: 1px solid rgb(208,237,247);
    background-color: rgb(208,237,247);
}

div.card-content-document img.engage-image {
   text-align: center;
   max-width: 80%;
   max-height: 40%;
   margin: auto;
}

div.documents-multipage-counter {
    text-align: right;
    padding:2px;
}

div.card-content-document.document-pdf .pdf-controls {
    border-bottom: 1px solid #eee;
    padding-top:3px;
    padding-bottom:3px;
}
div.card-content-document.document-pdf .pdf-controls > * {
    font-size : 24px;
    display: inline-block;
}
div.card-content-document.document-pdf .pdf-controls button {
    border:none;
    background: white;
    height: 36px;
    color: rgb(0, 174, 239);
    padding: 3px;
}
div.card-content-document.document-pdf .pdf-controls button.pdfnav-group-start {
    padding-left: 10px;
    border-left: 1px solid rgb(0, 174, 239);
}
div.card-content-document.document-pdf .pdf-controls button.pdfnav-group-end {
    padding-right: 10px;
}
div.card-content-document.document-pdf .pdf-controls button img {
    height: 22px;
    margin-bottom:-3px;
}


/* ========= Nav ============== */


div.card-documents > engage-default-style > div.documents-multipage-nav {
    width:100%;
    display:table;
    height:48px;
}

div.documents-multipage-nav > div.documents-multipage-nav-btn {
    display: table-cell;
    text-align : center;
    /*width:50%;*/
}
div.documents-multipage-nav > div.documents-multipage-nav-btn:first-child {
    text-align: left;
}
div.documents-multipage-nav > div.documents-multipage-nav-btn:last-child {
    text-align : right;
}
div.documents-multipage-nav > div.documents-multipage-nav-btn > button {
    color: white;
    border: none;
    font-size: 18px;
    /*width: 85%;*/
    cursor: pointer;
}
div.documents-multipage-nav> div.documents-multipage-nav-btn > button:focus {
    outline:none;
}
div.documents-multipage-nav .btn-prev {
    background-image: url("../../shared/assets/img/button_previous_nobg.svg");
    background-size: 136px 40px;
    width: 136px;
    height:40px;
    margin-top: 5px;
    background-color: rgb(0, 174, 239);
}
div.documents-multipage-nav .btn-next {
    background-image: url("../../shared/assets/img/button_next_nobg.svg");
    background-size: 136px 40px;
    width: 136px;
    height:40px;
    margin-top: 5px;
    background-color: rgb(0, 174, 239);
}

div.document-panorama div#-panorama {
    width:100vw;
    height:100vh;
}

div.document-webview {
    padding: 0px !important;
}
div.document-webview iframe#webview {
    width:100%;
    height:100%;
}

.btn-bottom, .btn-top {
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    right: 0px;
    margin-right: 10px;
    position: absolute;
    opacity:0.6;
    z-index: 100;
}

.btn-bottom {
    background-image: url(../../shared/assets/img/documents-multipage-bottom-arrow.png);
    bottom: 70px;
}
.btn-top {
    background-image: url(../../shared/assets/img/documents-multipage-top-arrow.png);
    top:0px;
}

div.document-panorama div#panorama .pnlm-controls-container {
    right: 4px;
    left: auto;
}

div.document-opened-in-tab {
    text-align: center;
    padding: 15px;
    line-height: 20px;
}

.btn-return-first {
    background-image: url("../../shared/assets/img/button_return.png");
    /*background-color: #8CC63F!important;*/
    background-size: 136px 48px!important;
    width: 136px;
    height: 48px;
}

.btn-return-last {
    background-image: url("../../shared/assets/img/button_next.png");
    /*background-color: #8CC63F!important;*/
    background-size: 136px 48px!important;
    width: 136px;
    height: 48px;
}

.document_source_name{
    font-style: italic;
    color: gray;
    font-size: 12px
}

.chapters-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 16px;
    gap: 16px;
}

.chapter {
    padding: 0 20px;
    background-color: white;
    box-shadow: 0px 2px 7px 0px #d6d5d5;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 175px;
}

div.chapter:hover {
    cursor: pointer;
}

.chapter-mobile:not(.chapter-top) {
    grid-column: span 2;
    height: 75px;
    justify-content: flex-start;
    text-align: left;
}

div.chapter div.important-documents-number {
    right: 15px;
    position: absolute;
    top: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
}

div.chapter-mobile:not(.chapter-top) div.chapter-content {
    display: inline-block;
    vertical-align: middle;
}

div.chapter-image > img {
    width: 45px;
}


img.chapter-top-image{
    width: 45px;
}

img.chapter-top-image-important {
    width: 35px;
}

img.chapter-top-image-mobile{
    width: 45px;
}

div.chapter-mobile:not(.chapter-top) div.chapter-text {
    margin-left: 15px;
}

div.chapter-text > span {
    margin-bottom: 10px;
}

div.chapter-web div.chapter-image {
    margin-bottom: 15px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

div.chapter-text .chapter-label,
div.chapter-text .chapter-number-docs {
    display: block;
}
div.chapter-top-text .chapter-label,
div.chapter-top-text .chapter-number-docs {
    display: block;
    text-align: center;
}
img.chapter-doc-important {
    width: 20px;
}
div.chapter-text .chapter-label {
    font-size: 0.9em;
    font-weight: 600;
}

div.chapter-mobile .chapter-label {
    max-width: 50vw;
}

div.chapter-text .chapter-number-docs {
    font-size: 0.75em;
    color: #a3a3a3;
    font-weight: 400;
}

div.chapter-text .chapter-number-docs-mobile {
    font-size: 12px;
}

div.chapter-favorites {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

div.chapter-favorites-mobile {
    margin-bottom: 10px;
}

span.documents-important-icon {
    color: white;
    font-size: larger;
}

.documents-favorites-star {
    color: #ffd000;
    font-size: xx-large;
}

div.document {
    width: 90%;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    box-shadow: 0px 2px 7px 0px #d6d5d5;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

div.document-content {
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: left;
}


div.document-mobile {
    min-height: 85px;
    width: 95%;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 14px;

}

div.document-mobile div.document-content {
    display: inline-block;
    vertical-align: middle;
}

div.document-mobile div.document-text {
    margin-left: 15px;
}

div.document-mobile .document-label {
    max-width: 50vw;
}

div.document-button {
    align-self: center;
}

.complete  {
    background-color: #BACFC7;
    color: white;
    min-height: 45px;
    min-width: 110px;
}

.new {
    background-color: darkorange;
    color: white;
    min-height: 45px;
    min-width: 110px;
}

.document-button-web {
    width: 100%;
}

.document-button-mobile {
    width: 95%;
}

.document-mobile-container {
    width: auto !important;
}