﻿.navbar1-btn {
    /*filter: drop-shadow(10px 8px 2px #4444dd);*/
    outline: none !important;
    border: none;
    bottom: 1% !important;
    top: unset !important;
    right: 1%;
    height: 50px;
    /*width: 120px;*/
    background-color: transparent !important;
    /*border-radius: 10px 0px 0px 10px !important;*/
}

    .navbar1-btn:hover {
        opacity: unset !important;
    }

    .navbar1-btn img {
        height: 38px;
    }

.wact {
    position: fixed;
    z-index: 7;
    border: none;
    background: #0f04f8;
    border-radius: 0%;
    margin-bottom: 0px;
    padding: 5px;
    max-width: 120px;
}

    .wact:hover, .wact:focus {
        opacity: unset !important;
        color: white;
        background-color: #31b0d5;
        border-color: #269abc;
    }

@media only screen and (max-width:720px) {

    .navbar1-btn {
        float: right !important;
        bottom: 1% !important;
        left: unset !important;
        height: 42px;
        padding: 4px;
    }

        .navbar1-btn img {
            height: 35px;
        }
}

@media only screen and (max-width:480px) {

    .navbar1-btn {
        font-size: 9px;
        padding: 2px;
        max-width: 100px;
        float: right !important;
        bottom: 0 !important;
        left: unset !important;
        height: 32px !important;
    }

        .navbar1-btn img {
            max-height: 26px;
        }
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    z-index: 999;
    background: #1c9e66;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        right: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #1c9e66;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 2px;
}

    #dismiss:hover {
        background: #fff;
        color: #1c9e66;
    }

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
    top: 0;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #1c9e66;
}

#sidebar div.components {
    padding-bottom: 20px;
    padding-top: 25px;
    border-bottom: 2px solid #fff; /*#47748b;*/
}

    #sidebar div.components h3 {
        margin-top: 20px;
        color: #fff;
    }

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 1em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #1c9e66;
    font-weight: 400;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
