﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.col-top-8 {
    width: 30%;
}


.sidebar-title {
    color: #999;
}

.sidebar-right-toggle {
    color: #171717 !important;
}

.dropdown-menu {
    top: 85%;
    left: 20px;
}

.description-localization {
    margin-left: 30px;
}

.confirmation-success .fa {
    font-size: 100px;
    color: #0E9833;
}

.confirmation-success .confirmation-success__box-icon {
    margin: 72px 0;
}

.p-line-height {
    line-height: 1.5;
}

.actions-btn {
    text-align: right;
}

    .actions-btn .btn {
        margin-right: 16px !important;
    }

        .actions-btn .btn:last-child {
            margin-right: 0 !important;
        }

.box-scroll {
    white-space: nowrap;
    overflow-x: scroll;
}

    .box-scroll .box-scroll__item {
        display: inline-block;
    }

    .box-scroll .label {
        font-size: 80%;
    }

    .box-scroll .panel-body {
        min-width: 240px;
        min-height: 135px
    }

.text-large {
    font-size: 100%;
}

#datatable-details small {
    position: relative;
    display: inline;
    white-space: nowrap;
}

.icon-vote-yea {
    width: 120px;
}

.btn.btn-default.dropdown-toggle.btn-block {
    margin: 0 !important;
}

.table-head-radius thead tr th:first-child {
    border-radius: 15px 0 0 0;
}

.table-head-radius thead tr th:last-child {
    border-radius: 0 15px 0 0;
}

.table-responsive {
    margin-bottom: 24px;
    text-align: center;
    overflow: auto;
}

    .table-responsive tbody tr:nth-child(odd) td {
        background: #f1f1f1;
    }

.table-programmed-realized tbody tr td:nth-child(5) {
    border-right: 3px solid white;
}

.table-responsive .btn {
    padding: 6px 5px;
}

    .table-responsive .btn.btn-primary {
        border-radius: 8px;
        padding: 2px 7px;
        font-size: 12px;
    }

.table-pre-header,
.table-header {
    text-align: center;
    color: white;
}

    .table-pre-header .programmed,
    .table-header .programmed {
        background: #08202e;
    }

    .table-pre-header .realized,
    .table-header .realized {
        background: #428904;
    }

    .table-pre-header .programmed {
        border-right: 1px solid white;
        border-radius: 15px 15px 0 0;
        font-size: 14px;
        font-weight: 500;
    }

    .table-header .programmed {
        border-right: 1px solid white;
    }

        .table-header .programmed:first-child,
        .table-header .programmed:nth-child(3) {
            border-right: 3px solid white;
        }

    .table-pre-header .realized {
        border-radius: 15px 15px 0 0;
        font-size: 14px;
        font-weight: 500;
    }

    .table-header .realized {
        border-right: 1px solid white;
    }

        .table-header .realized:last-child {
            border-right: none;
        }

.table-head .primary th {
    background: #8b8b8b !important;
    text-align: center;
}

    .table-head .primary th:first-child,
    .table-head .primary th:nth-child(5) {
        border-right: 3px solid white;
    }

.table-localization,
.table-localization thead tr th {
    text-align: left;
}

    .table-localization thead tr th {
        background: #919191 !important;
    }

        .table-localization thead tr th:first-child {
            width: 90px;
        }

        .table-localization thead tr th:nth-child(2) {
            width: 142px;
        }

        .table-localization thead tr th:nth-child(3) {
            width: 70px;
        }

    .table-localization tbody tr td:first-child {
        text-align: center;
    }

    .table-localization .fa-map-marker {
        font-size: 20px;
        color: #919191;
    }

        .table-localization .fa-map-marker.active {
            color: #3989cc;
        }

{
    box-sizing: border-box;
}

body {
    font: 16px Arial;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

    input[type=text] {
        background-color: #f1f1f1;
        width: 100%;
    }

    input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }


.ui-autocomplete {
    z-index:10000 !important;
    

}
.autocomplete-items {
    position: absolute;
    border: 1px solid #000;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }


.modal {
    position: fixed;
    top: 32% !important;
    left: 50%;
}


/* Spinner início*/

#spinner {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#spinner::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #0099e6;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* Spinner fim */


@media only screen and (min-width: 100px) and (max-width: 400px) {
    .logo-os-express-dhl {
        height: 50px;
        width: 110px;
        margin-left: 2px
    }

    .logo-os-express-facilities {
        height: 65px;
        width: 65px;
        margin-left: 20px;
    }

    .form-top-position {
        margin-top: 30px !important
    }

}

@media only screen and (min-width: 400px) and (max-width: 600px) {
    .logo-os-express-dhl {
        height: 55px;
        width: 130px;
        margin-left: 20px
    }

    .logo-os-express-facilities {
        height: 70px;
        width: 70px;
        margin-left: 20px;
    }

    .form-top-position {
        margin-top: 30px !important
    }
}

@media only screen and (min-width: 600px) and (max-width: 769px) {
    .logo-os-express-dhl {
        height: 60px;
        width: 200px;
        margin-left: 20px
    }

    .logo-os-express-facilities {
        height: 110px;
        width: 110px;
        margin-left:20px;
    }

    .form-top-position {
        margin-top: 30px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo-os-express-dhl {
        height: 60px;
        width: 200px;
        margin-left: 20px
    }

    .logo-os-express-facilities {
        height: 110px;
        width: 110px;
    }

    .form-top-position {
        margin-top: 30px !important
    }

}

@media only screen and (min-width: 991px) and (max-width: 1399px) {
    .logo-os-express-dhl {
        height: 60px;
        width: 200px;
        margin-left: 50px
    }

    .logo-os-express-facilities {
        height: 110px;
        width: 110px;
        margin-left: 30px;
    }

    .form-top-position {
        margin-top: 30px !important
    }
}

@media (min-width: 1400px) {
    .logo-os-express-dhl {
        height: 60px;
        width: 200px;
        margin-left: 50px
    }

    .logo-os-express-facilities {
        height: 110px;
        width: 110px;
        margin-left:30px;
    }

    .form-top-position {
        margin-top: 150px !important
    }

}




