/* Air Quality CSS goes here */

@font-face {
       font-family: 'PBG_NINO';
   src: url('../fonts/bpg_nino_mtavruli_normal.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
       font-family: 'banner';
   src: url('../fonts/banner/bpg-banner-caps-webfont.woff') format('woff');
   src: url('../fonts/banner/bpg-banner-caps-webfont.woff2') format('woff2');
   src: url('../fonts/banner/bpg-banner-caps-webfont.eot') format('embedded-opentype');
   src: url('../fonts/banner/bpg-banner-caps-webfont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
}

.air_header {
    background-color: #00b2df;
    height: 52px;
    width: 100vw;
    background-image: url(../images/header.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 900px) {
    .air_header {
        background-image: url(../images/header_900.png);
    }
}
@media only screen and (max-width: 700px) {
    .air_header {
        background-image: url(../images/header_700.png);
    }
}

@media only screen and (max-width: 500px) {
    .air_header {
        background-image: unset;
    }
}

.air_header img {
    position: absolute;
    top: 3px;
    height: 46px;
}
.air_header img#nea_logo {
    left: 5px;
}
.air_header img#eiec_logo {
    left: 53px;
}
.header_text {
    position: absolute;
    top: 11px;
    left: 109px;
    font-family: banner;
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
    color: white;
    max-width:247px;
    /*text-align:center*/
}
.header_text.en {
    line-height: 36px;
}
.header_text a {
    color: unset;
    text-decoration: none;
}

.air_top_menu {
    background-color: #1f5e77;
    /*max-height: 150px;*/
    height: 41px;
    width: 100vw;
}

.air_top_menu .menu_items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    /*line-height: 51px;*/
}

.air_top_menu .menu_items .menu {
    color: white;
    padding: 0px 0px;
}

@media screen and (max-width: 992px) {
    .air_top_menu .menu_items .menu {
        padding: 0px 11px 5px 11px;
    }
}

.air_top_menu .menu_items .menu_circle{
    float:left;
    position: relative;
    border-radius: 50%;
    background-color: white;
    height: 30px;
    width: 30px;
    margin-top: 3px;
    margin-right: 3px;
    z-index: 6;
}
.air_top_menu .menu_items .menu_circle img{
    vertical-align: middle;
    border-style: none;
    position: relative;
    top: 0px;
    left: 0px;
    height: 30px;
}

