/*Note: This file was generated using SASS markup*/
/* +++ VARIABLES */
/* --- VARIABLES */
/* +++ MIXINS */
/* +++ GRADIENTS */
/* +++ GRADIENT - RED */
/* --- GRADIENT - RED */
/* +++ GRADIENT - ORANGE */
/* --- GRADIENT - ORANGE */
/* +++ GRADIENT - GREEN */
/* --- GRADIENT - GREEN */
/* +++ GRADIENT - SLATE */
/* --- GRADIENT - SLATE*/
/* +++ GRADIENT - BLACK */
/* --- GRADIENT - BLACK*/
/* +++ GRADIENT - BLUE */
/* --- GRADIENT - BLUE*/
/* +++ GRADIENT - TEAL */
/* --- GRADIENT - TEAL*/
/* --- GRADIENTS */
/* --- MIXINS - END */
/* +++ LISTING */
#page.list {
  /* +++ DESKTOP */
  /* --- DESKTOP */
  /* +++ MOBILE */
  /* --- MOBILE */
  /* +++ COMMON */
  /* +++ ADMIN */
  /* --- ADMIN */
  /* --- COMMON */ }
  @media screen and (min-device-width: 600px) {
    #page.list #content {
      margin-top: 30px; }
    #page.list .project {
      margin: 20px calc( ( 100% - 780px ) / 6 );
      display: inline-block; }
    #page.list #message {
      margin-top: 0px;
      text-align: center; }
    #page.list .admin {
      display: none; }
    #page.list .project:hover .admin, #page.list .project:hover .project-actions {
      display: block; }
    #page.list .admin-button:hover {
      background: #586D69;
      zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586D69', endColorstr='#4F6663',GradientType=0 );
      background: -webkit-gradient(top, #586D69 0%, #4F6663 100%);
      background: -webkit-linear-gradient(top, #586D69 0%, #4F6663 100%);
      background: -o-linear-gradient(top, #586D69 0%, #4F6663 100%);
      background: -moz-linear-gradient(top, #586D69 0%, #4F6663 100%);
      background: -ms-linear-gradient(top, #586D69 0%, #4F6663 100%);
      background: linear-gradient(top, #586D69 0%, #4F6663 100%); }
    #page.list .project-actions {
      display: none; }
    #page.list .project-action:hover {
      text-decoration: underline;
      background: #760000;
      zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760000', endColorstr='#5e0000',GradientType=0 );
      background: -webkit-gradient(top, #760000 0%, #5e0000 100%);
      background: -webkit-linear-gradient(top, #760000 0%, #5e0000 100%);
      background: -o-linear-gradient(top, #760000 0%, #5e0000 100%);
      background: -moz-linear-gradient(top, #760000 0%, #5e0000 100%);
      background: -ms-linear-gradient(top, #760000 0%, #5e0000 100%);
      background: linear-gradient(top, #760000 0%, #5e0000 100%); } }
  @media all and (max-device-width: 600px) {
    #page.list #content {
      margin-top: 10px; }
    #page.list .project {
      margin: 0px auto 15px auto; } }
  #page.list .project {
    width: 255px;
    height: 222px;
    position: relative; }
  #page.list .project-actions {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 174px;
    text-align: center; }
  #page.list .project-action {
    padding: 7px 10px;
    text-decoration: none;
    color: white;
    background: #A00000;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A00000', endColorstr='#7F0000',GradientType=0 );
    background: -webkit-gradient(top, #A00000 0%, #7F0000 100%);
    background: -webkit-linear-gradient(top, #A00000 0%, #7F0000 100%);
    background: -o-linear-gradient(top, #A00000 0%, #7F0000 100%);
    background: -moz-linear-gradient(top, #A00000 0%, #7F0000 100%);
    background: -ms-linear-gradient(top, #A00000 0%, #7F0000 100%);
    background: linear-gradient(top, #A00000 0%, #7F0000 100%); }
  #page.list .project-action:visited {
    color: white; }
  #page.list .project-action-info {
    margin-right: 30px; }
  #page.list .project-icon {
    width: 100%;
    height: calc(100% - 38px);
    background-position: center center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 10px #000; }
  #page.list .project-title-wrapper {
    width: 100%;
    text-align: center;
    padding: 9px 0px; }
  #page.list .project-title {
    display: inline-block;
    font-size: 18px;
    color: black;
    padding: 3px 6px; }
  #page.list .admin {
    position: absolute;
    top: 5px;
    left: 5px; }
  #page.list .admin-button {
    padding: 5px;
    margin: 3px;
    display: inline-block;
    color: white;
    background: #799893;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#799893', endColorstr='#617D79',GradientType=0 );
    background: -webkit-gradient(top, #799893 0%, #617D79 100%);
    background: -webkit-linear-gradient(top, #799893 0%, #617D79 100%);
    background: -o-linear-gradient(top, #799893 0%, #617D79 100%);
    background: -moz-linear-gradient(top, #799893 0%, #617D79 100%);
    background: -ms-linear-gradient(top, #799893 0%, #617D79 100%);
    background: linear-gradient(top, #799893 0%, #617D79 100%); }
  #page.list .admin-button, #page.list .project-action {
    -ms-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    behavior: url(http://www.josephmorrill.com/common/shims/PIE/PIE.php);
    -moz-box-shadow: 0px 0px 10px #929292;
    -webkit-box-shadow: 0px 0px 10px #929292;
    box-shadow: 0px 0px 10px #929292;
    behavior: url(http://www.josephmorrill.com/common/shims/PIE/PIE.php); }
  #page.list .admin-icon {
    width: 20px;
    height: 20px;
    display: inline-block; }
  #page.list #project-new {
    background-image: url(//projects.josephmorrill.com/content/new.png);
    background-position: center center;
    background-size: 100% 100%;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    behavior: url(http://www.josephmorrill.com/common/shims/PIE/PIE.php);
    width: 100%;
    height: 100%;
    display: block; }

/* --- LISTING */
/* +++ DISPLAY */
#page.display {
  /* +++ DESKTOP */
  /* --- DESKTOP */
  /* +++ MOBILE */
  /* --- MOBILE */
  /* +++ COMMON */
  /* +++ CHANGELOG */
  /* --- CHANGELOG */
  /* +++ TODO */
  /* --- TODO */
  /* --- COMMON */ }
  @media screen and (min-device-width: 600px) {
    #page.display {
      /* +++ CHANGELOG */
      /* --- CHANGELOG */
      /* +++ TODO */
      /* --- TODO */ }
      #page.display #page {
        max-width: 1500px; }
      #page.display #content {
        margin-top: 30px; }
      #page.display #column_left {
        float: left; }
      #page.display #column_right {
        float: right; }
      #page.display .column {
        display: inline-block;
        width: 49%;
        margin: 0px;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #page.display .box-title {
        font-size: 18px; }
      #page.display #project-launch {
        width: 450px;
        height: 255px;
        margin: 0px auto;
        display: block; }
      #page.display #project-screenshot {
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 100% 100%; }
      #page.display #project-actions {
        margin: 20px auto;
        padding: 8px 10px;
        width: 360px;
        font-size: 14px; }
      #page.display .project-action:not(:first-child) {
        margin-left: 15px; }
      #page.display .project-action {
        padding: 5px 8px;
        display: inline-block; }
      #page.display #project-title-wrapper {
        width: calc(100% - 20px);
        margin: 0px 10px;
        display: inline-block;
        text-align: center; }
      #page.display #project-title {
        text-align: center;
        font-size: 24px;
        padding: 10px 20px;
        display: inline-block; }
      #page.display #project-dates {
        margin: 20px auto; }
      #page.display #project-info {
        padding: 10px; }
      #page.display .project-category:hover {
        color: white;
        background: #006eff;
        zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eff', endColorstr='#0047c4',GradientType=0 );
        background: -webkit-gradient(top, #006eff 0%, #0047c4 100%);
        background: -webkit-linear-gradient(top, #006eff 0%, #0047c4 100%);
        background: -o-linear-gradient(top, #006eff 0%, #0047c4 100%);
        background: -moz-linear-gradient(top, #006eff 0%, #0047c4 100%);
        background: -ms-linear-gradient(top, #006eff 0%, #0047c4 100%);
        background: linear-gradient(top, #006eff 0%, #0047c4 100%);
        text-decoration: underline;
        cursor: pointer; }
      #page.display .project-bug-link {
        color: black !important;
        text-decoration: none; }
      #page.display .project-bug-link:hover {
        color: blue !important;
        text-decoration: underline;
        cursor: pointer; }
      #page.display #project-changelog {
        padding: 10px;
        margin: 20px; }
      #page.display #project-todo {
        padding: 10px;
        margin: 20px; } }
  @media all and (max-device-width: 600px) {
    #page.display {
      /* +++ CHANGELOG */
      /* --- CHANGELOG */
      /* +++ TODO */
      /* --- TODO */ }
      #page.display #content {
        margin-top: 15px; }
      #page.display .column {
        margin: 2px; }
      #page.display .box-title {
        font-size: 14px; }
      #page.display #project-screenshot {
        margin: auto;
        width: 90%;
        height: 150px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      #page.display #project-actions {
        margin: 10px auto;
        padding: 4px 5px; }
      #page.display .project-action:not(:first-child) {
        margin-left: 10px; }
      #page.display .project-action {
        padding: 3px 5px;
        display: inline-block; }
      #page.display #project-title-wrapper {
        display: none; }
      #page.display #project-dates {
        margin: 10px auto; }
      #page.display #project-info {
        padding: 5px; }
      #page.display #project-changelog {
        padding: 5px;
        margin: 10px; }
      #page.display #project-todo {
        padding: 5px;
        margin: 10px; } }
  #page.display .column {
    padding: 0px; }
  #page.display .box-title {
    margin: 0px auto 5px auto;
    border-bottom: 1px solid #808080;
    width: 90%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #page.display #project-launch {
    color: inherit;
    text-decoration: inherit; }
  #page.display #project-actions {
    text-align: center; }
  #page.display .project-action {
    color: white;
    background: #A00000;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A00000', endColorstr='#7F0000',GradientType=0 );
    background: -webkit-gradient(top, #A00000 0%, #7F0000 100%);
    background: -webkit-linear-gradient(top, #A00000 0%, #7F0000 100%);
    background: -o-linear-gradient(top, #A00000 0%, #7F0000 100%);
    background: -moz-linear-gradient(top, #A00000 0%, #7F0000 100%);
    background: -ms-linear-gradient(top, #A00000 0%, #7F0000 100%);
    background: linear-gradient(top, #A00000 0%, #7F0000 100%);
    -ms-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    behavior: url(http://www.josephmorrill.com/common/shims/PIE/PIE.php);
    text-decoration: none; }
  #page.display #project-action-launch {
    color: white;
    background: #00A005;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A005', endColorstr='#097000',GradientType=0 );
    background: -webkit-gradient(top, #00A005 0%, #097000 100%);
    background: -webkit-linear-gradient(top, #00A005 0%, #097000 100%);
    background: -o-linear-gradient(top, #00A005 0%, #097000 100%);
    background: -moz-linear-gradient(top, #00A005 0%, #097000 100%);
    background: -ms-linear-gradient(top, #00A005 0%, #097000 100%);
    background: linear-gradient(top, #00A005 0%, #097000 100%); }
  #page.display #project-action-launch:hover {
    background: #097000;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097000', endColorstr='#003F09',GradientType=0 );
    background: -webkit-gradient(top, #097000 0%, #003F09 100%);
    background: -webkit-linear-gradient(top, #097000 0%, #003F09 100%);
    background: -o-linear-gradient(top, #097000 0%, #003F09 100%);
    background: -moz-linear-gradient(top, #097000 0%, #003F09 100%);
    background: -ms-linear-gradient(top, #097000 0%, #003F09 100%);
    background: linear-gradient(top, #097000 0%, #003F09 100%); }
  #page.display #project-action-report {
    color: white;
    background: #C1883E;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C1883E', endColorstr='#C47200',GradientType=0 );
    background: -webkit-gradient(top, #C1883E 0%, #C47200 100%);
    background: -webkit-linear-gradient(top, #C1883E 0%, #C47200 100%);
    background: -o-linear-gradient(top, #C1883E 0%, #C47200 100%);
    background: -moz-linear-gradient(top, #C1883E 0%, #C47200 100%);
    background: -ms-linear-gradient(top, #C1883E 0%, #C47200 100%);
    background: linear-gradient(top, #C1883E 0%, #C47200 100%); }
  #page.display #project-action-report:hover {
    background: #AF7421;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AF7421', endColorstr='#B25F00',GradientType=0 );
    background: -webkit-gradient(top, #AF7421 0%, #B25F00 100%);
    background: -webkit-linear-gradient(top, #AF7421 0%, #B25F00 100%);
    background: -o-linear-gradient(top, #AF7421 0%, #B25F00 100%);
    background: -moz-linear-gradient(top, #AF7421 0%, #B25F00 100%);
    background: -ms-linear-gradient(top, #AF7421 0%, #B25F00 100%);
    background: linear-gradient(top, #AF7421 0%, #B25F00 100%); }
  #page.display #project-dates {
    padding: 5px;
    max-width: 350px; }
  #page.display #project-date-created, #page.display #project-date-modified {
    padding: 5px; }
  #page.display #project-date-created:before {
    content: "Created: ";
    font-weight: bold;
    width: 75px;
    display: inline-block; }
  #page.display #project-date-modified:before {
    content: "Updated: ";
    font-weight: bold;
    width: 75px;
    display: inline-block; }
  #page.display #project-description, #page.display #project-categories {
    margin: 5px; }
  #page.display #project-description p:first-child {
    margin-top: 0px; }
  #page.display #project-description p:last-child {
    margin-bottom: 0px; }
  #page.display .project-category {
    padding: 1px 2px;
    margin: 1px 2px;
    text-decoration: none;
    display: inline-block; }
  #page.display .project-category .fa-tag {
    color: #800000;
    margin-right: 5px; }
  #page.display #project-changelog {
    padding: 5px;
    margin: 10px;
    min-height: 250px; }
  #page.display #project-changelog-table {
    font-size: 12px; }
  #page.display #project-changelog-table th {
    font-weight: bold;
    text-align: center; }
  #page.display #project-changelog-table td {
    vertical-align: top;
    font-family: monospace; }
  #page.display #project-changelog-bugid {
    width: 11%; }
  #page.display .project-changelog-bugid, #page.display .project-changelog-date {
    text-align: center; }
  #page.display #project-changelog-date {
    width: 29%; }
  #page.display #project-changelog-summary {
    width: 60%; }
  #page.display #project-todo {
    padding: 5px;
    margin: 10px;
    min-height: 250px; }
  #page.display #project-todo-table {
    font-size: 12px; }
  #page.display #project-todo-table th {
    font-weight: bold;
    text-align: center; }
  #page.display #project-todo-table td {
    vertical-align: top;
    font-family: monospace; }
  #page.display #project-todo-bugid {
    width: 11%; }
  #page.display .project-todo-bugid, #page.display .project-todo-date {
    text-align: center; }
  #page.display #project-todo-date {
    width: 29%; }
  #page.display #project-todo-request {
    width: 60%; }

/* --- DISPLAY */
/* +++ ADMIN */
#page.admin {
  /* +++ DESKTOP */
  /* --- DESKTOP */
  /* +++ MOBILE */
  /* --- MOBILE */
  /* +++ COMMON */
  /* --- COMMON */ }
  #page.admin form#project {
    margin: 0px; }
  #page.admin .edit-field {
    display: block;
    float: left;
    vertical-align: middle;
    margin: 10px 0px;
    padding: 0px;
    width: 512px;
    min-height: 145px; }
  #page.admin .edit-field-content {
    background-color: #EEE;
    -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
    behavior: url(http://www.josephmorrill.com/common/shims/PIE/PIE.php);
    display: block;
    margin: auto;
    padding: 0px; }
  #page.admin .edit-label-wrapper {
    display: block; }
  #page.admin .edit-label {
    display: inline-block;
    color: white;
    background: #799893;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#799893', endColorstr='#617D79',GradientType=0 );
    background: -webkit-gradient(top, #799893 0%, #617D79 100%);
    background: -webkit-linear-gradient(top, #799893 0%, #617D79 100%);
    background: -o-linear-gradient(top, #799893 0%, #617D79 100%);
    background: -moz-linear-gradient(top, #799893 0%, #617D79 100%);
    background: -ms-linear-gradient(top, #799893 0%, #617D79 100%);
    background: linear-gradient(top, #799893 0%, #617D79 100%);
    -ms-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    behavior: url(http://www.josephmorrill.com/common/shims/PIE/PIE.php);
    padding: 4px 6px; }
  #page.admin .edit-input-wrapper {
    padding: 5px 15px 15px 15px; }
  #page.admin .edit-field-option {
    padding: 4px 8px;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  #page.admin .edit-field-option:hover {
    cursor: pointer;
    background-color: #FFFAA0; }
  #page.admin .edit-field-option-controls {
    margin: 8px 0px; }
  #page.admin .edit-field-option-control {
    display: none;
    margin: auto;
    text-align: center; }
  #page.admin .edit-input-hint {
    font-style: italic;
    font-size: 14px;
    text-align: center;
    display: block; }
  #page.admin input[type='text'].edit-input {
    padding: 4px 2px; }
  #page.admin #edit-field-name .edit-field-content {
    width: 288px; }
  #page.admin #edit-field-files .edit-field-content {
    width: 288px; }
  #page.admin #edit-field-mantis .edit-field-content {
    width: 270px; }
  #page.admin #edit-field-icon .edit-field-content {
    width: 249px; }
  #page.admin #edit-field-screenshot .edit-field-content {
    width: 300px; }
  #page.admin #edit-field-link .edit-field-content {
    width: 100%; }
  #page.admin #edit-field-description {
    width: 100%; }
  #page.admin #edit-field-description .edit-field-content {
    width: 80%; }
  #page.admin #edit-name, #page.admin #edit-link, #page.admin #edit-description-brief, #page.admin #edit-description-detailed {
    display: block;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #page.admin #edit-description-brief, #page.admin #edit-description-detailed {
    margin: 10px 0px; }
  #page.admin #edit-description-detailed {
    min-height: 150px; }
  #page.admin #edit-actions {
    clear: both;
    text-align: center; }

/* --- ADMIN */

/*# sourceMappingURL=JMProject.css.map */
