
a:link
{
    color: blue;
    text-decoration: underline;
}

a:visited
{
    color: blue;
    text-decoration: none;
}

a:hover
{
    color: blue;
    text-decoration: none;
}

a:active
{
    color: blue;
    text-decoration: none;
}

a.btn
{
    color: black;
    text-decoration: none;
}

body
{
    padding: 8px 16px 8px 16px;

    font-size: 14px;
    line-height: 160%;
}

p
{
    clear: both;
}

hr
{
    clear: both;

    height: 0px;
    border: 0px;
    border-bottom: 1px solid gray;
}

 h1
{
    margin-bottom: 0px;
}

 h2
{
    margin-bottom: 0px;
}

 h3
{
    margin-bottom: 0px;
}

.bold
{
    font-weight: bold;
}

.nowrap2
{
    white-space: nowrap;
}

.submit
{
    text-align: center;
}

span.required
{
    color: red;
}

span.required-white
{
    color: white;
}

span.required-orange
{
    color: orange;
}

span.required-blue
{
    color: blue;
}

span.required-gray
{
    color: gray;
}

input.required
{
    border: solid 1px pink;
}

.iteration
{
    text-align: right;
}

.icon
{
    text-align: center;
    vertical-align: middle;
}

.back-image
{
    background-repeat: no-repeat;
    background-position: center top;
}

.event2
{
    cursor: pointer;
}

.event-noAuth
{
    text-decoration: line-through;
}

.ws-input
{
    margin: 0px 20px;
}

.ws-input .ws-sort
{
    ime-mode: disabled;
    text-align: right;

    width: 120px;
}

.ws-input .input_comment
{

}

.ws-input .input_error
{
    color: red;
}

.ws-input .form-control
{
    width: 80%;
}

.ws-list th
{
    color: black;
}

.table-bordered th
{
    background-color: #f5f5f5;
    border: 1px solid gray;

    white-space: nowrap;
    text-align: center;
}

.table-bordered td
{
    border: 1px solid gray;
}

.table-bordered .ws-sort
{
    width: 60px;
    ime-mode: disabled;
    text-align: right;
}

.ws-sortable .fa-th-list
{
    cursor: pointer;
}

.table-bordered .btn
{
    margin: 0px 0px 0px 0px;
    padding: 4px 8px 4px 8px;
}

.table-bordered .event-toggle
{
    cursor: pointer;
}

.table-bordered .ws-detail
{
    position: absolute;
    display: none;
}

.table-bordered .ws-col-1
{
    min-width: 40px;
}
.table-bordered .ws-col-2
{
    min-width: 80px;
}

.week-0
{
    background-color: #dca7a7;
}

.week-6
{
    background-color: #9acfea;
}

.red
{
    color: red;
}

.bloak_flash
{
    margin-top: 16px;
}

.menu-main-affix
{
    background-color: white;
    width: 100%;
    z-index: 3;
}

/*
.contents-main-affix
{
    padding-top: 112px;
}
 */
