/* Set the properties of all types */
* {
  margin:0px;
  padding:0px;
  font-size: 30px;
  line-height: 1.35em;
  font-family: Helvetica, Arial, sans-serif;
  color:#333;
}

*, *:before, *:after{
  /* assume that the outer sizing does not include padding */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  width: 100%;
}

html > body {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

body {
  background-color: white;
}

.hidden {
    width:0px;
    height:0px;
}



h1 {font-size: 150%; border-bottom:1px solid #ccc; padding-bottom: 10px; margin: 30px 0px; text-align:center}
label {display:block; color:#494949; }
input[type='text'], input[type='password'] {display:block; width:50%; border: 2px solid #ccc; color:#494949; padding:5px;}
input[type=checkbox] { width: 30px; height: 30px; margin-right: 10px;}
button {border:0; background:transparent; text-indent:-99999px; text-align:left;}
button:hover {opacity:.7; cursor:pointer;}
select {background:#e8e8e8; border: 2px solid #ccc; border-radius:8px; color:#3e9bd5; padding: 10px 20px 10px 20px;}
button:focus, select:focus { outline: 0; }
p { line-height: 2em;}
#wrapper { width: 720px; height:100%; margin: 0 auto; padding: 10px; position:relative;}
#msgLogin {margin: 0px; background:#07346f; text-transform:uppercase; font-size:36px; font-weight:bold; color:#fff; padding:20px 0px; border:none}
.logo-tcpos {width:250px; margin:20px} 


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}


/* this is the class of the div that appears during Ajax calls */
.modal {
  display: none;
  position: fixed;
  z-index:1000;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background: rgba(255, 255, 255, .8)
    url('../images/loading.gif') 50% 50% no-repeat;
}

.form {
  display: none;
  height: 100%;
  width: 100%;
}

/* Login form -----------------------------*/
#loginForm {display:block; padding: 0 10px 0 10px}
#loginForm label {display: block; text-transform:uppercase; font-size:20px; text-align:center; margin-bottom:5px}
#loginForm #cbChangeLanguage {   
    width: 100%;
    height: 90px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    background: url("../images/down.png") no-repeat 640px center #e40019;
}
#loginForm #lblSaveCredentials { display:inline; position:relative; top:-6px }
#loginForm .content-login {padding:80px; border:none}
#loginForm .content-login .content {width:100%; margin:0px auto}
#loginForm input[type='text'],#loginForm input[type='password'] {width:100% !important; margin-bottom:30px; background:#f2f2f2; border:none; padding:10px 5px}
#loginForm .divisor {width:100%; height:0px; border:1px solid #ccc; margin:30px 0px}
/************** Application form **************/
/* Elements put in application header section */
#headerSection {
  width: 100%;
}

#navigationBar {
  width: 100%;
  background:#fff; padding:0;
}
#navigationBar td {padding:0;}
#navigationBar #div-date {background:#07346f}
#navigationBar .day {text-align:center; text-transform:uppercase; font-size:30px; color:#333; display:inline-block; width:500px}
#navigationBar .day #lblReportDate {font-size:24px; font-weight:bold; color:#fff}
#navigationBar .calendar {background:#052550; display:inline-block; padding:25px 15px}



#navigationBar .calendar:hover {cursor:pointer}
#navigationBar .calendar img {vertical-align:middle}
#navigationBar #div-date button {  height: 22px;  width: 13px; display:inline-block; vertical-align:middle;}

#navigationBar #previous {background:#07346f}


#navigationBar #functionSection {
    padding:10px 30px;
}

#navigationBar #functionSection .logo {
    width:250px; 
    height:auto;
    display:inline-block;
    vertical-align:middle;
}
#navigationBar #functionSection div {
    display:inline-block;
    margin-left:145px;
}

#navigationBar #functionSection div img {
    vertical-align:middle;
}

#navigationBar #functionSection div img:hover {
    cursor:pointer;
}


#navigationBar #functionSection div #btnSetup {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding:10px 15px;
    margin:0px 15px;
}

#navigationBar #cbKpiGroup {
  width: 100%;
  height:100px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:none;
  color:#fff;
  font-size:26px;
  text-align:center;
  text-transform:uppercase;
  background:url("../images/down.png") no-repeat 650px center #246f07;
}

