html{
	height: 100%;
  overflow: auto;
}
body{
	height: 100%;
  background: #fff;
}
body #container{
	width: 100%;
	padding-bottom: 1rem;
}


#header {
  position: relative;
  height: 75px;
  width: 100%;
  padding: 0 20px;
  background: #fff;
-webkit-box-shadow: 0px 1px 10px -4px rgba(0,0,0,1);
-moz-box-shadow: 0px 1px 10px -4px rgba(0,0,0,1);
box-shadow: 0px 1px 10px -4px rgba(0,0,0,1);
z-index: 999;
}
#logo {
    height: 100%;
}
#logo:hover {
    height: 100%;
}

#header #logo img {
  max-height: 65px;
  max-width: 380px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.valign-helper {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

a:-webkit-any-link {
  text-decoration: none !important;
}


.header-menu-div {
  
     line-height: 75px;
}

.header-menu{
  margin: 0;
}
.header-menu .menu-item{
  padding: 0 1rem 0 1rem;
  display: inline;
  color: #091a72;
  font-size: 15px ;
    font-weight: 400;
  font-family: 'Open Sans', sans-serif;

}

.user-drop-down{
  left: auto !important;
  right: 25px !important;
  top: 75% !important;
  border-style: none ;
  border: 1px solid #f2f2f2;
}

.user-drop-down li > a:hover, .user-drop-down li > a:focus{
  background: #f2f2f2 !important;
}



/*page content*/
#content {
  height: 100% !important;
  background: #fff;
/*  position: relative;
  top:75px;*/
}



/* Alerts & Notices */
#msg_notice {
  margin: 5% 20% 5% 20%;
  padding: 5px 10px 5px 36px;
  height: 2em;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #0a0;
  background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0;
}
#msg_warning {
  margin: 5% 20% 5% 20%;
  padding: 5px 10px 5px 36px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #f26522;
  background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd;
}
#msg_error {
  margin: 5% 20% 5% 20%;
  padding: 5px 10px 5px 36px;
  height: 2em;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #a00;
  background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0;
}



#msg_info { margin: 0; padding: 5px; margin-bottom: 10px; color: #3a87ad; border: 1px solid #bce8f1;  background-color: #d9edf7; }
.warning {
  background: #ffc;
  font-style: italic;
}
.warning strong {
  text-transform: uppercase;
  color: #a00;
  font-style: normal;
}
.error {
  color: #f00;
}
.error input {
  border: 1px solid #f00;
}



.message-div{
    padding: 20px 25% 0 25%;
    width: 100%;
}

.message-div div{ 
  margin: 0;
}

#loading{
  top:40% !important;
  left:40% !important;
}


@media (max-width: 500px) {
  #logo{
    display: none;
  }
  .header-menu{
    float: none !important;
    text-align: center;
    padding: 0;
  }
}

