
.app-pull-left {
    float: left;
}

.app-pull-right {
    float: right;
}

.app-text-left {
    text-align: left;
}

.app-text-center {
    text-align: center;
}

.app-text-right {
    text-align: right;
}

.app-col-sm {
    width: 20%;
}

.app-col-md {
    width: 25%;
}

.app-col-lg-offset {
    padding-left: 35% !important;
}

.app-col-lg {
    width: 65% !important;
}

.app-container {
    width: 1140px;
    margin: 0 auto;
}

.app-h1 {
    line-height: 1;
    font-size: 20px;
}

.app-h2 {
    line-height: 1;
    font-size: 18px;
}

.app-h3 {
    line-height: 1;
    font-size: 16px;
}

.app-h4 {
    line-height: 1;
    font-size: 14px;
}

.app-h1-header {
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.app-toolbar {
    margin-bottom: 15px;
}

.app-toolbar .app-h4 {
    line-height: 27px;
}

.app-table {
    width: 100%;
    border-collapse: collapse;
}

.app-table th {
    padding: 10px;
    text-align: left;
    border-bottom: solid 1px #aaa;
    background-color: #eee;
}

.app-table .orange-header th {
    background-color: #ffca96;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    border: none;
}

.app-table td {
    padding: 10px;
    text-align: left;
    border-bottom: solid 1px #eee;
}

.app-table.new-table td, .app-table.new-table td a {
    font-size: 14px;
}

.app-table-bordered {
    border-bottom: solid 1px #eee;
}

.app-table-hover tr:hover {
    background-color: #F8F8F8;
}

.app-btn {
    border: 0;
    cursor: pointer;
    border-radius: 0;
    padding: 6px 12px 7px;
    display: inline-block;
    background-color: #eee;
    font-size: 12px;
    font-weight: normal; 
    vertical-align: middle;
    font-family: "Helvetica-Light", sans-serif !important;
}

.app-btn-block {
    display: block;
}

.app-btn-link {
    background-color: transparent;
}

.app-btn.new-btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    border-radius: 3px;
    margin: 4px 2px;
}

.app-btn.new-btn.blue {
    background-color: #156eac;
}

.app-btn.new-btn.red {
    background-color: #cd2e14;
}

.app-btn.new-btn.orange {
    background-color: #ffca96;
}

.app-form {
    width: 100%;
}

.app-form-group {
    margin-bottom: 15px;
}

.app-form-label {
    display: block;
    margin-bottom: 5px;
}

.app-control-label {
    margin-right: 15px;
    display: inline-block;
}

