﻿.color-darkred
{
    color: #C10000;
}

.widget-note-content
{
    width: 100%;
}

.widget
{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.widget hr, .widget h1, .widget h2, .widget h3
{
    margin: 0;
    padding: 0;
}

.mc-white
{
    background-color: white;
}

.widget-listview
{
    padding: 10px;
    background-color: ghostwhite;
}

.widget-note
{
    padding: 10px;
    background-color: ghostwhite;
}

.widget-note-header
{
    margin-bottom: 10px;
}

.widget-note-content
{
    margin-bottom: 10px;
}

.widget-note-footer
{
    overflow: auto;
}

.widget-listview-header {
    color: #3f51b5 !important;
    opacity: 0.80;
    padding: 5px;
}

.widget-subheading
{
    font-style: italic;
    color: #ccc;
}

.widget-listview-content
{
    overflow-y: auto;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.light-divider
{
    /*border-bottom: 1px solid #ccc;*/
}

.widget-listview-content > div
{
    border-bottom: solid #ddd 1px;
}

.widget-listview-content .widget-listview-item:hover, .widget-listview-content .widget-listview-subitem:hover {
    background-color: rgba(145, 170, 255, 0.4);
}

.widget-listview-subitem
{
    font-size:  1.25em !important;
    padding-left: 25px;
}

.widget-listview-item
{
    padding: 10px;
}

@media(max-width:768px)
{
    .widget-listview
    {
        /*z-index: 20 !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;*/
    }
}

.mc-listview-item
{
    border-bottom: solid 1px rgba(0,0,0,0.2);
}

.widget-card
{
    padding: 10px;
    background-color: ghostwhite;
}

.widget-card-image
{
    width: 100%;
    max-height: 30vh;
    overflow: hidden;
}

.widget-card-image img
{
    width: 100% !important;
}

.widget-card-header
{
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
    
.widget-card-content
{
    min-height: 100px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.widget-card-metadata
{
    color: #999;
}

.metadata
{
    color: #999;
}

.widget-action-btn
{
    padding: 10px;
}

#studynote-title-input
{
    font-size: 16px;
}

#studynote-note-input
{
    height: 200px;
    overflow-y: auto;
    font-size: 16px !important;
}

#studynote-note-input p, #studynote-note-input div
{
    font-size: 16px !important;
}

.mc-selected-result
{
    background-color: lightgoldenrodyellow;
}