﻿@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

html {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
}

body {
    display: flex;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #eeeeee;
    z-index: 0;
}

/*******************************************************************************************

    Page Layout

*******************************************************************************************/

.body-content {
    position: relative;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    flex: 1 1 auto;
    background: linear-gradient(1.4turn, #ffffff 10%, #eeeeee 50%, #ffffff 90%);
    width: 100%;
    overflow: hidden;
}

.body-content-image {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
    background-color: inherit;
    background-image: url("../images/background-01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.menu-content {
    position: relative;
    flex: 0 0 260px;
    z-index: 992;
    transition: all 0.6s;
}

.menu-content-small {
    flex: 0 0 85px !important;
}

.menu-content .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    background-color: #9c3fb5;
    color: #ffffff;
    font-size: 1.6em;
    padding: 0px 20px 0px 20px;
    box-shadow: 0px 0px 5px 2px #cccccc;
    overflow: hidden;
    z-index: 999;
}

.topbar-content {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 991;
}

/*******************************************************************************************

    Login

*******************************************************************************************/

.login-page {
    position: absolute;
    box-sizing: border-box;
    width: 360px;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px #bbbbbb;
}

/*******************************************************************************************

    Forgot Password

*******************************************************************************************/
#forgot-password {
    position: absolute;
    box-sizing: border-box;
    width: 360px;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px #bbbbbb;
}

#pageNotFoundBox {
    position: absolute;
    box-sizing: border-box;
    width: 360px;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px #bbbbbb;
}

/*******************************************************************************************

    Reset Password

*******************************************************************************************/

#reset-password {
    position: absolute;
    box-sizing: border-box;
    width: 360px;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px #bbbbbb;
}

/*******************************************************************************************

    Menu

*******************************************************************************************/

.menu {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 5px 2px #cccccc;
    font-size: 1.1em;
}

    ul.menu, .menu ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        font-weight: 400;
    }

ul.menu {
    padding-top: 80px;
}

