/************************************************************ VAR COLORS ***/
/************************************************************ VAR COLORS ***/

:root {

    /* primary colors */
    --primary-50: #eff6ff;
    --primary-100: #dbeafe;
    --primary-200: #bfdbfe;
    --primary-300: #93c5fd;
    --primary-400: #60a5fa;
    --primary-500: #3b82f6;
    --primary-600: #2563eb;
    --primary-700: #1d4ed8;
    --primary-800: #1e40af;
    --primary-900: #1e3a8a;

    /* grey */
    --grey-25: #f9fcff;
    --grey-50: #f0f4f8;
    --grey-100: #d9e2ec;
    --grey-200: #bcccdc;
    --grey-300: #9fb3c8;
    --grey-400: #829ab1;
    --grey-500: #627d98;
    --grey-600: #486581;
    --grey-700: #334e68;
    --grey-800: #243b53;
    --grey-900: #102a43;

    /* warnings */
    --danger-zone: #990000;

    --header2_atrium: #dcebff;
    --header3_atrium: #dbe6fd;
    --section_edicao_cursos_title_color: #204075;
    --section_titles_text_color: #00689d;
    --section_titles_text_color_hover: #032f46;
    --info_color_text: #33b5e5;
    --curso_lista_button_bgColor: #eff8fc;
    --text_container_background_color: #e6f6fc;

    --section_subtitles_background_color: #4285f4;
    --section_colored_divider: rgba(165, 197, 250, 0.5);

    --atrium-links-border_color: #b1d1fa;
    --atrium_btn_color_text: #4285f4;

    --lista_cursos_border_color: #dcebff;

    --area-trabalho-background_color: #1D52A8;
    --area-trabalho-links-text-color: #1257c7;
    --area-trabalho-links-background_color: #e6efff;
    --area-trabalho-links-background_color_hover: #4285f4;

    --area-aulas-arvore-main-titulo-background_color: #4285f4;
    --area-aulas-arvore-titulo-curso-background_color: #1D52A8;
    --area-aulas-arvore-unidade-curso-background_color: #1784BF;
    --area-aulas-arvore-sessao-curso-background_color: #16A7B5;
    --area-aulas-arvore-topico-curso-background_color: #a7e8ff;
    --area-aulas-arvore-extras-curso-background_color: #e5e5e5;

    --admin-areas-entrada-rectangle_color: #1d52a8;

    --bloco-notas_item-background_color: #f7fdff;

    /* NOTE: important!! >>> for ie 11 check HEX values before var()*/
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

@viewport {
    zoom: 1.0;
    width: device-width;
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    src: local(sans-serif), url(../fonts/roboto/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    src: local(sans-serif), url(../fonts/roboto/Roboto-Bold.ttf);
    font-weight: 500;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    /*	font-weight:normal;*/
}

/* Main */

body {
    margin: 0px;
    padding: 0px;
    color: #000000;

}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/iconfont/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: text-bottom;
    /* NETFORMA */

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';

}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: var(--area-trabalho-links-text-color);
}

td {
    font-size: 1em;
    color: #000000;
}

/* estava 11px */

/* textos */
.titulo1 {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    color: var(--section_edicao_cursos_title_color);
    border: 1px solid var(--lista_cursos_border_color);
    border-radius: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.titulo2 {
    font-size: 1.3rem;
    font-weight: normal;
    color: var(--section_titles_text_color);
}

.titulo22 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #006699;
    text-align: left;
    max-width: 80%;
}

.titulo3 {
    color: #006699;
    font-weight: bold;
}

.titulo4 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #FFF;
}

/* titulos nas barras da edição */
.textoPreto16 {
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}

/* titulos nas barras da edição */
.textoPreto13 {
    font-size: 0.8rem;
    text-decoration: none;
    text-align: left;
    color: #000000;
}

.titulo_bloco_notas {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    color: white;
    background-color: var(--section_titles_text_color);
    border: 1px solid var(--lista_cursos_border_color);
    border-radius: 60px;
    padding: 10px 0 10px 30px;
    margin-top: 20px !important;
}

.quadro_notas {
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    background-color: var(--section_subtitles_background_color);
    border-radius: 15px !important;
}

.quadro_notas-item {
    background-color: var(--bloco-notas_item-background_color);
    padding: 10px 0 10px 20px;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--info_color_text);
}

