@import url(../fonts/GothamBook.css);
@import url(../fonts/GothamBold.css);
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background: #ededed;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'arial';
    font-weight: bold;
    letter-spacing: 1px;
}
h1{
	font-size: 15px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p{
	font-family: 'arial';
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 20px;
}
a{
	text-decoration: none;
	font-family: arial;
	letter-spacing: 1px;
}
span {
    font-family: 'GothamBook';
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
}
header{
	position: fixed;
	width: 100%;
}
.header{
	color: #FFF;
	background: #0a4661;
	height: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

#container{
	padding: 30px 10px 10px;
}
/*****************************************************************/

.form_register{
    width: 450px;
    margin: auto;
}

.form_register h1{
    color:#3c93b0;
}
hr{
   border:0;
   background: #CCC;
   height: 1px;
   margin: 10px 0;
   display: block;
}
form{
	background: #FFF;
   	margin: auto;
	padding:20px 50px;
	border: 1px solid #d1d1d1;
}
label{
   display: block;
   font-size: 12px;
   font-family:'GothamBook';
   margin: 15px auto 5px auto;
}
input,select{
   display: block;
   width: 100%;
   font-size: 11pt;
   padding: 1px;
   border: 1px solid #85929e;
   border-radius: 5px;
}

.btn_save{
	font-size: 12pt;
	background: #12a4c6;
	padding: 10px;
	color: #FFF;
	letter-spacing: 1px;
	border: 3;
	border-radius:10px;
	margin: 30px auto 15px auto;
	cursor:pointer;
}

#container h1{
	font-size: 30px;
	display: inline-block;
}
.btn_new{
	display: inline-block;
	background: #239baa;
	color: #FFF; 
	padding: 5px 25px;
	border-radius:4px;
	margin:20 px;
}
table{
	border: collapse: collapse;
	font-size: 10pt;
	font-family: 'arial';
	width: 50%;
}

table th{
  	text-align: left;
  	padding: 5px;
  	background: #3c93b0;
  	color: #FFF;
}

table td{
  	text-align: left;
  	padding: 5px;
  	background: #0a4661;
  	color: #FFF;
}

.wd20{
	width: 20%;
}
.wd25{
	width: 25%;
}
.wd30{
	width: 30%;
}
.wd40{
	width: 40%;
}
.wd60{
	width: 60%;
}
.wd100{
	width: 100%;
}
