﻿#agentsList, #pausesList, #catsList, #groupsList {
    margin: 0px;
}
#agentsList a, #pausesList a, #catsList a, #groupsList a {
    border: none;
}
#remotevideo {
    float: left;
    width: 100%;
    background-color: #bac3d0;
}
#sourcevideo {
    float: right;
    width: 100px;
    background-color: #bac3d0;
    position: absolute;
    right: 15px;
}
#phony-btn button {
    width: 100px;
    margin-bottom: 5px;
    font-size: 11px;
}
#keyboard button {
    width: 52px;
}
#keyboard li:first-child {
    margin-top: 5px;
}
#keyboard li {
    margin-left: 5px;
}
#phony-input input {
    background-color: #ffffff;
    margin-top: 5px;
}
#phony-input .input-group button {
    margin-top: 5px;
}
#keyboardInput {
    background-color: #fff;
    margin: 5px;
    width: 162px;
}
#btnExtraCallData {
    margin-top: 5px;
}
#btnExtraCallData a {
    color: #ffffff;
    text-decoration: none;
}
.queue-tmr {
    font-size: 25px;
}
textarea {
    resize: none;
}
#userImg {
    margin-top: 10px;
    width: 54px;
    height: 54px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block !important;
    border-radius: 50% !important;
    background-image: url(../Content/user.png);
    position: relative;
    top: 0.8vh;
}
#extension {
    margin-top: 30px;
}
#btnHangUp i {
    transform: rotate(135deg);
}
#channels-input span {
    margin-top: 5px;
}
.j-padding-bottom {
    padding-bottom: 15px;
}
@media screen and (max-width: 379px) {
    body {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    label, input {
        font-size: 12px;
    }
    .table td {
        padding: 4px;
    }
}