@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.625;
    background-color: #f5f5f5;
}	
	
h1, h2, p, input[type="submit"], input[type="text"]{
		font-family: 'Open Sans', sans-serif;
		
	}
h1, h2, p{
		margin:0;
		padding:0;
		} 
		
h4	{
	margin: 11px;
	margin-top: 26px;
}



#container_body{
	margin:0px;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	width:100%;
	z-index:0;
	top:0;
	left:0;
	}
#container{
	margin:0 auto;
	padding:0;
	margin-top:100px;
	background:#0b1811;
	width:440px;
	min-height:365px;
	background:rgba(0,0,0,0.6);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	margin-bottom:15px;
	}
*html #container{
	height:340px;
	}


#table{
	width:300px;
	height:30px;
	}
/* admin */
#error{
	margin:0 auto;
	width:500px;
	margin-top:5px;
	background: silver;
	border-radius: 5px;
	padding: 5px;
}
#message{
	background: silver;
	width:500px;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18px;
	position:absolute;
	margin-left: 50%;
    left: -250px;
    border-radius: 4px;
    padding-bottom: 10px;	
    display: none;
	}

#message_error{
	background:#FF0;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18px;
	position:absolute;
	margin-left:240px;
	}

#main_menu{
	width: 100%;
	background-color: #333;
	
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    
    line-height: 60px;    	
    height: 60px;    	
    
}
#form_login {
	max-width: 600px;
	width: 100%;
	color: black;
}
.form_login{
}

#content{
	margin-top:15px;
	max-width:1200px;
	width: 100%;
	
	min-height:400px;
}
#substrate{
	margin:2px;
	margin-top: 20px;
	background:#FFF;
	padding:40px;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
	min-height:400px;
	text-align: left;
}
ul{
	list-style:none;
        color: black;
	}
li a{
	float:left;
	padding-right:10px;
	padding-left:10px;

	text-decoration:none;
	color:#222222;
	font-size: 16px;
	}

li a:hover{
	color: #31b2ed;
        text-decoration: underline;
	}
	
	

#box{
	margin:0 auto;
	width:100%;
	background-color: #f5f5f5;
}

	
tr:nth-child(odd) {
	background-color: #f9f9f9;
 }
table, td {
    border: 1px solid #dddddd;
    padding: 10px;
    border-collapse: collapse;
      }
table{
	margin:10px;
	background:#fff;
	}
#content h2  {

	color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

#content h1  {

	color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

	}
#content h2 a{
	color:#676a6c;
	text-decoration:none;
	}


.logout{
	float:right;
	}
.create{
	float:right;
	margin-right:20px;
	}
.c{
	width:500px;
	height:35px;
	padding:5px;
	margin-left:10px;
	margin-bottom:10px;
	}
.c_edit{
	width:512px;
	height:30px;
	margin-left:7px;
	margin-bottom:10px;
	}
.c_edit_short{
	width:50px;
	height:30px;
	margin-left:7px;
	margin-bottom:10px;
	}

.find{
	width:70px;
	height:35px;
	padding:5px;
	}
.find_edit{
	margin-left:500px;
	}
.edit{
	margin-left:15px;
	}
.next_page{
	text-decoration:none;
	margin-left:250px;
	}
.previous_page{
	text-decoration:none;
	margin-left:100px;
	}
.page{
	margin-left:20px;
	}
.login{
	width:340px;
	height:40px;
	background:#FFF;
	}
.password{
	width:340px;
	height:40px;
	padding-left:15px;
	background:#FFF;
	}
.find_submit, .find_edit{
	width:70px;
	height:35px;
	padding:5px;
	}
.find_submit{
	margin-left:290px;
	}

#text_error{
	font-weight: bold; 
	color: red; 
	padding:5px;
	padding-top: 30px;
	padding-bottom: 30px;
	
	text-align: center;
	}
#button input{
	margin-left:120px; 
	width:70px; 
	height:30px;
	}
.submit_ok_error{
	width:70px; 
	height:30px; 
	margin-bottom:20px;
	}
.simple_table{
	border:none;
	background:none;
	clear:both;
	}
.simple_table tr:nth-child(odd){
	background:none;
	} 
.simple_table table, .simple_table td{
	border:none;}

#header {
	background-color: white;
}



input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #31b2ed;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
