﻿.carisma-logo {
    height: 80px;
}

.maxWidth350px {
    max-width: 350px;
}

.offset-pt5 {
    margin-left: 4.166666666% !important;
}

.offset-1pt5 {
    margin-left: 12.5% !important;
}

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;
    }

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;
}

.nav-item-extra-padding {
    padding: 0px 5px;
}

/* collapse crf display page, pulled directly from vwdmin to save time */
.cursorPoint {
    cursor: pointer;
}

.cursorDefault {
    cursor: default;
}

.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);
}

/* for darker colors looked at https://paletton.com/#uid=12V0u0k8MXC00003f+xdGS9i0J8 */

.study-bg-blanket {
    background-color: #d8cee6 !important;
}

.study-bg-blanket-dark {
    background-color: #B3A2CC;
}

.study-bg-blanket-dark-2 {
    background-color: #8870AA;
}

.study-bg-shirt {
    background-color: #b4f8c8;
}

.study-bg-shirt-dark {
    background-color: #87EDA6;
}

.study-bg-skin {
    background-color: #d6c8af;
}

.study-bg-blanket-blue {
    background-color: #a0e7e5;
}

.study-bg-blanket-blue-dark {
    background-color: #71CDCA;
}

.study-bg-shirt-pink {
    background-color: #ffaebc;
}

.study-bg-shirt-pink-dark {
    background-color: #FF7D94;
}

.study-bg-skin-2 {
    background-color: #c67e50;
}

.QuestionLargeFontSize{
    font-size:23px;
    font-weight:bold;
}

.AnswerLargeFontSize {
    font-size: 22px;
    font-weight: bold;
}