/*
 * Application level styles
 * (things that dont make sense in a toolkit :)
 * copyright @colossal 2018
 */

/* docs overrides */
.highlight {
  background-color: #fff;
  border-color: #d3e0e9;
}


/* general overrides */
.list-group-item .glyphicon {
  line-height: 1.4;
}
.modal-header .close {
  padding-top: 1.4rem;
}
strong {
  font-weight: bold;
}


/* navbar */
.app-navbar {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.app-navbar .form-control {
  box-shadow: none;
}
.app-navbar .navbar-brand img {
  width: 85px;
}
.app-navbar .navbar-collapse {
  max-height: inherit;
}
.app-navbar .navbar-collapse:after {
  height: 100vh;
}
.app-navbar .form-control {
  border-color: #1C73A5;
}
.app-navbar .app-notifications {
  margin-left: 1rem;
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}
.app-notifications .icon:before {
  font-size: 20px;
}

/* misc */
.app-login-form {
  max-width: 280px;
  margin-top: -60px;
}
.app-new-msg {
  margin-right: 10px;
}
.app-brand {
  width: 40%;
  display: inline-block;
}
.app-brand img {
  width: 100%;
}
.app-navbar.bg-primary {
    background: #ED7612 !important;
}

.navbar-dark .navbar-nav .nav-link{
    color: rgba(255, 255, 255, 1);
}
h1{
    color: #384452;
}
h6{
    color: #384452;
}
h4{
    color: #384452;
    padding: 0 0 1em 0;
}
hr{
    margin: 2.5em 0;
}
.with-top-navbar button{
    margin: .5em 0 0 0;
    background: #384452;
    color: #FFF;
}
.with-top-navbar button:hover{
    background: #384452;
    color: #FFF;
    text-decoration: underline;
}
#residence .form-group:nth-child(2){
    display: flex;
    flex-direction: row-reverse;
}
#residence .form-group:nth-child(2) button{
    width: 40%;
}
#residence .form-group label{
    margin: 1em 0 0.1em 0;
}
.card-footer a, .with-top-navbar a{
    color: #ED7612;
}
.connexionResidence{
    display: flex;
    flex-direction: row-reverse;
}
.connexionResidence a{
    width: 40%;
}
.with-top-navbar button.menu-public {
    background: transparent;
}

@media (max-device-width: 768px) {
   h1{
    color: #384452;
   }
   hr {
     margin: 1em 0;
   }
  .app-navbar .navbar-collapse:after {
    height: auto;
  }
  #residence .form-group:nth-child(2) button {
    width: 100%;
  }
  .connexionResidence a {
      width: 100%;
  }
  .app-search {
    margin-top: -1px;
  }
}
