@media (max-width:767px){
    .navbar-right {
        display: none;
    }
    .pace-progress {
        top: 80px;
    }
}
.navbar-toggle {
    margin-top: 22px;
}

.header .info{
    width: 250px;
    line-height: 2.5;
    margin-top: 10px;
}
.header .info span{
    margin-right: 15px;
}

.sidebar .nav > li.nav-profile {
    height: 60px;
}
.sidebar {
    padding-top: 100px;
}
.navbar-brand {
    padding: 7px 20px;
    height: 80px;
}
.page-header-fixed {
    padding-top: 80px;
}
.sidebar .nav > li.nav-profile .info {
    font-size: 14px;
    line-height: 24px;
}
.sidebar .nav > li > a {
    padding: 8px 20px 8px 30px;
    line-height: 30px;
    font-size: 20px;
}
.sidebar .sub-menu > li > a {
    font-size: 16px;
}

table .t_date{
    max-width: 100px;
    width: 15%;
}
table .t_category{
    min-width: 100px;
    width: 15%;
}
table .t_category{
    min-width: 115px;
}


/*-------------追加分--------------*/
.panel-heading{
    overflow: hidden;
}
.fl{
    float: left;
}
span.open_date{
    float: right;
}

.exercise_sample{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display:box;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    box-pack:center;

    -webkit-box-align:center;
    -moz-box-align:center;
    box-align:center;

    text-align: center;
    border: 1px solid #acacac;

    margin-bottom: 20px;
}
.exercise_sample p{
    height:12px;
}
.exercise_sample img{
    width: 100%;
}
.step{
    margin-bottom: 20px;
}
.step p:first-child{
    font-size: 14px;
    border-bottom: 1px solid #acacac;
    display: inline-block;
}
.jp-details{
    position: relative;
}
.jp-details .download{
    font-size: 0.6em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
}

.login .login-header .icon{
    top: 10px;
}
.category{
    width: 70px;
}
.category span{
    display: inline-block;
    width: 70px;
    text-align: center;
}



/* added Home color scheme */
body {
    color: #333;
    background: #f7f7f7;
}
.sidebar {
    background: #042e58;
}
.sidebar .nav > li.nav-profile {
    background: #052341;
}
.sidebar .nav > li.nav-profile .info small {
    color: #dad5a7;
}
.sidebar .nav > li > a {
    color: #d8e7f6;
}
.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
    background: #072543;
    color: #fff;
}
.sidebar .sub-menu {
    background: #051c32;
}
.sidebar .sub-menu:before {
    background: #03111f;
}
.sidebar .sub-menu > li > a:before {
    color: #6084a6;
}
.sidebar .sub-menu > li > a {
    color: #85a0ba;
}

.sidebar-minify-btn {
    background: #051e37;
}

.panel-inverse > .panel-heading {
    background: #184674;
}
.panel {
    box-shadow:rgb(232, 232, 232) 0px 0px 2px 2px;
    webkit-box-shadow:rgb(232, 232, 232) 0px 0px 2px 2px;
    -moz-box-shadow:rgb(232, 232, 232) 0px 0px 2px 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-color: #cecece;
}
.table > thead > tr > th {
    border-bottom: 2px solid #aaa !important;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background: #fffed6 !important;
}
.table .date {
    color: #b1214c;
}

.bg-red {
    background: #ee4b89 !important;
}

.category span.cate_a {
    border: 1px solid #dd6571;
    color: #dd6571;
    background: #fff2f4;
}
.category span.cate_b {
    border: 1px solid #f2a334;
    color: #e78d33;
    background: #fffaed;
}
.category span.cate_c {
    border: 1px solid #8dab6d;
    color: #8dab6d;
    background: #f7ffef;
}
.category span.cate_d {
    border: 1px solid #4c9dba;
    color: #4c9dba;
    background: #effbff;
}
/*
.category span.cate_a {
    background: #d97a52;
}
.category span.cate_b {
    background: #d8b044;
}
.category span.cate_c {
    background: #8dab6d;
}
.category span.cate_d {
    background: #4c9dba;
}
*/


/* added Log in color scheme */

.bg-black {
    background: #042e58;
}
.login label {
    color: #ccc;
}
.btn.btn-default {
    background: #999;
    border-color: #999;
}
.btn.btn-danger {
    background: #ee4b89;
    border-color: #ee4b89;
}

.notice{
    color: #a94442;
    text-align: center;
    background: #f7ffef;
    font-size: 14px;
}

/* form css */
.checkbox span{
    padding-left: 20px;
}
.checkbox span label{
    padding-left: 0;
}
