﻿/* 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;
}
#components-reconnect-show #components-reconnect-modal, #components-reconnect-failed, #components-reconnect-rejected {
    display: none;
}
/* 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;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0;

}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
.no-data-container {
    width : inherit;
}
.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 */
    background-color: #ced5dbb2;
    color: #0062b2;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #C2D6DD;
    text-align: center;
}

.landingPageContainer {
    display: flex; /* or inline-flex */
    flex-wrap: wrap;
    height: 92vh;
}

.leftOptions {
    flex-grow: 1;
    border: solid;
    border-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rightOptions {
    flex-grow: 1;
    border-top: solid;
    border-bottom: solid;
    border-right: solid;
    border-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menuOptionTop {
    position: relative;
    top: 20%;
}

.menuOptionBottom {
    position: relative;
    top: 65%;
}

.options {
    text-align: center;
}

.lineRule {
    position: relative;
    top: 40%;
    border-top: 2px solid;
    border-color: white;
    width: 100%;
}

/*a {
    color: whitesmoke;
}

    a:hover {
        color: #C2D6DD;
    }*/

.hamsaIcon {
    position: absolute;
    top: 39%;
    left: 49.4%;
    width: 160px;
    height: 160px;
    background-image: url(../Images/HAMSALOGO.jpg);
    background-repeat: no-repeat;
    background-size: 160px 160px;
    border-radius: 90%;
    z-index: 5;
}
/*.space {
    top: 40%;
    left: 90%;
    width: 50px;
    height: 50px;
}*/
#dtBasicExample_info {
    text-align: center;
}

.dataTables_wrapper .dataTables_info {
    float: none;
}

.anchorclass {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 0.25em;
}

.paginate_button {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #040000 !important;
    -webkit-box-shadow: 3px 3px 8px 2px rgba(141,200,180,0.6);
    -moz-box-shadow: 3px 3px 8px 2px rgba(141,200,180,0.6);
    box-shadow: 3px 3px 8px 2px rgba(141,200,180,0.6);
    border-radius: 5px;
    /*#8CC2B2*/
    background-color: rgba(175, 192, 186, 0.6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #afc0ba), color-stop(100%, #afc0ba));
    background: -webkit-linear-gradient(top, #afc0ba 100%, #afc0ba 100%);
    background: -moz-linear-gradient(top, #afc0ba 100%, #afc0ba 100%);
    background: -ms-linear-gradient(top, #afc0ba 100%, #afc0ba 100%);
    background: -o-linear-gradient(top, #afc0ba 100%, #afc0ba 100%);
    background: linear-gradient(to bottom, #afc0ba 100%, #afc0ba 100%);
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: white;
}


.table-hover tbody tr:hover {
    color: black;
    background-color: rgba(107, 161, 145, 0.6);
}

.ImportantNotesLabel {
    font-weight: bold;
    font-size: 14px;
}

.ChildDivElementInFormView {
    margin-top: 10px;
}

    .ChildDivElementInFormView .labelForInstructions {
        margin-top: 15px;
        margin-bottom: 0px;
    }

.actionButtonForFormView {
    text-align: center;
}

.marginChange {
    margin-bottom: 18px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #C2D6DD; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-left: 100px;
    top: 50%;
    left: 40%;
    position: fixed;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.picktim-container {
    position: absolute;
    width: var(--picktim-container-width);
    height: var(--picktim-container-height);
    border: 2px #DDD solid;
    border-radius: 3px;
    background: #EEE;
    -webkit-box-shadow: 3px 3px 8px 2px rgba(141,200,180,0.6);
    -moz-box-shadow: 3px 3px 8px 2px rgba(141,200,180,0.6);
    box-shadow: 3px 3px 8px 2px rgba(141,200,180,0.6);
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    box-sizing: border-box;
}

.picktim-table {
    text-align: center;
    width: calc(var(--picktim-container-width) - 4px);
    height: calc(var(--picktim-container-height) - 4px);
    background-color: transparent;
}

.picktim-hour {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: none;
}

.picktim-mins {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: none;
}

.picktim-ampm {
    width: 50px;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    background: none;
    cursor: pointer;
}

.picktim-separator {
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.picktim-btn {
    cursor: pointer;
    width: 50px !important;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.model-value {
    display: inline-block;
}
.generalbtnModel {
    display: inline-block;
    padding: 7px 12px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    outline: none;
    color: snow;
    background-color: #7BC5AE;
    border: none;
    border-radius: 7px;
    text-decoration: none;
}
    .picktim-btn:hover, .picktim-btn:focus {
        background-color: rgba(255,255,255,0.5);
        text-decoration: none;
    }

    .picktim-btn:active {
        text-decoration: none;
    }

    .picktim-btn:disabled {
        cursor: default;
        opacity: 0.65;
        box-shadow: none;
    }

.picktim-clear {
    position: relative;
    top: 0px;
    left: -40px;
}

    .picktim-clear:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: rgba(255,255,255,0.5);
        outline: 0;
        background-image: none;
    }


h4 {
    font-size: 1.9rem;
}

.fa-2x {
    font-size: 3em !important;
}
/* Style tab links */
.tablinks {
    background-color: #aed2dd;
    color: #ced5dbb2;
    float: left;
    border: none;
    outline: solid;
    cursor: pointer;
    padding: 3px;
    font-size: 17px;
}

    .tablinks:hover {
        background-color: #62A91F;
    }


.tab {
    display: flex;
    overflow: hidden;
    border: 1px solid #62A91F;
    background-color: #AED2DD;
    justify-content: space-evenly;
}


    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 3px;
        transition: 0.3s;
        font-size: 17px;
    }

        .tab button.active {
            background-color: #ccc;
        }

.tabcontent {
    color: white;
    display: none;
    padding: 17px 42%;
    height: 100%;
}


input.focus {
    background-color: black;
}

.alignment {
    align-content: center;
}

.time {
    padding-top: 8px;
}


.centerDiv {
    text-align: center;
}

h4 {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

label {
    font-weight: bold;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

    .modal-header h4
    {
        font-size:18px !important;
    }

    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        outline: 0;
        color: black;
    }


.listItems {
    margin-top: 30px;
}

 .k-input-button {
     height: 100% !important;
 }
