html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

h1 {
  color: #0d2738;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 8px; }

h2 {
  color: #0d2738;
  margin-bottom: 6px;
  margin-top: 6px; }

html {
  height: 100%; }

body {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  position: relative;
  background-color: #FAFAFA;
  color: #696969;
  height: 100%; }

#cuerpo {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  margin-bottom: 100px; }

#cuerpo p {
  margin-top: 8px; }

.msg-error {
  background-color: pink;
  border: solid red 1px;
  color: red;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0; }

.msg-ok {
  background-color: #89e690;
  border: solid #4f9c55 1px;
  color: #4f9c55;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0; }

dt {
  color: #0d2738;
  padding-right: 10px;
  font-size: .9em; }

dd {
  margin-bottom: 12px;
  margin-left: 8px;
  margin-top: 4px; }

.der {
  text-align: right; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-color: #76000A;
  z-index: 2; }

.wrapper {
  max-width: 92%;
  margin: 0 auto;
  padding: 0 20px; }

.col-2 {
  width: 140px;
  display: inline-block;
  vertical-align: top; }

.col-3 {
  width: 22%;
  display: inline-block;
  vertical-align: top; }

.col-3:nth-child(2) {
  margin-right: 3.66%; }

.col-3:nth-child(3) {
  margin-right: 3.66%; }

.col-3:nth-child(4) {
  margin-right: 3.66%; }

.col-4 {
  width: 30%;
  display: inline-block;
  vertical-align: top; }

.col-4:nth-child(2) {
  margin-left: 4.5%; }

.col-4:nth-child(3) {
  margin-left: 4.5%; }

.col-6 {
  width: 45%;
  display: inline-block;
  vertical-align: top; }

.col-6:nth-child(2) {
  margin-left: 9%; }

.col-9 {
  width: 74%;
  display: inline-block;
  vertical-align: top; }

.col-6:nth-child(2) {
  margin-left: 4%; }

.col-12 {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.mitad {
  display: inline-block;
  width: 48%;
  vertical-align: top; }

.mitad:nth-child(2n) {
  margin-left: 2.8%; }

.tercera {
  display: inline-block;
  width: 30%;
  vertical-align: top; }

.tercera:nth-child(2n), .tercera:nth-child(3n) {
  margin-left: 2%; }

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #76000A;
  color: white;
  height: 36px;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  z-index: 2; }

header p {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px; }

#header-content {
  width: 92%;
  margin: 7px auto;
  text-align: left; }

#img-menu, #img-logo, #img-chat, #img-avatar {
  width: 20px;
  margin-right: 8px; }

#img-loading {
  width: 16px;
  vertical-align: top; }

#img-menu:hover {
  cursor: pointer; }

#img-chat {
  float: right;
  margin-top: 4px; }

.medidor {
  display: inline-block;
  width: 70px;
  margin-bottom: 12px; }

.medidor-barra {
  display: inline-block;
  width: 7px;
  height: 3em; }

.medidor-valor {
  display: inline-block;
  font-size: 1.5em; }

.medidor-valor .nota {
  font-size: .38em; }

.medidor-barra-rojo {
  background-color: #be5555; }

.medidor-barra-azul {
  background-color: #5592be; }

#menu {
  background-color: #0d2738;
  color: white;
  width: 256px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 1;
  padding: 16px;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -256px; }

#menu ul {
  margin-top: 32px; }

#menu ul li {
  border-bottom: 1px solid white; }

#menu ul li a {
  color: white;
  width: 100%;
  display: block;
  padding: 12px 12px;
  font-size: 0.9em;
  box-sizing: border-box; }

#menu ul li a:hover {
  color: #0d2738;
  background-color: white; }

#menu h2 {
  color: white;
  margin-top: 8px;
  margin-bottom: 18px; }

#menu a.logout {
  font-size: .7em;
  color: white;
  display: block;
  position: absolute;
  right: 14px;
  top: 70px; }

#menu a.logout:hover {
  text-decoration: underline; }

