/**
 * This file is part of the FOSCommentBundle package.
 *
 * (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

.or {
    color: #a3a3a3;
    margin: -13px 0 15px;
	text-align:center;
	#margin-top:6px;
}

.or span {
    background: #fff;
    padding: 0 10px;
}

.line {
    background: #d9d9d9;
	height: 1px;
	font-size: 0;
	line-height: 0;
	margin-top:27px;
}


 
.srchfld2 {
	width:56%; 
	float:left;
	margin-left:20%;
	background:yellow; 
	font-size:18px; 
	color:#000; 
	padding-left:15px; 
	margin-bottom:20px;
}


.ics { position: relative; display:block; }
.ics::after {
    content: '';
    position: absolute;
     top: -250%;
    left: -50%;
     width: 1000%;
    height: 100%;
}
 
.ics2 { position: relative; display:block; }
.ics2::after {
    content: '';
    position: absolute;
     top: -250%;
    left: -50%;
     width: 1000%;
    height: 100%;
}
  
 
.premium_link {
	color: #d1ba14;
	font-size: 20px;
    line-height: 20px;
}

.fos_comment_comment_form_holder {
	margin-bottom: 35px;
    display: flow-root;
    clear: left;
}

#fos_comment_comment_body + div {
/*.fos_comment_comment_new_form > div:nth-of-type(2) {*/
	width: calc(100% - 200px);
	float: left;
	text-align: left;
	margin-top: 15px;
}

.fos_comment_comment_new_form {
	margin-bottom: 20px;
    display: inline-table;
    width: 100%;
}

.fos_comment_comment_new_form > div > ul {
	list-style: none;
    color: red !important;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

label[for="fos_comment_comment_captcha"] {
	display: none;
}

#fos_comment_comment_body {
	min-height: 100px;
}

.captcha_image {
	max-height: 45px;
	margin-right: 15px;
	margin-bottom: 15px;
}
 
#fos_comment_comment_captcha {
	max-width: 200px;
	height: 45px;
	vertical-align: top;
}

.fos_comment_comment_replies {
	margin-left: 30px;
}

.fos_comment_comment_reply_cancel {
	padding: 3px 12px !important;
    border-radius: 5px !important;
    background: #000 !important;
}

.fos_comment_comment_reply_cancel:hover {
	background: #e62929 !important;
}

.fos_comment_thread_show {
    margin-top: 2em;
    padding: 1em 20px;
    width: 472px;
    background: #f0f0f0;
    box-shadow: 0 0 7px #bbb;
    -moz-box-shadow: 0 0 7px #bbb;
    -webkit-box-shadow: 0 0 7px #bbb;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fos_comment_thread_show h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    color: #a0a0a0;
}
.fos_comment_comment_show {
    color: #555;
}
.fos_comment_comment_metas {
    margin: 1.5em 0 1.5em 0;
    padding: 1em 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fos_comment_comment_body {
    line-height: 1.5em;
}
.fos_comment_comments .fos_comment_comments {
    margin-left: 2em;
}
.fos_comment_comment_reply {
    text-align: right;
}

.fos_comment_comment_reply button {
	background: #efefef;
}

.fos_comment_comment_reply button:hover {
	background: #e62929;
}

.fos_comment_comment_reply.replying {
    text-align: left;
    margin-top: 1em;
    padding: 1em 20px;
    background: #d6d6d6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fos_comment_comment_reply_show_form {
    padding: 4px 5px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 18px;
}
.fos_comment_comment_reply.fos_comment_replying button.fos_comment_comment_reply_show_form {
    display: none;
}
.fos_comment_thread_comments {
    margin-bottom: 1.5em;
}
.fos_comment_reply_prototype {
    display: none;
}
.fos_comment_thread_show > form.fos_comment_comment_form {
    margin-bottom: 1em;
}
form.fos_comment_comment_form.processing {
    opacity: 0.5;
}
form.fos_comment_comment_form label.author_name {
    margin-top: 3px;
    float:left;
}
form.fos_comment_comment_form label.author_name input {
    padding: 2px 5px;
}
form.fos_comment_comment_form textarea {
    width: 98%;
    height: 6em;
    padding: 1%;
}
form.fos_comment_comment_form.error textarea {
    border-color: red;
}
.fos_comment_form_errors {
    color: #ff0000;
}
.fos_comment_submit {
    text-align: right;
    margin-top: 15px;
}
.fos_comment_submit input {
	font-size: 14px;
    padding: 8px 13px !important;
    border-radius: 5px;
    margin-left: 15px;
}
a.fos_comment_thread_feed {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}
.fos_comment_comment_voting {
    float: right;
}
.fos_comment_comment_score {
    display: inline-block;
}