.air_top_menu .menu_items .menu .menu_title {
    cursor: pointer;
    padding: 9px 11px 5px 23px;
    border-radius: 11px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: white;
    margin-left: 0px;
    position: relative;
    top: 7px;
    left: -20px;
    z-index: 5;
    font-family: banner;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.air_top_menu .menu_items .dropdown-item .menu .menu_title {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 9px 10px 5px 10px;
    border-radius: 4px;
}
.air_top_menu .menu_items .menu .menu_title a {
    text-decoration: none;
    color: unset;
    z-index: 6000;
}
.air_top_menu .menu_items .menu .menu_title:hover {
    background-color: #6f8591;
}

.air_top_menu .menu_items .menu .menu_title.active {
    background-color: #6f8591;
}

.air_top_menu .menu_items .menu.lang_wrapper {
    font-family: banner;
    position:relative;
    right: -3px;
    /*width: 97px;*/
    top: 2px;
}
.air_top_menu .navbar-collapse {
    margin-left: 124px;
}
@media screen and (max-width: 1260px) {
    .air_top_menu .navbar-collapse {
        margin-left: unset;
    }
}

@media screen and (max-width: 992px) {
    .air_top_menu .menu_items .menu.lang_wrapper {
        float: right;
        top: 0px;
        right: 0px;
    }
    .air_top_menu .navbar-collapse {
        margin-left: unset;
    }
}

.air_top_menu .menu_items .menu.lang_wrapper .lang span{
    color: white;
    cursor: pointer;
}

.air_top_menu .menu_items .menu.lang_wrapper .lang a{
    text-decoration: none;
}
.air_top_menu .menu_items .menu.lang_wrapper .lang .active {
    background-color: white;
    padding: 5px;
    cursor: default;
    color: #43555b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**/
.air_top_menu {
    max-height: 50px !important;
    color: white !important;
}
.air_top_menu .navbar {
    padding: 2px 1rem !important;
}
.air_top_menu .bg-light {
    background-color: #1f5e77 !important;
}
.air_top_menu .nav-link {
    color: white !important;
    font-size: 16px !important;
}
.air_top_menu .dropdown-toggle:after {
    position: relative;
    top: 10px;
    left: -36px;
    z-index: 100;
}
.air_top_menu .dropdown-menu {
    background-color: #1f5e77;
    border: unset;
}
.air_top_menu .dropdown-menu .dropdown-item:focus,
.air_top_menu .dropdown-menu .dropdown-item:hover {
    color: unset;
    text-decoration: none;
    background-color: #1f5e77;
}
.menu_items {
    z-index:1040;
}
/*@media screen and (max-width: 1300px) {*/
    /*.air_top_menu {*/
    /*}*/

    /*.air_top_menu .menu_items {*/
        /*display: block;*/
        /*text-align: center;*/
        /*background-color: #1f5e77;*/
        /*z-index: 3000;*/
    /*}*/

    /*.air_top_menu .menu_items .menu{*/
        /*margin: auto;*/
    /*}*/
/*}*/

.air_footer {
    position: absolute;
    bottom: 0px;
    background-color: #1f5e77;
    height: 20px;
    width: 100vw;
    color: white;
    font-family: banner;
    font-size: 11px;
    text-align: center;
    padding-top: 4px;
    z-index: 10;
}

@media screen and (max-width: 605px) {
    .air_footer span {
        display: none
    }
}
#map {
    height: calc(100% - 113px);
    width: 100vw;
}


.filters_containter {
    margin: 15px 5px 0px 0px;
    font-size: 14px;
}

/* Leaflet overrides */
.leaflet-popup-content-wrapper {
    border-radius: 5px;
    opacity: 0.8;
}
.leaflet-control-attribution.leaflet-control > a {
    display: none;
}

.st_info {
    /*width: auto;*/
    /*height: auto;*/
    min-width: 250px;
    min-height: 100px;
    font-size: 16px;
    color: #242a30;
    font-weight: bold;
}
.st_info .st_info_header {
    text-align: center;
    border-bottom: 1px solid #242a30;
}

.st_info .st_info_body {
    padding: 10px 0px 10px 0px;
}

.st_info .st_info_body .station_address {
    text-align: center;
    padding-bottom: 5px;
    font-size: 14px;
    /*color: #1f5e77;*/
}
.st_info .st_info_body .station_date {
    text-align: center;
}

.st_info .st_info_detail_btn {
    /*position: relative;*/
    /*left: 80px;*/
}

.st_info .substance_value_style {
    border-bottom: 1px solid gray;
    height: 25px;
    font-size: 18px;
    padding: 0px;
    margin: 3px
}

.substance_value_style .subst_badge {
    padding: 0px;
    margin: 0px;
    color: white;
    height: 100%;
    width: 70px;
    text-align: center;
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*border-bottom-right-radius: 10px;*/
}

.st_info .substance_value_style .subst_name {
    float: right;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    bottom: -4px;
}
.st_info .no_measurements_caution {
    font-style: italic;
    font-size: 13px;
    text-align: justify;
    font-weight: 400;
}
.st_info .substance_value_style .subst_name span {
    font-size: 14px;
}

.st_info .substance_value_style.good {
    border-color: #12b3c4;
}

.st_info .substance_value_style.good .subst_badge {
    background-color: #12b3c4;
}


.st_info .substance_value_style.very_poor {
    border-color: #960432;
}

.st_info .substance_value_style.very_poor .subst_badge {
    background-color: #960432;
}

.st_info .substance_value_style.poor {
    border-color: #fa504f;
}

.st_info .substance_value_style.poor .subst_badge {
    background-color: #fa504f;
}


.st_info .substance_value_style.moderate {
    border-color: #f0e641;
}

.st_info .substance_value_style.moderate .subst_badge {
    background-color: #f0e641;
}

.st_info .substance_value_style.fair {
    border-color: #29a884;
}

.st_info .substance_value_style.fair .subst_badge {
    background-color: #29a884;
}

.st_info .substance_value_style.undefined {
    border-color: gray;
}

.st_info .substance_value_style.undefined .subst_badge {
    background-color: gray;
}


.substance_value {
    float: left;
    border-radius: 50%;
    /*behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background-color: #83C534;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    margin: 10px 15px 0 0;
    letter-spacing: -0.05em;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    font-family: Arial, 'Montserrat', sans-serif;
}

.substance_info {
    font-size: 19px;
    letter-spacing: -0.05em;
    line-height: 115px;
    color: #72767b;
}

/*Bottom Bar*/
#bar {
    background:rgba(255,255,255,1);
    height: unset;
    display: None;
}

@media screen and (max-width: 1200px) {
    .leaflet-control-bar-bottom.leaflet-control-bar.visible {
    overflow-y: scroll;
    overflow-x: hidden;
    }
}

@media screen and (max-width: 576px) {
    .leaflet-control-bar-bottom.leaflet-control-bar.visible {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
    }
    #pie_container.bar_element {
        height: 100%
    }
}
#st_info1_bar.bar_element_wrapper{
    text-align: justify;
}

