@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
h1 {
  font-size: 60px;
  line-height: 68px;
  margin: 0 0 50px 0;
  font-weight: 300;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  font-weight: 300;
}
p {
  margin: 0 0 40px 0;
  line-height: 24px;
}
p.big {
  font-size: 24px;
  line-height: 36px;
}
blockquote {
  margin: 0;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 10px solid #ded6d4;
}
blockquote h2 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px;
  font-weight: 300;
}
#page-documentation .doc-content h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 40px;
}
#page-documentation .doc-content h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 56px;
}
#page-documentation .doc-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
#page-documentation .doc-content p {
  margin-bottom: 30px;
}
#page-documentation .doc-content ul {
  margin-bottom: 40px;
  padding-left: 20px;
}
#page-documentation .doc-content ul li {
  float: none;
}
#page-documentation .doc-content table,
#page-documentation .doc-content th,
#page-documentation .doc-content td {
  border: 0;
  border-collapse: collapse;
}
#page-documentation .doc-content th,
#page-documentation .doc-content td {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
#page-documentation .doc-content table {
  margin-bottom: 40px;
}
#page-documentation .doc-content table th {
  color: #888888;
  font-weight: 400;
  border-bottom: 1px solid #c7c7c7;
}
#page-documentation .doc-content pre code {
  font-size: 14px;
}
#page-documentation .doc-content a {
  text-decoration: underline;
}
#page-documentation .doc-content .hljs {
  background: #f4f4f4;
  padding: 20px;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
}
#page-documentation .doc-content .hljs-keyword {
  color: #006699;
}
#page-documentation .doc-content .hljs-title,
#page-documentation .doc-content .hljs-value {
  color: #1a1a1a !important;
}
#page-documentation .doc-content hr {
  border: 1px solid #dddddd;
  margin-bottom: 50px;
}
html,
body {
    min-width: 1045px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 300;
}
section,
header,
footer {
  width: 100%;
  position: relative;
}
.container {
  width: 1045px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
ul:before,
ul:after {
  display: table;
  content: "";
  line-height: 0;
}
ul:after {
  clear: both;
}
ul li {
  float: left;
}
header {
  z-index: 9999;
}
header .doc-container {
  padding: 0 30px;
}
header #header-content {
  height: 80px;
  line-height: 80px;
}
header #header-content #mainlogo {
  float: left;
}
header #header-content #mainlogo img {
  vertical-align: middle;
}
header #header-content #mainnav {
  float: left;
  margin-left: 80px;
}
header #header-content #mainnav > ul > li {
  margin-right: 10px;
  position: relative;
}
/*header #header-content #mainnav > ul > li.dropdown > a {*/
  /*padding: 5px 40px 5px 20px;*/
  /*background: url(/img/menu_arrow.png) no-repeat 125px center;*/
/*}*/
/*header #header-content #mainnav > ul > li.dropdown:hover > a {*/
  /*background: #dddddd url(/img/menu_arrow_up.png) no-repeat 125px center !important;*/
/*}*/
/*header #header-content #mainnav > ul > li.dropdown.active > a {*/
  /*background: #dddddd url(/img/menu_arrow.png) no-repeat 125px center;*/
