@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

* { margin: 0; padding: 0;}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    background: #E6E6E6;
}

h1 {
    margin: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: bolder;
    color: #034167;
}

.h1 {
    font-weight: 600;
    text-align: right;
    font-size: 12px;
    border-right: 1px solid #ccc;
}

h2 {
    margin: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    font-weight: bolder;
    color: #034167;
}

header, nav, article, footer {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

header {
    height: 113px;
    background-color: #034167;
}

header img { margin: 0; padding: 0 }
header.seup img { margin-top: 20px; margin-left: 20px }

nav {
    position: relative;
    height: 40px;
    padding: 2px 5px;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 auto;
    border-bottom: 1px solid #034167;
    color: #034167;
}

nav ul { float: right; }

nav li {
    line-height: 20px;
    margin: 15px 0;
    padding: 0 10px;
    float: left;
    list-style-type: none;
    font-size: 12px;
    cursor: pointer;
    border-right: 1px solid #034167;
}

nav li:last-child {
    border: 0;
}

nav li:hover {
    color: black;
}

li {
    margin-left: 20px;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
}

table.modalEditEmail {
    width: 95%;
}

td { padding: 2px 5px; line-height: 20px; border-bottom: 1px solid #eee; }

td.scroll-gallery { height: 180px; display: block }

tr { vertical-align: middle; }

table.datos tr:nth-child(even) {
    background: white;
}

table.datos th {
    color: #034167;
    background: #DDD;
    border: 1px solid #034167;
    border-radius: 3px;
    padding: 3px;
}

/************/
.centra, footer { text-align: center; }
header, footer { clear: right; }
.rojo { color: red; }
.magicButton {
    width: 90px;
    margin-right: 20px;
}
.magicButton li {
    margin-top: 20px;
    list-style: none;
}

#gravar, #cerrar, #btnresendconfirmation {
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    color: #034167;
    background: #DDD;
    border: 1px solid #034167;
    border-radius: 3px;
    padding: 3px 19px;
    box-shadow: 3px 3px 3px #ccc;
    transition: all 1s;
}

#gravar:hover, #cerrar:hover, #btnresendconfirmation:hover {
    box-shadow: 3px 3px 3px #444;
}

#gravar:active, #btnresendconfirmation:active {
    background: red;
}

#gravar.rojo, #cerrar.rojo, #btnresendconfirmation.rojo {
    color: white;
    background: darkred;
}


input {
    font-family: Courier New, monospace;
    background-color: white;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid #ccc;
}

input:focus {
    background-color: lightyellow;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.obligatorio {
    font-size: 1em;
    color: red;
    vertical-align: top;
}
.requerido {
    background-color: yellow;
}

.inputNombre {
    width: 400px;
}

.inputPoblacion {
    width: 320px;
}

.inputCP {
    width: 60px;
}

.inputData {
    width:  120px;
}

.inputSpinner {
    width: 40px;
    text-align: right;
}

.inputMoney {
    width: 70px;
    text-align: right;
}

.inputIBAN {
    width: 40px;
    text-align: center;
}

#editObservaciones {
    width: 90%;
    left: 5%;
    height: 300px;
}

.boton {
    cursor: pointer;
    color: #034167;
    background: #DDD;
    border: 1px solid v;
    border-radius: 3px;
    padding: 3px;
    box-shadow: 3px 3px 3px #ccc;
}

.boton:hover {
    box-shadow: 3px 3px 3px #444;
}

.boto {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    background: rgba(128,128,128,.6);
}

.width100 {
    width: 100% !important;
}

/***********/
#loginUser, #loginPass {
    width: 200px;
}

#user {
    font-weight: bold;
}

#loader {
    position: fixed;
    font-size: 100px;
    display: none; 
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    z-index: 99999;
}

#loaderBackground {
    width: 100%;
    height: 100%;
    display: none; 
    background: #E6E6E6;
    z-index: 9998;
    position: fixed;
    opacity: 0.5;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

::-webkit-scrollbar-button {
    width: 1px;
    height: 1px;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

.horizontal-scroll {
    width: 15vh;
    height: 64vw;
    margin-bottom: -151%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #2e2e2e1f;
    padding: 30px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate3d(0, -15vh, 0);
    transform: rotate(-90deg) translate3d(0, -15vh, 0);
}
.horizontal-scroll > * {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg) translate3d(0, calc(-15vh + 60px), 0);
    transform: rotate(90deg) translate3d(0, calc(-15vh + 60px), 0);
}
.horizontal-scroll__block {
    width: calc(15vh - 60px);
    height: calc(15vh - 60px);
    background: #fdfffc;
    position: relative;
    cursor:pointer;
}
.horizontal-scroll__block:not(:first-child) {
    margin-top: 30px;
}
.horizontal-scroll__block .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center center / cover;
    opacity: 0.8;
    background-blend-mode: luminosity;
}
.horizontal-scroll__block .letter {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-weight: normal;
    font-size: 12em;
    font-family: "Playfair Display", serif;
    color: white;
}

table.datosS3 tr:nth-child(even) {
    background: white;
}

table.datosS3 th {
    color: #034167;
    background: #DDD;
    border: 1px solid #034167;
    border-radius: 3px;
    padding: 3px;
}

table.datosS3 {
    table-layout: fixed;
    width: 100%;
}

table.datosS3 .datosS3Actions {
    width: 10%;
}
