﻿/* General */
body {
    height: 100% !important;
}

.label-left {
    padding-left: 0px;
}

.page-header-smaller {
    padding-bottom: 0px;
    padding-top: 0px;
}

.page-title-smaller {
    padding-bottom: 10px;
    padding-top: 12px;
}

.control-hidden {
    display: none;
}

hr {
    margin-top: 10px;
}

/* Buttons */
.btn:hover {
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear
}

/* Circle buttons */
.btn-icon-font-small::before {
    font-size: 1em;
}

.btn-circle {
    border-radius: 20px;
    font-size: 0.8em;
    height: 30px;
    margin: 0px 0;
    padding: 7px;
    width: 30px;
}

    .btn-circle::before {
        background-color: transparent !important;
    }

.font-13-important {
    font-size: 13px !important;
}

/* Button Rounded */

.btn-rounded {
    border-radius: 17px;
    overflow: hidden;
}

.btn-lg.btn-rounded {
    border-radius: 30px;
}

.btn-sm.btn-rounded {
    border-radius: 15px;
}

.btn-xs.btn-rounded {
    border-radius: 10px;
}

.btn-group.btn-rounded {
    overflow: hidden;
}

/* Button Labeled */
.btn-labeled,
.btn-labeled.fa {
    overflow: hidden;
}

    .btn-labeled:not(.btn-block):not(.form-icon) {
        font-family: inherit;
        font-size: 13px;
        line-height: 1.42857;
        padding-bottom: 0;
        padding-top: 0;
    }

.btn-block.btn-labeled:not(.form-icon) {
    font-family: inherit;
    font-size: 11px;
    line-height: 1.42857;
}

    .btn-block.btn-labeled:not(.form-icon):before {
        float: left;
        margin-top: -7px;
        margin-bottom: -7px;
    }

.btn-labeled .btn-label {
    background-color: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-left: -12px;
    margin-right: 6px;
    padding: 6px 12px;
    line-height: 1.42857;
}

.btn-labeled:before {
    background-color: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-left: -12px;
    margin-right: 6px;
    padding: 6px 12px;
}

.btn-labeled.fa:before,
.btn-labeled .fa:before {
    font-family: fontAwesome;
}

.btn-default.btn-labeled:before,
.btn-default .btn-label {
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit;
}

.btn-lg.btn-labeled {
    font-size: 18px;
    line-height: 1.33;
}

.btn-sm.btn-labeled {
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs.btn-labeled {
    font-size: 12px;
    line-height: 1.5;
}

.btn-lg.btn-labeled:before,
.btn-lg .btn-label {
    margin-left: -16px;
    margin-right: 10px;
    padding: 10px 16px;
}

.btn-lg.btn-block.btn-labeled:not(.form-icon):before {
    margin-top: -10px;
    margin-bottom: -10px;
}

.btn-sm.btn-labeled:before,
.btn-sm .btn-label {
    margin-left: -10px;
    margin-right: 5px;
    padding: 5px 10px;
}

.btn-sm.btn-block.btn-labeled:not(.form-icon):before {
    margin-top: -5px;
    margin-bottom: -5px;
}

.btn-xs.btn-labeled:before,
.btn-xs .btn-label {
    margin-left: -5px;
    margin-right: 1px;
    padding: 1px 5px;
}

.btn-xs.btn-block.btn-labeled:not(.form-icon):before {
    margin-top: -1px;
    margin-bottom: -1px;
}

.btn-labeled.icon-2x:before,
.btn-labeled .btn-label.icon-2x:before {
    vertical-align: -0.15em;
}

.btn-labeled.icon-3x:before,
.btn-labeled .btn-label.icon-3x:before {
    vertical-align: -0.18em;
}

.btn-labeled.icon-4x:before,
.btn-labeled .btn-label.icon-4x:before {
    vertical-align: -0.2em;
}

.btn-labeled.icon-5x:before,
.btn-labeled .btn-label.icon-5x:before {
    vertical-align: -0.25em;
}

/* Miscs */
.brand-icon-custom {
    width: auto;
    padding-bottom: 20px;
}

.a-no-href-pointer {
    cursor: pointer;
}

.pointer-events-none {
    pointer-events: none;
}

.chosen-container {
    margin-bottom: 0px;
}

.btn-a-pointer {
    cursor: pointer;
}

.cursor-a-default {
    cursor: default;
}

/* Errors/validations */
.error-label {
    color: #b94a48;
}

.select-to-textbox {
    -webkit-appearance: none;
}

.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    font-weight: bold;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    color: #b94a48;
    border-color: #b94a48;
}

    .input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392;
    }

