/* Minification failed. Returning unminified contents.
(1062,1): run-time error CSS1019: Unexpected token, found '@import'
(1062,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Ubuntu:400,700)'
 */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body {
    margin: auto;
    padding: 0;
    max-width: 1800px;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

a {
    padding-right: 3px;
    padding-left: 3px;
    outline: none;
    color: #333;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #a6dbed;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: white;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-top: 30px;
    padding-left: 10px;
}

.featured + .main-content {
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    height: 100px;
    background-color: white;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    margin: 0;
    color: #c8c8c8;
    font-size: 2.3em;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        outline: none;
        background: none;
        color: #c8c8c8;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    margin: 0 0 10px;
    text-align: right;
    font-size: .85em;
}

    #login a {
        margin-right: 3px;
        margin-left: 10px;
        padding: 2px 3px;
        background-color: #d3dce0;
        text-decoration: none;
    }

        #login a.username {
            margin: 0;
            padding: 0;
            background: none;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    font-weight: 600;
    font-size: 1.3em;
}

    ul#menu li {
        display: inline;
        padding-left: 15px;
        list-style: none;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        padding: 20px 40px 30px 40px;
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        margin-left: 3px;
        font-weight: normal;
    }

/* features */
section.feature {
    float: left;
    padding: 10px;
    width: 300px;
}

/* ordered list */
ol.round {
    padding-left: 0;
    list-style-type: none;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        padding: 0;
        list-style: none;
    }

        aside ul li {
            padding: 2px 0 2px 20px;
            background: url("../Images/bullet.png") no-repeat 0 50%;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    float: left;
    width: 55%;
    border-right: solid 2px #c8c8c8;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        margin: 0;
        list-style: none;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    float: left;
    margin-left: 40px;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    margin: 5px 0 0 10px;
    border: 1px solid #333;
}

/* forms */
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
    font-size: 1.2em;
}

    label.checkbox {
        display: inline;
    }

input, textarea, select {
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100%;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
}

textarea {
    width: 500px;
    font-family: inherit;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    width: auto;
    border: inherit;
    background: transparent;
}

input[type="submit"],
input[type="button"],
button {
    margin-right: 8px;
    padding: 7px;
    width: auto;
    border: 1px solid #787878;
    background-color: #d3dce0;
    font-weight: 600;
    font-size: 1.2em;
    cursor: pointer;
}

td input[type="submit"],
td input[type="button"],
td button {
    margin-right: 4px;
    padding: 4px;
    font-size: 1em;
}

/* info and errors */
.message-info {
    clear: both;
    padding: 10px 20px;
    border: 1px solid;
}

.message-error {
    clear: both;
    margin: 20px 0 10px 0;
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.message-success {
    margin: 20px 0 10px 0;
    color: #7ac0da;
    font-weight: bold;
    font-size: 1.3em;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    margin-top: 0.75em;
    border: 0 none;
    border-spacing: 0;
    border-collapse: collapse;
}

th {
    padding-left: 0;
    border: none 0px;
    text-align: left;
    font-size: 1.2em;
}

    th a {
        position: relative;
        display: block;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            padding: 0;
            color: #333;
            text-decoration: none;
            font-weight: 600;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            position: absolute;
            top: 0;
            right: 0em;
            display: block;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        margin: 0 0 12px;
        text-align: center;
        font-size: .85em;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #login a {
            margin: 2px;
            padding: 0;
            background: none;
            color: #999;
            font-weight: 600;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        padding-left: 0;
        list-style-type: none;
    }

        ol.round li {
            margin: 25px 0;
            padding-left: 10px;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-weight: 600;
            font-size: 1.5em;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        float: none;
        width: auto;
        border-right: none;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        float: none;
        margin-left: 0;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        padding: 10px 0;
        height: auto;
        text-align: center;
    }

        footer p {
            margin: 0;
        }
}

