/* Start:/bitrix/templates/dobro/components/bitrix/main.calendar/.default/style.css?1381311933157*/
.calendar-icon{
	background: url(../../../../../templates/dobro/images/icons.png) no-repeat 0 -386px;
	padding-left: 10px;
	height: 14px;
	width: 5px;
	cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/dobro/components/bitrix/system.pagenavigation/.default/style.css?1381300537809*/
div.modern-page-navigation { 
	padding: 0.5em 0;
	text-align: center;
}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

span.modern-page-title{
	display: none;
}
/* End */


/* Start:/bitrix/templates/dobro/components/bitrix/news/help_requests/bitrix/news.list/.default/style.css?14035052955115*/
h1 {
	margin-bottom: 15px !important;
}

.help-requests-list .item{
	display: inline-block;
	position: relative;
	width: 280px;
	height: 350px;
	padding: 10px 30px 40px 0;
	vertical-align: top;
}
	.help-requests-list li:first-child .item{
		background: transparent;
	}
	.help-requests-list .photo-wrapper{
		background: #c1e9f5;
		border-radius: 4px;
		display: inline-block;
		padding: 9px;
		vertical-align: top;
		margin-bottom: 15px;
		position: relative;
	}
		.help-requests-list .photo-wrapper .who-working-button {
			position: absolute;
			left: -10px;
			top: -10px;
			background: white;
			height: 20px;
			width:20px;
			text-align: center;
			line-height: 20px;
			border-radius: 50%;
			cursor: pointer;
			color: #00608c;
			border: 1px solid #60A9C9;
		}
		.help-requests-list .photo-wrapper .who-working-wrapper {
			position: absolute;
			background: white;
			left: -10px;
			top: -10px;
			width: 240px;
			height: 255px;
			border: 1px solid #60A9C9;
			border-radius: 70px 10px 10px 10px;
			text-align: justify;
			padding: 20px 5px 5px 55px;
			font-size: 9pt;
			cursor: pointer;
			display: none;
		}

		.help-requests-list .photo{
			display: inline-block;
			width: 120px;
			height: 120px;
			border-radius: 4px;
			background: url(../../../../../templates/dobro/images/ava-big-default.png) no-repeat 50% 0%;
			background-size: cover;
			box-shadow: inset 0 0 5px -2px #000;
			border: 1px #cdf4e2 solid;
		}
	.help-requests-list .right{
		width: 120px;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 15px;
	}
		.help-requests-list h3{
			font-weight: normal;
			padding: 0;
			margin: 0;
			line-height: 1.1em;
			height: 5.6em;
			overflow: hidden;
		}
		#get-help .button, .help-requests-list .button{
			padding: 0 10px 0 0;
		}
		#get-help .button i, .help-requests-list .button i{
			display: inline-block;
			vertical-align: top;
			background: url(../../../../../templates/dobro/images/icons.png) no-repeat 10px -485px;
			width: 40px;
			height: 33px;
		}
	.help-requests-list .preview{
		font-size: 9pt;
		line-height: 1.1em;
		height: 6.9em;
		margin-bottom: 10px;
		overflow: hidden;
		word-wrap: normal;
	}
		.help-requests-list .preview .grey {
			margin-bottom: 5px;
		}
	.help-requests-list .progress{
		width: 280px;
		height: 6px;
		background: url(../../../../../templates/dobro/images/progress.png) repeat-x 0 0;
		border: 1px #fff solid;
		box-shadow: 0 0 0 2px #8fe8cd;
		border-radius: 6px;
		margin: 34px 0 5px 0;
	}
		.help-requests-list .progress div{
			width: 280px;
			height: 6px;
			background-image: url(../../../../../templates/dobro/images/progress.png);
			background-repeat: no-repeat;
		}
	.help-requests-list .need{
		float: left;
	}
		.help-requests-list .need span{
			display: inline-block;
			margin: 0 5px 0 0;
			vertical-align: bottom;
			line-height: 0.8em;
		}
			.help-requests-list .need span.big{
				font-size: 24pt;
				color: #00608c;
				font-weight: bold;
			}
			.help-requests-list .need span.small{
				font-size: 19pt;
				color: #00608c;
				font-weight: bold;
			}
	.help-requests-list .received{
		float: right;
		text-align: right;
	}
		.help-requests-list .received span{
			display: inline-block;
			margin: 0 5px 0 0;
			vertical-align: bottom;
			line-height: 0.8em;
		}
			.help-requests-list .received span.big{
				font-size: 17pt;
				color: #00608c;
				font-weight: bold;
			}
			.help-requests-list .received span.small{
				font-size: 14pt;
				color: #00608c;
				font-weight: bold;
			}
	.help-requests-list .need .grey, .help-requests-list .received .grey{
		font-size: 10pt;
		margin: 0 0 5px 0;
		margin-top: 5px;
	}
	.help-requests-list .fund{
		margin: 5px 0;
		font-size: 9pt;
	}
	.help-requests-list .panel{
		font-size: 9pt;
		line-height: 1.1em;
		border-top: 1px solid #9dcee1;
		margin: 10px 0 0 0;
		padding: 5px 0 0 0;
		bottom: 13px;
		left: 0px;
		position: absolute;
		width: 95%;
	}
		.help-requests-list .panel .views{
			display: inline-block;
			background: url(../../../../../templates/dobro/images/icons.png) no-repeat 0 -449px;
			padding: 0 0 0 15px;
			margin: 0;
			height: 14px;
			vertical-align: top;
		}
		.help-requests-list .panel .comments{
			display: inline-block;
			background: url(../../../../../templates/dobro/images/icons.png) no-repeat 0 -468px;
			padding: 0 0 0 15px;
			margin: 0 0 0 15px;
			height: 14px;
			vertical-align: top;
		}
		.help-requests-list .panel .button {
			display: inline-block !important;
			margin: 0 0 0 15px;
			border: none !important;
			background: none !important;
			color: #00608c !important;
			font-size: 9pt !important;
			line-height: 1.1em !important;
			text-transform: none !important;
			text-shadow: none !important;
			font-weight: normal !important;
			height: 9pt !important;
			text-decoration: underline;
		}
		.help-requests-list .panel .edit, 
		.help-requests-list .panel .reqControl,
		.help-requests-list .panel .delete {
			display: inline-block;
			margin: 0 0 0 10px;
		}

		.nomat {
			font-size: 9pt;
			line-height: 1.1em;
			height: 6.9em;
			margin: 0px;
			overflow: hidden;
			word-wrap: normal;
		}
			.nomat .grey {
				margin-bottom: 5px;
			}
/* End */
/* /bitrix/templates/dobro/components/bitrix/main.calendar/.default/style.css?1381311933157 */
/* /bitrix/templates/dobro/components/bitrix/system.pagenavigation/.default/style.css?1381300537809 */
/* /bitrix/templates/dobro/components/bitrix/news/help_requests/bitrix/news.list/.default/style.css?14035052955115 */
