.am-body {
    height: 1200px !important;
}

/* ----- Header ----- 
*
*
*/
.am-user-identity-block {
    background: url(../img/identity-glyph.png) no-repeat left center;
    font-weight: 400;
    padding-left: 25px;
    line-height: 24px;
    float: left;
    position: absolute;
    top: -175px;
    right: 0;
    z-index: 100;
    color: #fff;
font-size:14px;
}

.am-user-identity-block a {
  color:#c5c5c5;
}

.am-user-identity-block a:hover {
  color:#FF0;
}

.am-header{
  height:170px;
  background:none !important;
}

#am-header-top{
  height: 50px; 
  background: #343d50;
}

.am-header-content-wrapper {
  max-width: 100% ! important; 
  height: 137px ! important; 
  background: #fff ! important;
  border-style: none !important; 
  margin: 20px 0px 0px 50px;
}

.am-header .am-header-content {
    overflow: visible;
}

.am-header .am-header-content .am-header-content-logo {
    height: 40px;
    float: left;
    margin-right: 1em;
    position: relative;
    top: -10px;
    left: -15px;
}

.am-header-line{
background:#fff;
height:1px;
}

/* ----- Content Structure ----- 
*
*
*/

.am-layout{
   background: #fff none repeat scroll 0 0
}

.am-main{
 max-width:1200px !important;
}

.am-body .am-body-content-wrapper {
    border-style: none !important;
    background: #fff !important;
}

.am-body{
background:#edf2f9 !important;
height:100%;
}

.am-common {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #6d727c;
    -webkit-font-smoothing: antialiased;
}

/* ----- Menu bar tabs ----- 
*
*
*/
ul.am-tabs li.active, ul.am-tabs li.normal:hover {
    background: #5ec877;
    -webkit-transition: all .4s ease-in-out;
}

ul.am-tabs li.active > a, ul.am-tabs li.normal > a:hover {
    border-color: #1a7b07;
}

a#menu-member:hover {
    background: url(../img/dashboard.png) no-repeat center center #F00;
}

/* Buttons
*
*
*/

.am-admin a.button, .am-admin input[type=button], .am-admin input[type=submit], .am-body-content a.button, .am-body-content input[type=button], .am-body-content input[type=submit], .am-popup a.button, .am-popup input[type=button], .am-popup input[type=submit] {
    background: #5ec877;
-webkit-appearance: button;
}

.am-admin a.button:hover,
.am-admin a.button:active,
.am-admin a.button.active,
.am-admin input[type=button]:hover,
.am-admin input[type=submit]:hover,
.am-admin input[type=button]:active,
.am-admin input[type=submit]:active,
.am-admin input[type=button].active,
.am-admin input[type=submit].active,
.am-body-content a.button:hover,
.am-body-content a.button:active,
.am-body-content a.button.active,
.am-body-content input[type=button]:hover,
.am-body-content input[type=submit]:hover,
.am-body-content input[type=button]:active,
.am-body-content input[type=submit]:active,
.am-body-content input[type=button].active,
.am-body-content input[type=submit].active,
.am-popup a.button:hover,
.am-popup a.button:active,
.am-popup a.button.active,
.am-popup input[type=button]:hover,
.am-popup input[type=submit]:hover,
.am-popup input[type=button]:active,
.am-popup input[type=submit]:active,
.am-popup input[type=button].active,
.am-popup input[type=submit].active {
  cursor: pointer;
  border-color: #50c064;
  background-image: none;
  background-color: #50c064;
  color: white;
-webkit-appearance: button;
  -webkit-transition: all .4s ease-in-out;
}

/* ----- Footer------ 
*
*
*/


.am-credits{
visibility:hidden;
}

.am-footer{
 /*display:none;*/
background-color:#edf2f9;
}
.am-footer .am-footer-content-wrapper {
    background: #edf2f9;
}