/*SOBRESCRITA DA REGRAS BOOTSTRAP PARA MELHORAR VIEW*/
.well {
    margin-bottom: 5px !important;
}

.well-sm {
    padding: 5px !important;
}

td.actions {
    width: 150px;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.ver-mais {
    height: 350px;
    overflow: hidden;
}

.esmaecer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+38 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    margin-top: -40px;
    height: 40px;
    position: relative;
}

.esmaecer span {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 2px 30px;
    border-radius: 5px;
    bottom: -10px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

.file-live-thumbs > div {
    width: 100%;
    margin: auto;
    height: auto;
    border: 0 transparent;
    box-shadow: none;
    padding: 0;
}

.file-live-thumbs > div:hover, .file-live-thumbs:hover {
    border: 0 transparent;
    box-shadow: none;
}

.login-page, .register-page {
    background: url('../adminLTE/dist/img/bg-padrao.jpg');
}

.login-box, .register-box {
    width: 360px;
    margin: 3% auto;
}

.thumb-slides {
    max-width: 200px;
}

.thumb-livros {
    max-width: 120px;
}

.list-group > .list-group-item {
    margin-bottom: 10px;
}

.excluir {
    color: #FF0000;
    opacity: 1 !important;
}

.excluir:hover {
    color: #FF0000;
    opacity: 0.8 !important;
}

.btn-exc {
    font-size: 18px;
    color: red;
}

.ui-state-default {
    cursor: grab;
}

.status_arquivo, .status_fase, .status_projeto, .status_tour {
    padding: 10px;
    cursor: pointer;
}