	 .blue-color {
    background: #006838 !important;
    color: #fff;
}
	 ul.clnder_list li {
    list-style: none;
    width: 19%;
    display: inline-block;
    background: #F1F1F1;
    padding: 9px 0;
    margin: 5px 0;
	border-radius: 5px;
	    text-align: center;	
}
			div#table-header {
    font-size: 16px;
}
		.sidebar-title h5 {
    text-align: left;
    color: #172331;
    letter-spacing: -0.4px;
    font-size: 1.6rem;
    font-weight: 800;
	padding-top: 15px;
}
	.calendar-header i {
    background: #01884a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
	text-align: center;
}
.calendar-header a {
    background: #01884a;
    border-radius: 50%;
	color:#fff;
}
.blue.lighten-3 {
       color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.calendar-wrapper {
    /*background: #f5f5f5;
    border-radius: 34px 34px 0 0;
	    border: 1px solid #ddd;*/
}
.calendar-header { 
   padding:15px;
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   position: relative;
}

.header-title {
 
}


.calendar-content {
   
   padding: 20px;
   padding-left: 6%;
   padding-right: 6%;
   overflow: hidden;
}

.event-mark {
   width: 5px;
   height: 5px;
   background-color: teal;
   border-radius: 100px;
   position: absolute;
   left: 46%;
   top: 70%;
}

h5#eventDayName {
    display: none;
}
.day-mark {
   width: 7px;
   height: 7px;
   background-color: #b39ddb;
   border-radius: 100px;
   position: absolute;
   left: 47%;
   top: 67%;
}



#table-body .col:hover {
   cursor: pointer;
   /*border: 1px solid grey;*/
 
}

.empty-day:hover {
   cursor: default !important;
   background-color: #fff !important;
}

#table-body .row .col {
   padding: .75rem;
}

#table-body .col {
   border: 1px solid transparent;
}

#table-body {}

#table-body .row {
   margin-bottom: 0;
}

#table-body .col {
   padding-top: 1.3rem !important;
   padding-bottom: 1.3rem !important;
   font-size: 16px;
}

#calendar-table {
   text-align: center;
}

.prev-button {
   position: absolute;
   cursor: pointer;
   right: 9%;
   top: 0%;
}

.prev-button i {
   font-size: 1.6rem;
}

.next-button {
   position: absolute;
   cursor: pointer;
   right: 4%;
   top: 0%;
  
}

h3#month-name {
    margin: 0;
    color: #000;
    font-size: 20px;
    text-align: center;
}
.next-button i {
   font-size: 1.6rem;
}

.addEvent {
   box-shadow: 0 5px 15px rgb(57, 168, 228);
   background-color: #39a8e4;
   padding: 10px;
   padding-left: 3em;
   padding-right: 3em;
   cursor: pointer;
   border-radius: 25px;
   color: #fff !important;
   background-image: linear-gradient(135deg, #8d8dd4, #45ced4);
}
h5#todayDayName {
    display: none;
}
.addEvent:hover {
   transition: box-shadow 0.5s;
   box-shadow: 0 4px 25px rgb(57, 168, 228);
}


.sidebar-title h4 {
    margin: 0;
}
.mobile-header {
   padding: 0;
   display: none;
   padding-top: 20px;
   padding-bottom: 20px;
   position: fixed;
   z-index: 99;
   width: 100%;
   background-color: #5a649c !important;
}

.mobile-header a i {
   color: #fff;
   font-size: 38px;
}

.mobile-header h4 {
   color: #fff;
}

.mobile-header .row {
   margin-bottom: 0;
}

.mobile-header h4 {
   margin: 0;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
}

@media (max-width:992px) {
   .content-wrapper {
      margin-left: 0;
   }
   .mobile-header {
      display: block;
   }
   .calendar-wrapper {
      margin-top: 80px;
   }
   .sidebar-wrapper {
      background-color: #EEEEEE !important;
   }
   .sidebar-title {
      background-color: #5A649C !important;
   }
   .empty-message {
      color: black;
   }
}

@media (max-width:767px) {
.calendar-wrapper	.prev-button {
    position: absolute;
    cursor: pointer;
    right: 17%;
    top: 0%;
}
   .content-wrapper .container {
      width: auto;
   }
   .calendar-content {
      padding-left: 5%;
      padding-right: 5%;
   }
   body .row {
      margin-bottom: 0;
   }
}

@media (max-width:450px) {
   .content-wrapper {
      padding-left: 0;
      padding-right: 0;
   }
   .content-wrapper .container {
      padding-left: 0;
      padding-right: 0;
   }
}
.row:nth-child(4) .col:nth-child(4) {
    background: url(../img/Dots.png)no-repeat;
	background-position: bottom center;
}
.lighten-3:after {
    background: #01884a;
    content: "";
    width: 50px;
    height: 48px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 5px;
}
div#table-header {
    color: #A3A9AF;
    padding: 10px 0;

}
.header-text {
    margin: auto;
    font-family: 'Gilroy';
    font-weight: 500;
}