﻿a, a:link, a:visited, a:hover {
    text-decoration: underline;
    color: #1f3366;
}

a.small {
    text-decoration: none;
    font-size: 10px;
}

h1, h2, h3 {
    /*font-family: Raleway, Helvetica, sans-serif;*/
    font-family: DMSans;
    font-weight: bold;
}

h1 {
    color: #006e96;
    font-size: 28px;
}

h2 {
    line-height: 30px;
    color: #003745;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1rem;
}

h3 {
    color: #003745;
    font-size: 18px;
    font-weight: normal;
}

.hidden {
    display: none;
}

li.more, div.more {
    background: url(/images/ui/more-arrow.png) 99% center no-repeat;
}

li.row1, td.row1 {
    /*background-color: #fff;*/
}

li.row2, td.row2 {
    /*background-color: #edf2f4;*/
}

.blue {
    color: #006e96;
}

a.cancel, .cancel, span.cancel {
    color: #6e0026;
}


div#content ol li.appointment, div#content table div.deviation, div#content ol li.note {
    padding: 0;
    min-height: 65px;
    position: relative;
    float: left;
    width: 100%;
}

div#content table div.deviation {
    min-height: 65px;
}

div#content ol li.note {
    min-height: 50px;
}

div#content ol li.appointment div.info, div#content table div.deviation div.info, div#content ol li.note div.info {
    /*margin: 0;     float: left;     border-right: 1px solid #ccc;     width: 125px;     text-align: right;     padding-bottom: 4px;*/ /*     position: absolute;     left: 0;     top: 0;     bottom: 0;     width: 125px;     border-right: 1px solid #ccc;     padding-bottom: 4px;     text-align: right;     */ /*border-right: 1px solid #ccc;*/
    float: left;
    padding-bottom: 4px;
    text-align: right;
    width: 125px;
}

div#content ol li.appointment div.info div.name, div#content table div.deviation div.info div.name, div#content ol li.note div.name {
    margin-right: 4px;
    font-size: 14px;
}

div#content ol li.appointment div.info div.extra, div#content table div.deviation div.info div.extra, div#content ol li.note div.extra {
    margin-top: 2px;
    margin-right: 4px;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #222;
}

div#content ol li.appointment div.info div.type, div#content table div.deviation div.info div.type, div#content ol li.note div.type {
    margin-right: 4px;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    color: #006e96;
}

div#content ol li.note div.date {
    margin-right: 4px;
    font-size: 9px;
    line-height: 16px;
    color: #333;
}

div#content ol li.appointment div.info div.start {
    margin-right: 4px;
    font-size: 9px;
    line-height: 16px;
    color: #000;
}

div#content ol li.appointment div.info div.days {
    margin-right: 4px;
    font-size: 9px;
    line-height: 16px;
    color: #006e96;
}

div#content ol li.appointment div.info div.auditor-role {
    margin-right: 4px;
    font-size: 10px;
    line-height: 16px;
    color: #000;
}

div#content ol li.appointment div.info div.site {
    margin-right: 4px;
    font-size: 9px;
    line-height: 16px;
    color: #000;
}

div#content ol li.appointment div.info div.end, div#content table div.deviation div.info div.end {
    margin-right: 4px;
    font-size: 9px;
    line-height: 9px;
    color: #c88;
}

div#content ol li.appointment div.text, div#content table div.deviation div.text, div#content ol li.note div.text {
    margin-left: 125px;
    padding: 2px 4px 4px 8px;
    border-left: 1px solid #ccc;
    min-height: 60px;
}

div#content td.sidebar textarea {
    border: 1px solid #ccc;
    font-family: Verdana;
    font-size: 14px;
    width: 284px;
    margin: 8px;
    overflow: auto;
}

.hint {
    font-style: italic;
    font-size: 10px;
    color: #555;
}

div#content div.text ol, div#content div.text ul {
    list-style-type: decimal;
    padding: 10px 0 10px 25px;
}
div#content div.text ul {
    list-style-type: disc;
}
div#content div.text li {
    background: none;
    border: 0;
    padding: 0;
}

.content .form .mceEditor {
    margin: 10px 0;
}

table.form .mceEditor td {
    padding: 0;
}
table.form .mceEditor .mceToolbar {
    padding-top: 3px;
}

#note-form {
    padding-top: 10px;
    padding-left: 0px;
}

.kenlist-table {
    width:100%;
}

.clickable{
    cursor: pointer;
}

.audit-checkbox{
    float: right;   
}
.extension-checkboxes{
    height: 50px;
    overflow: hidden;
}