.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


a {
    color: #0088cc;
    text-decoration: none;
}

.help-alert {
    width: 400px;
    height: 400px;
    opacity:0.9;
    filter:alpha(opacity=0.9);
}

.logic-model-table {
    min-width: 800px;
}

.column-header {
    height: 60px;
    padding: 5px;
    background-color: #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
}

.column-header img {
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    float: right;
}

.column-entry {
    height: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.column-entry textarea {
    font: normal 12px/100% arial, helvetica, sans-serif;
    resize: none;
    float: right;
    margin: 2px;
    height: 95%;
    width: 75%;
}

.column-entry.blue {
    background-color: rgb(0, 102, 204);
}
.column-entry.blue textarea {
    color: rgb(0, 102, 204);
}

.column-entry.red {
    background-color: rgb(204, 0, 0);
}
.column-entry.red textarea {
    color: rgb(204, 0, 0);
}

.column-entry.green {
    background-color: rgb(0, 153, 51);
}
.column-entry.green textarea {
    color: rgb(0, 153, 51);
}

.column-entry.orange {
    background-color: rgb(204, 102, 0);
}
.column-entry.orange textarea {
    color: rgb(204, 102, 0);
}

.column-entry.brown {
    background-color: rgb(102, 51, 0);
}
.column-entry.brown textarea {
    color: rgb(102, 51, 0);
}

.column-entry.purple {
    background-color: rgb(153, 0, 153);
}
.column-entry.purple textarea {
    color: rgb(153, 0, 153);
}

.column-entry img {
    vertical-align: baseline;
}

.column-entry .switch_color {
    float: left;
    height: 20px;
    width: 20px;
    border: 0;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
    vertical-align: top;
}

.column-entry.disabled {
    opacity: 0.3;
}

.column-entry.disabled .switch_color {
    cursor: none;
}

#phase_container.conclusion .show_expert_logic_model_link_div a {
    color: inherit;
}

.highlight-answerkey {
    background-color: #5cb85c;
    -moz-animation: flash-green 1s 5;
    -webkit-animation: flash-green 1s 5;
    -ms-animation: flash-green 1s 5;
    animation: flash-green 1s 5;
}

@-webkit-keyframes flash-green {
    0% { background-color: #387038; }
    50% { background-color: #51a351; }
    100% { background-color: #5cb85c; }
}

@-moz-keyframes flash-green {
    0% { background-color: #387038; }
    50% { background-color: #51a351; }
    100% { background-color: #5cb85c; }
}

@-ms-keyframes flash-green {
    0% { background-color: #387038; }
    50% { background-color: #51a351; }
    100% { background-color: #5cb85c; }
}

/* Pick scenario:*/

#phase_container.pick_scenario div.wipe-table-div, 
#phase_container.pick_scenario div.table-toolbar, 
#phase_container.pick_scenario div.logic-model-columns, 
#phase_container.pick_scenario textarea#reflections,
#phase_container.pick_scenario .change_scenario,
#phase_container.pick_scenario .scenario_info,
#phase_container.pick_scenario .scenario_instructions_container,
#phase_container.pick_scenario .next_phase  {
    display:none;
}

div.table-toolbar {
    margin-bottom: 5px;
}

/* Add inputs:*/
#phase_container.add_inputs div.logic-model-initial-scenario_choice {
    display:none;
}

#phase_container.add_inputs div.previous_phase {
    display:none !important; /* no need to since the "change scenario" button does the same thing. */
}

/* Add long term outcomes */
#phase_container.add_long_term_outcomes div.logic-model-initial-scenario_choice {
    display:none;
}

/* Add intermediate columns:*/
#phase_container.add_intermediate_columns div.logic-model-initial-scenario_choice {
     display:none;
}

/* Finish work:*/
#phase_container.finish_work div.logic-model-initial-scenario_choice {
    display:none;
}
/* Conclusion:*/
#phase_container.conclusion div.logic-model-initial-scenario_choice {
    display:none;
}

/* CSS override of EVERYTHING for this activity */

.logic-model-activity h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
    color: #000;
}

#maincontent {
    width: auto;
    margin-right: 20px;
    padding: 0;
}

#content {
    position: relative;
    width: 920px;
}

.logic-model-container {
    width: 100%;
}

.popover-parent {
    width: auto;
    height: 500px;
    background-color: #fff;
    border: 1px solid #999;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 50px #666666;
     -moz-box-shadow: 0 0 50px #666666;
          box-shadow: 0 0 50px #666666;
}

