body {
  /* font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; */
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
.login-page, .register-page {
  background-image: url('../login-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  z-index: 1;
}
.login-box, .register-box {
  width: 360px;
  /* margin: 10% auto; */
  align-items: center;
}
.login-box-body, .register-box-body {
  border-radius: 15px;
}
.login-logo a, .register-logo a {
  color: #ffffff;
}
.login-logo, .register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
  /* text-shadow: 0px 3px #00ffd5; */
}
.bg-midnight-bloom {
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
  color: white;
}
.bg-night-fade {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%) !important;
  color: white;
}
.bg-arielle-smile {
  background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
  color: white;
}
.bg-premium-dark {
  background-image: linear-gradient(to right, #434343 0%, black 100%) !important;
  color: white;
}
.bg-light-gray{
  background-color: #ececec;
}
.skin-blue .main-header .navbar {
  background: linear-gradient(88deg, #13b4ca, #18cabe);
}
.skin-blue .main-header .logo {
  background: linear-gradient(88deg, #18cabe, #13b4ca);
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #3c8dbc;
  background: linear-gradient(88deg, #13b4ca, #18cabe);
}
.skin-blue .main-header li.user-header {
  /* background-color: #3c8dbc; */
  background: linear-gradient(88deg, #13b4ca, #18cabe);
}
.p-20{
  padding: 20px;
}
.p-40{
  padding: 40px;
}
.p-60{
  padding: 60px;
}
.p-80{
  padding: 80px;
}
.p-100{
  padding: 100px;
}
.m-20{
  margin: 20px;
}
.m-l-20{
  margin-left: 20px;
}
.m-r-20{
  margin-right: 20px;
}
.m-t-25{
  margin-top: 25px;
}
.m-40{
  margin: 40px;
}
.m-60{
  margin: 60px;
}
.m-80{
  margin: 80px;
}
.m-100{
  margin: 100px;
}
.width-10{
  width: 10% !important; 
}
.width-15{
  width: 15% !important; 
}
.width-20{
  width: 20% !important; 
}
/* Loader */
.preloader{
  width:100%;
  height:100%;
  top:0px;
  position:fixed;
  z-index:99999;
  background:#fff
}
.lds-ripple{
  display:inline-block;
  position:relative;
  width:64px;
  height:64px;
  position:absolute;
  top:calc(50% - 3.5px);
  left:calc(50% - 3.5px)
}
.lds-ripple .lds-pos{
  position:absolute;
  border:2px solid #2962FF;
  opacity:1;
  border-radius:50%;
  -webkit-animation:lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
  animation:lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite
}
.lds-ripple .lds-pos:nth-child(2){
  -webkit-animation-delay:-0.5s;
  animation-delay:-0.5s
}
@-webkit-keyframes lds-ripple{
  0%{
    top:28px;
    left:28px;
    width:0;
    height:0;
    opacity:0
  }
  5%{
    top:28px;
    left:28px;
    width:0;
    height:0;
    opacity:1
  }
  to{
    top:-1px;
    left:-1px;
    width:58px;
    height:58px;
    opacity:0
  }
}
@keyframes lds-ripple{
  0%{
    top:28px;
    left:28px;
    width:0;
    height:0;
    opacity:0
  }
  5%{
    top:28px;
    left:28px;
    width:0;
    height:0;
    opacity:1
  }
  to{
    top:-1px;
    left:-1px;
    width:58px;
    height:58px;
    opacity:0
  }
}
.text-center{
  text-align: center;
}

/* callout Start  */
.callout
{
  padding: 5px !important;
}
.callout a {
  text-decoration: none;
}

.callout-Purple{
  border-color: #555299;
  border-color: #343077;
  background-color: #605ca8;
}
.callout-Teal{
  border-color:#30bbbb;
  background-color: #39cccc;
}
/* callout End  */




.content-header>.breadcrumb {
  margin-top: 50px !important;
}

.content-header {
  padding: 65px 0 1px 15px;
  margin: 0 0 -15px 0;
}


.tab-responsive{
  overflow-x: inherit !important;
}

@media screen and (max-width: 767px) {
  .content-header>.breadcrumb {
    margin-top: 10px !important;
  }
  
  .content-header {
    padding: 120px 0 1px 15px;
    margin: 0 0 -15px 0;
  }
  
}

@media screen and (max-width: 991px){
  .main-header .navbar-custom-menu a, .main-header .navbar-right a {
      background: #d43f3a;
  }
}

@media screen and (max-width: 767px){
  .dashboard_content{
    padding-top: 120px !important;
  }
}


.dashboard_content{
  padding-top: 65px;
}

.content{
  min-height: 84vh;
}

@media screen and (max-width: 1024px){
  .content{
    min-height: 89vh;
  } 
}

.report_box_content{
  width: 200px;
  padding-bottom: 10px !important;
  padding-top: 5px !important;
  margin: 0px;
}

/* .callout{
  margin: 0px;
} */