/* label color */

.input-field label {
    color: #000;
}

/* label focus color */

.input-field input[type=text]:focus + label {
    color: #000;
}

/* label underline focus color */

.input-field input[type=text]:focus {
    border-bottom: 1px solid #ffc000;
    box-shadow: 0 1px 0 0 #ffc000;
}

/* valid color */

.input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

/* invalid color */

.input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

/* icon prefix focus color */

.input-field .prefix.active {
    color: #000;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.message_ok {
    background-color: #00c000;
    padding: 10px;
    color: #fff;
}

.emailstatusicon {
    display: none;
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.pinned {
    position: fixed !important;
    z-index: 10000000;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    margin: 0 !important;
    padding: 20px 0px;
    box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.5);
}

.padded {
    box-sizing: content-box;
    padding: 8px;
}

.separated {
    margin-bottom: 8px;
}

.separated-large {
    margin-bottom: 32px;
}

.separated.top {
    margin-bottom: 0;
    margin-top: 8px;
}

.parent-floating-panel {
    position: relative;
}

.floating-panel {
    padding: 4px 16px;
    top: 0;
    right: 0;
    position: absolute;
    display: none;
    z-index: 10000;
}

.floating-panel-trigger:hover + .floating-panel,
.floating-panel:hover {
    display: block;
}

.plain-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.plain-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plain-list li .right {
    margin-left: 8px;
}

.fill-parent {
    width: 100%;
}

.orgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
}

.orgbox button, .orgbox span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    padding: 0;
    white-space: nowrap;
}

