


/* Html5 Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: Lato, sans-serif!important;
}

body {
    line-height:1;
    background: #fafafa;
}

* {
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #1e88e5;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
        box-sizing: border-box!important;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: .5em;
        box-sizing: border-box!important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

select {
    min-height: 32px;
    width: 100%;
        box-sizing: border-box!important;
}

p {
    margin-bottom: 1em;
    line-height: 1.2em;
}

a:link, a:visited, a:active {
    color: #000000;
}

a:hover {
    color: #4c9d1b;
}

.settingName, .setupLink {
    font-weight: bold;
}

::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background-color: #f0f0f0;
}


.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* ---------- Shell Styles ----------- */



.logon {
    background-color: #fff;
    background-image: url(images/cubes.png);
    background-repeat: no-repeat;
    background-position: 98% 98%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.content-login {
    width: 320px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    color: #333;
}

.content-login table.pageheader{
    width: 100%;
}

.content-login table.pageheader tr {
    background: #333;
    color: #a1c057;
}

.content-login .pageheadertitle {
    padding-left: 50px;
    padding-top: 5px;
    font-style: normal;
    vertical-align: middle;
}

.content-login td.pageheadericon{
    padding: 5px 15px;
}

.content-login .editor-label {
    width: 100%;
    padding: 0 1em;
    margin-bottom: 0;
    color:#333;
}

.content-login .editor-field{
    padding: 0 1em;
}

.content-login .editor-field input {
    width: 100%!important;
}

.row.login-pad {
    padding: 0 .4em;
    margin-bottom: 15px;
    margin-top: 25px;
}

input.k-button.k-button__login {
    width: 100%;
    display: block;
    min-height: 42px;
    background: #333;
    color: #fff;
    border: none;
}

div#topbar {
    background: #333333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 65px;
    height: 65px;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 3;
}

.header-items {
    display: flex;
    flex-direction: row;
    height: 65px;
    align-items: center;
}

.header-item {
    display: flex;
    flex-direction: row;
    padding: .75em;
    margin-right: 12px;
    border-radius: 2px;
}

.header-user__name {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-transform: lowercase;
    padding: 0 10px;
    color: #fff;
}

.username-top {
    text-transform: capitalize;
    font-size: 14px;
}

.profile-top {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}

.header-logout a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

div#pagewrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    min-height: calc(100vh - 86px);
}

div#content{
    display: inline-block;
}

#logo {
    margin-top: 8px;
}

/* Navigation Styles  */

#menu
{
    font-size: 13px;
    left: 0;
    margin: 0;
    padding-top: 20px;
    position: fixed;
    top: 65px;
    width: 220px;
    min-height: calc(100vh - 85px);
    height: 100%;
    background: #fff;
    overflow: auto;
    z-index: 2;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

#menu .k-header{
    border: none;
}

#menu .k-panelbar>.k-item>.k-link{
    padding: .2em .75em!important;
    background: #fff;
    font-size: 14px;
    color: #333;
}

#menu .k-panelbar>.k-item>.k-link:hover {
    background: #eee;
}

#menu .k-panelbar-expand, #menu .k-panelbar-collapse{
    right: 15px;
}

div.k-pager-wrap.k-widget,
.k-grid-header .k-header{
    background-color: #333333!important;
}

/* Kendo UI Menu Panelbar overrides */
#PanelBar > li.k-item > ul
{
	border-bottom: none;
}

#menu > #PanelBar > li.k-item > span.k-state-selected.k-state-hover,
#menu > #PanelBar > li.k-item > span.k-state-hover
{
	color: #000000;
}

#menu > #PanelBar > li.k-item > span.k-state-selected.k-state-hover
{
	background-color: #C1E56B;
}

#menu > #PanelBar > li.k-item > span.k-state-selected
{
	color: #80b308;
	background-color: #fff;
}

#menu > #PanelBar > li.k-item > span.k-state-selected .k-icon {
    color: #80b308;
}

