body.signin{
  background-image: url("../images/bg-login.svg")!important;/* The image used */
  background-position: center -100px; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  padding-top:0px !important;
}

#backdrop {
  height: 100%; /* 100% Full-height */
  width: 100%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1071; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #dadee6; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  /* transition: 0.5s;  */
  /* 0.5 second transition effect to slide in the sidenav */
  /* opacity: 0; */
  /* background-image: url("../images/bg-menu2.png");
  background-repeat: repeat; */

}

.bg-play{
  background-color: #dadee6 !important;
}

.bg-primary {

  background-color: #9F5DCC !important;

}

 /* The side navigation menu */
 .sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1072; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ed0226; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.1rem;
  color: #fff;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav #sidenav_close_btn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

.navbar-light .navbar-toggler {

  color:#333;
  border-color: rgba(0,0,0,0);
  padding: 0;
  position: absolute;

}

.navbar-brand {

  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  /* margin-right: auto; */
  /* margin-left: auto; */
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-left:50px;

}

.navbar-light .navbar-toggler-icon {

  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}



.bg-light {
  /* background-image: url("../images/bg-menubar.png");
  background-repeat: repeat-x;
  background-color: #fe2a30 !important;
  background-position: bottom; */
  background-color: #ed0226 !important;
  margin-bottom: 20px;
  /* border-bottom: solid 1px #ddd; */

}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  line-height: none;
  background-color: #fff;
  /* background-color: #ed0226 !important; */
  /* background-image: url("../images/footer-bg.png");
  background-repeat: repeat-x;
  background-position: top; */
  color: #ed1b24;
  padding-top:0px;
  flex-shrink: none;
  margin-top:20px;
  
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153,153,153,.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(153,153,153,.25);
  box-shadow: 0px 0px 10px 0px rgba(153,153,153,.25);
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.navbar-light .navbar-brand {

  color: #fff;

}

.main-content{
  padding-top:20px;
}

.btn-warning{
  background-color: #FEDB67;
  border-radius:30px;
  color:#111;
  padding:10px;
  border-color: #FEDB67;
}

.btn-warning.disabled, .btn-warning:disabled{

  background-color: #FEDB67;
  border-color: #FEDB67;
  color:#333;

}

.btn-secondary{
  border-radius:30px;
  padding:10px;
}


.btn-primary{
  background-color: #fe213f !important;
  color:#fff;
  padding:10px;
  border-color: #fe213f !important;
  border-radius:30px;
}


.btn-primary:hover, .btn-primary-lg:hover{
  background-color: #ee1e3a !important;
  border-color: #ee1e3a !important;
  color:#fff !important;
}


.btn-primary-lg{
  background-color: #fe213f;
  color:#fff;
  padding:10px 50px;
  font-size: 1.25rem;
  min-width: 250px;
  border-radius:30px;
  border-color:#fe213f;
}

.btn-warning-lg:hover{
  background-color:rgb(211, 106, 50);
  color:#fff;
}


.card-home-status{
  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border:none!important;
}

.card-home{
  background: #f9e4e5;

  /* Drop Shadow */
  /* box-shadow: 0px 4px 75px rgba(155, 155, 155, 0.05); */
  border-radius: 13px;
  border:none !Important;
  padding-top:10px;
  padding-bottom:10px;
}

.card-home img{
  height: 55px !important;

}

.card-body-home{
 padding: 0px;
}

a, a:active, a:focus { 
  outline: none; 
 }

 .card h5{
  color:#2C4676;
  padding-top:15px;
  padding-bottom:5px;
  font-size: 1rem;
 }
.btn-full-rounded{
  border-radius:20px;
}




/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

} 

img.menu {
  height: 42px;
  padding-top: 13px;
  padding-bottom: 5px;
}

img.menu.inactive, .menu-text.inactive {
  opacity: 0.2;
  filter: grayscale(100%);
}

