﻿body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

/*iframe {
    width: 100%;
    height: 100%;
    border: none;
}*/


h4{
    width: 600px;
    padding-top: 2px;
    margin-top: 70px;
    margin-bottom: 10px;
    border-top: solid 1px slateblue;
    /*margin: 20px 0 8px;*/
    font-size: 20px;
}

    h4.first {
        margin-top: 30px;
        border-top: none;
    }

/*h4:not(:first-of-type) {
    padding-top: 2px;
    margin-top: 15px;
    border-top: solid 1px silver;
    /*margin: 20px 0 8px;* /
    font-size: 20px;
}*/

input[type=submit], input[type=button], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: azure;
    border: solid 1px gray;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    min-width: 80px;
    padding: 2px 4px;
    border-radius: 1px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: solid 1px gray;
    border-radius: 2px;
    outline: none;
    width: 16px;
    height: 16px;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 15px;
}

    input[type=checkbox]:after {
        content: "×";
        color: white;
    }

    input[type=checkbox]:focus:after {
        color: lightblue;
    }

    input[type=checkbox]:checked:after {
        color: black;
    }

input[type=password] {
    width: 200px;
}

input[type=text] {
    width: 200px;
}

    input.text20 {
        width: 20px;
    }

    input.text30 {
        width: 30px;
    }

    input.text40 {
        width: 40px;
    }

    input.text60 {
        width: 60px;
    }

    input.text70 {
        width: 70px;
    }

    input.text80 {
        width: 80px;
    }

    input.text90 {
        width: 90px;
    }

    input.text100 {
        width: 100px;
    }

    input.text125 {
        width: 125px;
    }

    input.text150 {
        width: 150px;
    }

    input.text175 {
        width: 175px;
    }

    input.text200 {
        width: 200px;
    }

    input.text250 {
        width: 250px;
    }

    input.text300 {
        width: 300px;
    }

    input.text350 {
        width: 350px;
    }

    input.text400 {
        width: 400px;
    }

    input[type=text].number {
        text-align: right;
    }

.info-page {
    padding: 20px;
}

    .info-page .welcome {
        margin-bottom: 30px;
        font-size: 30px;
        font-style: italic;
    }

.info-page p {
    font-size: 21px;
}

.ajax-combo-box button {
    /*display: none;*/
    width: 21px;
    min-width: 21px;
}
.ajax-combo-box.text90 input[type=text] {
    width: 90px;
    /*height: 21px;*/
}
.ajax-combo-box .ajax__combobox_inputcontainer {
    top: 0 !important;
    display: table !important;
}

.crane-system-title {
    margin-left: 6px;
    font-family: Didot, Garamond, 'Times New Roman', Times, serif;
    font-size: 37px;
    color: #002479;
    line-height: 43px;
}

.saving-message {
    font-weight: bold;
    font-style: italic;
    color: royalblue;
}

.smSiteIdentification > div, /*legacy*/
.site-message > div {
    display: inline-block;
}

.smSiteIdentification, /*legacy*/
.site-message.site-identification {
    font-size: 20px;
    font-weight: bold;
}

    .smSiteIdentification.development, /*legacy*/
    .site-message.site-identification.development {
        color: red;
    }

    .smSiteIdentification.qa, /*legacy*/
    .site-message.site-identification.qa {
        color: purple;
    }

    .smSiteIdentification.qa, /*legacy*/
    .site-message.site-identification.qa {
        color: blue;
    }

select:disabled {
    background-color: #EBEBE4;
}

a:not(.aspNetDisabled) {
    text-decoration: none;
    font-weight: bold;
    color: dodgerblue;
}

a.edit-disabled {
    color: #999999;
}

th {
    color: #424242;
}

span.hspacer {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    min-width: 10px !important;
}

div.vspacer.extra-small {
    min-width: 2px !important;
}

div.vspacer.small {
    min-width: 5px !important;
}

div.vspacer.large {
    min-width: 10px !important;
}

