/*******************************************************************************
******************************CSS GENERAL***************************************
********************************************************************************/
@font-face {
    font-family: 'mohave';
    src: url('../resources/fonts/Mohave.otf');
}

@font-face {
    font-family: 'bebas neue';
    src: url('../resources/fonts/BebasNeue.otf');
}

@font-face {
    font-family: 'ronnia';
    src: url('../resources/fonts/RonniaReg.otf');    
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../resources/fonts/AvenirLTStd-Medium.otf');    
}

@font-face {
    font-family: 'lato';
    src: url('../resources/fonts/Lato-Regular.ttf');    
}

body {
    background-color: #bbbbbb;
    font-size: 14px;
    /*font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;*/
    /*font-family: "mohave", "bebas neue", "ronnia" !important;*/
    color: #000000;  
    /* margin: 10px; */
    /*background-image: url('../resources/images/background.jpg');*/
}

h1 span{
    color: #2F2B29;
    font-weight: bold;
    font-size: 1.05em;
}

h2, h3{
    color: #006F42 !important; 
}

h2 i{
    color: #000 !important; 
}

hr{
    height: 1px !important;
    background-color: #8F8E8D;
    width: 90% !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.required{
    color: #D7323E !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.428571429;
    padding: 6px 0;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 12px 10px;
    border-radius: 35px;
    font-size: 20px;
}

.page-header h2{
    color: #333333 !important;
}

.page-header h4{
    color: #333333;
}

.panel-heading h2{
    color: #333333 !important; 
}

.panel-heading h2 i{
    color: #000 !important; 
}

.page-header{
    border: none !important;
}

/*******************************************************************************
*********************************MENU*******************************************
********************************************************************************/
.navbar-bottom .navbar{    
    font-size: 11px; 
    background-color: #F7F7F7;
}

.navbar-bottom .navbar-default a{
    border-right: 1px solid #FFF; 
}

.navbar-bottom .navbar-default :last-child > a {
    border-right: none; 
}

.navbar-bottom .navbar-default a{   
    font-family: "AvenirLTStd-Medium";
    color: #959595 !important;
    /*font-weight: bold;*/
}

.navbar{
    border-radius: 0px !important;
    font-family: 'ronnia';
    font-size: 15px;
}

.navbar-default{   
    background-color: #F4F4F4 !important;
    border-color: #F4F4F4 !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    /* text-align: center; */
    text-align: left;
    margin-left: 90px;
}

.navbar-default a{   
    font-family: "AvenirLTStd-Medium";
    color: #000 !important;
    /* height: 35px; */
    /*font-weight: bold;*/
}

.navbar-nav li a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-default a:hover{   
    color: #FFF !important;
    background-color: #1E1E1E !important;
}

.navbar-default a.active{
    color: #FFF !important;
    background-color: #1E1E1E !important; 
}

/*******************************************************************************
******************************* TABS *******************************************
********************************************************************************/
.stepwizard {
    display: table;
    width: 100%;    
    position: relative;
    background-color: #F1F1F1;
    opacity: .99;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-row .stepwizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.stepwizard-row .stepwizard-step:last-child > .progress {
    width: 50%;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 105px;
    padding-top: 15px;
}

.stepwizard-step p {
    margin-top: 10px;
    padding: 5px;
    color: #939394;
}

.stepwizard-step a p{
    display: none;
}

.stepwizard-step a[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    background-color: #B3B3B3 !important; 
}

.btn-wizard-step{
    color: #FFFFFF;
    font-weight: bold !important;
    background-color: #B1917C;
    border-color: #B1917C;
    z-index: 4;
}

.btn-wizard-step:hover{
    color: #FFFFFF !important;
}

.progress {
    position: absolute;
    width: 100%;
    height: 10.56px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    z-index: -1;
    top: 30%;
    margin: 0px;
    background-color: #B3B3B3 !important;
}

.stepwizard-step img{
    display: none;
}

.current img {
    display: inline;
    position: absolute;
    top: -40%;
    left: 33%;
}

.current .progress, .current .btn-wizard-step{    
    background-color: #006F42 !important;  
    border-color: #006F42;  
}

.complete .progress, .complete .btn-wizard-step{    
    background-color: #222222 !important;  
    border-color: #222222;  
}

.current p{
    font-weight: bold;
}

.current p i{
    color: #222222 !important;
}

.current p, .complete p {
    color: #222222;
}

.complete p i{
    color: #6AAC12;
}

.btn-step-nav{
    text-align: left !important;
}

.btn-step-nav i{
    float: right;
}

.btn-step-nav span {
    font-size: 0.7em !important;
    display:block !important;
}

.btn-step, .btn-step-nav{
    color: #fff !important;
    background-color: #006F42 !important;
    border-color: #006F42 !important;
    border-radius: 0px !important;
    font-weight: bold;    
}

.setup-content, #editar-panel{
    background-color: #E6E6E6 !important;
}

#step-6{
    border: 10px solid #222222;    
}

