/* Outros */
.hide-it {
    display: none;
}

.t-bold {
    font-weight: bold;
}

/* Wizard */
ul.wizard-steps li label {
    position: relative;
    top: 15px;
    color: #888;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0 1px #ffffff;
}

ul.wizard-steps li.active .wizard-icon i {
    transition: none;
}

ul.wizard-steps li.passed .wizard-icon i {
    transition: none;
}

ul.wizard-steps li .wizard-icon .glyphicons {
    margin-top: -1px;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 50%;
    line-height: 38px;
    z-index: 11;
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

@media ( max-width: 800px) {
    ul.wizard-steps li .wizard-icon {
        width: 36px;
        height: 36px;
    }

    ul.wizard-steps li .wizard-icon .fa {
        line-height: 26px;
        width: 26px;
        height: 26px;
        font-size: 15px;
    }
}

.table-condensed td {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

.control-label.required:after {
    content: " *";
    color: #d9534f;
}

.error-page .imoon, .error-page .fa {
    color: #c0373c;
}


.xaxisLabel {
    bottom: -20px;
    margin-left: 135px;
}

.yaxisLabel {
    margin-top: 45px;
    margin-left: -20px;
    top: 50%;
    left: 2px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.axisLabel {
    position: absolute;
    text-align: center;
    font-size: 12px;
}

@media print {
    body {
        visibility: hidden;
    }

    body #printable {
        visibility: visible;
    }

    #content {
        margin: -70px 0 0 0;
        padding: 0;
    }

    #content > .container {
        padding: 25px 15px;
    }

    #content div canvas {
        page-break-inside: avoid;
    }

    #sidebar {
        display: none;
    }

    body #printable .btn {
        display: none;
    }

    .chart-container canvas {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto !important;
        width: auto !important;
    }

    .print-no-page-break {
        page-break-inside: avoid;
    }
}
