/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



body {
    font-size: .875rem !important;
}

.custom-icon {
    font-size: x-large;
    font-weight: bold;
    margin-right: 3px;
    line-height: 1;
}

.col-form-label.required:after {
    content: "*";
    color: red;
}

.solicitante {
    margin-bottom: 5px;
}

.rowValores {
    padding: 5px 15px;
}

    .rowValores:nth-child(even) {
        background-color: #DDD;
    }

    .rowValores:nth-child(odd) {
        background-color: #EEE;
    }

.rowParada input {
    font-size: 0.875rem;
}


.log-excecao .excecao {
    border-radius: 6px;
    border: 1px solid #337ab7;
    background-color: #fdffda;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
}

.headExcecao {
    background-color: #eee;
    width: 100%;
    font-weight: bold;
    margin: 0 !important;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 15px;
}

.bodyExcecao {
    display: none;
    padding: 10px;
}

    .bodyExcecao > .row {
        margin-bottom: 10px;
    }

.lblExcecao {
    text-align: right;
    font-weight: bold;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(220,220,220, 0.9);
}


.btn {
    border-radius: 0;
}

.btn-siemens {
    color: #fff;
    background-color: #007993;
    border-color: #007993;
}

    .btn-siemens:hover {
        color: #fff;
        background-color: #196269;
        border-color: #196269;
    }



.btn-outline-siemens {
    color: #007993;
    border-color: #007993;
}


.page-link {
    color: #007993;
}

    .page-link:hover {
        color: #007993;
    }

.form-check-input:checked {
    background-color: #007993 !important;
    border-color: #007993 !important;
}


.form-control {
    border-radius: 0;
}

.form-select {
    border-radius: 0;
}

.form-select-sm {
    border-radius: 0;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.nounderline {
    text-decoration: none !important
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: 0.75rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}




.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 400;
    font-size: 15px;
    color: #42526e;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active {
        color: #2470dc;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }


.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-success {
    border-left: .25rem solid #198754 !important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: .25rem solid #ffc107 !important;
}

.border-left-danger {
    border-left: .25rem solid #dc3545 !important;
}

.border-left-secondary {
    border-left: .25rem solid #6c757d !important;
}

.border-left-light {
    border-left: .25rem solid #adb5bd !important;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 40%;
    left: 0px;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}


.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
        outline: none;
        box-shadow: none;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}

.bg-grey {
    background-color: #555f69 !important;
}

.text-navy {
    color: #172B4D;
}

.h1, .h2, h3, h4, h5 {
    color: #172B4D !important;
}

.icon-link {
    background-color: #58a2af;
}




.login-info {
    font-size: .875rem !important;
}

.bd-links {
    overflow: auto;
    font-size: 14px;
    font-weight: 400;
}


    .bd-links a {
        margin-top: 0.125rem;
        margin-left: 1.25rem;
        color: #212529;
        text-decoration: none;
    }


        .bd-links a:hover, .bd-links a:focus {
            color: rgba(0,0,0,0.85);
            background-color: #d2f4ea;
        }


.btn-toggle {
    font-weight: 400;
}


.page-label {
    padding-top: 3.1rem;
}

.dataTables_filter {
    display: none !important;
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #198754;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-status-primary]:before {
    content: attr(data-status-primary);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0%;
    background: #0d6efd;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-status-secondary]:before {
    content: attr(data-status-secondary);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0%;
    background: #6c757d;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-status-info]:before {
    content: attr(data-status-info);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0%;
    background: #0dcaf0;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-status-success]:before {
    content: attr(data-status-success);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0%;
    background: #198754;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}


[data-status-warning]:before {
    content: attr(data-status-warning);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0%;
    background: #ffc107;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-status-danger]:before {
    content: attr(data-status-danger);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0%;
    background: #dc3545;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-status-dark]:before {
    content: attr(data-status-dark);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0%;
    background: #212529;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-status-light]:before {
    content: attr(data-status-light);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 0%;
    background: #f8f9fa;
    vertical-align: middle;
    margin-right: 1em;
    color: #212529;
}

.page-item.active .page-link {
    background-color: #007993;
    border-color: #007993;
}

.text-primary {
    color: #007993 !important;
}