div.vspacer.extra-large {
    min-width: 15px !important;
}

div.vspacer {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    height: 10px !important;
    line-height: 10px !important;
}

    div.vspacer.extra-small {
        height: 2px !important;
        line-height: 2px !important;
    }

    div.vspacer.small {
        height: 5px !important;
        line-height: 5px !important;
    }

    /*div.vspacer.medium {
        height: 10px !important;
        line-height: 10px !important;
    }*/

    div.vspacer.large {
        height: 15px !important;
        line-height: 15px !important;
    }

    div.vspacer.extra-large {
        height: 23px !important;
        line-height: 23px !important;
    }

/*.overflow-wrap-anywhere {
    overflow-wrap: anywhere;
}*/

/*
    Dialogs
*/
dialog {
    position: fixed;
    top: 40%;
}

    dialog .control-set {
        margin-top: 16px;
        text-align: center;
    }

    dialog .error-text {
        color: red;
    }

    .dialog-label-line {
        margin: 2px 0 12px;
    }

#MasterForm {
    height: 100%;
}

#LoggedInUserArea a {
    font-size: 10px;
    font-weight: bold;
}

#chcam-admin1-page {
    /*width: 1024px;*/
    height: 100%;
}

#chcam-page-header {
    position: relative;
    /*width: 100%;*/
    border-bottom: solid 1px silver;
    padding: 4px 4px 0;
    background-color: white;
}

    #chcam-page-header > div:last-of-type {
        position: absolute;
        bottom: 0;
        right: 6px;
    }

.chcam-header-banner {
    display: flex;
}

#chcam-admin1-page table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
}

    #chcam-admin1-page table td {
        padding: 0;
    }

#chcam-admin1-page dialog table.dialog-inputs-1 {
    border-spacing: 6px;
    border-collapse: separate;
}

#chcam-admin1-page table.embedded-table-1 {
    font-size: 11px;
}

#chcam-admin1-page table.grid-1 th a {
    color: forestgreen;
}

#chcam-admin1-page table.grid-1 .command-link {
    font-size: 12px;
    font-weight: normal;
}

#chcam-admin1-page table.grid-1 .number-text {
    display: inline-block;
    margin: 0 1px 0 0;
    font-weight: 500;
}

#chcam-admin1-page table.grid-1 {
    min-width: 720px;
    margin-right: 20px;
}

    #chcam-admin1-page table.grid-1 th, #chcam-admin1-page table.grid-1 td {
        padding: 1px 2px;
    }

#chcam-admin1-page table.grid-2 {
    font-size: 11px;
}

#chcam-admin1-page table.grid-2 th a {
    color: forestgreen;
}

#chcam-admin1-page table.grid-2 .command-link {
    font-size: 10px;
    font-weight: normal;
}

#chcam-admin1-page table.grid-2 .number-text {
    display: inline-block;
    margin: 0 1px 0 0;
    font-weight: 500;
}

#chcam-admin1-page table.grid-2 {
    min-width: 600px;
}

    #chcam-admin1-page table.grid-2 th, #chcam-admin1-page table.grid-2 td {
        padding: 1px 2px;
    }

.sorting-asc a:after {
    content: "⮝";
}

.sorting-desc a:after {
    content: "⮟";
}

/*.chcam-frame-content-header {
    height: 1%;
}

    .chcam-frame-content-header > .breadcrumbs {
        border-bottom: solid 1px silver;
        padding: 2px;
        background-color: aliceblue;
        font-size: 10px;
        letter-spacing: 0.5px;
    }*/

.chcam-content-page-title-bar {
    /*margin-bottom: 14px;*/
    font-size: 26px;
    font-weight: 600;
    color: #363636;

    position: sticky;
    top: 0;
    background-color: #F0F0F0;
    border-bottom: solid 1px silver;
    /* width: 600px; */
    margin-left: -11px;
    margin-bottom: 2px;
    padding-left: 10px;
    border-left-color: silver;
    border-left-width: 1px;
    border-left-style: dotted;
}
.chcam-content-page-title-bar > div:first-of-type {
    position: relative;
}
.chcam-content-page-session-info {
    position: absolute;
    top: -31px;
    right: 1px;
    font-size: 14px;
    font-weight: normal;
    /*background-color: red;*/
}

