﻿.editing
{
    
    background: url(/Content/Pics/warningbg.png);
    padding:10px;
}

.editing .inner
{
    background: white;
    padding:14px;
}

.editing .inner input
{
    font-size:12pt;
}

.editing .inner input[type=text]
{
    width:100%;
}

.preambleInput {
    font-size: 1.1em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.label
{
    margin-top:14px;
}

.inlinelabel
{
    display:inline-block;
    margin-left:18px;
}
.explainer {
    font-size: 0.8em;
    color: #80a080;
    font-style:italic;
}

.save
{
    margin-top:14px;
}


.save input, .saveAdd input
{
    border: 1px solid #007000;
    background: #3060c0;
    font-size: 1.8em;
    padding: 6px;
    display: inline-block;
    font-weight:bold;
    color:white;
}

.save_small input {
    border: 1px solid #007000;
    background: #3060c0;
    font-size: 1.1em;
    padding: 6px;
    display: inline-block;
    font-weight: bold;
    color: white;
}

.save input {
    margin: 12px 0 12px 0;
}
.saveAdd input {
    margin: 4px 0 12px 0;
    font-weight:bold;
    font-size:1.1em;
}

.tinyAction{
    font-size:1.6em;
        
}
.tinyAction:hover {
    text-decoration: none;
    color:red;
}

input.delete {
    border: 1px solid #007000;
    background: #c03060;
    font-size: 1.1em;
    padding: 6px;
    display: inline-block;
    color: white;
}

.recommend
{
    margin:2px;
    padding: 2px;
    background: #ffcf50;
    border: 1px solid #000056;

}


.courseImageReadOnly{margin-top:12px;}

.courseImageReadOnly img
{
    max-height:120px;
}


/* summary of course content for editors */

.summaryModule {
    font-weight: bold;
    font-size: 1.15em;
    margin-top: 4px;
    color: #2a7940;
    text-decoration:underline;
}
.summaryPage {
    font-weight: bold;
    margin-top: 4px;
    color: #2a7940;
}
.summaryQuestion {
    list-style: disc inside;
    margin-top: 2px;
    color:#609060;
}