.menu-nota {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 14px;
  padding-bottom: 18px;
  margin-top: 8px;
  -webkit-box-shadow: 1px 2px 13px 2px #adadad;
  -moz-box-shadow: 1px 2px 13px 2px #adadad;
  box-shadow: 1px 2px 13px 2px #adadad; }

.menu-nota-verde {
  background-color: #D6F7D5; }

.menu-nota-anaranjada {
  background-color: #F3D8BE; }

.menu-nota-contenido {
  display: inline-block;
  width: 94%;
  height: auto; }

.menu-nota-nota {
  width: 14px;
  position: absolute;
  top: 5px; }

.menu-nota-mensaje {
  width: 16px;
  position: absolute;
  top: 6px; }

.menu-nota-broadcast {
  width: 19px;
  position: absolute;
  top: 6px; }

.menu-nota-hora {
  font-size: .7em;
  position: absolute;
  top: -1px;
  left: 10px;
  font-style: italic; }

.menu-nota-de {
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: -2px;
  font-size: .9em;
  color: #0d2738;
  font-weight: bold; }

.menu-nota p {
  margin-left: 24px; }

.menu-nota .btn-cerrar {
  border: none;
  background: none;
  color: #696969;
  font-size: 1.2em;
  cursor: pointer;
  top: 30%;
  display: inline-block;
  width: 4%;
  right: 0;
  position: absolute; }

.btn-cerrar:hover {
  color: #AAAAAA; }

div.overlay-back {
  min-width: 100%;
  min-height: 110%;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  text-align: center;
  display: inline-block; }

.overlay .overlay-back:after {
  content: "";
  display: table;
  clear: both; }

div.overlay {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  text-align: center; }

div.overlay-content {
  text-align: left;
  position: relative;
  width: 500px;
  background-color: #FAFAFA;
  box-sizing: border-box;
  border-radius: 3px;
  margin: auto auto;
  opacity: 1;
  top: 80px;
  padding: 20px 28px; }

label, input, textarea, select {
  width: 100%;
  outline: none; }

label {
  display: inline-block;
  margin-top: 16px; }

label.for-radio {
  width: auto; }

label:focus, input:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px #837f0d; }

input[type="checkbox"] {
  display: inline-block; }

#cuerpo label, label {
  color: #0d2738; }

#cuerpo input {
  box-sizing: border-box;
  padding: 8px; }

textarea, input[type="text"], input[type="file"], input[type="password"], input[type="number"], select {
  box-sizing: border-box;
  color: #4f4f4f;
  font-size: 1em;
  padding: 8px;
  border: none;
  border-bottom: #696969 dotted 0.5px;
  border-right: #696969 dotted 0.5px;
  resize: none;
  background-color: #FAFAFA;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: true;
  -moz-appearance: true;
  appearance: true;
  width: auto;
  box-shadow: none; }

input[type="radio"] {
  margin: 4px 8px; }

input[type="text"].small {
  width: auto;
  display: inline-block; }

.cmb-select {
  background-color: white;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  position: absolute;
  font-size: .8em;
  -webkit-box-shadow: 1px 2px 13px 2px #adadad;
  -moz-box-shadow: 1px 2px 13px 2px #adadad;
  box-shadow: 1px 2px 13px 2px #adadad;
  z-index: 10; }

.cmb-select li {
  padding: 8px 0;
  border-bottom: #696969 dotted 0.5px;
  font-size: 1.1em; }

.cmb-select li:last-child {
  border-bottom: none; }

.cmb-select li a {
  display: block;
  width: 100%;
  font-size: 1.1em; }

.cmb-select li:hover {
  background-color: #F7F7F7; }

ul.tabs {
  padding: 0px;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 8px auto; }

ul.tabs li {
  display: inline-block;
  padding: 12px;
  color: gray;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 0;
  font-size: 14px; }

ul.tabs li:hover {
  color: #837F0D;
  border-top: 1px solid #837F0D;
  border-bottom: 1px solid #837F0D;
  cursor: pointer; }

ul.tabs li.selected {
  color: #837F0D;
  border-top: 1px solid #837F0D;
  border-bottom: 1px solid #837F0D; }

a {
  text-decoration: none;
  color: #696969; }

a:hover {
  cursor: pointer;
  color: #909090; }

.btn-agregar {
  border: none;
  background: none;
  color: #939100;
  font-size: 1em;
  cursor: pointer; }

.btn-agregar img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px; }

button {
  outline: none; }

input[type="button"], input[type="submit"], a.form-button {
  text-align: center;
  font-size: 1em;
  border-radius: 5px;
  font-weight: lighter;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  right: 0;
  padding: 6px 0;
  margin-top: 16px; }

input[type="button"]:hover, input[type="submit"]:hover {
  cursor: pointer; }

input[type="button"]:disabled, input[type="submit"]:disabled, table tbody tr td input[type="button"]:disabled {
  background-color: silver;
  border-color: silver;
  color: gray;
  cursor: default; }

a.form-button {
  display: block;
  width: 100%;
  color: white;
  border: 1px solid #CCCCCC; }

.form-button, #cuerpo .floating-button {
  background-color: #837F0D;
  border: 1px solid #837F0D;
  color: white; }

input[type="button"].small {
  padding: 2px 4px;
  border-radius: 0;
  width: auto;
  font-size: .8em;
  display: inline-block;
  border-radius: 3px; }

.rojo {
  background-color: #E32E2E;
  border: 1px solid #E32E2E; }

.form-button:hover, .floating-button:hover {
  background-color: white;
  color: #837F0D; }

.rojo:hover {
  background-color: white;
  color: #E32E2E; }

.azul {
  background-color: #5592be;
  border: 1px solid #5592be; }

.azul:hover {
  background-color: white;
  color: #5592be; }

.floating-button {
  float: right;
  width: auto;
  font-size: 1em;
  padding: 2px 8px; }

.closing-button {
  position: absolute;
  top: 8px;
  right: 6px;
  font-size: 1em;
  padding: 2px 8px; }

.closing-button:hover {
  color: #A3A3A3;
  cursor: pointer; }

.btn-download {
  width: 12px; }

table, dl {
  margin: 12px auto; }

dl {
  margin-top: 24px; }

table thead {
  border-bottom: 1px solid #0d2738; }

table thead th {
  color: #0d2738;
  padding: 10px;
  line-height: 1.3em;
  vertical-align: middle; }

table thead th:hover {
  color: #2F688C;
  cursor: pointer; }

table tbody tr {
  font-size: .9em;
  border-bottom: 1px dotted silver; }

table tbody tr:hover {
  background-color: #E5E5E5; }

table tbody tr td {
  padding: 6px 8px; }

#cuerpo table tbody tr td input, .overlay table tbody tr td input {
  padding: 2px 4px;
  margin-top: 0px; }

.pagination {
  margin-top: 10px; }

.pagination li {
  display: inline-block;
  padding: 6px 4px; }

.pagination li a {
  color: #0d2738; }

.active {
	background-color: #0d2738;
	color: white;
}

.active:hover {
	background-color: #0d2738;
	color: white;
}
.pagination li.active a {
  color: white; }

.tr-atencion {
  background-color: #f9cbcb; }

/**
 * rome - Customizable date (and time) picker. Opt-in UI, no jQuery!
 * @version v2.1.5
 * @link https://github.com/bevacqua/rome
 * @license MIT
 */
.rd-container {
  display: none;
  border: 1px solid #333;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 99999 !important; }

.rd-container-attachment {
  position: absolute; }

.rd-month {
  display: inline-block;
  margin-right: 25px; }

.rd-month:last-child {
  margin-right: 0; }

.rd-back,
.rd-next {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0; }

.rd-back[disabled],
.rd-next[disabled] {
  cursor: default; }

.rd-back {
  float: left; }

.rd-next {
  float: right; }

.rd-back:before {
  display: block;
  content: '\2190'; }

.rd-next:before {
  display: block;
  content: '\2192'; }

.rd-day-body {
  cursor: pointer;
  text-align: center; }

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  cursor: pointer;
  background-color: #333;
  color: #fff; }

.rd-day-prev-month,
.rd-day-next-month {
  color: #999; }

.rd-day-disabled {
  cursor: default;
  color: #fcc; }

.rd-time {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  min-width: 80px; }

.rd-time-list {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333; }

.rd-time-selected {
  padding: 5px; }

.rd-time-option {
  padding: 5px; }

.rd-day-concealed {
  visibility: hidden; }

.fixed-panel {
  position: fixed;
  top: 120px;
  left: 16px;
  max-width: 30%;
  background-color: #FAFAFA;
  padding: 16px;
  z-index: 100;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 13px 2px #adadad;
  -moz-box-shadow: 1px 2px 13px 2px #adadad;
  box-shadow: 1px 2px 13px 2px #adadad; }
