@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

:root{
    --background: #007bff;
    --background-color: #fff;
    --footer-color: #333533;
    --theme-bg: #fff;
    --theme-text: #212529;
}

[data-theme="dark"] {
    --background: #161625;
    --background-color: #161625;
    --footer-color: #818cab;
    --theme-bg: black;
    --theme-text: #fff;
}

.accbtn {
    padding: 3px 7px!important;
}

.header {
    color: white;
    text-align: center;
    padding-top: 30px;
    position: relative;
    z-index:10000;
}

.container {
    background-color: var(--theme-bg);
    color: var(--theme-text);
}

.card-body p {
    color:#6c757d!important;
}

.accbtn {
    padding: 5px 10px!important;
}

body {
    font-family: Roboto Condensed;
    overflow-y: scroll;
    height: 100%;
    background: url("../img/bg.jpg");
    background-position: top right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#council-documents .nav-item a {
    color: var(--background);
}

#council-documents .active {
    color: white!important;
}

.badge-primary {
    background: var(--background)!important;
}
  
.badge-primary:hover {
    background: var(--background)!important;
}

.footer-link, .footer-link:hover {
    color: white;
}

.footer-table {
    font-size: 15px;
}

.wrapper {
    max-width: 1400px;
    margin: auto;
}

.menu-item {
    padding: 5px;
    background: black;
}

.menu-item:hover{
    background: var(--background);
    transition: .3s;
}

.menu-item .nav-link {
    color: white!important;
}

.menu-item .nav-link:hover {
    color:white!important;
    transition: .3s;
}

.menu-dropdown {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f2f2;
}

.menu-dropdown a {
    margin-left: 1.5rem;
}

.employee-img {
    height: 60px!important;
    border-radius: 15px;
}

.footer {
    margin-top: 30px;
    bottom: 0;
    width: 100%;
    background-color: black;
    opacity: .9!important;
    color: white;
}

.site-page-header {
    background-color: black;
    opacity: .9;
    margin-bottom: 15px;
    font-size: 18px;
}
.documents li {
    border-bottom: 1px dotted gray;
    margin: 5px 0;
    padding-left: 10px;
}
.navbar {
    padding: .3rem 0;
}

.logo-text {
    margin-top: 10px;
    color: white;
    padding-left: 63px;
    font-size: 23px;
}

.breadcrumb {
    background-color: black;
    opacity: 1;
    color: white;
    margin-bottom: 0;
}

.fa.fa-navicon {
  color:white;
  padding-top: 0px;
}

.footer-text {
    padding-top: 30px;
    padding-bottom: 30px;
}

.news h2 {
    padding: 10px;
}

.site-header-h1 {
    padding: 10px;
}

.searchbar {
    float: right;
}
.dropdown-menu show {
    z-index: 999;
}
.lang-bar-select{
    width: 34px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #F0DAB0;
}

.nav-main #language-bar img {
    width: 34px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #F0DAB0;
}

@media screen and (max-width: 480px) {
    .menu-item {
        float: left;
    }
    
    .site-search {
        width:100%;
    }
    
    .footer-text {
        padding-left: 15px;
        padding-right: 15px
    }
    
    footer h6 {
        font-size: 13px;
    }
}

@media screen and (max-width: 570px) {
    .searchbar {
        float: none;
    }
    .site-search {
        width: 85%;
        margin-right: 10px;
    }
}

@media screen and (max-width: 408px) { 
    .site-search {
        width: 70%;
    }
}

@media screen and (max-width: 1400px) {
} 

.page-content img {
    max-width: 100%;
    height: auto;
}

.content {
    position: relative;
}

.pb {
    padding:30px;
    border:1px solid gray;
}

.content-lp-none {
    padding-left: 0!important;
}

.content-p-30 {
    padding: 30px;
}

.mt-custom {
    margin-top: .4rem;
}

#civil-status table.items .fas.fa-heart {
    color: #d83148;
    opacity: .35;
}

/* 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);
  }
  #documents-tab {
      margin-top: 30px;
  }
  ul.documents li a.download:hover {
    color: var(--background);
  }
  #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;
  }
  ul.documents li .details a {
      color: var(--background)!important;
  }
  #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%;
        }
    }