html,body {
	height:100%;
}
.single_line div.ginput_container {
  display: inline-block;
  padding-left: 10px;
  padding-top: 5px;
  vertical-align: top;
  width: calc(60% - 20px);
}

.single_line.small div.ginput_container  > input, .single_line.small div.ginput_container  > select{
	width:50px !important;
}

.single_line.medium div.ginput_container > input {
  width: 70px !important;
}

.single_line label {
	display: inline-block;
	width: 150px;
}

.modal-dialog {
  z-index: 1060;
  height: 100%;
  max-height: 90%;
}
.header, .sticky-menu {
  z-index: 1000 !important;
}
.modal-content {
  height: 100%;
  padding-right: 3px;
}
.modal-body {
  height: 100%;
  overflow: auto;
}
.gform_wrapper table.gfield_list td.gfield_list_icons {
  min-width: 55px !important;
}
.small {
  font-size: 0.9em;
  font-weight: normal;
}
.fixed-tab {
  display:inline-block;
  min-width: 175px;
}
.red {
  color: #CC0000;
}
.super-small {
  font-size: 0.8em;
  vertical-align: super;
}
.ginput_container input.button {
  background: -moz-linear-gradient(center top , #ededed 5%, #dfdfdf 100%) repeat scroll 0 0 #ededed;
  border: 3px solid #bcbcbc;
  border-radius: 30px;
  box-shadow: 0 1px 0 0 #fff inset;
  color: #424242;
  display: inline-block;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
}
.gform_search {
  margin-top: 5px;
}

input.button[disabled] {
  opacity: 0.5;
}