/*===================================================*/
/*                                                                                                      */
/*                                    TABLE OF CONTENT                                  */
/*                                                                                                      */
/*===================================================*/
/* SECTION 1 - GENERAL STYLES */
/* ---> custom reset */
/* ---> forms */
/* ---> tables */
/* ---> sizing classes */
/* ---> others */
/* SECTION 2 - HEADER STYLES */
/* SECTION 3 - LAYOUT TEMPLATE */
/* SECTION 4 - DETALII CHITANTE TEMPLATE */
/* SECTION 5 - PREVIZUALIZARE SOMATIE LOCATAR */

/* MEDIA QUERIES SECTION */
/* ---> all type devices */
/* ------> min-width: 1200px */
/* ------> min-width: 992px and max-width: 1199px */
/* ------> min-width: 768px and max-width: 991px */
/* ------> min-width: 480px and max-width: 767px */
/* ------> max-width: 479px */


/*
 *  SECTION 1 - GENERAL STYLES - start
 */
/* custom reset - start */
body {
    padding-bottom: 40px;
}
.navbar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/* custom reset - end */

/* forms - start */
input.form-control {
	min-width: 60px;
}
.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}
.btn-success:active, .btn-success.active {
  background-color: #57a900;
}
form {
	width: 100%;
	max-width: 500px;
}
form.no-max-width {
	max-width: 100%;
}
form.no-max-width .limit-width {
	width: 100%;
	max-width: 500px;
}
.error {
	color: #a94442;
}
.red_input_border {
	border: 1px solid red !important;
}

