/* html elements */
body {
    font-family: 'Assistant', sans-serif;
    margin: 0;
    font-size:14px;
    color:#32444b;
    background:#ffffff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin:0;
    padding:0 0 5px 0;
    font-size:14pt;
}
h1 {
    font-size:1.65em;
    margin-bottom: 10px;
}
h2{
    font-size:1.6em;
    margin-bottom: 10px;
}
h3{
    font-size:1.5em;
    line-height:100%;
    margin-bottom: 10px;
}
h4{
    font-size:10pt;
    margin-bottom: 10px;
}
.fa {
    color: #6692ac;
}
.pagination-bs {
}
.pagination-showing {

}
.page-link {
    padding: .4rem 0;
    margin-left: -1px;
    color: #6692ac;
    margin-right: 5px;
}
.pagination .fa {
    color: #ffffff;
}
.pagination.numberManagement_reserveNumber {
    width: 86%;
}
div.nav .input-group {
    margin-bottom: 7px;
    margin-top: 4px;
}
div.nav .input-group .input-group-btn {
    margin: 0 5px;
}
div.nav .input-group .input-group-btn:first-child {
    margin-right: 0px;
}
div.nav .input-group .input-group-btn:last-child {
    margin-left: 0px;
}
a,
.link {
    color: #32444b;
    text-decoration: none;
    cursor: pointer;
}
.small-text {
    font-size: 12px;
}
a:hover{text-decoration:none}
p {
    margin:0;
    padding:0 0 9px 0
}
.lite {
    color:#e0e6e7
}
button, .button {
    font-family: "Assistant", sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 1em;
    margin: 4px 0;
    padding: .6em 1em;
    background: #32444b;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #32444b;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.button.categoryHandle,
.button.hardwareItemButton,
.button.voiceProOrderPlacementButton {
    color: #32444b;
    background: #e0e6e7;
    border: 1px solid #e0e6e7;
}
.growlerInner .button,
.growlerInner button {
    background: #49636d;
    border-color: #49636d;
}
.growlerInner select,
.growlerInner input {
    margin-bottom: 10px;
}
.bold-text {
    font-weight: bold;
}
.no-padding {
    padding: 0;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-addon:first-child {
    border-right: 0;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #32444b;
    text-align: center;
    background-color: #e0e6e7;
    border: 1px solid #c5cbcc;
    border-radius: 0.25em;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25em;
}
div#productsContentDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
    max-width: 1060px;
    margin-left: -8px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
/* VPBX Block List */
ul.block-list{
    padding-left: 0;
    margin-bottom: 20px;
}
.block-list .button{
    min-width: 200px;
    background: #fff;
    color: #32444b;
    border: 1px solid #e0e6e7;
    margin: 5px;
}
.block-list .button:hover:not(.selected){
    background: transparent;
    border: 1px solid #e0e6e7;
    color: #32444b;
}
.block-list .button:first-of-type{
    margin-left: 0px;
}
.block-list .button.selected a{
    color: #fff;
}
.search-row{
    margin-bottom: 5px;
    text-align: right;
}
.search-row .block-list-search-input{
    margin-right: 5px;
    width: 350px;
}
.search-row .search-button{
    display:inline-block;
}
.clear-search{
    text-align: right;
    margin-bottom: 5px;
}
table.table-stripped tbody:nth-child(even) tr.main {
    background-color: #f2f2f2;
}
table.table-stripped tbody:nth-child(even) tr.main:hover, table.table-stripped tr.main:hover {
    background-color: #334f5f;
    color: #fff !important;
    cursor: pointer;
}
.is-closed{
    display: none;
}
/* End VPBX Block List */

div#productsContentDiv .button.orderBtn {
    text-align: left;
    margin: 8px;
    padding: 2px 2px;
    font-weight: 600;
    width: 240px;
    max-width: 240px;
}
button:hover, .button:hover, 
button:focus, .button:focus,
button:active, .button:active {
    text-decoration: none;
    color: #FFF;
    background: #6692ac;
    border: 1px solid;
    border-color: #6692ac;
}
.Bigbtn {
    display: block;
    margin: 2px auto;
    width: 80%;
    max-width: 170px;
    text-align: left;
    min-width: 150px; 
    background: #fff;
    color: #32444b;
    border: 1px solid #e0e6e7;
}
.Bigbtn:hover {

}
.Bigbtn img {
    vertical-align:middle;
    width:30px;
    margin-right:8px;
    height: 30px;
}
div.button.vpbxBtn,
div.button.voiceServiceBtn {
    font-weight: 600;
    max-width: initial;
    border-radius: 0.25em;
    width: auto;
    margin: 0;
    margin-bottom: 5px;
    padding: 10px 5px 10px 40px;
    background-size: 25px;
    background-position: 5px center;
}
div.button.vpbxBtn:hover,
div.button.voiceServiceBtn:hover {
    background-color: #32444b;
}
div.button.vpbxBtn.selected,
div.button.voiceServiceBtn.selected {
    background-color: #32444b;
    border-color: #32444b;
}
.voiceServiceStatusButton {
    background: url(../images/icons/status.png) no-repeat;
}
.voiceServiceStatusButton:hover {
    background: url(../images/icons/status_over.png) no-repeat;
}
.voiceServiceTechnicalButton {
    background: url(../images/icons/technical.png) no-repeat;
}
.voiceServiceTechnicalButton:hover {
    background: url(../images/icons/technical_over.png) no-repeat;
}
.voiceServiceSoftphoneButton {
    background: url(../images/icons/softphone_provisioningV2.png) no-repeat;
}
.voiceServiceSoftphoneButton:hover {
    background: url(../images/icons/softphone_provisioningV2_over.png) no-repeat;
}
.voiceServiceBillingButton {
    background: url(../images/icons/billing.png) no-repeat;
}
.voiceServiceBillingButton:hover {
    background: url(../images/icons/billing_over.png) no-repeat;
}
.voiceServiceCDRButton {
    background: url(../images/icons/cdr.png) no-repeat;
}
.voiceServiceCDRButton:hover {
    background: url(../images/icons/cdr_over.png) no-repeat;
}
.voiceServiceCSRButton {
    background: url(../images/icons/csr.png) no-repeat;
}
.voiceServiceCSRButton:hover {
    background: url(../images/icons/csr_over.png) no-repeat;
}
.voiceServiceForwardingButton {
    background: url(../images/icons/forwarding.png) no-repeat;
}
.voiceServiceForwardingButton:hover {
    background: url(../images/icons/forwarding_over.png) no-repeat;
}
.voiceServiceBarringButton {
    background: url(../images/icons/block.png) no-repeat;
}
.voiceServiceBarringButton:hover {
    background: url(../images/icons/block_over.png) no-repeat;
}
.voiceServiceNumbersButton {
    background: url(../images/icons/numbers.png) no-repeat;
}
.voiceServiceNumbersButton:hover {
    background: url(../images/icons/numbers_over.png) no-repeat;
}
.voiceServiceCodecsButton {
    background: url(../images/icons/codecs.png) no-repeat;
}
.voiceServiceCodecsButton:hover {
    background: url(../images/icons/codecs_over.png) no-repeat;
}
.voiceServiceManagementButton {
    background: url(../images/icons/management.png) no-repeat;
}
.voiceServiceManagementButton:hover {
    background: url(../images/icons/management_over.png) no-repeat;
}
.voiceServiceUpgradeButton {
    background: url(../images/icons/queue.png) no-repeat;
}
.voiceServiceUpgradeButton:hover {
    background: url(../images/icons/queue_over.png) no-repeat;
}
.vpbxDetailStatusButton {
    background: url(../images/icons/status.png) no-repeat;
}
.vpbxDetailStatusButton:hover {
    background: url(../images/icons/status_over.png) no-repeat;
}
.vpbxDetailDepartmentsButton {
    background: url(../images/icons/departments.png) no-repeat;
}
.vpbxDetailDepartmentsButton:hover {
    background: url(../images/icons/departments_over.png) no-repeat;
}
.vpbxDetailSoftphoneButton {
    background: url(../images/icons/softphone_provisioningV2.png) no-repeat;
}
.vpbxDetailSoftphoneButton:hover {
    background: url(../images/icons/softphone_provisioningV2_over.png) no-repeat;
}
.vpbxDetailExtSummaryButton {
    background: url(../images/icons/extSummary.png) no-repeat;
}
.vpbxDetailExtSummaryButton:hover {
    background: url(../images/icons/extSummary_over.png) no-repeat;
}
.vpbxDetailExtensionsButton {
    background: url(../images/icons/extensions.png) no-repeat;
}
.vpbxDetailExtensionsButton:hover {
    background: url(../images/icons/extensions_over.png) no-repeat;
}
.vpbxDetailExtBulkEditButton {
    background: url(../images/icons/extensionsBulkEdit.png) no-repeat;
}
.vpbxDetailExtBulkEditButton:hover {
    background: url(../images/icons/extensionsBulkEdit_over.png) no-repeat;
}
.vpbxDetailDDIButton {
    background: url(../images/icons/ddi.png) no-repeat;
}
.vpbxDetailDDIButton:hover {
    background: url(../images/icons/ddi_over.png) no-repeat;
}
.vpbxDetailRingGroupButton {
    background: url(../images/icons/ringGroup.png) no-repeat;
}
.vpbxDetailRingGroupButton:hover {
    background: url(../images/icons/ringGroup_over.png) no-repeat;
}
.vpbxDetailIVRButton {
    background: url(../images/icons/ivr.png) no-repeat;
}
.vpbxDetailIVRButton:hover {
    background: url(../images/icons/ivr_over.png) no-repeat;
}
.vpbxDetailTimeConditionButton {
    background: url(../images/icons/timeCondition.png) no-repeat;
}
.vpbxDetailTimeConditionButton:hover {
    background: url(../images/icons/timeCondition_over.png) no-repeat;
}
.vpbxDetailQueuesButton {
    background: url(../images/icons/queue.png) no-repeat;
}
.vpbxDetailQueuesButton:hover {
    background: url(../images/icons/queue_over.png) no-repeat;
}
.vpbxDetailPinsButton {
    background: url(../images/icons/pins.png) no-repeat;
}
.vpbxDetailPinsButton:hover {
    background: url(../images/icons/pins_over.png) no-repeat;
}
.vpbxDetailSpeedDialButton {
    background: url(../images/icons/speedDial.png) no-repeat;
}
.vpbxDetailSpeedDialButton:hover {
    background: url(../images/icons/speedDial_over.png) no-repeat;
}
.vpbxDetailPromptsButton {
    background: url(../images/icons/volumeUp.png) no-repeat;
}
.vpbxDetailPromptsButton:hover {
    background: url(../images/icons/volumeUp_over.png) no-repeat;
}
.vpbxDetailAnnouncementsButton {
    background: url(../images/icons/bullhorn.png) no-repeat;
}
.vpbxDetailAnnouncementsButton:hover {
    background: url(../images/icons/bullhorn_over.png) no-repeat;
}
.vpbxDetailCallerIdRewritesButton {
    background: url(../images/icons/callerIdRewrite.png) no-repeat;
}
.vpbxDetailCallerIdRewritesButton:hover {
    background: url(../images/icons/callerIdRewrite_over.png) no-repeat;
}
.vpbxDetailTrunksButton {
    background: url(../images/icons/billing.png) no-repeat;
}
.vpbxDetailTrunksButton:hover {
    background: url(../images/icons/billing_over.png) no-repeat;
}
.vpbxDetailUpgradeDowngradeButton {
    background: url(../images/icons/upgrade-downgrade.png) no-repeat;
}
.vpbxDetailUpgradeDowngradeButton:hover {
    background: url(../images/icons/upgrade-downgrade_over.png) no-repeat;
}
.vpbxDetailManagementButton {
    background: url(../images/icons/management.png) no-repeat;
}
.vpbxDetailManagementButton:hover {
    background: url(../images/icons/management_over.png) no-repeat;
}
.vpbxDetailCallRecordingsButton {
    background: url(../images/icons/callRecording.png) no-repeat;
}
.vpbxDetailCallRecordingsButton:hover {
    background: url(../images/icons/callRecording_over.png) no-repeat;
}
.vpbxDetailCdrssButton {
    background: url(../images/icons/cdr.png) no-repeat;
}
.vpbxDetailCdrssButton:hover {
    background: url(../images/icons/cdr_over.png) no-repeat;
}
.vpbxRestoreButton {
    background: url(../images/icons/refresh.png) no-repeat;
}
.vpbxRestoreButton:hover {
    background: url(../images/icons/refresh-down.png) no-repeat;
}
.vpbxBlockListButton {
    background: url(../images/icons/block.png) no-repeat;
}
.vpbxBlockListButton:hover {
    background: url(../images/icons/block_over.png) no-repeat;
}

/*showVpbx_container buttons with .selected class*/
.vpbxDetailStatusButton.selected {
    background-image: url(../images/icons/status_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailDepartmentsButton.selected {
    background-image: url(../images/icons/departments_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailExtSummaryButton.selected {
    background-image: url(../images/icons/extSummary_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailExtensionsButton.selected {
    background-image: url(../images/icons/extensions_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailExtBulkEditButton.selected {
    background-image: url(../images/icons/extensionsBulkEdit_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailDDIButton.selected {
    background-image: url(../images/icons/ddi_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailRingGroupButton.selected {
    background-image: url(../images/icons/ringGroup_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailIVRButton.selected {
    background-image: url(../images/icons/ivr_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailTimeConditionButton.selected {
    background-image: url(../images/icons/timeCondition_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailQueuesButton.selected {
    background-image: url(../images/icons/queue_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailPinsButton.selected {
    background-image: url(../images/icons/pins_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailSpeedDialButton.selected {
    background-image: url(../images/icons/speedDial_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailPromptsButton.selected {
    background-image: url(../images/icons/volumeUp_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailAnnouncementsButton.selected {
    background-image: url(../images/icons/bullhorn_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailCallerIdRewritesButton.selected {
    background-image: url(../images/icons/callerIdRewrite_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailTrunksButton.selected {
    background-image: url(../images/icons/billing_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailUpgradeDowngradeButton.selected {
    background-image: url(../images/icons/upgrade-downgrade_over.png);
    background-repeat: no-repeat;
}
.vpbxDetailManagementButton.selected {
    background-image: url(../images/icons/management_over.png);
    background-repeat: no-repeat;
}

div.showVpbx_container,
div.showVoiceServiceContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
div.showVpbx_left_container,
div.showVoiceService_left_container {
    order: 1;
    width: 230px;
}
div.showVpbx_left_container .Bigbtn img,
div.showVoiceService_left_container .Bigbtn img {
    vertical-align: middle;
    height: 25px;
    margin-right: 8px;
    width: auto;
}
div.showVpbx_right_container,
div.showVoiceService_right_container {
    order: 2;
    flex-grow: 2;
    float:left;
    width:75%;
    position:relative;
    z-index:90;
    margin-left: 20px;
}
div.showVpbx_right_container table.formTable>tbody>tr>th {
    width: 160px;
}
div.showVpbx_right_container table.formTable {
    width: 100%;
}
td.ddisList select,
td.ringGroupsList select {
    width: 100%;
    border-radius: 0.25em;
}
select {
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    border-radius: 0.25em;
    margin-right: 3px;
    padding: 6px;
    border: 1px solid #e0e6e7;
    background: #fff;
    color: #5f7474;
    vertical-align: middle;
    line-height: 1.42857143;
}
select optgroup {
    font-size: 12px;
    font-weight: normal;
}
select option {
    font-size: 13px;
}
input, textarea {
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    color: #555;
    padding: 6px 12px;
    border-radius: 0.25em;
    background: #fff;
    border: 1px solid #e0e6e7;
    vertical-align: middle;
    line-height: 1.42857143;
}
table.detail td>input[type="text"],
table.detail td>input[type="password"],
table.detail td>textarea,
table.detail td>select {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available
}
table.detail td>select {
    margin-right: 0;
}
table.detail tr.primaryHeader th {
    background: #32444b;
}
input:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
a:focus {
    box-shadow: none;
}
input[type="date"] {
    height: 20px;
}
input[type="radio"] {
    box-shadow: none;
    width: 15px;
    height: 15px;
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}
thead {
    color: #32444b;
    font-weight: bold;
}
table thead tr th,
table tr th.head {
    text-align:left;
    background:#6692ac;
    color:#fff !important;
    font-weight:bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
table>thead>tr:first-child th:first-child {
    border-radius: 0.25em 0 0 0;
}
table>thead>tr:first-child th:last-child {
    border-radius: 0 0.25em 0 0;
}
table>thead>tr:first-child th:first-child:last-child {
    border-radius: 0.25em 0.25em 0 0;
}
table.detail tbody tr:first-child th:first-child {
    border-radius: 0.25em 0 0 0;
}
table.detail tbody tr:first-child th:last-child {
    border-radius: 0 0.25em 0 0;
}
table.detail tbody tr:first-child th:last-child:last-child {
    border-radius: 0.25em 0.25em 0 0;
}
table.detail th {
    padding-left:.5em;
    padding-right:.5em;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
}
table tr td {
    padding: 4px;
    font-size: 1em;
    zoom: 1;
}
table.detail td {
    padding: .5em;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
}
div#clientSearch button.btn-secondary.btn-small {
    color: #32444b;
}
div#clientSearch table.detail{
    margin:0;
    width: 680px;
}
div#clientSearchResults {
    margin-bottom: 1.5em;
}
/* end html elements */

/* Generic Classes*/
.text-green {
    color: #859d93;
}
.text-red {
    color: #91272c;
}
.text-orange {
    color: #f16624;
}
.text-blue {
    color: #10586b;
}
.btn-primary { 
  color: #FFFFFF; 
  background-color: #32444B; 
  border-color: #32444B; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #FFFFFF; 
  background-color: #6692ac; 
  border-color: #6692ac; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
    background-color: #e0e6e7;
    border-color: #e0e6e7;
    color: #888;
    cursor: not-allowed;
    box-shadow: none;
} 
 
.btn-primary .badge { 
  color: #32444B; 
  background-color: #FFFFFF; 
}
.btn-primary .fa,
.button .fa {
    color: #ffffff;
}
.btn-secondary .fa {
    color: #6692AC;
}
.btn-secondary { 
  color: #6692AC; 
  background-color: #E0E6E7; 
  border-color: #E0E6E7; 
  transition: all .2s;
  -webkit-transition: all .2s;
} 
 
.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
  color: #6692AC; 
  background-color: #ffffff; 
  border-color: #E0E6E7; 
} 
 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
  background-image: none; 
} 
 
.btn-secondary.disabled, 
.btn-secondary[disabled], 
fieldset[disabled] .btn-secondary, 
.btn-secondary.disabled:hover, 
.btn-secondary[disabled]:hover, 
fieldset[disabled] .btn-secondary:hover, 
.btn-secondary.disabled:focus, 
.btn-secondary[disabled]:focus, 
fieldset[disabled] .btn-secondary:focus, 
.btn-secondary.disabled:active, 
.btn-secondary[disabled]:active, 
fieldset[disabled] .btn-secondary:active, 
.btn-secondary.disabled.active, 
.btn-secondary[disabled].active, 
fieldset[disabled] .btn-secondary.active { 
  background-color: #E0E6E7; 
  border-color: #E0E6E7; 
} 
 
.btn-secondary .badge { 
  color: #E0E6E7; 
  background-color: #6692AC; 
}
.btn-orange { 
  color: #FFFFFF; 
  background-color: #F16624; 
  border-color: #b7562b; 
} 
 
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  color: #FFFFFF; 
  background-color: #C9531C; 
  border-color: #b7562b;
} 
 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  background-image: none; 
} 
 
.btn-orange.disabled, 
.btn-orange[disabled], 
fieldset[disabled] .btn-orange, 
.btn-orange.disabled:hover, 
.btn-orange[disabled]:hover, 
fieldset[disabled] .btn-orange:hover, 
.btn-orange.disabled:focus, 
.btn-orange[disabled]:focus, 
fieldset[disabled] .btn-orange:focus, 
.btn-orange.disabled:active, 
.btn-orange[disabled]:active, 
fieldset[disabled] .btn-orange:active, 
.btn-orange.disabled.active, 
.btn-orange[disabled].active, 
fieldset[disabled] .btn-orange.active { 
  background-color: #F16624; 
  border-color: #b7562b; 
} 
 
.btn-orange .badge { 
  color: #F16624; 
  background-color: #FFFFFF; 
}

.btn-green { 
  color: #FFFFFF; 
  background-color: #70A843; 
  border-color: #70A843; 
} 
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #FFFFFF; 
  background-color: #588533; 
  border-color: #598535; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #70A843; 
  border-color: #598535; 
} 
 
.btn-green .badge { 
  color: #70A843; 
  background-color: #FFFFFF; 
}

.btn-red { 
  color: #ffffff; 
  background-color: #91272C; 
  border-color: #91272C; 
} 
 
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
  color: #ffffff; 
  background-color: #B03036; 
  border-color: #91272C; 
} 
 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
  background-image: none; 
} 
 
.btn-red.disabled, 
.btn-red[disabled], 
fieldset[disabled] .btn-red, 
.btn-red.disabled:hover, 
.btn-red[disabled]:hover, 
fieldset[disabled] .btn-red:hover, 
.btn-red.disabled:focus, 
.btn-red[disabled]:focus, 
fieldset[disabled] .btn-red:focus, 
.btn-red.disabled:active, 
.btn-red[disabled]:active, 
fieldset[disabled] .btn-red:active, 
.btn-red.disabled.active, 
.btn-red[disabled].active, 
fieldset[disabled] .btn-red.active { 
  background-color: #91272C; 
  border-color: #91272C; 
} 
 
.btn-red .badge { 
  color: #91272C; 
  background-color: #ffffff; 
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-small {
    padding: 5px 8px;
    font-size: 12px;
}
.btn-refresh {
    padding: 2px 6px;
}
.btn-sm, .btn-group-sm > .btn {
    font-size: 0.7rem !important;
    padding: 4px 6px;
}


.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.help-text {
    padding-top: 2px;
    margin-bottom: 2px;
    font-size: 0.75em;
    display: block;
}
/* End Generic Classes*/


/* CZ2 classes */
.header-container {
    display: flex;
}
#desktopHeader.header-container-login {
    background: #32444b;
    display: block;
    height: 130px;
    border-bottom: 1px solid #666;
}
.login-template #pageWrapper {
    background: url(../images/login/login-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-template #pageWrapperOverlay {
    width: 100%;
    height: 100%;
    background: url(../images/login/login-page-blocks.png) no-repeat center center fixed;
    background-size: 1380px;
}
.login-template #dockWrapper {
    display: none !important;
}
.signup-template #pageWrapper,
.showResetpassword-template #pageWrapper {
    background: #fff;
}
.signup-template #mobileNav,
.showResetpassword-template #mobileNav {
    display: none !important;
}
.showResetpassword-template #module_login {
    display: none;
}
form.showResetPassword {
    width: 865px;
    margin: 0 auto;
}
.showResetPasswordBack {
    width: 865px;
    margin: 0 auto;
    text-align: center;
}
#desktopHeader {
    background: #f0f0f0;
    clear: both;
    height: 130px;
    background: #fff;
    border-bottom: none;
    box-shadow: none;
    position: relative;
}
.login-template .logo-container {
    height: 130px;
}
.login-template .logo-container img {
    top: 0;
}
.logo-container {
    color: #285169;
    text-align: center;
    margin: 0 auto;
    min-width: 317px;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    background: #32444b;
    padding: 0 25px;
    border: none;
}
.logo-container img {
    position: relative;
    top: 25px;
    width: 310px;
}
.header-links-container {
    width: 100%;
}
.top-row-container {
    background: #e0e6e7;
    color: #32444b;
    height: 65px;
    position: relative;
}
.top-row-container h1 {
    font-family: 'Titillium Web', sans-serif;
    color: #32444b;
    font-weight: 600;
    font-size: 30px;
    left: 20px;
    position: relative;
    top: 15px;
    padding: 0;
}
.top-row-container a {
    color: #32444b;
}
.header-logout-container {
    height: 65px;
    text-align: right;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0px
}
#module_transactAsUser {
    height: 35px;
    padding: 15px;
}
.header-logout-container .transactAsContainer {
    border-right: 1px solid #32444b;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    padding-right: 20px;
    padding-top: 3px;
}
.top-row-container .transactAsContainer a:hover {
    text-decoration: underline;
}
.header-logout-container .transactAsContainer span {
    font-weight: 600;
}
.header-logout-container .transactAsContainer i {
    margin-right: 7px;
    color: rgba(50, 68, 75, 0.21);
}
.header-logout-container .transactAsContainer span {
    display: block;
}
.header-logout-container a.logout {
    color: #ffffff;
    margin-left: 22px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
.menu-bar-container {
    padding-left: 5px;
    position: relative;
    height: 65px;
    background: #6692ac;
}
.menu-bar-container.dev {
    background: #859d93;
}
h1.devModeContainer {
    position: absolute;
    top: 77px;
    left: 125px;
    color: #fff;
}
#desktopNavbar {
    background: transparent;
    margin: 0px;
    line-height: 1em;
    text-align: left;
    margin-left: 0px;
    position: absolute;
    border-top: none;
    top: 0px;
    letter-spacing: 0.21px;
}
#desktopNavbar ul {
    padding: 0; 
    margin: 0; 
    list-style: none; 
    font-size: 12px; 
    display: block; 
    float: left; 
    margin-top: 0;
}
#desktopNavbar li {
    float: left;
}

#desktopNavbar li a.disabled {
    color:#aaa;
    cursor:not-allowed;
}

#desktopNavbar li a.disabled:hover {
    background:#285169;
    color:#aaa;
}

#desktopNavbar a {
    display: block;
}   
    
#desktopNavbar ul li a {
    text-transform:uppercase;
    padding: 5px 18px 5px 18px; 
    color: #242424;
    font-weight: normal;
    border:0px;
}

#desktopNavbar ul li a:hover {
    color: #3d6c8a;
}

#desktopNavbar li ul {
    margin:0;
    position: absolute;
    width: 180px;
    left: -999em;
    z-index: 8000;
    box-shadow: 5px 5px 8px rgba(121, 121, 121, 0.5);
    top: 65px;
}
#desktopNavbar li ul li ul {
    top: auto;
}

#desktopNavbar li:hover ul ul,
#desktopNavbar li.ieHover ul ul,
#desktopNavbar li:hover ul ul ul,
#desktopNavbar li.ieHover ul ul ul {
    left: -999em;
}

#desktopNavbar li ul ul { /* third-and-above-level lists */
    margin: -43px 0 0 196px;
}

#desktopNavbar li ul li .check {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 5px;
    height: 5px;
    background: #555;
    overflow: hidden;
    line-height: 1px;
    font-size: 1px;
}
#desktopNavbar li {
    float: left;
    margin: 0px -2px;
}
div#module_menu>ul>li {
    height: 65px;
}
div#module_menu>ul>li>a {
    padding: 26px 18px;
}
div#module_menu > ul > li > a:hover,
div#module_menu > ul > li > a:active,
div#module_menu > ul > li:hover > a {
    border-top: 3px solid #fff;
    color: #fff;
    padding-top: 23px;
    font-weight: 600;
}

#desktopNavbar ul li a.arrow-right, #desktopNavbar ul li a:hover.arrow-right {
    background-image: url(../images/arrow-right.gif);
    background-repeat: no-repeat;
    background-position: right 17px;
}
#desktopNavbar > div > ul > li > ul > li:first-child {
    border-top: 3px solid #6692ac;
}

