/** {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}*/

html {
    -ms-content-zooming: none;
    -ms-overflow-style: none;
}

body {
    touch-action: manipulation;
    /* transform: translateZ(0); */
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    background-color: #efefef;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size: 14px;
    overflow-y: hidden;
    overflow-x: hidden;
}

header {
    background-color: #333;
}


.sidebar-nav a {
    border: 1px solid #000;
}

.sidebar-nav a:hover {
    border: 1px solid #fff;
}

.sidebar-nav a:active {
    border: 1px solid #fff;
    color: #000;
    background-color: #efefef;
}

.sidebar-nav a:active::after {
    border: 1px solid #fff;
}

.restback {
    background-image: url('images/rest_background.jpg');
}
.retailback {
    background-image: url('images/retail_background.jpg');
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes colorIn {
    from {
        background-color: #337ab7;
    }
    to {
        background-color: #fff;
    }
}
.colorIn {
    -webkit-animation-name: colorIn;
    animation-name: colorIn;
}


.selectable {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

#autoLockWindow, #pinCheck {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

#autoLockPin, #pinCheckPin {
    position: absolute;
    top: 10%;
    height: 50%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
}

.loginbackground {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    z-index: 2000;
}

#dualScreenLauncher {
    display: none;
}

.dualHeading {
    background-color: #333;
    color: #fff;
    height: 50px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

#dualScreenBackground {
    background-image: url('images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.dualScreenTable {
    font-weight: bold;
    color: #222;
}

.dualScreenTable td {
    padding: 5px;
}

.dualScreenTable tr:nth-child(even) {
    background: #efefef
}

#receiptWrap {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2100;
}


#receiptContainer {
    left: 10%;
    width: 80%;
    position: relative;
    top: 0px;
    height: 100%;
    overflow: hidden;
    background-color: #dcdcdc;
}


.class0 {
    display: none;
}

.print {
    float: left;
    width: 310px;
}

.scale1 {
    transform: scale(0.75);
    transform-origin: 0px 0px 0px;
}

.scale2 {
    transform: scale(0.50);
    transform-origin: 0 0;
}


/*bootstrap corrections*/
.row {margin: 0px;}
.container-fluid { padding: 0px; }
.content {height: 100vh;}

.vs {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.nospacing {padding: 0px; margin: 0px;}


.green {
    color: #279e3b;
}

.red {
    color: #b2203f;
}

.yellow {
    color: #ffaf30;
}

#modal {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    z-index: 1000; 
    display: none;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.5);
}

#modal .modalContent {
    top: 2.5%;
    left: 10%;
    right: 10%;
    bottom: 3%;
    position: absolute;
    z-index: 1001; 
    background-color: #fff;
    padding: 10px;
    overflow: auto;
}

.modalClose {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1500;
}

#fsmodal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #efefef;
    /*padding-right: 50px;*/
}



#miniModal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    display: none;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.5);
}

#miniModal .modalContent {
    top: 25%;
    left: 20%;
    right: 20%;
    bottom: 25%;
    position: absolute;
    z-index: 2001;
    background-color: #fff;
    padding: 10px;
    overflow: auto;
}

#miniModal .modalClose {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2500;
}

.btn {font-size: inherit;}

.btn-m {
    min-width: 80px;
    margin-right: 5px;
}

.btn-c {
    min-width: 80px;
    min-height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.btn-s {
    min-width: 50px;
    margin-right: 5px;
}

.btn-category-default {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-bottom: 1px solid #333;
    overflow: hidden;
}

.btn-category-selected {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #efefef;
    height: 100%;
    width: 100%;
}

.btn-category-selected:hover {
    color: #fff;
}

.btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #333;
}
.btn-dark:hover {
    color: #fff;
    background-color: #000;
}
.btn-dark:active {
    color: #fff;
    background-color: #555;
}

