/* secondary color; used for links, svg-icons … */
/*
*  html5 doctor css reset adopted for scoping by K15t | http://html5doctor.com/html-5-reset-stylesheet
*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

/*
* K15t specific part
*/
html, body {
  background: white !important;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Roboto !important;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  position: static;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
}

/* --- LOADER ------------------------------------------------------------------------------------------------------- */
#ht-loader {
  position: fixed;
  z-index: 99999;
  background-color: white;
  width: 100%;
  height: 3000px;
  overflow: hidden;
  top: -100px;
}

/* --- HEADER ------------------------------------------------------------------------------------------------------- */
#ht-headerbar {
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-headerbar body {
  line-height: 1;
}
#ht-headerbar article, #ht-headerbar aside, #ht-headerbar details, #ht-headerbar figcaption, #ht-headerbar figure, #ht-headerbar footer, #ht-headerbar header, #ht-headerbar hgroup, #ht-headerbar menu, #ht-headerbar nav, #ht-headerbar section {
  display: block;
}
#ht-headerbar nav ul {
  list-style: none;
}
#ht-headerbar blockquote, #ht-headerbar q {
  quotes: none;
}
#ht-headerbar blockquote:before, #ht-headerbar blockquote:after, #ht-headerbar q:before, #ht-headerbar q:after {
  content: none;
}
#ht-headerbar a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-headerbar ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-headerbar mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-headerbar del {
  text-decoration: line-through;
}
#ht-headerbar abbr[title], #ht-headerbar dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-headerbar table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-headerbar hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-headerbar input, #ht-headerbar select {
  vertical-align: middle;
}
#ht-headerbar a {
  text-decoration: none;
  outline: 0;
}

#ht-headerbar img {
  outline: 0;
  border: 0;
  padding-top: 7px;
  padding-left: 5px;
}

#ht-headerbar {
  position: fixed;
  z-index: 2;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 70px;
  max-width: 100%;
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  display: flex;
  align-items: center;
  
}

#ht-headerbar .ht-headerbar-left {    
  overflow: hidden;
  flex-wrap: nowrap;
  height: 50px;
}


#ht-headerbar .ht-headerbar-middle {
  Width:60%;
  flex:2;
  margin-left: 0px;
  height: 50px;
  display:flex;
  justify-content: flex-end;
}
  

#ht-headerbar .ht-headerbar-right a.ht-header-icon, #ht-headerbar .ht-headerbar-right {
  margin-right: 15px !important;
  height: 100%
}

#ht-headerbar .ht-headerbar-right {
  height: 50px;
  display:flex;
  justify-content: flex-end;
  align-items: center;  
}

#ht-search-button {  
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#ht-search-button:hover {  
  color: white !important;
  background:#006ba9;   
}
#ht-headerbar .ht-headerbar-right .ht-header-icon {
  width: 36px;
  height: 36px;
  overflow: hidden;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon img, #ht-headerbar .ht-headerbar-right .ht-header-icon svg {
  width: 36px;
  height: 36px;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon svg path {
  fill: white;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon:hover svg path, #ht-headerbar .ht-headerbar-right .ht-header-icon.active svg path {
  fill: white;
}
#ht-headerbar a {
  text-decoration: none;
}

#ht-menu-toggle {
  display: none;
}
#ht-headerbar .ht-dropdown {
  font-size: 0.875em;
  margin-top: -3px;
  position: relative;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#ht-headerbar .ht-dropdown.open {
  max-height: 300px;
  opacity: 1;
}
#ht-headerbar .ht-dropdown ul {
  padding-top: 2px;
  padding-left: 0px;
}
#ht-headerbar .ht-dropdown li {
  list-style: none;
}
#ht-headerbar .ht-dropdown li.search-key {
  padding: 1px 0;
}
#ht-headerbar .ht-dropdown li a {
  display: block;
  padding: 7px 10px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

#ht-headerbar .ht-dropdown li a:hover {
  text-decoration: none;
}
#ht-headerbar .ht-dropdown ul {
  padding-top: 0;
}

#ht-headerbar #ht-search {
  position: static;
  opacity: 1;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
#ht-headerbar #ht-search .ht-header-icon {
  margin: 0px;
}

#ht-headerbar #ht-search #ht-search-button {
  margin: 0px;
}


#ht-headerbar #ht-search .ht-search-input {
  pointer-events: auto;
  position: relative;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  -webkit-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear {
  display: none;
  opacity: 0;
  width: 24px;
  height: 36px;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
  transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear.show {
  display: block;
  opacity: 1;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear, #ht-headerbar #ht-search .ht-search-input a#ht-search-button, #ht-headerbar #ht-search .ht-search-input form {
  float: right;
}

.ht-search-input {
    display: flex !important;
    align-items: center !important;
}

#ht-headerbar #ht-search .ht-search-input .search-input {
  height: 36px;
  width: 0px;
  padding: 0px;
  font-family: Roboto;
  outline: 0px;
  font-size: 14px;
  background-repeat: no-repeat;
  border: 0px;
  opacity: 0;
  -webkit-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

#ht-headerbar #ht-search .ht-dropdown {
  position: absolute;
  left: -1px;
  top: 38px;
  right: -1px;
}
#ht-headerbar #ht-search.open {
  pointer-events: auto;
  opacity: 1;
}

#ht-headerbar #ht-search.open a.ht-search-clear {
	order:2;
}
#ht-headerbar #ht-search.open .ht-search-input {
  border: 1px solid #cccccc;
}
#ht-headerbar #ht-search.open .search-input {
  width: 200px;
  opacity: 1;
}
#ht-headerbar #ht-search.open #ht-search-button {
  pointer-events: none;
  cursor: default;
}
#ht-headerbar #ht-search.open #ht-search-button path {
  fill: white;
}
#ht-headerbar .ht-search-dropdown li a {
  text-align: left;
}
#ht-headerbar a.ht-search-clear {
  display: none;
}

#ht-headerbar {
  -moz-transform: translate(0px, auto);
  -o-transform: translate(0px, auto);
  -ms-transform: translate(0px, auto);
  -webkit-transform: translate(0px, auto);
  transform: translate(0px, auto);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}

#containerBotoes {
  width: 25%;
  height: 50px;
  float: right;
  background-color: black;
  top: 0;
}

#Botaoviewport {
  float: right;
  display: block;
  padding-right: 5px;
}

/* --- Links do Menu ------------------------------------------------------------------------------------------------------- */


#menuSistemas {
  margin: 0px;
  list-style: none;
  height: 100%;
   
}

.linkMenu {  
  height: 100%;
  margin: 0;
  padding: 0;
  padding-right: 10px !important;
  padding-left: 10px !important;
  float: left;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  border:none;
}

.linkMenu:hover {  
  text-decoration: none !important;
  align-items: center;
  color: white;
}

.nomeEspaco {
  font-size: 1.5em !important;
  text-decoration: none !important;
  padding: 0;
  padding-right: 20px !important;
  padding-left: 20px !important;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 100%;  
}

a.nomeEspaco:hover {      
  background:#006ba9 !important;
}


#menuSistemas .linkMenu:hover {    
  background:#006ba9;
}

#menuSistemas .linkMenu a {
  width: 100%;
  margin: 0px; 
  display: block;
  font-family: Roboto;
  font-size: 16px;
  padding-top: 5px;
}

#menuSistemas .linkMenu a:hover {
  color: white; 
  z-index: 1;
}

.HomeImagem {
  border-right-style: solid; 

}

.HomeImagemContainer {
  width: 32px;
  height: 40px;
  float: left;
  margin-top: -6.5px;
}

.ContainerMenu {
  height: 100px;
  width: 100%;
}

#ContainerOutrosSistemas {
  padding: 0 15px !important;
  display: none;
}

#ContainerOutrosSistemas .OutrosSistemas {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  line-height: 32px;
  margin-bottom: 20px;
  padding-left: 5px;
}

#ContainerOutrosSistemas .OutrosSistemas a {
  color: black;
  pointer-events: none;
  font-family: Roboto;
}

