#app {
    font-family: 'Roboto', sans-serif;
}

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-bottom: 0px;
}

.silly_adjust {
    margin-left: -60px;
}

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

}

#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;
}


/*       MODAL                  */

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
}

.popup {
  text-align: center;
}

.popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 700px;
  width: 90%;
  padding: 40px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
  text-align: left;
}

.popup-inner h1 {

}


.popup-close {
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #808080;
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #f00;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff;
}


.header_card {
    padding-left: 4px;
}

#name_escola {
    margin-top: 0;
    margin-bottom: 0;
}

#pos_escola {
    font-size: 40;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #404040
}

#concelho_escola {
    margin-left: 2px;
    margin-top: -5px;
}

.number_big {
    font-size: 2.5em;
}


.pre_text {
    margin-bottom: 0;
}


.fst_info {
    text-align: center;
    font-weight: 500;
}

.scn_info {
    text-align: center;
    font-weight: 500;
}

.number_big_2{
    font-size: 1.8em;
    font-weight: 400;
}


.title_modal {
    text-align: center !important ;
}

.info_legenda_up_down {
    padding-left:80px ;
    margin-top: -1px;
    display: inline;
    float:left;
}

.info_legenda_up_down_special {
    position: absolute;
}

.info_legenda_up_down_special_1 {
            position: absolute;
            margin-left: 200px;
    }


#tell_relative_pos {
    text-align: right;
    margin-top: -5px;
    color: #808080;
}

#titulo {
    font-family: Roboto Slab,serif;
    font-weight: 700;
}

#lead {
    font-family: Roboto Slab,serif;
    font-size: 1.2em;
    font-weight: 500;
}

@media only screen and (max-width: 500px) {

    #pos_escola {
        text-align: left;
    }

    .fst_info {
        text-align: left;
    }

    .scn_info {
        text-align: left;
    }

    .popup-inner {
      text-align: left;
      vertical-align: middle;
      position: relative;
      max-width: 700px;
      width: 98%;
      padding: 5px;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
      border-radius: 3px;
      background: #fff;
      text-align: left;
    }

    .info_legenda_up_down {
        margin-top: 0px;
        padding-left:0px ;
        display: inline;
        float:left;
    }

    .info_legenda_up_down_special_1 {
            position: absolute;
            margin-top: 30px;
            margin-left: -47px;
    }

    .info_legenda_up_down_special_2 {
            position: absolute;
            margin-top: 45px;
            margin-left: -47px;
    }

    .title_modal {
    text-align: left !important ;
    margin-left: 15px;

    }

    #tell_relative_pos {
    text-align: left;
    margin-top: -5px;
    color: #808080;

    }

    #concelho_escola {
        display: none;
    }

}