#menu .k-panel>.k-item>.k-link {
    padding: 5px 10px 5px 30px;
    font-size: 13px;
}

	#menu > #PanelBar > li.k-item > span.k-state-selected > span.k-i-arrow-n.k-panelbar-collapse,
	#menu > #PanelBar > li.k-item > span.k-state-selected > span.k-i-arrow-s.k-panelbar-expand
	{
		opacity: .8;
	}

#menu > #PanelBar > li.k-item > span.k-state-hover > span.k-i-arrow-n.k-panelbar-collapse
{
	background-position: 0 0 !important;
}


/* Page Styles  */

div#contentwrap {
    width: 100%;
    min-height: calc(100vh - 85px);
    margin-left: 220px;
    padding: 1em;
    position: relative;
    top: 65px;
}

table.pageheader {
    width: 86%;
}

table.pageheader tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar .k-item{
    font-weight: 400;
}

.pageheadericon {
    min-width: 80px;
}

.pageheadertitle {
    font-size: 28px;
    font-weight: 100;
}

.pageinfo {
    margin: 15px 0;
}

.pageinfo ul {
    margin-left: 20px;
}

.pageinfo ul li {
    padding-bottom: 5px;
}

div#dashboardTransactionContainer {
    width: 65%;
    display: flex;
    flex-direction: row;
    float: left;
    flex-wrap: wrap;
}

.action-icons__wrapper{
    margin-bottom: 1em;
}

.action-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.action-icon {
    margin: 0 5px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-bottom: 5px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
}

.action-icon p {
    font-size: 14px;
}

a.home-screen__tile {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-top: 10px;
}

a.home-screen__tile img {
    padding-bottom: 4px;
    max-width: 55px;
}

.dashboard-status__title {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: .5em;
}

.failed-trx__item {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-bottom: 5px solid #ccc;
    padding: .5em;
    border-radius: 4px;
}

.failed-trx__item a {
    text-decoration: none;
    color: #444;
}

.trx-name a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 .25em;
}

.failed-trx__item.warning a {
    color: #caa745;
}

.failed-trx__item.danger a {
    color: #c83737;
}

.failed-trx__item.external a {
    color: #83543b;
}

#recapPlaceHolder {
    width: 30%;
    float: left;
    padding: 1em;
    background: #fff;
    color: #333;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

#recapPlaceHolder a {
    color: #fff;
    background: #f09090;
    padding: 1em;
    text-decoration: none;
    display: block;
    text-decoration: none;
}

h3.dashboard-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}

#recapPlaceHolder a:hover {
    background: #e04d4d;
}

div#copyright {
    padding: 1em;
}

table tr {
    font-size: 13px;
}

/* Settings Table */

#settingsPanelBar {
    margin-bottom: 10px;
}

#settingsPanelBar .k-header {
    background-color: #ffffff;
    color: #000000;
    padding: .4em;
    font-size: 16px;
}

#settingsPanelBar .k-header:hover{
    background-color: #C1E56B;
}

#settingsPanelBar ul li:nth-child(odd) {
    background-color: #ffffff;
}

li.k-item.k-state-default.singleListItemSetting {
    font-weight: bold;
    padding: .5em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#settingsPanelBar ul li:nth-child(even) {
    background-color: #f5f5f5;
}

.settingTable {
    table-layout: fixed;
    width: 100%;
}

.settingTable td {
    line-height: 20px;
    padding: 10px;
}

.settingNameColumn {
    border-right: 1px solid #c5c5c5;
    font-size: 14px;
    padding-left: 12px;
    vertical-align: top;
    width: 70%;
}

.settingDefaultValueColumn {
    font-size: 12px;
    overflow: hidden;
    padding: 0 12px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 30%;
}

/* Kendo Misc Overrides */

.k-tabstrip>.k-content {
    padding: 1.2em!important;
}

.k-grouping-row p{
    font-size: 15px;
    font-weight: 100;
}


.k-window>div.k-popup-edit-form {
    padding: 1em!important;
}

.k-edit-form-container{
    width: 100%;
    min-width: 455px;
}

.k-edit-form-container .row {
    margin-bottom: 10px;
}

