/* Border Radius
  ========================================================================== */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  height: 100%; }

body {
  line-height: 1;
  font-size: 12px; }

/* for sticky footer */
.page-wrap:after {
  content: "";
  display: block; }

h1 {
  font-size: 16px; }

h2 {
  font-size: 14px; }

h3 {
  font-size: 12px; }

.TabbedPanelsTab a span {
  color: #fff; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border: 0px;
  width: 100%;
  margin: 0 auto; }

table:last-of-type {
  /*margin-bottom: 30px;*/ }

tr td {
  /*background-color: #b8d4ea;*/ }

table tr th {
  /*border: 1px solid #fff;*/
  color: #ccc;
  text-align: left;
  padding: 5px 10px 0px 0px; }

table th {
  color: #333;
  background-color: #fff; }

table tr.main_header th, table th.main_header {
  background-color: #fff; }

table.contacts tr th {
  font-size: 100%; }

.no_bkgd {
  background-color: transparent; }

.white_bkgd {
  background-color: #fff; }

.gradient.float-left.first {
  float: none; }

.gradient.float-left {
  float: none;
  width: 100%; }

#body1 table.light_bkgd, #main1 table.light_bkgd, .light_bkgd {
  *background-color: #fff;
  	/* border-right: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      border-left: 1px solid #CCC;*/ }

#body1 > tbody > tr > td, #main1 > tbody > tr > td, #main1 table, #body1 table, table.stack-cells {
  /*background-color: #fff;*/
  /*border: 1px solid #fff;*/ }

.Frame_Left_Right .TabbedPanelsContentGroup {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  background-color: #fff; }

.Frame_Left_Right .TabbedPanelsContentGroup .member-image {
  display: none; }

.inline-block {
  display: inline-block; }

/* #General Styles
================================================== */
body {
  background-color: #fff;
  color: #000;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.55; }

html {
  min-height: 100%; }

.desktop {
  display: none; }

a.reset {
  text-decoration: underline;
  color: #fff; }

a.reset:hover {
  color: #00457c;
  text-decoration: none; }

.center {
  text-align: center; }

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: block; }

.col-3 {
  text-align: center; }

.col-full {
  margin: 0 10px; }

.col-left {
  padding-bottom: 30px;
  padding-left: 10px; }

.single {
  margin: 0 auto;
  max-width: 600px;
  padding: 30px 30px 40px;
  text-align: left; }

.single-center {
  margin: 0 auto;
  max-width: 600px;
  padding: 30px 30px 40px;
  text-align: center; }

.margin-none {
  margin: 10px; }

#UnitDetID {
  margin: 20px auto 0; }

#header1, #header1 td, #menubar1, #body1, #main1, #footer1 {
  border: 0px;
  border-bottom: 0px; }

#header1 {
  padding: 20px 0 0px; }

#header1, #menubar1 {
  margin: 0 auto;
  max-width: 1080px; }

#results-table {
  background-color: #fff; }

table#no-border, table#no-border tbody tr td {
  border: 0px; }

