#app {
    font-family: 'Roboto', sans-serif;
    margin-left: 20px;
    margin-right: 30px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 40px;
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

.subheader {
    display: inline;
}

.subtitle {
    font-weight: lighter;
    padding-left: 10px;
}

.instrucoes {
    margin-top: 10px;
}

div.col-md-10 {
    margin-bottom: 30px;
}

.escolas {
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 0px;
}

.child {
    list-style-type: none;
}

.col-xs-1{
    float: left;
}

ul.nav {
	list-style-type: none;
    display: inline;
	margin: 0;
	padding: 0;
	padding-top: 30px;

}

td.highlight {
    background-color: whitesmoke !important;
}

div.dataTables_wrapper div.dataTables_paginate {
	text-align: left;
	padding-top: 20px;
}

/* mudar cor do select*/

.even.selected td {
    background-color:#d6d6d6; !important;
}

.odd.selected td {
    background-color:#d6d6d6; !important; 
  }

table.dataTable.order-column tbody tr.selected > .sorting_1 {
	background-color:#d6d6d6; !important; 
}

table.dataTable.order-column tbody tr.selected > .sorting_1 {
	background-color:#d6d6d6; !important; 
}

table.dataTable.order-column tbody tr.selected:hover > .sorting_1 {
	background-color:#d6d6d6; !important; 
}

/*pesquisa*/

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 3px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 12px;
}

.dataTables_info {
    font-size: 11px;
    float: left;
}

#dados_paginate {
    margin-top: -35px;
}

#dado_info {
    margin-top: -30px;
}

.label-publica{
    background-color: rgba(0,153,204,0.8);
    float: left;
    color: black;
    font-weight: normal;
    text-align: left;
    margin-left: -60px;
}

.label-privada{
    background-color: rgba(255,246,143,0.4);
    float: left;
    color: black;
    font-weight: normal;

}

#dados_info {
    margin-top: 20px;
}

.navbutton{
    margin-top: 23px;
}

.subsubheader {
    margin-top: 0;
    font-weight: lighter;
    display: inline;
}

#sidebar {
    padding-top: 20px;
}

.linkheader {
    display: block;
}

li.linkheader {
    margin-top: 0px;
}

.nav {
    padding-left: 0px;
    margin-top: 30px;
    display: table-cell;
    vertical-align: bottom;
}


.col-md-4 {
    padding-left: 15px;
}

.pesquisa{
    padding-top: 20px;
}

.title{
    margin-bottom: 0px;
}

.list-inline>li {
    margin-top: -5px;
}

.teste {
    margin-top: -10px;
}

.nostyle {
    color: black;
    text-decoration: none;
}

.nostyle:hover {
    color: black;
    text-decoration:none;
}
.creditos {
    text-align: right;
}

.limpar{
    padding-top: 24px;
}
