.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

textarea.form-control[name="memo"] {
  width: 100%;
  height: 200px;
}

.addDebtorModalBtn, .addAddressBtn {
  position: absolute;
  top: 5px;
  right: -5px;
}

.select2 {
  width: 100% !important;
}

#debtor-address .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  line-height: 23px;
  padding-left: 0px;
}

span.required {
    color: red;
}

.has-error .select2-container--default .select2-selection--single {
    color: #a94442;
    border-color: #a94442;
}

/* mark order as done in employee order view */
table#order-table-today tbody tr.order-done td,
table#order-table-nextday tbody tr.order-done td {
  background-color: rgba(11, 147, 0, 0.24);
}


table.roster-activities {
  width: 100%;
  border-bottom: 1px dashed;
}

table.roster-activities:last-child {
  border: 0px;
}

table.roster-activities thead tr {
  display: block;
}

table.roster-activities tr td:nth-of-type(1) {
  width: 20px;
  font-weight: bold;
}

table.roster-activities tr {
  display: none;
}

table.roster-activities.open tr {
  display: block;
}

.showmore {
  width: 15px;
  text-align: center;
}

table.roster-activities tr td.desc {
  width: 100%;
  padding: 0px 10px;
}

table.roster-activities tr td.showmore a {
  position: relative;
  top: -1px;
}

table.roster-activities.open tr td.showmore a .fa-sort-down {
  display: none;
}

table.roster-activities.open tr td.showmore a .fa-sort-up {
  display: block;
  position: relative;
  top: 6px;
}

table.roster-activities tr td.showmore a .fa-sort-down {
  display: block;
}

table.roster-activities tr td.showmore a .fa-sort-up {
  display: none;
}

#addNewAddress {
  background-color: #f2f2f2;
  padding: 10px 0px;
  clear: both;
  margin: 10px 0px;
  position: relative;
}

#addNewOrder, #saveFormSection {
  z-index: 10000;
  position: static;
}

#saveFormSection.sticky {
  position: fixed;
  bottom: 0px;
  width: calc(100% - 230px);
  background:#fff;
  padding: 10px 0px;
  border: 1px solid#ddd;
  margin-bottom: 0px;
  margin-left: -31px;
}

#saveFormSection button,
#saveFormSection a {
  padding: 10px;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background-color: #163a6f !important;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
  background: #112e59 !important;
}
.skin-blue .sidebar-menu > li.header {
  background-color: #163a6f !important;
}

.skin-blue .main-header .navbar {
  background-color: #163a6f !important;
}