/* MARTA selectors extracted from the legacy UBold stylesheets. */
@font-face {
    font-family: Magistral-B;
    src: url(/static/fonts/magistral-bold-069e18b087c1341f21070bbf8e44cf31.otf)
}

.product-detail-box {
    max-width: 1000px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.background-none {
    background: 0 0
}

.p-10 {
    padding: 10px !important
}

.p-30 {
    padding: 30px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.w-sm {
    min-width: 95px
}

.font-600 {
    font-weight: 600
}

.font-13 {
    font-size: 13px !important
}

.font-11 {
    font-size: 11px !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

.font-24 {
    font-size: 24px !important
}

.text-custom {
    color: #7266ba
}

.text-white {
    color: #fff
}

.text-danger {
    color: #f05050
}

.text-muted {
    color: #797979
}

.text-primary {
    color: #5d9cec
}

.text-warning {
    color: #ffbd4a
}

.text-success {
    color: #81c868
}

.text-info {
    color: #34d3eb
}

.text-pink {
    color: #fb6d9d
}

.text-purple {
    color: #7266ba
}

.text-dark {
    color: #797979 !important
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.vertical-middle {
    vertical-align: middle
}

th.actions.sorting_disabled {
    padding-left: 28px
}

th.actions.sorting_disabled {
    padding-right: 10px
}

.card-box {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px
}

.input-xs {
    height: 22px;
    font-size: 12px;
    line-height: 1.2;
    outline: 0 !important;
    background-color: #fff
}

.card-box .input-xs {
    padding: 0;
    border: 0 !important;
}

.comments-list {
    max-height: 250px;
    overflow-y: scroll
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader span {
    display: inline-block;
    background-color: #7266ba;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.vertical-align {
    display: flex;
    align-items: center
}

.requests-count {
    position: absolute;
    right: 15px
}

@media screen and (max-width: 320px) {
    .terms {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .page-btns-group {
        margin-bottom: 15px
    }
}

/* Legacy MARTA checkbox and radio markup. */
.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-top: 1px;
    position: absolute;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0 !important
}

.checkbox label::after {
    color: #555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px
}

.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important
}

.checkbox input[type=checkbox]:disabled + label {
    opacity: .65
}

.checkbox input[type=checkbox]:focus + label::before {
    outline-offset: -2px;
    outline: 0;
    outline: thin dotted
}

.checkbox input[type=checkbox]:checked + label::after {
    content: "\f00c";
    font-family: FontAwesome
}

.checkbox input[type=checkbox]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox-custom input[type=checkbox]:checked + label::before {
    background-color: #7266ba;
    border-color: #7266ba
}

.checkbox-custom input[type=checkbox]:checked + label::after {
    color: #fff
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.radio label::before {
    -o-transition: border .5s ease-in-out;
    -webkit-transition: border .5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border .5s ease-in-out;
    width: 17px;
    outline: 0 !important
}

.radio label::after {
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    background-color: #555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    width: 11px
}

.radio input[type=radio] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important
}

.radio input[type=radio]:disabled + label {
    opacity: .65
}

.radio input[type=radio]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted
}

.radio input[type=radio]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled + label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio-custom input[type=radio] + label::after {
    background-color: #7266ba
}

.radio-custom input[type=radio]:checked + label::before {
    border-color: #7266ba
}

.radio-custom input[type=radio]:checked + label::after {
    background-color: #7266ba
}

.progress-bar-purple {
    background-color: #7266ba
}

.progress.progress-sm {
    height: 5px !important
}

.progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px
}

/* Customer profile portlets. */
.portlet {
    background: var(--ins-secondary-bg);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px
}

.portlet .portlet-heading {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    color: #fff;
    padding: 12px 20px
}

.portlet .portlet-heading .portlet-title {
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: .03em
}

.portlet .portlet-heading .portlet-widgets {
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    text-align: right
}

.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
    content: "\f217" !important
}

.portlet .portlet-heading a {
    color: #999
}

.portlet .portlet-body {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: var(--ins-secondary-bg);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px
}

.portlet-default .portlet-title {
    color: #797979 !important
}

/* DataGrid presentation that remains coupled to generated MARTA markup. */
#datatable td {
    font-weight: 400
}

#datatable td.transfer-ref-cell,
#datatable td.transfer-narrative-cell {
    white-space: normal !important;
    vertical-align: top;
}

#datatable .transfer-ref {
    display: block;
    max-width: 220px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
}

#datatable .transfer-created {
    display: block;
    line-height: 1.2;
    margin-top: 2px;
}

#datatable td.transfer-narrative-cell {
    max-width: 500px;
}

#datatable .transfer-narrative {
    max-width: 500px;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

div.dataTables_paginate ul.pagination {
    margin-top: 30px
}

div.dataTables_info {
    padding-top: 38px
}

.dt-buttons {
    float: left
}

div#datatable-buttons_info {
    float: left
}

table.dataTable thead th {
    position: relative;
    background-image: none !important
}

