@charset "UTF-8";

/* CSS reset file */

* {
margin: 0;
padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, tochen, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
font: inherit;
vertical-align:baseline;
background:transparent;
}
body {line-height:1;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
tochen, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
:focus {outline:0;}
ins {text-decoration:none}
del {text-decoration:line-through}

a: focus {outline: 0;}
::selection {text-shadow: none; background: #909090; color: #fff;}
.clear {margin: 0; padding: 0; clear: both; overflow: hidden; width: 0;}

.clear {
clear: both;
}

/* CSS Resets */

body {
text-align: left;
color: #636363;
font-family: 'Helvetica Neue', Helvetica;
margin: 0 ;
padding: 0;
font-size: 14px;
line-height: 1.7;
background: #0b6f7e;
}

ul,p,dl,hr,h1,h2,h3,h4,h5,h6,pre,address,fieldset, blockquote {
margin-bottom: 20px;
}

a {
text-decoration: none;
color: #a2a2a2;
}

a:hover {
border-bottom: 1px dotted #a2a2a2;
}

.clear {
clear: both !important;
font-size: 0 !important;
height: 0 !important;
line-height: 0; !important
width: 0 !important;
float: none !important;
}

hr {
border: none;
border-top: 1px solid rgba(0,0,0,1);
border-bottom: 1px solid rgba(255,255,255,0.1);
margin: 30px 0;
background: none;
height: 0;
}

/* Typography */

table 
{
    width: 100%; 
 table-layout:fixed;

  border-collapse: collapse;
}



th, td {
    text-align: left;
    font-size:small;
    padding: 4px;
    word-wrap: break-word;

}
td.t_r {
    text-align: left;
    padding: 4px;
}
tr.list:nth-child(even){background-color: #ffffff}
tr.list:nth-child(odd){background-color: #b3d9ff}
th { 
 
  color: white; 
  font-weight: bold; 
}



h1 {
color: #2d2d2d;
font-size: 1.7em;
font-weight: normal;
}

h2 {
color: #2d2d2d;
font-size: 1.4em;
font-weight: normal;
}

h3 {
color: #2d2d2d;
font-size: 1.2em;
font-weight: normal;
}

strong {
font-weight: bold;
}

.right {
float: right;
}

/* Styling */

#wrapper {
	max-width: 980px;
	margin: 20px auto;
}

header {
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 20px;
	border-radius: 5px;
}

header h1 {
	margin-bottom: 0;
}

section {
	float: right;
	width: 600px;
	padding: 20px;
	margin-left: 20px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}

aside {
	float: right;	
	width: 280px;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}

aside h3 {
	margin: 20px 0 10px;
}

tochen {
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 10px;
	font-size: 1.2em;
	border-radius: 5px;
}




tochen .chaps input[type=submit] {
margin-bottom: 1px;
width:20%;
height: 35px;
border-radius:5px;
border:1px solid #7ac9b7;
background-color: #0080ff;
color: aliceblue;
font-size:15px;
text-align:center;
cursor:pointer;
    
}
tochen .chaps input[type=submit]:hover {
    background-color: black;
}

tochen .chaps input[type=submit]:active {
    background-color: black;
}




tochen main input[type=submit] {
margin-bottom: 1px;
width:30%;
height: 70px;
border-radius:5px;
border:1px solid #FF8400;
background-color: #990008;
color:  #ffe8e9;
font-size:17px;
text-align-last:center;
cursor:pointer;
    
}
main input[type=submit]:hover {
    background-color: #FF8400;
}

main input[type=submit]:active {
    background-color: black;
}



.topnav {
  overflow: hidden;
  background-color: #333;
  	border-radius: 3px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .icon {

  display: none;
}


 select {
        margin-bottom: 20px;
margin-top: 10px;
width:100%;
padding: 15px;
border-radius:5px;
border:1px solid #7ac9b7;
    }
tochen     input[type=text], input[type=password], input[type=email] {
margin-bottom: 20px;
margin-top: 10px;
width:100%;
padding: 15px;
border-radius:5px;
border:1px solid #7ac9b7;
}
tochen  input[type=submit]
{
margin-bottom: 20px;
width:100%;
padding: 15px;
border-radius:5px;
border:1px solid #7ac9b7;
background-color: #4180C5;
color: aliceblue;
font-size:15px;
cursor:pointer;
}

tochen input[type=submit]:hover {
    background-color: #FF8400;
}
tochen textarea{
width:100%;
padding: 5px;
margin-top: 5px;
border:1px solid #7ac9b7;
border-radius:5px;
margin-bottom: 5px;
resize:none;
}
tochen input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}


tochen note
{
margin-bottom: 20px;
     color: #616E14;
     border: solid 1px #BFD62F;
     background-color: #DAE691;
margin-top: 1px;

     border-radius: 6px;
     padding: 5px 5px;
}


tochen note2
{
margin-bottom: 20px;
     color: #616E14;
     border: solid 1px #BFD62F;
     background-color: #f2ff5b;
margin-top: 1px;

     border-radius: 6px;
     padding: 5px 5px;
}


.bigholder{        
    width:100%;
    display:block;
}
.holder{        
    width:80%;
    display:block;
}
.popup{
    border-radius: 7px;
    background:#6b6a63;
margin-bottom: 20px;

margin-top: 1px;

     border-radius: 6px;
     padding: 5px 5px;
}

.content{
     border-radius: 7px;
    background:#fff;
    padding: 28px 26px 33px 25px;
    width:fit;
}




.alertgood {
    padding: 15px;
    background-color: green; 
    color: white;
    margin-bottom: 12px;
}
.alertorange {
    padding: 15px;
    background-color: orange; 
    color: white;
    margin-bottom: 12px;
}
.alertbad {
    padding: 15px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 12px;
}

/* The close button */
.closebtn {
    margin-right: 12px;
    color: white;
    font-weight: bold;
    float: left;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
