.header .subheader {
  background-color: rgb(0, 69, 105);
}

.brand {
  margin-top: -28px;
}

.fonteTexto {
  font: 10pt Segoe UI; 
  font-weight: bold;
  color: #973200;
}

.positionRelative {
  position: relative;
}

.botaoLateral {
    left: 22px;
    width: 26%;
}

.botaoInvisivel {
  visibility: hidden;
}

.botaoVisivel {
  visibility: visible;
}

.modal-dialog{
  top: 100px;
  width: 357px;
  left: -25px;
}

.modal-header {
  padding-bottom: 10px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  height: 40px;
  color: #fff !important;
  background: #7d9fd3;
  background: -moz-linear-gradient(top, #7d9fd3 0%, #447db2 36%, #153143 100%);
  background: -webkit-linear-gradient(top, #7d9fd3 0%,#447db2 36%,#153143 100%);
  background: linear-gradient(to bottom, #7d9fd3 0%,#447db2 36%,#153143 100%);
}

.modal-body {
  margin-top: -96px;
}

.shellColegio {
  width: 1020px;
  height: 612px; 
  background-image: url('../images/wincol_menu_web_2019.png');
  background-repeat: round;
}

  .shellColegio #Pesquisa {
    top: 26px;
  }

    .shellColegio #Pesquisa input[type='text'] {
      height: 27px;
      border: none;
    }

  .shellColegio #LogoCliente input[type='image'] {
    top: 10px;
  }

  .shellColegio #menu-lateral{
      left: 12px;
  }

  .shellColegio #menu-modulos {
    top: -22%;
  }

    .shellColegio #BotoesAcao div.row:not(.Ultimo) div:first-child {
      margin-left: 3%;
    }

#modalTrocarSenha {
  top: 145px;
}

  #modalTrocarSenha img {
    position: relative;
    top: 88px;
    left: 11px;
  }

  #modalTrocarSenha .Campos {
    left: 13px;
  }
  
    #modalTrocarSenha .Campos input {
      border: none;
      text-align: center;
      font-weight: bold;
    }

  #modalTrocarSenha .Botoes {
    left: 70px;
  }

.header {
    background-color: rgba(0,0,0,0.6) !important;
}

    .header .titulo {
        display: inline-block;
        width: auto;
        text-align: right;
        position: relative;
        top: -47px;
        left: 173px;
        color: white;
    }
        .header .titulo div {
            font-size: 15pt !important;
        }

.PequisaSize {
    width: 418px !important;
}