/* styles for accounts */

/* Background colour spanning whole document */
html {
    background: #ffffff;
}

html.transparent {
    background: transparent;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #444444;
    margin: 8px 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* default font */
body {
    font-family: LeituraSans, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    margin: 0;
    padding: 0;
}

input, button, select, textarea {
    font-family: LeituraSans, sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: SohoPro, sans-serif;
    font-style: normal;
    font-weight: bold;
    margin: 14px 0;
}

h1 {
    color: #0e9cde;
    font-size: 30px;
}

h2 {
    color: #0e9cde;
    font-size: 25px;
}

h3 {
    color: #0e9cde;
    font-size: 20px;
}

h4 {
    color: #0e9cde;
    font-size: 16px;
}

h5 {
    color: #000000;
    font-size: 16px;
}

a {
    color: #04bff5;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active, a:visited {
    text-decoration: none;
}

em, i, .em {
    font-style: italic;
}

strong, b, .strong {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

small, .small {
    font-size: 12px;
}

.caps {
    text-transform: uppercase;
}

#main {
    padding: 5px;
    margin: 0;
    width: 960px;
}

h1, h2, h3 {
    margin: 0;
}

ul, ol {
    padding-left: 20px;
}

p {
    margin: 0 0 1em 0;
}

td, th {
    padding: 0 4px;
}

th {
    font-weight: bold;
}

#pageOuter {
    text-align: center;
}

.logo-cont {
    display: flex;
    width: 970px;
    margin: 0 auto;
}

.reseller-logo {
    width: 800px;
    padding: 20px;
    margin: 0 auto;
    display: flex;
}

.reseller-banner {
    width: 800px;
    padding: 20px;
}

#pageContainer {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* main menu and search */
#accountsNavOuter {
    width: 100%;
    height: 44px;
    background: #0e9cde;
}

#accountsNav {
    font-family: SohoPro, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    height: 44px;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    background: #0e9cde;
    position: relative;
}

#accountsNav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    position: absolute;
    top: 0;
    right: 5px;
    background: linear-gradient(to right, rgba(9, 47, 135, 0), rgb(14, 156, 222) 18px);
}

#accountsNav ul li {
    position: relative;
    float: left;
    line-height: 44px;
}

#accountsNav ul a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    padding: 0 10px;
    background: #0e9cde ;
}

#accountsNav ul li:hover a, #accountsNav ul li.sfHover a, #accountsNav ul li.current a {
    background: #04bff5;
}

#accountsWelcomeLeft {
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 44px;
    font-size: 16px;
}

.accountsInfoCell {
    margin-top: 20px;
    width: 302px;
    float: left;
}

.accountsInfoCell275 {
    margin-top: 20px;
    width: 275px;
    float: left;
}

.accountsInfoCellHalf {
    margin-top: 20px;
    width: 466px;
    float: left;
}

