﻿@charset "UTF-8";
/*#region FONTS*/
@font-face {
  font-family: "Locker";
  src: url("/fonts/EncodeSans-Regular.woff2") format("woff2"), url("/fonts/EncodeSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Locker Medium";
  src: url("/fonts/EncodeSans-Medium.woff2") format("woff2"), url("/fonts/EncodeSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Locker Bold";
  src: url("/fonts/EncodeSans-Bold.woff2") format("woff2"), url("/fonts/EncodeSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Locker Black";
  src: url("/fonts/EncodeSans-Black.woff2") format("woff2"), url("/fonts/EncodeSans-Black.woff") format("woff");
}
/*#endregion*/
/* R.I.P #d50100 */
/*$colour-gold: #cd950c;*/
* {
  font-family: Arial, Sans-Serif;
}

html {
  height: 100%;
  overflow-y: scroll;
  background-color: #fff !important;
}

body {
  cursor: default;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  height: 100%;
}

h1 {
  font-size: 2em;
  color: #48535A;
  text-align: left;
  margin-bottom: 0px;
  padding: 0px;
  margin-bottom: 10px;
  float: none;
  line-height: normal;
  height: auto;
  margin-bottom: 20px;
}

h2 {
  color: #48535A;
  font-weight: bold;
  /*text-transform: uppercase;*/
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-family: Locker, Verdana;
  font-size: 1.2em;
}
h2 a {
  float: right;
  color: #495451;
  text-decoration: underline;
  font-size: 0.8em;
  text-transform: lowercase;
  font-weight: normal;
  margin-top: 2px;
  font-family: Arial;
}
h2 a:hover {
  text-decoration: underline;
  color: #d01500;
}

h3 {
  /*color: $colour-gold;*/
  color: #495451 !important;
  /*text-transform: uppercase;*/
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-family: Locker, Verdana;
  font-weight: 600;
}
h3.underline {
  background: url(/content/images/h2.gif) no-repeat bottom left;
  padding-bottom: 5px;
}

h4 {
  color: #495451;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h5 {
  font-weight: bold;
  color: #000;
}

form {
  float: left;
}

p {
  margin-bottom: 20px;
  line-height: 1.5em;
  color: #666;
}

a {
  color: #d20a11;
  cursor: pointer;
}

hr {
  background: url(/content/images/hr.gif) no-repeat;
  border: none;
  height: 3px;
  clear: both;
  width: 100%;
}
hr.clear {
  background: none;
  clear: both;
}

select {
  width: 165px;
  padding: 4px 10px 4px 4px;
  border: 1px solid #dbdddc !important;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  outline: none;
  /*padding-left: 2px;*/
  /*border-left: solid 1px $colour-light-white;*/
  /*border-right: solid 1px $colour-light-white;*/
  /*background: url(/content/images/input.gif) repeat-x;*/
  font-size: 1em;
  color: #495451;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff !important;
  background-image: url(/content/images/downarrow.svg) !important;
  background-repeat: no-repeat, repeat !important;
  /* arrow icon position (1em from the right, 50% vertical)*/
  background-position: right 0.7em top 50%, 0 0 !important;
  /* icon size */
  background-size: 0.65em auto, 100% !important;
  outline: 0px solid #dbdddc !important;
  /*	&:focus {
  		-webkit-box-shadow: 0px 0px 15px $colour-blue-light !important;
  		-moz-box-shadow: 0px 0px 15px $colour-blue-light !important;
  		box-shadow: 0px 0px 15px $colour-blue-light !important
  	}
  */
}
select[multiple=multiple] {
  background-color: #efefef;
  background-image: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
select option {
  font-size: 0.95em;
}
select option.divider {
  background-color: #dbdddc;
}

/*div > ul > li {
	display: flex;
	place-items: center;
}
*/
li > label {
  margin-left: 2px;
}

.selectCal-sm {
  width: 95px !important;
}

.selectTM-sm {
  width: 128px !important;
}

.selectCal-md {
  width: 200px !important;
}

.selectCal-lg {
  width: 320px !important;
}

.lblSelectCal {
  position: relative;
  display: block;
  border-bottom: 0px;
  padding: 0 10px 0 0;
}
.lblSelectCal:after {
  content: ">";
  font: 18px Consolas, monospace;
  font-weight: bolder;
  color: #d20a11;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  top: 3px;
  position: absolute;
  pointer-events: none;
}

.sm {
  width: 80px !important;
}

.md {
  width: 185px !important;
}

.lg {
  width: 305px !important;
}

.lg2 {
  width: 380px !important;
}

.mt20:not(:first-child) {
  margin-top: 20px;
}

.lblSelectEvtType {
  position: relative;
  display: block;
  border-bottom: 0px;
  width: 133px;
}
.lblSelectEvtType:after {
  content: ">";
  font: 18px Consolas, monospace;
  font-weight: bolder;
  color: #d20a11;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  top: 3px;
  position: absolute;
  pointer-events: none;
}

.lblSelectTopMenu {
  position: relative;
  display: block;
  border-bottom: 0px;
  width: 125px;
}
.lblSelectTopMenu:after {
  content: ">";
  font: 18px Consolas, monospace;
  font-weight: bolder;
  color: #d20a11;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  top: 3px;
  position: absolute;
  pointer-events: none;
}

.lblSelect {
  position: relative;
  display: block;
  border-bottom: 0px;
  margin-right: 0px;
  width: 150px;
  padding: 0 10px 0 0;
}
.lblSelect:after {
  content: ">";
  font: 18px Consolas, monospace;
  font-weight: bolder;
  color: #d20a11;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  top: 3px;
  position: absolute;
  pointer-events: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-open {
  width: 27px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.search-open:hover {
  cursor: pointer;
  color: #d20a11;
}
.search-open > label {
  cursor: pointer;
}
.search-open > label:hover {
  color: #d20a11;
}
.search-open > #newsearch {
  display: none;
  flex-direction: row;
  align-items: center;
  width: 0;
  justify-content: space-around;
  transition: width 0.4s ease, left 0.4s ease;
  position: absolute;
  z-index: 10;
  height: 80px;
  top: 0px;
  padding: 10px;
}
.search-open > #newsearch > div.selected > a {
  font-weight: normal;
  color: #fff;
  background-color: #48535A;
}
.search-open > #newsearch > div.selected > a:hover {
  background-color: #48535A;
}
.search-open > #newsearch > div a {
  text-decoration: none;
  text-transform: none;
  font-size: 1.14em;
  display: block;
  padding: 5px;
  border-bottom: 1px solid transparent;
  transition: color 0.4s ease;
}
.search-open > #newsearch > div a:hover {
  border-bottom-color: #495451;
  transition: border 0.2s ease-in-out;
}

.searchexpand {
  display: flex !important;
  width: 94% !important;
  background-color: #efefef;
  left: 0px;
  cursor: default;
}

.social-icon {
  color: #655851;
}

ul.social-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.social-icons a {
  color: #655851;
  text-decoration: none;
}

.fa-facebook-square {
  padding: 10px 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.fa-twitter {
  padding: 10px 12px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.fa-instagram {
  padding: 10px 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.fa-youtube-play {
  padding: 10px 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.fa-linkedin {
  padding: 10px 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.search-spc {
  /*padding: 15px;*/
}

#SvcTokenGrid {
  margin-top: 10px;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #000;
}

i {
  font-style: italic;
}

textarea {
  background-color: #fff;
  border: solid 1px #dbdddc;
  width: 200px;
  height: 100px;
  max-width: 500px;
  max-height: 200px;
}

input[type=radio], input[type=checkbox] {
  width: 17px;
  height: 17px;
}
input[type=radio]:hover, input[type=checkbox]:hover {
  cursor: pointer;
}
input[type=radio]:focus, input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 5px #dbdddc;
  -moz-box-shadow: 0 0 5px #dbdddc;
  box-shadow: 0 0 5px #dbdddc;
}
input[type=checkbox]:checked {
  filter: hue-rotate(125deg) saturate(80%) !important;
}
input[type=radio]:checked {
  filter: hue-rotate(125deg) saturate(80%) !important;
}

.checkbox-alt {
  background-color: #efefef;
  border: dashed 1px #dbdddc;
  padding: 1px;
  display: inline-block;
}

input[type=text], input[type=password] {
  /*background: transparent url(/content/images/input.gif) repeat-x;*/
  /*border-left: solid 1px $colour-light-white;*/
  /*border-right: solid 1px $colour-light-white;*/
  /*border: none;*/
  border: 1px solid #dbdddc;
  color: #495451;
  background: #fff;
  width: 116px;
  height: 24px;
  line-height: 22px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
  box-shadow: none;
}
input[type=text]::placeholder, input[type=password]::placeholder {
  color: #333;
}
input[type=text]:focus, input[type=password]:focus {
  outline: auto;
  box-shadow: none;
}
input[type=text]:focus::placeholder, input[type=password]:focus::placeholder {
  color: #bbb;
}

textarea:focus, select:focus, .focus {
  outline: auto;
  box-shadow: none;
}

.loading {
  cursor: wait;
}

.ko-loading {
  display: none;
}

input[type=button], input[type=submit], input[type=reset] {
  /*background-color: #ededed;*/
  /*border: solid 1px $colour-light-gray3;*/
  /*text-transform: uppercase;*/
  background-color: #d20a11;
  border: 2px solid #d20a11;
  color: #fff;
  font-family: Arial, Helvetica, Sans-Serif;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
  height: auto;
  font-weight: 700;
  line-height: normal;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 0.9em;
  letter-spacing: 1px;
  transition: all 0.2s;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  /*background-color: $colour-light-gray;*/
  /*border: solid 1px $colour-middle-gray;*/
  background-color: transparent;
  color: #d20a11;
  cursor: pointer;
}
input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
  border-style: inset;
}
input[type=button].major, input[type=submit].major, input[type=reset].major {
  background-color: #d20a11;
  font-size: 1.1em;
  color: #fff;
  border-color: #d20a11;
  padding: 10px;
}
input[type=button].symbol, input[type=submit].symbol {
  min-width: inherit;
  width: 29px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
input[type=text].search {
  background-image: url(/content/images/search.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 2px;
  background-position-y: center;
  padding-left: 25px;
  width: auto;
}
input[type=text].search:focus {
  background-image: url(/content/images/search-h.svg);
}
input[type=text].date {
  background: url(/content/images/calendar.svg) !important;
  width: 96px;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: 2px !important;
  background-position-y: center !important;
  padding-left: 25px !important;
  /*padding-right: 25px;*/
  /*margin-right: 0px;*/
}
input[type=text].date::-webkit-input-placeholder, input[type=text].date::-moz-placeholder, input[type=text].date:-ms-input-placeholder {
  font-size: 0.85em;
  opacity: 0.7;
}
input[type=text].date:-moz-placeholder {
  font-size: 0.85em;
}
input[type=text].email {
  width: 200px;
}
input.color {
  background: transparent;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0px;
  padding: 5px;
  text-align: center;
  border: solid 1px #dbdddc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table {
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
}
table thead tr th.sortable {
  cursor: pointer;
}
table thead tr th.sortable.sortedUp {
  background-image: url("/content/images/sortUp.png");
  background-repeat: no-repeat;
  background-position: center top;
}
table thead tr th.sortable.sortedDown {
  background-image: url("/content/images/sortDown.png");
  background-repeat: no-repeat;
  background-position: center top;
}
table tr.headless th {
  height: 1px;
  min-height: initial;
  background-color: #fff;
  padding: 0px;
  border-top: solid 1px #dbdddc;
  border-bottom: 0;
}
table tr.no-bottom td {
  border-bottom: none;
}
table tr th {
  letter-spacing: 1px;
  color: #666;
  font-weight: normal;
  font-size: 0.9em;
  min-height: 14px;
  text-transform: uppercase;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  border-bottom: solid 1px #d20a11;
}
table tr th.center {
  text-align: center;
}
table tr td {
  background: #fff;
  padding: 5px;
  border-bottom: solid 1px #dbdddc;
}
table tr td.primary {
  font-weight: bold;
}
table tr td.tf {
  background-color: #d20a11;
}
table tr td.center {
  text-align: center;
}
table tr td > div {
  position: relative;
}
table tr td h3 {
  font-weight: normal;
  margin-bottom: 0px;
}
table tr td a {
  text-transform: lowercase;
  text-decoration: underline;
}
table tr td h4.subdate {
  margin-top: 3px;
  font-size: 0.85em;
}
table .pager {
  letter-spacing: 1px;
  color: #666;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-top: 7px;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  border-top: solid 1px #dbdddc;
  margin-top: -1px;
}
table .pager a {
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  border: solid 1px #fff;
  text-align: center;
  padding: 2px;
  padding-left: 3px;
  padding-right: 3px;
}
table .pager a:hover {
  text-decoration: underline;
}
table .pager .currentPage {
  border: 1px solid #d20a11;
  /*background-color: $colour-almost-white;*/
}
table .pager .currentPage a {
  text-decoration: none;
}

.close-button {
  cursor: pointer;
  background: url("/content/images/close.png") no-repeat center center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.checkbox-label {
  border-bottom: none;
}
.checkbox-label:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Switch */
switch {
  float: left;
}
switch #legend {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  color: #48535A;
  display: block;
  margin-bottom: 3px;
}

/* Combo */
combo #combo-root {
  display: inline-block;
}
combo input[type=text] {
  width: 375px;
  padding: 2px 10px;
  border: 1px solid #dbdddc;
  background: none;
  background-color: #efefef;
  outline: 0px solid #dbdddc !important;
}
combo ul {
  /*display: inline-block;*/
  position: absolute;
  z-index: 100;
  overflow-y: auto;
  max-height: 400px;
  margin-top: 30px;
}
combo li {
  border-left: 1px solid #dbdddc;
  border-right: 1px solid #dbdddc;
  width: 308px;
  padding: 5px;
  padding-left: 7px;
  background-color: #fff;
}
combo li:last-child {
  border-bottom: 1px solid #dbdddc;
}
combo li.item {
  cursor: pointer;
}
combo li.item.selected {
  background-color: #3297FD;
  color: #fff;
}
combo li.optiongroup {
  color: #d20a11;
  padding-top: 20px;
}

/* Accordian */
.accordian {
  width: 252px;
  float: left;
  background-color: #fff;
}
.accordian div.group-body {
  border-bottom: solid 1px #dbdddc;
}
.accordian div.group-body table {
  margin-bottom: -1px;
}
.accordian div.group-body table tr:last-child td {
  border-bottom: none;
}
.accordian div.group-body table tr td:last-child:not(.none) {
  text-align: right;
  min-width: 50px;
}
.accordian div.group-body table tr td a {
  text-transform: lowercase;
  text-decoration: underline;
}
.accordian div.group-body table tr td.none {
  font-style: italic;
}
.accordian div.group-body table tr.hasPrimaryAction:hover td {
  cursor: pointer;
  text-decoration: underline;
}
.accordian div.group-body table tr.selected td {
  font-weight: bold;
  /*background-color: $colour-blue;
  color: $colour-white;*/
}
.accordian div.group-body table tr.selected:hover td {
  /*background-color: $colour-blue;
  color: $colour-white;*/
  cursor: default;
}
.accordian #accordian-search input.search {
  width: 165px;
  margin-bottom: 7px;
  margin-left: 15px;
}
.accordian #pager {
  letter-spacing: 1px;
  color: #666;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  border-top: solid 1px #dbdddc;
  padding-top: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.accordian #pager a {
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  border: solid 1px transparent;
  text-align: center;
  padding: 2px;
  padding-left: 3px;
  padding-right: 3px;
}
.accordian #pager a:hover {
  text-decoration: underline;
}
.accordian #pager a.selected {
  /*border: 1px solid $colour-light-gray;*/
  /*background-color: $colour-almost-white;*/
  text-decoration: none;
  border: 1px solid #d20a11;
}
.accordian .group {
  border-right: solid 1px #dbdddc;
  border-left: 3px solid transparent;
}
.accordian .group h2 {
  font-size: 1.2em;
  padding-left: 10px;
  padding-top: 10px;
  margin: 0px;
  padding-bottom: 10px;
  text-align: left;
  color: #48535A;
  position: relative;
  /*background-color: $colour-almost-white;*/
  user-select: none;
}
.accordian .group h2:hover {
  cursor: pointer;
  /*background-color: $colour-light-white;*/
  color: #d20a11;
}
.accordian .group h2 span {
  color: #666;
  font-weight: normal;
}
.accordian .group.active {
  border-right: dotted 2px #d20a11;
  border-left: 3px solid #d20a11;
}
.accordian .group.active h2 {
  background-color: #fff;
}
.accordian .group.active .items {
  display: block;
  margin-bottom: 1px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  border-top: solid 1px #dbdddc;
}
.accordian .group.active .items a:hover {
  text-decoration: underline;
}

