.disconnecting-appointments {
    padding: 16px;
}

.disconnecting-appointments .text-center {
    text-align: center;
    padding: 6px;
    font-size: 12px !important;
}

.hidden {
    display: none !important;
}
.display {
    display: block !important;
}

.paginationItems {
    display: flex;
    align-content: center;
    align-items: center;
}
.active_pagination_item,
.pagination_item:hover {
    background-color: var( --e-global-color-11f2d92 ) !important;
    color: #fff !important;
}

.pagination_item {
    padding: 12px 14px 12px 14px;
    border-radius: 2px 2px 2px 2px;
    background-color: var( --e-global-color-0d8f81d );
    color: var( --e-global-color-4213dda );
    margin-top: 30px;
    margin-right: 15px;
}

.pagination_item:hover {
    cursor: pointer;
}

.archive_pagination {
    display: flex;
    justify-content: center;
}

/*
 map styles
 */
path#path3124:hover, path#path3146:hover, path#path3130:hover, path#path3156:hover, path#path3126:hover {
    fill: #f2664e !important;
    fill-opacity: 1 !important;
    background-color: #f2664e !important;
    cursor: pointer;
    stroke: #ffffff;
}

#map svg {
    height: 300px;
}

#map .map-region {
    fill: #005DAC;
    fill-opacity: 1
}

#map .map-selected-region {
    fill: #ef4123;
    fill-opacity: 1
}

.region-link-active {
    color: #ef4123 !important;
}

.region-link-have-disconnections {
    text-decoration-color: #EF4123 !important;
}

.work_type-link-active {
    color: #EF4123;
}

.works-card-container {
    display: flex;
    flex-wrap: wrap;
}

.works-card {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 30px 0;
}

.works-card .card:hover {
    box-shadow: 0 10px 30px 0 rgb(17 12 79 / 10%) !important;
}

.works-card .card {
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    border-color: #D8E1E3;
}

.intervention-type {
    background: #EF4123;
    color: #fff;
    height: max-content;
    max-width: max-content;
    padding: 4px 15px !important;
    width: max-content;
    margin-left: auto;
    font-family: "Merriweather", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.intervention-name {
    font-family: "Merriweather", sans-serif;
    font-size: 20px;
    margin: 15px 0;
    max-width: max-content;
}

.sector {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Merriweather", sans-serif;
    font-size: 18px;
}

.work-description:hover {
    cursor: pointer
}

/*.work-description {*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    max-width: 400px;*/
/*}*/
.works-card-container .row .col {
    padding: 0;
}

.works-card-container .row {
    margin: 0;
    padding: 0;
}

.intervention-period {
    padding: 4px 0 !important;
}

.works-card .card .card-text div {
    margin-bottom: 8px;
}

.works-card .card .chip {
	background: #EEF2F6;
    padding: 5px 8px;
    font-weight: 400;
    margin-right: 8px;
    color: #565872;
}

.works-card-container .works-card .card .accordion {
    background-color: #EEF2F6;
    color: #565872;
    cursor: pointer;
    padding: 8px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    justify-content: space-between;
    display: flex;
    transition: 0.4s;
}

.works-card-container .works-card .card .active,
.works-card-container .works-card .card .accordion:hover {
        background-color: #d6d9dd;
}

.works-card-container .works-card .card .accordion.active {
    margin-bottom: 12px;
}
.works-card-container .works-card .card .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#searchForm input {
    border: 1px solid #e7e7e7;
    padding: 9px 15px;
    background: #ffffff;
    color: #495057;
    font-size: 14px;
    font-weight: 600;
}

#searchForm input:hover,
#searchForm input:focus {
    border: 1px solid #ef4123 !important;
}
#searchForm input[type ~= "submit"],
.search-form-btn {
    font-size: 16px;
    border-radius: 0;
    padding: 10px 35px 10px 15px;
    color: #ffffff;
    cursor: pointer;
    background-color: #005DAC;
}
.disconnecting-appointments .dropdown a {
    white-space: nowrap;
}
.disconnecting-appointments .dropdown h4 {
    margin-bottom: 0;
}