.subtitulo_bloco_notas--borderLeft {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


.divitem {
    font-size: 13px;
    background-color: #FFF;
    color: #000000;
    padding: 3px;
}

/*Equivalente ao tableitem para divs */
.form1 {
    text-align: right;
    color: #000000;
    font-size: 12px;
    padding-right: 6px;
}

table>tbody>tr>td {
    font-size: 1em !important;
    font-weight: 400;
    /* color: var(--primary-900) !important */
    padding-bottom: 6px;
}

.form2 {
    text-align: left;
    font-size: 12px;
    padding-left: 3px;
}

.campo_obrigatorio {
    font-size: 1.4rem;
    font-weight: bold;
}

.text_tborderbg {
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 500;
    border-radius: 30px 0 0 30px;
}

.text_table_title_assinatura {
    font-size: 1.2rem !important;
    color: #FFF;
    font-weight: 500;
}

.tborderbg {
    padding: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    background-color: var(--section_subtitles_background_color);
}

.tbrderbr-right {
    border-radius: 0 30px 30px 0;
}

.tbrderbr-left {
    border-radius: 30px 0 0 30px;
}

.tbrderbr-radius30 {
    border-radius: 30px;
}

.tbrderbr-radius20 {
    border-radius: 20px;
}

.forum_read {
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}

.forum_title {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}

.forum_titulo_pergunta {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.forum_data_pergunta {
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}

.forum_texto {
    font-size: 13px;
    text-decoration: none;
    color: #000000;
}

.textarea {
    font-size: 11px;
    border: 2px #3D8BAF solid;
    background-color: #FFFFFF;
    color: white;
}

.platforma-textarea {
    border-radius: 10px;
    padding: 20px !important;
    border: 3px solid var(--atrium_btn_color_text) !important;
}

.platforma-input {
    border-radius: 10px;
    padding: 5px !important;
    border: 2px solid var(--atrium_btn_color_text) !important;
}

/* inputs  */
.text {
    padding: 5px;
    border: 1px solid #3D8BAF;
    background-color: #FFFFFF;
    color: Black;
    background: White;
}

.text-sugestoes {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--info_color_text);
}

.table-text-info {
    font-size: 1.2rem;
    padding-left: 30px;
    font-weight: 400;
}

.select {
    border: 1px #0099CC solid;
}

.button {
    width: auto;
    font-size: 11px;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
}

.conteudo_nota_titulo {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF
}

/* Menu antigo */
/*#foldheader{cursor:hand ; font-weight:bold ; list-style-image:url(imagens/aula/fold.gif); font-size : 8pt }
#foldinglist{list-style-image:url(/imagens/aula/list.gif);font-size : 8pt }
.tlink{ text-decoration : none; text-align : left;	color : #003366; }*/



.menutitle {
    color: #FFFFFF;
    text-align: center;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: var(--admin-areas-entrada-rectangle_color);
    padding: 5px;
}




.menuitemUnit {

    font-size: 0.85rem;
    color: #000000;
    text-align: left;
    padding: 5px;
    font-weight: normal;
    border-bottom: #666 thin solid;
    padding-bottom: 7px;
    background-color: #B5B5B5;

}

.menuitemSess {


    font-size: 0.85rem;
    color: #000000;
    text-align: left;
    padding: 5px;
    font-weight: normal;
    border-bottom: #666 thin solid;
    padding-bottom: 7px;
    background-color: #D4D4D4;

}

.menuitemCenter {


    font-size: 0.9em;
    color: #000000;
    text-align: center;
    padding: 5px;
    font-weight: normal;
    border-bottom: #666 thin solid;
    padding-bottom: 7px;
    background-color: var(--grey-25);


}

.menuitemRight {


    font-size: 0.9rem;
    color: #000000;
    text-align: right;
    padding: 5px;
    font-weight: normal;
    border-bottom: #666 thin solid;
    padding-bottom: 7px;
    background-color: #ECECEC;

}


.tbform1 {
    background-color: #eeeeee;
    text-align: right;
    font-size: 0.9em;
}

.tbform2 {
    background-color: #eeeeee;
    text-align: left
}




.loading {
    font-size: 14px;
    font-family: verdana;
    font-weight: bold;
}

.loaded {
    font-size: 12px;
    font-family: verdana;
}



.g-button-clean {

    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 12px;
    min-width: 100px;
    width: 100px;
    height: 27px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #5DABCC;

}

.g-button-delete {

    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #66737D;

}

.g-button-stop {

    color: #fff;
    text-align: center;
    font-size: 10px;
    min-width: 40px;
    width: 40px;
    height: 18px;
    cursor: pointer;
    margin: 0;
    padding-bottom: 3px;
    border: none;
    background-color: #244979;

}

.g-button-stopFormando {

    color: #fff;
    text-align: center;
    font-size: 12px;
    min-width: 70px;
    width: 70px;
    height: 25px;
    cursor: pointer;
    margin: 0;
    padding-bottom: 3px;
    border: none;
    background-color: #244979;
    border: 1px solid #cccccc;
}

.g-button-secretaria {

    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 12px;
    min-width: 100px;
    width: auto;
    height: 25px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #5DABCC;

}

.g-button-secretaria2 {

    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 12px;
    min-width: 100px;
    width: auto;
    height: 25px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background-color: #27233F;
    border: none;

}

.g-button-secretaria3 {

    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 12px;
    min-width: 100px;
    width: auto;
    height: 25px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #C92828;

}




/* ******************************************************************************************/
/* ***************************** CSS PARA PLATAFORMA DE LÍNGUAS *****************************/
/* ******************************************************************************************/

/*documentos no alterar.php */
.documents_border {
    border: #0099cc 1px solid;
    padding: 10px;
    margin: 10px;

}



/*TITULOS-AREAS*/
.titulos_areas {

    color: var(--section_titles_text_color);
    font-size: 2em;
    font-weight: bold;
    margin-left: 10px;
    float: left;


}

/* ::::::::::::     botoes layout     ::::::::::::: */

.button-informacoes {
    /* Informações, Continuar */

    /*texto*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 1px 1px #333333;

    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    width: auto;

    cursor: pointer;
    margin: 0;
    background-color: #1A3340;
    border: 0;


}

.button-azul-medio {
    /* Imprimir Grelha 2 */

    /*texto*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 1px 1px #333333;

    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    width: auto;

    cursor: pointer;
    margin: 0;
    background-color: #1A3340;
    border: 0;



}


.button-azul-grande {
    /* Informações, Continuar , maior azul escuro */

    /*texto*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 1px 1px #333333;
    /*geral*/
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    width: auto;

    cursor: pointer;
    margin: 0;
    background-color: #1A3340;
    border: 0;


}


.button-vermelho {
    /* apagar, excluir D03E3F*/

    /*texto*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 1px 1px #333333;
    /*geral*/
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    width: auto;

    cursor: pointer;
    margin: 0;
    background-color: #D03E3F;
    border: 0;


}





.button-sair {

    /*texto*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 1px 1px #333333;

    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    width: auto;

    cursor: pointer;
    margin: 0;
    /*	padding-bottom:1px;*/
    background-color: #690903;
    border: 0;

}




.button-pesquisar {
    /* pesquisar, imprimir tamanho medio */

    /*texto*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    background-color: var(--primary-500) !important;
    padding: 10px;
    line-height: 30px;
    border-radius: 30px;
    width: auto;
    cursor: pointer;
    border: 0;

}


.button-cinza-medio {
    /* Não responder , cinza */

    /*texto*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 1px 1px #333333;

    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    width: auto;

    cursor: pointer;
    margin: 0;
    background-color: #333333;
    border: none;

}


.button-cinza-grande {
    /* Não responder , cinza */

    /*texto*/
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 1px 1px #333333;
    /*geral
	min-width: 180px;*/
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    width: auto;

    cursor: pointer;
    margin: 0;
    background-color: #333333;
    border: none;

}



button:hover {

    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1);

}


