/************************************************************************/
 /* custom.css														*/
/************************************************************************/

/*
* [Skin: Crown for IP.Board 3.4.6]
* Author: Ahmet® admin@ipbplanet.com, http://ipbplanet.com
* Copyright: 2014 IPBPlanet, all rights reserved
*
*/
/************************************************************************/

#go-top{
	background: rgba(0, 0, 0, .8);
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	width: 50px;
	height: 20px;
	text-align: center;
	border-radius: 3px;
	text-decoration: none;
	line-height: 20px;
}
#side-navbar ul, .dropdown-menu{
	padding: 0;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}
#side-navbar ul{
	width: 220px;
}
#side-navbar a{
	min-width: 100%;
	color: #444;
	box-sizing: border-box;
}
#side-navbar .active > a{
	background: rgb(48, 54, 65); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(48, 54, 65,1) 0%, rgb(48, 54, 65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(48, 54, 65,1)), color-stop(100%,rgb(48, 54, 65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(48, 54, 65,1) 0%,rgb(48, 54, 65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(48, 54, 65,1) 0%,rgb(48, 54, 65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(48, 54, 65,1) 0%,rgb(48, 54, 65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(48, 54, 65,1) 0%,rgb(48, 54, 65,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: 1px solid #323b43;
}
#side-navbar i{
	float: right;
	margin-left: 10px;
}
#side-navbar .active > a i{
	background-image: url(../img/glyphicons-halflings-white.png);
}
hr{
	margin: 60px 0 60px;
	clear: both;
}
section{
	margin-bottom: 120px;
}
pre{
	color: #d14;
}
.full-image{
	margin: 30px 0;
	width: 100%;
	box-sizing: border-box;
	height: auto;
}
img.pull-right{
	margin: 0 0 60px 30px;
}
img.pull-left{
	margin: 0 30px 60px 0;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 20px;
	margin-top: 1.5em;
}
img + hr{
	margin-top: 30px;
}
h1 + img, h2 + img, h3 + img, h4 + img, h5 + img, h6 + img{
	margin-top: 0 !important;
}
.dropdown-submenu a:after, .dropdown-submenu{
	content: none;
}
.dropdown-menu{
	padding: 5px 0 !important;
}
.dropdown-menu a{
	min-width: inherit !important;
}
ul li{
	margin-bottom: 10px;
}
.well h1, .well h2, .well h3, .well h4, .well h5, .well h6{
	margin-top: 0;
}
.subhead{
	background: rgb(48, 54, 65); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(48, 54, 65,1) 0%, rgb(48, 54, 65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(48, 54, 65,1)), color-stop(100%,rgb(48, 54, 65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(48, 54, 65,1) 0%,rgb(48, 54, 65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(48, 54, 65,1) 0%,rgb(48, 54, 65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(48, 54, 65,1) 0%,rgb(48, 54, 65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(48, 54, 65,1) 0%,rgb(48, 54, 65,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
	
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}
.subhead:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 130px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background:  url(../img/bs-docs-masthead-pattern.png);
}
#side-navbar ul{
	margin-top: 20px;
}
.affix {
    top: 0;
}
.accordion a{
	color: #333;
/*	display: block; */
	text-decoration: underline;
}
.accordion a:hover{
	text-decoration: none;
	color: #999;
}
.accordion .unstyled{
	padding: 10px 0 0px 30px;
	overflow: auto;
}
.accordion .unstyled li{
	float: left;
	width: 50%;
}
.split-list li{
	float: left;
	width: 50%;
	font-size: 0.9em;
}
.split-list-three li{
	float: left;
	width: 33% !important;
	font-size: 0.9em;
}
a.logo{
	float: right;
	margin: 30px 0 0 0;
	opacity: 1;
	-webkit-transition: all 360ms ease-in;
	-moz-transition: all 360ms ease-in;
    -ms-transition: all 360ms ease-in;
    -o-transition: all 360ms ease-in;
	transition: all 360ms ease-in;
	position: relative;
	z-index: 3;
}
a.logo:hover{
	opacity: .9;
}
.hero-unit{
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
}
.hero-unit .btn{
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}
.accordion-heading {
	font-weight: bold;
}
#footer{
	background: #fff;
	padding: 20px 0 10px;
}

.fitvid{
	margin-top: 30px;
}

/* Large desktop */
@media (min-width: 1200px) {
	#side-navbar ul{
		width: 270px;
	}
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.subhead{
		text-align: center;
		margin-right: -20px;
		margin-left: -20px;
		padding: 0 20px;
	}
	.subhead .lead{
		font-size: 1.1em;
	}
	.split-list li, .accordion .unstyled li {
		float: none !important;
		width: 100% !important;
	}
	#side-navbar ul{
		width: 100%;
	}
	#footer{
		text-align: center;
		margin-right: -20px;
		margin-left: -20px;
		padding: 20px;
		text-align: center;
	}
	#footer .pull-left, #footer .pull-right{
		float: none !important;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.subhead{
		text-align: center;
		margin-right: -20px;
		margin-left: -20px;
		padding: 0 20px;
	}
	.hero-unit h1{
		font-size: 2.5em;
	}
	.hero-unit {
		padding: 30px;
	}
}

.codes {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px; background: #dddddd; border: 1px solid #aaaaaa;
	border:1px dashed gray;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 6px;
}

.notices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFCC;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding: 6px;
	border: 1px solid #CC0000;
}