.edit-page-subhead {
    margin-top: 14px;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

#chcam-nav-content-frame {
    width: 100%;
    background-color: ghostwhite;
    /*background-color: #FDFDFD;*/
}

    #chcam-nav-content-frame .chcam-frame-content {
        position: relative;
        width: 900px;
        padding-left: 10px;
        background-color: ghostwhite;
    }

    #chcam-nav-content-frame .chcam-frame-sidenav {
        width: 1%;
        vertical-align: top;
        border-right: 1px solid silver;
        background-color: #F0F0F0;
        font-size: 15px;
    }

    #chcam-nav-content-frame .chcam-side-nav {
        position: sticky;
        top: 6px;
    }

    #chcam-nav-content-frame tr {
        vertical-align: top;
    }

    #chcam-nav-content-frame .chcam-side-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
    }

    #chcam-nav-content-frame .chcam-side-nav > ul > li {
        padding: 10px 12px 0;
    }

        #chcam-nav-content-frame .chcam-side-nav > ul > li > ul > li {
            padding: 6px 18px 0;
        }

.input-form-note {
    /*font-size: 14px;*/
    font-style: italic;
}

.input-form-label {
    font-size: 14px;
    font-weight: 600;
}

.form-label-width125 .input-form-1 td.input-form-label {
    min-width: 125px;
}

.form-label-width150 .input-form-1 td.input-form-label {
    min-width: 150px;
}

.compact .input-form-label {
    font-size: 13px;
}

.compact.more .input-form-label {
    font-size: 12px;
}

.input-form-section-header {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: darkslateblue;
}

.compact.more .input-form-section-header {
    font-size: 12px;
}

.compact.more h4 {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 6px;
}

.list-compressed {
    padding-left: 28px;
    margin-top: 3px;
}

.editor-subsection {
    margin-bottom: 25px;
}

    .editor-subsection:last-of-type {
        margin-bottom: initial;
    }

#chcam-admin1-page table.input-form-1 {
    height: 1%;
}

    #chcam-admin1-page table.input-form-1 > tbody > tr > td {
        padding: 3px 0;
    }

    #chcam-admin1-page table.input-form-1 > tbody > tr:last-of-type > td {
        padding-bottom: initial;
    }

    #chcam-admin1-page table.input-form-1 > tbody > tr > td.input-form-label {
        text-align: right;
        padding-right: 8px;
    }

        #chcam-admin1-page table.input-form-1 > tbody > tr > td.input-form-label.contract {
            width: 1%;
            white-space: nowrap;
        }

        #chcam-admin1-page table.input-form-1 > tbody > tr > td.input-form-label:not(:first-of-type) {
            padding-left: 15px;
        }

    #chcam-admin1-page table.input-form-1 > tbody > tr > td.button-set {
        padding-top: 16px;
        white-space: nowrap;
    }

#chcam-admin1-page table.grid-title-controls {
    width: 100%;
}

    #chcam-admin1-page table.grid-title-controls td.grid-results-message {
        font-weight: bold;
        font-style: italic;
    }

    #chcam-admin1-page table.input-form-1 .grid-control-set,
    #chcam-admin1-page table.grid-title-controls td.grid-control-set {
        text-align: right;
    }

    #chcam-admin1-page table.input-form-1 .grid-control-set button,
    #chcam-admin1-page table.input-form-1 .grid-control-set input[type=submit],
    #chcam-admin1-page table.input-form-1 .grid-control-set input[type=button],
    .list-view-editable-1 input[type=submit] {
        font-size: 11px;
        padding: 1px 3px;
        border-radius: 0;
        min-width: initial;
    }

