.egr-container.row>section {
    padding: 0;
    margin: auto;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #DDE2E0 !important;
}

.ui-state-default {
    transition: background-color .3s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent !important;
    /* border: 2px solid #108EC8 !important; */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.next):not(.previous):hover {
    /* background: transparent !important; */
    border: 2px solid #005b82 !important;
    background: #005b82;
    color: white !important;
    /* color: #333 !important; */
}

.ui-state-default:hover:not(.ui-state-active) {
    background: #DDE2E0 !important;
}

.ui-state-default:hover a:not(.act) {
    color: #108EC8 !important;
}

.subTitle {
    font-size: 17px;
    padding: 3px 30px 3px 0;
    border-bottom: 3px solid #4b4b4b;
    margin-bottom: 15px;
}

.ui-widget-content {
    background: #ddd;
    border: 0 !important;
}

#tabs {
    margin: 30px 0;
    background: #fff;
}

.form-group {
    margin-bottom: 0;
}

table.dataTable tbody tr {
    background-color: #fff !important;
}

.nmp {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor.act {
    background: #00b9be;
    border-color: #4b4b4b;
    color: white;
}

.ui-tabs li {
    border-right: 0 !important;
}

.ui-tabs li:first-child {
    border-left: 0;
}

.tabcont {
    padding: 0;
}

.hdrTitleCont {
    text-align: right;
}

.logoCont img {
    width: 100%;
    max-width: 200px;
}

.hdrTitle {
    color: #ffffff;
    padding: 12px 0 0;
    font-size: 22px;
}

.dataTables_wrapper .dataTables_filter {
    border-left: 1px solid #aaa;
    padding: 20px;
}

.dataTables_processing {
    height: 55px !important;
    padding: 15px !important;
    top: 10% !important;
}

.dataTables_wrapper .dataTables_filter span {
    font-weight: normal;
}

.cstEtosSel,
.cstMinasSel {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8.5px 5px;
}

.coletos {
    padding-right: 0;
}

.searchCont {
    margin: 0 0;
    padding: 10px;
}

.searchCont .row {
    margin: 0;
}

.form-group input,
.form-group select,
.form-group option,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 13px;
}

.apolCont .searchCont {
    display: block;
}

label {
    color: #4b4b4b;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}

.dataTables_filter {
    display: none;
}

.apolBtn {
    padding: 4px;
    position: relative;
    top: 25px;
    width: 100%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: 1px solid #ccc !important;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: collapse;
    border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border: 1px solid #cccccc;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand
}

/* table.dataTable thead .sorting{background:url("../images/proip-images/sort_both.png") no-repeat center right} */
/* table.dataTable thead .sorting_asc{background:url("../images/proip-images/sort_asc.png") no-repeat center right}
table.dataTable thead .sorting_desc{background:url("../images/proip-images/sort_desc.png") no-repeat center right}
table.dataTable thead .sorting_asc_disabled{background:url("../images/proip-images/sort_asc_disabled.png") no-repeat center right}
table.dataTable thead .sorting_desc_disabled{background:url("../images/proip-images/sort_desc_disabled.png") no-repeat center right} */
table.dataTable tbody tr.selected {
    background-color: #b0bed9
}

table.dataTable tbody th,
table.dataTable tbody td {
    cursor: default;
    padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3
}

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
    background-color: #f5f5f5
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
    background-color: #a9b7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #f9f9f9
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad4
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: #f5f5f5
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b3cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a7b5ce
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b6d0
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f9f9f9
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fbfbfb
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fdfdfd
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad4
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #adbbd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.display tbody tr.odd:hover>.sorting_1,
table.dataTable.display tbody tr.even:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.display tbody tr.odd:hover>.sorting_2,
table.dataTable.display tbody tr.even:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2 {
    background-color: #ebebeb
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.display tbody tr.odd:hover>.sorting_3,
table.dataTable.display tbody tr.even:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3 {
    background-color: #eee
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_1,
table.dataTable.display tbody tr.even:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1 {
    background-color: #a1aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_2,
table.dataTable.display tbody tr.even:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2 {
    background-color: #a2afc8
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_3,
table.dataTable.display tbody tr.even:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3 {
    background-color: #a4b2cb
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 5px 9px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 5px 9px 3px 9px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px 5px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 2px solid transparent
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 2px solid #005b82;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 2px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 2px solid white;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width: 767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}

tbody tr.open_row {
    background: #EFF2F7;
    font-size: 13px;
}

tbody tr.open_row:hover:not(.opened) {
    background: white;
    cursor: pointer;
}

tbody tr.extraTr {
    color: #333;
    font-size: 12px;
    font-style: italic;
    line-height: 23px;
    padding: 20px;
}

#dtApologismosEsodon tbody tr.opened {
    background: none repeat scroll 0 0 #c6e1ec;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #3d7489;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

#dtApologismosEsodon tbody tr .fa {
    visibility: hidden;
}

#dtApologismosEsodon tbody tr:hover .fa,
#dtApologismosEsodon tbody tr.opened .fa {
    visibility: visible;
}

#dtApologismosEsodon tbody tr.opened .fa:before {
    content: "\f068" !important;
}

#dtApologismosEsodon td i.fa {
    /*background: #8DA6F6;*/
    border-radius: 5px;
    cursor: pointer;
    margin: 4px;
    padding: 1px !important;
}

#dtApologismosEsodon tr i.fa-share {
    padding: 10px 5px 5px;
}

tbody tr {
    background: #EFF2F7;
    font-size: 13px;
}

#dtApologismosDapanon td i.fa {
    background: #8DA6F6;
    border-radius: 5px;
    cursor: pointer;
    margin: 4px;
    padding: 2px !important;
}

