.header-navbar .nav-item + .nav-item {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 65px;
}

.header-navbar .navbar-header .navbar-brand{padding:0px}

.menu-collapsed .header-navbar .navbar-header .navbar-brand .brand-logo{
	width: 45px;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand{
	padding: 10px 0;
}

.text-grey{
	color: #6b6f82;
}

.open-sans{
	font-family:'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

nav.bg-info {
    background-color: #d29751 !important;
}

.main-menu.menu-light .navigation > li.open > a{
	 border-right: 4px solid #d29751;
}

.m-t-20{
	margin-top:20px;
}
/*************
DATATABLES
***********/
.dataTables_wrapper .dataTables_info{
	margin-top:20px;
}

.dataTables_wrapper .dataTables_paginate{
	margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #fff !important;
    border: 1px solid #d29751 !Important;
    background-color: #d29751 !important;
	background: linear-gradient(to bottom, #d29751 0%, #d29751 100%) !Important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	border: 1px solid #d29751 !Important;
    background-color: #d29751 !important;
	background: linear-gradient(to bottom, #d29751 0%, #d29751 100%) !Important;
}

table.dataTable tbody th, table.dataTable tbody td{
	font-size:13px;
}

.btn-taj{
	border-color: #d29751 !important;
    background-color: #d29751 !important;
	color: #fff;
}

.btn-taj:hover,.btn-taj:focus,.btn-taj:active {
	border-color: #bd833f !important;
    background-color: #bd833f !important;
	color: #fff;
}

.fileuploader{
	padding: 8px 0px !Important;
	background: #fff !Important;
}

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success{
	background: linear-gradient(135deg,#d29751 0,#d29751 100%) !important;
}

.attached-img {
    position: relative;
    display: inline-block;
}

.attached-img img {
    height: 50px;
    width: auto;
}

.attached-img:hover .overlay-img {
    opacity: 0.6;
}

.overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #d29751;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.payout-status{
	margin-bottom:30px;
	-webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, .2);
    box-shadow: 0 10px 18px 0 rgba(62, 57, 107, .2);
	padding: .75rem 1rem;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title{
	background-color:#d29751 !important;
}

.header-navbar .navbar-header{
	padding:0;
}
/*********
Modal
*******/
.modal-content{
	border-radius:0;
}
.modal-title{
	font-weight:800;
}
.modal-header{
	border-bottom:none;
}
.modal-footer{
	border-top:none;
}

.modal .close{
	border-color: #d29751 !important;
    background-color: #d29751 !important;
	color: #fff;
	opacity: 1;
}

.modal .close:hover{
	border-color: #bd833f !important;
    background-color: #bd833f !important;
	color: #fff !Important;
	opacity: 1;
}
.center{
	text-align:center;
}
.btn-dark{
	border-color:#06294b;
	background-color:#06294b;
}
.btn-dark:hover{
	border-color:#031a31;
	background-color:#031a31;
}

.emp-name span{
	font-size:21px;
	font-weight:800;
	line-height:1;
	color:#06294b;
}
.mb-10{
	margin-bottom:10px !important;
}
.swal-button--confirm{
	background-color:#d29751  !Important;
}
/* .circle-2{

} */
/*******************************
STATUS
********************************/
.progress-tracker {
  counter-reset: steps;
  display: inline-block;
  list-style: none;
  padding: 2.5em 0 1.5em 0;
      padding-left: 17em;
  text-align: left;
}
.progress-tracker li {
  border-bottom: solid 2px #989898;
  counter-increment: steps;
  display: inline-block;
  position: relative;
      width: 25%;
  margin-right: -0.375em;
}
.progress-tracker li:last-child {
  border-bottom: none;
}
.progress-tracker li:after {
  background: #989898;
  border: solid 4px transparent;
  border-radius: 50%;
  color: #fff;
  content: counter(steps);
  font-weight: bold;
  display: block;
  position: absolute;
  text-align: center;
  width: 2em;
  height: 2em;
  bottom: -1.1em;
  line-height: 2em;
  left: -4px;
  bottom: -1.1em;
  line-height: 20px;
}
.progress-tracker li span {
  display: inline-block;
  color: #7f7f7f;
  position: relative;
  text-align: center;
    width: 17em;
  left: -8em;
  top: -1.75em;
  font-size: 14px;
  overflow: hidden;
      line-height: 1.2;
}
.progress-tracker li span.date {
	    font-size: 12px;
    color: #9a9a9a !important;
    line-height: 1;
    border: -22px !important;
    top: auto;
    position: absolute;
    bottom: -40px;
}
.progress-tracker li.completed {
  border-bottom-color: yellowgreen;
}
.progress-tracker li.completed:after {
  background: yellowgreen;
}
.progress-tracker li.completed span {
  color: #7ba428;
}
.progress-tracker li.current:after {
  background: #fff;
  border-color: yellowgreen;
}
.progress-tracker li.current span {
  color: #7ba428;
}
.progress-tracker li.skipped {
  border-bottom-color: yellowgreen;
}
.progress-tracker li.skipped:after {
  background: #D44D5C;
  color: #fff;
}
.progress-tracker li.skipped span {
  color: #c02e3e;
}
.progress-tracker li.dotted {
  border-bottom-style: dotted;
}
.progress-tracker.v2 {
  padding-left: 3.25em;
}
.progress-tracker.v2 li {
  width: 6.5em;
}
.progress-tracker.v2 li span {
  width: 6.5em;
  left: -2.25em;
}
.progress-tracker.icon li:after {
  content: "";
  font-family:LineAwesome;
}
.progress-tracker.icon li.completed:after {
  content: '\f17b';
}
.progress-tracker.icon li.skipped:after {
  content: '\f342';
}

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: #6b6f82;
    font-size: 16px;
    line-height: 2;
    padding-right: 22px;
    padding-top: 5p;
    font-weight: 600;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -8px;
    top: -6px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 25px;
    height: 25px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 1px;
    width: 20px;
    height: 8px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
	border-color: #06294b;
    background-color: #06294b;
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(6px, 9px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

.SumoSelect{
	width:100% !Important;
}

.pure-material-checkbox > span.help-block::before{
  display: none;
}

.pure-material-checkbox > span.help-block::after{
  display: none;
}

.match-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.dflex {
  display: flex;
  flex-direction: column;
}

.c-card{
flex-direction: column;
display: flex;
width: 100%;
height: 100%;
position: relative;
}
/******************************
RESPONSIVE
******************************/
@media only screen and (max-width: 480px) {
	.header-ts{
		position: relative !Important;
		right: -1rem !Important;
	}
}