.bar_row {
    padding: 0 20px 0 20px;
}

.bar_element{
    background:rgba(255,255,255,1);
    opacity: 1 !important;
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
    height: 340px;
    border-radius: 6px;
    font-size: 20px;
}

#bar .close_bar {
    position:absolute;
    right: 6px;
    top: 6px;
    font-family: 'FontAwesome';
    content: "\f00d";
    cursor: pointer;
    z-index: 2000;
    color: gray;
}
/*#bar i {*/
    /*display: none;*/
/*}*/
/*#bar i.close_icon {*/
    /*font-family: 'FontAwesome';*/
    /*position:absolute;*/
    /*top: -39px;*/
    /*right: 0px;*/
    /*color: gray;*/
    /*content: "\f00d";*/
    /*padding: 8px;*/
    /*cursor: pointer;*/
    /*background-color: #f7f7f7;*/
    /*display:block;*/
/*}*/

#bar #st_info1_bar .station_location {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
}
#bar #st_info1_bar .station_details {
    font-size: 16px;
    font-style: italic;
}
#bar #st_info1_bar table th,
#bar #st_info1_bar table td {
    font-size: 16px;
    font-weight: normal;
}
#bar #st_info1_bar .station_sensors{
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: normal;
}

.highcharts-credits {
    display: none;
}

/* Filter Control CSS */
.filter_control_wrapper {
    position: absolute;
    left: 10px;
    top: 103px;
    z-index: 1039;
    width: 330px;
    max-height: calc(100% - 113px);
    overflow: auto;
    font-size: 15px;
    border-radius: 8px;
}
.filter_control_wrapper #filter_control #filter_control_collapse{
    background-color: white;
}

.card-header {
    background-color: #1f5e77;
    border-radius: 8px !important;
    color: white;
    border-bottom: 0px;
}
.card-header button {
    width: 100%;
    text-align: left;
    padding: 0 0;
}
.filter_control_wrapper #filter_control h5 {
    max-height: 30px;
}
.filter_control_wrapper #filter_control h5 button {
    text-decoration: none !important;
    color: white;
    font-weight: bold;
    font-size: 20px;
    max-height: 30px;
}

.filter_control_wrapper #sub_filter_control h5 button {
    text-decoration: none !important;
    color: white;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.card-header button:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    float: right;
}

#filter_control .card-header button:after {
    /*content: "\f077";*/
}
#filter_control .card-header button.collapsed:after {
    /* symbol for "collapsed" panels */
    /*content: "\f078";*/
}
#filter_control_heading.card-header button:before {
    font-family: 'FontAwesome';
    content: "\f0c9";
    font-size: 22px;
}
#filter_control_heading.card-header button.collapsed:before {
    font-family: 'FontAwesome';
    font-size: 22px;
    content: "\f0c9";
}

#sub_filter_control .card-header button:after {
    content: "\f068";
}
#sub_filter_control .card-header button.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.filter_control_wrapper .card .card-header {
    height: 31px;
}

.filter_control_wrapper #filter_control_heading {
    background-color: #FFFFFF;
    padding: 6px 10px 34px 12px;
}
.filter_control_wrapper #filter_control_heading button {
    color: #1f5e77 !important;
}

.filter_control_wrapper.collapsed {
    width: 45px !important;
    height: 45px !important;
    background-color: #FFFFFF;
    transition: 1ms;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0.2);
    box-sizing: content-box !important;
}

.filter_control_wrapper.collapsed #filter_control_heading {
    background-color: white;
    padding: 7px 10px 34px 12px;
}