#linksSistemas {
  list-style: none;
  padding-left: 17px;
}

#linksSistemas li {
  line-height: 25px !important;
}

/* --- WRAP-CONTAINER ----------------------------------------------------------------------------------------------- */
#ht-wrap-container {
  right: 0px;
  min-height: 10%;
}

#ht-wrap-container #ht-sidebar-dragbar {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container #ht-sidebar-dragbar html, #ht-wrap-container #ht-sidebar-dragbar body, #ht-wrap-container #ht-sidebar-dragbar div, #ht-wrap-container #ht-sidebar-dragbar span, #ht-wrap-container #ht-sidebar-dragbar object, #ht-wrap-container #ht-sidebar-dragbar iframe, #ht-wrap-container #ht-sidebar-dragbar h1, #ht-wrap-container #ht-sidebar-dragbar h2, #ht-wrap-container #ht-sidebar-dragbar h3, #ht-wrap-container #ht-sidebar-dragbar h4, #ht-wrap-container #ht-sidebar-dragbar h5, #ht-wrap-container #ht-sidebar-dragbar h6, #ht-wrap-container #ht-sidebar-dragbar p, #ht-wrap-container #ht-sidebar-dragbar blockquote, #ht-wrap-container #ht-sidebar-dragbar pre, #ht-wrap-container #ht-sidebar-dragbar abbr, #ht-wrap-container #ht-sidebar-dragbar address, #ht-wrap-container #ht-sidebar-dragbar cite, #ht-wrap-container #ht-sidebar-dragbar code, #ht-wrap-container #ht-sidebar-dragbar del, #ht-wrap-container #ht-sidebar-dragbar dfn, #ht-wrap-container #ht-sidebar-dragbar em, #ht-wrap-container #ht-sidebar-dragbar img, #ht-wrap-container #ht-sidebar-dragbar ins, #ht-wrap-container #ht-sidebar-dragbar kbd, #ht-wrap-container #ht-sidebar-dragbar q, #ht-wrap-container #ht-sidebar-dragbar samp, #ht-wrap-container #ht-sidebar-dragbar small, #ht-wrap-container #ht-sidebar-dragbar strong, #ht-wrap-container #ht-sidebar-dragbar sub, #ht-wrap-container #ht-sidebar-dragbar sup, #ht-wrap-container #ht-sidebar-dragbar var, #ht-wrap-container #ht-sidebar-dragbar b, #ht-wrap-container #ht-sidebar-dragbar i, #ht-wrap-container #ht-sidebar-dragbar dl, #ht-wrap-container #ht-sidebar-dragbar dt, #ht-wrap-container #ht-sidebar-dragbar dd, #ht-wrap-container #ht-sidebar-dragbar ol, #ht-wrap-container #ht-sidebar-dragbar ul, #ht-wrap-container #ht-sidebar-dragbar li, #ht-wrap-container #ht-sidebar-dragbar fieldset, #ht-wrap-container #ht-sidebar-dragbar form, #ht-wrap-container #ht-sidebar-dragbar label, #ht-wrap-container #ht-sidebar-dragbar legend, #ht-wrap-container #ht-sidebar-dragbar table, #ht-wrap-container #ht-sidebar-dragbar caption, #ht-wrap-container #ht-sidebar-dragbar tbody, #ht-wrap-container #ht-sidebar-dragbar tfoot, #ht-wrap-container #ht-sidebar-dragbar thead, #ht-wrap-container #ht-sidebar-dragbar tr, #ht-wrap-container #ht-sidebar-dragbar th, #ht-wrap-container #ht-sidebar-dragbar td, #ht-wrap-container #ht-sidebar-dragbar article, #ht-wrap-container #ht-sidebar-dragbar aside, #ht-wrap-container #ht-sidebar-dragbar canvas, #ht-wrap-container #ht-sidebar-dragbar details, #ht-wrap-container #ht-sidebar-dragbar figcaption, #ht-wrap-container #ht-sidebar-dragbar figure, #ht-wrap-container #ht-sidebar-dragbar footer, #ht-wrap-container #ht-sidebar-dragbar header, #ht-wrap-container #ht-sidebar-dragbar hgroup, #ht-wrap-container #ht-sidebar-dragbar menu, #ht-wrap-container #ht-sidebar-dragbar nav, #ht-wrap-container #ht-sidebar-dragbar section, #ht-wrap-container #ht-sidebar-dragbar summary, #ht-wrap-container #ht-sidebar-dragbar time, #ht-wrap-container #ht-sidebar-dragbar mark, #ht-wrap-container #ht-sidebar-dragbar audio, #ht-wrap-container #ht-sidebar-dragbar video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container #ht-sidebar-dragbar body {
  line-height: 1;
}
#ht-wrap-container #ht-sidebar-dragbar article, #ht-wrap-container #ht-sidebar-dragbar aside, #ht-wrap-container #ht-sidebar-dragbar details, #ht-wrap-container #ht-sidebar-dragbar figcaption, #ht-wrap-container #ht-sidebar-dragbar figure, #ht-wrap-container #ht-sidebar-dragbar footer, #ht-wrap-container #ht-sidebar-dragbar header, #ht-wrap-container #ht-sidebar-dragbar hgroup, #ht-wrap-container #ht-sidebar-dragbar menu, #ht-wrap-container #ht-sidebar-dragbar nav, #ht-wrap-container #ht-sidebar-dragbar section {
  display: block;
}
#ht-wrap-container #ht-sidebar-dragbar nav ul {
  list-style: none;
}
#ht-wrap-container #ht-sidebar-dragbar blockquote, #ht-wrap-container #ht-sidebar-dragbar q {
  quotes: none;
}
#ht-wrap-container #ht-sidebar-dragbar blockquote:before, #ht-wrap-container #ht-sidebar-dragbar blockquote:after, #ht-wrap-container #ht-sidebar-dragbar q:before, #ht-wrap-container #ht-sidebar-dragbar q:after {
  content: none;
}
#ht-wrap-container #ht-sidebar-dragbar a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container #ht-sidebar-dragbar ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container #ht-sidebar-dragbar mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container #ht-sidebar-dragbar del {
  text-decoration: line-through;
}
#ht-wrap-container #ht-sidebar-dragbar abbr[title], #ht-wrap-container #ht-sidebar-dragbar dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container #ht-sidebar-dragbar table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container #ht-sidebar-dragbar hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container #ht-sidebar-dragbar input, #ht-wrap-container #ht-sidebar-dragbar select {
  vertical-align: middle;
}
#ht-wrap-container #ht-sidebar-dragbar a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container #ht-sidebar-dragbar a:hover {
  text-decoration: underline;
}
#ht-wrap-container #ht-sidebar-dragbar img {
  outline: 0;
  border: 0;
}
#ht-wrap-container #ht-sidebar-dragbar {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -10px;
  width: 10px;
  cursor: col-resize;
}

#ht-wrap-container #ht-sidebar-dragbar .ht-sidebar-drag-handle {
  height: 12px;
  width: 2px;
  position: fixed;
  top: 50%;
  margin-top: -6px;
}
#ht-wrap-container #ht-sidebar-dragbar .ht-sidebar-drag-handle span {
  display: block;
  width: 2px;
  height: 2px;
  margin: 0px 2px 3px 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
#ht-wrap-container .ht-content {
  padding: 0px 40px 0px 30px;
  max-width: 100%;
}
#ht-wrap-container .ht-content img {
  max-width: 90%;
}

