:root {
  --color-main: #37ab2f;
  --color-main-dark: #246f1f;
}
@font-face {
  font-family: 'MyriadProBoldCondensed';
  src: url('fonts/myriadpro-boldcond-webfont.eot');
  src: url('fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/myriadpro-boldcond-webfont.woff') format('woff'), url('fonts/myriadpro-boldcond-webfont.ttf') format('truetype'), url('fonts/myriadpro-boldcond-webfont.svg#MyriadProBoldCondensed') format('svg');
}
@font-face {
  font-family: 'MyriadProCondensed';
  src: url('fonts/myriadpro-cond-webfont.eot');
  src: url('fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/myriadpro-cond-webfont.woff') format('woff'), url('fonts/myriadpro-cond-webfont.ttf') format('truetype'), url('fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: rgba(203,203,210,0.15);
  color: #3b3b3b;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
h2 {
  font-family: 'MyriadProBoldCondensed';
  font-weight: normal;
  font-size: 28px;
  margin: 0;
  padding: 20px 0 0 0;
}
a {
  color: black;
}
div.adodb-log {
  display: block;
  float: none;
  clear: both;
  font-family: monospace;
  white-space: pre;
  font-size: 12px;
  padding: 10px;
  background: DarkSlateGray;
  color: white;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid white;
}
div.adodb-log hr {
  display: none;
}
nav {
  width: 256px;
  min-width: 256px;
  height: 100%;
}
nav div#menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 256px;
  height: 100%;
  background-color: var(--color-main);
  background-image: linear-gradient(180deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%);
}
nav div#menu div#menu-display {
  height: 200px;
  padding-top: 40px;
  background: url('/img/deco_menu_display.png') no-repeat top center;
}
nav div#menu div#menu-display-logo {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 70px;
  margin: 0 30px 5px 30px;
}
nav div#menu div#menu-display-welcome {
  text-align: center;
  padding-top: 5px;
  color: #FFFFFF;
  font-size: 11px;
}
nav div#menu div#menu-display-welcome span {
  color: var(--color-main);
  font-weight: bold;
  font-size: 13px;
}
div#content {
  flex: 1;
  padding: 20px;
  overflow: auto;
}
div#content a {
  color: #000000;
}
div#footer {
  clear: both;
}
ul#nav {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  border-top: 1px solid var(--color-main-dark);
}
ul#nav li {
  overflow: hidden;
  border-bottom: 1px solid var(--color-main-dark);
}
ul#nav li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-family: 'MyriadProBoldCondensed';
  height: 52px;
  padding: 7px 0 0 69px;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 48px;
}
ul#nav li a span {
  color: var(--color-main-dark);
  display: block;
  font-size: 14px;
  font-family: 'MyriadProCondensed';
}
ul#nav li#menu-btn-dashoard a {
  background-image: url('/img/ico_dashboard_big.png');
}
ul#nav li#menu-btn-dias a {
  background-image: url('/img/ico_dias_big.png');
}
ul#nav li#menu-btn-presentations a {
  background-image: url('/img/ico_presentations_big.png');
}
ul#nav li#menu-btn-files a {
  background-image: url('/img/ico_files_big.png');
}
ul#nav li#menu-btn-publish a {
  background-image: url('/img/ico_publish_big.png');
}
ul#nav li:hover {
  background: url('/img/bg_menu_hover.png') no-repeat left top;
}
ul#nav div#publish-badge,
ul#nav div#publish-badge-wide {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  margin: -55px 0 0 32px;
  background: red;
  border: 2px solid white;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
ul#nav-footer {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 256px;
  padding: 10px 0;
  list-style: none;
  background-color: var(--color-main-dark);
}
ul#nav-footer li a {
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px;
  padding-left: 30px;
  text-decoration: none;
  color: black;
  line-height: 18px;
}
ul#nav-footer li a:hover {
  text-decoration: underline;
}
ul#nav-footer li#menu-btn-devices a {
  background-image: url('/img/ico_devices_big.png');
}
ul#nav-footer li#menu-btn-help a {
  background-image: url('/img/ico_help_big.png');
}
ul#nav-footer li#menu-btn-contact a {
  background-image: url('/img/ico_contact_big.png');
}
ul#nav-footer li#menu-btn-files a {
  background-image: url('/img/ico_files_big.png');
}
ul#nav-footer li#menu-btn-screenarr a {
  background-image: url('/img/ico_presentations_big.png');
}
ul#nav-footer li#menu-btn-logout a {
  background-image: url('/img/ico_auth_big.png');
}
.btn {
  margin: 0;
  padding: 12px 15px;
  min-width: 140px;
  background-color: #888888;
  font-family: 'MyriadProCondensed';
  font-weight: normal;
  color: white !important;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  outline: none;
  border: none;
}
.btn:hover {
  background-color: #797979;
}
.btn:disabled {
  background-color: #bbbbbb;
  cursor: default;
}
a.btn {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
}
div#content h1 {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 4px;
  font-family: 'MyriadProBoldCondensed';
  font-weight: normal;
  font-size: 36px;
  color: #515151;
  height: 48px;
  line-height: 48px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
