html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
img,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 62.5%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #444;
  background-color: #eee;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.login {
  padding-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#cover {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.spinner {
  margin: 300px auto 0;
  width: 150px;
  text-align: center;
  overflow: hidden;
}
.spinner > div {
  width: 20px;
  height: 20px;
  background-color: #661b84;
  margin: 0 5px;
  border-radius: 100%;
  display: block;
  float: left;
  -webkit-animation: sk-bouncedelay 1.6s infinite ease-in-out both;
  animation: sk-bouncedelay 1.6s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
.spinner .bounce3 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce4 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #444;
  background-color: #f6f6f6;
}
.account h1 {
  font-size: 4em;
  font-weight: bold;
}
.account h2 {
  font-size: 3em;
  font-weight: bold;
}
.account h3 {
  font-size: 2.4em;
}
.account p {
  font-size: 1.8em;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.account a {
  color: #4183D7;
}
.account .bodyContent {
  position: relative;
  padding-bottom: 80px;
}
.account .container {
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.account .content {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.account #background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: url('../Content/Images/landing.jpg') no-repeat center center fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/Images/landing.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/Images/landing.jpg', sizingMethod='scale')";
}
.account #background.t1 {
  background: url('../Content/Images/landing.jpg') no-repeat center center fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/Images/landing.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/Images/landing.jpg', sizingMethod='scale')";
}
.account #background.t2 {
  background: url('../Content/Images/landing2.jpg') no-repeat center center fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/Images/landing2.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/Images/landing2.jpg', sizingMethod='scale')";
}
.account #background.t3 {
  background: url('../Content/Images/landing3.jpg') no-repeat center center fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/Images/landing3.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/Images/landing3.jpg', sizingMethod='scale')";
}
.account #background.t4 {
  background: url('../Content/Images/landing4.jpg') no-repeat center center fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/Images/landing4.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/Images/landing4.jpg', sizingMethod='scale')";
}
.account #background.t5 {
  background: url('../Content/Images/landing5.jpg') no-repeat center center fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/Images/landing5.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/Images/landing5.jpg', sizingMethod='scale')";
}
.account #background.t6 {
  background: url('../Content/Images/landing6.jpg') no-repeat center center fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/Images/landing6.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/Images/landing6.jpg', sizingMethod='scale')";
}
.account #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #efefef;
  border-top: 2px solid #ddd;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.account #footer .loginFooter {
  height: 130px;
  background-color: #fff;
  padding: 5px 15px 15px;
  border-radius: 2px;
}
.account #footer span.leadingText {
  display: block;
  font-size: 1.4em;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  font-style: italic;
}
.account #footer .textContainer,
.account #footer .linkContainer {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.account #footer .linkContainer {
  text-align: right;
}
.account #footer .version,
.account #footer .copyright,
.account #footer .link {
  line-height: 58px;
  font-size: 14px;
  color: #999;
}
.account #footer .version,
.account #footer .copyright {
  margin-right: 10px;
}
.account #footer .link {
  margin-left: 10px;
  text-decoration: none;
}
.account #footer .link:hover {
  text-decoration: underline;
}
.account a.languageSwitch,
.account a.help,
.account a.logout {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  width: 90px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: 0.25s background-color linear;
  -o-transition: 0.25s background-color linear;
  transition: 0.25s background-color linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 10px;
}
.account a.logout {
  display: block;
  position: absolute;
  top: -50px;
  background-color: #D91E18;
  right: 240px;
}
.account a.logout:hover {
  background-color: #ab1813;
}
.account a.languageSwitch {
  background-color: #26A65B;
}
.account a.languageSwitch:hover {
  background-color: #1c7d44;
}
.account a.help {
  background-color: #8a5d9d;
}
.account a.help:hover {
  background-color: #6e4a7d;
}
.account #cover {
  border-radius: 8px;
}
.topButtonContainer {
  height: 40px;
  text-align: right;
  padding: 10px 0;
  font-size: 0;
  width: 520px;
}
.accountForm {
  background: url(../Content/Images/ccsrheader.png) no-repeat 350px -90px #fff;
  padding: 40px 60px 30px;
  width: 520px;
  /* margin: 0 auto; */
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background-size: 300px 340px;
}
.accountForm h1 {
  display: block;
  width: 205px;
  line-height: 40px;
  color: #8a5d9d;
  font-size: 40px;
}
.accountForm .formField {
  margin-bottom: 20px;
  position: relative;
}
.accountForm .formLabel {
  overflow: hidden;
  font-size: 1.8em;
  margin-bottom: 10px;
  display: block;
}
.accountForm .formText {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2em;
  line-height: 30px;
  border: 1px solid #ccc;
}
.accountForm .button {
  width: 100%;
  font-size: 1.8em;
  color: #fff;
  border: 0;
  padding: 10px;
  background-color: #8a5d9d;
  -webkit-box-shadow: 1px 1px #ccc;
  box-shadow: 1px 1px #ccc;
  cursor: pointer;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.accountForm .button:hover {
  background-color: #6e4a7d;
}
.accountForm .button.otherButton {
  background-color: #4183D7;
}
.accountForm .button.otherButton:hover {
  background-color: #286abd;
}
.accountForm .button.narrow {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.accountForm .forgottenPasswordLink {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6em;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.accountForm .forgottenPasswordLink:hover {
  color: #286abd;
  text-decoration: underline;
}
.accountForm .otherButtonContainer {
  font-size: 0;
}
.accountForm .separator {
  margin: 20px 0;
  height: 1px;
  background-color: #ddd;
}
.accountForm .narrowButtonSeparator {
  display: inline-block;
  width: 10%;
  height: 1px;
  vertical-align: top;
}
.accountForm span.error {
  font-weight: bold;
  font-size: 2em;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  color: #D91E18;
  background-color: rgba(255, 0, 0, 0.2);
  text-align: center;
  line-height: 24px;
}
.accountForm .fourCsLogo img {
  display: block;
  margin: 15px auto 0;
}
#forgottenPassContainer,
#changePassContainer {
  margin-top: 20px;
}
#forgottenPassContainer h2,
#changePassContainer h2 {
  font-size: 2.6em;
  color: #8a5d9d;
  text-align: center;
}
#forgottenPassContainer p,
#changePassContainer p {
  font-style: italic;
}
#forgottenPassForm,
#changePassForm {
  margin-top: 10px;
}
@media (min-width: 720px) {
  .account .container {
    width: 680px;
  }
}
@media (min-width: 990px) {
  .account .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .account .container {
    width: 1160px;
  }
}
@media (min-width: 1400px) {
  .account .container {
    width: 1360px;
  }
}
#loginForm.loggedIn {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: right -160px;
}
#loginForm #loginContainer {
  margin-top: 20px;
}
#loginForm .g-recaptcha {
  width: 305px;
  margin: 0 auto;
}
#loginForm .captchaContainer {
  margin-bottom: 20px;
  height: 78px;
}
#loginForm .siteLinks {
  overflow: hidden;
  margin-top: 20px;
}
#loginForm .siteLinks a {
  display: block;
  height: 200px;
  width: 100%;
  float: left;
  margin: 0 0 20px;
  text-decoration: none;
  background-color: #8a5d9d;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#loginForm .siteLinks a:hover .slide,
