.col-calendar{
    float:left;
    width: 14.28%;
}
.day-week{
    background-color: #337ab7;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:18px;
    border: solid 1px #fff;
}

.day-month{
    background-color: #eaeaea;
    height: 100px;
    font-size:18px;
    padding-top: 5px;
    padding-left: 5px;
    border: solid 1px #fff;
    cursor:pointer;
    overflow:hidden;
    color: #333;
}
.day-month:hover{
    background-color: #d5d5d5;
}

.day-month-height{
    height: 50px !important;
}

.number-day-month{
    font-size: 14px;
}

.day-scheduled{
    background-color: #5cb85c;
    color: #fff;
}

.h100{
    height: 100%;
}

.today{
    color: #a80511;
    font-weight: bold;
}

.event{
    margin:2px;
    width: 90%;
    overflow:hidden;
    text-align: left;
    padding: 2px;
    font-size: 11px;
}
.more-events{
    margin-left:4px;
    width: 90%;
    overflow:hidden;
    text-align: left;
    font-size: 11px;
    padding: 1px;
}

.line-event-modal{
    padding: 8px;
}

.line-event-modal:hover{
    background-color: #d9d9d9;
}



/*
.div-events-day{
    position:absolute;
    margin: auto;
    top: 60px;
    left:250px;
    width: 500px;
    min-height: 200px;
    background-color: #fff;
    border: solid 1px #333;
}*/

/*@media (max-width: 768px) {
    .day-month{
        height: 40px;
    }
}*/

/*div flutuante para info*/
.div-info{
    position:absolute;
    background-color:#FFFFFF;
    border:solid 1px #CDCDCD;
    padding:5px;

    width:80%;
    height: 200px;
    overflow-y: auto;
}
.div-info p{
    margin:10px;
    border-bottom:solid 1px #E9E9E9;
    cursor:pointer;
}
.div-info p:hover{
    margin:10px;
    border-bottom:solid 1px #E9E9E9;
    background-color:#F0F0F0;
}
.div-info p i{
    margin-right:5px;
}
/*div flutuante para info*/