#desktopNavbar li ul li a {
    position: relative;
    padding: 14px;
    width: 168px;
    color: #e0e6e7;
    font-weight: normal;
    background:#32444b;
    border-bottom: 1px solid #6692ac;
    letter-spacing: .1rem;
    text-transform: capitalize;
}
#desktopNavbar li ul li a:hover,
#desktopNavbar li ul li:hover > a {
    color: #fff;
    background-color: #10586b;
}
#desktopNavbar li ul li a:hover .check {
    background: #ffffff;
}
#desktopNavbar li:hover ul,
#desktopNavbar li.ieHover ul,
#desktopNavbar li li.ieHover ul,
#desktopNavbar li li li.ieHover ul,
#desktopNavbar li li:hover ul,
#desktopNavbar li li li:hover ul { /* lists nested under hovered list items */
    left: auto;
}
#desktopNavbar li:hover { /* For IE7 */
    position: static;
}
#desktopNavbar li a.disabled {
    color: #5f7474;
    cursor: not-allowed;
}
#blueBar {
    margin: 5px 0;
    padding: 0;
    position: absolute;
    color: #e0e6e7;
    line-height: 45px;
    font-size: 11px;
    overflow: hidden;
    right: -340px;
    top: 0px;
    height: 55px;
    width: 365px;
    background: none;
    border-radius: 0.25em 0 0 0.25em;
    transition: 1s;
    -moz-animation: slide 1s ease 3.5s forwards;
    -webkit-animation: slide 1s ease 3.5s forwards;
    -o-animation: slide 1s ease 3.5s forwards;
    -ms-animation: slide 1s ease 3.5s forwards;
    animation: slide 1s ease 3.5s forwards;
}

