1237 lines
30 KiB
CSS
Executable File
1237 lines
30 KiB
CSS
Executable File
a, a:active, a:link, a:visited { text-decoration:none; color: #069; }
|
|
a:hover { text-decoration: underline; color: #C00; }
|
|
#logo { font-size:24px; font-style:italic; font-weight:normal; color:white; line-height:69px; }
|
|
#header { background:url(../images/bg_header_green.gif) left top no-repeat; height:123px; }
|
|
#content { background:url(../images/bg_content.gif) left top repeat-x #FFFFFF; width:938px !important; border-left:1px solid #9c9c9c; border-right:1px solid #9c9c9c; padding: 10px 0px;}
|
|
#textcontent { padding:10px !important; width:900px !important; }
|
|
#contenido { padding:10px !important; width:900px !important; }
|
|
#wrapper { padding-bottom:10px !important; background:url(../images/bg_content_bottom.gif) center bottom no-repeat; }
|
|
#footer { text-align:center; padding:15px 0px; color: #666; font-size:11px; }
|
|
.hidden { display:none; }
|
|
.text { padding:10px 15px; }
|
|
.nopadding { padding:0px !important; }
|
|
.floatLeft { float:left; }
|
|
.floatRight { float:right; }
|
|
a.edit_icon { background:url(../images/icons/edit.gif) no-repeat left top; display:inline-block; width: 16px; height:16px; }
|
|
a.delete_icon { background:url(../images/icons/action_delete.gif) no-repeat left top; display:inline-block; width: 16px; height:16px; }
|
|
a.approve_icon { background:url(../images/icons/action_check.gif) no-repeat left top; display:inline-block; width: 16px; height:16px; }
|
|
a.reject_icon { background:url(../images/icons/action_remove.gif) no-repeat left top; display:inline-block; width: 16px; height:16px; }
|
|
a.edit_inline { background:url(../images/icons/edit.gif) no-repeat left top; display:inline-block; line-height:16px; color: #069 !important; font-size:10px; padding-left:20px; margin-right:5px; }
|
|
a.delete_inline { background:url(../images/icons/action_delete.gif) no-repeat left top; display:inline-block; line-height:16px; color: #D23333 !important; font-size:10px; padding-left:20px; margin-right:5px; }
|
|
a.reject_inline { background:url(../images/icons/action_remove.gif) no-repeat left top; display:inline-block; line-height:16px; color: #D23333 !important; font-size:10px; padding-left:20px; margin-right:5px; }
|
|
a.approve_inline { background:url(../images/icons/action_check.gif) no-repeat left top; display:inline-block; line-height:16px; color: #5a801b !important; font-size:10px; padding-left:20px; margin-right:5px; }
|
|
.news_items li { margin-left:15px; }
|
|
|
|
/*******************************************************************************
|
|
HEADING CLASSES
|
|
*******************************************************************************/
|
|
|
|
h1 { font-size:22px; color: #1b486a; display: block; margin-top: 10px;}
|
|
h1.dashboard { background:url(../images/icon_dashboard_small.gif) left 3px no-repeat; padding-left:35px;}
|
|
h1.content_edit { background:url(../images/icon_content_small.gif) left 3px no-repeat; padding-left:35px;}
|
|
h1.catalogos { background:url(../images/catalogos_small.gif) left 3px no-repeat; padding-left:35px;}
|
|
h1.facturacion{background:url(../images/facturacion.png) left 3px no-repeat; padding-left:35px}
|
|
h1.compras { background:url(../images/compras_small.png) left 3px no-repeat; padding-left:35px;}
|
|
h1.reportes { background:url(../images/reportes_small.png) left 3px no-repeat; padding-left:35px;}
|
|
h1.ventas { background:url(../images/ventas_small.png) left 3px no-repeat; padding-left:35px;}
|
|
h1.inventario { background:url(../images/inventario_small.png) left 3px no-repeat; padding-left:35px;}
|
|
h2 { font-size:18px !important; }
|
|
h3 { font-size: 13px !important; }
|
|
|
|
/*******************************************************************************
|
|
EVENTBOX (title -> rightbox)
|
|
*******************************************************************************/
|
|
|
|
#eventbox {
|
|
font-size:11px;
|
|
text-align:right;
|
|
margin-top: 10px;
|
|
line-height:35px;
|
|
width: 375px !important;
|
|
position:relative;
|
|
}
|
|
a.inline_calendar { padding-left:21px; background:url(../images/icons/calendar.gif) no-repeat left top; }
|
|
a.inline_tip { padding-left:21px; background:url(../images/icons/_lightbulb_off.gif) no-repeat left top; }
|
|
.hidden_calendar { position:absolute; top:35px; right:20px; width:200px; height:200px; display:none; }
|
|
.hidden_calendar { line-height:normal !important;}
|
|
.hidden_calendar .ui-datepicker .ui-datepicker-prev span, .hidden_calendar .ui-datepicker .ui-datepicker-next span {
|
|
text-indent:-99999px !important;
|
|
}
|
|
|
|
/*******************************************************************************
|
|
USER TOOLS
|
|
*******************************************************************************/
|
|
|
|
#user_tools {
|
|
background:url(../images/bg_usertools_right.gif) right top no-repeat;
|
|
height:34px;
|
|
padding-right:9px;
|
|
float:right;
|
|
}
|
|
#user_tools span {
|
|
background:url(../images/bg_usertools_left.gif) left top no-repeat #000000;
|
|
height:34px;
|
|
padding-left:9px;
|
|
line-height: 34px;
|
|
font-size:10px;
|
|
color: #b0b0b0;
|
|
display:block;
|
|
float:right;
|
|
}
|
|
#user_tools a { color: #FFF; text-decoration:none; }
|
|
#user_tools a:hover { text-decoration:underline; }
|
|
#user_tools a.mail { background: url(../images/icon_mail_small.gif) left 2px no-repeat; padding-left:17px; margin-right:5px; }
|
|
#user_tools a.mail:hover { text-decoration:none !important; }
|
|
.dropdown { background:url(../images/arrow_mini_down.gif) no-repeat right 3px; padding-right:13px; }
|
|
#colorchanger { z-index: 8; display: none; position:absolute; color: white; top:33px; right:35px; border-left:1px solid #333; border-right: 1px solid #333; background:black; width:100px;}
|
|
#colorchanger a { padding:5px; border-bottom:1px solid #333; color: #FFF; display: block; font-size: 10px; text-decoration:none; }
|
|
#colorchanger a:hover { background: #222; }
|
|
#colorchanger span.redtheme { background: url(../images/bullet_red.gif) left 0px no-repeat; padding-left:16px; }
|
|
#colorchanger span.bluetheme { background: url(../images/bullet_green.gif) left 0px no-repeat; padding-left:16px; }
|
|
#colorchanger span.greentheme { background: url(../images/bullet_green.gif) left 0px no-repeat; padding-left:16px; }
|
|
|
|
/*******************************************************************************
|
|
MENU
|
|
*******************************************************************************/
|
|
|
|
#menu {
|
|
float: left;
|
|
}
|
|
#menu ul.group {
|
|
margin: 12px 0px 0px 14px;
|
|
padding: 0px 0px 0px;
|
|
list-style: none;
|
|
float: left;
|
|
z-index:4;
|
|
}
|
|
#menu ul.group li {
|
|
display: inline;
|
|
float: left;
|
|
position: static;
|
|
z-index: 5;
|
|
margin-left:0px !important;
|
|
}
|
|
#menu ul.group li a {
|
|
display: block;
|
|
float: left;
|
|
height: 100px;
|
|
width: 114px;
|
|
overflow:hidden;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
color: white;
|
|
text-decoration:none;
|
|
text-align:center;
|
|
z-index:6;
|
|
}
|
|
#menu ul.group li a * {
|
|
cursor: pointer;
|
|
}
|
|
#menu ul.group li a span.outer {
|
|
display: block;
|
|
height: 90px;
|
|
padding-top: 10px
|
|
}
|
|
#menu ul.group li a span.inner {
|
|
display: block;
|
|
padding: 55px 10px 9px 10px;
|
|
white-space: nowrap;
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 3px;
|
|
}
|
|
#menu ul.group li a {
|
|
background:url('../images/navigation_background_green.gif') repeat-x top left;
|
|
}
|
|
#menu ul.group li.first a {
|
|
background:url('../images/navigation_first_green.gif') no-repeat top left;
|
|
}
|
|
#menu ul.group li.last a {
|
|
background:url('../images/navigation_last_green.gif') no-repeat top right;
|
|
}
|
|
#menu ul.group li.last a span.inner {
|
|
border: none !important;
|
|
}
|
|
|
|
#menu ul.group li a:hover, #menu ul.group li a.hover {
|
|
background-position: bottom left;
|
|
text-decoration: none;
|
|
}
|
|
#menu ul.group li.last a:hover, #menu ul.group li.last a.hover {
|
|
background-position: bottom right;
|
|
}
|
|
#menu ul.group li a.current {
|
|
background-position: bottom left;
|
|
text-decoration: none;
|
|
}
|
|
#menu ul.group li.last a.current {
|
|
background-position: bottom right;
|
|
}
|
|
#menu ul.group li.first a.current {
|
|
background-position: bottom left;
|
|
}
|
|
|
|
#menu ul.group li a span.inner {
|
|
border-right: 1px solid #4c6b00;
|
|
}
|
|
#menu ul.group li a:hover span.inner {
|
|
border-right: 1px solid #4c6b00;
|
|
}
|
|
#menu ul.group li a.more {
|
|
}
|
|
#menu .additional a span {
|
|
border-right:1px solid #DFDCBB;
|
|
}
|
|
#menu .dashboard { background-image: url(../images/icon_dashboard.png); background-repeat: no-repeat; }
|
|
#menu .content { background-image: url(../images/icon_edit.png); background-repeat: no-repeat; }
|
|
#menu .compras { background-image: url(../images/compras.png); background-repeat: no-repeat; }
|
|
#menu .catalogos { background-image: url(../images/catalogos.png); background-repeat: no-repeat; }
|
|
#menu .envios { background-image: url(../images/envios.png); background-repeat: no-repeat; }
|
|
#menu .reportes { background-image: url(../images/reportes.png); background-repeat: no-repeat; }
|
|
#menu .inventario { background-image: url(../images/inventario.png); background-repeat: no-repeat; }
|
|
#menu .ventas { background-image: url(../images/ventas.png); background-repeat: no-repeat; }
|
|
#menu .ventas2 { background-image: url(../images/venta2.png); background-repeat: no-repeat; }
|
|
#menu .facturacion { background-image: url(../images/facturacion.png); background-repeat: no-repeat; }
|
|
#menu .customer { background-image: url(../images/customer2.png); background-repeat: no-repeat; }
|
|
#hidden_submenu {
|
|
background:#FFF;
|
|
padding:10px;
|
|
display:none;
|
|
width:918px !important;
|
|
border-left: 1px solid #9C9C9C;
|
|
border-right: 1px solid #9C9C9C;
|
|
border-bottom: 1px solid #CCC;
|
|
}
|
|
#hidden_submenu .more_menu { float:left; margin: 10px 5px; }
|
|
#hidden_submenu .more_menu li { margin-left: 30px; }
|
|
|
|
/*******************************************************************************
|
|
TABS
|
|
*******************************************************************************/
|
|
|
|
#tabs {
|
|
}
|
|
|
|
#tabs .container {
|
|
height: 25px;
|
|
padding-top: 8px;
|
|
border-left: 1px solid #486401;
|
|
border-right: 1px solid #486401;
|
|
border-bottom: 1px solid #486401;
|
|
width: 938px !important;
|
|
background: #eee;
|
|
}
|
|
|
|
#tabs ul {
|
|
margin: 0px 0px 0px 10px;
|
|
padding: 0px;
|
|
list-style: none;
|
|
}
|
|
|
|
#tabs ul li {
|
|
display: inline;
|
|
}
|
|
|
|
#tabs ul li a {
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
display: block;
|
|
float: left;
|
|
height: 25px;
|
|
margin-right: 3px;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
overflow: hidden;
|
|
border-bottom: 0px;
|
|
background: #DEDEDE;
|
|
text-decoration:none;
|
|
color: #1b486a;
|
|
}
|
|
|
|
|
|
|
|
#tabs ul li a:hover {
|
|
text-decoration: underline;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
#tabs ul li a span {
|
|
height: 20px;
|
|
padding: 0px 10px;
|
|
display: block;
|
|
padding-top: 5px;
|
|
cursor: pointer;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#tabs ul li a.current {
|
|
background-color: #FFFFFF;
|
|
}
|
|
#tabs ul li.first a span {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
#tabs {
|
|
background: #689102;
|
|
}
|
|
|
|
#tabs .container {
|
|
background:none;
|
|
border-bottom: none;
|
|
}
|
|
|
|
#tabs ul li a {
|
|
background: url('../images/tabs_left_green.gif') no-repeat left top;
|
|
border: 0px;
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
#tabs ul li a span {
|
|
background: url('../images/tabs_right_green.gif') no-repeat right top;
|
|
}
|
|
|
|
#tabs ul li a.current {
|
|
background-position: left bottom;
|
|
color: #1b486a;
|
|
}
|
|
|
|
#tabs ul li a.current span {
|
|
background-position: right bottom;
|
|
}
|
|
#tabs ul li a.tempoff {
|
|
background-position: left top;
|
|
}
|
|
|
|
#tabs ul li a.tempoff span {
|
|
background-position: right top;
|
|
}
|
|
|
|
#tabs ul li.first a{
|
|
color: #1b486a !important;
|
|
}
|
|
/*******************************************************************************
|
|
PORTLETS AND GRID
|
|
*******************************************************************************/
|
|
#portlets { padding:0px 10px; }
|
|
.column { width: 450px; float: left; padding-bottom: 0px; }
|
|
.column#left { margin-right:17px; }
|
|
.portlet { margin: 0 0em 1em 0; }
|
|
.portlet-header { margin: 0em; padding-bottom: 5px; padding-left: 6px; padding-top:4px; padding-right:6px; font-size:12px; border: none !important; color: #333 !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; cursor:move; }
|
|
.portlet-header .ui-icon { float: right; cursor:pointer; }
|
|
.portlet-header img { float:left; margin-right:5px; }
|
|
#portlets .fixed { cursor:auto; }
|
|
.portlet-content { padding: 0.8em; font-size:12px !important; color: #333; border-top:1px solid #999 !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
|
|
.ui-sortable-placeholder { border: 1px dashed #999 !important; visibility: visible !important; height: 100px !important; background: #EBEBEB;}
|
|
.ui-sortable-placeholder * { visibility: hidden; }
|
|
|
|
/*******************************************************************************
|
|
Informational Messages
|
|
*******************************************************************************/
|
|
.info {
|
|
display: block;
|
|
background: url('../images/informationbar_right.gif') no-repeat right top;
|
|
height: 30px;
|
|
overflow: hidden;
|
|
margin-top: 5px;
|
|
margin-bottom:10px !important;
|
|
padding: 0px !important;
|
|
font-size: 12px !important;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
border: 0px;
|
|
font-style: italic;
|
|
}
|
|
.info .info_inner {
|
|
display: block;
|
|
height: 30px;
|
|
padding: 6px 10px 0px 35px;
|
|
}
|
|
#success .info_inner {
|
|
color: #5a801b;
|
|
background: url('../images/icon_success.gif') no-repeat left top;
|
|
border: 0px;
|
|
}
|
|
#warning .info_inner {
|
|
color: #E89326;
|
|
background: url('../images/icon_warning.gif') no-repeat left top;
|
|
border: 0px;
|
|
}
|
|
#error .info_inner {
|
|
color: #C00;
|
|
background: url('../images/icon_error.gif') no-repeat left top;
|
|
border: 0px;
|
|
}
|
|
#info .info_inner {
|
|
color: #4985B2;
|
|
background: url('../images/icon_info.gif') no-repeat left top;
|
|
border: 0px;
|
|
}
|
|
/*******************************************************************************
|
|
TABLE DESIGN
|
|
*******************************************************************************/
|
|
#box-table-a, #box-table-search {
|
|
font-size: 12px;
|
|
margin: 0px;
|
|
text-align: left;
|
|
border-collapse: separate;
|
|
border-bottom:none;
|
|
}
|
|
#box-table-a th, #box-table-search th {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
padding: 8px;
|
|
background: #EFEFEF;
|
|
border-top: 1px solid #FFF;
|
|
color: #333;
|
|
text-align: left;
|
|
}
|
|
#box-table-a td, #box-table-search td {
|
|
padding: 8px;
|
|
background: none;
|
|
border-top: 1px solid #CCC;
|
|
color: #666;
|
|
border-bottom: none !important;
|
|
}
|
|
#box-table-a tr:hover td, #box-table-search tr:hover td {
|
|
background: #FBFBFB;
|
|
color: #333;
|
|
}
|
|
#box-table-a tr.footer { background: none !important; }
|
|
#box-table-a tr.footer:hover td { background: none !important; }
|
|
|
|
/*******************************************************************************
|
|
TABLE CONCEPTOS DESIGN 2
|
|
*******************************************************************************/
|
|
#boxTblC {
|
|
font-size: 12px;
|
|
margin: 0px;
|
|
text-align: left;
|
|
border-collapse: separate;
|
|
border-bottom:none;
|
|
}
|
|
#boxTblC th {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
background: #EFEFEF;
|
|
border-top: 1px solid #FFF;
|
|
color: #333;
|
|
}
|
|
#boxTblC td {
|
|
padding: 8px;
|
|
background: none;
|
|
color: #666;
|
|
border-bottom: none !important;
|
|
}
|
|
.bordeTop{
|
|
padding: 8px;
|
|
background: none;
|
|
border-top: 1px solid #CCC;
|
|
color: #666;
|
|
border-bottom: none !important;
|
|
}
|
|
#boxTblC tr:hover td {
|
|
background: #FBFBFB;
|
|
color: #333;
|
|
}
|
|
/*******************************************************************************
|
|
DISEÑO TABLA BONIFICACIONES/DEVOLUCIONES
|
|
*******************************************************************************/
|
|
#box-table-aa {
|
|
font-size: 12px;
|
|
margin: 0px;
|
|
text-align: left;
|
|
border-collapse: separate;
|
|
border-bottom:none;
|
|
}
|
|
#box-table-aa th {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
padding: 5px;
|
|
background: #EFEFEF;
|
|
border-top: 1px solid #FFF;
|
|
color: #333;
|
|
text-align: left;
|
|
}
|
|
#box-table-aa td {
|
|
padding: 8px;
|
|
background: none;
|
|
border-top: 1px solid #CCC;
|
|
color: #666;
|
|
border-bottom: none !important;
|
|
}
|
|
#box-table-aa tr:hover td {
|
|
background: #FBFBFB;
|
|
color: #333;
|
|
}
|
|
#box-table-aa tr.footer { background: none !important; }
|
|
#box-table-aa tr.footer:hover td { background: none !important; }
|
|
/*******************************************************************************
|
|
PAGINATION
|
|
*******************************************************************************/
|
|
.pagination { border:0; margin:0; padding:0; font-size:10px; }
|
|
.pagination a { border:solid 1px #DEDEDE; margin-right:2px; }
|
|
.pagination .previous-off, .pagination .next-off { color:#888888; display:inline-block; font-weight:normal; padding:3px 4px; }
|
|
.pagination .next a,.pagination .previous a { font-weight:bold; border:solid 1px #FFFFFF; }
|
|
.pagination .active{ color:#000000; font-weight:bold; display:inline-block; padding:4px 6px; }
|
|
.pagination a:link, .pagination a:visited { display:inline-block; padding:3px 6px; text-decoration:none; }
|
|
.pagination a:hover{ text-decoration:none; border: 1px solid #999; }
|
|
/*******************************************************************************
|
|
FORMS
|
|
*******************************************************************************/
|
|
|
|
form label { display:block !important; line-height:normal !important; margin: 5px 0px; font-size:12px; font-weight:bold; }
|
|
/* input[type=text] { display:block !important; } */
|
|
textarea { display:block; }
|
|
.smallInput { padding:3px 3px; border:1px solid #999; background:#FFFFE6; font-size:12px !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; color: #333 !important; font-style:italic; }
|
|
.largeInput { padding:6px 5px; border:1px solid #999; background:#FFFFE6; font-size:15px !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; color: #333 !important; }
|
|
form .small { width:150px; }
|
|
form .medium { width:350px; }
|
|
form .wide { width:883px; }
|
|
form .wide2 { width:670px; }
|
|
|
|
.button {
|
|
margin: 0px;
|
|
padding: 0px !important;
|
|
border: 0px;
|
|
background: transparent url('../images/but_right_green.gif') no-repeat scroll top right;
|
|
color: #1b486a;
|
|
display: block;
|
|
float: left;
|
|
height: 29px;
|
|
margin-right: 6px;
|
|
margin-top:10px;
|
|
padding-right: 12px !important;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
outline: none !important;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
.button span {
|
|
background: url('../images/but_left_green.gif') no-repeat left top;
|
|
display: block;
|
|
line-height: 29px;
|
|
padding: 0px 0px 0px 12px;
|
|
outline: none !important;
|
|
float:left;
|
|
}
|
|
.button:hover {
|
|
background-position: right bottom;
|
|
text-decoration:none !important
|
|
}
|
|
.button:hover span {
|
|
background-position: left bottom;
|
|
color: #1b486a;
|
|
}
|
|
|
|
.button_grey {
|
|
margin: 0px;
|
|
padding: 0px !important;
|
|
border: 0px;
|
|
background: transparent url('../images/but_right_grey.gif') no-repeat scroll top right;
|
|
color: #555;
|
|
display: block;
|
|
float: left;
|
|
height: 30px;
|
|
margin-right: 6px;
|
|
margin-top:10px;
|
|
padding-right: 12px !important;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
outline: none !important;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
.button_grey span {
|
|
background: url('../images/but_left_grey.gif') no-repeat left top;
|
|
display: block;
|
|
line-height: 30px;
|
|
padding: 0px 0px 0px 12px;
|
|
outline: none !important;
|
|
float:left;
|
|
}
|
|
.button_grey:hover {
|
|
background-position: right bottom;
|
|
text-decoration:none !important
|
|
}
|
|
.button_grey:hover span {
|
|
background-position: left bottom;
|
|
color: #333;
|
|
}
|
|
.button_ok {
|
|
margin: 0px;
|
|
padding: 0px !important;
|
|
border: 0px;
|
|
background: transparent url('../images/but_round_span_green.gif') no-repeat scroll top right;
|
|
color: #1b486a;
|
|
display: block;
|
|
float: left;
|
|
height: 30px;
|
|
margin-right: 6px;
|
|
margin-top:10px;
|
|
padding-right: 15px !important;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
outline: none !important;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
.button_ok span {
|
|
background: url('../images/but_round_ok_green.gif') no-repeat left top;
|
|
display: block;
|
|
line-height: 30px;
|
|
padding: 0px 0px 0px 35px;
|
|
outline: none !important;
|
|
float:left;
|
|
}
|
|
.button_ok:hover {
|
|
background-position: right bottom;
|
|
text-decoration:none !important
|
|
}
|
|
.button_ok:hover span {
|
|
background-position: left bottom;
|
|
color: #1b486a;
|
|
}
|
|
.button_notok {
|
|
margin: 0px;
|
|
padding: 0px !important;
|
|
border: 0px;
|
|
background: transparent url('../images/but_round_span_green.gif') no-repeat scroll top right;
|
|
color: #1b486a;
|
|
display: block;
|
|
float: left;
|
|
height: 30px;
|
|
margin-right: 6px;
|
|
margin-top:10px;
|
|
padding-right: 15px !important;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
outline: none !important;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
.button_notok span {
|
|
background: url('../images/but_round_del_green.gif') no-repeat left top;
|
|
display: block;
|
|
line-height: 30px;
|
|
padding: 0px 0px 0px 35px;
|
|
outline: none !important;
|
|
float:left;
|
|
font-style: italic;
|
|
}
|
|
.button_notok:hover {
|
|
background-position: right bottom;
|
|
text-decoration:none !important
|
|
}
|
|
.button_notok:hover span {
|
|
background-position: left bottom;
|
|
color: #1b486a;
|
|
}
|
|
.button_grey_round {
|
|
margin: 0px;
|
|
padding: 0px !important;
|
|
border: 0px;
|
|
background: transparent url('../images/but_round_span_grey.gif') no-repeat scroll top right;
|
|
color: #555;
|
|
display: block;
|
|
float: left;
|
|
height: 30px;
|
|
margin-right: 6px;
|
|
margin-top:10px;
|
|
padding-right: 12px !important;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
outline: none !important;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
.button_grey_round span {
|
|
background: url('../images/but_round_left_grey.gif') no-repeat left top;
|
|
display: block;
|
|
line-height: 30px;
|
|
padding: 0px 0px 0px 12px;
|
|
outline: none !important;
|
|
float:left;
|
|
}
|
|
.button_grey_round:hover {
|
|
background-position: right bottom;
|
|
text-decoration:none !important
|
|
}
|
|
.button_grey_round:hover span {
|
|
background-position: left bottom;
|
|
color: #333;
|
|
}
|
|
|
|
/*******************************************************************************
|
|
MODAL BOX OVERRIDE
|
|
*******************************************************************************/
|
|
.ui-dialog {
|
|
padding:0px !important;
|
|
border: none 0 !important;
|
|
font-size: 12px !important;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
|
|
}
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
padding-left:5px !important;
|
|
padding-top:3px !important;
|
|
padding-bottom:3px !important;
|
|
padding-right:5px !important;
|
|
position:relative;
|
|
border-bottom: none !important;
|
|
font-size:13px !important;
|
|
}
|
|
.ui-dialog .ui-corner-all {
|
|
-moz-border-radius-bottomleft:0px !important;
|
|
-moz-border-radius-bottomright:0px !important;
|
|
-moz-border-radius-topleft:4px;
|
|
-moz-border-radius-topright:4px;
|
|
}
|
|
.ui-dialog .ui-dialog-content {
|
|
border: 1px solid #AAAAAA !important;
|
|
}
|
|
.ui-widget-overlay {
|
|
background:#000 !important;
|
|
opacity:0.7 !important;
|
|
}
|
|
|
|
#fview {
|
|
|
|
|
|
/* margin:auto;
|
|
position:absolute;
|
|
top:50%;
|
|
left:50%;
|
|
margin-top:20px;
|
|
margin-left:350px;*/
|
|
|
|
position: fixed;
|
|
top: 85px;
|
|
left: 49%;
|
|
margin-left: -350px;
|
|
width: 700px;
|
|
padding: 10px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: small;
|
|
background: url(../images/fviewbg.png) repeat-x #f5f5f5;
|
|
border: 1px solid #666;
|
|
text-align: left;
|
|
z-index: 210;
|
|
}
|
|
|
|
#fviewVta {
|
|
position: fixed;
|
|
top: 85px;
|
|
left: 49%;
|
|
margin-left: -495px;
|
|
width: 1000px;
|
|
padding: 10px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: small;
|
|
background: url(../images/fviewbg.png) repeat-x #f5f5f5;
|
|
border: 1px solid #666;
|
|
text-align: left;
|
|
z-index: 210;
|
|
}
|
|
|
|
#fviewCobro {
|
|
position: fixed;
|
|
top: 85px;
|
|
left: 49%;
|
|
margin-left: -295px;
|
|
width: 500px;
|
|
padding: 10px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: small;
|
|
background: url(../images/fviewbg.png) repeat-x #f5f5f5;
|
|
border: 1px solid #666;
|
|
text-align: left;
|
|
z-index: 210;
|
|
}
|
|
|
|
table.setting {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: small;
|
|
width: 100%;
|
|
}
|
|
#fview th {
|
|
color: #666;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
}
|
|
table.setting th {
|
|
color: #666;
|
|
font-weight: normal;
|
|
text-align: right;
|
|
width: 15%;
|
|
}
|
|
#fview td, #fview td, table.setting td {
|
|
color: #000;
|
|
text-align: left;
|
|
}
|
|
#vctxt span {
|
|
font-weight: bold;
|
|
}
|
|
#fviewmenu {
|
|
float: right;
|
|
text-align: right;
|
|
margin: 5px 8px 5px 0px;
|
|
}
|
|
#fviewmenu a:link, #fviewmenu a:visited {
|
|
color: #ccc;
|
|
text-decoration: none;
|
|
}
|
|
#fviewmenu a:hover {
|
|
color: #999;
|
|
}
|
|
#fviewmenu a img {
|
|
margin-left: 8px;
|
|
padding-top: 2px;
|
|
position: relative;
|
|
top: 1px;
|
|
vertical-align: middle;
|
|
}
|
|
#fviewmenu img {
|
|
vertical-align: middle;
|
|
margin: 0px 0px 6px 0px;
|
|
}
|
|
#fviewload, #fviewcontent .ctr {
|
|
text-align: center;
|
|
}
|
|
#fviewload img {
|
|
margin: 160px 0px 170px 0px;
|
|
}
|
|
#fview div.flabel {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
color: #999;
|
|
margin-bottom: 3px;
|
|
}
|
|
#fview div.flabel2 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: x-small;
|
|
color: #ccc;
|
|
float: left;
|
|
margin: 3px 20px 3px 0px;
|
|
}
|
|
|
|
.popupheader {
|
|
background: url(../images/win-head.png) #3d3d3d repeat-x;
|
|
height: 122px;
|
|
display: block;
|
|
width: 720px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: -10px;
|
|
}
|
|
|
|
.popupheadershort {
|
|
background: url(../images/win-head-short.png) #222;
|
|
height: 50px;
|
|
display: block;
|
|
width: 720px;
|
|
position: relative;
|
|
top: -10px;
|
|
left: -10px;
|
|
}
|
|
.popupheadershort #ftitl {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#fprio {
|
|
clear: left;
|
|
float: left;
|
|
width: 90px;
|
|
height: 32px;
|
|
margin-left: 10px;
|
|
}
|
|
#fdead, #fctxt {
|
|
float: left;
|
|
width: 150px;
|
|
height: 32px;
|
|
}
|
|
#fproj {
|
|
clear: left;
|
|
float: left;
|
|
width: 400px;
|
|
margin: 7px 5px 2px 10px;
|
|
color: #eee;
|
|
}
|
|
#ftitl {
|
|
clear: left;
|
|
float: left;
|
|
width: 492px;
|
|
margin: 3px 5px 10px 10px;
|
|
font-size: 20px;
|
|
color: white;
|
|
sheight: 40px;
|
|
}
|
|
#ftitl .flabel { display: none; }
|
|
#fproj .flabel { display: none; }
|
|
#fuser {
|
|
clear: both;
|
|
float: left;
|
|
width: 240px;
|
|
height: 36px;
|
|
margin-left: 0px;
|
|
margin-bottom: 6px;
|
|
}
|
|
#fvisi {
|
|
float: left;
|
|
width: 252px;
|
|
height: 36px;
|
|
}
|
|
#fsts {
|
|
margin: 3px 0px 6px 3px;
|
|
}
|
|
#flink {
|
|
margin-top: 7px;
|
|
}
|
|
#vsts {
|
|
float: left;
|
|
}
|
|
|
|
.formLine {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
|
|
|
|
/*** NEW STYLES ***/
|
|
|
|
.lnkTab a,
|
|
.lnkTab a:visited{
|
|
color:#FFF !important;
|
|
}
|
|
|
|
.btnAddGral{
|
|
padding-bottom:10px;
|
|
}
|
|
|
|
a.inline_add {
|
|
padding-left:21px;
|
|
background:url(../images/icons/add.png) no-repeat left top;
|
|
}
|
|
|
|
.spanSucursales,
|
|
.spanEditSucursal,
|
|
.spanDeleteSucursal,
|
|
.spanViewSucursal,
|
|
.spanEdit,
|
|
.spanDelete,
|
|
.spanAdd,
|
|
.spanAddInv,
|
|
.spanDelInv,
|
|
.spanView,
|
|
.spanCancel,
|
|
.spanSolicitud,
|
|
.spanDetails,
|
|
#closePopUpDiv,
|
|
#draganddrop{
|
|
cursor:pointer;
|
|
}
|
|
|
|
.totDesgNota{
|
|
float:left;
|
|
border:1px solid #000;
|
|
background-color:#FFC;
|
|
padding:5px
|
|
}
|
|
|
|
.btnSearch{
|
|
width:100px;
|
|
height:40px;
|
|
}
|
|
|
|
#subTbl th{
|
|
background-color:#A8A8FF !important;
|
|
}
|
|
|
|
.txtFrm{
|
|
padding:6px 5px;
|
|
border:1px solid #999;
|
|
background-color:#F4F4F4;
|
|
font-size:15px !important;
|
|
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
|
|
color: #333 !important;
|
|
width:290px;
|
|
}
|
|
|
|
.txtFrm2{
|
|
padding:6px 5px;
|
|
border:1px solid #999;
|
|
background-color:#FFFFFF;
|
|
font-size:15px !important;
|
|
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
|
|
color: #333 !important;
|
|
width:290px;
|
|
}
|
|
|
|
.txtFrmD{
|
|
padding:6px 5px;
|
|
border:1px solid #999;
|
|
background-color:#F4F4F4;
|
|
font-size:15px !important;
|
|
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
|
|
color: #333 !important;
|
|
width:680px;
|
|
}
|
|
|
|
.lineProd{
|
|
border-top:1px solid #CCCCCC;
|
|
border-bottom:1px solid #CCCCCC;
|
|
padding-top:10px;
|
|
padding-bottom:6px;
|
|
}
|
|
|
|
/* Suggest Box */
|
|
|
|
.suggestGral{
|
|
position:absolute;
|
|
top:-2px;
|
|
left:2px;
|
|
z-index:100;
|
|
}
|
|
|
|
#sugBox{
|
|
border:1px solid #000;
|
|
background-color:#666666;
|
|
color:#333;
|
|
padding:5px;
|
|
width:530px;
|
|
}
|
|
|
|
#sugBox .btnClose a:link,
|
|
#sugBox .btnClose a:visited{
|
|
color:#FFFFFF;
|
|
font-size:11px;
|
|
padding-bottom:3px;
|
|
float:right;
|
|
}
|
|
#sugBox .item{
|
|
background-color:#FFFFFF;
|
|
cursor:pointer;
|
|
}
|
|
|
|
#sugBox .resTbl{
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
#tblConceptos{
|
|
border:1px solid #000000;
|
|
background-color:#FFFFFF;
|
|
float:left;
|
|
width:600px;
|
|
height:600px;
|
|
padding:5px;
|
|
overflow:auto;
|
|
}
|
|
|
|
#frmConceptos{
|
|
border:1px solid #000000;
|
|
float:right;
|
|
width:350px;
|
|
height:600px;
|
|
padding:5px;
|
|
}
|
|
|
|
.clear{
|
|
clear:both;
|
|
}
|
|
|
|
.txtCloseVta{
|
|
font-size:10px;
|
|
}
|
|
|
|
.txtH1{
|
|
font-size:22px;
|
|
color: #1b486a;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.listChks{
|
|
border:1px solid #999999;
|
|
height:70px;
|
|
width:680px;
|
|
overflow:auto;
|
|
background-color:#FFFFE6;
|
|
font-size:14px;
|
|
}
|
|
|
|
.listChksV{
|
|
border:1px solid #999999;
|
|
height:70px;
|
|
width:680px;
|
|
overflow:auto;
|
|
background-color:#F4F4F4;
|
|
font-size:14px;
|
|
}
|
|
|
|
|
|
|
|
#report {
|
|
font-size: 12px;
|
|
margin: 0px;
|
|
text-align: left;
|
|
}
|
|
#report th {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
padding: 8px;
|
|
background: #EFEFEF;
|
|
color: #333;
|
|
text-align: left;
|
|
}
|
|
#report td {
|
|
padding-right: 12px;
|
|
background: none;
|
|
border: none;
|
|
padding-top:10px;
|
|
color: #666;
|
|
line-height:20pt !important;
|
|
text-align:right;
|
|
border-bottom: none !important;
|
|
}
|
|
#report b {
|
|
float:left; padding-left:20px;
|
|
}
|
|
#alinear {text-align:center !important;}
|
|
#report2 td
|
|
{
|
|
border-bottom:1px #FFFFFF;
|
|
}
|
|
#repaling td{text-align:left; padding-left:25px !important}
|
|
|
|
#modDialog{
|
|
position:absolute;
|
|
bottom:20px;
|
|
left:10px;
|
|
z-index:500;
|
|
border:2px solid #000000;
|
|
width:250px;
|
|
height:70px;
|
|
background-color:#FFFFFF;
|
|
}
|
|
|
|
.headerMsgD{
|
|
background-color:#CCCC33;
|
|
padding:3px;
|
|
}
|
|
.titMsgD{
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
float:left;
|
|
padding-left:5px;
|
|
}
|
|
.btnMsgD{
|
|
float:right;
|
|
font-size:11px;
|
|
}
|
|
.btnMsgD a:link,
|
|
.btnMsgD a:visited{
|
|
float:right;
|
|
font-size:11px;
|
|
color:#000000;
|
|
}
|
|
.conMsgD{
|
|
padding:5px;
|
|
}
|
|
.boxDist{
|
|
border:1px solid #000000;
|
|
width:98px;
|
|
margin-left:10px;
|
|
margin-bottom:5px;
|
|
float:left;
|
|
}
|
|
.btnGral{
|
|
padding: 10px;
|
|
}
|
|
|
|
#subTable{
|
|
border:0px;
|
|
padding:0px;
|
|
margin:0px;
|
|
border-collapse:collapse;
|
|
}
|
|
#subTable td{
|
|
border:0px solid #000000;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
/******/
|
|
|
|
.boxTable{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
.boxTable th {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
padding: 8px;
|
|
border: 1px solid #cccccc;
|
|
color: #333;
|
|
text-align: center;
|
|
background-color:#EFEFEF;
|
|
}
|
|
.boxTable td{
|
|
border: 1px solid #CCC;
|
|
color: #666;
|
|
}
|
|
.tblTh{
|
|
border-top:1px solid #CCC !important;
|
|
}
|
|
.tblField{
|
|
margin:5px;
|
|
text-align:left;
|
|
}
|
|
.tblPages{
|
|
background-color:#EFEFEF;
|
|
}
|
|
|
|
.txtFailMsg{
|
|
color:#FF0000;
|
|
}
|
|
#txtSucMsg{
|
|
background-color:#009900;
|
|
color:#FFFFFF;
|
|
padding:5px;
|
|
width:600px;
|
|
}
|
|
#txtErrMsg{
|
|
background-color:#FF0000;
|
|
color:#FFFFFF;
|
|
padding:5px;
|
|
width:600px;
|
|
}
|
|
|
|
.lnkDel a:link,
|
|
.lnkDel a:visited{
|
|
color:#FF0000 !important;
|
|
}
|
|
|
|
.pedRed{
|
|
background-color:#FF0000 !important;
|
|
color:#FFFFFF !important;
|
|
}
|
|
.pedNar{
|
|
background-color:#FF9900 !important;
|
|
color:#FFFFFF !important;
|
|
}
|
|
|
|
.pedYel{
|
|
background-color:#FFFF00 !important;
|
|
}
|
|
|
|
.txtRed{
|
|
color:#FF0000 !important;
|
|
}
|
|
|
|
.txtGreen{
|
|
background-color:#FFCC00 !important;
|
|
} |