.login{
  background: #c7ecee;
}

.login .wrapper.wrapper-login .container-login, 
.login .wrapper.wrapper-login .container-signup{
    padding: 20px 20px;
}

.login-page .login-box .logo {
    margin-bottom: 20px;
}

.login .wrapper.wrapper-login .container-login, 
.login .wrapper.wrapper-login .container-signup{
    background: transparent;
    /* -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03); */
    -moz-box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: none;
    border: 0;
}

.wrapper{
    min-height: 80vh;
}

.login-form{
    background-color: #fff;
    padding: 20px 20px;
}

.login .show-password{
    top: 65%;
}

#swal2-title{
    font-size: 14px;
}
.swal2-icon.swal2-info::before{
  content: ""!important;
}

#search-nav{
    max-width: 600px;
    color: #fff;
}

button.btn.btn-link.btn-primary.btn-lg{
    padding: 0;
}

div.dataTables_wrapper div.dataTables_filter input{
    width: 300px;
    font-size: 12px!important;
}

p.form-control-static{
    padding-top: 7px;
    margin-bottom: 0!important;
}

/* .swal2-icon.swal2-warning::before{
    content: "!"!important;
} */

.btn-link{
    padding: 0;
    padding-left: 10px;
    font-size: 14px;
}

.bootstrap-select>.dropdown-toggle{
    border: 1px solid #ced4da;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text{
    padding: 5px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    top: 10px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #007bff;
    color: #fff;
}

.note-editor.note-frame{
    border:  1px solid #a9a9a9!important;
}

.note-editor.note-frame .note-btn{
    background-color: #e6e6e6 !important;
    color: #000!important;
}

.form-inline{
    padding-top: 0;
    padding-bottom: 5px;
}

.form-inline label{
    display: block;
}

.col-form-label{
    /* padding-top: 0; */
    padding-bottom: 0;
}

.fw-mediumbold{
    font-weight:800!important;
    font-size: 16px;
    text-transform: capitalize;
}

.text-danger, .btn-link.btn-danger{
    background-color: transparent!important;
    color:#dd4b39 !important;
}

.btn-danger{
    background-color: #dd4b39!important;
}

.text-warning, .btn-link.btn-warning{
    background-color: transparent!important;
    color: #f39c12 !important;
}

.btn-warning{
    background-color: #f39c12!important;
}

.text-secondary{
    background-color: transparent!important;
    color: #8c14fc!important;
}

/* .btn-link.btn-secondary{
    background-color: #8c14fc!important;
} */

.text-primary, .btn-link.btn-primary{
    background-color: transparent!important;
    color: #3c8dbc!important;
}

.btn-primary{
    background-color: #3c8dbc!important;
    border-color: #367fa9;
}

.text-success, .btn-link.btn-success{
    background-color: transparent!important;
    color: #00a65a !important;
}
.btn-success {
    background-color: #00a65a!important;
}

.text-info, .btn-link.btn-info{
    background-color: transparent!important;
    color:#00c0ef !important;
}

.btn-info{
    background-color: #00c0ef!important;
}

.btn-border.btn-info{
    background-color: #fff!important;
    color: #00c0ef!important;
    border: 1px solid #36a3f7!important;
}

.text-gray{
    color: #d2d6de !important;
}

.text-navy{
    color: #001F3F !important;
}

.text-maroon{
    color: #D81B60 !important;
}

.text-yellow, .yellow{
    color: #F7CA18!important;
}

.btn-link.btn-yellow{
  color: #F7CA18!important;
}

.timeline-badge.yellow{
  background-color: #F7CA18!important;
}

.sidebar .user{
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
}

