@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
html,
body {
    margin: 0;
    background-color: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    color: #383838;
    /* -webkit-appearance: none; */
    /* opacity: 1; */
}

#login-form {
    max-width: 400px;
    margin: auto;
}

#loginBox {
    background-color: #f2f2f2;
    /* max-width: 300px; */
    margin: auto;
}

.container-fluid {
    background-color: #f2f2f2;
    max-width: 992px;
}

.container {
    background-color: #f2f2f2;
}

.img-nav {
    height: 30px;
    width: 30px;
}

.col-lg-12 {
    line-height: 80px;
}

.col-md-5 {
    line-height: 55px;
}

#topbar {
    background-color: #367ca1;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 225px;
    display: none;
}

#headerText {
    font-size: 30px;
    text-justify: center;
}

input,
button {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 20px solid #367ca1;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #ebebeb;
}

button[type=submit] {
    border-bottom: none;
}

input[type=file] {
    border-bottom: none;
}

input[type=number] {
    border-bottom: none;
}

input[type=text] {
    -webkit-text-fill-color: #575757;
    opacity: 1 !important;
    color: #575757;
}

input {
    color: #575757;
    -webkit-text-fill-color: #575757;
}

.no-style {
    border-bottom: none;
    box-shadow: none;
}

.messageError {
    color: #cc3d3d;
}

.message-ok {
    color: #32a852;
}

.fwicon {
    color: #367ca1;
}

.fw-icon-param {
    color: #383838;
}

.fw-icon-admin {
    color: #cc3d3d;
}

h3 {
    margin-top: 20px;
}

#map {
    height: 600px;
    margin-top: 20px;
    border: 2px solid #367ca1;
}

.table-container {
    display: table;
}

.table-container .table-row {
    height: 100%;
    display: table-row;
}

.table-container .table-row .table-col {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.strong-text {
    color: #367ca1;
    font-weight: bold;
    font-size: 24px;
}

.strong-text-light {
    font-weight: bold;
    /* font-size: 24px; */
}

.select-margin-top {
    margin-top: 8px;
}

.circle {
    border-radius: 50%;
    color: white;
    text-align: center;
    padding: 2px 8px 2px 8px;
    background-color: #cc3d3d
}

.panel-item-menu {
    box-shadow: 1px 1px 5px 1px rgb(223, 223, 223);
    margin-top: 20px;
    background-color: #fcfcfc;
    border-radius: 5px 5px 5px 5px;
}

.panel-item-menu-priority {
    border: 1px solid red;
}

td,
th,
tr {
    line-height: 20px;
}

.panel-item-menu-light {
    /* box-shadow: 1px 1px 5px 1px rgb(223, 223, 223); */
    margin-top: 20px;
    border-radius: 5px 5px 5px 5px;
}

.panel-item-border {
    border-bottom: 1px solid #dddddd;
}

.item-menu-panel {
    line-height: 40px;
    padding-top: 5px;
}

.panelItemText,
.panelItemMessage {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 20px;
    background-color: #fcfcfc;
}

.margin-right {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.panelItemMessage {
    padding-left: 0px;
}

.title-message {
    color: #367ca1;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.panelItemText i {
    margin-right: 20px;
    margin-left: 10px;
    padding-left: 20px;
}

.show-inbox-message {
    margin-left: 20px;
    margin-right: 20px;
}

a {
    color: #383838;
    text-decoration: none;
}

a:hover {
    color: #367ca1;
    text-decoration: none;
}

#headerText a {
    border-bottom: 1px solid #367ca1;
}

footer {
    padding-top: 20px;
    font-size: 14px;
    color: #5c5b5b;
}

.hide-col-on-mobile {
    display: table-cell;
}

nav {
    font-size: 20px;
    background-color: #367ca1;
    box-shadow: 1px 1px 5px 1px rgb(167, 167, 167);
}

.navbar-toggler {
    background-color: #367ca1;
    box-shadow: 1px 1px 5px 1px #367ca1;
}

section {
    margin-top: 10px;
}

.separator {
    border-top: 1px dashed #dddddd;
    height: 2px;
    width: 100%;
}

.separator-solid {
    border-top: 1px solid #e9e9e9;
    height: 2px;
    width: 100%;
}

.btn-ok {
    max-width: 100px;
}

@media (max-width: 1000px) {
    #topbar {
        height: 125px;
        background-image: url(../img/logo-min.png);
    }
    .button-action {
        width: 100%;
        text-align: left;
    }
    .strong-text {
        font-size: 45px;
    }
    body {
        font-size: 40px;
    }
    h2 {
        font-size: 45px;
    }
    h6 {
        font-size: 35px;
    }
    footer {
        font-size: 30px;
    }
    .item-menu-panel {
        line-height: 120px;
    }
    .panelItemText {
        font-size: 40px;
    }
    .container-fluid {
        max-width: 100%;
    }
    #login-form {
        max-width: 50%;
    }
    .form-control-lg {
        margin-bottom: 25px;
        height: 80px;
        padding: 0.5rem 1rem;
        font-size: 1.50rem;
        /* line-height: 6.0; */
        border-radius: 0.3rem;
    }
    .hide-col-on-mobile {
        display: none;
    }
    .custom-select-lg {
        height: 100px;
        font-size: 40px;
        margin-top: 5px;
    }
    td,
    th,
    tr {
        line-height: 80px;
    }
    .btn {
        padding: 10px;
        font-size: 30px;
    }
    .img-nav {
        height: 50px;
        width: 50px;
    }
    nav {
        font-size: 40px;
    }
    .navbar-brand {
        font-size: 40px;
    }
}