#settingsPanelBar > li.k-item.k-state-default.k-state-active > ul > li.settingsPanelBarSubheading > span.k-state-hover, #settingsPanelBar > li.k-item.k-state-default.k-state-active > ul > li.k-item.settingsPanelBarSubheading.k-state-active > span {
    color: #ffffff;
    background-color: #666666;
}

.k-tabstrip>.k-content .k-button{
    padding: .2em .5em!important;
}

/* Kendo Grid Override Styles  */


tr.discardedStatus * a.k-grid-edit, tr.succeededStatus * a.k-grid-edit, tr.externalInProgressStatus * a.k-grid-edit, tr.acceptedStatus * a.k-grid-edit {
    display: none;
}

tr.discardedStatus * a.k-grid-submit, tr.succeededStatus * a.k-grid-submit, tr.externalStatus * a.k-grid-submit, tr.externalInProgressStatus * a.k-grid-submit, tr.acceptedStatus * a.k-grid-submit {
    display: none;
}

tr.discardedStatus * a.k-grid-submit, tr.succeededStatus * a.k-grid-submit, tr.externalStatus * a.k-grid-submit, tr.externalInProgressStatus * a.k-grid-submit, tr.acceptedStatus * a.k-grid-submit {
    display: none;
}

tr.discardedStatus * a.k-grid-discard, tr.succeededStatus * a.k-grid-discard, tr.externalInProgressStatus * a.k-grid-discard, tr.acceptedStatus * a.k-grid-discard {
    display: none;
}

tr.discardedStatus * a.k-grid-edit, tr.succeededStatus * a.k-grid-edit, tr.externalInProgressStatus * a.k-grid-edit, tr.acceptedStatus * a.k-grid-edit {
    display: none;
}

.k-header.k-grid-toolbar.k-grid-top {
    font-size: 13px;
    padding: .5em;
    background: #f1f1f1;
}

.k-grid-header {
    font-size: 14px;
}

tr.k-master-row {
    font-size: 12px;
}

.k-grid tbody .k-button {
    padding: .25em .75em;
}

div.k-pager-wrap.k-widget{
    font-size: 13px;
}

/* Specific Table Styles */

tr.succeededStatus > td.transactionStatusCell {
    color: #23b500;
}

tr.failedStatus {
    color: #ff2828;
}


tr.failedStatus > td.transactionStatusCell {
    background-color: #ff2828;
    color: Black;
    font-weight: bold;
}

tr.acceptedStatus > td.transactionStatusCell {
    color: #CC6600;
}

tr.discardedStatus > td.transactionStatusCell {
    color: #c7c7c7;
}

.detaillegend {
    font-weight: bold !important;
    text-align: right !important;
    width: 120px;
}

.integrationpre {
    color: black;
}

/* Misc Styles */

div#reportList ul {
    list-style: none;
    margin: 10px 0;
}

div#reportList ul li a {
    padding: 1em;
    display: block;
    text-align: center;
    min-width: 225px;
    color: #ccc;
    width: max-content;
    background: #333;
    margin: 5px 0;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.pageinfo.page-details__bold {
    font-weight: 800;
    line-height: 1.6em;
}

.k-edit-form-container {
    position: relative;
    width: auto!important;
    min-width: 400px;
    overflow: hidden;
    padding: .5em;
}

.k-edit-label, .k-edit-form-container .editor-label {
     margin-left: auto!important; 
     padding: inherit!important; 
     text-align: left!important;
}


.button-separator {
    margin-top: 16px;
    text-align: right;
}

.form-label {
    display: flex;
    align-items: center;
    min-height: 32px;
}

.form-input {
    display: flex;
    align-items: center;
    min-height: 32px;
    justify-content: flex-end;
}

.form-input input {
    width: 99%;
}

.form-input.check-box input {
    width: auto;
}

.editor-label {
    clear: left;
    width: 50%;
    float: left;
    min-height: 32px;
    margin-bottom: 10px;
    display: flex;
    font-size: 15px;
    font-weight: bold;
}

.editor-field {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile-notification{
    padding: 1em;
}

.profile-notification__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.profile-notification.profile-notification__warning{
    background-color: #fee5d1;
    color: #964c10;
}

.profile-notification__dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fa7f1b;
}