div#content h1 span.fa {
  margin: 0 10px 0 20px;
}
div#content h1 img {
  vertical-align: -12px;
  margin: 0 10px 0 20px;
  height: 48px;
}
div.ui-datepicker div.ui-datepicker-header {
  background: var(--color-main);
  border-color: var(--color-main-dark);
}
div.ui-datepicker table.ui-datepicker-calendar .ui-state-default {
  color: black;
}
div.ui-datepicker table.ui-datepicker-calendar .ui-state-highlight {
  background: var(--color-main);
  border-color: var(--color-main-dark);
  color: white;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
}
.ui-timepicker-div dl dd {
  margin: -25px 0 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
table.styled {
  width: 100%;
  border-radius: 4px;
  border-collapse: collapse;
  border: none;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
table.styled > thead > tr > td,
table.styled > tbody > tr > td {
  padding: 3px 10px;
  margin: 0;
  background: white;
  white-space: nowrap;
  border: 1px solid #dfdfdf;
}
table.styled > thead > tr > td a,
table.styled > tbody > tr > td a {
  text-decoration: none;
}
table.styled > thead > tr > td a:hover,
table.styled > tbody > tr > td a:hover {
  text-decoration: underline;
}
table.styled > thead > tr > td {
  font-family: 'MyriadProBoldCondensed';
  background: #dfdfdf;
  font-size: 18px;
}
table.styled > thead > tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
table.styled > tbody > tr:hover > td {
  background: whitesmoke;
}
table.styled .btn {
  display: inline-block;
  padding: 5px;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  min-width: inherit;
  font-family: inherit;
  text-transform: none;
}
body#page-devices table.styled tr td:first-child {
  width: auto;
}
table.formtable {
  background: white;
  border-collapse: collapse;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
table.formtable > tbody > tr > th {
  background: #dfdfdf;
  text-align: left;
  vertical-align: top;
  padding: 13px 10px 10px 10px;
  border-bottom: 1px solid #d2d2d2;
}
table.formtable > tbody > tr > td {
  padding: 7px 10px;
  margin: 0;
  background: white;
  white-space: nowrap;
  border: 1px solid #dfdfdf;
}
table.formtable > tbody > tr > td td {
  border: none;
}
table.formtable input:not([type=checkbox]):not([type=radio]),
table.formtable textarea,
table.formtable select {
  border: 1px solid #dfdfdf;
  outline: none;
  padding: 5px;
  font-size: inherit;
  font-family: inherit;
}
table.formtable input:not([type=checkbox]):not([type=radio]):focus,
table.formtable textarea:focus,
table.formtable select:focus {
  border-color: #939393;
}
body#page-login div#content {
  text-align: center;
}
body#page-login input {
  border: 1px solid #dfdfdf;
  outline: none;
  padding: 5px;
  font-size: inherit;
  font-family: inherit;
}
body#page-login input:focus {
  border-color: #939393;
}
body#page-login div#login {
  display: inline-block;
  text-align: left;
  width: 405px;
  margin-top: 100px;
  padding: 20px;
  background: white;
  border: 1px solid rgba(0,0,0,0.125);
}
body#page-login div#login h1 {
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
}
body#page-login div#login table {
  width: 400px;
  margin-top: 20px;
}
body#page-login div#login table td {
  padding: 7px 10px;
}
body#page-login div#login table td label {
  display: block;
  font-weight: bold;
  text-align: right;
}
body#page-login div#login-change {
  text-align: center;
  margin-top: 20px;
  opacity: 0.6;
}
.simplemodal-wrap {
  overflow: hidden !important;
  border: 2px solid #bababa;
  background: #bababa;
}
.simplemodal-container {
  background: transparent !important;
}
.simplemodal-container a.simplemodal-close {
  position: absolute;
  display: inline;
  z-index: 3200;
  top: -10px;
  right: -14px;
  width: 26px;
  height: 26px;
  background: url('/img/btn_close.png?1') no-repeat;
  background-size: 26px 26px;
  cursor: pointer;
}
.simplemodal-data {
  height: 100%;
  background: white;
}
body#page-dias img.btn-favorite {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
div.dia-templatebtn {
  display: inline-block;
  padding: 0 10px 10px 0;
}
div.dia-templatebtn a {
  display: block;
  width: 200px;
  height: 150px;
  background: whitesmoke;
  border-radius: 4px;
  border: 1px solid #808080;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  background: #dfdfdf;
}
div.dia-templatebtn a:hover {
  border-color: black;
  background: var(--color-main);
  color: white !important;
}
div.dia-templatebtn a:hover img {
  border-color: black;
}
div.dia-templatebtn img {
  height: 112px;
  border-bottom: 1px solid #808080;
}
div.dia-templatebtn span {
  display: block;
  line-height: 30px;
}
.label-color-a {
  background: #e7e7e7;
  color: #464646;
}
.label-color-b {
  background: #b6cff5;
  color: #464646;
}
.label-color-c {
  background: #98d7e4;
  color: #464646;
}
.label-color-d {
  background: #e3d7ff;
  color: #464646;
}
.label-color-e {
  background: #fbd3e0;
  color: #464646;
}
.label-color-f {
  background: #f2b2a8;
  color: #464646;
}
.label-color-g {
  background: #c2c2c2;
  color: #ffffff;
}
.label-color-h {
  background: #4986e7;
  color: #ffffff;
}
.label-color-i {
  background: #2da2bb;
  color: #ffffff;
}
.label-color-j {
  background: #b99aff;
  color: #ffffff;
}
.label-color-k {
  background: #f691b2;
  color: #464646;
}
.label-color-l {
  background: #fb4c2f;
  color: #ffffff;
}
ul#labels {
  overflow: auto;
  background: white;
  list-style: none;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px 0;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
