/* BEGIN SELECTORS CRIBBED FROM BOOTSTRAP
	LOOK FOR CUSTOM FOR CLASSES THAT WERE MODIFIED
*/
.imod-grid {
  clear: both;
}
.imod-grid:after {
  display: block;
  clear: both;
  content: " ";
}
.imod-grid > ul {
  list-style: none outside none;
  padding: 0;
  margin: 0 10px;
}
.imod-grid > ul li.imod-grid-header {
  background: none;
  display: block;
  clear: both;
  padding: 15px 0;
}
.imod-grid > ul li.imod-grid-row {
  background: none;
  display: block;
  clear: both;
  padding-top: 15px;
}
.imod-grid > ul li.imod-grid-row > div {
  clear: both;
  margin-bottom: 15px;
}
.imod-grid > ul li.imod-grid-row > div div span {
  margin-left: 5px;
}
.imod-grid div.imod-grid-view-all,
.imod-grid div.imod-grid-back-link {
  text-align: center;
  padding: 10px 0;
}
.imod-bootstrap .collapse {
  display: none;
}
.imod-bootstrap .collapse.in {
  display: block;
}
.imod-bootstrap .collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.imod-bootstrap .breadcrumb {
  list-style: none;
  margin-bottom: 20px;
  padding: 8px 0;
}
.imod-bootstrap .breadcrumb > li {
  display: inline;
}
.imod-bootstrap .breadcrumb > li:nth-child(1) i.fa-caret-right:after {
  content: '\00a0';
}
.imod-bootstrap .breadcrumb > li + li:before {
  color: #888;
  content: "\00a0\00bb\00a0";
  padding: 0;
}
.imod-bootstrap .row {
  margin-left: -15px;
  margin-right: -15px;
}
.imod-bootstrap h4,
.imod-bootstrap h5 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 10px;
}
.imod-bootstrap h4 {
  font-size: 18px;
}
.imod-bootstrap h5 {
  font-size: 14px;
}
.imod-bootstrap .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.imod-bootstrap .col-xs-2,
.imod-bootstrap .col-xs-3 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.imod-bootstrap .col-xs-2 {
  width: 16.66666667%;
}
.imod-bootstrap .col-xs-3 {
  width: 25%;
}
.imod-bootstrap .list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}
.imod-bootstrap .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.imod-bootstrap .list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}
.imod-bootstrap a.list-group-item {
  color: #555;
}
.imod-bootstrap a.list-group-item:hover,
.imod-bootstrap a.list-group-item:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}
.imod-bootstrap .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}
.imod-bootstrap .form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}
.imod-bootstrap .input-sm {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}
.imod-bootstrap .well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.imod-bootstrap .well-lg {
  border-radius: 6px;
  padding: 24px;
}
.imod-bootstrap .btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.imod-bootstrap .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.imod-bootstrap .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
/* END BOOTSTRAP */
.imod-field-item {
  margin: 15px 0 15px;
}
.imod-support-FontAwesome,
.imod-support-FontAwesome * {
  font-family: FontAwesome, Verdana, Helvetica, Arial;
}
div.imod-field-section {
  margin: 15px 0;
  line-height: 1.5em;
  position: relative;
}
div.imod-field-section label {
  display: block;
}
div.imod-field-section input[type=radio] {
  margin-left: 5px !important;
}
div.imod-field-section input[type=checkbox] ~ label,
div.imod-field-section input[type=radio] ~ label {
  display: inline;
}
.imod-focus-item:focus,
input[type=file]:focus,
select:focus,
textarea:focus,
button.imod-primary-action:focus,
input[type=button].imod-primary-action:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=email]:focus,
input[type=number]:focus {
  box-shadow: 0 0 3px 1px dodgerblue !important;
  outline-width: 0;
  outline: 1px solid dodgerblue \9;
  /*IE8 IE9 box-shadow doesn't work for them*/
}
body.imod-plain input[type=file]:focus,
body.imod-plain select:focus,
body.imod-plain textarea:focus,
body.imod-plain button.imod-primary-action:focus,
body.imod-plain input[type=button].imod-primary-action:focus,
body.imod-plain input[type=radio]:focus,
body.imod-plain input[type=checkbox]:focus,
body.imod-plain input[type=text]:focus,
body.imod-plain input[type=date]:focus,
body.imod-plain input[type=time]:focus,
body.imod-plain input[type=email]:focus,
body.imod-plain input[type=number]:focus {
  box-shadow: none !important;
  outline-width: 5px;
}
.imod-required {
  color: red;
}
label.imod-required {
  color: black;
}
label.imod-required:after {
  content: "*";
  color: red;
}
input[type=date] {
  width: 7em;
  margin-right: 3px;
}
input[type=time] {
  width: 5em;
  margin-right: 3px;
}
input.imod-textbox-tiny {
  width: 3em;
}
input.imod-textbox-small {
  width: 5em;
}
input.imod-textbox-medium {
  width: 12em;
}
textarea.imod-textbox-large {
  width: 50em;
  height: 15em;
}
span.imod-currency-box input {
  padding-left: 1em;
  margin-left: -1em;
  width: 5em;
}
span.imod-currency-box span {
  float: left;
  display: block;
  width: 1em;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #666;
}
.imod-admin-legacy-template button.imod-primary-action,
.imod-admin-legacy-template input.imod-primary-action {
  background: linear-gradient(skyblue, dodgerblue);
  background: -webkit-linear-gradient(skyblue, dodgerblue);
  /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(skyblue, dodgerblue);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='skyblue', endColorstr='dodgerblue');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='skyblue', endColorstr='dodgerblue')";
  /* IE8+ */
  color: white;
  border-radius: 5px;
  border-radius: 3px \9;
  /*IE9 hack because 9 gradients hate box-shadow*/
  border: 1px outset dodgerblue;
  padding: 7px 10px;
  min-width: 65px;
}
.imod-admin-legacy-template button.imod-primary-action:hover,
.imod-admin-legacy-template input.imod-primary-action:hover {
  background: linear-gradient(lightskyblue, #349BFF);
  background: -webkit-linear-gradient(lightskyblue, #349BFF);
  /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(lightskyblue, #349BFF);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lightskyblue', endColorstr='#349BFF');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='lightskyblue', endColorstr='#349BFF')";
  /* IE8+ */
}
.imod-admin-legacy-template button.imod-primary-action:focus,
.imod-admin-legacy-template input.imod-primary-action[type=button]:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='skyblue', endColorstr='dodgerblue')";
  /* IE8+ */
}
.imod-admin-legacy-template button.imod-primary-action:active,
.imod-admin-legacy-template input.imod-primary-action:active {
  padding: 7px 9px 7px 11px;
  border-style: inset;
}
.imod-admin-legacy-template button.imod-secondary-action,
.imod-admin-legacy-template input.imod-secondary-action {
  background: linear-gradient(#eee, silver);
  background: -webkit-linear-gradient(lightgrey, silver);
  /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(lightgrey, silver);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lightgrey', endColorstr='silver');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='lightgrey', endColorstr='silver')";
  /* IE8+ */
  color: black;
  border-radius: 5px;
  border-radius: 3px \9;
  /*IE9 hack because 9 gradients hate box-shadow*/
  border: 1px outset grey;
  padding: 6px 10px;
}
.imod-admin-legacy-template button.imod-secondary-action:disabled,
.imod-admin-legacy-template input.imod-secondary-action:disabled {
  opacity: 0.5;
}
.imod-admin-legacy-template button.imod-secondary-action:hover:not(:disabled),
.imod-admin-legacy-template input.imod-secondary-action:hover:not(:disabled) {
  background: linear-gradient(#eee, lightskyblue);
  background: -webkit-linear-gradient(lightskyblue, #349BFF);
  /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(lightskyblue, #349BFF);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lightskyblue', endColorstr='#349BFF');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='lightskyblue', endColorstr='#349BFF')";
  /* IE8+ */
}
.imod-admin-legacy-template button.imod-secondary-action:focus,
.imod-admin-legacy-template input.imod-secondary-action[type=button]:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='skyblue', endColorstr='dodgerblue')";
  /* IE8+ */
}
.imod-admin-legacy-template button.imod-secondary-action:active,
.imod-admin-legacy-template input.imod-secondary-action:active {
  padding: 7px 9px 7px 11px;
  border-style: inset;
}
.imod-admin-legacy-template a.imod-secondary-action,
.imod-admin-legacy-template a.imod-secondary-action:visited {
  font-size: 12px;
  color: blue;
  text-decoration: underline;
}
div.imod-currency-box div {
  float: left;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
div.imod-currency-box div:hover {
  border-top: 1px solid #aae;
  border-left: 1px solid #aae;
  border-bottom: 1px solid #e8e8ff;
  border-right: 1px solid #e8e8ff;
}
div.imod-currency-box input {
  border: none;
}
div.imod-button-section {
  margin: 20px 0;
  clear: left;
}
div.imod-button-section .imod-button-section-separator:before {
  margin-left: 10px;
  margin-right: 10px;
  content: "|";
}
input[type=button] {
  cursor: pointer;
}
div.imod-field-section i {
  cursor: pointer;
}
a.imod-action-icon {
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  color: black;
  text-decoration: none;
  display: block;
  float: left;
  padding: 4px 6px;
  margin: 0 2px;
}
a.imod-action-icon:hover {
  color: white;
  background-color: #666;
  background: linear-gradient(#ccc, #666);
}
input.imod-button {
  font-family: FontAwesome, Verdana, Helvetica, Arial;
  padding: 8px 10px;
}
div.imod-breadcrumbs a,
div.imod-breadcrumbs a:visited {
  color: blue;
}
input.imod-datebox {
  width: 7em;
  margin-right: 3px;
}
input.imod-timebox {
  width: 5em;
  margin-right: 3px;
}
div.imod-field-hint,
div.imod-field-hint-visible,
span.imod-field-hint-visible {
  color: #666;
  font-size: 12px;
  font-style: italic;
}
div.imod-field-hint {
  display: none;
}
div.imod-field-section input:focus ~ div.imod-field-hint {
  display: inline;
}
button.imod-primary-action::-moz-focus-inner,
input.imod-primary-action::-moz-focus-inner,
input.imod-button::-moz-focus-inner {
  border: 0;
  padding: 2px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.imod-hidden-item {
  display: none;
}
.imod-hidden-item-trigger:checked ~ .imod-hidden-item {
  display: block;
}
.imod-sub-item {
  margin-left: 20px;
}
.imod-sub-item .imod-field-item {
  margin: 5px 0 15px;
}
div.imod-checkbox-list > div {
  border-radius: 3px;
  border: 1px solid #666;
  float: left;
  min-width: 15em;
  position: relative;
}
.imod-checkbox-list-items {
  height: 15em;
  max-height: 15em;
  min-height: 5em;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px 0;
}
div.imod-checkbox-list > div label {
  display: block;
  padding: 2px 10px 2px 0;
  background-color: white;
  color: black;
  cursor: pointer;
}
div.imod-checkbox-list > div label:hover {
  background-color: #ccc;
  color: black;
}
div.imod-checkbox-list .imod-selected {
  background-color: Highlight;
  color: HighlightText;
}
div.imod-checkbox-list .imod-selected:hover {
  background-color: slategrey;
  color: white;
}
.imod-checkbox-list .imod-checkbox-list-filter {
  padding: 3px;
  box-shadow: 0 2px 2px -1px black;
  border-bottom: 1px solid grey;
  position: relative;
  background-color: #eee;
  border-radius: 3px 3px 0 0;
}
.imod-checkbox-list .imod-checkbox-list-footer {
  box-shadow: 0 -2px 2px -1px black;
  border-top: 1px solid grey;
  background-color: #eee;
  padding: 3px 5px;
  font-size: .8em;
  border-radius: 0 0 3px 3px;
}
.imod-checkbox-list .imod-no-matches {
  cursor: default;
  display: none;
  text-align: center;
}
div.imod-checkbox-list > div .imod-no-matches:hover {
  background-color: white;
}
div.imod-checkbox-list br {
  clear: left;
}
input:focus::-moz-placeholder {
  color: white;
}
input:focus::-webkit-input-placeholder {
  color: white;
}
input:focus:-ms-input-placeholder {
  color: white;
}
a.imod-action-link {
  color: blue;
}
a.imod-action-link:visited {
  color: blue;
}
.imod-filter-box {
  position: relative;
}
.imod-filter-box i {
  position: absolute;
  display: block;
  width: 1em;
  text-align: center;
  top: .15em;
  color: grey;
}
.imod-filter-box i:first-child {
  left: .2em;
}
.imod-filter-box i:last-child {
  right: .5em;
  cursor: pointer;
  display: none;
}
.imod-filter-box input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .2em 1.3em;
}
.imod-filter-box input:invalid {
  box-shadow: none;
}
.imod-filter-box input:valid ~ i {
  display: block;
}
.imod-no-underline {
  text-decoration: none !important;
}
.imod-pill-nav,
.imod-pill-wizard {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 30px;
}
.imod-pill-nav li {
  margin: 2px;
  border: 1px solid #ddd;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
}
.imod-pill-wizard li {
  margin: 2px;
  float: left;
  border-radius: 5px;
  padding: 10px;
}
.imod-pill-nav li:hover {
  background-color: aliceblue;
  border-color: powderblue;
}
.imod-pill-nav li.imod-selected,
.imod-pill-wizard li.imod-selected {
  background-color: Highlight;
  color: HighlightText;
  border: 1px solid Highlight;
  cursor: default;
}
ul.imod-link-list li {
  margin: 10px 0;
}
.imod-breadcrumbs .imod-breadcrumbs-change-community {
  padding: 3px;
  cursor: pointer;
  vertical-align: text-top;
}
.imod-breadcrumbs .imod-breadcrumbs-change-community span {
  color: blue;
  font-weight: bold;
  font-size: 1em;
}
.imod-breadcrumbs .imod-breadcrumbs-change-community:hover {
  background: linear-gradient(#fff, #ddf);
  background-color: #eef;
  border: 1px outset grey;
  padding: 2px;
  border-radius: 5px;
}
input[type=button][disabled=disabled] {
  cursor: default;
}
.imod-fancybox-wrapper {
  display: none;
}
.imod-fancybox-content {
  width: 300px;
  height: 200px;
}
/*************************************************************************
   BEGIN Loading Indicator	
*************************************************************************/
.imod-loading-overlay {
  position: relative;
  width: inherit;
  min-height: 300px;
  z-index: 10007000;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.imod-loading-overlay .imod-dim-loading-content {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.imod-loading-overlay a,
.imod-loading-overlay h4 {
  display: none;
}
.imod-loading-overlay:after {
  content: '';
  display: block;
  clear: both;
}
.imod-loading-widget {
  position: absolute;
  width: auto;
  left: 50%;
  top: 140px;
  margin-left: -55px;
  horizontal-align: middle;
  background-color: #fff;
  z-index: 10007001;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0px 0px 2px 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0px 0px 2px 3px rgba(51, 51, 51, 0.4);
}
.imod-loading-widget .imod-loading-content {
  padding: 10px;
}
.imod-loading-widget .imod-loading-content img {
  float: left;
  width: 16px;
  height: 16px;
}
.imod-loading-widget .imod-loading-content span {
  float: left;
  margin-top: -2px;
}
.imod-loading-widget .imod-loading-content:after {
  content: '';
  display: block;
  clear: both;
}
/*************************************************************************
   END Loading Indicator	
*************************************************************************/
