﻿/* 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. */
/*html body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/

/*#preview-frame {
    width: 100%;
    height: 100%;
    background-color: #fff;
}*/

#essor-logo {
    margin-top: 26px;
    width: 230px;
}

#essor-logo-login {
    position: absolute;
    top: 13%;
    width: 330px;
}

@media (max-height: 850px),
(max-width: 991px) {
    #essor-logo-login {
        position: static;
        margin-bottom: 35px;
    }
}

h1 .badge,
h2 .badge {
    padding-top: 6px !important;
}

h3 .badge,
h4 .badge {
    padding-top: 7px !important;
}

h5 .badge,
h6 .badge {
    padding-top: 8px !important;
}

/*Ajustes no layout*/


.form-control:disabled,
.form-control[readonly] {
    background-color: #f7f7f7;
    color: #98a6ad;
    opacity: 1;
}

#sidebar-menu span.badge {
    padding-top: 0.4em;
    padding-bottom: 0.3em;
}

#sidebar-menu .badge {
    margin-top: 0px;
}

/*CSS PROVISÓRIO*/
/*
.pendente ul li span {
    color: #ff5b5b;
}
.pendente ul li span.badge  {
    color: #fff;
}
a[href="#"] {
    color: #ff5b5b;
}
*/
.cabecalho {
    background-color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.margem {
    background-color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.card-margin-50 {
    margin-top: -50px;
}

#menu-cabecalho {
    display: flex;
}

@media (max-widh: 900px) {
    #menu-cabecalho {
        display: none;
    }
}


.ate-25ct {
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableGM {
    width: 80% !important;
    max-width: 80% !important;
}

.row-headerGM {
    font-weight: initial;
    text-align: center;
    font-size: 9pt;
    padding: 0px;
    font-weight: bold;
    border-spacing: 0 5px;
}

.strikeout {
    text-decoration: line-through !important;
}

.InputDisabled {
    pointer-events: none;
    background-color: #F5F5F5;
}

.map-container {
    position: relative;
}

#panelOficina {
    height: 500px;
    width: 230px;
    background: white;
    opacity: 0.9;
    float: right;
    display: none;
    padding: 10px;
    font-size: xx-large;
    position: absolute;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;

}


.map-canvas-container {
    overflow: hidden;
    width: 1000px;
    height: 500px;
    resize: none;
    max-width: 100%;
}

#btnHide {
    height: 50px;
    width: 25px;
    float: right;
    margin-top: 200px;
    z-index: 1;
    display: block;
    position: absolute;
    left: 0;
}


#map-canvas {
    margin: 0;
    float: left;
    position: absolute;
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.row-Oficinas {
    font-weight: initial;
    text-align: left;
    font-size: 9pt;
    padding: 0px;
    font-weight: bold;
    border-spacing: 0 5px;
}

.arrow {
    text-align: center;
    margin: 8% 0;
    transform: rotate(-45deg);
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(10px);
    }
}

.image-box {
    height: 202px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1600px) {
    .image-box {
        height: 160px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1440px) {
    .image-box {
        height: 138px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1366px) {
    .image-box {
        height: 127px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1100px) {
    .image-box {
        height: 275px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 900px) {
    .image-box {
        height: 294px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 800px) {
    .image-box {
        height: 256px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .image-box {
        height: 244px;
        overflow: hidden;
    }
}

.color-red {
    color: #E82C0C;
}

.color-green {
    colior: #008000;
}

.color-blue {
    color: #005477;
}

.btn-confirm-with-action {
    cursor: pointer !important;
}

.truncate {
    width: 305px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: auto !important;
}

.upload-box.dragover {
    border: 1px dashed #007bff !important;
    background-color: #f8f9fa;
}

.upload-disabled .mdi-file-upload {
    opacity: 0.5;
    color: #bdbdbd;
    pointer-events: none;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============ Quill Presentation ============ */
.ql-editor{
    color: black;
}
.id-template {
    color: black;
}
.icone-pointer {
    cursor: pointer;
}