﻿@font-face {
    font-family: 'latoblack';
    src: url('lato-black-webfont.woff2') format('woff2'), url('lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack_italic';
    src: url('lato-blackitalic-webfont.woff2') format('woff2'), url('lato-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('lato-regular-webfont.woff2') format('woff2'), url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('lato-bolditalic-webfont.woff2') format('woff2'), url('lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('lato-italic-webfont.woff2') format('woff2'), url('lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.woff2') format('woff2'), url('lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('lato-lightitalic-webfont.woff2') format('woff2'), url('lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.woff2') format('woff2'), url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latohairline';
    src: url('lato-thin-webfont.woff2') format('woff2'), url('lato-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latohairline_italic';
    src: url('lato-thinitalic-webfont.woff2') format('woff2'), url('lato-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prataregular';
    src: url('lato-regular-webfont.woff2') format('woff2'), url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'latoregular', sans-serif;
    font-size: 14px;
    height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}

body {
    font-family: 'latoregular', sans-serif;
    font-size: 14px;
    height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.rowSpacing{
    height:20px;
}

.displaynone{
    display:none;
} 
.Footer {
    font-family: 'latoregular', sans-serif;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    margin: auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #7f7f7f;
    color: white;
}

.rootnumberbutton12 {
    border: 1px dotted lightgray;
    background-color:white;
    font-family: 'latobold', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:black;
    text-align: center;
    padding:3px 5px 3px 5px;
}
.rootnumberbutton14 {
    border: 1px dotted lightgray;
    background-color: white;
    font-family: 'latobold', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-align: center;
    padding: 10px 5px 10px 5px;
}
.button {
    background-color: #ff7c43;
    border-radius: 5px;
    border: 1px solid #d55b26; 
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'latoregular', sans-serif;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #283966;*/
    text-shadow: 1px 1px 3px #505152;
    text-align: center;
}

.smallbutton {
    background-color: #fba17a;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #d55b26;
    display: inline-block;
    color: #ffffff;
    font-family: 'latobold', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.modalPopup {
    text-align: center;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 1000px;
    display: none;
}

.modalPopupLoad {
    text-align: center;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.headerlinkactive {
    background-color: #ff7c43;
}

.tabbutton {
    background-color: #f2f6ff; /*selected #bfd3ff*/
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    border: 1px solid #a6c1ff;
    display: inline-block;
    cursor: pointer;
    color: #606266;
    font-family: 'latobold', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    /*text-shadow: 0px 1px 0px #283966;*/
    text-align: center;
}
/** 
    Below are all the fonts setting ***/

.ErrorPanel {
    background-color: #f8dadc;
    font-family: 'latobold', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c05d5d;
    padding: 5px 5px 5px 5px;
    /*text-shadow: 4px 4px 4px #aaa;*/
}

.ErrorBullet {
    background-color: #f8dadc;
    font-family: 'latobold', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c05d5d;
    padding-top: 5px;
    padding-bottom: 5px;
    /*text-shadow: 4px 4px 4px #aaa;*/
}

.HeaderLabel14 {
    font-family: 'latoregular', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.HeaderLabel18 {
    font-family: 'latoregular', sans-serif;
    font-size: 18px;
    font-weight:bold;
}

.Asterix {
    font-family: 'latoregular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: red;
    /*text-shadow: 4px 4px 4px #aaa;*/
}
.Content14 {
    font-family: 'latoregular', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.Content12 {
    font-family: 'latoregular', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.ContentItalic12 {
    font-family: 'latoregular', sans-serif;
    font-size: 12px;
    font-style:italic;
    font-weight: 400;
}

.ContentLabel12 {
    font-family: 'latobold', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.ContentLabel14 {
    font-family: 'latobold', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.LinkButton14White {
    font-family: 'latobold', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: white;
}
.LinkButton12Grey {
    font-family: 'latobold', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: gray;
}
.Content14White {
    font-family: 'latoregular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: White;
    /*text-shadow: 4px 4px 4px #aaa;*/
}


