.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}







fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  position: relative;
}
fieldset .btn-xs {
  position: absolute;
  top: 0;
  right: 10px;
}
fieldset .btn-xs.btn-danger {
  right: 106px;
}
legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 0;
}



.show-loader{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:99999; background-color:rgba(0,0,0,.6);}
.show-loader .sk-wave{ position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}


/*************************************
 * BUTTON BASE
 */

 .ladda-button {
  position: relative;
  background: none;
  border: 0;
  padding: 0.4em 1em;
  font-size: 1.3em;
  cursor: pointer;
  outline: 0;

  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .ladda-button[data-loading] {
    cursor: default;
  }

/* Green button */
.ladda-button.green {
 /* background: #2aca76;
  color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;*/
}
  .ladda-button.green:hover {
    border-color: rgba( 0, 0, 0, 0.07 );
    background-color: #2fe688;
  }
  .ladda-button.green[data-loading] {
    border-color: rgba( 0, 0, 0, 0.07 );
    background-color: #288b46;
  }

/* Blue button */
.ladda-button.blue {
  background: #53b5e6;
  color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
}
  .ladda-button.blue:hover {
    border-color: rgba( 0, 0, 0, 0.07 );
    background-color: #58c2f8;
  }
  .ladda-button.blue[data-loading] {
    border-color: rgba( 0, 0, 0, 0.07 );
    background-color: #999;
  }

/* Orange button */
.ladda-button.orange {
  background: #ea8557;
  color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
}
  .ladda-button.orange:hover {
    border-color: rgba( 0, 0, 0, 0.07 );
    background-color: #ffa96c;
  }
  .ladda-button.orange[data-loading] {
    border-color: rgba( 0, 0, 0, 0.07 );
    background-color: #999;
  }


/* Spinner animation */
.ladda-button .spinner {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  background-image: url( data:image/gif;base64,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);
}


/*************************************
 * EASING
 */

.ladda-button,
.ladda-button .spinner,
.ladda-button .label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) all;
     -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) all;
      -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) all;
          transition: 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) all;
}

.ladda-button.zoom-in,
.ladda-button.zoom-in .spinner,
.ladda-button.zoom-in .label,
.ladda-button.zoom-out,
.ladda-button.zoom-out .spinner,
.ladda-button.zoom-out .label {
  -webkit-transition: 0.3s ease all;
     -moz-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
          transition: 0.3s ease all;
}


/*************************************
 * EXPAND LEFT
 */

.ladda-button.expand-right .spinner {
  right: 0.8em;
}

.ladda-button.expand-right[data-loading] {
  padding-right: 56px;
}
  .ladda-button.expand-right[data-loading] .spinner {
    opacity: 1;
  }


/*************************************
 * EXPAND RIGHT
 */

.ladda-button.expand-left .spinner {
  left: 2em; top:60%;
}

.ladda-button.expand-left[data-loading] {
  padding-left: 56px;
}
  .ladda-button.expand-left[data-loading] .spinner {
    opacity: 1;
	
  }


/*************************************
 * EXPAND UP
 */

.ladda-button.expand-up {
  overflow: hidden;
}
  .ladda-button.expand-up .spinner {
    top: -32px;
    left: 50%;
    margin-left: -16px;
  }

.ladda-button.expand-up[data-loading] {
  padding-top: 3em;
}
  .ladda-button.expand-up[data-loading] .spinner {
    opacity: 1;
    top: 0.8em;
    margin-top: 0;
  }


/*************************************
 * EXPAND DOWN
 */

.ladda-button.expand-down {
  overflow: hidden;
}
  .ladda-button.expand-down .spinner {
    top: 3.3em;
    left: 50%;
    margin-left: -16px;
  }

.ladda-button.expand-down[data-loading] {
  padding-bottom: 3em;
}
  .ladda-button.expand-down[data-loading] .spinner {
    opacity: 1;
  }


/*************************************
 * SLIDE LEFT
 */
.ladda-button.slide-left {
  overflow: hidden;
}
  .ladda-button.slide-left .label {
    position: relative;
  }
  .ladda-button.slide-left .spinner {
    left: 100%;
    margin-left: -16px;
  }

