/*
    Document   : default.css
    Created on : 20/07/2011, 14:46:46
    Author     : lucas
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import "jquery/ui.css";
@import "jquery/layout.css";
@import "jzend.css";
@import "jquery/context-menu.css";
@import "form.css";
@import "jquery/uploadify.css";
@import "jquery/tagit-simple-blue.css";

body
{
    margin: 0;
    padding: 0;
    width: 100%;
}

h1, h2, h3, h4, h5, input, textarea, a, label, span, li, lu, td, th, p, fieldset
{
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
}

a, a:visited {
    text-decoration: none;
    color: #444444;
}

a:hover {
    text-decoration: underline;
}

#content-layout {
}

#content-top
{
    border: 0;
    background-color: #f2f2f2;
    height: 150px;
}

#content-left
{
    background-color: #F2F2F2;
}

#content-center
{

}

#content-bottom
{

}

#section-menu-area
{
    background-color: #214478;
    height: 40px;
}

ul#section-menu-area {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 1px 1px 2px #888888; /* Safari and Chrome */
    box-shadow: 1px 1px 2px #888888;
}

ul#section-menu-area li {
    display: inline-block;
    float: left;
    overflow: hidden;
}

#section-notifications
{
    height: 40px;
    width: 40px;
}

#section-menu
{

}

#section-perfil
{

}

#section-login
{

}

#section-content
{

}

#section-submenu
{

}

#section-submenu .ui-state-active {
    background: #ddd;
}

#section-submenu .ui-accordion-header, #section-submenu .ui-accordion-content{
    border: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
}

#section-submenu .submenu-acordion-items li {
    border-bottom: 1px dashed silver;
}

#section-message-frame {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
    display: none;
}

#section-tabs {
    padding: 0 !important;
    border: 0 !important;
}

#section-tabs .ui-tabs-nav {
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    background: #214478;
    border-top: 3px solid #162d50;
    border-left: 0;
    border-right: 0;
}

#section-tabs .ui-tabs-panel {
    padding: 0 !important;
}
.section-menu-area-separator {
    border-left: 1px solid silver;
    width: 1px;
}

/*
 * Menu
 */
ul.main-menu {
    height:40px;
    list-style:none;
    margin:0;
    padding:0;
}
ul.main-menu li{
    float:left;
    padding:0px;
}
ul.main-menu li a{
}

ul.main-menu li ul{
    background-color: white;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    position:absolute;
    width:225px;
    z-index: 1000;
    box-shadow: 1px 1px 2px #888888;
}
ul.main-menu li:hover ul{
    display:block;
}
ul.main-menu li li {
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:225px;
}
ul.main-menu li:hover li a{
    background:none;
}
ul.main-menu li ul a{
    color: gray;
    display:block;
    height:30px;
    line-height: 30px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding: 0px 10px 0px 15px;
    text-align:left;
}
ul.main-menu li ul a:hover, .menu li ul li:hover a{
    background-color: #5599ff;
    border:0px;
    color:#ffffff;
    text-decoration:none;
}

/*
 * Formularios
 */
form.form-main {
    margin: 20px;
}

form.form-main input, form.form-main button, form.form-main select,
form.form-main textarea
{
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
}

form.form-main input, form.form-main textarea{
    border: 1px solid silver;
    padding: 3px 1px;
    margin: 0;
}

span.form-submit {
    border: 1px solid silver;
    line-height: 20px;
    background-color: #e6e6e6;
    padding: 2px 15px;
    border-radius: 3px;
    display: inline-block;
    margin: 1px;
    color: black;
}


span.form-submit:hover {
    cursor: pointer;
}

.form-title {
    background-color: #d7e3f4;
    border-bottom: 2px solid #87aade;
    padding: 20px 30px;
}

.form-title .title {
    color: #214478;
    font-size: 20px;
    font-weight: bold;
}

.form-title .operation {
    color: #444444;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.form-description {
    background-color: #ffffaf;
    padding: 10px;
    border-bottom: 2px solid #ffcc00;
}

.form-description p {
    margin: 0;
    color: gray;
}

