@charset "utf-8";
/* CSS Document */

.page-content
 {
    height: 700px;
    margin: 0 auto;
    background-color: #e9e6ef;
    border-radius: .25rem;
    border-bottom: thick;
}
.page-content1{

  max-height: 700%;
    margin: 0 auto;
    background-color: #e9e6ef;
    border-radius: .25rem;
    border-bottom: thick;
}
.page-print{

     max-height: 700%;
    margin-top: 50px;
    background-color: #e9e6ef;
    border-radius: .25rem;
    border-bottom: thick;
}
span.req
{
    color:#F00;
}
.menu-bar
{
 background: #8ebbe8;
}
.page-title
{
   text-align: center;
   color: #000;
}
.page-title h2
{

    font-family: cursive;
    margin-top: 0px !important;
    padding: 12px;
}
.form-body
{
    align-content: center;
    margin: 0px auto;
    width: 601px;
}
.form-print
{
    align-content: center;
    margin: 0px auto;
    width: 601px;
}
.header_menu
{
    border-top: 3px solid #fff;
	text-align: right;
    color:#09f9f9f2;
    font-size: 20px;
    font-family: initial;
}
.section-content
{
    padding: 0px 0px;
}
.dataTables_filter input
{
margin: 25px;
}
.dataTables_length label 
{
    margin :25px;
}
label
{
	color:#000;
	font-family: initial;
	font-size: 15px;
    margin-top: 6px;
    text-align: justify;
}
.form_input
{
    border-radius: 5px;  
    width: 320px;
}
.err
{
  border: 2px solid red;
}
.footer_copyright
{
    background-color:#8ebbe8;
    text-align: right;
    color:#09f9f9f2;
    font-family: initial;
}

button
{
	 background-color: #8ebbe8;
    border: none;
    color: white;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 6px;	
	text-align:center;
	 margin: 28px 291px;
	 
	/*opacity: 0.6;*/
 
}

button:hover {
background-color:#5353e4;

}

}