﻿
/* --------------------------------------
  Version 2 UI
----------------------------------------*/

.radio-horizontal {
    display: block;
    float: left;
}

.row.objective-card-title {
    margin: 0 auto .5em 0;
}

.row.card-title {
    margin: 0 auto .5em 0;
}

    .row.card-title h2 {
        margin-bottom: .3em;
        font-weight: 400;
    }

h2.card-title.small {
    line-height: 2rem;
}


.profile-hierarchy-list li:hover img {
    border: 2px solid #11b5cc;
    opacity: .8;
}

.canvas-done-messagw-wrapper {
    position: absolute;
}

.canvas-done-message {
    position: relative;
    top: -100px;
}

.rangecounter {
    text-align: center;
    font-size: 1.5em;
}

.card-summary-spacer45 {
    padding: .45em;
}

.card-summary-spacer85 {
    padding: .85em;
}

/* ****************************************************
    Card Overrides
    ***************************************************/
.card-report .card__heading {
    background-color: #13245C;
}

.card-report .card__glance-detail {
    color: #13245C;
}

.card-expanded .card-tabbed_link-list-item, .card-color .card-tabbed_link-list-item {
    border-bottom: none;
}

.card-expanded.card-good .card-person-info, .card-color.card-good .card-person-info {
    background-color: #47b14b;
    color: #ffffff;
}

    .card-color.card-good .card-person-info input {
        color: #000000;
    }

.card-expanded.card-bad .card-person-info, .card-color.card-bad .card-person-info {
    border-bottom: none;
    background-color: #f64431;
    color: #ffffff;
}

.card-expanded.card-alert .card-person-info, .card-color.card-alert .card-person-info {
    border-bottom: none;
    background-color: #edb500;
    color: #ffffff;
}

.card-expanded.card-plain .card-person-info, .card-color.card-plain .card-person-info {
    background-color: #6271A4;
    color: #ffffff;
}

.card.card-task label {
    max-width: 60%;
}

.card-info-header-title {
    display: inline-block;
    max-width: 78%;
}

