.voipFormBox {
    border: solid black 1px;
    background-color: #ffffee;
    padding: 3px;
}

.voipSystemNotices {
    border: solid red 2px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 15px;
    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: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.voipTooltipNav {
    padding-right: 5px;
    padding-top: 1px;
    float: right;
}

.voipTooltipMain {
    float: left;
    padding-right: 5px;
}

.hidden {
    display: none !important;
}

/* User notification error */
.voipConfirmNeutral {
    background: url(/images/classy/24x24/process_next.png) no-repeat 5px center;
    line-height: normal;
    width: 475px;
    display: block;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #ffb;
    border: 2px solid #772;
    color: #772;
    padding: 10px 10px 10px 35px;
    font-weight: bold;
}

/* User notification error */
.voipError {
    background: url(/images/classy/24x24/remove.png) no-repeat 5px center;
    line-height: normal;
    width: 475px;
    display: block;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #FEBBB3;
    border: 2px solid #710E05;
    color: #710E05;
    padding: 10px 10px 10px 35px;
    font-weight: bold;
}

.voipError p, .voipError ul {
    color: #710E05;
}

a.voipErrorLink:link, a.voipErrorLink:visited {
    color: #710E05;
}

a.voipErrorLink:hover {
    text-decoration: none;
    background-color: transparent;
}

.voipErrorInline {
    color: red;
    font-weight: bold;
}

.voipCompletedBox, .voipInfoBox {
    background: url(/images/classy/24x24/accept.png) no-repeat 5px center;
    line-height: normal;
    width: 475px;
    display: block;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #d2fdc9;
    padding: 10px 10px 10px 35px;
    border: 2px solid #487014;
    color: #182606;
    font-weight: bold;
}

.voipWarningBox {
    background: url(/images/classy/24x24/warning.png) no-repeat 5px center;
    line-height: normal;
    width: 475px;
    display: block;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #FFCA6E;
    padding: 10px 10px 10px 35px;
    border: 2px solid #C26700;
    color: #182606;
    font-weight: bold;
}

.voipWarningBox li, .voipInfoBox li, .voipError li {
    margin-left: 20px;
}

.voipWarningBox p, .voipInfoBox p, .voipError p {
    margin-bottom: 5px;
}

.voipReferralBox {
    line-height: normal;
    width: 600px;
    display: block;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #d2fdc9;
    padding: 10px 10px 10px 35px;
    border: 2px solid #487014;
    color: #182606;
}

.voipNote {
    font-weight: bold;
}

.note {
    font-size: 11px;
    line-height: normal;
    font-style: italic;
    color: #646466;
    font-weight: normal;
}

/*
.voipHuntCurrentDay {
	background-color: #ffffcc;
}
*/

.SignupProgressLink:link, .SignupProgressLink:active, .SignupProgressLink:visited {
    color: black;
    text-decoration: none;
}

.SignupProgressCurrent {
    text-align: center;
    height: 30px;
    font-weight: bold;

    padding: 15px;
    background-color: #b5fdac;
    margin: 5px;
    color: #487014;
    border: 1px solid #487014;
}

.SignupProgressDone {
    text-align: center;
    height: 30px;
    font-weight: bold;

    padding: 15px;
    background-color: #febbb3;
    margin: 5px;
    color: #710e05;
    border: 1px solid #710e05;
}

.SignupProgressPending {
    text-align: center;
    height: 30px;
    font-weight: bold;

    padding: 15px;
    background-color: #fde077;
    margin: 5px;
    color: #70440c;
    border: 1px solid #70440c;
}

.SignupProgressNA {
    text-align: center;
    height: 30px;
    border: solid #666666 1px;
    padding: 2px;
    margin: 5px;
    background-color: #bbbbbb;
    color: #666666;
}


.voipHuntDisabled {
    color: #999999;
}

.voipPlainLink:link {
    color: black;
    border: none;
}

.voipPlainLink:active {
    color: black;
    border: none;
}

.voipPlainLink:visited {
    color: black;
    border: none;
}

.voipPlainLink:hover {
    color: black;
    border: none;
}

.voipHuntDisabled .voipPlainLink:link {
    color: #999999;
    border: none;
}

.voipHuntDisabled .voipPlainLink:active {
    color: #999999;
    border: none;
}

.voipHuntDisabled .voipPlainLink:visited {
    color: #999999;
    border: none;
}

.voipHuntDisabled .voipPlainLink:hover {
    color: #999999;
    border: none;
}

.liveyes {
    color: #008000;
}

.liveno {
    color: #ff0000;
    font-weight: bold;
}

.onlineyes {
    color: #00cc00;
    font-weight: bold;
}

.onlineno {
    color: black;
}

.onphone {
    color: #cc0000;
    font-weight: bold;
}

table.listing tr td, table.listing tr th {
    padding-right: 12px;
}

.randomPasswordWrapper {
    width: 500px;
    display: block;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    background-color: #d2fdc9;
    padding: 10px;
    border: 2px solid #487014;
    color: #182606;
}

.randomPasswordHead {
    font-size: 16pt;
    display: block;
    padding-bottom: 10px;
}

.randomPasswordPiece {
    font-size: 16pt;
    font-weight: bold;
    padding-right: 10px;
}

.randomPasswordNote {
    color: #666;
    font-size: 80%;
    display: block;
    padding: 10px 5px 5px 5px;
    line-height: normal;
}

.randomPasswordNoteBold {
    color: #333;
    font-weight: bold;
}

#signupCustNew, #signupCustExisting, .signupExpandContainer {
    border: solid #999 1px;
    margin: 20px;
}