h3.accordian {
  float: left;
  width: 231px;
  padding-left: 10px;
  background-color: #48535A;
  color: #fff;
  clear: both;
  padding: 10px;
  margin-bottom: 0px;
  text-align: center;
}

a.plain {
  text-decoration: none;
}
a.plain:hover {
  text-decoration: underline;
}
a.data {
  color: #000;
}

/* Subtabs */
.subtabs {
  margin-bottom: 20px;
  clear: both;
  display: block;
  float: left;
  border-bottom: solid 1px #48535A;
  width: 100%;
  position: relative;
  padding-left: 0px;
}
.subtabs li {
  display: block;
  float: left;
}
.subtabs li a {
  display: block;
  float: left;
  color: #333;
  text-decoration: none;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 8px;
  text-align: center;
  font-family: Locker;
  text-transform: uppercase;
  border-bottom: solid 2px transparent;
  font-size: 0.85em;
}
.subtabs li a:hover {
  color: #48535A;
}
.subtabs li.selected {
  background-color: #48535A;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.subtabs li.selected a {
  color: #fff;
}

/* Site */
html {
  background-color: #efefef;
}

body {
  display: flex;
  flex-direction: column;
}
body > div#all {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  /*border-left: solid 1px $colour-light-gray;*/
  /*border-right: solid 1px $colour-light-gray;*/
  width: 100%;
  margin: 0 auto;
  /*padding: 0 15px;*/
  /*max-width: $widthmax;*/
}
body > div#all > #main-body {
  position: relative;
  padding-top: 0px;
  clear: both;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
