/********* FORUM ***********/
#forum_form {
	background-color:#f1f1f1;
	width: 96%;
	min-height: 300px;
	min-width: 480px;
	border-radius: 3px;
	padding: 2%;
	margin-top: 2%;
}

.comment_button{
	cursor: pointer;
}

.author_forum {
	text-align:left !important;
	height: 50px;
}

.search_author_photo {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border: 1px solid #999999;
	position:absolute;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.forum_author_photo {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	float: left;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#menu_name h1{
	background-image:url(images/house_o.png);
	background-repeat: no-repeat;	
	background-position: left center;
		
	border-bottom: 1px solid #900;
	margin-top: 0px;
	padding-left: 50px;
	padding-bottom: 5px;
	min-height: 33px;
}

#subscribe_form{
	float:right;
	text-align:center;
	
	margin: 4px 2% 0px 0px ;

	min-height: 26px;
	font-size: 12px;
}

/************** LAST FORUMS **************/

.last_forums {
	margin-bottom: 15px;
}

.last_forums ul {
	margin: 0;
	padding: 0;
}

.last_forums ul li {
	list-style: none;
	background-image: url(images/house_o.png);
	background-position: left center;
	background-repeat:no-repeat;
	border-bottom: 1px solid #900;
	padding: 5px 5px 5px 40px;
	margin: 5px 0px;
	display: block;
	vertical-align:middle;
	min-height: 30px;
}

.last_forums ul li a {
	display:block;
	text-decoration:none;
	color: #4e64ad;
	font-weight:bold;
}


/*************** MY PAGE *****************/

#personal_pages{
}

#personal_tab_menu{
	width: 100%;
}

#personal_tab_menu ul{
	margin: 0;
	padding: 0;
	z-index: -1;
}

#personal_tab_menu ul li{
	display:inline-block;
	list-style:none;
	background-color: #f1f1f1;
	padding: 10px 20px;
	height: 150px !important;
	color: #900;
	cursor:pointer;
	
	border-bottom:1px solid rgba(255,255,255, 0);
	border-top:1px solid #900;
	border-left:1px solid #900;
	border-right:1px solid #900;
	margin-bottom: -100px;
}

#personal_tab_menu ul li.active{
	border-bottom:1px solid rgba(255,255,255, 0);
	border-top:1px solid #900;
	border-left:1px solid #900;
	border-right:1px solid #900;

	background-color:#FFFFFF;
	color:#900;
	
	height: 151px !important;
}

#personal_tab_menu ul li a {
	text-decoration:none;
}

.my_tab {
	width: 100%;
	min-height: 100px;

	border: 1px solid #900;
	
	background-color:#FFFFFF;
	margin-top: -1px;
	display:none;
	
	position:relative;
	overflow: auto;
	
	padding: 10px;
}

.active_tab {
	z-index: 80;
	display:block;
}


/********** Message *************/
.message_btn {
	float:right;
	margin-top: 3px;
	margin-right: 3px;
	background-color:#900;	
	border: 1px solid #f1f1f1;
	width: 42px;
	height: 40px;
	text-align:center;
}

.message_btn_img {
	opacity: 0.9;
	margin-top: 10px;	
}

.list_personal_message {
	overflow: auto;
	padding: 3%;
	border: 1px solid #aaa;337ab7
	background-color: rgba(51,122,183,0.05);
	margin-bottom: 1%;
	clear:both;
}

.list_personal_message dl {
	margin-top: 0px;
}
.list_personal_message .list_personal_message {
	background-color:rgba(51,122,183,0.075);
}
.list_personal_message .list_personal_message .list_personal_message {
	background-color:rgba(51,122,183,0.1);
}
.list_personal_message .list_personal_message .list_personal_message .list_personal_message{
	background-color:rgba(51,122,183,0.125);
}
.list_personal_message .list_personal_message .list_personal_message .list_personal_message .list_personal_message{
	background-color:rgba(51,122,183,0.15);
}
.list_personal_message .list_personal_message .list_personal_message .list_personal_message .list_personal_message .list_personal_message{
	background-color:rgba(51,122,183,0.175);
}

