.alerts-block {
    width: 100%;
    opacity: 0.25;
}
.alert-gateway-info {
    padding-left: 10px;
}
.alerts-block-content {
    margin-top: -545px;
    width: 100%;
    padding-top: 20px;
    z-index:10;
    float:left;
    position: relative;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.alert {
    display: block;
    width: 98%;
    background-size: 29px;
    padding: 4px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.no_alert {
    margin-top: 50px;
    text-align: center;
}

.alertBlock:hover {
    background-color: rgba(255,255,255,0.5);
}
.alertBlockNoHover:hover {
    background-color: transparent;
}

.alertContent {
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    padding-bottom: 10px;
}

.alertDetail {
    display:none;
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.alertBlock {
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    position: relative; 
}
.alertNoRead {
    font-weight: normal;
}
.alertRead {
    font-weight: 300;
}
.alertNoRead h1 {
    font-weight: bold;
}
.alertRead h1 {
    font-weight: normal;
}
.removeLayer {
    width: 48px;
    height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index:2;
    display: none;
}

.alertsDelete {
    width: 48px;
    height: 80px;
}
.alertsDelete:hover {
    cursor: pointer; 
}

.alertsConteneurTable{
    height: 475px;
    overflow: auto;
    padding-left: 8px;
    display: block;

}
.alerts_container {
    padding: 8px;
    display: table-cell;
    width: 880px;
}
.alertsVideoContainer {
    width: 380px;
    padding: 8px;
    display: inline-block;
}
.alertsRecipientContainer {
    display: block;
    clear: both;
}

.alertHeader {
    display: block;
    cursor: pointer;
    clear: both;
}
.alertsBlockVideo {
    display: block;
    clear: both;
}
.alertsBlockRecipient {
    display: block;
    clear: both;
}
.alerts_picto {
    float: left;
    width: 80px;
    height: 80px;
    display: table-cell;
    background-size: 65px;
}
.alertsDesc {
    text-align: left;
    width: 90%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    padding-top: 2px;
}
.alertsDesc h1 {
    font-size: 18px;
}
.alertsVideoCenter h1 {
    font-size: 17px;
    margin: 0px 0px 5px 0;
}
.recipients h1 {
    font-size: 17px;
    padding-left: 8px;
}
.recipients {
    display: block;
}
.recipientDesc {
    float: left;
    background: left no-repeat;
    background-size: 35px auto;
    padding: 12px 20px 15px 40px;
    margin-left: 6px;
}
.alertsVideoCenter {
    display: table-cell;
    width: 180px;
    vertical-align:middle;
    padding-left: 9px;
}
.alertsVideoLeft {
    display: table-cell;
    width: 180px;
    vertical-align:middle;
    background: no-repeat;
    background-size: cover;
}
.alertsVideoInline {
    cursor: pointer;
    width: 180px;
    height: 101px;
}
.alertsVideoMainContainer :hover {
    background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 975px) {

}

@media (max-width: 690px) {
    .alertsVideoContainer {
        width: 340px;
        padding: 10px 0px;
    }
}

@media (max-width: 450px) {
    .alerts-block-content {
        padding: 10px;
    }
    .alertsVideoLeft {
        width: 120px;
        height: 68px;
    }
    .alertsVideoInline {
        width: 120px;
        height: 68px;
    }
    .alertsVideoContainer {
        width: 270px;
        padding: 10px 5px;
    }
    .alertsVideoCenter {
        width: 150px;
    }
    .alertsDelete {
        width: 68px;
        height: 50px;
        background-size: 32px;
    }
    .alertsDelete:hover {
        background-size: 32px;
    }
    .alertMoreDown,.alertMoreUp {
        background-size: 32px;
    }

    .alertsConteneurTable 
    {
        height: 480px;
    }
    .recipientDesc {
        background-size: 32px;
    }
}

