@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/css/Material-Icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.mdl-snackbar {
  max-height: 600px !important;
}

.mdl-snackbar .mdl-snackbar__text {
  padding: 20px !important;
}

.mdl-snackbar .mdl-snackbar__action {
  background-color: #030202;
  color: #929191;
  padding: 10px !important;
  margin: 10px !important;
  overflow: inherit !important;
}

.green {
  background-color: #4caf50;
}

.green button {
  background-color: #2D9434 !important;
  color: #A9E2AD !important;
}

.yellow {
  background-color: #ffeb3b;
}

.yellow button {
  background-color: #B6A403 !important;
  color: #424242 !important;
}

.yellow div {
  color: #000000;
}

.red {
  background-color: #f44336;
}

.red button {
  background-color: #A90F03 !important;
  color: #FF8F86 !important;
}

.div_error
{
  color: #f44336; 
}

.dp-modal
{
  z-index: 10000; 
}

.dp-cal-year, .dp-cal-month {
  color: rgb(64,196,255) !important;
  text-decoration: underline !important;
}

.dp-cal-year:hover, .dp-cal-month:hover {
  color: #ffffff !important;
}

.ftz-bg {
  background-image: url('../images/ftz_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 0;
}

.mdl-layout__content {
  padding: 20px 10px !important;
}

.mdl-chip__text {
  font-size:  15px !important;
}

.mdl-button.full {
  width: 100% !important;
  padding: 0 !important;
}

.mdl-color-text--primary.full {
  display: inline-block !important;
  width: 100% !important;
  margin-top: 15px !important;
  padding: 10px 0px !important;
  text-align: center !important;
}

.mdl-layout__content, .mdl-tabs__panel {
	padding: 24px;
	flex: none;
}

.mdl-layout__header-row {
  padding: 0;
}

.mdl-layout__header-row .mdl-layout__content {
  padding-left: 0;
  text-align: right;
}

.mdl-layout__header-row .mdl-layout__content a {
  color: #ffffff;
  text-decoration: none;
}

.mdl-layout__title, .mdl-layout-title {
  padding: 24px;
}

h4 {
  margin: 20px 0 10px !important;
}

.pre-text {
}

.list-icon {
  padding-left: 10px;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
}

.rfv {
  position: absolute;
}

.rfv img {
  margin: 4px 0 0 -6px;
}

.mdl-list__item a, .mdl-data-table a {
  text-decoration: none;
}

.mdl-list__item.is-selected, .mdl-data-table tr.is-selected {
  background-color: #e0e0e0;
}

.mdl-data-table {
  font-size: 14px !important;
  border-collapse: separate !important;
}

.mdl-data-table th {
  font-size: 14px !important;
  color: unset !important;
  height: unset !important;
  line-height: 20px !important;
}

.mdl-data-table tbody tr, .mdl-data-table td {
  height: unset !important;
}

.mdl-data-table td {
  border-bottom: unset !important;
}

.mdl-data-table thead {
  padding-bottom: unset !important;
}

.mdl-data-table th:last-of-type {
  padding: 10px !important;
}

.mdl-data-table td, .mdl-data-table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: unset !important;
}

.mdl-color-text--primary {
  color: rgba(0,0,0,.54)!important;
}

.mdl-textfield__label {
  color: rgba(0,0,0,.54)!important;
}

.mdl-textfield__input {
  border-bottom: 1px solid rgba(0,0,0,.54)!important;
}

.mdl-tabs__tab {
  padding: 0 10px!important;
}

.table-registration
{
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
}

.table-registration th
{
  padding: 10px;
  background-color: rgba(0,0,0,.12);
}

.table-registration td
{
  padding: 10px;
  border-top: 1px solid rgba(0,0,0,.12);
}

.table-registration td.child
{
  padding: 10px !important;
}

.table-registration td:first-child
{
  padding: 10px 5px 10px 10px;
}

.table-registration td:last-child
{
  padding: 10px 10px 10px 5px;
}

.table-registration tr.tr-training-link a
{
  display: block;
  height: 40px;
}

.table-registration a span
{
  color: rgba(0,0,0,.47);
}

.span-training
{
  font-size: 16px;
}

a
{
  text-decoration: none;
}

.divOnlinePaymentTotal
{
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  padding: 10px;
  margin-bottom: 10px;
}

.divOnlinePaymentTotal.green
{
  background-color: #4caf50 !important;
  border-color: #15781B !important;
}

.divOnlinePaymentTotal.green .status
{
  color: #15781B !important;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.divOnlinePaymentTotal.yellow
{
  background-color: #ffeb3b !important;
  border-color: #B6A403 !important;
}

.divOnlinePaymentTotal.yellow .status
{
  color: #B6A403 !important;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.divOnlinePaymentTotal.red
{
  background-color: #f44336 !important;
  border-color: #A90F03 !important;
}

.divOnlinePaymentTotal.red .status
{
  color: #A90F03 !important;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.divOnlinePaymentTotal .status span
{
  font-weight: normal;
}

#divOnlinePaymentTotalHeading
{
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  margin-bottom: 5px;
}

#divOnlinePaymentTotalValues
{
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}