/*
    Author: Giovanni Ciaramella.

    This CSS file contains a new format of section changer when a user can have more than one services available
    If you want get the HTML code go in malwareImage.jsp TODO: modify this name after with the right name.
*/

.title-change-visibility{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2em;
}
.title-change-visibility .content-section {
    display: flex;
    /*width: 50%;*/
}

.title-change-visibility .content-section .title-container h3{
    text-transform: uppercase;
}

/*
.title-change-visibility .content-section .title-container:first-child{
    cursor: pointer;
    background: #ff2102;
    padding: 0.5em 2em;
    border-top-left-radius: 8px;
}

*/


.title-change-visibility .content-section .title-container:first-child{
    cursor: pointer;
    background: #ff2102;
    color: #fff;
    text-shadow: none;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 3px 15px 4px 10px;
}

.title-change-visibility .content-section .title-container:first-child a{
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    border-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 3px 15px 4px 10px;
}

/*
.title-change-visibility .content-section .title-container:first-child h3{
    color: #FFFFFF;
}

 */
/*
.title-change-visibility .content-section .title-container:nth-child(2){
    cursor: pointer;
    background: #e2e2e2;
    padding: 0.5em 2em;
    border-top-right-radius: 8px;
}
*/
.title-change-visibility .content-section .title-container:nth-child(2){
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 3px 15px 4px 10px;
    text-shadow: 0 1px 0 #fff;
}

.second-to-show-visibility{
    display: none;
}

@media screen and (max-width: 992px) {

    .title-change-visibility .content-section {
        flex-direction: column; /*added after*/
        width: 100%;
    }

    /*the class below must be deleted to come back to the good version*/

    .title-change-visibility .content-section .title-container:first-child a{
        padding-left: 2px;
    }

}







