﻿@charset "UTF-8";
/* CSS Document */

footer {
    font-size: 1.2em;
}

.upper-right {
    float: right;
}

body {
    background: #F4F3EE;
    font-family: Arial,Arial, Helvetica, sans-serif;
    min-height: 400px;
    font-size: 60%;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 250%;
    margin-bottom: 10px;
}

h3 {
    font-size: 180%;
    margin-top: 10px;
    font-variant: small-caps;
    font-weight: bolder;
}

h4 {
    font-size: 130%;
    margin-top: 10px;
}

strong {
    font-weight: bold;
}

ul {
    padding: 0px 0px 0px 10px;
}

p {
    font-size: 100%;
    margin-top: 5px;
}


tr.state-project {
    background: #D4C49D !important;
}


header {
    width: 100%;
    margin: 0 0 00px 0;
    background: #81d4fa;
}

.light-blue {
    background: #73e8ff;
}

.secondary-color {
    background: #f9a825;
}

div.button-set:first-child {
    margin-left: 0px;
}

div.button-set:last-child {
    margin-right: 0px;
}

div.button-set {
    margin: 0px 5px;
}

div.comment {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 5px;
    padding: 5px;
    border: 1px solid black
}

    div.comment span {
        font-weight: bold;
    }

        div.comment span.author {
            float: left;
        }

        div.comment span.date {
            float: right;
        }

    div.comment p.body {
        clear: both;
    }

div.grant {
    clear: both;
    background: #fff;
    font-size: 1.4em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 2px 2px #D9D8D4;
    -webkit-box-shadow: 0px 0px 2px 2px #D9D8D4;
    box-shadow: 0px 0px 2px 2px #D9D8D4;
    padding: 15px;
}

div.logic-model {
    margin-top: 0px;
    display: inline-block;
    border: 1px solid black;
}

table.logic-model button.fi-plus {
}

div.save-changes {
    float: right;
}

div.sidebar {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 2px 2px #D9D8D4;
    -webkit-box-shadow: 0px 0px 2px 2px #D9D8D4;
    box-shadow: 0px 0px 2px 2px #D9D8D4;
    background: #fff;
    position: sticky;
    top: 0px;
    font-size: 1.2em;
    padding: 5px;
    width: 345px;
    display: none;
    float: left;
}

div.build-sidebar {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 2px 2px #D9D8D4;
    -webkit-box-shadow: 0px 0px 2px 2px #D9D8D4;
    box-shadow: 0px 0px 2px 2px #D9D8D4;
    background: #fff;
    position: sticky;
    top: 0px;
    font-size: 1.2em;
    padding: 5px;
    width: 345px;
    float: left;
}

div.editable {
    background-color: #7598c1;
    padding: 5px;
}

    div.editable textarea {
        padding-bottom: 0px;
    }

div.editable-set .newItem {
    background-color: palegreen;
}

div.editable-set {
    margin-bottom: 1rem;
    padding-bottom: -45px;
}

/*button.fi-trash.tableButton {
	float: left;
	position:relative;
	top:-45px;
}*/

div.build-model {
    font-size: 1.4em;
    width: 1045px;
    float: right;
    clear: right;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 2px 2px #D9D8D4;
    -webkit-box-shadow: 0px 0px 2px 2px #D9D8D4;
    box-shadow: 0px 0px 2px 2px #D9D8D4;
    padding: 15px;
}

    div.build-model ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

hr.logic-model-hr {
    margin: initial;
}

div.editable-set ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

div.edit-model {
    font-size: 1.4em;
    width: 1045px;
    float: right;
    clear: right;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 2px 2px #D9D8D4;
    -webkit-box-shadow: 0px 0px 2px 2px #D9D8D4;
    box-shadow: 0px 0px 2px 2px #D9D8D4;
    padding: 15px;
}

    div.edit-model ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }
/* Navigation */
nav.dropdownmenu {
    float: left;
    margin-bottom: 5px;
}

