﻿.human1-logo {
    height: 80px;
}

body {
    color: #01015b;
}

ul.noLInoMB{
    margin-bottom: 0;
}

    ul.noLInoMB > li {
        list-style: none;
    }



.card.card-pink {
    border-color: #dd1478;
}

    .card.card-pink > .card-header {
        border-color: #dd1478;
        background-color: #E75AA0;
    }

.background-soft-pink {
    background-color: #ffcce6 !important;
}

ul.ul-slim {
    padding-left: 0;
}

    ul.ul-slim > li {
        list-style: none;
    }

/* form design */
.card-form .questionDiv {
    padding: 3px 5px;
}

@media only screen and (min-width: 768px) {
    .card-form .questionDiv:nth-child(odd) {
        background-color: #f8f9fa;
    }
}

#animationHolder {
    width: 260px;
    float: left;
    margin-right: 30px;
}

#slideHolder {
    width: 260px;
    float: left;
}

#animationHolder > #defaultCanvas0 {
    width: 260px !important;
    height: 260px !important;
}

/* TableSorter */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

table.tablesorter thead tr .headerSortUp::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " \e093";
}

table.tablesorter thead tr .headerSortDown::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " \e094";
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #e9e9e9;
    border-radius: 8px 8px 0px 0px;
}

/* jquery ui adjustments */
.ui-icon-background, .ui-state-active .ui-icon-background {
    box-sizing: initial !important;
    border-color: #0C8AED !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-color: #0C8AED !important;
    background: #0bb1ee !important;
}

/* jquery ui full buttons */

.cust_rbl > label {
    width: 100% !important;
    text-align: left !important;
    padding: 0.9em 1em !important;
}

.cust_rbl > .aspNetDisabled > label {
    width: 100% !important;
    text-align: left !important;
    padding: 0.9em 1em !important;
}

.cust_cb {
    /*margin-bottom*/
}

    .cust_cb > label {
        width: 90% !important;
        text-align: left !important;
        padding: 0.9em 1em !important;
    }

.stickycard {
    width: 100%;
}

    .stickycard > .card-body {
        /*padding-left: 0;
        padding-right: 0;*/
    }

/* pulled from vwdmin */

div.commentsSection {
    border: 1px black solid;
    padding: 3px 5px;
}

    div.commentsSection p {
        border-bottom: 1px black solid;
        font-weight: bold;
        font-size: 18px;
        margin: 0;
        margin-bottom: 5px;
        padding: 5px;
    }

div.repeaterDiv {
    background-color: #F2F2F2;
    border: 1px black solid;
    margin: 8px 0;
    padding: 5px;
    border-radius: 8px;
}

    div.repeaterDiv table tr td.commentsName {
        font-weight: bold;
    }

    div.repeaterDiv table tr td.commentDate {
        text-align: right;
    }


.commentsPanel {
    background-color: White;
    border-width: 5px;
    border-style: solid;
    border-color: Black;
    padding: 20px;
    /*width: 800px;*/
}

.commentsInnerPanel {
    background-color: #FEFCA9;
    border-width: 5px;
    border-style: solid;
    border-color: Black;
    padding: 20px;
    width: 600px;
}

.commentsInnerPanelLarge {
    background-color: #FEFCA9;
    border-width: 5px;
    border-style: solid;
    border-color: Black;
    padding: 20px;
    width: 700px;
}

.form-controlNoWidth {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-controlNoWidth:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-controlNoWidth[disabled],
    .form-controlNoWidth[readonly],
    fieldset[disabled] .form-controlNoWidth {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

.nav-item-extra-padding {
    padding: 0px 5px;
}

/* collapse crf display page, pulled directly from vwdmin to save time */
.cursorPoint {
    cursor: pointer;
}

.collapse-heading {
    padding: 10px;
    margin-top: 5px;
    font-size: large;
    background-color: #f2f2f2;
}

.collapse_sign {
    width: 28px;
    height: 22px;
    display: inline-block;
}

.plus-sign {
    background: url(../images/PlusButton.png);
    width: 18px;
    height: 18px;
    display: inline-block;
}

.minus-sign {
    background: url(../images/MinusButton.png);
    width: 18px;
    height: 18px;
    display: inline-block;
}


.collapse-heading .collapse_sign:after {
    content: url(../images/MinusButton.png);
}

.collapse-heading.collapsed .collapse_sign:after {
    content: url(../images/PlusButton.png);
}

.one-point-one-rem {
    font-size: 1.1rem !important;
}

/* ------- customize buttons - pink -------- */
.btn-pink {
    color: #fff;
    background-color: #dd1478;
    border-color: #ba1165;
}

    .btn-pink:hover {
        color: #fff;
        background-color: #ae105f;
        border-color: #eb2085;
    }

    .btn-pink:focus, .btn-pink.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 17, 101, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(186, 17, 101, 0.5);
    }

    .btn-pink.disabled, .btn-pink:disabled {
        color: #fff;
        background-color: #dd1478;
        border-color: #ba1165;
    }

    .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
    .show > .btn-pink.dropdown-toggle {
        color: #fff;
        background-color: #ed3792;
        border-color: #51072c;
    }

        .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
        .show > .btn-pink.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 17, 101, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(186, 17, 101, 0.5);
        }

.btn-outline-pink {
    color: #dd1478;
    background-color: transparent;
    background-image: none;
    border-color: #dd1478;
}

    .btn-outline-pink:hover {
        color: #222222;
        background-color: #eb2085;
        border-color: #dd1478;
    }

    .btn-outline-pink:focus, .btn-outline-pink.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 20, 120, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(221, 20, 120, 0.5);
    }

    .btn-outline-pink.disabled, .btn-outline-pink:disabled {
        color: #dd1478;
        background-color: transparent;
    }

    .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
    .show > .btn-outline-pink.dropdown-toggle {
        color: #fff;
        background-color: #eb2085;
        border-color: #dd1478;
    }

        .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-pink.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 20, 120, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(221, 20, 120, 0.5);
        }
/*# sourceMappingURL=PinkButton.css.map */