#navigationBar #cbReportShop {
  width: 100%;
  height:100px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:none;
  color:#fff;
  font-size:26px;
  text-align:center;
  text-transform:uppercase;
  background:url("../images/down.png") no-repeat 650px center #e40019;
}

#btnToday, #btnPrevDay, #btnPrevWeek, #btnPrevMonth {
  background: #07346f;
  border: 0px;
  color: #fff;
  margin:40px 0px 20px 0px;
  text-align:center;
  text-indent:0px;
  text-transform:uppercase;
  width:24%;
}

#footerSection table {height:80px; border-collapse:collapse; border:0; vertical-align:middle; background:#F2F2F2 }
#footerSection table tr td {padding:0; margin:0; vertical-align:middle; border-collapse:collapse; border:0; }
#footerSection button {width:50px; height:50px; display:inline-block; margin:15px 20px; background-color:transparent; border:none; padding:0}

#footerSection .back {border-left:1px solid #000; border-right:1px solid #000; text-align:center}

#btnLogin, #btnSaveSetup, #btnCancelSetup {
    background: #07346f;
    border: none;
    color: #fff;
    padding: 20px 0px;
    width:100%;
    display:block; 
    text-align:center;
    margin:40px 0px 20px 0px;
    text-align:center;
    text-indent:0px;
    text-transform:uppercase;
}

#btnCancelSetup {background:#e00024}

#btnSaveSetup, #btnCancelSetup {margin:20px 0px}

#footerSection {
  position:fixed; 
  bottom:0;
  width:700px;
  text-align:center;
  display:none;
  padding:10px 0px;
  border-top:1px solid #B0C1DB;
  background:#dee9fb;
}

#footerSection #btnBack {
  background-image: url("../images/ico-back.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display:none;
  padding:0 0 0 60px;
  display:block;
  margin:0px auto;
  text-indent:0px;
  color:#95a9c7;
  text-transform:uppercase;
  font-size:24px;
  width:auto;
}

#btnPreviousDay {
  background-image: url("../images/ico-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left:30px;
}

#btnNextDay {
  background-image: url("../images/ico-next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#navigationBar #datepicker {
    position:absolute;
    z-index:2;
    width:700px;
}

#navigationBar select {
  height: 60px;
  width: 100%;
}

#dataSection {
  height: 100%;
  width: 100%;
  overflow:auto;
}


.dataPanel {
  min-height:100%;
  height:100%;
  display: none;
  background:#dee9fb
}

.summaryPanel {
  padding: 10px 15px;
  font-size: 110%;
  font-weight: bold;
}



/******************************************/
#dataSection th {
  background: #b0c1db;
  color: #555;
  border:1px solid #dddddd;
}

#dataSection td:hover {cursor:pointer}
/******************************************/
#pnlDashboard .areaFiller.hover-table {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

#pnlDashboard table {
  background-color: white;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}

#pnlDashboard td {
  text-align: center;
  border: 1px solid #ccc;
  padding:0 1%;
}

#pnlDashboard .cellHeader {
  color: #434242;
  font-size: 24px;
  text-transform:uppercase;
}

#pnlDashboard .cellValue {
  color: #555;
  font-size: 130%;
}

#transactionsPerHour {
 

}

#setupForm {
  font-size: 80%;
}

#setupForm div {
   background:#dde9fa;
    padding:50px 30px;

}

#setupForm select{
  font-size: 70%;
  width: 100%;
}

#setupLayoutTable td{
  width: 50%;
  padding: 10px;
}

#setupLayoutTable th{
  width: 50%;
  font-size: 90%;
  text-align: center;
  text-transform:uppercase;
}


#setupForm #configurationHeader {
    padding:20px 0px;
    margin:0px;
    background:#07346f;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    font-size:36px
}

#setupForm #setupLayoutTable {
    width:100%;
    margin:0;
}

#setupForm #setupLayoutTable select {   
    width: 100%;
    height: 70px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #000;
    font-size: 50%;
    text-align: left;
    text-transform: uppercase;
    background: url("../images/down_black.png") no-repeat 260px center #d0dbea;
}

#cbCurrency {
    height: 70px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #000;
    font-size: 50%;
    text-align: left;
    text-transform: uppercase;
    background: url("../images/down_black.png") no-repeat 580px center #d0dbea;
    margin-top: 20px;
}

#mdAlert{
    background-color: #ff9900;
    width: 100%;
    display: none;
    text-align: center;
    font-size: 0.7em;
}