.dropdownmenu ul, .dropdownmenu li {
    margin: 0;
    padding: 0;
}

.dropdownmenu ul {
    /*background: gray;*/
    list-style: none;
    width: 100%;
}

.dropdownmenu li {
    float: left;
    position: relative;
    width: auto;
}

.dropdownmenu a {
    background: #81d4fa;
    color: #000;
    display: block;
    font: bold 1.4em sans-serif;
    padding: 10px 17px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-left: 0px;
}

.dropdownmenu li:hover a {
    background: #4ba3c7;
}

.success {
    font: bold 14px sans-serif;
    background-color: lightgreen;
}

.submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
}

input.percentage {
    display: inline;
    width: 30%;
}

    input.percentage::after {
        content: "%";
    }

li:hover ul.submenu {
    opacity: 1;
    top: 35px;
    /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
}

.submenu li {
    float: none;
    width: 100%;
}

.submenu a:hover {
    background: #006b9b;
}

.submenu a {
    background-color: #0099cc;
}

tr.definition th {
    text-align: left;
}

table tbody tr.definition {
    font-weight: bold;
    background-color: #d3d3d3 !important;
}

    table tbody tr.definition ~ tr:nth-of-type(2n) {
        background-color: #ffffff;
    }

    table tbody tr.definition ~ tr:nth-of-type(2n+1) {
        background-color: #f1f1f1;
    }


/* ===========COACH TOOLS==========*/
div.coach-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    div.coach-flex .button-set a {
        margin: 2px;
    }

        div.coach-flex .button-set a:first-child {
            margin-left: 0px;
        }

        div.coach-flex .button-set a:last-child {
            margin-right: 0px;
        }

div.project-site.inactive {
    color: lightgray;
}

    div.project-site.inactive:before {
        content: "This project is no longer active, but you can still view its data.";
        color: black;
        font-weight: bold;
        font-size: 12pt;
    }

    div.project-site.inactive:hover {
        color: black;
    }

div.inactive .coach-flex .button {
    background-color: #788696;
}

    div.inactive .coach-flex .button:hover {
        background-color: #44474b;
    }

div.inactive:hover .coach-flex .button {
    background-color: #496d96;
}

    div.inactive:hover .coach-flex .button:hover {
        background-color: #25374B;
    }
/*table tbody tr.definition + tr {
	background-color: #ffffff;
}

table tbody tr.definition + tr {
	background-color: #f1f1f1;
}*/

/* Select */
.styled-select {
    height: 29px;
    overflow: hidden;
    padding: initial;
    width: 300px;
    float: left;
}

    .styled-select select {
        background: transparent;
        border: none;
        font-size: 14px;
        height: 29px;
        padding: 5px;
        /* If you add too much padding here, the options won't show in IE */
        width: 300px;
    }

/* Button */
button {
    background-color: #646f7f;
    color: #fff;
    height: 29px;
    border: 1px solid black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    font-size: 14px;
    margin: 5px;
    padding: 5px;
}

div.inactive .coach-flex .button {
    background-color: #788696;
}

    div.inactive .coach-flex .button:hover {
        background-color: #44474b;
    }

div.inactive:hover .coach-flex .button {
    background-color: #496d96;
}

    div.inactive:hover .coach-flex .button:hover {
        background-color: #25374B;
    }


button:hover {
    background-color: #4a5564;
    cursor: pointer;
}