@media screen and (max-width: 576px) {
    .filter_control_wrapper {
        position: absolute;
        top: 96px;
        left: 0px;
        border-radius: 0px;
        max-height: calc(100vh - 102px);
    }

    .filter_control_wrapper.collapsed {
        top: 106px;
        left: 10px;
    }
}
.filter_control_wrapper .card-header {
    padding: 2px 10px 0px 3px;
    border-right: 0px solid rgba(0,0,0,.125);
    border-left: 0px solid rgba(0,0,0,.125);
}
.filter_control_wrapper .card-header#filter_control_heading {
    background-color: #FFFFFF;
}
.filter_control_wrapper .card-header#filter_control_heading:first-child {
    border-radius: unset;
}

.filter_control_card {
    border: unset;
  }

#sub_filter_control .card {
    border: 0px;
}
#sub_filter_control .collapse {
    background-color: #fcfcfc;
}


.filter-option-inner-inner {
    font-size: 15px;
}
#indicator_container {
    margin-top: 15px;
    background-color: #ededed;
    padding: 10px 10px 10px 20px;
    position: relative;
    left: -14px;
    width: 104%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 56px;
}

#stationar_container {
    margin-top: 0px;
    background-color: #ededed;
    padding: 10px 10px 10px 20px;
    position: relative;
    left: -14px;
    width: 104%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 118px;

}

#stationar_container .stationar_switcher {
    position: relative;
    top: -34px;
    left: 55px;
    margin-bottom: unset;
    width: 60%;
}

.air_popover {
    position:relative;
    /*bottom: 2px;*/
    left: 5px;
    cursor: pointer;
    outline: none !important;
    padding: 2px 2px;
    text-decoration: none !important;
    color: #1f5e77;
    z-index: 2;

}

.air_popover_content {
    text-align: justify !important;
}



/*.indicator_range_selector {*/
    /*display: none;*/
/*}*/


#indicator_container .indicator_switcher {
    position: relative;
    top: -34px;
    left: 55px;
    margin-bottom: unset;
    width: 80%;
}

.stationar_range_selector.slider {
    position: relative;
    top: -44px;
    margin: 7px 10px 3px 38px;
}

.indicator_range_selector.slider {
    position: relative;
    top: -21px;
    margin: 7px 10px 3px 33px;
}

.slider_value_info{
    position: relative;
    top: -44px;
    width:100%;
    border: none;
    text-align:center;
    font-weight: 600;
    color: #1f5e77;
    background-color: unset;
}
#indicator_slider_container {
    display: none;
}
#indicator_slider_container .slider_value_info{
    position: relative;
    top: 20px;
    width:100%;
    border: none;
    text-align:center;
    font-weight: 600;
}


.substance_container label,
.regions_container label{
    width: calc(100% - 60px);
    position:relative;
    left: 60px;
}
.period_container > label {
    width: 100%;
    position: relative;
    left: 1px;
    top: -36px;
}
.period_container > label .form-control {
    background-color: unset;
}
.period_radio {
    /*display: flex;*/
    display: none;
    justify-content: space-around;
    position: relative;
    top: -30px;
    left: 1px;
}
.period_radio .hidden {
    display: none;
}

.period_radio .period_label {
    padding: 2px 30px;
    background: #8080804d;
    border-radius: 8px;
    display: inline-block;
    color: white;
    cursor: pointer;
    text-align: center;
}

.period_radio .period_input:checked + .period_label {
    background: #1f5e77;
}

.period_radio .period_input:disabled + .period_label {
    cursor: not-allowed;
}

.regions_container {
    height: 70px;
}

.substance_container {
    height: 80px;
}
label .btn {
    padding: 0px 0px 0px 10px;
    border-radius: 8px;
}

label .btn:focus, label .btn:active, span:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.regions_icon, .substance_icon {
    position: relative;
    top: -58px;
}
.regions_icon > img,
.substance_icon > img {
    width: 18%;
}
.time_icon {
    position: relative;
    top: -5px;
    left: -6px;
}
.time_icon > img {
    height: 46.53px;
}
.card-body {
    padding: 0.25rem;
}

#sub_filter_control .card-body {
    padding: 10px 10px;
}

.station_type_container .title {
    text-align: center;
}

.filter_control_wrapper .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 1px;
}

/* bootstrap-select overides */
.filter_control_wrapper .bootstrap-select .filter-option {
    background-color: #c1c7cb;
    border: 2px solid #c2d2e261;
    border-radius: 8px;
    height: 28px !important;
}