.input-group-addon {
    /* padding: 50px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #ccc;
}

.datepicker td, .datepicker th{
    font-size: 12px;
    padding: 10px;
}

input.form-control{
    text-align: left;
}


/* Form Wizard ================================= */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard.vertical > .steps {
  float: left;
  width: 30%; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard.vertical > .content {
  float: left;
  margin: 0 0 0.5em 0;
  width: 70%; }

.wizard.vertical > .actions {
  float: right;
  width: 100%; }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.wizard > .steps .number {
  font-size: 1.429em; }

.wizard > .steps > ul > li {
  width: 25%;
  float: left; }

.wizard > .actions > ul > li {
  float: left; }

.wizard > .steps a {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.wizard > .steps .disabled a {
  background: #eee;
  color: #aaa;
  cursor: default; }
  .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default; }

.wizard > .steps .current a {
  background: #2184be;
  color: #fff;
  cursor: default; }
  .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default; }

.wizard > .steps .done a {
  background: #9dc8e2;
  color: #fff; }
  .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff; }

.wizard > .steps .error a {
  background: #ff3111;
  color: #fff; }
  .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff; }

.wizard > .content {
  border: 1px solid #ddd;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }
  .wizard > .actions > ul > li {
    margin: 0 0.5em; }

.wizard > .actions a {
  background: #009688;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #009688;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.wizard > .actions .disabled a {
  background: #eee;
  color: #aaa; }
  .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa; }

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1; }
    .tabcontrol > .steps > ul > li {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .tabcontrol > .steps > ul > li:hover {
        background: #edecec;
        border: 1px solid #bbb;
        padding: 0; }
      .tabcontrol > .steps > ul > li.current {
        background: #fff;
        border: 1px solid #bbb;
        border-bottom: 0 none;
        padding: 0 0 1px 0;
        margin-top: 0; }
        .tabcontrol > .steps > ul > li.current > a {
          padding: 15px 30px 10px 30px; }
      .tabcontrol > .steps > ul > li > a {
        color: #5f5f5f;
        display: inline-block;
        border: 0 none;
        margin: 0;
        padding: 10px 30px;
        text-decoration: none; }
        .tabcontrol > .steps > ul > li > a:hover {
          text-decoration: none; }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }
  .tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%; }
    .tabcontrol > .content > .body ul {
      list-style: disc !important; }
      .tabcontrol > .content > .body ul > li {
        display: list-item; }

.wizard .content {
  min-height: 245px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow-y: auto; }
  .wizard .content .body {
    padding: 15px; }

.wizard .steps a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .wizard .steps a:active, .wizard .steps a:focus, .wizard .steps a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.wizard .steps .done a {
  background-color: rgba(0, 150, 136, 0.6); }
  .wizard .steps .done a:hover, .wizard .steps .done a:active, .wizard .steps .done a:focus {
    background-color: rgba(0, 150, 136, 0.5); }

