﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 800px;
}

.AlertaList {
    padding: 10px 15px;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 150px;
    overflow: auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}


    .AlertaList:ul {
        padding: 3px;
        overflow: hidden;
    }

.AtencaoList {
    padding: 10px 15px;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 150px;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

    .AtencaoList:ul {
        padding: 3px;
        overflow: hidden;
    }

.AlertaTitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 16px;
}

/*Generate
--------------------------------------------------------------*/
ul#GenerateBody
{
    border-bottom: 0px #e8e8e7 solid;
    border-top:  0px #e8e8e7 solid;
    padding: 0px 2px 2px 2px;
    position: relative;    
    margin: 0;
    text-align: left;
    top:-1px;
}


ul#GenerateBody li
{
    display: list-item;
    list-style:none;
}

ul#GenerateBody li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#GenerateBody li a
{	
    padding: 9px 25% 9px 1%;
    font-weight: bold;
    text-decoration: none ;
    line-height: 2.8em;
    background-color: #fff/*#e8eef4*/;
    color: #72963e/*#034af3*/;  
  
}

ul#GenerateBody li a:hover
{
    background-color: #e8e8e7;
    text-decoration: none;
}

ul#GenerateBody li a:active
{
    background-color: #e8e8e7;
    text-decoration: none;
}

ul#GenerateBody li.selected a
{
    background-color: #fff;
    color: #000;
}