/*
*
* @package MyAddons
* @author cisco007 (www.phpbbmexico.com)
* @copyright (c) 2014 by cisco007 (www.phpbbmexico.com)
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* 
*/

#format-buttons {
   display: none;
}

#bold {	
	background-image:  url("./images/text_bold.png");
}

#italic {	
	background-image:  url("./images/text_italic.png");
}

#underline {	
	background-image:  url("./images/text_underline.png");
}

#comment {	
	background-image:  url("./images/comment.png");
}

#page_white_code {	
	background-image:  url("./images/page_white_code.png");
}

#text_list_bullets {	
	background-image:  url("./images/text_list_bullets.png");
}

#text_list_numbers {	
	background-image:  url("./images/text_list_numbers.png");
}

#bullet_black {	
	background-image:  url("./images/bullet_black.png");
}

#image{	
	background-image:  url("./images/image.png");
}

#world_link{	
	background-image:  url("./images/world_link.png");
}
#youtube{	
	background-image:  url("./images/youtube.gif");
}
#page_white_flash{	
	background-image:  url("./images/page_white_flash.png");
}

#color_wheel{	
	background-image:  url("./images/color_wheel.png");
}

.postingbuttons {
    width: 22px !important;
    height: 22px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 6px 0px !important;
    border: 1px solid #979797 !important;
}
.postingbuttons:hover {
    background-color: #ffffdf !important;
    border: 1px solid #BC2A4D !important;
}

	
.inst-open {
   background: #FFFFFF;
   padding: 4px 10px 10px;
   margin-bottom: -27px;
   width: 50%;
   border: solid 1px #999999;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px;
   -webkit-border-top-left-radius: 7px;
   -webkit-border-top-right-radius: 7px;
   -moz-border-top-left-radius: 7px;
   -moz-border-top-right-radius: 7px;
   z-index: 10000;
}

.inst-wrapper {
   background: #FFFFFF;
   padding: 1px;
   border: solid 1px #999999;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   margin-bottom: 1px;
}

.inst-content {
   background: #D6E6F6;
   padding: 6px 10px;
   border: solid 1px #C6DAEE;
   border-radius: 7px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
}

.inst-inline {
   background: #DDEEFF;
   padding: 6px 10px;
   border: solid 1px #6699CC;
}
div.tabs .forabg, #tabs2 div{
display: none;
}
#tabs div:first-of-type, #tabs2 div:first-of-type{
display: block;
}
div.tabs li, #tabs2 li
{
display:inline;
}
#tabs > ul:after, #tabs2 > ul:after {
clear: both;
content: '';
display: block;
}
#tabs, #tabs2{
line-height: normal;
}
#tabs > ul, #tabs2 > ul{
list-style: none;
margin: 0px 0px 0px 7px;
padding: 0;
position: relative;
}
#tabs .tab, #tabs2 .tab{
display: block;
float: left;
font-size: 1em;
font-weight: bold;
line-height: 14px;
}
#tabs .tab > a, #tabs2 .tab > a {
display: block;
padding: 5px 9px;
position: relative;
text-decoration: none;
white-space: nowrap;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
margin: 1px 1px 0 0;
cursor: pointer;
}
/* colors for prosilver, only for the second set of tabs. */
#tabs2 .tab > a {
background: #BACCD9;
color: #536482;
}
#tabs2 .tab > a:hover {
background: #DDEDFB;
color: #D31141;
}
#tabs2 .activetab > a,
#tabs2 .activetab > a:hover {
background: #CADCEB;
background: -moz-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E2F2FF), color-stop(100%, #CADCEB));
background: -webkit-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
background: -o-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
background: -ms-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
background: linear-gradient(to bottom, #E2F2FF 0%, #CADCEB 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F2FF', endColorstr='#CADCEB', GradientType=0 );
border-color: #CADCEB;
box-shadow: 0 1px 1px #F2F9FF inset;
color: #333333;
}
#tabs2 .activetab > a:hover {
color: #000000;
}
#tabs2 {
line-height: normal;
}
#tabs2 .tab {
display: block;
float: left;
font-size: 1em;
font-weight: bold;
line-height: 14px;
}
#tabs2 .tab > a {
display: block;
padding: 5px 9px;
position: relative;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
}
#tabs2 li a {
background: #78A7BF;
/*background-image: url("images/bg_tabs1.gif");*/
color: #fff;
}
#tabs a {
/*background-image: url("images/bg_tabs1.gif");*/
}
#tabs2 a span {
color: #fff;
}
#tabs2 li a:hover {
background: #9CC6E5;
}
#tabs2 a:hover span {
color: #fff;
}
#tabs2 .activetab a {
background: #84BEE8;
border-bottom-color: #CADCEB;
}
#tabs2 .activetab a span {
color: #fff;
}
#tabs2 .activetab a:hover span {
color: #fff;
}