.accountsInfoCell h1, .accountsInfoCellHalf h1 {
    background-color: #04bff5;
    padding-left: 25px;
    line-height: 55px;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accountsInfoCell h1 a, .accountsInfoCellHalf h1 {
    color: #ffffff;
}

.accountsInfoCell h2 {
    margin-bottom: 15px;
}

.accountsInfoCellMargin {
    margin-right: 18px;
}

.accountsInfoCellHalfMargin {
    margin-right: 10px;
}

.accountsInfoCellClickable {
    cursor: pointer;
}

.accountsSummaryRow {
    background-color: #e6e7e8;
    color: #6d6e71;
    margin-bottom: 5px;
    padding: 12px 0;
}

.accountsSummaryMore {
    line-height: 32px;
    background-color: #e6e7e8;
    color: #6d6e71;
    text-align: right;
    padding-right: 12px;
    font-size: 16px;
    font-weight: bold;
}

.accountsSummaryMore a {
    color: #04bff5;
}

.rowEven {
    background-color: #f3f4f4;
}

.rowOdd {
    background-color: #e6e7e8;
}

.summaryLeft {
    float: left;
    padding-left: 12px;
}

.summaryRight {
    float: right;
    padding-right: 12px;
}

.summaryFull {
    padding-left: 8px;
    padding-right: 8px;
}

.detailFormPad {
    padding-left: 18px;
    padding-right: 18px;
}

.accountsSummaryRow .summaryFull {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
}

.accBtn {
    display: block;
    width: 296px;
    margin-bottom: 10px;
    line-height: 46px;
    height: 46px;
    color: #04bff5;
    text-align: center;
    font-family: SohoPro, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid #04bff5;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    cursor: pointer;
}

.accBtn:disabled {
    display: block;
    width: 296px;
    margin-bottom: 10px;
    line-height: 46px;
    color: grey;
    text-align: center;
    font-family: SohoPro, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid darkgray;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    cursor: pointer;
}

.textGreen {
    padding-left: 20px;
    color: #699418;
}

.textRed {
    padding-left: 20px;
    color: #b3071b;
}

.accBtn:hover {
    background-color: #ffffff;
    border-color: #0e9cde;
    color: #0e9cde;
    text-decoration: none;
}

.accBtn:hover:disabled {
    background-color: #ffffff;
    border-color: darkgray;
    color: grey;
    text-decoration: none;
}

.accBtnGreen {
    color: #699418;
    border: 3px solid #699418;
}

.btnNonBold {
    font-weight: normal;
}

.hSlider {
    width: 302px;
    height: 43px;
    margin-bottom: 25px;
    background: url("../img/accounts/bg_hslider_slider.png") no-repeat top left;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
}

.sliderMobile {
    background-color: #699418;
    animation-name: mobileSlide;
    -webkit-animation-name: mobileSlide;
}

.sliderNational {
    background-color: #b3071b;
    animation-name: nationalSlide;
    -webkit-animation-name: nationalSlide;
}

.sliderLocal {
    background-color: #f4a300;
    animation-name: localSlide;
    -webkit-animation-name: localSlide;
}

.sliderInner {
    display: block;
    line-height: 43px;
    background: url("../img/accounts/bg_hslider_top.png") no-repeat top left;
}

.trafficRound {
    margin: 0 10px;
    width: 282px;
    height: 282px;
    background: no-repeat top left;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
}

.trafficRound a {
    color: #333333 ;
}

.trafficRound h2 {
    padding-top: 75px;
    margin-bottom: 5px;
}

.trafficCapType {
    width: 160px;
    margin: 5px 61px 0;
    border-top: 1px solid #eaebec;
    padding-top: 5px;
}

.trafficRollDate {
    margin-top: 3px;
    padding-top: 5px;
    text-transform: none;
    font-size: 12px;
}

.sliderText {
    line-height: 43px;
    padding-left: 10px;
    color: #ffffff;
    text-shadow: 2px 1px #41444b;
    font-size: 15px;
}

/* Table styles */
.accountsDataTable {
    margin-top: 10px;
    border-bottom: 1px solid #3e3e40;
}

.accountsDataTable td {
    padding: 5px;
    border-right: 1px solid #959595;
    border-top: 1px solid #959595;
}

.accountsDataTable th {
    padding: 5px;
    text-align: left;
    color: #ffffff;
    font-family: SohoPro, sans-serif;
    background-color: #04bff5;
    font-weight: bold;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 5px;
    border-right: 1px solid #04bff5;
}

tr .rowEven {
    background-color: #ececec;
}

tr .rowOdd {
    background-color: #f2f3f3;
}

.accountsDataTable th:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.accountsDataTable th:last-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.accountsDataTable td.bare {
    padding: 0;
    border-right: none;
    border-top: none;
}

.accountsDataTable td.last {
    border-right: none;
}

.accountsDataTable th.last {
    border-right: none;
}

table.traffic {
    border-left: 1px solid #959595;
}

table.traffic td {
    padding: 3px;
}

.form p {
    margin-bottom: 0.2em;
}

.form h1 {
    margin-bottom: 0.2em;
}

.form .accBtn {
    float: right;
    margin-top: 15px;
    margin-bottom: 0;
}

.form form {
    display: block;
    width: 100%;
}

.form div.formRow {
    clear: both;
    float: left;
    width: 100%;
}

.form div.padTop {
    margin-top: 14px;
}

.padRowTop {
    margin-top: 14px;
    float: left;
}

.form label {
    font-family: SohoPro, sans-serif;
    font-weight: bold;
    color: #0e9cde;
    font-size: 20px;
    display: block;
    margin: 12px 0 4px 0;
    clear: left;
    float: left;
    cursor: pointer;
}

.form div.required {
    font-family: SohoPro, sans-serif;
    font-weight: bold;
    color: #0e9cde;
    float: left;
    cursor: default;
    margin: 12px 0 4px 4px;
    font-size: 16px;
    line-height: 28px;
}

.form input {
    display: block;
}

.shortform label {
    font-weight: normal;
    font-size: 12px;
    margin: 6px 0 2px 0;
}

.shortform div.required {
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    margin: 6px 0 2px 0;
}

.form input.text {
    width: 420px;
    height: 20px;
    border: 1px solid #ececec;
    padding: 4px;
    margin: 0;
    background: #ececec;
    clear: left;
    float: left;
}

.form textarea {
    display: block;
    width: 470px;
    height: 120px;
    border: 1px solid #ececec;
    padding: 4px;
    margin: 0;
    background: #ececec;
    clear: left;
    float: left;
}

.form select {
    display: block;
    clear: left;
    float: left;
}

.form label.error {
    font-family: LeituraSans, sans-serif;
    font-size: 14px;
    color: #ff0000;
    margin: 2px 0;
    width: 100%;
}

.form input.text.error, .form input.text.errorInline {
    border: 1px dotted #ff0000 !important;
}

.form textarea.error, .form textarea.errorInline {
    border: 1px dotted #ff0000 !important;
}

.form label.errorInline {
    color: #ff0000;
}

.shortform label.errorInline {
    margin-left: 4px;
    clear: none;
    float: left;
}

.form div.radio, .form div.checkbox {
    clear: left;
}

.form input.radio, .form input.checkbox {
    clear: left;
    float: left;
    height: 30px;
    border: none;
    padding: 0;
    margin: 0 8px 0 0;
}

.form label.radio, .form label.checkbox {
    clear: none;
    height: 30px;
    margin: 0;
}

.form .date select {
    display: inline;
    float: none;
    clear: none;
}

.form input.short {
    width: 210px;
}

.shortform .radio input.radio, .shortform .checkbox input.checkbox {
    height: 20px;
    margin-top: 4px;
}

.shortform .radio input.radio.first, .shortform .checkbox input.checkbox.first {
    margin-top: 0;
}

.shortform .radio label.radio, .shortform .checkbox label.checkbox {
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
}

.shortform .radio label.radio.first, .shortform .checkbox label.checkbox.first {
    margin-top: 0;
}

.form div.format {
    float: left;
    line-height: 20px;
    height: 20px;
    padding: 5px 0 5px 0;
    margin-left: 5px;
}

.form div.money {
    float: left;
    clear: left;
    line-height: 20px;
    height: 20px;
    padding: 5px 0 5px 0;
    margin-right: 5px;
}

.form input.money {
    clear: none;
}

.form .radio .longLabel {
    clear: left;
    font-size: 10px;
    padding-left: 20px;
    margin-bottom: 2px;
}

/* use arial for password as soho missing bullet */
.form input.password {
    font-family: Arial, sans-serif;
}

#details_form input.text {
    background-color: #ffffff;
    border-color: #ffffff;
}

