
.sidebar {
    padding-top: 55px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
}

.d-none {
    padding-left: 0 !important;
}

.sidebar .nav-item .nav-link {
    font-size: 15px;
    color: gray;
}

body .row .col-lg-10 {
    margin-top: 75px;
}

.col-lg-10 .float-end {
    float: inline-end;
}

.row .bg-light {
    position: fixed;
    border-right: 1px solid #ececec;
    margin-top: 15px;
}

.header-panel {
    margin: 10px 0 12px;
}

.align-center {
    align-items: center;
    display: flex;
}

.row .right {
    justify-content: flex-end;
}

.nav .pagination {
    margin-bottom: 0;
}

.col-md-8 .form-group {
    margin: 0px 15px;
    flex: 1 1 auto;
}

.col-md-8 .form-group input {
    width: 100%;
}

.table {
    margin: 1rem 0;
}

.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
    background-color: #f5f5f5;
    color: #975555;
}

.block-event {
    margin-top: 15px;
    border-bottom: 2px solid #5f5656;
    padding-bottom: 15px;
}

.block-event:last-child {
    border-bottom: none;
}

.block-event h3 {
    font-size: 25px;
    font-weight: bold;
    color: #a84444
}

.block-event .organizer {
    margin-top: 15px;
}

.bg-primary {
    color: #fff;
    padding: 5px 15px;
}

.input-event {
    background: #2e6da4;
    display: block;
    height: 100vh;
    width: 100vw;
}

.input-event .img {
    position: absolute;
    bottom: 0;
}

.input-event .img #scanner {
    margin-bottom: -120px;
    margin-right: 10px;
}

.input-event .img #phone {
    margin-bottom: 45px;
}

.input-event .content {
    text-align: center;
    display: flex;
    width: 100vw;
    justify-content: center;
}

.input-event .content h3 {
    position: absolute;
    top: 40%;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
}

.page-link {
    cursor: pointer;
}

.input-event #message, .input-event #message-visitor {
    position: absolute;
    background: #2e6da4;
    height: 100%;
    width: 50%;
}

.input-event #message {
    z-index: 5;
}

.input-event #message-visitor {
    z-index: 10;
    width: 100%;
}

.input-event #message h3, .input-event #message-visitor h3 {
    text-align: center;
    position: relative;
}

.alert-danger {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #d04a4a;
}

.select-row {
    cursor: pointer;
}
.select-row .check {
    width: 20px;
}
.select-row:hover {
    background-color: #b2cfd8;
}

.flex {
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}

.hidden {
    display: none;
}

.alert-danger h4 {
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: 1px solid #590000;
    padding-bottom: 7px;
}

.select-entity {
    list-style: none;
}

.select-entity li {
    cursor: pointer;
}

.select-entity li:hover {
    color: #850540;
}

.row .right {
    justify-content: flex-end;
}

.row .right .nav .pagination {
    margin-bottom: 0;
}

.row .right .form-group {
    margin: 0px 15px;
    flex: 1 1 auto;
}

.row .right .form-group input {
    width: 100%;
}

.bg-danger {
    background-color: #d50000 !important;
    margin: 5px 0;
    padding: 5px;
    color: #fff;
}

.auth-container {
    width: 400px;
    position: absolute;
    left: 40%;
    top: 20%;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .2);
}

.auth-container .header {
    background: #337ab7;
    height: 50px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
}

.auth-container .header h1 {
    font-size: 1.3em;
    font-weight:bold;
    color: #fff;
    margin: 0;
    padding: 15px 10px;
}

.auth-container .inner {
    margin: 20px;
}

.container-flex {
    background-color: #f7f7f7;
    width: 100vw;
    height: 100vh;
    display: flex;
}

body .bg-dark {
    background-color: #7094bb !important;
}

body .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding:0;
}
body .bg-light {
    background-color: #ebf6ffc9 !important;
}

.link-button {
    color: #116891;
    cursor: pointer;
}

.form-row {
    width: 100%;
}

#listSize {
    margin: 5px 15px;
    display: block;
    color: #027bfd;
    font-size: 20px;
}

.row .nav-tabs {
    margin-bottom: 15px;
}

.container-fluid .tab-content .entity {
    display: flex;
}

.container-fluid .tab-content .entity img {
    width: 250px;
    height: 300px;
    margin: 17px 25px;
}

.container-fluid .tab-content .entity div {
    flex-grow: 1;
}
.row .form-group.datepicker-box, .row .form-group.search-button-box {
    padding: 0 5px;
    margin: 0;
}

.row .form-group.flex0 {
    flex:0;
}