﻿/* meeting materials */
.well.items .content {
    padding: 10px;
}

.well.items .ui-accordion .ui-accordion-content {
    border: none;
}

.well.items .date {
    color: #000000;
}

.well.items .scroll {
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #e0e0e0;
}

.well.items .accordion > div > span {
    color: #666;
    font-style: italic;
}

.well.items .actions {
    padding-top: 15px;
}

    .well.items .actions a {
        padding-right: 20px;
    }

    .well.items .actions input {
        display: block;
        margin-top: 0px;
        margin-bottom: 10px;
    }

#phMainContent {
    min-width: 1250px !important;
}

.well.items .actions a {
    padding-right: 20px;
    padding-left: 30px;
    margin-top: 10px;
    color: #3d8ec7 !important;
}

.well.items .actions input {
    display: block;
    margin-top: 10px;
}

.button:hover {
    border: 1px solid #4d7192;
}

.errorMessageCol {
    width: 140px !important;
}

.error-image {
    height: 25px;
    width: 25px;
    border: none;
}

.displaynone {
    display: none;
}

.loading {
    margin-top: 250px !important;
    font-size: 22px !important;
    text-align: center;
}

.sitecore-path {
    table-layout: fixed;
    display: inline-block;
    width: 120px !important;
    overflow: hidden;
    word-wrap: break-word;
}

.issue-col {
    table-layout: fixed;
    display: inline-block;
    width: 80px !important;
    overflow: hidden;
    word-wrap: break-word;
}

table.fixed td {
    word-wrap: break-word;
}

table.audit-data {
    position: relative;
    max-width: 100% !important;
    overflow-x: hidden !important;
}
