/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

:root {
  --primColor: #70a340;
}

body {
  margin-top: 100px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-family: "Mulish";
}

body.notLoggedinUser {
  background-color: #f3f3f3;
}

input:-webkit-autofill {
  color: #333;
  -webkit-text-fill-color: #333;
  -webkit-background-clip: text;
  box-shadow: 0 0 0 50px transparent inset;
  caret-color: #333;
}

.btn-link {
  color: #6c438e;
}

.decoyBg::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: 0;
  background-color: #000;
}

@media (min-width: 768px) {
  body {
    margin-top: 50px;
  }
}

.min-150 {
  min-width: 150px !important;
}

.min-200 {
  min-width: 200px !important;
}

.min-300 {
  min-width: 300px !important;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid transparent;
}

.table-bordered > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  color: #000;
}

.table-responsive::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
  height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.table-responsive:hover::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.p-0 {
  padding: 0;
}

.vhidden {
  visibility: hidden;
  display: block;
  margin-bottom: 5px;
}

.pt-15 {
  padding-top: 15px;
}

.add-new-dd {
  width: 100px;
  margin: 20px 0 0 15px;
  display: inline-flex;
  align-items: center;
}

.add-new-dd .btn-primary {
  width: 100%;
  height: 34px;
  padding: 10px !important;
  line-height: 1;
  border-radius: 0;
  text-align: center;
}

.add-new-dd .dropdown-menu {
  width: 100px;
  min-width: 100px;
  margin: 0;
  background: #6c438e !important;
  border: 1px solid #6c438e;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
}

.admin-sidebar .add-new-dd li a {
  justify-content: center;
  color: #fff;
}

.admin-sidebar .add-new-dd li a:hover {
  color: #000;
}

.headerDD {
  display: inline-block;
  margin-left: auto;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.headerDD .dropdown-menu {
  left: initial;
  right: 0;
}

.admin-ml-0 {
  margin-left: 0 !important;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0.5px solid #ececec;
  border-radius: 0px;
  box-shadow: inherit;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: var(--primColor);
  outline: 0;
  box-shadow: none;
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.navbar-light {
  background: #ededed;
  height: 57px;
  /* width: max-content; */
}

.navbar-light.notLogged {
  background: transparent;
}

.navbar-light .navbar-header {
  height: inherit;
}

.navbar-header .navbar-brand {
  height: inherit;
  display: flex;
  align-items: center;
  min-width: 290px;
  padding: 0 0 0 16px;
}

.navbar-header .navbar-brand img {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.navbar-header .navbar-brand.notLogged img {
  height: 60px;
}

.searchBarInner {
  margin: 20px 0;
}

#wrapper {
  padding-left: 0;
  background-color: #f9f9f9;
}

#page-wrapper {
  width: calc(100% - 20px);
  padding: 0;
  background-color: #f9f9f9;
  margin-top: 60px;
}

.huge {
  font-size: 50px;
  line-height: normal;
}

.breadcrumb {
  margin: auto calc(100px - 145px);
  transform: translateY(0px);
  background: #f9f9f9;
  padding: 45px 0 25px 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(0px);
}

.paginator {
  margin: 25px 0;
}

.paginator a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  margin-right: 12px;
  display: inline-flex;
  background: #eaeaea;
  justify-content: center;
  align-items: center;
  color: #5c5c5c;
}

.paginator a.paginator-current {
  background: #6c438e;
  color: #fff;
}

.paginator .paginator-previous,
.paginator .paginator-next {
  width: max-content;
  height: max-content;
  border-radius: initial;
  background: transparent;
}

.dashbdhd li {
  font-size: 20px;
}
.dashbdhd {
  list-style: none;
  /* transform: translateY(-30px); */
  border-radius: 4px;
  background: #f9f9f9;
  min-height: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.mainDash .dashbdhd {
  background: #fff;
  padding: 0 !important;
}

.innerCnt {
  padding-top: 30px;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 290px;
    padding-top: 1px;
  }

  #page-wrapper {
    padding: 45px;
    padding-top: 0;
  }
}
#page-wrapper {
  background-color: transparent;
  min-height: 600px;
  /* transform: translateY(25px); */
  margin: 20px;
  margin-bottom: 0;
  /* -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px); */
}