.multiselect-validation-error {
    color: #b94a48;
    border-color: #b94a48;
    border-style: solid;
    border-width: 1px;
}

    .multiselect-validation-error a {
        color: #b94a48;
    }

.multiselect-label-validation-error {
    color: #b94a48;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Wizard */
.form-vertical .form-wizard .step .number {
    margin-right: 0px;
}

/* Google Maps */
.googleMapCanvas {
    align-content: center;
    background-color: #e5e3df;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.googleCanvasContainer {
    height: 600px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/* Overrides admin-form styles */
.panel-heading-small {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #37474f;
    font-size: 14px;
    font-weight: 400;
    height: 69px;
    letter-spacing: 0.2px;
    line-height: 68px;
    padding: 0 18px;
    position: relative;
}

.panel-body-small {
    padding: 0px 20px 0px;
    position: relative;
}

.admin-form .button {
    background: #25b862 none repeat scroll 0 0;
}

    .admin-form .button.login-btn:hover {
        background: #2ad170 none repeat scroll 0 0;
    }

.select2-selection {
    /*border: 1px solid #ccc !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;*/
    /*height: 32px !important;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-color);
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #ffffff
}

.select2-selection__placeholder {
    color: #555 !important;
}

.navbar-brand > img {
    display: inline !important;
}

.fix-form {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.password-type {
    -webkit-text-security: disc;
}

/* Fee Grid */
.fees-grid-width {
    width: 100%;
}

.fees-grid-fst-col-width {
    width: 15%;
    vertical-align: middle !important;
}

.fees-grid-col-width {
    width: 95px;
    vertical-align: middle !important;
}

.fees-grid-col-input-width {
    width: 90%;
}

.radio-transaction-type > input {
    margin-right: 10px;
}

.radio-transaction-type > label {
    margin-left: 10px;
}

.tsys-radio-transaction-type > input {
    margin-right: 10px;
}

.tsys-radio-transaction-type > label {
    margin-left: 10px;
}

.prospect-detail .form-group {
    margin-bottom: 0;
}

#tsysRateTransCardFeeGrid > tbody > tr > :nth-child(odd) {
    width: 15%;
    vertical-align: middle !important;
}

#tsysRateTransCardFeeGrid > tbody > tr > :nth-child(even) {
    width: 10%;
    vertical-align: middle !important;
}

    #tsysRateTransCardFeeGrid > tbody > tr > :nth-child(even) > input {
        width: 100%;
        vertical-align: middle !important;
    }

.tsys-fee-rate-pi {
    text-align: center;
}

/* Merchant Dashboard Styles*/
.merchant-dashboard-button {
    margin-bottom: 25px;
    font-size: 15px !important;
    width: 100%;
}

/* Evs Styles*/

.evs-correct {
    color: limegreen;
}

.evs-incorrect {
    color: #555555;
}

.check-green {
    width: 30px;
    height: 30px;
}

.fixed-header {
    display: inline-table;
    width: 100%;
}

.institutial-logo {
    padding: 17px;
}

    .institutial-logo,
    .institutial-logo.fixed {
        width: 250px;
    }

        .institutial-logo a > span {
            display: block;
            float: left;
        }

        .institutial-logo img {
            display: block;
            float: left;
            margin-left: 5px;
        }

        .institutial-logo.fixed {
            position: fixed;
            bottom: 10px;
            left: 10px;
        }

