  html,body{
 /*   background-color: #f8f8f8;*/
    background-color: #eeeeee;
    height: 100%;
    overflow: hidden;
  }

content{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/logointop.png);
    background-color: #eee;
    position: absolute;
    height: 91.5%;
    overflow: auto;
    padding: 2%;
    width: 100%;
    border: solid 1px #ddd;
}

footer{
	position: fixed;
    bottom: 5px;
    left: 1%;
    font-size: 12px;
}

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

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

.num-find {
    border: solid 1px #dddddd;
    font-size: 12px;
    font-weight: bold;
    color: #337ab7;
    text-align: left;
    display: inline;
    padding: 6px 6px 7px 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;
}

.num-alert {
    float: right;
    background-color: #bbbbbb;
    padding: 0px 6px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
    font-weight: bold;
}

.alertRed{
    background-color: red;
}

.alert-bell{
    background-image: url("../images/bell.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.logo-home{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/logo.png);
    text-align: center;
    padding-top: 360px;
    font-size: 14px;
}

.logo{
    background-image: url("../images/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 50px;
    float: right;
    margin-left: 10px;
    margin-right: 20px;
}

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

.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;
}

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

.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-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;
}

.nav-item{
    border-right: solid 1px #ddd;
    min-width: 100px;
    text-align: center;
}