﻿.btnSideTab {
    transition: all 0.4s linear;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    background-color: #E01E35;
    color: white;
    width: 350px;
    height: 40px;
    margin: 0;
    left: 0;
    border: 0px solid #E01E35;
    clip-path: polygon(100% 0, 100% 26%, 100% 0, 95% 100%, 5% 100%, 0 0, 0 0);
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .btnSideTab:hover {
        color: #E01E35;
        background-color: white;
    }
.container-btnSide {
    transform: rotate(-90deg);
    transform-origin: left top;
    transition: all 0.4s linear;
    top: 600px;
    filter: drop-shadow(-1px 9px 14px rgba(50, 50, 0, 0.5));
    width: 350px;
    height: 40px;
    position: fixed;
    margin: 0;
    left: 0;
    z-index: 10000;
    font-size: 1rem;
    border: 0px solid #E01E35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.container-btnSide-moved {
    margin-left: 23%;
    position: absolute;
    transform-origin: left top;
    border-radius: 0px 0px 5px 5px;
    width: 350px;
    height: 50px;
    position: absolute;
    top: 730px;
    left: 0;
    padding: 0px 15px;
    position: fixed;
    z-index: 1000;
    border: 0px solid grey;
    list-style-type: none;
    overflow: hidden;
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
    background-color: #E01E35;
    color: white;
    font-size: 1rem;
}*/

.container-btnSide-moved {
    transition: all 0.4s linear;
    margin-left: 23%;
}

#divItems {
    display: none;
    background: #D3D3D3;
    color: #FFF;
    padding: 10px;
    height: 350px;
    position: fixed;
    overflow: hidden;
    width: 23%;
    margin: 0;
    top: 250px;
    z-index: 1000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0px;
    padding-left: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listItem {
    color: black;
    height: 32px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #A8aaaa;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
}

    .listItem:hover {   
        color: white;
        background-color: #E01E35;
    }
        .listItem:hover .listItemText {
            color: white;
        }

.listItemText {
    color: black;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    padding-left: 5px;
    list-style-type: none;
}

.listItemText:hover {
    color: white;
    background-color: #E01E35;
}
a.wide {
    display: flex;
    width:100% !important;
}

@media only screen and (max-device-width : 320px) {
    .container-btnSide {
        width: 350px;
        height: 33px;
        top: 600px;
        font-size: 15px;
    }

    .container-btnSide-moved {
        margin-left: 75%;
        width: 350px;
        height: 50px;
        top: 600px;
    }

    #divItems {
        height: 350px;
        width: 75%;
        top: 280px;
    }
}

@media only screen and (max-device-width : 480px) {
    .container-btnSide {
        width: 350px;
        height: 33px;
        top: 630px;
        font-size: 15px;
    }

    .container-btnSide-moved {
        margin-left: 75%;
        width: 350px;
        height: 50px;
        top: 630px;
    }

    #divItems {
        transition: all 0.4s linear;
        height: 350px;
        width: 75%;
        top: 280px;
    }
}

@media only screen and (max-device-width : 600px) {
    .container-btnSide {
        width: 350px;
        height: 33px;
        top: 530px;
        font-size: 15px;
    }

    .container-btnSide-moved {
        margin-left: 75%;
        width: 350px;
        height: 50px;
        top: 530px;
    }

    #divItems {
        height: 350px;
        width: 75%;
        top: 180px;
    }
}

@media only screen and (max-device-height : 770px) {
    .container-btnSide {
        width: 350px;
        height: 33px;
        top: 500px;
        font-size: 15px;
    }

    .container-btnSide-moved {
        top: 500px;
    }

    #divItems {
        top: 150px;
    }
}

@media only screen and (max-device-height : 650px) {
    .container-btnSide {
        width: 350px;
        height: 33px;
        top: 450px;
        font-size: 15px;
    }

    .container-btnSide-moved {
        top: 450px;
    }

    #divItems {
        top: 100px;
    }
}

@media only screen and (max-device-width : 1200px) {

    .container-btnSide-moved {
        margin-left: 70% !important;
    }

    #divItems {
        width: 70% !important;
    }
}