#ht-wrap-container .ht-content .ht-content-header {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container .ht-content .ht-content-header html, #ht-wrap-container .ht-content .ht-content-header body, #ht-wrap-container .ht-content .ht-content-header div, #ht-wrap-container .ht-content .ht-content-header span, #ht-wrap-container .ht-content .ht-content-header object, #ht-wrap-container .ht-content .ht-content-header iframe, #ht-wrap-container .ht-content .ht-content-header h1, #ht-wrap-container .ht-content .ht-content-header h2, #ht-wrap-container .ht-content .ht-content-header h3, #ht-wrap-container .ht-content .ht-content-header h4, #ht-wrap-container .ht-content .ht-content-header h5, #ht-wrap-container .ht-content .ht-content-header h6, #ht-wrap-container .ht-content .ht-content-header p, #ht-wrap-container .ht-content .ht-content-header blockquote, #ht-wrap-container .ht-content .ht-content-header pre, #ht-wrap-container .ht-content .ht-content-header abbr, #ht-wrap-container .ht-content .ht-content-header address, #ht-wrap-container .ht-content .ht-content-header cite, #ht-wrap-container .ht-content .ht-content-header code, #ht-wrap-container .ht-content .ht-content-header del, #ht-wrap-container .ht-content .ht-content-header dfn, #ht-wrap-container .ht-content .ht-content-header em, #ht-wrap-container .ht-content .ht-content-header img, #ht-wrap-container .ht-content .ht-content-header ins, #ht-wrap-container .ht-content .ht-content-header kbd, #ht-wrap-container .ht-content .ht-content-header q, #ht-wrap-container .ht-content .ht-content-header samp, #ht-wrap-container .ht-content .ht-content-header small, #ht-wrap-container .ht-content .ht-content-header strong, #ht-wrap-container .ht-content .ht-content-header sub, #ht-wrap-container .ht-content .ht-content-header sup, #ht-wrap-container .ht-content .ht-content-header var, #ht-wrap-container .ht-content .ht-content-header b, #ht-wrap-container .ht-content .ht-content-header i, #ht-wrap-container .ht-content .ht-content-header dl, #ht-wrap-container .ht-content .ht-content-header dt, #ht-wrap-container .ht-content .ht-content-header dd, #ht-wrap-container .ht-content .ht-content-header ol, #ht-wrap-container .ht-content .ht-content-header ul, #ht-wrap-container .ht-content .ht-content-header li, #ht-wrap-container .ht-content .ht-content-header fieldset, #ht-wrap-container .ht-content .ht-content-header form, #ht-wrap-container .ht-content .ht-content-header label, #ht-wrap-container .ht-content .ht-content-header legend, #ht-wrap-container .ht-content .ht-content-header table, #ht-wrap-container .ht-content .ht-content-header caption, #ht-wrap-container .ht-content .ht-content-header tbody, #ht-wrap-container .ht-content .ht-content-header tfoot, #ht-wrap-container .ht-content .ht-content-header thead, #ht-wrap-container .ht-content .ht-content-header tr, #ht-wrap-container .ht-content .ht-content-header th, #ht-wrap-container .ht-content .ht-content-header td, #ht-wrap-container .ht-content .ht-content-header article, #ht-wrap-container .ht-content .ht-content-header aside, #ht-wrap-container .ht-content .ht-content-header canvas, #ht-wrap-container .ht-content .ht-content-header details, #ht-wrap-container .ht-content .ht-content-header figcaption, #ht-wrap-container .ht-content .ht-content-header figure, #ht-wrap-container .ht-content .ht-content-header footer, #ht-wrap-container .ht-content .ht-content-header header, #ht-wrap-container .ht-content .ht-content-header hgroup, #ht-wrap-container .ht-content .ht-content-header menu, #ht-wrap-container .ht-content .ht-content-header nav, #ht-wrap-container .ht-content .ht-content-header section, #ht-wrap-container .ht-content .ht-content-header summary, #ht-wrap-container .ht-content .ht-content-header time, #ht-wrap-container .ht-content .ht-content-header mark, #ht-wrap-container .ht-content .ht-content-header audio, #ht-wrap-container .ht-content .ht-content-header video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header body {
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header article, #ht-wrap-container .ht-content .ht-content-header aside, #ht-wrap-container .ht-content .ht-content-header details, #ht-wrap-container .ht-content .ht-content-header figcaption, #ht-wrap-container .ht-content .ht-content-header figure, #ht-wrap-container .ht-content .ht-content-header footer, #ht-wrap-container .ht-content .ht-content-header header, #ht-wrap-container .ht-content .ht-content-header hgroup, #ht-wrap-container .ht-content .ht-content-header menu, #ht-wrap-container .ht-content .ht-content-header nav, #ht-wrap-container .ht-content .ht-content-header section {
  display: block;
}
#ht-wrap-container .ht-content .ht-content-header nav ul {
  list-style: none;
}
#ht-wrap-container .ht-content .ht-content-header blockquote, #ht-wrap-container .ht-content .ht-content-header q {
  quotes: none;
}
#ht-wrap-container .ht-content .ht-content-header blockquote:before, #ht-wrap-container .ht-content .ht-content-header blockquote:after, #ht-wrap-container .ht-content .ht-content-header q:before, #ht-wrap-container .ht-content .ht-content-header q:after {
  content: none;
}
#ht-wrap-container .ht-content .ht-content-header a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container .ht-content .ht-content-header ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container .ht-content .ht-content-header mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container .ht-content .ht-content-header del {
  text-decoration: line-through;
}
#ht-wrap-container .ht-content .ht-content-header abbr[title], #ht-wrap-container .ht-content .ht-content-header dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container .ht-content .ht-content-header table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container .ht-content .ht-content-header hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container .ht-content .ht-content-header input, #ht-wrap-container .ht-content .ht-content-header select {
  vertical-align: middle;
}
#ht-wrap-container .ht-content .ht-content-header a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container .ht-content .ht-content-header a:hover {
  text-decoration: underline;
}
#ht-wrap-container .ht-content .ht-content-header img {
  outline: 0;
  border: 0;
}
#ht-wrap-container .ht-content .ht-content-header {
  margin-bottom: 20px;
}

