/*
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright (c) 2011, Red Hat, Inc., and individual contributors
  ~ as indicated by the @author tags. See the copyright.txt file in the
  ~ distribution for a full listing of individual contributors.
  ~
  ~ This is free software; you can redistribute it and/or modify it
  ~ under the terms of the GNU Lesser General Public License as
  ~ published by the Free Software Foundation; either version 2.1 of
  ~ the License, or (at your option) any later version.
  ~
  ~ This software is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  ~ Lesser General Public License for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public
  ~ License along with this software; if not, write to the Free
  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/

/** {
    margin: 0px;
    padding: 0px;
}*/
body {
    background: #fff;
    /*font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 16px;*/
}

.header
{
    background-color: #333;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #FFFFFF;
    color: #FF0000;
    font-size: 20px;
    border: activeborder hidden;
    position: fixed;
    width: 100%;
    height: 6%;
    top: 0;
    right: 0;
}
.top{
    position: fixed;
    margin: 0px;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: 0px;
    width: auto;
    z-index: 0;
    /*height: 14%;*/
    display: block;
}

.contenidoGrupo{
    position: fixed;
    margin: 0px;
    left: 0px;
    right: 0px;
    top: 100px;
    bottom: 40px;
    height: auto;
    width: auto;
    z-index: 0;
    display: block;
}

.footer
{
    position: fixed;
    margin: 0px;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    z-index: 0;
    height: 5%;
    display: block;
    color: #616361;
	background: #ffffff;
    line-height: 1em;
	border-top: 3px solid #4a88f4;
	min-height: 43.5px;
}

.leftfloatAPP
{
    height: 100%; /* 100% Full-height */
    width: 300px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100001; /* Stay on top */
    top: 0; /* Stay at the top */
    left: -300px;
    background-color: #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    //transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.leftfloatAPP a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.leftfloatAPP a img{
    height: 50px;
}


.leftfloatAPP a:hover {
    color: #f1f1f1;
background-color: #666666;
}



.slider-arrow {
	float:left;
	position:fixed;
	cursor: pointer;
	top: 50%;
	width: 50px;
	z-index: 100000;
}

.sipeMenuAppINT {
	width: 65%; 
	margin: 0 auto;
 	top: 70px; 
	position: relative;
}


/*.ui-dialog {
	left: 50% !important;
	top: 50% !important;
}*/



/*.show {
		display:block;
		top:0px;
		}

.hide {
		display:block;
		top:0px;
		}*/

.leftfloat table
{
    height: 100%; /* 100% Full-height */
}



.separadorgeneral{
    width: 200%;
}

.ui-grid-col-4{
    align-content: center;
    align-items: center;
    alignment-adjust: central;

}

/*.body {
    overflow: auto;
    width: auto;
    height: auto;
    margin: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}*/

.derechosreservados{
    width: 50%;
    position: relative;
}

.imagenpie{
    width: 90px; height: 35px;
}

.dialogalerta{
    width:400px;
    font-size: 10px;
}

.panelgridcabecera{
    background: #102266;
}

.ui-grid-row, .ui-panelgrid-content, .ui-widget-content{
    background: #FFFFFF;
	/*box-shadow: 2px 2px 5px #999;*/
}
.ui-panel .ui-panel-content {
    box-shadow: none;
}

.estiloPiePagina{
    text-align: center;
    font-size: 9px;
    font-family:Tahoma, sans-serif;
    color:#696969;
}

.estiloTextoCandaraMed{
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
	font-weight: bold;
}
.estiloTextoCandaraPeq{
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
}
.estiloTextoCandaraGran{
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 21px;
    text-align: center;
    color:#09679B;
}

.fixed-header {
    position: fixed;
    top:0; left:0;
    width: 100%; 
}

.login{
    width: 100px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid rgba(0, 186, 255, 0.72);
    color: #000;
    background: inherit;
    font-weight: normal;
    text-align: center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.separator { 
   position: relative; 
   bottom: -5px;
   background-color: #A8A8A8; 
   margin-left: 10px;
   margin-right: 10px
}

#content{
    width: 100%;
    height: 100%;
}

#container{
    width: 100%;
    height: 100%;
}

#contentMap{
    width: 100%;
    height: 100%;
}

center{
    width: 100%;
    height: 100%;
}



/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(74, 136, 244); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(131, 173, 247); 
	border-radius: 10px;
}

::-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(74, 136, 244); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-scrollbar-thumb:window-inactive {
	background: rgb(131, 173, 247); 
	border-radius: 10px;
}

/*body{
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}*/



.sipe-captura-war{
    background: url(../imagenes/sipe-captura-war-ico.png) no-repeat !important;
    height: 25px;
    width: 25px;
}
.sipe-distribuciontrabajo-war{
    background: url(../imagenes/sipe-distribuciontrabajo-war-ico.png) no-repeat !important;
    height: 25px;
    width: 25px;
}

.sipe_geo{
	background: url(../imagenes/sipe-distribuciontrabajo-war-ico.png) no-repeat !important;
    height: 25px;
    width: 25px;

}

#map{
width: 100%;
    height: 100%;

}

.ui-stack .openStack li span{
height : auto;
}

.leaflet-control-layers{
	text-align: -webkit-left;
}