

/* Start:/bitrix/templates/phpsolutions_agency_s1/components/phpsolutions/replies/replies/style.css?15832281804078*/
.article_list {
    padding: 25px;
    padding-top: 5px;
    margin-left: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
 
.article_list .detail_picture {
	float: left;
	padding: 2px;
	border: 1px solid lightblue;
	margin: 0 15px 15px 0;
}

.article_list .header3 {
    font-size: 110%;
	display: block;
	margin-bottom: 4px;
}

.article_list .comment_date {
	font-size: 80%;
	display: block;
	margin-bottom: 4px;
	color: #666666;
}

.article_list .comment_text {
	font-style: italic;
	text-align: left;
	margin-bottom: 10px;
}

.article_list .comment_author {
	font-size: 85%;
	font-weight: bold;
	text-align: right;
}

.article_list .news_list_item {
    margin-bottom: 20px;
}

.article_list h1, .article_list h2 {
    margin-bottom: 15px;
}

/*-------------------pagination-----------------*/

#pagination-container {
    color: #666;
    font: 14px/24px sans-serif;
}

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination {
    margin-bottom: 20px;
    margin-top: 10px;
}

.pagelink {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

a.pagelink:link, a.pagelink:visited {
    color: #717171;
    text-decoration: none;
}

a.pagelink.active {
    color: #f0f0f0;
    text-decoration: none;
}

.pagelink:hover, .pagelink.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pagelink.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.pagelink.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.pagelink.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.pagelink.dark:hover, .pagelink.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.pagelink.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.pagelink.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}

/*--------------------------------------------*/

.curved-vt-2 {
    position:relative;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
 
.curved-vt-2:before,
.curved-vt-2:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.curved-vt-2:before {
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
         border-radius:10px / 100px;
}
 
.replies_list_item {
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

#comment-button {
	text-align: right;
	margin: 15px 0;
}

/* End */
/* /bitrix/templates/phpsolutions_agency_s1/components/phpsolutions/replies/replies/style.css?15832281804078 */
