/**
* @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 }}



.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;
}

.iMtmini{
	line-height: 0 !important; 
    font-size: 30px !important;
    margin: 0 0 0 5px;
    /* color: #777; */
}

.iMtBtn{
	cursor: pointer;
}
.iMtBtn:hover{
	opacity: 0.8;
}
.iMtBtn:active{
	transition: all 200ms ease-in;
    transform: scale(0.8);
    zoom: 0.8;
}

@-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 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #8b8c8e !important;
	font-size: 25px;
	line-height: 53px;
}

.aLogo img{
	max-height: 45px; 
	display: inline;
	margin-right: 10px;
	padding: 0 0 9px 7px;
}

#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;
}


.astCampoOblig{
	color: red;
	font-size: larger;
}

.tip, .pop { cursor: pointer; }

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.aLogo {
    color: #cfd4d6 !important;
}
.aLogo img{ margin-bottom: -3px; }

.navbar {
  min-height: 70px;
}

.navbar-brand {
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 18px;
  padding: 9px 10px !important;
}

.tab-pane{
	margin-top: 10px;
}

.has-error.checkbox-inline label {
    
}

a.has-error {
	background-color: #f9050047;
	color: #a94442;
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tooltip-inner { /* para hacer mas grande el toolTip y que se alinee a la izquierda */
    max-width: 573;
    text-align: left;
}

input, select, textarea{ max-width: 500px; }
input.has-error, select.has-error{ border: 1px solid #a94442 !important; }

.btn-link{ cursor: pointer; }

/* submenus */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: auto;
    left: auto;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
/* fin submenus */

/* para que el menu con clase navbar-right se vaya al final */
.ulMenu {display: contents; }

/* PONER LOS MEDIA PRIMERO PARA QUE TOME LOS ESTILOS SIN ELLOS (imgCargando) */ 
@media (max-width: 767px) { /* xs */
  .imgCargando { top: 33%; left: 33%; }
  
  /* color blanco para los submenus */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {   color: #efecec; }
  
  #textConfiUser{ display: inline !important; }
  
  button, a.btn { margin-bottom: 7px !important; } 
}

@media (min-width: 768px) { /* > 768  sm > */
  .imgCargando{ top: 43%; left: 43% }
  /*
  #logoLG{ display: inline !important; }
  #logoSM{ display: none !important; } 
  */
  .navbar-nav > li > a { 
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    line-height: 27px;
  }
}

@media (max-width: 1240px) { /* poniendo el logo mas pequeño */
  	.aLogo img { 
	    max-height: 35px !important;
	    margin-bottom: -7px !important;
	}
	.aLogo { font-size: 18px !important; } 
}

@media (max-width: 1131px) { /* poniendo el logo mas pequeño */
  	#nav_menu .iMtsm{ font-size: 40px !important; }
  	.nav > li > a { padding: 22px 10px; }
}

@media (min-width: 768px) and (max-width: 857px) { /* logo y menu mas pequeño */
  	#nav_menu  .navbar-brand { padding: 0 3px; }
  	.ulMenu{ font-size: 13px; }
  	.nav > li > a { padding: 22px 7px; }
}

@media (min-width: 768px) and (max-width: 1007px) { /* interccambio de logo pequeño */
  	#logoLG{ display: none !important; }
 	#logoSM{ display: inline !important; } 
}

@media (max-width: 360px) { /* poniendo el logo mas pequeño */
  .aLogo img { 
	    max-height: 31px !important;
	    margin-bottom: -7px !important;
	    margin-right: 5px;
	    padding: 0 0 9px 0px;
	}
	.aLogo { font-size: 16px !important; } 
}

@media print {
  button, a.btn, .noImprimir{
    display: none !important;
  }
}

.dateFP.form-control[readonly], .dateFP{
	background-color: #fff !important;
}
	
.panel-danger > a {
	color: #a94442;
}
.panel-danger > a:hover {
	color: #c56d6b;
}

.panel-warning > a {
	color: #8a6d3b;
}
.panel-warning > a:hover {
	color: #95815e;
}

