/*
 * Fonts
 */

@font-face {
  font-family: 'Exo-Bold';
  src: url('../fonts/Exo-Bold.eot');
  src: url('../fonts/Exo-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Exo-Bold.woff2') format('woff2'),
       url('../fonts/Exo-Bold.woff') format('woff'),
       url('../fonts/Exo-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Hanuman';
  src: url('../fonts/Hanuman.eot');
  src: url('../fonts/Hanuman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Hanuman.woff2') format('woff2'),
       url('../fonts/Hanuman.woff') format('woff'),
       url('../fonts/Hanuman.ttf') format('truetype');
}


/*
 * Layout
 */
 .skiptranslate {
    display: none !important;
}
.goog-logo-link {
    display:none !important;
}

html, body {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: 'Hanuman',sans-serif;
    width: 1300px;
    background: url('../img/back_body.jpg') repeat-x scroll center 0px #dbdbdb;
    top: 0!important;
    position: relative;
}

#header-wrapper {
    position: fixed;
    display: block;
    width: 100%;
    height: 95px;
    left: 0;
    padding-top: 5px;
    z-index: 50;
    background: url('../img/back_body.jpg') repeat-x scroll center 0px #dbdbdb;
}

#header {
    position: relative;
    display: block;
    /*width: 1080px;*/
    width: 98%;
    height: 95px;
    margin: 0 auto;
    background: url('../img/back_body.jpg') repeat-x scroll center 0px #dbdbdb;
}

#wrapper {
    width: 100%;
    display: inline-block;
    min-height: 560px;
    margin-top: 25px;
    box-shadow: 0 1px 5px 0 #a8a8a8;
    background-color: #fff;
}

#footerTop {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px 5px 0 0;
}

.text-red {
    color: red;
}

/*
 * Header
 */

.header_logo {
    float: left;
    width: 130px;
    height: 95px;
    margin-right: 10px;
}

.header_logo img {
    height: 80px;
    margin-top: 10px;
}


/*
 * Footer
 */

.moduletable_footer1 {
    width: 32%;
    float: left;
    margin: 2%;
}

.moduletable_footer1 strong {
    font-weight: bold;
}

.moduletable_footer2 {
    width: 25%;
    float: left;
    margin: 2%;
}

.moduletable_footer2 a {
    color: #D39919;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.moduletable_footer2 a:hover {
    color: #AC8631;
}

.footer_copyright {
    float: right;
    margin: 2%;
    color: #212121;
    font-weight: bold;
    width: 17%;
    font-size: 12px;
    color: #000;
}


/*
 * Loading modal
 */

.loading-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5) url("../img/loading.gif") 50% 50% no-repeat;
}

/*body.is-loading {
    overflow: hidden;
}*/

body.is-loading .loading-modal {
    display: block;
}


/*
 * Button up
 */

#button-up {
    display: inline-block;
    position: fixed;
    z-index: 1000;
    bottom: -100px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/point-to-up.png");
    cursor: pointer;
}


/*
 * Incidencias
 */

@media screen and (min-width: 1500px) {
    #open_incidencias_menu {
        display: none;
    }

    #open_incidencias_lateral {
        position: fixed;
        top: 30%;
        right: 0;
        width: 85px;
        height: 164px;
        background: url("../img/menu_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
        background-color: #646464;
        background-position: bottom;
        border: 1px solid #141414;
        cursor: pointer;
        font-size: 12px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #open_incidencias_lateral span {
        position: absolute;
        width: 76px;
        height: 50px;
        margin: 3px;
        padding: 105px 0 10px 0;
        background: url("../img/menu-lat/btn_incidencias.png") no-repeat top center;
        text-align: center;
        color: #FFF;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}

@media screen and (max-width: 1500px) {
    #open_incidencias_lateral {
        display: none;
    }
}

#incidencias_dialog {
    display: none;
}

#incidencias_dialog .formulario_box2 {
    margin-top: 15px;
}

#incidencias_dialog h1 {
    text-align: center;
    font-size: 1.5em;
}

#incidencias_dialog h2 {
    margin-top: 6px;
    text-align: center;
    font-size: 1.3em;
    color: #F00;
}

#incidencias_dialog div {
    width: 98%;
}

#incidencias_dialog select {
    width: 105%;
}

#incidencias_dialog p {
    display: inline-block;
    width: 98%;
    text-align: left;
    font-weight: bold;
}

#incidencias_dialog textarea {
    width: 98%;
    resize: none;
}

#incidencias_dialog label {
    display: inline-block;
    min-width: 28%;
    font-weight: bold;
}

#incidencias_dialog input[type="text"] {
    width: 68%;
}

#incidencias_dialog input[type="submit"] {
    float: right;
    width: 80px;
    margin-right: 4px;
}
/*Ivan*/
table.infoPack
{
    width: 100%;
    border: 1px solid #DBDBDB!important;
    border-collapse: collapse!important;
}
table.infoPack thead tr,
table.infoPack thead tr:hover
{
    background-color: #DBDBDB!important;
}
table tbody tr.infoPackLine,
table tbody tr.infoPackLine:hover
{
    background-color: white!important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes botonParpadeante {
    0% {
        background-color: lightcoral;
        border-color: red;
    }
    25%{
        background-color: red;
        border-color: lightcoral;
    }
    50%{
        background-color: lightcoral;
        border-color: red;
    }
    75%{
        background-color: red;
        border-color: lightcoral;
    }
    100%{
        background-color: lightcoral;
        border-color: red;
    }
  }
  /* Standard syntax */
@keyframes botonParpadeante {
    0% {
        background-color: lightcoral;
        border-color: red;
    }
    25%{
        background-color: red;
        border-color: lightcoral;
    }
    50%{
        background-color: lightcoral;
        border-color: red;
    }
    75%{
        background-color: red;
        border-color: lightcoral;
    }
    100%{
        background-color: lightcoral;
        border-color: red;
    }
  }
.button_pack input
{
    background-color: lightcoral;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    border: 1px solid red;
    border-radius: 10px;
    -webkit-animation-name: botonParpadeante; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: botonParpadeante;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /*float: left;*/
    width: 290px;
    margin-left: calc(50% - 145px);
    /*top:-260px;*/
    position: relative;
}

/* Progress Bar */

#sending {
    width: 100%;
    height: 5px;
}
#sending .progress {
    width: 100%;
    text-align: center;
    background-color: #d6d6d6;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
#sending .progress .progress-bar {
    padding: 15px 0;
    text-align: center;
    max-width: 100%;
    transition: width 1s;
}
#sending .progress .progress-bar.active {
    background-color: #97cef9;
    animation: progress-bar-animation linear 1s infinite alternate;
}
#sending .progress .progress-bar.complete {
    background-color: #77bd0a;
}
#sending .progress .progress-bar.error {
    background-color: rgb(238, 95, 95);
}
#sending .progress span {
    position: absolute;
    top: 10px;
    text-align: center;
	display: block;
	width: 100%;
}
#sending .counter-sending {
    padding: 10px 0;
    text-align: center;
}

@keyframes progress-bar-animation {
    from {background-color: #8ccbfc;}
    to {background-color: #199cff;}
}
.ui-dialog {
    left: 300px!important;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
#sending .aviso p {
    font-size: 0.9em;
    font-weight: bold;
}

.border-red {
    border: 1px solid red!important;
}
