@import url(/Content/font-awesome.min.css);
@import url(/Content/css/Restyle1.0/msi-icons.css);
/* Dashboard widgets */
/* Background colours */
/* Primary / secondary colours */
/*  These attributes below have been set here as they are global and if needed to be more specified to use other stylesheets and import this file into it */

html,
body,
.ui-widget {
  font-family: 'RobotoLight', 'Helvetica Neue', Helvetica, sans-serif !important;
}
p {
  color: #555555;
}
h1 {
  font-size: 36px !important;
}
h3 {
  font-size: 22px !important;
  color: #555555 !important;
  font-weight: 300;
}
h4 {
  font-size: 16px !important;
  color: #555555;
  text-transform: uppercase;
}
label {
  color: gray !important;
}
a {
  color: #00956e !important;
}
a:hover,
a:focus,
a:active {
  color: #72c02c !important;
  background: none !important;
}
/* Since buttons are everywhere... */

.btn.active {
  background-color: #419641 !important;
  border-color: #3e8f3e !important;
}
.btn,
.dt-button,
.ui-dialog .ui-dialog-buttonpane button {
  background: #72c02c !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 0 !important;
  color: white !important;
  font-size: 14px;
  padding: 6px 13px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.btn:hover,
.dt-button:hover,
.ui-dialog .ui-dialog-buttonpane button:hover,
.btn:focus,
.dt-button:focus,
.ui-dialog .ui-dialog-buttonpane button:focus,
.btn:active,
.dt-button:active,
.ui-dialog .ui-dialog-buttonpane button:active {
  color: white !important;
  background: #66ac27 !important;
  outline: none !important;
}
.button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  background-color: gray !important;
}
.btn-u {
  border-radius: 4px !important;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 0;
  position: relative;
  background: #72c02c;
  display: inline-block;
  color: white !important;
}
.btn-u:hover,
.btn-u:focus,
.btn-u:active {
  background: #66ac27;
}
.btn-default,
btn-success,
.dt-button {
  background-color: #72c02c !important;
}
.btn-default:hover,
btn-success:hover,
.dt-button:hover,
.btn-default:focus,
btn-success:focus,
.dt-button:focus,
.btn-default:active,
btn-success:active,
.dt-button:active {
  background: #66ac27 !important;
}
.btn-danger {
  background-color: #d9534f !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #c12e2a !important;
}
/* Found these buttons used within tables, may be used elsewhere than tables so may as well declare globally */

.button {
  background: #72c02c !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 0 !important;
  color: white !important;
  font-size: 14px;
  padding: 6px 13px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.button:hover,
.button:focus,
.button:active {
  background-color: #ee7624 !important;
  color: white !important;
}
.button.disabled {
  background-color: gray !important;
  background-image: none !important;
}
/* Globally used (alternative rows) tables */

.table-striped > thead {
  background-color: rgba(230, 230, 230, 0.7) !important;
}
.table-striped > tbody > tr > td {
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.table-striped > tbody > tr > th {
  font-weight: normal !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(114, 192, 44, 0.1);
}
.table > thead > tr > th {
  border-bottom: 1px solid #111111 !important;
}
/* Font Awesome icon with result count in orange rounded rectangle styling */

.primary-result-count .outer-container {
  margin-top: 20px;
  display: inline-block;
}
.primary-result-count .inner-container {
  text-decoration: none;
  display: block;
  position: relative;
}
.primary-result-count i {
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  color: white !important;
}
.primary-result-count span {
  font-size: 11px;
  font-weight: 500 !important;
  vertical-align: middle;
  position: relative;
  top: -9px;
  left: -9px;
  display: inline-block;
  line-height: 18px;
  background: #ee7624;
  padding: 3px 7px;
  color: white;
  border-radius: 7px;
}
/* jQuery modals aren't pretty looking */

.ui-widget {
  border-radius: 6px;
  position: relative;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.ui-widget-header {
  border: none;
  background: none;
  color: #555555;
  font-size: 18px !important;
}
.ui-dialog-title {
  min-height: 16.43px;
  color: #555555;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
}
.ui-dialog-titlebar-close {
  display: none;
}
.ui-widget-content {
  border: none;
}
.modal-header {
  color: white;
  padding: 9px 15px;
  background-color: #00956e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header close {
  color: red;
}
.modal-body {
  position: relative;
}
.modal-dialog {
  width: 600px !important;
}
.top-content {
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #00956e;
  color: white;
  text-shadow: none;
}
::selection {
  background: #00956e;
  color: white;
  text-shadow: none;
}
.f1 {
  text-align: center;
  padding: 25px;
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 810px;
}
.f1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 30px;
  color: #555555;
}
.f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}
.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #00956e;
}
.f1-step {
  position: relative;
  float: left;
  padding: 0 5px;
}
.f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #dddddd;
  font-size: 16px;
  color: white;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
  background: white;
  border: 1px solid #00956e;
  color: #00956e;
  line-height: 38px;
}
.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #00956e;
  font-size: 22px;
  line-height: 48px;
}
.f1-step p {
  padding-top: 10px;
  color: #cccccc;
  font-size: 12px;
  text-transform: uppercase;
}
.f1-step.activated p,
.f1-step.active p {
  color: #00956e;
}
.f1 fieldset {
  display: none;
  text-align: left;
  height: 510px;
}
.f1-buttons {
  margin-top: 50px;
  text-align: right;
  margin-bottom: 0 !important;
}
.f1 .validation-message {
  margin-left: 20px;
  margin-top: 5px;
}
.f1-field {
  margin-bottom: 0 !important;
}
.f1-field-first {
  margin-bottom: 0 !important;
  margin-top: 20px;
}
/* ---------------- Fieldsets */