#dtApologismosDapanon tr i.fa-share {
    padding: 10px 5px 5px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 33px;
    font-size: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    box-shadow:
        0px 0px 0px 1px rgba(155, 155, 155, 0.3),
        1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
        0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow:
        0px 0px 0px 1px rgba(155, 155, 155, 0.3),
        0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/proip-images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked+label:hover:after {
    background-image: url(../images/proip-images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked~article.ac-small {
    height: 140px;
}

.ac-container input:checked~article.ac-medium {
    height: 180px;
}

.ac-container input:checked~article.ac-large {
    height: auto;
}

.ac-large {
    width: 100%!important;;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    color: #333;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-tabs {
    padding: 0;
    position: relative;
}

.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix::after {
    clear: both;
}

.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-tabs .ui-tabs-nav {
    margin: 0 0 0;
    padding: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-widget-header {
    background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #cccccc;
    border: 1px solid #aaaaaa;
    color: #333;
    font-weight: bold;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: outside none none;
    margin: 0;
    text-align: center;
    padding: 0;
    position: relative;
    top: 0;
    width: 33.33%;
    white-space: nowrap;
    border-radius: 0;
    background-color: white !important;
    border-top: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #ffffff;
    border: 1px solid #aaaaaa;
    color: #212121;
    font-weight: normal;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #ffffff;
    border: 1px solid #aaaaaa;
    color: #212121;
    font-weight: normal;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #ddd;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #ddd;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #ffffff;
    border: 1px solid #aaaaaa;
    color: #212121;
    font-weight: normal;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #EFF2F7;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 20px;
    border-top: 3px solid transparent;
    text-decoration: none;
    width: 100%;
    color: #4b4b4b;
    border-bottom: 5px solid #4b4b4b;
    border-top: 0;
}

.ui-state-active a {
    color: #3d7489 !important;
    text-decoration: none;
}

.ui-state-active {
    background: #C6E1EC !important;
    text-decoration: none;
}

.ui-state-default:hover:not(.ui-state-active) {
    text-decoration: none;
}

.ui-state-default a:hover:not(.ui-state-active) {
    text-decoration: none;
}

.ui-widget-header a {
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

tr th:nth-child(2) {
    width: 70px;
}

.ui-widget-header {
    background: white !important;
}

table.dataTable thead th:nth-child(3) {
    width: -1px !important;
}

#dtApologismosDapanon tbody td {
    padding: 8px 22px !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 5px 0;
    font-size: 15px !important;
}

table.dataTable thead th {
    color: #4b4b4b !important;
    font-size: 15px !important;
    font-weight: 600;
}

.paginate_button.current {
    font-weight: 600;
}

table.dataTable thead th,
table.dataTable thead td {
    border: 1px solid #ccc !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.apologismosCont {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.tabli.ui-tabs-anchor {
    color: #ffffff;
}

.tabli.ui-tabs-anchor.act {
    color: #333;
}

.ui-state-default:hover:not(.ui-state-active) {
    background: #282576 !important;
}

/* .ui-state-default:hover:not(.ui-state-active) .tabli.ui-tabs-anchor.act { color: #333 !important; } */
.ui-state-default:hover:not(.ui-state-active) .tabli.ui-tabs-anchor {
    color: #ffffff !important;
}

.ui-widget input {
    border-radius: 0 !important;
}

#dtApologismosEsodon_length,
#dtApologismosDapanon_length {
    padding: 5px 15px;
}

/* Exclude dates */
input[type=text]#ka,
input[type=text]#AnalitikiPerigrafi {
    border: 1px solid #cccccc;
    padding: 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    width: 58px;
    height: 58px;
    padding: 14px 0;
    background-color: #005b82 !important;
    cursor: pointer;
    margin-right: 5px;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 58px;
    height: 58px;
    padding: 14px 0;
    background-color: #cecece !important;
    cursor: pointer;
    margin-right: 5px;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    /* border: none !important; */
    background-color: #005b82 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
    background: #005b82;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 0.25em;
    margin-top: 50px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    width: unset !important;
    height: unset !important;
    background: transparent !important;
}

.noBordHdr {
    display: none;
}

.subTitle {
    font-weight: bold;
}

.ui-widget-header {
    flex-direction: row;
    flex-wrap: wrap;
}

.egr-container:first-of-type {
    padding-top: 0;
    max-width: 100%;
}



label {
    min-width: max-content;
    min-width: -moz-max-content;
}

@media screen and (max-width: 1160px) {
    .form-group {
        min-width: max-content;
        min-width: -moz-max-content;
    }
}

@media screen and (max-width: 525px) {
    .single-wrapper {
        padding: 180px 15px;
    }

    .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }

    #tabs {
        margin: 30px 0;
    }

}