#manage_router_form .subheading {
    float: left;
}

#manage_router_form .subheading2 {
    float: left;
    margin-top: 10px;
}

#manage_router_form .subheading3 {
    float: left;
    margin-top: 30px;
}

#manage_router_form label.checkbox {
    margin: 6px 0 2px 0;
}

#phone_forwarding_form label.checkbox {
    font-family: LeituraSans, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 30px;
}

#phone_forwarding_form div.left {
    width: 180px;
}

#phone_forwarding_form div.right {
    float: left;
    clear: none;
    width: 220px;
}

#popupContainer {
    padding: 20px;
}

div.form#popupContainer {
    padding-bottom: 10px;
}

#popupContainer .accBtn {
    margin-bottom: 0;
}

input.accBtn, button.accBtn {
    padding: 0;
    width: 301px;
    height: 52px;
}

/* stop IE from shifting button contents on press */
input.accBtn span, button.accBtn span {
    position: relative;
    top: 0;
    left: 0;
}

.inlineBtnLeft {
    float: left !important;
    width: 200px !important;
}

.inlineBtnRight {
    float: right !important;
    width: 200px !important;
}

.submit_float_left {
    float: left !important;
}

.buttonTick {
    background: url("../img/accounts/button_tick.png") no-repeat 250px 10px;
}