.ladda-button.slide-left[data-loading] .label {
  opacity: 0;
  left: -100%;
}
.ladda-button.slide-left[data-loading] .spinner {
  opacity: 1;
  left: 50%;
}


/*************************************
 * SLIDE RIGHT
 */
.ladda-button.slide-right {
  overflow: hidden;
}
  .ladda-button.slide-right .label {
    position: relative;
  }
  .ladda-button.slide-right .spinner {
    right: 100%;
    margin-left: -16px;
  }

.ladda-button.slide-right[data-loading] .label {
  opacity: 0;
  left: 100%;
}
.ladda-button.slide-right[data-loading] .spinner {
  opacity: 1;
  left: 50%;
}


/*************************************
 * SLIDE UP
 */
.ladda-button.slide-up {
  overflow: hidden;
}
  .ladda-button.slide-up .label {
    position: relative;
  }
  .ladda-button.slide-up .spinner {
    left: 50%;
    margin-left: -16px;
    margin-top: 1em;
  }

.ladda-button.slide-up[data-loading] .label {
  opacity: 0;
  top: -1em;
}
.ladda-button.slide-up[data-loading] .spinner {
  opacity: 1;
  margin-top: -16px;
}


/*************************************
 * SLIDE DOWN
 */
.ladda-button.slide-down {
  overflow: hidden;
}
  .ladda-button.slide-down .label {
    position: relative;
  }
  .ladda-button.slide-down .spinner {
    left: 50%;
    margin-left: -16px;
    margin-top: -2em;
  }

.ladda-button.slide-down[data-loading] .label {
  opacity: 0;
  top: 1em;
}
.ladda-button.slide-down[data-loading] .spinner {
  opacity: 1;
  margin-top: -16px;
}


/*************************************
 * ZOOM-OUT
 */

.ladda-button.zoom-out {
  overflow: hidden;
}
  .ladda-button.zoom-out .spinner {
    left: 50%;
    margin-left: -16px;

    -webkit-transform: scale( 2.5 );
       -moz-transform: scale( 2.5 );
        -ms-transform: scale( 2.5 );
            transform: scale( 2.5 );
  }
  .ladda-button.zoom-out .label {
    position: relative;
    display: inline-block;
  }

.ladda-button.zoom-out[data-loading] .label {
  opacity: 0;

  -webkit-transform: scale( 0.5 );
     -moz-transform: scale( 0.5 );
      -ms-transform: scale( 0.5 );
          transform: scale( 0.5 );
}
.ladda-button.zoom-out[data-loading] .spinner {
  opacity: 1;

  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}


/*************************************
 * ZOOM-IN
 */

.ladda-button.zoom-in {
  overflow: hidden;
}
  .ladda-button.zoom-in .spinner {
    left: 50%;
    margin-left: -16px;

    -webkit-transform: scale( 0.2 );
       -moz-transform: scale( 0.2 );
        -ms-transform: scale( 0.2 );
            transform: scale( 0.2 );
  }
  .ladda-button.zoom-in .label {
    position: relative;
    display: inline-block;
  }

.ladda-button.zoom-in[data-loading] .label {
  opacity: 0;

  -webkit-transform: scale( 2.2 );
     -moz-transform: scale( 2.2 );
      -ms-transform: scale( 2.2 );
          transform: scale( 2.2 );
}
.ladda-button.zoom-in[data-loading] .spinner {
  opacity: 1;

  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}


/*************************************
 * CONTRACt
 */

.ladda-button.contract {
  overflow: hidden;
  width: 100px;
}
  .ladda-button.contract .spinner {
    left: 50%;
    margin-left: -16px;
  }

.ladda-button.contract[data-loading] {
  border-radius: 50%;
  width: 52px;
}
  .ladda-button.contract[data-loading] .label {
    opacity: 0;
  }
  .ladda-button.contract[data-loading] .spinner {
    opacity: 1;
  }



/*************************************
 * OVERLAY
 */

.ladda-button.contract-overlay {
  overflow: hidden;
  width: 100px;

  box-shadow: 0px 0px 0px 3000px rgba(0,0,0,0);
}
  .ladda-button.contract-overlay .spinner {
    left: 50%;
    margin-left: -16px;
  }

