.nuevoLlamado{
	z-index:100000;
}

.nuevoLlamado h4{
	text-align: center;
	font-size:26px;
	width:55%;
	margin: auto;
	border-bottom: 1px solid rgba(0,0,0,.5);
	margin-bottom:2%;
	padding-top: 5%;
	/*color: #EE8027;*/
}

table
 {
	border-collapse: collapse;
	margin:auto;
	/*width:100%;*/
	font-size:12px;
	/*border:1px solid black;*/
 }


table tr td{
	padding:5px;
	/*border: 1px solid black;*/
	font-size: 12px;
	padding-top: 1%; /*4%;*/
}


.td1{
	padding:0px;
	font-size: 12px;
	padding-top: 0%;
}

#nombre{
	width: 100%;
}

textarea{
	width: 100%;
}

.textarea{
	padding-top: 0;
}

/*table label{
	text-align: left;
}*/

.titulo
{
	color: #12224B;
	font-weight: bold;
	text-align: left;
    
}

.titulo1
{
	color: #12224B;
    font-size: 11pt;
	font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.titulo2{
	color: red;
	font-weight: bold;
	text-align: left;
}

.titulotabla{
	color: #12224B;
	font-weight: bold;
	text-align: center;
}

textarea{
	resize: vertical;
	/*min-height: 100px;*/
	/*max-height: 300px;*/
}

textarea[id="descripcion"]{
	min-height: 50px;
}

textarea[id="resumen"]{
	min-height: 25px;
	max-height: 75px;
}

input[type="text"], input[type="date"], textarea{
	border: 1px solid #C4C2C2;
	outline:0;
	padding:1px 3px;
	box-sizing: border-box;
	font-family: Arial;
	font-size:12px;
}

.errorLlamado{

	text-align: center;
}

.ui-widget { 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 11px; 
}
 
/*datepicket*/
.ui-datepicker {
	padding: .2em .2em 0; 
}

.ui-datepicker table {
	width: 100%; 
	font-size: 0.8em; 
	border-collapse: collapse; 
	margin:0 0 .4em; 
}

.btn
 {
  display: block;
  margin: auto;
  padding:.8% 7%;
  border: #45A041;
  background: #45A041;
  color:white;
  outline:0;
  margin-top:5%;
 }

.btn:hover
 {
  cursor: pointer;
  background: #86CC82;
  outline: 0;
 }

.btnCorto
 {
  padding:.6% 3%;
  border: #45A041;
  background: #45A041;
  color:white;
  outline:0;
 }

.btnCorto:hover
 {
  cursor: pointer;
  background: #86CC82;
  outline: 0;
 }

.btnMenu
 {
  display: block;
  margin: auto;
  border: #45A041;
  background: #45A041;
  color:white;
  outline:0;
  Width:200px;
  height:40px;
  font-size:14pt;
 }

.btnMenu:hover
 {
  cursor: pointer;
  background: #86CC82;
  outline: 0;
 }

/*
input[type = "file"]{
	top:0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
*/

.contenedor{
	height: 70%;
	overflow-y:auto;
	padding:0% 2%;
}

.contenedorInput{
	width:25%;
	
	/*left: 50%;
	top:25%;*/
	position: relative;
	background: #45A041;
	color:white;
	padding:1%;
	text-align: center;
	cursor: pointer; 
	font-size: 12px;
	font-weight: none;
	float: left;
	margin-right: 10px;
	margin-bottom:0%;
}
.contenedorInput:hover, input[type="file"]:hover{
	cursor: pointer;
	background: #F5A63F;
	outline: 0;
}

.contenedorInput span{
	margin-right: 10px;
}

.seleccionado{
	font-size: 12px;
	/*border:1px solid black;*/
	box-sizing:border-box;
	top:100%;
	height: 20px;
	margin-top: 3px;
}

.datepicker{
	width: 50%;
}

.dateP{
	width: 20%;
}

.ui-datepicker {
	font-size: 11px;
	margin-left:10px
}

.nombre, .bases{
	width: 15%;
}

.errorLlamado{
	text-align: center;
	font-size: 12px;
	color: #D40505;
	font-weight: bold;
	margin-top: 20%;
	margin-left: 15%;
}

.errorLlamado span{
	margin-right: 5px;
}

.mensaje h4{
	border-bottom: none;
}

/*FONDO NEGRO DEL MENSAJE DE ERROR*/

.error{
	background: rgba(0,0,0,.5);
	position: absolute;
	left:0;
	top:0;
	right: 0;
	bottom:0;
}

/*CARTEL CON EL MENSAJE DE ERROR*/

.mensaje{
	display: block;
	background: #F9F7F7;
	width:30%;
	height: 25%;
	position: absolute;
	top:37%;
	left:36%;
	padding:2%;
	box-sizing: border-box;
	box-shadow: 0 0px 15px black;
}

.mensaje h4{
	text-align: center;
	font-size: 24px;
	margin-bottom:10%;
	color:black;
	font-family: Verdana;
}

.mensaje p{
	font-size: 14px;
	text-align: center;
	color:black;
	font-family: Verdana;
}

/*DIV CON LA CRUZ PARA CERRAR EL MENSAJE DE ERROR*/

.cerrar{
	font-weight:bold;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top:7%;
	left:92%;
	width:5%;
}

.cerrar label{
	cursor: pointer;
	color:#989898;
}

.cerrar label:hover{
	color:#E40202;
}

#fechaDoc{
	width:30%;
}

.divSeleccionar{
	/*border: 1px solid green;
	padding: 0% 0%;
	box-sizing: border-box;
	margin-left:1%;*/
	float: left;
}

.divSeleccionar > label{
	text-align: center;
	display: block;
	font-weight: bold;
}

.divSeleccionar > #cmbLlamado{
	display: block;
	width: 100%;
}