table.contacts {
  border: 1px solid #ccc; }

.Frame_Left, .Frame_Right {
  width: 50%; }

#footer1, #footer1 tbody tr td {
  background-color: #1f3556; }

.warning {
  border-bottom: 1px solid #d83131;
  padding: 10px; }

.warning:last-child {
  border-bottom: none; }

.warning p {
  margin: 0; }

.warning:nth-child(odd) {
  background-color: #f9f9f9; }

.alts:nth-child(odd), .alts:nth-child(odd) table {
  background-color: #f9f9f9; }

.privacy-text {
  max-width: 700px; }

.footer-text {
  color: #fff;
  padding: 30px 0;
  text-align: center; }

/* #Table Fixes for Mobile
================================================== */
/* Remove extra padding  */
.table-padding td, tr th, tr td, .table-padding input[type="submit"], .table-padding input[type="button"] {
  padding: 5px; }

.table-padding td, tr th, tr td {
  padding: 0px 5px 10px 0px; }

#TabbedPanels1 ul {
  list-style: none;
  margin-left: -10px;
  width: 400px; }

#TabbedPanels1 ul li {
  width: 35%; }

/*#TabbedPanels1 td, #TabbedPanels1 th {
    padding: 5px 5px;
}*/
/*#TabbedPanels1 input[type="button"] {
	padding: 2px 4px;
}*/
.stack-cells td, .stack-cells th {
  display: block;
  width: 100%; }

/*  Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #31486b;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: left; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  margin-bottom: 15px; }

h2 {
  display: none; }

h3 {
  background-color: #00477c;
  color: #fff;
  text-align: left;
  padding: 10px 0 10px 10px; }

.alerts h3 {
  background-color: #d83131; }

h4 {
  margin-bottom: 15px; }

h5 {
  margin-bottom: 15px; }

h6 {
  margin-bottom: 15px; }

.subheader {
  color: #777; }

p {
  margin: 0 0 20px 0; }

p img {
  margin: 0; }

p.lead {
  line-height: 27px;
  color: #777; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

.text-left {
  text-align: left; }

#body1 h2, #body1 h3 {
  text-align: left; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

#SelectBankAcct {
  margin-top: 10px; }

#SelectBankAcct label {
  background-color: #00457c;
  border: 1px solid #333;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 20px;
  max-width: 100%; }

/*  Links
================================================== */
a {
  color: inherit;
  text-decoration: none;
  outline: 0; }

a:hover {
  color: inherit; }

p a {
  line-height: inherit; }

a.underline {
  text-decoration: underline; }

footer a {
  color: #fff;
  display: inline-block; }

a.c1_hyperlink {
  color: #fff; }

/*  Lists
================================================== */
ol {
  list-style: decimal; }

ol[type="a"] {
  list-style-type: lower-alpha; }

ol, ul.square, ul.circle, ul.disc, ul {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px; }

/*
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
*/
li {
  line-height: 18px; }

ul.large li {
  line-height: 21px; }

li p {
  line-height: 21px; }

/*  Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

iframe {
  display: block;
  margin-bottom: 50px; }

/*  Buttons
================================================== */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-style: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 auto 5px;
  padding: 0px 21px;
  height: 38px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #96a1b1; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

#SearchOptionDate {
  max-width: 100px; }

span.details {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 100%;
  margin-bottom: 2px;
  padding: 2px; }

span.details:hover {
  color: #5caf5c; }

.pagination {
  background-color: #4b6894; }

/*  Forms
================================================== */
#formlogon {
  background-color: #5786ab;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  max-width: 440px;
  padding: 30px; }

#formlogon input {
  margin: 10px auto;
  padding: 8px 4px;
  width: 90%; }

#formlogon input[type="submit"] {
  margin: 20px auto;
  width: 92%; }

#formlogon input[type="submit"]:hover {
  color: #444;
  font-weight: 600; }

.edit-details input[type="button"], input.edit-details, .edit-details input[name="Editbtn"] {
  margin: 0px 0px;
  padding: 0px 4px;
  width: 43%; }

.delete-item img {
  margin: 5px 0px 0px; }

button.delete-item {
  background-color: #585e67;
  height: 22px;
  padding: 3px 10px; }

button.delete-item a {
  color: #fff; }

input[type="button"].remove-item, input[type="button"].select-item {
  margin: 0px 0px;
  padding: 3px 6px 20px 6px; }

#View, #switchsubmit {
  display: block;
  min-width: 200px;
  width: 200px; }

#View {
  margin-top: 30px; }

.logon-details {
  padding-top: 20px;
  margin-bottom: 10px; }

.td {
  border: none; }

fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #777;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
  padding: 2px 4px;
  -webkit-appearance: none;
  width: 90%; }

input[type="submit"],
input[type="button"] {
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #585e67;
  color: #fff;
  outline: none;
  padding: 2px 14px;
  -webkit-appearance: none; }

input[type="text"], input[type="password"] {
  max-width: 90%; }