.inputlitle {

    font-size: 10px;
    border: 1px solid #E3E3E3;
    background-color: #F6F6F6;
    color: #333333;
}

input[type="button"],
input[type="submit"] {

    transition: all 0.3s ease;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);

}

/* OVER PARA TODOS OS BTS DA PLATAFORMAS - input button e input submit */
input[type="button"]:hover,
input[type="submit"]:hover {

    -webkit-filter: brightness(1.4);
    -moz-filter: brightness(1.4);
    -o-filter: brightness(1.4);
    -ms-filter: brightness(1.4);
    filter: brightness(1.4);

    /*animation:  jumping 1s ease-in-out 0s 1;*/
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.7);

}

/*
@keyframes scaling {
  0% { transform: scale(1); }
  60% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes jumping {
  	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-2px);}
    60% {transform: translateY(-1px);}
}

*/
input[type="text"]:hover {
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -o-filter: brightness(1.3);
    -ms-filter: brightness(1.3);
    filter: brightness(1.3);
}

/* botoes de topo */
.botoes_topo_li {
    display: inline;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/***************************************************************************************/
/* escola/alterar.php */
/***************************************************************************************/
.section-dados-pessoais {
    background-color: var(--grey-50);
    padding: 20px;
    border-radius: 20px;
}

/***************************************************************************************/
/* comunidades/--------/edicao.php */
/***************************************************************************************/
.comunidades-edicao__mainTitle {
    margin-bottom: 15px;
}

.comunidades-edicao__mainlink {
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.5s ease-in-out;
    color: var(--area-trabalho-links-text-color);
}

.comunidades-edicao__mainlink:hover {
    text-decoration: none;
    margin-left: 10px;
    border-radius: 15px;
    border: 1px solid var(--area-trabalho-links-text-color);
}

/* ******************************************************************************************/
/* ********************************  novo layout responsive  ********************************/
/* ******************************************************************************************/



.whiteLink {

    color: #FFF;

}



.top0 {

    top: 0px !important;

}

.top55 {

    top: 55px !important;

}



.padding_right10 {

    padding-right: 10px !important;

}

.padding_right15 {

    padding-right: 15px !important;

}

.padding_right30 {

    padding-right: 30px !important;

}

.padding_left3 {

    padding-left: 3px !important;

}

.padding_left10 {

    padding-left: 10px !important;

}


.padding_left20 {

    padding-left: 20px !important;

}

.padding_left30 {

    padding-left: 30px !important;

}

.padding_left50 {

    padding-left: 50px !important;

}

.padding_top16 {
    padding-top: 16px !important;

}

.padding_top14 {
    padding-top: 14px !important;

}

.padding_top10 {
    padding-top: 10px !important;

}

.padding_top8 {
    padding-top: 8px !important;

}

.padding_top7 {
    padding-top: 7px !important;

}

.padding_top3 {
    padding-top: 3px !important;

}

.margin_10 {

    margin: 10px;
}


.text_normal {

    font-size: 1.3em;
    margin: 10px;

}

.text_normal_maior {
    font-size: 1.1em;
}

.text_normal_maior h4 {

    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 10px;

}



.text_pequeno {

    font-size: 1rem;


}

.text_mini {

    font-size: 0.8em;


}

.text_mini_plus {

    font-size: 0.7em;
    font-weight: bold;


}

.text_mini_plusplus {

    font-size: 0.6em;
    font-weight: bold;


}


.title_page {
    font-size: 1.5em;
    font-weight: bold;
    margin: 18px;
    color: #FFF;
    padding-left: 20px;
    margin-top: 20px;

}

.title_page_admin {
    font-size: 1.5em;
    font-weight: bold;
    color: #FFF;
    padding-left: 15px;
    padding-top: 10px;
}



/* frame admin */
.container_title_admin {
    display: block;
    position: absolute;
    top: 50px;

    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    height: auto;

    background-color: var(--area-trabalho-background_color);
}

.container_content_admin {

    position: absolute;
    top: 120px;
    display: block;
    padding: 0px;

    width: 100% !important;
    height: auto;

    text-align: center;

}

/* end frame admin */
/************************* INDICE DAS AULAS ***************************/
.body_IND {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden !important;
    /*overflow mobile*/

    overflow-y: auto;
}

#mainContainerIndice_IND {

    position: absolute;
    top: 160px;
    width: 100%;
    overflow-x: hidden !important;
    /*overflow mobile*/
}

.container_title {
    display: block;
    position: absolute;
    top: 200px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    height: auto;
    line-height: 21px;

    background-color: var(--area-trabalho-background_color);
    /*#006699#268DB8;*/
}



.container_content {

    position: absolute;
    top: 285px;
    /* 250 */
    display: block;
    padding: 0px;

    width: 100% !important;
    height: auto;

    text-align: center;

}


.text_container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    min-width: 300px;

    border-radius: 20px;

    height: auto;
    text-align: left;

    background-color: var(--text_container_background_color);
    padding: 20px;


}

.text_container_big {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    min-width: 300px;
    height: auto;
    text-align: left;
    /* background-color:var(--grey-25); */
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.text_container_big2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 300px;

    height: auto;
    text-align: left;

    background-color: #FFF;
    padding: 0px;


}

/* timeline */

#timeline {

    transition: all 0.3s ease;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px;


}

.timeline_outline {

    float: left;
    width: 50px;
    height: 60px;
    text-align: center;
    border: #2C4962 1px solid;

}

.timeline_title {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background-color: #2C4962;
    color: #FFFFFF;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    /*
	
	border:#FFF 1px solid;
	
	
	
	
*/

}

.timeline_title2 {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background-color: #73A1BB;
    color: #FFFFFF;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    /*paddign:2px;
	border:#FFF 1px solid;
	font-size:12px;
	font-weight:bold;
	text-align:center;*/

}


.timeline_data {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    color: #2C4962;
    font-weight: bold;
    /*paddign:2px;
	float:left;
	font-size:12px;
	text-align:center;
	border:#2C4962 1px solid;*/
}

