@CHARSET "iso-8859-1";

/*--Utilizado no VueJS para mostrar loading enquanto a pagina não abre */
[v-cloak] > * { display:none; }
[v-cloak]::before {
  content: " ";
  display: block;
  position: absolute;
  width: 176px;
  height: 176px;
  background-image: url(/recursos/img/stone/loading.gif);
  background-size: contain;
  right: 40%;
  margin-top: 20%;
}

/*--Tabela com thead fixo */
.header-fixed {
    width: 100%;
}

.header-fixed  thead, 
.header-fixed  tbody, 
.header-fixed  tr,
.header-fixed  td,
.header-fixed  th { display: block; }

.header-fixed  tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed  thead th {
    height: 30px;

    /*text-align: left;*/
}

.header-fixed  tbody {
    height: 269px;
    overflow-y: auto;
}

.header-fixed  thead {
    /* fallback */
}


.header-fixed  tbody td, .header-fixed  thead th {
    width: 19.2%;
    float: left;
}
/*--Fim Tabela com thead fixo */

/*--Tabela com thead fixo */
.header-log-aluno-fixed {
    width: 100%;
}

.header-log-aluno-fixed  thead, 
.header-log-aluno-fixed  tbody, 
.header-log-aluno-fixed  tr,
.header-log-aluno-fixed  td,
.header-log-aluno-fixed  th { display: block; }

.header-log-aluno-fixed  tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-log-aluno-fixed  thead th {
    height: 30px;

    /*text-align: left;*/
}

.header-log-aluno-fixed  tbody {
    height: 269px;
    overflow-y: auto;
}

.header-log-aluno-fixed  thead {
    /* fallback */
}


.header-log-aluno-fixed  tbody td, .header-log-aluno-fixed  thead th {
    width: 33%;
    float: left;
}
/*--Fim Tabela com thead fixo */

.tamanho-label{
	font-weight: normal;
	padding-left: 5px;
	font-size: 20px;
}

.check-round {
  position: relative;
}

.stoneLogo {
	position: fixed;
	z-index: 9999;
	bottom: 25px;
	right: 100px;
}

.hide-load{
	display: none !important;
}

.modal-xl {
	width: 95%;
}

.spinner-person {
   height:60px;
   width:60px;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

#overlay {
   position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 0.50);
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.check-round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.btn-icon-video-tutorial {
	background: none; 
	border: none; 
}

.btn-icon-app-notifications {
	background: none; 
	border: none;
	padding-top: 16px;
	padding-right: 15px;
}

.btn-icon-app-notifications i {
	background: none;
	color: white;
}

.pa-icon-video-tutorial {
	width: 30px;
	background-color: none;
	margin-left: 15px;
}

.icon-video-tutorial {
	width: 30px;
	padding-top: 10px;
	background-color: none;
	margin-left: 15px;
}

@media (max-width: 770px) {
     span.text {
        color: black;
    }
}

@font-face {
	font-family: "opensans";
	src: url("../fontes/opensans/OpenSans-ExtraBold.ttf") format("truetype");
}

@font-face  {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), 
  url("../fontes/lato.woff2") format('woff2'), 
  url("../fontes/lato.woff") format('woff');
}
* {
	margin: 0px;
	padding: 0px;
}

p {
  word-break: break-all;
}

html, body {
	font-family: sans-serif, 'Lato';
	height: 100%;
}

@media (max-width: 992px) {
  #fb-root, .fb-page{
  	display: none !important; 
  }
}

.modal-email {
	width: 400px;
}

.modal-body > ul, .modal-body > ol  {
    padding-left: 16px;
}

.geral {
	width: 102%;
	background: #fafafa;
	position: relative;
	margin: 0px auto;
	min-height: 100%;
}

.geral-painel {
	background: #fafafa;
	position: relative;
	margin: 0px auto;
	min-height: 100%;
}

.titulo_painel, .titulo {
	text-align: center;
	font-size: 40px;
	margin-top: 70px;
	font-family: opensans;
	color: #008DDA;
}

.titulo_suporte {
	text-align: center;
	font-size: 40px;
	margin-top: 70px;
	font-family: opensans;
	color: #d5df40;
}

.titulo:after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	margin: 40px auto 0;
}

.titulo-cadastro {
	width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #50b748;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
}


section {
	/* padding-top: 15px; */
}
.conteudo {
	margin-bottom: 60px;
	padding: 0px 0px;
	margin-top: 35px;
}

.badge {
	font-weight: normal;
	background-color: #ECECEC;
	color: #3e3e3e;
	font-size: 13px;
}
.panel {
	box-shadow: none;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}

.cadastro-cfc {
	margin-top: 70px;
	margin-bottom: 70px;
}

.cadastro-cfc input, .cadastro-cfc input[type="password"], .cadastro-cfc input[type="number"]  {
	border: 2px solid #50b748;
}