.list_personal_message dt{
	overflow:auto;
}


.personal_message_subject {
	float:left;
	text-align: left !important;
}
.personal_message_subject h4 {
	padding: 0px;
}

.personal_message_content {
	float:left;
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 1%;
	font-size:10px;
	text-align: left !important;
}

.personal_message_content img {
	max-width: 100%;
}

.personal_message_date {
	float:left;
	text-align:left;
	font-style:italic;
	font-size:9px;
}

.personal_message_date ul {
	padding: 0px 10px 0px;
} 
.personal_message_date li {
	list-style: none;
}


/**** MODAL LOGIN ************/

.modal-backdrop, .add_forum_form-backdrop, .reply_message_form-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: rgba(0,0,0,0.2);
}
.modal-backdrop.fade, .add_forum_form-backdrop.fade {
/*	opacity: 0
*/
}
.modal-backdrop, .modal-backdrop.fade.in, .add_forum_form-backdrop, add_forum_form-backdrop.fade.in {
/*	
	opacity: 0.8;
	filter: alpha(opacity=80)
*/	
}

.modal {
	position: inherit;
	top: 40%;
	left: 50%;
	z-index: 1050;
	
	overflow: auto;

	margin-left: -230px;
	background-color: #fff;
/*	

border: 1px solid rgba(0,0,0,0.3);
*border:1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
*/	
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none
}

.modal.fade, #login-modal.fade {
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
	top: -2000px;
}
.modal.fade.in, #login-modal.fade.in  {
	top: 30%
}
.modal-header {
	padding: 9px 15px;
}
.modal-header .close {
	margin-top: 2px
}
.modal-header h3 {
}
.modal-body {
	position: relative;
	overflow:auto;
	/* overflow-y: auto; 
	max-height: 400px;*/
	padding: 15px
}
.modal-form {
	margin-bottom: 0
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
/*	
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
*/	
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
*zoom:1
}
.modal-footer:before, .modal-footer:after {
	display: table;
	content: "";
	line-height: 0
}
.modal-footer:after {
	clear: both
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}


#login-modal {
	max-width: 370px;
	top: 20%;
	/* margin-left: -185px; */
	border: 0 none
}
#login-modal .modal-header, .modal-header {

}
#login-modal .modal-header h3 {
	font-size: 1.2em;
	line-height: 160%
}
#login-modal .modal-body .hr {
	padding: 20px 0 15px 0;
	margin-bottom: 0
}
#login-modal .modal-body .email-login-link {
	padding-bottom: 25px
}
#login-modal .modal-body .email-login-form {
	margin-bottom: 0px
}
#login-modal .modal-body .email-login-form .controls input {
}
@media (max-width: 767px) {
#login-modal {
}
}
@media (max-width: 480px) {
#login-modal {
	width: auto;
	top: 10px;
	left: 10px;
	margin-left: 0
}
#login-modal .modal-body .btn.btn-large {
	margin-top: 0
}
#login-modal .modal-body .email-login-form .controls input {
	width: 90%
}
}

.hide {
	display:none;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease
}
.collapse.in {
	height: auto
}
.close {
	font-size: 14px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	overflow:hidden;
	
	height: 22px;
	width: 22px;
	
	text-align: center;
	display: block;
	padding: 3px !important;	
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=70)
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.controls input {
	margin-bottom: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
}

.login_menus a{
	color: #900;
	text-decoration:none;
	padding: 0px 10px 0px 0px;
}

.alert-error { 
	color: #F00;
}

#login-modal-label {
	border-radius: 5px;
}


#login-modal-label h2{
}


#hide_reply_message_form{
	background-color:rgba(255,255,255,1);
	box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
	border: solid 1px #900;
	border-radius: 5px;
	padding: 5px;
	width: 30px;
	height:30px;
	z-index: 1001;
}