﻿
html, body, form {
    height: 99%;
    min-width: 1170px;
    margin: 0px;
}

a {
    text-decoration: none;
}

img {
    border-style: none;
}

.loadingDiv {
   height: 100%; 
   width: 100%;
   position: absolute;
   z-index: 2000;
}

.taskBarLogo {
    background-color: #FFFFFF; 
    float: left; 
    height: 50px; 
    margin-top:8px;
    margin-right:20px;
}

.taskBarLogo:hover {
    cursor: pointer;
}
.taskBarGreenButton {
   background-color: #29b4b4; 
   height: 37px; 
   width: 100px; 
   color: #FFFFFF; 
   border-radius: 3px; 
   float: right; 
   border: none;
   font-family: 'Titillium Web', sans-serif;
   font-weight: 400;
   font-size: 18px;
   cursor: pointer;
   margin-top: 14px;
}

.taskBarGreenButton:hover {
    background-color: #169595;
}

.taskBarAppButton {
   background-color: #505050; 
   color: #FFFFFF; 
   border-radius: 3px; 
   float: right; 
   border: none;
   font-family: 'Titillium Web', sans-serif;
   font-weight: 400;
   font-size: 16px;
   cursor: pointer;
   margin-top: 14px;
   margin-left: 15px;
   margin-right: 15px; 
}

.taskBarAppButton:hover {
    background-color: #464646;
}


.taskBarAppDropdown {
    margin: 0;
    padding: 0;
    float: right;
    line-height: 25px;
    margin-top: 15px;
    text-align: left;
    height: 37px; 
    width: 163px; 
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.taskBarAppDropdown li {
    list-style: none;
    float: right;
}

.taskBarAppDropdown li a:link, .taskBarAppDropdown li a:visited {
    display: block;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    background-color: #505050;
    color: #FFFFFF;
    border-radius: 3px; 
    width: 140px;
}

.taskBarAppDropdown li a:hover {
    color: #adacac;
}

/*style the sub menu*/
.taskBarAppDropdown li ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    border: none;
    z-index: 100;
}

.taskBarAppDropdown li ul li {
    display: inline;
    float: none;
}

.taskBarAppDropdown li ul li a:link, .taskBarAppDropdown li ul li a:visited {
    background-color: #FFFFFF;
    width: auto;
}

.taskBarAppDropdown li ul li a:hover {
    background-color: #FFFFFF;
}

.taskBarGreenLink {
    height: 25px; 
    color: #29b4b4; 
    margin-left: 15px;
    margin-right: 15px;
    float: right; 
    text-decoration: none;
    line-height: 66px;
}

.taskBarGreenLink:hover {
    color: #adacac; 
}

.taskBarLink {
    color: #464646; 
    margin-left: 15px;
    margin-right: 15px; 
    float: right; 
    text-decoration: none;
    border-bottom: none;
    line-height: 55px;
}

.secondaryTaskBarLink {
    color: #464646; 
    margin-left: 25px;
    margin-right: 25px; 
    float: left; 
    text-decoration: none;
    border-bottom: none;
    line-height: 40px;
}
.taskBarLink:hover {
    color: #adacac; 
}
.taskBarSeperator {
    background-color: #EEEEEE; 
    height: 37px; 
    width: 2px; 
    float: right;
    margin-top: 14px;
}

.taskBarNotSelectedTab {
    background-color: #FFFFFF;
    width: 100%;
    height: 5px;
}

.taskBarSelectedTab {
    background-color: #2AB4B6;
    width: 100%;
    height: 5px;
}

.taskBarDropdownTitle {
    color: #464646; 
}

.taskBarDropdownTitle:hover {
    color: #adacac; 
    cursor:pointer;   
}
.taskBarDropdown {
    margin: 0;
    padding: 0;
    float: right;
    line-height: 25px;
    margin-top: 15px;
    text-align: left;
}

.taskBarDropdown li {
    list-style: none;
    float: right;
}

.taskBarDropdown li a:link, .taskBarDropdown li a:visited {
    display: block;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 5px 25px;
    margin: 0;
    color: #29b4b4;
}

.taskBarDropdown li a:hover {
    color: #adacac;
}

/*style the sub menu*/
.taskBarDropdown li ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #D1D3D2;
    border-left: 1px solid #D1D3D2;
    border-bottom: 1px solid #D1D3D2;
    z-index: 101;
}