#blueBar .transact-as-rotate {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: #475f69;
    padding: 0 5px;
    cursor: pointer;
    width: 10px;
    float: left;
}
#topRight {
    padding: 5px;
}
#blueBar select#transactAsHistory {
    margin-right: 3px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}
#blueBar select#transactAsHistory option {
    background-color: #ffffff;
    color: #32444b;
}
button.transactAs-contact-button {
    padding: 0.35em 1em;
}
#leftBar .module {
    border: none;
    overflow-x: hidden;
    zoom: 1;
}
.menuParent {
    background: none;
}
#desktopNavbar ul li a {
    text-transform: uppercase;
    padding: 5px 18px 5px 18px;
    color: #32444b;
    font-weight: normal;
    border: 0px;
    color: #fff;
    font-weight: 600;
}
#pageWrapper {
    background: #e0e6e7;
    font-family: 'Assistant', sans-serif;
}
#module_clientSearch {
    background: #ffffff;
}
.client-search-container {
    min-width: 273px;
    padding: 47px;
    padding-top: 63px;
}
.client-search-container h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-family: "Titillium Web", sans-serif;
}
.client-search-container input {
    width: 240px !important;
}
.client-search-container select {
    min-width: 266px;
}
span.transact-as-label {
    margin-right: 10px;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 700;
}
.client-search-inner-container {
    position: relative;
}
.client-search-inner-container a {
    vertical-align: middle;
    top: 2px;
    position: absolute;
    margin: 0px 5px;
    left: 241px;
}
#transactAsClose {
    float: right;
    text-align: left;
    color: #fff;
    margin-right: 5px;
}
#desktopFooter {
    font-size: 10px;
    height: 24px;
    padding: 6px 8px 0 8px;
    background: #32444b;
    color: #6692ac;
}
#mobileNav {
    display: none;
    width: 238px;
    padding: 5px 14px;
    font-size: 14px;
    color: #32444b;
    position: relative;
    text-align: left;
    background-color: #e0e6e7;
    border: 1px solid #cacfd0;
    background-image: url(../images/mobile-menu-icon.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    height: 22px;
    line-height: 22px;
    margin: 0;
    top: 75px;
    left: -327px;
    border-radius: 0.25em;
    z-index: 100;
}
#mobileNav:hover {
    background-color: #cacfd0;
    color: #32444b;
}
#mobileNavOptions {
    display: inline-block;
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 500;
    left: 0;
    background: #f5f5f5;
    width: 266px;
    padding: 5px 0px;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
    text-shadow: none;
    margin-top: 6px;
    margin-left: -1px;
    font-size: 12px;
    border-radius: 0.25em;
}
#mobileNavOptions a {
    padding: 2px 8px;
    background: #e0e6e7;
    color: #32444b;
}
#mobileNavOptions a:hover {
    color: #fff;
    background: #334f5f;
}
.row1:hover,
.row0:hover {
    background-color: #334f5f;
    color: #fff !important;
}
.row1:hover a,
.row0:hover a {
    color: #e0e6e7;
}
.row1.error:hover,
.row0.error:hover {
    background-color: #91272c !important;
    color: #fff !important;
}
td.clickable {
    color: #6692ac;
    text-decoration: underline;
}
.row1:hover td.clickable,
.row0:hover td.clickable {
    color: #e0e6e7;
}
.row1:hover .robot0,
.row0:hover .robot0 {
    color: #ff575f;
}
table.detail tr:hover td.clickable {
    color: #e0e6e7;
}
table.detail tr.error td.clickable {
    color: #91272c;
    text-decoration: underline;
}
table.detail tr.error:hover td.clickable {
    color: #f7c3bc;
}
.cz-check-mark {
    font-size:15px;
    line-height: 15px;
}
.mochaContent>h1 {
    border-bottom: 1px solid #e0e6e7;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding: 10px 13px 15px 13px;
    margin-bottom: 20px;
}
.button.selected {
    background-color: #6692ac;
    border: 1px solid #e0e6e7;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: 5px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 00.25em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group {
    margin-bottom: 15px;
}
div#loginWrapper.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loginWrapperContainer {
    margin: 0 auto;
    width: auto;
}
.loginWrapperContainer > .form-group > div.button-container {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px;
}
.loginWrapperContainer > .form-group > div.button-container > span.btn {
    font-size: 17px;
    border: 1px solid #e0e6e7;
    font-weight: 600;
    padding: 3px 5px;
    width: 100%;
    display: block;
    border-radius: 0.25em;
}
.loginWrapperContainer > .form-group .btn.active {
    color: #fff;
    background: #6692ac;
}
.loginWrapperContainer h1 {
    font-size: 230%;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#loginBtn {
    font-weight: 600;
}
.loginWrapperContainer div.form-group input.form-control {
    width: 310px;
}
.forgotPasswordLink {
    float: right;
}
.inline-block {
    display: inline-block;
}
label#searchCriteriaLabel {

}
div#clientSearchFormContainer {
    margin-bottom: 2px;
    top: -10px;
    position: relative;
}
div#clientSearchFormContainer label {
    margin-top: 15px;
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
}
div#clientSearchFormContainer label:first-child {
    margin-top: 10px;
}
select#clientSearchCriteria {
    margin-bottom: 14px;
}
/* auto logout spinner*/
#countdown {
    position: relative;
    margin: auto;
    margin-top: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-bottom: 10px;
}