.card-expanded {
    z-index: 1;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

    .card-expanded.card-neutral .text-neutral, .card-color.card-neutral .text-neutral {
        color: #ffffff;
    }

.card-neutral.card-no-pad {
    margin-bottom: 0;
}

.card-row.split-gray {
    border-top: #dddddd 1px solid;
    background-color: #f3f3f3;
}

.card-row.background-card {
    border-top: #dddddd 1px solid;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
}

    .card-row.background-card .card__info-block {
        display: block;
        line-height: 1;
        color: #ffffff;
        margin-bottom: 0.625rem;
    }

.toggle-area .card-row {
    padding: 20px 0;
}

.card-row-quarter-pad-top {
    padding-top: 0.234375rem;
}

@media (min-width: 640px) {
    .card-row-quarter-pad-top {
        padding-top: 0.3125rem;
    }
}

@media (min-width: 1060px) {
    .card-row-quarter-pad-top {
        padding-top: 0.3125rem;
    }
}

@media (min-width: 1230px) {
    .card-row-quarter-pad-top {
        padding-top: 0.3125rem;
    }
}

.card-row-quarter-pad-bottom {
    padding-bottom: 0.234375rem;
}

@media (min-width: 640px) {
    .card-row-quarter-pad-bottom {
        padding-bottom: 0.3125rem;
    }
}

@media (min-width: 1060px) {
    .card-row-quarter-pad-bottom {
        padding-bottom: 0.3125rem;
    }
}

@media (min-width: 1230px) {
    .card-row-quarter-pad-bottom {
        padding-bottom: 0.3125rem;
    }
}

.card-approval .status-block .expand-close {
    color: #11b5cc;
}

.card-scroll-wrap {
    max-height: 50vh;
    overflow: auto;
    overflow-y: scroll;
}

.card-row-goal:hover {
    background-color: #DBF4F8;
}

.center-item {
    display: table-cell;
    vertical-align: middle;
}

    .center-item.is-private label {
        font-size: 0.875rem;
        line-height: 1.1rem;
        margin: 0;
    }


.bottom-item {
    display: table-cell;
    vertical-align: bottom;
}

.center-card {
    display: table;
    width: 100%;
}

    .center-card .center-item {
        display: table-cell;
        vertical-align: middle;
    }

    .center-card .pie-chart-container, .center-card .status-container {
        display: table-cell;
        vertical-align: middle;
        width: 8%;
        padding-right: 20px;
    }

    .center-card .percent-container {
        display: table-cell;
        vertical-align: middle;
        width: 9%;
        min-width: 70px;
        text-align: right;
    }

    .center-card .info__block {
        display: table-cell;
        vertical-align: middle;
        width: 73%;
    }

    .center-card .card-row-goal-header .info__block {
        width: 88%;
    }


    .center-card .info__block .info__card-title {
        margin: 0;
    }

    .center-card .status-block {
        display: table-cell;
        vertical-align: middle;
        width: 8%;
        float: none;
    }

    .center-card .card-row-goal-header .status-block {
        width: 9%;
    }

    .center-card .status-block span {
        display: initial;
    }

@media (min-width: 640px) {
    .center-card .info__block {
        width: 62%;
    }

    .center-card .status-block {
        width: 27%;
    }
}

@media (min-width: 1230px) {
    .center-card .info__block {
        width: 74%;
    }
}

.voc-title-bar span.bottom-item {
    height: 20px;
}

.voc-title-bar span.center-item {
    height: 40px;
}

.center-card .voc-title {
    font-size: 1.3rem;
    font-weight: 300;
}

.card-objective-summary .info__header-percent {
    padding-right: 2rem;
    margin-top: 0px;
    text-align: right;
}

.status-block .info__card-percent {
    width: 57px;
    text-align: right;
}

.notification-save {
    
    padding: 4px 12px 4px 12px;
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 4px;
    position: absolute;
    font-weight:300;
}

    .notification-save.Green {
        background-color: #47b14b;
    }

    .notification-save.Yellow {
        background-color: #FF9E30;
    }

    .notification-save.Red {
        background-color: #D73D3D;
    }

    .notification-wrapper {
        max-height: 800px;
        overflow-y: scroll;
    }

.notification-brief {
    width: 95%;
}

    .notification-brief strong {
        font-weight: 500;
        color: #3C3C3C;
    }

.notification-detail {
    color: #e2a100;
}

.task-wrap .task-edit svg {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 16px;
    width: 16px;
}

    .task-wrap .task-edit svg g g {
        fill: #11b5cc;
    }

.upload-wrap span {
    margin-right: 6px;
}

#filter-form input[type=checkbox] + label {
    padding-top: 0;
    min-width: 115px;
}

div.datepicker-group {
    width: 100%;
}

div.date-filter {
    width: 50%;
    display: inline-block;
    padding-left: .5em;
}



.accordion-card .card {
    margin-bottom: 0;
}

.accordion-text {
    cursor: pointer;
    color: #11b5cc;
}

.delete-item-small {
    padding: 0 0rem 0 0;
    position: relative;
    float: left;
    z-index: 1;
    top: 10px;
}

.delete-item-small.child {
    right: 60px;
}

.delete-item-small:hover {
    cursor: pointer;
}

.delete-item-small:hover svg path {
    fill: #11b5cc;
}

.delete-item-small svg {
    width: 10px;
    height: 10px;
}


.delete-item-small svg path {
    fill: #999;
}

/***************************************
    Activity Feed
 ************************************** */
.activity-context {
    padding-left: 1.25rem;
    padding-top: 1.25rem;
    width: 62px;
    margin-right: auto;
    vertical-align: top;
    position: relative;
}

@media (min-width: 640px) {
    .activity-context {
        width: 72px;
    }
}

.activity-context > span {
    display: block;
    position: relative;
}

.activity-context img {
    display: block;
}

.activity-content {
    position: relative;
    background-color: transparent;
    -webkit-transition: background-color 240ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color 240ms cubic-bezier(0.77, 0, 0.175, 1);
    padding: 15px 20px;
    vertical-align: top;
}

.activity-brief strong {
    font-weight: 500;
    color: #3C3C3C;
}

.activity-detail {
    font-size: 13px;
    color: #B0B0B0;
}

.activity-link {
    position: absolute;
    right: 20px;
    top: 14px;
}

.activity-link img {
    width: 7px;
    height: 12px;
}

.activity.new .activity-content {
    background-color: rgba(248, 231, 28, 0.1);
}

