﻿html, body, form {
    height: auto;
    padding: 0px;
    background-color: #ffffff;
}

.templateTable {
    border-collapse: collapse;
    width: 100%;
}

    .templateTable td {
        padding: 2px;
        vertical-align: top;
    }

    .templateTable tr {
        border: 1px none silver;
    }

.dxmLite_CustomThemeModerno .dxm-horizontal .dxm-separator {
    display: none;
}

.boardsync-theme {
    padding: 15px !important;
}


/******* AIDocs ********/
table.treeAIData {
    background: #f5f5f5;
    border: solid 1px #cecece;
    border-collapse: collapse;
    margin-left: 10px;
}

    table.treeAIData td {
        border: solid 0px #cecece;
        padding: 4px;
        white-space: normal;
        vertical-align: top;
        font-size: 11px;
    }

        table.treeAIData td.label {
            white-space: nowrap;
            width: 100px;
        }

        table.treeAIData td.votes {
            white-space: nowrap;
            width: 75px;
        }

        table.treeAIData td.motions {
            width: 250px;
        }

        table.treeAIData td.files {
            white-space: inherit;
            width: 200px;
        }

#divpacket {
    width: 100%;
    padding-bottom: 10px;
}

.packetdownload {
    border-bottom: solid 1px #cecece;
}


.dxtlControl_CustomThemeModerno .dxtlDataTable {
    border: none;
}

.reports-attachments {
    margin-left: 25px;
    float: left;
    width: 100%;
}

    .reports-attachments a {
        padding-bottom: 5px;
        float: left;
        clear: both;
    }

.motionvotes-button {
    margin: 10px 0 0 25px;
}

    .motionvotes-button a {
        font-size: 16px !important;
        text-decoration: none;
        margin-right: 8px;
        margin-top: 5px;
        font-weight: normal !important;
    }

        .motionvotes-button a:hover {
            text-decoration: none;
        }

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

#AIHeader {
    width: 100%;
    float: left;
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    #AIHeader #lblAgendaName {
        float: left;
        font-size: 21px;
    }

    #AIHeader #AISocialShare {
        float: right;
        margin-top: 7px;
    }

.link-btn {
    width: 15px !important;
}

#lblNoMeetingInformationAvailable {
    float: left;
    font-size: 21px;
}
