body {
    background: #ededed;
    background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
}

.div.brand-group {
  position: relative;
  float: right;   
  width: 200px;
  height: 100px;  
  top: margin: 15px;
}
.div.brand-logo {
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: - 25px;   
  background-repeat: no-repeat;
  background-color: #E6E6E6;
  font-family: Arial;
  font-size: medium;
}



.grid {
    margin: 0 auto;
    position: relative;
    width: 700px;
    margin-top: 5px;
}

#MyAircraftGridpanel .x-column-header-inner .x-column-header-text {
    white-space: normal;
}

#MyAircraftGridpanel .x-column-header-inner {
    line-height: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
    top: 20%;
}
.add {
    background: url('images/add.png');
}

.delete {
    background: url('images/delete.png');
}
.bgimage {
    background: url('images/civil_aviation_authority_head_office_building.jpg'); 
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.tasks-reminder-column-header .x-column-header-text {
    background-image: url('images/bell.png');
}