.timeline_msg {

    clear: both;
    display: block;
    width: 100%;
    height: 100px;
    margin-left: 20px;
    margin-top: 80px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;

}


.nowrap {
    word-wrap: nowrap;
    white-space: nowrap;
}

.wrap {
    word-wrap: normal;
    white-space: normal;
}


.width100 {
    width: 100% !important;

}

.width95 {
    width: 95% !important;

}


.width90 {
    /*print calendarização*/
    width: 90% !important;

}

.width99 {
    width: 99% !important;

}

.width80 {
    width: 80% !important;

}

.width70 {
    width: 70% !important;

}

.width60 {
    width: 60% !important;

}

/* ficha trivalor */




.linha_border_bottom {

    border-bottom: #000 thin solid;

}

.litleYellow {

    border: none;
    border-bottom: #FC0 2px solid;
    border-left: #FC0 thin solid;
    border-right: #FC0 thin solid;
    width: 15px;
    text-align: center;
}




.borderTable {

    border: none;
    border: #000 1px solid;
    padding: 2px;

}

.borderTableGreen {

    border: none;
    border: #000 1px solid;
    padding: 2px;
    background-color: #C6FFC6;

}


.bottomBorder {
    border: none;
    border-bottom: #333 thin solid;
    margin-left: 20px;

}

.noBorder {

    border: none;

}

/* ----- */
.btn-navigation {
    font-size: 1em;
    /* -webkit-transition: width 250ms ease-in-out;
	transition: all 250ms;
    overflow: hidden; */
    z-index: 1;
}

/* retirado por causa de bug no Safari */
/* .btn-navigation::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	border-radius: 10em;
	z-index: -1;
	background-color: var(--section_titles_text_color_hover);
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;	
}
.btn-navigation:hover {
	color: #e8e8e8;
   }
   
.btn-navigation:hover::before {
	width: 100%;
   }
 */

.btn_claro {
    margin: 0px;
    border: none;
    height: auto;
    line-height: 34px;
    cursor: pointer;
    font-size: 1.3em;

    color: #FFF;

    background-color: #689BB9;
    /*006699;5089AB;*/

    padding-left: 5px;
    padding-right: 5px;
    /*border-left:#FFF thin solid;*/
}

.btn_red {
    margin: 0px;
    border: none;
    height: auto;
    line-height: 34px;
    cursor: pointer;
    font-size: 1.3em;

    color: #FFF;

    background-color: #af182a;
    /*006699;5089AB;*/

    padding-left: 5px;
    padding-right: 5px;
    /*border-left:#FFF thin solid;*/
}

.spacer_bottom50 {
    clear: both;

    width: 100%;
    height: 50px;
}

.spacer_bottom20 {
    clear: both;

    width: 100%;
    height: 20px;
}

.spacer_bottom10 {
    clear: both;

    width: 100%;
    height: 10px;
}

.spacer_bottom5 {
    clear: both;

    width: 100%;
    height: 5px;
}

.spacer_right15 {
    display: inline-block;
    width: 15px;
    height: 5px;
}


.footer_buttons {

    text-align: center;
    margin-left: 10px;
    margin-top: 20px;

}


/***************************************************************************************/
/* header comunidades */
/***************************************************************************************/

.body_header_comunidades {

    overflow-y: auto;
    overflow-x: hidden;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;

}

/***************************************************************************************/
/* atrium escola/index */
/***************************************************************************************/

.body_atrium {

    overflow: auto;
    background-color: #FFFFFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#logo_atrium {
    background: url(../imagens/layout/logo.png) no-repeat center bottom;
    width: 214px;
    height: 46px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 5px;
}

#header_atrium {
    position: absolute;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
    height: 110px;

}

#header1_atrium {
    padding: 10px 0 10px 10px;
    width: 100% !important;
    text-align: left;
}


#header2_atrium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    line-height: 35px;
    background: var(--header2_atrium);
    padding: 10px 10px;

}

#header3_atrium {

    margin: 5px 0;
    padding: 10px;
    width: 100% !important;
    display: block;
    height: 40px;
    text-align: right;
}


#header3_atrium span {

    font-size: 1.1em;
    padding: 10px;
    border-radius: 20px;
    border: 3px solid var(--header2_atrium);

}


#container_atrium {
    /*center itens margin 0 padding 0*/

    position: abolute;
    margin-top: 135px;

    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: auto;

}

/* item_atrium - não pode ter float:left para criar os espaços vazios*/




.item_atrium {
    width: 190px;
    height: auto;

    text-align: center;
    display: inline-block;
    vertical-align: middle;

    text-decoration: none;
    color: #cccccc;
    text-shadow: 1px 1px #333333;
    font-size: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;


    margin: 5px;


    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;



}



.item_atrium a {
    text-decoration: none;
    color: #FFFFFF;

}

.item_atrium a:hover {
    text-decoration: none;

}

.item_atrium:hover {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}


.nomeArea_atrium {

    width: 190px;
    height: 159px;
    /* line-height:159px; - center vertical */

    text-align: center;

    display: table-cell;
    vertical-align: bottom;


    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.alignTextAtrium {

    position: relative;
    bottom: 10px;
}


/******************************/
/**** lang ********************/


.lang_bt {
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
    border-radius: 1px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
}

#lang_ul {

    width: 130px;
    height: auto;
    background-color: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    padding: 5px;
    display: none;
    list-style-type: none;


}

#lang_span {

    position: absolute;
    right: 0;
    top: 0;
    margin-top: 45px;
    margin-right: 15px;
}




/***************************/
/***************************************************************************************/
/* lista de cursos */

.body_lista_cursos {

    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FFFFFF;
}


.curso_lista_item_container {
    /* border-bottom: 1px solid var(--section_colored_divider); */
    margin-bottom: 5px;
}

.curso_lista_item_container h4 {
    /* border-bottom: 1px solid var(--section_colored_divider); */
    color: var(--grey-400);
    font-size: 1rem;
    font-weight: 400;
}

.curso_lista-nome {

    margin-top: 5px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none !important;
    transition: 200ms all ease;
    border: 1px solid var(--section_colored_divider);
    cursor: pointer;
    color: var(--atrium_btn_color_text);
    background-color: var(--curso_lista_button_bgColor);
}

