@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
body {
    background: #f3f3f3;
    font-family: Roboto;
    color: #333333 !important;
}

.myGrid {
    width: 500px;
    height: 250px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.selected{
    background: #d08666;
    color:white;
}

.unselected{
    background: white;
    color:black;
}

.modalImage .image-wrapper {
    text-align: center;
}
.modalImage .image-wrapper img {
    max-width: 560px;
    max-height: 560px;
}
.modalImage .image-description {
    text-align: center;
    margin-top: 10px;
}

#map {
    width: 100%;
    height: 500px;
    background-color: grey;
}

map, div[map] {display:block; width:100%; height:400px;}

a:hover {
    cursor:pointer;
}

ul.sidebar .sidebar-list {
    height: 30px;
}

.shadow{
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.pac-container { z-index: 100000; }


.header-fixed {

    width: 100%;

}
.header-fixed > thead,
.header-fixed > thead > tr,
.header-fixed > thead > tr > th{
    display: block;
    background: #4285f4;
    color:white;
}

.header-fixed > tbody,
.header-fixed > tbody > tr,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
.header-fixed > tbody {
    background: #ffffff;
    overflow-y: auto;
    font-size: 12px;
    height: 290px;
}
.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    float: left;
}

.header-fixed-xl {
    width: 100%;
}
.header-fixed-xl > thead,
.header-fixed-xl > thead > tr,
.header-fixed-xl > thead > tr > th{
    display: block;
    background: #4285f4;
    color:white;
}
.header-fixed-xl > tbody,
.header-fixed-xl > tbody > tr,
.header-fixed-xl > tbody > tr > td {
    display: block;
}
.header-fixed-xl > tbody > tr:after,
.header-fixed-xl > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
.header-fixed-xl > tbody {
    background: #ffffff;
    overflow-y: auto;
    font-size: 12px;
    height: 400px;
}
.header-fixed-xl > tbody > tr > td,
.header-fixed-xl > thead > tr > th {
    float: left;
}


.header-fixed-small {
    width: 100%
}
.header-fixed-small > thead,
.header-fixed-small > thead > tr,
.header-fixed-small > thead > tr > th{
    background: #4285f4;
    color:white;c
    display: block;
}
.header-fixed-small > tbody,
.header-fixed-small > tbody > tr,
.header-fixed-small > tbody > tr > td {
    display: block;
}

.header-fixed-small > tbody > tr:after,
.header-fixed-small > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed-small > tbody {
    overflow-y: auto;
    height: 100px;
    font-size: 12px;
}
.header-fixed-small > tbody > tr > td,
.header-fixed-small > thead > tr > th {
    float: left;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.paddingnone {
    padding: 5px;
}


/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('../img/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}
.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('../img/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}