@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* {
	-webkit-transition: all .2s, background-position none;
	   -moz-transition: all .2s, background-position none;
		 -o-transition: all .2s, background-position none;
		-ms-transition: all .2s, background-position none;
			transition: all .2s, background-position none;
}

body {
	font-family: 'Open Sans';
    background: transparent;
	padding: 0px;
	margin: 0px;
}

a:focus { color: none; text-decoration: none; }

.table { width: auto; background: #FFF; margin: 0px auto; }
.table-bordered { border: solid 1px #CCC; border-left: 0px; }
.table-bordered th, .table-bordered td { border-top: solid 1px #CCC; border-left: solid 1px #CCC; }

.table thead tr:first-child {
    background-image: linear-gradient(to bottom,#fff,#EEEEEE);
    background-color: #E4E4E4;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
}
.table thead th { font-weight: 400; }
.table thead tr:after { background-image: linear-gradient(to bottom,#F5F5F5,#E6E6E6); }
.table tbody td { padding: 0px; font-family: Arial; font-size: 50px; color: rgb(82, 82, 82); font-weight: bold; }
.table tbody td:hover { background: #D7F2FF; }
.actual { color: #dc4743 !important; }
.active { border: solid 2px #EC0000 !important; }
.non-active { border: inherit; }
.table tr.success, td.success { background-color:#dff0d8 }
.table tr.error, td.error { background-color:#f2dede }
.table tr.warning, td.warning { background-color:#fcf8e3 }
.table tr.info, td.info { background-color:#dc4743 }

.table th, .table td { 
	text-align: center;
	padding: 10px 0px;
	width: 120px !important;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: 400;
}

.modal {
	position: absolute;
}

div.loading {
	background: #426FFF;
	color: #FFF;
	font-size: 12px;
	border-radius: 110px;
	top: 0;
	margin: 0.8%;
	padding: 7px 20px;
	position: absolute;
	display: none;
}

a.prev, a.next {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../img/arrows.png) no-repeat;
}

a.prev {
    border-right: 1px solid rgba(0,0,0,0.15);
}

a.next {
    float: right;
    border-left: 1px solid rgba(0,0,0,0.15);
    background-position: -40px 0;
}

a.prev:hover { background-position: 0px -40px; }
a.next:hover { background-position: -40px -40px; }

a.today { display: block; }
a.today:hover { color: #dc4743; }

span#mes { text-transform: uppercase; }
span#page { line-height: 40px; }

a { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }

a.days {
    padding: 32px 0px;
    display: block;
}

.badge {
    margin-top: 4px;
    margin-right: 4px;
    float: right;
	background-color: #dc4743 !important;
}

.modal .modal-body { padding: 15px 0px; }

.modal .modal-body>div {
    background: #EEE;
    margin: 8px 0px;
    border-left: solid 4px #B61111;
    padding: 5px 20px;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}

.modal .modal-body>span.loading {
	margin: 180px 0px;
	display: block;
	text-align: center;
}

.modal .modal-body>div>span.title {
    display: inline-block;
}

.modal .modal-body>div>span.time {
    float: right;
    line-height: 70px;
}

.modal .modal-body>div>span.time .icon-time { margin-top: 3px; }

.modal .modal-body>span.not-found {
	font-style: italic;
	text-align: center;
	display: block;
	padding: 40px 0px;
}

.modal .modal-footer {
	height: 40px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

@media (max-width: 480px){
	tbody>td { font-size: 40px; }
	tbody>td>a.days { padding: 10px 0px; }
}

@media (max-width: 959px) {
	tbody>td { font-size: 50px; }
	tbody>td>a.days { padding: 18px 0px; }
	table.table { margin: 0px auto; }
}

@media (min-width: 960px) {
	tbody>td { font-size: 50px; }
	tbody>td>a.days { padding: 18px 0px; }
	table.table { margin: 0px auto; }
}