.nav-list{
	float: left;
	background-image: url("../images/list.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px;
}

.navbar-default{
	background: linear-gradient(90deg, rgb(234 253 213) 0%, rgb(161 210 245) 31%, rgb(219 239 241) 100%);
}

.navbar-nav{
	margin: 0px;
}

content{
	background-color: white;
	position: absolute;
	padding: 3% 1%;
	min-height: 93%;
	width: 100%;
	margin-top: 30px;
}

footer{
	position: fixed;
    bottom: 5px;
    left: 1%;
}

.num-find {
    border: solid 1px #dddddd;
    font-size: 12px;
    font-weight: bold;
    color: #337ab7;
    text-align: left;
    display: inline;
    padding: 6px;
    border-radius: 3px;
    float: left;
    margin: 0px 5px 15px 0px;
}

.num-tickets {
    float: right;
    background-color: #cccccc;
    padding: 0px 6px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
}

.logo_view{
    width: auto;
    height: 145px;
    background-size: 130px;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 25px;
    border: solid 1px #cccccc;
    padding: 10px;
    margin: 10px;
}

.logo_print{
    height: 140px;
    width: 140px;
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
}

.logo{
    background-image: url("../images/cfs.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
    width: 120px;
    height: 50px;
}

.logo-cli{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
    float: right;
}

.title-logo{
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    color: #2aa99a;
    font-family: roboto, arial;
    text-shadow: 0px 2px 8px #bbbbbb;
    text-align: center;
}

.title{
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: solid 1px #dddddd;
    font-weight: bold;
}

.title-fix{
	font-size: 20px;
    text-align: center;
    border-bottom: solid 1px #dddddd;
    font-weight: bold;
    width: 85%;
    margin: 0 auto;
    position: fixed;
    top: 50px;
    background: white;
    z-index: 99;
    padding: 25px 25px 5px 25px;
    margin-left: 7%;
}

.sub-title{
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: solid 1px #dddddd;
	font-weight: bold;
}

.text_small{
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
}

.alerta{
	font-size: 14px;
	color: red;
}

.perfil{
	width: 100%;
    height: 60px;
    margin-top: -10px;
    margin-right: 50px;
}

.foto{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	width: 26px;
	height: 26px;
	border-radius: 30px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #cccccc;
    float: right;
    margin: -20px 0px;
    background-image: url(../images/avatar.jpg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}

.file{
    opacity: 0;
    height: 33px;
    width: 33px;
    border: solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.modificar{
	font-family: Arial;
}

.hidden{
	display: none;
}

.sub-menu{
	text-indent: 8px;
}

.input-big{
	border: solid 1px #cccccc;
	padding: 8px;
	width: 90%;
	margin: 0 auto; 
	font-size: 20px;
	border-radius: 4px;
	outline: none;
}

.text-alert-small{
	font-size: 12px;
	color: #9E9E9E;
	text-align: justify;
}

.no-found{
	color: #5bc0de;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.data-ip{
	color: #2196F3;
	text-align: right;
}

.radio, input[type="radio"]{
	height: 15px;
    width: 15px;
    margin: 0 auto;
}

.num{
	width: 50px;
}

.numbres{
	width: 90px;
}

.box-fam{
	width: 100%;
    height: 280px;
    margin-bottom: 10px;
}

.row-fam{
	width: 98%;
    padding: 2px;
    line-height: 2.5;
    height: 35px;
    margin: 0 auto;
    border: solid 1px #80c0d2;
    font-size: 12px;
    margin-top: 2px;
    background-color: #e1f7ff;
    text-align: left;
}

.row-fam-new{
	width: 98%;
    padding: 2px;
    line-height: 2.5;
    height: 35px;
    margin: 0 auto;
    border: solid 1px #92d74e;
    font-size: 12px;
    margin-top: 2px;
    background-color: #d8ffd5;
    text-align: left;
}

.box-search{
	width: 91%;
	min-height: 50px;
    max-height: 200px;
    border: solid 1px #dddddd;
    top: 75px;
    position: absolute;
    margin-bottom: 15px;
    display: none;
    overflow: auto;
    background-color: white;
    text-align: center;
}

.box-servel{
    width: 100%;
    background-color: white;
    text-align: center;
}

.closeSearch{
	width: 25px;
    height: 25px;
    position: absolute;
    margin-top: -33px;
    right: 5%;
    display: none;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.row-search-top{
    width: 98%;
    padding: 3px;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 2px;
    background-color: #1386a2;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    color: white;
}

.row-search{
	width: 98%;
    padding: 3px;
    margin: 0 auto;
    border: solid 1px #cccccc;
    font-size: 12px;
    margin-top: 2px;
    background-color: #efefef;
    cursor: pointer;
    text-align: left;
}

.listFam{
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.listFam .tr-top{
    font-weight: bold;
}

.listFam td{
    padding: 4px 2px 4px 2px;
    border-bottom: solid 1px #cccccc;
}

.ficha_funcionario{
    width: 100%;
}

.ficha_funcionario tr td{
   padding: 2px;
}

.ficha_funcionario tr td:first-child{
   font-weight: bold;
}

.ficha_funcionario .separator td{
    border-top: solid 1px #cccccc;
    padding-top: 10px; 
}

.mail{
    width: 25px;
    height: 25px;
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.print{
    width: 25px;
    height: 25px;
    background-image: url(../images/print.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
    float: right;
}

.excel{
    width: 25px;
    height: 25px;
    background-image: url(../images/excel.png);
    background-repeat: no-repeat;
    background-size: 24px;
    margin-right: 5px;
    background-position: center;
    cursor: pointer;
    float: right;
}

.docx {
    width: 25px;
    height: 25px;
    background-image: url(../images/doc.png);
    background-repeat: no-repeat;
    background-size: 24px;
    margin-right: 5px;
    background-position: center;
    cursor: pointer;
    float: right;
}

.timeline{
    width: 32px;
    height: 25px;
    background-image: url(../images/timeline.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    cursor: pointer;
    float: right;
}

.icon-list{
    width: 25px;
    height: 25px;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon-new{
    width: 25px;
    height: 25px;
    background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
    cursor: pointer;
}

.icon-info{
    width: 25px;
    height: 25px;
    background-image: url(../images/report.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon-config{
    width: 25px;
    height: 25px;
    background-image: url(../images/config.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon-users{
    padding: 12px;
    background-image: url(../images/users.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
    vertical-align: top;
}

.icon-useradd{
    padding: 12px;
    background-image: url(../images/user-add.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    cursor: pointer;
    vertical-align: top;
}

.icon-userok{
    padding: 12px;
    background-image: url(../images/userok.png);
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: center;
    cursor: pointer;
    vertical-align: top;
}

.icon-minsal{
    height: 26px;
    width: 26px;
    background: -webkit-linear-gradient(left, red, red 50%, blue 50%, blue);
    border: none;
    color: white;
    opacity: 0.8;
    vertical-align: top;
}

.icon-minsal:hover{
    color: white;
    opacity: 1;
}

.icon-vacation{
    padding: 12px;
    background-image: url(../images/vacacion.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    cursor: pointer;
    vertical-align: top;
}

.icon-vacation:hover{
    color: white;
    opacity: 1;
}

.icon-check{
    padding: 12px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon-expe{
    padding: 12px;
    background-image: url(../images/experiencia.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    cursor: pointer;
    opacity: 0.8;
}

.icon-expe:hover{
    opacity: 1;
}

.icon-carg{
    padding: 12px;
    background-image: url(../images/cargo.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon-carg:hover{
    opacity: 1;
}

.icon-lm{
    background-image: url(../images/lm.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    cursor: pointer;
    vertical-align: top;
    padding: 12px;
}

.icon-lm:hover{
    opacity: 1;
}

.icon-eunacom{
    padding: 12px;
    background-image: url(../images/eunacom.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon-eunacom:hover{
    opacity: 1;
}

.icon-permiso{
    padding: 12px;
    background-image: url(../images/permiso.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon-permiso:hover{
    opacity: 1;
}

.icon-cargs{
    width: 26px;
    height: 26px;
    background-image: url(../images/cargos.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon-cargs:hover{
    opacity: 1;
}

.icon-univ{
    width: 30px;
    height: 30px;
    background-image: url(../images/university.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    cursor: pointer;
    opacity: 0.8;
}

.icon-univ:hover{
    opacity: 1;
}

.icon-cap{
    width: 30px;
    height: 30px;
    background-image: url(../images/capacitacion.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    cursor: pointer;
    opacity: 0.8;
}

.icon-cap:hover{
    opacity: 1;
}

.icon-titpost{
    width: 30px;
    height: 30px;
    background-image: url(../images/titulos.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
    cursor: pointer;
    opacity: 0.8;
}

.icon-titpost:hover{
    opacity: 1;
}

.icon-not{
    width: 30px;
    height: 30px;
    background-image: url(../images/notas.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: center;
    cursor: pointer;
    opacity: 0.8;
}

.icon-not:hover{
    opacity: 1;
}

.icon-sum{
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: 0.8;
    border-radius: 14px;
    line-height: 1.6;
    margin-top: -1px;
}

.icon-sum:hover{
    opacity: 1;
}

.icon-pdf{
    width: 30px;
    height: 30px;
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
    cursor: pointer;
    opacity: 0.8;
}

.icon-pdf:hover{
    opacity: 1;
}

.dv{
    width: 20%;
    float: right;
    text-align: center;
}

.rut{
    width: 75%;
    float: left;
}

.saving{
    width: 100px;
    height: 100px;
    background-image: url(../images/loader.gif);
    background-size: 100px;
    position: fixed;
    left: 47%;
    top: 40%;
    line-height: 12;
    text-align: center;
    font-size: 16px;
    color: #366482;
    z-index: 99;
}

.table-resumen{
    text-align: center;
    font-size: 12px;
}

.search-list{
    position: absolute;
    width: 98%;
    border: solid 1px #CCCCCD;
    margin-left: 2px;
    background-color: white;
    z-index: 99;
    min-height: 100px;
    max-height: 250px;
    overflow: auto;
}

.tr-click{
    cursor: pointer;
}

.inputHidden{
    opacity: 0;
    width: 0px;
    height: 0px;
    position: absolute;
    margin-top: -22px;
    margin-left: 10px;
}

input:required { 
    border-color: #cccccc;
}

input:invalid { 
    border: 1px solid #ff9494;
}

select:required { 
    border-color: #cccccc;
}

select:invalid { 
    border: 1px solid #ff9494;
}

textarea:required { 
    border-color: #cccccc;
}

textarea:invalid { 
    border: 1px solid #ff9494;
}

.trtop th{
    background-color: #e4e4e4;
    color: #333333;
    text-align: center;
}

.big-num {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px;
    border: solid 1px #cccccc;
    border-radius: 10px;
}

.big-num span{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.box{
/*
    height: 240px;
    border: solid 1px #cccccc;
    overflow-x: auto;
*/
}

.box-fix{
/*    border: solid 1px #cccccc;*/
}

.btn-cert{
    
    font-size: 12px;
    padding: 4px;
    background-color: #cccccc;
    width: 80px;
    text-align: center;
    float: right;
}