.prospect-modal .buttons-container {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
}

    .prospect-modal .buttons-container > button {
        margin-top: 4px;
    }

.section-email .form-group .activate-button {
    padding: 0 3%;
    display: inline-flex;
    align-items: center;
    float: left;
    height: 50px;
}

    .section-email .form-group .activate-button * {
        float: left;
    }

.section-email .email-to-other > label {
    max-width: inherit;
    min-width: 95px;
}

.section-email .activate-button > span {
    margin: 0 1px;
}

.section-email .email-to-other input {
    max-width: inherit;
    width: 45%;
    margin-left: 3px;
}

.section-text .form-group .activate-button {
    padding: 0 3%;
    display: inline-flex;
    align-items: center;
    float: left;
    height: 50px;
}

    .section-text .form-group .activate-button * {
        float: left;
    }

.section-text .text-to-other > label {
    max-width: inherit;
    min-width: 95px;
}

.section-text .activate-button > span {
    margin: 0 1px;
}

.section-text .text-to-other input {
    max-width: inherit;
    width: 45%;
    margin-left: 3px;
}

.btn-show-terms-conditions {
    background: transparent;
    border: none;
    outline: none;
    text-decoration: none;
    color: #4d7496;
}

    .btn-show-terms-conditions:hover {
        text-decoration: underline;
    }

@media (max-width: 1024px) {
    .institutial-logo,
    .institutial-logo.fixed {
        width: 180px;
    }

    .institutial-logo {
        padding: 10px;
    }

    .sidebar-fixed {
        height: 100% !important;
    }
}

@media (max-width: 980px) {
    .institutial-logo,
    .institutial-logo.fixed {
        width: 160px;
    }
}

@media (max-width: 768px) {
    .breakpoint-480 .institutial-logo {
        display: none !important;
    }
}

/* Pend Anonymus Grid */
.pends-grid-width {
    width: 100%;
}

.pends-grid-fst-col-width {
    width: 15%;
    vertical-align: middle !important;
}

.pends-grid-snd-col-width {
    width: 30%;
    vertical-align: middle !important;
}

.pends-grid-max-col-input-width {
    width: 40%;
}

/* Pend Anonymus Grid */
.snapshot-button {
    margin-left: 20px;
}

.risk-button-section {
    font-size: 13px !important;
}

.border-top-only {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.merchant-app-disable input[disabled],
.merchant-app-disable select[disabled] {
    background-color: #FFF;
}

.merchant-app-disable input[disabled],
.merchant-app-disable select[disabled] {
    color: black;
}

.class-white-disabled input[disabled] {
    background-color: #FFF;
}

.class-white-disabled input[disabled] {
    color: black;
}

.tagsinput {
    overflow-x: hidden;
}

    .tagsinput input:first-of-type {
        border: 1px solid #489eed;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        display: block;
        float: left;
        padding: 5px;
        text-decoration: none;
        color: #ffffff;
        margin-right: 5px;
        margin-bottom: 5px;
        font-family: helvetica;
        font-size: 13px;
        text-align: center;
        margin-top: 7px;
    }

#sidebar * {
    overflow-y: hidden !important;
}

.text-uppercase {
    text-transform: uppercase;
}

/*New Branding*/
.jarvis-header .menu-item {
    font-weight: 500;
    cursor: pointer;
}

    .jarvis-header .menu-item:hover, .jarvis-header .menu-item:focus {
        background-color: transparent !important;
        font-weight: 500;
        -webkit-transition: color 150ms linear;
        -ms-transition: color 150ms linear;
        transition: color 150ms linear;
    }

        .jarvis-header .menu-item:hover::after, .jarvis-header .menu-item:focus::after {
            content: '';
            width: 20px;
            height: 2px;
            background-color: var(--secondary-color);
            position: absolute;
            top: 30px;
            left: 17px;
        }

.toggle-sidebar {
    color: var(--secondary-color);
}

