﻿body {
    background-color: #000;
    color: #fff;
}
.header {
    background: url(../images/LogoThaiBMA.png) no-repeat;
    height: 76px;
}
.footer {
    border-top: 1px solid #808080;
    text-align: center;
    font-size: 0.8em;
    color: #808080;
    background-color: #000;
}
.page-title {
    text-align: right;
    vertical-align: middle;
    line-height: 76px;
    font-size: 3em;
    font-weight: bold;
    /*text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);*/
}
.last-updated, .prev-asof {
    text-align: left;
}
.chart {
    border: 1px solid #808080;
    min-height: 400px;
}
.no-chart {
    border: 1px solid #000;
    min-height: 400px;
}
#main {
    margin-top: 0px;
    margin-bottom: 20px;
}
#main .row {
    margin: 2px 0;
}
#main .row > div {
    padding: 2px;
}

/* Bootstrap Select */
/*.bootstrap-select .dropdown-menu {
    background-color: #e5e5e5;
}
.bootstrap-select .dropdown-menu.openright::after {
    border-bottom-color: #434343 !important;
}
.bootstrap-select .dropdown-menu .ranges {
    padding: 0 !important;
    margin: 0 !important;
}
.bootstrap-select .dropdown-menu li a {
    color: #333;
}
.bootstrap-select .dropdown-menu > li > a:focus, 
.bootstrap-select .dropdown-menu > li > a:hover {
    background-color: #b2b2b2;
    color: #000;
}
.bootstrap-select .btn-default {
    border-color: #808080;
    background-color: #ccc;
    color: #000;
}
.bootstrap-select .btn-default.active, 
.bootstrap-select .btn-default:active, 
.bootstrap-select.open > .dropdown-toggle.btn-default {
    background-color: #ccc !important;
    color: #000 !important;
}*/
.bootstrap-select .dropdown-menu {
    background-color: #434343;
}
.bootstrap-select .dropdown-menu.openright::after {
    border-bottom-color: #434343 !important;
}
.bootstrap-select .dropdown-menu .ranges {
    padding: 0 !important;
    margin: 0 !important;
}
.bootstrap-select .dropdown-menu li a {
    color: #ADADAD;
}
.bootstrap-select .dropdown-menu > li > a:focus, 
.bootstrap-select .dropdown-menu > li > a:hover {
    background-color: #212121;
    color: #ffffff;
}
.bootstrap-select .btn-default {
    border-color: #727272;
    background-color: #434343;
    color: #ADADAD;
}
.bootstrap-select .btn-default.active, 
.bootstrap-select .btn-default:active, 
.bootstrap-select.open > .dropdown-toggle.btn-default {
    background-color: #212121 !important;
    color: #ffffff !important;
}

/*========== BOOTSTRAP ==========*/
/* http://getbootstrap.com/css/#grid */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media only screen and (max-width: 767px) {
    .page-title {
        font-size: 2.5em;
        line-height: 1em;
        text-align: center;
    }
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
        font-size: 2em;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-title {
        font-size: 2.5em;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and  (min-width: 1200px) {

}
@media only screen and (max-width: 480px) {
    .page-title {
        font-size: 2em;
    }
}