ul#labels li {
  float: left;
  padding: 2px 5px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border-radius: 3px;
  font-size: 90%;
  border: 2px solid transparent;
}
ul#labels li.active {
  border-color: black;
}
ul#labels li:hover {
  border-color: silver;
}
table.styled div.labels {
  float: right;
}
table.styled div.labels div.label {
  float: left;
  padding: 2px 5px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 90%;
}
div.preview-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}
div.preview-modal-content {
  position: absolute;
  background: white;
  border: 1px solid #bababa;
  overflow: hidden;
}
div.preview-modal-close {
  position: absolute;
  width: 26px;
  height: 26px;
  background: url('/img/btn_close.png') no-repeat center center;
  background-size: 26px 26px;
  cursor: pointer;
  z-index: 2;
}
div.preview-modal iframe {
  position: absolute;
}
body#page-dashboard table#db-grid {
  width: 100%;
}
body#page-dashboard table#db-grid > tr > td {
  width: 50%;
}
body#page-dashboard table#db-grid h2,
body#page-dashboard table#db-grid p {
  padding: 0;
  margin: 0;
}
body#page-dashboard table#db-grid p {
  height: 60px;
}
body#page-dashboard table#db-grid div.db-content {
  background: white;
  border: 1px solid rgba(0,0,0,0.125);
  height: 200px;
  padding: 10px;
  overflow: auto;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
body#page-dashboard table#db-grid img.db-light {
  position: absolute;
  height: 240px;
  margin: -18px 0 0 0px;
}
body#page-dashboard table#db-grid td#screenstate table.styled tr td:first-child {
  text-align: center;
}
body#page-dashboard table#db-grid td#screenstate table.styled tr img {
  width: 12px;
  height: 12px;
}
@media screen and (max-device-width: 667px),screen and (max-width: 667px) {
  body,
  body > * {
    box-sizing: border-box;
  }
  body {
    flex-direction: column;
  }
  nav {
    width: 100%;
    height: auto;
  }
  div#content {
    padding: 5px;
  }
  nav div#menu {
    width: 100%;
    height: auto;
    position: relative;
    background-image: none;
  }
  nav div#menu-display {
    display: none;
  }
  nav ul#nav,
  nav ul#nav-footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border-top: none;
  }
  nav ul#nav li {
    border: none;
    flex: 1;
  }
  nav ul#nav li a {
    height: auto;
    padding: 40px 0 5px 0;
    font-size: 16px;
    background-size: 34px;
    background-position: center 5px;
    text-align: center;
  }
  nav ul#nav li a span {
    display: none !important;
  }
  nav ul#nav-footer {
    overflow: scroll;
  }
  nav ul#nav-footer li {
    margin: 0 5px;
    white-space: nowrap;
  }
  nav ul#nav-footer li a {
    background: none !important;
    padding: 0;
    font-size: 14px;
    color: white;
  }
  nav ul#nav-footer li:after {
    content: '•';
    display: inline-block;
    margin-left: 5px;
    color: white;
  }
  nav ul#nav-footer li:last-child:after {
    opacity: 0;
  }
  div#content {
    flex: none;
    width: 100%;
  }
  table.styled > thead > tr > td,
  table.styled > tbody > tr > td {
    padding: 2px 5px;
  }
  table.styled .btn {
    font-size: 10px;
  }
}
/* Source: CACHE, compiled in 0.076993942260742 seconds */