﻿/* 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;
}

.control-inline {
    display: inline;
}

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;
}

.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;
}

.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%;
}

.fees-grid-col-input-width-secondary {
	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;
}

/*.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: #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*/
.redirect-menu-item {
	padding-top: 8px !important;
	color: #ffffff;
}

.menu-item-no-overlay {
	padding-top: 8px !important;
	color: #ffffff;
}

		#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 #213976 solid;
}


/*
    Residuals Styles
*/

#sectionResidualsFilter {
    background-color: #213976;
    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: #213976;
    margin-top: -32px;
    padding-top: 4px;
    margin-left: -20px;
    margin-right: -20px;
}

    .sectionResidualsFilter .select-chosen {
        background: #ffffff;
    }

.title-grid-residual {
    color: #213976;
    font-size: 15px;
}

.boxes-residuals .statbox .title span {
    text-transform: uppercase;
    font-size: 14px !important;
}

.line-title-grid {
    border-top: 1px solid #213976 !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: #213976;
    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: #213976;
}
/*widgets*/
.header-residual-widget {
    border-bottom: none !important;
}

.widget-content .value {
	color: #213976;
}

.widget-content .title {
    font-size: 13px !important;
}

.widget .widget-docs-to-sign-section {
	margin: 0 !important;
}

.docs-to-sign-section .form-group .row label {
	color: #213976;
	font-size: 15px !important;
	font-weight: 400;
}

.btn-view-details-residuals {
    font-size: 13px !important;
    line-height: 35px !important;
    margin-top: 1px !important;
    color: #fff !important;
    background: #213976 !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 {
    /*position: relative;*/
    /*height: 40vh;
    width: 25vw;*/
    /*height: 20vh;
    width: 16vw;*/
    /*height: 200px;
    width: 400px;*/
    /*height: 190px;
    width: 330px;*/
}

.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;
}

.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;
}


/*Tooltip*/
.tooltip-notes {
	position: relative;
	display: inline-block;
}

.tooltip-notes .material-icons {
	font-size:18px;
}

.tooltip-notes .tooltiptext-notes {
	visibility: hidden;
	width: 250px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 50;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-notes .tooltiptext-notes::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 24%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-notes:hover .tooltiptext-notes {
visibility: visible;
opacity: 1;
}

.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;
}

input.form-control::-webkit-input-placeholder {
	color: grey !important;
}
input.form-control::-ms-input-placeholder {
	color: grey !important;
}
input.form-control::placeholder {
	color: grey !important;
}

.ml-16 {
	margin-left: 16px;
}

/* custom-select-component */ 
.custom-select {
	position: relative;
}

.custom-select-small {
    width: 15%;
	margin-left: 10px;
}

.custom-select-submenu {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 999999;
	background-color: #ffffff;
	max-height: 315px;
	border: 1px solid #636363;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-select-submenu.opened {
	display: flex !important;
	flex-direction: column
}

.custom-select-submenu .custom-select-searcher {
	width: calc(100% - 8px);
    margin-left: 4px;
    margin-top: 4px;
    border: 1px solid #d3d3d3 !important;
}

.custom-select-submenu .custom-select-searcher-wrapper .searcher-actions {
	position: absolute;
	display: flex;
	right: 7px;
    top: 3px;
}

.custom-select-submenu .custom-select-searcher-wrapper .searcher-actions > em,
.custom-select-submenu .custom-select-searcher-wrapper .searcher-actions > button {
	position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
}

.custom-select-submenu .custom-select-searcher-wrapper .searcher-actions > button {
	border: none;
	background: none;
	color: red;
}

.scrollable {
	flex: 1;
	overflow-y: scroll;
}

.custom-option,
.custom-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-left: 12px;
	padding-right: 12px;
	margin: 4px 0;
}

.custom-option:hover {
	color: #ffffff;
	background-color: #29ABE2;
	cursor: pointer
}

.custom-option > div,
.custom-title > div {
	width: 33.33%;
	font-size: 12px;
}

.custom-option > div:last-child {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.custom-tooltip-container {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}

.custom-tooltip-container 
.custom-tooltip-icon {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	background-color: dimgray;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	border-radius: 50%;
}

.custom-tooltip-body {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	height: auto;
	width: max-content;
	max-width: 400px;
	background-color: dimgray;
	padding: 6px 16px;
	border-radius: 8px;
	z-index: 99999999
}

.custom-tooltip-body::before {
	content: "";
	bottom: -3px;
	right: 25px;
	width: 6px;
	height: 6px;
	background-color: dimgray;
	position: absolute;
	transform: rotate(45deg);
}

.custom-tooltip-body p {
	line-height: 1.3rem;
	font-size: 1.1rem;
	color: #fff !important;
}

.custom-select-selector {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 9px;
	height: 30px;
	border: 1px solid #eeeeee;
}

.custom-select-selector::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	right: 6px;
}

.custom-select-selector p {
	color: #000000;
	margin: 0
}

.custom-select-title div:last-child{
	text-align: center;
}

.custom-select-title {
	padding-right: 27px;
}

/* Grid addons */
.surtech-grid-td-Pin {
	text-align: center;
	position: relative;
}

.pin-btn {
	border: none;
	background-color: transparent;
}

.pin-btn:hover i {
    color: black !important;
}

.pin-btn .unpinned-row {
    color: gray;
    transform: rotate(45deg);
	font-size: 18px
}

.pin-btn .pinned-row {
    color: black;
    font-size: 18px
}

.table-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative !important;
	max-height: 260px;
}

.table-wrapper .table-wrapper-scroller {
    position: relative !important;
    max-height: 260px;
    width: 100%;
    margin-top: 6px;
    overflow-y: auto;
}

.table-wrapper .btn-table-scroll {
	position: relative;
	margin-top: 3px
}

.grid-searcher {
	border: 2px solid #808080 !important;
	height: 32px;
	border-radius: 16px !important;
    padding: 0 12px !important;
	min-width: 250px !important
}

.text-area-without-border{
	border: none;
}
