* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
table,
textarea {
    font-size: 14px;
    line-height: 1.5em;
    font-family: inherit;
}

h1 {
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0.6em 0;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
    margin: 1em 0;
}

h3 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 1.5em 0;
}

p {
    margin: 1.5em 0;
}

ol,
ul {
    margin: 1.5em 0;
    padding: 0;
}

li {
    margin: 1em 0;
    margin-left: 20px;
    padding: 0;
}

a {
    color: #76B243;
    text-decoration: none;
}

a img {
    border: none;
}

hr {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 1.5em 0;
}

img {
    vertical-align: top;
}

sup {
    bottom: 0.6em;
    font-size: 0.8em;
    position: relative;
    vertical-align: baseline;
}

.text-area-hours:focus {
    outline: none !important;
    border-color: #b3d997;
}

/** backgrounds */

.background-white {
    background: white !important;
    color: black !important;
}

.background-light {
    background: #F1F2F2 !important;
    color: black !important;
}

.background-mid {
    background: #666 !important;
    color: white !important;
}

/** borders */

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/** clearfix */

.cf:before,
.cf:after {
    clear: both;
    content: " ";
    display: block;
}

/** displays */

.display-none {
    display: none !important;
}

/** floats */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/** font styles */

.font-style-oblique {
    font-style: oblique !important;
}

/** line height */

.line-height-l {
    line-height: 3em !important;
}

/** lists */

.list-none {
    margin: 1.5em 0 !important;
    padding: 0 !important;
}

.list-none li {
    list-style: none !important;
    margin: 0 !important;
    margin-bottom: 0.75rem !important;
    padding: 0 !important;
}

/** margins */

.margin-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-s {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
}

.margin-m {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
}

.margin-l {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-top-s {
    margin-top: 0.5em !important;
}

.margin-top-m {
    margin-top: 1.5em !important;
}

.margin-btm-none {
    margin-bottom: 0 !important;
}

.margin-btm-s {
    margin-bottom: 0.5em !important;
}

.margin-btm-m {
    margin-bottom: 1.5em !important;
}

/** text-bold */

.text-bold {
    font-weight: bold !important;
}

/** text-alignment */

.text-align-left,
.text-align-l {
    text-align: left !important;
}

.text-align-center,
.text-align-c {
    text-align: center !important;
}

.text-align-right,
.text-align-r {
    text-align: right !important;
}

/** text-color */

.text-color-gray {
    color: #888 !important;
}

.text-color-orange {
    color: #F15922 !important;
}

.text-color-red {
    color: #E61400 !important;
}

/** text-decoration */

.text-decoration-underline {
    text-decoration: underline;
}

/** text-spacing */

.text-spacing {
    margin: 0 10px !important;
}

/** text-length */

.text-one-line {
    width: 3.33%;
}

.text-one-line:after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    background: inherit;
}

/** attachments */

.attachment {
    margin: -5px 0;
    padding: 5px 9px;
}

.attachment .icon {
    margin-right: 4px;
}

/** photos */

.photo-l {
    border-radius: 5px;
    height: 200px;
    width: 200px;
}

/** instructions */

.instructions {
    background: #F9EE92;
    border-radius: 5px;
    margin: 1.5em 0;
    padding: 2px 20px;
}

/** expiry notifications */

#expiry-notifications {
    background: #F1F2F2;
    border-bottom: 1px solid #CCC;
    padding: 0 20px;
}

/** error-list */

.error-list {
    background-color: #C33;
    color: white;
    padding: 0.1em 1em;
}

@media screen and (max-width: 480px) {

    .hidden-mobile {
        display: none !important;
    }

    .block-mobile {
        display: block !important;
    }

}

.menu {
    z-index: 200;
}

.text-muted {
    color: #888;
}

.message-warning {
    background: #FFCFBF;
    border: 1px solid #F15922;
    border-radius: 2px;
    padding: 10px;
}

.message-warning a {
    color: #F15922;
}

.message-info {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    padding: 10px;
}

.message-success {
    background: #E7F4DA;
    border: 1px solid #76B243;
    border-radius: 2px;
    color: #40591d;
    padding: 10px;
}

.students-ordered:hover {
    cursor: pointer;
}

.achievements-ordered:hover {
    cursor: pointer;
}

.check-ins-ordered:hover {
    cursor: pointer;
}

.clients-ordered:hover {
    cursor: pointer;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination-list {
    display: flex;
    justify-content: center;
    list-style: none;
}

.pagination-li-custom {
    padding: 10px 18px;
    margin: 0;
    border-radius: 3px;
}

.pagination-li-custom a {
    color: grey;
}

.pagination-li-custom.total {
    position: absolute;
    left: 0;
}

.pagination-li-custom.active {
    color: #fff;
    background-color: #579823;
}

.pagination-li-custom.active a {
    color: inherit;
}

.pagination-li-custom i:before {
    margin: 0;
}

#content div.hide-default {
    display: none;
}

.experience-reviewed i,
.resource-reviewed i {
    background: #ffff66;
    border-radius: 50% 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.experience-unreviewed i,
.resource-unreviewed i {
    background: white;
    border-radius: 50% 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.experience-unreviewed i:hover,
.resource-unreviewed i:hover {
    border: 1px solid black;
}

.experience-can-review i:hover,
.resource-can-review i:hover,
.experience-can-review-all i:hover {
    cursor: pointer;
}

span.placement-legend-day {
    color: white;
    padding: 5px 10px;
    font-size: 13px;
    background: #888;
    border-radius: 5px;
}

span.placement-legend-day:hover {
    cursor: pointer;
}

span.placement-legend-day:active,
span.placement-legend-day-active {
    background: #76b243;
}

div.placement-tabs-content {
    display: none;
}

div.placement-tabs-content-active {
    display: block;
}

fieldset {
    border: 1px solid #ccc;
    box-shadow: 2px 2px #ccc;
}

input.placement-lunch-input {
    width: 75px;
}

span.save-change-position {
    padding: 5px;
    color: #fff;
    background: #76b243;
    border-radius: 2px;
}

span.save-change-position:hover {
    cursor: pointer;
}

span.reflection-description {
    float: left;
    margin-top: 10px;
    margin-left: 20%;
}

span.reflection-status {
    color: white;
    padding: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    display: block;
    margin: -10px -20px;
    padding: 10px 10px;
    height: 42px;
}

span.reflection-status-verified {
    background-color: #78b31f
}

span.reflection-status-pending {
    background-color: #f0ad4e;
}

span.reflection-status-draft {
    background-color: #eeeeee;
    color: #888;
}

span.reflection-status-declined,
span.reflection-status-rejected {
    background-color: #d92b2b;
}

/* attachment */
.global-attachment,
.journal-attachment {
    text-align: center;
    height: 240px;
    position: relative;
    width: 30%;
    margin: 10px 3% 10px 0;
    background-color: #fff;
}

.attachment-without-label {
    width: 100%;
}

.attachment-without-label .global-attachment,
.attachment-without-label .journal-attachment {
    width: 22%;

}

.global-attachment:hover span.global-attachment-delete,
.journal-attachment:hover span.journal-attachment-delete {
    display: block;
}

.global-attachment img,
.journal-attachment img {
    width: 100%;
    height: 200px;
}

.global-attachment img.type-other,
.journal-attachment img.type-other {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}

span.global-attachment-delete,
span.journal-attachment-delete {
    position: absolute;
    right: 0;
    display: none;
}

.global-attachment-delete:hover,
.journal-attachment-delete:hover {
    cursor: pointer;
}

.global-attachment span.attachment-name,
.journal-attachment span.attachment-name {
    width: 100%;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    bottom: pos;
    position: absolute;
    bottom: 10px;
    padding: 5px 0px;
    border-top: 1px solid #ccc;
    left: 0px;
}

.checkin-skills {
    width: 33%;
    display: inline-block;
}

.checkin-item {
    display: inline-block;
    padding: 0px 15px;
}


.field-input .field-input-checkbox {
    height: 25px;
    float: left;
    display: flex;
    align-items: center;
    border-left: 1px solid #ccc;
    padding: 0 5% 0 5%;
}

.field-input .field-input-checkbox:first-child {
    border-left: 0;
    padding-left: 0;
}

.resources-long-text {
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#cke_1_top {
    display: none;
}

.ckeditor-view-only {
    height: 200px;
    padding: 4px 8px;
    margin-top: -4px !important;
}

.ckeditor-view-only p {
    margin: 0px;
    padding: 4px 8px;
}

.message-ckeditor-view-only p,
.recent-message p {
    margin: 0px !important;
}

.popup-button:hover {
    cursor: pointer;
}

td.topic-name-report {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    max-height: 35px;
    -webkit-box-orient: vertical;
}

.d-flex {
    display: flex;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.f-1 {
    flex: 0 0 13%;
    max-width: 13%;
}

.f-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.f-auto {
    flex: 0 0 auto;
}

.f-full {
    flex: 1;
}

.t-date {
    flex: 0 0 140px;
    max-width: 140px;
}

.opacity-0 {
    opacity: 0;
}


.experience-warning {
    color: red;
    width: 75% !important;
    text-align: left !important;
    margin-left: 20% !important;
}


.no-wrap {
    white-space: nowrap;
}

.embed-video {
    float: left;
    margin-top: 10px;
    margin-left: 20%;
    margin-bottom: 30px;
}

input[type="checkbox"] {
    border-radius: 3px;
    box-shadow: 0px 0px 2px #928c8c;
    background: linear-gradient(264deg, rgba(227, 227, 227, 1) 0%, rgba(242, 241, 241, 1) 22%, rgba(247, 244, 244, 1) 48%, rgba(240, 240, 240, 1) 80%, rgba(227, 227, 227, 1) 100%);
    margin: 0 5px 0 0;
    position: relative;
    width: 14px;
    height: 14px;
    color: #363839;
    border: 1px solid #808080;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 3px;
    width: 2.5px;
    height: 7.5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8);
    border-width: 0 2.8px 2.8px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    color: #fff;
    border-color: #808080;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    opacity: 1;
}

input[type="checkbox"]:checked~label::before,
input[type="radio"]:checked~label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.field-input-checkbox span {
    position: relative;
    cursor: pointer;
    vertical-align: top;
    padding: 0 0.1em 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="radio"] {
    border-radius: 25px;
    box-shadow: 0px 0px 2px #928c8c;
    background: linear-gradient(264deg, rgba(227, 227, 227, 1) 0%, rgba(242, 241, 241, 1) 22%, rgba(247, 244, 244, 1) 48%, rgba(240, 240, 240, 1) 80%, rgba(227, 227, 227, 1) 100%);
    margin: 0 5px 0 0;
    position: relative;
    width: 14px;
    height: 14px;
    color: #363839;
    border: 1px solid #808080;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type="radio"]::before {
    background: #666666;
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 2px;
    border-style: solid;
    border-color: #666666;
    border-radius: 46px;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    right: 0;
    bottom: 0;

}

.button-custom-clear {
    background: white !important;
    color: gray;
    border: 0.5px solid #d9d9d9;
    border-left: 0;
    height: 38px;
    font-size: 12px;
}

.dialog-header>.toolbar {
    height: auto;
    position: initial;
    padding-top: 0;
}

.dialog-header>.toolbar .toolbar-left {
    margin-left: 0;
}

.dialog-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
}

.dialog-header>.dialog-title {
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
}

#volunteers-dialog>.table.fixed {
    top: 116px !important;
}

