﻿:root {
    --primary-color: #fff;
    --primary-dark-color: #eeeeee;
    --secondary-color: #a4a5a5;
    --secondary-dark-color: #52565f;
    --accent-color: #1451a3;
    --accent-light-color: #4374b5;
    --text-color: #52565f;
    --green-color: #009382;
    --green-light-color: #53b1ae;
    --orange-color: #f18b21;
    --orange-light-color: #f5a859;
    --red-color: #E74C3C;
    --red-light-color: #f18d82;
}

/* Buttons disabled */
.btn-success.disabled,
.btn-success.btn[disabled] {
    background-color: var(--green-color);
}

.btn-default.disabled,
.btn-default.btn[disabled] {
    background-color: var(--secondary-color); 
}

.btn-info.disabled,
.btn-info.btn[disabled] {
    background-color: var(--accent-color);
}

.btn-primary.disabled,
.btn-primary.btn[disabled] {
    background-color: var(--green-color);
}

.btn-warning.disabled,
.btn-warning.btn[disabled] {
    background-color: var(--orange-color);
}

.btn-danger.disabled,
.btn-danger.btn[disabled] {
    background-color: var(--red-light-color);
}

.btn[disabled] {
    cursor: not-allowed;
}

/* 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;
}

/* 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: 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: -14px;
	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;
}

.label-info {
    background-color: var(--accent-color);
}

.label-danger {
    background-color: var(--red-color);
}

.label-warning {
    background-color: var(--orange-color);
}

/* 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;
}

.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-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: 20%;
	vertical-align: middle !important;
}

.fees-grid-col-width {
	width: 10%;
	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;
	vertical-align: middle !important;
}

/*.lead-merchant-from .button-rounded {
   min-width: 200px;
}*/
.lead-merchant-from .btn-rounded {
	min-width: 150px;
}

/* Merchant Dashboard Styles*/
.merchant-dashboard-button {
	margin-bottom: 25px;
	font-size: 15px !important;
	width: 100%;
}

/* Evs Styles*/

.evs-correct {
	color: limegreen;
}

.evs-incorrect {
	color: var(--text-color);
}

.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 #principal-nav a {
    padding-top: 8px !important;
    color: var(--text-color);
}

    .jarvis-header #principal-nav a:hover {
        padding-top: 8px !important;
        color: var(--accent-color);
        font-weight: 600;
        background-color: transparent !important;
    }

    #sidebar #menu-left>a:hover {
        padding-top: 8px !important;
        color: var(--accent-color);
        font-weight: 600;
        background: var(--accent-light-color) !important;
    }
.active-menu-item {
    padding-top: 8px !important;
    color: var(--accent-color) !important;
    font-weight: 600;
}
    .active-menu-item:hover {
        padding-top: 8px !important;
        color: var(--accent-color);
        font-weight: 600;
        background-color: transparent !important;
    }
.menu-header-item-no-overlay {
	padding-top: 8px !important;
	color: var(--primary-color);
}

	.menu-header-item-no-overlay:hover {
		color: #ffffff;
		background: var(--primary-color) !important;
	}

#sidebar #sidebar-content #menu-left {
    background: var(--accent-color);
}

#sidebar #sidebar-content li#menu-left > a {
    color: white;
    text-shadow: none;
}
    #sidebar #sidebar-content li#menu-left > a:hover {
        background: var(--accent-light-color);
    }
#sidebar #sidebar-content li#menu-left > a > i {
    color: white;
}

#sidebar ul#nav ul.sub-menu {
    background-color: white;
}
    #sidebar ul#nav ul.sub-menu li.current {
        background-color: var(--primary-dark-color);
    }

#div-container {
    margin-top: -12px;
}

#inner {
	float: left;
}

.div1 {
	margin-bottom: -15px;
}

.div3 {
	margin-top: 10px;
	margin-right: -6px;
	margin-left: 12px;
	float: left;
}

.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(--accent-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;
}

.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;
}
/*
    Residuals Styles
*/

#sectionResidualsFilter {
	background-color: var(--accent-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(--accent-color);
	margin-top: -32px;
	padding-top: 4px;
	margin-left: -20px;
	margin-right: -20px;
}

	.sectionResidualsFilter .select-chosen {
		background: #ffffff;
	}

.title-grid-residual {
	color: var(--accent-color);
	font-size: 15px;
}

.boxes-residuals .statbox .title span {
	text-transform: uppercase;
	font-size: 14px !important;
}

.line-title-grid {
	border-top: 1px solid var(--accent-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(--accent-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(--accent-color);
}
/*widgets*/
.header-residual-widget {
	border-bottom: none !important;
}

.widget-content .value {
	color: var(--accent-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(--accent-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;
}

.select-disabled {
	background-color: #f9f9f9 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.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;
}

/*Float Menu - buttons*/
.style-navbar {
	margin-bottom: 0px !important;
	padding-bottom: 10px;
}

.menu-inferior {
	margin-left: -4px;
	width: 100%;
	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;
}
.popup-close {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: ease 0.25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: rgba(0, 0, 0, 0.8);
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}

.row-color-gray td {
	background-color: #d3d3d3 !important;
}

.deployment-date-centered {
    display: inline-block;
    width: 150px;
    margin-left: 15px;
    margin-right: 15px;
}

.float-right {
    float: right;
}
/*End*/