body {
  margin: 0px;
  padding: 0px;
}

.material-icons {
  vertical-align: middle;
}

.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEE;  
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#login-page {
  width: 90%;
  margin: 10px auto;
}

.margin {
  margin: 0 !important;
}

#sidenav-overlay {
  z-index: 99;
}

nav a {
  text-transform: uppercase;
}

.brand-logo {
  padding-top: 5px !important;
}

marquee {
  color: #FFF;
  padding-top: 7px;
}

h3 {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 10px 0px;
  text-transform: uppercase;
  color: #F00;
}

/* countdown styles */

div#countdown{color: #353535;}

div#countdown p{
  width: 100%;
  text-align: center;
}

p.numbers{
  width: 100%;
  background: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

p.strings{
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #FF5722;
  color: #FFFFFF;
}

div.cd-box{
  background: #FFFFFF;
  border: 1px solid #ffefea;
  -webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
}

.borrad10 h5 {
  padding: 5px 0;
  text-shadow: 0px 2px 1px #1F4D8B;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
}

.card-action a {
  color: #fde0bc !important;
}

.borrad10 {
  border-radius: 10px;
  background: url('http://customers.deejos.co.in/frontend/images/wc.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.input-field.col .dropdown-content [type="checkbox"]+label {
    top: -10px;
}


.scroll {
    width: auto;
    max-height: 240px;
    overflow: scroll;
    overflow-x: hidden;
}

.scroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
  width: 7px;
  background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #439ac1;
}
    
.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}
.event-list > li {
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 10px;
    position: relative;
    display: block;
    width: 100%;
    min-height: 65px;
}
.event-list > li > time {
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 65px;
    height: 65px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
}
.event-list > li > time > .day {
    display: block;
    font-size: 14pt;
    font-weight: 100;
    line-height: 25px;
}
.event-list > li time > .month {
    display: block;
    font-size: 12pt;
    font-weight: 700;
    line-height: 20px;
}
.event-list > li > img {
    display: inline-block;
    float: left;
    width: 65px;
    height: 65px;
    padding: 0px;
    margin: 0px;
}
.event-list > li > .info {
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding-right: 10px;
}
.event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0 0 10px;
}
.event-list > li > .info > .desc {
    font-size: 13px;
    margin: 0px;
    padding: 0px 0 0 10px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.event-list > li > .social > ul {
    margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.event-list > li > .info > ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}


.payment, .downloads, .imptdates, .feedback {
  padding: 0px 10px 5px;
}

.payment h6, .downloads h6, .feedback h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #f3580e;
}

.paymentlist {
    list-style: none;
    line-height: 30px;
    font-size: 14px;
    margin: 0 0 0 20px;
}

.paymentlist li {
    border-bottom: 1px solid #CCC;
    padding: 5px 0;
}

.paymentlist span {
    color: #337ab7;
    font-weight: bold;
    font-size: 14px;
}

.downloadlist {
    list-style: none;
    line-height: 30px;
    margin: 0 0 0 20px;
}

.paymentlist .material-icons, .downloadlist .material-icons {
  font-size: 20px;
}

.impdates {
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px dashed #CCC;
}

.datebox {
  border: 1px solid #093a03;
  border-radius: 5px;
  width: 70px;
  text-align: center;
  margin-right: 10px;
  float: left;
}

.datebox .day {
  background: #093a03;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  line-height: 25px;
  width: 68px;
}

.datebox .month {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  width: 70px;
}

.datebox .year {
  width: 70px;
}

.impdates .desc {
  font-size: 13px;
  padding-top: 5%;
}

.padbot {
  padding-bottom: 10px;
}

.opc i {
  color: #0e6aab;
}

#rcb h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #f3580e;
}

.input-field .prefix {
    padding-top: 10px;
    color: #0e688e;
}

.errorMessage {
  text-align: center;
  color: #F00;
}