@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * Estilos personalizados para FiestaPark
 */
/**** GENERICAS ************************/
//.typeahead { z-index: 1051;}
.ui-autocomplete{
   /*z-index: 1051;
   z-index:2147483647 !important; */
   z-index:10000 !important;
}
.text-justify {
  text-align: justify;
}
.required{
    color:#A90329 !important;
    /*font-weight: normal;*/
}
.col-centered{
    float: none;
    margin: 0 auto;
}
/*ul.ui-autocomplete.ui-menu {
  z-index: 1000;
}*/

/*** Junio 2014 ***/
/*#ribbon .tooltip{
    z-index: 2030 !important;
    padding-left:140px;
}*/

body.menu-on-top #ribbon{
    //background: none repeat scroll 0 0 #22262E;
}

#logo {
	display: inline-block;
	width: 175px;
	margin-top: 0px;
	margin-left: 9px;
}


/*** Junio 2014 ***/
#logo img {
    height: auto;
    padding-left: 3px;
    width: 140px;
}

/*** Junio 2014 ***/
#extr-page #header #logo img {
	width: 150px;
	height: auto;
	padding-left: 3px;
}

#login #header #logo{
    margin-top: 12px;
}

#login .login-desc-box-l {
    min-height: 350px;
    width: 100%;
}
#login h4.paragraph-header {
    width: 90%;
}

#row_bye{
    margin-top:100px;
}
#box_bye{
    vertical-align:top;
}
#bye_disconnect{
    float:none;
    display: inline;
    vertical-align: top;
}

#box_bye h1{
    color:#990033;
    display:block;
    text-align:center;
}

#login #footer,
#footer_main {
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1031;
    height: 40px;
    border-top: 1px solid #eee!important;
    overflow: hidden;
    padding: 10px 30px;
    background-clip: padding-box;
    border-width: 0;
    min-height: 28px;
    background: #fff!important;
    box-sizing: border-box; 
    font-size: 11px;
}
#footer_main {
  position: relative;
  //margin-top: -30px; /* negative value of footer height */
  height: 30px;
  padding: 5px 30px;
  clear:both;
  //padding-top:20px;    
}

#main {
    //margin-bottom:30px;
}
#login #main {
    margin-bottom:40px;
}
.page-title {
    //margin: 12px 0 28px;
    margin: 12px 0px;
}
#titulo_modulo{
    padding-bottom:0px!important;
    margin-bottom:0px!important;
}
#botonera_index{
    padding-top:0px;
    padding-bottom:15px;
}

img.avatar,
div.webcam{
    box-sizing: border-box;
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    border-radius: 2px;    
    padding: 15px;
}



/**** DATATABLES ********************************/
table.dataTable tr.even.row_selected td,
table.dataTable tr.odd.row_selected td,
table tr.row_selected td{
    background-color: #f2dede !important; //danger
    //background-color: #fcf8e3; //warning
    //background-color:#d6dde7; //info
}
td.right {
  text-align: right;
}
/*** Junio 2014 ***/
div.dataTables_filter input {
    width: 7em;
}
.dtable_custom_controls{
    position: absolute;
    z-index: 50;
    margin-left: 230px;
    margin-top:6px; 
    display:none;
}
    
.dtable_custom_controls .dataTables_length{
    width:auto;
    float:none;
}
table.table-no-bordered td{
    border:0px!important;
}
table.filtros_avanzados,
table.filtros_avanzados tr ,
table.filtros_avanzados td{
    background: transparent;
}
table.filtros_avanzados tr td{
    padding-bottom: 10px;
    padding-right: 10px;
}

/*** Junio 2014 ***/
@media only screen and (min-width: 320px) {
    div.dataTables_filter input {
        width: 6em;
    }
}

@media only screen and (min-width: 479px) {
    div.dataTables_filter input {
        width: 10em;
    }
    
    .dtable_custom_controls{
        margin-left: 250px;  
    }
    .dtable_custom_controls .dataTables_length,
    .dtable_custom_controls .dataTables_length select{
        width:100px;
    }
}

@media only screen and (min-width: 549px) {
    div.dataTables_filter input {
        width: 16em;
    }
}


/*** Junio 2014 ***/
div.dataTables_info{
    font-size: 12px;
}

/*** Septiembre 2014 ***/
table.dataTable select option{
    font-weight: normal!important;
}

/*** Botones ******************/
.smart-form footer .btn {
    font-size:12px;
}

/***** FORM ******/
.form-group.state-error {
    margin-bottom: 5px;
}

form fieldset {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: 0 none;
    display: block;
    padding: 25px 14px 5px;
    position: relative;
}
form legend{
    margin-top:10px;
    margin-bottom:0;
}

.respuesta-cuestionario{
    margin-bottom:10px;
}

/* SELECT2 **/
.select2-container.select2{
    margin-left: -10px;
}

/*** Junio 2014 ***/
form.form-horizontal div.select2-container.select2-container-multi.select2 {
    margin-top:-5px;
}


/*** VALIDATION FORM *******/
form .state-error input, 
form .state-error select, 
form .state-error textarea, 
form .radio.state-error i, 
form .checkbox.state-error i, 
form .toggle.state-error i {
    background: none repeat scroll 0 0 #FFF0F0;
    border-color: #A90329;
}
form .toggle.state-error input:checked + i {
    background: none repeat scroll 0 0 #FFF0F0;
}
form .state-error + em {
    color: #D56161;
    display: block;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
    padding: 0 1px;
}
form .rating.state-error + em {
    margin-bottom: 4px;
    margin-top: -4px;
}
form .state-error select + i {
    background: none repeat scroll 0 0 #FFF0F0;
    box-shadow: 0 0 0 9px #FFF0F0;
}
.state-error .icon-append, .state-error .icon-prepend {
    color: #ED1C24;
}
form .state-success input, 
form .state-success select, 
form .state-success textarea, 
form .radio.state-success i, 
form .checkbox.state-success i, 
form .toggle.state-success i {
    background: none repeat scroll 0 0 #F0FFF0;
    border-color: #7DC27D;
}
form .toggle.state-success input:checked + i {
    background: none repeat scroll 0 0 #F0FFF0;
}
form .note-success {
    color: #6FB679;
}
form .state-success select + i {
    background: none repeat scroll 0 0 #F0FFF0;
    box-shadow: 0 0 0 9px #F0FFF0;
}

/*** SPINNER *****/
.ui-spinner-input.spinner-both {
padding: 6px 30px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: inherit;
}

/**** AVATAR **********/
.profile-pic > img {
    top:0px;
    left: 0px;
    max-width: 150px;
    margin-bottom:0px;
    z-index: 40;
}
.profile-pic {
    text-align: left;
}

/****** TYPEAHEAD ********************/
/*.tt-suggestion.tt-is-under-cursor p:after,
.tt-suggestion.tt-is-under-cursor p:before {
    font-size:8px!important;
}*/

/***** LISTAS *********************/
.dl-horizontal.auto dt{
    width: 200px;
    padding-right: 10px;
}

/******* DATEPICKER *************/
#ui-datepicker-div{
    z-index: 9999999!important;
}


/************************ FACTURACION ******************************/
.facturado{
    font-size:16px;
    font-weight:bold;
    color:#a90329 !important;
}
.efecto_estado_n,
.efecto_estado_c,
.efecto_estado_t{
  color: #3276b1 !important;
}
.efecto_estado_o{
    color: #c79121 !important;
}
.efecto_estado_d{
    color: #a90329 !important;
    font-weight:bold;
}
.stockNegativo,
.stockNegativo a{
    color:#a90329 !important;
}
