/* global */
body {
    padding-top:66px;
    font-family:"Open Sans", sans-serif;
}
h1, h2, h3 h4 h5, h6 {
    color:#333;
}
p {
    color:#666;
    line-height:22px;
}
section {
    padding-top:30px;
}
.img-polaroid {
    border:1px solid #eee;
}
/* logo */
.brand {
    background: url("https://app.enormail.eu/assets/5.0/images/logo.png") no-repeat scroll 0 0 transparent;
    text-indent:-99999px;
    display:block;
    width:130px;
    height:28px;
    margin-left:0px !important;
    margin-top:2px;
}
/* navbar */
.navbar-inner {
    background-color:#13295d !important;
    background-image:none !important;
    padding:10px 0px 10px 0px;
}
.navbar-inner h3 {
    color:#fff;
}
.button-login-wrapper {
    padding:10px 0 0 0;
}
/* Side nav */
.em-docs-sidenav {
    background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 30px 0 0;
    padding: 0;
    width:200px;
}
.em-docs-sidenav > li > a {
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
    color:#002c6c;
    font-weight:bold;
}
.em-docs-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}
.em-docs-sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}
.em-docs-sidenav > .active > a {
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
    background-color:#80bfff;
    color:#fff;
}
.em-docs-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}
.em-docs-sidenav > li > a:hover {
    background-color: #f7f7f7;
}
.em-docs-sidenav .active a:hover {
    background-color: #80bfff;
}
.em-docs-sidenav a:hover .icon-chevron-right {
    opacity: 0.5;
}
.em-docs-sidenav .active .icon-chevron-right, .em-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url("../img/glyphicons-halflings-white.png");
    opacity: 1;
    background-color:#80bfff;
}
.em-docs-sidenav.affix {
    top: 90px;
}
.em-docs-sidenav.affix-bottom {
    bottom: 270px;
    position: absolute;
    top: auto;
}
/* Tables */
.em-tbl-status {
    width:70px;
}
.em-tbl-error {
    width:180px;
}
table td, table th {
    color:#666;
}
/* Enormail code examples */
.em-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.em-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.em-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
