@import url(http://fonts.googleapis.com/css?family=Roboto:400);
body{
    background-color:#f0f0f0;
    min-height: 100%;
}

html {
    height: 100%;
}
.modal-backdrop {
    bottom: 0;
    position: fixed;
}

.drop-shadow {
	-webkit-box-shadow: 0 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px 4px rgba(0, 0, 0, .2);
}

#testeira {
    background-color:#424143;
}

#testeira img {
    padding: 10px 0 10px 0;
    width: 18%;
    min-width: 250px;
}

.form-login {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
    border-color:#d2d2d2;
    border: solid 2px #d9d8d8;
    margin: 40px 0 20px 0;
}


.form-control {
    border-radius: 5px;
}

.wrapper {
    text-align: center;
}

.btn-primary {
    background-color: #2e6da4;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #525667;
  border-color: #525667;
}

.btn-primary #cliente {
    background-color: #2e6da4;
    border-color: #2e6da4;
}

#conteudo {
    background-color: #fff;
    margin-bottom: 40px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.colunaDadosInfoTec .input-group {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.second {
    border-left: 1px solid #fff;
}

@media (min-width: 1000px) {
    #conteudo {
        min-width: 950px;
        margin-left: -475px;
        left: 50% !important;
    }
    .breadcrumb {
        min-width: 950px;
        left: 50% !important;
        margin-left: -475px !important;        
    }
    #logado {
        min-width: 950px;
        left: 50% !important;
        margin-left: -475px !important; 
    }


}




@media (max-width: 999px) {
    #conteudo {
        min-width: 100% !important;
    }
    .breadcrumb {
        min-width: 100% !important;
    }
    #locago {
        min-width: 100% !important;
    }
    .nav > li > a {
        padding: 5px 2px !important;
        font-size: 10px !important;
    }
    .pagi {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    #ldfull {
        z-index: 999999999999999999;
    }
    .second {
        margin-top: 20px;
        border-left: 0;
    }
    .seusDados .row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .seusDados .row .floatRight {
        float: right;
        margin-top: 20px;
        margin-right: 3px !important;
    }
    .itensDentro:nth-child(3) {
        padding-left: 0px !important;
    }

    .itensDentro:nth-child(1) {
        padding-right: 0px !important;
    }
    .colunaDadosInfoTec:first-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .colunaDadosInfoTec:nth-child(2) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}






#btns_home {
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-top: 20px;
}


#logado{
    margin-top: 15px;
    margin-right: 2px;
}

#box1, #box2 {
    background-color: #f0f0f0;
    padding-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

#box3 {
    background-color: #f0f0f0;
    padding-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

#box2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.boxprojetos {
    border-bottom: 2px solid #f0f0f0;
    margin-left: -15px;
    margin-right: -15px;
}

.boxprojetos:last-child {
    border-bottom: 0px;
}

.form-control, form-group, .form-inline button[type=submit]{
    margin-bottom: 10px;
}

.mesma {
    display: inline-block;
}

.botao {
    width: 100%;
    border-radius: 5px;
    background-color: white;
    padding: 3px 0 4px;
    border: solid 1px #ccc;
    max-width: 30px;
    margin-top: 2px;
}

.botoes {
    margin-top: 7px;
}

button .btn .btn-default {
    background-color: black;
}

button[type=button] {
    margin-bottom: 15px;
    margin-right: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.input-group-btn button[type=button] {
    margin-bottom: 0px;
    margin-right: 0px;
}

#search_home {
    padding: 10px 0 10px 0;
    display: inline-block;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

.pagination > li > a,
.pagination > li > span {
  color: #2e6da4;
  text-decoration: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2e6da4;
  border-color: #2e6da4;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2e6da4;
}

.breadcrumb {
    margin-top: 15px;
}

.espaco {
    height: 10px;
}

#form_projeto .input-group{
    margin-bottom: 20px;
}

#form_projeto .bot{
    margin-bottom: 40px;
}

.bot1 {
    width: 90px;
    display: inline-table;   
}
.bot2 {
    width: 95px;
    display: inline-table;   
}
.bot3 {
    width: 100px;
    display: inline-table;   
}

.data {
    width: 145px;
    display: inline-table;
}

.nomes {
    padding-left: -5px;
    padding-right: -5px;
}

.alerta {
    padding: 0;
}

.alerta h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.alerta h5 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.espaco_top {
    margin-top: 10px;
}

.sem_espaco {
    margin-bottom: 3px !important;
}

.espacos {
    height: 5px;
}

.fundo_cinza {
    background-color: #e3e3e3 !important;
}

.equipa {
    width: 100% !important;
}

.sem_lado {
    padding-left: 0px !important;
    padding-right:  0px !important;
}

.col-md-8 h5 {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.nav > li > a {
    padding: 10px 10px !important;
}

.espacadores {
    height: 1px;
    background-color: #fff;
    margin: 15px 0 15px 0;
}

#espacador {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 15px 0 15px 0;
}

#espacador2 {
    background-color: #ccc;
    margin-bottom: 15px;
    height: 1px;
    text-align: center;
}

.loader {
    position: absolute; 
    background-color: rgba(0, 0, 0, .95);
    
    
}
#loader {
    position: fixed;
    z-index: 999;
    margin: 0;
    width: 100%;
    height: 100%;
}

#gif img {
    position: absolute;
    width: 43px;
    height: 11px;
    margin-left: 50%;
    left: -22px;
    top: 50%;
}  
    
.lbl_home {
    height: 38px;
}

#btns_acao {
    padding: 5px 0 5px 0; 
    background-color: #f7f7f7;
}

input[type="checkbox"] {
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

#valor_acao {
    margin-top: 0px;
    padding: 5px;
}

#valor_acao h5 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.valor_acao {
    text-align: right;
    color: #4c4c4c;
}

.valor_acao2 {
    text-align: left;
    color: #4c4c4c;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

#ldfull {
    width: 100%;
    height: 100%;
    background-color:#000000;
    position: fixed;
    z-index: 99999999999;
    opacity: 0.6;
}

#ld {
    position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    min-height: 10em;
    width: 90%;
    /* center vertical */
    top:50%;
    z-index: 99999999999;
}

.tituloProjetos {
    background: #525667;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.txtsResponsabilidades h4 {
    text-transform: uppercase;
}
.txtsResponsabilidades textarea {
    width: 100%;
    margin-bottom: 20px;
}

.responsabilidades button {
    margin-bottom: 30px;
    margin-left: 15px;
}

.seusDados {
    margin-top: 20px;
    padding: 0;
}

.seusDados .input-group {
    float: left;
    padding: 0 5px;
}

.seusDados .row .input-group {
    margin-top: 20px;
    margin-bottom: 0px;
} 

.seusDados .row .floatRight {
    float: right;
    margin-top: 20px;
    margin-right: 0;
}

.seusDados .row {
    padding-left: 0;
    padding-right: 0;
}

.colunaDadosInfoTec:first-child {
    padding-left: 15px;
    padding-right: 30px;
}

.itensDentro {
    float: left !important;
}

.itensDentro:nth-child(3) {
    padding-left: 5px;
}

.itensDentro:nth-child(1) {
    padding-right: 5px;
}
.colunaDadosInfoTec:nth-child(2) {
    padding-left: 30px;
    padding-right: 15px;
}

.itensDentro {
    float: left !important;
}

.second .row .itensDentro:nth-child(1) {
    padding-right: 0px;
}

.rowColunas {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.text-center .tituloColunas h5 {
    color: #888;
}