ul.form_errors {
    margin-left: 2em;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
ul.form_errors li {
    list-style-type: none;
    vertical-align: middle;
/*    font-weight: bolder; */
}

ul.form_errors li img {
    padding-right: 3px;
}

/*  Don't want to include this here, but see note in listview/style.css */
.form_listview div.form_value {
    margin-left: 0;
}

div.form_element {
    clear: both;
}


span.form_label a {
    cursor: pointer;
}


span.form_label
{
    border-top: none;
    border-bottom: none;
/*    margin-top: -1px; */
    vertical-align: top;
        width: 20%;
    text-align: right;
/*    height: 26px; */
    min-height: 2.1em;
}

@media print {
    div.book_small {
        float: left;
        width: 48%;
        margin: 0px;
        margin-bottom: 1em;
        padding: 0px;
        orphans: 5;
        widows: 5;
    }
    div.book_large {
        float: none;
        page-break-before: always;
        width: 96%;
        margin: 0px;
        margin-bottom: 1em;
        padding: 0px;
        /*page-break-inside: avoid;*/
        orphans: 5;
        widows: 5;
    }
    span.form_label {
        padding-right: 0.5em;
        border-right: 0px solid blue;
        margin-left: 1.75em;
        width: auto;
    }
    span.form_section {
        padding-left: 0em;
    }
    span.form_label:after {
        padding-left: 0.3em;
        content: ":";
    }
    div.form_section {
        text-decoration: underline;
    }
}

span.form_label_normal {
}

span.form_label_error
{
    background-color: #ffcccc;
}

option.whisper
{
    color: #cccccc;
}

a.error_link {
    color: #aa2e26;
    text-decoration: none;
}

div.group_element {
    float: left;
}

div.group_element div {
    display: inline;
}

div.group_element, div.group_element_space {
    margin-left: 2px;
    margin-right: 2px;
    display: inline;
}

div.group_element .cke {
    display:block;
}

div.form_radio_group {
/*border: 1px solid blue; */
    display: block;
    float: left;
}
/* this is used to contain the label so it can be under the element
 * but the elements can be left to right
 */
div.form_radio_group div {
    float: left;
/* clear: none; */
/* border: 1px solid black; */
    padding-left: 1em;
    padding-right: 1em;
/*    width: 5em;
    min-width: 5em; */
    max-width: 12em;
    word-wrap: break-word;
    text-align: center;
}
div.form_radio_group input[type=radio] {
    border: none;
}

div.rightside_box {
    clear: both;
    padding: 5px 0px 3px 0px;
    border: 1px solid #aaa;
    background-color: #eee;
}
div.rightside_inner_form {
    overflow: hidden;
}

div.rightside_inner_form_static {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
}

div.rightside_inner_form .form_label {
    border-top: 1px solid #aaa;
    width: 30%;
}
div.rightside_inner_form .form_value {
    margin-left: 0.2em;
    display: inline;
    float: left;
    border: none;
}

.dragdrop_element_list {
    /* margin: 2px; */
    padding: 5px;
    margin: 5px;
    border: 1px dashed #eeeeee;
    list-style-type: none;
    float: left;
    min-height: 50px;
    min-width: 200px;
}

.dragdrop_element_list .dragdrop_element_list {
    float: none;
}

.dragdrop_element_list li {
    cursor: move;
    white-space: nowrap;
    border: 1px solid #eeeeee;
    margin: 2px;
    padding-left: 6px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: auto;
    background-color: #fafafa;
    background-image: url("/template/ls3/image/handle.png");
    background-repeat: repeat-y;
    background-position: top left;
    /* overflow: hidden; */
}



.ui-sortable-placeholder,  .ui-sortable-helper {
    border: 1px dotted #ccc;
    display: block;
    background-color: #fafafa;
    background-image: url("/template/ls3/image/handle.png");
    background-repeat: repeat-y;
    background-position: top left;
    height: 25px;
    width: auto;
    padding-left: 5px;
    font-size: 11px;
    list-style-type: none;
}

.dragdrop_element_list li li {
    background-image: none;
}

.dragdrop_element_list li .dragdrop_element_list li {
    background-image: url("/template/ls3/image/handle.png");
}

.dragdrop_element_list input {
    margin: 0;
    padding: 0;
}

.dragdrop_element_list input[type=text] {
    padding: 2px;
}



.formElement {
    clear: both;
}

input.button, button {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: 0.2em;
    overflow: visible;
}

/* when input buttons are in a group, we want them displayed inline */
.form_group input.button, button {
                    display:inline;
}

.form_submit {
     position: relative;
 }


.form_submit input, .form_submit button.ajax_save {
   position: absolute;
   right: 0px;
 }

.group_element.form_submit {
    position: static;
}
.group_element.form_submit input, .group_element.form_submit button.ajax_save {
    position: static;
    right: auto;
}

#people_finder_box .form_submit input {
   position: relative;
}
#people_finder_box div.form_value {
    margin-left: 0px;
}