body > div#all > #main-body #content {
  clear: both;
  width: 100%;
}
body > div#all > #main-body #content > h1 {
  margin-left: 10px;
  margin-top: 10px;
}
body #fill {
  flex-grow: 1;
  background-color: #fff;
  /*border-left: solid 1px $colour-light-gray;*/
  /*border-right: solid 1px $colour-light-gray;*/
  width: 1260px;
  margin: 0 auto;
}

.switch {
  padding: 5px;
  float: left;
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-right: 10px;
  border: solid 1px #aaa;
  position: relative;
}
.switch a {
  float: left;
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #333;
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: underline;
}
.switch a:hover {
  /*background-color: $colour-light-gray;*/
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #d20a11;
}
.switch a.selected {
  background-color: #48535A;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-decoration: none;
}
.switch a.selected:hover {
  background-color: #444;
}
.switch span {
  float: left;
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #333;
  text-transform: uppercase;
  font-size: 0.9em;
}
.switch span.selected {
  background-color: #444;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.switch .toggle {
  float: left;
  padding: 3px;
  border: solid 1px #aaa;
  background-color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-top: 3px;
  margin-right: 3px;
  margin-left: 3px;
}
.switch .toggle a {
  height: 12px;
  width: 12px;
  padding: 0px;
}
.switch .toggle a.selected {
  background-color: #333;
}
.switch div.disabled {
  background-color: #fff;
  border: dotted 1px #dbdddc;
}
.switch div.disabled .toggle, .switch div.disabled a {
  display: none;
}
.switch div.disabled span {
  color: #dbdddc;
}
.switch a.online {
  background-color: #1d5f1d;
  color: #fff;
  font-weight: normal;
}
.switch a.offline {
  background-color: #d20a11;
  color: #fff;
  font-weight: normal;
}
.switch a:hover.online {
  background-color: #1d5f1d;
  color: #fff;
  font-weight: normal;
}
.switch a:hover.offline {
  background-color: #d20a11;
  color: #fff;
  font-weight: normal;
}

