#iron-router-progress{
    background-color : #D95C5C;
    box-shadow       : 0 0 3px #D95C5C;
    height           : 4px;
}

/*.info {
  font-size: 10px;
  color: #D95C5C;
  font-weight: 400;
}*/
#content{
  width: calc(100% - 250px) !important;
  height: 100% !important;
  background-color: white;
}


.pusher{
  padding: 0 !important;
  margin-left: 250px !important;
  width: calc(100% - 250px) !important;
  padding-top: 20px !important;
  background-color: #f4f4f4 !important;
}

.navigateBackButton{
  display: none;
}

/*.rightSidebar{
  overflow: hidden;
}*/

.leftSidebar{
  z-index: 51 !important;
  padding-top:51px !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75) !important;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75) !important;
}


.shadowed{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75) !important;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75) !important;

}

.app_content {
  display: block;
  position: relative;
  height: 100vh;
  margin: 0 0 0 250px;
  padding-top: 20px;
  overflow-y: scroll;
  width: calc(100vw - 250px);
  max-width: calc(100vw - 250px);
  overflow-x: scroll;
}

.notificationPopup{
  max-width: 400px !important;
  width: 400px !important;
  padding: 0 !important;
}