select[name="UnitDisplay"], select[name="ReceiptTable_length"] {
  max-width: 200px; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

textarea {
  min-height: 60px; }

label,
legend {
  display: block; }

select {
  max-width: 200px; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

input[type="text"].max100, .max100 {
  max-width: 100px; }

div#calendar_monthyear, div#calendar_attendancemonth {
  position: absolute;
  visibility: hidden;
  width: 240px; }

table.CALcpBorder {
  border: 1px solid #666;
  background-color: transparent; }

/*--- Header ---*/
div.header-wrapper {
  background-color: #585e67;
  margin: 0px;
  padding: 0;
  position: relative; }

div.logo-wrapper {
  float: left; }

div.logo-wrapper img {
  display: inline-block; }

div.logo {
  display: none; }

div.logo-mobile {
  position: absolute;
  top: 15px; }

/*--- Navigation ---*/
.mobile-bar {
  text-align: right;
  padding: 10px; }

.mobile-bar a {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-right: 10px; }

.mobile-bar a:hover {
  color: #fff; }

nav.mobile-menu {
  display: none; }

.show-menu {
  display: block; }

.logout-button {
  color: #333;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  height: auto;
  padding: 2px 12px;
  position: absolute;
  top: 14px;
  right: 56px; }

#TabbedPanels1 .TabbedPanelsTab {
  position: relative;
  color: #fff;
  top: 1px;
  float: left;
  padding: 12px 18px;
  margin: 0px 1px 1px 0px;
  /* font: bold 0.7em sans-serif; */
  font: bold 16px sans-serif;
  background-color: #4b6894;
  list-style: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: pointer;
  width: 35%; }

#TabbedPanels1 .TabbedPanelsTab li:last-child {
  margin: 0px 1px 40px 0px; }

#TabbedPanels1 .TabbedPanelsTab.TabbedPanelsTabSelected {
  background-color: #99b1d6; }

/* ------- Accordian Mobile Menu  ------- */
button.accordion-no-sub {
  background-color: #eee;
  border: none;
  border-radius: 0px;
  color: #444;
  cursor: pointer;
  font-size: 15px;
  margin: 0 auto 2px;
  outline: none;
  padding: 0 0 0 28px;
  text-align: left;
  transition: 0.2s;
  width: 100%; }

button.accordion {
  background-color: #eee;
  border: none;
  border-radius: 0px;
  color: #444;
  cursor: pointer;
  font-size: 15px;
  margin: 0 auto 2px;
  outline: none;
  padding: 0px 18px 0px;
  text-align: left;
  transition: 0.2s;
  width: 100%; }

