.default-color {
    color: var(--text-color);
}

#tab-bar {
    clear: both !important;
}

table td:third-child, table td:fifth-child {
    max-width: 210px;
    word-wrap: break-word;
}

.evenrow {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

li.step > a {
    font-size: 25px !important;
    background-color: var(--primary-color);
    text-decoration: none !important;
    padding: 10px;
    display: inherit;
}

.lvl2ulstep > li {
    border-bottom: 1px dotted #eee;
    display: block;
    float: left;
}

.lvl2ulstep > li::after {
    content: ">";
    font-family: times, 'Times New Roman', Helvetica;
    position: relative;
    top: 5px;
}

.lvl2ulstep li a {
    padding: 5px;
    float: left;
    display: block;
    text-decoration: none !important;
}

meter {
    height: 18px;
    width: 50px;
    min-width: 50px;

    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-left: 2px;
    margin-right: 3px;
}

/* TABS */
.buy-now-link {
    text-decoration: none !important;
    color: black !important;
    text-align: center;
}

.black-button-gradiant {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 5px;
    text-align: center !important;
    text-decoration: none !important;
    color: #000 !important;
    background: rgb(226, 226, 226); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(254, 254, 254, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0); /* IE6-9 */
}

.tab_title {
    clear: both;
}

.mt-tab {
    opacity: 0.7;
}

.mt-tab-active {
    opacity: 1 !important;
    background-color: white !important;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}

.cphelplinkwrapper {
    float: right;
    width: 50px;
    padding-left: 18px;
    background-repeat: no-repeat;
}

.cphelplinkheader {
    text-decoration: none
}
.internals {
    border: 1px solid var(--primary-color);
    width: 100%;
    padding: 8px;
    max-height: 100px;
    overflow: auto;
    float: none;
}

.results {
    background-color: white;
    width: 100%;
}

.voipTooltipMain {
    float: left;
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url('/site/gradwell/images/info-gray.png');
    background-position: 0 -1px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 3px;
}

.voipTooltipMain img {
    display: none;
}

.important {
}

#main {
    min-height: calc(100vh - 290px);
}

.advanced-sip,
.advanced-pstn,
.advanced-audio,
.advanced-hotdesk,
.advanced-voicemail,
.advanced-divert,
.advanced-pickup {
    display: none;
}

.open {
    color: #000;
    text-shadow: none;
    cursor: pointer;
}

.form_label {
    width: 120px;
    min-width: 90px;
    max-width: 160px;
}

select {
    margin-left: 1px;
    margin-right: 1px;
}

meter {
    height: 18px;
    width: 169px;
    min-width: 150px;

    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-left: 2px;
    margin-right: 8px;
}

p, td, div, span, th, blockquote, li, ul {
    font-size: 13px;
}

p {
    line-height: 1.8em;
}

h1, h2, h3 {
    font-family: HelveticaLightCond, 'Arial Narrow';
    font-weight: normal;
}

h1 {
    font-size: 30px;
}

h1[title="CP"] {
    margin-top: -25px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px !important;
    color: #646466;
}

.header a, #header a {
    text-decoration: none !important;
}

p > a:hover, p > a:visited:hover {
    background-color: transparent !important;
    background: -moz-linear-gradient(0); /* FF3.6+ */
    background: -webkit-gradient(0); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0); /* Opera 11.10+ */
    background: -ms-linear-gradient(0); /* IE10+ */
    background: linear-gradient(0); /* W3C */

}

tt, code {
    display: inline-block;
    min-width: 100px;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 11px;
    border-radius: 3px;
    background-color: var(--primary-color);
    margin-bottom: 1px;
    text-shadow: 0 1px 3px white;
    color: #333 !important;
}

html {
    font-family: arial;
    background-color: rgb(99, 99, 102);
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    background-color: var(--color-light);
    width: 940px;
    margin: 0 auto 0 auto;
}

#main {
    clear: both;
    padding: 10px;
    background-color: white;
    max-width: 85em;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    border-top: 2px solid var(--context-color-info);
}

.wrapper {
    background-color: var(--color-light);
    display: block;
    padding-bottom: 35px;
}

