/* FontAwesome Custom Class - Start */
.icon {
	font-size: 14px;	
}
/* FontAwesome Custom Class - End */

/* Nicolas Gallagher ClearFix Hack - Start */
.clearfix {}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* Nicolas Gallagher ClearFix Hack - End */

/* Mozilla Target Only Hack - Start */
body:not(:-moz-handler-blocked) .pms:before {
    margin-top: 15px;
}

body:not(:-moz-handler-blocked) a.postbit_multiquote::before {
	left: 9px;
	top: 5px;
}

body:not(:-moz-handler-blocked) a.postbit_multiquote_on::before {
	left: 8px;
	top: 5px;
}

input::-moz-focus-inner { 
	border: 0px; 
	padding: 0px;
	margin: 0px;
}
/* Mozilla Target Only Hack - End */

/* Google Chrome Only Hack - Start */
[placeholder]:focus::-webkit-input-placeholder {
  	color: transparent;
    transition: all 0.3s ease;
}

[placeholder]::-webkit-input-placeholder {
	color: #bcbcbc;
    transition: all 0.3s ease;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #bcbcbc;
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
	border-radius: 3px;
}
/* Google Chrome Only Hack - End */

/* MyIPB CSS - Start */
b, strong {
	font-weight: 400 !important;
}

#header {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	background: #3c6994;
}

#subheader {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 10px 0px;
}

.logo {
	float: left;
	text-align: left;
}

.user {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 13px 0px 0px 0px;
	line-height: 36px;
}

.loginbutton a:link, .loginbutton a:visited {
	color: #fafafa;
	padding: 7px 10px 5px 10px;
	background: #161616;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.loginbutton a:hover, .loginbutton a:active {
	background: #262626;
	transition: all 0.3s ease;
}

#login_body {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}

.login_image {
	position: relative;
	margin: -50px auto 0px auto;
	text-align: center;
}

.login_image img {
	border-radius: 50px;
	box-shadow: 0px 3px 5px #DCDCDC;
}

.login_title {
	font-size: 16px;
	text-align: center;
	color: #969696;
	padding: 8px;
	background: #fafafa;
	border-bottom: 1px solid #e1e1e1;
}

.login_main {
	background: #f4f4f4;
	padding: 18px 0px 8px 0px;
	text-align: center;
}

.login_main input {
	color: #a6a6a6;
	text-align: center;
	background: #fafafa;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding: 8px 12px;
	margin: 0px 0px 8px 0px;
}

input.log_button {
	cursor: pointer;
	outline: none;
	font-family: 'Hind', sans-serif;
	color: #fafafa;
	text-align: center;
	background: #161616;
	border: none;
	border-radius: 2px;
	padding: 8px 69px;
	margin: 0px 3px 0px 0px;
	transition: all 0.3s ease;
}

input.log_button:hover, input.log_button:active {
	outline: none;
	background: #262626;
	transition: all 0.3s ease;
}

.login_buttons {
	font-size: 13px;
	text-align: center;
	color: #969696;
	padding: 10px 0px 8px 0px;
	background: #fafafa;
	border-radius: 0px 0px 3px 3px;
	border-top: 1px solid #e1e1e1;
}

.remember {
	vertical-align: text-top;
}

.login_recover a:link, .login_recover a:visited {
	font-size: 13px;
	color: #969696;
	text-decoration: none;
	transition: all 0.3s ease;
}

.login_recover a:hover, .login_recover a:active {
	color: #3c6994;
	transition: all 0.3s ease;
}

.login_register a:link, .login_register a:visited {
	font-size: 13px;
	color: #3c6994;
	text-decoration: none;
	transition: all 0.3s ease;
}

.login_register a:hover, .login_register a:active {
	color: #2e4861;
	transition: all 0.3s ease;
}