.info {
  border: solid 1px #d4dae8;
  background-color: #eceff6;
}

.pass {
  border: solid 1px #5a725a;
  background-color: #e9fde5;
}

.warn {
  border: solid 1px #8a410d;
  background-color: #ffce44;
  color: #000;
}

.fail {
  border: solid 1px #dd3c10;
  background-color: #d20a11;
  color: #fff;
}

/* Guide */
#guidance {
  clear: both;
}

#guide {
  margin-bottom: 20px;
  display: block;
  float: none;
}
#guide > div {
  padding: 10px;
  background-color: #efefef;
}
#guide a {
  float: none;
  color: #333;
  font-size: 1em;
  text-decoration: underline;
  display: block;
  font-weight: bold;
}
#guide a:hover {
  text-decoration: underline;
}
#guide ul {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  list-style-type: square;
  padding-left: 20px;
}
#guide ul li {
  color: #000;
  padding: 2px;
}
#guide ul li:hover {
  font-weight: normal;
  cursor: pointer;
}
#guide .guide-error {
  border-left: solid 5px #d20a11;
}
#guide .guide-error ul li {
  color: #d20a11;
}
#guide .guide-error a {
  display: inline;
  font-weight: normal;
  color: #d20a11;
}
#guide .guide-warning {
  border-left: solid 5px #ffcc33;
}
#guide .guide-warning a {
  display: inline;
  font-weight: normal;
  color: #d20a11;
}
#guide .packed {
  padding-left: 0px;
}
#guide .packed ul {
  margin-top: 0px;
}
#guide h3 {
  background-color: #ffcc33;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  padding: 10px;
}

/* Architecture */
#architecture #filters {
  border-left: none;
  left: 10px;
  margin-top: 10px;
  margin-left: 20px;
}
#architecture #filters h1 {
  float: left;
  margin-top: 9px;
}
#architecture #filters > div {
  float: left;
  margin-left: 10px;
}
#architecture #filters label {
  display: block;
  width: 50px;
  text-transform: uppercase;
  font-size: 0.85em;
  margin-bottom: 3px;
}
#architecture #filters select {
  margin-bottom: 10px;
}
#architecture #overview #diagram {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#architecture #overview #diagram #azure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(/content/images/cloud.png);
  background-repeat: no-repeat;
  background-color: #efefef;
  padding-bottom: 10px;
}
#architecture #overview #diagram #azure h1 {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5em;
}
#architecture #overview #diagram #azure #layer1 {
  margin-left: 70px;
  display: flex;
}
#architecture #overview #diagram #azure #layer1 #person {
  margin-right: 130px;
  font-weight: bold;
}
#architecture #overview #diagram #azure #layer1 #website {
  width: 100px;
  margin-top: 50px;
  font-weight: bold;
}
#architecture #overview #diagram #azure #layer1 #connector {
  width: 120px;
  margin-top: 50px;
  margin-right: 100px;
  font-weight: bold;
}
#architecture #overview #diagram #azure #layer1 #system {
  width: 100px;
  font-weight: bold;
}
#architecture #overview #diagram #azure #layer2 {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
#architecture #overview #diagram #azure #layer2 #lms {
  margin-left: 100px;
  margin-top: 100px;
  font-weight: bold;
}
#architecture #overview #diagram #azure #layer2 #all-components {
  padding: 20px;
  padding-top: 0px;
  margin-top: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-top: solid 1px #d20a11;
  border-bottom: solid 1px #d20a11;
  display: flex;
  width: 50%;
  margin-left: 0px;
  position: relative;
  margin-left: 30px;
}
#architecture #overview #diagram #azure #layer2 #all-components #website-components {
  padding: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#architecture #overview #diagram #azure #layer2 #all-components #common-components {
  padding: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#architecture #overview #diagram #azure #layer2 #all-components h1 {
  width: 95%;
  bottom: -5px;
}
#architecture #overview #diagram #azure #layer2 #agent {
  width: 120px;
  margin-left: 30px;
  margin-top: 150px;
  font-weight: bold;
}
#architecture #overview #diagram #azure #databases {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#architecture #overview #diagram #azure #databases #database {
  width: 120px;
  font-weight: bold;
}
#architecture #overview #diagram h1 {
  text-align: center;
  margin-top: 20px;
}
#architecture #overview #diagram .component {
  background-color: #efefef;
  padding: 5px;
  border: solid 1px #aaa;
  text-align: center;
  margin: 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  display: flex;
  flex-direction: column;
  width: 70px;
}
#architecture #overview #diagram .component:hover {
  cursor: pointer;
}
#architecture #overview #diagram .component img {
  align-self: center;
  height: 50px;
}
#architecture #overview #diagram .component span em {
  font-size: 0.85em;
  font-weight: normal;
  font-style: italic;
  color: #999;
  display: block;
  margin-top: 5px;
}
#architecture #overview #diagram .component.related {
  border: solid 5px #d50100;
  margin-top: 0px;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 1px;
}
#architecture #overview #diagram .component.related.override img {
  border: solid 5px #d50100;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