.menu li {
    padding: 0px;
    margin: 0;
    position: relative;
    color: #666666;
    transition: all 0.4s;
}

    .menu li a {
        position: relative;
        display: block;
        padding: 0px 0px 0px 20px;
        color: inherit;
        width: 100%;
        text-decoration: none;
        min-height: 40px;
        line-height: 40px;
    }

    .menu li span {
        position: absolute;
        left: 60px;
    }

    .menu li:hover {
        background: linear-gradient(1.4turn, #ddddff, #eeeeff);
        cursor: pointer;
    }

.menu ul li:hover {
    background: linear-gradient(1.4turn, #ccccee, #ddddff);
    cursor: pointer;
}

.menu .expand-right {
    position: absolute;
    min-width: 200px;
    top: 0;
    box-shadow: 0px 0px 5px 2px #cccccc;
    background-color: #ffffff;
}

    .menu .expand-right span {
        left: 20px;
    }

.expand {
    position: absolute;
    right: 15px;
    height: 100%;
}

.menu .active {
    /*background: linear-gradient(1.4turn, #ddddff, #eeeeff);*/
}

    .menu .active span {
        font-weight: bold;
    }

/*******************************************************************************************

*******************************************************************************************/

.table-strip tr:nth-child(even) {
    /*background-color: #eeeeee;*/
    background: rgba(230, 230, 230, 0.3);
    border: 1px solid rgba(230, 230, 230, 0.5);
}

.details {
    position: relative;
    padding: 10px;
    margin: 0px 0px 7px 0px;
    /*background-image: linear-gradient(to right, #faa0a0 0%, #ffffff 100%);*/
    background-image: linear-gradient(to right, #eeeeee 0%, #ffffff 100%);
    border: 1px solid #dddddd;
    /*border: 1px solid rgb(250, 160, 160, 0.1);*/
    border-right: 0px;
    /*border-left: 0px;*/
    border-radius: 5px;
}

    .details label {
        display: block;
        margin: 0;
        margin-bottom: 5px;
        padding: 0;
    }

    .details span {
        margin-left: 5px;
        font-style: italic;
    }

    .details svg {
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: 20px;
        font-size: 1.8em;
        color: #b4Cfec;
        margin: auto;
    }

.invalid-feedback-control {
    border-color: #d70206;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.invalid-feedback {
    color: #d70206;
    padding: 5px;
}

.form-check-input, .form-check-label {
    cursor: pointer;
}

.green {
    stroke: green !important;
    color: green;
}

.green-bk {
    background-image: linear-gradient(to right, #bbffbb 0%, #77dd77 100%) !important;
    color: #ffffff !important;
}

.red-bk {
    background-color: #ff6961 !important;
    color: #ffffff !important;
}

.red {
    stroke: #d70206 !important;
    color: #d70206;
}

.orange {
    stroke: #f05b4f !important;
    color: #f05b4f;
}

.yellow {
    stroke: #f4c63d !important;
    color: #f4c63d;
}

.table {
    overflow-x: auto !important;
    width: 100% !important;
}

.viewcall-search-highlight {
    background-color: #eeeeee;
    font-style: italic;
}

.viewcall-search-success, .recurring-success {
    /*background-color: green;*/
    color: green;
}

.viewcall-search-failed, .recurring-failed {
    /*background-color: #d70206;*/
    color: #d70206;
}

.viewcall-search-other, .recurring-cancelled {
    /*background-color: #d70206;*/
    color: orange;
}

.recurring-active {
    color: #0059b3;
}

.recurring-processing {
    color: #BA55D3;
}

div.dropdown-menu.open {
    max-height: 314px !important;
    overflow: hidden;
    max-width: 100%;
}

ul.dropdown-menu.inner {
    max-height: 260px !important;
    overflow-y: auto;
}

.ct-chart-abandoned-calls .ct-vertical {
    font-size: 0.9em;
    color: #444444;
}

/*******************************************************************************************

    Box

*******************************************************************************************/

.box {
    background-color: #ffffff;
    padding: 10px;
}

    .box .title-1 {
        text-align: center;
        padding: 10px;
        margin: 0px 10px 10px 10px;
        color: #000000;
    }

    .box title-2 {
        padding: 10px;
        margin: 0px 10px 10px 10px;
        color: #666666;
    }

font1, .font-2 {
    color: #444444;
    font-weight: bold;
    font-size: 1.4em;
}

font2, .font-2 {
    color: #444444;
    font-weight: normal;
    font-size: 1.0em;
}

font-3, .font-3 {
    font-size: 2.0em;
    font-weight: 600;
    text-align: right !important;
}

font-4, .font-4 {
    display: inline-block;
    font-size: 2.0em;
    margin-bottom: 15px;
    color: #444444;
}

font-5, .font-5 {
    display: inline-block;
    font-size: 2.0em;
    margin-bottom: 0px;
    color: #444444;
}

.box .body {
    padding: 10px;
}

.box .body-2 {
    padding: 0 10px 10px 10px;
}

/*******************************************************************************************

    Login

*******************************************************************************************/

.info {
    display: none;
    text-align: center;
    color: #444444;
    padding: 10px;
    margin: 0px 10px 10px 10px;
    background-color: #add8e6;
    border: 2px solid #acc7d5;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background-color 0.8s;
}

.error {
    background-color: #f8d9de;
    border: 2px solid #e7c8cd;
    transition: background-color 0.8s;
}

.success {
    background-color: #90ee90;
    border: 2px solid #8add8a;
    transition: background-color 0.8s;
    color: #444444;
}

.loading {
    display: none;
    text-align: center;
    padding: 10px;
}

/*******************************************************************************************

    TopBar

*******************************************************************************************/

.topbar {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 2px #cccccc;
    min-height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
}

    .topbar .logged-in {
        margin-left: auto;
        margin-right: 20px;
    }

.menu-icon {
    cursor: pointer;
    margin-left: 15px;
}

    .menu-icon .bar1, .menu-icon .bar2, .menu-icon .bar3 {
        width: 22px;
        height: 3px;
        background-color: #333;
        margin: 4px 0;
        transition: 0.4s;
    }

.change .bar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
}

/*******************************************************************************************

    Row Stuff

*******************************************************************************************/

.row-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.column-1 {
    flex: 1 1 100%;
    padding: 10px;
    max-width: 100%;
}

.column-2 {
    flex: 1 1 50%;
    padding: 10px;
    max-width: 100%;
}

.column-3 {
    flex: 1 1 33%;
    padding: 10px;
    max-width: 100%;
}

.column-4 {
    flex: 1 1 25%;
    padding: 10px;
    max-width: 100%;
}

.column-5 {
    flex: 1 1 20%;
    padding: 10px;
    max-width: 100%;
}

.column-20p {
    flex: 1 1 20%;
    padding: 10px;
}

.column-25p {
    flex: 1 1 25%;
    padding: 10px;
}

.column-30p {
    flex: 1 1 30%;
    padding: 10px;
}

.column-35p {
    flex: 1 1 35%;
    padding: 10px;
}

.column-40p {
    flex: 1 1 40%;
    padding: 10px;
}

.column-50p {
    flex: 1 1 50%;
    padding: 10px;
}

.column-80p {
    flex: 1 1 80%;
    padding: 10px;
}

/*******************************************************************************************

    StatBox

*******************************************************************************************/

.statbox {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px #cccccc;
    min-width: 220px;
    margin: 0px auto 0px auto;
    padding: 10px;
}

    .statbox .logo {
        position: absolute;
        top: -10px;
        left: 10px;
        width: 50px;
        height: 46px;
        box-shadow: 0px 0px 2px 1px #cccccc;
    }

        .statbox .logo svg {
            width: 100%;
            height: 100%;
            padding: 10px;
            color: #ffffff;
        }

    .statbox .title {
        position: relative;
        padding: 10px 20px 10px 10px;
        margin: 0px 0px 0px 0px;
        font-size: 1.0em;
        text-align: right;
        color: #888888;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .statbox .underline {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 10px;
        border-radius: 0px;
    }

    .statbox .body {
        position: relative;
        padding: 10px;
        color: #666666;
        text-align: left;
    }

        .statbox .body table title {
            width: 100%;
        }

        .statbox .body .controls {
            padding: 20px 0px 5px 0px;
            position: relative;
            min-width: 320px;
        }

.controls input[type='submit'] {
    width: 120px;
}

.statbox .body .filter {
    margin-bottom: 15px;
}

    .statbox .body .filter input {
        width: 100%;
    }

.statbox .footer {
    border-top: 1px solid #cccccc;
    font-size: 0.8em;
    margin: 10px;
    padding: 10px 10px 0px 10px;
    color: #888888;
}

.statbox .list-horizontal li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.statbox table td {
    max-width: 400px;
    overflow-wrap: break-word;
}

/*
a.middle
{
    position: relative;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
}

a.middle:before
{
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: 2px;
    bottom: 1px;
    background-color: #ffffff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out, background-color 0.8s;
}

a.middle:hover:before
{
    visibility: visible;
    transform: scaleX(1);
    background-color: #9c3fb5;
}*/

.expandable {
    position: relative;
}

.expandable-title {
    position: relative;
}

    .expandable-title:hover {
        background-color: #eeeeee;
        cursor: pointer;
    }

    .expandable-title .icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

.expandable-body {
    padding-right: 15px;
}

.total-container {
    display: grid;
    grid-template-columns: auto auto 1fr;
}

    .total-container label {
        grid-column-start: 1;
        grid-column-end: 3;
        margin-right: 1rem;
    }

.tr-details {
    border-bottom: 1px solid #eeeeee;
}

    .tr-details td {
        padding: 10px;
    }

.form-control:focus {
    border-color: #D4C5D5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(137,63,142, 0.6);
}

input[type='radio'] {
    accent-color: #705391;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #705391;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #705391;
    background-image: -webkit-linear-gradient(top, #705391, #8164A2);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #705391;
    border-color: #705391;
}

.pagination > li > a, .pagination > li > span {
    color: #705391;
}

.invalid-feedback-control {
    border-color: #d70206;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

div.right {
    text-align: right;
}

a.branded {
    cursor: pointer;
    color: #705391;
}

.no-ratio-reason {
    text-align: center;
    font-size: 20px;
    margin-top: 60px;
}

.ct-label {
    fill: rgb(255, 255, 255, .9) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.client-select {
    margin-bottom: 20px;
}

.tab-contro {
    display: none;
}

.tab-content .tab-controls {
    width: 100%;
    position: sticky;
    margin-bottom: 10px;
    top: 80px;
    z-index: 999;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 2px #cccccc;
}

    .tab-content .tab-controls input[type="submit"] {
        width: 120px;
    }

.modal-dialog .modal-header .modal-title {
    color: black;
    font-weight: bold;
    position: absolute;
}

.modal-dialog .modal-body .filter text {
    font-weight: bold;
}

.modal-dialog .modal-body .filter input {
    margin-top: 4px;
    width: 200px;
}

.modal-dialog .modal-body .filter select {
    margin-top: 4px;
    width: 200px;
    display: block;
    padding: 7px;
}

.modal-dialog .modal-controls input[type="submit"] {
    width: 120px;
    margin-top: 10px;
}

.icon.fas.fa-chevron-down {
    position: absolute !important;
    right: 15px !important;
}

.submit-refund {
    width: 100%;
}

.generate-report {
    display: inline-block;
    float: right;
    margin: 10px 0px 0px 5px;
}

/* Style the close button */
.close {
    color: #333333;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#parentDiv {
    top: 70px;
    left: 0;
    position: sticky;
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    z-index: 991;
    background-color: inherit;
}

#childDiv {
    flex: 0 0 140px;
    height: 70px;
    margin-right: 5px;
    border: 1px solid black;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    text-align: center;
    color: #666666;
    padding: 5px;
}

.gif-container {
    background: url('../images/loading.gif') center center no-repeat;
    background-size: 50px auto;
    background-position: center 35px;
}

#addButton {
    margin-top: 10px;
    padding: 10px;
    background-color: #2ecc71;
    color: #fff;
    cursor: pointer;
}

.control-hidden {
    display: none;
}

#reportModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.report-modal-content {
    padding: 20px;
    background-color: #d9edf7;
    border: 1px solid #abd7e0;
    text-align: center;
    color: #666666;
    height: 100px;
}

#merchantTable tbody tr {
    white-space: nowrap;
    overflow-y: hidden;
    text-overflow: ellipsis;
    height: 30px !important;
}

#merchantIdControl .merchant-head {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #merchantIdControl .merchant-head:hover {
        cursor: pointer;
        background-color: #eee;
    }

#merchantIdControl .merchant-body {
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 0px 10px 5px 10px;
    display: none;
}


#merchantIdControl .merchant-info {
    border-top: 10px solid #fff;
    display: none;
    padding: 10px;
    background-color: #d9edf7;
    text-align: center;
}

.toggle-control {
    cursor: pointer;
    border: 1px solid #ccc;
    display: block;
    position: relative;
}

    .toggle-control .arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        font-size: 10px
    }

    .toggle-control.open .arrow {
        transform: translateY(-50%) rotate(180deg);
    }

.toggle-content {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

.password-back {
    display: block;
    padding-top: 7px;
}

#codeConfirmBtn {
    margin-top: 5px;
    margin-bottom: 20px;
}

#codeResendBtn {
    margin: -15px 0 20px 0px;
    display: none;
}

#codeResendInfo {
    text-align: center;
    margin-bottom: 10px;
}

.body-2 p {
    text-align: center;
}