.user_menu {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.user_menu ul {
	margin: 0px;
	padding: 0px;
}

.user_menu ul li {
	list-style: none;
	display: inline-block;
	border-left: 2px solid rgba(255, 255, 255, 0.1);
	margin-left: 13px;
	padding-left: 10px;
}

.user_menu ul li img {
	width: 26px;
	min-width: 26px;
	max-width: 26px;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	display: none;
  	padding: 0px;
	margin: 0 2px 0 0;
}

.user_menu ul li img.active {
	display: inline-block !important;
}

.empty {
	width: 26px;
	min-width: 26px;
	max-width: 26px;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	display: none;
	padding: 0;
	background-image: url(../../../images/myipb/default_avatar.png) ;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin: 0 2px 0 0;
}

.empty.active {
	display: inline-block !important;
}

.user_menu ul li:first-child {
	border-left: none;	
}

.user_menu ul li a:link, .user_menu ul li a:visited, .user_menu ul li a:hover, .user_menu ul li a:active {
	font-size: 20px;
	color: #fafafa;
	text-decoration: none;
	vertical-align: sub;
}

.enmenuwrap {
	display: inline;
	position: relative;
}

.enmenu {
	cursor: pointer;
	position: relative;
	display: inline;
	padding: 18px 0px 16px 3px;
	margin: 0px 8px 0px 0px;
	color: #fafafa;
	text-decoration: none;
	transition: all 0.3s ease;
}

.ensettings {
	font-family: 'Hind', sans-serif;
    font-size: 13px;
	text-align: right;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	display: none;
	position: absolute;
	right: 0;
	left: auto;
	background: #fafafa;
	color: #262626;
	top: 35px;
	padding: 0px 6px;
	margin: 0;
	z-index: 99;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-sizing: border-box;
}

.ensettings ul {
	padding: 0;
	margin: 0;
}

.ensettings ul li {
	list-style: none;
	line-height: 31px;
	display: block;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.ensettings ul li a:link, .ensettings ul li a:visited {
	font-family: 'Hind', sans-serif;
    font-size: 13px;
	text-transform: none;
	text-decoration: none;
	color: #262626;
	display: block;
	padding: 1px 10px 0px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.ensettings ul li a:hover, .ensettings ul li a:active {
	background: #efefef;
	transition: all 0.3s ease;
}

.ensettings:before {
	position: absolute;
	content: "";
	margin: -12px 0px 0px -23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #ffffff transparent;
}

#title {
	font-family: 'Hind', sans-serif;
    font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #666666;
	display: block;
	margin-bottom: 5px;
	background: #e4e4e4;
	padding: 3px 10px 0px 10px;
	border-radius: 3px;
}

#title:first-child {
	margin-top: 6px;	
}

#logout {
	border-top: 1px solid #e4e4e4;
	padding: 6px 0px 0px 0px;
}

.divisor {
	width: 2px;
	min-width: 2px;
	max-width: 2px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	background: rgba(255, 255, 255, 0.1);	
}

.pms {
  	position: relative;
  	top: 2px;
  	left: 0;
  	font-size: 11px;
  	color: #fafafa;
  	padding: 2px 6px 0px 6px;
	margin: 0px 7px 0px 2px;
	background: #2e4861;
	
  	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pms:before {
	position: absolute;
	content: " ";
	margin: 12px 0px 0px 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #2e4861;
}

#tabs {
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	margin: 0px auto;
	padding: 5px 5px 0px 5px;
	background: #2e4861;
	border-radius: 2px 2px 0px 0px;
	box-sizing: border-box;
}

.menu {
	float: left;
	text-align: left;	
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	font-size: 13px;
	font-weight: 400;
	list-style: none;
	display: inline-block;
	background: rgba(245, 245, 245, 0.04);
	padding: 12px 25px 10px 25px;
	margin-right: 2px;
	border-radius: 1px 1px 0px 0px;
}

.menu ul li a:link, .menu ul li a:visited, .menu ul li a:hover, .menu ul li a:active {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

#forum #foro, #memberlist #miembros, #calendar #calendario, #search #busqueda, #help #ayuda {
	font-size: 13px;
	font-weight: 400;
	list-style: none;
	display: inline-block;
	background: #fafafa;
	padding: 12px 25px 10px 25px;
	border-radius: 1px 1px 0px 0px;
}

#forum #foro a, #memberlist #miembros a, #calendar #calendario a, #search #busqueda a, #help #ayuda a {
	color: #262626;
}

.l_search {
	float: right;
	text-align: right;
}

#nav {
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	margin: 0px auto;
	padding: 10px;
	background: #fafafa;
	text-align: left;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
}

.quicksearch {
    float: right;
  	margin: 3px 6px 0px 0px;
    padding: 0px 0px 3px 0px;
    background: #FAFAFA;
    height: 26px;
    border-radius: 30px;
}

.searchbox {
	outline: none;
	font-family: 'Hind', sans-serif;
    font-size: 13px;
    border: 1px none;
    height: 21px;
    padding: 0px 10px;
    margin: 0px;
    color: #262626;
    background: #FAFAFA;
  	border-radius: 30px;
}

