/*
 * bootstrap-sphinx.css
 * ~~~~~~~~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- Bootstrap theme.
 *
 * Modified for use in IMSWorkX documentation.
 * (C)IMSWorkX 2015
 * 
 */
 


@import url("basic.css");

div.contentwrapper{

	float: left;
    width: 100%;

}

/*-- footer fix --*/



body > footer > div > p{
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

/*-- sticky sidebar --------------------------------------------------------- */

div.sphinxsidebar {
    
	top: 30px;
    bottom: 0;
    margin: 0;
    position: fixed;
    overflow: auto;
    height: auto;
	margin-top: 30px;
	width: 25%;
}


div.related {
    position: fixed;
}

div.documentwrapper {
    margin-top: 30px;
}

/*-- navbar ----------------------------------------------------------------- */



#navbar{

	background:  #A4CE42; /* Show a solid color for older browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4ce42', endColorstr='#225522');
    background-image: -ms-linear-gradient(#A4CE42, #225522);
    background-image: linear-gradient(#A4CE42, #225522);
    background: -moz-linear-gradient(#A4CE42, #225522);
    background: -o-linear-gradient(#A4CE42, #225522);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A4CE42), to(#225522)); /* older webkit syntax */
    background: -webkit-linear-gradient(#A4CE42, #225522);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;

}


#navbar > div > div.navbar-collapse.nav-collapse.collapse.in > ul{

	margin-left: 0px;
    margin-right: 0px;

}

.navbar .container{
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	padding-left: 15px;
	padding-top: 0;
 
	border: 0px;
	color: white;

}

.navbar{
	height: 50px;
	font-size: 16px;
	color: white;
	filter:none!important;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{
	background-color: #225522!important;
}

/* -- page layout ----------------------------------------------------------- */



.guilabel, .menuselection{
	font-weight: bold;
}

span.redtext{
	color: red;
}

/* code block fix, because they are wrapped
   in a container that is modified by
   div.container*/
div.literal-block-wrapper {
	padding-left: 0!important;
	width: 100%!important;
}

div.container{
	padding-top: 30px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 25%;
	width: 90%;
}


.footer .container{
	padding-top: 5px;
}

blockquote{
	font-size: 16.5px;
}

body {
    font-family: ;
    font-size: 16.5px;
    background-color: ;
    color: #000;
    margin: 0;
    padding: 0;
}

/*sidebar created by the .. sidebar: directive */
.sidebar {
	color: #fff;
	width: auto;
	background: #98c63a !important;
	background: url('bgimage.png') #98c63a scroll no-repeat left top !important;
	background-position: right 0px bottom 0px left 0px top 0px;
    background-size: cover;    
	text-align: center;
	
	width: 30% !important;
	border: 1px solid #225522 !important;
	border-radius: 4px !important;
	
}

.sidebar p{
	font-size: 19px;
		
}

.sidebar a{
	color: #fff;
}
.sidebar a:visited{
	color: #fff;
}
.sidebar a:hover{
	color: #fff;
}


div.document {
    background-color: ;
}

div.documentwrapper {
    float: left;
    width: 100%;
}

div.bodywrapper {
    margin: 0 0 0 230px;
}

div.body {
    background-color: ;
    color: ;
    padding: 0 20px 30px 20px;
}



div.footer a {
    color: ;
    text-decoration: underline;
}

div.related {
    background-color: ;
    line-height: 30px;
    color: ;
}

div.related a {
    color: ;
}



/* -- hyperlink styles ------------------------------------------------------ */

a {
    color: #225522;
    text-decoration: none;
}

a:visited {
	color: #225522;
    text-decoration: none;
}

a:hover {
	color: #225522;
    text-decoration: underline;
}



/* -- body styles ----------------------------------------------------------- */

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-family: ;
    background-color: ;
    font-weight: normal;
    color: ;
    border-bottom: 1px solid #ccc;
    margin: 20px -20px 10px -20px;
    padding: 3px 0 3px 10px;
}

div.body h1 { margin-top: 0; font-size: 200%; }
div.body h2 { font-size: 160%; }
div.body h3 { font-size: 140%; }
div.body h4 { font-size: 120%; }
div.body h5 { font-size: 110%; }
div.body h6 { font-size: 100%; }

a.headerlink {
    color: ;
    font-size: 0.8em;
    padding: 0 4px 0 4px;
    text-decoration: none;
}

a.headerlink:hover {
    background-color: ;
    color: white;
}

div.body p, div.body dd, div.body li {
    text-align: justify;
    line-height: 130%;
}

div.admonition p.admonition-title + p {
    display: inline;
}

div.admonition p {
    margin-bottom: 5px;
}

div.admonition pre {
    margin-bottom: 5px;
}

div.admonition ul, div.admonition ol {
    margin-bottom: 5px;
}

div.note {
    background-color: #eee;
    border: 1px solid #ccc;
}

div.tip {
    background-color: #eee;
    border: 1px solid #ccc;
}

div.seealso {
    background-color: #ffc;
    border: 1px solid #ff6;
}

div.topic {
    background-color: #eee;
}

div.warning {
    background-color: #ffe4e4;
    border: 1px solid #f66;
}

p.admonition-title {
    display: inline;
}

p.admonition-title:after {
    content: ":";
}




th {
    background-color: #98c63a;
}

tr {
	background-color: #f5f5f5;
}

.warning code {
    background: #efc2c2;
}

.note code {
    background: #d6d6d6;
}

.viewcode-back {
    font-family: ;
}

div.viewcode-block:target {
    background-color: #f4debf;
    border-top: 1px solid #ac9;
    border-bottom: 1px solid #ac9;
}

div.code-block-caption {
    color: #000;
    background-color: #A4CE42;
}

.descname{
	color: #777;
}



caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
  font-size: 14px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
 
 
.navbar-inverse .brand {
  color: #FFF;
}

.navbar .container .navbar-header .navbar-brand {
	width: auto;
	
}

.nav navbar-nav{
	width: 800px;

}

.open>.dropdown-menu{
	overflow-y: auto;
	word-wrap: normal;
	overflow-wrap: normal;
	height: 700%;
	width: 370px;
}

.dropdown-menu.globaltoc{
	height: 212px;
}

.navbar ul{
	padding-left:15px;
	width: auto;
	padding-left:10px;
	color : #333;
}

ul{
	padding-left:15px;
}

.logo{
	float: left;
    margin: 0 10px 10px 0;
}




.page-top {
  top: 0px;
}





  body {
    
      padding-top: 40px;
    
  }
  .page-top {
    
      top: 40px;
    
  }



.navbar-inner {
  padding-left:  12px !important;
  padding-right: 12px !important;
}


table {
  border: 0;
}

.highlighttable .code pre {
    font-size: 12px;
}

.highlighttable .linenos pre {
    word-break: normal;
    font-size: 12px;
}

div.highlight {
  background: none;
}

a.footnote-reference {
  vertical-align: super;
  font-size: 75%;
}

table.footnote td.label {
  font-size: 100%;
  display: block;
  line-height: normal;
  background: inherit;
}

table.footnote {
  width: auto;
  margin-bottom: 0px;
}

table.field-list {
  width: auto;
}

.footer {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}



/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 991px) {


	div.container {		
		
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	
	.navbar .container {
	
	}
	
	
	
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
	.navbar a{
		color: #fff;
	}
	.navbar{
		color: #fff;
	}
	
	.navbar .container {
		  padding-top: 0;
		  width: auto;
		  background:  #A4CE42; /* Show a solid color for older browsers */
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4ce42', endColorstr='#225522');
		  background-image: -ms-linear-gradient(#A4CE42, #225522);
		  background-image: linear-gradient(#A4CE42, #225522);
		  background: -moz-linear-gradient(#A4CE42, #225522);
		  background: -o-linear-gradient(#A4CE42, #225522);
		  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A4CE42), to(#225522)); /* older webkit syntax */
		  background: -webkit-linear-gradient(#A4CE42, #225522);
		  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
		  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
		  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
		  border: 0px;
		  color: white;
		  padding-right: 15px;
		  
		}
		
	div.container {		
		
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	
	.dropdown-menu.globaltoc{
	height: auto;
	}
	
	
}

@media (max-width: 600px) {

	.sidebar{
		float: none!important;
		width: 80%!important;
	}

}

