
.calendar-cont {
}

#cal {
	margin:0 auto;
	display:table;
	background: #ffffff;
}

#cal table{
	margin-bottom: 0 !important;
}

#cal .header {
	padding: 18px;
	cursor:default;
	background: #626262;
	position:relative;
	text-transform: uppercase;
	margin-bottom: 22px;
}
#cal .header span {
	display:inline-block;
}

#days td{
font-family: 'Raleway', sans-serif !important;
text-transform: uppercase;
font-size: 11px !important;
color: #A2A2A2;
background-color: #F2F2F2;
font-weight: 600 !important;
border-none;
}

#cal table{
background: #fff;
border-collapse: collapse;
width: 100%;
}

#cal td{
font-size: 16px;
color: #555555;
width: 34px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: default;
font-family: monospace;
}

#cal td:nth-child(7n+1){
	border-left: 1px solid #E2E2E4;
}

#cal td:nth-child(n+7){
	border-right: 1px solid #E2E2E4;
}


.curr td {
	border-top: 1px solid #E2E2E4;
	border-bottom: 1px solid #E2E2E4;
}

#cal #day td {
	height:26px;
	line-height:26px;
	text-transform:uppercase;
	color:#9e9e9e;
}

#cal-frame{
position: relative;
padding-bottom: 20px;
min-height: 170px;
}

#cal #cal-frame td.today{
	position: relative;
}

#cal #cal-frame td.today:after{
    font-family: 'FontAwesome';
    content: "\f111";
    font-size: 25px;
    color: #C2ECFF;
    position: absolute;
    top: 1px;
    right: 16px;
    opacity: 0.5;
}

#cal #cal-frame td:not(.nil):hover {
background: #f2f2f2;
}
#cal #cal-frame td span {
	font-size:80%;
	position:relative;
}
#cal #cal-frame td span:first-child {
	bottom:5px;
}

#cal #cal-frame td span:last-child {
	top:5px;
}

#cal #cal-frame table.temp {
	display: none;
} 

#cal #cal-frame table.curr{
}

#cal .header .month-year{
color: #fff;
text-align: right;
margin: 0;
}

#cal .header h6{
font-size: 14px;
font-weight: 500;
background: #555555;
color: #ffffff;
padding: 18px;
text-align: center;
margin: 0;
}

span#month{
font-size: 21px;
width: 100%;
margin: 0;
color: #343C3F;
}

span#year{
font-size: 21px;
color: #343C3F;
}

.cal-btm-arw.cal-nxt, .cal-btm-arw.cal-pre{
	cursor: pointer;
	color: #adadad;
	font-size: 20px;
}

.cal-nxt:hover, .cal-pre:hover{
	color: #000000;
	text-decoration: none;
}


.cal-btm-arw.cal-nxt{
}

.cal-btm-arw.cal-pre{
}

.clndr-vr .flex-viewport { height: 100px !important;}
.clndr-vr  ul.slides{
	width: 100px;
}

#cal .header1 {
	background-color: #343C3F;
	color: #fff;
	text-align: center;
	height: 30px;
	margin-bottom: 10px;
	font-family: monospace;
	font-size: 20px;
}

#cal .header2 {
	background-color: #E6E7E9;
	border: 1px solid #E2E2E4;
}

#cal .setaEsquerda {
	width: 10%;
	float: left;
	line-height: 10px;
	text-align: center;
	margin-top: 5px;
}

#cal .cabecalhoCentral {
	width: 80%;
	float: left;
	text-align: center;
}

#cal .setaDireita {
	width: 10%;
	float: left;
	text-align: center;
	line-height: 10px;
	margin-top: 5px;
}

.arrow-down {
        width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #343C3F;
    position: relative;
    top: 30px;
    left: 170px;
}