#countdown-number {
    color: #32444b;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

svg.autoLogoutSpinner {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

svg.autoLogoutSpinner circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #32444b;
    fill: none;
    animation: countdown 1s ease infinite backwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
div#autoLogout {
    display:none;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%; 
    z-index:9999;
}
div#autoLogout>div {
    position: absolute;
    top: 15%;
    left: 37.5%;
    width: 25%;
    height: auto;
    background: #e0e6e7;
    border: 1px solid #e0e6e7;
    padding: 20px 12px;
    box-shadow: 0 0 15px #32444b;
    text-align: center;
    border-radius: 0.25em;
}
div#autoLogoutTimeMessage {
    display: none;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 10px;
    position: relative;
    color: #91272c;
}
button.autoLogoutButton {
    width: 100px; 
    margin:0 auto;
}

/*Order wizard page*/
div#place_order h2 {
    font-family: 'Assistant', sans-serif;
    text-align: left;
    font-size: 18px;
}
div#place_order .orderWizardTransactAsNotice {
    display: inline-block;
    font-size: 16px;
    width: 524px;
}
div#place_order .topBannerProgressNotice {
    overflow: hidden;
}
div#place_order hr.orderWizardHorizontalLine {
    margin-left: -12px;
    margin-right: -12px;
}
div#productsDetailsContentDiv table.orderDetail tbody tr th {
    width: 25%;
}
span.multiStepBlock {
    font-family: 'Titillium', sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 34px;
    height: 34px;
    background: #32444b;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 0.25em;
    margin-right: 5px;
}
div#place_order_content div.topBannerProgressNotice {

}
div#place_order div#orderProgress div.selected,
div#signUpProgress div.done {
    color: #6692ac;
}
div#place_order div#orderProgress div.selected span.multiStepBlock,
div#signUpProgress div.done span.multiStepBlock {
    background: #6692ac;
}
div#place_order div#orderProgress>div {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
div#place_order table div.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
div#place_order table#basketTable {
    width: 596px;
}
div#place_order .button {
    width: 260px;
    padding: 8px;
}
div.basketButtonContainer .button {
    width: 175px;
    padding: 8px 9px;
}
.getVatDescription {
    font-size: 10px;
    margin-top: 15px;
}
div#productsDetailsContentDiv div.notice,div#orderRequestResponseDiv .notice {
    max-width: 966px;
}
div.notice.success p:last-child {
    padding-bottom: 0;
}
div#signUpWrapper table.detail {
    margin: 0 auto;
    width:99%;
}
div#signUpWrapper .button {
    width: 120px;
}
.padding-top-and-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bulkmailer_buttons_block {
    width: 98.8%;
    display: block;
    padding: 4px 8px;
    border: 1px solid #ccc;
    background: #eef2f3;
    border-radius: 0.25em;
}
div#recipientsTable > table {
    width: 100%;
}
.bulkmailer_button_label {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
    margin-right: 10px;
}
.betweenDatesContainer {
    margin-top: 10px;
    display: flex;
}
.betweenDatesContainer div.input-group {
    margin-right: 10px;
}
.small-caps {
    font-variant: small-caps;
}
.permission-group-button {
    float: left;
    margin: 3px 4px;
    cursor: pointer;
    border-radius: 0.25em;
    padding: 6px 9px;
    color: #32444b;
}
.permission-task {
float: left;
    width: 300px;
    text-align: left;
    margin: 3px;
}

