/*
* This can be used for debugging CSS transitions.
* All animations will get a 10s duration unless the animation
* you are interested in is using !important.

* {
    transition-duration: 10s !important;
}

*/
html {
  height: 100%;
}
html,
body {
  min-height: 100%;
  position: relative;
}
body {
  height: auto;
  background: #eaf0f2;
}
.panel {
  background: #eaf0f2;
}
.ii-main-panel-body {
  padding-top: 0;
  height: 100%;
}
.ii-main-panel-body .panel-body {
  padding-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
.ii-modal-form-panel {
  padding: 0 15px 0 15px;
}
.valign-bottom {
  vertical-align: bottom !important;
}
/* For the appearance of the disable field in the form */
.form-control[disabled] {
  background-color: #e4eaee;
}
