﻿/*
 *     CCCC   OOO   RRRR    SSSS    U   U  IIIII
 *    C      O   O  R   R  S        U   U    I
 *    C      O   O  RRRR    SSS     U   U    I
 *    C      O   O  R R        S    U   U    I
 *     CCCC   OOO   R  R   SSSS      UUU   IIIII
 */
html {
    height: 100%;
}

body {
    background: #e9ebe5;
    font-family: "open sans", Helvetica, Arial, sans-serif;
    color: #101b2c;
    font-weight: 300;
    height: 100%;
}

.default_interface {
    max-width: 1050px;
    margin: 0px auto;
}

.main_content {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    max-width: 1170px;
}

.st-container {
    z-index: 10;
}

a {
    cursor: pointer;
}



/* Main Menu Navigation Styles */
.navigation-padding {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

[ng-cloak] {
    display: none !important;
}

.navigation {
    height: 60px;
    background: #ffffff;
    border-bottom: 4px solid;
    border-bottom-color: rgba(1, 64, 190, 1);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    z-index: 100;
}
/* open the menu when mouse hovers (over a larger zone)  */
ul.main-navigation.hidden-xs.cog,
ul.main-navigation.hidden-xs.cog > li {
    width: 100%;
    text-align: center;
}

.logo {
    margin: 10px 0 0 0;
    height: 40px;
}

.logo-mobile {
    margin: 0;
    /* height: 100px; */
}

ul.main-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-left: 58px;
}

.main-navigation.cog {
    margin: 0;
    float: right;
}

ul.main-navigation li {
    display: inline-block;
    font-family: "open sans", helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 4px 0px 0px;
    position: relative;
    line-height: 60px;
}

    ul.main-navigation li.log-out {
        float: right;
        padding: 24px 25px;
    }

        ul.main-navigation li.log-out a {
            display: block;
            background: #eeeeee;
            padding: 8px;
            color: #8c97a0;
            border-radius: 3px;
        }

    ul.main-navigation li a {
        text-decoration: none;
        color: rgba(1, 64, 190, 1);
        transition: color 0.5s;
        text-transform:initial;
    }

    ul.main-navigation li:hover ul {
        display: block;
    }

    ul.main-navigation li a:hover {
        /*color: #6e777e;*/
        /*changed this from generic grey to default secondary color so that it's overridden by branding, change back if that looks bad*/
        /*this one really depends on the color scheme...*/
        color: rgba(187, 187, 187, 1);
    }

ul.main-navigation .fa-caret-down {
    transition: all 0.5s;
}

ul.main-navigation li.open .fa-caret-down {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
/* Dropdown Styling */
ul.dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 0;
    border: none;
    border-top: 9px solid;
    border-top-color: rgba(1, 64, 190, 1);
    top: 50px;
}

/* removed for the placement of the "help menu"
    ul.main-navigation > li:last-child {
    padding-left: 15px;
}*/

ul.main-navigation li:last-child ul.dropdown-menu {
    right: 10px;
    left: auto;
}

ul.dropdown-menu li {
    display: block;
    padding: 0;
    margin: 0;
    height: 35px;
    border-bottom: 1px solid #ccc;
    transition: all 0.5s;
}

    ul.dropdown-menu li:hover {
        background: rgba(1, 64, 190, 1);
    }

.form_field ul.dropdown-menu li:hover {
    background: none;
}



ul.dropdown-menu li:hover a {
    color: white;
}

ul.dropdown-menu li:last-child {
    border-bottom: 2px solid;
    border-bottom-color: rgba(1, 64, 190, 1);
}

ul.dropdown-menu li a {
    text-decoration: none;
    color: #333333;
    padding: 11px 10px;
}

    ul.dropdown-menu li a:hover {
        color: white;
        background: none;
    }

/* Menu Bottom Border Colors */
.transactions {
    border-color: #279c91 !important;
}

.billing {
    border-color: #f0a321 !important;
}

.dispute {
    border-color: #9aa0a5 !important;
}

.master {
    border-color: #aae1ff !important;
}
/* Footer Styles */
.footer-container {
    padding: 0 20px 0 20px;
    margin-top: 10px;
}

.footer p {
    font-size: 0.80em;
    color: #6d765b;
    padding-bottom: 10px;
    line-height: 16px;
    font-weight: 400;
}

.footer-logo {
    width: 50%;
    opacity: 1.0;
}

/*
 *    U   U  IIIII    EEEEE  L      EEEEE  M   M  EEEEE  N   N  TTTTT   SSSS
 *    U   U    I      E      L      E      MM MM  E      NN  N    T    S
 *    U   U    I      EEEE   L      EEEE   M M M  EEEE   N N N    T     SSS 
 *    U   U    I      E      L      E      M   M  E      N  NN    T        S
 *     UUU   IIIII    EEEEE  LLLLL  EEEEE  M   M  EEEEE  N   N    T    SSSS 
 */
h2 {
    font-size: 2rem;
    font-weight: 100;
    color: rgba(1, 64, 190, 1);
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #101b2c;
    margin-bottom: 5px;
}

hr {
    color: #dddddd;
    background-color: #dddddd;
    border: none;
    height: 1px;
    position: relative;
}

label {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin: 10px 0 .5rem 0;
}

    label.inactive {
        display: none;
    }

i.tooltip-help-icon {
    color: #9aa0a5;
    font-size: 12px;
    position: relative;
    bottom: 3px;
    padding: 3px;
}


.search_string {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
}