.w-100 {
    width: 100% !important;
}

@media screen and (min-width: 481px) {
    .contact .button.button-borderless-shorter.ajax-remove {
        margin: -1px !important;
    }
}

.button-google>img {
    vertical-align: middle;
}

.fields {
    display: flex;
    align-content: space-between;
    align-items: center;
}

.contact-fields {
    display: flex;
}

.contact-fields>div {
    flex-basis: 33.33%;
    width: 33.33%;
    margin-left: 30px;
}

.experience-comments {
    list-style-type: none;
    margin: 0;
}

.experience-comment {
    padding: 5px 10px;
    background-color: #feffcc;
    border-radius: 4px;
    margin-top: 0;
    margin-left: 0;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.comment-header>.meta {
    font-size: 0.8rem;
    color: #555;
}

.comment-header>.actions {
    display: flex;
    align-items: center;
}

.comment-header>.actions button {
    padding: 0;
}

.comment-destroy {
    color: #888;
    cursor: pointer;
}

.show-more,
.show-less {
    cursor: pointer;
}

.content-register h1 {
    font-size: 2.4rem !important;
}

.content-register .field .field-input input[type=text] {
    color: #7c7c7c;
}

.content-register .text-muted {
    color: rgb(188, 190, 190);
}

.photo-preview-img {
    object-fit: cover;
}

.ui-tooltip.ui-widget {
    max-width: 600px;
    white-space: revert;
}

select:invalid,
input[type=datetime]:invalid,
input[type=datetime]:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}

select:invalid[multiple],
input[type=datetime]:invalid[multiple] {
    margin-top: 15px !important;
}

/** status */

.status
{
    background: #888 !important;
    color: white !important;
}

.status-approved
{
    background: #76B243 !important;
}

.status-draft
{
    background: #888 !important;
}

.status-pending
{
    background: #F15922 !important;
}

.status-rejected,
.status-declined,
.status-overdue
{
    background: #E61400 !important;
}

.status-verified
{
    background: #76B243 !important;
}

/** text */

.text-approved
{
    color: #76B243 !important;
}

.text-pending
{
    color: #F15922 !important;
}

.text-rejected,
.text-overdue
{
    color: #E61400 !important;
}

.text-verified
{
    color: #76B243 !important;
}

.btn-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}

.btn-group .button {
    display: flex !important;
    align-items: center;
}

.btn-group button,
.btn-group .button
{
    float: left;
    background: #888;
}

.btn-group button:not(:last-child):not(.dropdown-toggle),
.btn-group .button:not(:last-child):not(.dropdown-toggle)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group button:last-child, .btn-group button.dropdown-toggle,
.btn-group .button:last-child, .btn-group .button.dropdown-toggle
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group .dropdown-toggle {
    padding: 0;
    margin-left: -2px;
}

.toolbar .btn-group {
    margin-top: -5px;
    height: 38px;
}

.dashboard-item
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 4.5em;
}

.dashboard-image
{
    float: left;
    margin: -12px 0;
    margin-right: -60px;
    width: 60px;
}

.dashboard-image img
{
    border-radius: 30px;
    height: 60px;
    width: 60px;
}

.dashboard-name
{
    margin-left: 75px;
}

.ui-dialog
{
    left: 40px;
    margin: 0;
    padding: 0;
    right: 40px;
    top: 40px;
}

.ui-dialog .ui-dialog-titlebar
{
    border-bottom: 1px solid #BBB;
    border-radius: 0 !important;
    display: none;
    padding: 10px;
}

.ui-dialog .ui-dialog-title
{
    margin: 0;
    width: 100%;
}

.ui-dialog .ui-dialog-titlebar-close
{
    right: 10px;
}

.ui-dialog .ui-dialog-content
{
    margin: 0;
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane
{
    margin: 0;
    padding: 15px 15px;
}

.ui-dialog .ui-dialog-buttonpane button
{
    background: #888;
    margin: -5px 5px;
    padding: 5px 20px;
}

.ui-dialog .ui-dialog-buttonpane button:focus,
.ui-dialog .ui-dialog-buttonpane button:hover
{
    background: #666;
}

.dialog
{
    background: #F1F2F2 !important;
    display: none;
}

.dialog-content
{
    margin: 0 20px !important;
    padding: 0 !important;
}

/** chooser */

.chooser
{
    max-height: none !important;
    min-height: 0 !important;
}

.chooser .table
{
    border-bottom: 1px solid #BBB !important;
}

.chooser .table-content
{
    padding-bottom: 5px !important;
}

/** confirm-dialog */

.confirm-content
{
    margin: 0 20px !important;
    padding: 0 !important;
}

/** help-dialog */

.help-dialog
{
    background: #F9EE92 !important;
}

.help-content
{
    margin: 0 20px !important;
    padding: 0 !important;
}

/** modal-dialog */

.modal-dialog {
    display: none;
}

@media screen and (max-width: 480px) {

    .ui-dialog
    {
        left: 0;
        right: 0;
        top: 0;
    }

}

.dragdrop-destination
{
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    height: 250px;
    margin: 1.5em 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    padding-bottom: 10px;
}

.dragdrop-disabled .dragdrop-destination
{
    background: none;
}

.dragdrop-item
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0.75em 10px;
}

.dragdrop-text
{
    padding-right: 10px;
}

.dragdrop .token-other
{
    margin: 1.5em 0;
}

.dropdown-container {
    display: none;
    background: #fff;
    line-height: 1.25em;
    position: absolute;
    min-width: 160px;
    padding: 5px 0;
    z-index: 10;
    border: 1px solid #BBB;
    border-radius: 2px;
    top: 40px;
}

.dropdown-container.left {
    left: 0;
}

.dropdown-container.right {
    right: 0;
}

.dropdown-container a {
    color: #000;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    width: 100%;
}

.dropdown-container a:hover {
    background: #ccc;
}

.dropdown-container.show {
    display: block;
}

.group
{
    border-bottom: 1px solid #DDD;
    margin: 0;
    margin-bottom: 1.5em;
    padding: 0;
    position: relative;
}

.group .group-title
{
    margin: 0.6em 0;
    padding: 0;
}

.group .group-content
{
    margin: 1.5em 0;
}

.icon
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.icon:before
{
    display: block;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
}

.icon-m:before
{
    font-size: 16px;
}

.icon-m-check:before
{
    font-size: 16px;
    color: #4d4e4f;
}

.icon-m-uncheck:before
{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
}

.icon-m-uncheck:hover:before
{
    color: black;
}

.icon-s:before
{
    font-size: 21px;
    margin-top: 3px;
}

.icon-l:before
{
    font-size: 21px;
}

.icon-p:before
{
    margin-bottom: 3px;
    font-size: 21px;
}

.create-icon
{
    color: #76B243;
}

.list
{
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    clear: both;
    margin: 1.5em 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
}

.list.fixed
{
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.list .list-item
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px 20px;
    position: relative;
}

.list .list-item::before,
.list .list-item::after
{
    clear: both;
    content: " ";
    display: block;
    position: relative;
}

.list .list-date
{
    color: #888;
    float: right;
}

.list .list-image
{
    left: 20px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
}

.list .list-image img
{
    border-radius: 30px;
    height: 60px;
    width: 60px;
}

.list .with-image
{
    float: left;
    margin-left: 80px;
}

.list .list-actions
{
    margin-top: 15px;
    margin-bottom: 5px;
}

/** section head */

.list .list-section-head
{
    background: #666;
    color: white;
}

#navigation #logo
{
    background: #76B243;
    border-bottom: 1px solid #333;
    height: 80px;
}

