body {
    color: #666666;
}

.background-white {
    background-color: #FFFFFF;
}

.card-space {
    padding: 5px;
    padding-left: 10px;
    font-size: 10pt !important;
}

.card-space-select {
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10pt !important;
}

/* Command Line */

.command-line-dark {
    border: solid 1px #777777;
    border-top: none 0px #f1f1f1;
    padding: 0px;
    margin: 0px;
    font-size: 8pt;
    overflow: hidden;
    background-color: #777777;
    height: 27px;
    position:relative;
}

.icon-action1 {
    font-size: 13pt;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 1px;
    left: 10px;
}

    .icon-action1:hover {
        color: #c1c3c4;
    }

    .icon-action1:active, focus {
        color: #e4e4e4;
    }

.icon-action2 {
    font-size: 13pt;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 1px;
    left: 49px;
}

    .icon-action2:hover {
        color: #c1c3c4;
    }

    .icon-action2:active, focus {
        color: #e4e4e4;
    }

.icon-action3 {
    font-size: 13pt;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 1px;
    left: 88px;
}

    .icon-action3:hover {
        color: #c1c3c4;
    }

    .icon-action3:active, focus {
        color: #e4e4e4;
    }

/* Info */

.info-container {
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 30px;
}

.info-frame {
    border: 1px dashed #6d487c;
    padding: 10px;
    text-align: left;
    line-height: 2;
}

/* Buttons */

.job-details-cta {
    height: 55px;
    width: 215px;
    font-size: 14pt;
    line-height: 15px;
    margin-bottom:10px;
}

.job-details-cta1 {
    height: 55px;
    width: 215px;
    font-size: 14pt;
    line-height: 15px;
}

.job-details-cta-subtext {
    font-size: 8pt;
    font-family: Arial;
}

.btn-secondary {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary.focus {
        background-color: #808080;
        border-color: #595959;
        color: #FFFFFF;
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #b2b2b2;
        border-color: #b2b2b2;
    }

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #595959;
        border-color: #595959;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.add-space-left-10 {
    margin-left: 10px;
}

.add-space-left-20 {
    margin-left: 20px;
}

.add-space-left-50 {
    margin-left: 50px;
}

@media screen and (max-width: 600px) {

    .add-space-left-50 {
        margin-left: 0px;
    }

    .job-details-cta1 {
        height: 55px;
        width: 215px;
        font-size: 14pt;
        line-height: 15px;
        margin-left:0px !important;
    }
}

.campaign-image {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.campaign-logo {
    width: 120px;
    height: auto;
}

/* Key Info */

.candidate-keyinfo {
    border: 1px solid #6d487c;
    padding: 20px;
    background-color: #F8F8F8;
    text-align: left;
    overflow-x:hidden;
}

.keyinfo-container {
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .candidate-keyinfo {
        border: initial;
        padding: initial;
        background-color: inherit;
        text-align:left;
    }

    .keyinfo-container {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: initial;
        padding-bottom: initial;
    }
}    

/* Cards */

.cap-6lines {
    height: 142px;
    overflow: hidden;
    color: #787878;
    padding-top: 25px;
    padding-left:10px;
}

.cap-5lines {
    height: 122px;
    overflow: hidden;
    color: #787878;
    padding-top: 7px;
}

.cap-4lines {
    height: 102px;
    overflow: hidden;
    color: #787878;
    padding-top: 7px;
}

.cap-3lines {
    height: 82px;
    overflow: hidden;
    color: #787878;
    padding-top: 7px;
}

.cap-2lines {
    height: 62px;
    overflow: hidden;
    color: #787878;
    padding-top: 7px;
}

.color-neutral {
    background-color: #FFFFFF;
    color: #444444;
    border: 1px solid #BDBDBD;
    border-left: 5px solid #9E9E9E;
    border-right: 5px solid #9E9E9E;
    border-bottom: 1px solid #BDBDBD;
    border-radius: 1px !important;
}

.fcolor-neutral {
    color: #444444 !important; /* Grey */
}

.card-icon {
    padding: 0px 10px 0px 0px; /* Top, Right, Bottom, Left */
}

/* Command Line */

.icon-action1 {
    font-size: 13pt;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 1px;
    left: 10px;
}

    .icon-action1:hover {
        color: #c1c3c4;
    }

    .icon-action1:active, focus {
        color: #e4e4e4;
    }

.icon-action2 {
    font-size: 13pt;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 1px;
    left: 49px;
}

    .icon-action2:hover {
        color: #c1c3c4;
    }

    .icon-action2:active, focus {
        color: #e4e4e4;
    }

.icon-action3 {
    font-size: 13pt;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 1px;
    left: 88px;
}

    .icon-action3:hover {
        color: #c1c3c4;
    }

    .icon-action3:active, focus {
        color: #e4e4e4;
    }

.icon-action-end {
    font-size: 13pt;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 1px;
    right: 0px;
}

    .icon-action-end:hover {
        color: #c1c3c4;
    }

    .icon-action-end:active, focus {
        color: #e4e4e4;
    }

.image-medium-absolute {
    vertical-align: middle;
    max-width: 105px;
    max-height: 80px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.image-medium-relative {
    vertical-align: middle;
    max-width: 105px;
    max-height: 80px;
    position: relative;
}

/* FAB Button */

.fab-filter {
    width: 65px;
    height: 65px;
    background-color: #808080;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    font-size: 50px;
    color: white;
    text-align: center;
    line-height: 70px;
    position: fixed;
    right: 10px;
    top: 75px;
    z-index: 150;
    display: inline-flex;
    align-items: center;
    text-align: center;
}

    .fab-filter:hover {
        background-color: #f19c75;
        cursor: pointer;
    }

    .fab-filter:active {
        background-color: #d36635;
        cursor: pointer;
    }

    .fab-filter > i {
        font-size: 32px;
        margin-left: 20px;
    }

/* FAB Content  */

.fab-filter-content {
    border-radius: 4px;
    width: 330px;
    height: 505px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    position: fixed;
    right: 20px;
    top: 75px;
    z-index: 150;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0px;
    border: 1px solid #6d487c;
}

.fab-filter-content-header {
    border-radius: 4px;
    background-color: #6d487c;
    color: #FFFFFF;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.fab-filter-content-body {
    border-radius: 4px;
    margin: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 450px;
}

.fab-filter-content-footer {
    border-radius: 4px;
    border: 1px solid #6d487c;
    height: 20px;
    background-color: #6d487c;
    color: #FFFFFF;
    text-align: center;
}
