legend {
    font-size: 12px;
    font-weight: bold;
    color: #071E42 !important;
}

.formualario {
    width: 45em;
    margin: 0 auto !important;
}

.formualario label {
    font-size: 11px;
    color: #071E42 !important;
}

.alinhaTextoDireita {
    margin-right: 4px !important;
}

.tip-text {
    font-size: 12px;
}

.sair {
    text-decoration: none;
}

.box-data {
    float: right;
    padding: 0px 15px;
    font-size: 12px;
    padding-top: 3px;
    font-weight: 600;
    color: #071E42;
}

.mochaContentBorder {
    border-bottom: none !important;
}

.header {
    font-size: initial;
}

.panel-headerContent.tabs {
    background: none !important;
}

.panel-header {
    margin-bottom: 1em;
}

#desktopTitlebar,
#desktopTitlebarWrapper {
    background: none;
}

#desktopFooterWrapper {
    border-top: none !important;
}

#desktopFooterWrapper #desktopFooter {
    background: none;
}

#mainPanel_title {
    height: auto;
    display: flex;
    font-size: 12px;
    padding-bottom: 0.2em;
    color: #071E42 !important;
    border-bottom: 1px solid #071E42;
}

#panelInferior {
    height: 18px !important;
}

#mainColumn,
#desktopHeader,
#desktopTitlebar,
#mainColumn_spacer,
#desktopTitlebarWrapper {
    background: none !important;
}

#mainPanel_header.panel-header {
    background: none;
    border-bottom: none;
}

#mainPanel_headerContent {
    padding: 0 0.5em;
}

#mainPanel_headerContent h2 {
    margin-bottom: 0;
    color: grey!important;
    font-size: 1em;
}

#mainPanel_pad #topo {
    margin: 10px;
}

#pageWrapper {
    border-top: none !important;
    background-image: none !important;
}

#panelInferior_headerContent_Botoes {
    top: 7px;
}

#panelInferior_headerContent_Botoes a {
    text-decoration: none;
}

#textoBotaoDireitaPainelInferior,
#panelInferior_headerContent_Botoes a > img {
    vertical-align: top;
}

#ambiente {
    padding: 6px !important;
    background-color: inherit !important;
}

#ambiente h2 {
    font-size: 10px;
}

#autonomiaCursos div {
    width: auto;
}


/*FORMULÁRIO*/
.mostraTabela{
    margin-top: 15px;
}

.dados-tabela{
    margin-left: 16px;
    width: 97%!important;
    border: 1px solid #003070;
    border-top: none;
}

.dados-tabela-last{
    margin-left: 16px;
    width: 97%!important;
    border: 1px solid #003070;
    border-top: none;
    margin-bottom: 20px;
}

.dados-tabela1{
    margin-left: 16px;
    width: 97%!important;
    border: 1px solid #003070;
}

.dados-tabela1 .logo{
    padding-top: 3px!important; 
    border-right: 1px solid #003070!important;
    height: 80px!important;
    line-height: 70px!important;
}

.dados-tabela1 .logo img{
    width: 105px!important; 
    height: auto;
    max-height: 70px!important;
    padding:0px!important;
    margin-left: -25px!important;
}

.dados-tabela1 .area{
    font-size: 1em!important;
    font-weight: 600!important;
    text-align: center!important;
    line-height: 70px!important;
    border-left: none!important;
}

.dados-tabela-detalhes1{
    margin-left: 16px;
    width: 97%!important;
    border: 1px solid #003070;
    border-top: none;
    margin-top: -20px;
}

.dados-tabela-detalhes{
    margin-left: 16px;
    width: 97%!important;
    border: 1px solid #003070;
    border-top: none;
}

.dados-tabela-detalhes-last{
    margin-left: 16px;
    width: 97%!important;
    border: 1px solid #003070;
    border-top: none;
    margin-bottom: 20px;
}

.borda{
    width: 97%!important;
    margin-left: 16px;
    border: 1px solid #003070;
    border-top: none;
}

.dados-pessoais{
    font-weight: 600;
}

.area{
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    border-left: 1px solid #003070;
}

.tabela{
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%; left: 48%;
    z-index: 99999999999;
    background-color: #fff;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

.thead-dark{
    background-color: #212529!important;
    color: #fff;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}