/* This is used for browser fail page */

body {
  font-family: 'Open Sans', 'open_sansregular', Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  background: #CFD8DC;
  color: #000000;
}

img {
  border: none;
}

header .header-bar {
  position: fixed;
  width: 100%;
  height: 55px;
  background: #FAFAFA;
  background-image: -webkit-linear-gradient(#f1f1f1, #fafafa);
  background-image: -o-linear-gradient(#f1f1f1, #fafafa);
  background-image: -moz-linear-gradient(#f1f1f1, #fafafa);
  background-image: linear-gradient(#f1f1f1, #fafafa);
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.59);
  z-index: 10;
  transition: 1s ease;
  overflow: hidden;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 1200px;
}

.addmargin {
  margin-left: 240px;
}

.logo-container {
  position: absolute;
  heigth: auto;
  background: #FFFFFF;
  background-image: -webkit-linear-gradient(#fafafa, #ffffff);
  background-image: -o-linear-gradient(#fafafa, #ffffff);
  background-image: -moz-linear-gradient(#fafafa, #ffffff);
  background-image: linear-gradient(#fafafa, #ffffff);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  z-index: 11;
}

.logo-container #logo-text {
  text-align: center;
  padding-bottom: 5px;
  color: #212121;
  font-weight: 600;
}

.logo-container #logo {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  width: 100px;
}

header ul {
  position: absolute;
  right: 0px;
  margin: 0;
  padding: 0px;
  width: auto;
  list-style: none;
}

header ul li {
  display: inline-block;
  margin-right: 0px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

header ul li:hover {
  background: #1976D2;
  background-image: -webkit-linear-gradient(#1976D2, #1565C0);
  background-image: -o-linear-gradient(#1976D2, #1565C0);
  background-image: -moz-linear-gradient(#1976D2, #1565C0);
  background-image: linear-gradient(#1976D2, #1565C0);
  color: #fff;
}

header ul li a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 18px 20px;
  display: block;
}

header ul li a:hover {
  color: #fff;
}

header ul li ul {
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

header ul li ul li {
  background: #2962FF;
  display: block;
  color: #fff;
  z-index: 10;
}

header ul li ul li:hover {
  background: #666;
}

header ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

header .current {
  border-bottom: 2px solid #0D47A1;
}

header .hiddentab {
  position: fixed;
  top: 20px;
  right: -200px;
  z-index: 9999;
  padding: 8px 25px 8px 8px;
  background: #FAFAFA;
  background-image: -webkit-linear-gradient(#f1f1f1, #fafafa);
  background-image: -o-linear-gradient(#f1f1f1, #fafafa);
  background-image: -moz-linear-gradient(#f1f1f1, #fafafa);
  background-image: linear-gradient(#f1f1f1, #fafafa);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  font-size: 1.5em;
  transition: 1s ease;
}

header .hiddentab .hiddenmenu {
  display: none;
  top: 60px;
  right: 10px;
  background: #90CAF9;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  width: 110px;
  font-size: 12pt;
}

header .hiddentab .hiddenmenu:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #90CAF9;
  border-width: 10px;
  margin-left: -10px;
}

header .hiddentab .hiddenmenu .current {
  background: #42A5F5;
  border: none;
}

header .hiddentab .hiddenmenu li {
  display: block;
}

header .hiddentab .hiddenmenu li a {
  padding: 8px;
}

a {
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover {
  color: #0D47A1;
}

.page li {
  margin: 20px 0px;
}

.page p {
  line-height: 140%;
}

.page li {
  line-height: 140%;
}

.page img {
  display: block;
  margin: 10px auto;
    -webkit-filter: drop-shadow(3px 3px 3px #C5C5C5);
    filter:         drop-shadow(3px 3px 3px #C5C5C5);
  width: 100%;
}

.page .anchor {
  display: block;
  position: relative;
  top: -45px;
  visibility: hidden;
}

.page {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 0px 25px 15px 25px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #424242;
}

h1 {
  display: block;
  position: relative;
  font-size: 2em;
  font-weight: normal;
  line-height: 95%;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-top: 0px;
  color: #2457b5;
}

.page h2 {
  padding: 25px 0px 0px 0px;
  color: #2457b5;
  font-weight: 400;
  font-size: 1.8em;
  margin: 10px 0 12px 0;
}

.page strong {
  padding-top: 10px;
}

.page ol {
  font-size: 12pt;
}

.page li {
  margin-bottom: 5px;
}

.page ol li a {
  color: #212121;
  font-size: 12pt;
}

.page h3 {
  padding: 10px 2px 2px 2px;
  font-weight: 400;
  border-bottom: 1px solid #E0E0E0;
  font-size: 18pt;
  margin-bottom: 0px;
}

.page p {
  padding: 0px;
}

.page .breadcrumbs {
  color: #9E9E9E;
  margin-bottom: 10px;
}

.page .feature {
  display: block;
  margin: 20px auto;
  min-width: 150px;
  -webkit-box-shadow: 3px 3px 12px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 12px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 12px -2px rgba(0, 0, 0, 0.75);
}

.page .fieldtype {
  margin: 0px 5px;
  border: 1px solid #B0BEC5;
  -webkit-box-shadow: 3px 2px 7px -2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 3px 2px 7px -2px rgba(0, 0, 0, 0.53);
  box-shadow: 3px 2px 7px -2px rgba(0, 0, 0, 0.53);
  vertical-align: middle;
}

.side-page {
  position: absolute;
  right: 0px;
  width: 22%;
  margin-top: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.side-page h1 {
  padding: 0px;
  color: #2457b5;
  font-weight: 400;
  font-size: 16pt;
  margin: 0px;
  display: inline-block;
}

.avoidtop {
  position: relative;
  top: 110px;
}

.left-column {
  float: left;
  width: 33%;
  border-right: 1px solid #B0BEC5
}

.right-column {
  float: right;
  width: 33%;
  border-left: 1px solid #B0BEC5
}

.middle-column {
  display: inline-block;
  width: 33%;
}

.columns {
  margin: 20px 0px 0px 0px;
  text-align: center;
  padding: 0px;
}

.columns i {
  font-size: 2.5em;
}

.sidenav {
  position: fixed;
  float: left;
  left: 0;
  width: 240px;
  height: 100%;
  z-index: 1000;
  background: #1565C0;
  -webkit-box-shadow: inset 0px 0px 9px 1px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: inset 0px 0px 9px 1px rgba(0, 0, 0, 0.59);
  box-shadow: inset 0px 0px 9px 1px rgba(0, 0, 0, 0.59);
  overflow-x: hidden;
}

.sidenav h2 {
  margin: 20px 0px 10px 10px;
  border-bottom: 1px solid #1976D2;
  color: #E8EAF6;
}

.loopthese {
  margin: 40px 0px;
}

.sidenav ul {
  list-style: none;
  width: 100%;
  margin: 0px 5px 5px 5px;
  padding: 5px 3px;
}

.sidenav ul li {
  border-bottom: 1px solid #1976D2;
}

.sidenav ul .active {
  background: #0D47A1;
}

.sidenav ul .last {
  border: none !important;
}

.sidenav ul li a {
  color: #E8EAF6;
  padding: 12px 4px;
  display: block;
}

.sidenav ul li a:hover {
  background: #0D47A1;
}

.sidenav ul li ul {
  border-left: 2px solid #E8EAF6;
  margin-top: 0px;
  display: none;
  background: #1565C0;
}

.sidenav ul .active ul {
  display: block !important;
}

.full-width-cont {
  position: relative;
  margin: 20px 0px;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #B0BEC5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.even {
  border-left: 2px solid #0D47A1;
}

.odd {
  border-left: 2px solid #E0E0E0;
}

.full-width-cont h3 {
  margin: 0;
  padding: 10px 0px;
}

.full-width-cont h3 i {
  margin-right: 7px;
}

.full-width-cont h3 a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.full-width-cont h3 a:hover {
  color: #0D47A1
}

.centered {
  display: block;
  position: relative;
  text-align: center;
}

.small {
  font-size: 0.8em;
  color: #607D8B;
  position: relative;
}

.empty {
  color: #90A4AE;
}

.full-width-container {
  position: relative;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0;
}


#backtotop {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 0px;
  z-index: 9999;
  background: #546E7A;
  padding: 0px 20px 5px 7px;
  border: 1px solid #90A4AE;
}

#backtotop i {
  font-size: 2em;
}

#backtotop a {
  color: #ffffff;
}

footer, .footer {
  width: 100%;
  margin: 80px 0px 0px 0px;
  background: #B0BEC5;
  border-top: 3px solid #90A4AE;
  padding: 10px 0px;
  color: #263238;
  font-weight: normal;
  text-align: center;
}

footer .container, .footer .container {
  margin-top: 5px;
  padding: 5px 0px;
}

footer h3, .footer h3 {
  font-size: 2em;
  margin: 5px 0px;
  padding: 0;
  color: #212121;
}

footer a, .footer a {
  color: #212121;
}

footer h4, .footer h4 {
  font-size: 1.3em;
  margin: 30px 0px 5px 0px;
  padding: 0;
  color: #212121;
}

footer .align-right p, .footer .align-right p {
  padding: 0;
  margin: 0;
}

.align-right {
  text-align: right;
}

.transparency {
  background: rgba(250, 250, 250, 0.9) !important;
}

.browser {
  display: block;
  width: 98%;
  margin: 2em auto;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.8em;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}
.browser img {
  float: left;
  width: auto;
  filter: none;
  margin: 0 0.5em 0 0;
}
.browser img {
  float: left;
  width: auto;
  filter: none;
  margin-top: 0.1em;
}
.browser h2 {
  margin: 0.2em;
  padding: 0;
}
.browser p {
  margin-bottom: 0.2em;
}
.browser#chrome {
  border-left: 3px solid #FCD209;
}
.browser#firefox {
  border-left: 3px solid #D25627;
}
.browser#safari {
  border-left: 3px solid #0066D4;
}
.browser#opera {
  border-left: 3px solid #F44242;
}
.browser#edge {
  border-left: 3px solid #0078D7;
}

kbd,
.key {
  color: #212121;
  font-size: 1.2em;
  font-family: monospace;
  background: #F9FBE7;
  border: 1px solid #78909C;
  padding: 3px 5px;
  border-radius: 4px;
  border-bottom: 2px solid #455A64;
  line-height: 150%;
}

#formcontrols {
  max-width: 900px;
}
#selectpage {
  max-width: 250px;
}
#showerrors {
  max-width: 300px;
}
#attachmentlist {
  max-width: 600px;
}

.arrow {
  padding: 0px 6px;
  font-size: 1.4em;
}

.contents {
  position: relative;
  padding: 20px;
}

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
  border: 1px solid #B0BEC5;
  line-height: 150%;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width:480px) {
  .rwd-table td:before {
    display: none;
  }
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

@media (min-width:480px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #F5F5F5;
  color: #212121;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #BDBDBD;
}

.rwd-table th,
.rwd-table td {
  margin: .5em 1em;
}

@media (min-width:480px) {
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.rwd-table th,
.rwd-table td:before {
  color: #212121;
}

@media only screen and (max-width:900px) {
  .container {
    width: 100%;
  }
}

@media only screen and (max-width:825px) {
  header .header-bar {
    height: 0px;
  }
  header .hiddentab {
    right: 0px;
  }
}

@media screen and (max-width:650px) {
  .addmargin {
    margin: 0 !important;
  }
  .sidenav {
    display: none;
  }
  #backtotop {
    display: none !important;
  }
  #catlogo {
    margin-left: 0px;
  }
}
