﻿/* 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: #7EA441;
}

.btn-primary {
    color: #fff;
    background-color: #7EA441;
    border-color: #BCD85F;
}

.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 */
    margin-bottom: 60px;
}

.footer {
   /* position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
  /*  background-color: #58595B;*/
}

    .footer ul li {
        display: inline;
        border-right: 1rem;
    }



main {
    display: grid;
    justify-content: center;
    align-content: center;
}

#daily-call-container {
    width: 75vw;
    height: 75vh;
    display: grid;
}

#join {
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 8px;
    margin-bottom: 2em;
    border: 1px solid var(--turquoise);
    background-color: var(--turquoise);
    color: #1f2d3d;
    padding: 8px 16px;
    font-weight: 600;
    cursor: pointer;
}

    #join:hover {
        cursor: pointer;
        background-color: #1bfdb9;
        box-shadow: rgba(27, 235, 185, 0.6) 0px 0px 0px 2px;
    }

label {
    display: block;
    color: var(--dark-grey);
    /*font-size: 12px;*/
    /* margin-bottom: 4px;*/
    /*margin-top: 8px;*/
}

input {
    background-color: #fff;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #c8d1dc;
}

#error-msg {
    color: var(--red-dark);
    padding: 8px;
}



/*
Generic Icons and its colors
Solomon 02 March 2023
*/

/*Edit*/
.bi-pencil-square {
    color: #286090 !important;
}
/*Delete*/
.bi-trash {
    color: red !important;
}
/*Archive*/
.bi-archive {
    color: red !important;
}
/*Phone*/
.bi-telephone-outbound {
    color: #7EA441 !important;
}
/*Email Envolope*/
.bi-envelope {
    color: #1b6ec2 !important;
}
/*Key Security Credentials*/
.bi-key {
    color: #f68902 !important;
}
/*Questions Hints*/
.bi-question-circle {
    color: #58595B !important;
}
/*InActive*/
.bi-toggle-off {
    color: #328b03 !important;
}
/*Active*/
.bi-toggle-on {
    color: #328b03 !important;
}
/* High Up*/
.bi-arrow-up {
    color: green !important;
}
/*Low Down*/
.bi-arrow-down {
    color: red !important;
}
/*Header Title*/
.headerTitle {
    float: left !important;
}

.btn-outline-succes .action-btn {
    padding: 0 0 !important;
    padding: 0.375rem 0.75rem !important;
}

.btn-100 {
    width: 100% !important;
}

.btn-h {
    margin-top: 28px;
}

.form-check-input:checked {
    background-color: #7EA441 !important;
    border-color: #7EA441 !important;
}
.form-select {
    display: block;
    width: 80%;
    height: inherit;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d5875;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BCD85F;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}
.text-red{
    color:red !important;
}
.remCF {
    padding: .0rem .75rem !important;
}