.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
    background-color: #efefef;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #e1e1e1;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom:inherit;
  color: #333333;
}

select {
  width: auto;
}

.table thead tr th , .table tbody tr th {
    background-color:#ebebeb;
}

.table {
    width:auto;
}

.table th 
{
    text-align:inherit;
    vertical-align:inherit;
}

input,
textarea,
.uneditable-input {
    width:auto;
}

input.zenkaku {
    ime-mode:active;
}

input.hankaku {
    ime-mode:inactive;
}

input.imeOff {
    ime-mode:disabled;
}

.navbar 
{
    margin-top:20px;
}

.navbar-inner {
    min-height: 40px;
    background-color: #45aeea;
    background-repeat: repeat-x;
    border: 1px solid #1990d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: none;
    zoom: 1;
    filter: none;
    background-color: #4bb0ea;
    background-image: -moz-linear-gradient(top, #54b4eb, #2fa4e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54b4eb), to(#2fa4e7));
    background-image: -webkit-linear-gradient(top, #54b4eb, #2fa4e7);
    background-image: -o-linear-gradient(top, #54b4eb, #2fa4e7);
    background-image: linear-gradient(to bottom, #54b4eb, #2fa4e7);
}

.navbar .brand 
{
    color:#ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.btn-default 
{
  background-color: #c7c7c7 !important;
  background-color: hsl(0, 0%, 78%) !important;
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#c6c6c6");*/
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#c6c6c6));
  background-image: -moz-linear-gradient(top, #f9f9f9, #c6c6c6);
  background-image: -ms-linear-gradient(top, #f9f9f9, #c6c6c6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #c6c6c6));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #c6c6c6);
  background-image: -o-linear-gradient(top, #f9f9f9, #c6c6c6);
  background-image: linear-gradient(#f9f9f9, #c6c6c6);
  border-color: #c6c6c6 #c6c6c6 hsl(0, 0%, 73%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
  box-shadow:none;
  border:1px solid #b7b7b7 !important;
}
.btn-default:hover {
  background-color: hsl(0, 0%, 68%) !important;
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0", endColorstr="#adadad");*/
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e0e0e0), to(#adadad));
  background-image: -moz-linear-gradient(top, #e0e0e0, #adadad);
  background-image: -ms-linear-gradient(top, #e0e0e0, #adadad);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #adadad));
  background-image: -webkit-linear-gradient(top, #e0e0e0, #adadad);
  background-image: -o-linear-gradient(top, #e0e0e0, #adadad);
  background-image: linear-gradient(#e0e0e0, #adadad);
  border-color: #adadad #adadad hsl(0, 0%, 63%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

.navbar .nav > li > a {
  color:#ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.sbox {
    padding:8px;
    border:1px solid #ddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px 3px;
    -webkit-box-shadow:inset 0 1px 0 #ffffff;
    -moz-box-shadow:inset 0 1px 0 #ffffff;
    box-shadow:inset 0 1px 0 #ffffff;
    position: relative;
}

.sbox>h4, .sbox>h3 {
    /*background-color:#f5f5f5;
    background-repeat:repeat-x;
    background-image:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
    background-image:-moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image:-ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image:-webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image:-o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image:linear-gradient(top, #ffffff, #f5f5f5);*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);*/
    padding:0 8px;
    /*text-shadow:0 1px 0 #ffffff;*/
    line-height:30px;
    border-bottom:1px solid #ddd;
}

.sboxInner {
    padding:12px;
}


.nav-header {
  font-size: 14px;
}

.btn 
{
    white-space:nowrap;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    filter:none;
}

input {
  overflow:auto;
}

[disabled].btn {
    filter: none;
}

/************* list style *************/
.list-bullet-red 
{
    list-style:none;
}
.list-bullet-red li,
li.list-bullet-red
{
    background-image:url('./images/bullet_red.gif');
    background-position:left 1px;
    background-repeat:no-repeat;
    padding-left:20px;
}

.nav-list > li > a 
{
    padding-left:30px;
}

h2 
{
    font-size:16px;
    line-height:25px;
}

h2.line-title
{
    font-size:12px;
    padding-left:12px;
    background:url(./images/textbg03.png) no-repeat;
    margin-top:0px;
}

h3 
{
    font-size:14px;
    line-height:20px;
}

h3.line-title
{
    background:url(./images/textbg01.gif) no-repeat 0px 2px;
    padding-left:12px;
    border-bottom:1px solid #ccc;
}

.nav > li > a:hover 
{
    background-color:rgb(208, 208, 208);
    background-color:rgb(255,189,66);
    color:#333;
}

thead .fc-sun 
{
    color:rgb(204, 0, 0);
}

thead .fc-sat
{
    color:rgb(51, 102, 153);
}
