﻿#signout-modal {
    margin: 0;
    padding: 0;
}
#signout-modall a:hover {
    color: transparent;
}
#signout-modal .debreif a:hover {
    color: #0056b3;
}

#signout-modal p {
    margin: 0;
}

#signout-modal .header-row {
    border-left: 2px solid var(--button-accent-color);
    margin: 0px 0 24px 0 !important;
}
#signout-modal .main-view .header-row h2 {
    font-size: 18px;
    height: auto !important;
}

#signout-modal .description p {
    font-size: var(--font-size-medium-body);
}

#signout-modal .modal-dialog {
    max-width: 75%;
    background: none;
    height: auto;
    margin: 4.75rem auto;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none !important;
    transition: 0.5s ease;
}
#signout-modal .modal-container {
    height: 100%;
    background: none;
    width: 100%;
}
#signout-modal .main-view {
    overflow-y: hidden;
}
.profile-view ul .header-list, .tab-switcher #settings .header-list, .tab-switcher #settings b {
    color: var(--color-secondary-accent);
    font-size: var(--font-size-title);
}
#signout-modal #Settings .col-container {
    min-height: 75px;
    max-height: 100px;
}
/************** 4.0: Close button ******************/
#profile-exit {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 50px;
    height: 50px;
    z-index: 21;
    color: red;
    cursor: pointer;
    border: none;
    position: relative;
    transition: 0.3s;
}
    #profile-exit > div.arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        opacity: 1;
    }
#profile-exit.active {
    opacity: 1;
}

    #profile-exit > div {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

#profile-exit > div.text {
    font-size: 5px;
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

#profile-exit:hover > div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

#profile-exit:hover > div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

/********************************************/
/***************** left Bar *****************/
/********************************************/
.left-bar {
    height: 100%;
    background: white;
    position:relative;
}

.left-bar .navigations {
    list-style: none;
    padding: 0;
    height: auto;
    width: 100%;
}

    .left-bar .navigations button {
        cursor: pointer;
        transition: 0.3s;
        text-transform: uppercase;
        background: none;
        text-align: left;
        width: 100%;
        border: none;
        color: #000000;
        font-weight: 600;
    }
        .left-bar .navigations button .material-icons {
            font-size: 30px;
            color: var(--background-primary-accent-color);
        }
.left-bar .navigations button p {
    font-size: var(--font-size-small-body);
    letter-spacing: 4px;
}
        .left-bar .navigations button:hover, .left-bar .navigations .active {
            /*border-left: 5px solid var(--background-primary-accent-color);*/
            color: black;
            font-weight: bold;
            background: #ebebebbd;
        }
.left-bar .user-container {
    cursor: default;
    width:100%;
}

.left-bar .avatar{
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/**********************************************/
/***************** Main View ******************/
/**********************************************/


.header-list, #Settings b {
    color: black;
}
#Settings p {
    margin-bottom: 0.5rem;
}
.main-view-upper {
    height: 100px;
    width: 100%;
    color: white;
}
    .main-view-upper p {
        opacity: 0.5;
    }
    .main-view-upper span {
        font-weight: 100;
        font-size: var(--font-size-large-title);
    }
.main-view-lower {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}
.main-view .banner-container {
    width: 100%;
    height: 300px;
    max-height: 400px;
    position: relative;
    z-index: 10;
    border: 17px solid white;
}

    .main-view .banner-container .banner {
        background-image: var(--background-image);
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        background-position: center;
        /*filter: opacity(0.5);*/
    }

    .main-view .banner-container .banner-title {
        font-size: 4vw;
        filter: drop-shadow(0px 5px 4px black);
        color: white;
    }

.main-view .banner img {
    height: 100%;
    width: 100%;
}

/***************** Main View Home ******************/

.main-view #Dashboard .col {
    height: 100px;
}
.main-view #Dashboard .header-row .col, .main-view .header-row h2 {
    height: auto !important;
}
.main-view #Dashboard .id-row{
    background: white;
    overflow: hidden;
    border: 1px solid #ffffff0a;
}



    .main-view .col-container:hover {
        background-color: #f5deb3ab;
        border: 1px solid #f5deb3;
    }

    .main-view #Dashboard ul {
        list-style: none;
        padding: 0;
    }

        .main-view #Dashboard ul li {
            padding: 0;
            cursor: pointer;
        }

    .main-view #Dashboard .recent-searches .col {
        height: 50px;
    }
.main-view .articles-by-page-article-container {
    border: none;
    height: 100%;
    background: white;
    color: #333333;
}
/***************** Main View Debriefs ******************/
.main-view #Debriefs a {
    color: black;
}
    .main-view #Debriefs a:hover {
        font-weight: 500;
        text-decoration: none;
    }
/***************** Main View Settings ******************/
.main-view #Settings .background-images button {
    background: none;
    border: none;
}

    .main-view #Settings .background-images img, .main-view #Settings #APASettings .background-images button {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top;
    }

    .main-view #Settings .background-images button.col {
        height: 100px;
    }

    .main-view #Settings .background-images .material-icons {
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        color: white;
        pointer-events: none;
    }
    .color-tiles .col {
        height: 100px;
    }
.main-view #Settings .background-images button.profile-images {
    height:auto;
}
/* Style the tab content */
#setting-modal .settingscontent {
    float: left;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
    overflow-y: auto;
}

.settings-modal-container {
    width: 80%;
    max-width: 700px;
}

@media only screen and (max-width: 576px) {
    .settings-modal-container {
        width: 100%;
    }
}

.main-view #Settings .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .main-view #Settings .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
.main-view #Settings .color-tiles button {
    border: none;
    background: transparent;
}

.main-view #Settings .color-tiles .material-icons {
    z-index: 1;
    color: white;
}

.main-view #Settings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 1px 1px 2px black;
}

    .main-view #Settings .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 1px 1px 2px black;
    }

.main-view #Settings input:checked + .slider {
    background-color:  var(--button-accent-color);
}

.main-view #Settings input:focus + .slider {
    box-shadow: 0 0 1px #dc3545;
}

.main-view #Settings input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/***************** Tab switcher contact us ******************/
.main-view ul a {
    color: white;
}
.main-view ul li:hover a {
    color: var(--background-primary-accent-color);
    font-weight: 400;
    text-decoration: none;
}

.main-view .content-row select, #EmailAddress, #CustomerNote {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 10px;
    color: #343434;
    outline: none;

}
.main-view .col {
    width: 90%;
}

.file-input label {
    position: relative;
    width: 164px;
    height: 42px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    padding: 10px 50px;
    background: #444444;
    border: none;
    box-shadow: inset 0px 3px 7px -2px #000000;
    outline-color: var(--background-primary-accent-color);
    text-decoration: none !important;
}

.dark-mode .file-input label {
    color: tan;
}

#signout-modal .file {
    display: flex;
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

#signout-modal .file-name {
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
}

.dark-mode #signout-modal .file-name {
    color: tan;
}

@media only screen and (max-width: 576px) {
    .settings-modal-container {
        width: 100%;
    }

    .left-bar .navigations button {
        width: 100%;
    }

        .left-bar .navigations button span, .left-bar .avatar {
            margin-left: auto !important;
            margin-right: auto !important;
        }
    .main-view .banner-container {
        height: 100px;
    }
}