.buttonCross {
    background: url("../img/accounts/button_cross.png") no-repeat 250px 10px;
}

.buttonOn {
    padding-left: 10px;
    color: #699418;
}

.buttonOff {
    padding-left: 10px;
    color: #ff0000;
}

/* Buttons */
.play,
.playing,
.waiting,
.download-audio,
.save,
.delete,
.add,
.upload,
.edit,
.manage,
.audio {
    cursor: pointer;
}

.play:hover,
.playing:hover,
.download-audio:hover,
.save:hover,
.delete:hover,
.add:hover,
.upload:hover,
.edit:hover,
.manage:hover,
.audio:hover {
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.new,
.saved,
.deleted,
.inbound,
.outbound,
.missed,
.play,
.playing,
.waiting,
.download-audio,
.save,
.delete,
.add,
.upload,
.edit,
.manage,
.audio {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    outline: none;
    vertical-align: middle;
    background: transparent url("../img/accounts/portal-buttons.png");
    border: none;
}

.waiting {
    background: url("../img/accounts/loading.gif") no-repeat center;
}

.new {
    background-position: 0 -60px;
}

.saved {
    background-position: -100px -60px;
}

.deleted {
    background-position: -20px -60px;
}

.inbound {
    background-position: 0 -40px;
}

.outbound {
    background-position: -20px -40px;
}

.missed {
    background-position: -40px -40px;
}

.play {
    background-position: 0 0;
}

.playing {
    background-position: -20px 0;
}

.download-audio {
    background-position: -40px -20px;
}

.save {
    background-position: -60px -40px;
}

.delete {
    background-position: -100px 0;
}

.add {
    background-position: -80px -20px;
}

.upload {
    background-position: -60px 0;
}

.edit {
    background-position: -80px 0;
}

.manage {
    background-position: -40px 0;
}

.audio {
    background-position: -80px -40px;
}

/* Pages */
ul.pages {
    padding: 0;
    margin: 5px 0;
    list-style: none;
}

ul.pages li {
    padding: 0;
    margin: 0;
    float: left;
}

ul.pages li a {
    padding: 0 3px;
    margin: 0 2px;
    text-decoration: none;
}

ul.pages li.disabled a {
    color: #c0c0c0;
    cursor: default;
}

ul.pages li.selected a {
    font-weight: bold;
}

ul.pages li.right {
    float: right;
}

.clr {
    clear: both;
}

h2.userHeading {
    padding-left: 24px;
    background: url("../img/accounts/user_off.gif") no-repeat 0 10px;
}

h2.userVisible {
    background-image: url("../img/accounts/user_on.gif");
}

h2.userLoading {
    background-image: url("../img/accounts/user_loading.gif") !important;
}

h2.userHeading a {
    padding-left: 24px;
    margin-left: -24px;
}

h1 small, h2 small {
    font-size: 14px;
}

a.userAnchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.userData {
    display: none;
    margin-bottom: 10px;
}

.bare .userData {
    margin-bottom: 0;
}

div.playback {
    float: left;
    height: 20px;
    margin: 4px 0 0 0;
}

div.playback.first {
    margin-top: 0;
}

#phone_voicemail_form div.playback {
    margin-left: 8px;
}

#phone_voicemail_form .radio div.playback {
    margin-left: 0;
    margin-right: 8px;
}

.fancyMenuClose {
    position: absolute;
    display: block;
    width: 39px;
    height: 44px;
    top: 0;
    right: 0;
    background: url("../img/btn_fancyclose-white.png") center no-repeat;
}

.grid {
    display: grid;
}

.routerImage {
    border: 3px solid #04bff5;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}

.routerImage:hover {
    border-color: #0e9cde ;
}

.login-IFW {
    margin-top: 120px;
    width: 430px;
}

.centerBtn {
    margin-right: auto;
    margin-left: auto;
    float: unset !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