.filter_control_wrapper .dropdown-item.active, .filter_control_wrapper .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: rgba(222, 224, 226, 0);
}

.filter_control_wrapper .bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}

/* lock */
#lock {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 20000;
}


/* play/pause button */
.play_pause_button {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 18px;
    border-color: transparent transparent transparent #1f5e77;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 9px 0px 9px 20px;
    position: relative;
    top: -23px;
    left: 5px;
}

.play_pause_button.paused {
  border-style: double;
  border-width: 0px 0px 0px 20px;
}

.play_pause_button:hover {
  border-color: transparent transparent transparent #404040;
}

.ui-slider-handle {
    background-color: gray !important;
    border-radius: 50% !important;
}

.ui-slider-handle:hover {
    background-color: #1f5e77 !important;
    border-radius: 50% !important;
}

/* station icons */
.good div.outer {
    border-color: #12b3c4;
}
.good .outer .inner {
    background-color: #12b3c4;
}
.fair div.outer {
    border-color: #29a884;
}
.fair .outer .inner {
    background-color: #29a884;
}
.moderate div.outer {
    border-color: #f0e641;
}
.moderate .outer .inner {
    background-color: #f0e641;
}
.poor div.outer {
    border-color: #fa504f;
}
.poor .outer .inner {
    background-color: #fa504f;
}
.very_poor div.outer {
    border-color: #960432;
}
.very_poor .outer .inner {
    background-color: #960432;
}
.undefined div.outer {
    border-color: gray;
}
.undefined .outer .inner {
    background-color: gray;
}

.div_icon .outer {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid gray;
    box-sizing: border-box;
}
.div_icon .inner {
    border-radius: 50%;
    width: 88%;
    height: 88%;
    background-color: gray;
    position: relative;
    top: 6%;
    left: 6%;
}

.div_icon img.stationar {
    max-width: 77% !important;
    max-height: 77% !important;
    position: relative;
    top: 12%;
    left: 12%;
}

.div_icon img.indicator {
    max-width: 66% !important;
    max-height: 72% !important;
    position: relative;
    top: 5%;
    left: 26%;
}

.div_icon.hidden_icon {
    padding: 0px !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
}

.page_container {
    margin: auto;
    width: 100%;
    height: calc(100% - 110px);
    overflow: auto;
    background-color: #e7e5e5; /*rgba(152, 152, 152, 0.1);*/
}
.page_container .page_content {
    width: 100%;
    max-width: 1200px;
    margin: 13px auto 25px auto;
    padding: 15px 60px;
    background-color: white;
    border-radius: 10px;
   -webkit-box-shadow: 6px 6px 14px 1px #575656; /*rgba(166,166,166,0.49);*/
    -moz-box-shadow: 6px 6px 14px 1px #575656; /*rgba(166,166,166,0.49);*/
    box-shadow: 6px 6px 14px 1px #575656; /*rgba(166,166,166,0.49);*/
    min-height: 100%
}
.page_container .breadcrumb_container {
    width: 100%;
    margin:auto;
    color: #231111;
    font-size: 14px;
}

.page_container .breadcrumb_container .breadcrumb{
    background-color: unset;
    padding: 0px 0px 30px 0px;
    margin-bottom: 3px;
}

/* Page Document Styles Start */
.page_container .page_files_container {
    margin: 50px auto;
    /*padding: 0px 0px 30px 80px;*/

}

