#nav-users .nav-bg-image {
    background-position: 0px 0px !important;
}

.round-button {
    background-image: url(../../custom/round-buttons-sprite.png);
}

.add, .del, .play, .playing, .upload, .mask, .edit, .copy, .delete, .reports, .download-report, .download-audio, .agents, .manage, .inbound, .outbound, .missed, .blocked, .conference-inbound, .conference-outbound, .save, .audio, .presence, .star, .listen, .forward, .details, .mute, i.record, i.end, i.hold, i.answer, i.transfer, .agent-presence {
    background-image: url(../../custom/round-buttons-sprite.png);
}

.nav-bg-image {
    background-image: url(../../custom/navigation-background-invert.png) !important;
    left: 8px;
    top: 0px;
    width: 75px;
}

#nav-buttons div.nav-button {
    border-radius: 2px !important;
    border: solid 0px #ffffff !important;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#8c8c8c), to(#8c8c8c));
    background-image: -moz-linear-gradient(top, #8c8c8c, #8c8c8c);
    background-image: -ms-linear-gradient(top, #8c8c8c, #8c8c8c);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c8c8c), color-stop(100%, #8c8c8c));
    background-image: -webkit-linear-gradient(top, #8c8c8c, #8c8c8c);
    background-image: -o-linear-gradient(top, #8c8c8c, #8c8c8c);
    background-image: linear-gradient(top, #8c8c8c, #8c8c8c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#8c8c8c', GradientType=0);
}

#navigation-subbar {
    border-radius: 0px !important;
}

.rounded {
    border-radius: 0px !important;
}
.btn {
    border-radius: 1px !important;
/*    background-image: -khtml-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
    background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -ms-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
    background-image: linear-gradient(top, #e6e6e6, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0);
*/
}
.wrapper {
    border-radius: 2px !important;
}

.dock-head {
    border-radius: 0px !important;
}

.dropdown-menu {
    border-radius: 0px !important;
    padding: 0px !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 1px !important;
}