.basic-info {
    clear: both;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ANNUAL REPORT*/
/*Form D sites*/
div.grantAnnualReport p {
    white-space: pre-wrap;
}

div.site-add div.clear-fix h4 {
    float: left;
}

div.site-date .left {
    float: left;
    width: 33%;
    padding-right: 5px;
}

div.site-date .right {
    float: right;
    width: 66%;
}

div.site-add {
    border: 1px solid black;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}

a.delete-site {
    float: right;
}
/* -------------------- Rounded Corners */

.rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.blue {
    background-color: #0099cc;
}

    .blue select {
        color: #fff;
    }

/**/ /*td a {
	color: #680015;
}*/

td a:hover {
    color: #5C0013;
}

table {
    margin-top: 20px;
    /*table-layout: fixed;*/
}

td {
    padding: 5px;
}


.callout h3 {
    font-size: 28px;
    font-weight: bold;
}

table.logic-model ul {
    margin-left: 0px;
    /*padding-left:15px !important;*/
}

/*th:nth-child(3),*/ .surveys th:nth-child(4) {
    width: 180px;
}
/* TABLES =================*/
/* Survey Builder ======
*/

th.ScaleNumber {
    width: 30px;
}

.ScaleAnswer {
    overflow-wrap: normal;
    text-align: center;
    width: 110px;
}

.ScaleAnswerSlim {
    overflow-wrap: normal;
    text-align: center;
    width: 80px;
}

.ScaleAnswerTiny {
    overflow-wrap: normal;
    text-align: center;
    width: 60px;
}

.ScaleAnswer input[type="radio"] + img.childimg {
    max-width: 50px;
    height: auto;
}

.ScaleAnswer input[type="radio"]:checked + img.childimg {
    outline: 2px solid red;
}

/*
table.surveys {
    table-layout: fixed;
    width: 100%;

    border-collapse: separate;
    background: #fff;
    @include border-radius(5px);
    margin: 30px auto;
    @include box-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

.surveys th {
    background: #E8E8E8;
    padding: 20px;
    font-weight: bold;
    text-align: center;

}

    .surveys th:nth-child(1) {
        width: 40%;
        text-align: center;
    }

    .surveys th:nth-child(3), .surveys th:nth-child(4) {
        width: 120px;
    }

.surveys tbody tr:nth-child(1) {
    border: none;
}

.surveys tbody tr {
    border-top: 1px dotted gray;
}

thead {
    color: #fff;
    background: #646f7f;
}

.surveys thead td {
        padding: 8px;
    }

.surveys td {
    border-left: 1px dotted gray;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

    .surveys td:nth-child(1) {
        border: none;
        text-align: left;
    }

    .surveys

.surveys tbody tr:nth-child(odd) {
    background-color: #f0f3f5;
}

.surveys tbody tr:nth-child(even) {
    background-color: #fff;
}
/* SurveyList Table */
tbody.surveys tr.incomplete {
    background-color: #e7eff6;
}

tbody.surveys tr.survey-row td {
    width: 100px;
    word-break: break-all;
}

tbody.surveys tr.incomplete td {
    border-bottom: 1px solid #ccc;
}

tbody.surveys tr.test {
    background-color: #fdeef1;
}
/* Logic Model ======*/

table.logic-models {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.logic-models th {
    background: #E8E8E8;
    padding: 15px;
    font-weight: bold;
}

    .logic-models th:nth-child(1) {
        width: 40%;
    }

    .logic-models th:nth-child(3), .logic-models th:nth-child(4) {
        width: 120px;
    }

.logic-models tbody tr:nth-child(1) {
    border: none;
}

.logic-models tbody tr {
    border-top: 1px dotted gray;
}

.logic-models td {
    border-left: 1px dotted gray;
    padding: 5px;
    text-align: center;
}

    .logic-models td:nth-child(1) {
        border: none;
        text-align: left;
    }

.logic-models tbody tr:nth-child(odd) {
    background-color: #A2CEE5;
}

.logic-models tbody tr:nth-child(even) {
    background-color: #91C2FF;
}

/* LOGIC MODEL Classes*/
div.shaded-box {
    width: 250px;
    background-color: #f0f3f5;
    border: 2px solid black;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 30px 15px 30px;
    line-height: 1.2em;
}

    div.shaded-box.left {
        margin-left: 30px;
        float: left;
    }

    div.shaded-box.right {
        float: right;
    }

    div.shaded-box ul {
    }

    div.shaded-box li {
        padding: 3px;
    }
/* Annual Report */
table.annual-reports {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.annual-reports th {
    background: #E8E8E8;
    padding: 15px;
    font-weight: bold;
}

    .annual-reports th:nth-child(1) {
        width: 40%;
    }

    .annual-reports th:nth-child(3), .surveys th:nth-child(4) {
        width: 120px;
    }

.annual-reports tbody tr:nth-child(1) {
    border: none;
}

.annual-reports tbody tr {
    border-top: 1px dotted gray;
}

.annual-reports td {
    border-left: 1px dotted gray;
    padding: 5px;
    text-align: center;
}

    .annual-reports td:nth-child(1) {
        border: none;
        text-align: left;
    }

.annual-reports tbody tr:nth-child(odd) {
    background-color: #A2CEE5;
}

.annual-reports tbody tr:nth-child(even) {
    background-color: #91C2FF;
}

fieldset {
    margin-top: 10px;
    /*border-top:1px solid black;*/
    padding-top: 10px;
    clear: both;
}

div.grant fieldset ul {
    list-style: none;
}

fieldset li {
    padding-left: 20px;
}


div.grant ul {
    /*list-style: disc outside none;*/
    padding: 10px 10px 0 0;
    margin-left: 0;
}

    div.grant ul li {
        padding-left: 0;
    }

.site-title {
    /* font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
    height: 100%;
    font-size: 300%;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        outline: none;
        color: #000;
        text-decoration: none;
        color: #000;
    }

label {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.2em;
}

.field-validation-error {
    color: red;
}

.wide dt {
    width: 150px;
}

.wide {
    width: 100%;
}

dt {
    float: left;
    width: 150px;
    text-align: right;
    padding: .25em;
    clear: left;
    margin-right: 7px;
}

    dt::after {
        content: ":";
    }

dd {
    float: left;
    width: 80%;
    padding: .25em 0;
}

dl:after {
    content: "";
    display: table;
    clear: both;
}

.form-group {
    margin: 1px 10px 1px 10px;
    padding: 1px 10px 1px 10px;
}

.nopadd {
    margin: 0px;
    padding: 0px;
}

.tableButton {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    font-family: inherit;
    /*padding: 0.6em .6em;*/
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #d9534f;
    color: #fefefe;
}

    tableButton.radius, .tableButton.radius {
        border-radius: 3px;
    }

    tableButton.round, .tableButton.round {
        border-radius: 1000px;
    }



    .tableButton.tiny {
        font-size: 0.6rem;
        width: 85px;
        padding: .6em;
    }

    .tableButton.custom {
        background-color: #496d96;
        margin-top: 2px;
    }

    .tableButton.secondary {
        background-color: #7598c1;
        margin-top: 10px;
    }

    .tableButton.custom:hover,
    .tableButton.custom:focus {
        background-color: #25374B;
        color: #fff;
    }

    .tableButton.secondary {
        background-color: #7598c1;
        margin-top: 2px;
    }

    .tableButton.tertiary {
        background-color: #9CAABB;
        margin-top: 2px;
    }

    .tableButton.quarternary {
        background-color: #3d5169;
        margin-top: 2px;
    }

    .tableButton.delete {
        background-color: #740001;
        margin-top: 2px;
    }

    .tableButton.duplicate {
        background-color: #49796b;
        margin-top: 2px;
    }

    .tableButton.finish {
        background-color: #137656;
        margin-top: 2px;
    }

    .tableButton.secondary:hover,
    .tableButton.secondary:focus {
        background-color: #3B4C61;
        color: #fff;
    }

    .tableButton.tertiary:hover,
    .tableButton.tertiary:focus {
        background-color: #4E555E;
        color: #fff;
    }

    .tableButton.quarternary:hover,
    .tableButton.quarternary:focus {
        background-color: #1F2935;
        color: #fff;
    }

    .tableButton.delete:hover,
    .tableButton.delete:focus {
        background-color: #3A0001;
        color: #fff;
    }

    .tableButton.duplicate:hover,
    .tableButton.duplicate:focus {
        background-color: #253D36;
        color: #fff;
    }

    .tableButton.finish:hover,
    .tableButton.finish:focus {
        background-color: #0A3B2B;
        color: #fff;
    }

.calloutSecondary {
    background-color: #7598c1;
    color: #fff;
}

.empty {
    margin: 15px;
    padding: 5px;
}

.completed {
    background-color: #79a9b0;
}

table.hover tbody tr.completed:hover {
    background-color: #79a9b0;
}

a.tableButton.disabled {
    pointer-events: none;
    background-color: #696969;
}

.test {
    background-color: #c3a6a6;
}

table.hover tbody tr.test:hover {
    background-color: #c3a6a6;
}

.alert {
    color: red;
}

div.grantAnnualReport {
    background: #fff;
    font-size: 1.3em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 2px 2px #D9D8D4;
    -webkit-box-shadow: 0px 0px 2px 2px #D9D8D4;
    box-shadow: 0px 0px 2px 2px #D9D8D4;
    padding: 25px;
    float: right;
    width: 960px;
}

div.grantCoachTools {
    background: #fff;
    font-size: 1.3em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 2px 2px #D9D8D4;
    -webkit-box-shadow: 0px 0px 2px 2px #D9D8D4;
    box-shadow: 0px 0px 2px 2px #D9D8D4;
    padding: 25px;
    float: right;
    width: 960px;
}

div.extData {
    clear: left;
    background: #fff;
    font-size: 1.3em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 2px 2px #D9D8D4;
    -webkit-box-shadow: 0px 0px 2px 2px #D9D8D4;
    box-shadow: 0px 0px 2px 2px #D9D8D4;
    padding: 25px;
    width: 420px;
    text-align: center;
    display: inline-block;
}

.extData h3, .extData h4 {
    font-size: 1.2em;
    font-weight: bold;
}

.extData h4 {
    margin-top: 20px
}

div.mainContainer {
    margin: 0px auto;
}

.movable {
    cursor: move;
    background-color: #efefef;
    border: 1px solid #000;
    margin-top: 5px;
}

    .movable h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        vertical-align: middle;
        margin-top: 7px;
    }

.lmButtonMessage {
    display: inline-block;
    margin-top: -15px;
    padding: .5em;
    color: #253D36;
    font-weight: bold;
}

.accordion-title-cm {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-weight: bold;
    line-height: 1;
    color: #000;
    background-color: #cdcdcd;
}

:last-child:not(.is-active) > .accordion-title-cm {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}

.accordion-title-cm:hover, .accordion-title-cm:focus {
    background-color: #f1f1f1;
    color: #000;
}

.accordion-title-cm::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}

.is-active > .accordion-title-cm::before {
    content: '\2013';
}

.nomargin {
    padding: 10px 0px 0px 0px;
}


/*Date Picker*/
.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

    .ui-datepicker a {
        text-decoration: none;
    }
    /* DatePicker Table */
    .ui-datepicker table {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        table-layout: unset;
    }

.ui-datepicker-header {
    background: url('../img/dark_leather.png') repeat 0 0 #496d96;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #496d96;
    width: 100%;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    color: #fff;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 5px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 5px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0px 0px 9px;
    margin-left: 3px;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: linear-gradient(top, #ededed 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #7598c1;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.ui-datepicker-calendar {
    overflow-y: hidden;
}

button.print-button {
    float: right;
}




/*Admin stuff*/
.admin-panel {
    display: flex
}

.admin-item {
    font-size: 1.9rem;
    padding: 25px
}

.admin-item-sub {
    font-size: 15px
}



@media print {
    @page {
        margin: 1.5cm;
    }

    header, footer, div.top-bar, div#headerUofM, div#campus_links, .noprint, .no-print {
        display: none !important;
    }

    .show-print {
        display: initial !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-inside: avoid;
    }

    h1 {
        font-size: 30pt;
    }

    h2 {
        font-size: 24pt;
    }

    h3 {
        font-size: 20pt;
    }

    h4 {
        font-size: 18pt;
    }

    strong {
        font-size: 18pt;
    }

    p, li, body {
        font-size: 14pt;
    }

    div.grant > span:first-of-type {
        display: none;
    }

    div.grantAnnualReport {
        float: none;
    }

    div.extData {
        display: block;
        text-align: left;
        width: 960px;
    }

    .extData h4 {
        font-size: 30px;
    }

    table, th, td, tr, .extData table, th, td, tr {
        border: 1px solid black;
        font-size: 20px;
    }

    table {
        page-break-before: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-before: auto;
    }

    body {
        font-size: 12pt;
        line-height: 1.3;
    }

    table.hover tr.incomplete td {
        background: #ccc;
        color: red;
    }

    table tbody tr:nth-child(2n).incomplete td {
        color: red;
    }
}

/* SPIDER WEB */
/* line 132, /rails/spiderweb/app/assets/stylesheets/app.scss */
#radarForm {
    padding: 20px 0px 0px 0px;
    width: 420px;
    border: 1px solid black;
    border-radius: 20px;
    display: inline-block;
    margin: auto;
}

