﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.sidebar .nav-flex {
  display: flex;
}

.sidebar .nav-dropdown .level2.open {
  background-color: #0c0d0e;
}

.notification {
  position: absolute;
  top: 8px;
  left: 20%;
  right: 20%;
  z-index: 1051;
  /* must be larger than .modal */
}

.excelBtn {
  background: #337ab7 !important;
  color: white !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
}

.prefix {
  margin-left: 5px;
  position: absolute;
  margin-top: 4px;
}

.currency:before {
  content: "$ ";
}

#totals {
  margin-bottom: 0px;
}

#totals tr td {
  font-size: 12px;
}

#totals thead tr th {
  background-color: #222;
  color: #ffffff;
}

#totals thead tr th,
#totals tbody tr td {
  padding: 6px;
}

#totals tbody tbody tr td:not(:first-child) {
  font-weight: bold;
}

.panel-body {
  padding: 20px;
}

.dropdown .dropbtn {

  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;

  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*Added for nav-bar dropdown*/




.table thead,
.table th {
  text-align: center;
}


.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}



#eventForm .form-control-feedback {
  right: 5px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #555;
  border-color: transparent;
  color: #fff;
}

.ranges li:hover {
  background-color: #555;
  border: 1px solid #555;
  color: #fff;
}

.ranges li.active {
  background-color: #555;
  border: 1px solid #555;
  color: #fff;
}

#loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(241, 239, 239, 0.589) url('/images/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
         the scrollbar off with overflow:hidden */
body.loading #loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
         modal element will be visible */
body.loading #loading {
  display: block;
}


.updateRowLoading {
  background-color: #ffffff;
  background-image: url("/images/updateRow.gif");
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
}

/*Need to check below Css*/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.account-wall {
  margin-top: 20px;
  padding: 40px 0px 20px 0px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
  color: #555;
  font-size: 32px;
  font-weight: 520;
  display: block;
}

.img-circle {
  width: 165px;
  height: 41px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.need-help {
  margin-top: 10px;
}

.new-account {
  display: block;
  margin-top: 10px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #222;
  color: white;
  text-align: center;
}

.carousel-inner {
  height: 80%;
}

.red {
  background-color: red !important;
}

.orange {
  background-color: yellow !important;
}

.table-background {
  background-color: transparent !important;
}

.text-nowrap {
  white-space: nowrap;
}

/* Tooltip for input field */
.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
  display: inline-block;
}

/* Callidus Input Tooltip */
.tooltip.top .tooltip-inner {
  background-color: #ccc;
  color: black;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #ccc !important;
}

/* Cash and credit datatable reportToolbar*/
.reportToolbar {
  float: left;
}

.reportToolbar>input#filterRows {
  margin-top: 10px;
  margin-left: 10px;
}

.storeCount {
  margin: 0.5em 2em 0em 0em;
  float: right;
}

.reportToolbar>span,
.storeCount>span {
  font-weight: 500;
}

/* Variance Slider in Cash & Credit Reports */
/* .varianceSlider{
    float: left;
    width: 250px;
    margin-left: 10px;
}

.varianceSlider > input#varianceSlider{
    margin-top: 6px;
    margin-left: 10px;
    float: left;
    width: 150px;
}

.varianceSlider > span{
    float: right;
    margin-top: 10px;    
    font-weight: 500;
} */

.varianceSlider {
  width: 26%;
  float: left;
  margin: 12px 0 0px 20px;
}

.range-slider {
  -webkit-appearance: none;
  width: 60%;
  height: 6px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}

/* Range Handle */
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #337ab7;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

.range-slider::-webkit-slider-thumb:hover {
  background: #1abc9c;
}

.range-slider::-webkit-slider-thumb:active {
  background: #1abc9c;
}

/* Focus state */
.range-slider:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff,
    0 0 0 4px #1abc9c;
}

.variance-slider-input {
  float: left;
  margin-top: -6px;
}

.variance-slider-label {
  float: left;
  font-weight: 500;
  margin-top: -5px;
  margin-left: -65px;
}

.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #337ab7;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

.range-slider::-moz-range-thumb:hover {
  background: #1abc9c;
}

.range-slider::-moz-range-thumb:active {
  background: #1abc9c;
}

/* Focus state */
.range-slider::-moz-range-thumb:focus {
  box-shadow: 0 0 0 3px #fff,
    0 0 0 4px #1abc9c;
}

/* Firefox Overrides */
.varianceSlider>input::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

.varianceSlider>input::-moz-focus-inner,
.varianceSlider>input::-moz-focus-outer {
  border: 0;
}

/* Range Label */
.range-slider-value {
  display: inline-block;
  position: relative;
  width: 45px;
  color: #000;
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
  background: #d7dcdf;
  padding: 3px 6px;
  margin-left: 18%;
  margin-top: 8px;
}

.range-slider-value:after {
  position: absolute;
  top: -5px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #d7dcdf;
  border-right: 7px solid transparent;
  content: '';
}



/* The snackbar - position it at the bottom of the report table */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  width: fit-content;
  /* Set a default minimum width */
  /*  margin-left: -125px;  Divide value of min-width by 2 */
  background-color: #d7dcdf;
  /* Grey background color */
  color: #000;
  /* Black text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: relative;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 42%;
  /* Center the snackbar */
  bottom: 58px;
  /* 30px from the bottom */
}

/* Show the snackbar when row data gets saved successfully */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 58px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 58px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 58px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 58px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}


/* overlay */
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
}

.overlay-wheel {
  width: 20px;
  height: 20px;
  margin-top: -40px;
  margin-left: -40px;

  position: absolute;
  top: 50%;
  left: 50%;

  border-width: 30px;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
}

.style-2 .overlay-wheel {
  border-style: double;
  border-color: #ccc transparent;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
.page-overlay {
  overflow: hidden;
  position: fixed;
  display: block;
  /* Anytime the body has the loading class, our modal element will be visible */
}

/* overlay */

/* Datatable fix */
.dt-body-right {
  text-align: right;
}

/* Datatable fix */

/* Callidus Columns background color */
td.dispute-accepted-color {
  background-color: #1ABB9C;
}

td.dispute-started-color {
  background-color: #33ccff;
}

td.dispute-pending-color {
  background-color: #ffd966;
}

td.dispute-investigate-color {
  background-color: #008b8b;
}

td.dispute-employee-error-color {
  background-color: #e05560d2;
}

td.dispute-reinvestigate-color {
  background-color: #9177b5;
}

td.dispute-appealed-color {
  background-color: #5b9bd5;
}

td.dispute-chargeback-color {
  background-color: #bde78d;
}

td.to-be-disputed-color {
  background-color: #b4c6e7;
}

/* Callidus Columns color */


/* Override card-header-action */

.card-header-action {
  color: black;
}

#tabCredit>tbody>tr>td>input,
#tabCash>tbody>tr>td>input,
#tabCashCredit>tbody>tr>td>input,
#tabCredit>tbody>tr>td>.btn,
#tabCash>tbody>tr>td>.btn,
#tabCashCredit>tbody>tr>td>.btn {
  height: 25px;
}

#tabCredit>tbody>tr>td>input,
#tabCash>tbody>tr>td>input,
#tabCashCredit>tbody>tr>td>input {
  font-size: 12px;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgb(90, 163, 197);
}