
.menu-pendientes .details > li > div.con-detail .dates li.selected {
    background-color: rgba(186, 218, 255, 0.4) !important;

}

.menu-pendientes .details > li > div.con-detail .dates li {
    width: 32% !important;
    margin-left: 1px;
}

.menu-pendientes .details > li > div.con-detail .dates li.selected a > h3 {
    font-size: 16px !important;
}


.menu-pendientes .details > li > div.con-detail .dates li {
    width: 32% !important;
    margin-left: 1px;
}


.menu-pendientes .details > li > div.con-detail .priority li.selected {
    background-color: rgba(186, 218, 255, 0.4);
}

.item-inbox.priority-high {
    border-left: 3px solid #E80001;
}

.item-inbox.priority-medium {
    border-left: 3px solid #F9B647;
}

.item-inbox.priority-low {
    border-left: 3px solid #999;
}

.item-inbox.is-initial {
    border-left: 3px solid #CCCCCC;
}

.item-inbox.is-rejected {
    border-left: 3px solid #CB0504;
}

.item-inbox.is-other {
    border-left: 3px solid #FFCC00;
}

.item-inbox.is-final {
    border-left: 3px solid #36D900;
}

.pointer
{
    cursor: pointer;
}

.container.hide-menu #contain .cont.general{
    width: 100%;
}

div.azul {
    background-color:rgba(63, 81, 181, 0.5);
}
div.naranja{
    background-color:rgba(247, 125, 0, 0.5);
}
div.rojo{
    background-color:rgba(247, 0, 29, 0.50);
}
div.verde{
    background-color:rgba(131, 195, 58, 0.5);
}

div.cuadro {
    width: 10px; 
    height: 10px;
}

.cont-tags .add-tags .ok {
    border-radius: 15px;
    height: 17px;
    width: 17px;
    background-position: -322px -155px;
    min-width: 17px;
}

.cont-tags .add-tags input.add {

}
.canvas .cont-video .videoCanvas{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.cont-check > span label, .cont-radio > span label {
    width:50% !important;
    margin-left: 20px !important;
}