.active a, .current, a.active {
    background-color: var(--secondary-color);
    color: var(--color-light);
}

.account-page-hyperlink {
    position: relative;
    bottom: 20px;
}

#menu {
    clear: both;
    margin-left: 1px;
    display: flex;
    background-color: var(--primary-color);
}

div.cp_header {
    cursor: default;
    display: block;
    text-align: center;
    padding: 5px;
    text-decoration: none !important;
    min-width: 65px;
    margin-top: 2px;
}

div.cp_header:hover {
    cursor: pointer;
}

/* MENU DROP DOWN */


/* VARIOUS ELEMENTS */
.done {
    padding-left: 20px;
    margin-top: 10px;
}

.info {
    background-image: url('/site/gradwell/images/info_blue_2.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 25px;
    margin-top: 10px;
}

.link-disabled {
    pointer-events: none;
    cursor: default;
    color: #aaa;
}

#corporatelogo {
    float: left;
    margin: 15px;
    height: 40px;
}

.logged-in-as /* This is for admin control panel */
{
    display: none;
}

#loggedInAs {
    overflow-wrap: break-word;
}

.loggedas {
    height: 25px;
    padding: 5px;
    float: left;
    text-align: right;
    white-space: nowrap;
    font-size: 11px;
    border-bottom: 1px dotted #eee;
    margin-right: 6px;
}

.loggedas a {
    padding: 5px;
}

.voipWarningBox, .voipError {
    border-radius: 5px;
    margin-top: 10px;
    display: block;
    color: #FFF;
    clear: right;
    cursor: default;
    color: #fff;
    font-weight: 600;
}

.voipWarningBox {
    background: url(../../../images/classy/24x24/warning.png) no-repeat 5px center;
    background-color: var(--context-color-warning);
    padding: 5px 10px 5px 35px;
    width: 100%;
    float: left;
}

.voipError {
    background-color: var(--context-color-error);
    padding: 5px 10px;
}

.voipInfoBox {
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px;
    margin-top: 5px;
    background-color: var(--context-color-success);
    color: #fff;
    font-weight: 400;
}

.voipInfoBox a, .voipInfoBox a:visited {
    color: White !important;
}

.voipSystemNotices {
    border: solid var(--context-color-error) 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.voipSystemNotices h2 {
    margin-top: 5px;
}

.customerBanner,
.waveCustomerInfoBox {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: left !important;
    color: #292f40;
    background-color: #afe9de;
}

.waveCustomerInfoBox > img {
    width: 100px;
    float: right;
}

.customerBanner {
    display: flex;
    justify-content: space-between;
}

.customerBanner > img {
    width: 100px;
    object-fit: contain;
}

#incompleteWaveSetupBox {
    background-color: #ff915e;
    padding: 10px;
}

#incompleteWaveSetupBox > p {
    text-align: left;
}

.gammaBadBanner {
    background-color: #fccfcf;
}

.gammaLogo {
    width: 100px;
    float: right;
    margin-right: 10px;
    margin-top: 35px;
}

.partiallyAwsBanner {
    background-color: #f7d472;
}

.partiallyAwsBanner,
.monoPlatformBanner {
    background-color: #f7d472;
}

.fullyAwsBanner,
.partnerBanner {
    background-color: #afe9de;
}

.legacyBanner,
.crossPlatformBanner {
    background-color: #B81F1F;
    color: #FFF;
}

.partiallyAwsBanner,
.fullyAwsBanner,
.legacyBanner,
.partnerBanner,
.crossPlatformBanner,
.monoPlatformBanner {
    border-radius: 3px;
    border: 1px solid #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    line-height: 15px;
}

.salesforceBox.billedFromSalesforce {
    color: white;
    background-color: #d74141;
}

#cancelPackagesDiv {
    float: right;
    margin-top: 5px;
    display: none;
}

#cancelButton {
    cursor: pointer;
}

#hasBlockedIpBanner {
    background-color: rgba(184, 31, 31, 1);
}

#hasBlockedIpBanner a {
    color: white;
}

