@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

:root{
    --background: #28a745;
    --background-color: #fff;
    --footer-color: #333533;
    --theme-bg: #fff;
    --theme-text: #212529;
	--invert-text: #fff;
}

[data-theme="dark"] {
    --background: #161625;
    --background-color: #161625;
    --footer-color: #818cab;
    --theme-bg: #23282D;
    --theme-text: #fff;
	--invert-text: #212529;
}

.accbtn {
    padding: 3px 7px!important;
}

.header {
    color: white;
    text-align: center;
    padding-top: 30px;
    position: relative;
    z-index:10000;
}

.main-block {
	height: 500px;
	display: flex;
	flex-direction: row-reverse;
}

.secondary-block {
	display: flex;
	height: auto;
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	background-color: transparent!important;
	justify-content: center;
	transition: .2s;
}

.secondary-block-element {
	background: white;
	margin: 10px;
	padding: 20px;
    background-color: var(--theme-bg);
    box-shadow: 15px 14px 38px 0px rgba(0,0,0,0.1);
	text-align: center;
	transition: .2s;
	color: var(--theme-text);
}

.secondary-block-element:hover {
	transform:translateY( -15px);
	background-color: #ACBB78;
	transition: .2s;
	color: white!important;
}

.secondary-block-element:hover a {
	color: var(--theme-text)!important;
}

.secondary-block-element:hover i {
	color: var(--theme-text)!important;
}

.secondary-block-element a {
	text-decoration: none;
	color: var(--theme-text);
}

.secondary-block-element div {
	margin-left: auto;
	margin-right: auto;
}

.main-block .townhall-name {
	float: right;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 20px;
	align-items: center;
	text-decoration: none;
}

.main-icon {
	font-size: 50px;
	margin-bottom: 10px;
}

.infocons {
	height:70px!important;
}

.townhall-name h4 {
	color: white!important;
}

.new-header {
	background-color: #23282D;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-style: solid;
    color: rgba(254, 254, 254, 0.5);
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.new-menu {
	background-color: rgba(255, 255, 255, 1);
    color: rgba(33, 33, 33, 1);
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.primary-nav ul {
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
}

.primary-nav ul li {
	padding: 10px;
	
}

.nav-item {
	list-style: none!important;
}

.container {
    background-color: var(--theme-bg);
    color: var(--theme-text);
}

.nav-container {
	background-color: #343A40!important;
}

.card-body p {
    color:#6c757d!important;
}

.accbtn {
    padding: 5px 10px!important;
}

body {
    font-family: Roboto Condensed;
    overflow-y: scroll;
    height: 100%;
    background: url("../img/meseseni2.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: var(--theme-bg);
    margin-bottom: 15px;
	padding: 10px;
    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: var(--theme-bg);
    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: 991px) {

	.primary-nav ul {
		flex-direction: column;
	}

}

@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;
}

.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%;
        }
    }