/* line 199, /rails/spiderweb/app/assets/stylesheets/app.scss */
.table-title {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    width: inherit;
}

/* line 206, /rails/spiderweb/app/assets/stylesheets/app.scss */
.radarChart {
    display: inline-block;
    vertical-align: top;
    /* padding-top: 10px; */
}

/* line 212, /rails/spiderweb/app/assets/stylesheets/app.scss */
#survey-form {
    display: inline-block;
}

/* line 217, /rails/spiderweb/app/assets/stylesheets/app.scss */
.survey-form-rw [type="radio"] + span:hover:before {
    background: #a1a1a1;
    box-shadow: 0 0 0 0.25em #000;
}

/* line 223, /rails/spiderweb/app/assets/stylesheets/app.scss */
.submit-button {
    float: right;
}


/* line 42, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
div.survey-grid-headers {
    display: grid;
    grid-template-columns: 40px 100px 150px repeat(14, 44px) 80px 60px;
    margin: 230px 0 0 0;
}
    /* line 47, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
    div.survey-grid-headers div {
        position: relative;
    }
        /* line 52, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
        div.survey-grid-headers div.rotate {
            transform: rotate(-90deg);
            transform-origin: top left 0;
            position: absolute;
            left: 0;
            width: 230px;
            height: 29px;
            border-bottom: 3px solid white;
            text-align: left !important;
        }

/* line 64, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
div.survey-grid {
    display: grid;
    grid-template-columns: 40px 100px 150px repeat(14, 44px) 80px 60px;
}
    /* line 68, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
    div.survey-grid div {
        min-height: 30px;
        border: 1px solid #eee;
        padding: 5px 5px 3px 8px;
        text-align: left;
    }
        /* line 76, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
        div.survey-grid div.means {
            background: #ddd;
            font-weight: bold;
        }
        /* line 81, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
        div.survey-grid div.checkbox {
            padding: 5px 0 0 0;
            text-align: center;
        }

/* line 88, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
div#chart-container, div.chart-container {
    max-width: 800px;
    margin: auto;
    text-align: center;
}


/* line 97, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
div#legend {
    /*
    position: absolute;
    top: 140px;
    right: 30px;
    overflow-y: scroll;
    max-height: 200px;
    border: 1px solid #dbdbdb;
  */
    /*
    display: grid;
    grid-template-columns: repeat( 5, 40px );
    grid-row-gap: 10px;
  //  grid-template-columns: 40px 25px 45px;
    justify-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-self: center;
  */
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
}
    /* line 129, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
    div#legend div.legend-element {
        margin: 15px 0 0 0;
    }
    /* line 138, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
    div#legend input[type=checkbox] {
        transform: scale(1.5);
        margin: 12px auto 9px auto;
        width: 18px;
        background-color: #f00;
    }
    /* line 146, /rails/spiderweb/app/assets/stylesheets/surveys.scss */
    div#legend .legend-color {
        /*
      height: 20px;
      width: 20px;
      border-radius: 50%;
  */
        height: 40px;
        width: 40px;
        display: inline-block;
    }