.dropdown-toggle:focus, .dropdown-toggle:hover {
    color: var(--secondary-color);
    background-color: transparent !important
}

#sidebar-content #menu-left {
    background-color: var(--secondary-color) !important;
}

    #sidebar-content #menu-left > a:hover, #sidebar-content #menu-left > a:focus {
        -webkit-transition: background-color 150ms linear;
        -ms-transition: background-color 150ms linear;
        transition: background-color 150ms linear;
    }

    #sidebar-content #menu-left > a, #sidebar-content #menu-left > a, #sidebar-content #menu-left > a > i {
        text-shadow: none !important;
    }

#sidebar ul#nav ul.sub-menu a:hover {
    background: #ebebeb;
}

#sidebar ul#nav ul.sub-menu li.current {
    background: #ebebeb;
}

#menu-left a:first-child {
    color: var(--menu-left-text-color);
}

#menu-left a:first-child:hover {
    color: var(--primary-color);
}

#menu-left .sub-menu a {
    color: var(--sub-menu-left-text-color);
}

#menu-left span.menu-left-counter-color {
	background: var(--menu-left-counter-color);
}

#div-container {
    display: block;
}

    #div-container #inner > div {
        display: block;
    }

    #div-container .icon img {
        margin-top: -25px;
        margin-left: 8px;
    }

#inner {
    display: inline-block;
}

.div1 {
    margin-bottom: -5px;
}

.div3 {
    display: inline-block;
    margin-top: -6px;
}

.label-as-input {
    border: 1px solid #ccc;
    padding: 6px 6px !important;
    border-color: #eee !important;
    pointer-events: none;
}

.input-disabled {
    background: #ffffff !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.video-thumbnail {
    width: 100%;
    border: 1px var(--primary-color) solid;
}

.select-disabled {
    background-color: #f9f9f9 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.label-chk-left {
    margin-left: 10px;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.label-chk-left {
    margin-left: 10px;
}
/*
    Residuals Styles
*/

#sectionResidualsFilter {
    background-color: var(--primary-color);
    margin-top: -32px;
    padding-top: 4px;
    margin-left: -20px;
    margin-right: -20px;
}

.lbl-residuals-filter {
    color: #fff;
}

#sectionResidualsFilter .select-chosen {
    background: #ffffff;
}

#dataResidualsSection .tab-main {
    border: 1px solid #d2d2d2;
    padding: 12px;
}

.title-tab-data-residual {
    font-size: 18px;
}
/*#dataResidualsSection canvas {
    width: 300px !important;
    height: 200px !important;
}*/

.sectionResidualsFilter {
    background-color: var(--primary-color);
    margin-top: -32px;
    padding-top: 4px;
    margin-left: -20px;
    margin-right: -20px;
}

    .sectionResidualsFilter .select-chosen {
        background: #ffffff;
    }

.title-grid-residual {
    color: var(--primary-color);
    font-size: 15px;
}

.boxes-residuals .statbox .title span {
    text-transform: uppercase;
    font-size: 14px !important;
}

.line-title-grid {
    border-top: 1px solid var(--primary-color) !important;
    clear: both;
}

.btn-grid-create {
    float: right;
    margin-left: 5px;
}

#btn-residual-create-pdf {
    color: red;
}

#btn-residual-create-spreadsheet {
    color: green;
}
/*Residual details */
.section-residuals-filter-detail {
    background-color: var(--primary-color);
    padding-top: 4px;
    margin-left: -20px;
    margin-right: -20px;
}

    .section-residuals-filter-detail .form-control :focus {
        background: #ffffff !important;
    }

.title-box-large {
    float: left;
}

    .title-box-large span {
        font-size: 28px !important;
    }

.value-box-large span {
    font-size: 38px !important;
}

@media only screen and (max-width: 993px) {
    .title-box-large {
        float: none;
    }

        .title-box-large span {
            font-size: 18px !important;
        }
}