/* [hidden] hide BBCode */
.hidebox {
	position: relative;
	margin: 5px 0;
	font-weight: normal;
	padding: 39px 19px 14px;
	background-color: #c5e3bf;
	border: 1px solid #72B173;
	border-radius: 4px;
}
.hidebox_title {
	position: absolute;
	top: -1px;
	left: -1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2f4f2f;
	padding: 5px 12px;
	border: 1px solid #72B173;
	border-radius: 4px 0 4px 0;
}
.hidebox_hidden {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #80001c;
}

.hidebox_visible { color: #2f4f2f }

/* [spoil] spoiler BBCode */
.spoilbtn:hover { color: #d31141 !important; }

/* [fade] fade text in/out effect */
.fadeEffect {
	-webkit-animation: fade 2s infinite;
	animation: fade 2s infinite;
}
@-webkit-keyframes fade {
	50% {
		opacity: 0;
	}
}
@keyframes fade {
	50% {
		opacity: 0;
	}
}

/* Hide native phpbb BBCode buttons */
#format-buttons,
#core-bbcode-buttons,
#custom-bbcode-buttons { display: none }

/* ABBC3 BBCode buttons */
#abbc3_buttons { margin: 15px 0 2px 0 }
#abbc3_buttons input,
#abbc3_buttons select { vertical-align: middle }
.abbc3_button {
	margin: 4px 0;
	padding: 0;
	min-width: 22px;
	height: 22px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	font-size: 11px;
}
.abbc3_button:hover {
	background-color: #ffffdf;
	border: 1px solid #bc2a4d;
	cursor: pointer;
}
.abbc3_select {
	margin: 4px;
	height: 22px;
	background-color: #fff;
	border: 1px solid #b4bac0;
}
.abbc3_buttons_row {
	margin: 0 !important;
	min-height: 30px;
	width: 80%;
	padding: 0 2px;
	border: 1px solid #b4bac0;
	display: block;
	background: transparent url('./images/abbc3_bg.gif');
}
/* tweaks for subsilver styles */
form td .abbc3_buttons_row { width: 98% }
/* tweaks for ACP bbcode editor */
#main #abbc3_buttons { margin-left: 96px }
#main #abbc3_buttons .abbc3_buttons_row { width: 95% }

/* responsive design */
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
	#bbcode_wizard {
		width: 300px !important;
	}
}
.hidebox{position:relative;margin:5px 0;font-weight:400;padding:39px 19px 14px;background-color:#c5e3bf;border:1px solid #72B173;border-radius:4px}.hidebox_title{position:absolute;top:-1px;left:-1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;color:#2f4f2f;padding:5px 12px;border:1px solid #72B173;border-radius:4px 0}.hidebox_hidden{background-color:#f2dede;border-color:#ebccd1;color:#80001c}.hidebox_visible{color:#2f4f2f}.spoilbtn:hover{color:#d31141!important}.fadeEffect{-webkit-animation:fade 2s infinite;animation:fade 2s infinite}@-webkit-keyframes fade{50%{opacity:0}}@keyframes fade{50%{opacity:0}}#core-bbcode-buttons,#custom-bbcode-buttons,#format-buttons{display:none}#abbc3_buttons{margin:15px 0 2px}#abbc3_buttons input,#abbc3_buttons select{vertical-align:middle}.abbc3_button{margin:4px 0;padding:0;min-width:22px;height:22px;background-color:transparent;background-position:center;background-repeat:no-repeat;border:1px solid transparent;font-size:11px}.abbc3_button:hover{background-color:#ffffdf;border:1px solid #bc2a4d;cursor:pointer}.abbc3_select{margin:4px;height:22px;background-color:#fff;border:1px solid #b4bac0}.abbc3_buttons_row{margin:0!important;min-height:30px;width:80%;padding:0 2px;border:1px solid #b4bac0;display:block;background:url(./images/abbc3_bg.gif)}form td .abbc3_buttons_row{width:98%}#main #abbc3_buttons{margin-left:96px}#main #abbc3_buttons .abbc3_buttons_row{width:95%}#bbcode_wizard{font-size:.9em;display:none;background:#fff;box-shadow:2px 2px 4px #555;border-radius:11px;border:5px solid #12A3EB;padding:5px;position:absolute;width:500px;margin:0 auto;left:0;right:0;z-index:500}@media only screen and (max-width:500px),only screen and (max-device-width:500px){#bbcode_wizard{width:300px!important}}