.page_container .page_files_container .page_files {
    margin-top: 20px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page_container .page_files_container .page_files .page_file_container {
    margin: 0px 30px 30px 0px;
    width: 155px;
    height: fit-content;
}

.page_container .page_files_container .page_files .page_file_container .page_file_outer {
    background-color: #dde0e1;
    border-radius: 8px;
    width: 136px;
    height: 176px;
    box-sizing: border-box;
}

.page_container .page_files_container .page_file_container .page_file_name {
    margin: 10px 0px 0px 0px;
    text-decoration:none;
    width:100%;
    font-size: 13px;
    word-wrap: break-word;
}

.page_container .page_files_container .page_file_container .page_file_name a {
    text-decoration:none;
    color: black;
}

.page_container .page_files_container .page_files .page_file_container .page_file_inner {
    border: 1px solid gray;
    margin: 10px 0px 0px 10px;
    box-shadow: -10px -10px 0 0px #dde0e1;
    background-color: white;
    border-radius: 8px;
    width: 137px;
    height: 177px;
    overflow:hidden;
}
.page_container .page_files_container .page_file_container .page_file_inner img {
    margin: 3px;
    border-radius: 8px;
}
/* Page Document Styles End*/

/* News Event Style Start*/
.page_container .ne_list_container {
    margin-top: 20px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page_container .ne_container {
    position: relative;
    left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 31px 80px 20px;
    /*width: 275px;*/
    height: 330px;
    text-decoration: none;
}

.page_container .ne_container a{
    text-decoration: none;
}

.page_container .ne_image_container {
    border-radius: 8px;
    padding-bottom: 13px;
}

.page_container .ne_image_container .ne_image_outer {
    background-color: #dde0e1;
    /*width: 264px;*/
    height: 189px;
    box-sizing: border-box;
    border-radius: inherit;
}

.page_container .ne_image_container .ne_image_inner {
    box-shadow: -10px -10px #dde0e1;
    border: 1px solid gray;
    position: relative;
    left: 11px;
    top: 11px;
    background-color: white;
    /*width: 264px;*/
    height: 189px;
    box-sizing: border-box;
    overflow:hidden;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
}

.page_container .ne_line {
    border: 1px solid #00b1e1;
    border-radius: 0px;
    margin: 4px auto;
    width: calc(100% + 8px);
}

.page_container .ne_title {
    font-weight: bold;
    color: #1f5e77;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    word-wrap: break-word;
    font-size: 18px;
    padding-bottom: 2px;
    padding-top: 5px;
    padding-left: 12px;
    cursor: pointer;
    width: calc(100% + 8px);
}

.page_container .ne_title a {
    color: #1f5e77;
}

.page_container .ne_title:hover {
    white-space: normal;
    overflow: visible;
}

.page_container .ne_short_desc {
    width: calc(100% + 8px);
}

.page_container .ne_short_desc p{
    color: gray;
}

.page_container .ne_short_desc {
    font-size: 14px;
    color: gray;
    overflow: hidden;
    height: 120px;
    text-align: justify;
    text-justify: inter-word;
    cursor: pointer;

}
/* News Event Style End */

/*News Event Content Style Start*/
.page_container .ne_content_date {
    /*float: right;*/
    font-weight: bold;
    font-size: 16px;
}

.page_container .ne_contetn_image {
    /*background-color: #eae8e87d;*/
    text-align: center;
    border-radius: 4px;
}

.page_container .ne_contetn_image img {
    border-radius: 4px;
    max-width: 100%;
}

.page_container .ne_content_title {
    text-align: justify;
    font-size: 30px;
    padding: 15px 0px;
}

.page_container .ne_content_body {
    padding: 20px 0px;
    text-align: justify;
}
/*News Event Content Style End */

@media screen and (max-width: 1330px) {
    .page_container .page_content {
        border-radius: 0px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 440px) {
    .page_container .page_content {
        padding: 15px 20px;
    }
}

.image_galery_button {
    display: none;
}
/* ovverride image galery css*/
.mfp-wrap {
    z-index: 2110;
}

.mfp-bg {
    z-index: 2109;
}

.plot_bands {
    opacity: 50% !important;
}


/*!*FB Chatbot *!*/
/*.page_container .fb_dialog.fb_dialog_advanced {*/
/*    right: 14pt !important;*/
/*    bottom: 20pt !important;*/
/*}*/
/*.page_container iframe.fb_customer_chat_bounce_in_v2 {*/
/*    right: 0pt !important;*/
/*    bottom: 63pt !important;*/
/*}*/
/*.page_container iframe.fb_customer_chat_bounce_out_v2 {*/
/*    right: 0pt !important;*/
/*    bottom: 63pt !important;*/
/*}*/

/*.fb_dialog.fb_dialog_advanced {*/
/*    right: 14pt !important;*/
/*    bottom: 107pt !important;*/
/*}*/
/*iframe.fb_customer_chat_bounce_in_v2 {*/
/*    right: 0pt !important;*/
/*    bottom: 150pt !important;*/
/*}*/
/*iframe.fb_customer_chat_bounce_out_v2 {*/
/*    right: 0pt !important;*/
/*    bottom: 150pt !important;*/
/*}*/