.taskBarDropdown li ul li {
    display: inline;
    float: none;
}

.taskBarDropdown li ul li a:link, .taskBarDropdown li ul li a:visited {
    background-color: #FFFFFF;
    width: auto;
    border-top: 1px solid #D1D3D2;
}

.taskBarDropdown li ul li a:hover {
    background-color: #EEEEEE;
    color: #464646;
}

.OrangeButton {
   background-color: #F26C4F; 
   height: 50px; 
   width: 165px; 
   color: #FFFFFF; 
   margin-top: 45px; 
   margin-right: 15px;
   margin-bottom: 30px;
   border-radius: 3px; 
   text-align: center;
   display: inline-block;
   border: none;
   font-family: 'Titillium Web', sans-serif;
   font-weight: 400;
   font-size: 18px;
   cursor: pointer;
}

.OrangeButton:hover {
    background-color: #de5234;
}

.GreenButton {
   background-color: #29b4b4; 
   height: 37px; 
   width: 147px; 
   color: #FFFFFF; 
   border-radius: 3px; 
   border: none;
   font-family: 'Titillium Web', sans-serif;
   font-weight: 400;
   font-size: 18px;
   cursor: pointer;
   margin-top: 27px;
}

.GreenButton:hover {
    background-color: #169595;
}

.greenLink {
    color: #29b4b4;
    text-decoration: none;
}
.greenLink:hover {
    opacity: 0.5;
}

.greenLinkIcon {
    vertical-align: middle;
    margin-left: 5px;
}

.whiteLink {
    color: #FFFFFF;
    text-decoration: none;
}
.whiteLink:hover {
    opacity: 0.5;
}

.whiteLinkIcon {
    vertical-align: middle;
    margin-left: 5px;
}

.MainContainer {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
}
.menuDiv {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF; 
    padding-left: 80px; 
    padding-right: 80px;
    text-align: center;
    vertical-align: middle;
    height: 66px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 1170px;
}

.secondaryMenuDiv {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF; 
    padding-left: 80px; 
    padding-right: 80px;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 45px;
    width: 1170px;
    display: none;
}
.mainDiv {
    /*border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #D1D3D2;*/
    background-color: #EEEEEE; 
    min-height: 87%;
    width: 100%;
    min-width: 1330px;
}

.mainDivData {
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 20px;
    padding-left: 80px; 
    padding-right: 80px;
    text-align: left;
    width: 1170px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #464646;
}
.footerDiv {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF; 
    padding-top:4px;
    padding-bottom:4px;
    height: 60px;
    line-height: 60px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: #464646;
    width: 1170px;
}

.fontTitleBig {
    font-size: 40px;
    font-family: 'Sanchez', serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fontTitle {
    font-size: 40px;
    font-family: 'Sanchez', serif;
}

.fontTitleSmall {
    font-size: 24px;
    font-family: 'Sanchez', serif;
}

.fontText {
    margin-top: 10px;
}

.fontTitleWhite {
    font-size: 60px;
    margin-top: 40px;
    margin-bottom: 60px;
    color: #FFFFFF;
    font-family: 'Sanchez', serif;
}

.secondaryFontTitleWhite {
    font-size: 35px;
    margin-top: 15px;
    color: #FFFFFF;
    font-family: 'Titillium Web', sans-serif;       
    font-weight: 200;
    line-height: 40px;
    height: 150px;
}

.inputText {
    border-style: solid;
    border-width: 1px;
    color:  #848484;
    border-color: #cdcdcd;
    margin-top: 15px;
    width: 433px;
    height: 60px;
    padding-left: 15px;
    font-family: 'Titillium Web', sans-serif;       
    line-height: 40px;
    font-size: 18px;
}

.inputText:disabled {
    border-style: solid;
    border-width: 1px;
    border-color: #cdcdcd;
    background-color: #EEEEEE;
}

.inputTextError {
    border-style: solid;
    border-width: 2px;
    border-color: #FC2E2E;
    background-color: #FEE9E8;  
    color:  #FC2E2E;
    margin-top: 15px;
    width: 433px;
    height: 60px;
    padding-left: 15px;
    font-family: 'Titillium Web', sans-serif;       
    line-height: 40px;
    font-size: 18px;
}

.inputCheckbox {
    border-style: none;
    margin-top: 15px;
}

.inputSelect {
	border-style:solid;
    border-width: 1px;
    border-color: #cdcdcd;
    color:  #848484;
    margin-top: 15px;
    width: 448px;
    height: 60px;
    padding-left: 15px;
    line-height: 60px;
    font-family: 'Titillium Web', sans-serif;       
    line-height: 40px;
    font-size: 18px;
}

.inputSelectError {
    border-style: solid;
    border-width: 2px;
    border-color: #FC2E2E;
    background-color: #FEE9E8;  
    color:  #FC2E2E;
    margin-top: 15px;
    width: 448px;
    height: 60px;
    padding-left: 15px;
    line-height: 60px;
}

.InputErrorMessage {
    color: #FC2E2E;
    display: inline-block;
    padding-left: 20px;
}

.InputConfirmedMessage {
    color: #37B549;
    display: inline-block;
    padding-left: 20px;
}

.space {
    height: 20px;
}

.genderSelectionDiv { 
    height: 60px;
    margin-top: 15px; 
    padding-left: 15px;
    color:  #848484;
}

.genderTextDiv {
    width: 300px;
    height: 60px;
    display: inline-block;
}

.hidden {
	visibility: hidden;
}

/**
 * Checkbox Five
 */
.SimpleCheckbox {
	width: 20px;
    margin-top: 42px;
    margin-right: 10px;
	position: relative;
    display: inline-block;
}
/**
 * Create the box for the checkbox
 */
.SimpleCheckbox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
  	left: 0;
	background: #FFFFFF;
	border-style:solid;
    border-width: 1px;
    border-color: #cdcdcd;
}
/**
 * Display the tick inside the checkbox
 */
