@import url(http://fonts.googleapis.com/css?family=Shanti);

body{
    background-color: #cccccc;
    font-family: 'Shanti', sans-serif;
}

#header{
    background-color: white;
}

#headerFrase{
    text-align: center;
    background-color: #333333;
    color: white;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
}

#contenedor{
    
}

#contenido{
    background-color: #08134f;
    background-image: url(../images/fondo_nuevo.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 700px;
    position:relative;
}

#footer{
    position:absolute;
    bottom:0;
    width:100%;
    height: 60px;
    background-color: rgb(51, 51, 51);
    color: white;
    overflow: hidden;
}

input[type="text"], input[type="password"]{
    /*width: 98%;*/
}

input[type="button"], input[type="submit"]{
    border: none;
    padding: 6px;
    background-color: #d0d0d0;
    color: black;
    display: block;
    margin: 0px auto;
    width: 100px;
    box-shadow: 0px 1px 0px gray;
    -moz-box-shadow: 0px 1px 0px gray;
    -webkit-box-shadow: 0px 1px 0px gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input[type="button"]:hover, input[type="submit"]:hover{
    background-color: #ff3322;
    color: white;
    cursor: pointer;
}
button{
    border: none;
    padding: 6px;
    background-color: #FFFFFF;
    color: black;
    margin: 0px auto;
    box-shadow: 0px 1px 0px gray;
    -moz-box-shadow: 0px 1px 0px gray;
    -webkit-box-shadow: 0px 1px 0px gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

button:hover{
    background-color: #ff3322;
    color: white;
    cursor: pointer;
}

.mensaje{
    font-size: 15px;
    text-align: center;
    width: 200px;
    background-color: white;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    padding: 5px;
    margin: 30px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.error{
    color: #000000;
    font-size: 17px;
    text-align: left;
    width: 450px;
    /*background-color: white;*/
    /*background-color: rgba(255, 255, 255, 0.5);*/
    padding: 5px;
    margin: 1px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form.formulario{
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);

    padding: 5px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

form.formulario fieldset{
    margin-bottom: 20px !important;

    -moz-box-shadow: 5px 5px 25px black;
}

form.formulario legend{
    padding: 5px !important;
}

#formLogout{
    background-color: white;
    float: right;
    text-align: right;
    margin-top: 4px;
    margin-right: 10px;
}

#formLogout a{
    margin-top: 5px;
}

#navegacion{
    height: 34px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #eeeeee;
    font-size: 15px;
}

#navegacion a{
    text-align: center;
    display: inline;
    padding: 6px;
    font-size: 12px;
}

h1.titulo{
    text-align: left;
    font-size: 22px;
    color: black;
    margin: 20px;
    font-weight: normal;
}

table.tablaItemsIzq{
    font-size:12px!important;
    margin: 15px 10px 20px 10px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    width:370px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
table.tablaItemsIzq td{
    padding:5px;r
}

table.tablaItems{
	font-size:12px!important;
    margin: 15px auto 20px auto;
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

table.tablaItems th{
    font-size: 20px;
    font-weight: normal;
    padding: 5px;
}

table.tablaItems tbody td{
    padding: 5px;
}

table.tablaItems a, #formLogout a{
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 6px;
    background-color: #d0d0d0;
    color: black;
    box-shadow: 0px 1px 0px gray;
    -moz-box-shadow: 0px 1px 0px gray;
    -webkit-box-shadow: 0px 1px 0px gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
}

table.tablaItems a:hover, #formLogout a:hover{
    background-color: #ff3322;
    color: white;
}

#navegacion a:hover{
    -moz-box-shadow: 1px 1px 1px 1px gray;
}

table.tablaItems tfoot td{
    padding: 5px;
}

table.tablaItems tfoot td input{
    display: block;
    margin: 0px auto;
}

ul.ulItems{
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0px auto;
    width: 510px;
}

ul.ulItems ul{
    margin-left: 30px;
    background-color: transparent;
}

