﻿body {
    padding-top: 2px;
    padding-bottom: 10px;
    font-family: ""微軟正黑體"";
    font-size: 16px;
    color: black;
    background-color: #e0dede;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 4px;
    padding-right: 4px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.widget-title {
    background-color: #f3f3ff;
    border: 1px solid #e0dede;
    /*height: 36px;*/
    text-decoration: double;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.nav > li > a {
    /*background-color: #772953;*/
}

.paper {
    width: 98%;
    background: #f5f5f5;
    height: auto;
    margin: 0px;
    border: 1px thin #222;
    box-shadow: 0 0 1px black;
    border-radius: 3px;
}

.paper-question {
    background: #f5f5EA;
    padding: 5px 10px;
    /*border-radius: 5px;*/
}

.widget-title {
    background-color: #e2cece;
    border: 1px solid #e0dede;
    /*height: 36px;*/
    text-decoration: double;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.flag {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-position: left top;
    vertical-align: inherit;
    margin-right: 3px;
}

    .flag.flag-zh-CN {
        background-image: url('Images/cm.png');
    }

    .flag.flag-zh-TW {
        background-image: url('Images/tw.png');
    }

    .flag.flag-en-US {
        background-image: url('Images/en.png');
    }

    .flag.flag-id-ID {
        background-image: url('Images/id.png');
    }

@media (min-width:768px) {
    .navbar-nav > li {
        float: left;
        display: inline !important;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .navbar-text {
        float: none;
        margin: 5px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}