.cadastro-cfc  input[type="password"]:focus {
	border: 1px solid #50b748;
}

table {
	white-space: normal;
}

.ws-normal {
	white-space: normal;
}

table.sortable thead {
    cursor: default;
}

table.sortable thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
	color: #fff;
}


progress {
	width: 100%;
    height: 2px;
    display: block;
}

.bg-madeira {
	background-image: url("../img/bg-madeira.jpg") !important;
	background-size: 100% !important;
}

.bg-econdutor {
	background-image: url("../img/bg-novo-layout.jpg") !important;
	background-size: 100% !important;
} 

.img-econdutor {
	position: absolute;
    vertical-align: bottom;
    bottom: 0;
    width: 100%;
}

.none {
	display: none;
}

.badge-notification {
	position: absolute;
    top: 6px;
    right: 6px;
    text-align: center;
    font-size: 9px;
    padding: 4px 3px;
    line-height: .9;
    background: #D20400;
    color: #fff;
    min-width: 17px;
    
    -moz-animation-name: showNotification;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 0.07s;

    -webkit-animation-name: showNotification;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 0.07s;

    animation-name: showNotification;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.07s;
}

@-moz-keyframes showNotification {
    0% {-moz-transform: scale(0);}
    100% {-moz-transform: scale(1);}
}
@-webkit-keyframes showNotification {
    0% {-webkit-transform: scale(0);}
    100% {-webkit-transform: scale(1);}
}
@keyframes showNotification {
    0% {transform: scale(0);}
    100% {transform: scale(1);}
}

.header-notification {
	padding: 8px 10px 8px;
    border-bottom: 1px solid #DFDFDF;
    background-color: #f5f5f5;
}

.footer-notification {
    border-top: 1px solid #DFDFDF;
    background-color: #f5f5f5;
}

.footer-notification > a {
    padding: 8px 10px 8px !important;
}

.notifications {
	padding: 0;
    width: 215px;
    right: 0;
    left: auto;
}

.notifications > li > a {
	padding: 10px;
	text-overflow: ellipsis;
    overflow: hidden;
	color: #262626 !important;
	text-decoration: none;
}

.notifications > li > a:hover {
	background-color: #f5f5f5 !important;
}

.icon-notification {
	margin-top: 3px;
}

.alertify .ajs-dimmer {
	position: fixed;
    z-index: 1981;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #252525;
    opacity: .5;
}

.notificacao-mobile {
    position: relative;
    float: right;
    padding: 7px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    list-style: none;
}

#notificacoes > a, .notificacao-mobile > li > a {
    color: #fff;
}

.notificacao-mobile > li > a > span {
	top: 0;
	right: 0;
}

/* configs de personificacao */
#personificar {
	margin-top: 3px;
}

.blink {
     animation: blink 2s steps(5, start) infinite;
     -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}


.break-line {
 -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

/* Indicadores
--------------------------------------------------------------------------------------------------*/
.mychart {
	min-width: 100% !important;
	margin: 25px auto !important;
}

.indicadores {
	padding: 3%;
}

.legend {
	background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin-top: 10px;
    border-radius: 5px;
    padding: 5px;
}

.legend .title {
    display: inline-block;
    margin: 0.5em;
    margin-right: 20px;
    line-height: 1em;
}

.legend .color-sample {
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    border: 2px solid; /* Comment out if you don't want to show the fillColor */
    border-radius: 0.5em; /* Comment out if you prefer squarish samples */
    margin-right: 0.5em;
}

/* Calendario
--------------------------------------------------------------------------------------------------*/
.dhx_cal_container {
    border: 1px solid #CECECE;
}
.planner {
	margin-top: 15px;
}
.dhx_cal_light_rec.dhx_cal_light_wide {
    font-family: sans-serif !important;
    padding: 15px 0 !important;
    height: auto !important;
    box-shadow: none !important;
}
.dhx_cal_light_rec.dhx_cal_light_wide .dhx_cal_larea {
	height: auto !important;
	width: 800px !important;
}
.dhx_cal_ltitle {
	height: auto !important;
}
.dhx_cal_light_wide .dhx_wrap_section {
	padding: 10px 0 !important;
}
/* .dhx_cal_tab.active {
	background-color: #50B748 !important;
    color: #FFF !important;
    border: 1px solid #CECECE !important;
    text-shadow: none !important;
    font-weight: 400 !important;
} */

#data {
	z-index: 1000000 !important;
}
/* Menu Lateral Original e Painel
--------------------------------------------------------------------------------------------------*/
.nav-side-menu-original,
.nav-side-menu-suporte,
.nav-side-menu-painel,
.nav-side-menu-aluno {
    background-color: #FFF;
    border: none;
    position: fixed;
    left: 0px;
    top: 50px;
    padding: 0;
    height: 100%;
    padding-bottom: 100px;
    border-right: 1px solid #DDD;
}
.nav-side-menu-original ul,
.nav-side-menu-original li,
.nav-side-menu-suporte ul,
.nav-side-menu-suporte li,
.nav-side-menu-painel ul,
.nav-side-menu-painel li,
.nav-side-menu-aluno ul,
.nav-side-menu-aluno li {	
	list-style: none;
	color: #50b748;
  	padding: 0px;
  	margin: 0px;
	cursor: pointer;
}
.nav-side-menu-painel ul,
.nav-side-menu-painel li {
	color: #008DDA;
}