#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb html, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb body, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb div, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb span, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb object, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb iframe, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h1, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h2, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h3, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h4, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h5, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb h6, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb p, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb blockquote, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb pre, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb abbr, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb address, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb cite, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb code, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb del, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dfn, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb em, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb img, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb ins, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb kbd, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb q, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb samp, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb small, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb strong, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb sub, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb sup, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb var, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb b, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb i, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dl, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dt, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dd, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb ol, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb ul, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb fieldset, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb form, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb label, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb legend, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb table, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb caption, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb tbody, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb tfoot, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb thead, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb tr, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb th, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb td, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb article, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb aside, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb canvas, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb details, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb figcaption, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb figure, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb footer, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb header, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb hgroup, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb menu, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb nav, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb section, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb summary, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb time, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb mark, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb audio, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb body {
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb article, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb aside, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb details, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb figcaption, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb figure, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb footer, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb header, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb hgroup, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb menu, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb nav, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb section {
  display: block;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb nav ul {
  list-style: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb blockquote, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb q {
  quotes: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb blockquote:before, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb blockquote:after, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb q:before, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb q:after {
  content: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb del {
  text-decoration: line-through;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb abbr[title], #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb input, #ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb select {
  vertical-align: middle;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb a:hover {
  text-decoration: underline;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb img {
  outline: 0;
  border: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb {
  margin-bottom: 4px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li {
  list-style: none;
  font-size: 0.875em;
  display: inline;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li:after {
  content: "/";
  margin-left: 3px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb li:last-child:after {
  content: "";
}
#ht-wrap-container .ht-content .ht-content-header #ht-breadcrumb .shortcut {
  display: none !important;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle html, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle body, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle div, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle span, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle object, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle iframe, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h1, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h2, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h3, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h4, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h5, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle h6, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle p, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle blockquote, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle pre, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle abbr, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle address, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle cite, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle code, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle del, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dfn, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle em, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle img, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle ins, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle kbd, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle q, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle samp, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle small, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle strong, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle sub, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle sup, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle var, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle b, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle i, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dl, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dt, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dd, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle ol, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle ul, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle fieldset, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle form, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle label, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle legend, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle table, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle caption, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle tbody, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle tfoot, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle thead, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle tr, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle th, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle td, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle article, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle aside, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle canvas, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle details, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle figcaption, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle figure, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle footer, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle header, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle hgroup, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle menu, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle nav, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle section, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle summary, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle time, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle mark, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle audio, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle body {
  line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle article, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle aside, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle details, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle figcaption, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle figure, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle footer, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle header, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle hgroup, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle menu, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle nav, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle section {
  display: block;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle nav ul {
  list-style: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle blockquote, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle q {
  quotes: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle blockquote:before, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle blockquote:after, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle q:before, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle q:after {
  content: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle del {
  text-decoration: line-through;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle abbr[title], #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle input, #ht-wrap-container .ht-content .ht-content-header #ht-spacetitle select {
  vertical-align: middle;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle a:hover {
  text-decoration: underline;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle img {
  outline: 0;
  border: 0;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle {
  margin-bottom: 4px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li {
  list-style: none;
  font-size: 0.875em;
  display: inline;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li:after {
  content: "/";
  margin-left: 3px;
}
#ht-wrap-container .ht-content .ht-content-header #ht-spacetitle li:last-child:after {
  content: "";
}
#ht-wrap-container .ht-content .ht-content-header h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
}
#ht-wrap-container .ht-content .ht-content-header p {
  font-size: 0.875em;
  line-height: 1.250rem;
  margin-bottom: 0.938rem;
}

#ht-wrap-container .ht-content #main-content {
  font-family: Roboto;
  font-size: 14px !important;
  line-height: 1.42857142857143 !important;
  word-wrap: break-word;
}
#ht-wrap-container .ht-content #search-results .search-result h2 {
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 4px;
  line-height: 1.25;
}
#ht-wrap-container .ht-content #search-results .search-result h2 a {
  text-decoration: none;
}
#ht-wrap-container .ht-content #search-results .search-result p {
  margin-bottom: 8px;
}
#ht-wrap-container .ht-content #search-results .search-result p.search-result-link {
  color: #999999;
}
#ht-wrap-container .ht-content #search-results .search-result a {
  font-size: 0.875em;
}
#ht-wrap-container .ht-content #search-results .search-result hr {
  width: 100%;
  margin: 15px 0;
  border: none;
  border-bottom: 1px solid #ccc;
}
#ht-wrap-container .ht-content #search-results .search-result .sp-search-highlight {
  font-size: larger;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container #ht-post-nav {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container #ht-post-nav html, #ht-wrap-container #ht-post-nav body, #ht-wrap-container #ht-post-nav div, #ht-wrap-container #ht-post-nav span, #ht-wrap-container #ht-post-nav object, #ht-wrap-container #ht-post-nav iframe, #ht-wrap-container #ht-post-nav h1, #ht-wrap-container #ht-post-nav h2, #ht-wrap-container #ht-post-nav h3, #ht-wrap-container #ht-post-nav h4, #ht-wrap-container #ht-post-nav h5, #ht-wrap-container #ht-post-nav h6, #ht-wrap-container #ht-post-nav p, #ht-wrap-container #ht-post-nav blockquote, #ht-wrap-container #ht-post-nav pre, #ht-wrap-container #ht-post-nav abbr, #ht-wrap-container #ht-post-nav address, #ht-wrap-container #ht-post-nav cite, #ht-wrap-container #ht-post-nav code, #ht-wrap-container #ht-post-nav del, #ht-wrap-container #ht-post-nav dfn, #ht-wrap-container #ht-post-nav em, #ht-wrap-container #ht-post-nav img, #ht-wrap-container #ht-post-nav ins, #ht-wrap-container #ht-post-nav kbd, #ht-wrap-container #ht-post-nav q, #ht-wrap-container #ht-post-nav samp, #ht-wrap-container #ht-post-nav small, #ht-wrap-container #ht-post-nav strong, #ht-wrap-container #ht-post-nav sub, #ht-wrap-container #ht-post-nav sup, #ht-wrap-container #ht-post-nav var, #ht-wrap-container #ht-post-nav b, #ht-wrap-container #ht-post-nav i, #ht-wrap-container #ht-post-nav dl, #ht-wrap-container #ht-post-nav dt, #ht-wrap-container #ht-post-nav dd, #ht-wrap-container #ht-post-nav ol, #ht-wrap-container #ht-post-nav ul, #ht-wrap-container #ht-post-nav li, #ht-wrap-container #ht-post-nav fieldset, #ht-wrap-container #ht-post-nav form, #ht-wrap-container #ht-post-nav label, #ht-wrap-container #ht-post-nav legend, #ht-wrap-container #ht-post-nav table, #ht-wrap-container #ht-post-nav caption, #ht-wrap-container #ht-post-nav tbody, #ht-wrap-container #ht-post-nav tfoot, #ht-wrap-container #ht-post-nav thead, #ht-wrap-container #ht-post-nav tr, #ht-wrap-container #ht-post-nav th, #ht-wrap-container #ht-post-nav td, #ht-wrap-container #ht-post-nav article, #ht-wrap-container #ht-post-nav aside, #ht-wrap-container #ht-post-nav canvas, #ht-wrap-container #ht-post-nav details, #ht-wrap-container #ht-post-nav figcaption, #ht-wrap-container #ht-post-nav figure, #ht-wrap-container #ht-post-nav footer, #ht-wrap-container #ht-post-nav header, #ht-wrap-container #ht-post-nav hgroup, #ht-wrap-container #ht-post-nav menu, #ht-wrap-container #ht-post-nav nav, #ht-wrap-container #ht-post-nav section, #ht-wrap-container #ht-post-nav summary, #ht-wrap-container #ht-post-nav time, #ht-wrap-container #ht-post-nav mark, #ht-wrap-container #ht-post-nav audio, #ht-wrap-container #ht-post-nav video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container #ht-post-nav body {
  line-height: 1;
}
#ht-wrap-container #ht-post-nav article, #ht-wrap-container #ht-post-nav aside, #ht-wrap-container #ht-post-nav details, #ht-wrap-container #ht-post-nav figcaption, #ht-wrap-container #ht-post-nav figure, #ht-wrap-container #ht-post-nav footer, #ht-wrap-container #ht-post-nav header, #ht-wrap-container #ht-post-nav hgroup, #ht-wrap-container #ht-post-nav menu, #ht-wrap-container #ht-post-nav nav, #ht-wrap-container #ht-post-nav section {
  display: block;
}
#ht-wrap-container #ht-post-nav nav ul {
  list-style: none;
}
#ht-wrap-container #ht-post-nav blockquote, #ht-wrap-container #ht-post-nav q {
  quotes: none;
}
#ht-wrap-container #ht-post-nav blockquote:before, #ht-wrap-container #ht-post-nav blockquote:after, #ht-wrap-container #ht-post-nav q:before, #ht-wrap-container #ht-post-nav q:after {
  content: none;
}
#ht-wrap-container #ht-post-nav a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container #ht-post-nav ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container #ht-post-nav mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container #ht-post-nav del {
  text-decoration: line-through;
}
#ht-wrap-container #ht-post-nav abbr[title], #ht-wrap-container #ht-post-nav dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container #ht-post-nav table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container #ht-post-nav hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container #ht-post-nav input, #ht-wrap-container #ht-post-nav select {
  vertical-align: middle;
}
#ht-wrap-container #ht-post-nav a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container #ht-post-nav a:hover {
  text-decoration: underline;
}
#ht-wrap-container #ht-post-nav img {
  outline: 0;
  border: 0;
}
#ht-wrap-container #ht-post-nav {
  font-size: 0.875em;
  padding: 0px 40px 112px 30px;
  max-width: auto;
}
#ht-wrap-container #ht-post-nav svg {
  width: 14px;
  height: 14px;
  float: left;
}
#ht-wrap-container #ht-post-nav span {
  float: left;
  padding-bottom: 5px;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next {
  float: right;
  text-align: right;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next span {
  float: right;
}
#ht-wrap-container #ht-post-nav .ht-post-nav-next svg {
  float: right;
}
#ht-wrap-container #ht-post-nav a {
  display: inline-block;
  width: 33%;
}
#ht-wrap-container #ht-post-nav a span {
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#ht-wrap-container #ht-post-nav a:hover span {
  text-decoration: underline;
}

