body {
    font-family: Arial, Sans-Serif, sans-serif;
    font-size: 14px !important;
}

h1, h2 {
    color: #333333;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
}

pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.wrapper {
    margin-top: -10px;
}

.header {
    padding-top: 0;
    margin: 0 auto 10px auto;
    border: solid 0 #ccc;
}

.header img {
    float: left;
}

.header h2 {
    font-size: 20px;
    color: #006496;
    padding: 15px 0 0 90px;
}

.content {
    min-height: 400px;
    margin: auto;
}

.footer {
    font-size: 11px;
    text-align: center;
    margin: 10px auto;
}

.footer p {
    padding: 0;
    margin: 0;
}

.footer .release {
    font-size: 9px;
}

#formLogin {
    text-align: center;
}

#panelLogin {
    margin: auto;
    width: 400px;
}

.table-guia-paga {
    background: #cffbce !important;
}

.table-guia-nao-paga {
    background: #ffb6b6 !important;
}

.table-guia-warning {
    background: #fff6ad !important;
}

.ui-messages-error.ui-corner-all {
    text-align: left;
}

a.icone-item-guia {
    border: solid 1px #cccccc;
    padding: 3px 3px 0 3px;
    width: 48px;
    display: inline-block;
    background-color: #ffffff;
}

table.horizontal-form {
    width: 100% !important;
}

table.horizontal-form td:first-child {
    text-align: right;
    width: 15%;
}

table.horizontal-form td {
    text-align: left;
    width: 85%;
}

.deleted {
    text-decoration: line-through !important;
    color: #b9b9b9;
}

.planned {
    color: #b9b9b9;
}

/** INCLUIDO POR TORRES EM 06/03/2017 */
.grupo-icones-acao {
    margin-left: 3px;
}

.required:after {
    content: "* ";
    color: red;
}

.download-button {
    display: block;
    height: 50px;
    width: 200px;
    background: #00b7ea;
    /*TYPE*/
    color: white !important;
    font: 17px/50px Helvetica, Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea),
    color-stop(100%, #009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    /* IE10+ */
    background: linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea',
    endColorstr='#009ec3', GradientType=0); /* IE6-9 */
}

.download-button:hover {
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top, #00b7ea 36%, #009ec3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #00b7ea),
    color-stop(100%, #009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00b7ea 36%, #009ec3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00b7ea 36%, #009ec3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00b7ea 36%, #009ec3 100%);
    /* IE10+ */
    background: linear-gradient(top, #00b7ea 36%, #009ec3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea',
    endColorstr='#009ec3', GradientType=0); /* IE6-9 */
}

.ui-tabs .ui-tabs-nav.ui-widget-header li a {
    line-height: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    border: 0px none;
}

.ui-datatable table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.tree-help-icon {
    width: 16px;
    cursor: pointer;
    border-radius: 16px;
    margin-left: 5px;
    margin-top: -4px;
}

.tree-help-icon:hover {
    background-color: #d8e9f9;
}

.tree-help-panel {
    width: 800px;
}

.circular-icon {
    width: 18px;
    height: 18px;
    margin: 0px 0px 2px 5px ! important;
    border: 1px solid #add0ed;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

.circular-icon:hover {
    background-color: #d0e5f5 ! important;
    border-color: #79B7E7 ! important;
}