.linehaulcolorchange {
    animation-fill-mode: forwards;
    position: absolute;
    top: inherit;
    left: inherit;
    margin-top: -9%;
    margin-left: -1%;
    margin-left: 1%;
    width: 6%;
    height: 10%;
    color: white;
    vertical-align: middle;
    text-align: center;
    animation-name: special;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 3s;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: special;
    -o-animation-name: special;
    -webkit-animation-name: linehaul;
    animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-direction: alternate;
}

.specialcolorchange {
    animation-fill-mode: forwards;
    position: absolute;
    top: inherit;
    left: inherit;
    margin-top: -9%;
    margin-left: 1%;
    margin-left: 6%;
    width: 6%;
    height: 10%;
    color: white;
    vertical-align: middle;
    text-align: center;
    animation-name: special;
    animation-duration: 1s;
    animation-timing-function: linear;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 3s;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: special;
    -o-animation-name: special;
    -webkit-animation-name: special;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-direction: alternate;
}

@-webkit-keyframes special {
    0% {
        height: 0%;
        background-color: green;
    }

    50% {
        height: 500%;
        background-color: green;
    }

    80% {
        height: 800%;
        background-color: yellow;
        color: black;
    }

    100% {
        height: 1000%;
        background-color: red;
    }
}

@-moz-keyframes special {
    0% {
        height: 0%;
        background-color: green;
    }

    50% {
        height: 500%;
        background-color: green;
    }

    80% {
        height: 800%;
        background-color: yellow;
        color: black;
    }

    100% {
        height: 1000%;
        background-color: red;
    }
}

@-ms-keyframes special {
    0% {
        height: 0%;
        background-color: green;
    }

    50% {
        height: 500%;
        background-color: green;
    }

    80% {
        height: 800%;
        background-color: yellow;
        color: black;
    }

    100% {
        height: 1000%;
        background-color: red;
    }
}

@keyframes special {
    0% {
        height: 0%;
        background-color: green;
    }

    50% {
        height: 500%;
        background-color: green;
    }

    80% {
        height: 800%;
        background-color: yellow;
        color: black;
    }

    100% {
        height: 1000%;
        background-color: red;
    }
}

