@charset "UTF-8";
/* Modal */
.modal {
  z-index: 1100;
  /* need to force modals to appear above redactor toolbars which are 1060 */
}

.modal-dialog h3 {
  margin: 0 0 0;
  text-transform: uppercase;
  color: #4f4f4f;
  font-weight: 700;
}

.modal-dialog .modal-body {
  max-height: 600px;
  y-overflow: scroll;
  clear: both;
  overflow: auto;
}

.modal-dialog table > :first-child > tr:first-of-type > :first-child {
  border-radius: 3px 0 0 0;
}

.modal-dialog table > :first-child > tr:first-of-type > :last-child {
  border-radius: 0 3px 0 0;
}

.modal-dialog .modal-header {
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: 100%;
  padding: 15px 15px 6px;
}

.modal-dialog .modal-header h4.modal-title {
  float: left;
  clear: none;
}

.modal-dialog .modal-header h3 {
  float: left;
  clear: none;
}

.modal-dialog .modal-header button.close {
  opacity: 1;
  /*position: relative; top: 35px;*/
}

.modal-dialog .modal-header button.close:before {
  display: none;
}

.modal-dialog .modal-footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 0;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 9px 12px 11px;
  font-size: 15px;
  height: auto;
}

.form-control.table-input {
  padding: 3px 12px;
}

.form-group {
  color: #676767;
  font-size: 15px;
  clear: both;
  margin-bottom: 5px;
}

.form-group .control-label {
  font-weight: 400;
  padding-top: 10px;
}

.form-group .value-only {
  padding-top: 10px;
}

#admin-styles .responsive-css {
  /* Modal */
}
#admin-styles .responsive-css .modal {
  z-index: 1100;
  /* need to force modals to appear above redactor toolbars which are 1060 */
}
#admin-styles .responsive-css .modal-dialog h3 {
  margin: 0 0 0;
  text-transform: uppercase;
  color: #4f4f4f;
  font-weight: 700;
}
#admin-styles .responsive-css .modal-dialog .modal-body {
  max-height: 600px;
  y-overflow: scroll;
  clear: both;
  overflow: auto;
}
#admin-styles .responsive-css .modal-dialog table > :first-child > tr:first-of-type > :first-child {
  border-radius: 3px 0 0 0;
}
#admin-styles .responsive-css .modal-dialog table > :first-child > tr:first-of-type > :last-child {
  border-radius: 0 3px 0 0;
}
#admin-styles .responsive-css .modal-dialog .modal-header {
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: 100%;
  padding: 15px 15px 6px;
}
#admin-styles .responsive-css .modal-dialog .modal-header h4.modal-title {
  float: left;
  clear: none;
}
#admin-styles .responsive-css .modal-dialog .modal-header h3 {
  float: left;
  clear: none;
}
#admin-styles .responsive-css .modal-dialog .modal-header button.close {
  opacity: 1;
  /*position: relative; top: 35px;*/
}
#admin-styles .responsive-css .modal-dialog .modal-header button.close:before {
  display: none;
}
#admin-styles .responsive-css .modal-dialog .modal-footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 0;
}
#admin-styles .responsive-css .form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 9px 12px 11px;
  font-size: 15px;
  height: auto;
}
#admin-styles .responsive-css .form-control.table-input {
  padding: 3px 12px;
}
#admin-styles .responsive-css .form-group {
  color: #676767;
  font-size: 15px;
  clear: both;
  margin-bottom: 5px;
}
#admin-styles .responsive-css .form-group .control-label {
  font-weight: 400;
  padding-top: 10px;
}
#admin-styles .responsive-css .form-group .value-only {
  padding-top: 10px;
}

﻿
.alert.webpos-alert .webposicon {
  float: left;
  margin-right: 10px;
  font-size: 30px;
}

.alert.webpos-alert {
  padding-top: 20px;
}

.alert.webpos-alert ul {
  margin-left: 25px;
}

.inline-error {
  padding-top: 10px;
  padding-bottom: 10px;
}

.inline-error i {
  margin-right: 5px;
}

/* Theme */
.alert {
  float: left;
  width: 100%;
}

.alert:before {
  display: none;
}

.alert-success {
  border: 0;
  background: #44bb4a;
  color: white;
}

.alert-info {
  border: 0;
  background: #43a2f0;
  color: white;
}

.alert-warning {
  border: 0;
  background: #d9c729;
  color: white;
}

.alert-danger {
  border: 0;
  background: #dd5e5e;
  color: white;
}

#admin-styles .responsive-css {
  /* WebPOS Alerts */
  /* Theme */
}
#admin-styles .responsive-css .alert.webpos-alert .webposicon {
  float: left;
  margin-right: 10px;
  font-size: 30px;
}
#admin-styles .responsive-css .alert.webpos-alert {
  padding-top: 20px;
}
#admin-styles .responsive-css .alert.webpos-alert ul {
  margin-left: 25px;
}
#admin-styles .responsive-css .inline-error {
  padding-top: 10px;
  padding-bottom: 10px;
}
#admin-styles .responsive-css .inline-error i {
  margin-right: 5px;
}
#admin-styles .responsive-css .alert {
  float: left;
  width: 100%;
}
#admin-styles .responsive-css .alert:before {
  display: none;
}
#admin-styles .responsive-css .alert-success {
  border: 0;
  background: #44bb4a;
  color: white;
}
#admin-styles .responsive-css .alert-info {
  border: 0;
  background: #43a2f0;
  color: white;
}
#admin-styles .responsive-css .alert-warning {
  border: 0;
  background: #d9c729;
  color: white;
}
#admin-styles .responsive-css .alert-danger {
  border: 0;
  background: #dd5e5e;
  color: white;
}
