.rmi {
  margin: 0;
  padding: 0;
  font-family: Arial;
  background-color: #f3f3f3;
}
.rmi * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rmi a.button,
.rmi .button,
.rmi input[type=button],
.rmi input[type=submit],
.rmi button {
  border: 1px solid #ababab;
  font-family: Arial;
  font-weight: bold;
  float: none;
  padding: 0.5em;
  cursor: pointer;
  color: #2e2d2e;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  text-align: center;
  width: auto;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #f9f9f9 5%, #d1d1d1 100%);
  background-image: -moz-linear-gradient(-90deg, #f9f9f9 5%, #d1d1d1 100%);
  background-image: -o-linear-gradient(-90deg, #f9f9f9 5%, #d1d1d1 100%);
  background-image: linear-gradient(180deg, #f9f9f9 5%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#d1d1d1, GradientType=0);
}
.rmi a.button:disabled,
.rmi .button:disabled,
.rmi input[type=button]:disabled,
.rmi input[type=submit]:disabled,
.rmi button:disabled,
.rmi a.button[disabled],
.rmi .button[disabled],
.rmi input[type=button][disabled],
.rmi input[type=submit][disabled],
.rmi button[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #e5e5e5 5%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(-90deg, #e5e5e5 5%, #e5e5e5 100%);
  background-image: -o-linear-gradient(-90deg, #e5e5e5 5%, #e5e5e5 100%);
  background-image: linear-gradient(180deg, #e5e5e5 5%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e5e5, endColorstr=#e5e5e5, GradientType=0);
}
.rmi a.button:hover,
.rmi .button:hover,
.rmi input[type=button]:hover,
.rmi input[type=submit]:hover,
.rmi button:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #d1d1d1 5%, #f9f9f9 100%);
  background-image: -moz-linear-gradient(-90deg, #d1d1d1 5%, #f9f9f9 100%);
  background-image: -o-linear-gradient(-90deg, #d1d1d1 5%, #f9f9f9 100%);
  background-image: linear-gradient(180deg, #d1d1d1 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1d1d1, endColorstr=#f9f9f9, GradientType=0);
}
.rmi a.button:hover:disabled,
.rmi .button:hover:disabled,
.rmi input[type=button]:hover:disabled,
.rmi input[type=submit]:hover:disabled,
.rmi button:hover:disabled,
.rmi a.button:hover[disabled],
.rmi .button:hover[disabled],
.rmi input[type=button]:hover[disabled],
.rmi input[type=submit]:hover[disabled],
.rmi button:hover[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #e5e5e5 5%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(-90deg, #e5e5e5 5%, #e5e5e5 100%);
  background-image: -o-linear-gradient(-90deg, #e5e5e5 5%, #e5e5e5 100%);
  background-image: linear-gradient(180deg, #e5e5e5 5%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e5e5, endColorstr=#e5e5e5, GradientType=0);
}
.rmi a.button.centered,
.rmi .button.centered,
.rmi input[type=button].centered,
.rmi input[type=submit].centered,
.rmi button.centered {
  margin: 0 auto;
}
.rmi a.button.small,
.rmi .button.small,
.rmi input[type=button].small,
.rmi input[type=submit].small,
.rmi button.small {
  font-size: 8pt;
  line-height: 8pt;
  min-width: 6em;
  height: auto;
}
.rmi a.button.small.extend,
.rmi .button.small.extend,
.rmi input[type=button].small.extend,
.rmi input[type=submit].small.extend,
.rmi button.small.extend {
  min-width: 9em;
}
.rmi a.button.small.extend-more,
.rmi .button.small.extend-more,
.rmi input[type=button].small.extend-more,
.rmi input[type=submit].small.extend-more,
.rmi button.small.extend-more {
  min-width: 12em;
}
.rmi a.button.small.shrink,
.rmi .button.small.shrink,
.rmi input[type=button].small.shrink,
.rmi input[type=submit].small.shrink,
.rmi button.small.shrink {
  min-width: 3em;
}
.rmi a.button.small.shrink-more,
.rmi .button.small.shrink-more,
.rmi input[type=button].small.shrink-more,
.rmi input[type=submit].small.shrink-more,
.rmi button.small.shrink-more {
  min-width: 0em;
}
.rmi a.button.medium,
.rmi .button.medium,
.rmi input[type=button].medium,
.rmi input[type=submit].medium,
.rmi button.medium {
  font-size: 10pt;
  line-height: 10pt;
  min-width: 9em;
  height: auto;
}
.rmi a.button.medium.extend,
.rmi .button.medium.extend,
.rmi input[type=button].medium.extend,
.rmi input[type=submit].medium.extend,
.rmi button.medium.extend {
  min-width: 12em;
}
.rmi a.button.medium.extend-more,
.rmi .button.medium.extend-more,
.rmi input[type=button].medium.extend-more,
.rmi input[type=submit].medium.extend-more,
.rmi button.medium.extend-more {
  min-width: 15em;
}
.rmi a.button.medium.shrink,
.rmi .button.medium.shrink,
.rmi input[type=button].medium.shrink,
.rmi input[type=submit].medium.shrink,
.rmi button.medium.shrink {
  min-width: 6em;
}
.rmi a.button.medium.shrink-more,
.rmi .button.medium.shrink-more,
.rmi input[type=button].medium.shrink-more,
.rmi input[type=submit].medium.shrink-more,
.rmi button.medium.shrink-more {
  min-width: 3em;
}
.rmi a.button.large,
.rmi .button.large,
.rmi input[type=button].large,
.rmi input[type=submit].large,
.rmi button.large {
  font-size: 12pt;
  line-height: 12pt;
  min-width: 12em;
  height: auto;
}
.rmi a.button.large.extend,
.rmi .button.large.extend,
.rmi input[type=button].large.extend,
.rmi input[type=submit].large.extend,
.rmi button.large.extend {
  min-width: 15em;
}
.rmi a.button.large.extend-more,
.rmi .button.large.extend-more,
.rmi input[type=button].large.extend-more,
.rmi input[type=submit].large.extend-more,
.rmi button.large.extend-more {
  min-width: 18em;
}
.rmi a.button.large.shrink,
.rmi .button.large.shrink,
.rmi input[type=button].large.shrink,
.rmi input[type=submit].large.shrink,
.rmi button.large.shrink {
  min-width: 9em;
}
.rmi a.button.large.shrink-more,
.rmi .button.large.shrink-more,
.rmi input[type=button].large.shrink-more,
.rmi input[type=submit].large.shrink-more,
.rmi button.large.shrink-more {
  min-width: 6em;
}
.rmi a.button.danger,
.rmi .button.danger,
.rmi input[type=button].danger,
.rmi input[type=submit].danger,
.rmi button.danger {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmY2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2YTNhMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #fcf3f3 5%, #e6a3a3 100%);
  background-image: -moz-linear-gradient(-90deg, #fcf3f3 5%, #e6a3a3 100%);
  background-image: -o-linear-gradient(-90deg, #fcf3f3 5%, #e6a3a3 100%);
  background-image: linear-gradient(180deg, #fcf3f3 5%, #e6a3a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcf3f3, endColorstr=#e6a3a3, GradientType=0);
}
.rmi a.button.danger:disabled,
.rmi .button.danger:disabled,
.rmi input[type=button].danger:disabled,
.rmi input[type=submit].danger:disabled,
.rmi button.danger:disabled,
.rmi a.button.danger[disabled],
.rmi .button.danger[disabled],
.rmi input[type=button].danger[disabled],
.rmi input[type=submit].danger[disabled],
.rmi button.danger[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmMWNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #f1cbcb 5%, #f1cbcb 100%);
  background-image: -moz-linear-gradient(-90deg, #f1cbcb 5%, #f1cbcb 100%);
  background-image: -o-linear-gradient(-90deg, #f1cbcb 5%, #f1cbcb 100%);
  background-image: linear-gradient(180deg, #f1cbcb 5%, #f1cbcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1cbcb, endColorstr=#f1cbcb, GradientType=0);
}
.rmi a.button.danger:hover,
.rmi .button.danger:hover,
.rmi input[type=button].danger:hover,
.rmi input[type=submit].danger:hover,
.rmi button.danger:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNlNmEzYTMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #e6a3a3 5%, #fcf3f3 100%);
  background-image: -moz-linear-gradient(-90deg, #e6a3a3 5%, #fcf3f3 100%);
  background-image: -o-linear-gradient(-90deg, #e6a3a3 5%, #fcf3f3 100%);
  background-image: linear-gradient(180deg, #e6a3a3 5%, #fcf3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6a3a3, endColorstr=#fcf3f3, GradientType=0);
}
.rmi a.button.danger:hover:disabled,
.rmi .button.danger:hover:disabled,
.rmi input[type=button].danger:hover:disabled,
.rmi input[type=submit].danger:hover:disabled,
.rmi button.danger:hover:disabled,
.rmi a.button.danger:hover[disabled],
.rmi .button.danger:hover[disabled],
.rmi input[type=button].danger:hover[disabled],
.rmi input[type=submit].danger:hover[disabled],
.rmi button.danger:hover[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmMWNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #f1cbcb 5%, #f1cbcb 100%);
  background-image: -moz-linear-gradient(-90deg, #f1cbcb 5%, #f1cbcb 100%);
  background-image: -o-linear-gradient(-90deg, #f1cbcb 5%, #f1cbcb 100%);
  background-image: linear-gradient(180deg, #f1cbcb 5%, #f1cbcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1cbcb, endColorstr=#f1cbcb, GradientType=0);
}
.rmi a.button.action,
.rmi .button.action,
.rmi input[type=button].action,
.rmi input[type=submit].action,
.rmi button.action {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmM2ZjZjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzZTZhMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #f3fcf3 5%, #a3e6a3 100%);
  background-image: -moz-linear-gradient(-90deg, #f3fcf3 5%, #a3e6a3 100%);
  background-image: -o-linear-gradient(-90deg, #f3fcf3 5%, #a3e6a3 100%);
  background-image: linear-gradient(180deg, #f3fcf3 5%, #a3e6a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3fcf3, endColorstr=#a3e6a3, GradientType=0);
}
.rmi a.button.action:disabled,
.rmi .button.action:disabled,
.rmi input[type=button].action:disabled,
.rmi input[type=submit].action:disabled,
.rmi button.action:disabled,
.rmi a.button.action[disabled],
.rmi .button.action[disabled],
.rmi input[type=button].action[disabled],
.rmi input[type=submit].action[disabled],
.rmi button.action[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNjYmYxY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiZjFjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #cbf1cb 5%, #cbf1cb 100%);
  background-image: -moz-linear-gradient(-90deg, #cbf1cb 5%, #cbf1cb 100%);
  background-image: -o-linear-gradient(-90deg, #cbf1cb 5%, #cbf1cb 100%);
  background-image: linear-gradient(180deg, #cbf1cb 5%, #cbf1cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbf1cb, endColorstr=#cbf1cb, GradientType=0);
}
.rmi a.button.action:hover,
.rmi .button.action:hover,
.rmi input[type=button].action:hover,
.rmi input[type=submit].action:hover,
.rmi button.action:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNhM2U2YTMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZmNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #a3e6a3 5%, #f3fcf3 100%);
  background-image: -moz-linear-gradient(-90deg, #a3e6a3 5%, #f3fcf3 100%);
  background-image: -o-linear-gradient(-90deg, #a3e6a3 5%, #f3fcf3 100%);
  background-image: linear-gradient(180deg, #a3e6a3 5%, #f3fcf3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a3e6a3, endColorstr=#f3fcf3, GradientType=0);
}
.rmi a.button.action:hover:disabled,
.rmi .button.action:hover:disabled,
.rmi input[type=button].action:hover:disabled,
.rmi input[type=submit].action:hover:disabled,
.rmi button.action:hover:disabled,
.rmi a.button.action:hover[disabled],
.rmi .button.action:hover[disabled],
.rmi input[type=button].action:hover[disabled],
.rmi input[type=submit].action:hover[disabled],
.rmi button.action:hover[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNjYmYxY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiZjFjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #cbf1cb 5%, #cbf1cb 100%);
  background-image: -moz-linear-gradient(-90deg, #cbf1cb 5%, #cbf1cb 100%);
  background-image: -o-linear-gradient(-90deg, #cbf1cb 5%, #cbf1cb 100%);
  background-image: linear-gradient(180deg, #cbf1cb 5%, #cbf1cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbf1cb, endColorstr=#cbf1cb, GradientType=0);
}
.rmi a.button.info,
.rmi .button.info,
.rmi input[type=button].info,
.rmi input[type=submit].info,
.rmi button.info {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmM2YzZmMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzYTNlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #f3f3fc 5%, #a3a3e6 100%);
  background-image: -moz-linear-gradient(-90deg, #f3f3fc 5%, #a3a3e6 100%);
  background-image: -o-linear-gradient(-90deg, #f3f3fc 5%, #a3a3e6 100%);
  background-image: linear-gradient(180deg, #f3f3fc 5%, #a3a3e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3fc, endColorstr=#a3a3e6, GradientType=0);
}
.rmi a.button.info:disabled,
.rmi .button.info:disabled,
.rmi input[type=button].info:disabled,
.rmi input[type=submit].info:disabled,
.rmi button.info:disabled,
.rmi a.button.info[disabled],
.rmi .button.info[disabled],
.rmi input[type=button].info[disabled],
.rmi input[type=submit].info[disabled],
.rmi button.info[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNjYmNiZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JmMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #cbcbf1 5%, #cbcbf1 100%);
  background-image: -moz-linear-gradient(-90deg, #cbcbf1 5%, #cbcbf1 100%);
  background-image: -o-linear-gradient(-90deg, #cbcbf1 5%, #cbcbf1 100%);
  background-image: linear-gradient(180deg, #cbcbf1 5%, #cbcbf1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbcbf1, endColorstr=#cbcbf1, GradientType=0);
}
.rmi a.button.info:hover,
.rmi .button.info:hover,
.rmi input[type=button].info:hover,
.rmi input[type=submit].info:hover,
.rmi button.info:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNhM2EzZTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #a3a3e6 5%, #f3f3fc 100%);
  background-image: -moz-linear-gradient(-90deg, #a3a3e6 5%, #f3f3fc 100%);
  background-image: -o-linear-gradient(-90deg, #a3a3e6 5%, #f3f3fc 100%);
  background-image: linear-gradient(180deg, #a3a3e6 5%, #f3f3fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a3a3e6, endColorstr=#f3f3fc, GradientType=0);
}
.rmi a.button.info:hover:disabled,
.rmi .button.info:hover:disabled,
.rmi input[type=button].info:hover:disabled,
.rmi input[type=submit].info:hover:disabled,
.rmi button.info:hover:disabled,
.rmi a.button.info:hover[disabled],
.rmi .button.info:hover[disabled],
.rmi input[type=button].info:hover[disabled],
.rmi input[type=submit].info:hover[disabled],
.rmi button.info:hover[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNjYmNiZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JmMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #cbcbf1 5%, #cbcbf1 100%);
  background-image: -moz-linear-gradient(-90deg, #cbcbf1 5%, #cbcbf1 100%);
  background-image: -o-linear-gradient(-90deg, #cbcbf1 5%, #cbcbf1 100%);
  background-image: linear-gradient(180deg, #cbcbf1 5%, #cbcbf1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbcbf1, endColorstr=#cbcbf1, GradientType=0);
}
.rmi a.button:disabled,
.rmi .button:disabled,
.rmi input[type=button]:disabled,
.rmi input[type=submit]:disabled,
.rmi button:disabled,
.rmi a.button[disabled],
.rmi .button[disabled],
.rmi input[type=button][disabled],
.rmi input[type=submit][disabled],
.rmi button[disabled] {
  color: #7e7d7e;
  cursor: not-allowed;
}
.rmi a.button,
.rmi .button {
  display: inline-block;
}
.rmi a.button,
.rmi .button,
.rmi button {
  white-space: normal;
}
.rmi a.button.save::before,
.rmi .button.save::before,
.rmi button.save::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25em;
  content: "\f0c7";
}
.rmi a.button.close::before,
.rmi .button.close::before,
.rmi button.close::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25em;
  content: "\f057";
}
.rmi a.button.wrap,
.rmi .button.wrap,
.rmi button.wrap {
  white-space: normal;
}
.rmi .search-results,
.rmi .search-panel {
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.rmi .search-results table.listing,
.rmi .search-panel table.listing {
  border: 0;
  width: 98%;
  margin: auto;
}
.rmi .search-results table.listing th,
.rmi .search-panel table.listing th {
  font-weight: bold;
  color: #f3f3f3;
  background-color: #3f3f3f;
  text-align: left;
  vertical-align: top;
}
.rmi .search-results table.listing tr:hover,
.rmi .search-panel table.listing tr:hover {
  color: red;
  cursor: pointer;
}
.rmi .search-results table.listing tr:hover th,
.rmi .search-panel table.listing tr:hover th {
  cursor: initial;
}
.rmi .search-results table.listing td,
.rmi .search-panel table.listing td {
  text-align: left;
  vertical-align: top;
}
.rmi .search-results {
  overflow-y: auto;
}
.rmi .search-caption {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.rmi .field-column {
  padding: 1%;
  position: relative;
  vertical-align: top;
}
.rmi .field-column.thirds {
  display: inline-block;
  width: 31%;
}
.rmi .field-column.sixths {
  display: inline-block;
  width: 14%;
}
.rmi .field-column.float-right {
  float: right;
}
.rmi .field-wrapper {
  display: inline-block;
  padding-right: 1em;
  vertical-align: top;
}
.rmi .field-wrapper label {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.rmi .field-wrapper input[type=text],
.rmi .field-wrapper textarea,
.rmi .field-wrapper select {
  padding: 3px 5px 3px 5px !important;
  border: solid 1px #C7C7C7 !important;
  outline: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  border-radius: 4px;
  font-size: 12pt;
  width: 100%;
}
.rmi .field-wrapper input:focus,
.rmi .field-wrapper textarea:focus,
.rmi .field-wrapper select:focus {
  border: solid 1px #97d2fe !important;
  box-shadow: rgba(0, 0, 255, 0.15) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.rmi .field-wrapper input[type=text] {
  width: 98%;
}
.rmi .field-wrapper.tiny {
  width: 22%;
}
.rmi .field-wrapper.small {
  width: 48%;
}
.rmi .field-wrapper.medium {
  width: 72.5%;
}
.rmi .field-wrapper.large {
  width: 98%;
}
.rmi .field-wrapper.right {
  text-align: right;
}
body.modal.rmi {
  font-size: 10pt;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.modal.rmi .modal-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.modal.rmi .modal-dialog .modal-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: top 2s, bottom 2s;
  /* Safari */
  transition: top 2s, bottom 2s;
}
body.modal.rmi .modal-dialog .modal-results {
  position: absolute;
  top: 110%;
  bottom: -110%;
  left: 0;
  right: 0;
  -webkit-transition: top 2s, bottom 2s;
  /* Safari */
  transition: top 2s, bottom 2s;
}
body.modal.rmi .modal-dialog.results-active .modal-form {
  top: -110%;
  bottom: 110%;
}
body.modal.rmi .modal-dialog.results-active .modal-results {
  top: 0;
  bottom: 0;
}
body.modal.rmi .modal-dialog .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-bottom: 0.5em;
}
body.modal.rmi .modal-dialog .modal-description {
  padding: 0.5em;
  background-color: #7882B2;
  color: white;
  -webkit-box-shadow: 0px 3px 5px 0px #3f3f3f;
  -moz-box-shadow: 0px 3px 5px 0px #3f3f3f;
  box-shadow: 0px 3px 5px 0px #3f3f3f;
}
body.modal.rmi .modal-dialog .modal-body {
  position: absolute;
  top: 2em;
  right: 0.5em;
  left: 0.5em;
  bottom: 3em;
  overflow-y: auto;
  overflow-x: hidden;
}
body.modal.rmi .modal-dialog .modal-error {
  padding: 0.5em;
  padding-top: 1em;
  padding-bottom: 0;
  color: red;
  display: none;
}
body.modal.rmi .modal-dialog .modal-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
body.modal.rmi .modal-dialog .modal-buttons {
  padding: 0.5em;
  display: inline-block;
}
body.modal.rmi .modal-dialog .modal-buttons .Button {
  margin-left: 20px;
}
body.modal.rmi .modal-dialog .modal-buttons .Button:nth-child(1) {
  margin-left: 0;
}
.rmi .mini-dialog {
  display: inline-block;
  font-weight: normal;
  position: relative;
  font-size: 9pt;
  padding-right: 2.5em;
  padding-left: 1.3em;
}
.rmi .mini-dialog > .header {
  position: relative;
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 1.25em;
}
.rmi .mini-dialog > .content {
  position: relative;
  margin-top: 1em;
  display: block;
}
.rmi .mini-dialog > .content ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  font-weight: bold;
  margin-left: 0;
}
.rmi .mini-dialog > .content ul.scroll {
  height: 2.5em;
  overflow: auto;
}
.rmi .mini-dialog > .footer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}
.ie8compat .rmi .mini-dialog > .footer {
  left: 0;
  width: 100%;
}
.rmi .decision-dialog {
  display: inline-block;
  font-weight: normal;
  position: relative;
  font-size: 12pt;
  padding-right: 2.5em;
  padding-left: 2.3em;
}
.ie8compat .rmi .decision-dialog {
  display: inline;
}
.rmi .decision-dialog .icon {
  font-size: 1.25em;
}
.rmi .decision-dialog .icon.danger:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bb0000;
  content: "\f06a";
}
.rmi .decision-dialog .icon.info:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0000bb;
  content: "\f05a";
}
.rmi .decision-dialog .icon.action:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00bb00;
  content: "\f058";
}
.rmi .decision-dialog > .header {
  position: relative;
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 1.25em;
}
.rmi .decision-dialog > .content {
  padding: 2em 0 2em 0;
  position: relative;
  margin-top: 1em;
  display: block;
}
.rmi .decision-dialog > .footer {
  position: relative;
  display: block;
  bottom: 0;
}
.rmi .horizontal-reverse-dialog {
  display: block;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding: 1em 2.5em 0 2.5em;
  width: 100%;
}
.rmi .horizontal-reverse-dialog > .header {
  position: relative;
  font-weight: bold;
  display: inline-block;
  right: 0;
}
.ie8compat .rmi .horizontal-reverse-dialog > .header {
  display: inline;
  vertical-align: middle;
}
.rmi .horizontal-reverse-dialog > .content {
  position: relative;
  display: inline-block;
}
.ie8compat .rmi .horizontal-reverse-dialog > .content {
  display: inline;
  vertical-align: middle;
}
.rmi .horizontal-reverse-dialog > .footer {
  position: relative;
  display: inline-block;
  left: 0;
}
.ie8compat .rmi .horizontal-reverse-dialog > .footer {
  display: inline;
  vertical-align: middle;
}
.rmi .horizontal-reverse-dialog > .footer .button {
  margin-right: 1em;
}
.rmi .dialog-stack {
  text-align: left;
  width: auto;
  height: auto;
  background-color: #f3f3f3;
  display: inline-block;
}
.rmi .dialog-stack.nobreak {
  white-space: nowrap;
}
.rmi .dialog-stack .mini-dialog {
  white-space: normal;
  text-align: center;
  vertical-align: top;
  border-right: solid #3f3f3f 0.1em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  width: 15em;
  display: inline-block;
  height: 12em;
}
.rmi .dialog-stack .mini-dialog.large {
  width: 20em;
}
.rmi .dialog-stack .mini-dialog:last-child {
  border: none;
}
.no-lastchild .rmi .dialog-stack .mini-dialog {
  border: none;
}
.ie8compat .rmi .dialog-stack .mini-dialog {
  float: left;
}
.rmi .dialog-stack.compact .mini-dialog {
  font-size: 7pt;
}
.rmi .dialog-stack.compact .mini-dialog .button.large {
  font-size: 11pt;
  line-height: 11pt;
  min-width: 11em;
}
.rmi .centered-container {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 1em 0 1em 0;
}
.rmi .rounded {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.rmi .shadowed {
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
}
.rmi .align-right {
  text-align: right;
}
.rmi .align-left {
  text-align: left;
}
.rmi .align-center {
  text-align: center;
}
.rmi .align-middle {
  vertical-align: middle;
}
.rmi .align-top {
  vertical-align: top;
}
.rmi .align-bottom {
  vertical-align: top;
}
/*jqdialog class*/
.rmi-jqdialog {
  z-index: 100;
  position: fixed;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2);
  background: #f3f3f3;
  border-color: #6f6f6f;
  font-size: medium;
}
.rmi-jqdialog iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
.rmi-jqdialog .ui-dialog-titlebar {
  background: none;
  border: 0;
  position: static;
}
.rmi-jqdialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  margin: 0;
  padding: 0;
}
