@import "foundation.css";

/* text style */
.greetguest {
    text-align: center;
    color: #3B24A4;
    margin: 1.0em;
    font-family: 'Roboto', sans-serif;
    font-size: 3.0em;
}

.heading {
    color: #09128F;
    font-family: 'Roboto', sans-serif;
    margin-left: 0.5em;
    font-size: 2.0em;
}

.greetuser {
    color: #116373;
    font-family: 'Roboto', sans-serif;
    margin: 0.5em;
    font-size: 1.5em;
}

/* body and text style */
p {
    font-family: 'Roboto', sans-serif;
    color: #3B24A4;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

body {
    /*  background: linear-gradient(to right, #DCDCDC, #B0C4DE); */
    background: linear-gradient(to right, #FBFDE8, #BBDEFB);
}

/* style for listing key items */
.keyitem {
    border: 1px solid #FBFDE8;
    background-color: #2C1E9C;
    color: #EEEEEE;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 1.5em;
    width: 98%;
}

.keytext {
    overflow-x:scroll;
    white-space:nowrap;
}

/* form input style */
input[type=text] {
    border: 1px solid white;
    border-radius: 1.0em;
    background-color: #FBFDE8;
    color: #09128F;
}

input[type=text]:focus {
    border: 3px solid white;
    background-color: #BBDEFB;
}

textarea {
    border: 1px solid white;
    border-radius: 1.0em;
    background-color: #FBFDE8;
    color: #09128F;
}

textarea:focus {
    border: 3px solid white;
    background-color: #BBDEFB;
}

label {
    color: #3B24A4;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
}

/* alert message on logout */
.alertmsg {
    color: #116373;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    text-align: center;
    padding-top: 20px;
}

/* top bar style */
.name-text {
    color: #EEEEEE;
    padding-left: 0.5em;
    font-size: 2.0em; /* 40px/16=2.5em */
    font-family: 'Roboto', sans-serif;
    /* font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
}

.backcolor {
    width: 100%;
    background: linear-gradient(to right, #09128F, #BBDEFB);
}

.top-bar-background {
    background: linear-gradient(to right, #FBFDE8, #BBDEFB);
}

/* button style */
.signinbutton {
    background-color: #09128F;
    border-radius: 2.0em;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 1.0em;
}

.signinbutton:hover {
    background-color: #3B24A4;
}

.logoutbutton {
    color: #09128F;
    margin: 0.5em;
    font-size: 24;
    font-family: 'Roboto', sans-serif;
    float: right;
}

.logoutbutton:hover {
    color: #3B24A4;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.keybutton {
    margin: 0.75em;
    background-color: #116373;
    border-radius: 2.0em;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.keybutton:hover {
    background-color: #3396A6;
}

.homelink {
    color: #FBFDE8;
}

.homelink:hover {
    color: #FFFFFF;
    font-weight: 600;
}

.returnbutton {
    color: #09128F;
    padding: 0.5em;
    font-family: 'Roboto', sans-serif;
    border: 2px solid white;
    border-radius: 2.0em;
}

.returnbutton:hover {
    color: #3B24A4;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.formfields {
    padding-left: 2.0em;
    padding-right: 2.0em;
}

.pad {
    padding-top: 2.0em;
    padding-bottom: 2.0em;
}

/* Material Icons */
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons {
    display: inline-flex;
    vertical-align: top;
}
