body {
    font-size: 14px;
    color: #000;
}

.loading {
    background: #fff !important;
    min-height: 600px;
    position: relative;
    transition: height 10s;
    -webkit-transition: height 10s;
}
.loading * {
    display: none !important;
}

.loading:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 100px;
    height: 100px;
    background: url(../img/rolling.svg) no-repeat 50% 50% #fff;
    content: '';
}

.btn-primary {
    background-color: #025395;
    border-color: #025395;
}

.logo_head {
    display: inline-block;
    margin: 40px 0;
}

/* Menu Sections */

.menu .navbar-simple {
    background: #F9F9F9;
    border: 0;
    line-height: 32px
}

.navbar-simple .navbar-brand {
    font-size: 24px;
    color: #025395;
    line-height: 32px;
    margin: 0;
}

.navbar-simple .navbar-nav>li>a, .navbar-simple .dropdown-menu>li>a {
    color: #025395;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-simple .dropdown-menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-simple .navbar-nav>li>a:focus, .navbar-simple .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #025395;
}

.navbar-simple .navbar-nav>.active>a, .navbar-simple .navbar-nav>.active>a:focus, .navbar-simple .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #025395;
}

.navbar-simple .navbar-toggle {
    border-color: #025395;
}

.navbar-simple .navbar-toggle .icon-bar {
    background-color: #025395;
}

.navbar-simple .navbar-collapse {
    float: right;
}

@media (max-width: 768px) {
    .navbar-simple .navbar-collapse {
        float: none;
    }

    .navbar-simple .navbar-brand {
        line-height: 22px !important;
        font-size: 20px
    }

    .navbar-simple .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.like-button-header {
    display: inline-block;
    margin-top: 20px;
    vertical-align: middle;
}

.header__section__name {
    font-size: 24px;
    color: #025395;
    margin: 40px 0;
}

.title__container {
    font-size: 24px;
    font-weight: 400;
    background: #025395;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    color: #ffffff;
    border-radius: 4px;
}

.title__head {
    background: transparent;
    padding: 0;
    color: #000
}

.title__head h2 {
    margin: 0;
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
}

.alert-info .title__head {
    color: #025395;
    font-weight: 700;
}

.title__map__container {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    color: #000;
}

.text__main__template {
    font-size: 14px;
    padding: 0 0 15px 0;
}

.map .elections__nav {
    margin-bottom: 15px;
}

.map__form .control-label {
    display: block;
}

.map__form .form-actions {
    margin-top: 25px
}

.date__news {
    color: #999;
    font-size: 12px;
}

.tags__news {
    margin-bottom: 10px;
    color: #999;
}

.tags__news .tag {
    color: #999;
    font-size: 12px;
    background: #f9f9f9;
    padding: 3px 5px;

}

.comments__news a {
    font-size: 12px
}

.news__main__box {
    margin: 0 0 30px 0;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 30px 0;
}

.news__image {
    margin-right: 10px;
    overflow: hidden;
    width: 20%;
}

.news__image img {
    border-radius: 5px;
    overflow: hidden
}

.news__info__container {
    display: inline-block;
    width: 75%;
}

.news__title {
    color: #025395;
    font-size: 16px;
}

.news__style {
    color: #025395;
    font-size: 14px
}

.map__container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    min-height: 450px;
    margin: 30px auto;
    display: block;
}

#map1 .map__search__form, .tab-map1 .map__search__form {
    width: 50%;
}

#map2 .map__container, .tab-map2 .map__container {
    width: 80%;
    min-height: 150px;
}

#map2 .map__container__pmb, .tab-map2 .map__container {
    width: 50% !important;
    min-height: 150px !important;
}

.main__container .main__content{
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 4px;
    margin-top: 15px
}

.main__container .tab-pane:first-child {
    border-right: 1px solid #ddd;
}

.elections__nat .tab-pane:first-child {
    border-right: 0;
}

#map1 .tab-border, .tab-map1 .tab-border {
    padding: 15px 0 15px 15px
}

#map2 .tab-border, .tab-map2 .tab-border{
    padding: 15px 15px 15px 0
}


@media (max-width: 768px) {
    .logo_head {
        margin: 20px 0;
    }

    .title__container {
        font-size: 18px;
    }

    .title__head h2 {
        font-size: 18px;
        font-weight: 400;
        display: inline;
    }

    .map__form .form-actions {
        margin-top: 0;
    }

    .map__container {
        min-height: 280px
    }

    #map1 .map__search__form , .tab-map1 .map__search__form {
        width: 100%;
    }
    #map2 .map__container, .tab-map2 .map__container {
        width: 80%;
    }

    .map__search__form {
        float: none;
    }

    .map__search__text {
        font-size: 14px;
    }

    .news__main__box {
        display: block
    }

    .news__image img {
        width: 100%;
    }

    .news__image ,.news__info__container {
        width: 100%;
    }

    .news__info__container {
        margin-top: 15px;
    }
    #conteiner_ziare_com_09Ao0p807ui45ty table tr td {
        background: none !important;
        padding: 0 10px !important;
    }
    #conteiner_ziare_com_09Ao0p807ui45ty table tr td b {
        font-size: 16px !important;
    }

    .map .main__content{
        border: none;
        margin-bottom: 0;
    }
    .map .tab-pane:first-child {
        border-right: none;
    }
    #map1 .tab-border, .tab-map1 .tab-border {
        padding: 0
    }

    #map2 .tab-border, .tab-map2 .tab-border {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 992px ) {
    .navbar-simple .navbar-nav>li>a {
        padding: 20px 10px
    }

    .map__form .form-actions {
        margin-top: 0;
    }

    .map__container {
        min-height: 350px
    }

    .navbar-simple .navbar-brand {
        font-size: 22px
    }
    .main__container .tab-pane:first-child {
        border: 0;
    }
}

