/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 5, 2017, 9:22:01 AM
    Author     : jael
*/

/*-------------------------------------------------------------------------------------------------------------------------------------
 do nome do usuário
--------------------------------------------------------------------------------------------------------------------------------------*/
.nome_user{
    color: white;
    font-size: 20px;
    margin: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------
configurações utilizadas para mudar a cor de alguns icones das fontes Font Awesome Icons 
--------------------------------------------------------------------------------------------------------------------------------------*/
.fa-trash-red{
   color: red;
}
.fa-exchange{
    color: green;
}


/*-------------------------------------------------------------------------------------------------------------------------------------
configurações das letras H*
--------------------------------------------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family:'Arimo';
	font-weight:500;
	color:#485053;
	margin:10px;
	padding:0;
}
h1 {
	font-size:30px;
	margin-bottom:40px;
}
h2 {
	font-size:24px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------
configurações utilizadas na exibição do conteúdo das disciplinas
--------------------------------------------------------------------------------------------------------------------------------------*/

.box {
    background-color:#f7f7f7;
    box-shadow: 0px 0px 10px #cfcfcf;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom:25px;       
}

.box a{
    text-decoration: none;
}


.box-title {
	background-color:#ededed;
	height:60px;
	line-height: 60px;
	font-size: 14px;
	font-family: 'Arimo';
	font-weight: 500;
	color:#485053;
	padding-left:20px;
	padding-right:20px;
	border-bottom:1px solid #e1e1e1;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.box-title span {
	float:right;
}
.box-title .box-arrow {
	float:right;
	width:30px;
	height:60px;
	text-align: right;
}

.box-closed .box-arrow img {
	transform: rotate(180deg);
}

.box-title .box-arrow img {
	transform: rotate(270deg);
}

.box-body {
    padding:20px;
    font-size:14px;
    color:#485053;
    background-color: #ffffff;
}

.box-collapse .box-title {
	cursor:pointer;
}

.lesson_item {
	line-height: 35px;
	cursor:pointer;
	transition: all 0.5s;
}
.lesson_item:hover {
	/*opacity:0.5;*/
        background-color: #b1dbe2;
        
}
.lesson_item a {
	display:block;
	color:#485053;
	text-decoration: none;
}

.lesson_item_menu{
    background-color: white;
        border-width: 1px;
        border-style: solid;
        border-color: #b2b1b0;
        min-height:350px;
         height:auto !important;
         height:350px;
         padding: 10px;
         -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
             
}

.body-aula{
    /*background-color: #efeded;*/
}

.conversa-send{
    margin-top: 20px;
    text-align: left;
}

.conversa-send textarea{
    min-height: 150px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------
configurações da div para download do arquivo
--------------------------------------------------------------------------------------------------------------------------------------*/
.arquivo{
    color: red;
    font-size: 100px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------
background img tela full
--------------------------------------------------------------------------------------------------------------------------------------*/
html,
.img-full-body {
  height: 100%;
  margin: 0;
}

.img-full {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
  margin-bottom: 0px !important;
  padding: 0px 0px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  max-width: 100%;
}

/* OBS dimensões da imagem da página principal (home) */
.img-full .img-full-image {
  z-index: -1;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.chat-img img{
    width: 50px;
    height: 50px;
}

.chat-img img:hover{
    width: 100px;
    height:100px;
}

/* lista de permissões do grupo*/
.horizontal-checkbox {
    height: 30px;
    line-height: 30px;
    width:100%;
    font-size:13px;
    outline:0;
    padding-left:5px;
    padding-right:5px;
    margin-top:5px;
}

/* altera as propriedades de alguns botões*/
    .btn-select{
        background-color: #ddf2cb;
    }
    .btn-select:hover{
        background-color: #5d9131;
        color: white;
    }
    