﻿*, table
{
    /*font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";*/
    font-size: small;
}

/*
html, body
{
    padding: 0;
    margin: 0;
    height: 100%;
    border: 0;
}
body 
{
    padding: 5px;
}
*/

.info-msg, .error-msg
{
    cursor: pointer;
    padding: 10px;
}

.ui-widget-header.page_header
{
    line-height: 53px;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
}

.page_header img 
{
    float: left;
    margin: 4px;
}

.left_menu
{
    margin-top: 10px;
}

.page_body
{
    margin-top: 10px;
}

.login-dialog form
{
    padding: 5px;
}

.login-dialog label
{
    display: block;
    margin: 0;
}

.login-dialog input
{
    width: 200pt;
    margin: 5px 0 10px 0;
    padding: 3px;
}

/*
.top_menu
{
    position: absolute;
    top: 0;
    left: 200px;
    line-height: 53px;
}
.session_menu 
{
    position: absolute;
    top: 2px;
    right: 10px;
    line-height: 48px;
}

.top_menu a, .top_menu a:visited, .session_menu a, .session_menu a:visited 
{
    text-decoration: none;
    padding: 3px;
}

.top_menu a:hover, .session_menu a:hover
{
    padding: 2px;
    border: 1px dotted;
}
*/

.entity-manager 
{
}

/*
.entity-manager .toolbar
{
    padding: 10px 4px;
    padding: 5px;
    background-color: #f5f5f5;
}
*/

.entity-manager .ui-widget-content 
{
    margin-top: 5px;
}


/* Modificacion por Euclides venancio

.contenedor-respuesta p
{  
    font-size:15px;
}
*/

/*
div.ajaxload
{
	background: transparent url(30.gif) no-repeat center center;
	height: 10px;
	width: 80px;
 	overflow: hidden;
}
*/
div.ajaxload
{
	background: red url(219.gif) no-repeat center center;
	width:32px;
	height:32px;
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-right: 110px;
	border:0;
	padding:0;
}

/* Modificacion por Euclides venancio
.tblcomprobantes, .tblcomprobantes td
{
    border:1px solid #0489B1;
    border-collapse:collapse;
}

.contenedor-respuesta h5
{  
    color:#0489B1;
    font-size:20px;
}
 
.total
{
     color:#0489B1;
}

.contenedor-busqueda
{
    background-color: #F2F2F2;
    height: 400px;
    width: 400px;
    padding: 20px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -border-radius: 5px 5px 5px 5px;
}

.contenedor-respuesta
{
    background-color: #F2F2F2;
    height: 400px;
    width:800px;
    padding: 20px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -border-radius: 5px 5px 5px 5px;
}
.contenedor-busqueda h1
{
    font-size:25px;
    color:Gray;
}

.datos-busqueda td
{
    font-size:15px; 
}
.datos-busqueda input, .datos-busqueda select
{
    padding:5px;
    width:300px;
    font-size:15px;      
}

.datos-busqueda button
{
     font-size:15px;
     padding:5px;
}

.button-buscar
{
    padding:10px 0 0 0;
}
*/

/*
.entity-mgr-edit table 
{
}

.entity-mgr-edit table tr
{
}

.entity-mgr-edit table tr td
{
    border: none;
    padding: 5px 0 5px 0;
    vertical-align: middle;
}

.entity-manager-list 
{
    margin: 5px;
    width: auto;
}
*/

.entity-manager-list 
{
    margin: 5px;
    width: auto;
}

.entity-manager-list tbody tr
{
    cursor: pointer;
    _cursor: hand;
}

/*
.toolbar-button {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

.toolbar-button span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
*/

.gui-taginput 
{
    width: 50px;
}

.ui-widget-overlay 
{
	background: transparent url("/css/transparent.png") no-repeat -50px -50px;
	opacity: 1;
	filter: none;
	z-index: 1040;
}

textarea {
  overflow: auto;
}

.navbar .logo 
{
    width: 32px;
    height: 32px;
    margin: 3px 3px 0 3px;
}

.checkmark-true
{
    background-image: url(true.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.checkmark-false 
{
    background-image: url(false.png);
    background-position: center center;
    background-repeat: no-repeat;
}


.table td.center {
   text-align: center;   
}

.entity-manager .pagination li a 
{
    width: 1.3em;
    text-align: center;
}

img.qrcode 
{
    border: 10px solid white;
}

.file-uploader 
{
    height: 200px;
}


.cfe-ui-section
{
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;
    padding-top: 35px;
    margin-bottom: 10px;
}

.cfe-ui-section:after {
    /*content: attr("Example");*/
    content: attr(title-content);
    position: absolute;
    top: -1px;
    left: -1px;
    font-size: 10px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    padding: 4px;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-left
{
    text-align: left !important;
}