#ht-wrap-container #ht-footer {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container #ht-footer html, #ht-wrap-container #ht-footer body, #ht-wrap-container #ht-footer div, #ht-wrap-container #ht-footer span, #ht-wrap-container #ht-footer object, #ht-wrap-container #ht-footer iframe, #ht-wrap-container #ht-footer h1, #ht-wrap-container #ht-footer h2, #ht-wrap-container #ht-footer h3, #ht-wrap-container #ht-footer h4, #ht-wrap-container #ht-footer h5, #ht-wrap-container #ht-footer h6, #ht-wrap-container #ht-footer p, #ht-wrap-container #ht-footer blockquote, #ht-wrap-container #ht-footer pre, #ht-wrap-container #ht-footer abbr, #ht-wrap-container #ht-footer address, #ht-wrap-container #ht-footer cite, #ht-wrap-container #ht-footer code, #ht-wrap-container #ht-footer del, #ht-wrap-container #ht-footer dfn, #ht-wrap-container #ht-footer em, #ht-wrap-container #ht-footer img, #ht-wrap-container #ht-footer ins, #ht-wrap-container #ht-footer kbd, #ht-wrap-container #ht-footer q, #ht-wrap-container #ht-footer samp, #ht-wrap-container #ht-footer small, #ht-wrap-container #ht-footer strong, #ht-wrap-container #ht-footer sub, #ht-wrap-container #ht-footer sup, #ht-wrap-container #ht-footer var, #ht-wrap-container #ht-footer b, #ht-wrap-container #ht-footer i, #ht-wrap-container #ht-footer dl, #ht-wrap-container #ht-footer dt, #ht-wrap-container #ht-footer dd, #ht-wrap-container #ht-footer ol, #ht-wrap-container #ht-footer ul, #ht-wrap-container #ht-footer li, #ht-wrap-container #ht-footer fieldset, #ht-wrap-container #ht-footer form, #ht-wrap-container #ht-footer label, #ht-wrap-container #ht-footer legend, #ht-wrap-container #ht-footer table, #ht-wrap-container #ht-footer caption, #ht-wrap-container #ht-footer tbody, #ht-wrap-container #ht-footer tfoot, #ht-wrap-container #ht-footer thead, #ht-wrap-container #ht-footer tr, #ht-wrap-container #ht-footer th, #ht-wrap-container #ht-footer td, #ht-wrap-container #ht-footer article, #ht-wrap-container #ht-footer aside, #ht-wrap-container #ht-footer canvas, #ht-wrap-container #ht-footer details, #ht-wrap-container #ht-footer figcaption, #ht-wrap-container #ht-footer figure, #ht-wrap-container #ht-footer footer, #ht-wrap-container #ht-footer header, #ht-wrap-container #ht-footer hgroup, #ht-wrap-container #ht-footer menu, #ht-wrap-container #ht-footer nav, #ht-wrap-container #ht-footer section, #ht-wrap-container #ht-footer summary, #ht-wrap-container #ht-footer time, #ht-wrap-container #ht-footer mark, #ht-wrap-container #ht-footer audio, #ht-wrap-container #ht-footer video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-wrap-container #ht-footer body {
  line-height: 1;
}
#ht-wrap-container #ht-footer article, #ht-wrap-container #ht-footer aside, #ht-wrap-container #ht-footer details, #ht-wrap-container #ht-footer figcaption, #ht-wrap-container #ht-footer figure, #ht-wrap-container #ht-footer footer, #ht-wrap-container #ht-footer header, #ht-wrap-container #ht-footer hgroup, #ht-wrap-container #ht-footer menu, #ht-wrap-container #ht-footer nav, #ht-wrap-container #ht-footer section {
  display: block;
}
#ht-wrap-container #ht-footer nav ul {
  list-style: none;
}
#ht-wrap-container #ht-footer blockquote, #ht-wrap-container #ht-footer q {
  quotes: none;
}
#ht-wrap-container #ht-footer blockquote:before, #ht-wrap-container #ht-footer blockquote:after, #ht-wrap-container #ht-footer q:before, #ht-wrap-container #ht-footer q:after {
  content: none;
}
#ht-wrap-container #ht-footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-wrap-container #ht-footer ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-wrap-container #ht-footer mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-wrap-container #ht-footer del {
  text-decoration: line-through;
}
#ht-wrap-container #ht-footer abbr[title], #ht-wrap-container #ht-footer dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-wrap-container #ht-footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-wrap-container #ht-footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-wrap-container #ht-footer input, #ht-wrap-container #ht-footer select {
  vertical-align: middle;
}
#ht-wrap-container #ht-footer a {
  text-decoration: none;
  outline: 0;
}
#ht-wrap-container #ht-footer a:hover {
  text-decoration: underline;
}
#ht-wrap-container #ht-footer img {
  outline: 0;
  border: 0;
}
#ht-wrap-container #ht-footer {
  max-width: auto;
  margin: 0px 40px 12px 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

#ht-wrap-container #ht-footer small {
  font-size: 0.7em;
  max-width: 75%;
}
#ht-wrap-container #ht-footer a {
  text-decoration: underline;
}
#ht-wrap-container #ht-footer #ht-jump-top {
  display: none;
  float: right;
  margin-top: -4px;
}
#ht-wrap-container #ht-footer #ht-jump-top:before {
  font-size: 24px;
}
#ht-wrap-container #ht-footer #ht-jump-top:hover {
  text-decoration: none;
}

/* --- MEDIA-QUERY-DETECTION ---------------------------------------------------------------------------------------- */
#ht-mq-detect {
  /*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-mq-detect html, #ht-mq-detect body, #ht-mq-detect div, #ht-mq-detect span, #ht-mq-detect object, #ht-mq-detect iframe, #ht-mq-detect h1, #ht-mq-detect h2, #ht-mq-detect h3, #ht-mq-detect h4, #ht-mq-detect h5, #ht-mq-detect h6, #ht-mq-detect p, #ht-mq-detect blockquote, #ht-mq-detect pre, #ht-mq-detect abbr, #ht-mq-detect address, #ht-mq-detect cite, #ht-mq-detect code, #ht-mq-detect del, #ht-mq-detect dfn, #ht-mq-detect em, #ht-mq-detect img, #ht-mq-detect ins, #ht-mq-detect kbd, #ht-mq-detect q, #ht-mq-detect samp, #ht-mq-detect small, #ht-mq-detect strong, #ht-mq-detect sub, #ht-mq-detect sup, #ht-mq-detect var, #ht-mq-detect b, #ht-mq-detect i, #ht-mq-detect dl, #ht-mq-detect dt, #ht-mq-detect dd, #ht-mq-detect ol, #ht-mq-detect ul, #ht-mq-detect li, #ht-mq-detect fieldset, #ht-mq-detect form, #ht-mq-detect label, #ht-mq-detect legend, #ht-mq-detect table, #ht-mq-detect caption, #ht-mq-detect tbody, #ht-mq-detect tfoot, #ht-mq-detect thead, #ht-mq-detect tr, #ht-mq-detect th, #ht-mq-detect td, #ht-mq-detect article, #ht-mq-detect aside, #ht-mq-detect canvas, #ht-mq-detect details, #ht-mq-detect figcaption, #ht-mq-detect figure, #ht-mq-detect footer, #ht-mq-detect header, #ht-mq-detect hgroup, #ht-mq-detect menu, #ht-mq-detect nav, #ht-mq-detect section, #ht-mq-detect summary, #ht-mq-detect time, #ht-mq-detect mark, #ht-mq-detect audio, #ht-mq-detect video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  line-height: 1;
}
#ht-mq-detect body {
  line-height: 1;
}
#ht-mq-detect article, #ht-mq-detect aside, #ht-mq-detect details, #ht-mq-detect figcaption, #ht-mq-detect figure, #ht-mq-detect footer, #ht-mq-detect header, #ht-mq-detect hgroup, #ht-mq-detect menu, #ht-mq-detect nav, #ht-mq-detect section {
  display: block;
}
#ht-mq-detect nav ul {
  list-style: none;
}
#ht-mq-detect blockquote, #ht-mq-detect q {
  quotes: none;
}
#ht-mq-detect blockquote:before, #ht-mq-detect blockquote:after, #ht-mq-detect q:before, #ht-mq-detect q:after {
  content: none;
}
#ht-mq-detect a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#ht-mq-detect ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#ht-mq-detect mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#ht-mq-detect del {
  text-decoration: line-through;
}
#ht-mq-detect abbr[title], #ht-mq-detect dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#ht-mq-detect table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ht-mq-detect hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#ht-mq-detect input, #ht-mq-detect select {
  vertical-align: middle;
}
#ht-mq-detect a {
  text-decoration: none;
  outline: 0;
}
#ht-mq-detect a:hover {
  text-decoration: underline;
}
#ht-mq-detect img {
  outline: 0;
  border: 0;
}

#ht-mq-detect {
  width: 5px;
}


/* --- GRID --------------------------------------------------------------------------------------------------------- */
.sp-grid-float .sp-grid-20, .sp-grid-float .sp-grid-33, .sp-grid-float .sp-grid-40, .sp-grid-float .sp-grid-50, .sp-grid-float .sp-grid-60 {
  float: left;
}

