﻿/* 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;
}

.btn-smol{
    padding: 3px 5px !important;
    font-size: 12px !important;
    margin-bottom: 3px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.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%;
    overflow: scroll;
    min-width: 720px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

footer {
    /*  background-color: white;*/
    position: absolute;
    bottom: 0;
    
    width: 100%;
    white-space: nowrap;
    line-height: 10px; /* Vertically center the text there */
    padding: 0px;
}

/*
 *  WEB
 *  CSS
 *  START
 *  HERE
 */

/* Styles go here */

body, html {
    font-family: 'Calibri', serif;
    height: 100%;
    background-color: #ECF0F5;
    color: #6E6E6E;
}

/*
 * Material-Icons Ruleset
 * ------------------------------
 */

/* Rules for sizing the icon. */
.material-icons.md-12 {
    font-size: 12px;
}

.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-16 {
    font-size: 16px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-20 {
    font-size: 20px;
}

.material-icons.md-22 {
    font-size: 22px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-28 {
    font-size: 28px;
}

.material-icons.md-32 {
    font-size: 32px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-40 {
    font-size: 40px;
}

.material-icons.md-44 {
    font-size: 44px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }


/*
 * Off Canvas sidebar at medium breakpoint
 * --------------------------------------------------
 */
/*@media screen and (max-width: 992px) {

    .row-offcanvas {
        position: relative;
        font-size: 12px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -30%;
    }

    .row-offcanvas-left.active {
        left: 30%;
        margin-left: -6px;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;*/ /*
    width: 30%;*/
        /*height: 100%;
    }
}*/

/*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
/*@media screen and (max-width: 34em) {
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -30%;
    }
     
    .row-offcanvas-left.active {
        left: 30%;
        margin-left: -6px;
    }

    .sidebar-offcanvas {*/
        /* width: 30%;*/
    /*}
}*/

.contentpane {
    margin-top: 100px;
    margin-left: 110px;
    z-index: 2;
}

.navpane {
    /*margin-top: -50px;*/
    margin-left: 110px;
    padding: 10px 12px 2px 12px;
    position: fixed;
    width: 90%;
    max-height: 70px;
    min-width: 240px;
    background-color: white;
    color: #6E6E6E;
    -webkit-box-shadow: 0px 0px 5px 0px #6E6E6E;
    box-shadow: 0px 0px 5px 0px #6E6E6E;
    /*text-align: right;*/
    text-align: center;
    overflow-y: auto;
    z-index: 20;
}

.btn-logout {
    padding: 0px;
    font-size: 12px;
    font-family: Calibri;
}

.head-nav {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    overflow: auto;
}

.user-nav {
    font-size: 12px;
    margin-top: 7px;
    /*vertical-align: center;*/
    align-items: center;
}

.anchor-black {
    /*color: rgba(183, 189, 193, 1);*/
    color: #6E6E6E;
}

.sidepane {
    position: fixed;
    width: 120px !important;
    height: 100%;
    background-color: rgba(41, 57, 70, 1);
    color: rgba(41, 57, 70, 1);
    font-size: 11px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1;
    text-align: center;
}

.nav li {
    background-color: rgb(50, 70, 86);
}

.nav li:nth-child(even) {
    background-color: rgb(56, 79, 96);
}

.sidepane a {
    color: rgba(183, 189, 193, 1);
    z-index: 99999;
}

.sidepane a:hover {
    color: white;
}

.nav-item:hover {
    background-color: blue !important;
}

/* Content design */
.page-title {
    font-size: 24px;
}

.pre-scrollable {
    min-height: 360px;
    overflow-y: scroll;
}

.table-main {
    background-color: white;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    width: 97%;
}

.table-main td{
    padding-left:10px;
    padding-right:10px;
}
.table-main-header {
    font-family: Calibri;
    background-color: white;
    color: #6E6E6E;
    width: 97%;
    margin-bottom: -5px;
    border-radius: 5px;
    padding: 5px 2px !important;
    min-height: 75px !important;
}

.table-data {
    background-color: white;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    padding: 20px;
}

.header-title {
    /*font-size: 22px;*/
}

.header-search {
    background: transparent;
    border: none;
    font-size: 14px;
    min-width: 180px;
    vertical-align: top;
    border-radius: 5px;
    border: solid;
    border-color: #d7d7d7;
}

.header-search:focus {
    outline: none;
    border: solid;
    border-color: #9b9b9b;
}

.header-search-group {
    z-index: 100;
}

.btn-search {
    font-size: 22px;
}

.btn-padding{
    padding: 2px 5px !important;
}

.table-main tbody tr:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.54);
}
.table-data tbody tr:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.54);
}

.sortable-column {
    cursor: pointer;
}

.sortable-column:hover {
    color: white;
    background-color: gray;
}

.box-data-header {
    background-color: white;
    font-family: Calibri;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    overflow: auto;
}


.box-data {
    background-color: white;
    font-family: Calibri;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px 0px 0px 3px;
    padding: 20px 40px;
    margin-bottom:20px;
    overflow: auto;
}

.box-data-title {
    text-transform: uppercase;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 24px;
}

.box-data-user {
    text-transform: uppercase;
    color: #636363;
    font-size: 18px;
    margin-bottom: 10px;
}

.box-data-property {
    color: #878787;
    font-size: 12px;
    font-weight:bold;
}

.box-data-value {
    color: #636363;
    font-size: 18px;
    margin-bottom: 10px;
}

.auth-pages{
    background-color: white;
    box-shadow: gray 2px 2px;
    max-width: 320px;
    border-radius: 8px;
    margin-top: -8px;
}
.auth-title{
    font-weight: bolder;
}

.auth-entry {
    animation: fadeIn ease 1.25s;
    -webkit-animation: fadeIn ease 1.25s;
    -moz-animation: fadeIn ease 1.25s;
    -o-animation: fadeIn ease 1.25s;
}

@keyframes fadeIn {0% {opacity: 0.05;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn {0% {opacity: 0.05;} 100% {opacity: 1;}}
@-webkit-keyframes fadeIn {0% {opacity: 0.05;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0.05;} 100% {opacity: 1;}}


.rejected-review{
    color: red;
    font-weight: bold;
}

.pending-review{
    color: blue;
    font-weight: bold;
}

/*
    Calendar
*/

.calendar-box {
    background-color: white;
    margin: 20px 0px;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    border-color: #0e0e0e;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: black;
    border-color: #0e0e0e;
}

#calendar2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: black;
    border-color: #0e0e0e;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(23, 255, 28, 0.80) !important;
    background-color: var(--fc-today-bg-color, rgba(23, 255, 28, 0.80)) !important;
    font-weight: bold;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(23, 255, 28, 0.80) !important;
    background-color: var(--fc-today-bg-color,rgba(23, 255, 28, 0.80)) !important;
    font-weight: bold;
}

.fc-theme-standard .fc-list {
    border: 1px solid #0e0e0e !important;
    border: 1px solid var(--fc-border-color, #0e0e0e) !important;
}

.div-table {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-row:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.54);
}

.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 200px;
    background-color: #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

.table-attendance{
    min-height: 720px !important;
}