#architecture #overview #diagram .component.override {
  background-color: transparent;
  border: none;
}
#architecture #overview #diagram .component.override img {
  height: 70px;
}
#architecture #overview #diagram #connector {
  padding: 0px;
}
#architecture #overview #logical {
  margin: 10px;
  margin-top: 20px;
}
#architecture #overview #logical .row-items {
  flex-wrap: nowrap;
}
#architecture #overview #logical p {
  display: none;
}
#architecture #overview #logical .heading label {
  font-size: 0.9em;
  margin-top: 7px;
}
#architecture #overview #logical .heading img {
  height: 25px;
}
#architecture #overview #logical .item-group {
  padding: 5px;
}
#architecture #overview #logical .item-group .item-system {
  margin: 15px;
  margin-bottom: 30px;
}
#architecture #overview #logical .item {
  padding: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding-left: 5px;
  flex-grow: 1;
  margin: 5px;
}
#architecture #overview #logical .item.related {
  background-color: #fff;
  border: 1px solid #d20a11;
}
#architecture #overview #logical .item.hovering {
  background-color: #48535A;
  color: #fff;
}
#architecture #overview #logical .item-system.item-system-locker {
  padding: 10px;
  margin-bottom: 20px;
}
#architecture #overview #logical .item-system.item-system-locker > .heading > img {
  height: 30px;
}
#architecture #overview #logical .item-concept {
  display: flex;
  flex-direction: column;
}
#architecture #overview #logical .item-concept.item-concept-integrations {
  flex-grow: 0;
}
#architecture #overview #logical .item-group {
  display: flex;
  flex-direction: column;
}
#architecture #detail {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20px;
  margin-top: 19px;
}
#architecture #detail > .heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#architecture #detail > .heading a {
  text-decoration: underline;
}
#architecture #detail > .heading h1 {
  margin-bottom: 0px;
}
#architecture #detail > .heading img {
  height: 30px;
  margin-bottom: -7px;
  margin-left: -3px;
}
#architecture #detail p {
  margin-bottom: 30px;
}
#architecture #detail > div {
  width: 100%;
}
#architecture #detail .rows {
  display: flex;
  flex-direction: column;
}
#architecture #detail .columns {
  display: flex;
  flex-direction: row;
}
#architecture #detail .container {
  width: 100%;
  display: flex;
  justify-content: center;
}
#architecture #detail .system {
  border: solid 1px #d20a11;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-top: solid 5px #d20a11;
  /*border-bottom-left-radius: 10px;*/
  /*border-bottom-right-radius: 10px;*/
  margin: 10px;
  padding: 10px;
  background-color: #fcfaed;
}
#architecture #detail .system > .heading {
  display: flex;
  align-items: center;
}
#architecture #detail .system > .heading > img {
  height: 30px;
  margin-left: 5px;
}
#architecture #detail .system > .heading .name {
  font-weight: bold;
  margin-left: 5px;
}
#architecture #detail .aspect {
  border: none;
  border-top: solid 1px #48535A;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-left: solid 5px #48535A;
  /*border-top-left-radius: 15px;*/
  background-color: #fff;
  margin: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#architecture #detail .aspect > .heading {
  display: flex;
  align-items: center;
}
#architecture #detail .aspect > .heading img {
  height: 30px;
  margin-left: 5px;
}
#architecture #detail .aspect > .heading .name {
  font-weight: bold;
}
#architecture #detail .group {
  border: dashed 1px #999;
  background-color: #eeeeee;
  margin: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#architecture #detail .group > .name {
  font-style: italic;
  z-index: 1;
}
#architecture #detail .item {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin: 10px;
  align-content: center;
  z-index: 1;
}
#architecture #detail .item img {
  align-self: center;
}
#architecture #detail .item > .name {
  font-weight: normal;
  font-size: 1em;
  text-align: center;
}
#architecture #detail .item > p {
  font-size: 1em;
  color: #aaa;
  text-align: center;
  display: none;
}
#architecture #detail .item.component {
  border: solid 1px #96b4c5;
  background-color: #d5eaf6;
}
#architecture #detail .item.component.selected {
  border: solid 5px #d20a11;
  font-weight: bold;
}
#architecture #detail .item.component img {
  align-self: center;
}
#architecture #detail .item.technology {
  border: solid 1px #b80dff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-top: solid 5px #b80dff;
  background-color: #faefff;
}
#architecture #detail #setup .section table {
  width: auto;
}
#architecture .row-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
#architecture .column-items {
  display: flex;
  flex-direction: column;
}
#architecture .hide {
  display: none;
}
#architecture .item {
  position: relative;
  border: solid 1px #dbdddc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px;
  margin: 10px;
}
#architecture .item:hover {
  cursor: pointer;
}
#architecture .item .heading {
  display: flex;
  margin-left: -5px;
}
#architecture .item .heading img {
  height: 30px;
}
#architecture .item .heading img:hover {
  cursor: pointer;
}
#architecture .item .heading .name {
  font-weight: normal;
  margin-top: 9px;
  clear: right;
}
#architecture .item .heading .name:hover {
  cursor: pointer;
}
#architecture .item p {
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 0.85em;
}
#architecture .item .toggle {
  position: absolute;
  top: 0px;
  right: 5px;
}
#architecture .item .toggle img {
  height: 15px;
  opacity: 0.5;
}
#architecture .item-aspect {
  border: none;
  border-top: solid 1px #48535A;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-left: solid 5px #48535A;
  /*border-top-left-radius: 15px;*/
  background-color: #fff;
  margin: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#architecture .item-aspect > .heading {
  display: flex;
  align-items: center;
}
#architecture .item-aspect > .heading img {
  height: 30px;
  margin-left: 5px;
}
#architecture .item-aspect > .heading .name {
  font-weight: bold;
}
#architecture .item-system {
  border: solid 1px #d20a11;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-top: solid 5px #d20a11;
  /*border-bottom-left-radius: 10px;*/
  /*border-bottom-right-radius: 10px;*/
  background-color: #fff;
}
#architecture .item-system > .heading > img {
  margin-left: 5px;
}
#architecture .item-system > .heading .name {
  font-weight: bold;
}
#architecture .item-concept {
  border: none;
  border-top: solid 1px #48535A;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-left: solid 5px #48535A;
  /*border-top-left-radius: 15px;*/
  background-color: #fff;
  flex-grow: 1;
}
#architecture .item-concept > .heading .name {
  font-weight: bold;
}
#architecture .item-group {
  border: dashed 1px #999;
  background-color: #eeeeee;
  flex-wrap: wrap;
}
#architecture .item-group > .heading .name {
  font-style: italic;
}
#architecture .item-component {
  background-color: #d7d7d7;
}
#architecture .item-technology {
  border: solid 1px #b80dff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-top: solid 5px #b80dff;
  background-color: #faefff;
}