/* for groups#show */
/* line 42, /rails/spiderweb/app/assets/stylesheets/groups.scss */
div#group-show {
    max-width: 700px;
    text-align: left;
    margin: auto;
}
    /* line 47, /rails/spiderweb/app/assets/stylesheets/groups.scss */
    div#group-show div.section-head {
        font-size: 1.8em;
    }
    /* line 51, /rails/spiderweb/app/assets/stylesheets/groups.scss */
    div#group-show div#email {
        border: 1px solid gray;
        padding: 10px 0 15px 15px;
    }
    /* line 56, /rails/spiderweb/app/assets/stylesheets/groups.scss */
    div#group-show div#message-section {
        margin: 10px 0 10px 20px;
    }
    /* line 60, /rails/spiderweb/app/assets/stylesheets/groups.scss */
    div#group-show div#message {
        margin-top: 20px;
    }
    /* line 64, /rails/spiderweb/app/assets/stylesheets/groups.scss */
    div#group-show div.data {
        display: grid;
        grid-template-columns: 200px auto;
        grid-gap: 10px;
        margin: 10px 0 10px 20px;
    }
    /* line 71, /rails/spiderweb/app/assets/stylesheets/groups.scss */
    div#group-show div.col1 {
        font-weight: bold;
    }



.tablesorter-default tr.closed td {
    background-color: #F2CFCF;
}



