/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
html, body {
  background-color: #e1e1e1;
  font-family: 'Roboto', sans-serif !important; }

* {
  outline: none !important; }

.table {
  overflow: hidden;
  font-size: 13px; }
  .table thead > tr > th {
    padding: 2rem 1.5rem;
    border-bottom: solid 1px transparent;
    vertical-align: middle;
    background-color: #e7e7e7; }
    .table thead > tr > th:first-of-type {
      width: 2.75rem; }
    .table thead > tr > th .text-grey-col {
      color: #bfbebe;
      font-weight: 200;
      font-size: 12px; }
  .table tbody > tr.filter-row {
    display: none; }
  .table tbody > tr > td {
    padding: 2rem;
    vertical-align: middle; }
  .table .checkbox {
    margin: 0;
    height: 2rem; }

.panel {
  border-color: #eeeeee;
  -moz-box-shadow: 0 0.2rem 0.5rem #eceff1;
  -webkit-box-shadow: 0 0.2rem 0.5rem #eceff1;
  box-shadow: 0 0.2rem 0.5rem #eceff1; }
  .panel .panel-heading {
    background-color: #eceff1;
    border-bottom: solid 1px #cfd8dc;
    position: relative; }
    .panel .panel-heading .panel-title {
      font-weight: 600; }
    .panel .panel-heading .icon {
      font-size: 2.4rem;
      position: absolute;
      right: 1.5rem;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer; }

label {
  color: #616161;
  font-size: 1.3rem;
  font-weight: 400; }

.navbar {
  border: none;
  margin: 0; }

.flex {
  display: -webkit-flex;
  display: flex; }
  .flex .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .flex .col:first-of-type {
      padding-left: 0; }
    .flex .col:last-of-type {
      padding-right: 0; }
    .flex .col.stretch {
      -webkit-flex: 1;
      flex: 1; }

.m-0 {
  margin: 0; }

.mt-10 {
  margin-top: 1rem; }

.pl-5 {
  padding-left: 5px; }

.p-0 {
  padding: 0px; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.pr-5 {
  padding-right: 5px; }

.pb-0 {
  padding-bottom: 0; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.fill-width {
  width: 100%; }

.form-control {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: .7rem 0.5rem;
  height: auto;
  min-height: 3.2rem;
  border-color: #e0e0e0; }
  .form-control:hover, .form-control:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control.sm {
    padding: 0.5rem;
    min-height: 3.2rem; }

.form-horizontal .control-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2.2rem; }

.btn {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
  .btn.btn-default.no-outline {
    border-color: transparent;
    background: none;
    padding-left: 0;
    padding-right: 0; }
    .btn.btn-default.no-outline:hover, .btn.btn-default.no-outline:focus {
      background: none;
      border-color: transparent; }
  .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    background-color: white;
    border-color: #e0e0e0; }
    .btn.btn-default:hover:hover, .btn.btn-default:hover:focus, .btn.btn-default:hover:active, .btn.btn-default:focus:hover, .btn.btn-default:focus:focus, .btn.btn-default:focus:active, .btn.btn-default:active:hover, .btn.btn-default:active:focus, .btn.btn-default:active:active {
      background-color: white;
      border-color: #e0e0e0; }
  .btn:hover, .btn:focus, .btn:active {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn:hover:hover, .btn:hover:focus, .btn:hover:active, .btn:focus:hover, .btn:focus:focus, .btn:focus:active, .btn:active:hover, .btn:active:focus, .btn:active:active {
      outline: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .btn.btn-primary {
    background-color: #5584ff;
    border-color: #5584ff; }
    .btn.btn-primary:active, .btn.btn-primary:focus {
      background-color: #5584ff;
      border-color: #5584ff; }
  .btn.btn-success {
    background-color: #20BF55;
    border-color: #20BF55; }
  .btn.btn-default {
    background-color: white;
    border-color: #e0e0e0; }

.sticky-wrapper.is-sticky > div {
  background: white;
  padding: 1.5rem;
  z-index: 500 !important;
  -moz-box-shadow: 0 0.2rem 0.5rem #eceff1;
  -webkit-box-shadow: 0 0.2rem 0.5rem #eceff1;
  box-shadow: 0 0.2rem 0.5rem #eceff1; }
  .sticky-wrapper.is-sticky > div .form-group {
    margin-bottom: 0; }

.page-header {
  margin: 0 0 1.5rem;
  padding: 0 0 1rem;
  position: relative; }
  .page-header h3 {
    margin: 0;
    line-height: 4.2rem;
    display: inline-block; }
  .page-header .btn-group {
    position: absolute;
    top: 0;
    right: 0; }
    .page-header .btn-group .btn:first-of-type {
      margin-right: 1rem; }
    .page-header .btn-group .btn:last-of-type {
      margin-left: 1rem; }

.modal .modal-dialog .modal-content {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  border: none; }

.empty-placeholder {
  padding: 6rem 0;
  text-align: center;
  font-size: 1.8rem;
  color: #bdbdbd; }

.checkbox {
  line-height: 1.6; }

.table.table-free {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important; }
  .table.table-free thead {
    background-color: white !important; }
  .table.table-free tbody > tr > td {
    border-top: 1px solid #f1f1f1 !important; }

.logo-holder-white {
  display: block;
  height: auto;
  width: 100%;
  height: 65px;
  margin: 0 auto 15px;
  background-color: #0076a3; }
  .logo-holder-white .logo {
    width: 50px;
    float: left;
    margin-top: 10px;
    margin-left: 10px; }
    .logo-holder-white .logo img {
      float: left;
      width: 100%;
      height: auto; }

.datebox {
  width: 23%; }

.searchbox {
  width: 300px;
  background-color: #505155;
  margin-left: 60px;
  border-radius: 40px;
  padding: 0px 15px; }

.searchbox, .datebox {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .searchbox input, .datebox input {
    font-size: 13px  !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16) !important;
    height: 37px !important;
    padding: 10px !important;
    border: none;
    background-color: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #e3e4e8; }
  .searchbox button, .datebox button {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.12);
    background-color: #607d8b !important;
    color: white;
    line-height: 1.7rem; }
    .searchbox button i, .datebox button i {
      font-size: 1.7rem !important;
      top: 0 !important;
      color: grey; }
    .searchbox button:hover, .searchbox button:focus, .datebox button:hover, .datebox button:focus {
      box-shadow: 0 0px 4px rgba(0, 0, 0, 0.16), 0 0px 10px rgba(0, 0, 0, 0.12); }

.searchbox button {
  background-color: transparent !important;
  border: none;
  box-shadow: none; }

.searchbox .input-group {
  float: left; }
.searchbox button.close-search {
  display: none;
  background-color: transparent;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: grey !important;
  line-height: 0;
  height: 26px !important;
  padding: 7px; }
  .searchbox button.close-search i {
    font-size: 12px !important; }

.top-section {
  padding: 14px 0 12px 200px;
  float: left;
  background-color: #3f4044;
  width: 100%;
  height: 65px; }
  .top-section .lable {
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin-right: 20px; }

.box-shadow {
  clear: both;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.14); }

table thead {
  background-color: #f9f9f9; }

table.text-center th {
  text-align: center; }

.table > tbody > tr > td {
  border-bottom: 2px solid #cecdcd; }

.table-top-section {
  padding: 10px;
  float: left;
  width: 100%; }

.clear-filter {
  font-size: 12px;
  float: right;
  background-color: transparent;
  border: none;
  padding: 7px 13px;
  color: #666666;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .clear-filter:hover {
    background-color: #f7f7f7; }

.status-indication {
  display: table;
  width: 20px;
  height: 20px;
  margin: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .status-indication.active {
    background-color: #61ed67; }
  .status-indication.inactive {
    background-color: #fe5757; }

.logout-btn {
  position: absolute;
  bottom: 10%;
  margin: auto;
  left: 0;
  right: 0;
  width: 78px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.87);
  border: none; }

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative; }

.filter-btn {
  border: none;
  background-color: transparent !important;
  margin-left: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.open > .dropdown-menu {
  padding: 5px 17px;
  min-width: 130px; }

.filterd {
  display: none;
  position: absolute;
  color: #25d82d;
  top: -5px;
  right: -11px;
  font-size: 30px;
  line-height: 0;
  text-shadow: 1px 1px 5px rgba(72, 72, 72, 0.35); }

.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #efeded !important; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox input[type="radio"] {
    opacity: 0; }
    .custom-checkbox input[type="radio"]:checked + label:before {
      content: "\f373"; }
  .custom-checkbox label {
    cursor: pointer; }
    .custom-checkbox label:before {
      content: "\f372";
      font-family: "Ionicons";
      position: absolute;
      left: -2px;
      top: -1px;
      font-size: 14px; }

.view-reciept-btn, .view-in-map {
  padding: 4px 7px 3px !important;
  font-size: 11px !important; }

.view-reciept-btn {
  float: right; }

.view-in-map {
  float: left;
  background-color: #76e268 !important;
  border-color: #76e268 !important; }

.amount-view {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .amount-view span {
    min-width: 40px;
    text-align: right;
    margin-right: 16px;
    font-weight: 700; }

.rating-stars {
  color: #dcc857; }

.time-view {
  font-weight: 700; }

.flx {
  display: -webkit-flex;
  display: flex; }

.detail-section-top {
  min-height: 213px;
  position: relative;
  overflow: hidden; }
  .detail-section-top .avatar {
    margin-right: 17px;
    width: 130px;
    height: 130px;
    background-color: #e8e8e8;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
    overflow: hidden; }
    .detail-section-top .avatar img {
      width: 100%;
      height: 100%; }
  .detail-section-top .profile-wrp {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    padding: 0 25px;
    min-width: 367px;
    margin-top: 5px; }
    .detail-section-top .profile-wrp h3, .detail-section-top .profile-wrp p {
      color: #666666;
      margin-bottom: 5px;
      margin-top: 0;
      max-width: 250px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .detail-section-top .profile-wrp h3 {
      font-size: 1.5em;
      font-weight: 700; }
  .detail-section-top .detail-wrp {
    height: 200px;
    padding-top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .detail-section-top .detail-wrp .list-group {
      float: left;
      margin-bottom: 0; }
      .detail-section-top .detail-wrp .list-group:first-of-type {
        border-left: solid 1px #ddd;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        max-width: 240px; }
      .detail-section-top .detail-wrp .list-group li {
        border: none;
        padding: 5px 10px; }
      .detail-section-top .detail-wrp .list-group .label {
        color: grey;
        padding: 0;
        font-size: 12px;
        font-weight: 400;
        padding-bottom: 5px; }
      .detail-section-top .detail-wrp .list-group .label-content {
        line-height: 23px;
        font-size: 13px; }
        .detail-section-top .detail-wrp .list-group .label-content .lbl {
          display: inline-block;
          width: 75px; }

.text-grey {
  color: #333 !important; }

.disable-acnt-btn {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background-color: #4278c0 !important;
  border-color: #4278c0 !important; }

.viewProfieModal .modal-header .avatar-img-wrp {
  float: left;
  width: 84px;
  height: 84px;
  min-width: 84px;
  max-width: 84px;
  overflow: hidden;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .viewProfieModal .modal-header .avatar-img-wrp img {
    width: 100%;
    height: 100%; }
.viewProfieModal .modal-header h5 {
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: 700;
  margin-top: 0; }

.detail-list .list-group-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  padding-left: 0;
  padding-right: 0; }
.detail-list .label {
  color: grey;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  min-width: 100px;
  text-align: left; }

.sec-heading {
  padding: 15px 30px; }
  .sec-heading h3 {
    margin: 0 0 5px;
    font-size: 1.4em; }

.reciept-table {
  border: solid 1px #ddd;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .reciept-table table {
    font-size: 14px;
    margin-bottom: 0; }
    .reciept-table table th:first-of-type {
      min-width: 200px; }
    .reciept-table table thead {
      background-color: #FFF; }
    .reciept-table table tbody > tr > td {
      background-color: #f9f9f9; }

.reciept-bottom-section {
  float: left;
  width: 100%;
  padding: 0px 30px 20px; }
  .reciept-bottom-section .feedback-container {
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .reciept-bottom-section .feedback-container h4 {
      float: left;
      margin: 0 10px 0 0;
      font-weight: 400; }
    .reciept-bottom-section .feedback-container .rating-stars {
      font-size: 20px; }
  .reciept-bottom-section .total-amount-container {
    float: right;
    text-align: right; }
    .reciept-bottom-section .total-amount-container h3 {
      margin: 0;
      font-size: 18px; }
    .reciept-bottom-section .total-amount-container h2 {
      color: #20BF55;
      margin: 6px 0;
      font-weight: 700; }

.p-0-30 {
  padding: 0 30px; }

.cancelled {
  background-color: #f56262;
  color: white !important; }
  .cancelled .rating-stars {
    color: white !important; }

.disabled-msg {
  background-color: #f56262;
  color: white !important;
  text-align: center;
  padding: 2px;
  font-size: 12px;
  display: none; }

.pagination {
  margin: 0 -15px 20px !important;
  float: right; }
  .pagination > li:first-child > a {
    border-radius: 50%; }
  .pagination > li:last-child > a {
    border-radius: 50%; }
  .pagination > li > a {
    border: none;
    margin: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: auto;
    width: 35px;
    height: 35px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px; }
    .pagination > li > a span {
      font-size: 17px;
      line-height: 0px;
      margin-top: -1px; }

.pagination li.active a {
  background-color: #0076a3 !important; }
  .pagination li.active a:hover {
    background-color: #0076a3 !important; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.loder-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader.gif) center no-repeat #fff; }

.back_btn {
  position: absolute;
  top: 29rem; }
  .back_btn i {
    padding: 2rem;
    width: 56px;
    height: 57px;
    background: #ffffff;
    font-size: 17px;
    box-shadow: 1px 1px 2px #989696;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.logo-brand-name {
  margin: 0;
  color: white;
  font-size: 15px;
  float: left;
  width: 139px;
  margin-top: 15px;
  padding-left: 8px;
  font-weight: 200;
  line-height: 19px; }

.table > thead:first-child > tr:first-child > th {
  box-shadow: 0px 5px 0px #e1e1e1; }

.sortable-row tr {
  background-color: white; }
  .sortable-row tr td {
    position: relative; }
    .sortable-row tr td:first-of-type {
      width: 50px;
      max-width: 50px;
      min-width: 50px; }
.sortable-row .sortable-handle {
  padding: 0 !important;
  position: relative;
  background-color: #f7e26c;
  border: #f7e26c; }
  .sortable-row .sortable-handle div {
    background-image: url(../images/tap.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer; }

.ui-sortable-helper td {
  background-color: transparent;
  border-bottom: 2px solid #cecdcd; }

.edit-delete-btn {
  width: 32px;
  height: 32px;
  border: solid 1px #dde3ef;
  border-radius: 50%;
  float: left;
  font-size: 17px;
  margin-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer; }
  .edit-delete-btn:last-of-type {
    margin-right: 0; }
  .edit-delete-btn i {
    color: #8492af; }

.m-t-20 {
  margin-top: 20px; }

.m-r-5 {
  margin-right: 5px; }

.img-sml-wrp a {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .img-sml-wrp a img {
    width: 100%;
    height: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

/* .modal-dialog {
position:absolute;
top:50% !important;
transform: translate(0, -50%) !important;
-ms-transform: translate(0, -50%) !important;
-webkit-transform: translate(0, -50%) !important;
margin:auto 5%;
margin: auto calc(50% - 252.5px);
width: 505px;
height: 210px;
}
.modal-content {
min-height:100%;
position:absolute;
top:0;
bottom:0;
left:0;
right:0; 
border-radius: 0;
}
.modal-body {
position:absolute;
top: 56px; // height of header
bottom:45px;  // height of footer
left:0;
right:0;
overflow-y:auto;
}
.modal-footer {
position:absolute;
bottom:0;
left:0;
right:0;
} */
.modal-title {
  font-size: 16px; }

.image-wrapper-goodies {
  width: 250px;
  height: auto;
  margin: auto; }

.cropper-container {
  margin: auto;
  margin-bottom: 20px; }

.block-center {
  margin: auto;
  display: table; }

.bg-white {
  background-color: white; }

.popup-screen {
  float: left;
  width: 100%; }
  .popup-screen .box-shadow {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 15px; }
  .popup-screen h4 {
    margin: 13px 0 9px;
    font-size: 16px; }

.img-box {
  position: relative;
  width: 100%;
  height: 379px;
  margin-bottom: 15px; }
  .img-box img {
    width: 100%;
    height: auto; }

.input-datas {
  width: 100%;
  float: left;
  padding: 10px 20px 0; }
  .input-datas .form-group {
    margin-bottom: 26px; }
  .input-datas label {
    font-size: 1.4rem;
    font-weight: 500; }

.custom-radio {
  padding-left: 0;
  cursor: pointer;
  font-weight: 400 !important;
  margin-right: 10px;
  font-size: 15px; }
  .custom-radio input[type="radio"] {
    display: none; }
    .custom-radio input[type="radio"] + .radio-icon {
      display: inline-block;
      font-size: 1.6rem;
      color: #0076a3;
      float: left;
      margin-right: 5px;
      line-height: 20px; }
      .custom-radio input[type="radio"] + .radio-icon::before {
        font-family: "Ionicons";
        content: "\f3a6"; }
    .custom-radio input[type="radio"]:checked + .radio-icon::before {
      content: "\f3a7"; }

.custom-radio-check {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #616161; }
  .custom-radio-check input[type="checkbox"] {
    display: none; }
    .custom-radio-check input[type="checkbox"] + .checkmark-icon {
      display: inline-block;
      font-size: 1.6rem;
      width: 18px;
      height: 18px;
      border: 0;
      background-color: #7cc919;
      position: relative;
      margin-top: 4px;
      float: left; }
      .custom-radio-check input[type="checkbox"] + .checkmark-icon:before {
        content: '';
        display: table;
        width: 100%;
        height: 100%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; }
      .custom-radio-check input[type="checkbox"] + .checkmark-icon:before, .custom-radio-check input[type="checkbox"] + .checkmark-icon:after {
        background-color: transparent;
        -moz-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        -webkit-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
    .custom-radio-check input[type="checkbox"]:checked + .checkmark-icon:before {
      background-color: #7cc919;
      border-color: #7cc919; }
    .custom-radio-check input[type="checkbox"]:checked + .checkmark-icon:after {
      position: absolute;
      top: 20%;
      left: 13%;
      display: table;
      width: 14px;
      height: 6px;
      border: 2px solid #fff;
      border-top: 0;
      border-right: 0;
      content: '';
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 26px;
  margin-top: 0;
  margin-bottom: 0; }
  .switch input {
    display: none; }
    .switch input:checked + .slider {
      background-color: #666666; }
      .switch input:checked + .slider::before {
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px); }
      .switch input:checked + .slider.green {
        background-color: #4caf50; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .switch .slider::before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 4px;
      bottom: 3px;
      background-color: white;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .switch .slider.round {
      -moz-border-radius: 3.4rem;
      -webkit-border-radius: 3.4rem;
      border-radius: 3.4rem; }
      .switch .slider.round::before {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }

.normal-row.table > tbody > tr > td {
  background-color: white; }

.img-place-holder {
  text-align: center;
  width: 185px;
  margin: auto;
  padding: 7px; }
  .img-place-holder img {
    margin: auto;
    width: 100%;
    height: auto; }

.cropper-container {
  width: 100% !important; }

#image1, #image2 {
  max-width: 100% !important; }

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  font-family: 'Glyphicons Halflings'; }

.submenulist li {
  position: relative; }
  .submenulist li a {
    text-decoration: none; }
    .submenulist li a::before {
      font-size: .8em;
      top: 10px;
      right: 20px; }
  .submenulist li .list-unstyled a {
    padding-left: 50px; }

.m-t-1 {
  margin-top: 1rem; }

a[aria-expanded="true"]::before {
  content: '\e260'; }

.sidebar li > a {
  position: relative; }

.table.contact-table tbody > tr > td {
  padding: 2.8rem 4.5rem; }

.modal#addNewCategory .modal-content .modal-body .box-shadow {
  width: 93%; }
  .modal#addNewCategory .modal-content .modal-body .box-shadow .table tbody tr td select.form-control {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 5px rgba(167, 165, 165, 0.62);
    -webkit-box-shadow: 0px 0px 5px rgba(167, 165, 165, 0.62);
    box-shadow: 0px 0px 5px rgba(167, 165, 165, 0.62);
    outline: none;
    padding: .7rem 0.5rem;
    height: auto;
    min-height: 3.2rem;
    border-color: rgba(224, 224, 224, 0); }
  .modal#addNewCategory .modal-content .modal-body .box-shadow .table tbody tr td .add-row-btn {
    position: absolute;
    right: 20px;
    width: 32px;
    height: 32px;
    border: solid 1px #dde3ef;
    border-radius: 50%;
    float: left;
    font-size: 17px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer; }
    .modal#addNewCategory .modal-content .modal-body .box-shadow .table tbody tr td .add-row-btn i {
      font-size: 25px; }
.modal#addNewCategory .modal-content .modal-body .categoryname input[type=text] {
  border-bottom: 1px solid #d8d8d8;
  box-shadow: none;
  border-top: snow;
  border-left: none;
  margin-bottom: 20px;
  border-right: snow;
  padding: 6px 0px;
  width: 220px;
  margin-right: 20px; }
.modal#editNewCategory .modal-content .modal-body .box-shadow {
  width: 93%; }
  .modal#editNewCategory .modal-content .modal-body .box-shadow .table tbody tr td select.form-control {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 5px rgba(167, 165, 165, 0.62);
    -webkit-box-shadow: 0px 0px 5px rgba(167, 165, 165, 0.62);
    box-shadow: 0px 0px 5px rgba(167, 165, 165, 0.62);
    outline: none;
    padding: .7rem 0.5rem;
    height: auto;
    min-height: 3.2rem;
    border-color: rgba(224, 224, 224, 0); }
  .modal#editNewCategory .modal-content .modal-body .box-shadow .table tbody tr td .add-row-btn {
    position: absolute;
    right: 20px;
    width: 32px;
    height: 32px;
    border: solid 1px #dde3ef;
    border-radius: 50%;
    float: left;
    font-size: 17px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer; }
    .modal#editNewCategory .modal-content .modal-body .box-shadow .table tbody tr td .add-row-btn i {
      font-size: 25px; }
.modal#editNewCategory .modal-content .modal-body .categoryname input[type=text] {
  border-bottom: 1px solid #d8d8d8;
  box-shadow: none;
  border-top: snow;
  border-left: none;
  margin-bottom: 20px;
  border-right: snow;
  padding: 6px 0px; }
.modal .table thead > tr > th {
  padding: 2rem 1.5rem;
  border-bottom: solid 1px transparent;
  vertical-align: middle;
  background-color: rgba(249, 249, 249, 0.53);
  width: 25rem; }
.modal .table thead > tr > th:last-of-type {
  width: 6rem; }
.modal .uploadTxt {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #b1a9b6;
  padding-bottom: 7px; }
.modal .image-wrapper {
  box-shadow: 0px 0px 5px rgba(167, 165, 165, 0.62);
  border-radius: 15px;
  padding: 15px;
  width: 93%; }
.modal .new-delete-btn {
  width: 32px;
  height: 32px;
  border: solid 1px #dde3ef;
  border-radius: 50%;
  float: left;
  font-size: 17px;
  margin-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer; }

.user-logout-section {
  float: right;
  color: white;
  margin-right: 20px; }
  .user-logout-section .username-wrp {
    float: left;
    text-align: right;
    margin-right: 10px;
    margin-top: 7px;
    line-height: 14px; }
    .user-logout-section .username-wrp small {
      opacity: .6; }
    .user-logout-section .username-wrp h3 {
      margin: 0;
      font-size: 15px; }
  .user-logout-section .userlogout-wrp {
    float: left; }
    .user-logout-section .userlogout-wrp a {
      color: white;
      font-size: 18px;
      opacity: .6; }
      .user-logout-section .userlogout-wrp a:hover {
        opacity: 1; }

.url-input-bx {
  display: -webkit-flex;
  display: flex;
  position: relative; }
  .url-input-bx input {
    border: none;
    font-size: 13px !important;
    background-color: #505155;
    border-radius: 40px;
    padding: 0px 15px;
    color: #e3e4e8; }
  .url-input-bx .btn {
    background-color: #5f5f5f;
    color: white;
    font-size: 13px;
    padding: 7px 12px 7px;
    border: none; }
    .url-input-bx .btn:hover, .url-input-bx .btn:focus, .url-input-bx .btn:active {
      background-color: #777 !important;
      color: white !important; }
  .url-input-bx .error-msg {
    position: absolute;
    color: #f76161;
    bottom: -19px;
    font-size: 12px;
    width: 100%;
    text-align: center; }

form .form-group span.error {
  color: rgba(252, 70, 55, 0.79);
  font-size: 13px; }

.forgot-pswd-btn-btm {
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 200 !important;
  float: right; }

.logo-holder {
  float: right; }

.alert {
  padding: 1rem;
  margin-top: -7px; }

#modalalert {
  z-index: 9999; }

.page-wrapper {
  height: 100%;
  position: relative; }

.btn {
  font-size: 12px;
  padding: 7px 12px 5px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14); }

.btn-warning {
  background-color: #dcc857;
  border-color: #dcc857; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: #e0ca4c !important;
    border-color: #e0ca4c !important; }

.btn-primary {
  background-color: #666666;
  border-color: #666666; }

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  background-color: white;
  width: 20rem; }
  .sidebar .nav-stacked {
    width: 100%;
    clear: both;
    overflow: auto;
    height: calc(100% - 80px); }
    .sidebar .nav-stacked li {
      margin-bottom: 7px; }
  .sidebar li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.35rem;
    text-align: left;
    color: #666666;
    border-right: solid 0.5rem transparent;
    padding: 10px 0px 10px 25px;
    letter-spacing: .5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .sidebar li > a:hover, .sidebar li > a:focus {
      color: #666666;
      background-color: rgba(255, 255, 255, 0.12); }
  .sidebar li.active:after {
    content: '';
    position: absolute;
    border-left: 4px solid #0076a3;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .sidebar li.active > a, .sidebar li.active a:hover, .sidebar li.active a:focus {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    color: #666666;
    background-color: #e1e1e1; }
  .sidebar li.nav-title {
    background-color: #fafafa;
    margin: 3rem 0 0;
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-align: right;
    text-transform: uppercase;
    color: #bdbdbd; }

.content {
  clear: left;
  margin-left: 20rem;
  padding: 2.4rem; }
  .content .chart {
    background: #fff;
    min-height: 310px; }
    .content .chart.users-chart {
      min-height: 390px !important; }
  .content.registered-user .table tbody > tr > td {
    padding: 3rem 0; }

.run-service {
  margin-left: 5rem;
  float: left;
  margin-top: 3px;
  background: #555556;
  color: white;
  font-size: 13px;
  padding: 7px 12px 7px; }
  .run-service:hover, .run-service:focus, .run-service:active {
    background-color: #777 !important;
    color: white; }

.chart-header, .card .card-header {
  padding: 1rem 2rem;
  border-bottom: 1px solid #e0dfdf;
  z-index: 9999;
  background: #fff; }
  .chart-header h3, .card .card-header h3 {
    font-size: 15px;
    margin: 0px;
    position: relative;
    margin-top: 10px; }
  .chart-header .chart-fliter, .card .card-header .chart-fliter {
    width: 145px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 10px;
    background: #61d877;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.51);
    margin-right: 15px;
    border: none;
    -webkit-appearance: none;
    background-image: url(../images/white-down-arrow.png) !important;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: calc(100% - 10px) center;
    color: white;
    font-size: 1.3rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }

.card {
  margin-bottom: 2rem; }
  .card .card-body {
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 2rem 5rem;
    background: #fff; }
    .card .card-body h3 {
      font-size: 3.5rem;
      margin-top: .3rem;
      color: #0076a3;
      font-weight: bolder; }
    .card .card-body p {
      padding-left: 3rem;
      position: relative;
      margin-top: 1rem;
      font-size: 14px;
      color: grey; }

.chart .progress-body {
  display: flex;
  align-items: center;
  height: 258px;
  padding: 0 4rem; }
  .chart .progress-body .progress-sections {
    position: relative;
    width: calc(100% - 28px);
    margin: 0px auto;
    margin-bottom: 2rem;
    font-size: 1.2rem; }
    .chart .progress-body .progress-sections .percentage-left {
      position: absolute;
      top: 32px;
      left: -24px;
      bottom: auto; }
    .chart .progress-body .progress-sections .percentage-right {
      position: absolute;
      right: -36px;
      top: 31px; }
    .chart .progress-body .progress-sections .progress {
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      .chart .progress-body .progress-sections .progress .progress-bar {
        display: flex;
        align-items: center;
        justify-content: center; }
        .chart .progress-body .progress-sections .progress .progress-bar.bg-red {
          background-color: red; }
        .chart .progress-body .progress-sections .progress .progress-bar.bg-green {
          background-color: #0ecc32; }
        .chart .progress-body .progress-sections .progress .progress-bar.bg-yellow {
          background-color: #e8e42e; }

.fill-height {
  height: 100%; }

.admin-login {
  height: 100%;
  background-size: cover; }
  .admin-login .fill-height {
    height: 100%; }
    .admin-login .fill-height.flex {
      display: -webkit-flex;
      display: flex; }
      .admin-login .fill-height.flex .form-box {
        position: relative;
        z-index: 1;
        width: 450px;
        padding: 48px 40px 48px;
        height: auto;
        background-color: white;
        border: solid 1px rgba(255, 255, 255, 0.3);
        margin: auto;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
        .admin-login .fill-height.flex .form-box .form-header {
          color: #353535;
          text-align: left;
          float: left;
          margin-top: 13px; }
          .admin-login .fill-height.flex .form-box .form-header h3 {
            margin: 5px 0;
            font-weight: 400; }
          .admin-login .fill-height.flex .form-box .form-header .sub-caption {
            font-size: 14px;
            color: rgba(0, 0, 0, 0.87); }
        .admin-login .fill-height.flex .form-box form {
          width: 100%;
          margin: 3rem 0 0rem;
          float: left; }
          .admin-login .fill-height.flex .form-box form .form-group {
            position: relative;
            margin-bottom: 35px;
            clear: both; }
            .admin-login .fill-height.flex .form-box form .form-group .form-control {
              background: white;
              border: none;
              border-bottom: solid 1px rgba(0, 0, 0, 0.15);
              height: 33px;
              min-height: 0;
              color: #353535;
              padding: 0; }
              .admin-login .fill-height.flex .form-box form .form-group .form-control:focus {
                border-bottom: solid 1px #666666; }
            .admin-login .fill-height.flex .form-box form .form-group .login-btn {
              margin-top: -4.5rem !important;
              margin-bottom: 2.5rem;
              clear: both; }
            .admin-login .fill-height.flex .form-box form .form-group .forgot-pswd-btn {
              text-align: right;
              display: block;
              font-size: 14px;
              margin-top: 2.2px; }
          .admin-login .fill-height.flex .form-box form .btn {
            width: 125px;
            font-size: 1.5rem;
            font-weight: 500;
            padding: .9rem;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            float: left;
            background-color: #0076a3 !important;
            border-color: #0076a3 !important;
            -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
        .admin-login .fill-height.flex .form-box .form-footer {
          color: #fff;
          text-align: center; }

form .form-group span.error {
  color: rgba(252, 70, 55, 0.79);
  font-size: 13px; }

.forgot-pswd-btn-btm {
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 200 !important;
  float: right; }

.logo-holder {
  float: right; }

.alert {
  padding: 1rem;
  margin-top: -7px; }

/*# sourceMappingURL=style.css.map */