.curso_lista-nome:hover {
    background-color: var(--section_subtitles_background_color);
    color: white;
}

.curso_lista-descricao {
    margin-top: -15px;
    text-align: center;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 0.35rem;
    border: 0;
    align-items: center;
    border-top: 1px solid var(--section_colored_divider);
}

.edicao_lista {

    float: right;
    margin-top: 10px;
}

.autoinscricao_lista {

    float: right;
    width: 90px;
    margin-bottom: 10px;
}

/***************************************************************************************/

/* menu area de trabalho */

/***************************************************************************************/

#area_de_trabalho {
    /*menu -  comunidades/header.tpl */

    position: absolute;
    top: 245px;
    left: -400px;
    /*width:auto;*/
    width: 350px;
    height: auto;
    /* background-color:var(--area-trabalho-background_color); */
    background-color: white;

    display: block;
    z-index: 10;
    padding: 10px;

    -webkit-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.55);
    border-radius: 0px 20px 20px 0px;


}

#area_de_trabalho-closeBtn {
    float: right;
    cursor: pointer;
    color: white;
    font-weight: bolder;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: var(--area-trabalho-background_color);
    margin-top: -30px;
    margin-right: -30px;
}

#menu_area_de_trabalho {
    /*bt*/
    position: absolute;
    top: 135px;
    left: 0px;
    height: 40px;
    width: auto;
    /* overflow mobile*/
    /*width:100%;*/
    /*background-color:#F5F5F5;*/
    color: #2C4962;
    font-weight: bold;
    padding-left: 15px;

    font-size: 1.4em;
    line-height: 40px;

    float: left;
    cursor: pointer;

    /*overflow-x:hidden !important; overflow mobile*/
}

.link_AT {

    padding-right: 10px;
    padding-left: 2px;
    float: left;

}

.AT {

    float: left;
    padding-right: 10px;
}

#area_de_trabalho ul {
    margin: 5px;
}

#area_de_trabalho ul li:first-child {
    color: #FFF;
    font-size: 1.4em;
    font-weight: 800;
    background-color: var(--area-trabalho-background_color);
    padding-left: 20px;
    margin-left: -17px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0 40px 40px 0;
    border: 2px solid var(--lista_cursos_border_color);

}

#area_de_trabalho ul li {

    text-decoration: none !important;
    list-style-type: none;
    padding: 5px 0 5px 15px;


}

#area_de_trabalho ul li a,
.sidenav-section-links ul li a {

    font-size: 1em;
    font-weight: 400;
    color: var(--area-trabalho-links-text-color);
    margin-bottom: 1px;
    background-color: var(--area-trabalho-links-background_color);
    word-wrap: break-word;
    border-radius: 20px;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    padding: 5px 0 5px 15px;

}

#area_de_trabalho ul a:hover,
.sidenav-section-links ul li a:hover {
    background-color: var(--area-trabalho-links-background_color_hover);
    color: white;

    text-decoration: none;
}

/***************************************************************************************/

/* menu lateral cursos/curso.php */

/***************************************************************************************/

.sidenav {
    height: 100%;
    width: 0;
    /* position: fixed;*/
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color:var(--area-trabalho-background_color); */
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    margin-bottom: 60px;
    margin-top: -40px;
    height: auto;
    -webkit-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.55);
    border-radius: 0px 20px 20px 0px;
}

.sidenav h3 {
    /* color: white; */
    color: var(--area-trabalho-background_color);
    font-size: 2em;
}


.sidenav-closeBtn {
    float: right;
    cursor: pointer;
    color: white;
    font-weight: bolder;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid white;
    background-color: var(--area-trabalho-background_color) !important;


}

.sidenav-closeBtn:hover {
    text-decoration: none;
}

.sidenav-section-title {
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    background-color: var(--area-trabalho-background_color);
    padding-left: 20px;
    margin-left: -2px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0 40px 40px 0;
    border: 2px solid var(--lista_cursos_border_color);
}

.sidenav-section-title h4 {
    margin-top: 10px;
    font-weight: 600;
}

.sidenav-section-links ul {
    margin: 10px 15px 15px 15px;
    list-style-type: none;

}

.sidenav-section-links ul li a {
    margin-bottom: 10px;
    font-weight: 600;
}



/************************* calendário *********************************/

#cal {
    position: fixed;
    margin: 0px;
    padding: 0px;
    line-height: 1px;

    top: 2em;
    left: auto;
    right: auto;

}


/* includes */

.redLink {

    color: #690903 !important;


}

.redFont {

    color: #FF0000 !important;


}

.menuitem {
    /* menu administração */
    font-size: 1rem;
    color: #000000;
    text-align: left;
    /*padding: 15px;*/
    margin-bottom: 10px;
    font-weight: normal;
    background-color: var(--grey-25);
    border-bottom: 1px solid var(--primary-200);

}

.tableitem {
    font-size: 1rem;
    background-color: #FFF;
    color: #000000;
    padding-left: 10px;
}

.tableitem_membros {
    font-size: 13px;
    color: #000000;
    height: 35px;
    border-bottom: #2C4962 1px solid;
}

#membros_table tr:nth-child(odd) {
    background-color: #DFDFDF;
}

#membros_table tr:nth-child(even) {
    background-color: #FFF;
}


.calendarHeader_month {
    font-size: 13px;
    font-weight: bolder;
    color: #666;
    padding-top: 15px;
    padding-bottom: 10px;
}

.calendarHeader {
    font-size: 13px;
    font-weight: bolder;
    color: #09F;
    padding-bottom: 10px;
}


.calendarToday {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    background: rgba(0, 153, 153, .2);
    color: #333;
}



.calendarToday1 {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    color: #09F;
    background: #FFFFFF;
    font-weight: bolder;

    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}


.calendar1 {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    background: #ECECEC;
}

.calendar {
    width: 230px;
    text-align: center;
    font-size: 13px;

}

.calendar2 {
    width: auto;
    text-align: center;
    font-size: 13px;

}

/* end includes */

.note1 {
    text-align: center;
}

