/**
* Forza 1.0.0 (c) 2014
* Ndevr Studios Ltd.
*
*/


.ui-grid-header-cell.editable {
  color: blue !important;
}

.drop-box{
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 370px;
    height: 105px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}
.dragover {
    border: 5px dashed blue;
}

img.thumb{
  max-width: 90px;
  max-height: 90px;
  display: inline-block;
}

@media print {
  #page-leftbar {
    display: none;
  }

  #page-heading {
    display: none;
  }

  #page-content {
    margin-left: auto;
  }

}
