﻿@font-face {
  font-family: 'Figtree'; /*a name to be used later*/
  src: url('../../Fonts/Figtree-Regular.ttf'); /*URL to font*/
}

@font-face {
  font-family: 'Righteous'; /*a name to be used later*/
  src: url('../../Fonts/Righteous-Regular.ttf'); /*URL to font*/
}

body {
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 15px;
  /*color: #555555;*/
  font-family: Figtree, sans-serif;
  background-color: white;
  width: 100%;
}

td {
  /*font-family: Figtree, sans-serif;
	font-size: 12px;
	color: #555555;*/
  font-family: Figtree, sans-serif;
  font-size: 15px;
  color: #000000; /*#666666;*/
}

.header {
  font-family: Righteous, sans-serif;
  font-size: 15px;
  color: #000000; /*4682bf; b1005d;*/
  font-weight: bold;
  letter-spacing: 1px;
}

.header2 {
  font-family: Righteous, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
}


.header3 {
  font-family: Righteous, sans-serif;
  font-size: 12px;
  color: #030394;
  line-height: 22px;
}

.header4 {
  font-family: Righteous, sans-serif;
  font-size: 14px;
  color: #555555;
  font-weight: bold;
  line-height: 25px;
}


.reg-container {
  border-right: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;
  border-top: #000000 1px solid;
  background-color: #ffffff;
}

.reg-header {
  text-align: left;
  background-color: #215134;
}

.reg-tabs {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
}

.tab {
  color: #FFFFFF;
  width: 120px;
  height: 20px;
  line-height: 20px;
}

.title {
  font-family: Figtree, sans-serif;
  font-size: 12px;
  color: #b1005d;
  font-weight: bold;
}


.title2 {
  color: #b1005d;
  text-decoration: underline;
  cursor: default;
}


.hover {
  font-family: Figtree, sans-serif;
  font-size: 12px;
  color: #b1005d;
  font-weight: bold;
  cursor: pointer;
}


a:link {
  color: #666666; /*#b1005d;*/
}

a:visited {
  color: #666666; /*#b1005d;*/
}

a:hover {
  color: #666666; /*#b1005d;*/
}



