/*GENERAL*/
p,img,li,ol,div, {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

.masthead > .inner > img{
  max-width: 300px;
  width: 100%;
}
.app_logo{
  max-width: 100px;
  width: 100%;
}
.app_name{
    color: #448fc2;
}

/* LOGIN FORM */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 30px;
    margin-top: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#main_loader{
    margin-top: 40px;    
}

#login_submit{
    margin-bottom: 20px;
}

.h_branded{
    background-color: #d52b1e;
    margin-top: 0px;
    padding-top: 10px;
}

.h_branded > img{
    max-width: 200px;
}
.store_wrapper{
    padding-bottom: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.store_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #c7c7c7;
    color: #fff;
}
.store_footer > p{
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.store_footer > button{
    float: right;
    margin-top: 15px;
    margin-right: 20px;
}
.keypadWrapper{
    width: 250px;
    margin: 0 auto;
}
.btn-group{
    margin: 2px auto;
}
.btn-group-lg>.btn{
    padding: 18px 35px;
}
.storeNumLabel{
    font-size: 22px;
}
.storeNumInput{
    max-width: 250px;
    width: 100%;
    margin: 20px auto;
}
.sched_delivery_btn{
    margin-top: 20px;
}
.sched_dev_loader{
    font-size: 22px;
    margin-top: 20px
}
.res_msg{
    font-size: 26px;
}
.storeNumAlign{
    text-align: center;   
}
.form-control[disabled]{
    background-color: #fff !important;
    color: #000000 !important;
    font-weight: 900 !important;
}