.objective-guide {
    display: block;
}


span.filter-icon, span.objective-guide-icon {
    margin-right: 4px;
    cursor: pointer;
}

span.filter-icon svg, span.objective-guide-icon svg {
    padding-top: 2px;
}

span.filter-icon svg g, span.objective-guide-icon svg path {
    fill: #11b5cc;
}

span.leader-icon {
    position: absolute;
}

span.leader-icon svg {
    width: 15px;
    position: relative;
    left: -5px;
}

span.shield-icon {
    position: relative;
}


span.shield-icon svg {
    width: 15px;
    position: relative;
    height: auto;
}

span.leader-icon svg path, span.leader-icon svg g, span.shield-icon svg path, span.shield-icon svg g {
    fill: #e2a100;
}

/**************************************************

    Executive Summary Lists

    **********************************************/

.header__description {
    display: inline-block;
    max-width: 50%;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
}

.info__list-rank {
    line-height: 1;
    font-size: 1.5rem;
    width: 3rem;
}

.info_item-width34 {
    max-width: 34%;
}

.info__list-strong {
    font-size: 2rem;
}

.info__list-item {
    width: 18%;
}

.info__list-item-smaller {
    width: 12%;
}

.info__list-primary {
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
}

.info__list-secondary {
    color: #b0b0b0;
    line-height: 1.2rem;
    font-size: .865rem;
    display: inline-block;
}


.info__list-change {
    font-size: .8rem;
    line-height: 1rem;
    display: inline-block;
    margin-left: .5rem;
}

/* *****************************
    File upload

    *****************************/

.progress {
    width: 100%;
    height: 16px;
}

.progress-wrap {
    background: #ddd;
    overflow: hidden;
    position: relative;
}

    .progress-wrap .progress-bar {
        background: #0fa0b4;
        background-image: url('../../images/file-upload-progress.gif');
        background-repeat: repeat;
        position: absolute;
        width: 0;
    }

#progress .progress-bar.progress-error {
    background: #f64431;
}
/* *****************************
    Picture Upload


    *****************************/
.file-drop-area, #dropZone {
    width: 100%;
    height: 4em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.image-view {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    
    border: #999 1px dashed;
}

.person-picture {
    width: 200px;
    height: 200px;
    border-radius: 12rem;
}

    .person-picture img {
        width: 200px;
        height: 200px;
        max-width: none !important;
    }

.jcrop-holder img {
    max-width: none !important;
}


#dropZone.empty {
    border: 3px dashed #b0b0b0;
}

.drop-zone-container .upload-icon {
    color: #808080;
}

    .drop-zone-container .upload-icon path {
        fill: #808080;
    }

.upload-text {
    font-size: 1.9rem;
    color: #808080;
}

.image-view.empty, .file-drop-area.empty {
    border: 1px dashed #b0b0b0;
}

#dropZone {
    background: #FFFFFF;
    height: 200px;
}

    #dropZone .drop-zone-container {
        margin-top: 20px;
    }

.image-view img {
    background-image: url('../../images/ImageBG.png?v=1');
    background-repeat: repeat;
}

.image-upload-view.filled {
    text-align: center;
    background-image: url('../../images/ImageBG.png?v=1');
    background-repeat: repeat;
}



.image-upload-modal {
    text-align: center;
    margin: .5rem auto 1rem auto;
    cursor: pointer;
}

    .image-upload-modal span {
        color: #11b5cc;
    }

        .image-upload-modal span.upload-icon {
            margin-right: .5rem;
        }

        .image-upload-modal span path {
            fill: #11b5cc;
        }

/* ***************************************
    Upload Button Styles

****************************************** */

li.file-upload-item {
    position: relative;
}

a.dropdown-file-upload .custom-file-input, .add-new-text .custom-file-input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    a.dropdown-file-upload .custom-file-input::before, .add-new-text .custom-file-input::before {
        opacity: 0;
        min-width: 1px;
        width: 1px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
    }

.modal-dropzone.dropzone {
    min-height: 40px;
    max-height: 40px;
    margin-top: 10px;
}

.modal-dropzone.dropzone .dz-message {
    margin: -2px 0 0 0;
}

