body {
    font-size: 9pt;
}

.main-page .header{
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
}

.main-page .highlight-text{
    color: red;
}

.main-page .dropdown-menu > li > a {
    font-size: 9pt;
}

.main-page .note {
    background-color: #337ab7;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
    vertical-align: middle;
}

.main-page .header .top-bar{
    background-color: #aab954;
    color: #fff;
    display: block;
    height: 30px;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.main-page .header .top-bar a{
    color: #fff;
    text-decoration: none;
}

.main-page .header .top-bar .top-bar-left{
    float: left;
}

.main-page .header .top-bar .top-bar-right{
    float: right;
}

.main-page .header .top-bar .welcome-message{
    color: #FFF8DC;
}

.main-page .header .menu-bar{
    background-color: #eee;
    color: #000;
    height: 50px;
}

.main-page .header .menu-bar .dropdown:hover > .dropdown-menu{
    display: block;
    font-size: 9pt;
    z-index: 999;
}

.main-page .header .menu-bar .dropdown-submenu {
    position: relative;
}

.main-page .header .menu-bar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    display: none;
}

.main-page .header .menu-bar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    font-size: 9pt;
    z-index: 999;
}

.main-page .header .menu-bar .dropdown-submenu > a:after {
    display:block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 0;
    border-left-color: #777;
    margin-top: 3px;
    margin-right: -12px;
}

.main-page .header .menu-bar .dropdown-submenu:hover > a:after {
}

.main-page .header .menu-bar .dropdown-submenu.pull-left {
    float: none;
}

.main-page .header .menu-bar .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.main-page .footer {
    position: fixed;
    bottom: 0;
    color: #5f6062;
    height: 2.5em;
    display: block;
    width: 100%;
    border-top: solid 1px #aab954;
    background-color: #fff;
}

.main-page .footer p {
    position: relative;
    font-size: 12px;
    margin: 0.5em 0 0 1em;
}

.main-page .content {
    margin: 90px 2em 4em 3em;
}

.main-page .content .ajax-table {
    width: 100% !important;
}

.main-page .content .dataTables_wrapper{
    position: inherit;
}

.main-page .data-saved-message{
    color: green;
    font-weight: bold;
    display: none;
}

.main-page .data-save-error-message{
    color: red;
    font-weight: bold;
}

.main-page .info-message{
    color: red;
    font-weight: bold;
}

.main-page .field-edit table td{
    padding: 5px 10px;
}

.main-page .field-edit .form-option ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-page input[type=text],
.main-page input[type=password],
.main-page input[type=number],
.main-page input[type=email],
.main-page select,
.main-page textarea,
body textarea{
    display: inline;
    padding: 4px 6px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.main-page .field-inner-label {
    font-weight: bold;
    font-size: 8pt;
}

.main-page .field-inner-cell {
    display: inline-block;
}

.main-page .field-inner-cell input {
    display: inline-block;
}

.main-page select:disabled {
    background-color: #ebebe4;
}

.main-page .field-edit .errorlist {
    color: red;
}

.main-page .field-edit .errorlist li{
    list-style-type: none;
    margin-left: -2.5em;
}

.main-page .field-edit hr.profile-sep{
    margin: 0;
}

.main-page .button-panel{
    margin-left: 20px;
}

.main-page .button-panel div{
    margin-bottom: 5px;
}

.main-page .filter-panel{
    margin-bottom: 1em;
}

.main-page .filter-panel span.title{
    font-weight: bold;
    margin-right: 10px;
}

.main-page .filter-panel table td{
    padding-bottom: 5px;
}

.main-page .filter-panel > form div {
    display: inline-block;
}

.main-page .filter-panel .filter-buttons{
    margin-left: 10px;
}

.main-page .btn{
    font-size: 9pt;
}

.main-page .workspace{
    margin: 100px 2em;
}

.main-page .workspace .room-title{
    background-color: #777;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    margin: 20px 0;
}

.main-page .workspace .queue-table{
    width: 100%;
}

.main-page .workspace .queue-table td,
.main-page .workspace .queue-table th{
    padding: 5px;
}

.main-page .visit-page{
}

.main-page .visit-page .accordion-panel .panel-heading{
    cursor: pointer;
}

.main-page .patient-summary{
}

.main-page .patient-summary table{
    width: 100%;
}

.main-page .visit-page .visit-content{
    padding: 1em;
}

.main-page .visit-page .visit-content .button-panel,
.main-page .iou-page .button-panel,
.main-page .appointment-page .button-panel {
    margin: 0 0 10px 0;
}

.main-page .visit-page .visit-content .list-view{
    margin: 0 15px;
}

.main-page .visit-page .visit-content .list-view table{
    width: 100%;
}

.main-page .visit-page .list-table{
}

.main-page .visit-page .input-table td{
    padding: 5px;
    margin-bottom: 10px;
}

.loading-icon{
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 20px;
}

.login-panel{
    border: solid 1px #337ab7;
    -moz-border-radius: 7px;
    border-radius: 4px;
    background: #fefefe;
    color: #555;
    width: 500px;
    margin: 0 auto;
    padding: 1em 2em;
}

.login-panel .login-header h2{
    margin-top: 0;
    text-align: center;
}

.login-panel .login-form table td{
    padding: 10px;
}

.login-panel .login-form input[type=submit]{
    min-width: 100px;
}

.login-panel .login-form a{
    color: #555;
}

.login-panel .errorlist{
    color: red;
}

.main-page .visit-page .summary-table td{
    padding: 5px;
}

.main-page .clinical-notes .accordion-panel .accordion-toggle {
    color: #337ab7;
}

.main-page .clinical-notes .left-panel{
    display: inline-block;
    width: 34%;
    vertical-align: top;
}

.main-page .clinical-notes .right-panel{
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

.main-page .clinical-notes .right-panel .accordion-control-panel{
    text-align: right;
}

.main-page .clinical-notes .right-panel .accordion-control-panel a{
    cursor: pointer;
}

.main-page .clinical-notes #notes_panel table{
    width: 100%;
}

.main-page .clinical-notes #notes_panel textarea{
    width: 95%;
}

