@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'untitled1regular';
    src: url('imagenio3-webfont.woff2') format('woff2'),
         url('imagenio3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
  color: #1e1e1e;
}

.map_canvas {
  width: 600px;
  height: 400px;
}

.saveh, .delh, .save_newrow {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-align:center;
	font-size: 18px !important;
}
.save_newrow::before {
    content: "\e173";
	color:green;
	cursor:pointer;
}
.saveh::before {
    content: "\e173";
	color:green;
	cursor:pointer;
}
.delh::before {
    content: "\e020";
	color:red;
	cursor:pointer;
}

[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text)
}
.copiarInvitacion
{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
	margin-top:10px;
}
.copiarInvitacionText{ line-height: 18px; }
div.minimalistBlack {
  border: 3px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.minimalistBlack .divTableCell, .divTable.minimalistBlack .divTableHead {
  border: 1px solid #000000;
  padding: 5px 4px;
  width:100px;
}
.divTable.minimalistBlack .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.minimalistBlack .divTableHeading {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
.divTable.minimalistBlack .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.minimalistBlack .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
.minimalistBlack .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.tablas
{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
  	font-size: 16px;
	color: #777;
	text-align:center;
}
.tablasPeque
{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
  	font-size: 14px;
	color: #777;
	text-align:center;
}

.tablasPeque tr:nth-child(odd)
{
	background-color: #fff;
}

.tablasPeque tr:nth-child(even)
{
	background-color:#F0F0F0;
}

.tablasPeque td
{
	padding: 0 6px;
	white-space:nowrap;
}

.tablaNumero
{
	text-align:right;
}
.tablaTexto
{
	text-align:left;
}
.tablaCentro
{
	text-align:center;
}

.tablas tr:nth-child(odd)
{
	background-color: #fff;
}

.tablas tr:nth-child(even)
{
	background-color:#F0F0F0;
}

.tablas td
{
	padding: 2px 8px;
	white-space:nowrap;
}

.dife
{
	background-color: #d5d5d5;
	font-weight: 500;
	color: #737c87;
}
.imagenDetalle
{
	max-width:600px;
  max-height:300px

}
.imagenDetalleAbajo
{
	max-width:450px;
	max-height:300px
}
.botonAccion
{
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	font-size:12px;
	cursor:pointer;
	float:left;
	margin-right:10px;
	line-height:20px;
}
.botonAccionVerde
{
	background-color:#00ab45 !important;
}
.botonAccionRojo
{
	background-color:#FF7376 !important;
}

.container {
  /*max-width: 1200px; */
  width: 100%;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  background: #fff;
  padding: 10px;
  overflow:hidden;
}

.container h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 5px;
}

.container h4 {
  display: block;
  font-size: 15px;
  font-weight:100;
  margin-top: -5px;
  padding: 5px 0;
  margin-bottom:5px;
}
.tituloIdiomas
{
	font-size: 15px;
  font-weight:bold;
  display: block;
  margin-bottom:-5px;
  margin-top:5px;
}


.controles {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  width: 100%;
  background: ##FFFFFF4A;
  color: #000;
  border:none;
  padding: 8px 10px 7px;
  margin-bottom:2px;
  max-width:95% !important;
  height:40px !important;
  font-size:17px !important;
  border: 1px solid #ccc;
}

.controles:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

.controles:disabled
{
	background-color:#eeeeee !important;
}

.controlesBuscar
{
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  width: 120px;
  border: 1px solid #ccc;
  background: #FFF;
  padding:3px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
  min-height:30px !important;
  font-size:17px !important;
}

fieldset {
  border: medium none !important;
  margin: 5px;
  padding: 0;
  float:left;
  min-height: 74px;
}


.coform textarea {
    height: 38px;
    display: inline-block;
    margin: -11px 1px;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

.botones
{
  cursor: pointer;
  width: 100%;
  border: none;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
.botones:hover
{
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.botones:active
{
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.botonesGuardar {
    background: #0165FE;
    color: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.botonesGuardar:hover
{
  background: #0165FE;
}
.botonesBorrar
{
  background:#3e3737;
  color: #FFF;
  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.botonesBorrar:hover
{
  background:#ff9999;
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
hr
{
	color:#43A047;
}
.divhr
{
	clear:both;
	height:25px;
	padding-top:12px;
}
.texto
{
	font-size: 13px;
	font-weight: 400;
	line-height:16px;
}
.spinner
{
	height:31px;
}
.mensaje
{
	width:100%;
	padding:5px 10px 5px 10px;
	font-size:16px;
	margin-bottom:15px;
}
.mensajeError
{
	color:#FFFFFF;
	background-color:#cc0000;

	text-align: center;
	font-size: 20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mensajeOK
{
	color: #FFFFFF;
	background-color: #108606;
	text-align: center;
	font-size: 20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mensajeNada
{
	color: #FFFFFF;
	background-color:#FF9F00;
	text-align: center;
	font-size: 20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.menu
{
	padding: 8px;
	background-color:#FFFFFF;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
}
.menuElemento
{
	padding-right:10px;
	padding-left:10px;
	float:left;
	cursor:pointer;
	text-decoration:none;
	line-height: 30px;
	color: #7d848c;
}

.menuElemento:hover
{
	color: #53A1CF;
}

.miniicon
{
	width: 29px;
	height: 29px;
	float:left;
	margin:0 5px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
  margin-top:7px;
}

.menuPeque
{
	font-size:10px;
	color:#B8B8B8;
	text-align:right;
	float:right;
  margin: 5px 0;
	line-height:14px !important;
}

.menuPeque strong
{
	font-size: 12px;
}

.botonCerrar
{
	width:25px;
	height:25px;
	cursor:pointer;
	z-index: 10;
	position: absolute;
	float:right;
	right: 2px;
	top: 2px;
}
.ui-dialog-titlebar {display:none !important;}
.ui-dialog-content { padding:0 !important; }
.ui-widget-overlay
{
	background: #000000 !important;
	opacity: .5 !important;
	filter: Alpha(Opacity=50) !important; /* support: IE8 */
}
.botonesSuperior
{
	float:right;
	height:40px;
	margin-right:20px;
}
.botonGeneral
{
	width: 30px;
	height: 30px;
	cursor:pointer;
	float:left;
	background-repeat:no-repeat !important;
	 background:no-repeat;
	font-family: 'untitled1regular';
	padding-top:6px;
	color: #0165FE;
	font-size: 30px;
	text-align: center;
	border:none;
	margin-left:5px;
}

.botonListar:after
{
	content: 'E';
	font-family: 'untitled1regular';
}

.botonBuscar:after
{
	content: 'F';
	font-family: 'untitled1regular';
}
.botonAgregar:after
{
	content: 'C';
	font-family: 'untitled1regular';
	color:#0165FE;
}

.addh:after
{
	content: 'C';
	font-family: 'untitled1regular';
	color:#FF9F00;
	font-size: 35px;
	cursor:pointer;
}

.botonDescargar:after
{
	content: 'K';
	font-family: 'untitled1regular';
}

.botonRefrescar:after
{
	content: 'M';
	font-family: 'untitled1regular';
}
.botonAbajo:after
{
	content: 'F';
	font-family: 'untitled1regular';
}

.botonCP:after
{
	content: 'F';
	font-family: 'untitled1regular';
}

.botonAsignar:after
{
	content: 'P';
	font-family: 'untitled1regular';
}

.botonDesasignar:after
{
	content: 'Q';
	font-family: 'untitled1regular';
}

.botonAbrirRelacional:after
{
	content: 'O';
	font-family: 'untitled1regular';
}

.botonAbrirMapa:after
{
	content: 'F';
	font-family: 'untitled1regular';
}
.botonAbrirMapa2:after
{
	content: 'F';
	font-family: 'untitled1regular';
}
.botonSeleccionaImagen:after
{
	content: 'I';
	font-family: 'untitled1regular';
}
.botonAbrirImagen:after
{
	content: 'H';
	font-family: 'untitled1regular';
}
.botonLimpiarImagen:after
{
	content: 'J';
	font-family: 'untitled1regular';
}


.:after
{
	content: 'Q';
	font-family: 'untitled1regular';
}

.botonminG
{
	width: 26px;
	height: 26px;
	cursor:pointer;
	margin-right:10px;
	float:left;
	background-repeat:no-repeat;
	font-family: 'untitled1regular';

	color: #7EBADD;
	font-size: 19px;
	text-align: center;
}


.submenu
{
	float:left;
	width:100% !important;
}
.submenuItem
{
	padding-left:15px;
	padding-right:15px;
	padding:top:5px;
	padding-bottom:0px;
	background-color:#0165FE;
	color:#FFFFFF;
	cursor:pointer;
	font-size:13px;
	margin:0 5px 5px 0;
	float:left;
}
.containerBase
{
	width:100%;
}
.containerIzquierdo
{
	float:left;
}
.containerDerecho
{
	float:left;
}
.containerDerecho ul
{
  margin-left:20px;
}

.centralog {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin: 0 !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 90%;
    border: 4px solid ##0165FE;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #000000c2;
    box-shadow: none !important;
    color: #FFFFFF !important;
}

.centralog b
{
	font-size: 32px;
}

.logolog
{
	width:114px;
  height: 114px;
	margin:0 auto 25px;
	margin-top:50px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.exitclass
{
	overflow:hidden;
	float:right;
	width:30px;
	height:30px;
	cursor:pointer;
	margin-left: 25px;
  margin-top: 7px;
	text-align:center;
	font-size: 25px;
	font-family: 'untitled1regular';
}

ul#mencss {
float: left;
}

ul#mencss li {
 float: left;
 list-style: none;
 padding:0 10px;
 color: #353232;
 cursor:pointer;
 font-size: 14px;
}

ul#mencss li:hover{
 color: #0165FE;
}

ul#mencss ul {
 display: none;
 position: absolute;
 top: 36px;
 background: #fff;
 color: #7d848c;
 margin: 0;
 max-width: 140px;

 -webkit-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
-moz-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);

}

ul#mencss ul li{
 float: left;
 color: #353232;
}

ul#mencss ul li a{
 color: #7d848c;
}

ul#mencss ul li a:hover{
 color: #53A1CF;
 cursor:pointer;
}

ul#mencss li:hover ul ul,ul#mencss li:hover ul ul ul,ul#mencss li.iehover ul ul,ul#mencss li.iehover ul ul ul {
 display: none;
 cursor:pointer;
}

ul#mencss li:hover ul,ul#mencss ul li:hover ul,ul#mencss ul ul li:hover ul,ul#mencss li.iehover ul,ul#mencss ul li.iehover ul,ul#mencss ul ul li.iehover ul {
 display: block;
 animation: showNav 250ms ease-in-out both;
 cursor:pointer;
 min-height: 240px;
min-width: 140px;
}

.menusitio
{
	display:block;
	overflow:hidden;
	margin-top: 8px;
}

.botonmenumov
{
	display:none;
	width:30px;
	height:30px;
	overflow:hidden;
	float:left;
	margin-left:15px;
	cursor:pointer;
	color: #7EBADD;
	font-size: 30px;
	text-align: center;
}

.botonmenumov:after
{
	content: 'N';
	font-family: 'untitled1regular';
}

.menumovil
{
	float: left;
	width: 195px;
	font-size: 13px;
	position: absolute;
	display:none;
	background-color:#FFFFFF;
	z-index: 10;
	margin-top: -9px;
	left: 58px;
	margin-top: -9px;
	top: 46px;

	-webkit-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
-moz-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
}

.menumovil a
{
	text-decoration:none;
	color:inherit;
}

.menumovil ul
{
	list-style:none;
}

.menumovil ul li
{
	padding:7px;
	cursor:pointer;
}

.lefbot
{
	float: left;
	width: 150px;
}

.iflotanteconte
{
	width:30px;
	height:30px;
	float:right;
	overflow:hidden;
	position:relative;
}

.iflotantecontebig
{
	width:auto !important;
	height:auto !important;
	position:absolute;
	right:10px;

	z-index:100;
	margin-top: -7px;
	padding:7px;
}

.botmenu
{
	width: 35px;
	height: 40px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	text-align:center;
	font-family: 'untitled1regular';
	color: #7EBADD;
	font-size: 30px;
	background: #F9F9F9;
	position: relative;
	z-index: 10;

	-webkit-box-shadow: -3px 0px 3px 0px rgba(204,204,204,1);
	-moz-box-shadow: -3px 0px 3px 0px rgba(204,204,204,1);
	box-shadow: -3px 0px 3px 0px rgba(204,204,204,1);
	padding-top:5px;
	padding-bottom:-5px;
}

.botmenu:after
{
	content: 'O';
}

.iflotante
{
	overflow:hidden;
	float:left;
	margin-top: -2px;
	padding:8px 10px 10px;
	background: #F9F9F9;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);

	display:none;
}


.selector
{
	height:400px;
	width:200px; !important;
	font-size:16px;
	font-family:Roboto, Helvetica, Arial, sans-serif;
}
.selector option{
   padding: 5px;
}
.botonesTools
{
	width:30px;
	height:30px;
	cursor:pointer;
	margin-left:5px;
	float:right
}

.buscizqui
{
	overflow:hidden;
	float: left;
	margin-right: 16px;
}

.menuinc
{
	background-color: #ebf2f6;
	padding: 5px 10px;
	font-size:13px;
	color:#3A3A3A;
	text-align: center;
	line-height: 22px;
}

.menuinc big
{
	font-size:20px;
	color:#273C44;
	color: #696D78;
	font-weight: 700;
}

.controlesGrande
{
	font-size:25px !important;
	height:60px !important;
}
.norbot
{
	width: 150px;
	height:50px !important;
}
.bote
{
	float:left;
	margin-top:5px;
	margin-left:5px;
	padding-left:8px;
	padding-right:8px;
	background-color:#EBEBEB;
	cursor:pointer;
}

.container input
{
	width: 195px;
	padding: 5px;
	height: 40px !important;
	font-size:18px !important;
	margin-right: 10px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
  border: 1px solid #ccc;
}

.total
{
	float:right;
	font-size:21px;
}

.total b
{
	color: #94aac0;
	font-size: 25px;
}

.controlesGrande
{
	font-size:25px !important;
	height:60px !important;
}
.norbot
{
	width: 150px;
	height:50px !important;
}
.status36
{
	color:#00AD15
}
.status37
{
	color:#B1C200
}
.status38
{
	color:#FFA400
}
.status54
{
	color:#FF3D40
}

.coform input
{
	width:auto !important;
	height:auto !important;
}

#carga_mapa iframe
{
	width: 98%;
	position:relative;
	overflow: hidden;
	left: 50%;
	margin-left: -49%;
	margin-top: 6px;
}

.ui-dialog-buttonset button
{
	cursor: pointer;
	border: none;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
	background: #5096d6;
	color:#FFFFFF;
}

.ui-dialog-buttonset button:hover
{
    border: 0;
    background: #5096d6;
    color:#FFFFFF;
}

.ui-button:active {
    border:0;
    background: #5ea0dc;
    color: #fff;
}

@media only screen and (max-width: 900px) {

.menuPeque {
	display:none;
}

}

@media only screen and (max-width: 800px) {

.containerIzquierdo {
    width: 100%;
	overflow: hidden;
}

.buscizqui
{
	float: none;
}

}

@media only screen and (max-width: 790px) {

.tablas {
    font-size: 13px;
}

.tablas td {
    padding: 2px 6px;
}

}

@media only screen and (max-width: 640px) {


.botonmenumov
{
	display:block;
}

.menusitio
{
	display:none;
	overflow: inherit;

	float: left;
	width: 150px;
	font-size: 13px;
	position: absolute;
	display: block;
	background-color: #FFFFFF;
	z-index: 10;
	margin-top: -9px;
	left: 58px;
	top: 46px;
	-webkit-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
	-moz-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
	box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
}

.ul#mencss
{
	overflow: inherit;
}

ul#mencss li {
    float: none;
}

ul#mencss ul {
	 top:0;
	 left: 150px;
}

.containerIzquierdo select
{
	max-width:400px !important;
}

.tablas {
    font-size: 12px;
}

.tablas td {
    padding: 1px 4px;
}

}