#signupCustNewLink, #signupCustExistingLink, .signupExpandLink {
    font-weight: bold;
    font-size: 120%;
    color: #444;
}

.signupCustHeader, .signupExpandHeader {
    background-color: #eee;
    padding: 10px;
}

.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: 15px;
    padding-bottom: 35px;
    color: #292f40;
    background-color: #afe9de;
    font-size: 15px;
}

.customerBanner > h1,
.waveCustomerInfoBox > h1 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: normal;

}

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

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

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

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

}

.salesforceBox td {
    text-align: center;
}

input[type="text"], input[type="password"], textarea {
    border: solid #999 1px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background-color: #fff8d8;
    border: 1px solid #ffd600;
    outline: none;

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

select:focus {
    border: 1px solid #ffd600;
    outline: none;

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

form.validated .fc-field-error {
    background-color: #ffbcbc;
    background-image: none;
    border: 1px solid #f00;
}

span.required-star {
    color: #646466;
    font-style: italic;
}

td.signup-text-note {
    line-height: 1.4;
    font-weight: bold;
    font-variant: normal;
}

div.fc-tbx table {
    width: auto;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

div.fc-tbx th, div.fc-tbx td, div.fc-tbx tr {
    padding: 0px;
    border-bottom: 0px;

}

div.small-button {
    white-space: nowrap;
    font-size: 11px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding-right: 10px;
    padding-left: 10px;
}

div.small-button.unavailable {
    color: #646466;
}

.black-button-gradiant {
    background: #909090; /* Old browsers */
    background: -moz-linear-gradient(top, #909090 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #909090), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #909090 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #909090 0%, #000000 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #909090 0%, #000000 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#000000', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #909090 0%, #000000 100%); /* W3C */
}

.black-button-gradiant.unavailable {
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #909090 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #909090));
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #909090 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #909090 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #909090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#909090', GradientType=0);
    background: linear-gradient(top, #dbdbdb 0%, #909090 100%);
}

a.buy-now-link, a.buy-now-link:visited {
    text-decoration: none;
}

tr.odd {
    background-color: #fff;
}

tr.even {
    background-color: #fff;
}

tr.package-unavailable {
    background-color: #f2f2f2;
    color: #646466;
}

tr.odd + tr.even td {
    border-top: 1px dashed #c5c7c8;
}

tr.even + tr.odd td {
    border-top: 1px dashed #c5c7c8;
}

.simple-lightbox {
    position: absolute;
    width: 450px;
    left: 300px;
    top: 500px;
    border: solid #ffd600 2px;
    padding: 4px;
    z-index: 999;
    background-color: #ffd;
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;

}

.simple-lightbox input:focus {
    background-color: white;
}

#cost-slider-country {
    font-weight: bold;
}

#cost-slider-saving {
    display: none;
}

#cost-slider-saved {
    display: none;
}

table.grid div, table.grid {
    border-collapse: separate;
}

.call_summary_col_cost {
    border-left: solid #ffd600 1px;
}

.cpeMonBad {
    color: #cc0000;
}

.cpeMonOk {
    color: #009900;
}

.ea_paf_hl {
    font-weight: bold;
    color: red;
}

#sip_domain_input {
    width: 225px;
}
