.tab button {
    background-color: #DDE4FF;
    opacity: 50%;
}

.main__content__header {
    margin-bottom: 29px;
    color: #085c98;
}

.main__link__label {
    font-family: Roboto;
    font-size: 18px;
}

.search__label {
    font-weight: bold;
    font-size: 18px;
    color: #085c98;
}

.main__content__title {
    font-family: Roboto;
    font-size: 18px;
}

.tablink {
    padding: 10px 25px;
    border: none;
    font-size: 18px;
    font-family: Roboto;
    color: #0582c7;
    font-weight: bold;
}

.tab button.active {
    background-color: #DDE4FF !important;
    opacity: 100%;
}

#simple__new__container__block {
    display: block;
}

.tabcontent {
    display: block;
    border-top: none;
}

.form__input {
    width: 50%;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 40px;
    display: flex;
}

#ExampleCaptcha_CaptchaDiv {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

#ExampleCaptcha_CaptchaIconsDiv {
    text-align: left !important;
    margin: 0 2px -4px 2px !important;
    padding: 0 !important;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top !important;
    zoom: 1 !important;
}

#ExampleCaptcha_CaptchaImageDiv {
    margin: 0 !important;
    padding: 0 !important;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top !important;
    zoom: 1 !important;
    *display: inline !important;
    width: 250px !important;
    height: 50px !important;
}

.simple__captcha2 {
    float: left;
}

.form_element {
    width: 50%;
}

.custom__textarea {
    width: 30%;
}

.form__input input {
    width: 100%;
    float: right;
    border: 1px solid #000000;
    padding: 2px;
}

.custom__textarea {
    float: right;
    width: 30%;
}

#main__content__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #DDE4FF;
    padding-top: 34px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex: 1 1 auto;
}

#main__content__body_files {
    display: flex;
    flex-direction: column;
    background-color: #DDE4FF;
    padding-top: 34px;
    padding-right: 38px;
    flex: 1 1 auto;
}

.search__button {
    min-width: 20%;
    width: 100%;
    height: 33px;
    background-color: #0582c7;
    border: 1px solid #000000;
    box-sizing: border-box;
    color: white;
    font-size: 18px;
    font-family: Roboto;
}

.search__button__type {
    padding: 0;
    border: none;
    background: none;
    color: #0582c7;
    font-size: 18px;
    font-weight: bolder;
    font-family: Roboto;
}

.row__content__body__left {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row__content__body__right {
    display: inline-block;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    float: right;
}

.row__content__title {
    font-weight: bold;
    padding: 5px 0;
}

#date__input {
    width: 300px;
    border-right: none;
}

#date__input2 {
    width: 248px;
    border-right: none;
}

.date__button {
    position: relative;
    border: 1px solid #000000;
    border-left: none;
    height: 23px;
    float: right;
    color: white;
    background-color: white;
}

.main__content__title__hr {
    background-color: black;
}

.table__content__cell {
    background-color: red;
    margin-bottom: 30px;
}

body.new-normal.new-visually-impaired .text__content__body,
body.new-normal.new-visually-impaired .suggestion__content__body,
body.new-normal.new-visually-impaired .feedback__body {
    font-size: 22px;
    background: rgba(133, 133, 133, 0.17);
}

    body.new-normal.new-visually-impaired .text__content__body p,
    body.new-normal.new-visually-impaired .feedback__text p,
    body.new-normal.new-visually-impaired .feedback__address p {
        font-size: 22px;
    }

    body.new-normal.new-visually-impaired .text__content__body p,
    body.new-normal.new-visually-impaired.mourning .feedback__text p,
    body.new-normal.new-visually-impaired.mourning .feedback__address p {
        font-size: 18px;
    }

body.new-normal.new-visually-impaired #main__content__body,
body.new-normal.new-visually-impaired #main__content__body__advanced {
    background-color: rgba(133, 133, 133, 0.17);
    font-size: 22px;
}

body.new-normal.new-visually-impaired.mourning #main__content__body,
body.new-normal.new-visually-impaired.mourning #main__content__body__advanced {
    font-size: 18px;
}

body.new-normal.new-visually-impaired .tab button {
    background-color: rgba(133, 133, 133, 0.17) !important;
    opacity: 0.5;
    font-size: 24px;
}

body.new-normal.new-visually-impaired.mourning .tab button {
    font-size: 18px;
}

body.new-normal.new-visually-impaired .tab button.active {
    opacity: 1;
}

body.new-normal.new-visually-impaired .tablink {
    color: black;
}

body.new-normal.new-visually-impaired .search__button {
    background: #4c4c4c;
    font-size: 22px;
}

body.new-normal.new-visually-impaired .button__input__suggestion {
    background: black;
    color: #FFFFFF;
    font-size: 24px;
}

.text__content__body {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(88, 101, 219, 0.13);
    margin-bottom: 31px;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}

    .text__content__body p {
        font-family: Roboto;
        font-size: 18px;
    }

.suggestion__content__body {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(88, 101, 219, 0.13);
    padding-top: 34px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex: 1 1 auto;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.form__input__suggestion {
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.input__suggestion {
    width: 100%;
}

    .input__suggestion select {
        width: 101%;
    }

    .input__suggestion input {
        width: 100%;
    }

.title__suggestion {
    width: 50%;
}

.form__input__suggestion__content {
    display: flex;
    margin-bottom: 17px;
    justify-content: center;
    width: 100%;
}

.textarea__input__sugestion {
    min-height: 250px;
    width: 100.5%;
}

.button__input__suggestion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #0582c7;
    border: 1px solid #085c98;
    box-sizing: border-box;
    color: #F5F5F5;
    font-size: 18px;
    height: 33px;
}

.feedback__body {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    background: rgba(88, 101, 219, 0.13);
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.feedback__text p {
    font-family: Roboto;
    font-size: 18px;
}

.feedback__address p {
    font-family: Roboto;
    font-size: 18px;
    float: right;
}

.about__content {
    margin-bottom: 20px;
    background: rgba(88, 101, 219, 0.13);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.about__title {
    font-size: 18px;
    font-family: Roboto;
    font-weight: bold;
    margin-bottom: 20px;
}

.about__text {
    font-size: 18px;
    font-family: Roboto;
}

.about__title__table {
    font-size: 18px;
    font-family: Roboto;
    font-weight: bold;
}

about__table {
    border: 1px solid black;
}

table,
th,
td {
    border: 1px solid #0582c7;
    margin-right: 5px;
}

td {
    padding: 5px;
}

@media only screen and (max-device-width: 414px) {
    .form__input input {
        width: 200px !important;
    }

    .form__input img.simple__captcha2 {
        width: 190px !important;
    }

    .form__input textarea.custom__textarea {
        width: 130px !important;
    }

    div.new-input input {
        width: 158px !important;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 600px !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 95%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
    }

    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 85%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -400px;
            opacity: 0;
        }

        to {
            top: 0;
            opacity: 1;
        }
    }

    @keyframes animatetop {
        from {
            top: -400px;
            opacity: 0;
        }

        to {
            top: 0;
            opacity: 1;
        }
    }

    .close {
        color: black;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .modal-header {
        padding: 2px 16px;
        background-color: white;
        color: white;
    }

    .modal-body .news__row {
        height: 600px !important;
        padding: 40px 40px 40px 40px !important;
        margin: 0px !important;
    }

        .modal-body .news__row .news__image img {
            width: 280px;
            height: 280px;
            padding: 160px 10px 10px 10px !important;
        }

    .news__content__text {
        overflow-y: scroll;
        height: 450px !important;
        overflow: -moz-scrollbars-vertical;
    }
}

@media only screen and (max-device-width: 375px) {
    .form__input input {
        width: 200px !important;
    }

    .form__input img {
        width: 40px !important;
        height: 40px !important;
    }

    .form__input textarea.custom__textarea {
        width: 130px !important;
    }

    div.new-input input {
        /*width: 140px !important;*/
    }
}


.notification__content {
    background-color: #DDE4FF;
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    padding-top: 32px;
}

.notification__right__content {
    display: flex;
}

.notification__readed__content {
    display: flex;
    flex-direction: column;
}

.notification__left__inputs__container {
    display: flex;
    margin-left: 1.5rem;
    margin-top: 1rem;
}

.notification__button__content {
    display: flex;
    flex-direction: column;
}

.notification__s__input {
    margin-right: 1.5rem;
}

.notification__date__label {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    color: #1F2022;
    margin-left: 2.5rem;
    /*padding-top: 1.5rem;*/
}

.vertical__line {
    border-left: 2px solid black;
    height: 75px;
    margin-left: 2.5rem;
}

.notification__readed__label {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    color: #1F2022;
    margin-left: 1.5rem;
}

.notification__input__checkbox {
    margin-left: 1.5rem;
    margin-top: 1rem;
}

    .notification__input__checkbox input {
        width: 19px;
        height: 19px;
    }

.notification__button__content {
    margin-left: 3rem;
    margin-right: 18px;
}

.notification__filtr__button__btn {
    width: 220px;
    height: 60px;
    text-align: center;
    color: black;
    font-weight: bold;
    background: #E6E4E2;
    border: 1px solid #A6A7AC;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: -1rem;
    margin-bottom: 16px;
}

.notification__search__button__btn {
    text-align: center;
    width: 220px;
    height: 56px;
    color: white;
    background: #085c98;
    border: 1px solid #0582c7;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 24px;
    vertical-align: center;
}

.notification__table__content {
    margin-top: 30px;
    width: 100%;
}

    .notification__table__content.payment {
        margin-top: 20px;
    }

    .notification__table__content table th {
        background-color: #0582c7;
    }

.content__div__of__table.download__div__payment {
    display: flex;
}

    .content__div__of__table.download__div__payment a {
        text-decoration: underline !important;
        color: #3B4DF6 !important;
    }

.notification__table__content__body {
    width: 100%;
}

tr.nill__th {
    background-color: #0582c7;
    height: 37px;
}

.notification__table__content.notification__table__content__body tr td.table__content__div div {
    font-weight: bold;
}

.content__div__of__table {
    font-weight: bold;
    margin-top: 10px;
}

    .content__div__of__table.payment__desc {
        font-weight: normal !important;
        font-size: 20px !important;
        color: black;
    }



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 95%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 85%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -200px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -200px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: white;
    color: white;
}

.news__content__text {
    overflow-y: scroll;
    height: 350px;
    overflow: -moz-scrollbars-vertical;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

.news__content__text__not__modal {
    height: 200px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.mySlidesNews {
    display: none;
}

.mySlidesNews {
    background: rgb(232, 234, 249);
    border-radius: 10px;
}

.mySlidesNews2 {
    display: none;
}

.slideshow-container {
    max-width: 80%;
    position: relative;
    margin: auto;
    /*overflow-y: scroll;*/
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
    left: 0;
    margin-left: -2rem;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    margin-right: -2rem;
    border-radius: 3px 0 0 3px;
}

.modal-body .news__row__full {
    height: 450px;
    padding: 40px 40px 40px 40px;
}

.modal-body .news__row .news__image img{
    width: 280px;
    height: 280px;
    padding: 80px 10px 10px 10px;
}

.create-btn-report {
    margin-bottom: 5px;
    padding: 10px 20px 10px 20px;
}
.create-btn-report-style {
    width: 100%;
    background: #E6E4E2;
    border: 1px solid #A6A7AC;
    box-sizing: border-box;
    height: 32px;
}
.report-civil-content {
    background: rgba(72, 82, 172, 0.17);
    border-radius: 15px;
    width: 95%;
    padding: 20px;
}
.btn-send-civil {
    background-color: #0582c7;
    border: 1px solid #0582c7;
    box-sizing: border-box;
    color: white;
    width: 100%;
    height: 31px;
}