body {
	background: url("../images/bg-01.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}

#body2 {
	background: url("../images/bg-01.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}

#body3 {
	background: none;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-left: 30px;
	margin-top: 30px;
	color: #666;
}

/*************  FIXED HEADER STYLE - BEGIN  *******************/
#header {
    width:100%;
    position:fixed;
    top:0px;
}
#header-cont {
    /*height:100px;*/
	height: auto;
    background:rgba(0, 0, 0, 0.5);
    border:1px solid #CCC;
    width:auto;
    margin:0px auto;
	color: white;
	padding-top: 10px;
}

.content {
    width: 650px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #CCC;
    height: 350px;
    margin: 200px auto;
	border-radius: 30px;
}

.content2 {
	clear:both;
    width: 1200px;
    background: rgba(229, 229, 229, 0.75);
    border: 1px solid #CCC;
	min-height:300px;
    height: auto;
    margin: 150px auto;
	border-radius: 30px;
	overflow: auto;
}

.item {
	/*clear:both;*/
	float: left;
    width: 150px;
    background: rgba(229, 229, 229, 0.75);
    border: 1px solid #CCC;
	min-height:150px;
    height: auto;
    margin: 85px ;
	border-radius: 30px;
	overflow: auto;
}

.item:hover{
	cursor:pointer;
}


#user_info{
	float: left;
}

/*************  FIXED HEADER STYLE - END   *******************/


label{
	width:150px;
	/*display:block;*/
	font-size:13px;
	color:#666666;
}

#main{
	margin-left:20px;
	width:1080px;
	text-align:center;
}

#box{
	width: 224px;
	margin: 0px auto;
	text-align: left;
	padding: 20px;
	background-color: #ffffff;
	color: #333;
	border: 1px solid #e5e5e5;
	box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}

.input{	
	padding:10px;
	font-size:14px;
	border:1px solid #999999;
	width:200px;
	margin-bottom:10px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}

.button {
	font-weight: bold;
	padding: 5px 15px;
	background: #3f8abf;
	color: #fff !important;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0px rgba(0,0,0,0.15);
	border-width: 1px 1px 3px !important;
	border-style: solid;
	border-color: #326e99;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
}

.button-primary {
	background-color: #5fcf80 !important;
	border-color: #3ac162 !important;
	padding: 5px 12px;
}

.button-secondary {
	background: #3f8abf;
	border-color: #326e99 !important;
	padding: 5px 12px;
	
}

.button-header {
	font-size: 12px !important;
	background: #3f8abf;
	border-color: #326e99 !important;
	padding: 2px 12px;
}

.button-disabled {
	background: red;
	border-color: red !important;
	padding: 5px 12px;
	
}

.msg{
	font-size:11px;
	color:#666;
	padding:10px;
}

#error{
	font-size:12px; 
	margin-top:10px;
}

.titulo1{
	text-align:left;
	font-size:15px;
	font-weight: bold;
	float: right;
	padding-right: 20px;
}

.titulo2{
	text-align:left;
	font-size:15px;
	float:right;
	clear: both;
	padding-right: 20px;
}

.titulo3{
	width: auto;
	text-align:left;
	font-size:20px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}

#logout{
	font-size:12px;
}

#menu {
	clear:left;
	float:left;
	margin: 50px 20px;
}

select {
    outline: 0;
    overflow: hidden;
    height: 30px;
    background: #2c343c;
    color: #ffffff;
    border: #2c343c;
    padding: 5px 3px 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
	font-size: 15px;
}

