body {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 840px;
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    margin: 60px 0;
    text-align: center;
}

.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 40px auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 13px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.nav-view {
}

.nav-view .navbar-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-view .nav > li {
    border-right: 1px solid #DADADA;
}

.nav-view .nav > .active > a,
.nav-view .nav > .active > a:hover,
.nav-view .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ebebeb, #dedede);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dedede));
    background-image: -webkit-linear-gradient(top, #ebebeb, #dedede);
    background-image: -o-linear-gradient(top, #ebebeb, #dedede);
    background-image: linear-gradient(to bottom, #ebebeb, #dedede);
    background-repeat: repeat-x;
}

.navigation-presence {
    border-left: 1px solid #DADADA;
    border-right: 0px;
}

.navigation-presence.disabled {
    color: #999;
}

.navigation-presence.disabled a span {
    color: #999;
}

.navigation-presence.disabled a i.status {
    opacity: 0.4;
}

.navigation-presence span {
    padding-left: 10px;
}
.navigation-presence i.status {
    float: left;
    width: 20px;
    height: 20px;
    background: url('assets/img/presences.png') no-repeat;
    display: inline-block;
}

.navigation-presence i.online {
    background-position: 0px 0px;
}

.navigation-presence i.offline {
    background-position: -115px 0px;
}

.navigation-presence i.dnd {
    background-position: -46px 0px;
}

.navigation-presence i.away {
    background-position: -23px 0px;
}


.navigation-popover {
    display: none;
    top: 35px;
    left: -108px;
}

.navigation-popover .popover-content {
    width: 180px;
}

.navigation-popover input.until {
    width: 166px;
}
.navigation-popover input.message {
    width: 166px;
}

.navigation-popover select.status {
    width: 180px;
}
.navigation-popover button.cancel {
    margin-left: 10px;
}

.navigation-popover .title {
    font-size: 14px;
    font-weight: 700;
}





.po-device-selection-active > a {
    font-weight: 700 !important;
}

#po-table.disabled th {
    color: #999;
}



.console-view {
    display: none;
}

.console-view .channel-column {
    text-align: center;
}

.console-view .callee-column {
    padding: 0 8px;
}

.console-view .callee-name {
    padding: 8px 0 7px 0px;
    display: inline-block;
    line-height: 22px;
    display: block;
    float: left;
}

.console-view .callee-actions {
    padding: 7px 0 8px 15px;
    display: block;
    margin: 0px;
    float: left;
}

.console-view .transfer-button-container {
    display: inline-block;
    position: relative;
}

.console-view .transfer-popover {
    top: 12px;
    width: 160px;
}

.console-view .transfer-popover .title {
    padding: 5px 0 0 0;
    font-size: 13px;
    font-weight: 700;
}

.console-view .transfer-blind-input {
    line-height: 14px !important;
    margin: 0px !important;
    height: 14px !important;
    width: 86px;
    padding: 3px 4px;
}

.console-view .transfer-blind-submit-button {
    margin: 0 0 0 4px;
    width: 36px;
}

.console-view .transfer-blind-container {
    padding: 5px 0 0 0;
}

.console-view .transfer-attendant-container {
    padding: 5px 0 0 0;
}

.console-view .transfer-attendant-container a {

}
.console-view .transfer-popover .popover-content {
    padding: 5px 10px;
}










.subs-list {
    padding: 20px 0 0 0;
}

.subs-list td {
    padding: 0 0 0 10px;
}

.subs-list td.first {
    padding: 0;
}

.subs-list .column {
    min-height: 300px;
    background: #FFF;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.subs-list .column.inactive {
    background: #FAFAFA;
}

.subs-list li {
    height: 26px;
}

.subs-list li a {
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
}

.subs-list li span {
    height: 20px;
    padding: 0px 5px 0px 5px;
    display: inline-block;
    float: left;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.subs-list li span i {
    font-size: 10px;
}

.subs-list i.status {
    float: left;
    width: 20px;
    height: 20px;
    background: url('assets/img/presences.png') no-repeat;
    display: inline-block;
}

.subs-list i.online {
    background-position: 0px 0px;
}

.subs-list i.offline {
    background-position: -137px 0px;
}

.subs-list i.dnd {
    background-position: -46px 0px;
}

.subs-list i.away {
    background-position: -23px 0px;
}

.subs-list i.regd {
    background-position: -69px 0px;
}

.subs-list i.away-offline {
    background-position: -91px 0px;
}

.subs-list i.dnd-offline {
    background-position: -114px 0px;
}

.subs-list i.ringing {
    background-position: -160px 0px;
    margin-left: 5px;
    float: right;
}

.subs-list i.talking {
    background-position: -183px 0px;
    margin-left: 5px;
    float: right;
}

.subs-list i.location {
    background-position: -204px 0px;
    margin-left: 5px;
    float: right;
}

.subscriptions-input {
    line-height: 14px !important;
    margin: 0px !important;
    height: 16px !important;
    width: 135px;
}

.subscriptions-add-button {
    width: 26px; padding-left: 0px; padding-right: 0px;
}

.subscriptions-remove-button {
    width: 26px; padding-left: 0px; padding-right: 0px;
}

.subscriptions-info-button {
    width: 26px; margin-left: 6px; padding-left: 0px; padding-right: 0px;
}

.chat-body {
    margin-left: 220px;
    width: 620px;
}

.chat-extension-input {
    line-height: 14px !important;
    height: 16px !important;
    margin: 0px !important;
    width: 165px;
}

.chat-add-button {
    width: 26px;
    padding-left: 0px;
    padding-right: 0px;
}

.chat-info-button {
    width: 26px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 6px;
}

.chat-users-header {
    display: block;
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    border: 1px solid #ddd;
    background: #F9F9F9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.chat-users-list {
    min-height: 257px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.chat-users-empty {
    font-size: 11px;
    line-height: 14px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    padding: 50px 0 0 0;
}

.chat-body-input {
    height: 50px;
    width: 606px;
    border-radius: 0px;
    border-radius: 0px 0px 4px 4px;
    resize: none;

}

.chat-body-header {
    display: block;
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.chat-body-messages {
    background: #FFF;
    height: 188px;
    border: 1px solid #ddd;
    border-left: 0px;
    border-right: 0px;
    overflow-y: scroll;
}

.chat-body-messages-container {
    padding: 0 10px 10px 10px;
}

.chat-body-message-header {
    font-size: 12px;
    padding: 0 8px;
    margin: 10px 0 0 0;
    background: #daebf6;
    font-weight: bold;
    color: #666;
    border-radius: 3px;
}

.chat-body-message-body {
    color: #333;
    padding: 0 8px;
    margin: 5px 0 0 0;
    font-size: 12px;
}

.chat-body-messages.disabled {
    background: #EEE;
}

.chat-body-top {
    height: 239px;
    background: #F9F9F9;
    border: 1px solid #ddd;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
}

.chat-body-bottom {
    height: 60px;
}

.chat-body-splitter {
    height: 10px;
    background: #F9F9F9;
}








.queues-view {

}

.queue {
    margin-top: 20px;
    background: #FAFAFA;
    border-radius: 3px;
    float: left;
    width: 408px;
    border: 1px solid #CCC;
}

.queue:nth-child(odd) {
    margin-right: 10px;
    clear: both;
}

.queue:nth-child(even) {
    margin-left: 10px;
}

.queue .title {
    height: 30px; background: #F9F9F9; color: #666; padding: 0 6px 0 10px; line-height: 30px; font-size: 14px; font-weight: 700;
}
.queue .title a {
    float: right;
    margin: 6px 0;
}

.queue .section-title {
    height: 26px;
    line-height: 26px;
    background: antiquewhite;
    padding: 0 10px;
    font-size: 12px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.queue .section-title .actions {
    float: right;
}

.queue .section-title .text {
    float: left;
}

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

.queue th {
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    background: #f0f0f0;
    border-top: 1px solid #CCC;
}

.queue td {
    border-top: 1px solid #CCC;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.queue td.notification {
    background: #F9F9F9;
    text-align: center;
    color: #666;
}

.queue td.member-actions {
    text-align: right;
    padding-right: 10px;
}

.queue tr td:first-child, .queue tr th:first-child {
    padding-left: 10px;
}

.queue .pause, .queue .resume, .queue .remove {
    display: none;
    cursor: pointer;
}

.queues-notification {
    text-align: center;
    border: 1px solid #dddddd;
    background: #fafafa;
    padding: 50px 0;
    font-size: 12px;
    display: none;
    margin-top: 10px;
}

.queues-view.disabled {

}

.queues-view.disabled {
    color: #999;
}

.queues-view.disabled .pause, .queues-view.disabled  .resume, .queues-view.disabled .remove {
    opacity: 0.4;
}




.footer {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 12px;
}