/* Top Navigation */

.top-nav {
  padding: 0 15px;
}

.top-nav > li {
  display: inline-block;
  float: left;
}

.top-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #999;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #fff;
  background-color: #000;
}

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

li.message-preview > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

li.message-footer {
  margin: 5px 0;
}

ul.alert-dropdown {
  width: 200px;
}

.admin-tables-wrapper table thead th.amw-80,
.admin-tables-wrapper table tbody td.amw-80 {
  min-width: 65px;
  max-width: 65px;
  width: 65px;
  padding: 0 10px;
}

.admin-tables-wrapper table thead th.amw-180,
.admin-tables-wrapper table tbody td.amw-180 {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
  padding: 0 10px;
}

.admin-tables-wrapper table thead th.amw-100,
.admin-tables-wrapper table tbody td.amw-100 {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  padding: 0 10px;
}

/* Side Navigation */

@media (min-width: 768px) {
  .side-nav {
    position: absolute;
    top: 64px;
    left: 0;
    width: 290px;
    /* margin-left: -225px; */
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #222;
  }
  .tabpan .nav-tabs > li > a {
    color: #000;
  }
  .tabpan .nav-tabs > li.active > a,
  .tabpan .nav-tabs > li.active > a:hover,
  .tabpan .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: pointer;
    background-color: #6c438e;
    border: 1px solid #6c438e;
    border-bottom-color: #6c438e;
  }

  .side-nav > li > a {
    width: 225px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .side-nav > li.active > a {
    color: #fff;
    background-color: #6c438e;
  }

  .side-nav > li.active ul li.active a {
    color: #6c438e !important;
    background-color: #fff !important;
    font-weight: 700;
  }

  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
    background-color: #6c438e !important;
  }
}

.side-nav > li > ul {
  padding: 0;
}

.side-nav > li > a {
  color: #000;
}

.side-nav > li > ul > li > a {
  display: block;
  padding: 15px 15px 15px 38px;
  text-decoration: none;
  color: #000000;
}