.profile-notification__title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.profile-notification__content {
    font-size: 13px;
}

.profile-notification__message {
    padding-left: 20px;
}

.margin-top__20 {
    margin-top: 20px;
}

.margin-bottom__20{
    margin-bottom: 20px;
}


#filterSortMenu {
    display: inline-block;
}

#filterSortMenu ul ul {
	display: none;
}

#filterSortMenu ul {
	background: #333;
	list-style: none;
	position: relative;
	display: inline-table;
}

#filterSortMenu ul li p {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #C1E56B;
}

#filterSortMenu ul:after {
	content: ""; clear: both; display: block;
}

#filterSortMenu > ul > li {
	float: left;
    border-left: 1px solid #dadada;
}

#filterSortMenu > ul > li.first {
    border-left: none;
} 

#filterSortMenu > ul > li:hover {
	background: #C1E56B;
}

#filterSortMenu > ul > li:hover a, #filterSortMenu > ul > li:hover p {
	color: #000000;
}
	
#filterSortMenu ul li a {
	display: block;
	padding: 12px 12px 0 12px;
	color: #ffffff;
	text-decoration: none;
}

#filterSortMenu ul ul {
    padding: 8px;
	position: absolute;
	top: 100%;
	background: #ffffff;
	border: 1px solid #666666;
	border-width: 0 1px 1px 1px;
	z-index: 20100;
}

#filterSortMenu ul ul li {
	float: none; 
	position: relative;
}

div#orderManagementWrapper .k-button {
    padding: .25em .75em;
    background: #333333;
    color: #eee;
}

div#orders {
    display: flex;
    flex-direction: row;
    width: auto;
    flex-wrap: wrap;
    max-width: 580px;
    max-height: 700px;
    overflow: hidden;
    padding: 0 1em;
    position: relative;
    overflow-y: auto;
}

.shipDateForm form {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.draggableOrder {
    cursor: default;
    font-size: 1em;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-bottom: 5px solid #ccc;
    padding: .5em;
    border-radius: 4px;
    width: 100%;
    color: #555;
    max-width: 450px;
    background: #fafafa;
    font-size: 15px;
}

.draggableOrder.ob-clone {
    background: #a1be5e;
}

.order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-weight: 600;
}

.order-sort__item {
    display: flex;
    flex-direction: column;
    margin: 1em 0;
}

.order-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.order-line__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.order-actions a {
    text-decoration: none;
    border: 1px solid #888;
    color: #555;
    font-size: 14px;
    padding: .45em .5em;
    border-radius: 2px;
}

#pickers {
 
}

#pickers ul {
list-style: none;
border: 1px solid #ccc;
border-bottom: 5px solid #ccc;
}

#pickers ul li {
    display: block;
    width: 100%;
    padding: .5em;
}

#pickers ul li:nth-child(odd) {
    background: #fff;
}

#pickers ul li.currentPicker {
    background: #a1be5e;
    color: #fff;
}

h3.order-action__header {
    font-size: 20px;
}

#pickers ul li:hover {

}

#pickers ul li.currentPicker {
	
}

#pickers > ul > li > a {
    text-decoration: none;
}

#pickers > ul > li > a:hover {
    color: #91ab55;
}


p#pickerName {
  
}

/*#orderManagementWrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 18px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    position: relative;
}*/


/* Status Table Styles */

table#statusTable tr {
    margin: 25px 0;
    display: flex;
    max-width: 85%;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

td.infoCellLabel {
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    background: #333;
    color: #fff;
    padding: 1em;
}

td.infoCellDetail {
    background: #fff;
    padding: 1em;
}

div#licenseStatus {
    padding: 1em;
    background: #fff;
}

div#databaseStatus {
    line-height: 2em;
}

div#envInformation {
    line-height: 2em;
    padding: 1em;
    background: #fff;
}

div#versionInformation,
div#databaseStatus,
div#securityStatus,
div#webserviceStatus {
    padding: 1em;
    background: #fff;
}
we
div#printerList {
    line-height: 2em;
    padding: 1em;
    background: #fff;
}
div#licenseStatus {
    line-height: 2em;
}