.text-red {
	color: red;
}
.popover-error {
	width: 100%;
	max-width: 150px;
	background: #a94442;
}
.popover-error.top .arrow { border-top-color: #a94442; border-top-color: rgba(169,68,66,.25); }
.popover-error.top > .arrow:after { border-top-color: #a94442; }
.popover-error.bottom .arrow { border-bottom-color: #a94442; border-bottom-color: rgba(169,68,66,.25); }
.popover-error.bottom > .arrow:after { border-bottom-color: #a94442; }
.popover-error.left .arrow { border-left-color: #a94442; border-left-color: rgba(169,68,66,.25); }
.popover-error.left > .arrow:after { border-left-color: #a94442; }
.popover-error.right .arrow { border-right-color: #a94442; border-right-color: rgba(169,68,66,.25); }
.popover-error.right > .arrow:after { border-right-color: #a94442; }
.popover-error .popover-title {
	display: none;
}
.popover-error .popover-content {
	color: white;
}
	/* jQuery UI tooltip - error style - start */
		.tooltip-error {
			background: #a94442;
			border-color: #a94442;
			position: absolute;
			padding: 5px 10px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		.tooltip-error .tooltipster-arrow {
			position: absolute;
			display: block;
			width: 0;
			height: 0;
			margin: auto; 
			border-width: 10px;
			border-style: solid;
			border-color: transparent;
		}
		.tooltip-error .tooltipster-arrow-left { border-left-color: #a94442; top: 0; bottom: 0; left: 100%; }
		.tooltip-error .tooltipster-arrow-right { border-right-color: #a94442; top: 0; bottom: 0; right: 100%; }
		.tooltip-error .tooltipster-arrow-top { border-top-color: #a94442; top: 100%; left: 0; right: 0; }
		.tooltip-error .tooltipster-arrow-top-left {  border-top-color: #a94442; top: 100%; left: 5%; }
		.tooltip-error .tooltipster-arrow-bottom { border-bottom-color: #a94442; bottom: 100%; left: 0; right: 0; }
		.tooltip-error .tooltipster-arrow span {
			display: none;
		}
		.tooltip-error .tooltipster-content {
			color: white;
		}
	/* jQuery UI tooltip - error style - end */
.disabled {
	color: #ccc;
}
.disabled a {
	cursor: not-allowed;
	color: #ccc;
}
.form-inline input[type=submit],
.form-inline button[type=submit] {
	margin-left: 6px;
}
input[type=radio].nolabel,
input[type=checkbox].nolabel {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
}
/* forms - end */

/* tables - start */
.bkg-dark {
	background-color: #EEEEEE;
}
/*
.bkg-transparent,
.table .table.bkg-transparent {
	background-color: transparent;
}
*/
tr:hover td.bkg-dark {
	background-color: #F5F5F5;
}
.zero-color {
	color: #ccc;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
	vertical-align: middle;
}
.table > thead > tr > th {
	vertical-align: bottom;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	top: auto;
	bottom: 8px;
}
.table-responsive {
	margin-bottom: 40px;
}
table.dataTable thead > tr > th.dt_noSnoS {
	padding-right: 8px;
}
.label-in-table {
	line-height: 34px;
	margin: 0;
	display: block;
}
.no-pagination .dataTables_filter {
	float: left;
}
.no-pagination .dt-left-col {
	display: none;
}
.print-tabel-semnaturi {
	display: none;
}
.print-only {
	display: none;
}
/*
.details_tr > td {
	background-color: #f5f5f5;
}
.selected_month {
	cursor: pointer;
}
*/
.secondary-table th,
.secondary-table td {
	padding: 8px;
	vertical-align: middle;
}
#dt_lista_consum_apa {
	width: 100%;
	max-width: 100%;
	table-layout: auto;
}
#dt_lista_consum_apa th {
	vertical-align: bottom;
}
#dt_lista_consum_apa th,
#dt_lista_consum_apa td {
	padding: 2px 4px;
}
/* tables - end */

/* sizing classes - start */
.vertical-space {
	margin-top: 30px;
}
.mt15 { margin-top: 15px; }
.mb15 { margin-bottom: 15px; }
.no-bullets-list {
	list-style-type: none;
}
.no-top {
	margin-top: 0;
}
.no-bottom {
	margin-bottom: 0;
}
.align-with-input {
	margin-top: 0;
	margin-bottom: 15px;
}
.align-with-title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.no-h-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-h-padding {
	padding-left: 0;
	padding-right: 0;
}
.form-inline .group {
	margin-bottom: 15px;
}
.form-inline .group input[type=submit],
.form-inline .group button[type=submit] {
	margin-left: 0;
}
/* sizing classes - end */

/* others - start */
.page-break { display: none; }
.zf-green {
    color: #005eb8;
}
.display-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.display-inline {
	display: inline;
}
.action-group {
	display: block;
	float: left;
	margin: 0 0 25px 0;
	padding-right: 20px;
	min-width: 33%;
}
.nowrap {
	white-space: nowrap;
}
.nobold {
	font-weight: normal;
}
.clear-both {
	clear: both;
}
.ui-dialog .ui-dialog-titlebar-close {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 16px;
	height: 16px;
}
.indent2 { text-indent: 2em; }
.indent3 { text-indent: 3em; }
.indent4 { text-indent: 4em; }
/* others - end */
/*
 *  SECTION 1 - GENERAL STYLES - end
 */

/*
 *  SECTION 2 - HEADER STYLES - start
 */
 .nav-brand-container {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo {
	position: relative;
	height: 80px;
	z-index: 1;
}
.nav-brand-container span {
	font-size: 12px;
    color: #333;
    position: relative;
    z-index: 1;
    text-align: center;
	margin-left: 20px;
    margin-top: 10px;
	line-height: normal;
	text-shadow: none;
}
#header-nav {
	background-color: #fff;
    background-image: none;
    border: 0;
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
		-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
			box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
#header-nav .header-logo {
	float: left;
	margin: 0 15px 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#header-nav .navbar-brand,
.header-title {
	color: #005eb8;
	font-size: 2.571em;
	font-weight: bold;
	padding: 10px 15px;
	line-height: 40px;
	height: auto;
}
.header-title {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
#header-nav .navbar-toggle {
	margin-top: 33px;
    margin-bottom: 33px;
}
#header-nav .navbar-toggle .icon-bar {
	background-color: #333; 
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #fff;
}
#header-userdata {
	float: right;
	line-height: 20px;
	padding: 40px 0;
	color: white;
}
#header-userdata ul {
	margin: 0;
}
#header-userdata a {
	color: #333;
}
#header-userdata a:hover,
#header-userdata a:focus,
a.link-with-glyph:hover,
a.link-with-glyph:focus {
	text-decoration: none;
}
#header-userdata a:hover .link-text,
#header-userdata a:focus .link-text,
a.link-with-glyph:hover .link-text,
a.link-with-glyph:focus .link-text {
	text-decoration: underline;
}
#header-userdata a:hover .glyphicon,
#header-userdata a:focus .glyphicon {
	color: #999;
}
/*
 *  SECTION 2 - HEADER STYLES - end
 */

/* Cookie consent - start */
#alert-div {
	background-color: white;
	position: fixed;
	width: 100%;
	padding: 15px 30px 15px;
	border: 1px solid #ccc;
	z-index: 999;
	bottom: 0;
    margin-bottom: 0;
}

.cookiealert-container{
	display: table;
	width: 100%;
}
#btn-close-cookie {
	padding: 8px 15px;
	background-color: #004DB3;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 33%;
	margin-left: 15px;
	float: right;
	min-width: 120px;
	color: white;
	box-sizing: border-box;
	font-family:"Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
;
}
.alert-text{
	font-size: 17px;
	color: #999;
	margin-bottom: 0 !important;
	display: table-cell;
	vertical-align: middle;
	line-height: 17px;
}
.alert-text a {
	color: #004DB3;
}
.alert-text a:focus {
	outline: none;
}
/* Cookie consent - end */


/*
 *  SECTION 3 - LAYOUT TEMPLATE - start
 */
#page_container {
	overflow: hidden;
}
#aside {
	width: 300px;
	float: left;
	position: fixed;
	padding: 0 15px;
	z-index: 1;
}
#main {
	width: 100%;
	float: right;
	position: relative;
	padding: 0 15px 0 315px;
	min-height: 400px;
}
#aside .panel-heading {
	padding-right: 45px;
}
.aside-arrow {
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	color: black;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.aside-arrow:hover,
.aside-arrow:focus {
	text-decoration: none;
}
#aside_collapse {
	position: absolute;
	top: 7px;
	right: 22px;
}
#aside_expand_container {
	display: none;
	float: left;
	position: fixed;
	width: 25px;
	height: 100px;
	border-left: 1px solid #ddd;
}
#aside_expand {
	position: absolute;
	top: 7px;
	left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