.nav-side-menu-suporte ul,
.nav-side-menu-suporte li {
	color: #d5df40;
}

.nav-side-menu-aluno ul,
.nav-side-menu-aluno li {
	color: #B10000;
}

.nav-side-menu-original ul li,
.nav-side-menu-suporte ul li,
.nav-side-menu-painel ul li,
.nav-side-menu-aluno ul li {
	border-bottom: 1px dashed #EDEDED;
	margin: 0;
}
.nav-side-menu-original > li > a,
.nav-side-menu-suporte > li > a,
.nav-side-menu-painel > li > a,
.nav-side-menu-aluno > li > a {
	width: 225px;
}
/*.nav-side-menu-original li a,*/
/*.nav-side-menu-aluno li a,*/
.nav-side-menu-suporte li a,
.nav-side-menu-painel li a {
	text-decoration: none;
	color: #5C5C5C;
	line-height: 35px;
}
.nav-side-menu-original li:hover,
.nav-side-menu-original li:focus,
.nav-side-menu-suporte li:hover,
.nav-side-menu-suporte li:focus,
.nav-side-menu-painel li:hover,
.nav-side-menu-painel li:focus,
.nav-side-menu-aluno li:hover,
.nav-side-menu-aluno li:focus {
	outline: none;
    background-color: #f5f5f5 !important;
}
.nav-side-menu-original li a:hover,
.nav-side-menu-original li a:focus,
.nav-side-menu-suporte li a:hover,
.nav-side-menu-suporte li a:focus,
.nav-side-menu-painel li a:hover,
.nav-side-menu-painel li a:focus,
.nav-side-menu-aluno li a:hover,
.nav-side-menu-aluno li a:focus {
	background-color: transparent;
    border-left: 6px solid transparent;
}
.nav-side-menu-original li a:hover,
.nav-side-menu-original li a:focus {
    border-color: #50b748;
}
.nav-side-menu-suporte li a:hover,
.nav-side-menu-suporte li a:focus {
    border-color: #d5df40;
}
.nav-side-menu-painel li a:hover,
.nav-side-menu-painel li a:focus {
    border-color: #008DDA;
}

.nav-side-menu-aluno li a:hover,
.nav-side-menu-aluno li a:focus {
    border-color: #B10000;
}
.nav-side-menu-original > li > ul > li > a,
.nav-side-menu-suporte > li > ul > li > a,
.nav-side-menu-painel > li > ul > li > a,
.nav-side-menu-aluno > li > ul > li > a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}
.nav-side-menu-original li a,
.nav-side-menu-suporte li a,
.nav-side-menu-painel li a,
.nav-side-menu-aluno li a {
	border-radius: 0;
}

/* Cabeï¿½alho Original e Painel
--------------------------------------------------------------------------------------------------*/
.navbar-original, 
.navbar-suporte,
.navbar-painel,
.navbar-aluno {
	background-color: #50b748;
	border: none;
}
.navbar-painel {
	background-color: #008DDA;
}
.navbar-suporte {
	background-color: #d5df40;
}
.navbar-aluno {
	background-color: #B10000;
}
.navbar-original .navbar-brand,
.navbar-suporte .navbar-brand,
.navbar-painel .navbar-brand,
.navbar-aluno .navbar-brand {
	color: #FFF;
}
.navbar-original .navbar-brand:hover,
.navbar-original .navbar-brand:focus,
.navbar-suporte .navbar-brand:hover,
.navbar-suporte .navbar-brand:focus,
.navbar-painel .navbar-brand:hover,
.navbar-painel .navbar-brand:focus,
.navbar-aluno .navbar-brand:hover,
.navbar-aluno .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-original .navbar-text,
.navbar-suporte .navbar-text,
.navbar-painel .navbar-text,
.navbar-aluno .navbar-text {
	color: #FFF;
}
.navbar-original .navbar-nav > li > a,
.navbar-suporte .navbar-nav > li > a,
.navbar-painel .navbar-nav > li > a,
.navbar-aluno .navbar-nav > li > a {
	color: #FFF;
}

