/*............................................................
        Template Name	: Aqueena Template 1.0
        Author 			: Eddy Subratha (eddy.subratha@gmail.com) 	
        Create			: May 5th, 2012 	
 .............................................................*/
body {
  background-color: whitesmoke;
}

#content_pane {
  padding-top: 60px;
}

.page-header {
  background-color: #e8e8e8;
  padding: 10px;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
}

.page-header h3 {
  margin: 0;
}

/* Modal example */
.modal-example .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.well {
  border: solid 1px #dcdcdc;
  background-color: #FFFFFF;
  padding: 10px;
}

.table,
.accordion-toggle {
  background-color: #FFFFFF;
}

.empty-hidden {
  display: none;
}

.empty-hidden:not(:empty) {
  display: block !important;
}

.page-header-top {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #F5F5F5;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #DDDDDD;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 10px 20px 20px 0px;
}

.nowrap {
  white-space: nowrap;
}

.fixed-bottom {
  position: fixed;
  height: 100px;
  bottom: 0;
  width: 100%;
}

#login {
  margin: 0 auto;
  width: 375px;
  color: #FFF;
}

.pendingLink {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav.navbar {
  max-height: 60px;
}

.navbar-nav.action-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 0 0 10px;
}

.btn.active[data-active-class="primary"] {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn.active[data-active-class="success"] {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn.active[data-active-class="info"] {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn.active[data-active-class="warning"] {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn.active[data-active-class="danger"] {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-black {
  color: #FFF;
  background-color: #444;
}

.btn-black:hover {
  color: #CCC;
  background-color: #000;
}

.btn-purple {
  color: #FFF;
  background-color: purple;
}

.btn-yellow {
  color: #000;
  background-color: yellow;
}

.precollapse {
  height: 20px;
  overflow: hidden;
}

.precollapse:hover {
  height: auto;
}

.editable-select {
  min-width: 150px;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.mw-100 {
  min-width: 100px;
}

.mw-200 {
  min-width: 200px;
}

.mw-300 {
  min-width: 300px;
}

.mw-400 {
  min-width: 400px;
}

.mw-500 {
  min-width: 500px;
}

.mw-600 {
  min-width: 600px;
}

/* NAV BAR 3RD LEVEL*/
.modalView {
  width: 1200px;
}

nowrap {
  white-space: nowrap;
}

#site-ribbon.wrapper {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
}

#site-ribbon .ribbon-wrapper-green {
  width: 100%;
}

#site-ribbon .ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: -19px;
  right: -42px;
  width: 170px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\
|+-+-+-+-+  TEXT LOADER FOR CONSOLE  +-+-+-|
\-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.text-loader:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: text-loader-ellipsis steps(4, end) 900ms infinite;
  animation: text-loader-ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

.text-loader-center {
  text-align: center;
}

.text-loader-center:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: text-loader-ellipsis steps(4, end) 900ms infinite;
  animation: text-loader-ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

.text-loader-center:before {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: text-loader-ellipsis steps(4, end) 900ms infinite;
  animation: text-loader-ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes text-loader-ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes text-loader-ellipsis {
  to {
    width: 1.25em;
  }
}

.mw-container {
  min-width: 1320px;
  padding: 0 15px 0 15px;
}

@media (min-width: 1200px) {
  .mw-container .mw-container {
    min-width: 1140px;
  }
}

@media (min-width: 992px) {
  .mw-container .mw-container {
    min-width: 960px;
  }
}

@media (min-width: 768px) {
  .mw-container .mw-container {
    min-width: 720px;
  }
}

@media (min-width: 576px) {
  .mw-container .mw-container {
    min-width: 540px;
  }
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\
|+-+-+-+-+-+  BOOTSTRAP 5 EXTEND +-+-+-+-+-|
\-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 1.1 !important;
  border-radius: 0.2rem;
}

#dashboard .statsTitle {
  font-weight: bold;
  font-size: 15px;
}

#dashboard .statsRow {
  margin: 0 -15px 15px;
  border-radius: 15px;
  padding: 10px 0;
  font-size: 13px;
}

#dashboard .statsRow [class*="col"] {
  text-align: center;
}

#dashboard .estimate {
  white-space: nowrap;
  color: #333;
}

#dashboard .moduleTitle {
  padding: 10px;
  margin: 0px -10px 0px;
  background: #dcdcdc;
  color: #434a52;
  font-size: 14px;
  font-weight: bold;
}

#dashboard .dashboardModule>div {
  border-radius: 5px;
  overflow: hidden;
}

#dashboard .moduleWrapper {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 0 20px 0;
}

#dashboard .moduleBody {
  padding: 10px 0;
}

#dashboard .ui-menu {
  border: 1px solid #CCC;
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
  max-height: 500px;
  overflow: auto;
}

#dashboard .ui-menu .ui-menu-item-wrapper {
  padding: 5px 20px;
  border-bottom: 1px dashed #CCC;
  font-size: 15px;
}

@media (max-width: 768px) {
  #dashboard h1 {
    font-size: 12px;
  }

  #dashboard h1,
  #dashboard h2,
  #dashboard h3,
  #dashboard h4 {
    font-size: 14px;
    font-weight: bold;
  }

  #dashboard .statsRow [class*="col"] {
    font-size: 11px;
  }
}

.fg_toggle {
  position: relative;
}

.fg_toggle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  right: auto;
  width: calc(100% - 60px);
  height: 100%;
  background: #FFF;
  opacity: 0.7;
  transition: width 0.5s ease-out;
  z-index: 1;
}

.fg_toggle.enabled::after {
  left: auto;
  right: 0px;
  width: 0;
}

.foldableFilterWrapper {
  overflow: hidden;
}

.foldableFilterWrapper .filtersContents {
  max-height: 0px;
  transition: max-height 0.5s ease-in-out;
}

.foldableFilterWrapper.open .filtersContents {
  max-height: 1000px;
}

.foldableFilterWrapper .form_toggle {
  display: block;
  /*text-align:center;*/
  padding: 5px;
  background: #FFF;
  position: relative;
  z-index: 1;
  color: black;
  font-size: 14px;
  text-decoration: underline;
}

/********************************\
|********   DATA TABLES   *******|
\********************************/
table.dataTable.table-nowrap td,
table.dataTable.table-nowrap th {
  white-space: nowrap;
}

table.dataTable.table-compressed,
table.dataTable.table-compressed * {
  font-size: 12px;
}

table.dataTable>tbody>tr.selected>* {
  color: white !important;
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.5) !important;
}

table.dataTable>tbody>tr.selected:hover>* {
  color: white !important;
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.7) !important;
}