/*input {
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 36px;
    width: 100%;
    margin: 5px 0;
    padding: 0 5px;
    transition: border-color 0.5s;
    border-radius: 3px;
}

    input:focus {
        border: 2px solid;
        border-color: rgba(1, 64, 190, 1);
    }
*/
input[type="radio"] {
    background: rgba(238, 238, 238, 0.00);
    border: 2px solid #ccc;
    height: 15px;
}

input[disabled] {
    background: rgb(250, 250, 250); /*add to branding?*/
    border: 2px solid rgb(250, 250, 250);
}

.input-warning {
    border: 2px solid #f0a321 !important;
}

i.input-icon {
    position: absolute;
    right: 2%;
    top: 25%;
    z-index: 2;
}

.warning-text {
    font-size: 0.625em;
    color: #f0a321;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.select-style {
    width: 100%;
    overflow: hidden;
    /*background: #ffffff url("Images/select.png") no-repeat 95% 50%;*/
    background-color: #ffffff;
    background-size: 12px;
    /*margin: 5px 0 0 0;*/
    border-radius: 0px;
    position: relative;
    border: 1px solid #ccc;
}

    .select-style:before {
        position: absolute;
        top: 0.8rem;
        right: .75rem;
        font-family: FontAwesome;
        font-size: 12px;
        color: #101b2b;
        content: "\f0dc";
        pointer-events: none;
        background-size: 8px 10px;
    }

    .select-style select {
        display: block;
        padding: 5px 8px;
        width: 120%;
        height: 38px;
        /*border: 1px solid #ccc*/
        border-radius: 0px;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        /*//border-top-right-radius: 0px;
        //border-top-left-radius: 0px;
        //border-top: 2px solid #ffffff;*/
    }

        .select-style select:focus {
            outline: none;
            border-top: 2px solid;
            border-top-color: rgba(1, 64, 190, 1);
        }

        .select-style select.form-control {
            border: 0px solid #ccc;
        }

        .select-style select[disabled] {
            border-top: 2px solid rgb(250, 250, 250); /*add to branding?*/
            background-color: rgb(250, 250, 250);
        }

    .select-style .current {
        padding: 5px 8px;
        height: 36px;
        line-height: 26px;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        cursor: pointer;
    }

        .select-style .current.activeSelector {
            border-top: 2px solid;
            border-top-color: rgba(1, 64, 190, 1);
            padding-top: 3px;
        }




    .select-style ul.options {
        position: absolute;
        display: none;
        width: 100%;
        background: white;
        z-index: 100;
        max-height: 250px;
        overflow-y: auto;
        border: solid 1px #ccc;
    }

        .select-style ul.options a {
            display: block;
            line-height: 18px;
            padding: 6px 16px;
            text-decoration: none;
        }

            .select-style ul.options a.selected {
                font-style: italic;
            }

            .select-style ul.options a:hover {
                background: #337ab7;
                color: white;
            }



select[multiple] {
    border: none;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
}

.form_field .static {
    height: 46px;
    line-height: 46px;
}

.inquiry_row {
    padding-bottom: 15px;
}

.fields_section {
    padding: 20px 0 10px;
    border-bottom: dashed 1px #ccc;
}

    .fields_section:first-child {
        padding-top: 0;
    }

    .fields_section:last-child {
        border-bottom: none;
    }


.btn, button {
    background: rgba(1, 64, 190, 1);
    font-family: "open sans", helvetica, arial, sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    font-weight: normal;
}

    .btn:hover, button:hover {
        background: rgba(1, 64, 190, .6);
        color: white;
    }

    .btn.alt {
        background: rgba(187, 187, 187, 1);
    }

        .btn.alt:hover {
            background: rgba(187, 187, 187, .6);
        }


.processing.btn {
    cursor: default;
    font-style: normal;
    color: #ddd;
}

    .processing.btn:hover {
        background: rgba(1, 64, 190, .9);
    }



/* ERROR HANDLING */
.error {
    width: 100%;
    font-size: 0.75em;
    color: #f4b54e;
    font-weight: 400;
    margin: 5px 0 0 5px;
    display: none;
}

.error_in_date {
    width: 63%;
    font-size: 0.75em;
    color: #f4b54e;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.submitted input.ng-invalid,
.submitted .fromDateError {
    border: 2px solid #f4b54e !important;
}

.submitted .error {
    display: inline-block;
}

.api_message {
    font-size: 14px;
    color: #f4b54e;
    font-weight: bold;
    font-style: italic;
    margin-top: 18px;
    text-align: center;
    line-height: 19px;
}

.api_loading {
    font-size: 40px;
    text-align: center;
    color: #ccc;
    padding-top: 20px;
}

.login .api_loading {
    color: rgba(1, 64, 190, 1);
    font-size: 30px;
    left: 50%;
    line-height: 35px;
    padding-top: 0px;
    text-align: center;
    top: 150px;
    width: 40px;
    margin: 15px auto;
}

.api_loading_small {
    font-size: 18px;
    color: #ccc;
    padding-top: 14px;
    padding-left: 5px;
}




/* Dashboard UI Elements */
.panel {
    border-radius: 0px;
    border: 1px solid #ccc;
}

.panel-default > .panel-heading {
    border: 1px solid transparent;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

.panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom: 0;
    height: 40px;
}

.panel-title {
    font-family: "open sans", helvetica, arial, sans-serif;
    font-size: .875em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;
}

    .panel-title a {
        color: #101b2c;
        text-decoration: none;
    }

.panel-body {
    height: 190px;
}

.panel-body-split {
    width: 50%;
    float: left;
}

.panel-body ul {
    font-family: "open sans", helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 1.25em;
}

    .panel-body ul li {
        padding: 10px 0;
    }

        .panel-body ul li a {
            color: #fff;
            text-decoration: none;
            font-size: .875em
        }

            .panel-body ul li a:hover {
                /*color: #18306c;*/
                /*changing to secondary color so it can be overridden by branding, will have to see how it looks*/
                color: rgba(187, 187, 187, 1);
            }

#headingOne {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#headingTwo {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#headingThree {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#headingFour {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#headingFive {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#collapseOne {
    background: #1BAE99;
}