table {
    margin-top: 20px;
    /* table-layout: fixed; */
}

#description {
    border: 1px solid;
    padding: 20px;
}



#form-create-button {
    margin-right: 20px;
}

.photo-row .thumbnail {
    max-height: 150px !important;
    max-width: 150px !important;
}

.textarea-caption {
    resize: none;
}

.select2-results__option {
    font-size: 16px;
}

.assignBtn {
    margin: 1rem 0 1rem 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: unset !important;
    height: 2.4375rem !important;
    margin: 0 0 1rem !important;
    padding: 0.5rem !important;
    font-size: 1rem !important;
}

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        /* color: #999; */
        color: #0a0a0a !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 23px !important;
    }



.tableButton.staffEnteredDataButton {
    background-color: #00a4a4;
}

.tableButton.staffSurveyButton {
    background-color: #a29951;
}

.mb-0 {
    margin-bottom: 0;
}

.textarea-note {
    margin-bottom: 1em;
    display: block;
}

.hovertext {
    position: relative;
    border-bottom: 1px dotted black;
}

    .hovertext:before {
        content: attr(data-hover);
        visibility: hidden;
        opacity: 0;
        width: 70vh;
        background-color: black;
        color: #fff;
        border-radius: 5px;
        padding: 0.75em;
        transition: opacity 1s ease-in-out;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 110%;
        white-space: pre-wrap;
    }

    .hovertext:hover:before {
        opacity: 1;
        visibility: visible;
    }

@media (min-width: 960px) {
    .container_12_AnnualReport {
        margin-left: auto;
        margin-right: auto;
        width: 1415px;
        padding: 10px;
    }
}

@media (max-width: 959px) {
    .container_12 {
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        width: 100%;
        max-width: 100%;
    }

    div.extData,
    div.grantAnnualReport {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-bottom: 1em;
    }
}