/* Payment */
#pay-dialog {
  padding: 20px;
  padding-bottom: 0px;
  width: 100%;
}
#pay-dialog #payment {
  display: flex;
  flex-direction: column;
}
#pay-dialog #payment #steps {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
#pay-dialog #payment #steps .step {
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  color: #ccc;
}
#pay-dialog #payment #steps .step.current {
  background-color: #48535A;
  color: #fff;
}
#pay-dialog #agreed-label {
  display: inline-block;
}
#pay-dialog #agreed-label:hover {
  cursor: pointer;
  text-decoration: underline;
}
#pay-dialog h2 {
  border-bottom: solid 0px #d20a11;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#pay-dialog a {
  color: #999;
}
#pay-dialog table {
  margin-bottom: 20px;
}
#pay-dialog table .price {
  text-align: right;
}
#pay-dialog table tr {
  background-color: #fff;
}
#pay-dialog table tr.total td {
  font-size: 2em;
  border-bottom: none;
  padding-top: 20px;
  padding-right: 0px;
}
#pay-dialog table tr.total td img {
  margin-right: 10px;
  margin-bottom: 1px;
}
#pay-dialog #errors {
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
#pay-dialog .right #coupons input[type=text] {
  width: 180px;
  padding: 5px;
}
#pay-dialog .right #coupons #applied {
  border-top: dashed 1px #ccc;
  margin-top: 10px;
}
#pay-dialog .right #coupons #applied li {
  font-weight: normal;
}
#pay-dialog #terms {
  padding-top: 0px;
}
#pay-dialog #terms #termsText {
  border: 1px solid #dbdddc;
  border-top: solid 1px #d20a11;
  overflow-y: scroll;
  padding: 10px;
  margin-bottom: 5px;
}
#pay-dialog #terms #termsText img {
  display: none;
}
#pay-dialog #card {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: solid 1px #dbdddc;
  background-color: #fff;
  box-shadow: 0 0 10px #dbdddc;
  position: relative;
  padding-bottom: 20px;
}
#pay-dialog #card #magnetic {
  width: 100%;
  height: 30px;
  color: #fff;
  margin-top: 20px;
  background: url(/content/images/credit-cards.png) no-repeat top right;
}
#pay-dialog #card input[type=text],
#pay-dialog #card select {
  padding: 10px;
  display: inline-block;
}
#pay-dialog #card select {
  padding: 15px;
  display: inline-block;
}
#pay-dialog #card #number {
  margin-top: 20px;
  margin-left: 20px;
}
#pay-dialog #card #number label {
  display: block;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 5px;
}
#pay-dialog #card #number input {
  width: 250px;
}
#pay-dialog #card #expiry {
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}
#pay-dialog #card #expiry label {
  display: block;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 5px;
}
#pay-dialog #card #expiry #expMonth {
  width: 50px;
}
#pay-dialog #card #expiry #expYear {
  width: 65px;
}
#pay-dialog #card #code {
  float: right;
  margin-top: 27px;
  margin-right: 20px;
}
#pay-dialog #card #code label {
  display: block;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 5px;
}
#pay-dialog #card #code input {
  width: 50px;
}
#pay-dialog .seal {
  position: absolute;
  bottom: 70px;
  left: 0px;
}
#pay-dialog .links {
  margin-right: 0px;
}
#pay-dialog .links a {
  display: block;
  text-align: right;
}
#pay-dialog #print {
  display: block;
}
#pay-dialog #receipt {
  margin-top: 20px;
}
#pay-dialog #receipt #slot {
  display: none;
}
#pay-dialog #receipt #slip {
  display: none;
  padding: 20px;
  float: left;
  background-color: #fff;
  border: solid 1px #dbdddc;
  box-shadow: 0px 10px 10px #dbdddc;
}
#pay-dialog #messages {
  margin-top: 20px;
}
#pay-dialog #messages .coupon-distribution {
  margin-bottom: 5px;
}
#pay-dialog #messages .coupon-distribution label {
  font-weight: bold;
  display: block;
}
#pay-dialog #messages .coupon-distribution input {
  width: auto;
}
#pay-dialog .right .no-payment {
  padding: 5px;
  position: absolute;
  width: 200px;
}

/* Misc */
.buttons {
  padding-bottom: 7px;
  clear: both;
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  background-color: #fff;
  padding-top: 7px;
  border-top: solid 1px #48535A;
  display: flex;
  justify-content: flex-end;
  /*align-items: baseline;*/
}
.buttons input {
  margin-right: 10px;
  /*text-transform: uppercase;*/
  font-size: 0.9em;
  letter-spacing: 1px;
}
.buttons input:last-child {
  margin-right: 17px;
}
.buttons p {
  display: inline;
  font-style: italic;
  margin-right: 10px;
  color: #999;
}
.buttons .left {
  float: left;
  margin-top: 10px;
}
.buttons .alt {
  float: right;
  border-left: dotted 1px #d20a11;
  padding-right: 0px;
  padding-left: 17px;
  /*margin-bottom: -7px;*/
  /*margin-top: -7px;*/
  /*margin-left: 5px;*/
}
.buttons .divider {
  display: inline-block;
  border-left: solid 1px #d20a11;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: -7px;
  width: 1px;
  height: 23px;
}
.buttons .left-link {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  color: #999;
  border-bottom: dotted 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.buttons .left-link:hover {
  color: #d20a11;
  border-bottom: solid 1px;
}
.buttons .primary {
  font-weight: bold;
}

.relative {
  position: relative;
}

.bold {
  font-weight: bold;
}

/* Clear fix */
.clear {
  display: inline-block;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* start commented backslash hack \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/* close commented backslash hack */
/* Exception */
#exception {
  padding: 30px;
  float: left;
  clear: both;
}

.validation {
  border-left: solid 5px #d20a11;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  clear: both;
  background-color: #efefef;
  float: none;
}
.validation ul {
  /*list-style-type: circle;*/
  /*padding-left: 20px;*/
}
.validation ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #d20a11;
  padding-left: 20px;
  position: relative;
}
.validation ul li:before {
  content: "●";
  color: #d20a11;
  position: absolute;
  left: 8px;
}