table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 7px;
    right: 8px;
    display: block;
    font-family: FontAwesome
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    padding-top: .12em
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de"
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd"
}

.dataTables_length {
    float: left
}

.table-actions-bar tr td {
    vertical-align: middle !important
}

.table-actions-bar .table-action-btn {
    color: #98a6ad;
    display: inline-block;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 20px
}

.table-actions-bar .table-action-btn:hover {
    color: #7266ba;
    border-color: #7266ba
}

.widget-box-1 h4 {
    margin-bottom: 5px;
    margin-top: 0
}

/* MARTA page/form-specific presentation. */
.configurator-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.configurator-data-row {
    margin-left: 2%;
    display: flex;
    justify-content: flex-start;
    line-height: 1.8;
    width: 100%;
}

.configurator-row:hover {
    background-color: white;
}

.configurator-btn-group {
    display: flex;
    flex-direction: row;
    width: 8%;
    justify-content: space-between;
    margin-right: 1%;
}

.configurator-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #919191;
    font-size: 18px;
    padding: 5px;
    margin: 0 2px;
    border-radius: 4px;
    width: 100%;
}

.configurator-btn:hover {
    color: #7266ba;
}

.badge-img {
    position: relative;
    top: 0.5em;
    right: 1.5em;
    z-index: 1;
}

.m-w-60 {
    min-width: 60px !important;
}

.location-btn {
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7em;
    color: #797979
}

.location-window {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(103, 103, 103, 0.6);
}

.locations-selector-form {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    height: 50%;
    min-height: 50%;
    max-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background-color: #ebeff2;
}

#locationSelector {
    margin-bottom: 1em;
    padding: 10px;
    width: 100%;
    height: 95%;
}

.customModalBody {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.customModalBody span {
    font-size: 2em;
    color: #5e676b;
    padding: 5px 5px;
}

#confirm-tin-btn {
    border-radius: 6px !important;
}

#confirm-tin-btn:hover {
    border-color: #81c868 !important;
    color: #81c868 !important;
}

.transfer-statement-link,
.transfer-statement-link:hover,
.transfer-statement-link:focus {
    text-decoration: none;
}

.transfer-statement-link .label {
    cursor: pointer;
}

.transfer-statement-link:hover .label,
.transfer-statement-link:focus .label {
    box-shadow: 0 0 0 2px rgba(51, 122, 183, .2);
}

/* Customer profile chart, attachment and map surfaces. */
.chart-detail-list li {
    margin: 0px 10px;
}

.chart-detail-list li h5 {
    font-size: 15px;
}

.ct-chart {
    height: 270px;
}

#map {
    position: absolute;
    top: 60px;
    bottom: 35px;
    right: 0px;
    width: 100%;
    z-index: 0;
}

.trx-map {
    clear: both !important;
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 60vh;
}

.product-detail-box .sp-wrap {
    max-width: 100%;
}

/* General, error and account pages. */
.cd-container {
    width: 96%;
    max-width: 600px;
    margin: 0 auto
}

.cd-container::after {
    content: '';
    display: table;
    clear: both
}

.account-pages {
    background: url("/static/images/agsquare-24ab11fcbf3a9a8eb964c129eae5483e.png");
    position: absolute;
    height: 100%;
    width: 100%;
}

.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 370px;
}

.wrapper-page .card-box {
    border: 1px solid rgba(54, 64, 74, 0.1);
}

@media (max-width: 767px) {
    .wrapper-page {
        width: 90%;
    }
}

.ex-page-content .text-error {
    color: #252932;
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
}

.ex-page-content .text-error i {
    font-size: 78px;
    padding: 0px 10px;
}

/* Coming-soon page. */
.home-wrapper {
    margin: 10% 0px;
}

.home-text {
    font-weight: 600;
}

.u-countdown {
    margin-top: 40px;
    text-align: center;
}

.u-countdown div {
    display: inline-block;
}

.u-countdown div span {
    display: block;
    width: 150px;
}

.u-countdown div span:first-child {
    font-size: 3em;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
}

.u-countdown div span:last-child {
    color: #333333;
    font-size: 0.9em;
    height: 25px;
    line-height: 25px;
}

.u-countdown > * {
    text-align: center;
}

.icon-main {
    font-size: 88px;
    margin-bottom: 50px;
}

/* CRM task list. */
.task-list li {
    background-color: #fafafa;
    border: 1px solid rgba(152, 166, 173, 0.2);
    border-left-width: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
}

.task-list .task-success {
    border-left-color: #81c868;
}

.task-list .task-info {
    border-left-color: #34d3eb;
}

.task-list .task-warning {
    border-left-color: #ffbd4a;
}

.task-list .task-danger {
    border-left-color: #f05050;
}

.task-list a {
    font-size: 13px;
}

.task-list .checkbox {
    margin-left: 20px;
}

.task-placeholder {
    border: 1px dashed rgba(152, 166, 173, 0.5) !important;
    background-color: rgba(152, 166, 173, 0.2) !important;
    padding: 20px;
}

.overflow-hidden {
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}
