﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.aside-menu .menu-nav > .menu-item .menu-heading .menu-submenu .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
    font-weight: 400;
    font-size: 1.25rem;
    text-transform: initial;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    font-weight: 500;
    font-size: 1.25rem;
    text-transform: initial;
}

body {
    margin: 0;
    font-family: museo-sans, proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    text-align: left;
}

p {
    font-family: museo-sans, proxima-nova, sans-serif;
    font-style: normal;
    font-size: 1.25rem !important;
    font-weight: 300;
}

li {
    font-family: museo-sans, proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

i {
    font-family: museo-sans, proxima-nova, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
}

shadow-sm {
    border: thin;
    border-top-color: deepskyblue;
}

.nav .nav-link .nav-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.25rem;
    color: #7E8299;
    font-weight: 400;
}

.accordion .card .card-header .card-title {
    font-size: 1.35rem;
    font-weight: 500;
}


.nav .nav-link {
    padding: 0px 0px;
    padding-top: 0.35rem;
    padding-right: 1.5rem;
    padding-bottom: .35rem;
    padding-left: 1.5rem;
    color: #7E8299;
}

.modal-subheader {
    margin-left: 20px;
    line-height: 1.5;
}


only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .card-header {
        padding-left: .3rem;
    }

    .mobileOnlydiv {
        display: block !important
    }

    .mobilehide {
        display: none !important;
    }

    .truncate200 {
        max-width: 60px;
        max-height: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.temphide {
    display: none !important;
}

.truncate150 {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate130 {
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate100 {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.truncate75 {
    width: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate150 {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate200 {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate400 {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate300 {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.truncate350 {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate500 {
    max-height: 10em;
    overflow: hidden;
}

.bg-chapter {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
    color: black;
}

.bg-people {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    color: white;
}

.bg-admin {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
    color: white;
}

.bg-next {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
    color: white;
}

.bg-prev {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
    color: black;
}

@media only screen and (max-width: 600px) {


    .app-main .card .card-body {
        padding: .6rem;
    }

    .app-container {
        padding: 2px !important;
    }

    .container-fluid {
        padding: 2px !important;
    }

    .truncate200 {
        max-width: 150px;
        max-height: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .readerellipse {
        padding-right: 40px;
        margin-right: 30px;
    }

}

@media (min-width: 992px) {
    .w-lg-35 {
        width: 35% !important;
    }

    .w-lg-65 {
        width: 65% !important;
    }

    .truncate200 {
        max-width: 600px;
        max-height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .largescreenhide {
        display: none !important;
    }

     
    }
}

.invisible {
    display: block;
}

.dndleft {
    width: 60px;
    height: 25px;
    padding: 3px;
    text-align: center;
    border: 1px dotted green;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.dndright {
    width: 60px;
    height: 25px;
    padding: 3px;
    text-align: center;
    border: 1px dotted green;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.dndmiddle {
    width: 70px;
    height: 25px;
    padding: 3px;
    text-align: center;
    border: 1px dotted green;
    border-radius: 25px;
}

.div_hover {
    background-color: #FFFFFF;
}

    .div_hover:hover {
        background-color: #000000;
    }

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    /* (Optional) Apply a "closed-hand" cursor during drag operation. */
    .grabbable:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
        background-color: gainsboro;
        content: "Move!"
    }

.storytoolbar {
    display: none
}

.btnlocal {
    display: inline-block;
    height: 25px;
    vertical-align: top;
    border: none;
    color: white;
    margin: 2px 2px;
    padding: 1px 15px;
    font-size: 12px;
    cursor: pointer;
}



.truncate300wrap {
    max-width: 400px;
    max-height: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

@media all and (min-width: 600px) {
    .roundedItems {
        border-radius: 25px;
        /* border: 1px solid #FAF9F6;*/
        margin-top: 15px;
        padding-bottom: 10px;
    }
}

@media all and (min-width: 600px) {
    #kt_app_content_container {
        padding:1px !important;
    }
}

.accordianheader{
    
    background-color:whitesmoke;
    font-size: x-large;
    font: italic;

}


@media (min-width: 992px) {
    .w-lg-55 {
        width: 55% !important;
    }

    .w-lg-22 {
        width: 22% !important;
    }

    .w-lg-18 {
        width: 18% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-round-large {
    border-radius: 8px
}

.w3-container, .w3-panel {
    padding: 0.01em 8px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.displayNone {
    display: none
}

.w3-round-small {
    border-radius: 2px
}

.w3-round, .w3-round-medium {
    border-radius: 4px
}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 16px
}

.w3-round-xxlarge {
    border-radius: 32px
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
    padding: 0 8px
}