/* TABLES */
.list_table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);

}

.list_table th {
    padding: 6px;
    text-align: left;
    background-color: var(--primary-color);
    color: #000;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.list_table td {
    padding: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.list_table td:last-child, .list_table th:last-child {
    border-right: 0 !important;
}

.list_table a, .form_table a {

    text-decoration: underline !important;
}

.form_table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);

}

.sip_details th {
    width: 30%;
}

#final_channels_amount {
    float: right;
    padding-right: 30%;
}

.form_table th {
    padding: 6px;
    text-align: left;
    background-color: var(--primary-color);
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.form_table td {
    padding: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.form_table td:last-child, .form_table th:last-child {
    border-right: 0 !important;
}

.form_table tr:first-child td, tr:first-child th {
    border-top: 0 !important;
}

table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);

}

table th {
    padding: 6px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

table td {
    padding: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

table td.p-0 {
    padding: 0;
}

table td:last-child, table th:last-child {
    border-right: 0 !important;
}

table tr:first-child td, table tr:first-child th {
    border-top: 0 !important;
}

.cdr_table {
    border-spacing: 0;
    width: 100%;
    word-break: break-word;
    border: 1px solid rbga(0, 0, 0, 0.2);
}

.cdr_table th {
    background-color: var(--primary-color);
    padding: 6px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}
table.cdr_table a{
    text-decoration: underline;
}

.cdr_table td {
    padding: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.cdr_table tbody tr:nth-child(even) {
    background-color: #EEE;
}

/* Datatables row header - sorting disabled */
table th.sorting_disabled {
    background-color: rgba(255, 255, 255, 1);
}

ul.list-styled {
    list-style-type: disc;
    padding-left: 25px;
}

/* FORM ELEMENTS */

button[disabled], html input[disabled] {
    color: #aaa !important;
}

input[type="text"],
input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 34px;
    font-size: 14px;
    border-radius: 4px;
    padding: 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[id="low_credit_warning_field"],
input[name="voip_call_limit"],
input[id="max_daily_spend_field"],
input[name="minutes_new"],
input[name="cust_id"],
input[name="repeat_days"],
input[name="max_spend"],
input[name="low_credit_warning"],
input[name="sim_qty"],
input[name="spec_std"],
input[name="spec_num"],
input[name="fprice"],
input[maxlength="2"],
input[maxlength="3"],
input[name="areacode"],
input[name="cust_midinit"],
input[name="countrycode"] {
    width: 75px !important;
}

input[name="range"],
input[name="add_voucher"],
input[name="discount_code"] {
    width: 165px !important;
}

input[name="new_passphrase"] {
    width: 40px;
    text-align: center;
}

input[type="submit"], input[type="button"] {
    margin-top: 5px;
}

input[type="submit"]:not(.btn), input[type="button"]:not(.btn) {
    background-color: var(--primary-color);
    color: var(--color-light);
    border-color: var(--primary-color);
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42;
    border-radius: 4px;
    text-align: center;
}

textarea.sms_message {
    width: 100%;
    height: 140px;
    padding: 5px;
    background-color: #DDD;
}

/* WIDGETS ETC */

#gsfn_content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4px;
}

#gsfn_content .time {
    float: right;
    width: 140px;
    text-align: right;
}

#gsfn_content .gsfn_idea {
    padding: 5px;
    background-color: var(--primary-color);
    border: 1px solid white;
}

#gsfn_content .gsfn_idea:hover {
    background-color: #f47d30;
}

/* RANDOM FIXES */
.package-unavailable {
    color: #999;
    text-shadow: -1px 1px #fff, 0 -1px #ddd
}

.online {
    text-shadow: 0 0 3px #000;
    text-align: center !important;
    color: white !important;
    background-color: rgb(80, 148, 62);
}

.offline {
    text-shadow: 0 0 3px #000;
    text-align: center !important;
    color: white !important;
    background-color: rgb(163, 99, 99);
}

th label {
    margin-bottom: 0 !important; /* Override bootstrap.js that adds 5px margin bottom for some reason. */

}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

.padded {
    padding: 5px !important;
}