.pause {
    -moz-animation-play-state: paused !important;
    -o-animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

#truckBar {
    margin-left: 1%;
    padding-top: 60%;
    width: 100%;
    height: 0;
    background: url(../Images/truck_side.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.truck {
    display: inline-block;
}

dl {
    padding: 0.5em;
    border: 3px double #ccc;
}

dt {
    float: left;
    clear: left;
    width: 20%;
    color: black;
    text-align: right;
    font-weight: bold;
}

    dt:after {
        content: ":";
    }

dd {
    margin: 0 0 0 20%;
    padding: 0 0 0 3px;
}

.line-add {
    display: inline;
    width: 20px;
    height: 20px;
    content: url("ico/add.ico");
}

.line-delete {
    display: block;
    width: 20px;
    height: 20px;
    content: url("ico/delete.ico");
}

.line-details {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    content: url("ico/magnifying_glass.ico");
}

.account-details {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    content: url("ico/user_edit.ico");
}

.account-mylines {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    content: url("ico/truck_red.ico");
}

.account-logout {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    content: url("ico/exit.ico");
}

    .account-logout:hover {
        text-decoration: none;
    }

.account-login {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    content: url("ico/user_into.ico");
}

    .account-login:hover {
        text-decoration: none;
    }


.lv-strong {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: large;
    font-family: Calibri;
}

.btn-add-more {
    display: block;
    float: left;
    padding-right: 15%;
    width: 20px;
    height: 20px;
    border: 5px thick #A1D490;
    content: url("ico/add.ico");
}

    .btn-add-more:hover {
        text-decoration: none;
    }

.line-overview {
    width: 100%;
    height: 100%;
}

.line-row {
    float: left;
    width: 33%;
    height: 33%;
    border: 1px dotted black;
}


/************************
Css orignal http://codepen.io/jlalovi/details/bIyAr
************************/
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: white;
}

ul {
    margin: 3px;
    padding-left: 0;
    list-style-type: none;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 22px;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
    font-size: 15px;
}

    a:hover {
        text-decoration: underline;
    }

h1, h2, p, a {
    color: white;
}

.scnd-font-color {
    color: #9099b7;
}

.titular {
    display: block;
    margin: -12px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    line-height: 60px;
}

.titular-top {
    display: block;
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: #808080 !important;
    color: white;
    text-align: center;
    font-size: 16px;
    /*line-height: 60px;*/
}

.horizontal-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .horizontal-list li {
        float: left;
    }

.block {
    float: left;
    margin: 3px 15px 0 0;
    width: 300px;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(43,42,40);
    background: black;
    text-align: center;
}
/******************************************** LEFT CONTAINER *****************************************/
.left-container {
}

.menu-box {
    height: 360px;
}

.donut-chart-block {
    overflow: hidden;
}

    .donut-chart-block .titular {
        padding: 10px 0;
    }

.os-percentages li {
    width: 75px;
    border-left: 1px solid #394264;
    background: #F0F0F0;
    text-align: center;
}

.os {
    margin: 0;
    padding: 10px 0 5px;
    font-size: 15px;
}

    .os.ios {
        border-top: 4px solid #e64c65;
    }

    .os.mac {
        border-top: 4px solid #11a8ab;
    }

    .os.linux {
        border-top: 4px solid #fcb150;
    }

    .os.win {
        border-top: 4px solid #4fc4f6;
    }

.os-percentage {
    margin: 0;
    padding: 0 0 15px 10px;
    font-size: 25px;
}

.line-chart-block, .bar-chart-block {
    height: 445px;
}

.line-chart {
    height: 200px;
    background: #11a8ab;
}

.time-lenght {
    overflow: hidden;
    padding-top: 22px;
    padding-left: 38px;
}

.time-lenght-btn {
    display: block;
    margin-right: 5px;
    width: 70px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #50597b;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}

    .time-lenght-btn:hover {
        background: #e64c65;
        text-decoration: none;
    }

.month-data {
    padding-top: 28px;
}

    .month-data p {
        display: inline-block;
        margin: 0;
        padding: 0 25px 15px;
        font-size: 16px;
    }

        .month-data p:last-child {
            float: right;
            padding: 0 25px;
            font-size: 15px;
        }

.increment {
    color: #e64c65;
}

/******************************************
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
ESTILOS PROPIOS DE LOS GRÄFICOS
↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
GRAFICO LINEAL
******************************************/

.grafico {
    position: relative;
    padding: 2rem 1rem 1rem;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 100%;
}

    .grafico span {
        position: absolute;
        bottom: 3rem;
        left: 2rem;
        display: block;
        height: 0;
        border-top: 2px solid;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

        .grafico span > span {
            bottom: 0;
            left: 100%;
        }

[class^='eje-'] {
    position: absolute;
    bottom: 0rem;
    left: 0;
    padding: 1rem 1rem 0 2rem;
    width: 100%;
    height: 80%;
}

.eje-x {
    height: 2.5rem;
}

.eje-y li {
    height: 25%;
    border-top: 1px solid #777;
}

[data-ejeY]:before {
    position: relative;
    top: -.5rem;
    left: -2.5rem;
    display: inline-block;
    width: 2rem;
    content: attr(data-ejeY);
    text-align: right;
    line-height: 0;
}

.eje-x li {
    float: left;
    width: 33%;
    text-align: center;
}
/**************************
BAR-CHART
**************************/
.grafico.bar-chart {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    width: 100%;
    height: 52%;
    background: black;
    color: white;
    font-size: 90%;
}

.bar-chart [class^='eje-'] {
    bottom: 1rem;
    padding: 0 1rem 0 2rem;
}

.bar-chart .eje-x {
    bottom: 0;
}

.bar-chart .eje-y li {
    height: 20%;
    /*border-top: 1px solid #fff;*/
}

.bar-chart .eje-x li {
    position: relative;
    width: 45%;
    font-weight: bold;
}

    .bar-chart .eje-x li i {
        display: block;
        font-style: normal !important;
        -moz-transform-origin: 30% 60%;
        -ms-transform-origin: 30% 60%;
        -o-transform-origin: 30% 60%;
        -webkit-transform-origin: 30% 60%;
        transform-origin: 30% 60%;
    }

    .bar-chart .eje-x li:before {
        position: absolute;
        right: 5%;
        bottom: 1.6rem;
        width: 70%;
        content: '';
        /*-moz-box-shadow: 2px 0 rgba(0,0,0,.1), 2px -2px rgba(0,0,0,.1);
        -webkit-box-shadow: 2px 0 rgba(0,0,0,.1), 2px -2px rgba(0,0,0,.1);
        box-shadow: 2px 0 rgba(0,0,0,.1), 2px -2px rgba(0,0,0,.1);*/
    }

    .bar-chart .eje-x li:nth-child(1):before {
        /*-moz-animation-direction: alternate;
        -o-animation-direction: alternate;
        -webkit-animation-direction: alternate;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -webkit-animation-duration: 3s;
        animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -moz-animation-name: linehaul;
        -o-animation-name: linehaul;
        -webkit-animation-name: linehaul;
        animation-name: special;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        animation-direction: alternate;*/
    }

    .bar-chart .eje-x li:nth-child(2):before {
        /*-moz-animation-direction: alternate;
        -o-animation-direction: alternate;
        -webkit-animation-direction: alternate;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -webkit-animation-duration: 3s;
        animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -moz-animation-name: special;
        -o-animation-name: special;
        -webkit-animation-name: special;
        animation-name: special;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        animation-direction: alternate;*/
    }

    .bar-chart .eje-x li:nth-child(3):before {
        height: 400%;
        background: #FCB150;
    }

    .bar-chart .eje-x li:nth-child(4):before {
        height: 290%;
        background: #4FC4F6;
    }

    .bar-chart .eje-x li:nth-child(5):before {
        height: 720%;
        background: #FFED0D;
    }

    .bar-chart .eje-x li:nth-child(6):before {
        height: 820%;
        background: #F46FDA;
    }

    .bar-chart .eje-x li:nth-child(7):before {
        height: 520%;
        background: #15BFCC;
    }
/*****************************
USO NÚMEROS MÁGICOS EN ALGUNOS VALORES
POR NO PARARME A ESTUDIAR A FONDO
EL CSS DEL PEN ORIGINAL
*****************************/

#container {
    display: block;
    width: 100%;
    text-align: center;
    /*position:absolute;*/
}

/* navi_container - navi_container - navi_container - navi_container - navi_container - navi_container - navi_container */
#navi_container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 22px;
    max-width: 1800px;
    width: 100%;
    height: 40px;
    background-color: #FFED00;
}

/* Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi */
#navi {
    float: right;
    margin-top: 18px;
    max-width: 1800px;
    width: 100%;
    height: 22px;
}

    #navi a:hover {
        color: #626262;
    }