.navbar-original .navbar-nav > li > a:hover,
.navbar-original .navbar-nav > li > a:focus,
.navbar-suporte .navbar-nav > li > a:hover,
.navbar-suporte .navbar-nav > li > a:focus,
.navbar-painel .navbar-nav > li > a:hover,
.navbar-painel .navbar-nav > li > a:focus,
.navbar-aluno .navbar-nav > li > a:hover,
.navbar-aluno .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-original .navbar-nav > .active > a,
.navbar-original .navbar-nav > .active > a:hover,
.navbar-original .navbar-nav > .active > a:focus,
.navbar-suporte .navbar-nav > .active > a,
.navbar-suporte .navbar-nav > .active > a:hover,
.navbar-suporte .navbar-nav > .active > a:focus,
.navbar-painel .navbar-nav > .active > a,
.navbar-painel .navbar-nav > .active > a:hover,
.navbar-painel .navbar-nav > .active > a:focus,
.navbar-aluno .navbar-nav > .active > a,
.navbar-aluno .navbar-nav > .active > a:hover,
.navbar-aluno .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #080808;
}
.navbar-original .navbar-nav > .disabled > a,
.navbar-original .navbar-nav > .disabled > a:hover,
.navbar-original .navbar-nav > .disabled > a:focus,
.navbar-suporte .navbar-nav > .disabled > a,
.navbar-suporte .navbar-nav > .disabled > a:hover,
.navbar-suporte .navbar-nav > .disabled > a:focus,
.navbar-painel .navbar-nav > .disabled > a,
.navbar-painel .navbar-nav > .disabled > a:hover,
.navbar-painel .navbar-nav > .disabled > a:focus,
.navbar-aluno .navbar-nav > .disabled > a,
.navbar-aluno .navbar-nav > .disabled > a:hover,
.navbar-aluno .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-original .navbar-toggle {
	border-color: #28a81e;
}
.navbar-painel .navbar-toggle {
	border-color: #0070ae;
}
.navbar-suporte .navbar-toggle {
	border-color: #BBC331;
}
.navbar-aluno .navbar-toggle {
	border-color: #8B1A1A;
}
.navbar-original .navbar-toggle:hover,
.navbar-original .navbar-toggle:focus {
	background-color: #28a81e;
}
.navbar-painel .navbar-toggle:hover,
.navbar-painel .navbar-toggle:focus {
	background-color: #0070ae;
}
.navbar-suporte .navbar-toggle:hover,
.navbar-suporte .navbar-toggle:focus {
	background-color: #C9D429;
}

.navbar-aluno .navbar-toggle:hover,
.navbar-aluno .navbar-toggle:focus {
	background-color: #9A0101;
}
.navbar-original .navbar-toggle .icon-bar,
.navbar-suporte .navbar-toggle .icon-bar,
.navbar-painel .navbar-toggle .icon-bar,
.navbar-aluno .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-original .navbar-collapse,
.navbar-original .navbar-form {
	border-color: #28a81e;
}
.navbar-painel .navbar-collapse,
.navbar-painel .navbar-form {
	border-color: #0070ae;
}
.navbar-suporte .navbar-collapse,
.navbar-suporte .navbar-form {
	border-color: #BBC331;
}
.navbar-aluno .navbar-collapse,
.navbar-aluno .navbar-form {
	border-color: #8B1A1A;
}

.navbar-original .navbar-nav > .open > a,
.navbar-original .navbar-nav > .open > a:hover,
.navbar-original .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #50b748;
}
.navbar-suporte .navbar-nav > .open > a,
.navbar-suporte .navbar-nav > .open > a:hover,
.navbar-suporte .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #d5df40;
}
.navbar-painel .navbar-nav > .open > a,
.navbar-painel .navbar-nav > .open > a:hover,
.navbar-painel .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #008DDA;
}

.navbar-aluno .navbar-nav > .open > a,
.navbar-aluno .navbar-nav > .open > a:hover,
.navbar-aluno .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #B10000;
}

.original {
	background-color: #50b748;
}
.painel {
	background-color: #008DDA;
}
.suporte {
	background-color: #d5df40;
}
.aluno {
	background-color: #B10000;
}

.original ul li a,
.suporte ul li a,
.painel ul li a,
.aluno ul li a {
	color: #EDEDED;
}
.original li a:focus,
.original li a:hover,
.suporte li a:focus,
.suporte li a:hover,
.painel li a:focus,
.painel li a:hover,
.aluno li a:focus,
.aluno li a:hover {
	color: #fff;
	background-color: #286090;
}
.navbar-clean {
	background-color: #fff;
	border-top: 1px solid #EDEDED;
}


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #50b748;
	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 30px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 10px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #fff;
		white-space: nowrap;
	}
	.navbar-painel .dropdown-menu > li > a:hover,
	.navbar-painel .dropdown-menu > li > a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #0070ae;
	}
	.navbar-original .dropdown-menu > li > a:hover,
	.navbar-original .dropdown-menu > li > a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #28a81e;
	}
	.navbar-suporte .dropdown-menu > li > a:hover,
	.navbar-suporte .dropdown-menu > li > a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #C9D429;
	}
	.navbar-aluno .dropdown-menu > li > a:hover,
	.navbar-aluno .dropdown-menu > li > a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #9A0101;
	}
}
/* Rodapï¿½
--------------------------------------------------------------------------------------------------*/
.rodape {
    width: 100%;
    background-color: #f5f5f5;
    margin: 0;
}
.assinatura, .infos {
	list-style: none;
}
.assinatura {
	text-align: right;
}
/* Formulï¿½rio
--------------------------------------------------------------------------------------------------*/
.input-group .form-control {
	z-index: auto;
}
.form, .form-painel {
	background: #f5f5f5;
	padding: 20px;
	border: 1px solid #DDD;
	border-radius: 4px;
	/*box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.3);*/
}
.checkbox {
	font-weight: normal;
	display: inline-block;
	text-decoration: none !important;
    color: #2e3436;
}
.checkbox-down {
	margin: 10px auto !important;
    width: auto;
    height: auto;
}

