﻿@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #3AD35C url(../images/bg.png) top repeat-x;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1 {
	background: url(../images/grad.png) repeat-x;
	border-bottom: 1px dotted #666666;
	font-size: 16px;
	padding: 5px 0 5px 12px;
	margin: 0 -5px;
}

a {
	color: #cd9600;
	text-decoration: underline;
}

a:hover {
	color: #cd9600;
	text-decoration: none;
}

a img {
	border: 0;
}

td {
	vertical-align: top;
}

input, textarea, select {
	border: 1px solid #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#header {
	margin-bottom: 20px;
}

#nav {
	height: 48px;
	background: #fefefe url(../images/menu_grad.png) bottom repeat-x;
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 15px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	float: left;
	background: url(../images/menu_div.png) right center no-repeat;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#nav li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 38px;
	text-decoration: none;
	color: #000000;
}

#nav li a img {
	vertical-align: middle;
	padding-left: 3px;
}

#logo {
	float: left;
}

#top {
	float: right;
	width: 700px;
	text-align: right;
	color: #ffffff;
	position: relative;
}

#top a {
	color: #ffffff;
}

#greet {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 500px;
	text-align: left;
}

#main {
	margin-left: 280px;
}

.topMiddle {width: 100%; height:5px; background: #ffffff;}
.topLeft {width: 100%; height:5px; background: url(../images/tl.png) no-repeat left;}
.topRight {width: 100%; height:5px; background: url(../images/tr.png) no-repeat right;}
.bottomMiddle {width: 100%; height:5px; background: #ffffff;}
.bottomLeft {width: 100%; height:5px; background: url(../images/bl.png) no-repeat left;}
.bottomRight {width: 100%; height:5px; background: url(../images/br.png) no-repeat right;}

.container {
	background: #ffffff;
	padding: 0 10px 10px;
	margin-bottom: 20px;
}


#side {
	width: 250px;
	float: left;
}

#side .container {
	padding: 0 5px 10px;
	margin-bottom: 0;
}

#side table {
	background: #ffffff url(../images/grad.png) repeat-x;
	padding-top: 5px;
}

#side td {
	padding: 5px;
	border-bottom: 1px dotted #666666;
}

.highlight {
	color: #cd9600;
	font-weight: bold;
}

.fltRight {
	float: right;
	margin-left: 5px;
}

.fltLeft {
	float: left;
	margin-right: 5px;
}

.clear {
	clear: both;
}

.gap {
	height: 5px;
}

.registration {
	width: 100%;
}

.registration th, .registration td {
	padding: 5px 10px;
}

.registration th {
	text-align: left;
	padding-top: 20px;
}

.registration .side {
	width: 235px;
	background: #e8e8e8;
	font-weight: bold;
}

.registration input, .registration textarea, .registration select {
	width: 304px;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}

.table1 th, .table1 td {
	padding: 3px;
	white-space: nowrap;
}

.table1 th {
	text-align: left;
}

.table1 tr.alt td {
	background: #e8e8e8;
}

.table1 input, .table1 textarea, .table1 select {
	width: 150px;
}


/* Additional CSS for Genealogy Table */

.genealogy {
	width: 160px;
	border: 1px dotted #cdcdcd;
}

.genealogy th, .genealogy td {
	padding: 3px;
}

.genealogy th {
	text-align: center;
	border-bottom: 1px dotted #666666;
}

.genealogy td {
	width: 33%;
}

.genealogy .shade {
	background: #cdcdcd;
}

.genealogy .shade2 {
	background: #585858;
	color: #ffffff;
}



/* Additional CSS for Login Page */

#login {
    width: 420px;
    height: 330px;
    background: #fcfcfc;
    text-align: center;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 30px 10px;
    border-radius: 10px;
}
@media (max-width:380px) {
    #login {
        width: 90%;
        margin:auto;
    }
}
    #login h1 {
	color: #796f06;
	background: none;
	border: 0;
	font-size: 26px;
	font-weight: normal;
	padding: 0;
	margin: 5px;
}

#login table {
	margin: 30px auto;
	width: auto;
}

#login td {
	padding: 5px;
	text-align: left;
}

#login input {
	width: 270px;
}

.main-signin-wrapper {
    padding: 20px;
    /*flex: 1;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-card-signin {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    box-shadow: 5px 7px 26px -5px #9f9fbb;
    -webkit-box-shadow: 5px 7px 26px -5px #9f9fbb;
}

.main-card-signup {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

@media (max-width: 767px) {
    .main-card-signin {
        display: block !important;
        padding: 0;
    }

    .page-signin-style:before {
        display: none;
    }

    .main-nav-line-chat {
        padding: 20px !important;
    }
}

@media (min-width: 480px) {
    .main-card-signin {
        border: 1px solid #e3e3e3;
        padding: 0;
        max-width: 750px;
    }

        .main-card-signin.construction {
            max-width: 1000px;
        }

    .main-card-signup {
        border: 1px solid #e3e3e3;
        padding: 0;
        max-width: 850px;
    }

    .sign-up-body {
        padding: 2.6rem !important;
    }
}

.main-signin-header h2 {
    font-weight: 500;
    color: #5965f9;
    letter-spacing: -1px;
}

.main-signin-header h4 {
    font-weight: 500;
    color: #14112d;
    margin-bottom: 25px;
    font-size: 16px;
}

.main-signin-header label {
    color: #a5a0b1;
}

.main-signin-header .form-control {
    color: #14112d;
    font-weight: 500;
    border-width: 2px;
    border-color: #e3e3e3;
}

    .main-signin-header .form-control:focus {
        border-color: #b4bdce;
        box-shadow: none;
    }

    .main-signin-header .form-control::placeholder {
        font-weight: 400;
        color: #a5a0b1;
    }

.page-signin-style {
    background: #e6eefb;
}

.main-signin-header .btn, .main-signin-header .sp-container button {
    margin-top: 25px;
}

.sp-container .main-signin-header button {
    margin-top: 25px;
}

.main-signin-footer p {
    color: #a5a0b1;
}

    .main-signin-footer p:first-child {
        margin-bottom: 5px;
    }

    .main-signin-footer p:last-child {
        margin-bottom: 0;
    }

.main-signin-footer a {
    color: #14112d;
    font-weight: 700;
}

    .main-signin-footer a:hover, .main-signin-footer a:focus {
        color: #5965f9;
    }