﻿@CHARSET "UTF-8";
*{
	margin: 0;
	padding: 0;
}

body {
	/*background: none repeat scroll 0 0 #DDDDDD;*/
	/*font-size: 62.5%;*/
	margin: 0 auto;
	padding: 0;
	width: 995px;
	/*font-size: 1em;*/
}

p{
	font-size: 1.6em;
}

.content {
}

.box{
	background: none repeat scroll 0 0 #FFFFFF;
	margin: auto auto 30px;
	min-height: 350px;
	padding: 15px;
	text-align: justify;
	width: 925px;
}
.form_background{
	width: 80%;
	margin: auto;
	/*border: solid 1px green;*/
}

.formulario{
	width: 90%;
	margin: auto;
	/*border: solid 1px red;*/
}
/*
.form-horizontal .control-label {
	width: 235px;
	padding-right: 20px;
}*/

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.formulario label{
}

.formulario .green:hover, .green:hover{
	border-color: rgba(55,155,55,0.8);
	background-color: rgba(255,255,204,0.4);
}

.formulario .green:focus, .green:focus,input[type="text"]:focus{
	border-color: rgba(55,155,55,1);
	background-color: rgba(255,255,204,0.8);
}

legend{
	border-color: green;
	border-style: double none;
    border-width: 2px 2px;
}

hr{
	border-size: 2px;
	border-color: green;
}

.button_line{
	padding-top: 20px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.button_line .left, .modal-footer .left{
	width: 49%;
	margin: auto;
	text-align: left;
	float: left;
}

.button_line .right, .modal-footer .right{
	width: 49%;
	margin: auto;
	text-align: right;
	float: right;
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 10px;
}

.error{
	color: red;
	line-height: 10px
}
.error p{
	margin: 0;
	font-size: 1em;
}

.password_page{
	width: 85%;
	margin:auto;
	text-align: justify;
}

.password_page p{
	font-size: 1.6em;
}

.password_frame{
	background-color: #FFF8A1;
	text-align: center;
	margin:auto;
	width: 50%;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 3em;
	border: inset gray 2px;
}

.password{
	padding: 10px;
	font-size: 1.8em;
	color: black;
}

.box .success{
	width: 800px;
	height: 500px;
	margin: auto;
	text-align: center;
}
.box .option_pane{
	width: 840px;
	/*height: 750px;*/
	height: 600px;
	margin: auto;
	text-align: center;
}

.box .option_pane h2{
	font-size: 12pt;
	font-weight: bold;
	font-family: sans-serif;
	color: #4F8A75;
	margin: 0;
	line-height: 13px;
}

.option_single_title{
	height: 30px;
}

.box .option_pane .option_single{
	width: 240px;;
	height: 156px;
	margin: 15px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 8px 8px #888;
	border-radius: 10px;
	float: left;
	padding: 5px;
}.box .option_pane .option_single:hover{box-shadow: 0px 0px 1px 3px #4F8A75;cursor: pointer;}

.box .option_pane .option_single img{
	height: 100px;
	margin: 15px;
}

.box .results {
	border: 0px solid black;
	width: 100%;
	margin: auto;
	border-collapse: separate;	
	/*top: -30px;*/
	position: relative;
}

.box .results th {
	background: #037E45;
	color: white;
	text-align: center;
	font-family: Arial,sans-serif;
    font-size: 10pt;
	font-weight: bold;
	/*height: 8px;*/
}

.box .results caption{
	color: black;
	font-family: Arial,sans-serif;
    font-size: 1.8em;
    font-weight: normal;
}

.box .results td {
	height: 20px;
	color: black;
	font-family: monospace;
	font-size: 10pt;
	font-weight: normal;
}

.box .results tr:nth-child(even) {background: #CCC}
.box .results tr:nth-child(odd) {background: #FFF}

.box .results tr:hover {
	background-color: #D7F279;
}

.box .results tr{
	height: 25px;
}

.box .icon_options img {
	border: medium none;
	height: 20px;
}
.box .icon_options img:HOVER{
	cursor: pointer;
}

.box .no_result{
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	padding: 10px;
	color: red;
}

#tablePagination {
	background-color: #DCDCDC;
	height: 30px;
	font-size: larger;
	border-top: solid 3px green;
	margin-top: 50px;
}

#tablePagination_perPage{
	width:100px;
}

#tablePagination_perPage select{
	margin-bottom: 0;
	width:80px;
	height: 30px;
}
#tablePagination_paginater{
	text-align: right;
	float:right;
	margin-top: 5px;
}

#tablePagination_firstPage , #tablePagination_lastPage  {
	border: 0px solid black;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
}

#tablePagination_prevPage , #tablePagination_nextPage {
	margin-right: 10px;
	margin-top: -4px;
	cursor: pointer;
}

#tablePagination_currPage {
	margin-right: 10px;
	margin-top: -7px;
	margin-left: 10px;
}

#tablePagination_totalPages {
	margin-right: 10px;
	margin-top: -7px;
	margin-left: 10px;
}

.box .r_content,.box .r_content_blanck{
	/*position: absolute;*/
	right: 10px;
	width: 680px;
	font-size: 1.3em;
	padding-bottom: 50px;
	box-shadow: 0px 0px 5px 5px #888;
}
.box .r_content_blanck{
	vertical-align: center;
	height: 400px;
}
.box .r_content h1,.box .r_content_blanck h1{
	font-size: 2.0em;
	font-weight: bolder;
	padding: 0px;
	/*text-decoration: underline;*/
	text-align: center;
}