/* Monthly report */
.admin-tasks{
    margin: 20px 0;
}
.monthlyStatsRefresh.button{
    margin: 0px 10px;
}
.monthlyStatsExport.button {
   margin-left: 5px;
}
.monthlyStatsRefresh.button i, .monthlyStatsExport.button i{
    margin-right: 5px;
}

/* End of monthly report */

.d-block{
    display: block;
}
.w-100{
    width: 100%;
}
.postpaidLink,
.prepaidLink {
    font-weight: 600;
}
.signUpAgreeTerms {
    display: block;
    float: left;
    width: 90%;
    margin-left: 15px;
    margin-right: 0px;
    text-align: left;
}
form#addUserForm input[type="text"] {
    width: 267px;
}
div#call_charge_variances_content {
    position: relative;
    width: 95%;
    height: auto;
    padding-bottom: 60px !important;
}
div.mochaContentWrapper > div:first-child {
    /*position: relative;*/
    height: auto;
}
div#generate_contract_content {
    width: auto;
}
div.orderDetails_container {
    display: flex;
    position: relative;
    /*width: 100%;*/
    margin-bottom: 15px;
}
div.orderDetails_orderDetails {
    flex-basis: 35%;
    padding-right: 20px;
}
div.orderDetails_orderLines {
    flex-basis: 65%;
}
div.orderDetailsPagination {
    text-align: left;
}
.pagination_actions_label {
    font-weight: 700;
    margin: 0 20px;
}
select.productTypeDetails_productTypeImage {
    width: 80% !important;
}
div.form-group-radio {
    margin-bottom: 10px;
}
div#numResResponseDiv {
    width: auto;
}
#numResSearch {
    box-sizing: border-box;
}
.noticeManagement_date {
    position: absolute;
    right: 20px;
    top: 30px;
}
div.noticeBlockInfo p:last-child {
    padding-bottom: 0;
}
div.error p:last-child,
div.notice p:last-child,
div.success p:last-child {
    padding-bottom: 0;
}
div.news {
    background-color: #fff;
    border-radius: 0.25em;
    border: none;
}
form#contactUsForm label, form#quotingToolData label {
    font-weight: 700;
    min-width: 100px;
    margin-bottom: 5px;
    display: block;
}
.horizontal-form > .form-group > div {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
form#contactUsForm input[type="text"],
form#quotingToolData input[type="text"],
form#contactUsForm select,
form#quotingToolData select{
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}
div#contact_us_content textarea {
    border-radius: 0.25em;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 100px;
}
div#contact_us_content div.form-group:last-child {
    margin-bottom: 0;
}
.prodWrapper,
.stockInHeaderContainer {
    display: flex;
    margin-bottom: 10px;
}
.prodWrapper > div {
    margin-right: 10px;
}
#prodFieldsHolder {
    padding-top: 15px;
}
.prodInputs {
    margin-bottom: 10px;
}
div#stock_in div.prodWrapper .validation-advice {
    margin-left: 10px;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #32444b;
}
.badge-secondary {
    color: #fff;
    background-color: #6692ac;
}
.badge-success {
    color: #fff;
    background-color: #70a843;
}
.badge-danger {
    color: #fff;
    background-color: #91272c;
}
.badge-warning {
    color: #32444b;
    background-color: #f2c715;
}
.badge-light {
    color: #32444b;
    background-color: #e0e6e7;
}
.form-group input[type="text"],
.form-group select {
    width: 100%;
}
table.detail td select.timeConditionSelect {
        width: 60px;
}
th.secondary-header {
    font-weight: bold;
    color: #fff;
    background: #6692ac;
}
#logPortAppFormIdContainer {
    margin-bottom: 0;
}
#logPortAppFormIdContainer label {
    float: left;
    display: inline-block;
    line-height: 32px;
    margin-right: 10px;
}
#logPortAppFormIdContainer .validation-advice {
    margin-left: 50px;
}
#logPortAppFormIdContainer input#port_appFormId {
    box-sizing: border-box;
    width: 195px;
}
input#transferAirtimeAmount {
    width: auto;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.smallLightText {
    color: #5f7474;
    font-size: 80%;
}

/* Hosted GUI call detail records layout */
[v-cloak] {
  display: none;
}
table.nested {
    width: 100%;
    background: #ffffff;
}
@keyframes animout {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
table.detail > tbody > tr > td.cel_grouping {
    padding: 3px;
    background: #e0e6e7;
    transform-origin: top;
}
table.detail > tbody > tr > td.cel_grouping.opened {
    animation: animout 0.5s ease;
}
table.detail > tbody > tr > td.cel_count {
    
}
table.detail > tbody > tr > td.cel_count > i {
    float: right;
    cursor: pointer;
}
table.nested > thead.secondary > tr > th {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 600;
    color: #32444b !important;
    background: #cdd5d6;
}
table.nested > thead.secondary > tr th
{
    border-top: 1px solid #e0e6e7;
}
table.nested thead tr:first-child th:first-child
{
    border-radius: 0;
    border-left: 1px solid #e0e6e7;
}
table.nested thead tr:first-child th:last-child:last-child
{
    border-radius: 0;
    border-right: 1px solid #e0e6e7;
}
div.dataLoadingContainer {
    position: relative;
    width: 40px;
    height: 40px;
}
div.search-filters .el-date-editor.el-range-editor.el-input__inner {
    width: 400px;
}
div.search-filters input[name="searchInput"] {
    padding: 9px 12px;
    margin-top: -3px;
    position: relative;
}
div.search-filters button {
    margin-top: 0px;
}
div#vpbx-call-detail-records table.detail tr.success {
    background: #e0f5d4 !important;
    color: #70a843;
}
div#vpbx-call-detail-records table.detail tr.warning {
    background: #faf2cc !important;
    color: #f0ad4e;
}
.cdr_data_titles {
    font-weight: bold;
}
#inline_on_new_line
{
    display: block;
}