#loginForm .siteLinks a:focus .slide {
  top: 0;
}
#loginForm .siteLinks a.ccsr {
  background: url('../Content/Images/ccsrlogot.png') no-repeat center center #8a5d9d;
  background-size: 150px;
}
#loginForm .siteLinks a.ipm {
  background: url('../Content/Images/iptlogot.png') no-repeat center center #8a5d9d;
  background-size: 130px;
}
#loginForm .siteLinks a.case {
  background: url('../Content/Icons/cases.svg') no-repeat center center #8a5d9d;
  background-size: 90px 90px;
}
#loginForm .siteLinks .slide {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 160px;
  -webkit-transition: top 0.75s ease-in-out;
  -o-transition: top 0.75s ease-in-out;
  transition: top 0.75s ease-in-out;
}
#loginForm .siteLinks .slideTitle {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}
#loginForm .siteLinks .slideContent {
  padding: 10px;
  text-align: center;
}
#loginForm .formText {
  letter-spacing: 1px;
}
@media (min-width: 720px) {
  #loginForm.loggedIn {
    width: 680px;
  }
  #loginForm.loggedIn h1 {
    font-size: 4em;
    padding: 0 0 0 20px;
    width: 300px;
  }
  #loginForm .siteLinks {
    width: 100%;
    -webkit-transition: 1s width;
    -o-transition: 1s width;
    transition: 1s width;
  }
  #loginForm .siteLinks a {
    height: 200px;
    width: 49%;
    margin: 0;
    -webkit-transition: 1s width;
    -o-transition: 1s width;
    transition: 1s width;
  }
  #loginForm .siteLinks .slide {
    top: 160px;
  }
  #loginForm .siteLinks .slideTitle {
    height: 40px;
    line-height: 40px;
  }
  #loginForm .siteLinks .vseparator {
    height: 200px;
    width: 2%;
    float: left;
    -webkit-transition: 1s width;
    -o-transition: 1s width;
    transition: 1s width;
  }
  #loginForm .siteLinks.threeCol a {
    width: 32%;
  }
  #loginForm .siteLinks.threeCol .vseparator {
    width: 2%;
  }
}
@media (min-width: 990px) {
  #loginForm.loggedIn {
    width: 950px;
  }
  #loginForm.loggedIn h1 {
    font-size: 5em;
    line-height: 65px;
    width: 550px;
  }
}
@media (min-width: 1200px) {
  #loginForm.loggedIn {
    width: 1160px;
  }
  #loginForm.loggedIn h1 {
    line-height: 100px;
    width: 760px;
    font-size: 5em;
    word-spacing: 10px;
  }
}
@media (min-width: 1400px) {
  #loginForm.loggedIn {
    width: 1360px;
  }
}
#helpCover {
  background-color: rgba(40, 40, 40, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
#helpCover .videoContainer {
  padding: 10px;
  background-color: #444;
  position: absolute;
  z-index: 101;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 853px;
  height: 480px;
}
.filterOptionsContainerMixin {
  border: 1px solid #dcc6e0;
  border-top: none;
  max-height: 400px;
  overflow-y: auto;
}
.filterOptionsContainerMixin .optionGroupName {
  font-weight: bold;
  color: #888;
  background-color: #eee;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.filterOptionsContainerMixin .option {
  line-height: 30px;
  display: block;
  font-size: 0;
}
.filterOptionsContainerMixin .option:hover {
  background-color: #f4ecf6;
}
.filterOptionsContainerMixin .option input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  margin: 8px 0;
  height: 14px;
  padding: 0 8px;
  cursor: pointer;
}
.filterOptionsContainerMixin .option span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  font-size: 14px;
  padding: 0 6px;
}
.textboxAlternativeClasses [type=text].datepicker {
  width: 80px;
  text-align: center;
}
.textboxAlternativeClasses [type=text].telephone {
  width: 115px;
}
.textboxAlternativeClasses [type=text].smallNumeric {
  width: 30px;
  text-align: right;
  margin-right: 4px;
}
.textboxAlternativeClasses [type=text].shortTextbox {
  width: 90px;
}
.textboxAlternativeClasses [type=text].short,
.textboxAlternativeClasses [type=text].postcode {
  width: 80px;
}
.textboxAlternativeClasses [type=text].medium {
  width: 320px;
}
.show-above-tablet {
  display: none;
}
@media screen and (min-width: 991px) {
  .hide-above-tablet {
    display: none;
  }
  .show-above-tablet {
    display: inherit;
  }
}
.displayForm h2,
form.edit h2 {
  text-align: center;
  margin: 20px 0px 10px;
}
.displayForm h2:first-of-type,
form.edit h2:first-of-type {
  max-width: 50%;
  margin-top: 0;
  margin: 0 auto 10px;
}
.displayForm .displayLabel,
form.edit .displayLabel {
  text-align: right;
  width: 30%;
  min-width: 220px;
}
.displayForm .control label,
form.edit .control label,
.displayForm .control legend,
form.edit .control legend {
  text-align: right;
  width: 30%;
  min-width: 220px;
}
.displayForm .control label.label--no-forced-width,
form.edit .control label.label--no-forced-width,
.displayForm .control legend.label--no-forced-width,
form.edit .control legend.label--no-forced-width {
  width: auto;
  min-width: 0;
}
.displayForm .control label.hidden,
form.edit .control label.hidden,
.displayForm .control legend.hidden,
form.edit .control legend.hidden {
  display: none;
}
form.stackedFilter .control [type=text].datepicker {
  width: 80px;
  text-align: center;
}
form.stackedFilter .control [type=text].telephone {
  width: 115px;
}
form.stackedFilter .control [type=text].smallNumeric {
  width: 30px;
  text-align: right;
  margin-right: 4px;
}
form.stackedFilter .control [type=text].shortTextbox {
  width: 90px;
}
form.stackedFilter .control [type=text].short,
form.stackedFilter .control [type=text].postcode {
  width: 80px;
}
form.stackedFilter .control [type=text].medium {
  width: 320px;
}
form.edit .control input[type=text],
form.edit .control input[type=email] {
  width: 600px;
  width: 45%;
}
form.edit .control select {
  max-width: 612px;
}
form.edit .control select option.invalid {
  font-weight: bold;
  background-color: #d91e18;
  color: #fff;
}
form.edit .control [type=text].datepicker {
  width: 80px;
  text-align: center;
}
form.edit .control [type=text].telephone {
  width: 115px;
}
form.edit .control [type=text].smallNumeric {
  width: 30px;
  text-align: right;
  margin-right: 4px;
}
form.edit .control [type=text].shortTextbox {
  width: 90px;
}
form.edit .control [type=text].short,
form.edit .control [type=text].postcode {
  width: 80px;
}
form.edit .control [type=text].medium {
  width: 320px;
}
form.edit .control.threeOptionRow {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
form.edit .control.threeOptionRow .displayLabel {
  padding-left: 10px;
}
form.edit .control.threeOptionRow label:hover {
  cursor: pointer;
}
form.edit .control.threeOptionRow label,
form.edit .control.threeOptionRow .displayLabel {
  width: auto;
  min-width: 0;
  text-align: left;
}
form.edit .control.threeOptionRow .option {
  text-align: left;
  width: 30%;
}
form.edit .control.threeOptionRow:nth-child(even) {
  background-color: #f4ecf6;
}
form.edit .control.checkboxRow {
  margin-bottom: 0;
  padding: 5px;
  position: relative;
  padding-left: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.edit .control.checkboxRow:hover {
  cursor: pointer;
}
form.edit .control.checkboxRow:nth-child(even) {
  background-color: #f4ecf6;
}
form.edit .control.checkboxRow input[type=checkbox],
form.edit .control.checkboxRow input[type=radio] {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
form.edit .control span.field-validation-error {
  margin-left: 31%;
  color: #a20120;
  font-weight: bold;
  display: block;
  line-height: 16px;
  padding: 4px 0;
}
form.edit .control input[type=file] {
  vertical-align: middle;
  display: inline-block;
}
label.required:after,
.displayLabel.required:after {
  content: '*';
  padding-left: 5px;
  color: #D91E18;
}
.filterBar {
  padding: 10px 10px 0;
  background-color: #f4ecf6;
  display: inline-block;
}
.filterBar form {
  padding: 10px 10px 0 10px;
  float: left;
  margin: 10px auto;
}
.displayForm .control span.field-validation-error {
  margin-left: 31%;
  color: #a20120;
  font-weight: bold;
  display: block;
  line-height: 16px;
  padding: 4px 0;
}
.divider {
  width: 100%;
  height: 6px;
  margin-bottom: 10px;
  border-radius: 2px;
  background: rgba(170, 92, 134, 0.5);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170, 92, 134, 0.5)), color-stop(100%, rgba(104, 92, 170, 0.5)));
  background: -o-linear-gradient(left, rgba(170, 92, 134, 0.5) 0%, rgba(104, 92, 170, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(170, 92, 134, 0.5)), to(rgba(104, 92, 170, 0.5)));
  background: linear-gradient(to right, rgba(170, 92, 134, 0.5) 0%, rgba(104, 92, 170, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa5c86', endColorstr='#685caa', GradientType=1);
}
.divider.thin {
  height: 3px;
}
.divider.mini {
  height: 2px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.divider.margin-top {
  margin-top: 10px;
}
.guidance {
  background-image: url('../Content/Icons/info.svg');
  padding: 6px 0;
  width: 30px;
  text-indent: -999em;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: help;
  line-height: 18px;
  height: 18px;
}
.infoText {
  padding: 10px;
  background-color: #eee;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}
.options {
  border: 1px solid #dcc6e0;
  border-top: none;
  max-height: 400px;
  overflow-y: auto;
}
.options .option {
  line-height: 30px;
  display: block;
  font-size: 0;
  width: 33%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-weight: normal;
}
.options .option label {
  font-size: 16px;
}
.options .option input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin: 8px 0;
  height: 14px;
  padding: 0 8px;
  cursor: pointer;
}
.options .option span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  font-size: 14px;
  padding: 0 6px;
}
.emergency-placement-detail {
  display: block;
}
.emergency-placement-detail .emergency-placement-display-heading {
  display: inline-block;
  text-align: right;
  width: 30%;
  min-width: 220px;
  font-size: 16px;
  padding-left: 9px;
}
.emergency-placement-detail .emergency-placement-options {
  display: inline-block;
  width: 45%;
}
.emergency-placement-detail .emergency-placement-option {
  display: inline-block;
  line-height: 30px;
  padding: 6px;
}
.emergency-placement-detail .emergency-placement-display-text {
  font-size: 16px;
  display: inline-block;
  line-height: 18px;
  padding: 6px 0;
  padding-left: 6px;
}
.emergency-placement-detail .emergency-placement-display-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  margin: 8px 0;
  height: 14px;
  padding: 0 8px;
  cursor: pointer;
}
.status-error-container {
  background-color: rgba(255, 0, 0, 0.2);
  padding: 20px;
  width: 50%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.status-error-container .inner-error-container {
  font-size: 16px;
  color: #a20120;
  font-weight: bold;
}
.status-error-container .inner-error-container .error-list-items {
  list-style-type: disc;
  margin-left: 35px;
}
.status-success-container {
  background-color: #2ECC71;
  padding: 20px;
  width: 50%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.status-success-container .inner-success-container .submit-label {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.status-success-container .inner-success-container .button {
  float: right;
}
#save-result {
  width: 100%;
  text-align: center;
}
#save-result .save-error {
  font-size: 20px;
  color: #a20120;
  font-weight: bold;
}
#save-result .save-success {
  font-size: 20px;
  color: #2ECC71;
  font-weight: bold;
}
.small-confirm-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4ecf6;
  margin: 20px auto;
  font-size: 0;
}
.small-confirm-form__text-container {
  display: inline-block;
  width: 70%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.small-confirm-form__button-container {
  display: inline-block;
  width: 30%;
  text-align: right;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.display-value-label {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.display-value {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  word-wrap: break-word;
}
.select-list {
  padding-bottom: 10px;
}

/*# sourceMappingURL=login.css.map */