button.accordion.active,
button.accordion:hover {
  background-color: #999; }

button.accordion:before {
  border: 1px #777 solid;
  border-radius: 10px;
  content: '\02795';
  font-size: 8px;
  color: #999;
  float: left;
  margin: 0 10px 0;
  padding: 0px 6px 0px 4px; }

button.accordion.active:before {
  content: "\2796"; }

div.panel {
  margin-left: 30px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0px;
  transition: 0.1s ease-in-out; }

div.panel.show {
  opacity: 1;
  max-height: 2000px; }

a {
  color: #777;
  display: block;
  font-family: arial;
  text-decoration: none; }

a.sub {
  background-color: #fff;
  padding: 9px 28px 7px 28px; }

a.sub:hover {
  background-color: #eee; }

a.sub:last-child {
  border-bottom: 0px; }

div a.sub {
  margin-bottom: 2px; }

/*--- Content ---*/
div.content-wrapper {
  position: relative; }

.content {
  max-width: 1080px; }

/*--- Footer ---*/
div.footer-wrapper .container {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

div.footer-widget-wrapper {
  padding-top: 35px; }

div.footer-widget-wrapper .custom-sidebar-title {
  font-size: 16px;
  margin-bottom: 10px; }

/*--- Copyright ---*/
div.copyright-container {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 11px;
  font-weight: bold; }

div.copyright-left {
  text-align: left;
  float: left;
  margin-left: 10px; }

div.copyright-right {
  text-align: right;
  float: right;
  margin-right: 10px; }

/* Divider */
div.divider {
  position: relative;
  margin-top: 8px; }

div.scroll-top {
  position: absolute;
  top: -19px;
  right: 2px;
  cursor: pointer;
  font-size: 10px; }

/* Responsive anything video fix */
.anythingSlider .fluid-width-video-wrapper {
  padding: 0px !important; }

.rsswidget img {
  float: left;
  margin-right: 5px;
  margin-top: 4px; }

/* Personnel */
div.personnel-item {
  border-width: 1px;
  border-style: solid;
  margin: 9px; }

div.personnel-item .personnel-position {
  text-align: center;
  font-size: 15px;
  margin-bottom: 22px; }

div.personnel-item .personnel-thumbnail {
  margin: 0px 0px 15px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-style: solid; }

div.personnel-item .personnel-thumbnail img {
  display: block; }

div.personnel-item .personnel-title {
  text-align: center;
  margin: 25px 15px 3px;
  font-size: 24px;
  line-height: 1; }

div.personnel-item .personnel-content {
  margin: 0px 15px;
  padding-bottom: 15px; }

/*---------------------------------- Media Queries -----------------------------------------*/
.gradient h3 {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 62%, #dddddd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 62%, #dddddd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 62%, #dddddd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
  /* IE6-9 */
  border-left: 6px solid #00477c;
  border-radius: 6px 6px 0px 0px;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 10px 0 10px 10px;
  text-align: left; }

.gradient.alerts h3 {
  border-left-color: #d83131; }

.gradient {
  /*border-left: 6px solid #00477c;*/
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  margin-bottom: 20px; }

tr th, tr td {
  padding: 8px;
  border-right: 2px solid #fff; }

table tr td {
  border-right: 2px solid #fff; }

table tr td:last-child, table tr th:last-child {
  border-right: 0px; }

table tr th {
  color: #fff;
  background-color: #859bbd;
  padding: 5px; }

table tr.main_header th, table th.main_header {
  background-color: #00477C;
  padding: 4px 4px 4px 8px;
  border-bottom: 1px solid #fff; }

tr.alts td {
  /*padding: 0;*/ }

/* Remove Table fix for Mobile */
table.stack-cells th.main_header, table.stack-cells tr.main_header th {
  display: table-cell;
  width: 35%;
  padding: 6px 12px; }

.alerts table {
  width: 100%; }

.alerts table tr td {
  padding: 0; }

@media (min-width: 800px) {
  .gradient.float-left {
    float: right;
    width: 49%; }

  .gradient.float-left.first {
    margin-right: 1%;
    float: left; }

  /*--- Navigation ---*/
  .mobile-bar {
    display: none; }

  nav.mobile-menu {
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    z-index: 1; }

  button.accordion-no-sub {
    background-color: #585e67;
    float: left;
    max-width: 120px; }

  button.accordion-no-sub:hover {
    background-color: #4b545f; }

  button.accordion-no-sub a {
    color: #fff; }

  button.accordion.top-level {
    background: #585e67;
    color: #fff;
    display: inline-block;
    float: left;
    position: relative;
    width: auto;
    z-index: 100; }

  button.accordion {
    background-color: #919396;
    color: #fff;
    display: block;
    float: none;
    position: relative;
    width: 100%;
    z-index: 100; }

  button.accordion::before {
    border: 0px;
    color: #fff;
    content: '\25bc';
    float: left;
    margin: 2px 5px 0;
    position: relative; }

  button.accordion a {
    color: #fff; }

  button.accordion.active:before {
    content: "\25b2"; }

  button.accordion:hover {
    background: #4b545f;
    color: #fff; }

  button.accordian.acc-sub {
    display: block;
    width: 100%; }

  div.panel button.accordion:hover {
    display: block; }

  button.accordion .sub:hover a {
    color: #fff; }

  button.accordion a.sub {
    display: block;
    padding: 18px 30px;
    color: #fff;
    text-decoration: none; }

  button.accordion button.accordion {
    background: #5f6975;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50px; }

  div.panel button.accordion {
    font-size: 11px; }

  .desktop {
    display: block; }

  div.col-3 {
    width: 33.333336%;
    display: inline-block;
    float: left;
    padding-left: 0px; }

  div.col-3.rank {
    width: 20%;
    text-align: right; }

  div.col-3.welcome {
    width: 25%; }

  div.col-full {
    max-width: 1080px;
    margin: 0 auto; }

  div.col-3.logo {
    color: #00477C;
    display: block;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
    width: 40%; }

  div.col-3.logo p {
    margin: 5px 0 0px 0; }

  .logo-mobile {
    display: none; }

  /*#header1 { padding: 40px 0 10px; }*/
  #UnitDetID {
    margin: 20px auto 20px; }

  #SelectBankAcct {
    margin: 60px auto;
    max-width: 440px; }

  span.details {
    float: none; }

  .Frame_Left_Right .TabbedPanelsContentGroup {
    position: relative; }

  .Frame_Left_Right .TabbedPanelsContentGroup .member-image {
    /*background-color: #fff;*/
    /*padding: 10px 0px 3px;*/
    vertical-align: top;
    position: absolute;
    top: 55px;
    left: 360px;
    /*border: 2px solid #333;*/
    display: block;
    width: 120px; }

  div.panel {
    background-color: #ccc;
    position: absolute;
    top: 41px;
    width: auto;
    z-index: 200000; }

  div.personnel.panel {
    left: 90px; }

  div.training.panel {
    left: 212px; }

  div.unit.panel {
    left: 225px; }

  div.activities.panel {
    left: 318px; }

  div.system.panel {
    left: 566px; }

  div.panel.show {
    display: block; }

  div.panel.sub {
    position: relative;
    top: 0;
    left: 0; }

  a.sub {
    background-color: #919396;
    color: #fff; }

  a.sub:hover {
    background: #4b545f; }

  input[type="submit"],
  input[type="button"] {
    padding: 4px 18px; }

  .edit-details input[type="button"], input.edit-details, .edit-details input[name="Editbtn"] {
    margin: 0px 0px;
    height: 22px;
    padding: 0px 4px;
    width: 80%;
    max-width: 50px;
    min-width: 35px; }

  #TabbedPanels1 ul {
    margin-left: 0px; }

  #TabbedPanels1 input[type="button"].edit-details {
    font-size: 100%;
    margin: 0px 0px;
    padding: 6px 18px;
    max-width: 120px;
    height: auto; }

  #TabbedPanels1 ul.MemberTabbedPanelsTabGroup {
    width: 100%; }

  #TabbedPanels1 .MemberTabbedPanelsTabGroup li:last-child {
    margin: 0px 1px 30px 0px; }

  #TabbedPanels1 .TabbedPanelsTab {
    padding: 10px;
    margin: 0px 1px 1px 0px;
    /* font: bold 0.7em sans-serif; */
    font: normal 12px sans-serif;
    width: 100px; }

  .logout-button {
    top: 10px;
    left: auto;
    right: 30px; }

  h1, h2, h3, h4, h5, h6 {
    /*text-align: center;*/
    color: #333; }

  h2 {
    color: #00477C;
    display: block;
    font-family: McLaren, Helvetica, sans-serif;
    margin: 15px 0;
    text-align: left; } }
/*
	Button styles
*/
.button {
  width: auto;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background: #585e67;
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
  cursor: pointer; }

.button:hover {
  color: white;
  background: #96a1b1; }

a.button {
  display: inline-block; }

.table {
  margin-top: 10px; }
  .table tr:nth-child(odd) {
    background-color: #f9f9f9; }
  .table tr:nth-child(even) {
    background-color: #fff; }
  .table tr:hover {
    background: #eee; }
  .table th {
    font-size: 12px; }
    .table th a {
      color: #fff; }
  .table td {
    word-break: break-word; }
    .table td a:not([class]),
    .table td a.c1_hyperlink,
    .table td input[type="button"].link,
    .table td button.link {
      color: #00477C;
      display: inline-block;
      text-decoration: underline;
      vertical-align: middle;
      background: none;
      border: none;
      width: auto;
      height: auto;
      padding: 0; }
      .table td a:not([class]):hover,
      .table td a.c1_hyperlink:hover,
      .table td input[type="button"].link:hover,
      .table td button.link:hover {
        text-decoration: none; }

table {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  table.bordered {
    border: 1px solid #ccc; }
  table.squared {
    border-radius: 0; }
  table.no-padding td {
    padding: 0; }
  table .Frame_Full_Box, table .title-row {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 62%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 62%, #dddddd 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 62%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
    border-left: 6px solid #00477c;
    border-bottom: none;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: left; }
    table .Frame_Full_Box.alert, table .title-row.alert {
      border-left-color: #d83131; }
    table .Frame_Full_Box *, table .title-row * {
      float: left;
      text-align: left;
      font-weight: bold; }
  table .full-width {
    width: 100%;
    max-width: 100%; }
  table tr td h4 {
    margin-top: 20px; }
  table tr th {
    background-color: #00477C;
    border-bottom: 1px solid #fff; }

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-color: #00477C; }

.dataTables_wrapper select {
  width: auto; }
.dataTables_wrapper .dataTables_length {
  float: left; }
.dataTables_wrapper .dataTables_filter {
  float: right; }
.dataTables_wrapper .dataTable {
  clear: both; }

.col-full a {
  color: #3333ff;
  display: inline-block; }
.col-full pre {
  text-align: left;
  font-family: monospace;
  font-size: 1rem; }
.col-full .text-white {
  color: #fff !important; }

div a.sub {
  display: block; }

#calendar_monthyear {
  background: #fff; }

div.col-full {
  width: 100%;
  margin: 0 auto;
  overflow: auto; }
  div.col-full h2 {
    display: block;
    padding: 20px 0; }

.tabs .tabs__controls {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  border: 0;
  border-radius: 0;
  background: transparent; }
  @media (min-width: 800px) {
    .tabs .tabs__controls {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: center; } }
  .tabs .tabs__controls li {
    display: block;
    width: 100%;
    background: #4b6894;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
    border: 0;
    border-radius: 0; }
    @media (min-width: 800px) {
      .tabs .tabs__controls li {
        padding: 0;
        margin: 0 2px 0 0; } }
    .tabs .tabs__controls li.ui-state-active {
      background: #3a5072;
      border-bottom: 2px solid #ccc; }
    .tabs .tabs__controls li a {
      color: #fff;
      display: inline-block;
      line-height: 36px;
      width: 100%;
      font-size: 13px;
      font-weight: normal; }
.tabs.ui-widget-content {
  background: transparent; }

h3 {
  background: none; }

iframe {
  width: 100%; }

.scrollable {
  overflow-y: auto; }

select {
  padding: 3px 24px 3px 3px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-image: url("/inc/css/img/down-arrow.svg");
  background-position: center right;
  background-size: 20px 14px; }

b, strong {
  font-weight: bold; }

.alert {
  width: 100%;
  padding: 5px 0;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: relative; }
  .alert p {
    margin: 0; }
  .alert.error {
    background: #F66359; }
  .alert.message {
    background: #47A8F5; }
  .alert .close {
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer; }

a.button {
  color: #fff; }

.ui-widget {
  font-family: inherit;
  font-size: inherit; }

.ui-widget.ui-widget-content,
.ui-widget-content {
  border: none; }

.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #c5dbec; }
  @media (min-width: 800px) {
    .ui-datepicker.ui-widget.ui-widget-content {
      width: 240px; } }

.ui-datepicker-trigger {
  cursor: pointer; }

.ui-dialog {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0 auto;
  max-width: 80%; }

img[class$="-icon"] {
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.stack-cells td,
.stack-cells th {
  display: table-cell; }

.fileupload-wrapper {
  position: relative; }
  .fileupload-wrapper .fileupload-button {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0; }
    .fileupload-wrapper .fileupload-button img {
      height: 35px;
      vertical-align: middle; }
  .fileupload-wrapper input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }
  .step-header .left,
  .step-header .right {
    width: 30%; }
  .step-header .left {
    text-align: left; }
  .step-header .right {
    text-align: right; }
  .step-header .middle {
    width: 40%; }
  .step-header .step-title {
    text-align: center; }
  .step-header .step-button {
    background: none;
    color: blue;
    display: inline;
    margin: 0;
    padding: 0;
    text-align: right; }
    .step-header .step-button:hover {
      text-decoration: underline; }
    .step-header .step-button.prev {
      text-align: left; }
      .step-header .step-button.prev::before {
        content: '\02190'; }
    .step-header .step-button.next::after {
      content: '\02192'; }

.button-block {
  display: block;
  width: 100%;
  margin: 20px 0; }

.ui-button.ui-dialog-titlebar-close {
  font-size: 0; }

.no-margin {
  margin: 0; }

input[type="submit"][disabled],
input[type="button"][disabled] {
  background: #999;
  cursor: not-allowed; }
  input[type="submit"][disabled]::hover,
  input[type="button"][disabled]::hover {
    background: #999; }

/*# sourceMappingURL=app.css.map */
