#groups_container .groups-header {
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
#groups_container .groups-header > * {
|
|
display: inline-block;
|
|
}
|
|
|
|
#groups_container .groups-header .title {
|
|
padding: 15px;
|
|
border: 1px solid #dcdcdc;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
|
|
#groups_container .groups-header .count-groups {
|
|
display: inline-block;
|
|
margin-top: -5px;
|
|
margin-left: 15px;
|
|
color: #22a5ff;
|
|
font-weight: 600;
|
|
font-size: 28px;
|
|
}
|
|
|
|
#groups_container .groups-header .add-group {
|
|
margin: 0;
|
|
padding: 13px;
|
|
border: 1px solid #dcdcdc;
|
|
border-left: 0;
|
|
border-radius: 0 2px 2px 0;
|
|
background-image: -webkit-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
background-image: -moz-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
background-image: -ms-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
background-image: -o-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
background-image: linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
vertical-align: top;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
@-moz-document url-prefix() {
|
|
#groups_container .groups-header .add-group {
|
|
line-height: 15px;
|
|
}
|
|
}
|
|
|
|
#groups_container .groups-header .add-group:hover {
|
|
background-image: none;
|
|
background-color: #eee;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#groups_container .groups-header .add-group i {
|
|
display: block;
|
|
margin: 0;
|
|
color: #929799;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#groups_container .groups-header .add-group:hover i {
|
|
color: #22a5ff;
|
|
}
|
|
|
|
#groups_container .groups-header .search-box { margin: 16px 0 16px 15px; }
|
|
|
|
#groups_container .groups-grid {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#groups_container .groups-grid i.fa-plus {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#groups_container .groups-grid .empty-search-row,
|
|
#groups_container .groups-grid .no-groups-row {
|
|
display: none;
|
|
padding: 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row.title,
|
|
#groups_container .groups-grid .grid-row .groups-cells{
|
|
height: 50px;
|
|
line-height: 50px; /* 60 - padding */
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row.title .grid-cell {
|
|
padding-left: 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
padding-left: 10px;
|
|
width: 20%;
|
|
height: 100%;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell.active {
|
|
height: 51px;
|
|
border-right: 1px solid #a6a7a9;
|
|
border-bottom-left-radius: 0;
|
|
background: #e0e0e0;
|
|
}
|
|
|
|
#groups_container .groups-grid .groups-rows .grid-cell:not(.active):hover {
|
|
border-right: 1px solid #eee;
|
|
background: #eee;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#groups_container .groups-grid .groups-rows .grid-cell.active:hover {
|
|
background-color: #e0e0e0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#groups_container .groups-grid .walkthrough-group {
|
|
/* Hack to wrap right group for walkthrough */
|
|
display: inline;
|
|
padding-top:15px;
|
|
padding-bottom:15px;
|
|
}
|
|
|
|
#groups_container .groups-grid .groups-rows .grid-cell:last-child:not(.active):hover { border-right: 1px solid #dcdcdc; }
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell:not(:last-child) { white-space: nowrap; }
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell.centered {
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell.right-aligned {
|
|
padding: 0 10px 0 0;
|
|
text-align: right;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell.devices i,
|
|
#groups_container .groups-grid .grid-row .grid-cell.features i {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell.features .navbar {
|
|
margin-bottom: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell.features a.dropdown-toggle {
|
|
padding: 15px 7px 2px 15px;
|
|
background: transparent !important;
|
|
text-align: left;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row .edit-groups {
|
|
border: 1px solid #a6a7a9;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
background: #e0e0e0;
|
|
}
|
|
|
|
/* Columns */
|
|
#groups_container .groups-grid .grid-row .grid-cell.name,
|
|
#groups_container .groups-grid .grid-row .grid-cell.phone-number {
|
|
width: 25%;
|
|
}
|
|
|
|
#groups_container .groups-grid .grid-row .grid-cell.members,
|
|
#groups_container .groups-grid .grid-row .grid-cell.extension {
|
|
width: 15%;
|
|
}
|
|
|
|
#groups_container .groups-rows .grid-row {
|
|
margin-bottom: 10px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
#groups_container .groups-rows .grid-cell {
|
|
border: 1px solid #dcdcdc;
|
|
border-right: 1px solid #fff;
|
|
background-image: -webkit-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
background-image: -moz-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
background-image: -ms-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
background-image: -o-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
background-image: linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%);
|
|
}
|
|
|
|
#groups_container .groups-rows .grid-cell.active {
|
|
border: 1px solid #a6a7a9;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
#groups_container .groups-rows .grid-cell:first-child {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
|
|
#groups_container .groups-rows .grid-cell:last-child {
|
|
border-right: 1px solid #dcdcdc;
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
|
|
#groups_container .groups-rows .grid-cell.active:first-child {
|
|
border: 1px solid #a6a7a9;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
#groups_container .groups-rows .grid-row.active .grid-cell:last-child { border-bottom-right-radius: 0; }
|
|
|
|
#groups_container .groups-rows .grid-row.active .grid-cell:first-child { border-bottom-left-radius: 0; }
|
|
|
|
#groups_container .actions {
|
|
position: relative;
|
|
padding: 15px;
|
|
height: 30px;
|
|
border-top: 1px solid #fff;
|
|
line-height: 30px;
|
|
}
|
|
|
|
#groups_container .actions .cancel-link {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#groups_container .actions:before {
|
|
position: absolute;
|
|
top: -2px;
|
|
right: 0;
|
|
display: block;
|
|
width: 100%;
|
|
border-top: 1px solid #a6a7a9;
|
|
content: "";
|
|
}
|
|
|
|
#groups_container .groups-grid i.icon-telicon-multiple-items {
|
|
margin-left: 15px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* Members */
|
|
#groups_container .detail-group .groups-fields:after {
|
|
clear: right;
|
|
}
|
|
|
|
/* Name */
|
|
.detail-group #form-name {
|
|
display: inline-block;
|
|
margin-top: 20px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.detail-group #form-name .control-group {
|
|
display: inline-block;
|
|
}
|
|
|
|
.detail-group #form-name label.monster-invalid {
|
|
position: inherit;
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
/* Creation */
|
|
#creation_group_dialog {
|
|
padding: 15px 30px;
|
|
}
|
|
#creation_group_dialog .items-selector {
|
|
margin-bottom: 20px;
|
|
}
|
|
#creation_group_dialog .items-selector .box-selector {
|
|
width: 250px;
|
|
}
|
|
#creation_group_dialog .items-selector .box-selector ul {
|
|
overflow: auto;
|
|
height: 300px;
|
|
}
|
|
#creation_group_dialog .one-line-form > *{
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
#creation_group_dialog .one-line-form input[type="text"] {
|
|
margin-right: 20px;
|
|
margin-left: 5px;
|
|
margin-bottom: 0;
|
|
}
|
|
#creation_group_dialog .one-line-form label {
|
|
line-height: 30px;
|
|
}
|
|
#creation_group_dialog .one-line-form label.monster-invalid {
|
|
top: 30px;
|
|
left: 5px;
|
|
line-height: 20px !important;
|
|
}
|
|
|
|
/* Numbers / Extensions */
|
|
/* Grid add remove */
|
|
#groups_container .list-wrapper {
|
|
margin: 10px;
|
|
border: 1px solid #ddd;
|
|
border-radius: 2px;
|
|
background: #FFF;
|
|
}
|
|
|
|
#groups_container .list-unassigned-items{
|
|
overflow: auto;
|
|
max-height: 211px;
|
|
}
|
|
|
|
#groups_container .unassigned-list-header {
|
|
padding: 10px;
|
|
height: 32px;
|
|
background: #999;
|
|
line-height: 32px;
|
|
}
|
|
|
|
#groups_container .unassigned-list-header .title {
|
|
display: inline-block;
|
|
color: #FFF;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#groups_container .list-wrapper .item-row {
|
|
position: relative;
|
|
border-bottom: 1px solid #ccc;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#groups_container .list-wrapper .item-row .input-extension {
|
|
margin: 0 5px 2px 5px;
|
|
width: 50px;
|
|
}
|
|
|
|
#groups_container .list-wrapper .item-row > * {
|
|
display: inline-block;
|
|
padding: 10px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
#groups_container .list-wrapper .item-row button {
|
|
margin-right: 15px;
|
|
}
|
|
#groups_container .list-wrapper .empty-search-row,
|
|
#groups_container .list-wrapper .empty-row {
|
|
display: none;
|
|
padding: 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
#groups_container .list-wrapper .empty-search-row.visible,
|
|
#groups_container .list-wrapper .empty-row.visible {
|
|
display: block;
|
|
}
|
|
|
|
/* Numbers */
|
|
#groups_container .list-wrapper .item-row .features .tooltip-inner {
|
|
white-space:pre-wrap;
|
|
}
|
|
|
|
#groups_container .list-wrapper .item-row .locality {
|
|
display: none;
|
|
border-left: 1px solid #CCC;
|
|
}
|
|
|
|
#groups_container .list-wrapper .list-assigned-items .item-row .locality {
|
|
width: 250px;
|
|
border-right: 1px solid #CCC;
|
|
}
|
|
|
|
#groups_container .list-wrapper .item-row .locality img {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#groups_container .detail-numbers .list-wrapper .features-block .edit-features {
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
|
|
#groups_container .detail-numbers .list-wrapper .features-block .features {
|
|
margin-right: 46px;
|
|
}
|
|
|
|
#groups_container .list-wrapper .list-unassigned-items .features-block {
|
|
display: none;
|
|
}
|
|
|
|
#groups_container .list-wrapper .features-block .dropdown {
|
|
margin-top: -4px;
|
|
}
|
|
|
|
#groups_container .list-wrapper .navbar .nav li.dropdown.open.active > .dropdown-toggle,
|
|
#groups_container .list-wrapper .navbar .nav li.dropdown.open > .dropdown-toggle,
|
|
#groups_container .navbar .nav li.dropdown.active {
|
|
background: #FFF;
|
|
}
|
|
|
|
#groups_container .detail-numbers .buy-dropdown {
|
|
margin-top :5px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#groups_container .detail-numbers .buy-dropdown:hover,
|
|
#groups_container .detail-numbers .buy-dropdown:focus {
|
|
background-color: #E0E0E0;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* Detail Features */
|
|
#groups_container .detail-features .features-grid .feature {
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 33.33%;
|
|
height: 150px;
|
|
border: 1px solid #FFF;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#groups_container .detail-features .features-grid .feature .fa-wrapper,
|
|
.monster-feature-popup-container .feature-fa-wrapper{
|
|
display: inline-block;
|
|
margin: 20px;
|
|
width: 60px;
|
|
height: 60px;
|
|
|
|
border: 5px solid #DDDDDD;
|
|
border-radius: 60px 60px 60px 60px;
|
|
background: #ffffff; /* Old browsers */
|
|
background: -moz-linear-gradient(top, hsl(0,0%,100%) 0%, hsl(0,0%,87%) 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(0,0%,100%)), color-stop(100%,hsl(0,0%,87%))); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, hsl(0,0%,100%) 0%,hsl(0,0%,87%) 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, hsl(0,0%,100%) 0%,hsl(0,0%,87%) 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, hsl(0,0%,100%) 0%,hsl(0,0%,87%) 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, hsl(0,0%,100%) 0%,hsl(0,0%,87%) 100%); /* W3C */
|
|
box-shadow: 0 -1px 2px #666666 inset;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
|
|
#groups_container .detail-features .features-grid .feature .fa-wrapper.active,
|
|
.monster-feature-popup-container .feature-fa-wrapper.active{
|
|
background: #19d332; /* Old browsers */
|
|
background: -moz-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%, hsl(132,46%,46%) 61%, hsl(0,0%,0%) 99%); /* FF3.6+ */
|
|
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsl(128,79%,46%)), color-stop(61%,hsl(132,46%,46%)), color-stop(99%,hsl(0,0%,0%))); /* Chrome,Safari4+ */
|
|
background: -webkit-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%,hsl(132,46%,46%) 61%,hsl(0,0%,0%) 99%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%,hsl(132,46%,46%) 61%,hsl(0,0%,0%) 99%); /* Opera 12+ */
|
|
background: -ms-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%,hsl(132,46%,46%) 61%,hsl(0,0%,0%) 99%); /* IE10+ */
|
|
background: radial-gradient(ellipse at center, hsl(128,79%,46%) 0%,hsl(132,46%,46%) 61%,hsl(0,0%,0%) 99%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19d332', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
|
|
}
|
|
|
|
#groups_container .detail-features .features-grid .feature:hover {
|
|
background: #FFF;
|
|
box-shadow: 1px 1px 15px #ddd inset;
|
|
}
|
|
|
|
/* Call Recording Feature */
|
|
.monster-feature-popup-container[data-feature="call_recording"] {
|
|
width: 530px;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="call_recording"] .account-default {
|
|
text-align: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="call_recording"] form {
|
|
margin-bottom: 0;
|
|
}
|
|
.monster-feature-popup-container[data-feature="call_recording"] form > div {
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
.monster-feature-popup-container[data-feature="call_recording"] form span {
|
|
display: inline-block;
|
|
width: 140px;
|
|
vertical-align: text-bottom;
|
|
text-align: right;
|
|
}
|
|
.monster-feature-popup-container[data-feature="call_recording"] form label.monster-invalid {
|
|
top: 30px;
|
|
left: 150px;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="call_recording"] form input.monster-invalid {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="call_recording"] form div.fields-settings {
|
|
display: none;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="call_recording"] form div.fields-settings.active {
|
|
display: block;
|
|
}
|
|
/* Ringback Feature */
|
|
.monster-feature-popup-container[data-feature="ringback"] {
|
|
width: 516px;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="ringback"] .media-dropdown {
|
|
margin-bottom: 0px;
|
|
}
|
|
.monster-feature-popup-container[data-feature="ringback"] .upload-toggle {
|
|
margin-left: 10px;
|
|
width: 117px;
|
|
}
|
|
.monster-feature-popup-container[data-feature="ringback"] .upload-div {
|
|
display: none;
|
|
margin-top: 20px;
|
|
}
|
|
.monster-feature-popup-container[data-feature="ringback"] .upload-div .upload-input {
|
|
margin: 0;
|
|
width: 330px;
|
|
}
|
|
.monster-feature-popup-container[data-feature="ringback"] .upload-div button.upload-action {
|
|
margin-left: 10px;
|
|
padding-left: 19px;
|
|
padding-right: 19px;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="ringback"] .upload-div button > i {
|
|
margin-right: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="ringback"] .upload-div .file-upload {
|
|
margin: 0;
|
|
}
|
|
.monster-feature-popup-container[data-feature="ringback"] .upload-div .file-upload > input {
|
|
margin: 0;
|
|
width: 205px;
|
|
padding: 6px;
|
|
}
|
|
|
|
/* Next Action Feature */
|
|
.monster-feature-popup-container[data-feature="next_action"] {
|
|
width: 540px;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="next_action"] .next-action > * {
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
}
|
|
|
|
.monster-feature-popup-container[data-feature="next_action"] .next-action > *:not(:first-child) {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* Had to add this hack so the chosen dialog shows up correctly */
|
|
.next-action-group-dialog .ui-dialog-content {
|
|
overflow: visible;
|
|
}
|
|
|
|
/* Allow Call Forward Feature */
|
|
.monster-feature-popup-container[data-feature="forward"] .help-box {
|
|
margin: 5px 20px 20px
|
|
}
|
|
|
|
/* CID Prepend Feature */
|
|
.monster-feature-popup-container[data-feature="prepend"] form {
|
|
margin-bottom: 0;
|
|
}
|
|
.monster-feature-popup-container[data-feature="prepend"] form > div {
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
.monster-feature-popup-container[data-feature="prepend"] form span {
|
|
display: inline-block;
|
|
width: 160px;
|
|
vertical-align: middle;
|
|
text-align: right;
|
|
}
|
|
.monster-feature-popup-container[data-feature="prepend"] form input {
|
|
margin-bottom: 0;
|
|
width: 100px;
|
|
}
|