/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.center {
  text-align: center;
}
.post {
  border: 2px solid #1226aa;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.post-label {
  font-weight: 600;
}
.post img {
  display: block;
  max-width: 800px;
  margin: 20px auto;
}
.post iframe {
  width: 100%;
  height: 480px;
  margin: 20px auto;
  display: block;
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  color: #fff;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  background-color: #1226aa;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-large {
  padding: 8px 40px;
}
.btn-add {
  border-radius: 5px;
  padding: 10px 50px;
}
.btn-excel {
  border-radius: 5px;
  padding: 10px 50px;
  margin-left: 5px;
}
.btn-delete,
.btn-cerrar,
.btn-cancelar {
  background: #f00;
}
.input input,
.input textarea,
.input select,
.input label {
  font-family: inherit;
}
.input label {
  color: #1226aa;
}
.input.is-hidden {
  display: none;
}
.input .error {
  background: #1226aa;
  color: #fff;
  margin: 0;
}
.input-50 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.input-l {
  padding-right: 10px;
}
.input-r {
  padding-left: 10px;
}
.input.only-promocion {
  display: none;
}
.input.image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  margin-bottom: 40px;
  position: relative;
  padding: 0 10px;
}
.input.image .container {
  border: 2px solid #1226aa;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.input.image .icon-close {
  display: block;
  background-color: #f00;
  color: #fff;
  position: absolute;
  top: 0;
  right: -24px;
  width: 20px;
  text-align: center;
  font-style: normal;
  padding: 8px 0;
  border-radius: 2px;
  display: none;
  cursor: pointer;
}
.input.image .icon-close.is-visible {
  display: block;
}
.input.image img {
  display: none;
  width: 100%;
  margin-top: 0px;
  max-width: 213px;
}
.input.image img.is-visible {
  display: block;
}
.input.image input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
  font-size: 20px;
  cursor: pointer;
  height: 36px;
  opacity: 0;
  width: 100%;
}
.input.image span {
  margin-right: 0;
  background-color: #1226aa;
}
.input.image p {
  font-size: 14px;
  pointer-events: none;
  margin-bottom: 4px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.input.select {
  position: relative;
  margin-bottom: 20px;
}
.input.select label {
  font-size: 14px;
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
  font-weight: 500;
}
.input.select select {
  width: 100%;
  background: #fff;
  border: none;
  border: 2px solid rgba(0,0,0,0.7);
  border-radius: 5px;
  padding: 7px 5px;
}
.input.select select:focus {
  outline: none;
  border-color: #1226aa;
}
.input.add select {
  width: 96%;
}
.input.add a {
  margin-left: 15px;
  text-decoration: none;
  padding: 5px;
}
.input.add a span {
  font-size: 22px;
  font-weight: 600;
}
.input.text {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.input.text input,
.input.text textarea {
  border-radius: 5px;
  background: #fff;
  padding: 7px 10px;
  display: block;
  width: 100%;
  border: none;
  border: 2px solid rgba(0,0,0,0.7);
}
.input.text input:focus,
.input.text textarea:focus {
  outline: none;
  border-color: #1226aa;
}
.input.text textarea {
  height: 120px;
  resize: none;
}
.input.text label {
  font-size: 14px;
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
  font-weight: 500;
}
.input-radioGroup,
.input-checkGroup {
  position: relative;
  margin-bottom: 20px;
}
.input-radioGroup p,
.input-checkGroup p {
  margin: 0;
  font-size: 14px;
  pointer-events: none;
  margin-bottom: 4px;
  font-weight: 500;
}
.input-radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 49px;
  cursor: pointer;
}
.input-radio:hover .inner {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0.5;
}
.input-radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.input-radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.input-radio input:checked + .outer {
  border: 3px solid #1226aa;
}
.input-radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  background-color: #1226aa;
}
.input-radio .outer {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  margin: 10px 9px 10px 10px;
  border: 3px solid #1226aa;
  border-radius: 50%;
  background-color: #fff;
}
.input-radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
          transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #1226aa;
  opacity: 0;
}
.input-check {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 49px;
  cursor: pointer;
  width: 20%;
}
.input-check span {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  padding-top: 5px;
}
.input-check input {
  position: relative;
}
.input-check input:focus {
  outline-color: #fff;
}
.input-check input:before {
  border: 2px solid #1226aa;
  content: "";
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  z-index: 1;
}
.input-check input:checked:before {
  border-top-style: none;
  border-right-style: none;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: morado;
}
.input-check input:after {
  background: #fff;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: 0;
}
.table {
  padding: 50px 0 20px 0 !important;
}
.dataTables_filter input,
.dataTables_filter select,
.dataTables_length input,
.dataTables_length select {
  border: 1px solid #eee;
  height: 35px;
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 100%;
  background-color: #fff;
  font-family: inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  vertical-align: top;
  color: gris !important;
  margin: 0 2px;
  border: 0 !important;
  line-height: 21px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: gris;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #1226aa;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  content: ">";
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
  content: "<";
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 15px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  vertical-align: middle;
}
.table>tbody>tr>td:first-child,
.table>tbody>tr>th:first-child,
.table>tfoot>tr>td:first-child,
.table>tfoot>tr>th:first-child,
.table>thead>tr>td:first-child,
.table>thead>tr>th:first-child {
  padding-left: 10px;
}
.table>thead>tr>th {
  background-color: #1226aa;
  color: #fff;
  vertical-align: middle;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
}
.table>thead>tr>th:first-child {
  border-radius: 5px 0 0 0;
}
.table>thead>tr>th:last-child {
  border-radius: 0 5px 0 0;
}
table.dataTable.no-footer {
  border: none;
}
.dataTables_info,
.dataTables_length,
.dataTables_filter {
  font-size: 14px;
}
.table>tbody>tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.05);
}
.table>tbody>tr>td:first-child {
  border-left: 1px solid rgba(0,0,0,0.2);
}
.table>tbody>tr>td:last-child {
  border-right: 1px solid rgba(0,0,0,0.2);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  background-image: url("../../images/pattern.png");
  background-repeat: repeat;
  font-family: 'Roboto', sans-serif;
  color: #292929;
}
.Login {
  text-align: center;
}
.Login-form {
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  max-width: 300px;
  font-weight: 300;
  margin: 5% 100px 0 0;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 80px 40px 100px 40px;
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
          box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.Login-form figure {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.Login-form img {
  display: block;
  max-width: 160px;
  margin: 20px auto;
}