@media only screen and (max-width: 600px) {

    fieldset{
        margin: 0px !important;
        min-height: 10px !important;
    }
    .botonGeneral{
        width: 25px !important;
        height: 25px !important;
        font-size: 20px !important;
            
    }
    .container h3 {
        font-size: 20px;
        padding-bottom: 3px;
    }
    .controles
    {
        padding: 3px 3px 3px;
        margin-bottom: 2px;
        height: 30px !important;
        font-size: 14px !important;
    }
    .container input
    {
       padding: 3px 3px 3px;
        margin-bottom: 2px;
        height: 30px !important;
        font-size: 14px !important;
    }
    .menusitio
    {
        display: none;
    }
    .botones {
        margin-top: 5px !important;
        padding: 5px;
        font-size: 12px;    
    }
    .lefbot{
        width: 100px !important
    }
    .botonmenumov{
        margin-left: 10px;
        margin-top: 10px;
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
    .exitclass{
        font-size: 20px;
    }
    ul#mencss li {
         float: left;
        line-height: 30px;
    }
}

@media only screen and (max-width: 450px) {

.containerIzquierdo input
{
	width:300px !important;
}

.containerIzquierdo select
{
	width:300px !important;
}

}

@media only screen and (max-width: 340px) {

.containerIzquierdo input
{
	width:270px !important;
}

.containerIzquierdo select
{
	width:270px !important;
}

.menusitio {
    left: 16px;
}

}

/*Horarios*/

.clock-timepicker .time{
  width: 77px !important;
  background: transparent;
  border: 0px;
  font-size: 13px !important;
}
