.griddle {
    /*margin-left: 15px;*/
}

.griddle-body {
  border: solid 2px #607D8B;
}

.griddle-container{
  border:1px solid #DDD;
  margin-top: 10px;
  width: 100%;
}

.griddle .top-section{
  clear:both;
  display:table;
  width:100%;
}

.griddle .griddle-filter{
  float:left;
  width:200px;
  text-align:left;
  color:#222;
  min-height:1px;
}

.griddle .griddle-settings-toggle{
  float:left;
  width:50%;
  text-align:right;
}

.griddle .griddle-settings{
  background-color:#FFF;
  border:1px solid #DDD;
  color:#222;
  padding:10px;
  margin-bottom:10px;
}

.griddle .griddle-settings .griddle-columns{
  clear:both;
  display:table;
  width:100%;
  border-bottom:1px solid #EDEDED;
  margin-bottom:10px;
}

.griddle .griddle-settings .griddle-column-selection{
  float:left;
  width:20%;
}
.griddle table{
  width:100%;table-layout:fixed;
}

.griddle th{
  background-color: #607D8B;
  border-bottom: 2px solid #607D8B;
  color: white;
  padding: 5px;
  cursor: cursor;
  cursor: pointer;
}

.griddle td{
  padding:5px;
  border-top-color:#DDD;
  color:#222;
  border: solid 1px gainsboro;
  cursor: cursor;
  cursor: pointer;
  overflow: hidden;
}

.standard-row:hover {
  background-color: #E5EAED;
}

.standard-row:active {
  background-color: #607D8B;
}

.griddle .footer-container{
  padding:0px;
  background-color:#EDEDED;
  border:0px;
  color:#222;
}

.griddle .griddle-previous, .griddle .griddle-page, .griddle .griddle-next{
  float:left;
  width:33%;
  min-height:1px;
  margin-top:5px;
}

.griddle .griddle-page{
  text-align:center;
}

.griddle .griddle-previous {
  margin-left: 8px;
  margin-bottom: 4px;
}

.griddle .griddle-page select {
  border-radius: 4px;
  height: 24px;
}

.griddle .griddle-next{
  text-align:right;
  margin-bottom: 4px;
}

.griddle-next button, .griddle-previous button {
  color: #fff;
  background-color: #607D8B;
  border-color: #607D8B;
  border: solid thin #607D8B;
  border-radius: 3px;
  height: 30px;
}

.griddle-next.active button,.griddle-next.focus button,.griddle-next:active button,.griddle-next:focus button,.griddle-next:hover button,.open>.dropdown-toggle.griddle-next button,
.griddle-previous.active button,.griddle-previous.focus button,.griddle-previous:active button,.griddle-previous:focus button,.griddle-previous:hover button,.open>.dropdown-toggle.griddle-previous button {
    color: #fff;
    background-color: #607D8B;
    -webkit-box-shadow: inset 0 1px 1px #ECEFF1, 0 0 8px rgba(247,148,32, 0.6);
    box-shadow: inset 0 1px 1px #ECEFF1, 0 0 8px rgba(247,148,32, 0.6);
    border-color: rgba(247, 148, 32, 0.49);
}

.loadApplicationColumn {
  width: 130px;
  text-align: center;
}

.loanIdColumn {
  width: 62px;
  text-align: center;
}

.loanStateDate {
  width: 130px;
}

.loanAgeing {
  width: 68px;
  text-align: center;
}

.loanAbandoned {
  width: 98px;
}

.loanCustomerType {
  width: 116px;
}

.loanState {
  width: 106px;
}

.haveNotes {
  width: 62px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 320px) and (max-width: 991px) {
  .griddle td {
      border: solid 3px gainsboro;
  }

  .griddle .griddle-page select {
      height: 33px;
  }

  .form-control {
      height: 43px;
      font-size: 25px;
      border: solid 3px gainsboro;
  }

  .griddle .griddle-filter {
      width: initial;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width: 1199px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}