a:link.tab-on {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

a:visited.tab-on {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

a:hover.tab-on {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

a:link.tab-off {
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}

a:link.tab-active {
  color: #ffffff;
  text-decoration: none;
  cursor: default;
  font-weight: bold;
  white-space: nowrap;
  background-color: #030394;
}

.reg-content {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  width: 100%
}

.reg-content2 {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  width: 100%
}


.tmg-footer {
  font-size: 11px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: text-bottom;
  background-color: #233039;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-left: 3px;
}

.footer {
  background-color: #016565;
}

.step-title {
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #010090;
}

.fieldLabel {
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  padding-top: 8px;
}

.fieldInput {
}

.required {
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: red;
}

.success {
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4b5e69;
}

.blue-text {
  color: #0077C0;
  font-weight: bold;
}

.red-text {
  color: #ec6410;
  font-weight: bold;
}

.green-text {
  color: #00705D;
  font-weight: bold;
}

.grid {
  border-collapse: collapse;
  border-right: #B8B9BA 1px solid;
  border-top: #B8B9BA 1px solid;
  border-left: #B8B9BA 1px solid;
  border-bottom: #B8B9BA 1px solid;
  table-layout: auto;
}

.grid-header {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background-color: #000000; /*#000080;*/
}

.grid-header1 {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  background-color: #D3D3D3; /*66BBDA*/
}

.grid-header-white {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.grid-sub-header {
  font-weight: bold;
}

.grid-row-shade {
  background-color: #FFFFFF;
}

.grid-col {
  border-top: solid 1px #dcdcdc;
  /*border-bottom: solid 1px #dcdcdc;*/
}

.grid-header-spouse {
  background-color: #dcdcdc;
  color: #000000;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  visibility: hidden;
  display: none;
}

.grid-header-white-spouse {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.grid-col-spouse {
  border-top: solid 1px #dcdcdc;
  /*border-bottom: solid 1px #dcdcdc;*/
  visibility: hidden;
  display: none;
}

/* INPUT STYLES */

input {
  font-size: 15px;
  font-family: Figtree, sans-serif;
}

select {
  font-size: 15px;
  font-family: Figtree, sans-serif;
}

textarea {
  font-size: 15px;
  font-family: Figtree, sans-serif;
}

.button {
  font-size: 16px;
  font-family: Figtree, sans-serif;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  border: solid 1px #000000; /*#000080;*/
  background-color: #000000; /*#000080;*/
  color: #ffffff;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.dvhdr1 {
  background: #dcdcdc;
  color: #000000;
  font-weight: bold;
  border: 1px solid #000000;
  padding: 5px;
  width: 600px;
}

.dvbdy1 {
  background: #FFFFFF;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top: 0px solid #000000;
  padding: 5px;
  width: 600px;
}

.activity {
  cursor: default;
  font-family: Figtree, sans-serif;
  font-size: 11px;
  color: #030394;
  text-decoration: underline;
}

.sectionheader {
  background-image: url(sectionheader_bk2.gif);
  background-repeat: no-repeat;
  height: 32px;
  color: #ffffff; /*#ffffff;*/
  font-size: 14px;
  padding-left: 12px;
  padding-top: 4px;
  font-weight: bold;
}

.sectionheader1 {
  height: 32px;
  color: #000000; /*#ffffff;*/
  font-size: 16px;
  padding-left: 12px;
  padding-top: 0px;
  font-weight: bold;
}

.sectionheaderlong {
  background-image: url(sectionheader_bk1.gif);
  background-repeat: no-repeat;
  height: 32px;
  color: #ffffff; /*#ffffff;*/
  font-size: 14px;
  padding-left: 12px;
  padding-top: 4px;
  font-weight: bold;
}

.subfieldInput {
  text-align: left;
  font-size: 11px;
}

.AllUpperCase {
  text-transform: uppercase;
}

table.minimalistBlack {
  border: 1px solid #000000;
  width: 80%;
  text-align: left;
  border-collapse: collapse;
}

  table.minimalistBlack td, table.minimalistBlack th {
    border: 1px solid #000000;
    padding: 7px 10px;
  }

  table.minimalistBlack tbody td {
    font-size: 14px;
    color: #000000; /*#b1005d;*/
  }

  table.minimalistBlack thead {
    border-bottom: 1px solid #000000;
  }

    table.minimalistBlack thead th {
      font-size: 16px;
      font-weight: bold;
      color: #000000; /*#EFEFEF;*/
      text-align: left;
      border-left: 0px solid #D0E4F5;
      background-color: #000000; /*#B1005B;*/
    }

      /*table.minimalistBlack tr:hover {
		background-color: #000000; #000080;
	}*/

      table.minimalistBlack thead th:first-child {
        border-left: none;
      }

  table.minimalistBlack tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border-top: 3px solid #000000;
  }

    table.minimalistBlack tfoot td {
      font-size: 14px;
    }


.SessionDay {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 24px;
  padding: 6px;
  text-align: center;
}

.sessionDesc {
  padding: 5px;
  color: #666666;
  display: none;
  border: 1px dotted silver;
}

/* Badge styles */
.badge1line {
  font-size: 38px;
  color: Black;
  font-family: Figtree, sans-serif;
  font-weight: bold
}

.badge2line {
  font-size: 36px;
  color: Black;
  font-family: Figtree, sans-serif;
  font-weight: bold
}

.badge3line {
  font-size: 13px;
  color: Black;
  font-family: Tahoma;
  padding: 2px;
  font-style: italic;
}

.badge4line {
  font-size: 13px;
  color: Black;
  font-family: Tahoma;
  padding: 2px;
  font-style: italic;
}

.badge5line {
  font-size: 26px;
  color: #000000;
  font-family: Figtree, sans-serif;
}

.grid-badge {
  border-collapse: collapse;
  border-right: #D3D3D3 1px solid;
  border-top: #D3D3D3 1px solid;
  border-left: #D3D3D3 1px solid;
  border-bottom: #D3D3D3 1px solid;
  table-layout: auto;
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.28);
}

.grid-badge-header {
  background-color: #00a673;
  color: #ffffff;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}

.warning {
  background-color: #F0F0A7;
  border-bottom: #990000 thin solid;
  border-left: #990000 thin solid;
  border-top: #990000 thin solid;
  border-right: #990000 thin solid;
  padding: 10px;
  color: Red;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.sucess {
  background-color: #F6B933;
  border-bottom: #D3D3D3 thin solid;
  border-left: #D3D3D3 thin solid;
  border-top: #D3D3D3 thin solid;
  border-right: #D3D3D3 thin solid;
  padding: 20px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  font-size: 20px;
}

.validation_summary {
  background-color: #F0F0A7;
  border-bottom: #990000 thin solid;
  border-left: #990000 thin solid;
  border-top: #990000 thin solid;
  border-right: #990000 thin solid;
  font-weight: bold;
  padding: 10px;
  color: Red;
}

hr {
  height: 1px;
  background-color: #CCC;
  color: #CCC;
  border: 0;
}

.transparentBox {
border: 0px none;
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
outline: none;
width: 0px;
height: 0px;
}