.shadow {
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.novidades {
    display: inline;
    height: 20px;
    line-height: 20px;

    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: red;
    color: #FFFFFF;

}

.ie .novidades {

    height: 18px;
    line-height: 18px;

}


.calendarTesteFinal {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    background: rgb(240, 73, 82);
    color: #FFF;
}

.calendarTesteFinalToday {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    color: red;
    background: #FFFFFF;
    font-weight: bolder;

    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

/*admin testes*/

.divflutuante {

    /* background-color: #ececec;
	border:#2c4962 1px solid;*/
    box-shadow: 6px 6px 0px var(--primary-400);
    background-color: #d5e5ff;
    border-radius: 10px;
    padding: 20px;
    border: none;
    top: 260px;
    right: 20px;
}



/*FORMATAÇÃO DO TITULO DE CURSO*/
.aulas_main_title_IND {

    background-color: var(--area-aulas-arvore-main-titulo-background_color);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99002544, endColorstr=#99002544);
    /* ie8, ie9*/
    /* a cor não aparecia no  ie 9 e assim aparece sem transparencia */
    display: block;
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
}

#img_titulo_IND {
    /*monitor imagem à esquerda do nome do curso */
    background: url("imagens/aula/menu/new/monitor.png") no-repeat;
    background-position: center;
    display: inline;
    float: left;
    width: 23px;
    height: 60px;
    margin-right: 20px;
    margin-left: 25px;
}

/*   
#nome_curso_IND{
	color:#FFF;
	text-align:left;
	
	font-size:1.7em;
	line-height:60px;
	display:inline;
}
*/

/*FORMATAÇÃO DO INDICE PRINCIPAL*/

.indice_IND {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;

    text-align: left;
    list-style: none;

    width: 100%;
}

/*TITULOS AZUIS FIXOS*/
.blue_titles_IND {

    display: block;
    width: 100%;

    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    font-size: 1.4em;
    text-align: left;
    font-weight: bold;


    margin-bottom: 5px;
    line-height: 30px;
    height: 30px;



}


/*TAGS QUE ALINHAM A ESQUERDA*/
.tags_left1_IND {
    display: block;
    float: left;
    width: 100%;
    color: #FFFFFF;
    background: var(--area-trabalho-background_color);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5D95B6, endColorstr=#5D95B6);
    /* ie8, ie9*/
    cursor: pointer;

    margin-top: 5px;
    padding: 10px 0px 10px 0px;
    cursor: default;


}

.tags_left_IND {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 35px;
    padding: 10px 0 10px 0;
    color: #FFFFFF;

    background-color: var(--area-aulas-arvore-titulo-curso-background_color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5D95B6, endColorstr=#5D95B6);
    /* ie8, ie9*/
    cursor: pointer;

    margin-top: 5px;

}

/*TAGS QUE ALINHAM A DIREITA*/
.tags_right_IND {
    display: inline;
    float: right;
    margin-right: 20px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 0.7em;
}


.tags_right_IND img {
    display: inline;
    float: left;
    padding: 10px;
    border: 0;
}

.tags_right_IND:hover {
    opacity: .5;
}

/*FORMATAÇÃO DOS ICONS ALINHADOS A ESQUERDA COM O TEXTO*/
.img_class_IND {

    display: inline;
    /* não faz diferença */
    float: left;
    margin-right: 0px;
    border: 0;

}




/*FORMATAÇÃO DO INDICE 1*/
.indice_1_IND {
    display: inline;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 2px;
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    background-color: var(--area-aulas-arvore-extras-curso-background_color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44000000, endColorstr=#44000000);
    /* ie8, ie9*/
    color: #3E3264;
    padding: 10px 0 10px 45px;
    cursor: pointer;


}


/*FORMATAÇÃO GERAL DE TODOS OS NIVEIS*/
.nivel_2_IND,
.nivel_3_IND,
.nivel_4_IND {
    display: none;
    float: left;
    width: 100%;


}

/*FORMATAÇÃO GERAL DE TODOS OS SUBLINKS*/
.sub_link1_IND,
.sub_link2_IND,
.sub_link3_IND,
.sub_link4_IND,
.sub_link5_IND,
.sub_link6 {
    display: block;
    float: left;
    width: 100%;

    margin-top: 5px;
    font-size: 1em;
    text-align: left;

    cursor: pointer;
    padding-bottom: 5px;

    height: auto;
    /*mobile*/
    line-height: 30px;

}

/*FORMATAÇÃO INDIVIDUAL DE TODOS OS SUBLINKS*/
.sub_link1_IND {
    display: none;
    padding-left: 45px;
    color: #3E3246;
    background: rgba(0, 0, 0, .1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
    /* ie8, ie9*/
}

.sub_link2_IND {
    padding: 10px 0 10px 45px;
    color: #FFF;
    background-color: var(--area-aulas-arvore-unidade-curso-background_color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66006666, endColorstr=#66006666);
    /* ie8, ie9*/

}

.sub_link3_IND {
    padding: 10px 0 10px 75px;
    color: #FFF;
    background: var(--area-aulas-arvore-sessao-curso-background_color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44000000, endColorstr=#44000000);
    /* ie8, ie9*/
}

.sub_link4_IND {
    padding: 10px 0 10px 75px;
    color: #FFF;
    background-color: var(--area-aulas-arvore-sessao-curso-background_color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88002544, endColorstr=#88002544);
    /* ie8, ie9*/

}

.sub_link5_IND {
    padding: 10px 0 10px 105px;
    color: #3E3264;
    background: rgba(0, 0, 0, .1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
    /* ie8, ie9*/
}

.sub_link6 {
    padding: 10px 0 10px 110px;
    color: #3E3246;
    background-color: var(--area-aulas-arvore-topico-curso-background_color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77009966, endColorstr=#77009966);
    /* ie8, ie9*/
}

.sub_link6 p {
    color: #3E3246;
    font-size: .8em;
}

.aulas_pra_IND {
    background: rgba(0, 102, 153, .1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88006699, endColorstr=#88006699);
    /* ie8, ie9*/
}

/*FORMATAÇÕES DOS ICONS DOS SUBLINKS*/
.sub_link1_IND img,
.sub_link2_IND img,
.sub_link3_IND img,
.sub_link4_IND img,
.sub_link5_IND img {
    display: inline;
    float: left;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border: 0;
}

/*#nome_curso_IND{
	
	padding-left:25px;
}*/



/*FORMATAÇÃO DOS DOIS TIPOS DE TEXTO A BRANCO OU CINZA*/
.text_class_IND {
    display: inline;
    width: auto;
    margin-left: 5px;
    line-height: 30px;
    color: #FFF;

}

.text_class2_IND {
    display: inline;
    width: auto;
    font-size: .8em;
    margin-left: 5px;
    line-height: 35px;
    color: #3E3264;
}


/*LIMPA OS FLOATS E AS MARGENS E PADDINGS*/
.clear_IND {
    clear: both;
    margin: 0px;
    padding: 0px;
}

/*SOMBRAS*/
.shadow_IND {
    -moz-box-shadow_IND: 1px 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-box-shadow_IND: 1px 1px 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .4);
}

.clicar_barras_IND {

    display: inline;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 10px;
}

.paddingIcon_IND {

    padding: 5px;
    padding-left: 25px;
}



/*novidades*/

.titulo_novidades {

    color: #063246;

}

.line100 {

    width: 100%;
    clear: both;
}

/* area pessoal - perfil do aluno */

.questionario {
    display: block;
    width: 100%;
    padding: 4px;
    background-color: #D2DFE6;
    border: #3D8BAF thin solid;
}

.video {
    display: block;
    width: 500px;
    height: 385px;

}

.videoUp {
    display: block;
    width: 500px;

}


.topo_perfil {
    width: 100%;
    float: left;

}

.foto_perfil {

    float: right;

    text-align: right;


}

.foto_perfil img {
    width: 120px;
    height: 120px;
    border: 5px solid var(--area-trabalho-links-text-color);
    border-radius: 50%;
}

.nome_perfil {

    float: left;
    width: 80%;
    text-align: left;

}

/********************************************************************************************/
/*logout formando */


.texto_logout_formando {

    /*  centrar div */
    width: 500px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -50px;
    position: absolute;
    /* conteudo da div */
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    background-color: #036;

}

/**mensagens com tutor e formandos */

.pesquisa_msg {

    float: left;

    vertical-align: middle;
    padding: 3px;

    height: 30px;
    line-height: 30px;

}

/* lista de membros */
#area_mapas {

    width: 100%;
    height: auto;

}

#area_mapas li {

    float: left;
    list-style-type: none;

    padding: 5px;
    height: 5px;
    line-height: 5px;
    margin-bottom: 10px;

    font-size: 1.1em;
    font-weight: bold;
    border-right: #333 thin solid;
    color: #006699;


}

/* ******************************************************************************************/
/* **************************************** TESTES PSICOLÓGICOS *****************************/
/* ******************************************************************************************/


.questContainer {
    margin: 0 10%;
    padding: 15px 30px 30px 30px;
    background: -webkit-linear-gradient(left top, #FEFEFE, #CECECE);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #FEFEFE, #CECECE);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #FEFEFE, #CECECE);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #FEFEFE, #CECECE);
    /* Standard syntax (must be last) */
    background-repeat: repeat-y;

    font-size: 16px;
    font-weight: bold;

}

.questTitle {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}



.questPerguntas {
    width: 100%;
    display: block;
    text-align: left;



}

.questListMark {
    clear: both;
    float: left;
    background-color: #2C4962;
    /*AZUL*/
    width: 7px;
    height: 39px;
    margin-bottom: 2px;

}

.questPergunta {

    float: left;
    width: 80%;
    min-width: 180px;
    height: auto;
    text-align: left;
    padding-left: 30px;




}

.questResposta {

    float: right;
    width: 80px;
    text-align: right;
    padding: 5px;


}

.questResposta img {

    margin-bottom: 2px;
    cursor: pointer;
}

.questResultado {
    width: 100%;
}

.questResultado .questText {
    display: inline-block;
    margin-right: 0;
    margin-left: 3%;
    width: 45%;
}

.questRespostaV {

    margin: 0 auto;
    display: inline;
    float: left;

    text-align: center;
    width: 31px;
    height: 31px;
    line-height: 31px;

    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;

    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;

    cursor: pointer;



}

.questRespostaF {
    margin: 0 auto;
    display: inline;
    float: left;
    text-align: center;

    width: 31px;
    height: 31px;
    line-height: 31px;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;

    cursor: pointer;

    margin-left: 5px;

}

.activeV {
    background-color: #3BB143;
    color: #FFF;
}

.inactiveV {
    background-color: #C0C0C0;
    color: #333;
}

.activeF {
    background-color: #d30000;
    color: #FFF;
}

.inactiveF {
    background-color: #999;
    color: #333;
}

.questPerguntaEM {
    float: left;

    margin-bottom: 5px;
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 1.2em;
}

.questRespostaV_P {

    margin: 0 auto;
    display: inline;
    float: left;

    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;

    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;

    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;

    cursor: pointer;

    font-size: 0.8em;



}

.questRespostaF_P {
    margin: 0 auto;
    display: inline;
    float: left;
    text-align: center;

    width: 40px;
    height: 40px;
    line-height: 40px;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;

    cursor: pointer;

    margin-left: 5px;

    font-size: 0.8em;

}

.questResposta_P {

    float: right;
    width: 90px;
    text-align: right;
    padding: 5px;


}

.questListMark_P {
    clear: both;
    float: left;
    background-color: #2C4962;
    /*AZUL*/
    width: 7px;
    height: 50px;
    margin-bottom: 2px;

}

/******************* input file upload **************************/
div.fileinputs {
    position: relative;

}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;

}




.pointer {
    cursor: pointer;
}

input.file {
    position: relative;
    text-align: right;

    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;

    z-index: 5;
    height: 45px;
    width: 30px;

}


.text_upload_min {

    border: none;
    border-bottom: #2c4962 2px solid;
    width: auto;
    height: 18px;

}

/* inserir um trabalho, um curso, um tutor, etc */
.linha_inserir {

    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
    font-weight: bold;
    border: 1px solid var(--area-trabalho-links-text-color);
    border-radius: 30px;
    margin-bottom: 30px;

}

.handCursor {

    cursor: pointer;

}

.tableRow tr:nth-child(odd) {
    background-color: #E9E9E9;

}

.tableRow tr:nth-child(even) {
    background-color: #fbfbfb;

}


.marquee_div {
    position: absolute;
    margin-left: auto;
    margin-right: auto;

    left: 50%;
    margin-left: -350px;

    width: 700px;

    height: 20px;
    color: #BEE3F6;
    font-weight: bold;
    font-size: 1.3em;

}

/* bolinha verde */
.greenBall {

    display: block;
    background: green;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 1;

}

/* bolinha vermelha */
.redBall {

    display: block;
    background: red;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 1;


}


/* novo menu admin */


.menutitleAdmin {


    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    background-color: #7b9ba7;
    padding: 5px;
}

#adminMenu {
    color: #FFFFFF;
    font-size: 22px;
    cursor: pointer;

}

#close {
    color: #fff;

}


.ckeck {

    border: #39F thick solid;
    width: 30px;
    height: 30px;

}

#session-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#session-type h3 {
    font-size: 24px;
    font-weight: 500;
}

.session-types-container {
    display: flex;
    gap: 20px;
}

.session-types-container button {
    border: none;
    padding: 5px 20px;
    width: 120px;
    height: 48px;
    border-radius: 99px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);

}

.session-types-container button:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.session-types-container button img {
    width: 100%;
}


.form-container {
    max-width: 800px;
    margin: 0 auto;
}
.select-container {
    display: flex;
    margin-bottom: 40px;
}
.select-container label {
    max-width: 245px;
    flex: 1;
    text-align: right;
    font-weight: bold;
    padding-right: 6px;
}
.select-container select {
    max-width: 318px;
    flex: 1;
}
#scorm-session-form {
    display: none;
}

.check-container {
    position: relative;
    cursor: pointer;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    border: 2px solid var(--atrium_btn_color_text);
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 38px;
    background-color: #eee;
    border-radius: 10px;
}


/* When the checkbox is checked, add a blue background */
.check-container input:checked~.checkmark {
    background-color: var(--atrium_btn_color_text);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 12px;
    top: 5px;
    width: 10px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scorm-content-element {
    display: flex;
    align-items: center;
}

.scorm-container {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    gap: 5px;
}

.scorm-container img {
    max-width: 48px;
    padding: 0;
}

.scorm-container p {
    font-size: 13px;
    line-height: 14px;
    margin: 0;
}

.disabled {
    opacity: 0.5;
    cursor: none;
    pointer-events: none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


/***************************************************************************************/

/* mobile */

/***************************************************************************************/

@media only screen and (min-width: 1025px) {
    /* styles for wide screens */

    .item_atrium {
        clear: both;

    }



    .bt_admin {
        display: inline-block;

    }




}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* styles for wide screens */

    #container_atrium {
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        display: block;
    }

    .item_atrium {
        float: left;
        width: auto;
        height: auto;
        margin: 0px;
        margin-bottom: 10px;

    }

    .tags_left_IND {

        margin: 0;
        padding: 0;
        height: 40px;
        /*mobile*/
        line-height: 40px;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 12px;

    }

    .sub_link1_IND,
    .sub_link2_IND,
    .sub_link3_IND,
    .sub_link4_IND,
    .sub_link5_IND,
    .sub_link6 {

        margin: 0;
        padding: 0;
        height: auto;
        /*mobile*/
        line-height: 40px;
        margin-bottom: 5px;
    }

    .bt_admin {
        display: inline-block;

    }

    .marquee_div {

        display: none;
    }


}

@media (max-width: 951px) {

    #mainContainerIndice_IND {

        top: 220px;

    }

    #menu_area_de_trabalho {

        top: 188px;

    }

}

