#sales-cashier2
{
	/*width: initial;*/
	zoom:.95;
}


th
{
	vertical-align: top;
}

#report_table_div
{
	overflow-x:auto;
}

.data-table th
{
    font-size: 20px;
}
/**********************************/
header .brand-logo img {
    height: 36px;
    vertical-align: middle;
}

header .brand-logo {
    padding: 12px 60px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#amount-total, #amount-vat, #amount-change
{
	font-size:25px;
}
#amount-change
{
	font-size:30px;
	font-weight:bold;
}
.card-profile-title
{
    font-size: 16px;
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

.blink {
  animation: blinker 1.5s linear infinite;
}

.sidebyside
{
	display: inline-block;
    margin: 10px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #2980b9;
}


[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #2980b9;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"].noarrows::-webkit-outer-spin-button, input[type="number"].noarrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"].noarrows {
    -moz-appearance: textfield;
}

.ui-menu
{
	display:inline-block;
	background-color:#FFF;
	font-size:18px;
}
.ui-menu .ui-menu-item{
    cursor:pointer;
    padding:10px;
}
.ui-helper-hidden-accessible { display:none; }
 .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-active
{
}
.ui-menu-item:hover
{
	color:#FFF;
	text-decoration: none;
    background-color: #0088cc;
    text-decoration: none;
}

table.striped > tbody > tr:nth-child(odd) {
    background-color: #90caf9;
    font-size:16px;
}
table.bordered > thead > tr, table.bordered > tbody > tr {
    border-bottom: 1px solid #42a5f5;
}

.blue-grey label
{
	color:yellow;
}

.blue-grey [type="checkbox"]:checked + label:before 
{
    border-right: 2px solid #64ffda;
    border-bottom: 2px solid #64ffda;
}

#report-monthly_statement .long_table th
{
	font-size:16px;
}
#report-monthly_statement .long_table tbody tr
{
	white-space: nowrap;
}

#report-monthly_statement tr:last-child, #report-monthly_statement td:last-child 
{
	font-weight:bold;
}

#report-monthly_statement  #authorized_by
{
	font-size:25px;
	color:#222;
}

#report-monthly_statement td, #report-daily_abstract td
{
	text-align:right;
}