.box__tab-content {
    padding: 15px;
}

.box__tab-content .elections_widget .whitebg {
    border: 0;
}

.info_right_cuvinte:hover, .info_right_cuvinte:focus {
    background: #025395;
    color: #fff;
    text-decoration: none;
}

/* Modal */


.elections__nav .nav-tabs>li>a {
    color: #025395;
}

.elections__nav .nav-tabs>li.active>a, .elections__nav .nav-tabs>li.active>a:focus, .elections__nav .nav-tabs>li.active>a:hover{
    background: #025395;
    color: #fff;
}

.tab__content {
    margin: 15px 0;
}

.title__elections__modal {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}

.elections__modal .loading {
    min-height: 400px;
}

@media (max-width: 768px) {
    .elections__modal .nav-tabs>li>a {
        font-size: 14px
    }
    .elections__nav .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box!important;
        display: -moz-box!important;
    }

    .elections__nav .nav-tabs>li {
        float: none;
    }

    .title__elections__modal {
        font-size: 16px;
    }

}

.elections__nav__type2  .nav-tabs {
    border: none;
}

.elections__nav__type2  .nav-tabs>li {
    width: 50%;
    margin: 15px 0;
    float: none
}

.elections__nav__type2  .nav-tabs a{
    background: #f5f5f5;
    border-radius: 5px;
}

.elections__nav__type2 .title__nav {
    font-size: 22px;
    font-weight: bold;
}

.elections__nav__type2 .text__nav {
    margin-top: 20px;
    display: block;
}

@media (max-width: 768px) {
    .elections__nav__type2  .nav-tabs {
        display: block !important;
        overflow-x: inherit;
        overflow-y: inherit;
    }
    .elections__nav__type2  .nav-tabs>li {
        width: 100%;
    }
}

.chart-elections__local {
    margin-bottom: 5px !important;
}

.elections__container .elections_widget {
    font-size: 14px;
}

.elections__container .elections_widget .chart .chart-line .item-name {
    padding: 0 15px;
}

.elections__container .elections_widget .chart .chart-line .item-percent {
    padding-right: 15px
}

.elections__container .elections_widget .chart .chart-line {
    height: 40px;
    line-height: 40px;
    margin: 0;
}

.elections_widget__results .panel-heading {
    padding: 5px 15px;
    background: #fff;
}

    /* Map */

.map__container path {
    cursor: pointer;
}

.map__container text {
    cursor: pointer;
    stroke-width: 0 !important;
    font-size: 32px !important;
}

.map__container path:hover {
    fill: #BBBBBB !important;
}

.map__container image {
    cursor: pointer;
}

.map__container image:hover {
    fill: #BBBBBB !important;
}

.map__container strong {
    text-align: center;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

.map__container strong:hover {
    text-decoration: underline;
}

/* Sidebar */

.sidebar .fleft {
    float: none
}
.sidebar .fright {
    float: none
}

.panel-news {
    display: flex;
}

.panel-news a {
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px
}

.banner {
    margin-bottom: 10px;
}

/* Footer */

#footer {
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #e0e0e0
}

.footer__link {
    color: #337ab7 !important;
    font-size: 12px !important;
}

.contain_categories {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e0e0e0
}

.title__contain_categories, .info_footer_text {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}

.info_right_cuvinte {
    background: #F9F9F9;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.personalitati img {
    display: none;
}

.panel-elections .panel-heading {
    background: #025395;
    border: 1px solid #025395;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}

.panel-elections .panel-footer {
    background: #025395;
    border: 1px solid #025395;
    text-align: center;
    color: #ffffff;
}

.banner__container {
    padding: 15px
}

/* Polls */

.continut_sondaje_homepage{
    width: 100%;
}

.polls__header, .border-img  {
    display: none;
}

.polls__question {
    font-size: 18px !important;
}

.polls__answers {
    margin-bottom: 5px;
    width: 50% !important;
}


.polls__answers input {
    margin: 4px 5px 0 0 !important;
}

.polls__answers span, .polls__candidates, .polls__nr {
    font-size: 14px !important;
}

.polls__nr {
    width: 5%
}

.polls__candidates {
    width: 50% !important;
}

.polls__answers span label {
    font-weight: 300 !important;
}

@media (max-width: 768px) {
    .polls__nr {
        width: 10%;
    }
}

.continut_sondaje_homepage .title__poll {
    font-size: 18px;
    color: #355183
}

.gradient_sondaje_homepage2{
    height: 20px;
    background:#32408f;
}

.gradient_sondaje_homepage{
    background:#ececec;
    height: 20px;
    width: 35%;
}

@media (min-width: 768px) and (max-width: 992px ) {
    .polls__answers span {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .gradient_sondaje_homepage {
        width: 70%;
        margin-left: 10%;
    }
}

.submit_sondaje {
    background:transparent url(../img/submit_sondaje.jpg) no-repeat top left;
    width:78px!important;
    height:23px;
    border:none!important;
    cursor: pointer
}

/* End polls */

/* Results */

#results__modal .chart {
    padding: 15px 0;
    border-top: 1px solid #cdcdcd;
}

#results__modal .elections_widget .chart .chart-line .item-ammount {
    background: #FF0000;
    color: #fff;
}

/* End Results */

.goTop {
    display: none;
    position: fixed;
    z-index: 20;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.goTop:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #fff;
    text-decoration: none;
}

.goTop span {
    padding-top: 5px;
}

.breadcrumb {
    background: #fff;
    padding: 0 0 5px 0;
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
    .breadcrumb {
        font-size: 12px;
    }
}
