﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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 */
    min-height: 90vh;
    margin-bottom: 60px;
    background: #F3F3F4;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: contents;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand img {
    max-width: 300px;
}

header {
    background: #253237;
}

footer, footer * {
    background: #253237;
    color: #fff !important;
}

.btn-default {
    background: #FF1616;
    color: #fff;
}

.dropdown-menu {
    padding: 5px;
}



.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 2px 2px 0 0;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

table {
    width: 100% !important;
    border-radius: 3px;
    padding: 10px;
}

    /*table.dataTable td:last-child {
        text-align: right;
    }*/

    table.table-selectable tbody tr:hover {
        background-color: #FF1616 !important;
        cursor: pointer !important;
        color: #fff !important;
    }

        table.table-selectable tbody tr:hover td {
            color: #fff !important;
        }

    table thead th {
        /* border-radius: 10px; */
        border: none !important;
    }



.container {
    max-width: none !important;
    padding: 1rem 10rem;
}

    .container .container-inner {
        background: #fff;
        padding: 20px;
        border-radius: 15px;
        min-height: 75vh;
    }

.nav-link.text-secondary.text-left {
    white-space: nowrap;
}

.SitebuttonsDiv {
    align-content: center;
}

    .SitebuttonsDiv .Sitebuttons {
        color: black !important;
        padding: 12px;
        margin-top:5px;
        border-radius: 10px;
        background-color:#eaeaea;
    }

        .SitebuttonsDiv .Sitebuttons:hover {
            background: #FF1616 !important;
            color: #fff !important;
            text-decoration: none;
        }

.SiteReportbuttonsDiv {
    padding: 1%;
    align-content: center;
}

/*#region Body Header */
h1 > i {
    margin-right: 10px;
    color: #FF1616;
}

.body-header {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

    .body-header a, .body-header .btn {
        margin: auto 0 auto auto;
    }


.sub-heading {
    margin-top: 15px;
    margin-bottom: 15px;
}

.splash {
    display: block;
    width: 75%;
    max-width: 800px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}


.welcome-message {
    text-align: center;
}

#loginButton {
    margin-top: 15px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #eaeaea !important;
}

table a.btn.btn-info {
    margin-left: 5px;
}

.display-4 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.timeSpent.dashboard-widget .ibox-title {
    background-color: #3498db;
    color: white;
}

.visitorsToday.dashboard-widget .ibox-title {
    background-color: #2ecc71;
    color: white;
}

.invitationsSent.dashboard-widget .ibox-title {
    background-color: #1abc9c;
    color: white;
}

.visitorsInOut.dashboard-widget .ibox-title {
    background-color: #2980b9;
    color: white;
}

.alerts.dashboard-widget .ibox-title {
    background-color: #c0392b;
    color: white;
}

.alerts.dashboard-widget table {
    margin-bottom: 0px !important;
}

.container-inner {
    /*box-shadow: rgba(0, 0, 0, 0.1) 5px 5px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.timeSpent.dashboard-widget .ibox-content,
.visitorsToday.dashboard-widget .ibox-content,
.invitationsSent.dashboard-widget .ibox-content {
    text-align: center;
}


.alerts.dashboard-widget .btn {
    min-width: 50px;
}

@media (max-width: 576px) {
    .container .container-inner {
        border-radius: 0px;
    }

    .container {
        padding: 0px 0px !important;
    }

    .navbar {
        margin-bottom: 0px !important;
    }
}



@media (min-width: 577px) and (max-width: 990px) {
    .container .container-inner {
        border-radius: 0px;
    }

    .container {
        padding: 0px 0px !important;
    }

    .navbar {
        margin-bottom: 0px !important;
    }

    #manage, #logout {
        display: none;
    }
}

@media (min-width: 990px) and (max-width: 1280px) {


    .container {
        padding: 25px 25px !important;
    }
}


.page-header {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.btn-add-contact {
    padding: 5px;
    margin-bottom: 10px !important;
}


.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.dt-buttons {
    margin-left: 15px;
}


.dataTables_processing {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    height: 100% !important;
    width: 100% !important;
    background: #FFFFFF66 !important;
    color: #FF1616 !important;
    font-weight: 600 !important;
    margin: auto !important;
    align-content: center;
}

thead {
    background-color: #DADADA;
}

table.dataTable thead th, table.dataTable thead td {
    padding-left: 10px !important;
}

.dataTables_scrollBody {
    border-top: none !important;
}

.ibox-content table a.btn.btn-info {
    margin-left: 0px;
}

.margin-ss {
    margin: 0.5rem;
}


.btn-warning {
    color: white;
}


.filter-row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 10px 0px;
    background-color: #eaeaea;
}

    .filter-row .filter-heading {
        font-size: 18px;
        padding-top:2px;
        font-weight: bold;
    }

    .filter-row label {
        font-size: 16px;
        padding-top: 2px;
        margin-bottom: 0px;
    }

    .filter-row select {
        padding:5px;
        min-width:100px
    }


    .dataTables_length {
        margin-left: 5px;
    }

.declarationImg
{
    width:auto;
    height:300px;
}

img.declaration-img {
    width: auto;
    max-height: 20rem;
}