/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/09/2016, 11:20:45 AM
    Author     : SIS-JuanMa
*/

html {
    min-height: 100%;
    position: relative;
}
.modal-dialog {
    margin-bottom: 80px;
    margin-top: 110px;
    max-width: 480px;
}
.modal-footer {
    height: 70px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0; 
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;    
    height: 50px;
    background-color: #f5f5f5;
}

/* DiseÃ±o personalizable */
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #043875;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #043875;
    border-color: #0a4b95;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #0a4b95;
    color: #d2d2d2;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #043875;
}

.navbar-default {
    background-color: #043875;    
}
.navbar-default .navbar-toggle {
    border-color: #0a4b95;
}

.navbar-default {
    border-color: #0a4b95;
}
.totalRow {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #0a4b95;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 6px 12px;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:4234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

#spinner{
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4140;
    opacity: 0.5;
}

#spinner button {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    color: #FFF;
    font-weight: bold;
    opacity: 1;
    font-family: inherit;
    font-size: 1.5em;
}

.btn-primary {
    background-color: #043875;
    border-color: #0a4b95;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #0a4b95;
    border-color: #0a4b95;
    color: #fff;
}

.navbar-default {
    background-color: #043875;
    border-color: #043875;
}


/* Fin*/