.last {
    margin-right: 100px;
}

#nav, #nav ul {
    z-index: 2000;
    margin: 0px;
    padding-left: 100px;
    list-style: none;
    /* all lists */
}

    #nav a {
        display: block;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.4em;
    }

        #nav a:hover {
            color: #626262;
        }

    #nav li {
        display: inline;
        float: left;
        padding-right: 35px;
        /* all list items */
    }

        #nav li a {
            display: block;
            height: 22px;
            background: url('./images/whiteblock.gif') no-repeat left bottom;
            color: #000000;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 11px;
            font-family: Arial;
            cursor: pointer;
        }

    #nav ul li ul li {
        width: 180px;
        border-right: 2px solid #FFED00;
        border-bottom: 2px solid #FFED00;
        font-size: 1.1em;
    }

    #nav li ul {
        position: absolute;
        left: -999em;
        margin-top: 0px;
        padding: 0px;
        width: 130px;
        /* second-level lists */
        /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }

    #nav li a:hover {
        color: #626262;
    }

    #nav li ul li {
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        width: 120px;
        height: 12px;
        height: 18px;
        border-right: 2px solid #FFED00;
        border-bottom: 2px solid #FFED00;
        border-left: 2px solid #FFED00;
        background-color: #ffffff;
    }

        #nav li ul li a {
            display: block;
            background: none;
            color: #626262;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 11px Arial;
        }

            #nav li ul li a:hover {
                color: #000000;
            }

    #nav li:hover ul ul, #nav li.sfhover ul ul {
        left: -999em;
    }

