/* Toastr custom styles*/
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  margin: 10px auto 0;
}
#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success {
  background-image: none;
}
.tabulator-header-filter {
  font-size: xx-small;
}
.panel-body.tabulator {
  padding-left: 0 !important;
}
.hpanel .panel-body {
  background: #fff;
  /* border: 1px solid #eaeaea; */
  /* border-radius: 2px; */
  /* padding: 20px; */
  /* position: relative; */
}
#toast-container > div {
  background: #fff;
  padding: 20px;
  color: #6a6c6f;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
#toast-container > div:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}
#toast-container > a,
.toast-message > a {
  color: blue;
}
.toast-close-button {
  color: #000;
  opacity: 0.2;
}
.toast-info {
  background: #fff;
  border-left: 6px solid #3498db;
}
.toast-success {
  background: #fff;
  border-left: 6px solid #62cb31;
}
.toast-warning {
  background: #fff;
  border-left: 6px solid #ffb606;
}
.toast-error {
  background: #fff;
  border-left: 6px solid #e74c3c;
}
.toast-progress {
  opacity: 0.6;
}
.toast-info .toast-progress {
  background-color: #3498db;
}
.toast-success .toast-progress {
  background-color: #62cb31;
}
.toast-warning .toast-progress {
  background-color: #ffb606;
}
.toast-error .toast-progress {
  background-color: #e74c3c;
}
.hpanel {
  border-width: 0;
}
.content {
  padding: 0px 15px 40px 15px;
}
#wrapper {
  background-color: #fff;
}
#wrapper.hide-aside {
  min-height: 0;
  padding: 0;
  margin: 0;
}
.panel-body-filter-row {
  display: block;
  margin-bottom: 15px;
}
/*.rowTextColor{
	color:"blue"
}
*/
/*
.dataTable tr{
	&.apo{
		color:@apo-color;
		font-style: italic
	}
	
	&.wso{
		color:@wso-color
	}
	
}
*/
.tabulator-row {
  border-bottom: 0;
  margin-bottom: 0;
  max-height: 20px;
}
.dataTable td:first-of-type.draft {
  border-left: 5px solid #eee9e9;
}
.dataTable td:first-of-type.expired,
.dataTable td:first-of-type.cancelled {
  border-left: 5px solid lightgray;
}
.dataTable td:first-of-type.declined {
  border-left: 5px solid   pink;
}
.dataTable td:first-of-type.requested {
  border-left: 5px solid  gold;
}
.dataTable td:first-of-type.approved {
  border-left: 5px solid #6495ed;
}
.dataTable td:first-of-type.rostered {
  border-left: 5px solid   darkseagreen ;
}
.tabulator-row.apo {
  color: #008;
  font-style: italic;
}
.tabulator-row.wso {
  color: #080;
}
.tabulator-row.draft {
  background-color: #eee9e9;
}
.tabulator-row.expired,
.tabulator-row.cancelled {
  text-decoration-color: lightgray;
}
.tabulator-row.coa_has_error {
  background-color: pink;
}
.tabulator-row.requested {
  background-color: gold;
}
.tabulator-row.approved {
  background-color: #6495ed;
}
.tabulator-row.rostered {
  background-color: darkseagreen ;
}
/*.tabulator-cell {
	&.apo {
		color : @apo-color;
		font-style: italic;
		font-weight:600;
	}
	
	&.wso {
		font-weight:600;
		color : @wso-color;
	}
}
*/
/*.tabulator-row.tabulator-group.tabulator-group-level-0 {
	color: #6a6c6f;
}

.option.filter  {
	&.draft{
		background-color:  #eee9e9;
		}

	&.expired , &.cancelled{
		background-color: lightgray;
	}

	&.declined{
		background-color: pink;
	}

	&.requested{
		background-color: gold;
	}

	&.approved {
		background-color: #6495ed;
	}
	
	&.rostered{
		background-color: darkseagreen ;
	}
}
*/
.clActionAddBooking {
  border-width: 2px;
}
.clWorkforce.apo {
  color: #008;
  border-color: #008;
  font-style: italic;
  font-weight: 600;
}
.clWorkforce.wso {
  font-weight: 600;
  color: #080;
  border-color: #080;
}
.btn {
  margin: 0px 5px 0px 5px;
}
.btn.decline {
  border: 2px solid red;
}
.btn.decline:hover {
  color: white;
  background-color: red;
}
.btn.draft {
  border: 2px solid #eee9e9;
}
.btn.draft:hover {
  color: white;
  background-color: #eee9e9;
}
.btn.request {
  border: 2px solid gold;
}
.btn.request:hover {
  color: white;
  background-color: gold;
}
.btn.approve {
  border: 2px solid #6495ed;
}
.btn.approve:hover {
  color: white;
  background-color: #6495ed;
}
.btn.roster {
  border: 2px solid darkseagreen ;
}
.btn.roster:hover {
  color: white;
  background-color: darkseagreen;
}
.btn.btn-booking {
  width: 150px;
}
.form-group {
  margin-bottom: 25px;
  display: block;
  min-height: 40px;
}
.form-group .form-control {
  border: none;
  border-bottom: 2px solid #eaeaea;
}
.form-group .form-control :required {
  border-bottom: 2px solid darkgray!important;
}
input,
textarea,
select {
  border: none;
  border-bottom: 2px solid #eaeaea;
  background: transparent;
}
.container {
  width: auto;
}
.border-1 {
  border-color: white;
  border-width: 5px;
}
.border-0 {
  border-color: transparent;
  border-width: 5px;
}
footer {
  background-color: #f7f9fa;
}
@media only screen and (max-width: 768px) {
  .header-link {
    padding: 14px 26px 14px 26px;
  }
}
#widSearchText {
  color: #000 !important;
}
.theme-line {
  background-color: #0081A1;
  height: 6px;
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.melair-panel.panel-collapse > .panel-heading > .panel-title {
  font-weight: 600;
  font-size: 1.2em;
  color: gray;
}
.customer-panel > .panel-heading {
  background-image: linear-gradient(to bottom, #0081A1, #0081A1);
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
}
.customer-panel > .panel-heading .panel-title {
  font-weight: 600;
  font-size: 1.2em;
  color: white;
}
.customer-panel > .panel-heading.draft {
  border-width: 5px;
  border-style: solid;
  border-color: #eee9e9;
}
.customer-panel > .panel-heading.Requested,
.customer-panel > .panel-heading.requested {
  border-width: 5px;
  border-style: solid;
  border-color: gold;
}
.customer-panel > .panel-heading.approved {
  border-width: 5px;
  border-style: solid;
  border-color: #6495ed;
}
.customer-panel > .panel-heading.rostered {
  border-width: 5px;
  border-style: solid;
  border-color: darkseagreen;
}
.customer-panel .panel-body {
  background: none;
  border-radius: 5px;
}
.clBookingCost {
  font-weight: 800;
  color: White;
}
.clBookingCost:before {
  content: '$';
}
#logo.white-version {
  background-color: #fff;
  border-bottom: 1px solid #e4e5e7;
  text-align: center;
}
#logo.white-version span {
  font-weight: 600;
  color: #34495e;
  font-size: 14px;
}
#logo {
  background-color: #0081A1;
}
.app-name {
  font-family: 'Oswald', 'Trebuchet MS', 'Open Sans', arial, sans-serif;
  margin-top: -10px;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 600;
  color: #0081A1;
  display: block;
  text-align: left;
}
.account-form-name {
  margin-top: 0em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  display: block;
  text-align: left;
}
.account-form-name:before {
  content: ">>";
}
.account-form-name:after {
  content: "<<";
}
#app-name-small,
.app-name-small {
  margin-top: 0;
  padding: 20px 10px;
  font-family: 'Oswald', 'Trebuchet MS', 'Open Sans', arial, sans-serif;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #D6B986;
}
#side-menu li.side-menu-dim a {
  font-weight: 600;
}
.nav .clHeaderMenu {
  font-size: 15px;
  padding: 20px 10px;
}
#side-menu li:first-child {
  border-top: 0px;
}
.clPageTitle {
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  font-family: 'Oswald', 'Trebuchet MS', 'Open Sans', arial, sans-serif;
  color: #D6B986;
  border-bottom: 1px solid #eaeaea;
  padding-top: 13px;
  padding-bottom: 8.5px;
}
#pageTitle > .hr {
  border-bottom: 1px solid #eaeaea;
}
.clMainConsoleMessage {
  /*	display: block;
    padding: 4px;
*/
  background-color: lightyellow;
  margin-left: 16px;
  text-align: left;
  font-family: 'Oswald', 'Trebuchet MS', 'Open Sans', arial, sans-serif;
}
.clFilterMessage {
  /*	display: block;*/
  margin-left: 4px;
  background-color: lightyellow;
}
input:disabled,
.disabled {
  color: gray;
  border: none;
}
.btn:disabled {
  color: gray;
  border-color: gray;
  background-color: white;
}
fieldset[disabled] .btn-primary {
  background-color: inherit;
}
.hpanel.fullscreen {
  background-color: white;
}
.nav-button {
  padding: 15px 5px 0px ;
  margin: auto;
  text-align: center;
}
.nav-button button {
  width: 100px;
}