/*
 * Draglist
 */
.draglistElement{
    width: 500px;
    margin: 0 auto;
    overflow:hidden;
    padding-top: 10px;
}

.draglistElement div.draglistTitle{
    border:1px inset #1890EC;
    background:#D7E3F4;
    padding:5px 10px;
    text-align: center;
}

.draglistElement div.leftList{
    float: left;
}

.draglistElement div.rightList{
    float: right;
}

.draglistElement div p{
    margin:1em;
    font-weight: bold;
}

.draglistElement div ul {
    margin:1em;
    border:1px solid #999;
    padding:1em;
    min-height:150px;
    width:170px;
}

.draglistElement div ul li {
    cursor:move;
    display:block;
    border:1px inset #1890EC;
    background:#D7E3F4;
    width:150px;
    padding:5px 10px;
    margin:0 0 2px 0 !important;
    border-radius: 3px;
}

.draglistElement .pholder{
     clear:none;
     border:1px dotted #0814F6;
     width:150px;
     height: 14px;
     background-color: #E6EDF8;
}

/*
 * Colores CSS3
 */
.gradient-buttons, span.form-submit {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    background: linear-gradient(top, #eeeeee 0%,#cccccc 100%);
}

.gradient-buttons-hover, span.form-submit:hover {
    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
    background: linear-gradient(top, #cccccc 0%,#eeeeee 100%);
}

.gradient-errortag, .form-errortags .errortags-frame {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
}

.gradient-baseframe {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
}

/*
 * Pantall de login
 */
#content-login {
    width: 100%;
    height: 100%;
    background-color: #214478;
    position: absolute;
}

#content-login .section-top {
    width: 100%;
    height: 30%;
    background-color: #f2f2f2;
    position: absolute;
    border-bottom: 5px solid #4d4d4d;
}

#content-login .section-form {
    top: 50%;
    left: 50%;
    position: absolute;
    color: white;
}

#content-login .section-button {
    display: block;
    background-color: #3b74c9;
}

#content-login #login-title {
    position: absolute;
    bottom: 0;
    background-color: #b3b3b3;
    border-top: 1px solid #4d4d4d;
    width: 100%;
    display: block;
}

#content-login #login-title .title {
    border-top: 1px solid #e6e6e6;
    color: #333333;
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
}

#content-login #login-title .title.admin {
    color: #a90329;
}

/*
 * Tags de errores de formularios
 */

.form-errortags {
    max-width: 200px;
    position: absolute;
    z-index: 10;
    padding: 5px;
    background: url(../images/arrow-tag.png) 0px 15px no-repeat;
    opacity: 0.3;
    filter: alpha(opcity=30);
}

.form-errortags:hover {
    opacity: 1;
    filter: alpha(opcity=100);
}

.form-errortags .errortags-arrowmore {
    height: 10px;
    width: 10px;
    margin-right: 20px;
    float: right;
    overflow: hidden;
    background: url(../images/mini-arrow-down_10.png) center no-repeat;
}

.form-errortags .errortags-frame {
    border: 1px solid #550000;
    border-radius: 3px;
    overflow: hidden;
}

.form-errortags .errortags-framemore {

}

.form-errortags .errortags-frame p {
    padding: 5px;
    margin: 0;
    color: silver;
}

.form-errortags .errortags-frame p:hover {
    color: white;
}

.form-slidegroup-wrapper {
    margin-bottom: 5px;
}

.form-slidegroup-wrapper .jz-ui-windowframe-titlebar {
    border: 1px solid #5599ff;
    background-color: #D7E3F4;
    padding: 5px;
}

.form-slidegroup-wrapper .jz-ui-windowframe-titlebar-title {
    font-size: 14px;
    color: #444444;
}