img#imgLogoSociosNet.chico{
    vertical-align: top;
    /*width: 100%;*/
    height: 56px;
}

img#imgSociosNet.chico{
    vertical-align: top;
    margin-top: -11px;
    margin-left: -55px;
    /*width: 100%;*/
    height: 70px;
}

img#imgLogoIdTec{
    height: 40px;
    display: block;
    margin-top: 9px;
    margin-left: -130px;
}

img#imgLogoIdTec.chico{
    width: 7%;
}

table.tablaLog{
    background-color: white;
}

table.tablaLog tbody td{
    border: 1px solid black;
    vertical-align: middle;
    text-align: center;
}

#tblExportar {
    background-color: white;
    font-size: 11px;
    margin: 0 auto;
    table-layout: fixed;
    width: 845px;
}


.RowForm	{
	border-bottom:1px solid #000000;
}

.LabelForm	{
	padding:5px;
}

.ButtonForm	{
    background-color: #D0D0D0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 gray;
    color: black;
    display: block;
    font-size: 12px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker{
    font-size: 10px!important;
}

#tblVistaPersonal	{
	margin-top:10px;
	font-size: 12px!important;
}
#tblVistaPersonal	td{
	padding: 5px;
}

#tblAltaPersonal	{
	font-size: 12px!important;
}
#tblAltaPersonal	td{
	padding: 3px!important;
}
.celdaPostulantes_0{
	background-color:#FFFFFF;
}
.celdaPostulantes_1{
	background-color:#FF0000;
}
.celdaPostulantes_2{
	background-color:#336666;
}
.celdaPostulantes_3{
	background-color:#32CD32;
}
.celdaPostulantes_4{
	background-color:#FF0000;
}
.celdaPostulantes_5{
	background-color:#336633;
}
.celdaPostulantes_6{
	background-color:#336600;
}

.boton_activo	{
	background-color:#2F4F4F!important;
}

.imgCredencial  {
  position:absolute;
  top:10px;
  left:10px;
}

.tblCredencial	{
	position:absolute;
  top:10px;
  left:10px;
	width:333px;
	height:209px;
	font-family:Arial,Trebuchet MS,verdana;
	font-size:11px;
	font-weight:bold;
}

.tblCredencial td	{
}


/* Bubble pop-up */

.bubbleInfo {
    position: relative;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}



.popup td.corner {
	height: 15px;
	width: 19px;
	border:0px!important;
}

.popup td.top {
	border:0px!important;
}
.popup td.left {
	border:0px!important;
}
.popup td.right {
	border:0px!important;
}
.popup td.bottom {
	border:0px!important;
}



.popup table.popup-contents {
	font-size: 11px;
	line-height: 1.2em;
	background-color: #fff;
	color: #000;
	width:200px;
	border:0px!important;
	border-bottom:0px!important;
	border-top:0px!important;
	padding:0px!important;
	}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
	}

table.popup-contents td {
	text-align: left;
	border:0px;
	border-bottom:0px;
	border-top:0px;
	padding:0px;
	border:1px #2F4F4F solid;


	}

tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	height: 17px;
	}

tr#release-notes td a {
	color: #333;
}


table.tablaItemsPersonal{
	
	font-size:12px!important;
    margin: 15px auto 20px auto;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

table.tablaItemsPersonal th{
    font-size: 20px;
    font-weight: normal;
    padding: 5px;
}

table.tablaItemsPersonal tbody td{
    /**/
}

table.tablaItemsPersonal a, #formLogout a{
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 6px;
    background-color: #d0d0d0;
    color: black;
    box-shadow: 0px 1px 0px gray;
    -moz-box-shadow: 0px 1px 0px gray;
    -webkit-box-shadow: 0px 1px 0px gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
}

table.tablaItemsPersonal a:hover, #formLogout a:hover{
    background-color: #ff3322;
    color: white;
}

#navegacion a:hover{
    -moz-box-shadow: 1px 1px 1px 1px gray;
}

table.tablaItemsPersonal tfoot td{
    padding: 5px;
}