.searchbutton {
    cursor: pointer;
    font-family: FontAwesome;
    background: none;
    border: 1px none;
    font-size: 14px;
    color: #C3C3C3;
    padding: 7px 8px;
	transition: all 0.3s ease;
}

.searchbutton:hover {
    cursor: pointer;
    color: #2e4861;
	transition: all 0.3s ease;
}

#subtabs {
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	margin: 0px auto;
	padding: 0px;
	background: #fafafa;
}

#subtabs ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#subtabs ul li {
	padding: 10px 15px;
	list-style: none;
	display: inline-block;
}

#subtabs ul li a:link, #subtabs ul li a:visited {
	color: #969696;
	text-decoration: none;
	transition: all 0.3s ease;
}

#subtabs ul li a:hover, #subtabs ul li a:active {
	color: #262626;
	transition: all 0.3s ease;
}

.catname {
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	color: #fafafa;
	text-align: left;
	float: left;
	transition: all 0.3s ease;
}

.catdesc {
	font-family: 'Hind', sans-serif;
	font-size: 13px;
	color: #fafafa;
	text-transform: none;
	float: left;
	position: relative;
	margin: 3px 0px 0px 5px;
	padding: 0px;
	opacity: 0;
	transition: all 0.3s ease;
}

.catname:hover + .catdesc {
  	opacity: 1;
	margin-left: 15px;
	transition: all 0.3s ease;
}

.subf {
	margin-left: 5px;	
}

.aposts {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.grayp {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	color: #969696;
}

.grayp a:link, .grayp a:visited {
	color: #969696;
	text-decoration: none;
	transition: all 0.3s ease;
}

.grayp a:hover, .grayp a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.userunique a:link, .userunique a:visited {
	color: #262626;
	text-decoration: none;
	transition: all 0.3s ease;
}

.userunique a:hover, .userunique a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

#forum_on, #forum_minion {
	font-weight: 600;	
}

#forum_off, #forum_minioff {
	font-weight: 400;	
}

.stats {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #262626;
}

.stats p {
	font-size: 13px;
	text-align: left;
}

.stats p a:link, .stats p a:visited {
	color: #3c6994;
	text-decoration: none;
	transition: all 0.3s ease;
}

.stats p a:hover, .stats p a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.one {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
}

.two {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
}

.s_one {
	float: left;
	width: 33%;
	min-width: 33%;
	max-width: 33%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
}

.s_two {
	float: left;
	width: 33%;
	min-width: 33%;
	max-width: 33%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
}

.s_three {
	float: left;
	width: 33%;
	min-width: 33%;
	max-width: 33%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #262626;
	border-left: 1px solid #e0e0e0;
	padding-left: 10px;
	box-sizing: border-box;
}

#footer {
	width: 88%;
	min-width: 88%;
	max-width: 88%;
	margin: 25px auto 0px auto;
	border-top: 1px solid #d0d0d0;
}

.language {
	float: right;
	margin: 15px 0px 0px 20px;
	padding: 0px;
}

.theme {
	float: right;
	margin: 15px 0px 0px 0px;
}

#link {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px auto 5px auto;
	padding: 0px;
}

#link ul {
	margin: 0px;
	padding: 0px;
}

#link ul li {
	list-style: none;
	display: inline-block;
}

#link ul li a:link, #link ul li a:visited, #link ul li a:hover, #link ul li a:active {
	font-size: 16px;
	font-weight: 400;
	color: #262626;
	padding: 0px 10px;
	text-decoration: none;
}

#copyright {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: 400;
	color: #969696;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	color: #969696;
	text-decoration: none;
}

.forum_title {
	font-family: 'Hind', sans-serif;
	font-size: 24px;
	font-weight: 400 !important;
	color: #262626;
	text-align: left;
}

.forum_desc {
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	color: #262626;
	text-align: left;
}

.subs_button {
	margin: 0px;
	padding: 8px 8px 6px 8px;
	background: #e5e5e5;
	border-radius: 3px;
}

.subs_button a:link, .subs_button a:visited {
	color: #262626;
	text-decoration: none;
	transition: all 0.3s ease;
}

.subs_button a:hover, .subs_button a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.forum_markread {
	margin-right: 10px;
	color: #262626;
}

.newth_button a:link, .newth_button a:visited {
	color: #fafafa;
	padding: 10px 50px 8px 50px;
	background: #37848b;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.newth_button a:hover, .newth_button a:active {
	background: #468D94;
	transition: all 0.3s ease;
}

