.login-page, .register-page {
    background-color: #e9eaec;
}
.login-page .login-logo img {
	width: 60%;
}
.login-box, .register-box {
    margin-top: 15%;
}

/* botões de ação das tabelas e listas */
.row-actions {
	/* display: none; */
	color: #3c8dbc;
	font-size: 12px;
}
.row-actions a{
	font-size: 14px;
}
.row-actions a.excluir {
	color: #a94442;
}
.row-actions a.excluir:hover,
.row-actions a.excluir:active,
.row-actions a.excluir:focus {
	color: red;
}
.thumbnail {
    position: relative;
}
.thumbnail .row-actions {
	background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    height: 30px;
    left: 0;
    line-height: 24px;
    padding-left: 10px;
    position: absolute;
    width: 100%;
}
.products-list .item:hover .row-actions,
.thumbnail:hover .row-actions,
table.table-list tr:hover .row-actions {
	display: block;
}
table.table-list tbody tr {
	height: 60px;
}
/* mensagem de alerta do topo */
.alert-message {
	left: 30%;
    margin-top: 10px;
    position: fixed;
    text-align: center;
    width: 40%;
    z-index: 999999;
}
.ui-dialog .ui-dialog-titlebar-close {
	background-image:url("../AdminLTE/plugins/jQueryUI/images/ui-icons_888888_256x240.png");
	background-position: -96px -128px;
}
.box-tools .pagination {
	display: inline;
}
.box-tools .pagination > li > a, .box-tools .pagination > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.navbar-nav > .user-menu > .dropdown-menu {
    width: 180px;
}
.products-list .product-img {
    margin-right: 10px;
}
.products-list .product-img img {
    width: auto;
    max-width: 50px;
}
/* upload de arquivos */
.panel-files {
    min-height: 300px;
    overflow: auto;
    cursor: default;
}
.panel-files div {
    height: 56px;
    overflow: hidden;
    margin-bottom: 3px;
}

.file-id {
    font-weight: bold;
}

.file-size{
    font-style: italic;
    color: gray;
    font-size: 90%;
}

.file-status,
.file-status-default{
    color: gray;
}

.file-status-error{
    color: #990000;
}

.file-status-success{
    color: #009900;
}

.image-preview {
    float:left;
    width: 100%;
}
.file-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.container-sort {
    position: relative;
}

/* xs */

@media (max-width: 767px) {

  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #367fa9; 
   }
   .arquivos-resumo .btn-full {
        width: 100%;
        margin-bottom: 5px;
        padding: 10px;
        font-size: 16px;
    }
   .arquivos-resumo .label-danger {
        background-color: #dd4b39 !important;
        font-style: italic;
        font-size: 14px;
   }
}

/* md */

@media (max-width: 1200px) {
 
   .clientes .box-footer .pull-right {
      width: 100%;
    }
   .clientes .box-footer .btn-full {
        width: 100%;
        margin-bottom: 5px;
        padding: 6px;
        font-size: 14px;
    }

}