.modal-xl {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.row.match-height {
  overflow: hidden;
  margin-bottom: 10px;
}
.row.match-height .equal {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

input.form-control.camo, textarea.form-control.camo {
  background: none;
  border: none;
  border-radius: 4px;
  /* color: #565656; */
  padding: 8px !important;
  height: auto !important;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

input.form-control.camo:focus, textarea.form-control.camo:focus {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  /**font-size: 1rem;**/
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*xs*/
.p-none {
  padding: 0;
}

.p-xs {
  padding: 0.25em;
}

.p-x-xs {
  padding: 0 0.25em;
}

.p-y-xs {
  padding: 0.25em 0;
}

.p-t-xs {
  padding-top: 0.25em;
}

.p-r-xs {
  padding-right: 0.25em;
}

.p-b-xs {
  padding-bottom: 0.25em;
}

.p-l-xs {
  padding-left: 0.25em;
}

.m-none {
  margin: 0;
}

.m-xs {
  margin: 0.25em;
}

.m-x-xs {
  margin: 0 0.25em;
}

.m-y-xs {
  margin: 0.25em 0;
}

.m-r-xs {
  margin-right: 0.25em;
}

.m-l-xs {
  margin-left: 0.25em;
}

.m-t-xs {
  margin-top: 0.25em;
}

.m-b-xs {
  margin-bottom: 0.25em;
}

/*sm*/
@media (min-width: 768px) {
  /*sm*/
  .p-sm {
    padding: 0.5em;
  }
  .p-x-sm {
    padding: 0 0.5em;
  }
  .p-y-sm {
    padding: 0.5em 0;
  }
  .p-t-sm {
    padding-top: 0.5em;
  }
  .p-r-sm {
    padding-right: 0.5em;
  }
  .p-b-sm {
    padding-bottom: 0.5em;
  }
  .p-l-sm {
    padding-left: 0.5em;
  }
  .m-sm {
    margin: 0.5em;
  }
  .m-x-sm {
    margin: 0 0.5em;
  }
  .m-y-sm {
    margin: 0.5em 0;
  }
  .m-t-sm {
    margin-top: 0.5em;
  }
  .m-r-sm {
    margin-right: 0.5em;
  }
  .m-b-sm {
    margin-bottom: 0.5em;
  }
  .m-l-sm {
    margin-left: 0.5em;
  }
}
/*md*/
@media (min-width: 992px) {
  .p-md {
    padding: 1em;
  }
  .p-x-md {
    padding: 0 1em;
  }
  .p-y-md {
    padding: 1em 0;
  }
  .p-t-md {
    padding-top: 1em;
  }
  .p-r-md {
    padding-right: 1em;
  }
  .p-b-md {
    padding-bottom: 1em;
  }
  .p-l-md {
    padding-left: 1em;
  }
  .m-md {
    margin: 1em;
  }
  .m-x-md {
    margin: 0 1em;
  }
  .m-y-md {
    margin: 1em 0;
  }
  .m-t-md {
    margin-top: 1em;
  }
  .m-r-md {
    margin-right: 1em;
  }
  .m-b-md {
    margin-bottom: 1em;
  }
  .m-l-md {
    margin-left: 1em;
  }
}
/*lg*/
@media (min-width: 1200px) {
  .p-lg {
    padding: 1.5em;
  }
  .p-x-lg {
    padding: 0 1.5em;
  }
  .p-y-lg {
    padding: 1.5em 0;
  }
  .p-t-lg {
    padding-top: 1.5em;
  }
  .p-r-lg {
    padding-right: 1.5em;
  }
  .p-b-lg {
    padding-bottom: 1.5em;
  }
  .p-l-lg {
    padding-left: 1.5em;
  }
  .m-lg {
    margin: 1.5em;
  }
  .m-x-lg {
    margin: 0 1.5em;
  }
  .m-y-lg {
    margin: 1.5em 0;
  }
  .m-t-lg {
    margin-top: 1.5em;
  }
  .m-r-lg {
    margin-right: 1.5em;
  }
  .m-b-lg {
    margin-bottom: 1.5em;
  }
  .m-l-lg {
    margin-left: 1.5em;
  }
}
/*xl*/
.p-xl {
  padding: 3em;
}

.p-x-xl {
  padding: 0 3em;
}

.p-y-xl {
  padding: 3em 0;
}

.p-t-xl {
  padding-top: 3em;
}

.p-r-xl {
  padding-right: 3em;
}

.p-b-xl {
  padding-bottom: 3em;
}

.p-l-xl {
  padding-left: 3em;
}

.m-xl {
  margin: 3em;
}

.m-x-xl {
  margin: 0 3em;
}

.m-y-xl {
  margin: 3em 0;
}

.m-t-xl {
  margin-top: 3em;
}

.m-r-xl {
  margin-right: 3em;
}

.m-b-xl {
  margin-bottom: 3em;
}

.m-l-xl {
  margin-left: 3em;
}

.condensed {
  padding: 2px 0 0 0 !important;
}

.condensed .row {
  margin: 0 !important;
}

.condensed label {
  margin-bottom: 0 !important;
}

.table-condensed tr {
  cursor: pointer;
}

.table-condensed td, .table-condensed th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  width: 100%;
  bottom: -3px;
  left: 0;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 1px;
  right: 3px;
}

.condensed #item-table_wrapper {
  position: relative;
  margin-top: -35px;
  padding-bottom: 5px;
}

.condensed #item-table_length {
  margin-bottom: 3px;
  padding-left: 250px;
  color: #fff;
}

.condensed #item-table_filter {
  color: #fff;
}

