html
#head .container .row.img-header-logo .search {
    font-size:15px !important;
    border-radius: 3px;
    padding-left: 10px;
    width: 200px;
    height: 40px;}
#head .container .row.img-header-logo .btn-auto-search-articles {
    border-radius: 3px;
    width: 50px;
    height: 44px;}
#top.container .area__news-fix .text-size-left {
    font-size: 15px;
    padding-left: 0px;
}
#top.container .area__news-fix .text-size-left .text-left-to-button-member {
    width: 240px;
    height: 40px;
    background-color: #e4e6e8;
    padding-top: 7px;
}
#top.container .area__news-fix .text-size-left .text-left-to-button-account-application {
    padding-top: 5px;
    width: 240px;
    height: 40px;
    background-color: #e4e6e8;
}
#top.container .area__news-fix .news-list .date-and-link .date {
    margin-right: 2rem;
    display: flex;
    justify-content: center;
}
.fa {
    width: 1em;
    text-align: center; }
.vertical-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 300px;
}

.vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #ccc;
}

.vertical-menu a.active {
    height: 40px;
    font-weight: 900;
    background-color: #13284f;
    color: white;
}
.vertical-menu .main-list {
    width:250px;
}
.tag {
    font-family: Helvetica, Arial, sans-serif;
    background: #4FDB2C;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 30px 0 0;
    width: 85%;
    text-align: center;
}

.tag:after {
    display: inline-block;
    border: 12px solid;
    border-color: transparent transparent transparent #4FDB2C;
    height: 0;
    width: 0;
    position: absolute;
    right: -24px;
    top: 0;
    content: "";
    display: inline-block;
}

.btn-close-search {
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.content-button {
    height:105px;
}
.content-button .btn-login-top .form-btn {
    outline:none;
    width:80px;
    color: #13284f;
    height: 40px;
    font-size: 1.2rem !important;
    font-weight: bold;
    border: 1px solid #aaa;
    border-radius: 3px;
}
.content-event {
    margin-top: 30px;
    height:auto;
}
.content-notification {
margin-top: 60px;
    height:auto;
}
.content-notification .title-notification {
    color: white;
    font-size: 15px;
    font-weight: 900;
    height:40px;
    background-color: #13284f;
}
.content-event .title-event {
    color: white;
    font-size: 15px;
    font-weight: 900;
    height:40px;
    background-color: #13284f;
}
.content-event .text-indent {
    padding: 1rem 2rem;
    margin-bottom: 0;
    border-bottom: 1px dashed #0275d8;
}
.title-articles-event {
    position: absolute;
    margin-left: 5px;
    width: 46px;
    height: 19px;
    font-size: 9px;
    margin-top: 5px;
    background-color: red;
    text-align: center;
    color: white;
    border-radius: 5px;
}
.content-event .img-center {
    float: right;
    margin-right: 2px;
}
.content-notification .img-center {
    float: right;
    margin-right:0px;
    padding:0px;
}

.login .form-btn-wrap {
    margin: 0rem !important;
}

#button_forgot_password {
    padding-top: 5px;
    margin-left: 50px;
}

#button_req {
    padding-top: 3rem;
}

#button_forgot_password button.form-btn-forgot-password, #button_req button.form-btn-req {
    background-color: transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #13284f;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e4e6e8));
    background: -webkit-linear-gradient(white, #e4e6e8);
    background: -o-linear-gradient(white, #e4e6e8);
    background: linear-gradient(white, #e4e6e8);
    width: 8rem;
    height: 3rem;
    padding: 0.5rem;
    font-size: 1.2rem !important;
    font-weight: bold;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.text-discern-info {
    font-size: 26px;
    font-weight: bold;
}

.color-red {
    color: red !important;
    font-size: 12px !important;
    font-weight: bold;
}

@media (min-width: 320px) and (max-width: 575.98px) {
    #button_req {
        display: none;
    }
    #top.container .area__news-fix .margin-left-right {
        margin: 0px 2px;
    }

    #top.container .area__news-fix .text-size-left .text-left-to-button-member {
        width: 60%;
        height: 40px;
        padding: 5px;
    }

    #top.container .area__news-fix .text-size-left .text-left-to-button-account-application {
        width: 60%;
        height: 40px;
        padding: 5px;
    }

    #top.container .area__news-fix .text-size-left .text-left-to-button-member .text-button-member{
        font-size: 10px;
        font-weight: bold;
    }

    #top.container .area__news-fix .text-size-left i {
        font-size: 14px;
    }

    #top.container .area__news-fix .text-size-left .text-left-to-button-account-application .text-account-application {
        font-size: 10px;
        font-weight: bold;
    }

    #top.container .area__news-fix .menu-left{
        display : none;
    }

    /*.title-articles-event {*/
    /*    margin-left: 5px;*/
    /*}*/

    #button_forgot_password {
        padding-top: 3rem;
        margin-left: 2px;
    }
}

@media (min-width: 576px) {
    .main-content-right {
        padding-right: 0px!important;
    }
}

.form-table-layout tr td:nth-child(2){
	width:	20%;
}
.form-table-layout tr td:nth-child(3){
	width:	60%;
}

.event1 {
    margin-right: 10px;
}

.event2 {
    margin-right: 10px;
}
#proxy_attendance{
    margin-bottom: 45px;
}