.disconnecting-appointments .dropdown select {
    border: thin solid #e7e7e7;
}

.disconnecting-appointments .intervention-select {
    border: thin solid #e7e7e7;
    padding: 11px 30px 11px 15px !important;
    color: #777777;
}

.disconnecting-appointments .intervention-select:hover,
.disconnecting-appointments .intervention-select:focus {
    border: thin solid #d8e1e3;
}

.disconnecting-appointments .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.disconnecting-appointments .dropdown:hover .dropdown-content {
    display: block;
}

//.page-template-deconectari-template #main-content .container .row,
//.page-template-deconectari-template #main-content .container .row > div{
    //width: 100%;
//}
.intervention-select {
    border: none;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    padding: 0 12px;
    cursor: pointer;
}

.active-disconnection{
    fill: #ef4123 !important;
    fill-opacity: 1;
    stroke: #ffffff;
 }
.active-disconnection:after {
    content: '!';
    color: #EF4123;
    position: absolute;
    font-size: 26px;
}

.archive-street .house_no div {
    width: max-content;
    margin: 0 !important;
}
.page-template-deconectari-template .archive-header {
    font-family: "Merriweather", sans-serif;
    font-size: 20px !important;
    margin: 30px 0 0 0;
}
#show_archive {
    cursor: pointer;
}
.page-template-deconectari-template h3.widget-title {
    margin-bottom: 15px !important;
}

.page-template-deconectari-template h3.widget-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 38px;
    width: 50px;
    height: 2px;
    left: 15px;
    z-index: 1;
    background: #f3525a;
}
.custom-btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #ef4123;
    height: 46px;
    padding: 0 35px;
    line-height: 42px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
* {
    scroll-behavior: smooth;
}

#appointments_archive {
    margin-top: 60px;
}
#show_archive {
	padding: 18px 40px 18px 40px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    color: #ffffff;
    background-color: var( --e-global-color-primary );
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 14px;
}
.intervention-period {
	color: #005DAC;
    font-weight: 500;
}
.intervention-period span:first-child,
.for-media span:first-child:not(.sector) {
	color: #565872;
    font-weight: 400;
    font-family: "Merriweather", sans-serif;
}
.intervention-period .period {
	text-decoration: none
}
.affected-service .serviciu {
	color: #e74545 !important;
}

@media (max-width: 760px) {
	.page-template-deconectari-template .custom-my-row {
    	display: flex;
    	flex-flow: column-reverse;
        margin-bottom: 38px;
    }
    .page-template-deconectari-template .custom-my-row > .col {
    	flex-basis: initial;
    }
    .page-template-deconectari-template .search-row #searchForm{
    	display: flex;
        flex-flow: row;
        justify-content: left;
        margin-bottom: 15px;
    }
    .page-template-deconectari-template .container > .row {
    	display: flow-root;
        margin: 0;
    }
    .page-template-deconectari-template .custom-my-row select,
    .page-template-deconectari-template .custom-my-row input {
    	width: 100%;
    }
    .page-template-deconectari-template #Layer_1 {
    	position: relative;
    	transform: translate(-12%, 10px);
    }
    .page-template-deconectari-template .affected-service {
    	display: flex;
    	flex-flow: column;
    }
    .page-template-deconectari-template .affected-service span ~ span {
    	margin-top: 8px
    }
    .page-template-deconectari-template .row.for-media{
    	display: grid;
    	grid-template-columns: 1fr;
    }
    .page-template-deconectari-template .row.breadcrumb-height.align-items-center {
    	display: flex;
    }
   
}

@media (max-width: 500px)  {
	.page-template-deconectari-template .intervention-type :not(span) {
    	display: none
    }
}