.SimpleCheckbox label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/**
 * Create the checkbox state for the tick
 */
.SimpleCheckbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

/**
 * Checkbox Three
 */
.GenderCheckbox {
	width: 130px;
	height: 60px;
	position: relative;
    display: inline-block;
    vertical-align: middle;
}
.GenderCheckbox div {
	width: 100%;
	height: 100%;
	background: #7ACCC8;
	border-radius: 50px;
	position: absolute;
    top: 0px;
}
/**
 * Create the pill to click
 */
.GenderCheckbox label {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50px;

	cursor: pointer;
	position: absolute;
	top: 2px;
	z-index: 1;
	left: 2px;
	background: #FFFFFF;
}
/**
 * Create the checkbox event for the label
 */
.GenderCheckbox input[type=checkbox]:checked ~ label {
	left: 72px;
	background: #FFFFFF;
}

/**
 * Create the checkbox event for the label
 */
.GenderCheckbox input[type=checkbox]:checked ~ div {
	background: #FE92A1;
}



.howItWorksStepLeft {
    text-align: left;
}

.howItWorksStepRight {
    text-align: right;
}

.howItWorksStepTextDiv {
    width: 390px;
    margin-left: 50px;
    display: inline-block;
    text-align:left;
    vertical-align:top;
}

.numericBullet {
    vertical-align: top;
}

.howItWorksStepText {
    color: #707070;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
}

.leftMenu {
    position: fixed;
    width: 210px;
    margin-top:40px;
    z-index: 100;
    background-color: #EEEEEE; 
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.leftMenuLink {
    color: #29b4b4;
    text-decoration: none;
    font-family: 'Sanchez', serif;
    font-size: 22px;
}

.leftMenuLinkSelected {
    color: #adacac;
    text-decoration: none;
    font-family: 'Sanchez', serif;
    font-size: 22px;
}

.leftMenuLink:hover {
    color: #adacac;
}

.leftMenuSeperator {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #B0B0B0;
    min-width: 150%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    column-count: 2;
    margin-left: auto; 
    margin-right: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown2 {
            position: relative;
            display: inline-block;
        }

       .dropdown2-content {
            display: none;
            position: absolute;
            background-color: #F26C4F;
            min-width: 100%;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            column-count: 2;
            margin-left: auto; 
            margin-right: auto;
            color: #FFFFFF;
            font-family: 'Titillium Web', sans-serif;
            font-weight: 400;
            font-size: 18px;

.dropright {
    position: relative;
    display: inline-block;
}


.dropright-content {
    display: none;
    position: absolute;
    background-color: #F26C4F;
    min-width: 150%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    column-count: 2;
    margin-left: auto; 
    margin-right: auto;
}


/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*
LOADING    
*/

.spinner {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 47%;

  width: 60px;
  height: 60px;
  text-align: center;
  
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #f26c4f;
  border-radius: 100%;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}