.condensed .nav-tabs {
  margin-top: 0;
}

.panel-heading-condensed {
  border: none !important;
  padding: 3px 20px;
}

.condensed .nav > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  font-weight: normal;
}

.condensed .buttons {
  float: right;
  margin: 5px 5px 0 0;
}

.panel-body.condensed {
  position: relative;
}

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
  font-size: 12px !important;
  font-weight: bold;
}

.dataTables_length {
  float: left;
  margin: 0 15px 0 15px;
}

.DTFC_LeftBodyWrapper {
  top: -15px !important;
}

.DTFC_Cloned .even,
.DTFC_Cloned th {
  background-color: white;
}

.no-padding {
  padding: 0;
}

.glyp .no-margin,
.no-margins {
  margin: 0;
}

.glyphicon {
  top: 0px;
}

.text-white {
  color: #ffffff;
}

form.report .panel-body .text-right button {
  margin-left: 5px;
}

h3 {
  margin: 0;
  padding: 0;
}

.panel-ae-blue > .panel-heading {
  background-color: #487d90;
}

.panel-border-ae-blue.panel-border.panel-custom .panel-heading {
  border-color: #487d90 !important;
}

.panel-ae-gold > .panel-heading {
  background-color: #f89a1e;
  color: white;
}

.panel-ae-red > .panel-heading {
  background-color: #943e20;
  color: white;
}

.panel-border-ae-gold.panel-border.panel-custom .panel-heading {
  border-color: #f89a1e !important;
}

.alert.bg-ae-gold {
  background-color: #f89a1e !important;
}

.panel-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.expand {
  overflow: hidden !important;
}

@media print {
  .print-hide {
    display: none !important;
  }
}
#topnav .app-search a {
  top: -5px !important;
}

#topnav .app-search svg {
  top: 5px !important;
  position: relative;
}

#topnav #logout-submenu {
  left: -150px !important;
}

/*
#Variance_wrapper .dataTables_scrollHeadInner, #Variance_wrapper .dataTables_scrollHeadInner table,#Variance_wrapper  .dataTables_scrollBody,#Variance_wrapper  .dataTables_scrollBody table {width:100% !important;}
#Lienwaiver_wrapper .dataTables_scrollHeadInner, #Lienwaiver_wrapper .dataTables_scrollHeadInner table,#Lienwaiver_wrapper  .dataTables_scrollBody,#Lienwaiver_wrapper  .dataTables_scrollBody table {width:100% !important;}
#Report_wrapper .dataTables_scrollHeadInner, #Report_wrapper .dataTables_scrollHeadInner table,#Report_wrapper  .dataTables_scrollBody,#Report_wrapper  .dataTables_scrollBody table {width:100% !important;}
*/
.wdp-5 {
  width: 5%;
}

.wdp-10 {
  width: 10%;
}

.wdp-15 {
  width: 15%;
}

.wdp-20 {
  width: 20%;
}

.wdp-25 {
  width: 25%;
}

.wdp-30 {
  width: 30%;
}

.wdp-35 {
  width: 35%;
}

.wdp-40 {
  width: 40%;
}

.wdp-45 {
  width: 45%;
}

.wdp-50 {
  width: 50%;
}

.wdp-55 {
  width: 55%;
}

.wdp-60 {
  width: 60%;
}

.wdp-65 {
  width: 65%;
}

.wdp-70 {
  width: 70%;
}

.wdp-75 {
  width: 75%;
}

.wdp-80 {
  width: 80%;
}

.wdp-85 {
  width: 85%;
}

.wdp-90 {
  width: 90%;
}

.wdp-95 {
  width: 95%;
}

.wdp-100 {
  width: 100%;
}

.wd-100 {
  width: 100px;
}