/* Popup error */
.error div.error-container {
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
  color: #666;
}
.error div.error-container ul.error-validation li {
  margin-bottom: 7px;
}

/* Default MVC classes */
.validation-summary-errors {
  margin-bottom: 20px;
  display: block;
  float: none;
  background-color: #efefef;
  border-left: solid 5px #dd3c10;
  padding: 10px;
}
.validation-summary-errors span {
  font-weight: normal;
}
.validation-summary-errors ul {
  display: block;
  margin-top: 0px;
  margin-left: 20px;
  list-style-type: circle;
  padding-left: 20px;
}
.validation-summary-errors ul li {
  color: #000;
  padding: 5px;
}
.validation-summary-errors ul li label, .validation-summary-errors ul li span {
  display: inline !important;
  font-weight: normal;
}

/* jQuery UI overrides */
.ui-widget {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1em;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0em;
  outline: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0px 0px 0px 0px #dbdddc;
  border: solid 1px #bbb;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 7px 7px;
  position: relative;
  background-color: #fff;
  border: none;
  display: block;
  text-transform: uppercase;
  color: #48535A;
  font-family: Locker, Verdana;
  font-size: 1.2em;
  padding: 15px;
  padding-left: 20px;
  padding-bottom: 12px;
  margin-bottom: 0px;
  background-color: #f9f9f9;
  border-bottom: solid 1px #d20a11;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 5px 0 0;
  padding: 1px;
  height: 20px;
  border: none;
  color: transparent;
  background: transparent url(/content/images/close.png) no-repeat top left;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: none;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0px;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-widget .buttons {
  margin-bottom: 10px;
}
.ui-widget .buttons input {
  font-size: 0.9em;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

/* Mobile */
#locker-mobile {
  display: flex;
  flex-direction: column;
}
#locker-mobile #all {
  padding-bottom: 70px;
}
#locker-mobile .buttons {
  float: none;
}
#locker-mobile .buttons input {
  padding: 10px;
}
#locker-mobile .email-warn {
  padding: 3px;
}
#locker-mobile input[type=text],
#locker-mobile input[type=password] {
  padding: 20px;
  padding-left: 10px;
  width: 100%;
}
#locker-mobile select {
  padding: 15px;
  display: block;
  width: auto;
}
#locker-mobile header {
  border-bottom: solid 1px #dbdddc;
  display: flex;
}
#locker-mobile header a {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  text-align: center;
  color: #495451;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