.sp-grid-float .sp-grid-20 {
  width: 20%;
}

.sp-grid-float .sp-grid-33 {
  width: 33%;
}

.sp-grid-float .sp-grid-40 {
  width: 40%;
}

.sp-grid-float .sp-grid-50 {
  width: 50%;
}

.sp-grid-float .sp-grid-60 {
  width: 60%;
}

.sp-grid-float .sp-grid-section {
  padding-bottom: 10px;
  overflow: hidden;
}

.sp-grid-float .sp-grid-section:last-child {
  padding-bottom: 0px;
}

.sp-grid-float .sp-grid-section:after {
  display: table;
  content: " ";
}

.sp-grid-float .sp-grid-cell {
  padding-right: 20px;
  box-sizing: border-box;
}

.sp-grid-float .sp-grid-cell:last-child {
  padding-right: 0px;
  box-sizing: border-box;
}

.sp-grid-fluid .sp-grid-section {
  padding-bottom: 10px;
  overflow: hidden;
}

.sp-grid-fluid .sp-grid-section:last-child {
  padding-bottom: 0px;
}

.sp-grid-fluid .sp-grid-section:after {
  display: table;
  content: " ";
}

.sp-grid-fluid .sp-grid-cell {
  padding-bottom: 10px;
}

.sp-grid-fluid .sp-grid-cell:last-child {
  padding-bottom: 0px;
}

/* --- ICONS -------------------------------------------------------------------------------------------------------- */
/* This file contains a subset of the AUI iconfont (atlassian-aui-adg-dist-f26920e2e1da) scoped to class 'sp' */
@font-face {
  font-family: "SP Atlassian Icons";
  src: url(../fonts/atlassian-icons.eot);
  src: url(../fonts/atlassian-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/atlassian-icons.woff) format("woff"), url(../fonts/atlassian-icons.ttf) format("truetype"), url(../fonts/atlassian-icons.svg#atlassian-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

.sp-aui-icon-small {
  height: 16px;
  width: 16px;
}

.sp-aui-icon-small, .sp-aui-icon-large {
  line-height: 0;
  position: relative;
  vertical-align: text-top;
}

.sp-aui-iconfont-close-dialog:before {
  content: "\f11b";
}

.sp-aui-icon-small:before {
  font-size: 16px;
  margin-top: -8px;
}

.sp-aui-icon-small:before, .sp-aui-icon-large:before {
  color: inherit;
  font-family: "SP Atlassian Icons";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  text-indent: 0;
  speak: none;
  top: 50%;
}

.sp-aui-icon-small, .sp-aui-icon-large {
  line-height: 0;
  position: relative;
  vertical-align: text-top;
}

.sp-aui-iconfont-arrows-up:before {
  content: "\f109";
}

.sp-aui-icon-small, .sp-aui-icon-large {
  line-height: 0;
  position: relative;
  vertical-align: text-top;
}

.sp-aui-iconfont-delete:before {
  content: "\f122";
}

.sp-aui-iconfont-confluence:before {
  content: "\f11f";
  font-size: 18px;
}

.sp-aui-iconfont-approve:before {
  content: "\f104";
}

.sp-aui-iconfont-remove:before {
  content: "\f188";
}

.sp-aui-iconfont-appswitcher:before {
  content: "\f105";
}

.sp-aui-iconfont-group:before {
  content: "\f167";
}

.sp-aui-iconfont-editor-mention:before {
  content: "\f152";
}

.sp-aui-iconfont-user:before {
  content: "\f1ad";
}

.sp-aui-iconfont-flag:before {
  content: "\f165";
}

@font-face {
  font-family: 'k15t-icons';
  src: url("../fonts/k15t-icons.eot");
  src: url("../fonts/k15t-icons.eoth#iefix") format("embedded-opentype"), url("../fonts/k15t-icons.ttf") format("truetype"), url("../fonts/k15t-icons.woff") format("woff"), url("../fonts/k15t-icons.svg#k15t-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="k15t-icon-"], [class*=" k15t-icon-"] {
  font-family: 'k15t-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.k15t-icon-viewport:before {
  content: "\e1701";
}

/* PAGES */
/*=====================================
=            Error Page               =
=======================================*/
.ht-error-page h1 {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 800;
}

.ht-error-page h3 {
  font-size: 30px;
}

.ht-error-page-search {
  margin-top: 60px;
}

.ht-error-page-search-input .search-input {
  height: 36px;
  width: 240px;
  border: 1px solid black;
  font-size: 14pt;
  padding-left: 10px;
}
/**
 * Background
 */
#demo_theme_background_banner {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0px;
  background: #8cc92f;
  z-index: -1;
  min-height: 70px;
}

/**
 * Login
 */
body.login #rw_main {
  background: #8cc92f;
}

body {
  background: #fff;
}


/**
 * Header
 */
#demo_theme_header {
  padding:0 0 0 10px;
  min-height: 70px;
}
#demo_theme_header .rw_row_1 {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 70px;
}

#demo_theme_header .rw_row_1 > * {
  display: table-cell;
  vertical-align: middle;
}

#demo_theme_header .rw_row_1 #rw_app_switcher {
  display: block;
  position: absolute;
}

#demo_theme_header .rw_row_1 #rw_app_switcher .app-switcher-trigger {
  padding-right: 10px !important;
}

#demo_theme_header .rw_row_1 #rw_app_switcher .app-switcher-trigger.aui-dropdown2-trigger,
#demo_theme_header .rw_row_1 #rw_app_switcher .app-switcher-trigger.sidebar-trigger {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  height: 24px;
  width: 16px;
}

#demo_theme_header .rw_row_1 .rw_header_left {
  padding: 0 20px 0 10px;
  line-height: 0px;
  width: 25px;
}

#demo_theme_header .rw_row_1 .rw_header_left.rw_has_logo {
  width: 120px;
}

#demo_theme_header .rw_row_1 .rw_header_left.rw_has_logo.rw_has_app_switcher {
  width: 160px;
}

#demo_theme_header .rw_row_1 .rw_header_left #rw_logo_container a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 120px;
  text-align: center;
}

#demo_theme_header .rw_row_1 .rw_header_left #rw_logo_container a img {
  max-height: 40px;
  max-width: 120px;
}

#demo_theme_header .rw_row_1 .rw_header_left #rw_logo_container.rw_has_app_switcher {
  padding-left: 40px;
}

#demo_theme_header .rw_row_1 .rw_header_center {
  width: 100%;
}

#demo_theme_header .rw_row_1 #rw_category_menu {
  width: 100%;
}

#demo_theme_header .rw_row_1 .rw_header_right {
  width: 220px;
}

#demo_theme_header .rw_row_1 .rw_header_right.rw_has_menu {
  width: 410px;
}

