.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
small {
  font-weight: normal;
}
.overflow-x {
  overflow-x: auto;
}
.responsive-auto {
  margin-right: 0;
  min-height: 100%;
}
.glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle,rgba(255,255,255,0) 100%,rgba(255,255,255,0) 100%);
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
.sections-navigator {
  float: left;
}
.sections-navigator .nav span {
  float: left;
  padding-right: .5em;
}
.sections-navigator .nav span:last-child {
  padding-right: 0;
}
.sections-navigator .search {
  border-bottom: #485D22 solid .15rem;
}
.sections-navigator .search input {
  border: none;
  text-align: right;
  padding-bottom: 0;
  padding-top: 0;
  height: 1.5em;
}
.sections-navigator .search .search-click {
  height: 1.25em;
  padding-top: 0.3em;
  padding-bottom: 0;
}
.sections-navigator .search .search-click i {
  color: #485D22;
}
.sections-navigator .nav-select {
  height: auto;
  font-size: 1em;
  padding: 0;
  border: none;
  background: transparent;
  margin: 0;
}
.sections-navigator .nav-select option {
  padding: .5em;
}
.bgnone {
  background: transparent;
}
.novalide {
  border: #aaa solid 1px;
  box-shadow: 0 0 16px rgba(0,0,0,0.25);
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .-lin-f>li,
  .-lin-f>span,
  .-lin-f>div {
    padding-right: 0;
  }
  nav li:hover ul {
    position: relative;
  }
  #scroll-page-up {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .f-mobile,
  #m-menu .burger {
    display: block;
  }
  nav ul ul {
    display: none;
    opacity: 0;
    position: relative;
  }
  nav li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  nav,
  nav:not(img) {
    width: 100%;
    text-align: center;
  }
}
input[type=submit][disabled],
input[type=button][disabled],
.btn[disabled] {
  background: #aaa;
  border: #aaa solid 1px;
  color: #666;
}
input[type=submit][disabled]:hover,
input[type=button][disabled]:hover,
.btn[disabled]:hover {
  background: #aaa;
  border: #aaa solid 1px;
  color: #666;
  cursor: default;
}
.sdw-in-top {
  box-shadow: inset 0 4px 8px -4px rgba(0,0,0,0.2);
}
.parent:hover>.parent-hover,
.parent:hover>.parent-box>.parent-hover {
  opacity: 1;
}
.parent .parent-hover {
  opacity: 0;
  transition: opacity 400ms ease;
}
.parent .parent-hover-active {
  opacity: 1;
}
.boot-loading {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 400px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.boot-loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: color_change 20s infinite;
}
@keyframes color_change {
  0% {
    background-color: #e0eee9;
  }
  20% {
    background-color: #b8d4e2;
  }
  40% {
    background-color: #ffc0cb;
  }
  60% {
    background-color: #f0f8ff;
  }
  80% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #e0eee9;
  }
}
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.progress-ring {
  position: relative;
  padding-top: 20px;
  width: 100px;
  height: 100px;
  margin: auto;
}
.progress-ring .progress-ring-wrap {
  position: absolute;
  width: 98px;
  height: 98px;
}
.progress-ring .progress-ring-wrap .progress-ring-circle {
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 5000ms;
  width: 98px;
  height: 98px;
  opacity: 0;
}
.progress-ring .progress-ring-wrap .progress-ring-circle:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  background: #000;
}
.progress-ring .progress-ring-wrap:nth-child(2) .progress-ring-circle {
  animation-delay: 200ms;
}
.progress-ring .progress-ring-wrap:nth-child(3) .progress-ring-circle {
  animation-delay: 400ms;
}
.progress-ring .progress-ring-wrap:nth-child(4) .progress-ring-circle {
  animation-delay: 600ms;
}
.progress-ring .progress-ring-wrap:nth-child(5) .progress-ring-circle {
  animation-delay: 800ms;
}
@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  35% {
    transform: rotate(495deg);
    animation-timing-function: ease-in-out;
  }
  42% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(835deg);
    opacity: 1;
    animation-timing-function: linear;
  }
  76% {
    opacity: 1;
  }
  77% {
    transform: rotate(955deg);
    animation-timing-function: ease-in;
  }
  78% {
    transform: rotate(955deg);
    opacity: 0;
  }
  100% {
    transform: rotate(955deg);
    opacity: 0;
  }
}
.fill {
  border-color: #073e68;
}
.hide {
  display: none;
}
.bg-trasparent-squere {
  background-image: url(../../../images/alpha_square.png);
  background-repeat: repeat;
  background-position: center center;
}
.-f-brigh-low {
  filter: invert(.4);
  -webkit-filter: invert(.4);
  -mozilla-filter: invert(.4);
  -ms-filter: invert(.4);
  -o-filter: invert(.4);
}
.-sh-in {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 16px 0 rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}
.c-both {
  clear: both;
}
.sh {
  background: #FAFDFE;
}
.sh-d {
  background: #aaa;
}
.-list > ul {
  margin: 0 !important;
}
.-list ul li {
  list-style-position: outside;
  margin-left: 1.1em;
}
.-box-s {
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.-box-s:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.-box-s-p {
  transition: all 500ms ease;
}
.-box-s-p:hover .-box-s-h {
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.btn-icon,
.btn-icon-delete-hover {
  color: #aaa;
  transition: color 500ms ease;
}
.btn-icon:hover,
.btn-icon:focus {
  color: #555;
  cursor: pointer;
  text-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.btn-icon-delete-hover:hover,
.btn-icon-delete-hover:focus {
  color: #DD0000;
  cursor: pointer;
}
.btn-icon-success {
  color: #a5d24a;
}
.btn-icon-success:hover {
  color: #cee69c;
}
.btn-icon-error {
  color: #d00;
}
.btn-icon-warning {
  color: #fdcc59;
}
.row .float-left {
  margin-right: .3em;
}
b,
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.tdec-lt {
  text-decoration: line-through;
}
u,
.u {
  border-bottom: 1px #555 dotted;
  text-decoration: none;
}
u:hover,
.u:hover {
  border-bottom-style: solid;
}
small,
.small {
  font-size: small;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}
h1,
h2,
h3 {
  color: #485D22;
}
a {
  color: #485D22;
  text-decoration: none;
}
.ns {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
content {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin-top: 0em;
  color: #000000;
  z-index: 1;
}
content *:not(.fas,
content .fal,
content .fad,
content .fab) {
  font-family: Ubuntu, sans-serif;
}
content .content a:not(.btn) {
  color: #485D22;
  text-decoration: underline;
}
content:not(.nomenu) {
  margin-top: 6em;
}
content.userbox .nomenu {
  margin-top: 0em;
}
content.userbox .galery .galery-img.galery-act {
  height: calc(100% - 0em);
}
content.menu-v {
  -webkit-transition: width 400ms ease;
  -moz-transition: width 400ms ease;
  -ms-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  transition: width 400ms ease;
}
content.menu-left-active {
  margin-left: 25em !important;
  width: calc(100% - 25em)!important;
}
content.menu-left-active > .container {
  max-width: 100%;
}
content p {
  margin: 1em 0 0;
}
.flex-horizontal {
  display: flex;
  flex-direction: row;
}
.flex-horizontal .fh_1-5 > :first-child {
  flex: 1;
}
.flex-horizontal .fh_1-5 > :last-child {
  flex: 5;
}
.flex-horizontal .fh_2-4 > :first-child {
  flex: 2;
}
.flex-horizontal .fh_2-4 > :last-child {
  flex: 4;
}
.flex-horizontal .fh_3-3 > :first-child {
  flex: 3;
}
.flex-horizontal .fh_3-3 > :last-child {
  flex: 3;
}
.flex-horizontal .fh_4-2 > :first-child {
  flex: 4;
}
.flex-horizontal .fh_4-2 > :last-child {
  flex: 2;
}
.flex-horizontal .fh_5-1 > :first-child {
  flex: 5;
}
.flex-horizontal .fh_5-1 > :last-child {
  flex: 1;
}
.flex-horizontal .fh-top {
  align-items: flex-start;
}
.flex-horizontal .fh-middle {
  align-items: center;
}
.flex-horizontal .fh-bottom {
  align-items: flex-end;
}
.flex-vertical {
  display: flex;
  flex-direction: column;
}
.flex-vertical.fv-left {
  align-items: flex-start;
}
.flex-vertical.fv-center {
  align-items: center;
}
.flex-vertical.fv-right {
  align-items: flex-end;
}
@media only screen and (min-width: 320px) {
  content:not(.nomenu) {
    margin-top: calc(3rem + 0em);
  }
}
@media only screen and (min-width: 568px) {
  content:not(.nomenu) {
    margin-top: calc(3rem + 0em);
  }
}
@media only screen and (min-width: 768px) {
  content:not(.nomenu) {
    margin-top: calc(4rem + 0em);
  }
}
@media only screen and (min-width: 1200px) {
  content:not(.nomenu) {
    margin-top: calc(6.5rem + 0em);
  }
}
.container-xs,
.container-sm,
.container,
.container-lg,
.container-xl,
.container-fluid {
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
}
.container-xs,
.container-sm,
.container,
.container-lg,
.container-xl {
  padding: 0 1em;
  float: none;
  position: relative;
}
.container-xs {
  max-width: 600px;
}
.container-sm {
  max-width: 900px;
}
.container {
  max-width: 1100px;
}
.container-lg {
  max-width: 1400px;
}
.container-xl {
  max-width: 1920px;
}
.container-slide {
  float: left;
  width: 100%;
  display: table;
}
.container-slide .slide-content {
  float: right;
}
.container-slide .slide-menu {
  float: left;
}
.row.hover {
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -ms-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
}
.row.hover:hover {
  background: rgba(72,93,34,0.05);
}
.row.hover:hover .-c-glow {
  color: #000000 !important;
}
.row.row-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.row>.pin-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.row .btn-center {
  float: none;
  display: inline-block;
  margin: auto;
}
.row-clear {
  float: left;
  width: 100%;
  height: 0px;
  clear: both;
}
.row .float-left:not(.btn):last-child {
  padding-right: 0;
}
*[class^='w'].panel {
  padding: 0;
  margin: 5px -5px -5px 5px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.w1-5,
.w2-5,
.w3-5,
.w4-5 {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  position: relative;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.w1-5 {
  width: 20%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.w2-5 {
  width: 40%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.w3-5 {
  width: 60%;
}
.col-9 {
  width: 75%;
}
.w4-5 {
  width: 80%;
}
.col-10 {
  width: 83.3%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-input {
  border: #485D22 solid 1px;
  border-radius: 1px;
  min-height: 2.2em;
  max-height: 10em;
  overflow-y: auto;
  padding: 0;
}
.col-input:hover {
  cursor: text;
}
.col-input input {
  padding: 0;
}
@media only screen and (min-width: 568px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-xl-1 {
    width: 8.33%;
  }
  .col-xl-2 {
    width: 16.66%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33%;
  }
  .col-xl-5 {
    width: 41.66%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33%;
  }
  .col-xl-8 {
    width: 66.66%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3%;
  }
  .col-xl-11 {
    width: 91.66%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
img.img-center {
  max-width: 100%;
  height: auto;
}
img.img-vertical-center {
  position: absolute !important;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  left: 0;
  bottom: 0;
}
img.img-responsive,
img.img-responsive-horizontal {
  position: relative;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
img.img-responsive-horizontal {
  max-width: inherit;
}
img.img-stretch,
img.img-contain,
img.img-contain,
img.img-fit,
img.img-exact {
  width: 100%;
  height: 100%;
}
img.img-full {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
img.img-contain,
img.img-fit {
  object-fit: contain;
}
img.img-fill {
  max-height: 100%;
  max-width: 100%;
  object-fit: fill;
}
img.img-exact {
  object-fit: cover;
}
img.loading {
  display: none;
}
.cover {
  position: relative;
  display: block;
  margin: auto;
}
.cover.shape-circle {
  border-radius: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.img-load,
.cover-load {
  --color-start: rgba(255,255,255,0.1);
  --color-end: #FFFFFF;
  --color-middle: rgba(72,93,34,0.5);
  overflow: hidden;
  position: relative;
  height: 100%;
}
.img-load.img-load-bcg,
.cover-load.img-load-bcg {
  background: rgba(72,93,34,0.2);
}
.img-load.load::before,
.cover-load.load::before {
  display: none;
}
.img-load::before,
.cover-load::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 200%;
  height: 150%;
  z-index: -99;
  background: linear-gradient(120deg,transparent,transparent,var(--color-middle),transparent,transparent);
  animation: img-load__slide 2s infinite, img-load__fade 2s infinite;
}
@keyframes img-load__slide {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes img-load__fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.svg-responsive {
  text-align: center;
}
.svg-responsive svg {
  max-height: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-table-responsive {
  width: 100%;
}
.img-inset-shadow,
.img-inset-shadow-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px 10px rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}
.img-inset-shadow-circle {
  border-radius: 100%;
}
form {
  float: left;
  max-width: 100%;
}
.checkbox-group {
  list-style: none;
  display: table;
}
.checkbox {
  transition: border 400ms ease, background 400ms ease, box-shadow 400ms ease, color 400ms ease;
  border: transparent solid 1px;
  display: inline-table;
  list-style-type: none;
  float: none !important;
  vertical-align: top;
}
.checkbox:hover,
.checkbox:focus {
  background: rgba(190,190,190,0.1);
  border: rgba(0,0,0,0.2) solid 1px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  cursor: pointer;
}
.checkbox.active {
  background: rgba(80,190,0,0.2);
  border: rgba(80,190,0,0.2) solid 1px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.galery {
  min-height: 240px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.galery:not(.galery-fullscreen) .galery-img {
  overflow: hidden;
  min-height: 240px;
  margin-right: 0;
}
.galery:not(.galery-fullscreen) .galery-img img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  min-width: 100%;
  min-height: 100%;
}
.galery:not(.galery-fullscreen) .galery-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.galery:not(.galery-fullscreen) .galery-img span {
  display: none;
}
.galery:not(.galery-fullscreen) .galery-info {
  display: none;
}
.galery .galery-info {
  width: 100%;
  max-width: 30em;
  background: rgba(72,93,34,0.85);
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1em;
  padding: 0.5em;
  box-shadow: 0 0 2em rgba(0,0,0,0.5);
  z-index: 9999;
  color: #fff;
  font-family: Ubuntu, sans-serif;
}
.galery .galery-info .galery-title {
  float: left;
  font-size: 1em;
}
.galery .galery-info .galery-label i {
  margin-right: 0.5em;
}
.galery .galery-info .galery-label span {
  display: inline;
}
.galery .galery-close {
  position: absolute;
  display: none;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.5em;
  color: #fff;
  z-index: 1003;
  background: rgba(72,93,34,0.7);
  padding: 0.5em;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -ms-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
}
.galery .galery-close:hover {
  cursor: pointer;
  background: #485D22;
}
.galery .galery-img {
  padding: 0;
}
.galery .galery-img .galery-full {
  display: none;
}
.galery .galery-img.galery-act {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  z-index: 1001;
}
.galery .galery-img.galery-act img {
  display: table-row;
  width: 100%;
}
.galery.galery-fullscreen {
  position: fixed;
  top: 0em;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100% !important;
  background: #333;
  z-index: 1001;
  height: 100% !important;
  min-height: 100% !important;
  grid: none;
  display: block;
}
.galery.galery-fullscreen .file .item:not(.galery-img) {
  display: none;
}
.galery.galery-fullscreen .galery-prev,
.galery.galery-fullscreen .galery-next {
  position: fixed;
  width: 15em;
  height: 10em !important;
  top: calc(65%);
  bottom: 50%;
  z-index: 1020;
  background: rgba(0,0,0,0.8);
  opacity: 0.5;
  -webkit-transition: left 400ms ease;
  -moz-transition: left 400ms ease;
  -ms-transition: left 400ms ease;
  -o-transition: left 400ms ease;
  transition: left 400ms ease;
  z-index: 1002;
  background: rgba(0,0,0,0.5);
  border: rgba(0,0,0,0.1) solid 1px;
  box-shadow: 0 0 42px -5px rgba(0,0,0,0.9);
}
.galery.galery-fullscreen .galery-prev img,
.galery.galery-fullscreen .galery-next img {
  opacity: 0.8;
  width: 100%;
}
.galery.galery-fullscreen .galery-prev:hover,
.galery.galery-fullscreen .galery-next:hover {
  cursor: pointer;
  opacity: 0.9;
}
.galery.galery-fullscreen .galery-prev:hover img,
.galery.galery-fullscreen .galery-next:hover img {
  opacity: 1;
}
.galery.galery-fullscreen .galery-prev span,
.galery.galery-fullscreen .galery-next span {
  display: none;
  position: absolute;
  background: rgba(72,93,34,0.5);
  height: 100%;
  width: 5em;
}
.galery.galery-fullscreen .galery-prev span i,
.galery.galery-fullscreen .galery-next span i {
  font-size: 4em;
  padding: 0.7em 0.5em;
  color: #fff;
}
.galery.galery-fullscreen .galery-prev .galery-full,
.galery.galery-fullscreen .galery-prev .galery-pdf,
.galery.galery-fullscreen .galery-next .galery-full,
.galery.galery-fullscreen .galery-next .galery-pdf {
  display: none;
}
.galery.galery-fullscreen .galery-prev {
  left: -10em;
}
.galery.galery-fullscreen .galery-prev .galery-btn-prev {
  display: block;
}
.galery.galery-fullscreen .galery-prev:hover {
  left: 0;
}
.galery.galery-fullscreen .galery-prev span {
  right: 0;
}
.galery.galery-fullscreen .galery-next {
  right: -10em;
}
.galery.galery-fullscreen .galery-next .galery-btn-next {
  display: block;
}
.galery.galery-fullscreen .galery-next:hover {
  right: 0;
}
.galery.galery-fullscreen .galery-info {
  display: block;
}
.galery.galery-fullscreen .edit {
  z-index: 1002;
  top: 2.5em;
  right: 3em;
  left: auto;
  font-size: 1.5em;
  position: fixed;
  opacity: 1;
  background: rgba(72,93,34,0.7);
  width: 5em;
}
.galery.galery-fullscreen .edit:hover {
  background: rgba(72,93,34,0.85);
}
.galery.galery-fullscreen .edit .btn-icon {
  color: #fff;
}
.galery.galery-fullscreen .edit .btn-icon:hover {
  color: rgba(255,255,255,0.8);
}
.galery.galery-fullscreen span {
  display: block;
}
.galery.galery-fullscreen .galery-close {
  display: block;
}
.galery.galery-fullscreen .galery-img {
  display: none;
  overflow: hidden;
  min-height: 0;
}
.galery.galery-fullscreen .galery-img.galery-act,
.galery.galery-fullscreen .galery-img.galery-prev,
.galery.galery-fullscreen .galery-img.galery-next {
  display: table;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.galery.galery-fullscreen .galery-img.galery-act {
  position: fixed;
  width: 100%;
}
.galery.galery-fullscreen .galery-img.galery-act .galery-pdf {
  display: block;
  position: absolute;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  height: calc(100% - 2.25em);
  top: 2.25em;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 60em;
  margin: auto;
}
.galery.galery-fullscreen .galery-img.galery-act img {
  display: none;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.galery.galery-fullscreen .galery-img.galery-act img.galery-full {
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: auto;
  height: auto;
}
.galery.galery-fullscreen .galery-img img {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  max-width: 100%;
  max-height: inherit;
  top: 0em;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}
.galery .progress-ring .progress-ring-wrap .progress-ring-circle:after {
  box-shadow: 0px 0px 5% rgba(64,64,64,0.1);
  background: rgba(128,128,128,0.3);
}
.nav {
  position: relative;
  list-style: none;
  display: table-row;
  float: left;
  margin-left: 0;
  padding: 0;
}
.nav i,
.nav span {
  padding-right: 1em;
}
.nav i:last-child,
.nav span:last-child {
  padding-right: 0;
}
.nav ul ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
}
.nav ul ul li {
  float: none;
  position: relative;
}
.nav ul ul li a {
  padding: 15px 40px;
  white-space: nowrap;
}
.nav ul ul li a:hover {
  background: #6dbee8;
}
.nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.nav ul li {
  float: left;
  -webkit-transition: color 400ms ease, background 400ms ease;
  -moz-transition: color 400ms ease, background 400ms ease;
  -ms-transition: color 400ms ease, background 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease;
  transition: color 400ms ease, background 400ms ease;
}
.nav ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
}
.nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
.nav.nav-sidebar {
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: color 400ms ease, background 400ms ease;
  -moz-transition: color 400ms ease, background 400ms ease;
  -ms-transition: color 400ms ease, background 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease;
  transition: color 400ms ease, background 400ms ease;
  min-height: 100%;
}
.nav.nav-sidebar.nav-sort>li {
  position: relative;
}
.nav.nav-sidebar.nav-sort>li:hover .nav-handle {
  opacity: 1;
}
.nav.nav-sidebar.nav-sort .nav-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 100%;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  -webkit-transition: color 400ms ease, background 400ms ease, opacity 400ms ease;
  -moz-transition: color 400ms ease, background 400ms ease, opacity 400ms ease;
  -ms-transition: color 400ms ease, background 400ms ease, opacity 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, background 400ms ease, opacity 400ms ease;
}
.nav.nav-sidebar.nav-sort .nav-handle:hover {
  cursor: move;
  background: rgba(72,93,34,0.5);
  color: #FFFFFF;
}
.nav.nav-sidebar>li {
  clear: both;
  width: 100%;
  display: inline-flex;
  transition: color 400ms ease, background 400ms ease;
  border-radius: 1em;
  overflow: hidden;
}
.nav.nav-sidebar>li>a {
  flex: 1;
  text-align: left;
  padding: .5em;
}
.nav.nav-sidebar>li> .list-handle + a {
  flex: 1;
}
.nav.nav-sidebar>li:hover {
  background: rgba(0,0,0,0.1);
  color: #fff;
}
.nav.nav-sidebar>li .cover {
  float: left;
  position: relative;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 3em;
  border-radius: .75em;
  overflow: hidden;
}
.nav.nav-sidebar>li .cover.cover-add {
  float: left;
  position: relative;
  color: #eee;
  padding: .7em .9em;
  transition: padding 400ms ease;
}
.nav.nav-sidebar>li .cover img {
  width: 3.5em;
  position: absolute !important;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav.nav-sidebar>li .cover .name {
  max-width: 0;
  font-size: 1em;
  color: #aaa;
  float: left;
  white-space: nowrap;
  display: inline-flex;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: color 400ms ease, background 400ms ease;
  -moz-transition: color 400ms ease, background 400ms ease;
  -ms-transition: color 400ms ease, background 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease;
  transition: color 400ms ease, background 400ms ease;
}
.nav.nav-sidebar:hover li .name {
  max-width: 100%;
  opacity: 1;
}
.nav.nav-sidebar:hover li .cover.cover-add {
  padding: 1.1em 1em;
}
.nav span:last-child {
  padding-right: 0;
}
.nav.nav-tabs {
  -webkit-transition: color 400ms ease, background 400ms ease;
  -moz-transition: color 400ms ease, background 400ms ease;
  -ms-transition: color 400ms ease, background 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease;
  transition: color 400ms ease, background 400ms ease;
  border-bottom: #ddd solid 1px;
  margin-bottom: -1px;
}
.nav.nav-tabs>li {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid transparent;
  float: left;
  display: table-cell;
  -webkit-transition: color 400ms ease, background 400ms ease;
  -moz-transition: color 400ms ease, background 400ms ease;
  -ms-transition: color 400ms ease, background 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease;
  transition: color 400ms ease, background 400ms ease;
}
.nav.nav-tabs>li>a {
  float: left;
  padding: .5em;
  color: #888;
}
.nav.nav-tabs>li.active>a {
  color: #555;
}
.nav.nav-tabs>li:last-child {
  margin-right: 0;
}
.nav.nav-tabs>li.active {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  border-bottom: transparent;
}
.nav.nav-tabs>li:not(.active):hover {
  background: #f0f0f0;
}
.nav.nav-sidebar>li:active>a,
.nav.nav-sidebar>li:focus>a,
.nav.nav-sidebar>li.active>a {
  background: #888;
  color: #fff;
}
.nav.nav-sidebar>li.disable a {
  color: #aaa;
  cursor: default;
}
.nav-block {
  width: 100%;
  float: left;
  position: relative;
}
.nav.nav-sidebar>li.nav-sidebar-head {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1em;
  border-bottom: #ddd solid 1px;
  background: #eee;
  color: #888;
  font-weight: bold;
}
.nav.nav-pages {
  padding: 1em 0;
}
.nav.nav-pages li {
  display: inline;
  float: left;
}
.nav.nav-pages li:first-child i {
  padding: 0;
}
.nav.nav-pages li i {
  padding: 0 1em;
  float: left;
}
.nav.nav-pages li a {
  display: inline;
  float: left;
}
.nav-pages-container {
  background: rgba(72,93,34,0.2);
  background: none;
  float: left;
  width: 100%;
}
.nav.nav-pages i,
.nav.nav-pages a {
  color: #485D22;
}
ul.navigator-list {
  float: left;
  width: 100%;
  border-bottom: #ddd solid 1px;
  box-shadow: inset 0px -4px 16px -10px rgba(0,0,0,0.5);
  margin-bottom: 1px;
}
ul.navigator-list li {
  border: rgba(0,0,0,0) solid 1px;
  border-bottom: none;
  margin: 0 0px -1px;
  font-size: 1.1em;
  z-index: 0;
  transition: all 500ms ease;
  background: none;
  float: left;
}
ul.navigator-list li:hover,
ul.navigator-list li:focus {
  background: #fff;
  border: #eee solid 1px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 -1px 4px rgba(0,0,0,0.1);
}
ul.navigator-list li:hover span,
ul.navigator-list li:focus span {
  color: #555;
}
ul.navigator-list li.active {
  background: #eee;
  border: #ddd solid 1px;
  border-bottom: none;
  margin: 0 1px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 -4px 8px rgba(0,0,0,0.1);
}
ul.navigator-list li a {
  padding: 0.2em 1em;
  float: left;
}
ul.navigator-list li span {
  color: #555;
}
ul.navigator-list .nav-icon:hover {
  background-color: #aaa;
  transition: all 500ms ease;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  color: white;
}
#m-menu .burger {
  display: none;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none;
}
@media only screen and (min-width: 568px) {
  .visible-sm {
    display: inline-block;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-md {
    display: inline-block;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
  .visible-lg {
    display: inline-block;
  }
}
@media only screen and (min-width: 1920px) {
  .visible-xl {
    display: inline-block;
  }
  .hide-xl {
    display: none;
  }
}
.form-label {
  white-space: nowrap;
}
label,
.btn-label,
.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
fieldset {
  padding: 0;
  float: left;
}
.btn-box {
  padding: 0;
}
select,
input:not([type = 'checkbox']),
textarea,
fieldset,
.btn,
button,
.btn-group .btn-addon {
  border: #ddd solid 1px;
}
.btn-group {
  padding: 0;
}
.btn-group .btn-addon {
  background: #aaa;
  color: #fff;
}
.btn-group fieldset {
  padding: 0;
  margin-left: -1px;
}
.btn-group fieldset>select,
.btn-group fieldset>input,
.btn-group fieldset>textarea {
  margin: 0;
  width: 100%;
}
.btn-group.btn-group-sm .btn,
.btn-group.btn-group-sm .btn-addon,
.btn-group.btn-group-sm .btn-label,
.btn-group.btn-group-sm .btn-link,
.btn-group.btn-group-sm input,
.btn-group.btn-group-sm button,
.btn-group.btn-group-sm label,
.btn-group.btn-group-sm select {
  font-size: .7em;
}
.btn-group .btn,
.btn-group .btn-box,
.btn-group .btn-addon,
.btn-group input,
.btn-group button,
.btn-group select,
.btn-group textarea {
  margin-left: 0;
  margin-right: 0;
  margin-left: -1px;
}
.btn-group .btn:first-child,
.btn-group .btn-box:first-child,
.btn-group .btn-addon:first-child,
.btn-group input:first-child,
.btn-group button:first-child,
.btn-group select:first-child,
.btn-group textarea:first-child {
  margin-left: 0;
}
.btn,
.btn-addon,
.btn-label,
.btn-block,
.btn-box,
.btn-link,
button,
input,
select,
textarea,
label,
fieldset {
  float: left;
  display: inline-block;
  transition: color 400ms ease, background 400ms ease, border 400ms ease;
  padding: .5em;
  font-family: 'roboto', 'segoe ui', sans-serif;
  line-height: 1em;
  font-size: medium;
  vertical-align: middle;
}
.btn,
.btn-addon,
.btn-label,
.btn-block,
.btn-link,
button,
input[type='password'],
input[type='text'],
input[type='email'],
input[type='number'],
input[type='date'],
input[type='time'],
select,
textarea,
label,
fieldset {
  height: 2.2em;
}
.btn-group,
.btn-group-sm {
  height: auto;
}
.btn-group-sm .btn,
.btn-group-sm .btn-addon,
.btn-group-sm .btn-label,
.btn-group-sm .btn-block,
.btn-group-sm .btn-link,
.btn-group-sm input,
.btn-group-sm button,
.btn-group-sm select,
.btn-group-sm select option,
.btn-group-sm textarea,
.btn-group-sm label,
.btn-group-sm fieldset {
  font-size: .8rem;
}
.btn i {
  margin-left: 0.5em;
}
.btn i:first-child {
  margin-left: 0;
}
.btn span:first-child {
  padding-left: 0;
}
.btn.btn-content {
  height: auto;
}
.btn.disabled,
.btn.btn-disabled {
  color: #aaa;
  background-color: #f0f0f0;
  border: #aaa solid 1px;
}
.btn.disabled:hover,
.btn.btn-disabled:hover {
  cursor: default;
}
.btn.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn.btn-warning.disabled,
.btn.btn-warning.btn-disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.btn-warning.disabled:hover,
.btn.btn-warning.btn-disabled:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.btn-success {
  color: #fff;
  background-color: #28a745;
  border: #28a745 solid 1px;
}
.btn.btn-success:hover {
  color: #dff0d8;
  background-color: #218838;
  border: #1e7e34 solid 1px;
}
.btn.btn-success.disabled,
.btn.btn-success.btn-disabled {
  color: #fff;
  background-color: #28a745;
  border: #28a745 solid 1px;
}
.btn.btn-success.disabled:hover,
.btn.btn-success.btn-disabled:hover {
  color: #fff;
  background-color: #28a745;
  border: #28a745 solid 1px;
}
.btn.btn-main {
  color: #FFFFFF;
  background-color: #485D22;
  border: #485D22 solid 1px;
}
.btn.btn-main.active {
  color: #FFFFFF;
  background-color: #485D22;
  border: #485D22 solid 1px;
}
.btn.btn-main:hover {
  color: #485D22;
  background-color: #FFFFFF;
  border: #485D22 solid 1px;
}
.btn.btn-main.disabled,
.btn.btn-main.btn-disabled {
  color: rgba(72,93,34,0.8);
  background-color: rgba(72,93,34,0.2);
  border: rgba(72,93,34,0.8) solid 1px;
}
.btn.btn-main.disabled:hover,
.btn.btn-main.btn-disabled:hover {
  color: rgba(72,93,34,0.8);
  background-color: rgba(72,93,34,0.2);
  border: rgba(72,93,34,0.8);
}
.btn-lg {
  font-size: large;
}
.btn-sm {
  font-size: small;
}
.btn-md {
  font-size: medium;
}
input[type=submit].active:hover,
input[type=button].active:hover,
.btn.active:hover,
button.active:hover {
  background: #aaa;
  border: #888 solid 1px;
  color: #fff;
  cursor: pointer;
}
input[type=submit],
input[type=button],
.btn,
button {
  color: #888;
  background: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
}
input[type=submit]:hover,
input[type=button]:hover,
.btn:hover,
button:hover {
  background: #ddd;
  border: #aaa solid 1px;
  color: #888;
  cursor: pointer;
  z-index: 2;
}
input[type=submit].active,
input[type=submit]:active,
input[type=button].active,
input[type=button]:active,
.btn.active,
.btn:active,
button.active,
button:active {
  background: #aaa;
  cursor: pointer;
  border: #aaa solid 1px;
  color: #FFFFFF;
  text-shadow: 0 0 .5em rgba(0,0,0,10);
}
input[type=submit].btn-main,
input[type=button].btn-main,
.btn.btn-main,
button.btn-main {
  background: #485D22;
  border-color: #485D22;
}
input[type=submit].btn-main:hover,
input[type=button].btn-main:hover,
.btn.btn-main:hover,
button.btn-main:hover {
  color: #FFFFFF;
  background: #485D22;
}
input[type=submit].btn-delete,
input[type=button].btn-delete,
.btn.btn-delete,
button.btn-delete {
  background: #d21;
  border-color: #d21;
}
input[type=submit].btn-delete:hover,
input[type=button].btn-delete:hover,
.btn.btn-delete:hover,
button.btn-delete:hover {
  color: #FFFFFF;
  background: #d21;
}
input[type=submit].btn-default,
input[type=button].btn-default,
.btn.btn-default,
button.btn-default {
  background: #ccc;
  border-color: #ccc;
}
input[type=submit].btn-default:hover,
input[type=button].btn-default:hover,
.btn.btn-default:hover,
button.btn-default:hover {
  color: #FFFFFF;
  background: #ccc;
}
input[type=submit].btn-pending,
input[type=button].btn-pending,
.btn.btn-pending,
button.btn-pending {
  background: #ffae42;
  border-color: #ffae42;
}
input[type=submit].btn-pending:hover,
input[type=button].btn-pending:hover,
.btn.btn-pending:hover,
button.btn-pending:hover {
  color: #FFFFFF;
  background: #ffae42;
}
input[type=submit].btn-check,
input[type=button].btn-check,
.btn.btn-check,
button.btn-check {
  background: #42b0ff;
  border-color: #42b0ff;
}
input[type=submit].btn-check:hover,
input[type=button].btn-check:hover,
.btn.btn-check:hover,
button.btn-check:hover {
  color: #FFFFFF;
  background: #42b0ff;
}
input[type=submit].btn-active,
input[type=button].btn-active,
.btn.btn-active,
button.btn-active {
  background: #a5d24a;
  border-color: #a5d24a;
}
input[type=submit].btn-active:hover,
input[type=button].btn-active:hover,
.btn.btn-active:hover,
button.btn-active:hover {
  color: #FFFFFF;
  background: #a5d24a;
}
input[type=submit].btn-disabled,
input[type=submit].btn-disabled:hover,
input[type=button].btn-disabled,
input[type=button].btn-disabled:hover,
.btn.btn-disabled,
.btn.btn-disabled:hover,
button.btn-disabled,
button.btn-disabled:hover {
  cursor: default;
  color: rgba(72,93,34,0.75);
  background: rgba(72,93,34,0.25);
  pointer-events: none;
}
.btn-link {
  float: none;
  border-bottom: rgba(62,142,183,0.2) dotted 1px;
  color: #3e8eb7;
}
.btn-link:hover {
  border-bottom: rgba(62,142,183,0.5) solid 1px;
  cursor: pointer;
}
input[type='checkbox'] {
  appearance: none;
  height: .8em;
  width: .8em;
  padding: 0;
  font-size: 1em;
  margin: .1em .5em;
  background: #fafafa;
  border: 1px solid #485D22;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
}
input[type="checkbox"]:checked {
  border: 1px solid rgba(72,93,34,0.75);
  background-color: rgba(72,93,34,0.5);
}
label input[type='checkbox']:first-child {
  margin-left: 0;
}
input[type="file"] {
  display: none;
}
label>input:not([type='checkbox']) {
  padding: 0;
  margin: 0 .25em 0 0 !important;
  height: auto !important;
}
.ajax-switch {
  margin: .1em;
}
.switch-button-label {
  float: left;
  font-size: 9pt;
  cursor: pointer;
}
.switch-button-label.off {
  color: #555;
}
.switch-button-label.on {
  color: #000;
}
.switch-button-background {
  background: #FFFFFF;
  float: left;
  position: relative;
  border: 1px solid rgba(72,93,34,0.75);
  margin: 0.1em 0.25em 0 0;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  cursor: pointer;
}
.switch-button-background.checked {
  background: rgba(72,93,34,0.5);
}
.switch-button-button {
  position: absolute;
  left: -1px;
  top: -1px;
  background: #fafafa;
  border: 1px solid #485D22;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
}
.panel-main>.panel-heading .switch-button-background {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.panel-main>.panel-heading .switch-button-background.checked {
  background: rgba(255,255,255,0.35);
}
.panel-main>.panel-heading .switch-button-button {
  background: #fafafa;
  border: 1px solid rgba(255,255,255,0.75);
}
.draft-control .edit-content {
  border: #ddd dashed 1px;
  border-radius: 1em;
  padding: 5px;
  box-sizing: border-box;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.draft-control .edit-content form {
  border-radius: .5em;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 5px;
}
.draft-control .edit-content .cke_chrome {
  border: none;
}
.draft-control .draft-text {
  position: relative;
  width: 100%;
}
.draft-control .draft-public {
  position: relative;
  width: 100%;
  float: left;
  padding: 0 .5em;
  margin-bottom: 0;
}
select {
  padding-top: .25em;
}
.select {
  font-size: small;
}
.select .select-btn {
  padding: 1em;
  float: left;
  background-color: #FFFFFF;
  color: #485D22;
  border-right: #485D22 solid 2px;
}
.select .select-btn.active {
  background-color: #485D22;
  color: #fff;
}
.select .select-btn:last-child {
  border-right: none;
}
input[type='text'].input-append:after {
  content: attr(append);
  float: right;
  background: rgba(72,93,34,0.5);
  color: #485D22;
}
textarea {
  resize: both;
  line-height: 1.5em;
  padding-top: 1em;
}
textarea.noresize {
  resize: none;
}
textarea.vertical {
  resize: vertical;
  min-height: 200px;
}
.pill {
  background: #FFFFFF;
  color: #485D22;
  border: solid 1px rgba(72,93,34,0.25);
  padding: 0.25em 0.5em 0.25em;
  font-size: .75em;
  display: inline-block;
  border-radius: 1em;
  margin: .1em;
}
.pill:last-child {
  margin-right: 0;
}
.pill.pill-delete {
  background: #d21;
}
.pill.pill-glow {
  background: #aaa;
  color: #fff;
}
.pill.pill-warning {
  background: #ec4326;
  background: #ffc107 !important;
}
.pill.pill-default {
  background: #ccc;
  color: #485D22;
}
.pill .pill-addon-delimiter {
  padding: 0 .5em 0 0;
}
.pill .pill-addon-delimiter:last-child {
  padding: 0;
}
.pill.pill-main {
  background: #485D22;
  color: #FFFFFF;
}
.pill.pill-main .pill-addon {
  background: rgba(255,255,255,0.35);
}
.pill.pill-secondary {
  background: #6A5310;
  color: #485D22;
}
.pill.pill-secondary .pill-addon {
  background: rgba(255,255,255,0.35);
}
.pill.pill-check {
  background: #42b0ff;
}
.pill.pill-check .pill-addon {
  background: rgba(255,255,255,0.35);
}
.pill.pill-active {
  background: #a5d24a;
}
.pill.pill-box {
  float: left;
  margin: .5em .5em 0 0;
}
.pill .pill-addon {
  float: right;
  padding: 0.25em 0.5em 0.25em .5em;
  margin: -0.25em -0.5em -0.25em .5em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  background: rgba(72,93,34,0.05);
}
.pill .flag {
  margin-bottom: -0.2em;
  border-radius: 3px;
  overflow: hidden;
}
.pill .flag img {
  width: 1.5em;
}
.pill-fa {
  font-size: 1.25em;
  float: left;
  padding-top: .2em;
  padding-right: .2em;
}
.pill-circle {
  padding: .5em .7em;
  line-height: 2.4em;
  border-radius: 100%;
  background: #485D22;
  color: #FFFFFF;
}
.pill-circle.pill-2x {
  padding: 1em 1.25em;
  line-height: 2.5em;
}
.corner-box {
  position: absolute;
  width: 100%;
  display: inline-block;
  top: 0;
  left: 0;
}
.corner {
  background: #e6e6e6;
  color: #999;
  border: #ccc solid 1px;
  text-align: center;
  padding: .5em;
  font-size: 1.5em;
  position: absolute;
  width: 15em;
  top: 1em;
  left: -5em;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
  transform: rotate(-45deg);
  z-index: 1;
}
.corner:nth-of-type(2) {
  top: 4.5em;
}
.corner.corner-success {
  background: rgba(72,93,34,0.75);
  border: #485D22 solid 1px;
  color: #FFFFFF;
  border-left: none;
}
.corner.corner-secondary {
  background: rgba(106,83,16,0.95);
  border: #6A5310 solid 1px;
  border-left: none;
  color: #485D22;
}
.corner small {
  width: 100%;
  float: left;
  line-height: 1em;
}
.corner.corner-small {
  padding: .25em;
  font-size: .75em;
  width: 10em;
  top: 1.5em;
  left: -2.5em;
}
.corner.corner-small small {
  font-size: .75em;
}
.-bg-w-b {
  background: #fff;
  box-sizing: border-box;
  border: #ddd solid 1px;
}
.-c-bg-lime {
  border: 1px solid #a5d24a !important;
  background: #cde69c !important;
  color: #333 !important;
}
.-c-bg-lime:hover {
  background-color: #fff !important;
  border: #a5d24a solid 1px !important;
  color: #000 !important;
}
.-c-bg-gray {
  color: #555;
  border: 1px solid #ddd !important;
  background: #eee !important;
}
.-c-bg-gray:hover {
  background-color: #aaa !important;
  border: #aaa solid 1px !important;
  color: #fff !important;
}
.-c-bg-default {
  border: 1px solid #eee !important;
  background: #fefefe !important;
}
.-c-bg-default:hover {
  background-color: #fafafa !important;
  border: #eee solid 1px !important;
}
.-c-bg-white {
  color: #555;
  border: 1px solid #ddd !important;
  background: #fff !important;
}
.-c-bg-white:hover {
  background-color: #f5f5f5 !important;
  color: #999 !important;
}
.-c-red {
  color: #DD0000;
}
.-c-light {
  color: #eee !important;
}
.-c-lime {
  color: #a5d24a !important;
}
.-c-main {
  color: #485D22 !important;
}
.-c-secondary {
  color: #6A5310 !important;
}
.-c-glow {
  color: #aaa !important;
}
.-c-warning {
  color: #ffc107 !important;
}
.-c-delete {
  color: #d21 !important;
}
.-c-canceled {
  color: #ee3107 !important;
}
.-b-dashed {
  border: #aaa dashed 1px;
}
.-b-cyrc {
  border-radius: 100%;
}
._cw {
  color: white !important;
}
.cur-hp:hover {
  cursor: pointer;
}
.cur-hm:hover {
  cursor: move;
}
.icons {
  float: left;
  width: calc(100% - 4em);
  margin: 0 2em;
  position: relative;
}
.icons.icons-slider .icon {
  display: table-cell;
  text-align: center;
}
.icons.icons-slider .icon .cover {
  height: 15em;
  position: relative;
}
.icons.icons-slider .icon .cover img {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.icons.icons-slider .icon:hover .cover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.icons.icons-slider .icon .logo {
  position: relative;
  height: 8em;
}
.icons.icons-slider .prev,
.icons.icons-slider .next {
  top: 3.5em;
  margin: auto;
  bottom: 0;
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  border: #485D22 solid 1px;
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  font-size: 3em;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  vertical-align: middle;
  color: #485D22;
}
.icons.icons-slider .icon-block.first,
.icons.icons-slider .icon-block.last {
  z-index: -2;
}
.icons.icons-slider .prev {
  left: 0;
  padding: 0.15em 0.1em 0 0;
}
.icons.icons-slider .next {
  right: 0;
  padding: 0.15em 0 0 0.1em;
}
.icons.icons-slider .icon-block {
  position: absolute;
  padding: 0 2em;
  left: 0;
  -webkit-transition: left 400ms ease;
  -moz-transition: left 400ms ease;
  -ms-transition: left 400ms ease;
  -o-transition: left 400ms ease;
  transition: left 400ms ease;
  float: left;
  display: table;
  vertical-align: middle;
}
.icons.icons-static {
  float: left;
  width: 100%;
}
.icons.icons-static .icon {
  float: left;
  width: 100%;
}
.icons.icons-static .icon .logo {
  width: 100%;
  height: 7em;
  margin-bottom: 1em;
  position: relative;
  float: left;
  overflow: inherit;
}
.icons.icons-static .icon .logo img {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  max-height: 6em;
  max-width: 100%;
}
.icons.icons-static .icon:hover .logo img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.icon-close {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 3;
}
ul,
ul ul {
  list-style: none;
  padding-left: 0;
}
li {
  padding: 0;
}
.no-list,
.no-list li {
  list-style: none !important;
  margin-left: 0 !important;
}
.progress-container {
  float: left;
  width: 100%;
  display: inline-block;
  margin: .5em 0;
}
.loading-bar,
.progress-bar {
  float: left;
  width: 100%;
  height: .75em;
  border-radius: 1em;
  background: #FFFFFF;
  border: #485d22 solid 1px;
  box-shadow: 0 0 2px rgba(255,255,255,0.3);
  overflow: hidden;
}
.loading-bar .loading-progress,
.loading-bar .loading-progress-secondary,
.progress-bar .loading-progress,
.progress-bar .loading-progress-secondary {
  height: 100%;
  width: 0%;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.loading-bar .loading-progress,
.progress-bar .loading-progress {
  background-color: #485D22;
}
.loading-bar .loading-progress-secondary,
.progress-bar .loading-progress-secondary {
  background-color: rgba(72,93,34,0.5);
}
.pac-container {
  z-index: 9999;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #FFFFFF;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.sending {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: -10;
  background: rgba(255,255,255,0.85);
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s ease;
  -moz-transition: visibility 0s, opacity 0.5s ease;
  -ms-transition: visibility 0s, opacity 0.5s ease;
  -o-transition: visibility 0s, opacity 0.5s ease;
  transition: visibility 0s, opacity 0.5s ease;
}
.sending.active {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
}
.sending div {
  float: left;
  text-align: center;
  font-size: 2em;
  padding: 0.5em 0;
  width: 100%;
}
.sending .loading {
  width: 102px;
  height: 102px;
  left: 0;
  position: absolute;
  right: 0;
  float: left;
  margin: auto;
  background: url(../images/loading.png) left center;
  animation: play_load 0.8s steps(19) infinite;
}
.message {
  float: left;
  width: 100%;
  padding: 1em;
  border: #888 solid 1px;
  background: #aaa;
  color: #888;
}
.message.message-success {
  border: #5cb85c solid 1px;
  background: #9dd49d;
  color: #376e37;
}
.panel {
  float: left;
  width: 100%;
  border: #ddd solid 1px;
}
.panel .panel {
  margin: 0 -1px -1px;
  width: calc(100% + 2px);
}
.panel .-c-glow {
  color: #aaa;
}
.panel.panel-load>.panel-body,
.panel.panel-toggle>.panel-body {
  display: none;
}
.panel.border-off {
  border: none !important;
}
.panel>.panel-body {
  float: left;
  background: #fff;
  width: 100%;
}
.panel>.panel-heading {
  position: relative;
  padding: 5px;
  float: left;
  width: 100%;
}
.panel>.panel-heading .panel-tools {
  float: right;
  margin-left: auto;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.panel>.panel-heading .panel-label {
  float: left;
}
.panel>.panel-heading tr th,
.panel>.panel-heading tr td,
.panel>.panel-body tr th,
.panel>.panel-body tr td {
  padding: .5em;
}
.panel>.panel-footer {
  box-shadow: inset 0 4px 8px -4px rgba(0,0,0,0.2);
  float: left;
  background: #fcfcfc;
  width: 100%;
}
.panel>.panel-footer .info {
  padding: 0 1em .5em 1em;
  width: 100%;
  float: left;
}
.panel>.panel-footer .info .item {
  float: left;
  margin: 1em 1em 0 0;
  font-size: .8em;
}
.panel.panel-glass>.panel-heading {
  position: relative;
  overflow: hidden;
}
.panel.panel-glass.panel-main>.panel-heading {
  backdrop-filter: blur(1em);
  background-color: rgba(72,93,34,0.65);
}
.panel.panel-default>.panel-heading {
  background: #f0f0f0;
  transition: all 400ms ease;
  color: #888;
}
.panel.panel-default>.panel-heading.heading-bb {
  border-top: #aaa solid 10px !important;
}
.panel.panel-default>.panel-heading .panel-input input[type="text"] {
  border: transparent solid 1px !important;
  background: transparent !important;
}
.panel.panel-default>.panel-heading .panel-input input[type="text"]:hover {
  border: #aaa solid 1px !important;
  background: transparent !important;
}
.panel.panel-default>.panel-body {
  color: #666;
}
.panel.panel-success {
  border-color: #d6e9c6;
}
.panel.panel-success>.panel-heading {
  color: #3c763d;
  width: 100%;
  background-color: #dff0d8;
}
.panel.panel-success>.panel-heading.heading-bb {
  border-top: #d6e9c6 solid 10px !important;
}
.panel.panel-main {
  border-color: #485D22;
}
.panel.panel-main>.panel-heading {
  color: #FFFFFF;
  background-color: #485D22;
  width: 100%;
}
.panel.panel-main>.panel-heading h1,
.panel.panel-main>.panel-heading h2,
.panel.panel-main>.panel-heading h3,
.panel.panel-main>.panel-heading h4,
.panel.panel-main>.panel-heading h5 {
  color: #FFFFFF;
}
.panel.panel-main>.panel-heading.heading-bb {
  border-top: rgba(255,255,255,0.25) solid 10px !important;
}
.panel.panel-main>.panel-heading .search input::placeholder {
  color: rgba(255,255,255,0.5);
}
.panel.panel-main>.panel-heading .search input {
  background: #485D22;
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
}
.panel.panel-main>.panel-heading .search .search-click.btn-label {
  color: #FFFFFF;
}
.panel.panel-main>.panel-heading .search .search-click.btn-label i {
  color: #FFFFFF;
}
.panel.panel-main>.panel-heading .-c-main {
  color: #FFFFFF !important;
}
.panel.panel-main>.panel-heading .-c-main:hover {
  color: rgba(255,255,255,0.75) !important;
}
.panel.panel-main>.panel-heading a:not(.btn) {
  color: rgba(255,255,255,0.75);
  -webkit-transition: color 400ms ease;
  -moz-transition: color 400ms ease;
  -ms-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  transition: color 400ms ease;
}
.panel.panel-main>.panel-heading a:not(.btn):hover {
  color: #FFFFFF;
}
.panel.panel-main>.panel-heading input {
  background: #485D22;
  border: #485D22;
  color: #FFFFFF;
}
.panel-group {
  width: 100%;
  float: left;
}
.panel-group>.panel {
  margin-top: 1em;
}
.panel-group.group-notop>.panel:first-child {
  margin-top: 0;
}
.panel.panel-section {
  border-radius: 1em;
  -webkit-transition: box-shadow 400ms ease, border 400ms ease;
  -moz-transition: box-shadow 400ms ease, border 400ms ease;
  -ms-transition: box-shadow 400ms ease, border 400ms ease;
  -o-transition: box-shadow 400ms ease, border 400ms ease;
  transition: box-shadow 400ms ease, border 400ms ease;
  overflow: hidden;
  box-shadow: 0 0 1em rgba(72,93,34,0);
}
.panel.panel-section .panel-heading {
  overflow: hidden;
}
.panel.panel-section:hover {
  box-shadow: 0 0 1em rgba(72,93,34,0.4);
  border: rgba(72,93,34,0.4) solid 1px;
}
.panel.panel-section .panel {
  box-shadow: none;
  overflow: hidden;
  border-radius: .75em;
  -webkit-transition: box-shadow 400ms ease, border 400ms ease;
  -moz-transition: box-shadow 400ms ease, border 400ms ease;
  -ms-transition: box-shadow 400ms ease, border 400ms ease;
  -o-transition: box-shadow 400ms ease, border 400ms ease;
  transition: box-shadow 400ms ease, border 400ms ease;
}
.panel.panel-section .panel:hover {
  border: rgba(72,93,34,0.4) solid 1px;
}
.panel.panel-section .panel>.panel-heading {
  padding-left: .5em;
}
.panel.panel-section .btn {
  border-radius: 75em;
}
.panel.panel-section .btn-group .btn,
.panel.panel-section .btn-group-sm .btn {
  border-radius: 0;
}
.panel.panel-section .btn-group .btn:first-child,
.panel.panel-section .btn-group-sm .btn:first-child {
  border-top-left-radius: .75em;
  border-bottom-left-radius: .75em;
}
.panel.panel-section .btn-group .btn:last-child,
.panel.panel-section .btn-group-sm .btn:last-child {
  border-top-right-radius: .75em;
  border-bottom-right-radius: .75em;
}
.panel-body-item {
  width: 100%;
  float: left;
  padding: 1em;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -ms-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
  border-top: rgba(72,93,34,0.05) solid .1em;
}
.panel-body-item:hover {
  background: rgba(72,93,34,0.05);
}
.panel-body-item .caption {
  font-size: 1.2em;
  font-weight: 600;
}
.panel-body-item .info {
  width: 100%;
  float: left;
  margin-top: .5em;
}
.panel-body-item .info .item {
  float: left;
  margin-right: 1em;
}
.panel-body-item:first-child {
  border-top: none;
}
.panel-body.panel-group-sort>.panel>.panel-heading {
  padding-left: 1em !important;
}
.panel-group-sort .panel-sort-handle {
  float: left;
  position: absolute;
  width: 1em;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: color 400ms ease, background 400ms ease;
  -moz-transition: color 400ms ease, background 400ms ease;
  -ms-transition: color 400ms ease, background 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease;
  transition: color 400ms ease, background 400ms ease;
}
.panel-group-sort .panel-sort-handle:hover {
  cursor: move;
  background: rgba(72,93,34,0.5);
  color: #FFFFFF;
}
*[class^=fix-] {
  float: left;
  position: relative;
  display: inline-block;
}
.fix-1 {
  width: 1em;
}
.fix-2 {
  width: 2em;
}
.fix-3 {
  width: 3em;
}
.vertical-center {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.float-right {
  float: right !important;
  display: inline-block;
  position: relative;
}
.fl,
.float-left {
  float: left !important;
  display: inline-block;
  position: relative;
}
.fn {
  float: none !important;
}
.ac {
  display: table;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.bl {
  border-left: #ddd solid 1px;
  margin-left: -1px;
}
.bb {
  border-bottom: #ddd solid 1px;
}
.bt {
  border-top: #ddd solid 1px;
  margin-top: -1px;
}
.br {
  border-right: #ddd solid 1px;
  margin-right: -1px;
}
.nb {
  border: none !important;
}
._pr {
  position: relative;
  min-height: 1px;
}
._pa,
._pab,
._pat,
._par {
  position: absolute;
}
._par {
  top: 0;
  right: 0;
}
._pab {
  bottom: 0;
  left: 0;
  right: 0;
}
._pat {
  top: 0;
  left: 0;
  right: 0;
}
._pf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.fixed {
  position: fixed;
}
.ww {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.nowrap {
  white-space: nowrap;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
  position: relative;
}
.ow-any {
  overflow-wrap: anywhere;
}
.lm,
.margin-left {
  margin-left: 10px !important;
}
.rm,
.margin-right {
  margin-right: 10px !important;
}
.nm {
  margin: 0;
}
.bm,
.bm-1 {
  margin-bottom: 1em !important;
}
.bm-2 {
  margin-bottom: 2em;
}
.bm-3 {
  margin-bottom: 3em;
}
.bm-4 {
  margin-bottom: 4em;
}
.bm-5 {
  margin-bottom: 5em;
}
.bm-6 {
  margin-bottom: 6em;
}
.bm-7 {
  margin-bottom: 7em;
}
.bm-8 {
  margin-bottom: 8em;
}
.bm-9 {
  margin-bottom: 9em;
}
.bm-10 {
  margin-bottom: 10em;
}
.tm,
.tm-1 {
  margin-top: 1em !important;
}
.tm-2 {
  margin-top: 2em;
}
.tm-3 {
  margin-top: 3em;
}
.tm-4 {
  margin-top: 4em;
}
.tm-5 {
  margin-top: 5em;
}
.tm-6 {
  margin-top: 6em;
}
.tm-7 {
  margin-top: 7em;
}
.tm-8 {
  margin-top: 8em;
}
.tm-9 {
  margin-top: 9em;
}
.tm-10 {
  margin-top: 10em;
}
.tbm {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.tbm2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.npl {
  padding-left: 0 !important;
}
.npr {
  padding-right: 0 !important;
}
.np {
  padding: 0 !important;
}
.lp {
  padding-left: 10px !important;
}
.rp {
  padding-right: 10px !important;
}
.pp {
  padding: 10px;
}
.tbp {
  padding: 1em 0;
}
.tbp2 {
  padding: 2em 0;
}
.bp,
.bp-1 {
  padding-bottom: 1em !important;
}
.bp-2 {
  padding-bottom: 2em;
}
.bp-3 {
  padding-bottom: 3em;
}
.bp-4 {
  padding-bottom: 4em;
}
.bp-5 {
  padding-bottom: 5em;
}
.bp-6 {
  padding-bottom: 6em;
}
.bp-7 {
  padding-bottom: 7em;
}
.bp-8 {
  padding-bottom: 8em;
}
.bp-9 {
  padding-bottom: 9em;
}
.bp-10 {
  padding-bottom: 10em;
}
.tp,
.tp-1 {
  padding-top: 1em !important;
}
.tp-2 {
  padding-top: 2em;
}
.tp-3 {
  padding-top: 3em;
}
.tp-4 {
  padding-top: 4em;
}
.tp-5 {
  padding-top: 5em;
}
.tp-6 {
  padding-top: 6em;
}
.tp-7 {
  padding-top: 7em;
}
.tp-8 {
  padding-top: 8em;
}
.tp-9 {
  padding-top: 9em;
}
.tp-10 {
  padding-top: 10em;
}
@media only screen and (min-width: 768px) {
  .tbm2,
  tbm,
  tm {
    margin: .5em 0;
  }
}
.i-online,
.i-offline,
.i-standby {
  min-width: 8px;
  width: 8px;
  height: 8px;
  float: left;
  margin: .5em;
  border-radius: 100%;
  border: #aaa solid 1px;
}
.i-online {
  background-color: #0f0;
  border: #0f0 solid 1px;
}
.i-standby {
  background-color: #aaa;
}
table {
  border-collapse: collapse;
}
tbody,
thead {
  float: none !important;
}
td,
th {
  padding: 1px 0;
}
td span:first-child {
  padding-left: 0;
}
.table thead {
  border-bottom: #aaa solid 1px;
}
.table.table-fixed {
  width: 100%;
  table-layout: fixed;
}
.table.table-hug {
  width: max-content;
}
.table.table-center {
  width: max-content;
  float: none;
  margin: auto;
}
.table.table-hover tr {
  -webkit-transition: color 400ms ease, background 400ms ease;
  -moz-transition: color 400ms ease, background 400ms ease;
  -ms-transition: color 400ms ease, background 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease;
  transition: color 400ms ease, background 400ms ease;
}
.table.table-hover tr:not(.tr-line):hover td {
  background: #eee;
}
.table.table-hover tr:not(.tr-line):hover td.thl {
  background-color: #ccc;
}
.table .max-1 {
  width: 8.33%;
}
.table .max-2 {
  width: 16.66%;
}
.table .max-3 {
  width: 25%;
}
.table .max-4 {
  width: 33.33%;
}
.table .max-5 {
  width: 41.66%;
}
.table .max-6 {
  width: 50%;
}
.table .max-7 {
  width: 58.33%;
}
.table .max-8 {
  width: 66.66%;
}
.table .max-9 {
  width: 75%;
}
.table .max-10 {
  width: 83.3%;
}
.table .max-11 {
  width: 91.66%;
}
.table .max-12 {
  width: 100%;
}
.table td,
.table th {
  padding: 10px;
  text-align: left;
}
.table td.thl,
.table th.thl {
  background-color: #eee;
}
.table tr .tr-hover {
  opacity: 0;
  visibility: hidden;
}
.table tr:hover .tr-hover {
  opacity: 1;
  visibility: visible;
}
.table tr.tr-success {
  color: #3c763d;
  background: #dff0d8;
}
.table .tr-list {
  box-shadow: inset 0px 8px 8px -8px rgba(0,0,0,0.4);
}
.table .tr-line {
  background: inherit !important;
  color: inherit !important;
  padding: 0;
}
.table .tr-line>td {
  padding: 0;
}
.table.table-responzive {
  table-layout: fixed;
}
.table.table-responzive th {
  white-space: -moz-pre-wrap;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.th-sort {
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: color 400ms ease;
  -moz-transition: color 400ms ease;
  -ms-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  transition: color 400ms ease;
}
.th-sort i {
  color: rgba(72,93,34,0.75);
}
.th-sort:hover {
  cursor: pointer;
}
.th-sort:hover i {
  color: #485D22;
}
.-table {
  list-style: none;
  display: table;
}
.-table>* {
  display: inline-table;
  list-style-type: none;
  float: none !important;
  vertical-align: top;
}
.g-recaptcha {
  width: 100%;
  float: left;
  margin-top: 1em;
}
.-lin,
.-lin-f {
  list-style: none;
  display: table-row;
  float: left;
}
.-lin-t {
  list-style: none;
  display: table;
  float: left;
}
.-lin>li,
.-lin>span,
.-lin>div,
.-lin-t>li,
.-lin-t>span,
.-lin-t>div {
  display: table-cell;
  list-style-type: none;
  padding: 0;
  padding-right: .5em;
  float: none;
  width: auto;
  vertical-align: middle;
}
.-lin>li:last-child,
.-lin>span:last-child,
.-lin>div:last-child,
.-lin-t>li:last-child,
.-lin-t>span:last-child,
.-lin-t>div:last-child {
  padding-right: 0;
}
.-lin-f>li,
.-lin-f>span,
.-lin-f>div {
  float: left;
  padding-right: 5px;
}
.viewgraphic {
  position: absolute;
  left: 0;
  display: none;
  right: 0;
  top: 0em;
  float: left;
  z-index: 1010;
  opacity: 0.5;
  pointer-events: none;
}
.viewgraphic img {
  float: left;
  width: 100%;
}
.gradient-black {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 25%,rgba(0,0,0,0.9) 100%,rgba(0,0,0,0.9) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 25%,rgba(0,0,0,0.9) 100%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,0.9) 100%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0,0,0,0),endColorstr=rgba(0,0,0,0.9),GradientType=1);
}
.front-edit .btn {
  border-radius: 0;
  padding: 0.5em;
  background: #fff;
  color: #888;
  border: #ddd solid 1px;
}
.front-edit.panel.panel-success {
  border-color: #d6e9c6;
  transition: all 500ms ease;
}
.front-edit.panel .panel-body {
  padding: 0;
}
#main-menu > .menu.menu-left-active {
  margin-left: 25em !important;
  width: calc(100% - 25em)!important;
}
#main-menu > .menu.menu-left-active > .container {
  max-width: 100%;
}
footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
footer.menu-left-active {
  margin-left: 25rem !important;
  width: calc(100% - 25rem)!important;
}
footer.menu-left-active > .container {
  max-width: 100%;
}
footer * {
  text-align: center;
}
footer ul {
  list-style: none;
}
footer h3 {
  color: #fff;
  font-weight: normal;
}
footer a {
  color: #eee;
}
footer a:hover {
  color: #fff;
}
footer .footer-logo {
  margin-bottom: 1em;
  height: 4em;
  float: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  footer * {
    text-align: left;
  }
  footer .certifications span {
    text-align: right;
  }
}
