.big-logo{
	display: none;
}
.login {
    background: #fff;
}
.sidebar_minimize .big-logo{
	display: block;
}
.sidebar_minimize_hover .big-logo{
	display: none;
}
.logo img{
	height: 50px;
	left: 50% !important;
	margin-left: -58px;
}

.main-header .logo-header .logo{
	display: block;
	text-align: center;
}
.btn-secondary{
	border-color: #716aca !important;
	background-color: #716aca  !important;
}
.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all .3s;
	z-index: 1003;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .5s;
}

.custom-template.open {
	right: 0px;
}

.custom-template .custom-toggle {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #eee;
	cursor: pointer;
	color: #177dff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 22px;
}

.custom-template .title{
	padding: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #575d6b;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #ebedf2;
}

.custom-template .custom-content{
	padding: 20px 15px;
	height: calc(100vh - 60px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.custom-template .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.custom-template .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all .2s;
}

.custom-template .btnSwitch button:hover{
	border-color: #0bf;
}

.custom-template .btnSwitch button.selected{
	border-color: #0bf;
}

.custom-template .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer;
}

.custom-template .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent;
}

.custom-template .img-pick:hover img, .custom-template .img-pick.active img{
	border-color: #177dff;
}

.demo .btn, .demo .progress{
	margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label{
	margin-right: 15px;
}

.demo .toggle, .demo .btn-group{
	margin-right: 15px;
}

.demo #slider{
	margin-bottom: 15px;
}

.table-typo tbody > tr > td{
	border-color: #fafafa;
}

.table-typo tbody > tr > td:first-child{
	min-width: 200px;
	vertical-align: bottom;
}

.table-typo tbody > tr > td:first-child p{
	font-size: 14px;
	color: #333;
}

.demo-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	transition: all .2s;
}

.demo-icon:hover{
	background-color: #f4f5f8;
	border-radius: 3px;
}

.demo-icon .icon-preview{
	font-size: 1.8rem;
	margin-right: 10px;
	line-height: 1;
	color: #333439;
}

.demo-icon .icon-class{
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

.form-show-notify .form-control{
	margin-bottom: 15px;
}

.form-show-notify label{
	padding-top: 0.65rem;
}

.map-demo {
	height: 300px;
}

#instructions li{
	padding: 5px 0;
}

.row-demo-grid{
	margin-bottom: 15px;
}

.row-demo-grid [class^="col"]{
	text-align: center;
}

.row-demo-grid [class^="col"] .card-body{
	background: #ddd;
}

.btnSwitch button[data-color="default"] {
	background-color: #fff;
}
.btnSwitch button[data-color="black"] {
	background-color: #191919;
}
.btnSwitch button[data-color="dark"] {
	background-color: #282a3c;
}
.btnSwitch button[data-color="blue"] {
	background-color: #177dff;
}
.btnSwitch button[data-color="purple"] {
	background-color: #716aca;
}
.btnSwitch button[data-color="light-blue"] {
	background-color: #05b4d8;
}
.btnSwitch button[data-color="green"] {
	background-color: #35cd3a;
}
.btnSwitch button[data-color="orange"] {
	background-color: #ffa534;
}
.btnSwitch button[data-color="red"] {
	background-color: #f3545d;
}
.btnSwitch button[data-color="bg1"] {
	background-color: #fafafa;
}
.btnSwitch button[data-color="bg2"] {
	background-color: #fff;
}
.btnSwitch button[data-color="bg3"] {
	background-color: #f1f1f1;
}
.btn-rounded {
    border-radius: 6px!important;
}

.btn-login{
	background: #ffcc00 !important;
	border-color: #ffcc00 !important;
	color: #000 !important;
	text-transform: uppercase;
}

.btn-login i{
	    transform: rotate(-180deg);
    font-size: 26px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 7px;
    margin-top: -5px;
}

.btn-login:hover{
	background: #d6ac03 !important;
	border-color: #d6ac03 !important;
	color: #000 !important;
	text-transform: uppercase;
}

.login .wrapper.wrapper-login {
	display: flex;
	justify-content: center;
	align-items: center;
	height: unset;
	padding: 15px;
	flex-direction: column;
}

.login .wrapper.wrapper-login .container-login, .login .wrapper.wrapper-login .container-signup {
	width: 500px;
	background: #fff;
	padding: 30px 25px 10px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(160,159,159,.48);
	margin-top: 30px;
}

.table-head-bg-info {
	border: 1px solid #e6e6e6!important;
}
.table-head-bg-info td{
	border: 1px solid #e6e6e6!important;	
}
.table-head-bg-info thead th, .table-striped-bg-info tbody tr:nth-of-type(odd) {
	background-color: #e6e6e6!important;
	color: #554 !important;
}