.app-form-control {
    font-size: 12px;
    border-radius: 0;
    margin: 0 !important;
    padding: 6px 8px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.app-block {
    display: block;
    width: 100%;
}

.app-form-footer {
    margin-top: 15px;
    padding-top: 15px !important;
    border-top: solid 1px #eee;
}

label.app-inline-error {
    color: red;
    margin-left: 5px;
    margin-right: 5px;
}

.dates {
    cursor: pointer;
}

.ui-widget-overlay {
    z-index: 7000 !important;
}

.app-dialog .ui-dialog-buttonpane .ui-button {
    width: auto !important;
    margin: 0 !important;
    background: #eee !important;
    padding: 6px 12px 7px !important;
    display: inline-block !important;
}

.app-dialog .ui-dialog-buttonpane .ui-button-text {
    padding: 0 !important;
}

.app-dialog .ui-dialog-buttonpane .ui-button-text-only {
    margin-left: 15px !important;
    margin-right: 0 !important;
}

.app-flexbox {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-sidebar {
    float: left;
    width: 20%;
    margin-right: 1% !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.app-list-group > li {
    margin-bottom: 10px;
}

.app-list-group > li > a {
    padding: 10px;
    display: block;
    text-align: center;;
    background-color: #eee;
    border-bottom: solid 1px #aaa;
}

.app-list-group > li > a.app-active {
    background-color: #ccc;
}

.app-content {
    float: left;
    width: 79%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.app-content-header {
    padding: 10px 0 !important;
    margin-bottom: 10px;
}

/** dialog form style */

.app-dialog-form {
    width: 90%;
    margin: 0 auto;
}

.app-dialog-form .app-dt {
    float: left;
    width: 35%;
}

.app-dialog-form .app-control-label {
    line-height: 29px;
}

.app-dialog-form .app-dd {
    float: left;
    width: 65%;
}

.app-dialog-form .app-form-control {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.date-control {
    width: 50% !important;
    margin-right: 2% !important;
}

.app-card-btn {
    display: block;
    width: 30%;
    font-size: 12px;
    padding: 14px 40px;
    margin-bottom: 10px;
    border: solid 1px;
    border-radius: 4px;
    line-height: 1;
}

/** Patient grouper */

.patient_account_grouper {
    margin: 0 24px 10px;
}

.patient_account_grouper .__body {
    padding: 10px 18px !important; 
    border-radius: 10px;
    background-color: #fff;
    border: solid 2px #ededed;
}

.patient_account_grouper .__heading {
    font-size: 18px;
    margin-bottom: 5px;
}

.patient_account_grouper .__subheading {
    margin-bottom: 10px;
}

.patient_account_grouper .__group {
    margin-bottom: 5px;
}

.patient_account_grouper .__label {
    display: inline-block; 
    width: 125px; 
    text-align: right; 
    margin-right: 5px;
}

.patient_account_grouper .__input {
    margin: 0;
}

/**
.patient-grouper-container {
    margin: 0 24px 10px;
}

.patient-grouper-body {
    padding: 10px 18px !important; 
    border-radius: 10px;
    background-color: #fff;
    border: solid 2px #ededed;
}

.patient-grouper-heading {
    font-size: 18px;
    margin-bottom: 5px;
}

.patient-grouper-subheading {
    margin-bottom: 10px;
}

.patient-grouper-group {
    margin-bottom: 5px;
}

.patient-grouper-label {
    display: inline-block; 
    width: 125px; 
    text-align: right; 
    margin-right: 5px;
}

.patient-grouper-input {
    margin: 0;
}
*/

.app-panel {
    border-radius: 4px;
    border: solid 1px #d3e0e9;
    box-sizing: border-box;
}

.app-panel-heading {
    padding: 10px 15px !important;
    box-sizing: border-box;
    border-bottom: solid 1px #d3e0e9;
}

.app-bg-grey {
    background-color: #eee;
}

.app-panel-body {
    padding: 15px !important;
    box-sizing: border-box;
/*    border-bottom: solid 1px #d3e0e9;*/
}

.app-well {
    padding: 10px !important;
    border-radius: 4px;
    box-sizing: border-box;
    border: solid 1px #d3e0e9;
}

.app-well-heading {
    margin-bottom: 10px;
}

.pg-form-container {
    width: 50%;
    margin: 0 auto;
}

.pg-form-section {
    margin-bottom: 20px;
}

#pg_form_errors {
    display: none;
    padding: 15px;
    color: #721c24;
    border-radius: 4px;
    margin-bottom: 20px;
    border-color: #f5c6cb;
    box-sizing: border-box;
    background-color: #f8d7da;
}

#pg_form_errors ul {
    margin-left: 15px;
    list-style-type: disc;
}

#pg_form_errors li {
    line-height: 1.5;
}

.pg-form-group {
    margin-bottom: 10px;
}

.pg-form-group select {
    margin-right: 10px;
}

.pg-form-group input {
    margin-top: 0;
    margin-right: 10px;
}

.pg-form-group .error {
    color: #a94442;
}

.pg-form-label {
    display: inline-block;
    width: 150px;
    padding: 0 10px !important;
    text-align: right;
    box-sizing: border-box;
}

#cdm_file_form label.error,
#shoppable_file_form label.error,
#payor_code_form label.error,
#payer_mapping_upload_form label.error,
#procedure_code_form label.error,
#procedure_codes_upload_form label.error  {
    display: block;
    margin-top: 4px;
    color: #a94442;
}

.bg-transparent {
    background-color: transparent !important;
}

.stats-container {
    width: 800px;
    margin: 0 auto;
}

.stats-heading-container {
    box-sizing: border-box;
    padding: 10px !important;
}

.stats-heading {
    margin: 0;
    font-size: 20px;
    text-align: center;
}

.stats-grid {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 10px !important;
}

.stats-console {
    box-sizing: border-box;
    display: block;
    padding: 15px;
    /*border: solid 1px #ccc;*/
    border-radius: 8px;
    text-align: center;
}

.stats-console:hover {
    background-color: #f7f9f9;
}

.stats-icon-container {
    margin-bottom: 10px;
}

.stats-icon {
    width: 80px;
}

.alert {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.app-section {
    margin-bottom: 20px;
}

.app-form-center {
    width: 50%;
    margin: 0 auto;
}

label.error {
    display: inline-block;
    margin-top: 4px;
    color: #a94442;
}

#payment-variance-report .rmwidgetSpan {
    width: 90% !important;
    line-height: 23px;
}

#payment-variance-report .ui-icon-circle-close {
    margin: 4px 0;
}

#payment-variance-report input {
    width: 90% !important;
}