#locker-mobile header a:first-child {
  border-right: solid 1px #dbdddc;
}
#locker-mobile header a:last-child {
  border-left: solid 1px #dbdddc;
}
#locker-mobile header a img {
  height: 30px;
}
#locker-mobile fieldset div {
  margin-bottom: 20px;
}
#locker-mobile fieldset div label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
#locker-mobile fieldset div input {
  margin-bottom: 5px;
}
#locker-mobile nav {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0px;
  height: 70px;
  background-color: #efefef;
  border-top: solid 1px #bbb;
}
#locker-mobile nav > div {
  flex-grow: 1;
}
#locker-mobile nav .entry {
  text-align: center;
}
#locker-mobile nav .entry a {
  font-size: 0.75em;
  font-weight: bold;
  color: #495451;
  text-decoration: none;
  display: block;
}
#locker-mobile nav .entry a img {
  width: 50px;
}
#locker-mobile nav .entry a span {
  display: block;
}
#locker-mobile nav .entry #dropup {
  background-color: #efefef;
  border: solid 1px #bbb;
  border-bottom: none;
  border-right: none;
  padding: 10px;
  position: absolute;
  bottom: 70px;
  right: 0px;
}
#locker-mobile nav .entry #dropup a {
  margin-bottom: 20px;
}
#locker-mobile #loading {
  text-align: center;
  margin-top: 50px;
}
#locker-mobile #index {
  height: 100%;
}
#locker-mobile #index #name-section {
  background: #d20a11;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#locker-mobile #index #name-section #name-main {
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 5px;
}
#locker-mobile #login-mobile #logo {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#locker-mobile #login-mobile #logo img {
  height: 63px;
}
#locker-mobile #login-mobile #tabs h1 {
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 0px;
  background-color: #d20a11;
  color: #fff;
}
#locker-mobile #login-mobile #login-register {
  padding: 20px;
}
#locker-mobile #login-mobile #login-register label {
  font-weight: bold;
}
#locker-mobile #login-mobile #login-register a {
  color: #d20a11;
  text-decoration: underline;
}
#locker-mobile #login-mobile #login-register #login {
  display: flex;
  flex-flow: wrap;
}
#locker-mobile #login-mobile #login-register #login > div:first-child {
  margin-bottom: 30px;
}
#locker-mobile #login-mobile #login-register #login h3 {
  float: none;
}
#locker-mobile #login-mobile #login-register #login ol {
  margin-left: 30px;
  margin-bottom: 20px;
}
#locker-mobile #login-mobile #login-register #login ol li {
  padding: 5px;
  line-height: 1.3;
  list-style-type: decimal;
}
#locker-mobile #home .block {
  padding: 10px;
  border-bottom: solid 1px #dbdddc;
}
#locker-mobile #home .block .title {
  position: relative;
}
#locker-mobile #home .block .title img {
  position: absolute;
  left: -10px;
  top: -15px;
}
#locker-mobile #home .block .title h2 {
  margin-left: 50px;
}
#locker-mobile #home .block .title p {
  margin-left: 50px;
  font-size: 0.85em;
  font-style: italic;
  margin-bottom: 10px;
}
#locker-mobile #home .block ul {
  margin-left: 70px;
  list-style-type: disc;
  color: #d20a11;
}
#locker-mobile #home .block ul li {
  margin-bottom: 5px;
}
#locker-mobile #home .block ul li span {
  color: #000;
}
#locker-mobile #home #home-announcements {
  padding: 20px;
}
#locker-mobile #home #home-announcements h1 {
  color: #d20a11;
  margin-bottom: 0px;
}
#locker-mobile #home #home-announcements p {
  margin-bottom: 0px;
}
#locker-mobile #profile {
  margin: 20px;
}
#locker-mobile #profile #profile-personal,
#locker-mobile #profile #profile-address,
#locker-mobile #profile #profile-demographics {
  position: relative;
  margin-bottom: 20px;
}
#locker-mobile #profile #profile-personal p,
#locker-mobile #profile #profile-address p,
#locker-mobile #profile #profile-demographics p {
  margin-bottom: 0px;
}
#locker-mobile #profile #profile-personal > a,
#locker-mobile #profile #profile-address > a,
#locker-mobile #profile #profile-demographics > a {
  position: absolute;
  top: 0px;
  right: 0px;
  text-decoration: underline;
  color: #d20a11;
}
#locker-mobile #certification {
  width: auto;
  float: none;
}
#locker-mobile #certification #heading {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #dbdddc;
  margin-bottom: 0px;
}
#locker-mobile #certification #heading h1 {
  margin-left: 20px;
  margin-top: 20px;
}
#locker-mobile #certification #heading img {
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
}
#locker-mobile #certification #switches {
  margin-left: 0px;
  padding: 10px;
  width: 100%;
  background-color: #dbdddc;
}
#locker-mobile #certification #switches select {
  width: 100%;
}
#locker-mobile #certification #transcript {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  width: auto;
  float: none;
}
#locker-mobile #certification #transcript #summary {
  width: auto;
  float: none;
}
#locker-mobile #certification #transcript #summary #no-activity {
  width: 100%;
  text-align: center;
}
#locker-mobile #certification #transcript #summary .sport {
  margin-bottom: 0px;
}
#locker-mobile #certification #transcript #summary .context h4 {
  background-color: #48535A;
  color: #fff;
}
#locker-mobile #certification #transcript #summary .context th.status {
  border-bottom: solid 1px #dbdddc;
  border-top: solid 1px #48535A;
}
#locker-mobile #pathway {
  width: auto;
  float: none;
}
#locker-mobile #pathway #heading {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #dbdddc;
  margin-bottom: 0px;
}
#locker-mobile #pathway #heading h1 {
  margin-left: 20px;
  margin-top: 20px;
}
#locker-mobile #pathway #heading img {
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
}
#locker-mobile #pathway #switches {
  margin-left: 0px;
  padding: 10px;
  width: 100%;
  background-color: #dbdddc;
}
#locker-mobile #pathway #switches select {
  width: 100%;
}
#locker-mobile #pathway #transcript {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  width: auto;
  float: none;
}
#locker-mobile #pathway #transcript #summary {
  width: auto;
  float: none;
}
#locker-mobile #pathway #transcript #summary .sport {
  margin-bottom: 0px;
}
#locker-mobile #pathway #transcript #summary #no-activity {
  width: 100%;
  text-align: center;
}
#locker-mobile #pathway #transcript #summary .header {
  float: left;
}
#locker-mobile #pathway #transcript #summary .modules {
  float: left;
  margin-left: 10px;
}
#locker-mobile #pathway #transcript #summary .modules p {
  margin-bottom: 5px;
  color: #000;
}
#locker-mobile #pathway #transcript #summary .modules ul {
  list-style: disc;
  color: #d20a11;
  margin-left: 30px;
  margin-bottom: 20px;
}
#locker-mobile #pathway #transcript #summary .modules ul span.further {
  font-style: italic;
  color: #6d7674;
}
#locker-mobile #pathway #transcript #summary .contact {
  float: left;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 30px;
}
#locker-mobile #pathway #transcript #summary .contact div.organization {
  display: flex;
  justify-content: space-between;
}
#locker-mobile #pathway #transcript #summary .contact div.organization div {
  margin-right: 20px;
  text-align: right;
}
#locker-mobile #contact {
  margin: 20px;
}
#locker-mobile #feedback {
  margin: 20px;
}
#locker-mobile #feedback #feedback-message {
  margin-bottom: 20px;
}
#locker-mobile #feedback #feedback-message label {
  font-weight: bold;
}
#locker-mobile #feedback #feedback-message textarea {
  margin-top: 5px;
  width: 100%;
  height: 150px;
}
#locker-mobile #elearning #heading {
  padding: 20px;
  border-bottom: solid 1px #dbdddc;
  margin-bottom: 0px;
}
#locker-mobile #elearning #sport-nav .heading {
  display: flex;
  align-items: center;
  padding: 10px;
  align-content: space-between;
}
#locker-mobile #elearning #sport-nav .heading > div {
  width: 100%;
  display: flex;
  align-items: center;
}
#locker-mobile #elearning #sport-nav .heading > div h2 {
  margin-bottom: 0px;
}
#locker-mobile #elearning #sport-nav .heading img {
  margin-right: 10px;
}
#locker-mobile #elearning #sport-dropdown li > a {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #dbdddc;
  padding: 10px;
  color: #000;
}
#locker-mobile #elearning #sport-dropdown li > a img {
  margin-right: 10px;
}
#locker-mobile #elearning .subtabs {
  display: flex;
}
#locker-mobile #elearning .subtabs li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding: 10px;
}
#locker-mobile #elearning .subtabs li.selected {
  color: #fff;
}
#locker-mobile #elearning .subtabs li a {
  font-size: 1.1em;
  text-align: center;
}
#locker-mobile #elearning .course {
  padding: 20px;
  display: block;
  border-bottom: solid 1px #ccc;
}
#locker-mobile #elearning .course a {
  color: #000;
}
#locker-mobile #elearning .no-courses {
  padding-left: 10px;
  padding-right: 10px;
}
#locker-mobile #elearning #right #item {
  padding: 20px;
}
#locker-mobile #elearning #right #item #contact {
  margin: 0px;
}
#locker-mobile #elearning #right #item #contact p {
  margin-bottom: 0px;
}
#locker-mobile #elearning #right #item #description img {
  width: 100%;
}
#locker-mobile #elearning #right #group {
  padding: 20px;
}
#locker-mobile #elearning #right #group #text #logo {
  width: 100%;
}
#locker-mobile #elearning #right ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
#locker-mobile #elearning #right ul li {
  list-style-type: square;
  line-height: 1.5em;
  color: #666;
}
#locker-mobile #elearning #right details {
  color: #666;
}
#locker-mobile #elearning #right details summary {
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5em;
}
