﻿*, .form-control, .btn {
    font-size: 12px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.form-horizontal .control-label {
    padding-top: 4px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* ---- multi level dropdown menu ---- */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/* ---- multi level dropdown menu ---- */



/* ---- masonry ---- */

.masonry {
    background: #fff;
    max-width: 1200px;
}

    /* clearfix */
    .masonry:after {
        content: '';
        display: block;
        clear: both;
    }

/* ---- masonry-item ---- */

.masonry-item {
    width: 160px;
    height: 120px;
    float: left;
    background: #fff;
    border: 2px solid #fff;
    border-color: #EEE;
    border-radius: 5px;
}

.masonry-item--width2 {
    width: 320px;
}

.masonry-item--width3 {
    width: 480px;
}

.masonry-item--width4 {
    width: 640px;
}

.masonry-item--height2 {
    height: 200px;
}

.masonry-item--height3 {
    height: 260px;
}

.masonry-item--height4 {
    height: 360px;
}

.container {
    width: 100%;
}

.dashboardwrapper {
    height: 900px;
}

#contentbody .form-control {
    box-sizing: border-box;
    margin: 0;
    height: 29px;
    padding: 5px;
}

.showafterloaded {
    display: none;
}

.backofficetoolset > button {
    width: 70px;
    height: 65px;
    margin-top: 5px;
    font-size: 9px;
    padding: 5px 0;
    text-align: center;
    overflow: visible;
    line-height: 8px;
    vertical-align: middle;
}

    .backofficetoolset > button > i {
        font-size: 30px;
        display: block;
        margin-bottom: 3px;
        vertical-align: middle;
    }

#backofficeshortcut {
    margin: 10px auto;
}

    #backofficeshortcut button {
        height: 80px;
        width: 142px;
        margin: 0 0 3px 0;
        line-height: 15px;
    }

        #backofficeshortcut button i {
            font-size: 25px;
            float: left;
            padding-top: 5px;
        }

.backofficepatientbasicinfo {
    border: 3px solid #888888;
    padding: 5px;
}

    .backofficepatientbasicinfo > h4 {
        margin: 5px 10px;
    }

    .backofficepatientbasicinfo .patientbarcode {
        max-width: 100%;
    }

#frontofficeshortcut {
    margin: 10px auto;
    text-align: center;
}

    #frontofficeshortcut button, #frontofficeshortcut a {
        height: 80px;
        line-height: 15px;
        width: 142px;
        margin: 0 0 3px 0;
    }

        #frontofficeshortcut button i, #frontofficeshortcut a i {
            font-size: 25px;
            float: left;
            padding-top: 10px;
        }

.blinking {
    animation: blinkingObject 2s infinite;
}

.rainbowing {
    animation: rainbowText 30s infinite;
}

@keyframes blinkingObject {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    to {
        opacity: 1.0;
    }
}


@keyframes rainbowText {
    from {
        color: white;
    }

    12.5% {
        color: red;
    }

    25% {
        color: orangered;
    }

    37.5% {
        color: yellow;
    }

    50% {
        color: green;
    }

    62.5% {
        color: blue;
    }

    75% {
        color: indigo;
    }

    87.5% {
        color: purple;
    }

    to {
        color: white;
    }
}


#calendarjumper {
    margin: auto;
    text-align: center;
}

    #calendarjumper button {
        width: 39px;
        padding: 0;
        height: 100%;
        margin: 1px;
    }

    #calendarjumper #todaybutton {
        width: 45px;
        height: 42px;
    }

    #calendarjumper table {
        margin: auto;
    }

    #calendarjumper td {
        padding: 0;
    }

#Logo {
    font-weight: bolder;
}

.padding0 {
    padding: 0;
}

#frontendcalendar {
    width: 100%;
}

#frontofficetoolset {
    margin: 30px auto 10px auto;
    text-align: center;
}

    #frontofficetoolset a {
        width: 142px;
    }

.crudformwrapper {
    max-width: 1000px;
}

.people {
    text-align: right;
}

    .people .person {
        display: inline-block;
        margin-right: 20px;
    }

.loadingdiv {
    position: absolute;
    margin: 100px auto;
    text-align: center;
    width: 100%;
    left: 0;
}


.inlineblock {
    display: inline-block;
}


.navbar-nav li > a > i {
    font-size: 18px;
}

.navbar-nav > li > a > i {
    font-size: 25px;
}

.patientchartwrapper {
    padding: 5px;
}
.form-group .form-control {
    height: 29px;
    padding: 0;
}