#collapseTwo {
    background: #5E2D8D;
}

#collapseThree {
    background: #58585A;
}

#collapseFour {
    background: #33488D;
}

#collapseFive {
    background: #75a741;
}

.quick-search input[type="text"] {
    height: 60px;
    width: 85%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.quick-search input[type="submit"] {
    float: right;
    width: 15%;
    height: 60px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .quick-search input[type="submit"].visible-xs {
        font-family: "FontAwesome";
    }


/* MODAL TABLE */
.modal-dialog {
    width: 700px;
}

.modal-body img {
    max-width: 100%;
}

.modal-body .btn_frame {
    margin-top: 20px;
}

.modal-body .col-md-6 {
    padding: 0;
}

.modal-body .modal_row {
    padding-bottom: 15px;
}

.modal-body .label {
    padding: 0 10px;
    line-height: 17px;
}

.modal-body .value {
    line-height: 17px;
}

.modal-body .summary_frame {
    margin-top: 20px;
}

/* if smaller than 768 then make the modal dialog box almost full screen */
@media only screen and (max-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 10px;
    }
}

/* if smaller than 350 (iPhone <5) */
@media only screen and (max-width: 350px) {
    .modal-body .label {
        padding-left: 0px;
    }

    .modal-body .value {
        padding-left: 18px;
    }
}

.modal-header {
    padding-bottom: 0;
}

.modal-body {
    padding-top: 0;
}

.modal_table {
    padding: 12px 4px 0;
    background: white;
    border: solid 1px #ccc;
}

    .modal_table .label {
        font-weight: normal;
        color: black;
        text-align: left;
    }

.modal-content .table_title {
    margin-top: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.modal-header .close {
    height: 20px;
    width: 20px;
    float: right;
}


div.summary_table {
    overflow: auto;
}

.modal-body .summary_table table {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    BACKGROUND: WHITE;
    BORDER: solid 1PX #CCC;
    padding: 4px;
}

.modal-body .summary_table .label {
    font-weight: bold;
    font-size: 12px;
}

.modal-body .summary_table .value {
    text-align: center;
    font-size: 12px;
}

.modal-body .summary_table th {
    text-align: center;
    height: 25px;
}

.modal-body .summary_table td {
    height: 25px;
}

.modal-body .summary_table th:first-child {
    text-align: left;
}

.totals_row td {
    padding-top: 4px;
}

.totals_row .label {
}

.totals_row .value {
    border-top: solid 1px #ccc;
}

/* CHARGEBACKS MENU */
.chargebacks_menu {
    width: 300px;
    margin: 0px auto;
}

    .chargebacks_menu .btn {
        width: 100%;
        max-width: none;
    }

/* Export Field Selector */
.exportModal .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.exportFieldSelector.row {
    margin: 40px 0px;
}

div.exportFieldList {
    height: 180px;
    overflow: auto;
    border: 1px solid #ccc;
}


.ef-list {
    border-radius: 4px;
    list-style: none outside none;
    margin: 0 0 0 0;
    padding: 0;
    background-color: #fff;
    min-height: 178px
}

.ef-item {
    padding: 5px;
    margin: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
    cursor: move;
    font-size: .8em;
}

    .ef-item:hover {
        font-weight: 500;
    }

.ef-unselected {
    background-color: #eee;
}

.exportFieldSelector h3 {
    margin-bottom: 10px;
    font-weight: 100;
}

.exportFieldList .alert-warning {
    margin-top: 50px;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
    color: #f4b54e;
    font-weight: 600;
    font-style: italic;
}

.exportFieldSelector .col-sm-5 {
    padding-left: 0px;
    padding-right: 0px;
}

.exportFieldSelector .col-sm-2 {
    text-align: center;
    padding-top: 75px;
}

    .exportFieldSelector .col-sm-2 .btn.btn-sm {
        font-size: .675em;
        padding: 5px 0px;
        margin-bottom: 10px;
        width: 100%;
    }

@media (max-width:767.9px) {
    .exportFieldSelector .col-sm-2 {
        padding-top: 20px;
    }

        .exportFieldSelector .col-sm-2 .btn.btn-sm {
            width: 100px;
        }
}

.exportModal form .btn_frame {
    text-align: center;
    padding: 30px 0px 10px;
    border-top: 1px solid #ccc;
}

/*
 *    DDDD    AAA   TTTTT  EEEEE    PPPP   IIIII   CCCC  K   K  EEEEE  RRRR 
 *    D   D  A   A    T    E        P   P    I    C      K  K   E      R   R
 *    D   D  AAAAA    T    EEEE     PPPP     I    C      KKK    EEEE   RRRR 
 *    D   D  A   A    T    E        P        I    C      K  K   E      R R  
 *    DDDD   A   A    T    EEEEE    P      IIIII   CCCC  K   K  EEEEE  R  R 
 */

/*.date_input {
    width: 80px;
    float: left;
}*/

.date_input.form-control {
    width: 100%;
    height: 38px;
}

.date_input_trigger {
    border: none;
    cursor: pointer;
    float: left;
    height: 38px;
    width: 20px;
    margin-top: auto;
    margin-right: 10px;
    border-radius: 0 0px 0px 0;
    position: relative;
    line-height: 40px;
}

    .date_input_trigger:before {
        position: absolute;
        top: -3px;
        left: 0;
        height: 100%;
        width: 100%;
        font-family: FontAwesome;
        font-weight: normal;
        color: #101b2c;
        content: "\f073";
    }

.datepicker .dropdown-menu {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    border-bottom: solid 3px;
    border-bottom-color: rgba(1, 64, 190, 1);
    margin-top: 6px;
    left: auto !Important;
}

    .datepicker .dropdown-menu button {
        background: none !important;
        width: auto;
        height: auto;
        text-transform: uppercase;
        margin: 0px !important;
        display: block !important;
        border-radius: 0px;
    }

        .datepicker .dropdown-menu button:hover {
            background: rgba(1, 64, 190, 1) !important;
            color: white !important;
        }

            .datepicker .dropdown-menu button:hover .text-muted {
                color: white !important;
            }

.datepicker table {
    width: 250px;
}

.datepicker th {
    padding: 0 !important;
    line-height: 0;
    vertical-align: top;
}

    .datepicker th button {
        width: 100%;
        margin: 0 !important;
        color: white !important;
        line-height: 24px;
        font-weight: normal;
    }

    .datepicker th strong {
        font-weight: normal;
        font-size: 15px;
    }

    .datepicker th small {
        padding: 3px;
        font-weight: normal;
        line-height: 24px;
        font-size: 11px;
    }

.datepicker td button {
    line-height: normal;
    padding: 3px 6px;
    margin: 0;
    color: black;
}

.datepicker .dropdown-menu button.active {
    /*background: rgb(185,205,255) !important;*/
    /*changing to lightened primary color so it can be overridden by branding*/
    background: rgba(1, 64, 190, .4) !important;
}

    .datepicker .dropdown-menu button.active span {
        color: black !important;
    }

.datepicker .dropdown-menu .text-info {
    color: rgba(1, 64, 190, 1);
}


.datepicker .dropdown-menu li {
    padding: 0;
    height: auto;
    border: none !important;
}


.datepicker .dropdown-menu td {
    padding: 0px;
}

.datepicker .btn {
    color: black;
}

.datepicker thead {
    color: #ffffff;
    background: rgba(1, 64, 190, 1);
    font-weight: 400;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next {
    text-align: center;
    font-family: "open sans", helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
}

.datepicker .day {
    text-align: center;
    font-size: 0.875em;
    padding: 5px;
}

.datepicker .old, .datepicker .new {
    color: #d9d9d9;
}

.datepicker .active {
    /*background: #4167ce;*/
    /*changing to primary color so it can be overridden by branding, will have to see how it looks*/
    background: rgba(1, 64, 190, 1);
    color: #ffffff;
}

.datepicker .dow {
    /*color: #4b6fd1;*/
    /*changing to primary color so it can be overridden by branding, will have to see how it looks*/
    background: rgba(1, 64, 190, 1);
    font-weight: 400;
    text-align: center;
}

.datepicker tfoot {
    height: 2px;
    background: rgba(1, 64, 190, 1);
}

.pick-date:after {
    color: rgba(1, 64, 190, 1);
    font-family: "FontAwesome";
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    content: '\f073';
}
/* This is a bit janky, overrides any bootstrap dyna-widths to 
    keep the constant size datepickers and join between them 
    appropriately apportioned.
*/
.dateJoiner {
    width: 40px;
    text-align: center;
}

.datePickerWrapper {
    width: 90px;
}

.dateRangeType {
    min-width: 55px;
}
/* Override a Bootstrap class width to work with cors datepicker */
.input-group-btn {
    width: auto;
}

.priceDropdown {
    /*min-width: 150px;
    max-width:200px;*/
    float: left;
    margin: 0px;
}

.datepicker .select-style {
    width: 100px;
}

/*
 *    M   M  U   U  L      TTTTT  IIIII     SSSS  EEEEE  L      EEEEE   CCCC  TTTTT
 *    MM MM  U   U  L        T      I      S      E      L      E      C        T
 *    M M M  U   U  L        T      I       SSS   EEEE   L      EEEE   C        T
 *    M   M  U   U  L        T      I          S  E      L      E      C        T
 *    M   M   UUU   LLLLL    T    IIIII    SSSS   EEEEE  LLLLL  EEEEE   CCCC    T
 */
.ms-container {
    width: 208.5%;
    margin: 5px 0 0 0;
}

    .ms-container:after {
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        font-size: 0;
        clear: both;
        min-height: 0;
        visibility: hidden;
    }

    .ms-container .ms-selectable, .ms-container .ms-selection {
        background: #ffffff;
        color: #555555;
        float: left;
        width: 48%;
        border-radius: 3px;
    }

    .ms-container .ms-selection {
        float: right;
    }

    .ms-container .ms-list {
        position: relative;
        height: 200px;
        padding: 0;
        overflow-y: auto;
    }

        .ms-container .ms-list.ms-focus {
            border-color: rgba(1, 64, 190, 1);
        }

    .ms-container ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

    .ms-container .ms-optgroup-container {
        width: 100%;
    }

    .ms-container .ms-optgroup-label {
        margin: 0;
        padding: 5px 0px 0px 5px;
        cursor: pointer;
        color: #999;
    }

    .ms-container .ms-selectable li.ms-elem-selectable,
    .ms-container .ms-selection li.ms-elem-selection {
        padding: 11px 10px;
        color: #333333;
        font-size: 14px;
        transition: all 0.5s;
    }

    .ms-container .ms-selectable li.ms-hover,
    .ms-container .ms-selection li.ms-hover {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        background-color: rgba(1, 64, 190, 1);
    }

    .ms-container .ms-selectable li.disabled,
    .ms-container .ms-selection li.disabled {
        background-color: #eee;
        color: #aaa;
        cursor: text;
    }

.fa-chevron-down {
    float: right;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}

.collapsed .fa-chevron-down {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
}

/*
 *    RRRR   EEEEE   SSSS  U   U  L      TTTTT   SSSS    TTTTT   AAA   BBBB   L      EEEEE
 *    R   R  E      S      U   U  L        T    S          T    A   A  B   B  L      E
 *    RRRR   EEEE    SSS   U   U  L        T     SSS       T    AAAAA  BBBB   L      EEEE
 *    R R    E          S  U   U  L        T        S      T    A   A  B   B  L      E
 *    R  R   EEEEE  SSSS    UUU   LLLLL    T    SSSS       T    A   A  BBBB   LLLLL  EEEEE
 */
.results {
    /*border-bottom: 5px solid;
    border-bottom-color:  rgba(1, 64, 190, 1);*/
    background: #ffffff;
    width: 100%;
    border: 1px solid #ccc;
}

    .results thead {
        background: #c3c6c9;
        color: #101b2c;
        font-weight: 600;
        font-size: 0.875em;
        text-transform: uppercase;
    }

        .results thead th {
            padding: 15px 10px;
            /*border-right: 1px solid;
            border-right-color:  rgba(1, 64, 190, 1);*/
            text-align: left;
            line-height: 18px;
        }

            .results thead th:last-child {
                text-align: center;
            }

    .results tbody {
        padding: 15px 0;
    }

        .results tbody tr {
            background: #ffffff;
            transition: background 0.5s;
        }

            .results tbody tr:hover {
                background: #ddf3ff;
            }

        .results tbody td {
            color: #101b2c;
            font-size: 0.875em;
            font-weight: 400;
            padding: 1rem .75rem;
            border-bottom: 1px solid #ccc;
            /*border-right: 1px solid #ccc;*/
            text-align: center;
            /* Was used to handle overflows
            max-width: 300px;*/
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .results tbody td:hover {
                text-overflow: clip;
                /* white-space: normal; */
                word-break: keep-all;
            }

            .results tbody td i {
                color: rgba(1, 64, 190, 1);
                font-size: 14px;
            }

            .results tbody td:last-child {
                border-right: none;
            }

table.results span.tag {
    background: #ccc;
    border-radius: 5px;
    color: black;
    display: inline-block;
    font-weight: 600;
    padding: 10px 12px;
    margin-right: 10px;
}

table.results span:last-child .tag {
    background: none repeat scroll 0 0 rgba(47, 78, 161, 1);
    color: #ffffff;
}

.results tbody td.table-loading {
    color: #dddddd
}


.giftTransactionsResults .results_table_frame,
.giftLiabilityResults .results_table_frame  {
    overflow:hidden;
    overflow-x:auto;
}
.giftTransactionsResults .results_table_frame table.results,
.giftLiabilityResults .results_table_frame table.results {
    margin-bottom:0;
}
.giftTransactionsResults .results tbody td {
    text-align: left;
}
.giftTransactionsResults .results thead th:nth-last-child(-n+5),
.giftTransactionsResults .results tbody td:nth-last-child(-n+5) {
    text-align: center;
}
.giftTransactionsResults .results thead th:nth-child(3n),
.giftTransactionsResults .results tbody td:nth-child(3n) {
    text-align: right;
}
.giftTransactionsResults .results thead th:nth-child(4n),
.giftLiabilityResults .results thead th:nth-child(1n){
    white-space:nowrap;
}
.giftLiabilityResults .results tbody td {
    text-align: left;
}
.giftLiabilityResults .results thead th:last-child,
.giftLiabilityResults .results tbody td:last-child {
    text-align: right;
}



/* enlarge the clickable area for an icon*/
table.results a.clickable-icon {
    padding: 7px 12px;
}

/* PAGE CONTROLS */
.page_info {
    font-size: .875rem;
}

.page_jumps a {
    text-decoration: none;
    font-weight: 600;
    padding: .5rem .75rem;
    line-height: 1.25;
    background: #fff;
    border: 1px solid #ccc
}

    .page_jumps a:hover {
        background: #e9ecef;
    }

    .page_jumps a:first-child {
        border-radius: .25rem 0px 0px .25rem;
        border-right: 1px solid transparent;
    }

    .page_jumps a:last-child {
        border-radius: 0px .25rem .25rem 0px;
        border-left: 1px solid transparent;
    }

    .page_jumps a.select {
        background-color: #0140be;
        border-color: #0140be;
        color: #fff;
    }

.page_input.col-md-4 {
    text-align: center;
}

#num_input {
    width: 60px;
    height: 18px;
    line-height: 14px;
    font-size: 12px;
}

.page_totals {
    text-align: right;
}


/*
 *    M   M   OOO   DDDD    AAA   L       SSSS
 *    MM MM  O   O  D   D  A   A  L      S    
 *    M M M  O   O  D   D  AAAAA  L       SSS 
 *    M   M  O   O  D   D  A   A  L          S
 *    M   M   OOO   DDDD   A   A  LLLLL  SSSS 
 */
.summary_table .modal_table {
    padding: 5px;
}

.modal-content {
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff;
}

.modal-title {
    font-size: 1.875em;
    font-weight: 600;
    color: rgba(1, 64, 190, 1);
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.details {
    background: #ffffff;
    width: 90%;
    margin: 20px auto;
    font-size: 0.75em;
}

    .details td {
        padding: 10px 5px;
    }

.modal-content .value {
    font-size: 75%;
}




/*
 *    M   M   OOO   BBBB   IIIII  L      EEEEE
 *    MM MM  O   O  B   B    I    L      E
 *    M M M  O   O  BBBB     I    L      EEEE 
 *    M   M  O   O  B   B    I    L      E
 *    M   M   OOO   BBBB   IIIII  LLLLL  EEEEE
 */

@media (max-width: 768px) {
    .login-logo {
        display: block;
        width: 80%;
        margin: 50px auto 0;
    }

    .login hr {
        width: 90%;
        left: 0;
    }
}



.rotate-warning {
    font-family: "open sans", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    color: #333333;
    padding: 0 0 20px 0;
}

.fa-exclamation-triangle {
    color: #f0a321;
}





/* FIVE COL SUPPORT - rjb modified to scale more uniformly */
.col-xs-1of5,
.col-sm-1of5,
.col-md-1of5,
.col-lg-1of5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-2of5, .col-sm-2of5, .col-md-2of5, .col-lg-2of5,
.col-xs-3of5, .col-sm-3of5, .col-md-3of5, .col-lg-3of5,
.col-xs-4of5, .col-sm-4of5, .col-md-4of5, .col-lg-4of5,
.col-xs-5of5, .col-sm-5of5, .col-md-5of5, .col-lg-5of5 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 600px) {
    /*.col-sm-1of5 {
        width: 100%;
        float: none;
    }*/
    .col-xs-1of5 {
        width: 20%;
        float: left;
    }

    .col-xs-2of5 {
        width: 40%;
        float: left;
    }

    .col-xs-3of5 {
        width: 60%;
        float: left;
    }

    .col-xs-4of5 {
        width: 80%;
        float: left;
    }

    .col-xs-5of5 {
        width: 100%;
        float: left;
    }

    .col-md-1of5 {
        width: 100%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }

    .col-md-2of5 {
        width: 100%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }

    .col-md-3of5 {
        width: 100%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }

    .col-md-4of5 {
        width: 100%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }

    .col-md-5of5 {
        width: 100%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-xs-1of5 {
        width: 20%;
        float: left;
    }

    .col-xs-2of5 {
        width: 40%;
        float: left;
    }

    .col-xs-3of5 {
        width: 60%;
        float: left;
    }

    .col-xs-4of5 {
        width: 80%;
        float: left;
    }

    .col-xs-5of5 {
        width: 100%;
        float: left;
    }

    .col-md-1of5 {
        width: 20%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }

    .col-md-2of5 {
        width: 40%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }

    .col-md-3of5 {
        width: 60%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }

    .col-md-4of5 {
        width: 80%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }

    .col-md-5of5 {
        width: 100%;
        position: relative;
        min-height: 1px;
        display: block;
        float: left;
    }
}

@media (min-width: 1200px) {
    /*.col-lg-1of5 {
        width: 20%;
        float: left;
    }*/
}

/* CHARGEBACKS */
.chargebacks_menu .btn {
    width: 100%;
    float: none;
    margin: 15px 0;
}

.case_details {
    padding: 10px 40px;
    background: #eee;
}

    .case_details table {
        border-collapse: collapse;
        width: 100%;
    }

    .case_details b {
        display: block;
        margin-top: 20px;
        margin-bottom: 4px;
    }

    .case_details th {
        background: white;
        text-align: center;
        border: solid 1px #ccc;
        font-size: 14px;
        line-height: 18px;
    }

    .case_details td {
        background: white;
        text-align: center;
        padding: 2px 6px;
        border: solid 1px #ccc;
        font-size: 14px;
        line-height: 18px;
    }

.reports_menu {
    width: 100%;
}

    .reports_menu td {
        margin: 0;
        padding: 5px 0;
    }

        .reports_menu td:first-child {
            width: 40px;
        }

        .reports_menu td label {
            margin: 0;
            cursor: pointer;
        }

        .reports_menu td input {
            margin: 0;
            cursor: pointer;
        }


#linkFrame {
    border: solid 1px #ccc;
    padding: 5px;
    background: white;
}

    #linkFrame a {
        display: block;
        padding: 6px 0;
    }

.document_id {
    background: white;
    border: solid 1px #ccc;
    margin: 10px 0 0px;
    padding: 5px 0;
}

.case_id {
    margin: 20px 0;
}

.cancel {
    float: left;
    line-height: 55px;
    margin-top: 20px;
    padding-left: 15px;
}






/* Account Registration */
.login h3 {
    text-align: center;
    font-size: 0.875em;
    font-weight: 600;
    color: rgba(1, 64, 190, 1);
    padding: 10px;
}

.register-logo {
    display: block;
    width: 300px;
    margin: 25px auto 0;
}

.fa-question-circle {
    color: #9aa0a5;
}

.register label {
    font-size: 0.875em;
    font-weight: 400;
    display: block;
    margin: 25px 0 0 0;
}

.register input[type="text"] {
    margin: 5px 0;
}

.register input[type="submit"] {
    margin: 30px 0;
}

.register p {
    float: none;
    padding-top: 0;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    text-align: justify;
}

.register-link {
    margin: 15px auto;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
}



ul.breadcrumbs {
    list-style: none;
    width: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

    ul.breadcrumbs li {
        display: inline-block;
        height: 50px;
        width: 50px;
        background: rgba(187, 187, 187, 1);
        border-radius: 50%;
        font-weight: 600;
        font-size: 1.25em;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
        margin: 15px;
    }

@media (max-width:445px) {
    ul.breadcrumbs li {
        margin: 1%;
    }
}

@media (max-width:320px) {
    ul.breadcrumbs li {
        height: 44px;
        width: 44px;
        line-height: 44px;
    }
}

ul.breadcrumbs li.active {
    background: rgba(1, 64, 190, 1);
}

ul.breadcrumbs li.complete {
    background: #29bb3a;
}

.fa-check-circle {
    color: #29bb3a;
}

.fa-exclamation-circle {
    color: #f0a321;
}

.status {
    font-size: 1.5em !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin: 40px 0;
}

.status-left {
    font-size: 1.5em !important;
    font-weight: 500 !important;
    text-align: left;
    margin: 40px 0;
    padding-left: 15px;
}

p.thanks {
    font-size: 1.125em !important;
    /* line-height: 1.75 !important;*/
}


.chargebackreports_interface {
    /*max-width: 1050px;*/
    margin: 0px auto;
}

    .chargebackreports_interface .fields_frame {
        padding-bottom: 30px;
    }

    .chargebackreports_interface td {
        vertical-align: middle;
    }

    .chargebackreports_interface label {
        text-align: left;
    }



.report_page {
}

    .report_page h2 {
        text-align: center;
        line-height: 80px;
    }

    .report_page .legend {
        font-size: 12px;
        font-weight: 600;
        padding-top: 15px;
        line-height: 24px;
    }

    .report_page table {
        font-size: 12px;
    }

    .report_page td, .report_page th {
        padding: 5px;
    }

/* contact page */
.contact_page {
}

    .contact_page p {
        line-height: 28px;
        margin: 4px 0;
        text-align: left;
    }

/* legal */
.legal p {
    line-height: 20px;
    margin: 14px 0;
}


/* USER RIGHTS LABEL */
.user_rights_label {
    font-size: 14px;
    margin-bottom: 30px;
}

    .user_rights_label ul {
        margin-top: 10px;
    }

    .user_rights_label li {
        line-height: 30px;
        list-style: disc;
        margin-left: 30px;
    }


/*Im triggering mobile view as soon as we squish the menu beyond readability  */
@media (max-width: 897px) {

    #corsdashboard .col-sm-6 {
        width: 100%;
    }

    #corsdashboard .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    }

    #corsdashboard .fa-chevron-down.visible-xs {
        display: block !important;
    }

    /*.hidden-xs {
        visibility: hidden;
    }*/

    .visible-xs {
        visibility: visible;
    }

    .mobile-menu-btn.visible-xs {
        visibility: visible;
        display: block !important;
    }

    .main_content {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1170px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container {
    padding: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1170px;
        padding: 0px;
    }
}

@media (min-width: 970px) {
    #corsdashboard .container {
        width: 970px;
        max-width: 1170px;
    }
}

.mobile-menu-btn.visible-xs {
    color: #c3c6c9;
    transition: all 0.5s;
    border: none;
    background: none;
    position: fixed;
    top: 0px;
    right: 0%;
    z-index: 10000;
    margin-top: 10px;
    margin-right: 15px;
    width: auto;
    height: auto;
    line-height: 0px;
    border: 1px solid #ccc;
    padding: 0.25rem 0.85rem;
    border-radius: .25rem;
}

.mobile-menu-btn:hover.visible-xs {
    color: #acafb2;
}

navigation-padding.navigation {
    width: 100%;
}

section {
    position: fixed;
    width: 100%;
}

/*User Preferences Page*/
.pref-phone-input-icon {
    position: absolute;
    top: 39px;
    right: 20px;
}

/*Tooltips*/
.tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid #ccc;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ccc;
}