.form-slidegroup-wrapper .jz-ui-windowframe-content {
    padding: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.form-slidegroup-wrapper .jz-ui-windowframe-content:hover {
    /*padding-left: 4px;
    border-left: 1px solid #888888;*/
    background-color: #eeeeee;
    border-bottom: 1px solid #888888;
}

/*
 * Messages
 */
.message-frame {
    border-bottom: 1px solid #800000;
}

.message-frame .jz-msgframe-message {
    padding: 10px 20px;
    display: block;
}

.message-error {
    background-color: #ffd5d5;
    color: #444444;
    font-weight: bold;
}

/*
 * Notificaiones
 */

#section-notifications .notification-alert-border {
    /*border: 1px solid gray;*/
    background-color: #b3b3b3;
    border-radius: 3px;
    margin: 5px;
    float: left;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: white;
    font-weight: bold;
}

/*
 * Menu area buttons
 */

#section-menu-area .menu-area-select {
    color: white;
    text-decoration: none;
    color:#cccccc;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    display: block;
    font-weight: normal;
    text-align: center;
    margin: 0px;
}

#section-menu-area .menu-area-select:hover{
    background-color: #5599ff;
    color:#FFFFFF;
    text-decoration:none;
    text-shadow: 1px 1px 1px black;
}

#section-menu-area .menu-area-button a, ul.main-menu li a {
    color: white;
    text-decoration: none;
    color:#cccccc;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    display: block;
    font-weight: normal;
    text-align: center;
    margin: 0px;
}

#section-menu-area .menu-area-button a:hover, ul.main-menu li a:hover,
.menu ul li:hover a, #section-notifications:hover{
    background-color: #5599ff;
    color:#FFFFFF;
    text-decoration:none;
    text-shadow: 1px 1px 1px black;
}

.submenu-acordion-items {
    margin: 0;
    padding: 10px 5px;
    list-style: none;
}

.submenu-acordion-items li {
}

.submenu-acordion-items li a {
    text-decoration: none;
    padding: 5px;
    display: block;
}

.submenu-acordion-items li a:hover {
    font-weight: normal;
    padding: 4px;
    border: 1px solid #3b74c9;
    background: #cedff7 url(../../images/jqueryui/ui-bg_highlight-soft_75_cedff7_1x100.png) 50% 50% repeat-x;
    color: #363636;

}

/*
 * Toolbar
 */

.toolbar {
    display: block;
    overflow: hidden;
    background-color: #e6e6e6;
    padding: 5px 0px;
    border-bottom: 1px solid #888888;
}

.toolbar-align-left {
    float: left;
}

.toolbar-align-right {
    float: right;
}

ul.toolbar-panel {
    padding: 0;
    margin: 0;
    list-style: none;
}

li.toolbar-panel-block {
    float:left;
    display: inline-block;
    margin: 0px 2px;
}

.toolbar-size-small {
    height: 16px;
}

.toolbar-size-medium {
    height: 24px;
}

.toolbar-size-large {
    height: 32px;
}

.toolbar-size-extralarge {
    height: 64px;
}

.toolbar-button, .toolbar-combo{
    border: 1px solid #888888;
    display: inline-block;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
}

.toolbar-button *, .toolbar-combo *{
    cursor: pointer;
}

.toolbar-button:hover, .toolbar-combo:hover {
    border: 1px solid #363636;
    background-color: #666666;
    color: #eeeeee;
}

.toolbar-button-type-medium-listform {
    background-image: url(../images/16/page.png);
}

.toolbar-button-type-medium-reportnext {
    background-image: url(../images/16/resultset_next.png);
}

.toolbar-button-type-medium-reportprev {
    background-image: url(../images/16/resultset_previous.png);
}

.toolbar-button-type-medium-reportback {
    background-image: url(../images/16/arrow_left.png);
}

.toolbar-button-type-medium-accept {
    background-image: url(../images/16/accept.png);
}

.toolbar-button-type-medium-newform {
    background-image: url(../images/16/application_form_add.png);
}

.toolbar-button-type-medium-editform, .context-menu-item.icon-editform {
    background-image: url(../images/16/application_form_edit.png);
}

.toolbar-button-type-medium-deleteform {
    background-image: url(../images/16/application_form_delete.png);
}

.toolbar-button-type-medium-browser {
    background-image: url(../images/16/table.png);
}

.toolbar-button-type-medium-clearform, .datatable-rowbuttons-type-delete, .context-menu-item.icon-delete {
    background-image: url(../images/16/cross.png);
}