.list-view-editable-1 {
    display: inline-block;
}

.list-view-editable-1 .list-view-outside {
    /*width: 600px;
    max-height: 200px;
    min-height: 200px;*/
    overflow: auto;
    background-color: white;
    border: solid 1px silver;
}
.list-view-editable-1 .list-view-inside {
    padding: 0 6px 4px;
    background-color: white;
}

    .list-view-editable-1 .list-view-inside h4 {
        width: 99%;
        border: none;
        margin-top: 0;
    }

    .list-view-editable-1 .list-view-inside .list-item {
        padding: 2px 0;
        font-size: 14px;
    }

    .list-view-editable-1 .list-view-inside a {
        display: inline-block;
        padding-left: 2px;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0.7px;
    }

    .list-view-editable-1 .list-view-inside input[type=submit] {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.7px;
        min-width: unset;
        padding: 0 4px;
    }

.list-view-editable-1 .list-edit-mode .list-item.viewing {
    display: none;
}

.list-view-editable-1 .list-edit-mode hr {
    display: none;
}

.list-edit-mode .list-item-controls-container {
    width: 100%;
    height: 24px;
    position: relative;
}

    .list-edit-mode .list-item-controls-container .list-item-controls {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        text-align: right;
    }

    .list-edit-mode .list-item-controls-container .list-item-controls-message {
        position: absolute;
        top: 4px;
        left: 0;
        width: 50%;
        text-align: left;
        font-weight: bold;
        font-style: italic;
        color: red;
    }

#chcam-admin1-page table.input-form-2 {
    height: 1%;
}

    #chcam-admin1-page table.input-form-2 > tbody > tr > td {
        padding: 2px 0;
    }

        #chcam-admin1-page table.input-form-2 > tbody > tr > td.input-form-label {
            text-align: right;
            padding-right: 3px;
            font-size: 13px;
        }

            #chcam-admin1-page table.input-form-2 > tbody > tr > td.input-form-label:not(:first-of-type) {
                padding-left: 10px;
            }

    #chcam-admin1-page table.input-form-2.printing-panel td {
        padding: 2px 4px 0;
    }

    #chcam-admin1-page table.input-form-2.printing-panel input[type=submit] {
        min-width: 96px;
    }

.clinic-type-flag {
    font-size: 9px;
    vertical-align: text-top;
    color: darkgreen;
}

.page-description {
    margin: 15px 0 20px;
    font-size: 16px;
    font-style: italic;
}

.page-description > p {
    margin: 0 0 4px;
}

.user-message-area {
    margin: 2px 0;
    min-height: 20px;
}

.user-message {
    font-weight: bold;
    color: forestgreen;
}

.user-error {
    color: red;
}

.system-error {
    color: red;
}

.highlight {
    color: blue;
}

.cma-hide {
    display: none;
}

input[type=submit].caution {
    color: orangered;
}

input[type=submit]:disabled.caution,
input[type=submit]:disabled.go-ahead {
    color: dimgray;
}

input[type=submit].go-ahead {
    color: forestgreen;
}

.search-results-message {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}

.address-chooser-label {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 12px;
    font-size: 14px;
    font-style: italic;
    /* letter-spacing: 1.5px; */
    /* font-weight: bold; */
    color: darkslategray;
}

body.editing .editing-list .disabled-show {
    display: none;
}

body:not(.editing) .editing-list .disabled-show {
    display: initial;
}

body:not(.editing) .editing-list .disabled-hide {
    display: none;
}

body.editing .editing-list .disabled-hide {
    display: initial;
}

/*.table-data-scrollable {
    width: 400px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}*/

.table-data-textarea:disabled {
    color: black;
    background-color: ghostwhite;
    width: 400px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.hide, .hidden {
    display: none;
}

/* DEVELOPMENT */
.aspNetDisabled {
    color: dimgray;
}

.thing-id {
    width: 100%;
    text-align: right;
    /*margin: 2px;*/
    font-size: 10px;
    color: gray;
}
