@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

:root {
  --primario: #3A3C69;
  --secundario: #fea700;
  --tercero: #0d47a1;
  --cuarto: #86D5FF;
}
@import url('m_row.css');
@import url('icons.css');
@import url('spinloader.css');

html, body, input, button{
  color: #2c3e50;
  font-family: 'Montserrat' !important;
  font-weight: 100;
  font-size: 14px;
  background-color: #F2F3FC;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
body {
    margin: 0
}
a {
  color: #222;
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto
}

.file-field {
    position: relative
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px
}

.file-field input.file-path {
    width: 100%
}

.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
    float: left;
    height: 3rem;
    line-height: 3rem
}

.file-field span {
    cursor: pointer
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.file-field input[type=file]::-webkit-file-upload-button {
    display: none
}
.icon-click{
  cursor: pointer;
  transition: all .3s ease;
}
.icon-click:hover{
  color: rgba(255, 255, 255, .2);
}
/* Panel Camaras ------------------------------ */
.menu-lateral{
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  top: 0;
  right: 0;
  position: fixed;
  height: 100%;
  width: 30vw;
  transform: translateX(135%);
  transition: all .3s ease;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}
.menu-lateral-noty{
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  top: 0;
  right: 0;
  position: fixed;
  height: 100%;
  width: 70vw;
  transform: translateX(135%);
  transition: all .3s ease;
  box-shadow: 200px 200px 4px -2px rgba(0, 0, 0, 0.5);
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}
.menu-header{
  width: 100%;
  height: 52px;
  padding: 0px 24px;
  border-bottom: solid .5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.menu-header .titulo{
  font-size: 18px;
}
/* Content block */
.menu-content{
  width: 100%;
  height: 80%;
  overflow-y: auto;
  padding: 0px 24px !important;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: space-around;
  align-items: center;*/
  align-content: flex-start;
}
.menu-content p{
  font-size: 12px;
  text-align: justify;
}
.menu-content a{
  padding: 8px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  transition: all .3s ease;
}
.menu-content a:hover{
  color: #888;
}
.menu-content ul{
  margin-top: 16px;
}
.menu-content li{
  width: 100%;
  list-style: none;
  padding: 8px;
  border-radius: 4px;
}
.menu-content li:hover{
  background-color: #f9f9f9;
  color: #fff;
}
.menu-bottom{
  width: 100%;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.menu-bottom .item{
  cursor: pointer;
  padding: 0px 32px;
}
.menu-bottom .item:hover{
  background-color: #f9f9f9;
  border-radius: 4px;
}
.cuadro-noty{
  width: 100% !important;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}
.cuadro-noty h5{
  margin: 0px;
  margin-top: 8px;
  font-size: 14px;
  padding-bottom: 4px;
  border-bottom: solid .5px rgba(0, 0, 0, 0.1);
}
.cuadro-noty h2{
  margin: 0px;
  margin-top: 8px;
  font-size: 32px;
}
.cuadro-noty p{
  text-align: justify;
  font-size: 12px;
}
.alerta-roja{
  color: #fff;
  background: linear-gradient(150deg, #f44336 0%,  #C70039 100%);
}
/* End Panel Camaras ------------------------------ */

/* Visual style */
.fondo{
  color: #222;
  background: rgba(255, 255, 255, 1.0);
  box-shadow: 16px 16px 16px 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 992px) {
  .menu-lateral{
    width: 100vw;
  }
}
/* Animation */
.menu-move{
  opacity: 100;
  pointer-events: painted;
  transform: translateX(0%);
}
.menu-move-noty{
  opacity: 100;
  pointer-events: painted;
  transform: translateX(0%);
}
.version{
  font-size: 12px;
  padding: 8px;
}
/* */
/* ------------------------- COLORES APP ----------------------------------- */
/* color Basis */
.red {
    background-color: #F44336 !important
}

.red-text {
    color: #F44336 !important
}
.grey {
    background-color: #9e9e9e !important
}

.grey-text {
    color: #9e9e9e !important
}
.black {
    background-color: #000 !important
}

.black-text {
    color: #000 !important
}

.white {
    background-color: #fff !important
}

.white-text {
    color: #fff !important
}

.transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.transparent-text {
    color: rgba(0, 0, 0, 0) !important
}
/* Colores APP */
.primario{ background-color: var(--primario) !important }
.primario-text{ color: var(--primario) !important }

.secundario{ background-color: var(--secundario) !important }
.secundario-text{ color: var(--secundario) !important }

.tercero{ background-color: var(--tercero) !important }
.tercero-text{ color: var(--tercero) !important }

.dark{ background-color: #2F2F2F !important }
.dark-text{ color: #2F2F2F !important }

.destacado{ color: #EF3340 }

.fondo-primario{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-color: transparent;
}
/* */
.btn-outline.primario{
  border: solid 1px var(--primario) !important;
  color: var(--primario) !important;
}
.btn-outline.secundario{
  border: solid 1px var(--secundario)!important;
  color: var(--secundario) !important;
}
.btn-outline.white{
  border: solid 1px #fff !important;
  color: #fff !important;
}
button:focus {
    outline: none !important;
    background-color: #f44336 !important;
}
.spinner-primario,
.spinner-primario-only {
    border-color: #EF3340
}
/* -------------------------- SCROLL APP ------------------------------------ */
/* width */
::-webkit-scrollbar { width: 0px }
/* Track */
::-webkit-scrollbar-track { background: #f1f1f1 }
/* Handle */
::-webkit-scrollbar-thumb { background: #444 }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #444 }
/* -------------------------------------------------------------------------- */
.left-align {
    text-align: left
}

.right-align {
    text-align: right
}
.justify{
  text-align: justify
}
.center,
.center-align {
    text-align: center
}

.left {
    float: left !important
}

.right {
    float: right !important
}
/* FORMS Inputs */
form input {
  width: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  height: 32px;
  border-radius: 2px;
  background-color: #f9f9f9;
  border-bottom: none;
  border: solid 0.5px #fff;
  margin-bottom: 8px;
}
form label {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #444;
  margin: 0px;
  padding: 0px;
}
form button {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.3rem !important;
}
.file-field input {
  height: 32px !important;
}
textarea {
  width: 100%;
  height: 200px !important;
  border-radius: 2px !important;
  background-color: #fff !important;
  border-bottom: none !important;
  border: solid 0.5px #eee !important;
  margin: 0px;
  padding: 0px 0px !important;
}
textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 li, a, button {
   font-family: "Montserrat", sans-serif;
   font-weight: 500;
   font-size: 14px;
   color: #fff;
   text-decoration: none;
 }
header{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 10%;
  background-color: var(--primario);
}
.logo{
  width: 200px;
  cursor: pointer;
  margin-right: auto;
}

.nav__links{
  list-style: none;
}

.nav__links li {
  display: inline-block;
  padding: 0px 20px;
}

.nav__links li a {
  transition: all 0.3s ease 0s;
}

.nav__links li a:hover {
  color: #0088a9
}

button {
  padding: 9px 25px;
  background-color: var(--cuarto);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

button:hover {
  background-color: var(--tercero);
}
/* botones */
.btn,
.btn-large,
.btn-small,
.btn-flat,
.btn-outline {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    margin: 3px 3px;
    /*text-transform: uppercase;*/
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
.btn-outline[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default
}

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn-outline:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover,
.btn-outline[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important
}

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat,
.btn-outline {
    font-size: 14px;
    outline: 0
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i,
.btn-outline i {
    font-size: 1.3rem;
    line-height: inherit
}
/* Boton focus */
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
    background-color: #222
}

/* Boton */
.btn,
.btn-large,
.btn-small {
    text-decoration: none;
    color: #fff;
    background-color: #444444;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer
}

/* Boton Hover*/
.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #CCC !important
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #444444;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle
}

.btn-floating:hover {
    background-color: #444444
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0
}

.btn-floating.btn-large.halfway-fab {
    bottom: -28px
}

.btn-floating.btn-large i {
    line-height: 56px
}

.btn-floating.btn-small {
    width: 32.4px;
    height: 32.4px
}

.btn-floating.btn-small.halfway-fab {
    bottom: -16.2px
}

.btn-floating.btn-small i {
    line-height: 32.4px
}

.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px
}

.btn-floating.halfway-fab.left {
    right: auto;
    left: 24px
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px
}

button.btn-floating {
    border: none
}
/* table */

table,
th,
td {
    border: none
}

table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0
}

table.striped tr {
    border-bottom: none
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.5)
}

table.striped>tbody>tr>td {
    border-radius: 0
}

table.highlight>tbody>tr {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

table.highlight>tbody>tr:hover {
    background-color: rgba(242, 242, 242, 0.5)
}

table.centered thead tr th,
table.centered tbody tr td {
    text-align: center
}

tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px
}

@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative
    }
    table.responsive-table td:empty:before {
        content: '\00a0'
    }
    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top
    }
    table.responsive-table th {
        text-align: left
    }
    table.responsive-table thead {
        display: block;
        float: left
    }
    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0
    }
    table.responsive-table thead tr th::before {
        content: "\00a0"
    }
    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }
    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top
    }
    table.responsive-table th {
        display: block;
        text-align: right
    }
    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left
    }
    table.responsive-table tr {
        border-bottom: none;
        padding: 0 10px
    }
    table.responsive-table thead {
        border: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.12)
    }
}
@import url('./hide.css');
