
.menu-last-modal {
    margin: 0 auto;
    margin-top: 0px;
    height: 0px;
    width: 97%;
    position: absolute;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0px 0px 12px 0px black;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    left: 7px;
    top: 0px;
    text-align: left;

    -webkit-transition: height 0.2s; /* Safari */
    transition: height 0.2s;
}

.menu-last-modal .sector {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    /*margin-right: 10px;*/
    font-size: 16px;
    cursor: pointer;
    padding-left: 20px;
    width: 100%;

    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-last-modal .sector:hover {
    background-color: rgba(255,255,255,0.2)
}


.menu-last-modal .sector .icon {
    float: left;
    padding-right: 5px;
}

.menu-last-modal .sector .svg_icon {
    width: 26px;
    position: relative;
    float: left;
    margin-right: 15px;
}

.menu-last-modal .sector .link {
    color: white;
    line-height: 27px;
    font-size: 16px;
    font-weight: normal;
}

.menu-last-modal.hidden {
    display: none;
}

.menu-last-modal .heading {
    font-weight: bold;
    margin: 0px;
    color: white;
    position: absolute;
    top: 0px;
    /*background-color: #ce0018;*/
    width: 100%;
    line-height: 44px;
    z-index: 2;
    opacity: 0.90;
    left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.menu-last-modal .heading .title {
    margin-left: 20px;
}

.menu-last-modal .close {
    position: absolute;
    color: white;
    padding: 10px;
    right: 4px;
    font-size: 30px;
    opacity: 0.5;
    font-weight: normal;
    z-index: 100;
}


/*.heading {
    color: #ce0018;
}*/

.btn.last-year {
    width: 90%;
    margin: 10px;
    box-shadow: 0px 0px 13px -4px black;
}

.btn.last-year .title {
    font-size: 15px;
    font-weight: bold;
    color: #ce0018;
}

.btn.last-year .date {
    font-size: 14px;
    color: #ce0018;
}

.btn.last-year .note {
    text-align: left;
}

.btn.last-year hr {
    height: 0px;
    background: none;
    border: none;
}

.btn.last-year .submenu a {
    color: #ce0018;
}

.btn.last-year .submenu li {
    list-style: none;
}

