/**
* @copyright Copyright (C) 2017 Equipos Telemo E.T. S.A.
* @author Alexander Carballo Barrera - contacto@alexandercarballo.com.ve
* @link http://www.telemo.com.ve - acarballo@telemo.com.ve
*/

/* iconos extras */
@font-face { font-family: 'metro'; 
			 src: url('../fonts/metro-icons-fixed-2000-webfont.eot'); 
			 src: url('../fonts/metro-icons-fixed-2000-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/metro-icons-fixed-2000-webfont.woff') format('woff'), url('../fonts/metro-icons-fixed-2000-webfont.ttf') format('truetype');
		   }
		   
html, body { height: 100% } /* para mantener el pie pegado abajo */
#todoAntesPie{ min-height: 50%; margin: 0; padding: 0 } /* para mantener el pie pegado abajo */
#pie{ margin-top: 20px; margin-bottom: 0; padding: 15px 15px }}


/* PONER LOS MEDIA PRIMERO PARA QUE TOME LOS ESTILOS SIN ELLOS (imgCargando) */ 
@media (max-width: 768px) { /* xs */
  .imgCargando { top: 33%; left: 33%; }
}

@media (min-width: 769px) { /* > 768  sm > */
  .imgCargando{ top: 43%; left: 43% }
}

.imgCargando{ display: none; position: fixed;  z-index: 1000 }

#divIcons h3 { 
	padding: 0; 
	margin: 20px 0 5px 0; 
	width: 100%;
	text-align: left; 
	display: inline-block;
} 

.glyph { 
	float: left; 
	margin: 10px; 
	max-width: 100px; 
	padding: 5px;
	display: inline-flex;
} 

.glyph .name{ 
	display: inherit; 
} 

.iMt{ 
	font-family: "metro";
	font-size: 64px; 
	text-align: center; 
	line-height: 20px;
	margin: 0 -10px 0 0;
    vertical-align: middle;
    font-weight: normal !important;
}

.iMtxs{
	line-height: 0 !important;
	font-size: 40px !important;
    margin-right: -7px;
}

.iMtsm{
	line-height: 0 !important;
	font-size: 50px !important;
}

.iMtBtn{
	cursor: pointer;
}
.iMtBtn:hover{
	opacity: 0.8;
}
.iMtBtn:active{
	transition: all 200ms ease-in;
    font-size: 50px !important; 
}

@-moz-document url-prefix() { /* ajustando solo en mozzila el margen */
   .glyph .iMt, .iMt{ 
		margin-right: -10px !important;
	} 
} 

.wEspNowr{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.radio{
	margin-bottom: 13px;
}

.aLogo{
	white-space: nowrap;
    padding: 0 15px;
	margin-right: 10px;
	font-weight: bold;
	color: #8b8c8e !important;
	font-size: 30px;
	line-height: 30px;
}

.aLogo img{
	max-height: 50px; 
	display: inline;
	padding: 0;
}

#map{
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.passView input{
	border-right: none;
}

.passView .input-group-addon{
	cursor: pointer;
    border-left: none;
    background: transparent;
    padding-left: 0px;
}

.table-striped > tbody > tr.bg-success  {
    background-color: #dff0d8 !important;
}

.divFilt{
	display: inline-grid !important;
	padding: 0 7px;
}

.divFiltBtn{
	padding: 0 7px; 
	display: inline;
}
.divFiltBtn a, .divFiltBtn button{
	margin-top: 19px;
}


/* circle Dashboard */
.cirDashboard {
    position: relative;
    /* float: left; */
}

.cirDashboard h2 {
    text-align:center;
    position: absolute;
    line-height: 125px;
    width: 100%;
}

.cirDashboard svg {
   -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
}

.cirDashboard .circle_animation {
    -webkit-animation: css 1s ease-out forwards;
    animation: cirDashboard 1s ease-out forwards;
}

@keyframes cirDashboard {
  to {
    stroke-dashoffset: 0;
  }
}
/* fin circle Dashboard */

.divDonuts{
	width: 19%;
	min-width: 160px;
	display: inline-grid;
}


 
.divMetro{
	display: inline-grid;
    padding: 5px;
    margin: 0 2px 2px 0;
} 

.divCuadricula{
	display: inline-block;
}

.panelMetro{
	width: 200px;
    height: 200px;
    color: #FFFFFF;
    font-size: 20px;
    margin: 10px;
    display: block;
    cursor: pointer;
}

.gz100x100 .panelMetro, .gz100x100 .contPanelMetro{
	width: 100px !important;
    height: 100px !important;
    font-size: 14px !important;
    line-height: 15px;
}
.gz100x100 .iMt{ 
	font-size: 50px !important;
	line-height: 40px; }
.gz100x100 .iconStatus{ font-size: 15px !important; }


.gz150x150 .panelMetro, .gz150x150 .contPanelMetro{
	width: 150px !important;
    height: 150px !important;
    font-size: 17px !important;
    line-height: 20px;
}
.gz150x150 .iMt{
	font-size: 70px !important;
	margin-right: -70px;
}
.gz100x100 .iconStatus{ font-size: 15px !important; }

.gz200x200 .panelMetro, .gz200x200 .contPanelMetro{
	width: 200px !important;
    height: 200px !important;
    font-size: 20px !important;
}
.gz200x200 .iMt{
	font-size: 85px !important;
	line-height: 100px;
	margin-right: -85px;
}
@-moz-document url-prefix() {
    .gz200x200 .iMt{ margin-right: -20px; }
}

.gz250x250 .panelMetro, .gz250x250 .contPanelMetro{
	width: 250px !important;
    height: 250px !important;
    font-size: 25px !important;
}
.gz250x250 .iMt{
	font-size: 100px !important;
	margin-right: -33px;
	line-height: 100px;
}

.contPanelMetro{ 
	display: table-cell;
    vertical-align: middle;
    height: 200px;
    width: 200px;
    text-align: center;
}

.metro_light_green{
	background-color: #99b433;
	color: #FFFFFF;
}
.metro_green{
	background-color: #00a300;
	color: #FFFFFF;
}
.metro_dark_green{
	background-color: #1e7145;
	color: #FFFFFF;
}
.metro_magenta{
	background-color: #ff0097;
	color: #FFFFFF;
}
.metro_light_purple{
	background-color: #9f00a7;
	color: #FFFFFF;
}
.metro_purple{
	background-color: #7e3878;
	color: #FFFFFF;
}
.metro_dark_purple{
	background-color: #603cba;
	color: #FFFFFF;
}
.metro_darken{
	background-color: #1d1d1d;
	color: #FFFFFF;
}
.metro_teal{
	background-color: #00aba9;
	color: #FFFFFF;
}
.metro_light_blue{
	background-color: #eff4ff;
	color: #333;
}
.metro_blue{
	background-color: #2d89ef;
	color: #FFFFFF;
}
.metro_dark_blue{
	background-color: #2b5797;
	color: #FFFFFF;
}
.metro_yellow{
	background-color: #ffc40d;
	color: #333;
}
.metro_orange{
	background-color: #e3a21a;
	color: #FFFFFF;
}
.metro_dark_orange{
	background-color: #da532c;
	color: #FFFFFF;
}
.metro_red{
	background-color: #ee1111 !important;
	color: #FFFFFF !important;
}
.metro_dark_red{
	background-color: #b91d47;
	color: #FFFFFF;
}
.metro_white{
	background-color: #ffffff;
	color: #333;
}


#numEventMenu{
	background-color: red; 
	margin: -27px -7px 0 -2px;
}