* {
    outline: none !important;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 130px;
    background: #ffffff;
}

.navbar {
    margin-bottom: 0;
}

#header .bx-viewport {
    border-width: 0 !important;
}

#footer {
    bottom: 0;
    position: absolute;
    padding: 15px 0 10px;
    background: #ffffff url('../img/background/bg.png') repeat;
    border-top: 1px solid #dddddd;
    width: 100%;
}

#footer p,
#alert {
    margin: 25px 0;
}

ul .content {
    margin-top: 40px;
}

article > section {
    margin: 30px auto 60px;
}

li.disabled-previous {
    float: left;
    padding: 1px 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #DDD;
    border-left-width: 0;
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

li.disabled-next {
    float: left;
    padding: 1px 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #DDD;
    border-left-width: 0;

    border-right-width: 1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

li.current {
    float: left;
    padding: 1px 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #DDD;
    border-left-width: 0;
}

.sidebar-offcanvas h3 {
    font-size: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
}

.categories-list {
    list-style: none;
    padding-left: 0;
}

.categories-list ul {
    list-style: none;
    padding-left: 20px;
}

.categories-list a {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 29px;
    height: 30px;
}

.list-items {
    list-style: none;
    padding-left: 0;
}

.list-items > li {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.list-items > li:last-child {
    border-bottom-width: 0;
}

.bx-wrapper .bx-viewport {
    left: 0 !important;
}

.list-icons {
    margin-bottom: 10px;
    list-style: none;
    display: table;
    padding: 0;
}

.list-icons:after {
    display: ' ';
}

.list-icons li {
    font-size: 12px;
    color: #999999;
    float: left;
}

.list-icons li:after {
    margin: 0 8px;
    content: '|';
}

.list-icons li:last-child:after {
    content: '';
}

.table td {
    border-top-width: 0 !important;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 38px;  /* Height of image */
    width: 38px; /* Width of image */
    background: url('../img/icons/top.png') no-repeat;
}

.nav-tabs {
    margin-bottom: 30px;
}
.dl-horizontal dt {
    text-align: left;
}
dl {
    margin-bottom: 0;
    font-size: 14px;
}
.sidebar-offcanvas {
    margin: 30px auto;
    text-align: center;
}
.sidebar-offcanvas img {
    width: 170px;
    margin: auto;
}

.thumbnail {
    margin: 5px;
    position:relative;
    overflow:hidden;  
    list-style:none;
}

.caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    color:#fff !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    z-index: 2000;
}

.segundario {
    min-height: 40px;
}

.segundario .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list .line {
    border-bottom: 1px solid #ddd;
    padding: 6px;
}
.list .line:last-child {
    border-bottom-width: 0;
}

.list-data li {
    padding: 5px 0;
}

.list-data strong {
    width: 120px;
    display: inline-block;
}

.lost {
    margin: 30px;
    padding: 1px;
    color: #d9534f;
    text-align: center;
    background: #d9534f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lost strong {
    font: bold 20px Arial;
    line-height: 21px;
}

.print {
    position: relative;
    text-align: center;
}

.print button {
    text-align: center;
    margin-top: -150px;
    
}