@-ms-viewpo@-ms-viewport {
  width: device-width;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: inherit;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

frame, frameset, body,
div, span,
a,
img,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
p,
blockquote, q, cite, pre, code,
form, fieldset, legend, label,
table, tr, th, td,
embed, object {
  outline-offset: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0
}

table {
  border-collapse: collapse
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body {
  /*	background: #f4f4f4; */
  font-size: 100%;
  -webkit-text-size-adjust: none;
  color: #555555;
  font-weight: 500;
  line-height: 1.125;
  /*	text-shadow: 0 0.0625em 0 #fff; */
}

body {
  overflow: hidden;
  height: 100%;
}


body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  /* font-family: Arial, Helvetica, sans-serif;  */
  /* font-family: 'Open Sans', Arial, Helvetica, sans-serif;  */
  /*  font-family: 'Raleway', Arial, Helvetica, sans-serif; */
}

.Group {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
/*  color: #646464; */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizelegibility;
}

h1, .h1 {
  font-size: 2.25em;
  font-weight: 400;
}

h2, .h2 {
  font-size: 1.5em;
}

h3, .h3 {
  font-size: 1.25em;
}

h4, .h4 {
  font-size: 1.125em;
}

h5, .h5 {
  font-size: 0.875em;
}

h5, .h5 {
  font-size: 0.75em;
  font-weight: 400;
}

h6, .h6 {
  font-size: 0.75em;
  font-weight: 600;
  margin-bottom: 0px;
}

p, div.Text, span.Text, span.Editable a.Text {
  font-size: 0.875em;
  line-height: 1.6;
}

p {
  padding-bottom: 0.7142857em;
}

  p.Strapline {
    padding: 0.5em 0;
    text-align: center;
    line-height: 1em;
    font-size: 2.25em;
    font-weight: 400;
  }

span.Editable, a {
  /*  color: #4487DC;  */
  color: #0e9fcc;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  outline: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

  /*
a .fa {
  color: #555555
}
*/
  a.Close .fa:hover {
    color: #d00
  }

  a:hover {
    color: #767676;
  }

img.Responsive {
  width: 100%;
  height: auto;
}

input[type="text"],
input[type="password"],
textarea, select {
  background-color: #fff;
  margin: 0;
  border: 0.0714286em solid #ccc;
  box-shadow: none;
  border-radius: 0.2142857em;
  -moz-border-radius: 0.2142857em;
  -webkit-border-radius: 0.2142857em;
  -webkit-transition: border linear 0.3s;
  -moz-transition: border linear 0.3s;
  -ms-transition: border linear 0.3s;
  -o-transition: border linear 0.3s;
  transition: border linear 0.3s;
  height: 2.1428571em;
  padding: 0.3571429em;
  vertical-align: middle;
}

input[type="submit"] {
  width: 100%;
  height: 100%;
  border: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

label, input, button, select, textarea,
input[type="text"], input[type="password"] {
  /*  color: #767676; */
  font-weight: 500;
  font-size: 0.9625em;
  text-shadow: 0 0.0625em 0 #fff;
}

label {
  text-shadow: none;
}

.Hidden {
  display: none
}

.Disabled {
  pointer-events: none;
  opacity: 0.4
}

.Clear, .ClearBoth {
  clear: both
}

.ClearFix {
  *zoom: 1;
}

  .ClearFix:before,
  .ClearFix:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .ClearFix:after {
    clear: both;
  }

.Frame {
  clear: both;
  overflow: hidden;
}

.Left, .FloatLeft {
  float: left
}

.Right, .FloatRight {
  float: right
}
/*
.Scrollable {
  overflow: auto;
  width: auto;
  background-color: #f4f4f4;
}
*/
.AlignLeft {
  text-align: left;
  margin-left: auto;
  margin-right: auto
}

.CentredHorizontally {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.AlignRight {
  text-align: right;
  margin-left: auto;
  margin-right: auto
}

.AlignBottom {
  vertical-align: bottom;
  margin-top: auto;
  margin-bottom: auto
}

.NoMargin {
  margin: 0 0 0 0
}

.SmallMargin {
  margin: 0.5em
}

.MediumMargin {
  margin-top:    1em;
  margin-right:  1em;
  margin-bottom: 1em;
  margin-left:   1em
}

.NoTopMargin {
  margin-top: 0
}

.VerySmallTopMargin {
   margin-top: 0.125em
}

.SmallTopMargin {
  margin-top: 0.5em
}

.MediumTopMargin {
   margin-top: 1em
}

.LargeTopMargin {
   margin-top: 2em
}

.VerySmallRightMargin {
   margin-right: 0.125em
}

.SmallRightMargin {
  margin-right: 0.5em
}

.MediumRightMargin {
   margin-right: 1em
}

.LargeRightMargin {
   margin-right: 2em
}

.VerySmallBottomMargin {
   margin-bottom: 0.125em
}

.SmallBottomMargin {
  margin-bottom: 0.5em
}

.MediumBottomMargin {
   margin-bottom: 1em
}

.LargeBottomMargin {
   margin-bottom: 2em
}

.VerySmallLeftMargin {
   margin-left: 0.125em
}

.SmallLeftMargin {
  margin-left: 0.5em
}

.MediumLeftMargin {
  margin-left: 1em
}

.LargeLeftMargin {
  margin-left: 2em
}

.SmallPadding {
  padding: 0.5em;
}

.MediumPadding {
  padding: 1em;
}

.LargePadding {
  padding: 2em;
}

.NoTopPadding {
  padding-top: 0;
}

.SmallTopPadding {
  padding-top: 0.5em
}

.MediumTopPadding {
  padding-top: 1em
}

.LargeTopPadding {
  padding-top: 2em
}

.SmallLeftPadding {
  padding-left: 0.5em
}

.MediumLeftPadding {
  padding-left: 1em
}

.LargeLeftPadding {
   padding-left: 2em
}

.NoBottomPadding {
   padding-bottom: 0
}

.SmallBottomPadding {
  padding-bottom: 0.5em
}

.MediumBottomPadding {
  padding-bottom: 1em
}

.LargeBottomPadding {
  padding-bottom: 2em;
}

.SmallRightPadding {
  padding-right: 0.5em
}

.MediumRightPadding {
   padding-right: 1em;
}

.LargeRightPadding {
   padding-right: 2em;
}


.Inline {
  display: inline
}

.Block {
  display: block
}

.InlineBlock {
  display: inline-block
}

.FullWidth, .Width100pc {
  width: 100%
}

.Width95pc {
  width: 100%
}

.Width90pc {
  width: 90%
}

.Width85pc {
  width: 85%
}

.Width80pc {
  width: 80%
}

.Width75pc {
  width: 75%
}

.Width70pc {
  width: 70%
}

.Width65pc {
  width: 65%
}

.Width60pc {
  width: 60%
}

.Width55pc {
  width: 55%
}

.HalfWidth, .Width50pc {
  width: 50%
}

.Width45pc {
  width: 45%
}

.Width40pc {
  width: 40%
}

.Width35pc {
  width: 35%
}

.Width30pc {
  width: 30%
}

.Width25pc {
  width: 25%
}

.Width20pc {
  width: 20%
}

.Width15pc {
  width: 15%
}

.Width10pc {
  width: 10%
}

.Width5pc {
  width: 5%
}

.FullHeight, .Height100pc {
  height: 100%
}

.NoWrap {
  white-space: nowrap
}
/*
.InlineBlock {
  float: left
}
*/
.InlineRightBlock {
  float: right
}

.LeftAligned {
  text-align: left
}

.RightAligned {
  text-align: right;
}

.NullFont {
  font-size: 0
}

.Bold {
  font-weight: bold
}

.Italic {
  font-style: italic;
}


.FontSize150percent {
   font-size: 110%
}

.FontSize95percent {
  font-size: 95%
}

.FontSize95percentEM {
  font-size: 0.95em
}

.FontSize80percentEM {
  font-size: 0.8em
}

.FontSize70percentEM {
  font-size: 0.7em
}

.FontSize50percentEM {
  font-size: 0.5em
}

.FontSize80percent {
  font-size: 80%
}

.MediumFontSize {
  font-size: 70%
}

.WhiteBackground {
  background-color: #ffffff;
}

.LightGreyBackground {
  background-color: #efefef;
}

.NoBorder {
  border-style: none !important
}

.SimpleThinBorder {
  border-width: 1px;
  border-style: solid
}

.ThinBorder {
  border-width: thin;
  border-style: solid;
  border-color: #dddddd
}

.NoLeftBorder {
  border-left: none !important
}

.NoRightBorder {
  border-right: none !important
}

button {
   cursor: pointer
}

button.Text {
   background: #256e84;
   padding: 0.625em 2.5em;
   font-size: 1.125em;
   color: #fff !important;
   line-height: 1.125;
   font-weight: 600;
   text-shadow: 0 0.0625em 0 #000;
   text-align: center;
   border: none;
   width: auto;
   height: auto;
   display: inline-block;
   border-radius: 0.25em;
   -moz-border-radius: 0.25em;
   -webkit-border-radius: 0.25em;
   -moz-box-shadow: 0 0.0625em 0 0 rgba(255, 255, 255, 0.2) inset;
   -webkit-box-shadow: 0 0.0625em 0 0 rgba(255, 255, 255, 0.2) inset;
   box-shadow: 0 0.0625em 0 0 rgba(255, 255, 255, 0.2) inset;
}


button.Text:hover {
  background: #44b1d9;
}

button.Small.Text {
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1em;
  line-height: 1.3846154em;
  background: #44b1d9;
  background: #256e84;
  padding: 0.5384615em 0.9375em;
  border: 1px solid transparent
}

button.Small.Text .Label {
  padding-left: 0.25em;
  padding-right: 0.25em
}

button.Small.Text:hover {
  background: #484848;
}

button.Small.Text a {
}

button.Small.Text .Label {
  padding-left: 0.25em
}


button.Small.Text img {
  height: 13px;
}

button.Save,
button.Cancel,
button.Dialog {
  display: inline-block;
  padding: 0.25em 0.875em;
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.25em;
  color: #333333;
  text-align: center;
  text-shadow: 0 0.0625em 0.0625em rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


button[disabled="disabled"] {
  pointer-events: none;
  opacity: 0.4;
}

.Inside {
  margin: auto;
}

.ModalOverlay {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}


.Dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  border-radius: 4px;
}




  .Dialog > .Header {
    /*  position: absolute;
  right: 0;
  top: 0;
  left: 0; */
    height: 2em;
    padding: 0.5em;
    background-color: #eee;
    border-top: 1px solid #ccc;
    text-align: center;
    cursor: move
  }

    .Dialog > .Header .Title {
      font-weight: bold;
    }

  .Dialog > .Body {
    border-top: 1px solid #ccc;
    /* padding:1em;
  position:absolute;
  top:2em;
  left:0; */
    width: 100%;
    display: table
  }

    .Dialog > .Body .Message {
      display: table-cell;
      text-align: center;
      vertical-align: middle
    }

  .Dialog > .Actions {
    /*  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; */
    height: 3em;
    padding: 0.5em;
    background-color: #eee;
    border-top: 1px solid #ccc;
    text-align: center
  }

table.Main {
  border-collapse: collapse;
  border: none;
  table-layout: fixed;
  width: 100%;
}

  table.Main tr {
    border: none;
    background-color: #ffffff;
  }

  table.Main th,
  table.Main td {
    padding: 0.2em 0.4em;
  }

table > tbody > tr.Normal {
  cursor: pointer
}

table.Main tr.Expanded > td {
  padding: 0;
}

table.Main th {
  background: #f2f2f2;
  text-align: left;
  border-top: none;
  border-right: none;
  border-bottom: 0.125em solid #ccc;
  border-left: none;
}

  table.Main th.CentredHorizontally {
    text-align: center
  }

  table.Main th.AlignRight {
    text-align: right
  }

  table.Main th,
  table.Main th button span {
    font-weight: 600;
    text-shadow: 0 0.0625em 0 #fff;
  }

    table.Main th button {
      background: inherit;
      margin: 0;
      border: 0;
    }

      table.Main th button:focus {
        outline: none;
      }


      table.Main th button span {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0em;
        line-height: 1;
      }

table.Main tr.Normal td {
  line-height: 1.42857143;
  vertical-align: top;
}

table.Main tbody td,
table.Main tr.Expanded {
  color: #000000;
  border-bottom: 1px solid #ddd;
}


  table.Main tbody th > span,
  table.Main tbody td > span,
  table.Main tbody td > a > span {
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
  }


  table.Main tbody td a {
    font-size: inherit;
    color: #3791B3;
    color: #1B8AB3;
  }

  table.Main tbody td img {
    height: 1.125em;
    padding-right: 0.5em;
    vertical-align: middle;
  }

  table.Main tbody td.Editable {
    color: #4487DC
  }

/*table.Main tbody td.ui-draggable { */
table.Main tbody tr.Clickable {
  cursor: pointer;
}

table.Main tbody td.HighlightUpdate input {
  background-color: rgb(255, 255, 160)
}

table.Main td.Empty img, table.Main td.Visible img {
  display: none;
}

table.Main tbody td.HighlightUpdate img {
  vertical-align: middle
}

table.Main tr.Alt {
  background-color: #f8f8f8
}

table.Main tr.LightGreyBackground {
  background-color: #efefef
}

