/************
 * Slide css
 */
#tab_slide {
	color:  #000;
	font-family: inherit;
	font-size: 12px;
	top: 10%;
	position:fixed;
	z-index: 2147483647;
}

.tab_slide_corners_left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.tab_slide_corners_right {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#tab_slide_include {
	padding: 30px 20px 20px 20px;	
}
#tab_slide_background {
	background: #fff;

        	box-shadow: 1px 1px 2px #000;

	height:100%;
	opacity: 0.86;
	position:absolute; 
	top: 0;
	width:100%;
	z-index:-1;	
}
/**********************
 * Custom toggle class
 */
.make_it_slide { 
	/* custom class you can use to toggle the slide */
}
/******************
 * Default tab css
 */
#tab_toggle {
}
#tab_toggle:hover {
	cursor: pointer;
}
#tab_toggle_bg:hover {
	cursor: pointer;
}
/*****************
 * Text based tab
 */
.tab_text_bg {
	background-color:#FFF;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 45%;
	width: 30px;
}
.tab_text_bg:hover {
  box-shadow:-1px 2px 2px #000000;
}
#tab_title_wrap {
	background-color: #FFF;
	color: #000;
	display:block;
	font-family: inherit;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 1px;
	margin-left: -4px;
	overflow: visible;
	position: relative;
	-webkit-transform: rotate(90deg);  /* Saf3.1+, Chrome */
	    -moz-transform: rotate(90deg);  /* FF3.5+ */
	       -o-transform: rotate(90deg);  /* Opera 10.5 */
	         zoom: 1;
}
/****************************************
 * Adjust the text offset for open/close
 */
.open_letter_reset {
	margin-top: 12px;
	opacity: 0.86;
}
.close_letter_reset {
	margin-top: 12px;
}
.tab_text_left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
        	box-shadow: -1px 1px 1px #000;
	left: -30px;
}
.tab_text_right {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	        	box-shadow: 1px 1px 1px #000;
	right: -30px;
}
/* IE Offsets */
.newline {
	display: block;
	line-height: 0.7em; 
	margin-left: 3px;
	margin-bottom: 1px;
}
/******************
 * Image based tab
 */
.closed_action {
	background-image: url('assets/images/close.gif') !important;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 7px;
	position: static;
	width: 12px;
}
 .open_action {
	background: url('assets/images/plus-light.png');
	background-repeat: no-repeat;
	height: 50px;
	position: fixed;
	top:45%!important;
	width:30px;
}
.reset_right  {
	right: 0;
}
.reset_left  {
	left: 0;
}
.float_left  {
	float: left;
	margin-left: 7px;
}
.float_right  {
	float: right;
	margin-right: 7px;
}