#navigation #logo a
{
    background-color: #3F403D;
    background-image: url(../images/hrlogo_white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 85%;
    display: block;
    height: 100%;
    text-indent: -10000px;
    width: 100%;
}

#navigation #logo a:hover
{
    background-color: #693;
}

@media screen and (max-width: 1000px) {

    #navigation #logo a
    {
        background-size: auto 75%;
    }

}

@media screen and (max-width: 480px) {

    #navigation #logo a
    {
      background-size: auto 85%;
      background-position: 30% center;
    }

}

/** .layout-learning-master **/

.layout-learning-master #navigation #logo
{
    background: white;
    border-right: 1px solid #666;
}

.layout-learning-master #navigation #logo a
{
    background-image: url(../images/learning-logo@2x.png);
    background-position: 20px 0;
    background-size: 200px 80px;
}

.layout-learning-master #navigation #logo a:hover
{
    background-color: white;
}

@media screen and (max-width: 1000px) {

    .layout-learning-master #navigation #logo a
    {
        background-image: url(../images/learning-logo@2x.png);
        background-position: 20px 15px;
        background-size: 120px 48px;
    }

}

@media screen and (max-width: 480px) {

    .layout-learning-master #navigation #logo a
    {
        background-image: url(../images/learning-logo@2x.png);
        background-position: 20px 0;
        background-size: 200px 80px;
    }

}

#map, .map
{
    height: 200px;
    margin: 0;
    padding: 0;
}

#map.block, .map.block
{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin: 1.5em 0;
    padding: 0;
}

.menu
{
    position: absolute;
    top: 25px;
    min-width: 200px;
}

/** popup buttons */

.popup
{
    position: relative;
}

.popup-button
{
    display: inline-block;
    line-height: 1.5em;
    margin: -6px 0;
    padding: 6px 10px;
}

.popup-button:hover *,
.popup-button.active
{
    color: white;
}

.popup-menu
{
    border-radius: 2px 0 2px 2px !important;
    left: auto !important;
    right: 0 !important;
}

@media screen and (max-width: 768px) {
    
    .popup-menu
    {
        border-radius: 0 2px 2px 2px !important;
        left: 0 !important;
        right: auto !important;
    }
    
}

/** form */

.message-form
{
    margin: 1.5em 20px;
}

.message-form .field
{
    margin: 1.5em 0;
}

.message-form .field-actions
{
    margin: 1.5em 0;
}

/** conversation */

.list .conversation.list-item
{
    padding-right: 80px;
    position: relative;
    max-height: 140px;
    overflow-y: scroll;
}

.conversation-bcc
{
    background: rgba(0,0,0,0.2);
    border-radius: 2px;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    right: 20px;
}

/** messages */

.messages .message
{
    margin: 1.5em 20px;
}

.messages .message .meta
{
    color: #AAA;
    padding: 0.75em 0px;
}

.messages .message .content
{
    background: #fafafa;
    border-radius: 2px;
    margin: 0;
    padding: 0.75em 10px;
}

.messages .message .content:hover
{
    background: #e1e1e1;
}

.messages .message .subject
{
    color: #69d;
    font-weight: bold;
    padding-bottom: 5px;
}

.messages .message .thumb
{
    display: inline-block;
}

.messages .message .thumb img
{
    max-height: 150px;
}

.preb-banner:before,
.preb-banner:after
{
    clear: both;
    content: '';
    display: block;
}

.preb-banner .button-container {
    float: right;
}

.preb-banner .button-container .button {
    background: #36a3d9 !important;
    display: block !important;
}

.preb-banner .button-container .button:hover {
    background: #18b !important;
}

/** organization **/

.preb-banner.large {
    background-color: white;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 160px 110px;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 50px 20px;
}

/** dashboard **/

.preb-banner.small {
    background-color: white;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 95px 84px;
    float: right;
    height: 84px;
    margin: -20px 0;
    padding: 0 20px;
    padding-top: 30px;
    padding-left: 145px;
}

@media screen and (max-width: 1000px) {

    .preb-banner {
        background: none !important;
        float: none !important;
        height: auto !important;
        margin: 0 !important;
        margin-top: 50px !important;
        padding: 0 !important;
    }

    .preb-banner .button-container {
        float: none !important;
    }

}

.progress
{
    background: #DDD;
    border-radius: 2px;
    height: 4px;
    width: 100%;
}

.progress .progress-item
{
    background: #76B243;
    border-radius: 2px;
    float: left;
    height: 4px;
}

.progress.large
{
    border-radius: 0;
    height: 40px;
}

.progress.large .progress-item
{
    border-radius: 0;
    height: 40px;
}

/** list */

.list .progress
{
    margin: 8px 0;
}

@media screen and (max-width: 480px) {
    
    .list .progress
    {
        margin: 10px 0;
    }
    
}

.social
{
    margin: 0 -2px;
}

.social a
{
    background: #76B243;
    border-radius: 5px;
    color: white;
    margin: -12px 2px;
    padding: 12px 5px;
}

.social a:hover
{
    background: #592;
}

.split-list
{
    background: white;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 65%;
    top: 0;
}

.split-list a
{
    color: black;
    display: block;
}

.split-list .subtitle
{
    color: #888;
}

.split-list .selected
{
    background: #69C;
}

.split-list .selected *
{
    color: white;
}

.split-content
{
    background: #fafafa;
    bottom: 0;
    left: 35%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 480px) {

    .split-list
    {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }

    .split-content
    {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }

}

.statistic-group
{
    clear: both;
    margin: 1.5em 0;
}

.statistic-group:before,
.statistic-group:after
{
    clear: both;
    content: " ";
    display: block;
}

.statistic
{
    background: white;
    border: 1px solid #CCC;
    border-radius: 2px;
    margin: 10px 0;
    padding: 20px 0;
    text-align: center;
}

.statistic-value
{
    font-size: 3em;
    line-height: 1em;
}

.statistic-label
{
    color: #888;
}

table,
.table
{
    background: white;
    border: 1px solid #CCC;
    border-collapse: collapse;
    clear: both;
    margin: 1.5em 0;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
}

.table-container {
    margin: 1.5em 0;
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
}

.table-container table,
.table-container .table {
    margin: 0;
    padding: 0;
}

table.extended
{
    width: 100%;
}

.table:before,
.table:after
{
    clear: both;
    content: " ";
    display: block;
}

table thead,
.table .table-head
{
    background: rgba(255, 255, 255, 0.9);
}

table th,
table td,
.table .col
{
    margin: 0;
    padding: 10px 20px;
    vertical-align: top;
}

table .col.gutter-s,
.table .col.gutter-s,
table .col.gutter-m,
.table .col.gutter-m,
table .col.gutter-l,
.table .col.gutter-l
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

table a,
.table a
{
    color: #888;
    display: block;
}

table a.button,
.table a.button
{
    color: white;
}

/** head */

table thead,
.table .table-head
{
}

table thead tr,
.table .table-head .table-row
{
}

table thead tr:hover,
.table .table-head .table-row:hover
{
    background: none;
}

table thead th,
table thead td,
.table .table-head .col
{
    color: #76B243;
}

table tbody.with-head,
.table .table-content.with-head
{
}

/** rows */

table tr,
.table .table-row
{
    border-bottom: 1px solid #DDD;
    color: black;
}

.table .table-row:before,
.table .table-row:after
{
    clear: both;
    content: " ";
    display: block;
}

table tr:hover,
.table .table-row:hover
{
    background: #EEE;
}

/** section head */

table tr.section,
table tr.section:hover,
.table .table-section-head,
.table .table-section-head:hover
{
    background: #666;
    color: white;
}

/** section subheader */

.table .table-section-subheader,
.table .table-section-subheader:hover
{
    background: #ddd;
    color: #333;
}

/** fixed */

table.fixed,
.table.fixed
{
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

table.fixed tbody,
.table.fixed .table-content
{
}

/** text-length */

.table-row .text-one-line
{
    width: 33.33%;
    height: 40px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-row .organization-one-line
{
    width: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-row .type-one-line
{
    width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-row .email-one-line
{
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-row .contact-one-line
{
    overflow: hidden;
    text-overflow: ellipsis;
}
/** inputs */

table input:not([type="checkbox"]):not([type="radio"]),
.table input:not([type="checkbox"]):not([type="radio"])
{
    width: 100%;
}

table textarea,
.table textarea
{
    margin: 0;
}

@media screen and (max-width: 480px) {

    table,
    .table
    {
    }

    table th,
    table td,
    .table .col
    {
    }

    table button,
    table .button,
    table input,
    table .token,
    .table button,
    .table .button,
    .table input,
    .table .token
    {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    table input[type="checkbox"],
    .table input[type="checkbox"]
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    table thead,
    .table .table-head
    {
        display: none !important;
    }

    table tbody,
    .table .table-content
    {
    }

    table tbody.with-head,
    .table .table-content.with-head
    {
        padding-top: 0 !important;
    }

    table tbody.with-head td:before,
    .table .table-content.with-head .col:before
    {
        content: attr(data-label) " ";
        float: left;
        font-style: italic;
        font-weight: bold;
        color: #76B243;
    }

    table tr,
    .table .table-row
    {
        padding: 10px 15px !important;
    }

}

/** Student Hours **/

table thead th,
table thead td,
.table.student-hours .table-head .col
{
    font-size: 16px;
}

.tabs-tabs
{
    background: white;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 75%;
    top: 0;
}

.tabs-tabs ul
{
    margin: 0;
    padding: 0;
}

.tabs-tabs li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-tabs a
{
    border-bottom: 1px solid #EEE;
    color: #AAA;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
}

.tabs-tabs a.active
{
    color: black;
}

.tabs-tabs a.with-error
{
    background: #C33 !important;
    color: white !important;
}

.tabs-tabs a.with-error.active
{
    color: black !important;
}

.tabs-tabs a.with-error:after
{
    content: '\e83e';
    display: block;
    float: right;
    font-family: icons;
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    width: 14px;
}

.tabs-destination
{
    bottom: 0;
    left: 25%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.tabs-destination .content-inset
{
    display: none;
}

.reflections-tabs-destination
{
    bottom: 0;
    left: 25%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #f7f7f7;
}

@media screen and (max-width: 480px) {

    .tabs-tabs
    {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
    }
    
    .tabs-tabs a
    {
        padding: 10px 15px;
    }
    
    .tabs-destination
    {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
    }
    
}

.token
{
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    display: block;
    margin: -4px 0;
    padding: 4px 10px;
    text-align: center;
}

.token-status
{
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 10px 10px;
    text-align: center;
    height: 42px; }
@media screen and (min-width:768px) {
  .token-status {
    display: block;
    margin: -10px -20px;
  }
}

.token .icon
{
    color: white;
    margin-left: 10px;
}

/** token-list */

.token-list
{
    margin: 1.5em -4px;
    padding: 0;
}

.token-list:before,
.token-list:after
{
    clear: both;
    content: " ";
    display: block;
}

.token-list .token
{
    background: #76B243;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0.25em 0.25em;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 38px;
}

.token-list .token:hover
{
    background: #592;
}

/** token-other */

.token-other:before,
.token-other:after
{
    clear: both;
    content: " ";
    display: block;
}

.token-other-input
{
    float: left;
    padding-right: 10px;
}

.token-other-token
{
    float: left;
}

.token-other-token .token-list
{
    margin: 0;
    padding: 0;
}

.token-other-token .token
{
    margin: -4px 0;
}

button,
input,
label
{
    display: inline-block;
    font-family: inherit;
}

*:focus
{
    outline: none;
}

/** input */

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="password"],
input[type="text"],
input[type="number"],
input[type="time"]
{
    background: white;
    border: 1px solid #CCC;
    border-radius: 0.25rem;
    margin: -5px 0;
    outline: none;
    padding: 4px 8px;
    height: 38px;
    font-family: inherit;
}

input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="time"]:focus
{
    border: 1px solid #b3d997;
}

input[type="date"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="text"][disabled],
input[type="number"][disabled],
input[type="time"][disabled]
{
    background: none;
}

/** button */

button,
.button
{
    background: #888;
    border: none;
    border-radius: 2px;
    color: white;
	cursor: pointer;
    display: inline-block;
    margin: -5px 0;
    outline: none;
    padding: 5px 10px;
    text-align: center;
}

button:focus,
.button:focus,
button:hover,
.button:hover
{
    background: #666;
}

/** checkbox */

input[type="checkbox"]
{
	margin-right: 5px;
}

/** html */

span.html
{
    display: inline-block;
    margin: 0 9px;
}

span.buttonText
{
    color:#76B243;
    font-size:16px;
}

/** textarea */

textarea
{
    background: white;
    border: 1px solid #CCC;
    border-radius: 0.25rem;
    margin: -5px 0 -12px 0;
    outline: none;
    padding: 4px 8px;
    resize: none;
    width: 100%;
}

textarea:focus
{
    border: 1px solid #8AD;
}

textarea[disabled]
{
    background: none;
}

/** form-sizes */

.form-size-auto
{
    width: auto;
    height: 38px;
}

.form-size-m
{
    width: 50%;
}

.form-size-ml
{
    width: 96.4%;
    height: 38px;
}

.form-size-ml-two-per-row
{
    width: 93%;
    height: 38px;
}

.form-size-l
{
    width: 100%;
    height: 38px;
}

.text-area-field-input
{
    padding-top: 7px;
    border-radius: 0.25rem;
}

.text-area-field-input-smaller
{
    width: 96.4%;
}

/** button group */

.button-group
{
    margin: 0 -5px;
    padding: 0;
}

.button-group:before,
.button-group:after
{
    clear: both;
    content: " ";
    display: block;
}

.button-group button,
.button-group .button
{
    float: left !important;
    margin: -5px 5px !important;
    padding: 5px 10px !important;
}

/** border buttons */

button.button-border,
.button.button-border
{
    background: none !important;
    border: 1px solid #CCC !important;
    color: #888 !important;
}

button.button-border:hover,
.button.button-border:hover
{
    background: #BBB !important;
    border: 1px solid #BBB !important;
    color: white !important;
}

/** borderless buttons */

button.button-borderless,
.button.button-borderless
{
    background: none !important;
    color: #888 !important;
    height: 38px;
    line-height: 2em;
    margin: -5px 0px !important;
    padding: 3px 10px !important;
}

button.button-borderless-shorter,
.button.button-borderless-shorter
{
    background: none !important;
    color: #888 !important;
    margin: 10px 0px !important;
}

button.button-borderless-attachment,
.button.button-borderless-attachment
{
    background: none !important;
    color: #888 !important;
}

button.button-borderless:focus,
.button.button-borderless:focus,
button.button-borderless:hover,
.button.button-borderless:hover
{
    background: #BBB !important;
    color: white !important;
}

button.button-borderless-shorter:focus,
.button.button-borderless-shorter:focus,
button.button-borderless-shorter:hover,
.button.button-borderless-shorter:hover
{
    background: #BBB !important;
    color: white !important;
}

button.button-borderless-attachment:focus,
.button.button-borderless-attachment:focus,
button.button-borderless-attachment:hover,
.button.button-borderless-attachment:hover
{
    background: #BBB !important;
    color: white !important;
}

button.button-borderless:focus *,
.button.button-borderless:focus *,
button.button-borderless:hover *,
.button.button-borderless:hover *
{
    color: white !important;
}

button.button-borderless-shorter:focus *,
.button.button-borderless-shorter:focus *,
button.button-borderless-shorter:hover *,
.button.button-borderless-shorter:hover *
{
    color: white !important;
}

button.button-borderless-attachment:focus *,
.button.button-borderless-attachment:focus *,
button.button-borderless-attachment:hover *,
.button.button-borderless-attachment:hover *
{
    color: white !important;
}

button.button-borderless.active,
.button.button-borderless.active
{
    background: #BBB !important;
    color: white !important;
}

button.button-borderless-shorter.active,
.button.button-borderless-shorter.active
{
    background: #BBB !important;
    color: white !important;
}

button.button-borderless-attachment.active,
.button.button-borderless-attachment.active
{
    background: #BBB !important;
    color: white !important;
}

/** default buttons */

button.button-default,
.button.button-default
{
    background: #76B243 !important;
}

button.button-default-taller,
.button.button-default-taller
{
    background: #76B243 !important;
    height: 38px;
}

button.button-default-search,
.button.button-default-search
{
    background: #76B243 !important;
    height: 38px;
    border-radius: 0.25rem;
    margin-bottom: -15px !important;
}

button.button-default:focus,
.button.button-default:focus,
button.button-default:hover,
.button.button-default:hover
{
    background: #592 !important;
}

button.button-reject,
.button.button-reject
{
    background: #d92b2b !important;
}

button.button-reject:focus,
.button.button-reject:focus,
button.button-reject:hover,
.button.button-reject:hover
{
    background: #d92b2b !important;
}

button.button-submit,
.button.button-submit
{
}

.layout-learning-master button.button-default,
.layout-learning-master .button.button-default
{
    background: #660099 !important;
}

.layout-learning-master button.button-default:focus,
.layout-learning-master .button.button-default:focus,
.layout-learning-master button.button-default:hover,
.layout-learning-master .button.button-default:hover
{
    background: #330066 !important;
}

/** desructive buttons */

button.button-delete:focus,
.button.button-delete:focus,
button.button-delete:hover,
.button.button-delete:hover
{
    background: #C00 !important;
}

button.button-delete .icon,
.button.button-delete .icon
{
    color: #BBB !important;
}

button.button-delete:focus .icon,
.button.button-delete:hover .icon
button.button-delete:focus .icon,
.button.button-delete:hover .icon
{
    color: #C00 !important;
}

button.button-delete-taller,
.button.button-delete-taller
{
    height: 38px;
    line-height: 1.9em;
}

button.button-white,
.button.button-white
{
    background: white;
}

/** dividers */

.horizontal-divider
{
    background: #CCC;
    float: left;
    height: 21px;
    margin: 0;
    width: 1px;
}

/** input-group */

.input-group
{
    background: #DDD;
    border-radius: 2px;
    color: black;
    cursor: pointer;
    margin: -5px 0;
    padding: 5px 8px;
    padding-right: 60px;
    position: relative;
}

.input-group:hover
{
    background: #CCC;
}

.input-group-input
{
    display: none;
}

.input-group-action
{
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.input-group-action .button
{
    background: none !important;
    color: black !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 5px 10px !important;
}

/** */

.with-space-b
{
    margin-left: 10px;
}

.with-space-a
{
    margin-right: 10px;
}

@media screen and (max-width: 480px) {

    .button-group button,
    .button-group .button
    {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

}

.field
{
    margin: 1.5em 0;
    padding: 0;
}

.field:before,
.field:after
{
    clear: both;
    content: " ";
    display: block;
}

.field .field-label
{
    float: left;
    margin: 0;
    margin-right: -25%;
    padding: 0;
    padding-right: 10px;
    text-align: left;
    width: 25%;
    line-height: 1.9em;
}

.field .field-label-right
{
    width: 10% !important;
    padding-left: 10%;
}

.field .field-label.without-indent
{
    text-align: left;
}

.field .field-label-top
{
    padding-top: 5px;
}

.field .field-input
{
    float: left;
    margin: 0;
    margin-left: 25%;
    margin-right: -30px;
    padding: 0;
    width: 75%;
    line-height: 1.9em;
}

.field .field-input input[type="text"],
.field .field-input input[type="password"]
{
    border-radius: 0.25rem;
    height: 38px;
    font-family: inherit;
}

.field .field-input input[type="text"]:focus,
.field .field-input input[type="password"]:focus
{
    outline: none !important;
    border-color: #b3d997;
}

.field .field-input textarea:focus
{
    outline: none !important;
    border-color: #b3d997;
    font-family: inherit;
}

.field .field-input-group input[type="text"]
{
    border-radius: 0.25rem;
    font-family: inherit;
}

.field .field-input-group input[type="text"]:focus
{
    outline: none !important;
    border-color: #b3d997;
    font-family: inherit;
}

.field .form-size-ml-select
{
    width: 80%;
}

.field-description
{
    color: #999;
    margin-left: 20%;
    width: 80%;
}

.field .field-error
{
    background: #C33;
    border-radius: 2px;
    color: white;
    display: none;
    float: left;
    margin: -5px 0;
    margin-top: 10px;
    margin-left: 20%;
    padding: 5px 9px;
    width: 83%;
}

.field .field-error-smaller
{
    width: 80% !important;
}

.field .field-error-no-tab
{
    width: 77% !important;
}

.field .field-error.without-margin
{
    margin: -5px 0;
    margin-left: 25%;
}

.field.with-error .field-error
{
    display: block;
}

.field.with-error input[type="date"],
.field.with-error input[type="datetime-local"],
.field.with-error input[type="email"],
.field.with-error input[type="password"],
.field.with-error input[type="text"],
.field.with-error input[type="time"]
{
    border: 1px solid #C33;
    font-family: inherit;
}

.field.with-error textarea
{
    border: 1px solid #C33;
    font-family: inherit;
}

/** form-actions */

.form-actions
{
    margin: 2.25em 0;
    margin-left: 20%;
}

.form-actions-no-margin
{
    margin: 2.25em 0;
}

.form-actions:after
{
    clear: both;
    content: " ";
    display: block;
}

.form-actions-float-left
{
    margin: 2.25em 0;
}

.form-actions-float-left:after
{
    clear: both;
    content: " ";
    display: block;
}

/** stacked field */

.stacked .field-label
{
    margin: 0 !important;
    margin-bottom: 0.5em !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
}

.stacked .field-input
{
    margin: 0 !important;
    margin-bottom: 0.5em !important;
    padding: 0 !important;
    width: 100% !important;
}

.stacked .field-error
{
    margin: 0 !important;
    margin-bottom: 0.5em !important;
    padding: 5px 9px !important;
    width: 100% !important;
}

/** classes */

.with-indent
{
    margin-left: 20% !important;
    width: 80% !important;
}

.without-indent
{
    margin-left: 0 !important;
    width: 100% !important;
}

@media screen and (max-width: 480px) {
    
    .field-input-group
    {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    
    .field-input-group input,
    .field-input-group button,
    .field-input-group .button
    {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    
    .field-input-group .chosen-container
    {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    
    .field-input-group .chosen-search input
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
}

/** horizontal line **/
hr
{ 
    display: block; 
    height: 1px; 
    border: 0; 
    border-top: 1px solid #ccc; 
    margin: 1em 0; 
    padding: 0; 
}

.layout
{
    position: relative;
}

html,
body,
#page
{
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#navigation,
#main
{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
}

#navigation
{
    left: 0;
    width: 20%;
    z-index: 500;
}

#main
{
    left: 20%;
    width: 80%;
}

@media screen and (max-width: 480px) {
    #navigation,
    #main
    {
        left: 0;
        width: 100%;
    }
    #main
    {
        transition: left 0.25s;
        z-index: 600;
    }
    #main.with-nav
    {
        left: 80%;
    }
}

.fixed {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.with-header {
    top: 80px !important;
}

.with-banner {
    top: 85px !important;
}

.with-banner.with-toolbar {
    top: 145px !important;
}

.with-map {
    top: 201px !important;
}

.with-map.with-toolbar {
    top: 259px !important;
}

.with-toolbar {
    top: 61px !important;
}

@media screen and (max-width: 1920px) {

    .volunteer-list.with-banner.with-toolbar {
        top: 193px !important;
    }

}

/*@media screen and (max-width: 1200px) {

    .with-toolbar {
        top: 100px !important;
    }

    .with-banner.with-toolbar {
        top: 257px !important;
    }

}*/

@media screen and (max-width: 992px) {

    .with-banner.with-toolbar {
        top: 230px !important;
    }
}

@media screen and (max-width: 768px) {

    .with-toolbar {
        position: relative !important;
        top: auto !important;
    }

    .with-banner.with-toolbar {
        top: 265px !important;
    }

    .with-map.with-toolbar {
        position: relative !important;
        top: auto !important;
    }

}


@media screen and (max-width: 678px) {

    .with-banner.with-toolbar {
        top: 305px !important;
    }

}

@media screen and (max-width: 576px) {

    .with-banner.with-toolbar {
        top: 305px !important;
    }

}

@media screen and (max-width: 480px) {

    .fluid-mobile {
        bottom: 0 !important;
        left: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

}

@media screen and (max-width: 1410px) {
    .toolbar.with-banner.volunteer-list {
        height: 172px;
    }

    .volunteer-list.with-banner.with-toolbar {
        top: 257px !important;
    }
}

@media screen and (max-width: 1006px) {
    .toolbar.with-banner.volunteer-list {
        height: 218px;
    }

    .volunteer-list.with-banner.with-toolbar {
        top: 304px !important;
    }
}

.grid:before,
.grid:after
{
    clear: both;
    content: " ";
    display: block;
}

.col
{
    float: left;
}

.col:before,
.col:after
{
    clear: both;
    content: " ";
    display: block;
}

/** grid input */

.grid-input
{
    float: left;
    margin: 0;
    margin-right: -40px;
    width: 40px;
}

.with-grid-input
{
    float: left;
    margin-left: 0;
    width: calc(100% - 40px);
}

/** gutter */

.with-gutter-s
{
    margin: 0 -5px !important;
    padding: 0 !important;
}

.with-gutter-m
{
    margin: 0 -10px !important;
    padding: 0 !important;
}

.with-gutter-l
{
    margin: 0 -30px !important;
    padding: 0 !important;
}

.gutter-s
{
    margin: 0 !important;
    padding: 0 5px !important;
}

.gutter-m
{
    margin: 0 !important;
    padding: 0 10px !important;
    min-height: 126px;
}

.gutter-l
{
    margin: 0 !important;
    padding: 0 30px !important;
}

/** 1 column grid */

.col-1-1
{
    width: 100%;
}

/** 2 column grid */

.col-1-2
{
    width: 50%;
}

.col-2-2
{
    width: 100%;
}

/** 3 column grid */

.col-1-3
{
    width: 33.33%;
}

.col-2-3
{
    width: 66.66%;
}

.col-3-3
{
    width: 100%;
}

/** 4 column grid */

.col-1-4
{
    width: 25%;
}

.col-2-4
{
    width: 50%;
}

.col-3-4
{
    width: 75%;
}

.col-4-4
{
    width: 100%;
}

/** 5 column grid */

.col-1-5
{
    width: 20%;
}

.col-2-5
{
    width: 40%;
}

.col-3-5
{
    width: 60%;
}

.col-4-5
{
    width: 80%;
}

.col-5-5
{
    width: 100%;
}

/** 6 column grid */

.col-1-6
{
    width: 16.66%;
}

.col-2-6
{
    width: 33.33%;
}

.col-3-6
{
    width: 50%;
}

.col-4-6
{
    width: 66.66%;
}

.col-5-6
{
    width: 83.33%;
}

.col-6-6
{
    width: 100%;
}

/** 7 column grid */

.col-1-7
{
    width: 14.28%;
}

.col-2-7
{
    width: 28.57%;
}

.col-3-7
{
    width: 42.85%;
}

.col-4-7
{
    width: 57.14%;
}

.col-5-7
{
    width: 71.42%;
}

.col-6-7
{
    width: 85.71%;
}

.col-7-7
{
    width: 100%;
}

/** 8 column grid */

.col-1-8
{
    width: 12.5%;
}

.col-2-8
{
    width: 25%;
}

.col-3-8
{
    width: 37.5%;
}

.col-4-8
{
    width: 50%;
}

/** 10 column grid */

.col-1-10
{
    width: 10%;
}

.col-2-10
{
    width: 20%;
}

/** 12 column grid */

.col-1-12
{
    width: 8.3%;
}

.col-2-12
{
    width: 16.6%;
}

/** 14 column grid */

.col-1-14
{
    width: 7%;
}

.col-2-14
{
    width: 14%;
}

.col-3-14
{
    width: 21%;
}

.col-4-14
{
    width: 28%;
}

.col-5-14
{
    width: 35%;
}

/** 16 column grid */

.col-1-16
{
    width: 6%;
}

.col-2-16
{
    width: 12%;
}

.col-3-16
{
    width: 18%;
}

.col-4-16
{
    width: 24%;
}

.col-5-16
{
    width: 30%;
}

.col-6-16
{
    width: 36%;
}

.col-7-16
{
    width: 42%;
}

.col-8-16
{
    width: 48%;
}

.col-9-16
{
    width: 54%;
}

.col-10-16
{
    width: 60%;
}

.col-11-16
{
    width: 66%;
}

.col-12-16
{
    width: 72%;
}

.col-13-16
{
    width: 78%;
}

.col-14-16
{
    width: 84%;
}

.col-15-16
{
    width: 90%;
}

.col-16-16
{
    width: 96%;
}

/** 20 column grid */

.col-1-20
{
    width: 5%;
}

.col-2-20
{
    width: 10%;
}

.col-3-20
{
    width: 15%;
}

.col-4-20
{
    width: 20%;
}

.col-5-20
{
    width: 25%;
}

.col-6-20
{
    width: 30%;
}

@media screen and (max-width: 480px) {
    
    .col
    {
        width: 100% !important;
    }
    
}

html.layout-page,
html.layout-page body,
html.layout-page #page
{
    height: auto;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 100%;
}

#page-logo
{
    margin: 20px auto;
    padding: 0;
    width: 60%;
}

#page-logo img
{
    height: 150px;
    width: auto;
}

#page-main
{
    background: #EEE;
    border-radius: 5px;
    margin: 20px auto;
    padding: 0;
    width: 60%;
}

#page-main .form-actions
{
    margin: 2.25em 0;
    margin-left: 20%;
}

@media screen and (max-width: 480px) {
    
    #page-logo
    {
        margin: 20px 15px;
        width: auto;
    }
    
    #page-logo img
    {
        height: auto;
        width: 50%;
    }
    
    #page-main
    {
        border-radius: 0;
        width: 100%;
    }
    
}

#report-canvas
{
    background: #BBB;
    margin: 0;
    padding: 20px;
}

#report-output
{
    background: white;
    margin: 0;
    padding: 10px 20px;
    width: 98.5%;
    overflow: scroll;
    position: absolute;
    bottom: 10;
    top: 10;
    left: 10;
}

#report-output *
{
    font-family: Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 1.4em;
}

#report-output h1
{ 
    font-size: 1.5em; 
}

#report-output table
{
    display: inline-table;
    border: none;
    border-collapse: collapse;
    position: relative;
}

#report-output table tr
{
    border-bottom: 1px solid #CCC;
}

#report-output table td
{
    margin: 0;
    padding: 0.5em 1em 0.5em 0;
    vertical-align: top;
}

#report-output table td.border-right
{
    border-right: 1px solid #ccc;
}

#report-output tr:first-child 
{
    position: sticky;
    top: -10px;
    z-index: 40;
    background-color: #EEE;
}
body {
    font-family: 'Roboto';
}

.chosen-container {
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    background: #DDD;
    border: none;
    border-radius: 0.25rem;
    box-shadow: none;
    color: black;
    line-height: 1.9em;
    margin: -5px 0;
    padding: 5px 9px;
    text-decoration: none;
    height: 38px;
}

.chosen-container-active .chosen-single {
    background: #BBB;
    border: none;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: #BBB;
    border: none;
    box-shadow: none;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
}

.chosen-container-single .chosen-single div {
    width: 20px;
}

.chosen-container-single .chosen-single div b {
    background-position: 100% 13px !important;
    width: 100%;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 100% -37px !important;
}

.chosen-container .chosen-drop {
    background: white;
    border: 1px solid #BBB;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: none;
    margin-top: 5px;
}

.chosen-disabled
{
    opacity: 1.0 !important;
}

.chosen-disabled .chosen-single
{
    color: #888;
}

/** chosen-search */

.chosen-container-single .chosen-search {
    border-bottom: 1px solid #BBB;
    margin: 0;
    padding: 0;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: none !important;
    background-position: 100% -192px !important;
    border: none !important;
    float: none !important;
    font-family: 'Roboto' !important;
    height: 38px !important;
    line-height: 1.9em !important;
    margin: 0 !important;
    padding: 5px 9px !important;
    padding-right: 20px !important;
    width: 100% !important;
}

/** chosen-results */

.chosen-container .chosen-results {
    color: black;
    margin: 0;
    max-height: 304px;
    padding: 0;
}

.chosen-container .chosen-results li {
    line-height: 1.9em;
    margin: 0;
    padding: 5px 9px;
    height: 38px;
}

.chosen-container .chosen-results li.disabled-result {
    color: #BBB;
}

.chosen-container .chosen-results li.highlighted {
    background: #CCC;
    color: black;
}

.chosen-container .chosen-results li.no-results {
    background: white;
    color: #BBB;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/sprites@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 25px 250px !important;
    background-position: right 18px !important;
}

body .fc {
    font-family: "Myriad Pro", "Helvetica", sans-serif;
    font-size: 14px;
}

.fc * {
    outline: none;
}

/* fc-toolbar */

.fc .fc-toolbar {
    margin: 0;
    padding: 15px;
    padding-bottom: 1em;
}

.fc .fc-toolbar h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 8px;
}

/* tables and related elements */

.fc table,
.fc th,
.fc .fc-view .fc-day-number,
.fc .fc-view .fc-event {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
}

.fc table,
.fc tr {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.fc table tr:hover {
    background: none;
}

.fc .fc-row {
    border-bottom: 1px solid #EEE;
}

.fc th,
.fc td {
    border: none;
}

.fc th {
    color: #BBB;
    margin: 0;
    padding: 0 5px;
    padding-left: 7px;
}

.fc td.fc-today {
    background: #F8F8F8;
    border: none;
}

/* fc-month-view */

.fc .fc-month-view .fc-day-number {
    color: black;
    margin: 0;
    padding: 0 5px;
    padding-left: 7px;
}

.fc .fc-month-view .fc-event-container {
    margin: 0;
    padding: 0;
    padding-right: 2px;
}

.fc .fc-month-view .fc-event .fc-time {
    display: none;
}

.fc .fc-month-view .fc-event .fc-time {
    display: none;
}

.fc .fc-month-view .fc-event .fc-title {
    font-size: 1em;
    font-weight: normal;
}

/* fc-basic-view */

.fc .fc-basic-view .fc-content-skeleton {
    padding: 5px 0;
}

/* fc-agenda-view */

.fc .fc-agenda-view .fc-axis {
    color: #BBB;
}

.fc .fc-agenda-view .fc-day-grid .fc-row {
    border-bottom: none;
    min-height: 1.5em;
}

.fc .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    margin: 0;
    padding: 2px 0;
}

.fc .fc-agenda-view .fc-day-grid .fc-row .fc-event-container {
    padding-right: 2px;
}

.fc .fc-agenda-view .fc-divider {
    background: black;
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
}

.fc .fc-agenda-view .fc-slats td {
    border-top-color: #DDD;
    border-top-style: solid;
    border-top-width: 1px;
    height: 2.25em;
}

.fc .fc-agenda-view .fc-slats .fc-minor td {
    border-top-color: #DDD;
    border-top-style: dashed;
    border-top-width: 1px;
}

.fc .fc-agenda-view .fc-event-container {
    margin: 0;
    margin-right: 2px;
    padding: 0;
}

/* fc-event */

.fc-event {
    background: #DDD;
    background: rgba(200, 200, 200, 0.8);
    border: none;
    border-radius: 0;
    color: black;
    cursor: pointer;
    margin: 0;
    padding: 0 5px;
}

.fc-event:hover {
    background: #BBB;
    background: rgba(180, 180, 180, 0.8);
    border: none;
    border-left: 2px solid #999;
    color: black;
}

.fc .fc-h-event.fc-not-start,
.fc .fc-h-event.fc-not-end {
    border: none !important;
    border-left: 2px solid #BBB !important;
    margin: 0 !important;
    padding: 0 5px !important;
}

.fc .fc-h-event.fc-not-start {
    border-left: none !important;
    padding-left: 7px !important;
}

/* event-status- */

.fc-event.event-status-accepted {
    background: #76B243;
    border-left: 2px solid #592;
}

.fc-event.event-status-accepted:hover {
    background: #592;
    border-left: 2px solid #592;
}

.fc-event.event-status-declined {
    background: #E54358;
    border-left: 2px solid #C23;
}

.fc-event.event-status-declined:hover {
    background: #C23;
    border-left: 2px solid #C23;
}

.fc-event.event-status-pending {
    background: #EC6641;
    border-left: 2px solid #C42;
}

.fc-event.event-status-pending:hover {
    background: #C42;
    border-left: 2px solid #C42;
}

.fc-event.event-status-filled {
    background: #76B243;
    border-left: 2px solid #592;
}

.fc-event.event-status-filled:hover {
    background: #592;
    border-left: 2px solid #592;
}

.fc-event.event-status-partiallyfilled {
    background: #EC6641;
    border-left: 2px solid #C42;
}

.fc-event.event-status-partiallyfilled:hover {
    background: #C42;
    border-left: 2px solid #C42;
}

.fc-event.event-status-nonefilled {
    background: #E54358;
    border-left: 2px solid #C23;
}

.fc-event.event-status-nonefilled:hover {
    background: #C23;
    border-left: 2px solid #C23;
}

.fc-event.event-status-invited {
    background: darkgrey;
    border-left: 2px solid darkgrey;
}

.fc-event.event-status-invited:hover {
    background: DimGray;
    border-left: 2px solid darkgrey;
}

.fc-event.event-status-someAccepted {
    background: #FF8C00;
    border-left: 2px solid #CD6600;
}

.fc-event.event-status-someAccepted:hover {
    background: #CD6600;
    border-left: 2px solid #CD6600;
}

.fc-event.event-status-allAccepted {
    background: #76B243;
    border-left: 2px solid #592;
}

.fc-event.event-status-allAccepted:hover {
    background: #592;
    border-left: 2px solid #592;
}

/* fc-time-grid fc-event */

.fc .fc-time-grid .fc-event {
    margin: 0;
    padding: 5px 6px;
}

.fc .fc-time-grid .fc-event .fc-time {
    color: rgba(0, 0, 0, 0.4);
    font-size: 1em;
    font-weight: normal;
}

.fc .fc-time-grid .fc-event .fc-title {
    font-size: 1em;
    font-weight: normal;
}

/* fc-button */

.fc button {
    border-radius: 0;
    height: auto;
    line-height: 1.5em;
    margin: 0;
    padding: 10px 20px;
}

.fc .fc-state-default {
    background: none;
    border: none;
    box-shadow: none;
    color: #BBB;
    text-shadow: none;
}

.fc .fc-state-hover,
.fc .fc-state-active {
    color: black;
}

.fc .fc-state-disabled {
    color: #BBB;
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* fc-button-group */

.fc .fc-right .fc-button-group .fc-state-default,
.fc .fc-right .fc-button-group .fc-state-hover,
.fc .fc-right .fc-button-group .fc-state-active {
    background: none;
    color: #BBB;
    font-weight: normal;
}

.fc .fc-right .fc-button-group .fc-state-hover,
.fc .fc-right .fc-button-group .fc-state-active {
    color: black;
}

/* fc-icon */

.fc button .fc-icon {
    height: auto;
    margin: 0;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
}

.fc button .fc-icon:after {
    font-family: 'icons';
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    left: 0;
    position: relative;
    top: 0;
}

.fc .fc-icon-left-single-arrow:after {
    content: '\e874';
}

.fc .fc-icon-right-single-arrow:after {
    content: '\e875';
}

.ui-widget-overlay.ui-front {
    background: rgba(0,0,0,0.5);
    z-index: 999 !important;
}
.ui-front {
    z-index: 1000 !important;
}

/* containers */
.ui-widget {
}

.ui-widget .ui-widget {
    background: white;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
}
.ui-widget-content {
    background: white;
}
.ui-widget-content a {
}
.ui-widget-header {
}
.ui-widget-header a {
}

/* interaction states */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #DDD;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    background: #CCC;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #CCC;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
}

/* interaction cues */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
}
.ui-state-disabled .ui-icon {
}

/* corner */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 2px;
}

/* autocomplete */
.ui-autocomplete {
    border-radius: 2px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 200;
}

/* buttons */
.ui-button-text-only .ui-button-text {
    margin: 0;
    padding: 0;
}

/* dialog */
.ui-dialog {
}

/* datepicker */
.ui-datepicker {
    border: 1px solid #BBB;
    padding: 10px;
    width: auto;
}
.ui-datepicker .ui-datepicker-header {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
}
.ui-datepicker .ui-datepicker-prev {
    left: 0;
}
.ui-datepicker .ui-datepicker-next {
    right: 0;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
}
.ui-datepicker .ui-datepicker-prev-hover {
}
.ui-datepicker .ui-datepicker-next-hover {
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    cursor: pointer;
    left: auto;
    line-height: 1em;
    margin: 0;
    padding: 10px 10px;
    position: static;
    text-indent: 0;
    top: auto;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1em;
    margin: 0;
    padding: 10px 0;
}
.ui-datepicker .ui-datepicker-title select {
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
}
.ui-datepicker table {
    border: none;
}
.ui-datepicker tr {
    background: none;
    border: none;
}
.ui-datepicker tr:hover {
    background: none;
    border: none;
}
.ui-datepicker th {
    border: none;
    color: #999;
    font-weight: normal;
    padding: 4px 8px;
}
.ui-datepicker td {
    border: none;
    padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
    border-radius: 0;
    color: black;
    padding: 4px 8px;
}
.ui-datepicker td a.ui-state-default {
    background: none;
}
.ui-datepicker td a.ui-state-hover {
    background: #DDD;
}
.ui-datepicker td.ui-datepicker-current-day a {
    background: #BBB;
}
.ui-datepicker .ui-datepicker-buttonpane {
    margin: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    color: black;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
}
.ui-datepicker-row-break {
}

/* menu */
.ui-menu {
    background: white;
    border: 1px solid #BBB;
    border-radius: 2px;
    margin: 0;
    padding: 5px 0;
    z-index: 200;
}
.ui-menu .ui-menu {
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0px 9px;
}
.ui-menu .ui-menu-item a {
    color: black;
    display: block;
    width: 180px;
    padding:7px;
}
.ui-menu .ui-menu-divider {
    border-bottom: 1px solid #EEE;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
}

/* tooltip */
.ui-tooltip {
    background: black;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    margin: 0;
    max-width: none;
    opacity: 0.8;
    padding: 10px 15px;
    pointer-events: none;
    white-space: nowrap;
}

#banner
{
    border-bottom: 1px solid #CCC;
    top: 0;
    height: 85px;
    left: 0;
    padding: 20px 20px;
    /*position: absolute;*/
    right: 0;
    z-index: 400;
}

.banner-image
{
    float: left;
    margin: -8px 0;
    margin-right: -60px;
    width: 60px;
}

.banner-image img
{
    border-radius: 30px;
    height: 60px;
    width: 60px;
}

.banner-image img.laurier-image
{
    border-radius: 0;
    height: 60px;
    width: 150px;
}

.banner-image-right
{
    float: right;
    margin: -8px 5px;
    width: auto;
}

.banner-text
{
    float: left;
    margin: 0;
    margin-left: 75px;
    padding: 0;
}

.banner-text.without-image
{
    margin-left: 5px;
}

.banner-text *
{
    margin: 0;
    padding: 0;
}

.banner-text .name
{
    font-size: 1.5em;
}

.banner-text .position
{
    color: #888;
}

.banner-actions
{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 32px;
}

.banner-item
{
    float: left;
    margin: 0 5px;
    padding: 0;
}

.banner-description
{
    color: #888;
}

@media screen and (max-width: 480px) {

    .banner-text
    {
        float: none;
    }
    
    .banner-actions
    {
        clear: both !important;
        margin: 0 !important;
        margin-left: 70px !important;
        padding: 0 !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
    }
    
}

.page-errors
{
    background: #C33;
    color: white;
    left: 0;
    min-height: 80px;
    padding: 20px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.footer
{
    padding: 10px 0;
}

#main
{
    background: #F1F2F2;
}

#content
{
    bottom: 0;
    left: 0;
    /*position: absolute;*/
    right: 0;
    top: 0;
}

.content-inset
{
    margin: 0;
    padding: 0.75em 30px;
}

@media screen and (max-width: 768px) {

    .content-inset
    {
        padding: 0.75em 15px;
    }

}

@media screen and (max-width: 576px) {

    .with-toolbar
    {
        position: relative !important;
        top: auto !important;
    }

}

@media screen and (max-width: 480px) {

    #content
    {
        bottom: 0 !important;
        left: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

    .content-inset
    {
        padding: 0.75em 15px;
    }

}

#navigation
{
    background: #3F403D;
}

#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation a
{
    color: #BBB;
    display: block;
    margin: 0;
    padding: 10px 10px;
    padding-left: 50px;
    text-decoration: none;
    text-shadow: black 0 1px 0;
}

#navigation a:hover
{
    background: #333;
    color: white;
}

#navigation a.active
{
    background: #592;
    color: white;
}

#navigation a .icon
{
    margin: 0;
    margin-left: -30px;
    margin-right: 5px;
    padding: 0;
    width: 25px;
}

/** navigation group */

#navigation .navigation-group
{
    border-bottom: 1px solid #555;
    margin: 0;
    padding: 1.5em 0;
    position: relative;
}

#navigation .navigation-header
{
    color: #888;
    padding: 10px 20px;
    position: relative;
}

#navigation .navigation-header a
{
    color: #888;
    margin: -10px -20px;
    padding: 10px 20px;
}

#navigation .navigation-header a:hover
{
    color: white;
}

#navigation .navigation-title
{
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    padding-right: 40px;
    text-shadow: black 0 1px 0;
}

#navigation .navigation-action
{
    position: absolute;
    right: 15px;
    top: 10px;
}

#navigation .navigation-action .icon
{
    margin: 0;
    padding: 0;
}

#titlebar
{
    background: white;
    border-bottom: 1px solid #333;
    color: #666;
    height: 80px;
    left: 0;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 500;
}

#titlebar:before,
#titlebar:after
{
    clear: both;
    content: " ";
    display: block;
}

#titlebar .titlebar-left
{
    float: left;
}

#titlebar .titlebar-title
{
    float: left;
    margin: 0;
    padding: 0 10px;
    text-align: left;
}

#titlebar .titlebar-right
{
    float: right;
    margin: 0 -5px;
    padding: 0;
}

#titlebar .titlebar-item
{
    float: left;
}

#titlebar a
{
    border-radius: 2px;
    color: #999;
    margin: -15px 0;
    padding: 15px 20px;
}

#titlebar a:hover
{
    background: #BBB;
    color: white;
}

#titlebar a.highlighted
{
    color: #F15922;
}

@media screen and (max-width: 480px) {
    
    #titlebar
    {
        padding: 30px 10px;
    }
    
    #titlebar .titlebar-title
    {
        padding: 0;
    }
    
    #titlebar .titlebar-right
    {
        margin: 0;
    }
    
    #titlebar a
    {
        margin: -15px 0;
        padding: 15px 10px;
    }
    
}

@media screen and (min-width: 480px) {
    
    #titlebar a.toggle-nav
    {
        display: none;
    }
    
}

.toolbar {
    background: white;
    border-bottom: 1px solid #CCC;
    height: 61px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 300;

}

.toolbar:before,
.toolbar:after {
    clear: both;
    content: " ";
    display: block;
}

.toolbar.toolbar-front {
    z-index: 500;
}

.toolbar .toolbar-left {
    float: left;
    margin: 0 -5px;
    display: inline-flex;
}

.toolbar-left .toolbar-item-search {
    width: 130px;
}

.toolbar-left .toolbar-item-l {
    width: 130px;
}

.toolbar-left .toolbar-item-larger-l {
    width: 170px;
}

/*.toolbar-left .toolbar-item-xl {
    min-width: 250px;
}*/

.toolbar-left .toolbar-item-s {
    /*float: left;*/
    margin: 0 5px;
    margin-top: 10px;
    padding: 0;
    display: inline-block;
}

.toolbar-left input[name^="search"] {
    width: 100%;
    font-family: inherit;
}

.toolbar-left a.back-arrow {
    background-image: url("../images/back-arrow.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.toolbar-left a.previous-left-arrow {
    background-image: url("../images/left-arrow.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

.toolbar-left a.next-right-arrow {
    background-image: url("../images/right-arrow.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

.toolbar-above-table {
    margin-bottom: 40px;
    padding: 5px 15px;
}

.toolbar-above-table .content-right {
    float: right;
}

.toolbar .toolbar-left-long {
    width: 90%;
    display: inline-block;
}

.toolbar .toolbar-left-long-search {
    width: 90%;
    display: inline-block;
    margin-top: -5px;
}

.toolbar .toolbar-right {
    float: right;
    margin: 0 -5px;
    display: inline-flex;
}

.toolbar .toolbar-item {
    margin: 0 1px;
    padding: 0;
    display: inline-block;
}

.toolbar .items .toolbar-item {
    margin: 0 1px;
    padding: 0;
    display: inline-block;
}

.toolbar .items .toolbar-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;
    display: inline-block;
}

.toolbar .toolbar-item.d-flex {
    display: flex;
}

.toolbar .toolbar-item.align-items-center {
    align-items: center;
}

.toolbar .toolbar-item input {
    height: 38px;
    font-family: inherit;
}

.toolbar .toolbar-item-m {
    width: 100px;
}

.toolbar .toolbar-item-ml {
    width: 150px;
}

.toolbar .toolbar-item-l {
    /*width: 150px;*/
}

.toolbar .toolbar-item-bigger-l {
    width: 200px;
}

.toolbar .toolbar-item-l input,
.toolbar .toolbar-item-l select {
    padding: 5px 0px;
    font-family: inherit;
}

.toolbar .toolbar-item-xl {
    width: 300px;
}

.toolbar .toolbar-item-xxl {
    width: 350px;
}

.toolbar button,
.toolbar .button {
    float: left !important;
    margin: 0;
    padding: 5px 10px;
}

.toolbar .delete {
    background: red;
}

.toolbar .chosen-container {
    margin: 0;
    padding: 0;
}

.toolbar form {
    margin: 0;
    padding: 0;
}

/*@media screen and (max-width: 1920px) {

    .volunteer-list.toolbar {
        background: white;
        border-bottom: 1px solid #CCC;
        height: 108px;
        left: 0;
        padding: 20px 20px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 300;
    }

    .toolbar.with-banner.volunteer-list {
        top: 85px;
    }

    .toolbar.volunteer-list .toolbar-item {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .toolbar.volunteer-list .toolbar-left {
        width: 90%;
    }

    .toolbar.volunteer-list .toolbar-item-xl {
        margin-left: 226px;
    }

}*/

@media screen and (max-width: 1920px) {

    .toolbar.volunteer-list {
        background: white;
        border-bottom: 1px solid #CCC;
        height: 108px;
        left: 0;
        padding: 20px 20px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 300;
    }



    .toolbar .toolbar-item {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .toolbar.volunteer-list .toolbar-item-xl {
        margin-left: 0px;
    }

}

@media screen and (max-width: 768px) {
    .toolbar {
        bottom: auto;
        height: auto;
        left: auto;
        padding: 10px 15px;
        position: static;
        right: auto;
        top: auto;
    }

    .toolbar.with-banner {
        position: absolute;
        height: 180px;
    }

    .toolbar .toolbar-left,
    .toolbar .toolbar-right {
        float: left;
        margin: 0 -5px;
        padding: 0;
        width: 100%;
    }

    .toolbar .toolbar-item-l {
        width: auto;
    }

    .toolbar .toolbar-item input,
    .toolbar .toolbar-item select,
    .toolbar .toolbar-item button {
        padding: 5px 8px;
    }


}

@media screen and (max-width: 678px) {

    .toolbar {
        position: static;
    }

    .toolbar.with-banner {
        height: 220px;
    }
}

@media screen and (max-width: 576px) {

    .toolbar.with-banner {
        height: 220px;
    }
}

@media screen and (max-width: 480px) {

    .toolbar {
        bottom: auto;
        height: auto;
        left: auto;
        padding: 10px 15px;
        position: static;
        right: auto;
        top: auto;
    }

    .toolbar.with-banner {
        position: relative !important;
        top: auto !important;
    }

    .toolbar .toolbar-left,
    .toolbar .toolbar-right {
        float: left;
        margin: 0 -5px;
        padding: 0;
        width: 100%;
    }

    .toolbar .toolbar-item-l {
        width: auto;
    }

    .toolbar .toolbar-item {
        margin: 10px 5px;
    }

    .toolbar .toolbar-item input,
    .toolbar .toolbar-item select,
    .toolbar .toolbar-item button {
        padding: 5px 8px;
    }

}

.dashboard.toolbar.toolbar-front {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dashboard.toolbar.toolbar-front:before,
.dashboard.toolbar.toolbar-front:after {
    content: none;
}

.dashboard.toolbar.toolbar-front > .toolbar-left,
.dashboard.toolbar.toolbar-front > .toolbar-right {
    float: none;
    flex-wrap: wrap;
}

.dashboard.toolbar.toolbar-front .chosen-container {
    padding: 5px 2px;
}

@media screen and (max-width: 1390px) {
    .dashboard.toolbar.toolbar-front {
        height: 110px;
    }

    .dashboard.toolbar.toolbar-front .toolbar-item {
        margin-top: 2px;
    }

    #content.dashboard {
        top: 110px !important;
    }
}

@media screen and (max-width: 1274px) {
    .dashboard.toolbar.toolbar-front {
        height: 155px;
    }

    #content.dashboard {
        top: 155px !important;
    }
}

@media screen and (max-width: 1200px) {
    .dashboard.toolbar.toolbar-front .chosen-container {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    #content.dashboard {
        top: 0 !important;
    }
}

@media screen and (max-width: 639px) {
    .dashboard.toolbar.toolbar-front {
        height: 195px;
    }
}

/** Contact Editing **/
#list_client_contacts i {
    cursor: pointer;
}

#list_client_contacts .table {
    border: none;
}

#list_client_contacts .table-row {
}

#list_client_contacts .table-row > .col {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

#list_client_contacts .close {
    display: none;
}

#list_client_contacts .opened .close {
    display: inline-block;
}

#list_client_contacts .opened .open {
    display: none;
}

#list_client_contacts .contact-form {
    display: none;
    padding-top: 20px;
}

#list_client_contacts .opened .contact-form {
    display: block;
}

#list_client_contacts .contact {
    margin: 30px auto;
}

#list_client_contacts .remove {
    display: none;
}

.contact .field,
#list_client_contacts .field {
    display: flex;
}

.contact .field .field-label,
#list_client_contacts .field .field-label {
    float: left;
    margin: 0;
    margin-right: 0;
    padding: 0;
    padding-right: 10px;
    text-align: left;
}

.contact-form .field .field-label,
#list_client_contacts .field .field-label {
    padding-top: 10px;
}

.contact .field .field-input,
#list_client_contacts .field .field-input {
    float: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
}

.contact .col {
    padding: 10px 20px;
}

.contact-form .col {
    margin-bottom: -10px;
    margin-top: -10px;
}

/*** Expectations ***/
.expectation-row {
    display: flex;
    justify-content: space-between;
}

.client-toolbar {
    height: 30px;
}

.inner-addon > .button-custom-clear {
    position: absolute;
    padding: 0 10px 0 0;
    vertical-align: middle;
    right: 0;
    bottom: initial;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: initial !important;
    border: none;
    height: initial;
}
@media print {
    
    html,
    body,
    #page
    {
        height: auto !important;
        width: auto !important;
    }
    
    #navigation,
    #titlebar,
    .toolbar
    {
        display: none !important;
    }
    
    #main,
    #banner,
    .fixed
    {
        bottom: 0 !important;
        left: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        position: static !important;
        right: 0 !important;
        top: 0 !important;
        height: auto !important;
        width: auto !important;
    }
    
    #report-canvas
    {
        margin: 0;
        padding: 0;
        bottom: auto !important;
        left: auto !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    html, body, #page {
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    #report-output
    {
        position: relative !important;
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

}

#student_options
{
    transform: rotate(-90deg);
    padding: 18px;
    margin-left: 25px;
    opacity: 0.4;
}
#student_options:hover
{
    cursor: pointer;
}
