/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

#footer {
	margin: 30px 20px 0px 20px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

h2#section-title {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #ccc;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #f1f1f1;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #f1f1f1;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.container.docs {
  margin: 30px auto !important;
}
.docs .row [class*="span"]{display:block;float:left;margin-left:20px;}

.docs .sidebar{
  #top: 10px;
  position: relative;
}
.docs .body_cont {
  position: relative;
  left: -20px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px #AAA;
  -moz-box-shadow: 0px 0px 5px 0px #AAA;
  box-shadow: 0px 0px 5px 0px #AAA;
  #min-height: 900px;
  padding-bottom: 100px;
}
.docs .main_section{
  float: left;
  padding-top: 10px;
  border-top: 2px dotted #DDD;
  padding-bottom: 10px;
  border-bottom: 2px dotted #DDD;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.docs .section{
  float: left;
  padding-bottom: 10px;
  border-bottom: 2px dotted #DDD;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.docs .no-border{
  border: none;
}
.docs .text_1 {
  font-size: 20px;
  color: #000;
}
.docs .text_2 {
  font-size: 18px;
  color: #000;
}
.docs .text_3 {
  font-size: 16px;
  color: #000;
}
.docs .text_4 {
  font-size: 15px;
  color: #000;
}
.docs .text_5 {
  font-size: 14px;
}
.docs .text_6 {
  font-size: 13px;
}
.docs .bold{
  font-weight: bold;
}
.docs .underline{
  padding-bottom: 2px;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 2px;
}
.docs table.docs {
  float: left;
  margin-top: 5px;
  margin-bottom: 20px;
  clear: both;
  width: 100%;
}
.docs table.docs thead th{
  background-color: #dcdcdc;
  padding: 4px;
}
.docs table.docs thead th:nth-child(1n+2){
  border-left: 1px solid #CCC;
}
.docs table.docs tbody tr{
  background-color: #f5f5f5;
}
.docs table.docs tbody tr td:nth-child(1n+2){
  border-left: 1px solid #CCC;
}
.docs .body_content{
  margin-top: 10px;
  margin-bottom: 20px;
  color: #808080;
  clear: both;
}
.docs .body_content p{
  margin: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.docs ul.doc_nav_1{
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  margin-top: 20px;
}
.docs ul.doc_nav_2{
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
}
.docs ul.doc_nav_3{
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.docs ul.doc_nav_1 li, ul.doc_nav_2 li, ul.doc_nav_3 li{
  padding: 4px 0px;
}
.docs ul.doc_nav_1 li a{
  outline: none;
  color: #000;
  text-decoration: none;
}
.docs ul.doc_nav_1 li.active{
  background-color: #E1E1E1;
  padding-left: 5px;
  margin-left: -5px;
  color: #000;
}
.docs ul.doc_nav_2 li a{
  outline: none;
  color: #000;
  text-decoration: none;
}
.docs ul.doc_nav_2 li.active{
  background-color: #E1E1E1;
  padding-left: 5px;
  margin-left: -5px;
  color: #000;
}
.docs ul.doc_nav_3 li a{
  outline: none;
  color: #565656;
  text-decoration: none;
}
.docs ul.doc_nav_3 li.active{
  background-color: #E1E1E1;
  padding-left: 5px;
  margin-left: -5px;
}
.docs ul.doc_nav_3 li.active a{
  color: #000;
  text-decoration: none;
  outline: none;
}
.docs ul.doc_nav_1 li a:hover{
  color: #565656;
}
.docs ul.doc_nav_2 li a:hover{
  color: #565656;
}
.docs ul.doc_nav_3 li a:hover{
  color: #000;
}
.docs .code_buttons{
  float: right;
  margin-top: 4px;
}
.docs .code_buttons a{
  padding: 2px 8px;
  border: 1px solid #CCC;
  background-color: #E1E1E1;
  color: #000;
  text-decoration: none;
  outline: none;
}
.docs .code_buttons a.active{
  background-color: #CCC;
}
.docs .code_block{
  float: left;
  width: 100%;
  height: 200px;
  border: 1px solid #DDD;
  background-color: whiteSmoke;
  margin-bottom: 20px;
  overflow-y: scroll;
  clear: both;
}
.docs .code_block pre{
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  white-space: pre;
  word-wrap: normal;
  background-color: whiteSmoke;
}
.docs .short{
  float: left;
  width: 200px;
  margin-bottom: 4px;
}
.docs url{
  color: #002166;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.docs samp{
  color: #480091;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.docs var{
  color: #8F5B00;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.docs dfn{
  color: #00620C;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.docs .top{
  float: left;
  text-align: right;
  margin-bottom: 30px;
}
.docs .full{
  height: auto;
  min-height: 100px;
}
.docs a.head_item{
  cursor: default;
  color: #000;
}
.docs a.head_item:hover{
  color: #000;
}
.docs table.docs tr.required{
  color: #FFF;
  background-color: #c56b6b;
}
.docs .required_text{
  color: #FFF;
  background-color: #c56b6b;
  border: 1px solid #980e0c;
  font-size: 12px;
  float: right;
  padding: 1px 4px;
}

.docs .section ul {
  list-style: disc;
  margin-left: 30px;
  font-size: 14px;
}

.span12 {
  width: 700px !important;
}

.container.docs {
  margin-top: 20px;
}

table td {
  padding: 10px 10px 9px;
  line-height: 13.5px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}