#navilast ul li ul {
    margin-left: -143px;
}

#navlast li ul li a {
    display: block;
    color: #626262;
    text-decoration: none;
    text-transform: uppercase;
    font: 1.1em Arial;
    font-weight: bold;
}

    #navlast li ul li a:hover {
        color: #000000;
    }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
    left: auto;
    margin-left: -2px;
    /* lists nested under hovered list items */
}

#nav li li:hover {
    position: relative;
}

    #nav li li:hover ul {
        position: absolute;
        top: 0px;
        left: 141px;
        margin-left: -2px;
        /* lists nested under hovered list items */
        /*top: -5px;*/
    }

#nav li .hi {
    color: #000;
}

.btn-add {
    -webkit-transform-style: flat;
    transform-style: flat;
    position: relative;
    display: block;
    float: right;
    margin-right: 15px;
    padding: 10px;
    width: 100px;
    border: 1px solid #de5534;
    background-color: #FF704D;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

    .btn-add:hover {
        background-color: #FF704D;
    }

.btn-remove {
    -webkit-transform-style: flat;
    transform-style: flat;
    position: relative;
    display: block;
    float: right;
    margin-right: 15px;
    padding: 10px;
    width: 100px;
    border: 1px solid #3da43d;
    background-color: #47D147;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

    .btn-remove:hover {
        background-color: #47D147;
    }

.btn-login {
    display: inline;
    border: 1px solid #E1D805 !important;
    background-color: #faf008 !important;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.btn-exit-fullscreen {
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    border: 1px solid #E1D805 !important;
    background-color: #faf008 !important;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-enter-fullscreen {
    float: left;
    margin-left: 23.5%;
    border: 1px solid #E1D805 !important;
    background-color: #faf008 !important;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.btn-login:hover {
    background-color: #E1D805;
}

#header {
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    max-width: 1800px;
    width: 100%;
    height: 143px;
    background-color: white;
}

    #header img {
        max-width: 1800px;
        width: 100%;
        height: 140px;
    }

#logon {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

    #logon table {
        margin-right: auto;
        margin-left: auto;
        width: 429px;
        background-color: #faf008;
        color: #919396;
        text-align: center;
        font-weight: bold;
        font-size: 1.1em;
    }

    #logon input[type="text"],
    #logon input[type="password"] {
        width: 250px;
    }

    #logon .button {
        width: 50px;
    }

    #logon .checkbox input {
        width: 20px;
    }

#content {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-right: 22px;
    padding-bottom: 15px;
    padding-left: 22px;
    width: 951px;
}

#loginBtn {
    text-align: center;
}

.weight-text {
    margin-top: -11px;
    padding-left: 25px;
    text-align: left;
    font-family: Arial;
}

    .weight-text table {
        color: white !important;
        table-layout: fixed;
        font-size: 10px;
    }

    .weight-text tr {
        width: auto;
    }

    .weight-text td {
        overflow: hidden;
        white-space: nowrap;
        /*border:solid;
        border-color:white;*/
        /*display: inline-block;*/
    }