table.detail table.hosted_cdrs tr:hover {
    background-color: #fff;
    color: #334f5f !important;
}

table.detail table.hosted_cdrs table td div:hover {
    background-color: #334f5f;
    color: #fff !important;
}

.channel_event_log_header {
    width:25em
}

.channel_event_log_alignment {
    vertical-align: top;
}

.channel_event_log_rows {
    padding: 10px;
    margin-top:5px;
    border: 1px solid #e0e6e7;
    height: 3em;
}

.channel_event_log_rows p {
    padding:0px;
}

.search-filters {
    width: 100%; 
    margin-bottom: 10px;
}

.hosted_cdrs {
    width: 100%;
}

.hosted_cdrs table {
    width: 100%;
}

.expandable {
    border: 1px solid #bbbbbb; 
    padding: 10px; 
    margin-bottom: 5px;
}

.expandable:hover {
    background: #334f5f !important;
    color: #ffffff !important;
}

#cdr_row:hover {
    text-decoration: underline;
}

.filter_controls_padding {
    padding-top: 10px;
}
/* End Hosted GUI call detail records layout */

/**
 * Copy and paste using a button display css
 */

.copy-to-clipboard {
    background: #fff;
    border: 1px solid #bbbbbb;
    position: absolute;
    right: 0;
    top: 50%; 
    left:93%;
    transform: translateY(-50%);
    margin: 0;
    display:none;
}

