:root {
    --background: #1488CC;
    

    --gradient: #2B32B2;
	--theme-text: black;
	--theme-bg: white;
	--panel: white;
	--nav: #f8f9fa;
	--hover: black;
}

[data-theme="dark"] {
    --background: #161625;
	--gradient: #121212;
	--theme-text: white;
	--theme-bg: #111119;
	--panel: #222222;
	--nav: #111119;
	--hover: white;
}

.accbtn {
    padding: 3px 7px!important;
}

.header {
    color: white;
    text-align: center;
    padding-top: 30px;
    background-image: linear-gradient(to bottom right, var(--background), var(--gradient));
    /* background-image: url("../img/banner.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover; */
}

body {
    font-family: Raleway;
    overflow-y: scroll;
}

.bg {
    color: var(--theme-text);
    background: var(--theme-bg);
}

.page-content img {
    max-width: 100%!important;
    height: auto;
}

#council-documents .nav-item a {
    color: var(--background);
}

.badge-primary {
    background: var(--background)!important;
}
  
.badge-primary:hover {
    background: var(--background)!important;
}

.menu-item {
    padding: 5px;
}

.menu-item:hover{
    border-radius: 10px;
    background: #007bff;
    transition: .3s;
}

.menu-item .nav-link {
    color: white!important;
}

.menu-item .nav-link:hover {
    color: white!important;
    transition: .3s;
}

.nav-main .lang-item img {
    width: 34px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #F0DAB0;
}

.fa.fa-navicon {
  color:white;
  padding-top: 0px;
}

.img-fluid {
    margin: 15px 0 15px 0;
}

.lang-bar-select{
    width: 34px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #F0DAB0;
}

.dropdown-menu {
    min-width: 82px;
}

#language-bar {
    padding-top: 13px;
}

.site-header-h1 {
    color: white;
}

.site-header-h1 a {
    color: white;
}

.footer {
    font-size: 13px !important;
    padding-top: 30px;
    bottom: 0;
    width: 100%;
    line-height: 1.5em;
    background-image: linear-gradient(to bottom right, var(--background), var(--gradient));
    /* background-image: url("../img/banner.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover; */
    color: white;
}

.lang-img {
    width: 34px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #F0DAB0;
  }

.fa.fa-navicon {
  color:white;
  padding-top: 0;
}

.footer-text {
    padding: 30px 0 30px 0;
}

.footer-text a {
    color:white;
}

#council-documents .active {
    color:white!important;
}

.news h2 {
    padding: 10px;
}

.site-header-h1 {
    padding: 10px;
}

.footer-link {
    color: white;
}

.footer-link:hover {
    color: white;
}

.btn-outline-success {
    color: white;
    background-color: #007bff;
    border-color: #007bff!important;
}

.btn-outline-succes {
    background-color: transparent!important;
    border-color: #007bff!important;
}

.employee-img {
    height: 60px!important;
    border-radius: 15px;
}

ul.pagination .page-item .page-link {
    border: 1px solid #fff;
    /* background-color: var(--main-color); */
    color: #fff;
}

ul.pagination .page-item.disabled .page-link {
    background-color: #AAA;
    color: #fff;
}

ul.pagination .page-item.active .page-link {
    background-color: #8ECEF5;
}

@media screen and (max-width: 480px) {
    .menu-item {
        float: left;
    }
    
    .site-search {
        width:85%;
    }
    
    .footer-text {
        padding-left: 15px;
        padding-right: 15px
    }
    
    footer h6 {
        font-size: 13px;
    }
}

h4 {
    font-size: 1.4rem;
}

.card-body span {
    font-size: 12px;
}

#statements h5 {
    font-size: .9rem;
}

#civil-status table.items .fas.fa-heart {
    color: #d83148;
    opacity: .35;
}

#home-carousel .stripe {
    background-color:rgba(0,0,0,.32);
    position:absolute;
    top:75%;
    left:0;right:0;
  }
  #home-carousel .stripe h2 {
    font-family: 'Courgette', cursive;
    font-size: 46px;
    color:#fff;
    padding: .8rem 1.7rem;
    text-shadow:3px 4px 5px rgba(0,0,0,.5);
    text-align: right;
    background:-webkit-gradient(radial, -47 63, 0, 220 -257, 465, from(rgba(255,2550,255,.25)), to(rgba(0,0,0,.4)))
  }

  /* Documente CL (documente...) */

ul.documents {
    list-style: none;
  }
  ul.documents li {
    margin-bottom: -1px;
    padding: .8rem 0 .8rem .5rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: auto;
  }
  ul.documents li:hover {
    background: #f2f3f4;
  }
  ul.documents li em.date {
    display: block;
    font-size: 12px;
    color: #555;
  }
  ul.documents li a.download {
    float: left;
    margin-top: -3px;
    font-size: 3rem;
    margin-right: 6px;
    color: var(--background);
  }
  ul.documents li a.download:hover {
    color: var(--background);
  }
  #documents-tab {
    margin-top: 15px;
}
  #documents-tab.nav-tabs {
    border-color: var(--background);
  }
  #documents-tab .nav-link {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    font-size: 12px;
    background-color: #F1F2F4;
    border-color: #d6d6d6;
    border-bottom: 1px solid var(--background);
  }
  #documents-tab .nav-link.active {
    background-color: var(--background);
    color: #fff;
    font-weight: bold;
  }
  ul.documents li .details {
      color:black;
  }
  #landsales .list-header {
    border-bottom: 1px solid var(--background);
    font-weight: bold;
    padding: 1em 0;
    }
    #landsales .item {
    padding: .5em 0;
    border-bottom: 1px solid #eee;
    }
    #landsales .item:hover {
    background-color: #eee;
    }
    .video-with-ratio {
        width: 100%;
        position: relative;
        height: 0;
        padding-bottom: 56%;
    }
    .video-with-ratio iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .monitor-heading {
        background-color: var(--background)!important;
        border-color: var(--background)!important;
    }

    .monitor-width {
        width: 39.6%;
    }
    
    @media (max-width: 768px) {
        .monitor-width {
            width: 100%;
        }
        .logo-mobile img {
            text-align: center;
            float: none;
        }
    }

.logo-mobile img {
    float: left;
}