.table-head-bg-info *{font-size: 12px !important;}


.modal .form-check, .modal .form-group {
	margin-bottom: 0;
	padding: 0px 10px 10px;
}

.accordion.accordion-secondary .card .card-header {
	color: #fff;
	background: #008f56;
}
.accordion.accordion-secondary .card .card-header b{
	margin-left: auto;
}

.accordion .card{
	margin-bottom: 15px;
}

@media screen and (max-width: 550px){
	.table-typo tr td{
		display: flex;
		align-items: center;
		word-break: break-word;
	}

	.table-typo tr td:first-child p{
		margin-bottom: 0px;
	}

	.bts .btn{
		margin-bottom: 30px;
	}
}


#price-position, #section-position-mobile .cashbox-div-content-table select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input#price-position::-webkit-outer-spin-button,
input#price-position::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}

input#price-position{
	-moz-appearance:textfield;
}

input#sale-position::-webkit-outer-spin-button,
input#sale-position::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}

input#sale-position{
	-moz-appearance:textfield;
}

input#nal-pay-chek::-webkit-outer-spin-button,
input#nal-pay-chek::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}

input#nal-pay-chek{
	-moz-appearance:textfield;
}

input#bank-pay-chek::-webkit-outer-spin-button,
input#bank-pay-chek::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}

input#bank-pay-chek{
	-moz-appearance:textfield;
}


input#add-amount::-webkit-outer-spin-button,
input#add-amount::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}

input#add-amount{
	-moz-appearance:textfield;
}


input#return-amount::-webkit-outer-spin-button,
input#return-amount::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}
input#return-amount{
	-moz-appearance:textfield;
}


.report-result .timer{
	padding: 25px 0px;
	text-align: center;
	margin: auto;
	background: #fff;
	width: 300px;
	position: fixed;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -44px;
}

.returnsell .tdsale{
	display: none;
}

.returnsell .tdupsale{
	display: none;
}

@media screen and (max-width: 767px){
	.logo img {
		margin-left: 0px; 
	}

	tr.block{
		display: block;
	}
	tr.block td{
		display: block;
		width: 100%;
	}

	.table.mobile td{
		display: flex;
		align-items: center;
		word-break: break-word;
	}
}

@media screen and (max-width: 576px){
	.custom-template {
		height: 100vh;
		top: 0;
		transform: translateY(0);
	}
	.custom-template .custom-content {
		height: calc(100% - 55px);
		overflow: auto;
	}
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 400px) {
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
}
.report-result *{
	font-family:Consolas !important;
}

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled{
	display: none;
}

.edit-section *{
	color: #000;
	font-size: 24px !important;
	text-decoration: none;
}

.remove-section  *{
	color: red;
	font-size: 24px  !important;
	text-decoration: none;
}

.edit-price *{
	color: #000;
	font-size: 24px !important;
	text-decoration: none;
}

.remove-price  *{
	color: red;
	font-size: 24px  !important;
	text-decoration: none;
}

.pager i{
	color: #000;
	font-size: 20px;
}

.pager select{
	border-radius: 6px;
	height: 28px;
	line-height: 24px;
	vertical-align: middle;
	margin-top: -8px;
}

.pagedisplay{
	font-size: 18px;
}

.tablesorter-bootstrap_4 th, .tablesorter-header-inner{
	white-space: nowrap;
}

#price-modal tr{
	cursor: pointer;
}


a .card .card-title {
	font-size: 16px;
	line-height: 1.2;
}
a .card-stats .icon-big {
	min-height:38px;
}


.nav-pills{
	height: 47px;
	overflow: hidden;
}

.nav-pills li{
	width: 50%
}

.nav-pills li a{
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 12px !important;
	padding-top: 10px !important;
	margin-left: 0px !important;
	font-size: 18px;
}
.edit-default_name_good {
	color: #000;
    font-size: 16px !important;
    text-decoration: none;
}
.edit-default_name_good * {
    color: #000;
    font-size: 24px !important;
    text-decoration: none;
}
.edit-round_type {
	color: #000;
    font-size: 16px !important;
    text-decoration: none;
}
.edit-round_type * {
    color: #000;
    font-size: 24px !important;
    text-decoration: none;
}

.edit-modules {
	color: #000;
    font-size: 16px !important;
    text-decoration: none;
}
.edit-modules * {
    color: #000;
    font-size: 24px !important;
    text-decoration: none;
}


@media screen and (max-width: 767px) {

	.nav-pills li a {
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 12px !important;
		padding-top: 10px !important;
		margin-left: 0px !important;
		font-size: 14px;
		line-height: 12px;
	}

}

.btn-warning{
	color: #000 !important
}