.section-residuals-filter-detail .value {
    color: var(--primary-color);
}
/*widgets*/
.header-residual-widget {
    border-bottom: none !important;
}

.widget-content .value {
    color: var(--primary-color);
}

.widget-content .title {
    font-size: 13px !important;
}

.btn-view-details-residuals {
    font-size: 13px !important;
    line-height: 35px !important;
    margin-top: 1px !important;
    color: #fff !important;
    background: var(--primary-color) !important;
    border-radius: 15px !important;
}

.color-widget-box-content {
    background: #eeeeee !important;
}

#tab_top_producers .tabbable .tab-content {
    overflow: hidden !important;
}

#dataResidualsSectionCalendar .tab-main {
    border: 1px solid #d2d2d2;
    padding: 12px;
}

.font-normal {
    text-transform: none;
}

@media only screen and (max-width: 1366px) and (min-width: 768px ) {
    #box-residual-dashboard .widget-content .row .col-sm-4 {
        width: 33.33333333% !important;
    }

    #yearToDateVolumeLine {
        width: 100%;
    }
}

.setHeightWidth {
    height: 400px !important;
    width: 100% !important;
}

.pie-charts-dashboard-special {
    position: relative;
    height: 190px;
    width: 320px;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 25vh;
    width: 25vw;
}

.title-box-large {
    float: left;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

/* Override Toaster class */
#toast-container > div {
    opacity: 1;
}

/*equipment setting*/
#currentProcessorSection {
    display: none;
}

#divWifi {
    margin-bottom: 15px;
}

.spn-btnManagePassword {
    display: inline-block;
    margin-left: -1px;
}

@media (max-width: 1540px) {
    .txt-terminal {
        width: 100% !important;
    }
}

/* Styles timepicker autoclose */
.timepicker-picker .table-condensed > tbody > tr > td > a {
    background-color: #fff !important;
    font-size: 35px !important;
    color: #4d7496 !important;
    border: none !important;
}

    .timepicker-picker .table-condensed > tbody > tr > td > a[data-action] {
        padding: 2px 0 !important;
    }

.timepicker-picker > a:focus {
    background-color: #fff !important;
}

.timepicker-picker .table-condensed > tbody > tr > td {
    padding: 2px !important;
    height: 35px !important;
    line-height: 30px !important;
}

.timepicker-picker td span {
    height: 35px !important;
    line-height: 35px !important;
}

.timepicker-picker .table-condensed > tbody > tr .separator {
    width: 10% !important;
}

.timepicker-picker .table-condensed > tbody > tr > td > button {
    margin-right: 10px;
}

.bootstrap-datetimepicker-widget {
    width: 225px !important;
    padding: 2px !important;
}

@media(max-width: 1024px) {
    #tsysRateTransCardFeeGrid > tbody > tr > :nth-child(odd) {
        width: 1%;
        vertical-align: middle !important;
    }

    .form-actions.fluid a.btn {
        margin: 8px 0;
    }
}

/*Merchant Snapshot - alerts*/
.snapshot-alert {
    color: red;
    margin-left: 10px;
    font-size: 20px !important;
}

.pending-changes-alert {
    color: red !important;
    margin-bottom: -17px;
}

.red-bold {
    color: red;
    font-weight: bold
}

/*Float Menu - buttons*/
.style-navbar {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

.menu-inferior {
    margin-left: -4px;
    width: calc(100% - 250px);
    color: #FFF;
    position: fixed;
    bottom: 0px;
    z-index: 1000 !important;
    -webkit-transition: max-height 300ms ease-in-out;
    -moz-transition: max-height 300ms ease-in-out;
    -ms-transition: max-height 300ms ease-in-out;
    -o-transition: max-height 300ms ease-in-out;
    transition: max-height 300ms ease-in-out;
}

.btn-menu-inf {
    margin-right: 4px;
    margin-top: 4px;
}

#menu-inferior .row-bg {
    padding-top: 8px !important;
}

.menu-inf-merchant-snap {
    margin-left: 0px;
}
/*End*/
