/* END PREFIXER - INICIO CÓDIGO PROPIO*/
html,
body {
  font-size: 0.85rem;
  height: inherit !important;
  min-height: 100% !important;
  height: 100% !important;
}
.clear {
  clear: both;
}
.hidden {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
#showMenu {
  margin-left: 6px;
  margin-top: 9px;
  color: #333;
  background: transparent;
}
#showMenu i.icon {
  background: white;
}
#main {
  padding: 0 20px;
}
#main h1:first-of-type {
  padding-top: 0px;
  margin: 0 0 20px 30px;
}
.ui.visible.left.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .pusher,
.ui.visible.left.sidebar ~ #header,
.ui.visible.left.sidebar ~ #header .line2,
.ui.visible.left.sidebar ~ #header .line3 {
  margin-right: 260px !important;
}
.container {
  padding: 15px;
}
.modal-backdrop {
  display: none !important;
}
.field.error .error.message {
  display: block;
}
.not-logged-in .at-title h2 {
  display: none;
}
#sidebar {
  background: #364150;
  color: white;
}
#sidebar .top {
  padding: 5px 0 0 5px;
}
#sidebar .top h5 {
  padding: 7px 0 0 5px;
  float: left;
}
#sidebar .top i {
  float: right;
  margin: 3px 8px;
  font-size: 28px;
}
#sidebar .segment {
  padding: 0px;
}
#sidebar .accordion .title {
  font-size: 1.1em;
  color: white;
}
#sidebar .accordion .title:not(:first-child) {
  border-top: 1px solid #465160;
}
#sidebar .accordion .list {
  padding-left: 30px;
}
#sidebar .accordion a {
  color: white;
}
#sidebar .accordion a:hover {
  color: #eeeeee;
}
#sidebar .accordion .ui.list .ui.list a.item {
  visibility: visible !important;
}
#sidebar .accordion .noaccordion {
  padding: 6px 0 8px 26px !important;
  border-top: 1px solid #465160;
  display: block;
  font-size: 1.1em;
}
#sidebar .menu {
  background: transparent;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0 !important;
}
#sidebar .menu .item {
  background: transparent;
  color: white;
}
#sidebar .menu .item.active {
  background: #1caf9a;
}
#sidebar .menu .item i {
  float: left;
  margin: 0 0.5em 0 0;
}
#header {
  padding: 13px 5px;
  background: white;
  color: #222;
  font-size: 0.8rem;
}
#header #showMenu {
  font-size: 20px;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
}
#header h1,
#header h2,
#header h3 {
  margin-top: 0;
  padding-top: 0;
}
#header h1.ui.header {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  color: #222;
}
#header .line2,
#header .line3 {
  clear: both;
  position: relative;
  padding: 10px 0 5px 32px;
  height: 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.dropdown.fsInput {
  min-width: 100px !important;
}
