﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif !important;
    color: #4D4F5C;
    background-color: #f3f6f9;
    margin-bottom:60px;
}
a {
    color: #073e99;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #073e99!important;
    color:#fff!important;
}
.nav-mobile {
    display: none !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea, .mw-input {
    max-width: 280px;
}
.door-home{
    border:1px solid 
}

.content-wrapper {
    background-color: #e9e8ea;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width:100%;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.page-body-wrapper {
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.align-items-center{
    align-items:center!important;
}
.container-scroller {
    overflow: hidden;
}
.btn-outline-primary {
    color: #4285f4 !important;
}
.btn-outline-primary:hover{
    color:#fff!important;
}
.btn-outline-success {
    color:#28a745!important;
}
.btn-outline-success:hover{
    color:#fff!important;
}
.btn-outline-secondary:hover{
    color:#fff!important;
}
.cont-door {
    padding: 50px 0px;
    text-align: left;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,.15),0 -1px 0 rgba(0,0,0,.02);
    background-color: #fff;
}
.c-white{
    color:#fff!important;
}
.bg-white{
    background-color:white;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
    color:#4D4F5C!important;
}
.logo-menu {
    height: 24px;
}
.navbar {
    box-shadow: 0 1px 2px rgba(0,0,0,.15),0 -1px 0 rgba(0,0,0,.02)!important;
    background-color:white!important;
}
footer {
    height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.navbar-light .navbar-toggler{
    border:0px!important;
}
.navbar-toggler:hover, .navbar-toggler:focus{
    outline:none!important;
}
.btn-indietro{
    padding:10px 0px;
    cursor:pointer;
    width:30%;
}
.descEventType{
    word-break:break-word;
    font-size:14px;
}
#doorNameTitle, #UserNameTitle {
    width: 70%;
    text-align: right;
    padding: 5px 0px;
    font-size: 20px;
}
.list-users > li{
    padding:0px!important;
}
    .list-users > li > a {
        padding: 12px 20px;
        float: left;
        width: 100%;
    }
    .label-user-details{
        width:100%;
        font-weight:bold;

    }
    .form-control{
        margin-bottom:10px;
    }

    .btn-apri{
        margin-top:0px!important;
        margin-left:10px;
    }
.card-header-small {
    padding: 5px 20px;
}
.label-nome-porta {
    margin: 10px 0px;
    float: left;
}