html{
  height: 100%;
}
body{
  background-color: #e1e1e1;
  height: 100%;
}
#page-content {
  flex: 1 0 auto;
}
#sticky-footer {
  flex-shrink: none;
}
.form-wrapper{
  border-radius: 7px;
}
.form-wrapper label{
  font-weight: bold;
}
.errors li{
  list-style: none;
  width: 100%;
  text-align: center;
}
.errors ul{
  padding-left: 0;
  margin-bottom: 0;
}
.glyphicon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-style: normal;
}
.glyphicon-ok::before {
  content: "\f00c";
}
.glyphicon-remove::before {
  content: "\f00d";
}
.editable-buttons {
  padding-top: 3px;
}
.editable-click {
  border-bottom: none;
}
.editable-container {
  padding-top: 8px;
}
.span-tab
{
  display:inline-block; width: 115px;
}
.order-item-table tbody tr td, .order-item-table tbody tr th {
  font-size: 14px;
}

#order-table tfoot td {
  padding-left: 10px;
}

/*Editable table*/
.order-items .table-title {
  padding-bottom: 10px;
  margin: 0 0 10px;
}
.order-items .table-title h2 {
  margin: 6px 0 0;
  font-size: 22px;
}
.order-items .table-title .add-new {
  float: right;

  text-shadow: none;
  min-width: 100px;
  line-height: 13px;
}
.order-items .table-title .add-new i {
  margin-right: 4px;
}
.order-items table.table {
  table-layout: fixed;
}
.order-items table.table tr th, table.table tr td {
  border-color: #e9e9e9;
}
.order-items table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
.order-items table.table th:last-child {
  width: 100px;
}
.order-items table.table td a {
  cursor: pointer;
  display: inline;
  margin: 0 5px;
  min-width: 24px;
}
.order-items table.table td a.add {
  color: #27C46B;
}
.order-items table.table td a.edit {
  color: #FFC107;
}
.order-items table.table td a.delete {
  color: #E34724;
}
.order-items table.table td i {
  font-size: 19px;
}
.order-items table.table td a.add i {
  font-size: 24px;
  margin-right: -1px;
  position: relative;
  top: 3px;
}
.order-items table.table .form-control {
  height: 32px;
  line-height: 32px;
  box-shadow: none;
  border-radius: 2px;
}
#orderDetailsModal .error {
  border-color: #f50000;
}
.order-items table.table td .add {
  display: none;
}
/*End of Editable table*/

/*Dropdown menu*/

.dropdown-menu {
  padding: 0 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #000;
}

.dropdown-menu > li > a:hover{
  /*color: #fff;*/
  background-color: #eab848;
  text-decoration: none;
}

/*End of dropdown menu*/

/* Accordion collapse */
tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
/* End of Accordion collapse */

/* Legends */
.legend-scale ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  float: right;
  list-style: none;
  }
.legend-scale ul li {
  font-size: 80%;
  list-style: none;
  margin-left: 0;
  line-height: 18px;
  margin-bottom: 2px;
  }
ul.legend-labels li span {
  display: block;
  float: left;
  height: 16px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #999;
  }
/* End of legends */

/* Error */

.error {
  color: red !important;
}

/* End of Error */

/* Select2 */

.select2-link {
  padding: 6px;
  cursor: pointer;
}

.select2-link:hover {
  background-color: #f6f6f7;
}

.select2-results__option--selectable:hover, .select2-container--default, .select2-results__option--highlighted {
  background-color: #f6f6f7 !important;
  color: black !important;
}

.select2-selection__arrow
{
  right: 0px !important;
}

/* End of Select2 */

.datetimepicker-input {
  background-color: #fff !important;
}

.summarytable {
  margin-bottom: 50px;
}

@media (max-width: 768px){
  .form-wrapper .text-right{
    text-align: center !important;
  }
  .form-wrapper .btn-primary{
    display: block;
    margin: 0 auto;
  }
}