.wizard .steps .error a {
  background-color: #F44336 !important; }

.wizard .steps .current a {
  background-color: #1f91f3 !important; }
  .wizard .steps .current a:active, .wizard .steps .current a:focus, .wizard .steps .current a:hover {
    background-color: #1f91f3 !important; }

/* Waves ======================================= */
.waves-effect.waves-red .waves-ripple {
  background: rgba(244, 67, 54, 0.5); }

.waves-effect.waves-pink .waves-ripple {
  background: rgba(233, 30, 99, 0.5); }

.waves-effect.waves-purple .waves-ripple {
  background: rgba(156, 39, 176, 0.5); }

.waves-effect.waves-deep-purple .waves-ripple {
  background: rgba(103, 58, 183, 0.5); }

.waves-effect.waves-indigo .waves-ripple {
  background: rgba(63, 81, 181, 0.5); }

.waves-effect.waves-blue .waves-ripple {
  background: rgba(33, 150, 243, 0.5); }

.waves-effect.waves-light-blue .waves-ripple {
  background: rgba(3, 169, 244, 0.5); }

.waves-effect.waves-cyan .waves-ripple {
  background: rgba(0, 188, 212, 0.5); }

.waves-effect.waves-teal .waves-ripple {
  background: rgba(0, 150, 136, 0.5); }

.waves-effect.waves-green .waves-ripple {
  background: rgba(76, 175, 80, 0.5); }

.waves-effect.waves-light-green .waves-ripple {
  background: rgba(139, 195, 74, 0.5); }

.waves-effect.waves-lime .waves-ripple {
  background: rgba(205, 220, 57, 0.5); }

.waves-effect.waves-yellow .waves-ripple {
  background: rgba(255, 232, 33, 0.5); }

.waves-effect.waves-amber .waves-ripple {
  background: rgba(255, 193, 7, 0.5); }

.waves-effect.waves-orange .waves-ripple {
  background: rgba(255, 152, 0, 0.5); }

.waves-effect.waves-deep-orange .waves-ripple {
  background: rgba(255, 87, 34, 0.5); }

.waves-effect.waves-brown .waves-ripple {
  background: rgba(121, 85, 72, 0.5); }

.waves-effect.waves-grey .waves-ripple {
  background: rgba(158, 158, 158, 0.5); }

.waves-effect.waves-blue-grey .waves-ripple {
  background: rgba(96, 125, 139, 0.5); }

.waves-effect.waves-black .waves-ripple {
  background: rgba(0, 0, 0, 0.5); }

.waves-effect.waves-white .waves-ripple {
  background: rgba(255, 255, 255, 0.5); 
}
#clientList{
    width: 100%;
    border: 1px solid #ccc;
}
#clientList ul > li {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#clientList ul > li:hover {
    background-color: #ccc;
    left: 0;
}

button.btn.btn-link.btn-danger.deleteRow,
button.btn.btn-link.btn-danger.deleteCol {
    font-size: 20px;
}

.tdheader{
  font-weight: 800;
  text-transform: uppercase;
}

.table thead th{
  background-color: #ccc;
}

.dashboard a{
    color: #fff;
}

.dashboard a:hover{
  text-decoration: none;
}

.wrapper{
  height: 60vh;
}

.page-not-found .wrapper.not-found{
  height: 60vh;
  min-width: 80vh;
  background: none;
}

h4.card-title{
  font-size: 1.5rem;
}

h6.card-title{
  font-size: 1rem;
}

button.btn.btn-lg {
  font-size: 20px;
}

td.thead{
  background-color: #ccc;
}

.table td, .table th{
  padding: 0.5rem!important;
}

.table>tfoot>tr>td, .table>tfoot>tr>th{
  padding-top: 0!important;
  padding-top: 0!important;
}

.form-check, .form-group{
  padding: 5px;
}

/******************* Timeline Demo - 8 *****************/
.main-timeline8{overflow:hidden;position:relative}
.main-timeline8:after,.main-timeline8:before{content:"";display:block;width:100%;clear:both}
.main-timeline8:before{content:"";width:3px;height:100%;background:#d6d5d5;position:absolute;top:30px;left:50%}
.main-timeline8 .timeline{width:50%;float:left;padding-right:30px;position:relative}
.main-timeline8 .timeline-icon{width:32px;height:32px;border-radius:50%;background:#fff;border:3px solid #fe6847;position:absolute;top:5.5%;right:-17.5px}
.main-timeline8 .year{display:block;padding:10px;margin:0;font-size:16px;color:#fff;border-radius:0 50px 50px 0;background:#fe6847;text-align:center;position:relative}
.main-timeline8 .year:before{content:"";border-top:35px solid #f59c8b;border-left:35px solid transparent;position:absolute;bottom:-35px;left:0}
.main-timeline8 .timeline-content{padding:30px 20px;margin:0 45px 0 35px;background:#f2f2f2}
.main-timeline8 .title{font-size:14px;font-weight:700;color:#504f54;margin:0 0 10px}
.main-timeline8 .description{font-size:12px;color:#7d7b7b;margin:0}
.main-timeline8 .timeline:nth-child(2n){padding:0 0 0 30px}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .timeline:nth-child(2n) .year{border-radius:50px 0 0 50px;background:#7eda99}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-content{text-align:right;margin:0 35px 0 45px}
.main-timeline8 .timeline:nth-child(2){margin-top:110px!important}
.main-timeline8 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline8 .timeline:nth-child(even){margin-bottom:40px}
.main-timeline8 .timeline:first-child,.main-timeline8 .timeline:last-child:nth-child(even){margin:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{border-color:#7eda99}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-top-color:#92efad}
.main-timeline8 .timeline:nth-child(3n) .timeline-icon{border-color:#8a5ec1}
.main-timeline8 .timeline:nth-child(3n) .year{background:#8a5ec1}
.main-timeline8 .timeline:nth-child(3n) .year:before{border-top-color:#a381cf}
.main-timeline8 .timeline:nth-child(4n) .timeline-icon{border-color:#f98d9c}
.main-timeline8 .timeline:nth-child(4n) .year{background:#f98d9c}
.main-timeline8 .timeline:nth-child(4n) .year:before{border-top-color:#f2aab3}
@media only screen and (max-width:767px){.main-timeline8{overflow:visible}
.main-timeline8:before{top:0;left:0}
.main-timeline8 .timeline:nth-child(2),.main-timeline8 .timeline:nth-child(even),.main-timeline8 .timeline:nth-child(odd){margin:0}
.main-timeline8 .timeline{width:100%;float:none;padding:0 0 0 30px;margin-bottom:20px!important}
.main-timeline8 .timeline:last-child{margin:0!important}
.main-timeline8 .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .year{border-radius:50px 0 0 50px}
.main-timeline8 .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline-content{margin:0 35px 0 45px}
}

.timeline:before{
  content: none;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-lg{
  height: 100%;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
      border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
      border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
      border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
      border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
  }
}

.dropdown-item{
  cursor: pointer;
}

.table{
  background-color: #fff;
}

input.form-control.cal{
  min-width: 200px;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  height: 34px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
  border: 1px solid #ebedf2;
  border-radius: 0;
}

.has-error .select2-selection {
  border-color: #f3545d!important;
  color: #f3545d!important;
}

.btn-border.btn-success{
  background-color: #fff!important;
}

.btnexcel{
  margin-bottom: -50px;
  margin-right: 15px;
}

.no-before-icon::before {
  display: none !important;
}