.tooltip.in {
    opacity: 1;
    position: absolute;
    top: 20px;
}

/* Contextual Help */
div.context-help-ribbon {
    background-color: #ddf3ff;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /*width: 75px;*/
    height: 35px;
    position: fixed;
    top: 84px;
    right: 20px;
    padding: 5px;
    z-index: auto;
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 0.75em;
}

    div.context-help-ribbon:hover::before {
        content: "Page ";
        /*width: 200px;*/
        opacity: 1;
    }

div.context-help-ribbon-question {
    background-color: #ddf3ff;
    color: var(--brand-primary-color);
    font-weight: 600;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /*width: 25px;*/
    height: 35px;
    position: fixed;
    top: 61px;
    right: 15px;
    padding: 5px;
    z-index: auto;
    opacity: 0.8;
    /*transition: all 0.5s;*/
    cursor: pointer;
    font-size: 0.75em;
}

    div.context-help-ribbon-question:hover:before {
        content: "Page Help ";
        opacity: 1;
    }


div.context-help-header {
    border-top: 5px solid #9b59b6;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

    div.context-help-header p {
        padding: 10px 0 0 5px;
        font-size: 14px;
        font-weight: 600;
    }

div.context-help-body {
    max-width: 100%;
    padding: 0;
}

    div.context-help-body .help-container {
        max-width: 100%;
    }

@media print {
    .st-container {
        opacity: 1;
    }

    .modal, .modal * {
        visibility: visible;
    }

    .modal-backdrop {
        visibility: visible;
        opacity: 1;
        background: #ffffff;
    }

    .modal {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        -webkit-print-color-adjust: exact;
        background: #ffffff !important;
    }

    .mobile-menu-btn.visible-xs {
        visibility: hidden;
    }

    .label {
        border: none;
    }

    @page {
        margin: 2rem;
    }

    body {
        width: 1100px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}


/*FILE UPLOADER*/
.uploadThumbnail img {
    width: 30%;
    margin-top: 5px;
}

.uploadProgress {
    line-height: 15px;
}

.uploadProgress {
    width: 100%;
    margin: 5px 0px;
}

    .uploadProgress div {
        font-size: smaller;
        padding: 2px;
        background: orange;
        width: 0;
    }

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #ccc;
    border-radius: 4px;
    height: 61px;
    text-align: center;
    padding: 10px 10px;
    margin-left: 4px;
    margin-top: 10px;
}

.uploadThumbnail {
    width: 300px;
}

/* Sort Order icons*/
.sort-clearfix:after {
    margin: auto;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 10px;
    overflow: auto;
    text-align: center;
}

.sort-container {
    width: 10%;
    float: right;
    text-align: left;
    /*width: 12px;*/
    height: 20px;
}

.sort-desc {
    width: 10px;
    height: 10px;
}

.sort-asc {
    width: 10px;
    height: 10px;
}

.sort-clickable:hover {
    background-color: rgba(100, 10, 180, 0.5);
}

.sort-desc-window {
    position: relative;
    top: -4px;
}

.sort-asc-window {
    position: relative;
    top: -1px;
}
/* Chargeback case details */
.section-surround {
    padding: 8px 0;
    margin: 5px 0;
}

.section-well {
    background-color: white;
    padding: 4px 0 1px 0;
    margin: 5px 0;
    border: 1px solid #ccc;
}

.row-surround {
    padding: 4px 0;
    margin: 5px 0;
}

.field-label {
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0 5px 15px;
}

.api_loading_small {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.results_table_frame table.results {
    margin-bottom: 20px;
}

.interfaceContainer .results_table_frame .data_table_results {
    overflow-y: hidden;
    border: 1px solid #ccc;
    background: #ffffff;
    padding: 20px;
}

    .interfaceContainer .results_table_frame .data_table_results .page_info {
        margin-bottom: 20px;
    }

.taxFormPage label {
    text-align: right;
}

@media (max-width:767.9px) {
    .taxFormPage label {
        text-align: left;
    }
}


/***** New classes to address new Left Nav accordion style navigation****/
.sidebar .main-navigation{
    margin-top:20px;
}
.sidebar .panel {
    border: none;
    background: none;
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    clear:both;
}
.sidebar .panel-default > .panel-heading {
    background-color: transparent;
    color: #fff;
    font-weight:800;
    cursor:pointer;
    padding-left: 20px;
    font-size: 13px;
    text-transform: uppercase;
}
.sidebar .collapse .navbar-nav {
     display:inline-block
}
.sidebar .collapse .navbar-nav li {
    float: initial;
    padding-left:20px;
    font-size:13px;
    font-weight:500;
    margin-bottom:10px;
    width:100%;
}
.sidebar .main-navigation .panel .collapsing ul.navbar-nav {
    display:contents;
}
.sidebar .main-navigation .panel .collapsing ul.navbar-nav li.nav-item {
    float:initial;
    padding-left:20px;
    font-size:13px;
    font-weight:500;
    margin-bottom:10px;
    width:100%;
}
.sidebar .main-navigation .panel .collapsing ul.navbar-nav li.nav-item a.nav-link {
    color:#fff;
    font-size: 13px;
}
.sidebar .collapse .navbar-nav .nav-item .nav-link {
    color:#fff;
    float: none;
}
.sidebar .nav-section .navbar-nav .nav-item .nav-link {
    color:#fff;
    font-size: 13px;
    padding-left: 20px;
    font-weight:800;
    text-transform:uppercase;
}

.sidebar .nav-section.homeContainer {
    height: 30px;
}

.sidebar .main-navigation .nav-section[aria-controls="merchantNav"] {
    letter-spacing:-.5px;
}
.sidebar .main-navigation .accordion-toggle {
    float:right;
}
.main-navigation .nav-section.collapsed .accordion-toggle {
    transition: all 0.5s;
    transform:rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


@media (max-width:991.9px) {
    .sidebar .panel-default > .panel-heading,
    .sidebar .nav-section .navbar-nav .nav-item .nav-link {
        color:#333;
        padding-left:0px;
    }
    .sidebar .main-navigation .panel .collapsing ul.navbar-nav li.nav-item a.nav-link {
        color:rgba(1, 64, 190, 1);
        font-size: 13px;
    }
   
    .sidebar .collapse .navbar-nav .nav-item .nav-link {
        color: rgba(1, 64, 190, 1);
        font-size: 13px;
    }
     .sidebar .collapse .navbar-nav .nav-item .nav-link:hover {
        color: #6e777e;
    }

    .sidebar .collapse .navbar-nav li,
    .sidebar .main-navigation .panel .collapsing ul.navbar-nav li.nav-item {
        padding-left:0px;
    }

    .sidebar .main-navigation .nav-section[aria-controls="merchantNav"] {
    letter-spacing:normal;
    }
    .sidebar .main-navigation .accordion-toggle {
        float:none;
        margin-left:10px;
        display: inline-block;
    }
   .sidebar .main-navigation .nav-section.collapsed .accordion-toggle {
        transition: all 0.5s;
        transform:rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
    }
}
