﻿    #FooterDashBoard {
        padding-top: 10px;
        width: 100%;
        height: 30px;
        background-color: #E1E1E1;
        color: #888;
        z-index: 9999;
    }


    .container-dash {
        background-color: #fff;
        width: 88%;
        margin-left: 6%;
        margin-right: 6%;
        border: 1px solid #DEE1E2;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    
    .HeaderModal {
        background-color: #39562F;
    }

    .novidades {
        width: 100%;
        position: relative;
        height: 100%;
    }

    #sugestao {
        width: 49%;
        position: relative;
        height: 100%;
        float: left;
    }

    .title {
        float: left;
        font-size: 16px;
        color: #8c8c8c;
        font-family: 'montserratbold' !important;
        text-transform: uppercase;
    }

    #anteriores {
        font-weight: bold;
        padding-top: 25px;
        text-align: right;
        padding-right: 10px;
        color:#8c8c8c !important;
    }

    .container-title {
        border-bottom: 1px solid #DEE1E2;
    }

    .novidade {
        overflow: hidden;
        border-bottom: 1px solid #DEE1E2;
        padding: 13px 0 13px 0;
        font-size: 13px;
    }

.novidade-icon {
    float: left;
    background-color: #DEE1E2;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 40px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

    .novidade-modulo {
        float: left;
        color: #4a713c;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px;
        font-family: 'montserratregular' !important;
    }

    .novidade-accao {
        float: left;
        color: #8c8c8c;
        padding-top: 10px;
        font-family: 'montserratregular' !important;
    }

    .novidade-msg {
        float: left;
        padding: 10px;
        padding-left: 5px;
        color: #3B3B3B;
        font-family: 'montserratregular' !important;
    }

    #container-novidades {
       
    }

    #anteriores a {
        color: #95A5A6;
        font-family: 'montserratregular' !important;
        font-size: 11px;
    }

    #vermais {
        text-align: right;
        padding: 12px 11px 9px 0;
    }

        #vermais a {
            text-decoration: none;
            color: #000000;
            font-family: 'montserratregular' !important;
            font-size: 13px;
        }

    #form {
        padding-left: 26px;
        padding-right: 25px;
        clear: both;
        margin-top: 17px;
    }

        #form .tb {
            width: 99%;
            margin-bottom: 18px;
            padding-left: 10px;
        }

    textarea {
        width: 97%;
        height: 130px;
        padding: 10px;
    }

.btn-dashboard {
    width: auto;
    background-color: #497143 !important;
    color: #fff !important;
    border: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .containerSltDash, .containerGoPessoas {
        width: 88%;
        margin-left: 6%;
        margin-right: 6%;
        margin-top: 20px;
        clear: both;
    }

    .containerGoPessoas {
        margin-top: 0px;
        margin-bottom: 20px;
        text-align:right;
    }

        .containerGoPessoas a {
            font-family: 'montserratregular' !important;
            font-size: 13px;
            color: #8c8c8c;
        }

    .containerSltDash label {
        font-family: 'montserratregular' !important;
        font-size: 13px;
    }

    .releaseDate {
        text-transform:none;
        font-size:11px;
        margin-top:3px;
    }

    .DivDashDown {
        border-bottom: solid 2px #4a713c;
        min-height: 80px;
        background-color: white;
        padding-top: 10px;
        vertical-align: top;
    }
