/*
	Content Style Sheet
*/

#content {
	margin-left: 10px;
	margin-right: 10px;
	background: #FFFFFF;
}

#content .layout {
	width: 100%;
	/*! margin: 0 30px 0 30px; */
}


#content hr {
	border: 0;
	height: 1px;
	background-color: #ddd;
	margin: 20px 0 20px 0;
}


.dialog_toolbar {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}


#main_column {
	width: 75%;
	float: left;
	margin-left: 10px;
}

@media screen and (max-width: 1024px) {
#main_column {
	width: calc(100%);
	float: left;
	margin-left: 0;
	margin-right: 0;
}
#content {
	margin-left: 0;
	margin-right: 0;
}
}


#main_column_akt {
	width: 480px;
	float: left;
}

#main_column h1 {
	margin: 0 0 10px 0;
/*	padding: 0; */
	font-size: 1.3em;
}




#sidebar {
	width: 20%;
	float: right;
}

@media screen and (max-width: 1024px) {
#sidebar {
	width: 100%;
	float: right;
}
}


#sidebar_akt {
	width: 120px;
	float: right;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#sidebar .sidebar_item {
	margin-top: 10px;
	margin-bottom: 30px;
}

#sidebar .sidebar_item .title {
	font-size: 1.3em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}

#sidebar .sidebar_item .content {
	padding: 5px;
}


.fm_list thead {
	background: #f1f1f1;
}

.fm_list thead th {
	height: 26px;
	border-bottom: 1px solid #ddd;
}

.fm_list tbody tr td {
	border-bottom: 1px solid #ddd;
}

.fm_list tbody tr:hover td {
	background: #efefef;
}

#image_preview {
	display: none;
	width: 205px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 515px;
	background: #fff;
}

#image_preview div {
	padding: 3px;
}



.news_item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

.news_item .title {
	font-size: 1.4em;
}

.news_item .title a.important {
	color: #F00;
}

.news_item .date {
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 1em;
 	/*border-bottom: 1px solid #ddd;*/
	color: #999;
}

.news_item .intro_expanded {
	font-weight: bold;
	margin-bottom: 20px;
}

.news_item .body {
	margin-bottom: 20px;
}


.news_item_small {
	margin-bottom: 10px;
}

.news_item_small .title {
	font-weight: bold;
}

.news_item_small .date {
	font-size: 0.7em;
	color: #999;
}



.ads_item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

.ads_item .date {
	padding-top: 5px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 0.7em;
	border-top: 1px solid #ddd;
	color: #999;
}

.ads_item .body {
	margin-bottom: 20px;
}



.report_table {
	border: 1px solid #ddd;
	border-bottom: 0;
}

.report_table tr.heading td {
	font-weight: bold;
	background: #f1f1f1;
	height: 24px;
}

.report_table tr.row td {
	border-bottom: 1px solid #ddd;
}



.flat_delimiter {
	background: #6B8E23;
	color: #fff;
}

.counter_info {
	border-bottom: 1px solid #ddd;
}


.toolbar {
	height: 60px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}


/* Reports */
tr.report_header td {
	font-weight: bold;
	font-size: 10px;
	background: #f5f5f5;
	height: 18px;
	text-align: center;
}

tr.report_row td {
	border-bottom: 1px solid #ddd;
	height: 18px;
}



.pic_thumb {
	float:left;
	text-align: center;
	width: 180px;
	height: 180px;
	margin: 7px;
}



.announcement_table {
	background-color: #DDD;
}

.announcement_table td {
	background-color: #FFF;
}

.announcement_table td, .announcement_table th {
	font-size: 10px;
}


#sudzibas .sudziba {
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
}

#sudzibas .sudziba td.address {
    background-color: #EEE;
}

#sudzibas .sudziba td.date {
    font-size: 10px;
}

#sudzibas .sudziba td.reply {
    border-top: 1px dotted #EEE;
    background-color: #FFD;
}

.img {
	width: calc(70%);
	height: auto;
	box-sizing: border-box;
}

.sidebar .widget .widget-title {
  font-size: 17px;
  font-weight: 600;
  color: #081828;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-left: 4px solid #779600;
  padding: 10px 10px 10px 16px;
  background: #F4F7FA;
  }

  .comment-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 40px !important;
  padding-bottom: 20px;
  background: #F4F7FA;
  padding: 15px 20px;
  border-left: 4px solid #779600;
}