.weight-data-cell {
    float: right;
    font-weight: bold;
    font-size: 12px;
}

.placeholder {
    display: inline-block;
    width: 300px;
    height: 450px;
    background-color: #fff;
    text-align: center;
}

.sortElem {
    display: inline-block;
}

.weightType img {
    margin-top: 20px;
}

.titular-text {
}

li i {
    padding-left: 18px;
}

.rightaligned {
    float: right;
}

.undertitular {
    display: flex;
    /*text-align:center;*/
}

.undertitular-text {
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-top: -45px;
    margin-left: 0px;
    padding: 10px;
    color: white !important;
}

.undertitular-text-strong {
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

.undertitular-img img {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
    width: 8em;
    height: auto;
    vertical-align: middle;
    /*margin-left:35px;*/
}

.ta-left {
    margin-left: 0.2em;
    text-align: left;
}

.ta-right {
    text-align: right;
}

.natFlag {
    width: 50px;
}

.natFlagContainer {
    position: relative;
    top: -2.9em;
    right: 0.2em;
    float: right;
}

.undertitular-text tr {
    display: block;
    clear: both;
    width: 100%;
}

.undertitular-text td {
    display: block;
    padding-right: 0px;
}

.undertitular-text tr td:first-of-type {
    float: left;
}

.undertitular-text tr td:last-of-type {
    float: right;
}

.undertitular, .undertitular table {
    width: 100%;
}

.undertitular-img {
    margin-top: -45px;
}

.maintenance .text {
    font-size: 16px;
    font-weight: bold;
}

.maintenance .horizontal {
    display: inline-block;
    padding: 5px;
}

.maintenance .message {
    clear: both;
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px;
}

.success {
    color: #4CAF50;
}

.error {
    color: #f44336;
}

#specials tr td {
    font-size: 15px;
}

.pq-bar {
    text-align: center;
    vertical-align: middle;
}

    .pq-bar img {
        width: 30px;
    }

.small {
    width: 25%;
}

#fsHeader {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.colorpicker .colorpicker-alpha {
    width: 0px;
    height: 0px;
}

.limited img {
    max-width: 300px;
}

#fs-screensaver {
    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

td input[type="checkbox"] {
    margin-left: 45%;
}

.welcome-info {
    display: inline-block;
    margin-top: 263px;
    font-size: 2.5vw;
    font-weight: bold;
    width: 75%;
}

.welcome-visitors {
    display: inline-block;
    font-size: 2.5vw;
    margin-top: 25px;
    font-weight: bold;
    width: 75%;
}

.visitor-text {
    width: 45%;
    float: left;
}

.date-filters {
    display: inline-block;
    position: relative;
}

.visitors {
    width: 50%;
    float: right;
}

    .visitors li {
        display: inline-block;
    }

#fs-welcomescreen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 50px;
    background: url(images/welcome.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.date-filters-to {
    display: inline-block;
    position: relative;
}

.date-filters-from {
    display: inline-block;
    position: relative;
}

.carou-row {
    width: 100%;
    padding: 30px 0px;
    float: left;
    border-bottom: 2px solid black;
}

.welcome-date {
    float: left;
    width: 60%;
}

.date {
    float: right;
}

.welcome-time {
    float: right;
    width: 30%;
}

.time {
    float: right;
}

.dis-none {
    display: none;
}

#manage-header {
    width: 100%;
    height: 40px;
    background-color: #FFED00;
    text-align: center;
    font-family: Arial;
}

#carousel-body {
    overflow: hidden;
}

.fixed-width {
    display:inline-block;
    width: 200px;
}
.date-text, .company-text, .visitor-text{
    width:400px;
    float:left;
}
.date, .company, .visitors{
    float:left;
}