.form_container_table table {
   background-color: white;
   width: 100%;
}

/*  Used for static elements which have an unknown height value */
div.variable-height {
    background-color: #DFDFDF;
}
div.variable-height div.form_value {
    margin-left: 12.2em;
    padding-left: 0.4em;
    background-color: #FFFFFF;
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 1px;
    /* min-height + padding on the label */
    min-height: 2.3em;
}

div.expandable {
    display: inline;
}
div.expandable span.expand-trigger {
    font-size: 0.8em;
}

span.form_element_list_section, a.form_element_list_section {
    padding-left: 8px;
}
a.form_element_list_section_selected {
    background-image: url("/template/ls3/image/selection_orange.gif");
    background-repeat: no-repeat;
    background-position: center left;

}

div.scrollable {
    overflow: auto;
    margin-left: 1em;
    margin-right: 5em;
    border: 1px solid #CCC;
}

.service_element_timekeeping_activity .left-col {
    width: 10%;
    min-width: 98px;
    float: left;
    clear: left;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 320px;
    display: block;
}

.service_element_timekeeping_activity .center-col {
    width: 75%;
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 320px;
    display: block;
}

.service_element_timekeeping_activity .right-col {
    width: 15%;
    float: left;
    height: 320px;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

.service_element_timekeeping_activity .pop-prop {
    margin: 4px;
}

.service_element_timekeeping_activity .pop-label {
    font-weight: bold;
    width: 105px;
    display: inline-block;
}

.service_element_timekeeping_activity .service-detail {
    text-align: right;
    margin: 4px;
    font-size: 75%;
    color: #ccc;
}

.service_element_timekeeping_activity .timeline-header {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #555555;
}

.service_element_timekeeping_activity #legend {
    height: 300px;
    overflow-y: auto;
    margin: 10px;
}

.service_element_timekeeping_activity #legend li {
    margin: 2px 4px;
}

.service_element_timekeeping_activity #legend li > b {
    margin: 6px 4px;
}

.service_element_timekeeping_activity .legend-marker {
    float: left;
    width: 12px;
}

#data-main > div.day {
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 12px;
    position: relative;
    float: left;
    clear: left;
    padding: 0;
    margin: 0;
    width: auto;
    margin-top: 3px;
    height: 24px;
    display: block;
    background-color: rgba(43, 138, 192,.3);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
}

.hour-container {
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 13px;
    float: left;
    clear: left;
    width: auto;
    padding: 0;
    margin: 0;
    height: 20px;
    background-color: rgb(43, 138, 192);
    color: white;
    display: block;
}

.hour-header {
    display: block;
    float: left;
    width: 99px;
    height: 20px;
    padding: 2px 0;
    margin:  0;
    border-right: 1px solid white;
    text-align: center;
}

.day-label {
    font-size: 12px;
    display: block;
    float: left;
    clear: left;
    width: 99%;
    padding: 6px 0 0 8px;
    height: 18px;
    margin-top: 3px;
    color: rgba(43, 138, 192,.9);
    background-color: rgba(43, 138, 192,.1);
    vertical-align: middle;
    text-align: left;
}

.label-date {
    background-color: rgb(43, 138, 192);
    color: white;
    margin: 0;
    height: 16px;
    padding: 4px 0 0 8px;
    width: 99%;
}

#row-container{
    overflow-x: hidden;
}

.hour {
    float: left;
    display: block;
    width: 100px;
    height: 24px;
}

 .quarter-hour {
    display: block;
    float: left;
    width: 25%;
    height: 24px;
}

.minute {
    display: block;
    float: left;
    width: 1.6px;
    height: 24px;
}

.booked {
    cursor: pointer;
    background-color: rgba(100, 200, 100, .5);
}

.double-booked {
    cursor: not-allowed;
    background-color: rgba(236, 23, 58, .8)!important;
}

.triple-booked {
    cursor: not-allowed;
    background-color: yellow;
}


.toggle-img-on {

}


.toggle-img-on {

}

.referral_hub_online_intake_logo {
    max-height: 48px;
}
