/*
 *
 *
 * RESET
 *
 *
 */
@import url(reset.css);

/*
  *
  *
  * ALL
  *
  *
  */
::selection,
::-moz-selection {
	background: #06c;
	color: #fff;
}

/*
  *
  *
  * TYPE
  *
  *
  */
body {
	font-family: 'Lato', Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
}
h1 {
	font-size: 4em;
	line-height: 1em;
	color: #06c;
}
h2 {
	font-size: 2em;
	line-height: 1em;
	color: #06c;
}
h3 {
	font-size: 21px;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: .05em;
}
h4 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 1em;
	letter-spacing: .05em;
}
h5 {
	font-size: 1.5em;
	margin: .75em 0;
	color: #06c;
	text-transform: uppercase;
}

.container {
	width: 1000px;
	margin: 25px auto;
}

header .col-xs-12 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tabela-aula {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.tabela-aula .left {
	/* display: inline-block;
	vertical-align: top;
	margin: 0; */
	margin-right: 10px;
}
/* .tabela-aula .right {
	display: inline-block;
	margin: 0;
	vertical-align: top;
} */
.tabela-aula table.tabela-ct td {
	padding: 2px;
}
.tabela-aula table.tabela-ct tbody td {
	border-right: 1px solid #06c;
}
.tabela-aula table.tabela-ct tbody td:last-child {
	border-right: none;
}
.tabela-aula table.tabela-ct thead th {
	padding: 2px;
	border-bottom: 1px solid #06c;
	border-top: 1px solid #06c;
}
.tabela-aula .right table.tabela-ct {
	width: 800px;
}
.tabela-aula .right table.tabela-ct tbody td table.tabela-dia thead th:first-child {
	width: 15px;
}
.tabela-aula .right table.tabela-ct tbody td table.tabela-dia thead th:nth-child(2) {
	width: 28px;
}
.tabela-aula .right table.tabela-ct tbody td table.tabela-dia thead th:nth-child(3) {
	width: 32px;
}
.tabela-aula .right table.tabela-ct tbody td table.tabela-dia thead th:nth-child(4) {
	width: 35px;
}
.tabela-aula table.tabela-dia tbody td {
	border-right: none;
}
.tabela-aula table.tabela-dia thead th {
	border-top: none;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.push-top {
	margin-top: 2em;
}
.push-bottom {
	margin-bottom: 2em;
}
.center {
	text-align: center;
}
.icon-bullet {
	font-size: 2em;
	line-height: 0 !important;
	position: relative;
	top: 2px;
}
.manha {
	color: #009cdf;
}
.tarde {
	color: #ffec00;
}
.noite {
	color: #a0c15d;
}

.curso-privado {
	background-color: #000;
	height: 90px;
}
.curso-privado p {
	color: #fff;
	margin: 10px;
	margin-bottom: 0;
	text-align: left;
}
.curso-privado h2 {
	color: #fff;
	margin: 10px;
	margin-top: 0;
	text-align: left;
}

.title h2 {
	margin: 80px 0 5px;
	font-size: 30px;
}

.title p {
	font-size: 16px;
}

/*
  *
  *
  * LAYOUT
  *
  *
  */

footer .box {
	border: 1px solid #06c;
	margin: 20px 0;
	padding: 20px;
	font-size: 14px;
	line-height: 1.7;
}

footer .box > div {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #06c;
}
footer .box > div:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

footer .box > div > span {
	margin-right: 40px;
}
footer .box > div > span:last-of-type {
	margin-right: 0;
}
footer .box svg {
	margin-right: 5px;
}

footer #new-class {
	width: 15px;
	height: 15px;
}
footer .goal {
	width: 80px;
	height: 10px;
}
/*
  *
  *
  * CIRCLES
  *
  *
  */
.circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	margin-right: 5px;
}

.hut {
	background: #009999;
}
.courses {
	background: #000;
}
.lesmills {
	background: #cccc33;
}
.vclass {
	background: #ad0064;
}
.other {
	background: #ff6600;
}
.morning {
	background: #c9e8fb;
}
.afternoon {
	background: #ffff66;
}
.night {
	background: #ccff66;
}

#sprite {
	display: none;
}