.toolbar-button-type-medium-permission {
    background-image: url(../images/16/key.png);
}

.toolbar-button-type-medium-edit, .datatable-rowbuttons-type-edit, .context-menu-item.icon-edit{
    background-image: url(../images/16/pencil.png);
}

.toolbar-button-type-medium-printer, .datatable-rowbuttons-type-printer, .context-menu-item.icon-printer{
    background-image: url(../images/16/printer.png);
}
.toolbar-button-type-medium-applink, .datatable-rowbuttons-type-applink, .context-menu-item.icon-applink{
    background-image: url(../images/16/application_link.png);
}

/*
 * DataTable
 */

.datatable {

}

.datatable-nav, .datatable-info {
    overflow: hidden;
    padding: 10px;

}
.datatable-nav {
    background-color: #214478;
    color: white;
}

.datatable-info {
    background-color: #e6e6e6;
}

.datatable-nav .dataTables_filter input {
    border: 1px solid silver;
}

.datatable-nav .dataTables_filter, .datatable-info .dataTables_info {
    float: left;
}

.datatable-nav .dataTables_length, .datatable-info .dataTables_paginate{
    float: right;
}

.datatable-info .dataTables_info {
    font-size: 12px;
}

.datatable-table table {
     border-collapse: collapse;
     width: 100%;
}

.datatable-table .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.datatable-table table tbody td {
    padding: 3px 10px;
}

.datatable-table table thead th span.DataTables_sort_icon {
    float: right;
    display: inline-block;
    overflow: hidden;
}

.datatable-row-selected {
     background-color: #cedff7 !important;
}

.datatable-row-hover {
    background-color: #C4E1A4;
}

.datatable-row-incluye-neto {
    background-color: #FFC0CB !important;
    color: #FF0000 !important;
}

/*
 * DataTable RowButtons
 */
.datatable-rowbuttons {
    position: absolute;
    background-color: transparent;
    height: 16px;
    z-index: 10;
}

.datatable-rowbuttons-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.datatable-rowbuttons-nav li {
    margin: 0px 2px;
}

