/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 .btn, .btn-large {
   margin-top: 10px;
   background-color: #2B1E54 !important;
   font-size: 13px;
 }

 .right{
   float: right;
 }

 .text-center{
   text-align: center;
 }

.splash {
  margin-top: 30px;
  margin-bottom: 30px;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.dj_bg {
  background: #2B1E54;
}

.brand-logo {
  margin-top: 10px;
  margin-left: 10px;
}

.mt-0{
  margin-top: 0;
}

.mt-300 {
  margin-top: 200px;
}

.mt-100{
  margin-top: 100px;
}

.btn_out{
 background: transparent !important;
 border: 1px solid #fff;
 margin-top: 30px;
}

#text-modal{
  font-size:23px;
  text-align: center;
}
#title-modal{

  text-align: center;
  color: #2B1E54;
}

#syncIcon{
  margin-top: 15px;
  font-size: 28px;
  color: white;
}

#desac{
  margin-bottom: 18px
}

hr{
  border: 1px solid #5C7985;
}

.pincode {
  width: 100%;
    height: 60px;
    font-size: 28px;
    text-align: center;
    }

 .body_height {
   top: 0;
   position: absolute;
   height: 100%;
   width: 100% !important;
   background: #f5f5f5;
 }
form p {
  display: inline;
  }
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  padding-left: 20px;
  margin-right: 10px;
  }

 .paggination_button :hover{
   background-color: #2B1E54;
   color:white;
 }

 .color-white{
   color: #fff;
 }

 .logout-button{
   margin-right:1em;
   cursor: pointer;
 }
