/* ------------ Styles for HOME page ----------------- */

.mainPic {
    width: 100%;
    height: 40vh;
    background: url("../images/uwsHome.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright {
    text-align: center;
}

footer p {
    color: #12856f;
}


/* ------------ Styles for ALL PAGES ----------------- */

h1 {
    font-family: 'Exo', sans-serif;
}

.appContent {
    background-color: #22222e;
}

.fullScreen {
    min-height: 100vh;
}


/* ------------ Styles for FIND BUILDING PAGE ----------------- */

#map {
    height: 40vh;
}


/* ------------ Styles for CHAT PAGE ----------------- */

#userButtons {
    width: 200px;
}

#msgOut {
    width: inherit;
    color: #fff;
}

#SubmitButton {
    width: 100px !important;
    display: inline-block !important;
    margin-left: 5px;
}

.msgInput {
    width: 65% !important;
    display: inline-block;
    float: left;
    padding: 5px;
}


/* ------------ Styles for GALLERY PAGE ----------------- */

.thumbnails img {
    width: 29vw;
}


/* ------------ Styles for NOTES PAGE ----------------- */


/* Force Centering form*/

.notesForm .ui-input-text {
    width: 60% !important;
    display: inline-block !important;
    margin: 0 3%;
    height: 42px;
    font-size: 1.2em;
}

.notesForm .ui-btn-inline {
    vertical-align: bottom;
}

.notesForm .ui-btn {
    width: 24% !important;
    margin: 0;
}

.notesForm .ui-shadow {
    box-shadow: 0px 0px 0px #000;
}

.notesContainer {
    margin: 10px 0;
}

.note {
    display: inline-flex;
    border-radius: 5px;
    margin: 10px 0;
    width: 100%;
}

.note input[type="checkbox"] {
    position: absolute;
    left: .466em;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 0;
    outline: 0!important;
    z-index: 1;
}

.note .ui-btn-icon-right {
    padding: 0px !important;
    top: 5px !important;
    vertical-align: middle;
}

.note .ui-btn-icon-right:after {
    margin: auto !important;
    position: relative;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 5px;
}

.noteText {
    margin-left: 10%;
    width: 70%;
    word-wrap: break-word;
}

#notes .ui-panel-wrapper {
    background-color: #22222e;
}

#addBtn {
    background-color: #12856f;
    border: none;
    color: #fff;
    text-shadow: none;
}
