/* your styles go here */



.patient-info{

    line-height: 1;
    position: relative;
    min-height: 80px;
    height: 80px;
    border:2%;
}
.patient-menu{
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;

    border-radius: .25rem;
}
.patient-data{
    text-decoration-color: #eceeef;
}
.space-out {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*
Start Toast
 */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    /*background-color: #578f4d;*/
    background-color: #ffffff;
    color: #999;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 95%;
    bottom: 40px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/*
End Toast
 */

/*
Start sticky note
 */
body { margin: 40px; }
#notes { margin-top: 30px; }
.sticky-note { height: 200px; width: 200px; color: #7f6c04; background: #f9dd45; border-radius: 10px; border: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 13px; box-shadow: 2px 2px 10px rgba(0,0,0,0.4); overflow: auto; }
.contents { background: #f9e055; margin: 20px; outline: none; }
.handle { cursor: move; background: #7f6c04; border-radius: 8px 8px 0px 0px; }
.handle .close { cursor: pointer }
#save { margin-left: 7px; }
html body .sticky-note div.close { color: #3d3402; opacity: 1; text-shadow: 1px 0px 1px #a08805; padding: 2px; }
/*
End sticky note
 */
.bounce{
    -webkit-animation: bounce 5s; /* Safari 4+ */
    -moz-animation:    bounce 5s; /* Fx 5+ */
    -o-animation:      bounce 5s; /* Opera 12+ */
    animation:         bounce 5s; /* IE 10+, Fx 29+ */
}

div.update-date {
    font-size: 1.3em;
    font-weight: 700;
    color: #bbb;
    display: block;
}

span.month {
    font-size: 0.7em;
    font-weight: 300;
    color: #aaa;
    line-height: 0.5em;
    display: block;
}

li.addendum {
    border-bottom: 1px solid #f3f3f3;
    padding: .75rem 1.25rem;
}

hr.h-line {
    border-top: 1px solid #8c8b8b;
}

.top-spacing {
    margin-top: 10px;
}
.list-group-item.active {
    background-color: #31a52c;
    border-color:#31a52c ;
}

/*
A4 page
 */
body {
    background: rgb(204,204,204);
}
page[size="A4"] {
    background: white;
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    border: 1.25cm solid #000;
}
@media print {
    body, page[size="A4"] {
        margin: 0;
        box-shadow: 0;
    }
}

#dt-visits_wrapper {
    padding: 10px!important;
}

.btn-font-custom {
    color: #fff!important;
}

/* Absolute Center Spinner */
.loading-spinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading-spinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading-spinner:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading-spinner:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Loading Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#container {
    height: 400px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/*Fullcalendar css*/
.fc-button-primary:disabled.fc-button-primary:disabled {
    color: #fff;
    background-color: #632ca5;
    border-color: #632ca5;
}

.fc-button-primary:not(:disabled).fc-button-active.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active.fc-button-primary:not(:disabled):active {
    color: #fff;
    background-color: #632ca5;
    border-color: #6f31b9;
}

.fc-button-primary.fc-button-primary {
    color: #626262;
    background-color: #fff;
    border-color: #6f31b9;
}

.fc-button-primary.fc-button-primary:hover {
    color: #fff;
    background-color: #4792de;
    border-color: #6f31b9;
}
/*End fullcalendar css*/

.breadcrumb.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(99,44,165, 0.0);
    border-radius: .25rem;
}

/*.breadcrumb-holder.breadcrumb-holder {*/
/*    background: rgba(99,44,165, 1);*/
/*}*/

/*.breadcrumb-item.active {*/
/*    color: #fff;*/
/*}*/

.table-hover tbody tr:hover {
    background-color: rgba(0,111,157,.2);
}