.btn-tall {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-tall2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-control {font-size: inherit;}
/*end corrections*/



/*pin pad*/
    .pinPad {width: 100%;}
    .pinPad td {width: 33%; border: 1px solid #b8b8b8; background-color: #fdfdfd;}
    .pinPad button {width: 100%; height:80px; text-align:center; vertical-align: middle; color: #000; font-size: 30px;}
    .pinPad button:active {background-color: #c0c3c7;}
    .pinInput {width: 100%; border: none; height: 50px; font-size: 30px; text-align: center; background-color: #efefef;}
	

/* General elements */

.h100 {height: 100%;}
.w100 {width: 100%;}
.w90 {width: 90%;}
.w80 {width: 80%;}
.w75 {width: 75%;}
.w50 {width: 50%;}
.w40 {width: 40%;}
.w33 {width: 33%;}
.w25 {width: 25%;}
.w20 {width: 20%;}
.w10 {width: 10%;}
.w1 {width: 1%;}

.comment {
    width: 100%;
    color: #337ab7;
    font-weight: bold;
}

.comment2 {
    color: #444;
    font-weight: 100;
}

.hr-small {
    margin-top: 5px;
    margin-bottom: 5px;
}

.layoutContainer {
    background-color: #333;
    background-image: url("../images/textures/floor.png");
}

.layoutItem {
    position: absolute;
    background-color: #555;
    border: 1px solid #333;
    display:  block;
    text-align: center;
    color: #fff;
}

#fsPopup {
    top: 5%;
    left: 10%;
    right: 10%;
    bottom: 15%;
    position: absolute;
    z-index: 1003;
    background-color: #fff;
    padding: 10px;
    overflow: auto;
    display: none;
}

#activeUser > #dropCap {
    font-weight: bold;
}

.cashoutTable td {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.tableOrder {
    float: left;
    min-height: 60%;
    border: 1px solid #efefef;
    width: 300px;
}

.tableSelected {
    border: 5px solid red;
}

.disabled {
    color: #dcdcdc;
    background-color: #efefef;
}


.panel {
    padding: 10px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.panel-selected {
    border: 3px solid #337ab7;
    background-color: #337ab7;
}

.panel-selected-dark {
    background-color: #000;
    color: #fff;
}

.cloud {
    background-color: #b12dcb;
}

.cloudUsed {
    background-color: #c9302c;
}

.local {
    background-color: #337ab7;
}

.cloud.local {
    background-color: #e8a20d;
}

.float-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.float-top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
/* End General elements */

/*.sidebar-nav {font-size: 20px;}*/

.txt-right {text-align: right;}
.txt-center {text-align: center;}
.txt-spaced { padding: 5px; }
.txt-white {color: #fff;}
.txt-black {color: #000;}

.table-black {
    color: #fff;
    background-color: #000;
    font-weight: bold;
}

.table-black td {
    padding: 0px 5px 0px 5px;
}

.table-danger {
    background-color: #c82333;
    color: #fff;
}

.table-success {
    background-color: #218838;
    color: #fff;
}

.table-endRow {
    border-top: 1px solid #dcdcdc;
    padding-bottom: 10px;
    font-weight: bold;
}
.table-startRow {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    padding-top: 15px;
    font-weight: bold;
}

.table-row {
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
}

.table-row td {
    padding-left:5px;
}


.table-primary td {
    background-color: #337ab7; 
    color: #fff; 
    padding: 5px 10px 5px 10px;
}

.table-default td {
    background-color: #fff;
    padding: 5px 10px 5px 10px;
}

.table-giftcards tr {
    border: 1px solid #dcdcdc;
}
.table-giftcards td {
    padding: 10px 10px 10px 10px;
}


.phoneResult {
    position: absolute; 
    width: 200px; 
    background: #fff; 
    border: 1px solid #dcdcdc; 
    padding: 5px; 
    margin-right: -200px;
    right: 0px;
    top: 0px;
    z-index: 900;
}



.menuItem, .variation {
    display: inline-block;
    padding: 20px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
    margin: 5px 5px;
    border-radius: 5px;
    width: 30%;
    height: 100px;
    font-weight: bold;
    overflow: hidden;
}

.menuItemR {
    display: inline-block;
    padding: 20px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
    margin: 2px;
    border-radius: 5px;
    width: 48%;
    height: 90px;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    background-color: #000;
}
 
.menuItemR:hover {
    animation-name: color_change;
	animation-duration: 1s;
}

.menuItemR:active {
    animation-name: color_change;
	animation-duration: 1s;
}

@-webkit-keyframes color_change {
	from { background-color: #337ab7; }
	to { background-color: #000; }
}
@-moz-keyframes color_change {
	from { background-color: #337ab7; }
	to { background-color: #000; }
}
@-ms-keyframes color_change {
	from { background-color: #337ab7; }
	to { background-color: #000; }
}
@-o-keyframes color_change {
	from { background-color: #337ab7; }
	to { background-color: #000; }
}
@keyframes color_change {
	from { background-color: #337ab7; }
	to { background-color: #000; }
}



.menuBack {
    padding: 6px 0px 0px 0px;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    height: 60px;
    width: 100%;
    margin-top: 5px;
}

.btn-xl {
    min-width: 80px;
    min-height: 45px;
    margin-right: 5px;
}

.btn-xxl {
    min-width: 80px;
    min-height: 60px;
    margin-right: 5px;
}

.recentItem {
    display: inline-block;
    padding: 20px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
    margin: 5px 5px;
    border-radius: 5px;
    width: 20%;
    height: 80px;
    font-weight: bold;
    overflow: hidden;
}




.bubble {
  background-color: #F2F2F2;
  border-radius: 5px;
  box-shadow: 0 0 6px #B2B2B2;
  display: inline-block;
  padding: 10px 18px;
  position: relative;
  vertical-align: top;
}

.bubble::before {
  background-color: #F2F2F2;
  content: "\00a0";
  display: block;
  height: 16px;
  position: absolute;
  top: 11px;
  transform: rotate( 29deg ) skew( -35deg );
  -moz-transform: rotate( 29deg ) skew( -35deg );
  -ms-transform: rotate( 29deg ) skew( -35deg );
  -o-transform: rotate( 29deg ) skew( -35deg );
  -webkit-transform: rotate( 29deg ) skew( -35deg );
  width: 20px;
}


.b-right {
  float: right;
  margin: 5px 20px 5px 45px;
  background-color: #DCF8C6;
}

.b-right::before {
  box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
  right: -9px;
  background-color: #DCF8C6;
}

.b-left {
  float: left;
  margin: 5px 45px 5px 20px;
}

.b-left::before {
  box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
  left: -9px;
}




.inline-numbers {width: 100%; display: table;}
.inline-numbers > li { display: table-cell; text-align: center; background-color: #333;}

.badge {
    position: absolute;
    z-index: 1001;
}

.btn-ov {
    text-align: left;
    overflow: hidden;
}

.btn-square {
    border-radius: 0px;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border: none;
}

.btn-black:hover, .btn-black:active {
    color: #fff;
    background-color: #333;
}

.btn-grey {
    color: #fff;
    background-color: #777;
    border: none;
}
.btn-grey:hover, .btn-grey:active {
    color: #fff;
    background-color: #333;
}

.cat-background {
    color: #fff;
    background-color: #333;
    border: none;
}

.btn-clear {
    border: 0px;
    background-color: none;
    background: none;
    color: #fff;
}
.btn-clear:hover, .btn-clear:active, .btn-clear:focus {
    color: #fff;
}


.resp {
    width: 100%;
    height: auto;
}

#shade {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1300;
    display: none;
}

.mshow {display: none;}


@media screen and (max-width: 600px) {
    .mhide { display: none; }


    #modal .modalContent {
        top: 0%;
        left: 0%;
        right: 0%;
        bottom: 0%;
        position: absolute;
        z-index: 1001;
        background-color: #fff;
        padding: 5px;
        overflow: auto;
    }
}