#step-6, #step-6 .ui-datagrid-content, #step-6 .ui-datalist-content{
    background-color: #FFFFEE !important;
}


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media(max-width:991px) {
    
    .navbar .navbar-collapse {
        text-align: center;
        margin-left: 0px;
    }
    
    .stepwizard{
        width: 100%;
        margin-bottom: 5px;
        padding-left: 0px; 
    }

    .stepwizard-step {
        width: 100%;
        display:block;
    }

    .stepwizard-step a p{
        display: inline;
        color: #FFF;
        font-weight: bold;
    }    

    .stepwizard-step p{
        display: none;
    }     

    .btn-circle{
        width: 100%;
    }

    .btn-circle.btn-xl {
        border-radius: 0px;
        width: 100%;
        height: 25px;
        font-size: 15px;
        padding: 0px 0px 0px 15px;
        text-align: left;
    }    

    .progress{
        display:none;
    }

    .navbar-bottom{
        display:none;
    }
    
    .stepwizard-step img, .current img{
        display: none;
    } 
    
    #cocina{
        display: none;
    }

}

/*******************************************************************************
******************************CSS SUBIR FOTO************************************
********************************************************************************/

.imagewrap {
    display:inline-block;
    position:relative;
}

.imagewrap-button {
    position:absolute;
    left:17%;
    top:0;
    opacity: 0.35; 
    width: 160px; 
    height: 160px;
}

.imagewrap-button:hover {
    opacity: 1;
}

.video-box{
    float:left;
}

.video-overlays {
    position:absolute;
    float:left;
    z-index:300000;
    width: 360px; 
    height: 360px;  
    opacity: 1;   
    font-size: 24px;
    font-weight: bold;
}

.video-overlays p{
    color: #FFF/*#35AC19*//*#006F42*/;
    margin-left: 40% !important;
    margin-top: 25% !important;
    font-size: 120px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #006F42,
        -2px -2px 1px #006F42,
        -2px 2px 1px #006F42,
        2px -2px 1px #006F42;
}

/*******************************************************************************
****************************CSS PRIMEFACES**************************************
********************************************************************************/
.ui-dialog-titlebar{
    background-color: #000 !important; 
    color: #FFF;
}

.ui-dialog-titlebar a span{
    background-color: #FFF !important;
}

.ui-datagrid-content{
    background-color: #E6E6E6 !important;
}

.ui-panel .ui-panel-titlebar{
    background-color: #2F2B29 !important;
    color: #FFF !important;
}

.ui-chkbox-box{
    margin: 4.5px !important; 
}

.ui-selectmanycheckbox td label{
    font-weight: normal !important;    
}

#updInfCfm .ui-dialog-titlebar, #cfmDiag.ui-dialog .ui-dialog-titlebar{
    display: none !important;   
}


.tarjeta{
    font-family:'bebas neue';
    color: #FFFFFF;   
    font-size: 40px;
    /*font-weight: bold;*/
    text-align: center;
    height: 279px;    
    line-height: 1.0;
}

.tarjeta-nuevo{
    background-color: #2F2B29; 
}

.tarjeta-editar{
    background-color: #006F42;
}

.tarjeta-nuevo p{
    padding-top: 75px;
}

.tarjeta-editar p{
    padding-top: 75px;
}

.tarjeta-nuevo p a{
    color: #FFF;
}

.tarjeta-editar p a{
    color: #FFF;
}

.tarjeta-nuevo a:hover, .tarjeta-editar a:hover{
    /*color: #FFF;*/
    text-decoration: none;
    cursor: pointer;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-datalist-content{
    border: none;
}

dt{
    font-weight: normal !important;
}

.prodList{    
    list-style: none;
}

.prodList li{    
    margin: 5px;
}

.prodList li:hover{
    background-color: #70B439;
}

.prodList li a:hover{    
    color: #FFF;
    text-decoration: none;
}

.prodList li a img{   
    float: left;
}

.prodList li a p{   
    overflow: hidden;
    padding: 5px;
}

.prodList li a{   
    color: #685C52;
}

.prodList li.selected{    
    color: #FFF;
    background-color: #3A3531;
}

.prodList li.selected a{    
    color: #FFF;
}
