/* 
    Author     : Tomas Mano <tomasmano@gmail.com>
*/

body {
    padding-top: 20px;
    /* had to be changed for compatibility with JSF (before url(../img/bubbles_sm.png)) */
    background-image:url(/manager/javax.faces.resource/images/Dinner_Table.png.xhtml?ln=default); 
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}
::selection {
    background: #EE6AA7; /* Safari */
    color: white;
}
::-moz-selection {
    background: #EE6AA7; /* Firefox */
    color: white;
}

/* Custom container */
.container-narrow {
    margin-left: 40px;
    max-width: 500px;
    top: 20px;
    position: absolute;
    text-shadow:1px 1px 2px black;
    color: whitesmoke;
}
.container-narrow > hr {
    margin: 30px 0;
}

.masthead {
    position: absolute;
    top: 20px;
    right: 30px;
}
.marketing-motivation{
    font-family: 'Pacifico', cursive;
    font-size: 34px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.lead{
    font-family: 'Pacifico', cursive;
    text-shadow:1px 1px 2px black;
}
.upper-index{
    font-size: 14px; position: relative; bottom: 16px; font-family: sans-serif; font-weight: normal; color: #bbbbbb;
}
.under-well{
    background-color: black;
    border: 0px;
    opacity: 0.7; 
    z-index: -1;
    margin-left: 20px;
    position: relative;
    width: 500px;
    height: 350px;
    position: absolute;
    border-radius: 8px;
}

/* Supporting marketing content */
.marketing {
    margin: 10px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}
.textpink { 
    color:#FF0084 
}
.footer{
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.ui-growl{
    top: 50px;
    position: fixed;
    left: 40%;
}
.metro-font{
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    letter-spacing: 1.2px;
    font-weight: 100;
}

/* ////////// JSF-related CSS tunning ///////////// */
.jsf-error-text{
    display: block;
    color: #b94a48;
}
.jsf-error-input{
    border-color: red;
    /*                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
                    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;*/
}
.jsf-error-text-spaced{
    display: block;
    color: #b94a48;
    padding-bottom: 10px;
}
/* ////////// end of JSF-related CSS tunning ///////////// */

#loginLink{
    font-family: 'Pacifico', cursive; position: relative; margin-left: 35%
}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 2000;
}

#loading-image {
    position: absolute;
    top: 400px;
    margin-left: 45%;
    z-index: 2010;
}