#cld-background {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	position: fixed;
	overflow-y: auto;
	background-color: tranparent;
	font-family: Roboto, sans-serif;
	
	transition: all 100ms;
	-webkit-transition: all 100ms;
}

#cld-background.show {
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.2);
}

#cld-modal {
	top: -50%;
	left: 50%;
	opacity: 0;
	position: absolute;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
	
	transition: all 500ms;
	-webkit-transition: all 500ms;
	
    -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.2);
}

#cld-modal.clock {
	width: 240px;
}

#cld-modal.calendar {
	width: 500px;
}

#cld-modal.calendar.clock {
	width: 740px;
}

#cld-modal * {
	text-shadow: none;
}

#cld-background.show > #cld-modal {
	top: 50%;
	opacity: 1;
	margin-top: 0;
}

#cld-show {
	top: 0px;
	left: 0px;
	clear: both;
	width: 250px;
	height: 100%;
	display: none;
	position: absolute;
}

.calendar #cld-show {
	display: block;
}

#cld-show:not([class*="background-"]) {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
}

#cld-show > #cld-week {
	height: 32px;
	font-size: 13px;
	font-weight: 100;
	line-height: 32px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
}

#cld-show > #cld-show-center {
	top: 50%;
	width: 100%;
	position: absolute;
	transform: translate(0px, -50%);
}

#cld-show > #cld-show-center > #cld-month,
#cld-show > #cld-show-center > #cld-year,
#cld-show > #cld-show-center > #cld-day {
	font-weight: 100;
	text-align: center;
}

#cld-show > #cld-show-center > #cld-month,
#cld-show > #cld-show-center > #cld-year
	{
	height: 30px;
	opacity: 0.955;
	font-size: 26px;
	line-height: 10px;
}

#cld-show > #cld-show-center > #cld-year {
	opacity: 0.7;
	line-height: 50px;
}

#cld-show > #cld-show-center > #cld-day {
	height: 80px;
	font-size: 76px;
	line-height: 80px;
}

#cld-calendar {
    float: right;
	width: 238px;
	display: none;
    margin: 0px 6px;
}

.calendar #cld-calendar {
	display: block;
}

#cld-calendar > #cld-nav {
	margin: 0 -6px;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#cld-calendar > #cld-nav #cld-nav-now {
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#cld-calendar > #cld-nav #cld-nav-now:not([class*="background-"]) {
    color: #999999;
}

#cld-calendar > #cld-nav > #cld-nav-back,
#cld-calendar > #cld-nav > #cld-nav-next,
#cld-calendar > #cld-nav > #cld-nav-year-back,
#cld-calendar > #cld-nav > #cld-nav-year-next {
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
	color: #333333;
	font-size: 24px;
	position: absolute;
}

#cld-calendar > #cld-nav > #cld-nav-year-back,
#cld-calendar > #cld-nav > #cld-nav-year-next {
	display: none;
}

#cld-calendar > #cld-nav > #cld-nav-next,
#cld-calendar > #cld-nav > #cld-nav-year-next {
	left: auto;
	right: 0px;
}

#cld-calendar > #cld-nav.year > #cld-nav-year-back,
#cld-calendar > #cld-nav.year > #cld-nav-year-next {
	display: block;
}

#cld-calendar > #cld-nav.year > #cld-nav-back {
	left: 32px;
}

#cld-calendar > #cld-nav.year > #cld-nav-next {
	right: 32px;
}

#cld-calendar > #cld-table {
	padding: 2px 0;
}

#cld-calendar table {
	font-size: 12px;
	font-weight: 500;
	border-collapse: collapse;
}

#cld-calendar table th,
#cld-calendar table td {
	width: 32px;
	height: 32px;
	color: #999999;
	text-align: center;
	line-height: 32px;
	cursor: default;
}

#cld-calendar table td > a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	text-decoration: none;
}

#cld-calendar table td > a:not([class*="background-"]) {
	color: #444444;
}

#cld-calendar table td > a:not([class*="background-"]):hover {
	color: #ffffff;
}