#demo_theme_header .rw_row_1 .rw_header_right.rw_has_menu #rw_search_query {
  width: 115px;
}

#demo_theme_header .rw_row_1 .rw_header_right #rw_search_container {
  padding-top: 10px;
  padding-right: 10px;
}

/**
 * Category menu
 */
#rw_category_menu {
  height: 50px;
  position: relative;
  overflow: hidden;
}
#rw_category_menu ul {
  list-style: none;
  padding: 0 10px;
  height: 50px;
}
#rw_category_menu ul li {
  float: left;
  display: inline-block;
}
#rw_category_menu ul li a {
  padding: 15px 15px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
}
#rw_category_menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#rw_category_menu ul li a > * {
  float: left;
  height: 20px;
}
#rw_category_menu ul li a .rw_item_logo {
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
#rw_category_menu ul li a .rw_item_logo .rw_icon {
  opacity: 0.7;
}
#rw_category_menu ul li a .rw_item_logo img {
  max-height: 20px;
  max-width: 20px;
}
#rw_category_menu ul li a .rw_item_dd {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border-radius: 10px;
}
#rw_category_menu ul li a .rw_item_dd:hover {
  background: rgba(0, 0, 0, 0.2);
}
#rw_category_menu ul li a .rw_item_dd:hover:after {
  opacity: 1;
}
#rw_category_menu ul li a .rw_item_dd:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  margin: 0;
  top: 8px;
  right: 5px;
  opacity: 0.5;
}
#rw_category_menu ul li a .rw_item_icon {
  margin-left: 5px;
}
#rw_category_menu ul li a .rw_item_icon:before {
  opacity: 0.7;
}
#rw_category_menu ul li a.rw_category_dropdown_visible:after {
  display: none;
}
#rw_category_menu ul li.rw_active a:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #ededed;
}

#rw_category_menu ul li.rw_active a .rw_item_dd:after {
  border-color: #fff transparent transparent transparent;
}

#rw_category_dropdown_wrapper ul.rw_content_list li:nth-child(odd){
  border-top: 0px !important;
  background:#fff !important;
}

#rw_category_dropdown_container .rw_item_icon {
#  display: none !important;  
}
#rw_category_dropdown_container li {
  min-height: 40px !important;
}


/**
 * Content section
 */
#demo_theme_content {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}


#rw_top_menu_button {
  display: none;
}

#help-menu-link {
  display: none;
}

.rw_content_menu_transparent #rw_menu_bar_wrapper.rw_closed:before, .rw_content_menu_transparent_dark #rw_menu_bar_wrapper.rw_closed:before {
  background: #fff !important;
}

/*Estilo dashboard*/
#conteudo {
    color: rgb(128,128,128) !important;
    font-family: "Roboto";
	margin-top: 25px;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}


#conteudodasabas {
    font-size: 16px;
}

/* Style the buttons inside the tab */
.tab button {
    color: rgb(128,128,128) !important;
    padding: 10px;    
    border: none;
    margin-left: 0px;
    margin-right: 0px;  
	padding-left: 5px;
	padding-right: 5px;
    float: left;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    -webkit-transition: border-right 0.2s ease-out;
    -moz-transition: border-right 0.2s linear;
    -o-transition: border-right 0.2s linear;
    transition: border-right 0.2s ease-out;   
    background-color: white;
}

/* Create an active/current "tab button" class */

/* Style the tab content */
.tabcontent {  
    padding: 5px 12px;
    border-left: none;
	min-height: 350px;
}

/* Style the tab content */
.subtabcontent {  
    padding: 5px 12px;
    border-left: none;
	min-height: 350px;
}

.conteudoaba {
    /* display: flex; - isso quebra o IE*/
    flex-direction: row;
    flex-wrap: wrap;   
    overflow: auto;
}

.botaolink {
    display: flex;
}

.botaolink:hover span{
    color: black !important;
}

.conteudobotaolink {
    min-width:100px;
    align-content: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap; 
}


.textobotaolink {
    line-height: 50px;    
}

.pack {
    background-color:#ce0e2d;
}
.pack {
    background-color:#5cc1d8;
}

.bimer {
    background-color:#00609c;
}

.erpforme {
    background-color:#710d9e;
}

.interfacenet {
    background-color:#0D6EFD;
}


.ERP4ME {
    background-color:#652c8f;
}

.backup {
    background-color:#0091a8;
}

.karoo {
    background-color:#f36613;
}

.nuvem {
    background-color:#59f3ff;
}

.immobile {
    background-color:#008375;
}



.shop {
    background-color:#6abf4b;
}

.botaosistema {
    width: 280px;
    height: 45px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
	font-size: 16px;
}

.botaosistemaoutros {
    width: 280px;
    height: 45px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
	font-size: 16px;
	text-align: center;
}

.botaosistema:hover{
   text-decoration: none !important;
  color: black !important;
}

.conteudo a {
    text-decoration: none;
    color: rgb(128,128,128) !important;
}

.rw_search_style {
  background-color: white !important;
  height: 35px !important;
  width: 60% !important;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
  border-radius: 5px;
  padding: 0px 15px 0 25px;
  background-position: 6px 9px;
  font-size:16px !important;
}

.rw_search_query::placeholder{
  font-size:16px;
}

.rw_search_macro_wrapper {
  display: flex;
  justify-content: center;
}

.rw_search_query {
    font-size:16px !important;
}

.rw_header_center {
	font-size:16px;
}

.search-input {
  padding-left: 15px !important;
}

#menuPrincipal {
  list-style-type: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0px;
}

#menuPrincipal li {
  display: flex;
  align-items: center;
  height: 100%;
}

#Home {    
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px !important;
  padding-right: 10px  !important; 
}

#Home:hover {    
	background:#006ba9;   
}

#HomeImagem {  
  padding:0 !important;
}

#itemHome {  
  margin-left: 15px !important;
  margin-right: 15px !important;  
}

.nomeEspaco {
  border-left: 1px solid rgba(255, 255, 255, .2); 
}

#ht-footer {	
    height: 70px;
    background-color: #006098;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ht-search {
	margin-right: 0px !important;
	display: flex;
}


#menuSuporteExpress {
    font-size: 1.8em !important;
    color: white;
    list-style-type: none;
    padding: 0px;
    align-items: center;
    display: flex;
    height: 50px;  
} 

#menuSuporteExpress li {
  display: flex;
  align-items: center;
  height: 100%;  
  padding-right: 10px !important;  
}

#menuSuporteExpress a {
  text-decoration: none;
  color: white;
}

#nomePagina {
    padding-left: 10px !important;
    border-left: 1px solid rgb(255,255,255,0.3)
} 

#logo {
    padding-left: 0px !important;
}

#conteudo {
    color: rgb(128,128,128) !important;
    font-family: "Roboto";
}


.tab {
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: center;
}

.subtab {
    display: flex;           /* Faz com que os itens dentro da subtab sejam exibidos em linha */
    justify-content: center; /* Centraliza os itens horizontalmente */
    align-items: center;     /* Centraliza os itens verticalmente */
}

.subtab button {
    color: rgb(128,128,128) !important;
    padding: 10px;    
    border: none;
    margin-left: 0px;
    margin-right: 0px;  
    padding-left: 7px;
    padding-right: 7px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 30px;         /* Aumenta o tamanho da fonte, ajustando o tamanho do ícone */
    background-color: white;
}


#conteudodasabas {
    font-size: 16px;
}


/* Create an active/current "tab button" class */
.tab button.active {
    border-bottom: 4px solid #652c8f;
	color: black !important;
}

.tab button.active .textobotaolink {
	color: #58595b !important;
}

/* Create an active/current "subtab button" class */
.subtab button.active {
    border-bottom: 4px solid #ce0e2d;
	color: black !important;
}

.subtab button.active .textobotaolink {
	color: #58595b !important;
}


.conteudoaba {
    /* display: flex; - isso quebra o IE*/
    flex-direction: row;
    flex-wrap: wrap;   
    overflow: auto;
}