.ladda-button.contract-overlay[data-loading] {
  border-radius: 50%;
  width: 52px;

  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 3000px rgba(0,0,0,0.8);
}
  .ladda-button.contract-overlay[data-loading] .label {
    opacity: 0;
  }
  .ladda-button.contract-overlay[data-loading] .spinner {
    opacity: 1;
  }
  
  
  
  
.userListing_wrapper table tbody tr.odd{ background-color:#f3f3f3;}
.userListing_wrapper table tbody tr.even{background-color:#ffffff;}
.userListing_wrapper table tbody tr td:first-child{ /*border-left:10px solid #dee2e6; */position:relative;}
.userListing_wrapper table tbody tr td:first-child:before{ height:50%; width:10px; background-color:#ff0000; position:absolute; left:0; top:0; content:"";}
.userListing_wrapper table tbody tr td:first-child:after{height:50%; width:10px; background-color:#65cdce; position:absolute; left:0; top:50%; content:"";}


.userListing_wrapper table tbody tr.paid-pending td:first-child:before{background-color:#99cc94;}
.userListing_wrapper table tbody tr.unpaid-pending td:first-child:before{background-color:#ff0000;}
.userListing_wrapper table tbody tr.paid-requested td:first-child:before{background-color:#99cc94;}
.userListing_wrapper table tbody tr.unpaid-requested td:first-child:before{background-color:#ff0000;}
.userListing_wrapper table tbody tr.paid-assigned td:first-child:before{background-color:#99cc94;}
.userListing_wrapper table tbody tr.unpaid-assigned td:first-child:before{background-color:#ff0000;}

.userListing_wrapper table tbody tr.paid-pending td:first-child:after{background-color:#ffc000;}
.userListing_wrapper table tbody tr.unpaid-pending td:first-child:after{background-color:#ffc000;}
.userListing_wrapper table tbody tr.paid-requested td:first-child:after{background-color:#65cdce;}
.userListing_wrapper table tbody tr.unpaid-requested td:first-child:after{background-color:#65cdce;}
.userListing_wrapper table tbody tr.paid-assigned td:first-child:after{background-color:#99cc94;}
.userListing_wrapper table tbody tr.unpaid-assigned td:first-child:after{background-color:#99cc94;}

.userListing_wrapper table tbody tr td.information-sec{width:100%;}
.userListing_wrapper table tbody tr td.information-sec dl dd{margin-bottom:0.1rem;}

.userListing_wrapper table .i-checks{text-align:right;}
#userListing thead .sorting_disabled .i-checks{padding-left:12px;}
.booking-check-sec .i-checks{padding-left:12px;}


.colour-hint-block{ display:table; width:100%; padding: 0px 0px 12px 0;}
.colour-hint-block .colour-left{ display:table-cell; vertical-align:middle; width:100px;}
.colour-hint-block .colour-right{display:table-cell; vertical-align:middle; padding-left:20px;}
.colour-hint-block .colour-right .colour-top{ padding-bottom:10px;}

.colour-hint-block .colour-right ul{ list-style:none; padding-left:0; margin-bottom:0;}
.colour-hint-block .colour-right ul li{ list-style:none; display:inline-block; font-size:12px; padding-right:20px; padding-left:25px; position:relative;}
.colour-hint-block .colour-right ul li:before{ width:15px; height:15px; position:absolute; background-color:#f3f3f3; content:""; left:0; top:1px;}
.colour-hint-block .colour-right ul li.label{ font-size:14px; font-weight:bold; width:100px;}
.colour-hint-block .colour-right ul li.label:before{ display:none; padding-left:0; padding-right:50px;}

.colour-hint-block .colour-right ul li.paid{ min-width:114px;}
.colour-hint-block .colour-right ul li.paid:before{ background-color:#99cc94;}
.colour-hint-block .colour-right ul li.unpaid:before{background-color:#ff0000;}
.colour-hint-block .colour-right ul li.assign:before{background-color:#ffc000;}
.colour-hint-block .colour-right ul li.requiested:before{background-color:#65cdce;}
.colour-hint-block .colour-right ul li.assigned:before{background-color:#99cc94;}


.table-status{}
.table-status table tbody tr.odd{background-color:#f3f3f3;}
.table-status table tbody tr.even{background-color:#ffffff;}
.table-status table tbody tr td:first-child{ border-left:10px solid;}

.table-status table tbody tr.active td:first-child{ border-left-color:#99cc94;}
.table-status table tbody tr.inactive td:first-child{border-left-color:#ff0000;}
.table-status table tbody tr.pending td:first-child{border-left-color:#ffc000;}

.dashboard-card{margin-bottom:40px; float:left;}
.dashboard-card .panel{margin-bottom:0px;}
.dashboard-card .fa-5x{font-size:60px;}
.dashboard-card .card-icon{width:25%; padding:0 15px;}
.dashboard-card .card-text{width:75%; padding:0 15px;}
.dashboard-card .huge {font-size: 40px;}
.dashboard-card .title-text{font-size:14px;}
.dashboard-card .panel-primary {border-color: #337ab7;}
.dashboard-card .panel-primary > .panel-heading {color: #fff; background-color: #337ab7; border-color: #337ab7;}
.dashboard-card .panel-primary > a {color: #337ab7; width:100%;}
.dashboard-card .panel-green > .panel-heading {border-color: #5cb85c; color: white; background-color: #5cb85c;}
.dashboard-card .panel-green {border-color: #5cb85c;}
.dashboard-card .panel-green > a{width:100%; border-color: #5cb85c;}
.dashboard-card .panel-red {border-color: #d9534f;}
.dashboard-card .panel-red > .panel-heading {border-color: #d9534f;color: white; background-color: #d9534f;}
.dashboard-card .panel-red > a {color: #d9534f; width:100%;}
.dashboard-card .panel-red > a:hover {color: #b52b27;}
.dashboard-card .panel-yellow {border-color: #f0ad4e;}
.dashboard-card .panel-yellow > .panel-heading {border-color: #f0ad4e; color: white; background-color: #f0ad4e;}
.dashboard-card .panel-yellow > a {color: #f0ad4e; width:100%;}
.dashboard-card .panel-yellow > a:hover {color: #df8a13;}
.dashboard-card .icon-arrow-right{float:right;}
.dashboard-card .float-left{float: none !important;}

.sorting_desc{width:30px !important;}
.sorting{width:15px;}
/*.sorting_disabled{width:15px !important; padding-left:22px !important;}
table.dataTable thead > tr > th.sorting_desc{padding-left:22px;}*/
.sorting_asc{width:30px !important;}

header .h3.display{margin-bottom:0px;}

.new-password-sec{background-color: #e9ecef; padding: 10px; margin-bottom: 10px;}
.booking-details{border:2px solid #e9ecef; padding: 10px;margin-bottom: 10px;}
.booking-details h1{background-color:#e9ecef; color: #444;padding: 10px;}

.personal-information{border:2px solid #e9ecef; padding: 10px;margin-bottom: 10px;}
.personal-information h1{background-color: #e9ecef;color: #444;padding: 10px;}

.billing-information{border:2px solid #e9ecef; padding: 10px;margin-bottom: 10px;}
.billing-information h1{background-color:#e9ecef;color: #444;padding: 10px;}
.billing-information h1 span{font-size: 14px;float: right; padding-top: 5px;}


.bootstrap-select>.dropdown-toggle{ height:100%; }

.error-message{color: #f00;}



.dataTables_wrapper span.cell-label{ display:none; font-weight:bold; padding-right:5px;}



@media(max-width:767px){


.dataTables_wrapper table { border-top:1px solid #dee2e6;}
.dataTables_wrapper table thead{ display:none;}
.dataTables_wrapper table tbody tr td{ display:block; border-top:none; padding:.35rem;}
.dataTables_wrapper table tbody tr td:first-child{ padding-top:20px;}
.dataTables_wrapper table tbody tr td:last-child{ border-bottom:1px solid #dee2e6;}
.dataTables_wrapper span.cell-label{ display:inline-block;}

.dataTables_wrapper table .i-checks{ padding-left:0;}


.login-page .form-inner, .register-page .form-inner{ width:100%; padding:20px;}
.login-page .logo, .register-page .logo{ font-size:1.6em;}
	
	
}