.side-nav > li > ul > li.active > a,
.side-nav > li > ul > li.active > a:hover,
.side-nav > li > ul > li.active > a:focus {
  color: #fff;
  background-color: #6c438e;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Custom Colored Panels */

.huge {
  font-size: 40px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.panel-green a {
  color: #5cb85c;
}

.panel-green a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.panel-red a {
  color: #d9534f;
}

.panel-red a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}

.panel-yellow a {
  color: #f0ad4e;
}

.panel-yellow a:hover {
  color: #df8a13;
}
.fdtitle {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.fdinp1 {
  background: #f2f2f2;
}
.fd2 {
  font-size: 16px;
  margin-top: 10px;
}
.fd4 {
  font-size: 14px;
}
.fd1 {
  color: #0987c8;
}

.fd1 a {
  color: #0987c8;
  padding: 0 5px;
  font-size: 16px;
  text-decoration: none;
}
.fd3 {
  color: #0060ff;
}
.fd3 a {
  color: #0060ff;
  padding: 0 5px;
  font-size: 14px;
  text-decoration: none;
}
.fd5 {
  background: #acacac;
  padding: 4px;
  margin-bottom: 10px;
  color: #fff;
}
.fd5 span {
  font-size: 13px;
}
.fd6 {
  padding-top: 7px;
}
.fd7 {
  color: #828282;
}
.reports1 {
  font-size: 12px;
  padding-bottom: 15px;
}
.reports2 {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
  color: #342f6b;
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0;
}
.reports3 {
  width: 40%;
}
.reports4 {
  width: 4%;
  padding-top: 6px;
}
.reports4 span {
  font-weight: bold;
}
.newadmclr {
  color: #555 !important;
  font-weight: bold !important;
}
.category_questions label {
  padding-right: 10px;
}
.category_questions .form-group input {
  margin-right: 10px;
  margin-left: 10px;
}
.par3 {
  /* padding-top: 10px;*/
  line-height: 26px;
}
.par2 {
  font-size: 12px;
  padding-bottom: 5px;
}
.search_tbar {
  margin: 0;
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 6px 10px;
}
.par1 {
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 26px;
}
.stab {
  border: 1px solid #ccc;
  line-height: 26px;
}
.stab th {
  background: #e9e9e8;
  font-weight: bold;
}
.stab2 {
  color: #000;
  line-height: 24px;
}
.stab img {
  float: left;
  padding-right: 8px;
  padding-top: 3px;
}
.em {
  background: #e9e9e8;
  text-align: center;
}

.sbar_lbl {
  padding: 0px;
  line-height: 22px;
  font-weight: 600;
}
.btn.btn-black {
  width: 80px;
  height: 30px;
  background-color: #d43f3a;
  color: #fff;
  margin: 14px 17px;
  padding: 0;
  font-size: 12px;
  display: block;
}
.padlef {
  padding-left: 0;
}
.padt1 {
  padding-left: 20px;
}
.padt2 {
  padding-bottom: 20px;
}
.clear {
  clear: both;
}
.sear {
  font-weight: bold;
  font-size: 16px;
  padding-top: 0;
  margin-top: 0;
  padding: 5px;
  padding-left: 10px;
}

.fileUpload {
  position: relative;
  overflow: hidden;

  margin-left: 0;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.privacy4 {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  padding-left: 0;
}
.sortb1 {
  width: 55px;
}

.accordion-toggle:hover {
  text-decoration: none;
}
.marb {
  margin-bottom: 8px;
}
.ship td {
  border-top: 1px solid #ccc !important;
}
.trac {
  background: #ebebeb;
}

/*****/
/* common style */
.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-left {
  padding-left: 0;
}
.p-right {
  padding-right: 0;
}
.p-top {
  padding-top: 0;
}
.p-bottom {
  padding-bottom: 0;
}
.p-left-right {
  padding-left: 0;
  padding-right: 0;
}
.m-top {
  margin-top: 0;
}
.m-bottom {
  margin-bottom: 0;
}
.ftn500 {
  font-weight: 500;
}
.ftn600 {
  font-weight: 600;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-34 {
  font-size: 34px;
}
.f-48 {
  font-size: 48px;
}
/**/

.project-tab .nav-tabs {
  border-bottom: none;
}

.project-tab .nav-tabs > li > a {
  padding-bottom: 9px;
  padding-top: 10px;
  background: #eae2fa;
  color: #6c438e;
  font-size: 13px;
  border-bottom: none;
  font-weight: 600;
}

.project-tab .nav-tabs > li.active > a,
.project-tab .nav-tabs > li.active > a:focus,
.project-tab .nav-tabs > li.active > a:hover {
  border: 1px solid #3e4e68;
  background: #6c438e;
  color: #fff;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.project-tab .tab-content {
  padding: 20px 0;
}

.tableAction {
  display: inline-block;
  padding: 5px 8px;
  background: #f9f9f9;
  color: #6c438e;
  border-radius: 3px;
  margin: 3px;
  border: none;
  white-space: nowrap;
}

.tableAction {
  display: inline-block;
  padding: 5px 8px;
  background: #f9f9f9;
  color: #6c438e;
  border-radius: 3px;
  margin: 3px;
  border: none;
  white-space: nowrap;
}

.tablBtnActn {
  background: white;
  border: 1px solid #6c438e;
  border-radius: 0px;
}

.tablBtnActn.flBtn {
  background: #6c438e;
  color: white;
}

.tableAction:hover {
  color: #f9f9f9;
  background: #6c438e;
}

.tableAction.edit {
}

.btn-success,
.btn-primary,
input[type="button"].btn-success,
input[type="button"] {
  background: var(--primColor) !important;
  border: 1px solid var(--primColor) !important;
  color: #fff !important;
  padding: 12px 20px !important;
  height: auto;
  width: auto;
}

.btn-danger {
  padding: 12px 20px !important;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: #dc7e08;
  border: 1px solid #dc7e08;
  color: #fff;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.btn-outline {
  color: #fff !important;
  border: 1px solid #6c438e !important;
  color: #6c438e !important;
  padding: 12px 20px !important;
  height: auto;
  width: auto;
}

.btn-outline:hover {
  background: #6c438e !important;
  color: #fff !important;
}

.table > thead > tr > th,
.table > tbody > tr > td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  vertical-align: middle;
}

.table > tbody > tr > td {
  vertical-align: top;
}

.table tr th,
.table > thead > tr > th {
  border-right: 1px solid #fff;
  background: #000;
  vertical-align: middle;
  color: #fff;
  width: auto;
  min-width: 40px;
  min-height: 45px;
  font-size: 13px;
  height: 45px;
}

.modal-header {
  color: #67696c;
  font-weight: bold;
  padding-top: 10px;
  line-height: 26px;
  text-align: center;
}

.bid-history .modal-header .close {
  opacity: 1;
  color: #888;
  font-size: 26px;
}
.bid-history .modal-header {
  background: #fafafa;
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 4px 4px 0 0;
}
.bid-history .modal-body,
.modal-content {
  background: #fff;
  border-radius: 4px 4px;
}
.bid-history {
  width: 44%;
}
.bid-history .refer4 .ftn600 {
  font-weight: bold;
}

.bid-history .refer4 {
  border: none;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.bid-history .refer4 tr {
  width: 100%;
  display: block;
  text-align: left;
}
.bid-history .refer4 th,
.bid-history .refer4 td {
  text-align: left;
  width: 32.5%;
}
.bid-history .refer4 th {
  background: none;
  border: none;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
}
.bid-history .refer4 td {
  border: 1px solid #ccc;
}
.bid-history thead {
  display: inline-block;
  width: 100%;
}
.bid-history tbody {
  height: 230px;
  display: inline-block;
  width: 100%;
  overflow: auto;
  background: #fff;
}
.bid-history tbody::-webkit-scrollbar {
  width: 10px;
}
.bid-history tbody::-webkit-scrollbar-track {
  border-radius: 10px;
}
.bid-history tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9b9b9b;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #3e4e68;
}
.side-nav {
  background: transparent;
  overflow-x: hidden;
}

.dashBtnChart.left {
  border-right: 5px solid #f9f9f9;
}

.dashBtnChart.right {
  border-left: 5px solid #f9f9f9;
}

.navbar-inverse {
  background-color: #3e4e68;
  border-color: #3e4e68;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.side-nav li a:hover,
.side-nav li a:focus {
  color: #ffffff;
  background-color: #263040;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.btnWrpr .btn.admrBtn {
  width: auto;
}
.logoimg {
  /* margin-top: -5px; */
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.headerSearch.input-group {
  width: 230px;
  border: 1px solid #9faebb;
  margin: 10px 0 10px 15px;
  display: inline-flex;
  align-items: center;
}

.headerSearch.input-group .material-icons {
  padding: 10px;
}

.headerSearch.input-group input {
  border: none;
  border-radius: 0;
  font-size: 15px;
}

.headerSearch .input-group-addon {
  border: none;
  background: #fff;
  border-radius: 0;
}

.headerSearch.input-group input:focus {
  box-shadow: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #6c438e;
  border-color: #6c438e;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a,
.pagination > li > span {
  color: #3e4e68;
}

.pagination > li > a.ptrans:hover,
.pagination > li > span:hover,
.pagination > li > a.ptrans:focus,
.pagination > li > span:focus,
.pagination > li > span {
  background-color: transparent;
  text-decoration: underline;
}

.breadcrumb {
  /* background: #3E4E68; */
  border-radius: 0;
}
.breadcrumb > .active {
  color: #07001c;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 20px;
}
.login-innerbox {
  border: none;
  background: #fff;
  width: 100%;
  margin: 15px auto;
  max-width: 700px;
  padding: 45px;
  border-radius: 15px;
}
.login-innerbox .input-group {
  height: 50px;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.login-innerbox h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
  padding-right: 10px;
  color: #505050;
}

.login-innerbox .logoimg {
  width: 200px;
  height: auto;
}

.login-innerbox .input-group .form-control {
  height: 55px;
  background-color: #fff !important;
  border-radius: 5px !important;
  border: 1px solid #bfc0c8 !important;
  padding: 15px !important;
  margin: 20px auto;
}

.login-innerbox .loginAct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.login-innerbox .loginAct .btn {
  color: #fff;
  padding: 10px;
  width: 150px;
  height: 55px;
  font-weight: 500;
  border-radius: 5px !important;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
  background-color: var(--primColor);
  border: 1px solid var(--primColor);
  text-transform: uppercase;
}

.login-innerbox .loginAct a {
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
}

.login-innerbox .input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
  padding: 6px 8px;
  font-size: 26px;
  line-height: 0;
  text-align: center;
}
.login-innerbox .input-group .input-group-addon.next {
  padding: 6px 12px;
}
.side-nav .fa {
  margin-right: 6px;
}
.fa-5x {
  font-size: 3em !important;
}
.side-nav > li > ul > li > a {
  padding-left: 30px !important;
}

.breadcrumb li .fa {
  margin-left: 4px;
  margin-right: 6px;
}

table.jCalendar {
  background: #fff;
  border-spacing: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
}
table.jCalendar th {
  background: #fff;
  color: #989898;
  font-weight: normal;
  padding: 10px 10px;
  font-family: "Open Sans" !important;
  font-size: 11px;
}

table.jCalendar td {
  background: #fff;
  color: #5b5d5d;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans" !important;
  font-size: 12px;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
table.jCalendar td.other-month {
  background: #fff;
  color: #dbdbdb;
}
table.jCalendar td.today {
  background: #00b0ff;
  color: #fff;
}
table.jCalendar td.selected {
  background: #00b0ff;
  color: #fff;
}
table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #00b0ff;
  color: #fff;
}
table.jCalendar tr.selectedWeek td {
  background: #00b0ff;
  color: #fff;
}
table.jCalendar td.disabled,
table.jCalendar td.disabled.dp-hover {
  background: #fff;
  color: #dbdbdb;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #fff;
  color: #dbdbdb;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
  position: relative;
  background: #fff;
  font-size: 10px;
  font-family: "Open Sans" !important;
  padding: 2px;
  width: 264px;
  line-height: 1.2em;
  border: 1px solid #d4d4d4;
  padding-top: 15px;
}
div#dp-popup {
  position: absolute;
  z-index: 19999999;
}
div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
  font-weight: bold;
  font-family: "Open Sans" !important;
  padding-bottom: 15px;
}
a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}
a#dp-close:hover {
  text-decoration: underline;
}
div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 13px;
  left: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-prev a {
  float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a,
div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled,
div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}
div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 12px;
  right: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-next a {
  float: right;
}
div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
  opacity: 0.5;
}
div.dp-popup td {
  cursor: pointer;
}
div.dp-popup td.disabled {
  cursor: default;
}
.dp-nav-prev-month {
  display: block;

  height: 19px;
  width: 10px;
  font-size: 11px;
  text-indent: 0px;
  float: left;
  margin-left: 10px;
}
.dp-nav-next-month {
  display: block;

  height: 19px;
  width: 19px;
  font-size: 11px;
  text-indent: 0px;
  float: left;
  margin-right: 5px;
}

.flexshRw label {
  margin-bottom: 0;
  margin-right: 10px;
  color: #575757;
  font-weight: 600;
}

.flexshRw .form-control.limit,
.flexshRw .form-control {
  height: 35px;
  border-radius: 0;
  color: #fff;
  background-color: #6c438e;
  border: 1px solid #6c438e;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 80px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M2 10l5 5 5-5z'/><path d='M0 8h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}

.flexshRw {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  margin: 25px 0;
}
