/* common */
.mt-20 { margin-top: 20px !important; }

/* dashboard css */
.dashboard-card { margin-left: 10%; }
.dashboard-welcome-card {
	background: #FCFCFC;
	padding: 40px 15px;
	border: 1px solid #cdd1d3;
	border-radius: 7px;	
	text-align: center;
	overflow: hidden;
	margin: 40px 15px 15px 15px;
}
.dashboard-welcome-card a { text-decoration: none; }
.dashboard-welcome-card a > p { color: #21333a; }
.dashboard-welcome-card a > img { width: 100px; }
.dashboard-welcome-card:hover {
  border-color: #cdd1d3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(176, 176, 176, 0.075), 0 0 8px rgba(176, 176, 176, 0.6);
  box-shadow: inset 0 1px 1px rgba(176, 176, 176, 0.075), 0 0 8px rgba(176, 176, 176, 0.6); 
}
.dashboard-welcome-card h4 { font-weight: 400; }

/* register */
.page-register .inner-page { padding-top: 2%; }
.page-register .page-auth .logo { margin-bottom: 5px; }
	
.registration_steps {
    color: rgba(85, 85, 85);
    margin: 25px 0px;
    font-size: 0px;
	text-align: center;
}
.registration_steps div {
    display: inline-block;
    line-height: 1;
    opacity: 0.4;
}
.registration_steps .step {
    color: rgba(85, 85, 85);
    border: 2px solid rgba(85, 85, 85);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: normal;
    width: 120px;
}
.registration_steps .step.current {
    opacity: 1;
	background: rgba(85, 85, 85, .2);
}
.registration_steps .line {
    height: 2px;
    position: relative;
    top: -4px;
    width: 90px;
    background: rgba(85, 85, 85, 0.6);
}
.footer-copyright-text { margin-top: 25px; }

/* forms */
.nav { 
	padding: 10px 16px;
	background: #fcfcfc;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.nav > li > a { padding: 5px 15px; }
.fixed-actions {
    position: fixed;
    bottom: 0;
    padding: 15px;
    margin: 0 0 0 -20px;
	box-shadow: 0 -4px 5px -3px rgba(0,0,0,.1);
	background: #fff;
	width: calc(100% - 200px);
	z-index: 3;
	border-top: 1px solid #ededed;	
}

/* contact form */
.tab-content { padding: 15px 30px; }

/* Invoice Status */
h3.invoice-status-heading { margin: 15px 0px 35px; }
.invoice-header ul li ul.dropdown-menu li { padding: 0; text-align: left !important; border-left: none; }

/* payment received */
.payment-received-details p { font-size: 16px; line-height: 20px; }
.payment-received-details p.payment-received-title { float:left; }
.payment-received-details p.payment-received-items { font-weight: bold; border-bottom: 1px solid #ddd; text-align: right; }

/* pagination */
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.receipt_preview_footer tr { border-bottom: 1px solid #ececec; }
.receipt_preview_footer td { font-weight:normal; padding-right:15px; }
.receipt_preview_footer th { font-size: 14px; font-weight: 500; padding:5px; }

autocomplete-w1 { position:absolute; left: 20px;	margin: 0px; width: 405px;	padding:0;	color: #000;	background: none repeat scroll 0 0 #FFFFFF;    border: 1px solid #E5E5E5;    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);	z-index:999; }
.autocomplete {color: #333333; cursor: pointer; list-style: none outside none; box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);  border: 1px solid #E5E5E5;  margin: 0;   padding: 0;  text-transform: uppercase; background:#fff; overflow:hidden; }
.autocomplete .selected { background-color: #05A6EE;	color:#fff; border: 1px solid #E5E5E5; left: 20px;}
.autocomplete div { padding:7px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:bold; color:#000; }

/* image popup */
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #279FE0;
	color: #FFFFFF;
	transition: all 1s;
}
.tile:hover {
	opacity: 0.95;
}

.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	background-color: #1E91CF;
	color: #FFF;
}
.tile .tile-heading .pull-right {
	transition: all 1s;	
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #FFFFFF;
	line-height: 48px;	
}
.tile .tile-body i {
	font-size: 50px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}
.tile .tile-body h2 {
	font-size: 34px;
}
.tile-footer {
	padding: 5px 8px;
	background-color: #3DA9E3;
}

.tile-orders { background: #1BC98E !important; }
.tile-orders .tile-heading { background: #15B07B !important; }
.tile-customers { background: #E64759 !important; }
.tile-customers .tile-heading { background: #C93A4A !important; }
.tile-sales { background: #9F86FF !important; }
.tile-sales .tile-heading { background: #7966C0 !important; }
.tile-due { background: #E4D836 !important; }
.tile-due .tile-heading { background: #BCB128 !important; }

/* screen sales */
.billing-screen {
	background: #f5f5f5 !important;	
}

.register-panel {
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.register-open { 
	background-color: #FFF;
	border-radius: 3px;
	display: block;
	margin-top: 4px;
	padding: 20px 15px !important;
}
.register-actions {
    margin-top: -10px;
    margin-bottom: 10px;
    min-height: 44px;
    display: flex;
    justify-content: flex-end;
}

.register-sale {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #E5EAED;
	background-color: #FFF;
	min-height: 220px;
}
.register-footer {
	border: 1px solid #E5EAED;
	padding: 15px 20px;
}
.register-paybutton { 
	padding: 16px 32px;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px;
}
.register-paybutton-disabled {
	cursor: default;
	pointer-events: none;
	opacity: .35;
	filter: grayscale(100%);	
}

.sale-totals {
    margin: 0 20px;
    border-top: 1px solid #BECBCF;
    padding: 5px 0;
}
.sale-total-line{
	align-items:center;
	text-align:right;
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
	padding:5px 0
}
.sale-total-line-total {
    border-top: 1px solid #BECBCF;
    padding-top: 10px;
    margin-top: 5px;
}

.quick_sale_container {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

#customer_record_section h2 { margin: 0px; }

.register-remarks-field { padding: 10px 20px; display: block; }
.register-remarks {
border: 2px solid #E5EAED;
border-radius: 3px;
font-size: 15px;
word-break: normal;
width: 100%;
margin: 0;
padding: 12px;
}

.top_strip_color { position:relative; top:0px; height:5px; background-color: #F2C17B; }
.top_strip_color_odd { background-color: #F2C17B; }
.top_strip_color_even { background-color: #D77173; }

.quick_sale_column {
    padding: 4px;
	background: #FFF;
    height: 90px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 0px 4px 0;
    position: relative;
    border-radius: 3px;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
}
.quick_item_title {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
	padding-top: 25%;
}

.quick_sale_column.blank.defaultblank { background: none !important; border: 2px dotted #CCC; border-raduis: 5px; }
.quick_sale_column.blank { background: none !important; border: 2px dotted #666; border-raduis: 5px; }
.quick_sale_column.blank .quick_item_title, .quick_sale_column.blank  .top_strip_color { visibility: hidden }

/* quick cart section */
.sales-list { min-height: 250px; max-height: 270px; overflow-y: auto; }
.li-cell {
    border-bottom: 1px solid #E5EAED;
	padding: 16px 16px 0;
}
.li-cell-summary {
	display: inline;
	vertical-align:text-top;
}
.li-cell-actions-container {
    opacity: 0;
    padding: 0 16px;
    max-height: 0;
    transition: max-height .2s ease,visibility .2s ease,opacity .2s ease;
}
.li-cell-quantity {
	min-width: 45px;
	padding: 0 16px 0 8px;
	text-align: right;
}
.li-cell-product {
	padding-bottom: 16px;
	font-size: 14px;
	display:inline-block;
	width: 155px;
	word-wrap: break-word;	
}
.li-cell-total {
	margin-left: 15px;
	text-align: right;
	padding-bottom: 16px;
}
.li-cell-remove-btn {
	padding: 12px 13px;
}

/* payment panel */
.payment-panel-container {
 height:100%;
 background:#FFF;
 border-radius:6px;
 border:1px solid #E5EAED
}
.payment-panel--left {
	border-right:1px solid #E5EAED;
	padding:40px 20px;
}
.payment-panel--right { padding:40px 20px; }
.sale-summary-header { 
	margin: 0;
	font-size: 15px;
	line-height: 1.33333;
	letter-spacing: .15em;
	text-transform: uppercase;
	border-bottom: 2px solid currentColor;
	padding-bottom: 10px;
}
.sale-summary-section { 
	border-bottom: 1px solid #BECBCF;
	padding: 16px 0;
	height: 250px;
	overflow-y: auto;
}

.sale-summary-section .li-cell-summary { font-size: 15px; display: inline-block !important; font-weight:bold; }

.modal-content .payment-panel--left { padding: 40px 10px; }
.modal-content .sale-summary-section .li-cell-summary { font-size: 12px; font-weight:normal; }

.sale-summary-footer .sale-totals { border-top: 0px; font-size: 16px; }
.sales-summary-table { font-size: 12px; }


@media screen and (max-width: 800px) {
	.dashboard-card { margin-left: 0; }	
	.dashboard-welcome-card { width: 230px; float: left; margin:40px 15px 15px 10px; }
	.registration_steps .line { top: 0; height: 30px; width: 2px; }
	.registration_steps div { display: block; margin: 0 auto; }
	.fixed-actions { position: relative; width: auto; }	
}

@media screen and (max-width: 800px) {
	.dashboard-card { margin-left: 0; }	
	.dashboard-welcome-card { width: 230px; float: left; margin:40px 15px 15px 0px; }
}

@media screen and (max-width: 650px) {
	.dashboard-card { margin-left: 10%; }	
	.dashboard-welcome-card { width: 80%; float: left; margin:40px 15px 15px 0px; }
}

@media screen and (max-width: 400px) {
	.dashboard-card { margin-left: 10%; }	
	.dashboard-welcome-card { width: 230px; float: left; margin:40px 15px 15px 0px; }
}