﻿/* Move down content because we have a fixed navbar that is 50px tall */

html {
    scroll-behavior: smooth;
}

* {
    padding: 0px;
    /*font-family: 'Bai Jamjuree';*/
    margin: 0px;
}

body {
    padding: 0px;
    background-color: #000;
    color: #fff;
    /*    background-image: url("../AppImg/bg.jpg");
    background-attachment: fixed;
    background-size: cover;*/
}

.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    width: 280px;
}*/


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}



#divNavbar {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 16px -6px #1a1a1a;
    -moz-box-shadow: 0 5px 16px -6px #1a1a1a;
    box-shadow: 0 5px 16px -6px #1a1a1a;
    z-index: 10000;
    position: fixed;
    width: 100%;
}




#divFooter {
    color: #ffffff;
    background-color: rgba(20, 20, 20, 0.97);
    /* #2b3539;    opacity: 0.6;*/
    /*min-height: 350px;*/
    padding: 40px 0px;
}

#divFooter a {
    color: #fff;
    text-decoration: none;
}

#divFooter a:hover {
    text-decoration: underline;
}

#divFooter ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#divFooter .liTitle {
    font-weight: bold;
    text-transform: uppercase;
}


.nvabaritem {
}

.nvabaritem:hover {
    font-weight: normal;
    color: blue;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.30);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.50);
}








/** {
    box-sizing: border-box;
}
*/


.topnav {
    overflow: hidden;
    background-color: #e9e9e9;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #2196F3;
    color: white;
}

.topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}

@media screen and (max-width: 600px) {
    .topnav .search-container {
        float: none;
    }

    .topnav a, .topnav input[type=text], .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}
