html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
caption {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.4em;
  line-height: 1.5em; }

h2 {
  font-size: 2.2em;
  line-height: 1.5em; }

h3 {
  font-size: 2em;
  line-height: 1.5em; }

h4 {
  font-size: 1.8em;
  line-height: 1.5em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

button,
input,
select,
textarea {
  margin: 0;
  background: #fff; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

img,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
  td:not([align]),
  th:not([align]) {
    text-align: left; }

th {
  text-align: center;
  font-weight: bold; }

td.ac {
  text-align: center; }

td.ar {
  text-align: right; }

td.al {
  text-align: left; }

.al {
  text-align: left; }

.ar {
  text-align: right; }

.ac {
  text-align: center; }

.aj {
  text-align: justify; }

.fl {
  float: left; }

.fr {
  float: right; }

.w100 {
  width: 100%;
  box-sizing: border-box; }

.w50 {
  width: 100%;
  box-sizing: border-box; }

.w33,
.w25 {
  width: 50%;
  box-sizing: border-box;
  float: left; }

@media only screen and (min-width: 768px) {
  .w33,
  .w25 {
    width: 33%; }
  .w50 {
    width: 50%;
    float: left; } }

@media only screen and (min-width: 1024px) {
  .w25 {
    width: 25%; } }

@use 'sass:color' {}p,
ol,
ul,
dl,
blockquote,
figure,
fieldset,
legend,
pre,
iframe,
form {
  margin-bottom: 1rem; }

article p,
article table,
article iframe,
code,
blockquote,
pre {
  margin-left: 1rem;
  margin-right: 1rem; }

code {
  background-color: #3a3a3a;
  color: #7fc97f; }

article > p:first-of-type {
  margin-top: 1rem;
  text-indent: 2.5rem; }

article ul,
article ol {
  list-style-position: inside;
  margin: 1rem 1rem; }

article ul {
  list-style-type: square; }

button,
a.button,
a.button:visited,
a.button:active,
input[type="submit"] {
  padding: 0.4rem 0.6rem;
  font-family: Cabin;
  font-size: 1.1rem;
  border: none;
  border-radius: 0.25rem;
  border-color: #8BCF9C;
  background: #525B6F;
  color: #8BCF9C;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }
  button:hover,
  a.button:hover,
  a.button:visited:hover,
  a.button:active:hover,
  input[type="submit"]:hover {
    color: #d3edda; }

input,
textarea,
select,
.input {
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #24192A;
  border-radius: 0.37em;
  border: 1px groove #525B6F;
  padding: 0.35em; }
  input:focus,
  textarea:focus,
  select:focus,
  .input:focus {
    background: #b6f3d6; }

label {
  color: #24192A; }

.boxed {
  border: 1px solid #525B6F;
  min-height: 2em;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }

blockquote {
  font-style: italic; }

blockquote::before,
blockquote::after {
  content: '\00201D';
  font-weight: bold; }

blockquote::before {
  content: '\00201F'; }

aside {
  width: 30%;
  border: 1px solid #525B6F;
  color: #0c482b;
  background: #56e39f;
  float: right;
  padding: 1rem;
  margin-left: 0.667em; }

aside.fl {
  margin-right: 0.667em; }

td {
  padding: 0.333em; }

@use 'sass:color' {}.ui_popup,
.popup {
  position: absolute;
  display: block;
  opacity: 0.0;
  width: auto;
  max-width: 80%;
  box-sizing: border-box;
  border: 2px solid #2a2b3c;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1.2s ease-in-out;
  padding: 0;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }

.ui_widget {
  position: relative;
  display: block;
  border: 1px solid #533960;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }

.popup .close,
.sms_popup .close,
.ui_widget .close,
.ui_popup .close {
  font-size: 0.93em;
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.2em;
  text-align: center;
  top: 0.333em;
  right: 0.1em;
  background: transparent;
  color: #f0f0ff;
  z-index: 1000;
  cursor: pointer; }

.popup h1,
.popup h2,
.popup h3,
.sms_popup h1,
.sms_popup h2,
.sms_popup h3,
.ui_widget h1,
.ui_widget h2,
.ui_widget h3,
.ui_popup h1,
.ui_popup h2,
.ui_popup h3 {
  font-size: 1.4rem;
  margin: 0;
  width: 100%;
  padding: 0.333rem 1.5rem 0.333rem 0.333rem;
  background: #24192A;
  color: #b6f3d6; }

.popup p,
.sms_popup p,
.ui_widget p,
.ui_popup p {
  margin: 1em 0.6em; }

.visible {
  opacity: 1.0; }

.success {
  color: #fff;
  background-color: #009BF2;
  border: 1px solid #24192A;
  padding: 0; }

.error {
  color: #fff;
  background-color: #e93942;
  border: 1px solid #654012;
  padding: 0; }
  .error h1 {
    color: #ef3544; }

.sms_popup .error {
  color: #fff; }

.warning {
  background: #fffcdc;
  padding: 0; }
  .warning h1 {
    color: #ffed3a; }

.ficha p > strong,
.ficha p > span,
.ficha p > i,
.ficha p > div {
  display: table-cell;
  padding: 0.25em 0.25em; }

.ficha p.last > span {
  padding-top: 1.2em; }

.ficha p.last > span:first-of-type {
  text-align: left; }

.ficha {
  display: table; }
  .ficha > p {
    display: table-row;
    margin: 0;
    padding: 0;
    background: #e6fbf1; }
  .ficha > p.icon {
    background: #525B6F;
    color: #8BCF9C; }
    .ficha > p.icon a,
    .ficha > p.icon a:visited {
      color: #56e39f; }
    .ficha > p.icon .tb {
      text-align: right; }
  .ficha > p.last {
    background: none; }

.flist {
  border: 1px solid #8BCF9C;
  margin: 1em 0;
  padding: 0; }
  .flist h2 {
    background: #525B6F;
    color: #8BCF9C; }
  .flist ul {
    border-top: 1px solid #8BCF9C;
    margin-bottom: 0.25rem; }
    .flist ul li {
      padding: 0 0.25em; }

.file_icon {
  height: 0.9rem;
  vertical-align: baseline; }

a.action_edit,
a.action_delete,
a.action_show {
  text-decoration: none; }

dl {
  display: block; }
  dl dt {
    float: left;
    width: 33%;
    text-align: right;
    padding-right: 0.5em;
    color: #24192A; }
  dl dd {
    display: block;
    padding-left: 0.5em;
    background: #8BCF9C;
    color: #525B6F;
    background: #b6f3d6; }

dl dd:before {
  content: '\00A0'; }

.input-error {
  position: fixed;
  color: #fff;
  background-color: #e93942;
  border: 1px solid #654012; }

.buttonbox {
  text-align: right; }

.sms_popup {
  display: inline-block;
  position: fixed;
  bottom: 1em;
  right: 1em;
  border: 2px solid #2a2b3c;
  box-sizing: border-box;
  max-width: 40%;
  background: #fff; }
  .sms_popup h1 {
    font-size: 1.3em; }
  .sms_popup .noti_list {
    max-height: 15em;
    overflow: auto; }
  .sms_popup .notifica .header {
    background: #56e39f; }
  .sms_popup .notifica a.confirmar,
  .sms_popup .notifica a.confirmado {
    float: right; }
  .sms_popup .notifica small {
    font: 0.9em;
    display: block; }
  .sms_popup .notifica + .notifica {
    border-top: 1px solid #24192A; }

.title {
  text-align: center;
  padding: 0.25rem 0.2rem; }

.altblock,
.altblock_l,
.altblock_r {
  background: #525B6F;
  color: #8BCF9C; }
  .altblock .title,
  .altblock_l .title,
  .altblock_r .title {
    background: #8BCF9C;
    color: #525B6F;
    margin-bottom: 1rem; }

.altblock_l {
  float: left;
  margin-right: 0.666rem; }

.altblock_r {
  float: right;
  margin-left: 0.666rem; }

.menu_button {
  display: block;
  border: none;
  box-shadow: none;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em;
  cursor: pointer;
  position: relative; }
  .menu_button:before {
    content: '\2630';
    font-weight: bold;
    font-size: 0.96em;
    position: absolute;
    top: 2px;
    left: 2px; }

nav .menu_button {
  background: #271291;
  color: #56e39f; }

.menu_button + input {
  display: none; }

.menu_button + input:checked + ul {
  display: none; }

@media (max-width: 624px) {
  nav ul {
    display: none; }
  .menu_button + input:checked + ul {
    display: block; } }

.ui_border {
  border: 1px solid #533960;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }

.ui_toolbar {
  background: #56e39f; }
  .ui_toolbar::after {
    content: '';
    display: table;
    clear: left; }
  .ui_toolbar a {
    font-size: 0.98rem;
    display: block;
    float: left;
    margin: 4px 2px;
    height: 1.6rem;
    padding: 2px 2px 0 2px;
    border: 1px solid #b6f3d6; }
  .ui_toolbar a:hover {
    background: #56e39f;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }

.ui_toolbar.ui_border {
  margin-bottom: 2px; }

.ui_buttongroup {
  display: block;
  text-align: right;
  background: #afb6c4;
  border-top: 1px solid #525B6F; }
  .ui_buttongroup button {
    display: inline-block;
    margin: 4px 3px;
    text-align: center; }

.relpos {
  position: relative; }

.float-popup {
  position: absolute;
  left: 1.5em;
  top: 1em;
  margin: 0;
  display: inline-block;
  border: 2px solid #2a2b3c;
  background-color: #525B6F;
  color: #8BCF9C;
  z-index: 100;
  padding: 0.333em;
  box-sizing: content-box;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }
  .float-popup a,
  .float-popup a:visited {
    color: #8BCF9C;
    box-sizing: content-box; }

.float-popup.bar {
  white-space: nowrap; }

.flist h2 + ul {
  border-top: none; }

h2 span.fr {
  display: inline-block;
  float: right;
  height: 1.45em;
  padding-right: 4px; }

h2 a.rbutton,
h2 a.rbutton:visited {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1rem;
  color: #56e39f;
  vertical-align: middle;
  padding: 0 4px;
  background: #24192A;
  line-height: 1.4rem;
  border: 1px solid #533960; }

table.data caption {
  background: #525B6F;
  color: #8BCF9C; }

table.data th,
table.data td {
  border-bottom: 1px solid #533960; }

a.control {
  cursor: pointer; }

.main_search {
  text-align: center; }
  .main_search [type="search"] {
    width: 50%;
    padding: 0.333em;
    border-radius: 0.5em; }
  .main_search [type="radio"] + label {
    border: 1px solid #56e39f;
    border-radius: 0.5em;
    caret-color: transparent;
    color: #525B6F;
    padding: 0.333em;
    display: inline-block; }
  .main_search [type="radio"] {
    display: none; }
  .main_search [type="radio"]:checked + label {
    background: #b6f3d6; }
  .main_search [type="radio"] + label:before {
    content: "\e829";
    margin-right: 0.666em;
    display: inline-block;
    vertical-align: middle;
    color: #24192A;
    font-family: flap; }
  .main_search [type="radio"]:checked + label:before {
    content: "\00e828"; }
  .main_search .options {
    margin-bottom: 0.667em; }

.album_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.777em;
  margin: 0;
  list-style: non;
  padding: 0; }
  .album_list li {
    font-size: 1.2em;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    background: #b6f3d6;
    border-radius: 7px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }
    .album_list li a,
    .album_list li a:visited,
    .album_list li a:active {
      color: #533960; }

@media only screen and (max-width: 1200px) {
  .album_list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.777em; } }

@media only screen and (max-width: 960px) {
  .album_list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.777em; } }

@media only screen and (max-width: 640px) {
  .album_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.777em; } }

@media only screen and (max-width: 544px) {
  .album_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.777em; } }

form.tbl {
  display: block; }
  form.tbl p {
    display: table-row; }
  form.tbl p.buttons,
  form.tbl div.buttons {
    display: table-row;
    text-align: right;
    border-top: 2px solid #3a4b5f; }
  form.tbl label,
  form.tbl input,
  form.tbl select {
    display: table-cell;
    padding: 0.333em 0.333em;
    margin: 0.333em 0.333em;
    font-size: 1rem; }

form.tbl span.error {
  display: table-cell;
  padding: 0.2em 0.333em;
  background: linear-gradient(to bottom, #faf2f2, #efd0d0 60%);
  border: 1px solid #dacfcf;
  color: #9a2f2f;
  box-sizing: border-box; }

form.grd {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr;
  align-items: center;
  grid-column-gap: 0.36em;
  grid-row-gap: 0.36em;
  margin-top: 0.45em;
  margin-bottom: 0.45em; }
  form.grd legend {
    grid-column: 1/3;
    text-align: center; }
  form.grd label {
    grid-column: 1/2;
    text-align: right;
    padding: 0.33em 0.2em; }
  form.grd input,
  form.grd select,
  form.grd textarea,
  form.grd div.wtext {
    grid-column: 2/3;
    display: inline-block;
    padding: 0.33em 0.2em;
    border-radius: 0.3em;
    border: 1px inset #acafdb;
    font-family: "Cabin";
    font-size: 1rem; }
  form.grd div.wtext {
    grid-column: 1/3; }
  form.grd input[type="submit"] {
    padding: 0.4rem 0.6rem;
    height: 2.1rem; }
  form.grd input:focus[type="submit"] {
    border: 2px inset #acafdb; }
  form.grd select,
  form.grd textarea {
    overflow: auto; }
  form.grd details {
    grid-column: 3/4;
    color: #fff;
    background-color: #e93942;
    border: 1px solid #654012; }
  form.grd .hints {
    grid-column: 3/4;
    color: #525B6F;
    padding: 0.33em 0; }
  form.grd .fullw {
    grid-column: 1/3; }
  form.grd .buttons {
    grid-column: 1/3;
    text-align: right; }

@media only screen and (max-width: 480px) {
  form.grd {
    grid-template-columns: 1fr; }
    form.grd input,
    form.grd textarea,
    form.grd select,
    form.grd input.wtex,
    form.grd label,
    form.grd legend,
    form.grd .fullw,
    form.grd .buttons {
      grid-column: 1/2; }
    form.grd details,
    form.grd .hints {
      grid-column: 1/2;
      text-align: center; }
    form.grd label,
    form.grd .buttons {
      border-top: 1px dotted #56e39f;
      text-align: center; } }

@media only screen and (max-width: 720px) {
  form.grd {
    grid-template-columns: 0.8fr 3.2fr; }
    form.grd legend {
      grid-column: 1/3; }
    form.grd details,
    form.grd .hints {
      grid-column: 1/3;
      text-align: center; } }

.field_error {
  color: #fff;
  background-color: #e93942;
  border: 1px solid #654012; }

.progress {
  text-align: center; }
  .progress progress {
    width: 80%; }
  .progress p {
    margin: 0.2 0; }

.popup form {
  margin: 0; }

.form_table td {
  padding: 0.4rem; }

.form_table .title td {
  text-align: center;
  padding: 0.6rem;
  background: #525B6F;
  color: #8BCF9C; }

label {
  text-align: right;
  padding: 0.33em 0.2em; }

.ui_form_tbl {
  display: block; }
  .ui_form_tbl fieldset {
    display: table;
    width: 100%;
    border: none;
    box-sizing: border-box; }
    .ui_form_tbl fieldset p {
      display: table-row; }
    .ui_form_tbl fieldset p > label,
    .ui_form_tbl fieldset p > input,
    .ui_form_tbl fieldset p > textarea,
    .ui_form_tbl fieldset p > select,
    .ui_form_tbl fieldset p > div {
      display: table-cell;
      margin: 0.333em;
      padding: 0.333em;
      font-family: "Cabin";
      font-size: 1rem; }
    .ui_form_tbl fieldset p > label {
      text-align: right; }
    .ui_form_tbl fieldset input,
    .ui_form_tbl fieldset select,
    .ui_form_tbl fieldset textarea {
      border-radius: 0.3em;
      border: 1px inset #acafdb; }
  .ui_form_tbl .button_group {
    text-align: right;
    padding: .25em;
    button-text-align: center; }
  .ui_form_tbl input:invalid {
    background-color: #eebeaf; }

.ui_form_tbl fieldset > p > div {
  display: table-cell;
  margin: 0.333em;
  padding: 0.333em;
  font-family: "Cabin";
  font-size: 1rem; }
  .ui_form_tbl fieldset > p > div p {
    display: block;
    margin: 0;
    padding: 0; }

.form_tbl fieldset > input,
.form_tbl fieldset > select,
.form_tbl fieldset > textarea {
  padding: 0.33em 0.2em;
  border-radius: 0.3em;
  border: 1px inset #acafdb;
  font-family: "Cabin";
  font-size: 1rem; }

.form_tbl input:focus {
  outline: none; }

.ui_form_tbl fieldset {
  border: none; }

.stars button {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #533960;
  padding: 1px 0 2px 0;
  margin: 0;
  line-height: 1.2em; }

.stars button:hover {
  color: #7c5690; }

.stars button:focus {
  outline: none;
  background: #838da4; }

.form_tbl input[type=checkbox],
.form_tbl input[type=radio],
.ui_form_tbl input[type=checkbox],
.ui_form_tbl input[type=radio] {
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0; }

.form_tbl input[type=checkbox]:focus,
.form_tbl input[type=radio]:focus,
.ui_form_tbl input[type=checkbox]:focus,
.ui_form_tbl input[type=radio]:focus {
  outline: none; }

.form_tbl input[type=checkbox],
.form_tbl input[type=radio]:after,
.ui_form_tbl input[type=checkbox],
.ui_form_tbl input[type=radio]:after {
  content: ' ';
  font-weight: bold;
  font-size: 1.4em;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em;
  padding-top: 1px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #533960;
  border-radius: 4px; }

.form_tbl input[type=radio]:checked:after,
.ui_form_tbl input[type=radio]:checked:after {
  content: '\2718'; }

.form_tbl input[type=checkbox]:checked:after,
.ui_form_tbl input[type=checkbox]:checked:after {
  content: '\2714'; }

.form_tbl input[type=checkbox]:after:focus,
.form_tbl input[type=radio]:after:focus,
.ui_form_tbl input[type=checkbox]:after:focus,
.ui_form_tbl input[type=radio]:after:focus {
  outline: none !important;
  background: #525B6F;
  color: #8BCF9C; }

.input_popup {
  position: absolute;
  display: inline-block;
  padding: 0.333em;
  transition: all 0.6s;
  transform: scale(0, 0.5); }

.input_popup.visible {
  transform: scale(1, 1); }

a,
a:visited,
a:active {
  text-decoration: none;
  color: #525B6F; }

body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-family: "Plex Sans", sans-serif;
  color: #24192A;
  background: #fff; }

h1,
h2,
h3,
h4 {
  font-family: "Plex Sans Condensed", sans-serif;
  font-weight: 456; }

#app-container {
  padding: 0 1em;
  background-color: #fff; }

header {
  border-bottom: 2px solid #24192A; }

.banner {
  display: flex;
  flex-direction: row;
  align-items: center; }

article {
  min-height: 500px; }

footer {
  border-top: 2px solid #24192A;
  margin-top: 0.666em;
  display: flex;
  justify-content: space-between; }

#logo {
  margin-bottom: 0.25em;
  flex-grow: 0.332; }

#logo::after {
  content: '';
  display: table;
  clear: both; }

#logo p {
  font-size: 1.8em;
  font-family: "Plex Sans Condensed", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.1em; }

#logo img {
  display: block;
  float: left;
  vertical-align: middle;
  height: 4em;
  width: 4em;
  margin-right: 0.333em; }

#logo small {
  font-family: "Plex Sans", sans-serif;
  font-size: 0.87em; }

/* widgets */
/* nav menu */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #271291; }
  nav > label {
    flex: auto 0; }
  nav > div {
    flex: auto 0; }
  nav > ul {
    flex: auto;
    padding: 0;
    margin: 0;
    width: auto;
    list-style: none;
    font-family: "Plex Sans", sans-serif;
    font-size: 0.97em;
    background-color: #271291;
    color: #56e39f; }
  nav ul li {
    display: block;
    float: left;
    position: relative; }

ul.submenu {
  visibility: hidden;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 1.2rem; }

ul.submenu:after {
  content: '';
  display: table;
  clear: both; }

nav li:hover ul.submenu,
nav li:hover ul.submenu:hover {
  visibility: visible;
  background-color: #271291; }
  nav li:hover ul.submenu li,
  nav li:hover ul.submenu:hover li {
    clear: both;
    width: 100%;
    min-width: 5rem; }

nav ul a:visited,
nav ul a {
  display: block;
  text-decoration: none;
  padding: 0.1em 0.3em;
  color: #b6f3d6; }

nav ul a:hover {
  background-color: #56e39f;
  color: #533960; }

.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.97em; }
  .breadcrumb ul a,
  .breadcrumb ul li {
    background: #525B6F; }
  .breadcrumb ul li + li a:before {
    content: '\e817';
    font-family: 'flap';
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 1em;
    line-height: 1em; }

/* defs */
dl.defs {
  width: 100%;
  margin: 0.7em 0;
  line-height: 1.3em;
  background-color: #dadad0; }

.defs dt {
  width: 33%;
  text-align: right;
  float: left;
  padding-right: 0.3em;
  margin: 0; }

.defs dt:after {
  content: ':';
  font-weight: 300;
  margin-left: 0.2em; }

.defs dd {
  clear: right;
  margin: 0;
  background-color: #ecece0;
  padding-left: 0.3em;
  overflow: hidden; }

.auth_rol_list {
  width: 75%; }
  .auth_rol_list .id {
    min-width: 3em; }

.listing {
  border: 1px solid #8BCF9C;
  margin: 1em 0;
  min-width: 65%; }
  .listing caption {
    background: #525B6F;
    color: #8BCF9C;
    padding: 0.2em 0.2em;
    font-size: 1.2em;
    text-align: left; }
    .listing caption .searchbox {
      box-sizing: border-box;
      position: relative;
      margin-top: 2px; }
      .listing caption .searchbox input {
        box-sizing: border-box;
        float: left;
        width: 100%;
        border: none;
        padding-right: 1.5em;
        height: 1.9em; }
      .listing caption .searchbox input:focus,
      .listing caption .searchbox input:active {
        outline: none;
        border: none; }
      .listing caption .searchbox a.icon-search {
        display: block;
        position: absolute;
        right: 0.166em;
        top: 0;
        cursor: pointer;
        color: #533960; }
    .listing caption .searchbox:after {
      content: '';
      display: table;
      clear: both; }
  .listing a,
  .listing a:visited {
    color: #0c482b; }
  .listing td,
  .listing th {
    padding: 0.1em 0.25em; }
  .listing th a {
    text-decoration: none;
    color: #24192A; }
  .listing th.sort_order_col {
    color: #24192A;
    cursor: pointer; }
  .listing th {
    background: #8BCF9C;
    border-bottom: 2px solid #525B6F; }
  .listing td {
    border-bottom: 1px solid #8BCF9C; }
  .listing tr[selected] {
    background-color: #8BCF9C; }

.listing:focus,
.listing:active {
  border: 1px solid #525B6F;
  outline: none; }

.page_buttons {
  float: right;
  width: 6em;
  text-align: right;
  word-spacing: -1px; }
  .page_buttons a {
    display: inline-block;
    color: #8BCF9C;
    text-decoration: none; }

.poplist {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  width: 60%;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fafafaf0; }
  .poplist .listing {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    margin: 0; }
    .poplist .listing tr:hover td {
      background: #b6f3d6; }

.create_record {
  display: block;
  width: 1.2em;
  height: 1em; }

@media only screen and (max-width: 600px) {
  .listing,
  .auth_rol_list {
    width: 100%;
    box-sizing: border-box; } }

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* tree widget */
.tree {
  padding: 0.5em; }

.tree div.node {
  margin-left: 1.667em; }

.tree-space {
  display: inline-block;
  width: 1.4em; }

.tree-menu {
  font-size: 0.82em;
  margin-left: 0.5em;
  margin-right: 0.5em; }

.tree-item {
  position: relative;
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  cursor: pointer; }

.tree-item.active {
  background: #b6f3d6; }

.listing td.id {
  text-align: right;
  width: 4.5em; }

.listing td.importe {
  text-align: right;
  width: 8em; }
