@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto|Sarabun|Roboto+Mono|Kanit');

html,
body {
    height: 100%;
    background-color: #f5f5f5;
    font-weight: 300;
    font-family: 'Kanit', 'Roboto', 'sans-serif';
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -206px;
    padding: 60px 0 206px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.header {

    background-color: #FF2E02;
    /*background-image: url('../img/hero.jpg');
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;*/
    border-bottom: 2px solid lightgrey;
}

.header h1 {
    font-family: 'Oswald', 'Sarabun';
    color: white;
    font-size: 36px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.header-menu {
    padding: 4px;
    background-color: lightgrey;
    font-size: 16px;
    text-align: center;
}

.main-content {
    margin-top: 20px;
    margin-bottom: 20px;
    /*background-color: #ffffff;*/
}

.page-header {
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-bottom: 0px;
    }

.footer {
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
    color: white;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* align the logout "link" (button in form) of the navbar */

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: transparent;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: transparent;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 2px 2px;
    font-size: 18px;
    line-height: 20px;
}

.navbar {
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
}

.nav > li {
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 23px;
    list-style: none;
    background: transparent;
}

.breadcrumb > .active {
    color: white;
}

.breadcrumb a {
    color: white;
}

.breadcrumb > li + li:before {
    color: white;
}

#header {
    position: relative;
    z-index: 5;
    padding: 20px 0;
    text-align: center;
    transition: all 0.3s ease, background 0.3s, padding 0.3s;
}

#header.sticky {
    position: fixed;
    width: 100%;
    height: 60px;
    padding: 10px 0;
    left: 0;
    top: 0;
    z-index: 990;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075), 0 10px 0 rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075), 0 10px 0 rgba(0, 0, 0, 0.01);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075), 0 10px 0 rgba(0, 0, 0, 0.01);
}

/*
h1,
h2,
h3 {
    font-family: "Kanit";
}*/


.dashbox_icon {
    font-size: 60px;
}

.dashbox_count {
    font-size: 30px;
    line-height: 30px;
}

.hint-block {
    font-family: Tahoma;
    font-size: 12px;
    color: lightskyblue;
}

h1, h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.action-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*.navbar .dropdown-menu {
    min-width: 280px;
}*/
@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {
        display: none;
        content: "";
    }
}