@font-face {
    font-family: supermarket;
    src: url(../../fonts/supermarket/supermarket.woff);
}

.box {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-radius: 10px;
}
.box-header.with-border {
    border-bottom: 1px solid #DDDDDD;
}
.box-footer {
    background-color : initial;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
}
.nav-tabs-custom {
	border: 1px solid #CCCCCC;
}
.nav-tabs-custom>.nav-tabs{
	border-bottom: 1px solid #CCCCCC;
}
table thead tr th{
	border-bottom: 1px solid #EEEEEE;
}

table tbody tr td{
	border-bottom: 1px solid #EEEEEE;
}

.crop {
    width: 80px;
    height: 80px;
    overflow: hidden;
	border:1px solid #CCCCCC;
	border-radius:3px;
}

.crop img {
	width: 100px;
	margin: -5px -21px -20px -12px;
}

.cropForReport {
    width: 120px;
    height: 120px;
    overflow: hidden;
	border:1px solid #CCCCCC;
	border-radius:3px;
}

.cropForReport img {
	width: 150px;
	margin: -5px -21px -20px -12px;
}

.dropdown-menu {
  border-color: #bbbbbb;
}

.dropdown-menu > .divider {
    background-color: #dddddd;
}

.table-bordered {
    border: 1px solid #DDDDDD;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #DDDDDD;
}

.verticalTableHeader {
    text-align:center;
    white-space:nowrap;
    transform: rotate(270deg);
}
.verticalTableHeader p {
    margin:0 -999px;/* virtually reduce space needed on width to very little */
    display:inline-block;
}
.verticalTableHeader p:before {
    content:'';
    width:0;
    padding-top:110%;
    /* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.iconBlink {
    animation: blink 0.5s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes color_change {
	from { color: blue; }
	to { color: red; }
}
@-moz-keyframes color_change {
	from { color: blue; }
	to { color: red; }
}
@-ms-keyframes color_change {
	from { color: blue; }
	to { color: red; }
}
@-o-keyframes color_change {
	from { color: blue; }
	to { color: red; }
}
@keyframes color_change {
	0% { color: #357ca5; }
	50% { color: #00a7d0; }
	100% { color: #008d4c; }
}

.color-change {
	animation-name: color_change;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.modal { overflow: auto !important; }

.modal-header {
    border-bottom: 1px dashed #BBBBBB;
}

.modal-footer {
    border-top: 1px dashed #BBBBBB;
}

.cursor{
	cursor: pointer;
}

.daily-box{
	background-color: #EEEEEE;
	border-radius: 5px;
	border:1px solid #CCCCCC;
	padding:3px 3px 3px 3px;
	margin: 3px;
}

.daily-box>.header{
	border-radius: 5px 5px 0px 0px;
	padding:5px 5px 3px 5px;
	color: #FFFFFF;
	background-color: #001f3f;
}

.daily-box>.inner{
	padding:5px 5px 3px 5px;
}

.input-xs{
	height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.no-padding-top-bottom{
	padding-top:0px;
	padding-bottom:0px;
}

.textbox-calculator{
	font-size: 28pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 2px;
	color: #444444;
}

.btn-calculator{
	font-size: 22pt;
	font-weight: bold;
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
	padding: 2px;
	color: #444444;
}

.btn-plus{
	font-size: 22pt;
	font-weight: bold;
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
	padding: 2px;
	color: darkblue;
}

.pos-amount{
    font-size: 20pt;
	padding: 3px;
}

.pos-amount-summary{
    font-size: 20pt;
	font-weight: bold;
	padding: 3px;
}

.userProfileMenu{
	padding:5px 10px;
}

.userProfileMenu:hover{
	background-color: #EEEEEE;
}

.content-wrapper{
	background-image: url("../img/bg-app.png");
	background-repeat: repeat;
	background-blend-mode: color-burn;
}

.box-menu {
    height: 100px;
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border-radius: 5px;
}

.box-bottom-dashed{
	/* font-size: 14pt; */
	border: 0px;;
	border-bottom: 1px dotted black;
	padding-left: 20px;
	height: 22px;
	margin: 0px;
	outline: none;
	vertical-align: baseline;
}

.bg-gradient {
	background: linear-gradient(-45deg, #ee7752, #FFFFFF, #23a6d5, #FFFFFF);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	/* height: 100vh; */
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


element.style {
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
i {
    font-style: italic;
}