#cld-calendar table td > a::before {
	top: 16px;
	left: 16px;
	z-index: -1;
	width: 0px;
	height: 0px;
	content: ' ';
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: transparent;
	
	transition: all 250ms;
	-webkit-transition: all 250ms;
}

#cld-calendar table td > a:hover::before,
#cld-calendar table td > a.cld-active::before {
	top: 2px;
	left: 2px;
	width: 28px;
	height: 28px;
}

#cld-calendar table td > a:not([class*="background-"]).cld-now {
	color: #ffffff;
}

#cld-calendar table td > a:not([class*="background-"]).cld-now::before {
	top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
	background-color: rgba(0, 0, 0, 0.2);
}

#cld-calendar table td > a:not([class*="background-"]):hover::before,
#cld-calendar table td > a:not([class*="background-"]).cld-active::before {
	background-color: rgba(0, 0, 0, 0.3);
}

#cld-calendar table td > a.cld-active:not([class*="background-"]) {
	color: #ffffff;
}

#cld-calendar table td > a:not([class*="background-"]).cld-active::before {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

#cld-actions {
	width: 100%;
	clear: both;
	padding: 8px;
	display: none;
	text-align: right;
    position: relative;
    box-sizing: border-box;
	background-color: #ffffff;
}

#cld-clock {
	float: right;
    display: none;
}

#cld-clock:not([class*="background-"]) {
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.clock #cld-clock {
    display: block;
}

#cld-clock > #cld-bg {
	top: 32px;
	right: 0px;
	bottom: 0px;
	width: 240px;
	position: absolute;
}

#cld-clock > #cld-digital {
	padding: 5px;
    font-size: 19px;
    font-weight: 100;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

#cld-clock > #cld-digital > a {
    text-decoration: none;
    opacity: 0.7;
}

#cld-clock:not([class*="background-"]) > #cld-digital,
#cld-clock:not([class*="background-"]) > #cld-digital > a {
    color: #ffffff;
}

#cld-clock > #cld-digital > a.active {
	opacity: 1;
}

#cld-clock > #cld-analogic {
    width: 240px;
    height: 240px;
    position: relative;
}

#cld-clock > #cld-analogic > a {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    border-radius: 15px;
    text-decoration: none;
	
	transition: all 200ms;
	-webkit-transition: all 200ms;
}

#cld-clock > #cld-analogic > a::before {
	top: 16px;
	left: 16px;
	width: 0px;
	height: 0px;
	content: ' ';
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	
	transition: all 250ms;
	-webkit-transition: all 250ms;
}

#cld-clock > #cld-analogic > a:hover::before {
	top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
}

#cld-clock > #cld-analogic > a:not([class*="active"]) {
    color: inherit;
	background-color: transparent;
}

#cld-clock:not([class*="background-"]) >  #cld-analogic > a.active {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.3);
}

#cld-clock > #cld-analogic > a#cld-am,
#cld-clock > #cld-analogic > a#cld-pm {
    top: auto;
    bottom: 10px;
    position: absolute;
}

#cld-clock > #cld-analogic > a#cld-am {
    left: 10px;
}

#cld-clock > #cld-analogic > a#cld-pm {
    left: auto;
    right: 10px;
}

#cld-clock > #cld-analogic > .cld-ponter {
    top: 50%;
    left: 50%;
    height: 2px;
    width: 160px;
    position: absolute;
    background-color: transparent;
    transform: translate(-50%, -50%);
	
	transition: all 100ms;
	-webkit-transition: all 100ms;
}

#cld-clock > #cld-analogic > .cld-ponter::before {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}

#cld-clock > #cld-analogic > .cld-ponter:not([class*="background-"])::before {
    background-color: rgba(0, 0, 0, 0.3);
}

#cld-clock > #cld-analogic > .cld-ponter::after {
    height: 100%;
    content: ' ';
    display: block;
    position: relative;
    left: calc(50% + 4px);
    width: calc(50% - 4px);
}

#cld-clock > #cld-analogic > .cld-ponter:not([class*="background-"])::after {
    background-color: rgba(0, 0, 0, 0.3);
}