/* Error de minimización. Devolviendo el contenido no minimizado.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
    --mich-blue: #27509B;
    --mich-yellow: #FCE500;
}

@font-face {
    font-family: 'Michelin-Black';
    src: url('../fonts/Michelin-Black.otf?v=1.0.0') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Michelin-Bold';
    src: url('../fonts/Michelin-Bold.otf?v=1.0.0') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Michelin-Light';
    src: url('../fonts/Michelin-Light.otf?v=1.0.0') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Michelin-Regular';
    src: url('../fonts/Michelin-Regular.otf?v=1.0.0') format("opentype");
    font-style: normal;
}

@font-face {
    font-family: 'Michelin-SemiBold';
    src: url('../fonts/Michelin-SemiBold.otf?v=1.0.0') format("opentype");
    font-weight: normal;
    font-style: normal;
}

.m-black {
    font-family: 'Michelin-Black', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.m-bold {
    font-family: 'Michelin-Bold', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.m-light {
    font-family: 'Michelin-Light', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.m-regular {
    font-family: 'Michelin-Regular', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.m-semibold {
    font-family: 'Michelin-SemiBold', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

html, body {
    font-family: 'Michelin-Regular', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 12.5px;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    font-family: 'Michelin-Black', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.michelin-yellow {
    color: #FCE500 /*#FCE500*/;
}

.michelin-blue {
    color: #27509B;
}

p.text-logo {
    font-family: 'Michelin-Black', sans-serif !important;
    font-size: 19px;
}

#login-box-footer {
    font-family: 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

img.michelin-logo {
    width: 170px;
    height: auto;
}

.btn {
    font-size: 11px;
    padding: 8px 10px;
}

h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.main-box .main-box-header {
    min-height: 50px;
    padding: 20px 20px 15px 20px;
}

table thead {
    font-family: 'Michelin-SemiBold', sans-serif !important;
    font-size: 13px;
}

.k-pager-wrap.k-grid-pager {
    font-family: 'Michelin-Regular', sans-serif !important;
    color: #000 !important;
}

@media (max-width: 767px) {
    #content-header {
        padding: 10px 25px;
    }
}

.navbar-collapse {
    /* max-height: 340px; */
    padding-right: 0;
    padding-left: 0;
    border-top: 0;
}

#content-header {
    font-family: 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    width: 100%
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

ul.nav.navbar-nav > li:nth-last-child(n+2) {
    border-right: 1px solid black;
}

.navbar-nav > li > a {
    padding: 2px 8px;
    line-height: 12.5px;
}

ul.contact {
    color: #A7A8AC !important;
    list-style: none;
    margin-top: -15px;
}

    ul.contact > li {
        display: block;
        float: left;
        padding: 2px 5px;
    }

        ul.contact > li > a {
            color: #A7A8AC;
        }

.border-bottom {
    border-bottom: 2px solid #FCE500 !important;
}

@media (max-width: 767px) {
    ul.contact {
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.in {
        overflow-y: visible;
    }
}

.dropdown-menu {
    background-color: #F5F5F5;
    color: #666;
}

    .dropdown-menu > a {
        color: #707070;
        font-size: 0.875em;
        line-height: 1.7;
        padding-left: 35px;
        transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    }

        .dropdown-menu > a:hover, .dropdown-menu > a:focus {
            background-color: #27509B !important;
            color: #FFF;
        }

        .dropdown-menu > a > i {
            position: absolute;
            margin-left: -18px;
            margin-top: 4px;
        }

#login-full-wrapper {
    width: 100%;
    height: 89%;
}

@media (max-width: 768px) {
    #login-full-wrapper {
        height: 93.8%;
    }
}

.bg-michelin {
    background-color: #FCE500;
    border-color: #FCE500;
    color: #27509B !important;
}

.ui-pnotify-michelin {
    top: 109px !important;
    right: 90px !important;
}

.bg-yellow {
    background-color: #FCE500;
    border-color: #FCE500;
    color: #000;
}

.bg-blue {
    background-color: #27509B;
    border-color: #27509B;
    color: #FFF;
}

.modal-content {
    background-color: #F1F3F2;
}

.modal-header {
    border-bottom: none;
}

.task-list {
    font-family: 'Michelin-Regular', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

/*Aqui empiezan los cambios de acuerdo a lo que mando Ezqualo*/

ul.contact {
    font-size: 11pt;
    color: #A7A9AC;
}

.navbar-nav {
    font-family: Arial,'Open Sans', sans-serif;
    color: #000;
}

h4 {
    font-family: 'Michelin-Black', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12pt;
    color: #000;
}

.white-form-header > p {
    font-family: 'Michelin-Bold', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 10pt;
    color: #000;
}

body {
    font-family: 'Michelin-Regular', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px !important;
    color: #000;
}

#login-logo {
    font-family: 'Michelin-Black', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 15pt;
    color: #000;
}

.input-group-addon {
    font-size: 15pt;
    color: #A7A9AC;
}

#login-box-inner > form > .row > div > button {
    font-family: 'Michelin-Regular', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 11pt;
    color: #FFF;
}

#login-box-footer {
    font-family: Arial, 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 10pt;
    color: #FFF;
}

td > .btn {
    font-size: 10px;
    color: #055BA7;
}

table > thead {
    font-family: 'Michelin-SemiBold', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
}

.k-datepicker {
    font-family: 'Michelin-Regular', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

/*Estilos de iconos en la ventana*/

/*Texto y texto en tablas esta más arriba*/

.tasklist-description {
    font-size: 10pt !important;
}

.tasklist-btn {
    font-size: 11pt !important;
}

label.control-label {
    font-family: 'Michelin-SemiBold', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px !important;
    color: #231F20;
    /*padding-top: calc(#{$input-padding-y} + #{$input-border-width});
    padding-bottom: calc(#{$input-padding-y} + #{$input-border-width});*/
}

label.col-form-label {
    font-family: 'Michelin-SemiBold', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px !important;
    color: #231F20;
}

input {
    font-family: 'Michelin-Regular', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px !important;
    color: #231F20;
}

.summary-display {
    font-family: 'Michelin-Bold', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 16pt !important;
    color: #055BA7;
}

.NectriMessageWindow {
    font-family: 'Michelin-Light', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 8pt;
}

.btnConfirmModalYes, .btnConfirmWindowYes, .btnConfirmModalNo {
    font-size: 8pt;
}

.k-block, .k-widget {
    font-size: 8px !important;
}

a:not([href]):not([tabindex]) .btn {
    color: #fff;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover .btn, a:not([href]):not([tabindex]):focus .btn {
    color: #fff;
    text-decoration: none;
}

.approvals-needed {
    margin-bottom: 6px !important;
}

.k-input.k-textbox, .k-textarea, .k-textbox {
    font-size: 12px !important
}

td > button > i.fa {
    font-size: 17px;
}

td > a > i.fa {
    font-size: 17px;
}

td > button > span.fa {
    font-size: 17px;
}

td > a > span.fa {
    font-size: 17px;
}

td > p > span.fa {
    font-size: 17px;
}

td > .fa {
    font-size: 17px;
}


.k-button {
    font-size: 12px;
}

.popover-header {
    font-size: 10px;
}

.popover-body {
    font-family: 'Michelin-Regular', 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 10px !important;
}

.k-detail-cell > .k-grid td, .k-detail-cell > .k-grid th {
    font-size: 8px;
    font-family: Michelin-Regular;
}