.checkbox-no-margin {
	margin: 0 !important;
}

.form-painel {
	background: #fff;
}

.cadastro-cfc-alpha {
	background: rgba(255,255,255,0.8);
	/* display: inline-block; */
	margin-top: 25px;
}

.msg-cadastro {
	color: #5cb85c;
	display: block;
	font-size: 22px;
	padding: 100px 50px;
	text-align: center;
	word-break: normal;
}

.passos {
	color: #7d7d7d;
	margin-bottom: 25px;
	text-align: center;
}

.passos p {
	font-size: 30px;
	font-weight: 800;
}

.circulo, .circulo-concluido {
	background: rgba(170,170,170,0.6);
	border: 2px solid #7d7d7d;
	border-radius: 50%;
	color: #7d7d7d;
	display: inline-block;
	height: 100px;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.circulo-concluido {
	background: rgba(255,255,255,0.6);
	border: 2px solid #5cb85c;
	color: #5cb85c;
}

.div-btn-continuar {
	height: 70px;
}

label {
	color: #7E7E7E;
}

input {
	box-shadow: none;
}

input:focus:invalid, input[value=""]:invalid:focus {
	border: 1px solid #B40000;
	box-shadow: 0px 0px 7px rgba(225, 0, 0, 0.3);
}

input:focus:valid {
	border: 1px solid #0CCA41;
	box-shadow: 0px 0px 7px rgba(40, 220, 90, 0.3);
}
input[type="password"], input[type="password"]:focus,  input[type="number"] {
	border: 1px solid #ccc;
	box-shadow: none;
	height: 34px;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border-radius: 4px;
}
.configTab, .total {
	border-radius: 4px;
	font-size: 15px;
	margin: 3px 0;
}
.config:hover, .configTab:hover {
	background-color: #f1f1f1;
}
.config label, .configTab label {
	font-weight: normal;
	margin: 0;
	padding: 10px 5px;
	width: 100%;
	font-size: 20px;
}
.configInfos {
	padding: 10px 5px;
}
.configInfos label {
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
.checks-trava label {
	width: auto;
	display: inline-block;
}
.configTab-checks {
	display: inline-block;
	float: right;
}
.configTab-checks label {
	display: inline-block;
	width: auto;
}
.total label {
	cursor: default;
}
.config input[type="checkbox"], .configTab input[type="checkbox"], 
.config input[type="radio"], .configTab input[type="radio"] {
	margin: 3px 10px;
	width: auto;
}
.config-title {
	border-bottom: 1px solid #EEE;
	font-size: 25px;
	margin-top: 30px;
}
.config-title label {
	color: #555;
}
.config input, .configTab input {
	padding: 3px 5px;
	margin: -5px 0;
	text-align: center;
	width: 100px;
}

.configTab .input-group {
	margin: -5px 0;
	text-align: center;
	width: 100px;
	float: right;
}

.configTab .input-group input {
	margin: 0;
}

.categoria {
	margin: 4px 7px 0 5px !important;
}
.total {
	border-radius: 4px;
	background-color: #E9EBEF;
}

.dhx_cal_event {
	border-style: solid;
    border-width: 1px;
    border-color: white;
}

.dhx_cal_event_clear {
	font-family: sans-serif !important;
}

.search-field {
	width: 200px;
	padding: 0;
	margin: 5px;
	float: right;
}

#editor {
	max-height: 350px;
	height: 350px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
	letter-spacing: 1px;
}

#editor div ul li, #editor div ol li,
#editor ul li, #editor ol li {
	-webkit-padding-start: 40px;
	list-style-position: inside;
}

#editor blockquote {
    font-size: 14px;
    border-left: none;
    margin: 0 !important;
}

#voiceBtn {
	width: 20px;
	color: transparent;
	background-color: transparent;
	transform: scale(2.0, 2.0);
	-webkit-transform: scale(2.0, 2.0);
	-moz-transform: scale(2.0, 2.0);
	border: transparent;
	cursor: pointer;
	box-shadow: none;
	-webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dropdown-menu a {
	cursor: pointer;
}