/* PAGE NUMBERING */

#pagination {
    border-top: 1px solid #eee;
}

.randomPasswordPiece {
    margin: 1px;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    top: 2px;
    padding: 5px;
    background-color: var(--primary-color);
    border: 1px solid rgba(0, 0, 0, 0.1);

}

.voipHuntDisabled {
    opacity: 0.7;
    color: #aaa;
}

.randomPasswordNoteBold {

    font-weight: bold;
}

.note, .randomPasswordNote {
    padding: 10px 10px 10px 30px;
    display: inline-block;
    max-width: 50%;
    background-image: url('/site/gradwell/images/info_blue_2.png');
    background-repeat: no-repeat;
    background-position: 0px 10px;
}

.required-star {
    display: none;
}

input[name="cust_salutation_other"] {
    width: 70px !important;
}

input[name="vmpass0"] {
    width: 40px !important;
}

input[name="max_call_duration_num"] {
    width: 40px !important;
}

input[name="diverttime0"], input[name="vmdelay0"] {
    width: 40px !important;
}


.no-results {
    width: 120px;
    padding: 5px;
    position: absolute;
    background-color: var(--color-light);
}

.voipCustinfoLabel {
    white-space: nowrap;
}

.block {
    float: left;
    padding: 15px;
    font-family: HelveticaLightCond, 'Arial Narrow' !important;
    font-size: 1.6em !important;
    text-decoration: none !important;
}

.block > a, .block > a:visited {
    font-family: HelveticaLightCond, 'Arial Narrow' !important;
    font-size: 22px !important;
    text-decoration: none !important;

}

.block .infographic {
    padding: 10px 25px 10px 35px;;
    margin: 0 auto 0 auto;
    float: none;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
}

.block .infographic:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.done li {
    line-height: 30px;
    border-bottom: 1px dotted #eee;
    color: #666;
    list-style-type: none;
    background-image: url('/site/gradwell/images/info-minimal-2.png');
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 20px;
    margin-left: -20px !important;
}

.minutes-label {
    width: 120px;
    display: inline-block;
    float: left;
    clear: left;
}

.left-margin {
    margin-left: 20px !important;
}

.exec-time {
    margin-left: 20px;
    margin-top: 20px;
    color: #c1c1c1;
}

/* FOOTER */
footer {
    text-align: center;
    clear: both;
    background-color: var(--secondary-color);
}

footer .copyrightinfo {
    text-align: right;
    color: white;
    background-color: var(--secondary-color);
    padding: 0;
    margin: 0;
}

footer .copyrightinfo a, footer .copyrightinfo a:visited {
    color: white;
    text-decoration: underline;
    background-color: transparent;
    padding: inherit;
    margin: inherit;
    border: none;
}

footer .copyrightinfo img {
    float: left;
    margin: 15px 10px 5px 0
}

footer .copyrightinfo p {
    padding-top: 15px;
    margin-bottom: 0;
    text-align: right;
    line-height: 0.5em
}


