﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 400px;
}

table.principal {
	position: absolute;
}

table.tabela_pai {
    border-color: black;
    border-spacing: 0px;
    border: solid 0px;
    border-width: thin;
    vertical-align: top;
}

table.tabela_botao {
    border-color: red;
    border-spacing: 1px;
    border: solid 1px;
    border-width: thin 1px;
    font-weight: bolder;
}

table.tabela {
    border-color: black;
    border-spacing: 3px;
    border: solid 0px;
    border-width: thin 0px;
}

table.tabelaLogin {
    border-color: black;
    border-spacing: 10px;
}

div.item_menu {
    height: 20px; 
    margin-top: 05px; 
    font-size: 11px; 
    border-bottom-style: solid; 
    border-bottom-width: thin; 
    padding-left: 02px;
}

div.item_menu_sair {
    font-weight: bold;
    height: 20px; 
    margin-top: 05px; 
    font-size: 11px; 
    border-bottom-width: thin; 
    padding-left: 02px;
}

input.campo_disabled {
    background-color: silver;
    border-width: 1px 1px 1px 1px; 
    border-color: black;
}

input.botao {
    font-family: Verdana;
    font-size: 11px;
    border-width: thin 1px 1px 1px 1px; 
    color: darkblue; 
    font-weight: bolder;
}

input.botaoExluir {
    font-family: Verdana;
    font-size: 11px;
    border-width: thin 1px 1px 1px 1px; 
    color: red; 
    font-weight: bolder;
}

span.titulo {
    font-family: Verdana;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

li.curso {
    font-family: Verdana;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}

li.curso:hover {
    background-color: silver;
}

ul.modulo {
    font-family: Verdana;
    font-size: 12px;
    padding-left: 50px;
    height: 15px;
    vertical-align: middle;
}

ul.modulo:hover {
    background-color: silver;
}

span.tituloConteudo {
    font-family: Verdana;
    font-size: 14px;
    color: darkblue;
    font-weight: bold;
}

input.botaoProva {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bolder;
    border-width: thin 1px 1px 1px 1px; 
    color: red;    
}

a.linkbiblioteca {
    font-family: Verdana;
    font-size: 12px;
    border-width: thin 1px 1px 1px 1px;
    color: darkblue;
}