.ui-widget.ui-widget-content {
    width: auto !important;
    max-width: 100%;
    height: auto;
}


#dtApologismosEsodon,
#dtApologismosDapanon {
    border-collapse: collapse;
    border-style: hidden;
}

.nw-title {
    font-family: Arimo, sans-serif;
    font-size: 22px;
    color: #005b82;
    font-weight: 700;
}

.crumb {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    color: #000;
    padding: 0 40px;
    margin-bottom: 60px;
}

/* CHARTS */

#chartsWrapper>div {
    width: 100%;
    /* min-width: 400px; */
}

#chartsWrapper>div:not(:last-child) {
    margin-bottom: 70px;
}

.piecharts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#loadingScreen {
    text-align: center;
    font-weight: bold;
}

#dapanesDiax .apexcharts-canvas > .apexcharts-svg {
    height: 820px!important;
}

.apexcharts-svg {
    overflow: unset !important;
}

#dapanesDiax .apexcharts-canvas {
    height: fit-content !important;
}

#tabs-6 {
    margin-top: 20px;
}

#chartsWrapper .btn {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 330px;
    height: 280px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: transparent;
    border: 2px solid #e6e6e6;
    transition: all ease 0.8s;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 2px 6px 16px #e5e5e5;
}

#chartsWrapper .btn .chartTextInsideClick {
    background-color: #e6e6e6;
    width: 100%;
    height: 100%;
    top: 207px;
    position: relative;
    font-weight: 600;
    color: white;
    padding: 15px 10px;
}

#chartsWrapper .btn:hover {
    box-shadow: 0 0 30px 5px #858585;
}

#chartsWrapper .btn:nth-child(1) .chartTextInsideClick {
    background-color: #282576;
}

#chartsWrapper .btn:nth-child(2) .chartTextInsideClick {
    background-color: #00b9be;
}