@media only screen and (max-width: 600px) {
    /* styles for narrow screens */

    #container_atrium {
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 190px;
        display: block;
    }

    .item_atrium {
        float: left;
        width: auto;
        height: auto;
        margin: 0px;
        margin-bottom: 20px;
    }

    .nome_perfil {

        width: 100%;


    }


    /*indice*/
    .tags_left_IND {
        margin: 0;
        padding: 0;
        height: 55px;
        line-height: 55px;
        margin-bottom: 5px;
        margin-top: 5px;

    }

    .sub_link1_IND,
    .sub_link2_IND,
    .sub_link3_IND,
    .sub_link4_IND,
    .sub_link5_IND,
    .sub_link6 {
        margin: 0;
        padding: 0;
        height: auto;
        line-height: 55px;
        margin-bottom: 5px;

    }


    .inputMobile {

        width: 100%;
        height: 40px;
        font-weight: bold;
        font-size: 1.4em;
        border: 1.5px #2C4962 solid;
    }




    .bt_admin {
        display: none;

    }

    .marquee_div {

        display: none;
    }


}

@media (max-width: 567px) {

    .text_container_big {

        width: 100%;
    }

    .curso_lista_item_container .col-sm-12 {

        padding-left: 0;
        padding-right: 0;
    }

    .curso_lista-nome {

        font-size: 1.2em;
        line-height: 27px;
        font-weight: 400;
        border-radius: 10px;

    }

    #container_atrium_novo {

        top: 299px !important;

    }

    #header3_atrium {
        display: none !important;

    }

    #header2_atrium {

        flex-direction: column;

    }

    .btn-rounded {

        width: 100%;

    }

    #area_de_trabalho {

        top: 304px;

    }

    #mainContainerIndice_IND {

        top: 290px;

    }

    #menu_area_de_trabalho {

        top: 265px;

    }

    .tags_left_IND {

        height: auto;
        line-height: 34px;

    }

    .sub_link1_IND,
    .sub_link2_IND,
    .sub_link3_IND,
    .sub_link4_IND,
    .sub_link5_IND,
    .sub_link6 {

        line-height: 30px;
    }

    .img_class_IND {

        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sub_link4_IND {

        font-size: 1.2rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fa-chalkboard-user {
        margin-left: 40px;
    }


}