﻿
/*Para las CI*/
.ui-front {z-index: 10000 !important;}

/*Para los notify*/
.alert { z-index:10000 !important; }

input.error  
{
    border: 1px dotted red;    
}
label.error
{
    white-space: nowrap;
	color: #ffffff;
	position:absolute;
	padding-left:6px;
	padding-right:6px;
	padding-top:1px;
	padding-bottom:1px;
	background:red;
    box-sizing: border-box;
    border-radius: 3px;	
	box-shadow: 2px 2px 3px #000000;	
}

/*Para tablas de inputs*/
.MarginBot { margin-bottom: 10px !important; }
.TablaColocar td { padding-right:10px; padding-bottom:10px;}
.TablaColocar input, .TablaColocar select { width:350px; padding-right:10px;}
.PL { padding-left:30px;}

.cursor-pointer
{
    cursor: pointer;
}

.botongrid 
{
    text-align:center;
    color:#0033CC;
    font-weight: bold;
}
.botongrid:hover 
{
    cursor:pointer;
    color:#0066FF;
}

.am-graph-container 
{
    width: 100%;
    position: relative;
}

.am-graph, .am-graph-curtain 
{
    width: 100%;
    height: 100%;
    position: absolute;
}

.am-graph-curtain {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 25px;
}

.am-graph-curtain span {
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  text-align: center;
}








