@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iconfont/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'),
    url('../fonts/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/iconfont/MaterialIcons-Regular.woff') format('woff'),
    url('../fonts/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

@media (max-width: 1900px) {
    .tabs {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

input[placeholder] {
    width: 100% !important;
}

header, main, footer {
    padding-left: 300px;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 92%;
    }
}

.modal.bottom-sheet {
    max-width: 800px;
    position: fixed;
    left: 300px;
    right: auto;
    top: auto;
    bottom: -100%;
    max-height: 90%;
    border-radius: 0;
    will-change: bottom, opacity;
}

@media only screen and (max-width: 992px) {
    header, main, footer {
        padding-left: 0;
    }

}

@media (max-width: 992px) {
    .modal {
        width: 100%;
    }

    .modal.bottom-sheet {
        max-width: 100%;
        width: 100%;
        left: 0;
    }
}

.modal.modal-fixed-footer {
    padding: 0;
    height: 100%;
}

a:hover {
    cursor: pointer;
}

tbody tr td {
    font-size: small;
}

.inline-ul {
    display: block;
    overflow: hidden;
    white-space: nowrap
}

.inline-ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;

}

.selected {
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

.menu-dp li a {
    color: white;
}

.photo-title {
    position: relative;
    top: 20px;
    left: 20px;
    display: block;
}

.photo-title p {
    display: inline;
    position: absolute;
    font-weight: bold;
    font-size: xx-large;
    color: white;
}