/*
    Document   : landingPage
    Created on : Jun 2, 2009, 3:13:17 PM
    Author     : dsmart
    Description:
        Purpose of the stylesheet follows.
*/
/* universal styles */
.popupdialog_id {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -200px;
    width: 400px;
    text-align: left;
    border: 1px solid black;
    background-color: #FFFFFF;
}

.popupdialog_id .helpWindow {}

.popupdialog_id .helpTitlebar {
    background-color: #2D5E96;
    width: 100%;
    overflow: hidden;
}

.popupdialog_id .helpText {
    color: white;
    float: left;
    font-weight: bold;
    margin: 3px;
}

.popupdialog_id .helpClose {
    background: url('/images/help/close.gif') no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 3px;
}

.popupdialog_id .helpContent {
    background: white;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
}

.popupdialog_id .helpContentTitle {
    color: #11344F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

/* proposals styles */
.content_listItem {}

/* Area Measurments styles */
.content_indentItem {
    padding-left: 10px;
}

/* Training button */
.trainingButton {
    margin-left: 4px;
    margin-right: 40px;
    color: #2D5E96 !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
}

.trainingButton:hover {
    border-bottom: 1px solid #2D5E96 !important;
}

.trainingIcon{
    font-size: 20px !important;
    cursor: pointer;
    color: #2C5E96;
}

.trainingButton.trainingIcon {
    color: #2C5E96;
    font-size: 16px;
    min-height: 16px;
    min-width: 16px;
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    width: 15px;
    height: 12px;
    cursor: pointer;
}