/*}*/
header #header-content #mainnav > ul > li:hover ul {
  display: block;
}
header #header-content #mainnav > ul > li > a {
  color: #1a1a1a;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 20px;
}
header #header-content #mainnav > ul > li > a:hover,
header #header-content #mainnav > ul > li > a.active {
  background: #dddddd;
}
header #header-content #mainnav > ul > li ul {
  top: 55px;
  background: #dddddd;
  position: absolute;
  z-index: 3;
  display: none;
  width: 250px;
  line-height: 30px;
  padding: 10px 0 20px;
}
header #header-content #mainnav > ul > li ul li {
  float: none;
}
header #header-content #mainnav > ul > li ul li a {
  padding: 5px 20px;
  font-size: 18px;
  color: #1a1a1a;
}
header #header-content #mainnav > ul > li ul li a:hover {
  text-decoration: underline;
  color: #bf6e00;
}
header #header-content .support {
  float: right;
  text-decoration: underline;
}
a:link,
a:visited {
  color: #1a1a1a;
  text-decoration: underline;
}
a:link:hover,
a:visited:hover {
  color: #bf6e00;
}
a:link.action,
a:visited.action {
  display: inline-block;
  padding: 5px 20px;
  font-size: 24px;
  text-decoration: none;
}
a:link.action.orange,
a:visited.action.orange {
  background: #e18300;
  color: white;
  border: 1px solid #e18300;
}
a:link.action.orange:hover,
a:visited.action.orange:hover {
  text-decoration: none;
  border: 1px solid #bf6e00;
  background: #bf6e00;
}
a:link.action.white,
a:visited.action.white {
  background: transparent;
  color: white;
  border: 1px solid white;
}
a:link.action.white:hover,
a:visited.action.white:hover {
  border: 1px solid #bf6e00;
}
a:link.action.black,
a:visited.action.black {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
a:link.action.black:hover,
a:visited.action.black:hover {
  border: 1px solid #bf6e00;
}
.center {
  text-align: center;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
section#unibill {
  background-color: #2f2d2f;
  color: white;
}
section#unibill #ellipse {
  position: absolute;
  z-index: -1;
  left: -415px;
  margin-top: 0;
  top: -40px;
}
section#maincontent {
  padding: 30px 0;
}
section#maincontent a.orange {
  margin-right: 20px;
}
section#maincontent img.main-pic {
  margin-top: 20px;
}
section#maincontent h2 {
  margin: 0 0 40px 0;
}
section#maincontent hr {
  margin: 60px 0;
}
section#sub-header {
  height: 125px;
}
section#sub-header img {
  vertical-align: middle;
  margin-top: 45px;
  margin-left: 20px;
}
section#sub-header img#unicontent-logo,
section#sub-header img#unibill-logo {
  float: left;
}
section#sub-header img#unity-white {
  float: right;
}
section#services {
  background: #dddddd;
  padding: 30px 0;
}
section#services .big {
  background: url(/img/check.png) no-repeat left top;
  padding-left: 80px;
  margin-bottom: 0;
}
section#testimonials {
  padding: 30px 0;
}
section#testimonials p {
  line-height: 36px;
}
section#testimonials a {
  text-decoration: underline;
}
section#unicontent {
  background: #1e7cff;
  color: white;
}
.grid {
  float: left;
}
.grid.one {
  width: 87.08333333333333px;
}
.grid.two {
  width: 174.16666666666666px;
}
.grid.four {
  width: 348.3333333333333px;
}
.grid.six {
  width: 522.5px;
}
.grid.eight {
  width: 696.6666666666666px;
}
.grid.nine {
  width: 783.75px;
}
.grid.twelve {
  width: 1045px;
}
.grid > div {
  padding: 20px;
}
#page-home section#unibill {
  padding: 40px 0px 60px;
}
#page-home section#unibill a.orange {
  margin-right: 20px;
}
#page-home section#unibill img.main-pic {
  margin-top: 20px;
}
#page-home section#qualities {
  padding: 30px 0;
}
#page-home section#qualities .pic {
  text-align: center;
  padding: 30px 0;
}
#page-home section#unicontent {
  padding: 40px 0px 60px;
}
#page-home section#unicontent a.orange {
  margin-right: 20px;
}
#page-home section#unicontent img {
  margin-top: 20px;
}
footer {
  color: white;
  background: #2f2d2f;
  padding: 30px 0;
}
footer a:link,
footer a:visited {
  color: white;
}
footer .number,
footer .email,
footer .twitter,
footer .rights {
  font-size: 16px;
  display: block;
}
footer .twitter {
  margin-bottom: 80px;
}
footer .rights {
  color: #999999;
}
#page-unibill section#sub-header {
  background: #2f2d2f url(/img/unibill_header.png) no-repeat center top;
}
#page-unibill section#unibill {
  height: 125px;
}
#page-unicontent section#sub-header {
  background: #1e7cff url(/img/unicontent_header.png) no-repeat center top;
}
#page-documentation .container {
  margin: 0 auto 0 0!important;
}
#page-documentation section#sub-header {
  background: #7b1eff url(/img/documentation_header.png) no-repeat left top;
  height: 57px;
  line-height: 57px;
  color: white;
}
#page-documentation section#sub-header .title {
  margin-top: 13px;
  font-weight: 300;
  padding-left: 30px;
}
#page-documentation .list-container {
  background: #dddddd;
  overflow-y: auto;
}
#page-documentation .list-container.tofixed {
  top: 0;
  position: fixed;
  width: 308px;
}
#page-documentation .list-container a:link {
  text-decoration: none;
}
#page-documentation .doc-content.afterfixed {
  margin-left: 348px;
}
#page-documentation div.list-container ul {
  counter-reset: section;
}
#page-documentation div.list-container ul li {
  list-style: none;
  float: none;
}

.toc-active a {
    color: #bf6e00;
}

#page-documentation div.list-container ul li a:before {
  padding-right: 10px;
}
#page-documentation div.list-container ul > li {
  margin-top: 10px;
}
#page-documentation div.list-container ul > li:first-child {
  margin-top: 0;
}

#page-documentation li.toc-h1 {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #c7c7c7;
  counter-reset: subsection;
}

li.toc-h2 {
    padding-left: 10px;
    font-size: 14px;
}

li.toc-h3 {
    padding-left: 20px;
    font-size: 12px;
}

li.toc-h4 {
    padding-left: 30px;
    font-size: 12px;
}

.padded-list li:not(:last-child) {
  padding-bottom: 1em;
}

.doc-content h3 {
    padding-bottom: 20px;
}

pre {
    white-space: pre;
    word-wrap: normal;
    margin-top: -1em;
    margin-bottom: -1em;
    padding-bottom: 1em;
}

.unicontent-docs img {
  max-width: 100%;
  padding-bottom: 1em;
}
