@font-face {
	font-family:"PTSans";
	src: url(../fonts/PTSans-Regular.ttf);
}
@font-face {
	font-family:"Neuton";
	src: url(../fonts/Neuton-Regular.ttf);
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body{
    font-family: 'PTSans', sans-serif;
    font-size: 12px;
	margin: 0;
    padding: 0;
	z-index: 0;
}

body::after {
	background: url(../images/bg-cortram2.jpg) center top;
	background-size: cover;
	position: fixed;
	content: "";
	opacity: 0.9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;   
}

header{
    width: 100%;
    height: 40px;
    background: #31353D;
    position: fixed;
    /*z-index: -1;*/
}

.lnr-menu{
    font-size: 12px;
    position: relative;
    top: 7px;
    left: 30px;
    color: #525965;
    border: 1px solid transparent;
    transition: all 300ms;
    padding: 2px;
    cursor: pointer;
}

.lnr-menu > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
  text-decoration: none;
}

.page-wrapper .sidebar-wrapper,
.lnr-menu > a,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form{
    margin: auto;
    width: 98%;
    background: #F3F3F3;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}
.container{
    width: 100%;
    margin: auto;
}

.container--flex{
    display: flex; /* bastaria solo con este, pero agregamos opcionales mas abajo */
    flex-wrap: wrap; /* los elemenos que no entren se van hacia abajo */
    /*justify-content: space-between; /* alinear en el eje horizontal (eje principal) */
    align-items: center; /* alinear eje secundario - vertical en el centro */
	align-items: flex-start;
}

.column{
    width: 100%;
}

.columnp{
    width: 100%;
}

.column--50{
	width: 49%;
}
.column--50p{
	width: 49%;
}

.group .column{
	/*border: 5px solid #DFF0EA;*/
	padding: 5px;
}

.caja{
    margin: auto;
    width: 98%;
    background: #F3F3F3;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}

.graficas{
    width: 100%;
    background: #F3F3F3;
    padding: 1px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;	
}

div#entrada{
	background-color: rgb(22,145,198);
}
div#pendientes{
	background-color: rgb(233,147,26);
}
div#salidas{
	background-color: rgb(27,54,71);
}
div#externos{
	background-color: rgb(150,110,49);
}
div#listext{
	background-color: rgb(65,180,158);
}
div#generar{
	background-color: rgb(106,180,68);
}
div#masivo{
	background-color: rgb(119,178,130);
}
div#buscar{
	background-color: rgb(172,60,139);
}

.iconop{
	display: block;
	margin: 10px;
	text-align: center;
}

p.texto_iconos{
	font-size: 1.2em;
	color: white;
	text-align: center;
	margin-top: 50px;
}

.cuadro_scroll{
    width: 100%;
	overflow: auto;
	max-height: 32vh;
    background: #F3F3F3;
    padding: 1px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}

.ficha{
    font-family: 'Neuton', serif;
    font-size: 14px;
	background: white;
    padding: 10px;
	border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
	text-decoration: none;
	border-bottom: none;
}

.ficha-seleccion{
	background: rgba(0,0,0,0.02);
}

.formularios{
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    font-family: 'PTSans', sans-serif;
    font-size: 12px;
    border-radius: 10px;
}

th, td {
    padding: 4px;
	vertical-align: top;
}

thead{
    background-color: #555555;
    border-bottom: 5px solid rgba(242,228,22,0.8);
    color: white;
}

.cabecera_lista{
    background-color: #555555;
    border-bottom: 5px solid rgba(242,228,22,0.8);
    color: white;
}

.numero{
	text-align: right;
}
#lista tr:nth-child(even){
    background-color: #ddd;
}

#lista tr:hover td{
    background-color: #555555;
    opacity: .5;
    color: white;
}

#lista_vista tr:nth-child(even){
    background-color: #ddd;
}

h2{
    text-align: center;
    margin-bottom: 20px;
    color: rgba(0,0,0,0.5);
}

.titulo_formulario{
    font-family: 'Neuton', serif;
    font-size: 14px;
    background: linear-gradient(#419a1c, #285f11);
    color: white;
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.titulo_grafica{
    font-family: 'Neuton', serif;
    font-size: 12px;
    background: linear-gradient(#419a1c, #285f11);
    color: white;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.txt_grafica{
    font-family: 'Neuton', serif;
    font-size: 12px;
    background: rgba(204,236,239,0.5);
    color: black;
    margin: 0;
    padding: 2px;
}

select{
    display: block;
    padding: 5px;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
    border-radius: 5px;
}

input{
    display: block;
    padding: 5px;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
    border-radius: 5px;
}

.boton_link_ok{
    background: linear-gradient(#008F39, #00BB2D);
	padding:10px;
    border: 1;
    color: white;
	text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
	text-align: center;
}
.boton_link_ok:hover{
	opacity: 1;
	font-color: white;
	text-decoration: none;
	
}

.boton_link_re{
    background: linear-gradient(#0000FF, #4040FF);
	padding:10px;
    border: 1;
    color: white;
	text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
	text-align: center;
}
.boton_link_re:hover{
	opacity: 1;
	font-color: black;
	text-decoration: none;
}

.boton_link_ko{
    background: linear-gradient(#419a1c, #285f11);
	padding:10px;
    border: 1;
    color: white;
	text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
}
.boton_link_ko:hover{
	opacity: 1;
	font-color: white;
	text-decoration: none;
}

input[type="submit"]{
    background: linear-gradient(#419a1c, #285f11);
    border: 0;
    color: white;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
}

input[type="submit"]:hover{
    opacity: 1;
}

input[type="submit"]:active{
    transform: scale(0.98)
}

.iconos_accion{
    width: 20px;
}

.registro_ok{
	margin: auto;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(57,255,20,0.8);
	background: rgba(57,255,20,0.2);
	width: 90%;
	border-radius: 10px;
}

.registro_fail{
	margin: auto;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(248,0,0,0.8);
	background: rgba(248,0,0,0.2);
	width: 90%;
	border-radius: 10px;
}

#map {
	width: 100%;
	height: 400px;
}

#coords {
	width: 400px;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  background: #1e2229;
  color: #bdbdbd;
  left: 0;
  top: 7px;
  border-radius: 0 4px 4px 0px;
  width: 30px;
  transition-delay: 0.3s;
  z-index: 1;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 60px;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 10px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  font-size: 10px;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "sitio-web";
  font-weight: 900;
  content: "\6a";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\77";
  font-family: "sitio-web";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer a i {
	font-size: 14px;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 50px;
}

.page-wrapper .page-content > div {
  padding: 10px 10px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .lnr-menu>a,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .lnr-menu>a:hover,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

@media screen and (min-width:300px){
	.column--50{
		width: 90%;
	}
	.column--50p{
		width: 90%;
	}
	p.texto_iconos{
		font-size: 1.2em;
		color: white;
		text-align: center;
	}
}
@media screen and (min-width:450px){
	.column--50{
		width: 90%;
	}
	.column--50p{
		width: 90%;
	}
	p.texto_iconos{
		font-size: 1.2em;
		color: white;
		text-align: center;
	}
}
@media screen and (min-width:780px){
	.column--50{
		width: 50%;
	}
	.column--50p{
		width: 60%;
	}
}
@media screen and (min-width:1024px){
	.column--50{
		width: 30%;
	}
	.column--50p{
		width: 70%;
	}
}