.contador {
	padding-top: 7px;
	display: block;
	color: #888;
}

/* Botï¿½es
--------------------------------------------------------------------------------------------------*/
.btn-cadastro, .grupo-btns {
	margin: 5px 0;
	text-align: right;
}

.btn-continuar {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 800;
}

.btns-aluno {
	position: fixed;
	top: 50px;
	right: 0;
	padding: 15px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDD;
	width: 75%;
}

.btns-aluno h2 {
	margin: 5px;
	float: left;
}

.btn-right {
    margin-top: 25px;
    text-align: right;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.empresa {
	width: 100%;
}
.btn-search {
	border: 1px solid #BDBDBD;
	height: 34px;
	margin: 0;
	padding: 0 12px;
}

.btn-black {
    color: #FFF;
    background-color: #444;
    border-color: #252525;
}
.btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .open>.dropdown-toggle.btn-black {
    color: #fff;
    background-color: #2e3436;
    border-color: #000000;
}

.btn-acqua {
	color: #fff;
	background-color: #24B3B3;
    border-color: #0EA0A0;
}

.btn-acqua.active, .btn-acqua.focus, .btn-acqua:active, .btn-acqua:focus, .btn-acqua:hover, .open>.dropdown-toggle.btn-acqua {
    color: #fff;
    background-color: #139696;
    border-color: #0a8b8b;
}

.btn-purple {
	color: #fff;
	background-color: #713971;
    border-color: #570968;
}

.btn-purple.active, .btn-purple.focus, .btn-purple:active, .btn-purple:focus, .btn-purple:hover, .open>.dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #6F2680;
    border-color: #500760;
}

.btn-grey {
	color: #fff;
	background-color: #808080;
    border-color: #6b6b6b;
}



.btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .open>.dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
}

.btn-up-down {
    position: fixed;
    bottom: 85px;
    right: 40px;
    z-index: 100;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: rgba(0,0,0,.25) 0 2px 4px;
}

.btn-up-down a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    margin: -13px;
    padding: 10px;
    z-index: 1000;
}

.border-down-default {
	border-bottom:1px solid #ccc;
	background-color: #fff;
}

.border-down-print {
	border-bottom:1px solid #0EA0A0;
	background-color: #24B3B3;
}
.border-down-ecnh {
	border-bottom:1px solid #222;
	background-color: #444;
}

.border-down-agendar {
	border-bottom:1px solid #2E6DA4;
	background-color: #337ab7;
}

.border-down-actions {
	border-bottom:1px solid #ba7610;
	background-color: #ba7610;
}

.btn-dropup-default > li > a {
	color: #000;
}

.btn-dropup-print > li > a,
.btn-dropup-agendar > li > a,
.btn-dropup-ecnh > li > a,
.btn-dropdown-actions > li > a {
	color: #fff;
}

.btn-dropup-default li:first-child,
.btn-dropup-print li:first-child,
.btn-dropup-agendar li:first-child,
.btn-dropup-ecnh li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.btn-dropup-default li:last-child,
.btn-dropup-print li:last-child,
.btn-dropup-agendar li:last-child,
.btn-dropup-ecnh li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.btn-dropup-default > li > a:focus,
.btn-dropup-default > li > a:hover {
	color: #000;
	background-color: #EEE;
}


.btn-dropup-ecnh > li > a:focus,
.btn-dropup-ecnh > li > a:hover {
	color: #fff;
	background-color: #2e3436;
}

.btn-dropup-agendar > li > a:focus,
.btn-dropup-agendar > li > a:hover {
	color: #fff;
	background-color: #2a689e;
}

.btn-dropup-print > li > a:focus,
.btn-dropup-print > li > a:hover {
	color: #fff;
	background-color: #139696;
}

.btn-dropdown-actions > li > a:focus,
.btn-dropdown-actions > li > a:hover {
	color: #fff;
	background-color: #ba7610;
}

.btn-dropdown-actions > li > a {
	background-color: #d58512;
}

