.btn.btn-yellow{
	background-color: #f3931a;
	border-color: #f3931a;
}
.btn.btn-copied{
	background-color: #4caf50;
	border-color: #4caf50;
}
a,
a:hover{
  color: #f3931a;
}
.card .card-number{
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.card .card-header.card-header-icon .card-title.reorder-block{
  position: absolute;
  right: 0;
}
.card .card-header.card-header-icon .card-title.reorder-block a{
  font-size: 1.6em;
}
.card .card-header.card-header-icon .card-title.reorder-block a span{
  background-color: #f3931a;
  font-size: 30px;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
.card .card-header.card-header-icon .card-title.reorder-block a:hover span{
  background-color: #FFF;
  color: #f3931a;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-url{
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover{
	background-color: #f3931a;
	border-color: #f3931a;
	box-shadow: none;	
}
.card-pricing .card-icon.icon-yellow i {
	color: #f3931a;
}
.nav-link.activo,
.dropdown-item.active, .dropdown-item:active{
	background-color: #f3931a;
	color: #FFF;
	color: #FFF !important;
}

.nav-link.activo .sidebar-mini,
.dropdown-item.active .sidebar-mini, .dropdown-item:active .sidebar-mini{
	color: #FFF !important;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu li > a:hover{
	background-color: #f3931a;
}
.page-item .ripple{
	display: none;
}
.ripple-container{
	z-index: 0;
}
.pagination > .page-item > a:focus span{
	background: pink;
}
.card .card-header-yellow .card-icon, .card .card-header-yellow .card-text, .card .card-header-yellow:not(.card-header-icon):not(.card-header-text), .card.bg-yellow, .card.card-rotate.bg-yellow .front, .card.card-rotate.bg-yellow .back{
	background-color: #f3931a;	
}
/*.form-check .form-check-label .circle .check,*/
.form-check .form-check-input:checked ~ .form-check-sign .check {
    background: #f3931a;
    background: transparent;
    /*width: 100px;
    height: 100px;
    display: block;*/
}
.form-check .form-check-label .circle .check{
    background: #f3931a;
}
/*.form-check .form-check-label span{position: static;}*/
.form-check .form-check-input:checked ~ .circle {
    border-color: #f3931a;
}
.form-check .form-check-input:checked ~ .form-check-sign .check{
	
}
.form-check .form-check-input:checked ~ .form-check-sign .check:before{
	/*-webkit-appearance: none;*/
	/*-webkit-box-shadow: 3px 3px 6px 6px #F00 inset;*/
	/*-webkit-animation-fill-mode: both;*/
	/*animation-fill-mode: both;*/
	animation-name: checkboxOn;
 	animation-duration: 0.3s;
 	/*animation-iteration-count: 1;*/
 	/*animation-direction: alternate;*/
 	/*animation-timing-function: ease-out;*/
 	animation-fill-mode: forwards;
 	animation-delay: 2s;
	-webkit-animation-name: checkboxOn;
 	-webkit-animation-duration: 0.3s;
 	/*-webkit-animation-iteration-count: 1;*/
 	/*-webkit-animation-direction: alternate;*/
 	/*-webkit-animation-timing-function: ease-out;*/
 	-webkit-animation-fill-mode: forwards;
 	-webkit-animation-delay: 2s;
	animation: none !important;
	box-shadow: none !important;
	color: #f3931a;
}
.form-check .form-check-sign .check{
	animation: none !important;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    color: #FFF;
}
.form-check .form-check-sign .check:before{
	content: "\f00c";
	box-shadow: none !important;
	animation: none !important;
	transform: rotate(0deg);
    margin-top: 2px;
    margin-left: 2px;
}
/*@keyframes checkboxOn {
  0% {
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px;
  }
  50% {
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px 2px 0 11px;
  }
  100% {
    box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px;
      transform: rotate(30deg);
      width: 50px;
  }
}*/
@-webkit-keyframes checkboxOn {
  0% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      15px 2px 0 11px;
      -webkit-animation-fill-mode: forwards;
  }
  50% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px 2px 0 11px;
      -webkit-animation-fill-mode: forwards;
  }
  100% {
    -webkit-box-shadow:
      0 0 0 10px,
      10px -10px 0 10px,
      32px 0 0 20px,
      0px 32px 0 20px,
      -5px 5px 0 10px,
      20px -12px 0 11px;
      -webkit-animation-fill-mode: forwards;
  }
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.color-yellow {
    color: #f3931a !important;
}
.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #f3931a 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.sidebar-mini .sidebar{
	background: #eee;
}
.sidebar-mini{
	color: #3C4858;
	color: #f3931a;
	font-size: 2.5em;
}
.sidebar .logo{
	/*padding-bottom: 45px;*/
	bottom: 10px;
    padding: 0;
    left: 45px;
}
.sidebar .logo:after{
	background-color: transparent;
}
.sidebar .sidebar-wrapper{
	overflow: hidden;
}
.sidebar-mini p.companyname{
	display: none;
}
p.companyname{
	padding: 10px 0;
	font-weight: 500;
	border-bottom: 1px solid #3C4858;
	margin: 0 15px;
}
.fileinput .thumbnail{
	max-width: 150px;
}
.help-block{
	display: block;
    padding-left: 56px;
    width: 100%;
    color: red;
    margin: 0;
}
.fileinput{
	margin-top: 15px;
}
#preview{
 width: 150px;
 height: 150px;
 margin: 15px 0;
 border: 1px solid #f3931a;
 /*border-radius: 3px;*/
}
textarea.form-control{
	min-height: 80px;
}
#prev_img{
 /*display: none;*/
}
form .row-multiple-value .form-group {
    margin: 5px 0 0;
    margin: 0px 0 0;
}
/*body .sidebar .logo a.logo-mini{display: none;}
body.sidebar-mini .sidebar .logo a.logo-mini{display: block;}
body.sidebar-mini .sidebar .logo a.logo-normal{display: none;}*/
@media (max-width: 991px){
	.sidebar::before, .off-canvas-sidebar nav .navbar-collapse::before {
    	background-color: #eee;
	}
}
.table .td-actions .btn{
	margin: 2px;
}
.same-height > div{
	display: flex;
    align-items: stretch;
}
.btn-dash{
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	background: #999999;
	min-width: 190px;
	text-align: center;
	margin: 25px auto;
}
.login-page.dash-page .card-login .card-body{
	padding: 0 10px;
}
.shop_name{
	display: inline-block;
	color: #f3931a;
	border: 1px solid #f3931a;
	font-size: 18px;
	padding: 10px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.shop_name.active{
	background-color: #f3931a;
	color: #fff;
}
.full-height{
	height: 100vh;
}
@media screen and (min-width: 576px){
	.modal-sell{
		max-width: 90vw;
	}
}
#qr-video{
	width: 100%;
}
.btn.check-voucher{
	padding: 0;
	margin: 0;
	line-height: 36px;
}
.response-verification{
	padding: 15px;
}
.response-verification span{
	font-weight: 700;
}
.no-transition{
	transition: none !important;
}
#viewOrder p span{
	font-weight: bold;
}
.text-upper{
	text-transform: uppercase;
}
.modal-send-voucher p{
	margin: 1rem 0;
}
.modal-send-voucher p span{
	color: #f3931a;
}
.page-item,.page-link{
	color: transparent;
	border: none !important;
	box-shadow: none !important; 
}
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active > div,
.bootstrap-datetimepicker-widget table td.active:hover > div {
  background: #f3931a;
}
caption{
  caption-side: top;
}
.btn.btn-select{
  padding: 12px 0;
  min-width: 215px; 
}