.top-clients {
    height:42px; 
    float:right; 
    margin-top:-84px;
}

/* if you hover on the cel the copy button is shown */
.show-copy-to-clip-board:hover .copy-to-clipboard {
    display: inline !important;
}
/**
 * End of copy and paste display css
 */

/**
 * Job Queues Monitor
 */

.jobs-list-parent {
    width: 100%; 
    border: 1px solid black; 
    overflow: hidden;
}

.jobs-list-overview {
    width: 30%; 
    float:left; 
    border: 1px solid red;
    padding: 10px;
}

.jobs-list-overview-body {
    border: 1px solid green; 
    overflow: hidden;
    padding: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Style the buttons that are used to open and close the accordion panel */
.dynamic-section .jobs-monitor-child .accordion {
    /*background-color: #6692ac;*/
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.dynamic-section .jobs-monitor-child .active, .dynamic-section .jobs-monitor-child .accordion:hover {
    background-color: #6692ac;
}

/* Style the accordion panel. Note: hidden by default */
.dynamic-section .jobs-monitor-child .panel {
    padding: 5px 18px;
    background-color: white;
    height: 300px;
    border: 1px solid #e0e6e7;
    overflow-y: auto;
}

.dynamic-section .jobs-monitor-child .job_details {
    padding: 10px;
    border: 1px solid #e0e6e7;
    margin-bottom: 5px;
}

.dynamic-section .jobs-monitor-child .job_details:hover {
    background: #e0e6e7;
}

.dynamic-section .jobs-monitor-child .col .form-field label {
    min-width: 8em;
    width: 8.5em;
    display: inline-block;
    text-align: left;
    margin-right: 1em;
    padding: 5px;
    vertical-align: top;
}

.dynamic-section .jobs-monitor-child .col .form-field p
{
    width: 16em;
    display: inline-block;
}

.dynamic-section .jobs-monitor-child .col .form-field textarea
{
    width: 25em;
    height: 12em;
}

.dynamic-section .jobs-monitor-parent .nav-pager {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/**
 * Online signup
 */
.request_list p
{
    padding: 10px;
    border: 1px solid #e0e6e7;
    margin-bottom: 10px;
}

.request_list p:hover
{
    background: #e0e6e7;
}

.request_results_sections {
    margin-top: 5px;
}

.sign-up-request-details ul {
    list-style-type:square;
}

.sign-up-request-details ul li{
    margin: 5px 10px;
}

.sign-up-request-details div label {
    width:200px;
    display:inline-block; 
    font-weight: bold
}

.sign-up-request-details p {
    display:inline-block;
}

.sign-up-request-details .fa {
    margin-right: .25em;
    font-size: 18px;
}

/* Online signup detail */
#online-signup-detail-view .dynamic-section .workspace{
    min-width: auto;
}
.online-signup-detail dl {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 90%;
    margin: 1em 1rem 1rem 0;
    line-height: 1.4;
}
 
.online-signup-detail dl dt {
    grid-column: 1;
    font-weight: bold;
}
.online-signup-detail .section{
    margin: 15px 0;
}
.online-signup-detail dl dd {
    grid-column: 2;
}
.online-signup-detail ul{
    list-style-type:square;
    padding-left: 15px;
}
.online-signup-detail ul li{
    margin: 5px 10px;
    line-height: 1rem;
}

.port-details input {
    width:95%;
}

.port-details .number-ranges {
    width: 8em;
}

#online-signup-transact-as {
    text-decoration: underline;
}

.port-details-summary dl{
    margin: 5px 10px;
}

.client-details-sections {
    margin-top: 20px;
}

.conflict-user-details {
    padding: 40px !important;
}

.mark_exception {
    color: #91272c;
}

/**
 * quoting tool admin
 */
#quoting-tool-admin-underline {
    text-decoration: underline;
}


/* Credit management */
.sortList{
    margin: 10px 0 20px;
}