.btn-dropup-default li:first-child a:focus,
.btn-dropup-default li:first-child a:hover,
.btn-dropup-ecnh li:first-child a:focus,
.btn-dropup-ecnh li:first-child a:hover,
.btn-dropup-agendar li:first-child a:focus,
.btn-dropup-agendar li:first-child a:hover,
.btn-dropup-print li:first-child a:focus,
.btn-dropup-print li:first-child a:hover {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.btn-dropdown-actions li:first-child a:focus,
.btn-dropdown-actions li:first-child a:hover {
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}

.btn-dropup-default li:last-child a:focus,
.btn-dropup-default li:last-child a:hover,
.btn-dropup-ecnh li:last-child a:focus,
.btn-dropup-ecnh li:last-child a:hover,
.btn-dropup-agendar li:last-child a:focus,
.btn-dropup-agendar li:last-child a:hover,
.btn-dropup-print li:last-child a:focus,
.btn-dropup-print li:last-child a:hover {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.btn-dropdown-actions li:last-child a:focus,
.btn-dropdown-actions li:last-child a:hover {
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}


ul.btn-dropup-default {
	border: 1px solid #ccc;
}

ul.btn-dropup-ecnh {
	border: 1px solid #000;
}

ul.btn-dropup-print {
	border: 1px solid #0EA0A0;
}

ul.btn-dropdown-actions {
	border: 1px solid #ba7610;
	padding: 0;
}

ul.btn-dropup-agendar {
	border: 1px solid #2E6DA4;
}

ul.btn-dropup-default,
ul.btn-dropup-ecnh,
ul.btn-dropup-agendar,
ul.btn-dropup-print {
    list-style: none;
    background: none !important;
    border: none;
    padding: 0;
}

/* PAINEL ADMINISTRATIVO
--------------------------------------------------------------------------------------------------*/
.geral-painel {
	background: #ECECEC;
}

.title-header {
	color: #fff;
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}



/* CONTENT
--------------------------------------------------------------------------------------------------*/
.financeiro {
	margin-bottom: 0;
    background-color: #f5f5f5;
    padding: 7px 10px;
    border-radius: 4px;
}
.financeiro li {
	list-style: none;
	margin: 5px 0;
	text-align: center;
}

#panelContent {
	width: 100%;
	margin: 0;
	padding: 0;
}

.rSifrao {
	font-size: 12px !important;
	color: black !important;
	font-weight: normal !important;
}

.financeiro:hover {
    background-color: #fff;
}

.financeiro-detalhes {
    border-top: 1px solid #DDD;
    margin: 6px -15px -10px;
    display: block;
    padding-top: 5px;
    text-align: center;
    background-color: #f5f5f5;
    padding-bottom: 6px;
}

.financeiro-detalhes:hover {
    background-color: #dfdfdf;
}

.download {
	margin-bottom: 10px;
	height: 115px;
}
.download a {
    float: left;
    width: 15%;
    height: 115px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background-color: #EFF0F5;
    border: 1px solid #ECEDF3;
    border-radius: 4px;
    list-style: none;
	padding-top: 15px;
    cursor: pointer;
    color:  #2e3436;
    margin: 5px;
}
.download a:hover {
    color: #fff;
    background-color: #50B748;
}

.download span {
    display: block;
    margin: 10px;
}

.loading {
	margin: 50%;
}

.linha {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.foto-aluno {
	display: block;
    width: 100%;
    border: 7px solid #fff;
    box-shadow: rgba(0,0,0,.1) 3px 3px 15px;
    max-height: 210px;
 }
  
/* .hover-foto {
    margin-top: 30px;
    float: left;
    padding: 10px;
    padding-left: 10px;
	
} */
.hover-foto:hover .btnsfoto {
    visibility: visible;
    opacity: 1;
}

.btnsfoto {
	display: block;
   	text-align: center;
    width: 100%;
    margin: 0;
    margin-left: -10px;
    position: absolute;
    z-index: 1000;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.btnsfoto i {
    margin: 0 4px;
    text-shadow: rgba(0,0,0,0.5) 0 0 20px;
}

i.fa.fa-pencil:hover {
    color: #50B748;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

i.fa.fa-times:hover {
    color: #D20400;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}


a.slide-left, a.slide-right {
	position: absolute;
    top: 50%;
    color: #888;
    font-size: 20pt;
    text-shadow: rgba(0,0,0,0.2) 0 2px 1px;
}
a.slide-left {
    margin-left: 10px;
}

a.slide-right {
    margin-right: 10px;
    right: 0;
}

.carousel-indicators li {
	border: 1px solid #50B748;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators .active {
	background-color: #b6e4b3;
}

.loading-grafico {
	height: 300px;
	width: 100%;
	text-align:center;
}

.loading-grafico span {
	top: 45%;
	position: absolute;
	color: #6B6B6B;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #ccc !important;
}

/* Atalhos
--------------------------------------------------------------------------------------------------*/
.no-padding {
	padding: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.m-10 {
	margin: 10px;
}

.mw5 {
	margin-right: 5px;
	margin-left: 5px;
}

.mw10 {
	margin-right: 10px;
	margin-left: 10px;
}

.mh5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mh10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mhauto {
	margin: auto 0;
}
.mr5 {
	margin-right: 5px;
}
.mr15 {
	margin-right: 15px;
}
.ml20 {
	margin-left: 20px;
}
.mwcenter {
	margin: 0 auto;
}
.search {
	margin: 10px 3px;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.no-float {
	float: none;
}
.cursor {
	cursor: pointer;
}
.cursor-help {
	cursor: help;
}
.no-cursor {
	cursor: default;
}
.fake-drop {
	border: 1px solid #BDBDBD;
	border-radius: 0 4px 4px 0;
	margin: 0;
}
.obgt {
	color: red;
}
.border {
	border: 1px solid #BDBDBD;
}
.grafico {
    padding: 0;
}

.text-primary {
	color: #337ab7;
}
.text-danger {
	color: #D20400;
}

.text-warning {
	color: #FFA500;
}
.text-success {
	color: #50B748;
}

.text-purple {
	color: #713971;
}

.text-disabled {
	color: #888a85;
}

.white-color > li > a {
	color: white;
}

.bg-primary {
	background-color: #337ab7;
}
.bg-danger {
	background-color: #D20400;
}

.bg-warning {
	background-color: #FFA500;
}

.bg-success {
	background-color: #50B748;
}

.bg-called-off {
	background-color: gray;
}

.bg-purple {
	background-color: purple;
}

.bg-black {
	background-color: black;
}

.text-white, .bg-success, .bg-warning, .bg-danger, .bg-called-off, .bg-primary, .bg-black, .bg-purple {
	color: #FFFFFF;
}
.w-auto {
	width: auto;
}

.w-100 {
	width: 100% !important;
}

/* Responsivo
--------------------------------------------------------------------------------------------------*/

@media (max-width: 992px) {
	.nav-side-menu-original,
	.nav-side-menu-painel,
	.nav-side-menu-suporte,
	.nav-side-menu-aluno {
		margin-bottom: 35px;
		z-index: 1;		
	}
	
	#box-cabecalho {
		width: 250px !important;
	}
	
	.nav-side-menu-original ul li,
	.nav-side-menu-painel ul li,
	.nav-side-menu-suporte ul li,
	.nav-side-menu-aluno ul li {
		height: 55px;
	}
	.btns-aluno {
		width: auto;
		left: 50px;
	}
	.conteudo {
		padding: 0;
	}
	.rodape {
		text-align: center !important;
		position: relative;
	}
	.assinatura {
		text-align: center !important;
	}
}

@media (max-width: 780px) {
	.page-header h2, .calendar .fc-center h2 {
		font-size: 25px;
	}
	.nav-side-menu-original, .nav-side-menu-painel {
		margin-bottom: 35px;
		top: 59px;
	}
	.modal-email {
		width: auto;
	}
	.nav-side-menu-original ul li,
	.nav-side-menu-painel ul li,
	.nav-side-menu-suporte ul li,
	.nav-side-menu-aluno ul li {
		height: 55px;
	}
	.btns-aluno {
		background: none;
		border-bottom: none;
		left: 0;
		padding: 0;
		position: relative;
		top: 10px;
	}
	.btns-aluno h2{
		display: none;
	}
	.title-header {
		float: none;
		line-height: 40px;
	}
	.titulo, .titulo_painel, .titulo_suporte {
		font-size: 30px;
	}
	.titulo img {
		max-height: 30px;
	}
	.grafico {
		text-align: center;
	}
	
	.financeiro {
	 	margin-top: 15px;
	    width: 100%;
	}
	.form .form-group {
	    margin-bottom: 0;
	}
	
	.form-group input,  .input-group{
	    margin-bottom: 10px;
	}
	
	.foto-aluno {
	    width: auto;
	    margin: 15px auto;
	}
 
	.hover-foto {
		float: none;
		text-align: center;
	}
	
	.notifications {
    	top: 40px;
	}
	.passos {
		text-align: left;
	}
	
}

@media (max-width: 640px) {
	.grafico {
		text-align: center;
	}
	.btn-cadastro, .search-field {
		text-align: left;
		margin: 0;
	}
	
	#box-cabecalho {
		width: 200px !important;
	}
	
	.search-field {
		float: none;
		margin: 10px 0;
		width: 100%;
	}
	.conteudo {
		padding-left: 25px;
	}
	.btn-cadastro button, .grupo-btns button {
	    margin: 5px 0;
	}
	
	.indicadores {
		padding: 7%;
	}
	
	.chartFases {
		margin-left: -40px;
		margin-top: 0;
	}
	.mobile640 {
		display: none;
	}
}

@media (max-width: 450px) {
	.btn-cadastro {
		float: none;
	}
	.btn-cadastro button, .grupo-btns button {
	    width: 100%;
	    margin: 5px 0;
	}
	
	.indicadores {
		padding: 7%;
	}
	
	#box-cabecalho {
		display: none;
	}
	
	#box-cabecalho-inmenu {
		display: block !important;
		padding: 0px 20px;
	}
	
	.chartFases {
		margin-left: 0;
		margin-top: 0;
	}
	.mobile450 {
		display: none;
	}
	.nav-side-menu-original, .nav-side-menu-painel {
		margin-bottom: 35px;
		top: 50px;
	}
}

@media (max-width: 350px) {
	.grupo-btns {
		text-align: left;
	}
	.grupo-btns button {
		margin: 5px 0px;
		margin-right: 3px;
	}
	.mobile350 {
		display: none;
	}
	.btn-hideshowmenu {
		position: relative; 
		transition: .3s ease;
	}
	
}