/*
 *  SECTION 3 - LAYOUT TEMPLATE - end
 */

/* User dashboard - start */
.indent-list-item {
	margin-left: 20px;
}
#apartament_list,
#asociatii_list {
	margin-top: 40px;
}

/* Factura condominiu */
#dt_facturi_primite th {
	white-space: nowrap;
}

.total-gen-label,
.total-gen-val {
	text-align: right;
	color: red;
	font-size: 200%;
	font-weight: bold;
}
.total-gen-val {
	width: 200px;
}
/* User dashboard - end */

/*
 *  SECTION 3 - LAYOUT TEMPLATE - end
 */
 
/*
 *  SECTION 4 - DETALII CHITANTE TEMPLATE - start
 */
.detalii-chitanta p {
	margin-top: 0;
	margin-bottom: 0;
}
.detalii-chitanta .titlu_chitanta {
	font-size: 150%;
}
.detalii-chitanta table {
	width: 100%;
	table-layout: fixed;
}
.detalii-chitanta .desfasurator {
	width: auto;
	border: 1px solid #DDD;
}
.detalii-chitanta .desfasurator td {
	padding: 2px 5px;
}
/*
 *  SECTION 4 - DETALII CHITANTE TEMPLATE - end
 */
 
 /*
 *  SECTION 5 - PREVIZUALIZARE SOMATIE LOCATAR - start
 */
#somatie .somatie-header {
	display: table;
	width: 100%;
	table-layout: auto;
}
#somatie .somatie-sigla {
	display: table-cell;
	vertical-align: top;
	/*padding-top: 5px;*/
	/*padding-top: 20px;
	padding-left: 1.5em;
	padding-right: 1.5em;
		border: 3px double black;*/
}
#somatie .somatie-title {
	display: table-cell;
	vertical-align: top;
	padding-left: 1.5em;
	padding-right: 1.5em;
	/*border: 3px double black;*/
	border-left: 0;
	/*border-right: 0;*/
}
#somatie .somatie-footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid black;
	margin-top: 20px !important;
	font-size: 10pt;
	page-break-inside: avoid !important;
	page-break-before: auto !important;
}
#somatie .somatie-sigla-dreapta {
	display: table-cell;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 1.5em;
	padding-right: 1.5em;
		/*border: 3px double black;*/
}
#somatie p {
	margin: 0 0 .25em;
	padding: 0;
}
 /*
 *  SECTION 5 - PREVIZUALIZARE SOMATIE LOCATAR - end
 */
 
