html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.tab-content {
    display: inline-block!important;
    width: 100%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table.custom-table {
    color: #333;
    font-family: sans-serif;
    font-size: .9em;
    font-weight: 300;
    text-align: left;
    line-height: 40px;
    border-spacing: 0;
    border: 2px solid #975997;
    width: 90% !important;
    margin: 10px auto;
}

table.custom-table.red {
    border: 2px solid #d12c24;
}
table.custom-table.green {
    border: 2px solid #45b356;
}

table.custom-table > thead tr:first-child {
    background: #975997;
    color: #fff;
    border: none;
    padding:2px 4px !important;
}

table.custom-table.red > thead tr:first-child {
    background: #d12c24;
}
table.custom-table.green > thead tr:first-child {
    background: #45b356;
}

table.custom-table > th {
    font-weight: bold;
}

table.custom-table > th:first-child, td:first-child {
    padding: 0 15px 0 20px;
}

table.custom-table > thead tr:last-child th {
    border-bottom: 3px solid #ddd;
}

table.custom-table > tbody tr:hover {
    background-color: #ffeeff;
}

table.custom-table > tbody tr:last-child td {
    border: none;
}

table.custom-table > tbody td {
    border-bottom: 1px solid #ddd;
    padding:2px 4px!important;
}

table.custom-table > td:last-child {
    text-align: right;
    padding-right: 10px;
}

.button {
    color: #696969;
    padding-right: 5px;
    cursor: pointer;
}

.alterar:hover {
    color: #0a79df;
}

.excluir:hover {
    color: #dc2a2a;
}
.modal-header{
    padding: 10px 15px 5px;
    background-color: #3c8dbc;
}
.modal-header>h2{
    margin: 10px 0 5px 0;
    color: white;
    font-size: 18px;
}
.modal-header>.close{
    opacity: 0.8;
    color: white;
}