select option {border: 1px solid #000; background: #010;}
	
.outter{
	height: auto;
	width: 1160px;
	clear:left;
	float: left;
	padding-bottom:30px;
}

.outter2{
	/*margin-left:20px;*/
	padding-bottom:0px;
}

.header{
	clear:left; 
	float:left;
	width:1160px;
	text-align: center;
    display: table-cell;
	vertical-align: middle;
	padding-top:10px;
	margin-left: 20px;
}

.h_cell{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 14px;
	height: 30px;
	word-wrap: normal;
	padding-top:10px;
	background-color: #0A93EF;
	color: white;
	font-weight: 400;
	 box-shadow: 
    2px 0 0 0 #888, 
    0 2px 0 0 #888, 
    2px 2px 0 0 #888,   /* Just to fix the corner */
    2px 0 0 0 #888 inset, 
    0 2px 0 0 #888 inset;
}

.h_long_cell{
	width: 155px;
}

.h_short_cell{
	width: 65px;
}

.h_number_cell{
	width: 45px;
}

.dir{
	width: 90px;
	font-size: 11px;
}

.h2_long_cell{
	width: 140px;
	font-size: 11px;
}

.h2_short_cell{
	width: 50px;
	font-size: 11px;
}

.cell{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 14px;
	height: 75px;
	word-wrap: normal;
	padding-top:10px;
	 box-shadow: 
    2px 0 0 0 #888, 
    0 2px 0 0 #888, 
    2px 2px 0 0 #888,  
    2px 0 0 0 #888 inset, 
    0 2px 0 0 #888 inset;
}

.long_cell{
	width: 155px;
}

.short_cell{
	width: 65px;
}

.dir2{
	width: 90px;
	font-size: 11px;
}

.long2_cell{
	width: 140px;
	font-size: 11px;
}

.short2_cell{
	width: 50px;
	font-size: 11px;
}

.verification{
	padding-bottom: 5px;
	padding-top: 5px;
}

.top_cell{
	width: 45px;
	background-color: #0A93EF;
	box-shadow: 
    2px 0 0 0 #888, 
    0 2px 0 0 #888, 
    2px 2px 0 0 #888,   
    2px 0 0 0 #888 inset, 
    0 2px 0 0 #888 inset;
}

.middle_cell{
	width: 45px;
	font-size: 18px;
	text-align: center;
	background-color: #0A93EF;
	color: white;
	font-weight: 900;
	box-shadow: 
    2px 0 0 0 #888, 
    0 2px 0 0 #888, 
    2px 2px 0 0 #888,   /* Just to fix the corner */
    2px 0 0 0 #888 inset, 
    0 2px 0 0 #0A93EF inset;
}

.bottom_cell{
	width: 45px;
	background-color: #0A93EF;
	box-shadow: 
    2px 0 0 0 #888, 
    0 2px 0 0 #888, 
    2px 2px 0 0 #888,   /* Just to fix the corner */
    2px 0 0 0 #888 inset, 
    0 2px 0 0 #0A93EF inset;
}

.hide{
visibility:hidden;
}

.show{
visibility:visible;
}

.style-1 input[type="text"] {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus,
.style-1 input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

.cuotas{
	float:left; 
	font-size: 18px; 
	width: 200px; 
	height: 50px;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	margin-top: 20px;
}

.cuotaboxleft {
	clear:left;
	color: #000000;
}

.cuotaboxright {
	color: #ffffff;
	border-radius: 10px;
}

.red{
	background-color: rgba(243, 1, 1, 0.68);
	color: #ffffff;
	
}

.verde{
	background-color: green;
	color: #ffffff;
	border-radius: 10px;
}

/**************************************************/
.editbox
{
display:none
}
td
{
padding:5px;
}
.editbox
{
font-size:10px;
width:80px;
background-color:#ffffcc;
border:solid 1px #000;
padding:4px;
}

.edit_tr
{
	clear:left;
	float:left;
	width: 1160px;
	margin-left:20px;
}

.edit_tr:hover
{
	/*background:url(edit.png) right no-repeat #80C8E5;*/
	cursor:pointer;
	clear:left;
	float:left;
	/*width: 1080px;*/
}

.filter-table .quick { margin-left: 0.5em; font-size: 0.8em; text-decoration: none; }
.fitler-table .quick:hover { text-decoration: underline; }
td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }