body {
    /*background-color: #818181;*/
    background-color: #fff;
    font-family: 'Nunito', sans-serif;
}

.supported {
    display: none !important;
}

.container {
    /*background-color: #e5e5e5;*/
    width: 100%;
    min-height: 100vh;
    margin-inline-start: 50%;
}

.header {
    /*background: #c3f9e8;*/
    padding: 15px;
    /*height: 115px;*/
    padding-bottom: 0;
}

.header table {
    width: 100%;
}

.header table img {
    height: 71px;
    vertical-align: middle;
}

.logo_td {
    width: 0;
}

.first_slogan {
    display: revert !important;
}

.second_slogan {
    display: none !important;
}

.flag {
    /*width: 20px;
    height: 10px !important;*/
    margin-inline-end: 7px;
    cursor: pointer;
    filter: grayscale(1);
    border-radius: 76px;
    border: solid #90c 2px;
    width: 15px;
    height: 15px !important;
    object-fit: cover;
}

.flags_td::before {
    display: none;
    position: absolute;
    content: ' ';
    height: 98.5px;
    background-color: red;
    border-left: solid 8px #90c;
    margin-top: 8.5px;

}

.lng {
    margin-inline-end: 10px;
}

.menu {
    display: inline;
    margin-inline-start: 6%;
}

.menu td {
    font-size: 13px;
    padding-inline: 9px;
}

.menu_selected {
    border-bottom: solid;
}

.page_title {
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 24px;
    font-weight: 700;
    text-align: center;
}

.documents_table {
    width: 80%;
    margin-inline-start: 10%;
}

.documents_table td {
    text-align: start;
}

.documents_table th {
    text-align: start;
}

.documents_table .tr:nth-child(odd) {
    background: #fff
}

.documents_table .tr:nth-child(even) {
    background: #dcdcdc
}

.documents_table .tr:hover {
    background: rgb(153, 208, 237)
}

.person {
    margin-inline: 15%;
    text-align: center;
}

.person_name {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 24px;
    font-weight: 700;
}

.person_text {
    text-align: start;
    margin-top: 20px;
}

.agenda_icon {
    height: 200px;
    width: 100px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    filter: drop-shadow(0px 0px 10px yellow);
    margin-left: -3px;
}

.content {
    padding: 15px;
    padding-block: 0;
    height: 86vh;
}

.site_title {
    text-align: start;
    padding-inline-start: 8px;
    font-size: 60px;
    font-weight: 700;
    color: #90c;
}

.main_table {
    width: 100%;
    height: 100%;
    border: solid 1px #000;
    border: none;
    border-spacing: unset;
}

.no_phone {
    display: revert !important;
}

.phone {
    display: none !important;
}


.categories-btn {
    position: absolute;
    top: 25px;
    background-color: #90c;
    color: #fff;
    z-index: 9999;
    height: 40px;
    line-height: 40px;
    padding-inline: 15px;
    border-radius: 2px;
    font-size: 20px;
    box-shadow: 1px 1px 2px -1px #000;
    cursor: default;
}

.categories-btn:hover+.categories,
.categories:hover {
    display: block;
}

.categories {
    display: none;
    position: absolute;
    top: 51px;
    background-color: #fff;
    z-index: 9999;
    max-width: 20vw;
    max-height: calc(65vh - 51px);
    overflow: auto;
}

.row {
    display: block;
    white-space: nowrap;
    padding-inline: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: start;
}

.row:hover {
    background-color: #c3f9e8;
}

.categories .row label {
    cursor: pointer;
}


.place-btn {
    text-align: end;
    padding-inline-end: 60px;
    color: red;
    font-weight: 700;

}

.place-btn a {
    text-decoration: none;
    color: inherit;
    background-color: red;
    color: #fff !important;
    padding-inline: 23px;
}

.ss::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

/* Track */
.ss::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.ss::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.ss::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.details_table {
    color: #000;
    width: calc(100% - 10px);
    border-collapse: collapse;
    margin-inline-start: 5px;
    margin-bottom: 5px;
}

.details_table td {
    color: #000;
    padding: 0;
    font-size: 13px;
    padding-inline-start: 3px;
}

.details_table tr:nth-child(even) {
    background: #fff
}

.details_table tr:nth-child(odd) {
    background: #dcdcdc
}

.details_table tr:hover {
    background: rgb(153, 208, 237)
}

.prop_container {
    padding: 1px;
}

.prop_title {
    margin: 1px;
    padding-inline-start: 4px;
    font-size: 14px;
    color: #fff;
}

.prop_content {
    background-color: #fff;
    padding-inline-start: 4px;
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group label {
    min-width: 180px;
}

.textfield {
    min-width: 100%;
    border: solid 1px;
    border-radius: 3px;
    height: 25px;
}

.frm_label {
    margin-bottom: 0;
    line-height: 2;
    border: 1px solid #ced4da;
    background-color: #ced4da;
    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 120px;
    text-align: start;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
}

.required::after {
    content: ' *';
    color: red;
}

.error {
    border: solid red !important;
}

.md_toast {
    display: none;
    background-color: green;
    position: fixed;
    top: 72px;
    left: 10px;
    min-width: 250px;
    min-height: 50px;
    padding: 10px;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 7px #000;
}

.news_letter form {
    width: 80%;
    padding-inline-start: 10%;
}

.news_letter {
    width: 100%;
    background: #fff;
    height: 100%;
    text-align: start;
}

.news_title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 2vw;
}

.news_success {
    background: #117c00;
    color: #fff;
    padding: 10px;
    display: none;
}

.event_a {
    text-decoration: none;
    color: #000;
}

.event_a:hover {
    color: #000;
}

.card:hover .event_name {
    background-color: #d6d6d6;
}

.card {
    position: relative;
    display: inline-block;
    margin-inline-end: 10px;
    margin-bottom: 25px;
    vertical-align: top;
}

.card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.card_name {
    position: absolute;
    bottom: 12px;
    z-index: 999;
    width: 192px;
    background-color: #454545a8;
    color: #fff;
    text-align: start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline: 4px;
}

.card_name0 {
    bottom: 12px;
    z-index: 999;
    width: 192px;
    background-color: #454545a8;
    color: #fff;
    text-align: start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline: 4px;
    margin-top: -14px;
}

.pdate {
    color: #c9c9c9;
    font-size: 13px;
}

.pspec {
    color: #c9c9c9;
    font-size: 13px;
}

.ptxt {
    font-size: 13px;
}

.details {
    text-align: start;
}

.details .nom_list,
.details .doc_list {
    display: none;
}

.details .parent {
    font-weight: 700;

}

.details .child {
    padding-inline-start: 15px;
}

.btn.btn-flat {
    border-radius: 0;
    border-width: 1px;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
    cursor: pointer;
    width: auto;
    margin-top: 35px;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}








a:hover {
    color: red;
}



.table_tr_colors thead tr {
    background: none !important
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

input::placeholder {
    color: transparent;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

textarea::placeholder {
    color: transparent;
}

a {
    word-break: break-all;
}

/*PAGINATION*/

.pagination {
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}