table.tablaItemsPersonal tfoot td input{
    display: block;
    margin: 0px auto;
}

#tblCronogramaEntregas	{
	font-size:11px;
	background:#FFF;
	margin-left:15px;
	width:900px;
	margin-top:5px;
}

#tblCronogramaEntregas	td{
	border:1px solid #000;
	padding:2px;
}
.CronogramaEntregas th{
	background:#CCC;
	 border:1px solid #000;
  padding:2px;
}

.CronogramaEntregasFiltros th{
  background:#CCC;
  border:1px solid #000;
  padding:2px;
  font-size:11px;
}

.tablaPagos	{
	font-size:11px!important;
    margin: 15px auto 20px auto;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tablaPagos th{
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
	border-bottom:1px #CCC solid;
}

.tablaPagos tbody td{
    padding: 5px;
	border-bottom:1px #CCC solid;
}
#tblCargaRequisitos	{
	background-color:#FFFFFF;
	margin-top:20px;
}

#tblDatosPersonales	{
	width:800px;
	background-color:#FFFFFF;
	font-size:11px;

}

#tblDatosPersonales td	{
	padding:3px;
/*	border:1px solid #000;
*/
}

.botonRequisito	{
	background:#33CC66;
	height:50px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:8px;
}

.botonRequisitoGlobal {
  background:#01DFA5;
  height:50px;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  font-size:8px;
}

.cargaArchivo	{
	font-size:11px;
}
.cargaArchivo td	{
	padding:5px;
}

#TblRequisitos{
  width:590px; 
  float:right;
  margin:5px;    
}

#TblRequisitos  td{
  font-size: 11px;
  padding:10px;      
}
.errores_excel {
  text-align: left;
  padding:10px;      
}

.errores_excel li{
  list-style-type:square;
}

.divVolver	{
	font-size:12px!important;
    margin: 15px auto 20px auto;
    background-color: #0099FF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:10px;
    text-align:left;
}

.tblGestiones	{
	font-size:11px;
	background:#FFF;
	margin-left:5px;
    margin-right:5px;
	width:990px;
	margin-top:5px;
}

.tblGestiones	th{
	border:1px solid #CCC;
	padding:2px;
	font-size:12px!important;
	font-weight:bold;
	background:#EFEFEF;
}

.tblGestiones	td{
	border:1px solid #CCC;
	padding:2px;
}

.tblGestionesSub   {
    font-size:11px;
    background:#E7E7E7;
    margin-left:5px;
    margin-right:5px;
    width:990px;
    margin-top:5px;
}

.tblGestionesSub   th{
    border:1px solid #CCC;
    padding:2px;
    font-size:12px!important;
    font-weight:bold;
    background:#EFEFEF;
}

.tblGestionesSub   td{
    border:1px solid #E7E7E7;
    padding:2px;
}


.tblAlarmas   {
    font-size:11px;
    background:#FFF;
    margin-left:15px;
    width:350px;
    margin-top:5px;
    float:rightr;
}

.tblAlarmas   th{
    border:1px solid #CCC;
    padding:2px;
    font-size:12px!important;
    font-weight:bold;
    background:#EFEFEF;
}

.tblAlarmas   td{
    border:1px solid #CCC;
    padding:2px;
}
.tblAlarmas   input {
    font-size: 9px;
    border:1px #CCC solid;
}

#tblReportesGrande  input {
    font-size: 9px;
}

.rot-90 {
    -moz-transform:rotate(-270deg); 
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-270deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-270deg);
    -o-transform-origin:  bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#cambiarEmpresa {
    display: inline-table;
    font-size: 11px;
    left: 150px;
    position: relative;
    top: -34px;
}

#selectArticulo {
    display: inline-table;
    float:left;
    position: absolute;
}

.btn{
    display:inline-block;
    margin-bottom:0;
    font-weight:400;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid #CCC;
    white-space:nowrap;
    padding:2px 4px;
    font-size:12px;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.btn a{
    text-decoration: none;
}
.selectize-control {
    width:100%!important;
} 