.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(imagens/loading.gif) center no-repeat #f5f6fa; 
}
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #8a909d;
	background-color: #f5f6fa;
	
}
.btn.btnAcessar2 {
    background-color: #ffe900;
    color: #212A39;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 25px;
    font-size: 8px;
    float: left;
    margin-right: 5px;
}
.btn-excluir {
	background-color: #e03131;
    color: #212A39;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 8px;
    font-size: 8px;
}
#tblcheck, #tblCad {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
}
#formularioTreino {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.form-bootstrapWizard {
    margin-bottom: 20px;
}
body.interna {padding-bottom:95px;}
.modal {
    top: 175px !important;
}
.h3, h3 {
    font-size: 20px;
}
.navbar-nav > li {
    float: left;
    width: 100%;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.btn-confirma {
    width: 100%;
    margin: 25px auto;
    background: #57b157;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
.logo {
    text-align: center;
}
.logo img {
    max-width: 200px;
    padding: 0px;
	margin: 0 auto;
}
.navbar-brand.navbar-brand-centered {
    float: none;
}
/*OFFCANVAS MENU*/
.navMobile li a {transition: .3s all;}
.navMobile li a.active, .navMobile li a:hover  {
    background: #ffe900;
    color: #212a39;
	text-decoration:none;
}
.btn.btn-menu {
    background: #F6FF00;
    color: #000;
    border-radius: 0px;
    float: right;
    font-size: 18px;
	height: 80px;
	padding-top: 25px;
}
#mySidenav .navbar-nav > li a {
    font-size: 1.6rem;
    padding: 6px;
    color: #000;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999999999999999;
    top: 0;
    left: 0;
    background-color: #ffe900;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav .nav.navbar-nav {
    padding: 15px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #F6FF00;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

header {
	background-color: #212A39 !important;
    min-height: 48px !important;
}
header .logo {
    margin: 0px auto;
}
header .nav.navbar-nav {
    margin-top: 22px;
}
header .nav.navbar-nav li a:hover {
    background: none;
}
.navbar-nav > li a {
    font-size: 1.6rem;
    padding: 6px;
	color: #FFE900;
}
.navbar {
	background-color:#212A39;
	min-height: 65px;
}
.btn.btnAcessar {
    background-color: #ffe900;
    width: 100%;
    color: #212A39;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
	margin-top: 12px;
	margin-right: -15px;
}
.card-table-border-none {
    margin-bottom: 1.5rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 0.25rem;
}
.card a{color: #212A39;}
.card a small {color: #999;}
.table thead span {

    text-transform: uppercase;

}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-body h6 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;

}
.card-table-border-none .card-header {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
    padding-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    border-bottom: none;
}
.table thead {
    color: #212A39;
}
.card-table-border-none .card-header h2 {
    color: #1b223c;
    margin-bottom: 0.312rem;
    font-size: 1.25125rem;
    line-height: 1;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.justify-content-between {
    justify-content: space-between !important;
}
.card-table-border-none .card-header h2 {
    color: #1b223c;
    margin-bottom: 0.312rem;
    font-size: 2rem;
    line-height: 1;
}
.w-45 {
    width: 45px;
    height: auto;
}
.rounded-circle {
    border-radius: 50% !important;
}
img {
    vertical-align: middle;
    border-style: none;
}
/* search form*/
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

/*FAIXAS*/
.card-header.laranjabranca::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ff6e00+50,ff6e00+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 50%, #ff6e00 50%, #ff6e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 50%,#ff6e00 50%,#ff6e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#ffffff 50%,#ff6e00 50%,#ff6e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff6e00',GradientType=1 ); /* IE6-9 */

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.laranja::before {
background: #ff6e00; /* Old browsers */
background: -moz-linear-gradient(left,  #ff6e00 0%, #ff6e00 50%, #ff6e00 50%, #ff6e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ff6e00 0%,#ff6e00 50%,#ff6e00 50%,#ff6e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ff6e00 0%,#ff6e00 50%,#ff6e00 50%,#ff6e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e00', endColorstr='#ff6e00',GradientType=1 ); /* IE6-9 */

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}

.card-header.azul::before {
background: #1565C0; /* Old browsers */
background: -moz-linear-gradient(left,  #1565C0 0%, #1565C0 50%, #1565C0 50%, #1565C0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1565C0 0%,#1565C0 50%,#1565C0 50%,#1565C0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1565C0 0%,#1565C0 50%,#1565C0 50%,#1565C0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1565C0', endColorstr='#1565C0',GradientType=1 ); /* IE6-9 */

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.roxa::before {
background: #7B1FA2; /* Old browsers */
background: -moz-linear-gradient(left,  #7B1FA2 0%, #7B1FA2 50%, #7B1FA2 50%, #7B1FA2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #7B1FA2 0%,#7B1FA2 50%,#7B1FA2 50%,#7B1FA2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #7B1FA2 0%,#7B1FA2 50%,#7B1FA2 50%,#7B1FA2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B1FA2', endColorstr='#7B1FA2',GradientType=1 ); /* IE6-9 */

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}

.card-header.marrom::before {
background: #512a00;

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.cinza::before {
background: #CCCCCC;

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.cinzaBranca::before {
background: #CCCCCC; /* Old browsers */
background: -moz-linear-gradient(left,  #FFF 0%, #FFF 50%, #CCCCCC 50%, #CCCCCC 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #FFF 0%,#FFF 50%,#CCCCCC 50%,#CCCCCC 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #FFF 0%,#FFF 50%,#CCCCCC 50%,#CCCCCC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#CCCCCC',GradientType=1 ); /* IE6-9 */


    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.cinzaPreta::before {
background: #CCCCCC; /* Old browsers */
background: -moz-linear-gradient(left,  #000 0%, #000 50%, #CCCCCC 50%, #CCCCCC 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000 0%,#000 50%,#CCCCCC 50%,#CCCCCC 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000 0%,#000 50%,#CCCCCC 50%,#CCCCCC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#CCCCCC',GradientType=1 ); /* IE6-9 */

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.amarelaBranca::before {
background: #FFEE00; /* Old browsers */
background: -moz-linear-gradient(left,  #FFF 0%, #FFF 50%, #FFEE00 50%, #FFEE00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #FFF 0%,#FFF 50%,#FFEE00 50%,#FFEE00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #FFF 0%,#FFF 50%,#FFEE00 50%,#FFEE00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFEE00',GradientType=1 ); /* IE6-9 */


    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.amarelaPreta::before {
background: #FFEE00; /* Old browsers */
background: -moz-linear-gradient(left,  #000 0%, #000 50%, #FFEE00 50%, #FFEE00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000 0%,#000 50%,#FFEE00 50%,#FFEE00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000 0%,#000 50%,#FFEE00 50%,#FFEE00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#FFEE00',GradientType=1 ); /* IE6-9 */


    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.amarela::before {
background: #FFEE00; /* Old browsers */

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}

.card-header.verdeBranca::before {
background: #00962D; /* Old browsers */
background: -moz-linear-gradient(left,  #FFF 0%, #FFF 50%, #00962D 50%, #00962D 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #FFF 0%,#FFF 50%,#00962D 50%,#00962D 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #FFF 0%,#FFF 50%,#00962D 50%,#00962D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#00962D',GradientType=1 ); /* IE6-9 */


    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.verdePreta::before {
background: #00962D; /* Old browsers */
background: -moz-linear-gradient(left,  #000 0%, #000 50%, #00962D 50%, #00962D 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000 0%,#000 50%,#00962D 50%,#00962D 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000 0%,#000 50%,#00962D 50%,#00962D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#00962D',GradientType=1 ); /* IE6-9 */


    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
.card-header.verde::before {
background: #00962D; /* Old browsers */

    width: 15px;
    position: absolute;
    height: 25px;
    content: '';
    left: 0;
    height: 74px;
    top: 0px;

}
/*footer*/
footer {background-color:#212A39; padding:25px; color:#FFF; text-align:center;}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  padding:5px;
  text-align: center;
}
/*PERFIL*/
.alturaMinima {
    min-height: 251px;
}
.nomeAluno {
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: center;
}
.nomeAluno .badge {margin-left: 10px;}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.card-default {
    margin-bottom: 1.5rem;
}
.card-default .card-header h2 {
    color: #1b223c;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1;
	width:100%;
	text-align:center;
}
.card-default .card-header-border-bottom {
    border-bottom: 1px solid #e5e9f2 !important;
    padding-top: 12px !important;
    padding-bottom: 20px;
}
.card-default .card-header {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
    padding-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    border-bottom: none;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.circle {
    position: relative;
    text-align: center;
}
.circle.circle-lg h6 {
    font-size: 34px;
}
.text-dark {
    color: #1b223c !important;
}
.circle .circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.circle-content strong {
    font-size: 12px;
}
.badge {
    text-transform: uppercase;
    color: #ffffff;
    padding-top: .75em;
	display: inline-block;
	padding: 0.5em 1em;
    padding-top: 0.5em;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.125rem;
	margin: 4px auto;
}
.azul{background-color: #4c84ff;}
.roxa{background-color: #57338E;}
.verde{background-color: #29CC97;}
.amarela{background-color: #FEC400;}
.preta{background-color: #000;}


.progress {
    display: flex;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.bg-primary {
    background-color: #4c84ff !important;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #4c84ff;
    transition: width 0.6s ease;
}

.widget-media {
    position: relative;
    padding: 5px 10px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 106px;
}
.align-self-center {
    text-align: center !important;
}
.media-body {
    flex: 1;
}
.text-primary {
    color: #1b223c !important;
}
.border {
    border: 1px solid #e5e9f2 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.cabecalho-atividades {
	color: #1b223c;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1;
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.bg-warning {
    background-color: #FFE900 !important;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #212A39;
    text-align: center;
    white-space: nowrap;
    background-color: #4c84ff;
    transition: width 0.6s ease;
	background-image: none !important;
	box-shadow: none !important;
}
.customLegend li {
    display: inline-block;
    margin-right: 1.56rem;
    margin-top: 1.88rem;
}
.customLegend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0.312rem;
    border-radius: 1.56rem;
}
/* CSS da timeline */
ul.timeline {
	list-style-type: none;
	position: relative;
	width: 95%;
}
ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}
ul.timeline > li {
	margin: 20px 0;
	padding-left: 20px;
}
ul.timeline > li:before {
	content: ' ';
	background: #ffe900;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #ffe900;
	left: 20px;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	z-index: 400;
}
.float-right {
    float: right;
}
/*		login		*/
p .text-blue {
    font-size: 13px;
    margin: 6px auto;
    display: block;
}
.media-body small {
    font-size: 11px;
}
/*PESQUISA*/
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: center !important;
}
#expendable-data-table2_filter .form-control {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    display: block;
}
.dataTables_filter .form-control {
    display: block !important;
    width: 100%;
}
.btn.btn-voltar {
    text-align: center;
    display: block;
    padding: 12px;
    border: 1px solid #212a39;
    margin: 5px auto;
    color: #212a39;
}
.cart .cartCounter {
    position: absolute;
    background: #ffe900;
    border-radius: 150px;
    left: 32px;
    bottom: -5px;
    font-size: 11px;
    padding: 3px 5px;
    color: #212a39;
}
.cart {
    position: fixed;
    bottom: 55px;
    right: 5px;
    background: #212a39;
    padding: 8px 14px;
    border-radius: 150px;
    color: #FFF;
    font-size: 30px;
}