/* MOBILE */
/* GALAXY S3 - Mobile */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
    .block > a, .block > a:visited {
        font-size: 16px !important;
    }

    img.company_logo {
        height: 100px;
    }

    nav#menu a {
        text-align: center !important;
    }

    .lvl1 {
        height: 33px;
    }

    ul.lvl2ul:before{
        display: none;
    }
    .copyrightinfo ul {
        margin-top: 10px;
        width: auto;
    }

    .copyrightinfo li {
        min-width: 300px !important;
        text-align: left !important;
        display: block;
        float: none !important;
        font-size: 11px;
        padding: 3px;
    }

    div#header {
        display: none;
    }

    nav#menu ul {
        list-style-type: none !important;;
        margin: 0;
        padding: 0;
    }

    nav#menu ul {
        border-bottom: 1px solid #eee;
        background-color: var(--primary-color);
        text-align: center;
        color: #000 !important;
        text-align: center;
        font-size: 1.3em;
        width: 100%;
    }

    nav#menu > ul:hover {
        background-color: #eee;
    }

    nav#menu a {
        text-decoration: none;
        font-size: 1.2em;
        display: block;
        float: none;
        padding: 0px;
        width: 100%;
    }
    .lvl1{
        width: 100%;
        padding: 2px;

    }

    .lvl1 > ul {
        position: absolute;
        visibility: hidden;
        z-index: 0 !important;
    }

    .lvl1:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    nav#menu.lvl1ul{
        display: block;
    }

    #cp_menu {
        width: 100% !important;
        margin-bottom: 30px !important;;
    }

    div.cp_header {
        float: none;
        width: auto !important;
        min-width: auto !important;
    }

    #cp_menu ul#cp_dropdown {
        position: static !important;
    }

    #cp_menu ul li a {
        width: auto !important;
        float: none
    }

    #main {
        padding: 5px !important;
        margin: 20px 0 0 0 !important;
    }

    table {
        max-width: 100% !important;
        width: 100% px !important;
        margin: 0 !important;
    }

    .voipError {
        opacity: 0.2;
        margin: 0;
        border-radius: 0;
    }

    .voipError:hover {
        opacity: 1;
    }

    #cp_menu {
        width: 390px;
        margin: 0;
    }

    #cp_menu ul li a {
        width: 22%;
        font-size: 12px !important;
        white-space: nowrap;
    }

    .loggedas {
        display: none;
    }

    h1[title="CP"] {
        display: none;
    }

    .minutes-label {
        width: 80px;
    }

    meter {
        width: 90px;
        min-width: 70px;
    }

    .wrapper {
        width: 100% !important;
        margin: 0;
    }

    .block {
        float: none;
        width: 110px;
        display: inline-block;
        height: 130px;
    }

    .block .infographic {
        width: 87px;
        height: auto;
        padding: 4px;
        margin: 0 auto 0 auto;
        float: none;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 4px;
    }

    footer .copyrightinfo p {
        display: block;
        clear: both;
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
    }

    footer .copyrightinfo img {
        display: none;
    }

    .done li {
        background-position: 0 6px !important;
    }
}

/* DESKTOP */
@media screen and (min-width: 400px) {
    .messages_ul {
        display: block;
        float: left;
        width: 380px;
        padding-right: 10px;
    }

    .minutes_ul {
        display: block;
        float: left;
        width: 470px;
        margin-bottom: 20px;
    }

    #header, .header {
        display: none;
    }

    .lvl1ul, ul {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        z-index: 1;
    }
    .lvl1ul{
        display: flex;
        align-items: baseline;
    }
    ul.lvl2ul:before{
        font-family: 'FontAwesome';
        position: relative;
        content: "\f0d8";
        font-size:3em;
        top:0.5em;
        color: var(--color-light);
    }

    .lvl2ul > li {
        z-index: 10;
    }
    .lvl2ul .current {
        background-color: var(--context-color-info);
    }

    .lvl1 {
        background-color: var(--primary-color);
        text-align: center;
        padding: 1em;
        float: left;
        list-style: none;
        position: relative;
    }

    .lvl1 a {
        padding: 10px 2px;
        text-decoration: none;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        width: 150px;
        height: 25px;
        background-color: var(--primary-color);
    }

    .lvl1 a:hover {
        background-color: var(--tertiary-color);
        color: #f5f5f5;
        text-decoration: none;
    }

    .clear {
        clear: both !important;
    }

    .lvl1 > ul {
        position: absolute;
        visibility: hidden;
        display: block;
        margin-top: -3em;
    }

    .lvl1:hover > ul {
        visibility: visible;
        opacity: 1;
    }
    .lvl1 > a {
        color: black;
        font-weight: 600;
    }
    .lvl1 > a:hover {
        background-color: unset;
    }

    .lvl2ul > li > span > a {
        border: 0 !important;
        width: 150px;
        text-align: left !important;
        padding-left: 5px;
        display: block;
        height: auto;
    }

    .lvl2ul .voipTooltipMain {
        display: none;
    }

    .lvl2ul > li > a {
        padding: 0.6rem;
    }
}

