@CHARSET "UTF-8";

#left_nav {
    width: 250px;
}

#body-panel {
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
}

.accordion {
    padding: 15px 25px;
    height: auto;
    text-decoration: none;
    text-transform: none;
    background-color: #FFFFFF;
    font-weight: 600;
    margin-top: 1%;
    margin-right: 0;
    margin-left: 0;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion-close:hover {
    background-color: #f3f3f3;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion-open {
    color: #d82044;
    background: rgba(220, 234, 239, 0.5);
    box-shadow: none;
}

    .accordion-open span {
        display: block;
        float: right;
        padding: 0 5px;
        width: auto;
    }

    .accordion-open span {
        /* background-image: url(../images/minus.png); */
        /* background-repeat: no-repeat; */
        /* background-position: center center; */
    }

.accordion-close span {
    display: block;
    float: right;
    padding: 0 5px;
    /* background-image: url(../images/plus.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
}

div.container-faq {
    padding: 0;
    margin: 0;
    background: rgba(220, 234, 239, 0.5);
}

div.content {
    margin: 0;
    padding: 0px 40px 10px 50px;
    background-color: #FFFFFF;
    width: 100%;
    box-shadow: none;
    position: relative;
    background: rgb(237, 244, 247);
}

    div.content i {
        position: absolute;
        left: 25px;
        top: 4px;
        font-size: 20px;
        color: #dc2044;
        opacity: 0;
    }

    div.content ul, div.content p {
        padding: 0;
        margin: 0;
        padding: 3px;
    }

        div.content ul li {
            list-style-position: inside;
            line-height: 25px;
        }

            div.content ul li a {
                color: #555555;
            }

code {
    overflow: auto;
}

.accordion img {
    margin-right: 10px;
}

#section1 {
    cursor: row-resize !important;
}

#section2 {
    cursor: row-resize !important;
}

#section3 {
    cursor: row-resize !important;
}

#section4 {
    cursor: row-resize !important;
}

#section5 {
    cursor: row-resize !important;
}