.orgbox-row {
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*::-webkit-scrollbar {*/
/*width: 0px;  !* remove scrollbar space *!*/
/*background: rgba(0,0,0,0.1);  !* optional: just make scrollbar invisible *!*/
/*border-radius: 100px;*/
/*height: 5px;*/
/*}*/
/*!* optional: show position indicator in red *!*/
/*::-webkit-scrollbar-thumb {*/
/*background: rgba(0,0,0,0.2);*/
/*border-radius: 100px;*/
/*}*/

.getLocationBtn {
    cursor: pointer;
}

.getLocationBtn:hover {
    color: #ffc000;
}

.fullScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.preventClicks {
    pointer-events: all;
}

.translucent {
    background: rgba(225, 225, 225, 0.6);
}

#map {
    width: 90%;
    height: 90%;
}

.fullScreen .actions {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.circled-icon {
    border-radius: 100%;
    background: grey;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin: auto;
}

.clickable {
    cursor: pointer;
}

.small-icon {
    font-size: 24px !important;
}

.side-nav {
    opacity: 0;
}

/* A fixed bar that sits at the top of the screen. Useful for holding temporary actions, such as after a selection has been made. */
.bar {
    /*height: 64px;*/
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.action {
    cursor: pointer;
}

.divider-right {
    border-right: 1px solid #DFDFDF;
}

.orgbox-row {
    overflow-x: hidden;
}

.orgbox-row:hover {
    overflow-x: scroll;
}

.grid-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.grid-list > a {
    overflow: visible;
}
.grid-list_item {
    height: 180px;
    width: 150px;
    margin: 4px;
    display: flex;
    flex-direction: column;
    background: #2196F3;
    color: #fff;
    cursor: pointer;
}

.grid-list_item:hover {
    box-shadow: rgba(0, 0, 0, 0.14) 0 4px 5px 0,
    rgba(0, 0, 0, 0.12) 0 1px 10px 0,
    rgba(0, 0, 0, 0.2) 0 2px 4px -1px;
}

.grid-list_item_icon {
    align-self: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-list_item_icon > i {
    font-size: 48px;
}

.grid-list_item_footer {
    padding: 16px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2);
    align-self: stretch;
}



.event-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0, rgba(0, 0, 0, 0.2) 0 2px 4px -1px;
}
.event-list_item {
    display: flex;
    background: #fff;
    padding: 16px;
    align-items: center;
    cursor: pointer;
}
.event-list_divider {
    height: 1px;
    background: #eee;
}
.event-list_item_icon {
    background: #777;
    border-radius: 100%;
    color: #fff;
    height: 32px;
    width: 32px;
    text-align: center;
    margin-right: 16px;
}
.event-list_item_icon > i {
    font-size: 18px;
    line-height: 32px;
}
.event-list_item_body {
    flex-grow: 1;
}
.event-list_item_body_title {
    font-size: 16px;
}
.event-list_item_body_date {
    font-size: 12px;
}
.event-list_item_actions {
}
.event-list_item_actions > a {
    margin-left: 8px;
}
.event-list_item_actions > a > i {
    line-height: 32px;
}

.participant-dossier {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.participant-dossier_id {
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 14px;
    background: #ffc000;
    border-radius: 100%;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0, rgba(0, 0, 0, 0.2) 0 2px 4px -1px;
    z-index: 100;
}
.participant-dossier_card {
    display: flex;
    margin-top: -31px;
    width: 100%;
    padding: 56px 16px 56px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0, rgba(0, 0, 0, 0.2) 0 2px 4px -1px;
    cursor: pointer;
    z-index: 99;
    flex-wrap: wrap;
}
.participant-dossier_card:hover {
    background: #eee;
}

.participant-dossier_progress {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.participant-dossier_card_left {
    flex-basis: 50%;
}
.participant-dossier_card_left_name {
    font-size: 24px;
    line-height: 48px;
}
.participant-dossier_card_left_email,
.participant-dossier_card_left_phone,
.participant-dossier_card_left_dob {
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
}
.participant-dossier_card_right {
    font-weight: 100;
    flex-basis: 50%;
    text-align: right;
}
.participant-dossier_subcard {
    width: 98.5%;
    padding: 16px;
    padding-top: 32px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 1px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 3px 0, rgba(0, 0, 0, 0.2) 0 2px 4px -1px;
    cursor: pointer;
}
.participant-dossier_subcard.clickable:hover {
    background: #eee;
}
.participant-dossier_subcard > .title {
    font-size: 20px;
    margin-bottom: 24px;
}
.participant-dossier_enrolment {
    z-index: 98;
}
.participant-dossier_enrolment_activities {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.participant-dossier_enrolment_activities_activity {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.participant-dossier_enrolment_activities_activity {
    display: flex;
    flex-direction: column;
    margin: 0 16px 0 16px;
}
.participant-dossier_enrolment_activities_activity > div:first-child {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #777;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}
.participant-dossier_enrolment_activities_activity > div:first-child > i {
    line-height: 48px;
}
.participant-dossier_emails {
    z-index: 97;
}
.participant-dossier_emails_list {
}
.participant-dossier_emails_list_email {
    display: flex;
    align-items: center;
    padding: 16px;
}
.participant-dossier_emails_list_email:hover {
    background: #eee;
}
.participant-dossier_emails_list_email_icon {
    margin-right: 16px;
}
.participant-dossier_emails_list_email_body {
    flex-grow: 1;
}

.participant-dossier_tasks {
    cursor: auto;
    z-index: 95;
}
.participant-dossier_tasks_list > .img-container {
    width: 100%;
}
.participant-dossier_tasks_list_task, .participant-dossier_tasks_list_note {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.participant-dossier_tasks_list_note {
    flex-grow: 1;
    margin-left: 40px;
}
.participant-dossier_tasks_list_note > div:nth-child(1) {
    flex-grow: 1;
}
.participant-dossier_tasks_list_task > div:nth-child(1) {
    margin-right: 16px;
    cursor: pointer;
}
.participant-dossier_tasks_list_task > div:nth-child(2) {
    flex-grow: 1;
}
.participant-dossier_tasks_list_task_date {
    font-size: 14px;
    margin-bottom: 8px;
}
.participant-dossier_tasks_list_task_task {
    font-weight: 300;
}
.participant-dossier_tasks_list_task_meta {
    font-size: 12px;
    margin-top: 8px;
    text-align: right;
}
.participant-dossier_tags {
    z-index: 90;
}
.participant-dossier_tags_container {
    display: flex;
}
.participant-dossier_tags_qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 1;
}
.participant-dossier_tags_qr > div {
    font-family: monospace;
    font-size: 12px;
    margin-top: -24px;
}
.participant-dossier_tags_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.participant-dossier_tags_details > div:first-child {
    font-size: 18px;
}

.header.parallax-container {
    height: 300px;
}

.heading {
    margin-top: 50px;
    margin-bottom: 50px;
}
.heading > .title {
    color: #fff;
    line-height: 32px;
}
.heading > .subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.drop-target {
    margin: 16px;
}

.drop-target .fs-upload-target {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 48px !important;
    font-weight: lighter;
}

.device-card-title-container {
    display: flex;
    align-items: center;
}
.device-card-title-container h5 {
    margin-left: 8px;
    margin-right: 8px;
    display: inline;
}
.device-card-action-container {
    display:flex;
}
.device-card-action-container-centered {
    display:flex;
    justify-content: center;
}
.device-card-action-container_action {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(100%/2);
    display: flex;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
}
.device-card-action-container_half {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
}
.device-card-action-container_data {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
}


.device-card-loading-anim {
    animation-name: device-card-action-performing;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes device-card-action-performing {
    0% {
        margin-top: 0;
        margin-bottom: 0;
    }

    60% {
        margin-top: -5px;
        margin-bottom: 5px;
    }

    100% {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.device-indicator {
    border-radius: 99%;
    color: #fff;
    box-sizing: content-box;
    padding: 2px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
}

.device-green-active-pause {
    border: 2px #4CAF50 solid;
    background: #fff;
    color: #4CAF50;
}