.newthclosed_button a:link, .newthclosed_button a:visited {
	color: #fafafa;
	padding: 10px 50px 8px 50px;
	background: #8b3737;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.newthclosed_button a:hover, .newthclosed_button a:active {
	background: #944646;
	transition: all 0.3s ease;
}

.lightblue {
	padding: 0px;
	background: #3c6994;
}

.fd_replies a:link, .fd_replies a:visited {
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	transition: all 0.3s ease;
}

.fd_replies a:hover, .fd_replies a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.fd_multipage a:link, .fd_multipage a:visited {
	position: relative;
	top: -1px;
	opacity: 0.3;
	color: #323232;
	background: rgba(0, 0, 0, 0.05);
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	padding: 1px 5px 0px 4px;
	margin: 0px;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.trow1:hover .fd_multipage a {
	opacity: 1;
	transition: all 0.3s ease;
}

.trow2:hover .fd_multipage a {
	opacity: 1;
	transition: all 0.3s ease;
}

img.subforums {
	vertical-align: middle;
}

.postbit_container {
	background: #f5f5f5;
	padding: 15px;
	box-sizing: border-box;	
}

.postbit_container > div:last-child {
	margin-bottom: 0px;
}

.p_container {
	width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 15px;
	background: #fafafa;
}

.p_container.unapproved_post.deleted_post {
	background: #f9eeee;
	border: 1px solid #ffdede;
}

.p_container.unapproved_post {
	background: #f4eef9;
	border: 1px solid #e8deff;
}

.p_container.trow_selected {
	background: #f9eeee;
	border: 1px solid #ffdede;
}

.postbit_left {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	padding: 8px;
	text-align: center;
	font-size: 13px;
	color: #323232;
	box-sizing: border-box;
	display: table-cell;
    vertical-align: top;
}

.postbit_right {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	display: table-cell;
    vertical-align: top;
	color: #323232;
}

.postbit_head {
	padding: 8px 0px 16px 0px;
	margin: 0px;	
}

.postbit_username {
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.postbit_report a:link, .postbit_report a:visited {
	font-family: 'Hind', sans-serif;
	font-size: 13px;
	color: #3c6994;
	text-decoration: none;
	opacity: 0.25;
	transition: all 0.3s ease;
}

.postbit_report a:hover, .postbit_report a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.postbit_right:hover .postbit_report a {
	opacity: 1;
	transition: all 0.3s ease;
}

.signature {
	color: #323232;
	font-size: 13px;
	margin: 15px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.button_container {
	text-align: left;
	margin: 0px 0px 16px 0px;
}

.postbit_multiquote {
	position: relative;
	font-size: 12px;
	background: #e5e5e5;
	border-radius: 2px;
	padding: 5px 20px 2px 8px;
}

.postbit_multiquote_on {
	position: relative;
	font-size: 12px;
	background: #e5e5e5;
	border-radius: 2px;
	padding: 5px 20px 2px 8px;
}

a.postbit_multiquote:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f067";
	color: #323232;
	left: 10px;
	top: 6px;
}

a.postbit_multiquote_on:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f00c";
	color: #323232;
	left: 9px;
	top: 6px;
}

.editor_control_bar {
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 4px;
    z-index: 5000;
	background: #333333;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.95);
}

.floating_quote a {
	font-size: 13px;
	color: #323232;
	background: #fafafa;
	padding: 8px;
	border-radius: 2px;
}

.floating_deselect a {
	color: #fafafa;
	padding: 8px 0px 8px 8px;
}

.minibutton {
	font-size: 13px;
}

.post_edit {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-size: 13px;
	color: #999999;
}

.post_meta {
	float: right;
	margin-right: 25px;
	font-family: 'Hind', sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	opacity: 0.25;
	transition: all 0.3s ease;
}

.post_meta:hover {
	opacity: 1;
	transition: all 0.3s ease;
}

.thead_two {
	background: #2e4861;
	color: #fafafa;
	font-weight: 400;
	padding: 10px 15px;
	border-radius: 0px;
}

.thead_two a:link, .thead_two a:visited {
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
}

.thead_two a:hover, .thead_two a:active {
	color: #ffffff;
}

.thead_two_collapsed {
	opacity: 0.5;	
}
/* MyIPB CSS - End */
		
		
		
		
		
		
		
		
		