.calendar-month-days table tbody tr td:nth-of-type(1) {
	color:#000;
	border-left:1px solid #dcdcdc;
	text-align:left;
}
.calendar-month-days table tbody tr:nth-of-type(1) td {
	border-top:1px solid #dcdcdc;
}

.calendar-month-days table tr td {
	vertical-align: top;
	width:14%;
	background: #fff;
}

.calendar-month-days table tr td:hover {
	background: #ddd;
}

.calendar-month-days table tbody tr td {
	border: 1px solid #dcdcdc;
	font-size:12px;
	padding:0!important;
	height: 85px;
	cursor: pointer;

}
.calendar-month-days table tr td span {
	font-size:12px;
	padding:13px 14px 13px 14px;
}
.calendar-month-days table {
	border-collapse: collapse;
}
.calendar-month-days table thead tr td:nth-of-type(1) {
	font-size:12px;
	color:#b4b4b4;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align:left;
}
.calendar-month-days table thead tr td {
	border:none;
	height:auto;
	text-align:left;
	color:#b4b4b4;
	font-size:12px;
	background: #fff;
	padding-left: 14px!important;
}

.calendar-month-days table tr:hover td,
.calendar-month-days table tr:hover
{
	background:initial;
}

.calendar-month-days table tbody tr td.weekend {
	background:#faf9f7;
}
.calendar-month-days table tbody tr td.nextMonth span {
	color:#c5c4c2;
}

.month-rotator a {
	border:2px solid #25acff;
	text-decoration:none;
	color:#25acff;
	border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
	-webkit-border-radius:7px;
	cursor:pointer;
	position:relative;
	font-family:'Roboto', sans-serif;
	font-weight: 700;
	height:26px;
	width:60px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
}
.month-rotator a i {
	font-size: 42px;
	position: absolute;
	line-height: 14px;
	left: 0;
	right: 0;
	text-align: center;
}
.month-rotator {
	text-align: center;
}

.month-rotator a:hover {
	background:#25acff;
	color:#fff;
}
.month-rotator span {
	position:relative;
	font-size:15px;
	font-family:'Roboto', sans-serif;
	font-weight: 500;
	color:#979a9f;
	display:inline-block;
	margin:0 20px;
	min-width:110px;
	vertical-align:middle;
}

.month-rotator span:before {
	display:none;
}

.day-wrap {
	position: relative;
	height: 100%;
}

.campaign-expense {
	bottom: 5px;
	position: absolute;
	right: 5px;
	font-size: 15px;
	font-weight: bold;
}

.campaign-expense-input {
	bottom: 5px;
	position: absolute;
	text-align: center;
}

.campaign-expense-input input {
	padding: 0;
	margin: 0 0 5px 0;
	width: 95%;
}

.calendar-month-name {
	display: none;
}