/* HTC ONE */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    #header, .header {
        display: block !important;
    }

    html, body {
        background-color: #efe !important;
    }
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
    .lvl1ul{
        display: block;
    }
    .lvl1{
        position: static;
    }
}
div.copyrightinfo ul {
    clear: both;
}

div.copyrightinfo li {
    width: 16%;
    max-width: 16%;
    float: left;
    text-align: right;
}

div.copyrightinfo li > a {
    text-decoration: none;
}

/* CSS styling for functional components, previously present in default.css */
.onlineyes {
    color: #00cc00;
    font-weight: bold;
}

.onlineno {
    color: black;
}

/* progress tracker */
ol.progtrckr {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    list-style-type none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%;
}

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}

ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

table.channelised-sip-form {
    border: none;
}

table.channelised-sip-form td {
    border-right: none;
}

table.channelised-sip-form td:first-child, table.channelised-sip-form td:nth-child(3) {
    text-align: right
}

table.channelised-sip-notifications th:last-child {
    width: 100px;
}

#customerTier {
    display: inline-block;
    background-color: #eeeeee;
    padding: 3px 10px;
    border: 2px solid darkgray;
    border-radius: 5px;
    margin-left: 30px;
}

.customerTierNotSet {
    font-size: 15px;
}

.customerTierNumber {
    font-size: 40px;
}

/****************************
/ Stripe Stylings
 */
.stripe-form {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.stripe-form .group {
    background: white;
    box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 20px;
}

.stripe-form label {
    position: relative;
    color: #8898AA;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}

.stripe-form .group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}

.stripe-form label > span {
    width: 120px;
    text-align: right;
    margin-right: 30px;
}

.stripe-form .field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
}

.stripe-form .field::-webkit-input-placeholder {
    color: #CFD7E0;
}

.stripe-form .field::-moz-placeholder {
    color: #CFD7E0;
}

.stripe-form button {
    float: left;
    display: block;
    background: #666EE8;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 40px;
    line-height: 38px;
    outline: none;
}

.stripe-form button:focus {
    background: #555ABF;
}

.stripe-form button:active {
    background: #43458B;
}

.stripe-form .outcome {
    float: left;
    width: 100%;
    min-height: 24px;
    text-align: center;
    color: #E4584C;
    margin-top: 6px;
}

.stripe-form .success,
.stripe-form .error {
    display: none;
    font-size: 13px;
}

.stripe-form .success.visible,
.stripe-form .error.visible {
    display: inline;
}

.stripe-form .error {
    color: #E4584C;
}

.stripe-form .success {
    color: #666EE8;
}

.stripe-form .success .token {
    font-weight: 500;
    font-size: 13px;
}

.stripe-form .wrapper {
    background-color: rgba(0, 0, 0, 0);
    width: 670px;
    margin: 0;
    height: 100%;
}

.stripe-form #stripe-token-handler {
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    padding: 20px 30px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transform: translateY(0);
    opacity: 1;
    background-color: white;
}

.stripe-form #stripe-token-handler.is-hidden {
    opacity: 0;
    transform: translateY(-80px);
}

