.reconday {
    display: none;
}

html, body {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #4b4b4b;
    font-size: 14px;
}

#nofunction {
    display: none;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

span.brightblue {
    color: #2ea5ca;
}

span.bold {
    font-weight: 700;
}

#page_wrapper {
    width: 100%;
    min-width: 1024px;
    height: auto;
    margin-bottom: 40px;
    z-index: 1;
    margin-top: 1px;
}

#header .inner {
    padding-left: 10px;
    padding-right: 10px;
}

#container {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto;
    border-left: thin solid #BEBDBB;
    border-right: thin solid #BEBDBB;
}

.body_container {
    width: 100%;
    height: auto;
    min-width: 1024px;
}

#calendar_container {
    position: relative;
}

.page_container {
    width: 100%;
    min-width: 1024px;
    height: auto;
    min-height: 100%;
    position: absolute;
    background-color: #FFFFFF;
}

.left_sidebar {
    width: 210px;
    height: 100%;
    float: left;
    padding: 12px 14px 0 10px;
    z-index: 2;
    position: absolute;
    background-color: #F2F2F2;
    border-right: 1px solid #e3e3e3;
}

.sidebar_title {
    width: 100%;
    height: auto;
    font-size: 12px;
    padding-bottom: 9px;
    color: #7f7f7f;
    text-transform: uppercase;
}

.sidebar_group {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 12px;
}

.sidebar_subgroup {
    width: 100%;
    height: auto;
    margin: 8px 0;
}

.sidebar_subgroup_label {
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 12px;
}

.main_panel_title {
    width: 100%;
    height: auto;
    font-size: 12px;
    padding-bottom: 10px;
    color: #7f7f7f;
    text-transform: uppercase;
    text-align: center;
}

.main_with_left_sidebar {
    width: 100%;
    height: auto;
    padding: 12px 54px 20px 220px;
    z-index: 1;
}

.main_no_sidebar {
    width: 100%;
    height: auto;
    padding: 12px 54px 20px 10px;
    z-index: 1;
}

.page_title_container {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.page_title_container_inner {
    width: auto;
    height: auto;
    float: left;
    color: #435F80;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 4px;
}

#pageholder {
    position: relative;
}

.clear {
    clear: both;
}

.displaynone {
    display: none;
}

span.semibold {
    font-weight: 500;
}

span.bold {
    font-weight: 700;
}

span.lightblue {
    color: #008ABE;
}

span.darkblue {
    color: #004677;
}

span.bluelabel {
    color: #008ABE;
    text-transform: uppercase;
    font-size: 12px;
}

div img {
    width: 100%;
    height: auto;
}

*, div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select {
    width: 200px;
    height: auto;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 4px 16px 4px 6px;
    background-image: url('../images/drop_arrow.svg');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 12px auto;
    background-color: #FFF;
    border: thin solid #EAEAEA;
    border-radius: 5px;
    color: #435F80;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: initial !important;
}

#appttime select {
    width: auto !important;
}

.labelled_item select {
    margin: -7px 0 0 0;
}

.labelled_item {
    margin: 0 0 0 4px;
}

input[type="text"]:read-only {
    background-color: #f5f5f5;
}

.hasDatepicker {
    background-color: inherit !important;
}

#schedule_functions .hasDatepicker {
    background-color: #ffffff !important;
}

input[type=checkbox] {
    width: 17px;
    height: 17px;
    border: 1px solid #00b6cf;
    float: left;
    margin: 0 0 0 12px;
}

input[type=checkbox]:checked {
    background-image: url('../images/cbox.svg') !important;
    background-size: contain;
}

input[type=radio] {
    margin-right: 6px;
    cursor: pointer;
}

input[type=radio]:nth-child(2) {
    margin-left: 12px;
}

input[type="email"],
input[type="text"] {
    width: 100%;
    border: 1px solid #BEBDBB;
    border-radius: 0px;
    color: #004677;
    font-size: 12px;
    /*cursor: pointer;*/
    margin: -5px 0 0 0;
    padding: 4px;
}

#page_holder {
    width: 100%;
    height: auto;
}

.ui-datepicker {
    z-index: 999999 !important;
}

.expansion_element {
    height: 0 !important;
    overflow: hidden;
}

.expand {
    height: auto !important;
}

.expansion_heading {
    position: relative;
    padding-bottom: 12px !important;
}

.expansion_heading_title {
    width: 100%;
    height: auto;
    padding: 0 24px 0 0;
}

.expansion_trgr {
    width: 13px;
    height: auto;
    text-align: center;
    position: absolute;
    top: 1px;
    right: 0px;
    cursor: pointer;
}

.expansion_trgr img {
    width: 100%;
    height: auto;
}