/* RESPONSIVITATE SECTIUNE LOCATAR - start */
.isMobileLayout .table-responsive {
	-ms-overflow: visible;
	overflow: visible;
	border: 0;
	padding: 0;
	margin: 0;
}
.locatar div[data-tagname="table"] {
	margin-bottom: 30px;
}
.locatar div[data-tagname="table"] div[data-th]:before {
	content: attr(data-th) ": ";
}
.locatar div[data-tagname="table"] div[data-th].text-right {
	text-align: left;
}
.locatar div[data-tagname="td"] {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	margin: 0 auto;
}
.locatar div[data-tagname="td"]:first-child {
	border-top: 0;
}
.locatar div[data-tagname="td"]:before {
	font-weight: bold;
}
.locatar div[data-tagname="tr"] {
	padding: 0 10px;
	border: 1px solid #000;
	margin: 0 auto 15px;
}
.locatar div[data-tagname="thead"] {
	display: none;
}
.locatar div[data-th=''] {
	display: none;
}
.locatar div[data-tagname="table"] {
	
}
.locatar .tableSingleCol[data-tagname="table"] {
	border: 1px solid #000;
	padding: 0 10px;
	margin-bottom: 30px;
}
.locatar .tableSingleCol div[data-tagname="thead"] {
	display: block;
}
.locatar .tableSingleCol div[data-tagname="tr"] {
    border: 0;
	padding: 15px 0;
    border-top: 1px solid #ccc;
    margin: 0 auto;
}
.locatar .tableSingleCol div[data-tagname="td"] {
	padding: 0;
    border: 0;
    margin: 0;
	text-align: left;
}
.locatar .tableSingleCol[data-tagname="table"] div[scope="row"] {
	font-weight: bold;
	text-align: left;
}

/* FOOTER - Start */

.footer-list,
footer p{
    list-style: none;
    text-align: center;
    padding: 0;
}
.footer-list li {
    display: inline-block;
}
.footer-list li a,
footer p{
    font-size: 16px;
    color: #b1b1b1;
    text-decoration: none;
}
.footer-list li span {
    margin-left: 20px;
    margin-right: 20px;
    color: #b1b1b1;
}

footer p a {
    color: #83c410;
}

.footer-list li a:hover,
footer p a:hover{
    color: #83c410;
    text-decoration: none;
}
footer img{
    margin: 0 auto;
}

.footer-list,
footer img {
    margin-bottom: 20px;
}

/* FOOTER - END */
/* RESPONSIVITATE SECTIUNE LOCATAR - end */

/*
 *  MEDIA QUERIES SECTION - start
 */
/* all type devices - start */
@media all and (min-width: 1200px) {
	/* general styles - start */
	.input-min-width {
		min-width: 200px;
	}
	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}
@media all and (max-width: 1199px) {
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */
	.locatar #aside {
		width: 100%;
		position: relative;
	}
	.locatar #aside_collapse {
		display: none;
	}
	.locatar #main {
		padding: 0 15px;
	}
	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	/* general styles - start */
	.input-min-width {
		min-width: 200px;
	}
	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}

@media all and (min-width: 768px) and (max-width: 991px) {
	/* general styles - start */
	.input-min-width {
		min-width: 200px;
	}
	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */

	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}
@media all and (max-width: 767px) {
	#alert-div {
		padding: 15px;
	}
	.alert-text {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#btn-close-cookie {
		font-size: 0.9em;
		line-height: 0.9em;
		margin-top: 0.4em;
	}
}

@media all and (max-width: 500px) {
	.alert-text {
		font-size: 0.6em;
	}

	#btn-close-cookie {
		font-size: 0.6em;
		line-height: 1em;
		margin-top: 0;
	}
}
@media all and (max-width: 450px) {
	.cookiealert-container {
		display: block;
	}

	#btn-close-cookie {
		float: none;
		margin: 0 auto;
		margin-top: 10px !important;
	}
}
@media all and (max-width: 380px) {
	#btn-close-cookie{
		min-width: 100px;
	}
}


@media all and (min-width: 480px) and (max-width: 767px) {
	/* general styles - start */

	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */

	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}
@media all and (max-width: 479px) {
	/* general styles - start */

	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */

	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}
/* all type devices - end */
/*
 *  MEDIA QUERIES SECTION - end
 */