.wd-500 {
  width: 500px;
}

.morris-hover.morris-default-style {
  position: absolute;
}

#itemswidget td, #itemswidget th {
  font-size: 12px;
  padding: 3px;
}

#itemswidget .dataTables_wrapper {
  padding-bottom: 0 !important;
}

#itemswidget table.dataTable thead .sorting:after,
#itemswidget table.dataTable thead .sorting_asc:after,
#itemswidget table.dataTable thead .sorting_desc:after,
#itemswidget table.dataTable thead .sorting_asc_disabled:after,
#itemswidget table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 3px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}

.widget-body label {
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.widget-body .return-button {
  position: absolute;
  z-index: 100000000000000000000;
}

.widget-body h4 {
  text-align: center;
}

.widget-body {
  margin-top: 10px;
}

.widget-body .weekly-button, .widget-body .monthly-button, .widget-body .return-button {
  cursor: pointer;
}

.light-yellow-number-widget h4, .light-yellow-number-widget label {
  color: #ffd68f;
}

.yellow-number-widget h4, .yellow-number-widget label {
  color: #FDBC4B;
}

.dark-yellow-number-widget h4, .dark-yellow-number-widget label {
  color: #c78004;
}

.blue-number-widget h4, .blue-number-widget label {
  color: #35B8E0;
}

.light-blue-number-widget h4, .light-blue-number-widget label {
  color: #9fdff9;
}

.dark-blue-number-widget h4, .dark-blue-number-widget label {
  color: #0869d0;
}

.light-red-number-widget h4, .light-red-number-widget label {
  color: #ff9e9e;
}

.red-number-widget h4, .red-number-widget label {
  color: #F05151;
}

.dark-red-number-widget h4, .dark-red-number-widget label {
  color: #b90000;
}

.widget-body.weekly-section, .widget-body.monthly-section, .widget-body.totals-section {
  display: none;
}

.widget-container .card-box {
  margin-bottom: 4px;
}

.widget-container .heading {
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  height: 32px;
}

.widget-container {
  margin-top: -8px;
}

.widget-container .heading .heading-text {
  background: #e5eff2;
  z-index: 1;
  position: absolute;
  padding-right: 15px;
}

.widget-container .heading .black-bar {
  width: 100%;
  border: 1px solid #868686;
  position: absolute;
  top: 14px;
}

.small-widget {
  display: inline-flex;
  width: calc(16.666% - 3px);
  vertical-align: top;
}

.micro-widget {
  display: inline-flex;
  width: calc(12.5% - 3.2px);
  vertical-align: top;
}

.micro-widget .card-box {
  padding: 10px 7px 10px;
  width: 100%;
}

.micro-widget .col-xs-4 {
  padding: 0;
  width: calc(33% - 3px);
}

.micro-widget h4.header-title {
  font-size: 13px;
}

.micro-widget .widget-body label {
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.micro-widget .card-box {
  padding: 10px 7px 10px;
  width: 100%;
}

.micro-widget .widget-row {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}

#itemswidget .checkboxes button {
  padding: 2px 5px !important;
  font-size: 12px !important;
}

.large-widget {
  display: inline-flex;
  width: calc(33.3333% - 6px);
  vertical-align: top;
}

.large-widget .card-box, .small-widget .card-box {
  width: 100%;
}

.widget-row {
  display: flex;
  justify-content: space-between;
}

.top-widgets, .middle-widgets, .bottom-widgets {
  margin: 0 !important;
}

.widget-detail-1 h3 {
  font-size: 20px;
}

.progress-bar-inner {
  height: 32px;
}

.small-widget .widget-row {
  cursor: pointer;
}

.widget-progress-bar.month {
  background-color: #ffd68f;
}

.widget-progress-bar.month .progress-bar-inner {
  background-color: #FDBC4B;
}

.widget-progress-bar.year {
  background-color: #fb8484;
}

.widget-progress-bar.year .progress-bar-inner {
  background-color: #F05151;
}

.widget-progress-bar.quarter {
  background-color: #6fceea;
}

.widget-progress-bar.quarter .progress-bar-inner {
  background-color: #35B8E0;
}

.widget-progress-bar {
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 4px;
  margin: 2px 0;
}

.progress-bar-left-text, .progress-bar-right-text, .progress-bar-center-text {
  top: 0px;
  position: absolute;
  z-index: 20;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 2px #000;
  line-height: 32px;
}

.progress-bar-left-text {
  left: 10px;
  font-size: 17px;
}

.progress-bar-right-text {
  right: 10px;
  font-size: 17px;
}

.progress-bar-center-text {
  left: 50%;
  font-size: 12px;
  text-align: center;
  transform: translateX(-50%);
}