/*******************************************************************************
******************************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');    
}

@font-face {
    font-family: 'BigNoodleTitling';
    src: url('../resources/fonts/big_noodle_titling.ttf');    
}

@font-face {
    font-family: 'pacifico';
    src: url('../resources/fonts/Pacifico.ttf');    
}

@font-face {
    font-family: 'cheddar';
    src: url('../resources/fonts/Cheddar Jack.ttf');    
}

@font-face {
    font-family: 'neo';
    src: url('../resources/fonts/Neo Sans Std Black.otf');    
}

@font-face {
    font-family: 'soho';
    src: url('../resources/fonts/Soho Std Medium Italic.otf');    
}

body {
    background-color: #000000 !important;
    font-size: 12px;
    /*color: #000000;*/  
    margin: 10px;
}

h1 span{
    color: #2F2B29;
    font-weight: bold;
    font-size: 1.05em;
}

h2, h3{
    color: #000 !important; 
}

h2 i{
    color: #D4000F !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: #FFF !important; */
    color: #D4000F !important;

}

.page-header h4{
    color: #2E2B29;
}

.panel-heading h2{
    color: #000 !important; 
}

.panel-heading h2 i{
    color: #D4000F !important; 
}

.page-header{
    border: none !important;
}

.video-bg{
    background-color: #ff0000;
}

.content-bg{
    background-color:#E6E6E6;
}

/*******************************************************************************
*********************************MENU*******************************************
********************************************************************************/
.navbar{
    border-radius: 0px !important;
    font-family: 'ronnia';
    font-size: 15px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;      
}

.navbar-default a{   
    /*background-color: #820023 !important;*/
    border-color: #2F2B29 !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.navbar-collapse {
    text-align: center;
    /*    position:relative; 
        top: -70px;*/
    border-color: transparent !important;
}

.navbar-default a{
    color: #000 !important;
    /* font-weight: bold; */
}

.navbar-default a:hover{   
    /*background-color: #EC1C29 !important;*/
}

.navbar-default a.active{
    color: #C42033 !important;
    /*border-bottom: 4px solid #C42033 !important;*/    
    /*padding-bottom: 3px;*/
}

/*MENÚ SUPERIOR*/

.navbar-top .navbar{
    padding-bottom: 0px;
    border-bottom: 25px solid transparent !important;
    /*height: 180px;*/

    /*
    border-image-source: url(../resources/imageurls/kfc/border.png) ;
    border-image-slice: 100%;
    border-image-width : 30;
    border-image-outset: 30;
    border-image-repeat: repeat;
    */

    /*    -moz-border-image: url(../resources/images/kfc/border44.png) 27 stretch;
        -webkit-border-image: url(../resources/images/kfc/border44.png) 27 stretch;  
        -o-border-image: url(../resources/images/kfc/border44.png) 27 stretch;
        border-image: url(../resources/images/kfc/border44.png) 27 fill stretch;	    */

    background-color: #FFF !important;
}

.navbar-top .navbar-default a{       
    /*width: 190px;*/
    /*    border-top-left-radius: 25px !important;
        border-top-right-radius: 25px !important;*/    
}

.navbar-top .navbar-default a:hover{   
    background: url(../resources/images/kfc/art08.svg);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;      
}

.navbar-top .navbar-default a.active{   
    background: url(../resources/images/kfc/art08.svg);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;    
}

/*MENÚ INFERIOR*/

.navbar-bottom .navbar-default a.active{
    color: #FFF !important;
}

.navbar-bottom .navbar{
    font-size: 11px; 
    background-color: #820023 !important;
    border-bottom: none;
}

.navbar-bottom .navbar-default a{
    border-right: 1px solid #FFF !important;     
}

.navbar-bottom .navbar-default :last-child > a {
    border-right: none !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: -63%;
    left: 35%;
}

.current .progress, .current .btn-wizard-step{    
    background-color: #C4122F !important;  
    border-color: #C4122F;  
}

.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;
}

.logoAlign {
    /* width: 100px;  */
    /*text-align: left;*/
}

.empleosLabel {
    font-size: 18px; 
    font-family: ronnia;
    font-weight: bold;
    text-shadow: 3px 3px 3px #c0c0c0;
    position: relative; 
    left: 7px;
    /* display: block;
    width: 160px; 
    text-align: center; */
}

.btn-step, .btn-step-nav{
    color: #fff !important;
    background-color: #C4122F !important;
    border-color: #C4122F !important;
    border-radius: 0px !important;
    font-weight: bold;    
}

.setup-content, #editar-panel{
    background-color: #F6E3D1 !important;
}

#step-6, #step-6 .ui-datagrid-content{
    background-color: #FFF !important;
}

/*******************************************************************************
******************************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*//*#D4000F*/;
    margin-left: 40% !important;
    margin-top: 25% !important;
    font-size: 120px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #D4000F,
        -2px -2px 1px #D4000F,
        -2px 2px 1px #D4000F,
        2px -2px 1px #D4000F;
}

/*******************************************************************************
****************************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: #F6E3D1 !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: 'ronnia';
    color: #FFFFFF;   
    font-size: 24px;
    font-weight: bold;
    text-align: center;*/
}

.tarjeta a{
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px  !important;
    background-color: #00B158;
    color: #FFF;
    padding: 10px;
}

.tarjeta-nuevo{
    background-color: #2F2B29; 
}

.tarjeta-editar{
    background-color: #D4000F;
}

.tarjeta-nuevo a p{
    color: #FFF;
}

.tarjeta-editar a p{
    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;
}

#cocina{
    background: #ffffff url('../resources/images/china/increible.png') no-repeat;    
    height: 293px;
    background-size: 100% 100%;
}

#sirviendo{
    background: #ffffff url('../resources/images/china/sirviendo-02.png') no-repeat;    
    height: 293px;
    background-size: 100% 100%;
}

#smallMenu{
    display: none;
}

#btn-reg{
    position: absolute;
    bottom: 1%; 
    left: 5%;
}

#btn-edit{
    position: absolute;
    bottom: 1%; 
    right: 5%;
}

.logo{
    max-width: 25%;
    padding-right: 15px;
}

.vert-cent{
    margin-top: 3%;
}

@media(min-width: 768px) and (max-width: 1200px) {    
    .vert-cent{
        margin-top: 0%;
    }

    .logo{
        max-width: 15%;

    }

    #btn-reg{
        max-width: 25%;
    }

    #btn-edit{
        max-width: 20%;
    }
}


@media(max-width:767px) {    
    .vert-cent{
        margin-top: 0%;
    }
    
    .logo{
        max-width: 30%;
    }

    #btn-reg{
        max-width: 25%;
    }

    #btn-edit{
        max-width: 20%;
    }    

    #smallMenu{
        display: inline-block;
        font-size:20pt;
    }    

    #bigMenu{
        display: none;
    }

    .navbar-collapse {
        position:relative; 
        top: 0px;
        display: block !important;
    }

    .nav li{
        display: inherit !important;
    }    

    .navbar-top .navbar{
        border-image-source: none ;
        padding-bottom: 0px;
        height: 100%;
    }      

    .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;
    }  

    .logoAlign {
        text-align: center;
    }

    .empleosLabel {
        width: auto; 
        text-align: center;
        position: relative;
        left: -10px;
    }

}

@media(max-width:980px) {
    .navbar-top .navbar-default a{
        width: auto !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }     
}

@media(max-width:1200px) {
    #intro-div01{
        display: none;
    }

    #intro-div02{
        display: block !important;
    }
}

@media(max-width:390px) {
    #smallMenu{
        font-size:13pt;
    }   
}
