.fondpage {background-image: url("../img/fond-clair.jpg");background-position: top center;background-repeat: no-repeat;}

html, body {
    height:100%
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

.footer {
    clear: both;
    text-align: center;
    padding: 10px;
}

.queue {
    margin: 20px;
    width: 47%;
    float: left;
    border: 1px solid #b0b0b0;
    border-radius: 6px;
    background: #f8f8f8;    
    overflow: hidden;
    box-shadow: 1px 1px 12px #555;
}

.queue table {
    border: 0px;
    width: 100%;
    border-collapse: collapse;
    
}

.queue th, .queue td {
    border: 1px solid #b0b0b0;
    background: #FFF;
    padding: 0 5px;
    vertical-align: middle;
}

.queue tr.noline td {
border: 0px;
padding-bottom: 0px; 
}

.queue tr.noline1 td {
border-top: 0px;
border-left: 0px;
border-right: 0px;
padding-top: 0px;
}

.queue tr:first-child td {
    border-top: 0px;
    height: 38px;
    background: none;
}  
.queue td:first-child {
    border-left: 0px;
}

.queue td:last-child {
    border-right: 0px;
}

.queue .title {
    line-height: 38px;
    font-size: 14px;
    font-weight: 700;
    
}

.queue .stats {
    line-height: 38px;
    font-size: 12px;
    float: right;
}
.queue .stats .sla-percentage, .queue .stats .sla-wait {
    color: red;
}

.queue .stats .success {
    color: green;
}

.queue td.warning {
    background-color: #333;
    color: #FFF;
}
.queue .info td {
    height: 24px;
}

.queue .center {
    text-align: center;
    vertical-align: middle;
}

.queue .info-members td {
    background: #dfdfdf;
    font-size: 11px;
    text-align: center;
    height: 26px;
    padding: 5px;
}


.queue tr.call:nth-child(odd) td {
    background: #FFF;
}

.queue tr.call:nth-child(even) td {
    background: #f3f3f3;
} 

.queue td.name {
	font-size: 12px;
}

.queue td.callee {
	font-size: 12px;
}


.queue .call td, .queue .customer td {
    padding: 5px;
    height: 29px;
}

.queue .call .presence div {
    background: url("../img/leds.png") 0px 0px no-repeat;
    height: 16px;
    width: 16px;
    display: inline-table;
}

.queue .call .presence.offline div {
    background-position: -80px 0px;
}
.queue .call .presence.away div {
    background-position: -32px 0px;
}
.queue .call .presence.dnd div {
    background-position: -64px 0px;
}
.queue .call .presence.talking div {
    background-position: -128px 0px;
}
.queue .call .presence.ringing div {
    background-position: -192px 0px;
}
.queue .call .presence.pause div {
    background-position: -176px 0px;
}



.queue .call .name div, .queue .call .callee div {
    overflow: hidden;
    border-collapse: collapse;
    white-space: nowrap;
    width: 120px;
    text-overflow: ellipsis;
}

.queue .customer.timeout td {
    background: #ffbaba;
}

.queue .customer td:first-child { 
    background: none;
    border: 0;
}
.queue .add {
    background: url("../img/leds.png") -160px 0px no-repeat;
    height: 16px;
    width: 16px;
    display: inline-table;
    cursor: pointer;
}


.status {
    padding: 20px;
}