.datatable-rowbuttons-button {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

span.datatable-rowbuttons-button {
    display: inline-block;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

span.datatable-rowbuttons-button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*
 * fileUploader
 */

.qq-uploader {
    position:relative;
    width: 100%;
}

.qq-upload-button {
    display:block;  /*or inline-block */
    width: 80px;
    text-align:center;
    padding: 3px 1px;
    height: 15px;
    background:#214478;
/*    border-bottom:1px solid #ddd;*/
    color:#fff;
}

.qq-upload-button-hover {
    background:#0756c4;
}
.qq-upload-button-focus {
    outline:1px dotted black;
}

.qq-upload-drop-area {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height: 70px;
    z-index:2;
    background:#0e4da5;
    text-align:center;
}
.qq-upload-drop-area span {
    display:block;
    position:absolute;
    top: 50%;
    width:100%;
    margin-top:-8px;
    font-size:16px;
}
.qq-upload-drop-area-active {
    background:#0f72fc;
}

.qq-upload-list {
    margin:15px 35px;
    padding:0;
    list-style:disc;
    display: none;
}
.qq-upload-list li {
    margin:0;
    padding:0;
    line-height:15px;
    font-size:12px;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {

}
.qq-upload-spinner {
    display:inline-block;
    background: url("../images/fileuploader-loading.gif");
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-size,.qq-upload-cancel {
    font-size:11px;
}
.qq-upload-failed-text {
    display:none;
}
.qq-upload-fail .qq-upload-failed-text {
    display:inline;
}

/*
 * Heladmin
 */

.heladmin-align-right {
    float: right;
}

.heladmin-align-left {
    float: left;
}

.heladmin-float-fix {
    overflow: hidden;
    display: inline-block;
}

/*
    McDropdown
*/

/*styles for the psuedo-select box */
div.mcdropdown {
	position: absolute;
	border: 1px solid #8e9daa;
	padding: 1px;
	display: -moz-inline-block;
	display: inline-block;
	width: 408px;
	height: 14px;
	padding: 2px;
}

/* style either the input or div where the plug-in is attached to */
div.mcdropdown input,
div.mcdropdown div {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
	width: 98%;
	border: 0;
	padding: 2px 0 0 3px;
	/*font: 11px Arial, Helvetica, sans-serif;*/
}

div.mcdropdown a {
	position: absolute;
	right: 1px;
	top: 1px;
	background: transparent url(../images/mcdd_select_button_sprite.gif) no-repeat top left;
	display: -moz-inline-block;
	display: inline-block;
	height: 16px;
	width: 15px;
	text-decoration: none;
	font-size: 0pt;
	z-index: 2;
	outline: 0;
}

div.mcdropdown a:hover, div.mcdropdown a:focus {
	background-position: 0% -16px;
}

div.mcdropdown a:active {
	background-position: 0% -32px;
	outline: none; /* hide dotted outline in Firefox */
}

div.mcdropdownDisabled {
        background-color: #d7e3f4;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
}

div.mcdropdownDisabled input {
	cursor: default;
}

div.mcdropdownDisabled a:hover, div.mcdropdownDisabled a:focus {
	background-position: 0 0;
	cursor: default;
}

/* styles for the dropdown menu */
ul.mcdropdown_menu {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/* float so we can calculate the size of the columns */
	float: left;
	clear: both;
	z-index: 10000;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
}

ul.mcdropdown_menu ul {
	display: none;
	font: 11px Arial, Helvetica, sans-serif;
	/* float so we can calculate the size of the columns */
/*
	float: left;
*/
}

/* -- Sub-Menus -- */
ul.mcdropdown_menu ul {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	z-index: 10000;
}
ul.mcdropdown_menu ul li {
	margin: 0px;
	min-width: 150px;
	_width: 150px; /* ie6 min-width hack */
}

/* color schema */
ul.mcdropdown_menu {
/*
	height: 19px;
*/
	height: auto;
        background-color: #d7e3f4;
	padding: 5px 5px;
	/* define font here for IE6 */
	font: 11px Arial, Helvetica, sans-serif;
}

ul.mcdropdown_menu li {
	padding: 2px 20px 2px 6px;
}

/* we don't use "ul.mcdropdown_menu > li" here so that IE6 knows how to style the root level */
ul.mcdropdown_menu li.mc_root {
	cursor: pointer;
	white-space: nowrap;
	color: #666;
	border-top: 1px solid #fff;
	padding: 2px 20px 2px 6px;
	margin: 0 10px;
}

ul.mcdropdown_menu > li.mc_endcol {
	border-bottom: 1px solid #fff;
}

/* this is for IE6 only */
ul.mcdropdown_menu li.mc_hover {
	background-color: #ccc !important;
}

ul.mcdropdown_menu > li:hover {
	border-top: 1px solid #999;
	background-color: #999 !important;
	color: #fff;
}

ul.mcdropdown_menu > li:hover.mc_endcol {
	border-bottom: 1px solid #999;
}

ul.mcdropdown_menu > li:hover + li:not(.mc_firstrow) {
	border-top: 1px solid #999;
}

ul.mcdropdown_menu li.mc_parent {
	padding-right: 20px !important;
	background: url(../images/mcdd_icon_normal.gif) no-repeat 100% 50%;
}

ul.mcdropdown_menu li:hover.mc_parent {
	background: #999 url(../images/mcdd_icon_hover.gif) no-repeat 100% 50% !important;
	color: #fff !important;
}

ul.mcdropdown_menu ul {
	background: #d7e3f4;
	/* add a slight border for better visualization of deep menus */
	border: 1px solid #d0d0d0;
	padding-bottom: 10px;
	/* IE 6/7 will bleed through the background color if we don't set the visibility to hidden */
	visibility: hidden;
}

ul.mcdropdown_menu ul li {
	background: #d7e3f4;
	padding-left: 16px !important;
	border-top: 1px solid #fff;
	color: #666;
	white-space: nowrap;
}

ul.mcdropdown_menu ul li.mc_firstrow {
	border-top: 1px solid #f0f0f0;
}

ul.mcdropdown_menu ul li.mc_endcol {
	border-bottom: 1px solid #fff;
}

ul.mcdropdown_menu ul li:hover {
	background-color: #d6d6d6;
	border-top: 1px solid #dedede;
	color: #666;
}

ul.mcdropdown_menu ul li.mc_endcol:hover {
	border-bottom: 1px solid #dedede;
}

ul.mcdropdown_menu ul li:hover + li:not(.mc_firstrow) {
	border-top: 1px solid #dedede;
}

/* drop down shadows */
div.mcdropdown_shadow {
	display: none;
	position: absolute;
	margin: 3px 0 0 3px;
	/* for IE6, we use just a square transparent image */
	background: #000;
	filter :alpha(opacity=33);
}

/* ie6 ignores this selector */
html>body div.mcdropdown_shadow {
	/* let's use a transparent PNG */
	margin: 5px 0 0 5px;
	padding: 5px 0 0 5px;
	background: transparent url(../images/mcdd_shadow.png) right bottom no-repeat !important;
	/* remove the filter for IE7 */
	filter: none;
}

/* styles for the dropdown menu  */
/* autocomplete styles */
ul.mcdropdown_autocomplete {
	display: block;
  position: absolute;
	height: auto;
	max-height: 210px;
  overflow-x: hidden;
	overflow-y: auto;
  clear: both;
	padding: 5px 10px;
	/*background-color: #e1e0e0;*/
	background-color: #d7e3f4;
	z-index: 10000;

	margin: 0px;
	list-style-type: none;
	width: 392px;
	font: 11px Arial, Helvetica, sans-serif;
}

ul.mcdropdown_autocomplete ul {
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.mcdropdown_autocomplete ul li {
	margin: 0px;
}

ul.mcdropdown_autocomplete li {
  display: block;
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	color: #666;
	border-top: 1px solid #fff;
	padding: 2px 26px 2px 6px;
}

ul.mcdropdown_autocomplete li.mc_endcol {
	border-bottom: 1px solid #fff;
}

ul.mcdropdown_autocomplete li.mc_parent {
	padding-right: 20px !important;
	background: url(../images/mcdd_icon_normal.gif) no-repeat 100% 50%;
}

ul.mcdropdown_autocomplete li.mc_hover {
	border-top: 1px solid #999;
	background-color: #999 !important;
	color: #fff;
}

ul.mcdropdown_autocomplete li.mc_hover_parent {
	background: #999 url(../images/mcdd_icon_hover.gif) no-repeat 100% 50% !important;
	color: #fff !important;
}

/*
    MultiSelect
*/
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.custom-combobox {
   position: relative;
   display: inline-block;
 }
 .custom-combobox-toggle {
   position: absolute;
   top: 0;
   bottom: 0;
   margin-left: -1px;
   padding: 0;
   /* support: IE7 */
   height: 1.7em;
   top: 0.1em;
 }
 .custom-combobox-input {
   margin: 0;
   padding: 0.3em;
 }

 /*
 * Pantalla seleccion de franquicia
 */

#content-franquicia {
    background-color: #214478;
    height: 100%;
    width: 100%;
    position: absolute;
}

#section-search {
    margin-top: -50px;
    margin-left: -175px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    width: 350px;
    height: 100px;
    border-radius: 3px;
}

#section-search form {
    margin-top: 25px;
    margin-left: 20px;
}

#section-search #txt_search {
    width: 250px;
    font-size: 20px;
    height: 35px;
    padding: 0 3px;
    border: 1px solid silver;
}

#section-search #txt_search:focus {
    border: 1px solid #1890EC;
    outline: none;
    box-shadow: inset 0 1px 2px silver;
}

#section-search #smt_search:hover {
    opacity: 0.6;
    filter: alpha(opacity=60%);
    cursor: pointer;
}

.jz-ui-contextloader-modal .container .animation {
    height: 24px;
}

div.tabs-manager-panel.ui-tabs-panel.ui-widget-content {
    position: relative;
}