.stripe-form .StripeElement {
    background-color: white;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.stripe-form .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.stripe-form .StripeElement--invalid {
    border-color: #fa755a;
}

.stripe-form .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.stripe-form .wrapper p.message {
    color: #58686A;
}

.stripe-form input[type="checkbox"] {
    margin-top: 13px;
    margin-left: 10px;
}

/****************************
/ End - Stripe Stylings
 */

/**
 * Styling borrowed from SSO for wave purposes.
 */
.sso-container {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #333245;
}

.user-btn {
    width: 100%;
    overflow-wrap: break-word;
    cursor: pointer;
}

.user-table {
    margin-top: 30px;
}

.user-select-form {
    margin: 0;
}

.user-select-form > button {
    border: none;
    background-color: inherit;
    color: #FFFFFF;
}

.col-wrapper > span {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.email-column {
    width: 40%;
}


.dial-number-column {
    width: 10%;
}


.name-column {
    width: 25%;
}

.type-column {
    width: 25%;
}

.user-btn > span {
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

.sso-title {
    display: block;
    font-family: 'Gill Sans', sans-serif;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}

.sso-title i {
    font-size: 60px;
}

.sso-title img {
    width: 140px;
}

.input-wrapper {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 20px;
}

.sso-wrapper {
    width: 392px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;

    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.validate-input {
    position: relative;
}

.sso-wrapper-wide {
    width: 100%;
    max-width: 690px;
}

.parent-row-wrap-user {
    background: #5426d4;
    background: linear-gradient(to right, #5426d4, #ff3db8);
    color: #FFFFFF;
    margin-bottom: 6px;
}

.btn-add {
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid black;
    background: rgb(239, 239, 239);
    color: black;
    padding: 5px 10px;
    text-decoration: none;
}

.btn-add:hover {
    background: rgb(200, 200, 200);
}

#agiLogFilterForm {
    margin-bottom: 1em;
}

#startDateFilter,
#endDateFilter {
    line-height: inherit;
}

#callerIdFilter {
    padding: 2.5px 0 2.5px 0;
}

#agiLogFilterForm button {
    margin-right: 1em;
    margin-top: 0.5em;
}

button.link-button {
    padding: 0;
}

button a {
    text-decoration: none;
    display: block;
    padding: 1px 6px 1px 6px;
}

#agiPaginationContainer {
    margin-top: 1em;
}

button:disabled > a,
button[disabled] > a {
    pointer-events: none;
    text-decoration: none;
    color: #aaa;
}

#newAddressDetailsTable th {
    width: 300px;
}

#eaLookupTable th {
    width: 220px;
}


/* Inbound Trunks **/
#create-trunk-button,
#bulk-edit-trunk-button,
#bulk-apply-ddi-button {
    width: auto;
    float: right;
    margin-bottom: 1rem;
}

#bulk-edit-trunk-button,
#bulk-apply-ddi-button {
    margin-right: 1rem;
}

.ddi-set {
    padding-left: 8rem;
}

.ddi-notice {
    padding-left: 3rem;
}

.ddi-list {
    list-style-type: disc;
}

.form-required:after {
    content: "* ";
    color: dimgrey;
}

.edit-username,
.edit-host,
.edit-sbc {
    display: none;
}

#sips-container {
    margin-bottom: 2rem;
}

#number-format-container {
    width: 50%;
}

#show-hide-deleted {
    float: right;
    margin-top: 2px;
}

#show-deleted-container {
    width: 18%;
}

.pending-deletion,
.not-active {
    color: red;
    font-weight: bold;
}

.fcs-banner {
    background-color: var(--context-color-warning);
    padding: 5px 10px;
    border-radius: 8px;
    margin-top: 10px;
}

.code-format {
    font-family: Consolas, monospace;
}

.fa {
    vertical-align: middle;
    font-size: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.fa-check-circle {
    color: green;
}

.fa-times-circle {
    color: red;
}

.wave-button {
    background-image: linear-gradient(to right, #ff3db8, #5426d4, #ff3db8);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 30px;
    height: 50px;
    border: 0;
}

.wave-button.wave-button-inline {
    width: inherit;
    height: inherit;
    padding: 0.25em 1em 0.25em 1em;
    text-transform: none;
}

.wave-button:hover:not([disabled]),
.wave-button:focus:not([disabled]) {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.wave-button[disabled],
.wave-button[disabled]:focus,
.wave-button[disabled]:hover {
    opacity: 0.65;
    color: #fff !important;
    pointer-events: none;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color);
    color: black;
}

.v-middle {
    vertical-align: middle;
}

thead.sticky th {
    position: sticky;
    top: 0;
    background-color: var(--primary-color);
}

.mb-1 {
    margin-bottom: 1em;
}
.p-1 {
    padding: 1em;
}
footer a , footer a:visited {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    margin: 1rem;
}
footer a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}
footer p {
    color: var(--color-light);
    line-height: 1rem;
}

.readonly-text {
    padding-top: 7px;
}

.bill-summary-pie-chart {
    width: 310px;
}

.call-detail-records-container {
    display: grid;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.main_details {
    cursor: pointer;
}

.noWrap {
    text-wrap: nowrap;
}
