
body { font-family: tahoma, verdana, arial; font-size: 1em; color: black; padding-top: 8px; cursor: default; background-color: #36393F; text-align: left;}

#idx { border: 3px solid #E3E5E8; width: 500px; width:100%;height:100%;}
#idx td.center { text-align: left; width:100%;height:100%;}
#idx td { text-align: left;border-bottom: 1px solid #E3E5E8; width:100%;height:100%;}
#idx img { margin-bottom: -2px; }
#idx table { background-color:#E3E5E8;color: #000; width: 100%; margin-top:3px; height:100%;}
	th {color:#000;width:100%;height:100%; background-color:#E3E5E8;}
#idx span.link { color: #0066DF; cursor: pointer; }
#idx .rounded { padding: 10px 7px 10px 10px; -moz-border-radius:6px; }
#idx .gray { background-color:#E3E5E8;border-bottom: 1px solid #E3E5E8; }
#idx p { padding: 0px; margin: 0px;line-height:1.4em;}
#idx p.left { float:left;width:60%;padding:3px;color:#000;}
#idx p.right {float:right;width:35%;text-align:right;color:#000;padding:3px;}
#idx strong {background-color:#E3E5E8; font-family: "Trebuchet MS", tahoma, arial; font-size: 1.2em; font-weight: bold; color: #000; padding-bottom: 3px; margin: 0px; }
#idx a:link    { color: #000; }
#idx a:visited { color: #000; }
#idx a:hover   { text-decoration: none; }
#idx a:active  { color: #000; }
::before,
::after {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
   font-family:'Segoe UI',Tahoma,Helvetica,Sans-Serif;
}
h1 h2 h3 h4 {
 font-family:'Segoe UI',Tahoma,Helvetica,Sans-Serif;
}
a {
    display:block;
    text-decoration: none;
}
.container {
    max-width:98rem;
    margin: 0 auto;
    padding: 0 2.2rem;
}
	/*  tables
	******************************/
	table {border:1px solid #AAAAAA;background-color:#E3E5E8;width:100%;height:100%;}
	th,td {border:1px solid #AAAAAA;background-color:#E3E5E8;}
	th {padding:3px; font-weight:bold;color:#344b3b; background-color:#E3E5E8;}
	tr {margin:0 0 5px 0;padding:3px;background-color:#E3E5E8;}
	td {padding:5px;margin:0 9px;background-color:#E3E5E8;}

header{
    position: fixed;
    top: 0;
    z-index: 1400;
    height: 4.4rem;
    width:100%;
    background-color: #E3E5E8;
    backdrop-filter: blur(2rem);
}
 header a {
        color: #fcfcfc;
            text-decoration: none;

}
.nav-list{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin: 0 -1rem;
}
.nav-list-mobile{
    display:none;
}
.nav-link{
    font-size: 1.4rem;
    color: #000;
    padding: 0 1rem;
    transition: opacity .5s;

}
.nav-link:hover{
    opacity: .7;

}
tbody>tr>:nth-child(1){
 color:red;
 width:1px;
 text-align:center;
}

.nav-link-apple {
    width: 2.2rem;
    height: 4.4rem;
    background: url("/images/tmafe.svg") center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px){
	header {
		height: 4.8rem;
		transition: background .36s cubic-bezier(0.32,0.08,0.24,1),
					height .56s cubic-bezier(0.32,0.08,0.24,1);
	}
	header .container{
		padding: 0;
	}
	.nav-list-larger{
		display: none;
	}
	.nav-list{
		margin-top: 0;
	}
	.nav-list-mobile{
		display: flex;
	}
	.nav-item{
		width: 4.8rem;
		height: 4.8rem;
		display: flex;
		justify-content: center;
	}
	.nav-item-hidden{
		display: none;
	}
	.mobile-menu{
		position: relative;
		z-index: 1500;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
    }
    .line{
        position: absolute;
        width: 1.7rem;
        height: 1px;
        background-color: #fff;
        transition: margin-top .3192s cubic-bezier (0.04,0.04,0.12,0.96);
    }
    .line-top{
        margin-top: 3px;
    }
    .line-bottom{
        margin-top: -.4rem;
    }
    .active .line-top{
        margin-top: 0;
        transform: rotate(45deg);
        transition: transform .3192s .1s cubic-bezier (0.04,0.04,0.12,0.96);
    }
    .active .line-bottom{
        margin-top: 0;
        transform: rotate(-45deg);
        transition: transform .3192s .1s cubic-bezier (0.04,0.04,0.12,0.96);
    }
    header.active{
        height: 100%;
        background-color: #E3E5E8;
    }
    .nav-link-apple{
        width: 4.2rem;
        height: 4.4rem;
        position: relative;
        z-index: 1500;
    }
    .nav-link-bag{
        width: 0.2rem;
        height: 10.8rem;
        transition: opacity 3s;
    }
    .nav{
        position: relative;
    }
    .nav-link{
        font-size: 1.7rem;
        padding: 0;
        margin: auto 0;
    }
    .nav-list-larger{
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        display: block;
        padding: 10.5rem 5rem;
        z-index: 1000;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s;
    }
    .active .nav-link-bag{
        opacity: 0;
        transition: opacity .3s;
    }
    .active .nav-list-larger{
        width: 100%;
        height: 100vh;
        opacity: 1;
        visibility: visible;
    }
    .nav-list-larger .nav-item{
        width: 100%;
        justify-content: flex-start;
        border-bottom: 2px solid rgba(255,255,255,.1);
    }
    .active .nav-list-larger .nav-item{
        animation: fadeIn 1s ease-in;
    }
    @keyframes fadeIn{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
}
body {
background-color: #fff;
color:#000;
 font-family:'Segoe UI',Tahoma,Helvetica,Sans-Serif;
}
input[type="submit"] {
	background-color: #fff;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Times New Roman';
	font-size: 100%;
	text-decoration: none;
	border: none;
}
input[type="text"] {
	background-color: #36393F;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Times New Roman';
	font-size: 100%;
	text-decoration: none;
	border: none;
}
button {
	background-color: #36393F;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Times New Roman';
	font-size: 100%;
	text-decoration: none;
	border: none;
}
.buttonHolder{ 
    text-align: center; 
    
}
input[type="file"] {
	background-color: #36393F;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Times New Roman';
	font-size: 100%;
	text-decoration: none;
	border: none;
}
input[type="submit"]:hover {
    border: none;
	background: #496066;
	box-shadow: 0px 0px 1px #777;
}
input[type="file"]:hover {
    border: none;
	background: #496066;
	box-shadow: 0px 0px 1px #777;
}
button:hover {
    border: none;
	background: #496066;
	box-shadow: 0px 0px 1px #777;
}
input[type="text"]:hover {
    border: none;
	background: #496066;
	box-shadow: 0px 0px 1px #777;
}
.submit {
	background-color: #496066;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #27292F;
	font-family: 'Times New Roman';
	font-size: 20px;
	text-decoration: none;
	border: none;
}
.submit:hover {
	border: none;
	background: lightslategray;
	box-shadow: 0px 0px 1px #777;
}
	/*  links
	******************************/
	a {color: #fcfcfc;text-decoration: underline;}
	a:hover {color: #fcfcfc;text-decoration: none;}
/* testing stage
.navigation{
	margin:0px 0px 25px;
	border-bottom:#adb1b2 solid 1px;
	padding:15px 5px;
	background: 36393f;
}

.navigation ul{
	margin:0px;
	padding:0px;
}

.navigation ul li{
	margin:0px;
	padding:0px 32px;
	display:inline;
	font-size:15px;
	list-style-type:none;
	border-right:#868B8F dotted 2px;
}

.navigation ul li a{
	color:#fcfcfc;
	text-decoration:none;
}

.navigation ul li a:hover{
	text-decoration:underline;
}

.navigation ul li:last-child {
	border-right:none;
}
/*----end header----*/


/*----start page content----*/
#page_content{
	background:#E3E5E8;
	padding:10px;
}

#page_content .right_section{
	width:735px;
	float:right;
}

#page_content .right_section .top_content{
	padding:15px 0 0px 0;
}

#page_content .right_section .top_content .column_one{
	width:300px;
	float:left;
	margin-bottom:20px;
    
}
#page_content .right_section  li ul a {
    color:#fcfcfc;
    text-decoration:underline;
    
}

#page_content .right_section .top_content .column_two{
	width:300px;
	float:right;
	margin-bottom:20px;
}

.common_content{
	padding:0 0 20px 0;
}

.border_left{
	border-left:#6e7678 dotted 1px;
	padding-left:20px;
}

.border_none{
	border:none!important;
	margin:0px!important;
}

.left_side_bar{
	width:210px;
	margin-bottom:10px;
    margin-right:15px;
	float:left;
}

.left_side_bar h1{
	font-size:18px;
	padding:0 0 0 35px;
	margin-bottom:15px;
	color:#fcfcfc;
	background:url(../images/pencil.png) no-repeat 10px center;
}

.left_side_bar .col_1{
	padding:0px 0 20px 0;
}

.left_side_bar .col_1 .box{
	padding:10px 15px 5px;
	border:#A1A9AB solid 2px;
}

.left_side_bar .col_1 .box ul{
	margin:0px;
	padding:0px;
}

.left_side_bar .col_1 .box ul li{
	margin:0px 0px 8px;
	padding:0px 0px 0px 20px;
	font-size:13px;
	list-style-type:none;
	background:url(../images/li.png) no-repeat left center;
}

.left_side_bar .col_1 .box ul li a{
	color:#fcfcfc;
	text-decoration:underline;
}


.left_side_bar .col_1 .box ul li a:hover{
	color:#fcfcfc;
	text-decoration:none;
}
/*----end page content----*/


/*----start footer content----*/
#footer{
	clear:both;
	margin-top:18px;
	padding:15px 0 12px 0;
	height:25px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:19px;
	border-top:#b9bdbe solid 1px;
}

#footer a{
	color: #fcfcfc;
	text-decoration:none;
}

#footer a:hover{
	color: #fcfcfc;
	text-decoration:underline;
}
.center1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