#chartsWrapper .btn:nth-child(3) .chartTextInsideClick {
    background-color: #005b82;
}

#chartsWrapper .btn:nth-child(4) .chartTextInsideClick {
    background-color: #837460;
}

#chartsWrapper .btn:nth-child(5) .chartTextInsideClick {
    background-color: #c52c31;
}

.chartDivs,
.chart-title,
.chart-subtitle {
    display: none;
}

.chart-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.chart-subtitle{
    margin: 5px 20px 0 20px;
    margin: 5px auto 0;
    width: 800px;
    max-width: 80%;
    text-align: center;
    font-size: 15px;
}

.close {
    position: absolute;
    z-index: 1000000000;
    float: right;
    right: 10px;
    top: 2px;
    border: none;
    outline: none;
    font-size: 30px;
}

.close span:hover{
    color: #263238;
    cursor: pointer;
}

.close:focus,
.close:active {
    outline: none;
}

.charts_section{
    position: relative;
}

.clickChartOpenModal {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
}

#clickPosostaEispraksisDiax {
    background-image: url("/wp-content/themes/egritosTpl/proypologismos/images/Charts1.png");
}

#clickEispraksisDiax {
    background-image: url("/wp-content/themes/egritosTpl/proypologismos/images/Charts5.png");
}

#clickPiecharts {
    background-image: url("/wp-content/themes/egritosTpl/proypologismos/images/Charts4.png");
}

#clickDapanesDiax {
    background-image: url("/wp-content/themes/egritosTpl/proypologismos/images/Charts3.png");
}

#clickEpendyseisAnaYphresiaDiax {
    background-image: url("/wp-content/themes/egritosTpl/proypologismos/images/Charts5.png");
}

.modal {
    padding: 0 !important;
}

.modal-content {
    border: none;
    padding-top: 5px;
    /* height: 100vh; */
    min-height: 100vh;
    justify-content: center;
    border-radius: 0;
    background-color: #e6e6e6;
}

.modal-dialog {
    margin: 0;
    width: 100%;
    max-width: unset;
}

.apexcharts-menu-icon{
    right: 15px;
}

.page-template-proypologismos table tbody tr:first-child td::after {
    display: none;
}

.page-template-proypologismos table tbody tr:first-child td {
    text-transform: unset; 
    border: none;
    padding: 8px 10px;
    font-weight: unset;
}

.page-template-proypologismos .dataTables_wrapper .dataTables_paginate .paginate_button.current, .page-template-proypologismos .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button  {
    width: 40px;
    height: 40px;
    padding: 8px 0;
}

@media screen and (min-width: 1300px) {
    .egr-container {
        width: 1300px;
        margin: 0 auto;
    } 
    .apologismosCont {
        margin: 0;
    }
    .modal-dialog {
        height: auto;
        min-height: 600px!important;
        max-width: unset!important;
        margin: 0;
     }
}

@media screen and (max-width: 1299px) {
    .egr-container {
        width: auto;
        height: auto;
    }
    .apologismosCont {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0;
    }
    .modal-dialog {
        width: auto;
        height: auto;
        margin: 0 40px;
        max-width: unset!important;
     }
}

@media screen and (max-width: 600px) {
    .egr-container {
        width: auto;
        height: auto;
        margin: 0 20px;
    }
    .apologismosCont {
        margin: 0;
    }
    .modal-dialog {
        width: auto;
        height: auto;
        margin: 0 20px;
        max-width: unset!important;
     }

     .title-proypologismou-page {
        font-size: 30px;}
}

@media screen and (max-width: 1850px){
    .main-menu li:last-of-type {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 1075px) {
    .piecharts {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    #posostaEispraksisDiax {
        margin-bottom: 0px!important;
    }
}

@media screen and (max-width: 450px) {
    #dapanesDiax,
    #ependyseisAnaYphresiaDiax{
       padding-top: 15px;
    }

    #dapanesDiax .apexcharts-menu-icon,
    #ependyseisAnaYphresiaDiax .apexcharts-menu-icon{
        top:-19px!important;
     }
     
}