.upload-button {
    height: 46px;
    width: 14rem;
    background-color: #11b5cc;
    cursor:pointer;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: background-color 240ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color 240ms cubic-bezier(0.77, 0, 0.175, 1);
}

.row-modal .upload-button {
    width: 10rem;
    display: inline-block;
}

.upload-button.default-button {
    width: 10rem;
}

.upload-button:hover {
    background-color: #0d8b9d;
    color: #576A82
}

.upload-button > span {
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 8px;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    cursor:pointer;
}


div.picture-upload-button {
    position: relative;
    display: inline-block;
}

div.upload-button input.custom-file-input {
    background-color: inherit;
    height: 56px;
    width: 14rem;
    max-width: 14rem;
    opacity: 0;
    position: absolute;
    right: 10px;
    cursor:pointer;
}

.row-modal div.upload-button input.custom-file-input {
    height:46px;
    width: 10rem;
    right: 0px;
}

div.upload-button.center input.custom-file-input {
    right: 288px;
}

div.picture-upload-button input.custom-file-input {
    right: 0px;
}

.custom-file-input.hidden {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
}

.contact-menu {
    position: absolute;
    top: 13px;
    right: 10px;
}

ul.contact-menu li.dropit-trigger a.vertical-menu-icon {
    padding-right: 0;
}

div.upload-button.center {
    width: 256px;
}

.custom-file-input.gray {
    background-color: #EEEEF0;
}

/*************************
    Bread Crumb
**************************/

.bc-box {
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #b0b0b0;
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 14px;
    max-width: 20%;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.24);
}

.bc-box-text {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.bc-box.active {
    color: #11b5cc;
    cursor: pointer;
}

.bc-box.top svg {
    width: 15px;
    height: 14px;
}

.bc-box.top.active svg path {
    fill: #11b5cc;
}

.bc-box:not(:first-of-type) {
    padding: 11px 15px 13px 40px;
    width: 18%;
    top: 1px;
}

    .bc-box:not(:first-of-type):hover {
        width: auto;
        max-width: 100%;
    }

.bc-box:after, .bc-box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 20;
}

.bc-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fafafa;
    border-width: 24px;
    margin-top: -24px;
}

.bc-box:before {
    border-color: rgba(221, 221, 221, 0);
    border-left-color: #b0b0b0;
    border-width: 25px;
    margin-top: -25px;
}

/*************************
    Coachmarks
*************************/

.coachmark-dialog {
    margin: 1.4rem 1rem 2rem 1rem;
}

.coachmark-dialog-text {
    font-size: 1.8rem;
}

.coachmark-dialog-title {
    font-size: 2rem !important;
}

.introjs-container {
    display: none;
}

.introjs-tooltiptext {
    margin-bottom: .725rem;
}

.introjs-tooltip h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #323F4F;
}

.introjs-tooltip span {
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 1.25rem;
    color: #666;
}

.introjs-tooltip p {
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.3em;
    color: #666;
    margin-bottom: 10px;
}



.introjs-nextbutton {
    background: #11B5CC;
}

.introjs-button.introjs-prevbutton {
    display: none;
}

.introjs-tooltip.intro {
    background: #fff;
    color: #fff;
    min-width: 400px;
    padding: 30px;
}

body .introjs-tooltip {
    max-width: 550px;
}

.introjs-helperNumberLayer {
    display: none;
}

.introjs-tooltip .introjs-bullets ul li a.active {
    background: #38B1CB;
}

.introjs-tooltip .introjs-button.introjs-nextbutton, .introjs-tooltip .introjs-button.introjs-skipbutton {
    background: #11B5CC;
    color: #fff;
    padding: 12px 32px;
    border: none;
    text-shadow: none;
    border-radius: 0px;
    display: inline;
    line-height: 2rem;
}

    .introjs-tooltip .introjs-button.introjs-nextbutton:hover, .introjs-tooltip .introjs-button.introjs-skipbutton:hover {
        text-shadow: none;
        box-shadow: none;
        background: #0fa0b4;
        transition: .3s ease all;
    }

.introjs-tooltipbuttons {
    margin-top: -24px;
}

.introjs-tooltip .introjs-arrow.top {
    border-bottom-color: #fff;
}

.introjs-tooltip .introjs-arrow.right-bottom {
    border-left-color: #fff;
}

textarea.email-message {
    max-height: 400px;
}




