@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body {
  display: flex;
  background-color: #F1F1F1;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
}
body kbd {
  display: inline;
}
body code {
  word-wrap: break-word;
}
body a[data-offcanvas-trigger] {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 9999;
}
body.desktop .c-offcanvas-bg {
  display: none;
}
body #off-canvas {
  flex: 0 0 auto;
  opacity: 1;
  min-width: 250px;
  height: inherit;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  body #off-canvas {
    position: static;
  }
}
body #off-canvas.is-closed {
  opacity: 0;
  min-width: 0;
  width: 0;
}
body #off-canvas li {
  list-style-type: none;
  padding: 0;
}
body #off-canvas li a:not(.has-image) {
  color: #000;
  cursor: pointer;
  display: flex;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #off-canvas li a:not(.has-image):hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
body #off-canvas li a:not(.has-image):hover {
  text-decoration: none;
  background-color: #F1F1F1;
}
body #off-canvas li a:not(.has-image).active {
  font-weight: bold;
  background-color: #d6f5f3;
}
body #off-canvas li.usuario {
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
body #off-canvas li.usuario a {
  color: #000;
  outline: 0;
}
body #off-canvas li.usuario a:hover {
  text-decoration: none;
}
body #off-canvas li.usuario a img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
}
body #off-canvas li.titulo {
  color: #FFFFFF;
  font-weight: 500;
  background-color: #26A69A;
  margin-top: 20px;
  padding: 10px 20px;
}
body #off-canvas li ul {
  display: none;
  padding: 0;
}
body #off-canvas li ul a {
  font-size: 14px;
  padding-left: 40px !important;
}
body main {
  flex-grow: 1;
  height: inherit;
  overflow-y: scroll;
}
body main > .container,
body main > .container-fluid {
  margin: 15px auto;
}
body main > .container h1,
body main > .container-fluid h1 {
  font-size: 30px;
  text-align: center;
}
body main > .container .new .shadow,
body main > .container-fluid .new .shadow {
  margin-top: 15px;
  padding: 15px 5px;
  background-color: #FFF;
}
body main > .container .search,
body main > .container-fluid .search {
  margin: 20px 0;
}
body main > .container .list .card-header,
body main > .container-fluid .list .card-header {
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body main > .container .list .card-header:hover,
body main > .container-fluid .list .card-header:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
body main > .container .list .card-header .has-icon,
body main > .container-fluid .list .card-header .has-icon {
  flex-grow: 1;
}
body main > .container .list .card-body .mce-tinymce,
body main > .container-fluid .list .card-body .mce-tinymce {
  display: block !important;
}
body main > .container .list .empty,
body main > .container-fluid .list .empty {
  width: 100%;
  padding: 30px 15px;
  font-size: 25px;
  text-align: center;
}
body main > .container .paginator .btn-paginator,
body main > .container-fluid .paginator .btn-paginator {
  color: #FFF;
  background-color: #26A69A;
}
body main > .container .paginator .page,
body main > .container-fluid .paginator .page {
  min-width: 30px;
  text-align: center;
  color: #26A69A;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body main > .container .paginator .page:hover,
body main > .container-fluid .paginator .page:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
body main > .container .paginator .page.selected,
body main > .container-fluid .paginator .page.selected {
  font-weight: bold;
  text-decoration: underline;
}
body main > .container .order,
body main > .container-fluid .order {
  margin-top: 20px;
  text-align: center;
}
body main > .container .img-container,
body main > .container-fluid .img-container {
  position: relative;
  margin-right: 15px;
}
body main > .container .img-container img,
body main > .container-fluid .img-container img {
  max-height: 100px;
}
body main > .container .img-container button,
body main > .container-fluid .img-container button {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body main > .container table td,
body main > .container-fluid table td,
body main > .container table th,
body main > .container-fluid table th {
  vertical-align: middle;
}
body main > .container table td.has-button,
body main > .container-fluid table td.has-button,
body main > .container table th.has-button,
body main > .container-fluid table th.has-button {
  width: 120px;
}
body main > .container table td .btn,
body main > .container-fluid table td .btn,
body main > .container table th .btn,
body main > .container-fluid table th .btn {
  width: 100%;
  white-space: nowrap;
}
#modalDump textarea {
  height: 20vh;
  font-family: monospace;
  font-size: 14px;
}
