/* 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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}




/* Main Landing Page Menu */
body .container#menu .row {
    padding: 20px;
}

body .container#menu .menu-icon {
    border: solid;
    border-width: thin;
    border-radius: 14px;
    width: 160px;
    height: 160px;
}

/* New Waiting List Card Search*/
body .container table#wlc-patient-list th {
    padding: 20px 20px 0px 0px;
}

body .container table#wlc-patient-list td {
    padding: 20px 20px 0px 0px;
}

/* New/Edit/View Waiting List Card */


/*modal stuff*/
body {
    font-family: 'Roboto', sans-serif;
}

/* Change input control border color */
.form-control, .input-group-text {
    border: 1px solid #0080ff;
}

a.btn:hover {
    cursor: pointer !important;
}

/*loader*/
.loaderbody {
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.2);
    z-index: 2147483647;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 45%;
    left: 40%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}

/* MAIN MENU */
.menu-icon.disabled {
    opacity: 0.5;
}

    .menu-icon.disabled a {
        pointer-events: none;
    }


/* SKIN MAP PAGE Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
}

    /* The Close Button */
    .modal-content .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .modal-content .close:hover,
        .modal-content .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }


#spinner {
    display: none;
}


/* VIEW WAITING LIST CARD PAGE - Treatment Items*/
#TreatmentItemListTable {
}

#calendar-table tbody tr td a {
    font-size: 0.9rem;
}

/* Treatment List Calendar [Start] */
#calendar-table tbody tr td div, #calendar-table tbody tr td ul {
    list-style-type: none;
    padding-left: 0px;
}

#calendar-table tbody tr td div .calendarNote, #calendar-table tbody tr td ul li .calendarNote {
    line-height: 1;
    text-align: center;
    width: 150px;
    margin-top: 10px;
    /*        margin: 25px; */
    min-height: 100px;
    max-height: 200px;
    padding-top: 20px;
    position: relative;
    border: 1px solid #E8E8E8;
    border-top: 5px solid #fdfd86;
    /*        font-family: 'Reenie Beanie';
font-size: 3em;*/
    border-bottom-right-radius: 60px 15px;
    display: inline-block;
    background: #ffff88; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
    background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#calendar-table tbody tr td div .calendarNote h4, #calendar-table tbody tr td ul li .calendarNote h4 {
    font-size: 1rem;
    font-weight: 700;
}

#calendar-table tbody tr td div .calendarNote p, #calendar-table tbody tr td ul li .calendarNote p {
    font-size: 0.8rem;
}

#calendar-table tbody tr td div .calendarNote .calendarButton, #calendar-table tbody tr td ul li .calendarNote .calendarButton {
    bottom: 10px;
    vertical-align: bottom;
    position: absolute;
    bottom: 10px;
}

#calendar-table tbody tr td div .calendarNote .noteDelete, #calendar-table tbody tr td ul li .calendarNote .noteDelete {
    position: absolute;
    top: 5px;
    right: 5px;
}

#calendar-table tbody tr td .calendarNote .noteDelete a, #calendar-table tbody tr td ul li .calendarNote .noteDelete a {
    color: red;
}

#calendar-table tbody tr td .calendarNote:after, #calendar-table tbody tr td ul li .calendarNote:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -0px;
    bottom: 20px;
    width: 200px;
    height: 25px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.40);
    -moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
    -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
    -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
    transform: matrix(-1, -0.1, 0, 1, 0, 0);
}

#calendar-table tbody tr td div .TreatmentList, #calendar-table tbody tr td ul li .TreatmentList {
    background-color: #e9ecef;
    border: 2px solid #D7D7D7;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    min-height: 250px;
    /*max-width: 260px;*/
    position: relative;
}

#calendar-table tbody tr td div .TreatmentList a.calendarButton, #calendar-table tbody tr td ul li .TreatmentList a.calendarButton {
    bottom: 10px;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#calendar-table tbody tr td div .TreatmentList h4, #calendar-table tbody tr td ul li .TreatmentList h4 {
    font-size: 1rem;
}

#calendar-table tbody tr td div .TreatmentList p, #calendar-table tbody tr td ul li .TreatmentList p {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.tilegrid {
    display: grid;
    grid-gap: 15px;
    overflow: hidden;
    /*   grid-template-columns: repeat(auto-fill, 200px); */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /*   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr) 150px); */
    grid-auto-flow: row;
}
/* Treatment List Calendar [End] */

.rotate {
    /* Safari */
    -webkit-transform: rotate(-10deg);
    /* Firefox */
    -moz-transform: rotate(-10deg);
    /* IE */
    -ms-transform: rotate(-10deg);
    /* Opera */
    -o-transform: rotate(-10deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
}


/* TYPEAHEAD SUGGESTION STYLING */
.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.twitter-typeahead .tt-hint {
    color: #FFF !important;
}

.tt-hint {
    color: #FFF !important;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

/* RE-Size Modals */
/*@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }
}
*/


/* ------------------------------------------------ */
/*            Modals header styles 					*/
/* ------------------------------------------------ */
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
/* ------------------------------------------------ */