.logic-model-activity .popover-title {
  font-size: 18px;
  line-height: 27px;
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.logic-model-game-phase-name {
    font-size: 22px;
    font-weight: normal;
    line-height: 130%;
    margin: 0 0 20px 0;
}

.logic-model-activity .scenario_title {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: normal;
}

.instructions_for_scenario {
    margin: 0 0 20px 0;
}

.scenario-block {
    margin: 10px auto 30px auto;
    padding: 0;
    border: 0;
    width: auto;
}

.scenario-header {
    cursor: pointer;
    height: 40px;
    z-index: 1;
    background: transparent url('../img/assets/caret_close.png') 10px 12px no-repeat;
}

.scenario-block .active {
    background: transparent url('../img/assets/caret_open.png') 10px 12px no-repeat;
}

.scenario-criteria {
    margin: 0;
    padding: 0 0 0 30px;
    border: 0;
    float: left;
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
}

.scenario-content {
    clear: both;
    margin: 0 0 0 30px;
    padding: 10px;
    border: 0;
    border-top: 0;
    display: none;
}

/* Styling for accordion-specific information blocks */

.scenario-step-stage .accordion * {
    border: 0;
}

.accordion-toggle {
    cursor: pointer;
    height: 40px;
    z-index: 1;
    background: transparent url('../img/assets/caret_open.png') 0px 5px no-repeat;
}

.accordion-toggle.collapsed {
    background: transparent url('../img/assets/caret_close.png') 0px 5px no-repeat;
}

.scenario-step-stage .logic-model-game-phase-instructions {
    display: block;
}

.scenario-step-stage .accordion-heading {
    font-size: 22px;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
}

.scenario-step-stage .accordion-heading .accordion-toggle {
    margin: 0;
    padding: 0 0 0 25px;
    display: inline;
}

.scenario-step-stage .accordion-heading .logic-model-game-phase-name {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.switch-it, .switch-it2 {
    background-color: transparent;
    -webkit-animation-name: fadehighlight;
    -webkit-animation-duration: 2s;
    animation-name: fadehighlight;
    animation-duration: 2s;
}

.switch-it2 {
    -webkit-animation-name: fadehighlight2;
    animation-name: fadehighlight2;
}

@-webkit-keyframes fadehighlight {
    0%   {background-color: #cce5ff;}
    100% {background-color:transparent;}
}

@keyframes fadehighlight {
    0%   {background-color: #cce5ff;}
    100% {background-color:transparent;}
}

@-webkit-keyframes fadehighlight2 {
    0%   {background-color: #cce5ff;}
    100% {background-color:transparent;}
}

@keyframes fadehighlight2 {
    0%   {background-color: #cce5ff;}
    100% {background-color:transparent;}
}

/* Steps progress indicator */

.activity-progress {
    margin-bottom: 10px;
}

.activity-progress .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 5px 10px 5px 30px;
    min-width: 60px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
  transition: background-color 0.2s ease;
  line-height: 16px;
}

.activity-progress .step:after,
.activity-progress .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
  transition: border-color 0.2s ease;
}

.activity-progress .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.activity-progress .step:first-child:before {
    border: none;
}

.activity-progress .step:last-child:after {
    border: none;
}
.activity-progress .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 20px;
}

.activity-progress .step:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.activity-progress .step span {
    position: relative;
}

.activity-progress .step.current {
    color: #fff;
    background-color: #08c;
}

.activity-progress .step.current:after {
    border-left: 17px solid #08c;
}

.help-header h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 150%;
}

/* Print CSS */

@media print {
    body {
        background-color: white;
    }
    .col-lg-9 {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .phtc_print_logo {
        display: block;
    }
    .phtc_print_logo img {
        height: 100px;
    }
    a:not(.btn) {
        text-decoration: none;
    }

    header,
    .nav-module,
    #maincontent,
    .change_scenario,
    #stepTag,
    .switch_color,
    .table-toolbar,
    .tools,
    .column-header img
    {
        display: none !important;
    }

    .logic-model-columns {
        border: 1px solid #999;
    }

    .column-header {
        border-right: 1px solid #999;
        font-weight: bold;
    }

    .table-container {
        margin-top: 50px;
    }

    .column-entry {
        font-size: 14px;
        left: 0;
        margin: 0 0 5px 0;
        width: 155px;
        height: 225px;
        border: 0;
    }

    .column-entry textarea {
        float: none;
        height: 98%;
        width: 97%;
        border: 0;
        font-size: 14px;
    }

    .scenario-step-stage .accordion-body,
    .scenario-step-stage .collapse.in
    {
        height: auto !important;
    }
}