.main-page .clinical-notes .panel-heading{
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

.main-page .clinical-notes .panel-title{
    font-size: 9pt;
}

.main-page .clinical-notes input[type=number]{
    width: 50px;
}

.main-page .clinical-notes .visit-notes-alert{
    display: none;
}

.main-page .transaction-buttons {
    vertical-align: top;
}

.main-page .transaction-buttons a.btn {
    width: 100px;
}

.main-page .transaction-buttons div {
    margin-bottom: 3px;
}

.main-page .visit-transaction .highlight{
    font-weight: bold;
    font-size: 10pt;
}

.main-page .visit-transaction .left-panel{
    margin-bottom: 5px;
    float: left;
}

.main-page .visit-transaction .adjustment-panel{
    margin-bottom: 5px;
    float: right;
}

.main-page .visit-transaction .adjustment-panel > div {
    display: inline-block;
}

.main-page .visit-transaction .adjustment-panel input[type=number]{
    width: 100px;
}

.main-page .visit-content .visit-message{
    color: red;
    padding-left: 0.8em;
}

.main-page .iou-alert{
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-page .patient-iou{
}

.main-page .patient-page-content {
    padding-top: 10px;
}

.visit-history {
    margin-top: 1rem;
}

.visit-history .accordion-control-panel {
    clear: right;
    text-align: right;
    margin-bottom: .5rem;
    cursor: pointer;
}

.visit-history .record-header {
    font-size: 10pt;
    font-weight: bold;
    color: red;
}

.visit-history .record-header a {
    margin-left: 5px;
}

.visit-history .record-header-small {
    font-size: 9pt;
    font-weight: bold;
}

.visit-history .record-header a{
    text-decoration: underline;
}

.visit-record .panel-heading{
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

.visit-record .panel{
    margin-bottom: 5px;
}

.visit-record .highlight {
    font-weight: bold;
    font-size: 10pt;
}

.visit-record pre {
    background-color: inherit;
    border: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9pt;
}

.past-visit-pagination {
    display: block;
    height: 30px;
}

.past-visit-pagination .page-length{
    float: left;
}

.past-visit-pagination .page-steps{
    float: right;
}

.template-selection-container{
    margin-top: 20px;
}

.template-selection-container table {
}

.template-selection-container table td {
    padding: 0.3em;
    cursor: pointer;
    border: solid 1px #ddd;
}

.template-selection-container table td:hover {
    background-color: #f5f5f5;
}

.template-selection-container table td.selected {
    color: white;
    background-color: #aaa;
}

.template-selection-container table td.selected:hover {
    color: white;
    background-color: #999;
}

.main-page .analytics-filter {
}

.main-page .analytics-filter .row {
    display: block;
    margin: 1em;
}

.main-page .analytics-filter .cell {
    display: inline-block;
    margin: 0 0.5em;
}

.text-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;

    word-break: break-all;
    word-break: break-word;

    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.main-page .ebulletin-welcome-message {
    margin-top: 100px;
    margin-left: 40px;
}

.main-page .ebulletin-welcome-message div {
    margin-bottom: 15px;
}

.main-page .queue-appointment-message {
    margin: 0 0 10px 10px;
}

.main-page .queue-appointment-message span {
    margin-right: 5px;
}

.bordered-table td,
.bordered-table th {
    border: 1px solid #ccc;
    padding: 0.2em;
}

.reminder-message {
    color: blue;
}

.e-appointment-setting {
    margin-left: 3em;
}

.e-appointment-setting .title {
    margin-bottom: 1.5em;
    font-weight: bold;
}

.e-appointment-setting .form-group label {
    font-weight: 300;
}

.e-appointment-setting .table-container {
    margin-bottom: 1em;
}

.e-appointment-setting .table-container table tr {
    border-bottom: 1px solid #aaaaaa;
}

.e-appointment-setting .table-container table tr.button-row {
    border-bottom: 0;
}

.e-appointment-setting .table-container table tr.button-row td {
    padding-top: 1.5em;
    text-align: right;
}

.e-appointment-setting .table-container table tr.button-row .btn {
    width: 150px;
}

.e-appointment-setting .table-container table tr:nth-child(even):not(:last-child) {
    background-color: #eeeeee;
}

.e-appointment-setting .table-container table td {
    padding: .2em 2em;
}