.botaolink {
    display: flex;
}

#botaolink:hover{
    background-color: #f3f3f3 !important;
}

.botaolink:hover span{
    color: #444 !important;
}

.conteudobotaolink {
    min-width:100px;
    align-content: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap; 
}


.textobotaolink {
    line-height: 50px;   
	font-family: Roboto;	
	font-weight: 600;
	color: #bbb;
	white-space: nowrap;
}

.pack {
    background-color:#ce0e2d;
}
.erpforme {
	background-color:#710d9e;
}

.interfacenet {
	background-color:#0D6EFD;
}

.ERP4ME {
    background-color:#652c8f;
}

.backup {
    background-color:#0091a8;
}

.karoo {
    background-color:#f36613;
}

.nuvem {
    background-color:#59f3ff;
}

.bimer {
    background-color:#00609c;
}

.immobile {
    background-color:#008375;
} 


.shop {
    background-color:#6abf4b;
}


.conteudo a {
    text-decoration: none;
    color: rgb(128,128,128) !important;
}


.btn-esconderexpandir {
  	background: white;
    border: 1px solid transparent;
    border-radius: .15rem;
    color: #006098;
    background-color: transparent;
    background-image: none;
    border-color: #006098;
}

.search-result-category {
  color: rgb(128,128,128) !important;
  margin-top: 10px;
}

#pesquisaprincipalinput {
  background-color: white !important;
  height: 50px !important;
  width: 60% !important;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
  border-radius: .25em;
  padding: 0px 15px 0 25px;
  background-position: 6px 9px;
  font-size: 20px !important;
  background-image: none !important;
  border: 1px solid #9eafb7;
  color: #0d0d0d;
}

#ht-search-principal{
  display: flex;
  align-items: center; 
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.ht-search-input-principal {
  width: 100%;
  display: flex;
  align-items: center; 
  justify-content: center;
  
}


#search-principal {
  width:100%;
  justify-content: center; 
  display: flex !important;  
  margin-top: 15px;
}

.busca-resultado {
    padding-top: 20px;
}

.ht-error-message {
	padding-top: 90px;
}

#titulo-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#resultado-filtro {
  font-size: 18px !important;
  display: flex;
  align-items: center;
}

select {
  margin-left: 10px !important;
  margin-right: 10px !important;
  font-size: 18px;
  font-family: Roboto;  
}

.search-results-page-panel-nav {
  display: none;
}


#botoes {
  display: flex;
  justify-content: space-around;
}


.tab button.active a {
  color: black !important;
}

.subtab button.active a {
    color: black !important;
  }

.grupoconteudo .linksbotoes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: auto;
}

.geral .linksbotoes {
  flex-direction: column;
}


.demais {
  margin-top:20px;  
}

.geral {
  margin-top:10px; 
  display:flex;
  flex-direction: column;
}

.popular {
  margin-top:10px; 
}

.demais h3 {
  color: rgba(128, 128, 128) !important;
}

.popular h3 {  
  color: rgba(128, 128, 128) !important;
}

.geral h3 {  
  color: rgba(128, 128, 128) !important;
}

.pack {
  border-color: #ce0e2d  !important;
}

.spice {
    border-color:#df0707 !important;
}

.prosoft {
  border-color: #00609c  !important;
}

.bimer {
  border-color: #00609c  !important;
}

.shop {
  border-color: #41ab34  !important;
}

.erpforme {
  border-color: #710d9e !important;
}
.interfacenet {
  border-color: #0D6EFD !important;
}

.ERP4ME {
    background-color:#652c8f !important;
}

.backup {
  border-color:#0091a8 !important;
}

.karoo {
  border-color:#f36613 !important;
}

.nuvem {
  border-color:#59f3ff !important;
}

.immobile {
  border-color: #008375  !important;
}

.outros {
  border-color: #777777  !important;
}

.pesquisa-resultado-header {
  display: flex;
  justify-content: space-between;
}

#tituloconteudo {
  color: #444;
  font-size: 18px;
}

.tab button .imagembotaolinha {
  opacity: 0.7;
}

.tab button.active .imagembotaolinha {
  opacity: 1;
}

.tab button:hover .imagembotaolinha {
  opacity: 1;
}

.subtab button .imagembotaolinha {
    opacity: 0.7;
}
  
.subtab button.active .imagembotaolinha {
    opacity: 1;
}
  
.subtab button:hover .imagembotaolinha {
    opacity: 1;
}

#imagemimmobile {
  width: 32px;
}

#imagemoutrosprod {
  width: 140px !important;
}

#tituloprincipalpesquisa {
  font-size: 48px;
  font-weight: 800;
  color: white;
  margin-left: -40px;
  margin-bottom: 25px;
}

#textosecundariopesquisa {
  color: white;
  font-size: 20px;
  margin-left: -40px;
  margin-bottom: 15px;
}

#pesquisa {
    margin-bottom: 0px;
    background-image: url("https://ajuda.alterdata.com.br/download/attachments/34894993/help2.jpg");
    height: 350px;
  	display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  	margin-bottom: 0px;
    background-repeat: no-repeat; 
    background-size: cover;
}

#NomeHome {
  margin-left: 15px;
  font-size: 28px;
}

#contato {
	margin-left: 40px;
	margin-right: 40px;
}

#outrosprodutos {
  text-align: right;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 15px;
}

.outrosuporte {
  opacity: 0.8;
  color: #444 !important;
  font-size: 20px;
  text-decoration: none;
  line-height: 60px;
  display: inline-block;
  white-space: nowrap; 
  font-weight: 400;
}

.outrosuporte:hover {
  opacity: 1;
  
}

.imagemoutrosmeios {
  height: 36px; 
  width: 36px;
  margin-top: 5px;
}

.imagembotaolinha {
    width: 100px;
    height: 40px;
}

#imageminterface {
  width: 100px !important;
  height: 40px;
}

#imagemerpforme {
  width: 100px !important;
}


#pesquisaresultado {
    margin-bottom: 0px;    
    height: 150px;
  	display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  	background-position: 0px 50px;
  	margin-bottom: 0px;

}

.blockvideo {
  position: relative;
}

.linkpagina {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.cardvideo .panel.conf-macro {
  display: none !important; 
}

.cardvideo {
  margin-bottom: 20px;
}

.titulovideo {
  min-height: 60px;
  max-height: 60px;
}

.cardvideo {
  margin-right: 15px;
  max-width: 245px;
  min-height: 215px;
  box-shadow: 3px 3px 3px #888888a1;
  border: 1px solid #c8c8c86b;
  border-radius: 2px;  
}

.cardvideo iframe{
  	width: 245px;
    height: 138px;
    margin: 0px;
}

.cardvideo h4 {
  margin: 15px 15px 10px 10px !important;	
}

.cardvideo span {
  display: none !important;
  margin-left: 10px;
  margin-right: 15px;
  display: inline-block;
  text-align: justify  
}

.cardsvideos{
  display: flex;
  overflow-y: auto;
  overflow-x: auto;
}

#titulovideos {
  margin-left: 10px;
  margin-bottom: 10px;
}

#cardsvideos::-webkit-scrollbar { 
    display: none; 
}

#videoscomscroll {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.botaoscroll {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .08929em;
    text-decoration: none;
    text-transform: uppercase;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	min-width: 35px;
    min-height: 35px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;    
    vertical-align: middle;
    border-radius: 50%; 
  	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: white;
  	opacity: 0.8;
  	cursor: pointer;
  	padding: 10px;
}

#scrollesquerda {
 	margin-right: 5px; 
}

#scrolldireita {
 	margin-left: 5px; 
}

.botaoscroll:disabled {
  opacity: 0.3;
  cursor: auto
}

.botaoscroll:hover:enabled {
  opacity: 1;
}

#banner {
    align-items: center;
    height: 50px;
    justify-content: center;
    display: flex;
    color: black;
    font-size: 20px;
    font-weight: 600;
    background: #ffffff;
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#bannerlink {
  text-decoration: none;
}