/* Diagnostics */
.block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 30%;
}

legend {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    max-width: 85%;
    width: 100%;
    margin-bottom: 12px;
    background: #333;
    color:#fff;
    padding: 1em;
}

/* Home Page Cards */
.c-card.c-card__dark {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #eee;
}

.c-card.c-card__dark .c-card__body {
    background: #fff;
    padding: 1em;
}

/* Toast Override */

#toast-container {
    position: fixed;
    z-index: 999999;
    top: 95px;
    right: 15px;
}

@media screen and (max-width: 1415px) {
    a.home-screen__tile{
        width: 48%;
    }
}


/* tablet styles */
@media screen and (max-width: 1024px){
    div#dashboardTransactionContainer {
        width: 100%;
    }

    #recapPlaceHolder{
        width: 98%;
    }
}


@media screen and (max-width: 760px){
    a.home-screen__tile{
        width: 98%;
    }
}

div#printerList {
    padding: 1em;
}

.k-button {
    font-size: 13px!important;
}

.text-center{
    text-align: center;
}

a#licenseModalBtn, .license-text {
    font-size: 13px;
    color: #706c6c;
}

.license-text {
    margin: 10px 0;
}

.license-text .text-small {
    font-size: 13px;
}

.side-pad__login {
    padding: 0 .4em;
    margin-bottom: 8px;
}

input#loginButton:disabled {
    background: #ccc;
}

.is-hidden{
    display: none!important;
}

.p-0{
    padding: 0!important;
}

.mb-1{
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mt-05 {
    margin-top: .5em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.form-control__center {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: .5em;
}

.form-control__label {
    text-align: right;
    width: 40%;
}

.form-label-left {
    padding-right: 15px;
    padding-left: 25px;
    font-weight: 600;
}

.form-control__input {
    width: 60%;
    display: flex;
    flex-direction: row;
}

.k-state-hover > .k-select {
    background: #333!important;
}

.d-flex.d-flex__row{
    display: flex;
    flex-direction: row;
}

.k-textbox {
    min-height: 37px;
}

.k-textbox:read-only:hover,
.k-textbox:read-only {
    background-color: #e0e0e0 !important;
}

input:disabled:hover,
input:disabled {
    background-color: #fafafa !important;
    border: 1px solid #ccc;
}

.k-numeric-wrap.k-state-disabled {
    background-color: #e0e0e0 !important;
}


.k-dropdown-wrap.k-state-disabled {
    background-color: #fafafa;
}

.k-button.k-main{
    background: #333;
    color: #fff;
}

.k-button {
    min-height: 31px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.k-header .k-button {
    background: #333;
    color: #fff;
}

input[type=text],
input[type=number] {
    min-height: 37px;
    text-indent: .33em;
    line-height: 1.6em;
    padding: 2px .3em;
    background-color: #ffffff;
    color: #000000;
    min-height: 35px;
}

.app-loading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-loading.home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 400px);
}


.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #a1c057;
}

.load-3 .line:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite;
}

@keyframes loadingC {
    0% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(0,15px);
    }

    100% {
        transform: translate(0,0);
    }
}

.text-decoration__none{
    text-decoration: none;
}

.single-nav__item{
    display: block;
}

a.single-nav__item:hover {
    color: inherit;
}

div#copyright {
    padding: .75em;
    font-size: 14px;
    color: #777;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background: #f7f7f7;
    width: 220px;
}

div#copyright a {
    color: #777;
}

.d-flex{
    display: flex;
}
.d-flex__column{
    flex-direction: column;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

button#viewPass {
    margin-left: 5px;
    background: transparent;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

ul#errorsList li {
    padding-bottom: 3px;
}

/* for some reason kendo started injecting display block which messed with the style so had to set the before to an inline display*/
.k-numeric-wrap:before{
    content: none!important;
    display: inline!important;
}

form ul.k-panelbar li.k-item a.k-state-selected {
    background-color: #333333;
}