/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 *{
  box-sizing: border-box;
 }
 @-ms-viewport {
    width: device-width;
  }
  @-o-viewport {
    width: device-width;
  }
  @viewport {
    width: device-width;
  }

  /*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background: #faf8ff;
  }
  
  
  /*
   * Global add-ons
   */
   a {
      color: #0087c1;
      text-decoration: none;
  }
  .sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .help-block{
    color:maroon;
  }
  
  /*
   * Top navigation
   * Hide default border to remove 1px line.
   */
  .navbar-fixed-top {
    border: 0;
    background-color: #fff;
  }
  .navbar-header{
    position:fixed;
  }
  
  /*
   * Sidebar
   */
  
  /* Hide for mobile, show later */
  .sidebar {
    display: none;
  }
  .sidebar .sub-menu li{
    margin-left: 30px;
    display: block;
    width: 100%;
  }
  .sidebar .sub-menu li .nav-link{
    color:#0174b3;
    width: 100%;
  }
  .logo{
    padding:23px 20px;
  }
  .breadcrumb{
    background: none;
    padding: 0px;
  }

  .form-control{
    background: hsl(200deg 52.94% 96.67%);
  }
  .main > div{
    box-shadow:-3px 4px 10px 0px #d5d5d5;
    padding: 2%;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
  }
  .charts .main > div{
    min-height: 440px;
    margin-bottom: 20px;
  }
  label{
    color: #0174b3;
  }
  h1{
    font-size: 1.3em;
    font-weight: bold;
  }
  @media (min-width: 768px) {
    .sidebar {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 1000;
      display: block;
      padding: 20px;
      padding-top:0px;
      overflow-x: hidden;
      overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
      background-color: #fff;
      border-right: 1px solid #eee;
      box-shadow: 2px 0px 8px #e4e4e4;
    }
  }
  
  /* Sidebar navigation */
  .nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-left: -20px;
  }
  .nav-sidebar > li{
    padding-bottom: 10px;
    width:100%;
  }
  .nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.2em;
    color: #0174b3;
    text-decoration: none;
  }

  .nav-sidebar > .active > a,
  .nav-sidebar > .active > a:hover,
  .nav-sidebar > .active > a:focus {

  }
  .nav > li > a:hover{

  }
  .nav > li > a:focus{
    background: #fff;
  }
  .nav > li:hover{
  }
  /*
   * Main content
   */
  
  .main {
    background:#faf8ff;
  }

.main form .w-100, .main form .form-buttons{
  width: 100%;
}
.main form .form-group{
  min-width: 175px;
}
.add-new{
  float: right;
  margin-bottom: 10px;
}
.kv-date-picker::before{
  font-family: bootstrap-icons;
  content:"\F214";
}
.kv-date-remove::before{
  font-family: bootstrap-icons;
  content:"\F62A";
}
.add-new::before{
  font-family: bootstrap-icons;
  content: "\F4A7";
  padding:5px;
}
.action-column{
  min-width: 100px;
}
.grid-view table tr td:last-child a{
  padding: 4px;
  background: #dedede;
  border-radius: 5px;
}
.btn-delete::before{
  font-family: bootstrap-icons;
  content: "\F4A5";
  padding:5px;
}
.btn-update::before{
  font-family: bootstrap-icons;
  content: "\F4CA";
  padding:5px;
}
.btn-delete, .btn-update{
  float: right;
  margin: 10px;
}
.form-heading{
  color: #fff;
  font-size: 1.4em;
  margin: 1em 0px;
  background: #0087c1;
  padding: .2em 1em;
  box-shadow: -3px 3px 9px #aeaeae;
}
  @media (min-width: 768px) {
    .main {

    }
    .main form .form-group{
      min-width: 30%;
    }
  }

  .chart{
    min-height: 400px;
  }
  /*
   * Placeholder dashboard ideas
   */
  
  .placeholders {
    margin-bottom: 30px;
    text-align: center;
  }
  .placeholders h4 {
    margin-bottom: 0;
  }
  .placeholder {
    margin-bottom: 20px;
  }
  .placeholder img {
    display: inline-block;
    border-radius: 50%;
  }

@media (min-width: 768px) {
    .col-md-2half {
        width: 20%;
    }
    .col-md-offset-2half{
      margin-left:22%;
    }
    .col-md-10half{
      width:77%;
    }
}

.side-icon{
  color:#0087c1;
  margin-right: 8px;
}

.select2-container--krajee-bs5 .select2-selection--single{
  line-height: 1em;
}
/* stepper */
.stepper{
  position: relative;
}
.stepper .form-group{
  min-width: 30%;
}
.stepper .big-button{
  background: #0087c1;
  border: solid 1px #eee;
  padding: 1em;
  border-radius: 10px;
  color: #fff;
}
.stepper .hide{
  display: none;
}
.stepper fieldset{
  display: none;
  flex-wrap: wrap;
  gap: 20px;
}
.stepper fieldset.active{
  display: initial;
  
}
.stepper fieldset input[type="checkbox"] {
  margin-top: 2em !important;
}
#progressbar .active {
  color: #0087c1;
  display: block;
}

#progressbar #one:before {
  font-family: bootstrap-icons;
  content: "\f17c";
}

#progressbar #two:before {
  font-family: bootstrap-icons;
  content: "\F646"
}

#progressbar #three:before {
  font-family: bootstrap-icons;
  content: "\F444"
}

#progressbar #four:before {
  font-family:  bootstrap-icons;
  content: "\F454"
}
#progressbar #five:before {
  font-family:  bootstrap-icons;
  content: "\F4D3"
}
#progressbar #six:before {
  font-family:  bootstrap-icons;
  content: "\F675"
}
#progressbar #seven:before {
  font-family:  bootstrap-icons;
  content: "\F4D4"
}

#progressbar .error{
  color:red;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #0087c1
}

.progress {
  height: 1rem;
}

.progress-bar {
  background-color: #0087c1
}

.border-box{
  border: solid 1px #0087c1;
  padding: 1em;
  border-radius: 10px;
}
.fund-details{
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 10px;
}
#parent-table thead th,#child-table thead th{
  vertical-align: middle;
  text-align: center;
}
#parent-table .table-input,#child-table .table-input{
  min-width: 130px;
}
.main .table-bordered > :not(caption) > * > *{
  padding: 3px !important;
}
.pagination{
 gap:5px; 
}
.pagination li{
  border:solid 1px #ccc;
}
.pagination li a,.pagination li span{
  padding: 8px;
}
.table > thead {
  vertical-align: middle;
  text-align: center;
}