fieldset {
  padding: 20px;
  border: 1px solid #f0f1f1;
  margin-bottom: 20px;
  display: block;
}
.inner-fieldset {
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  /*.input-group { margin-bottom: 0 !important; }*/

}
.fieldset-image {
  margin-bottom: 20px;
}
.having-trouble {
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  color: #555555;
}
.having-trouble:hover {
  cursor: pointer;
}
.input-group {
  margin-bottom: 10px !important;
}
.hide-default {
  display: none;
}
.finish-success {
  margin: 30px;
}
.finish-success p {
  font-size: 16px;
}
/* ---------------- Media Queries */

@media (max-width: 767px) {
  .top-content {
    padding: 40px 0 110px 0;
  }
}
@media (max-width: 415px) {
  h1,
  h2 {
    font-size: 32px;
  }
  .f1 {
    padding-bottom: 20px;
  }
  .f1-buttons button {
    margin-bottom: 5px;
  }
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ---------------- Needed for footer so page can scroll as expected regarding the main image as footer would overrun otherwise */

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 200px;
}
.sticky-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 15px 40px;
  text-align: center;
  border-top: 1px solid #eeeeee;
  background: white;
}
/* ---------------- Main image (backstretch) */

.login-image-left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
.loginpage-container {
  margin: auto !important;
  margin-top: 120px !important;
  margin-bottom: 120px !important;
  max-width: 700px;
  color: #555555;
  overflow: auto;
}
.help-text {
  font-size: 20px !important;
  color: #555555;
  text-transform: uppercase;
}
.help-text a:hover,
.help-text a:active,
.help-text a:focus {
  text-decoration: none ! important;
}
.help-text .change-icon > .fa + .fa,
.help-text .change-icon:hover > .fa {
  display: none;
}
.help-text .change-icon:hover > .fa + .fa {
  display: inherit;
}
.btn-u {
  margin-top: 20px !important;
}
/* ---------------- Input fields */

.form-block .input-group input.form-control {
  background: transparent;
  border-left: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  border-color: rgba(214, 214, 214, 0.5);
}
.form-block .input-group-addon {
  min-width: 40px;
  background: transparent;
  border-color: rgba(214, 214, 214, 0.5);
  padding-right: 0;
  color: #00956e;
}
.form-block .input-group-addon i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
/* ---------------- Flip-over to Help modal */

.flip-container {
  perspective: 1000px;
}
.flip-container,
.front,
.back {
  width: 100%;
  height: 100%;
}
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-container.hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
