﻿body {
    font-family: Verdana;
    /*font-size: 12px;*/
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.margin-left2{
    margin-left:2em;
}

.radio-inline{
    margin-top: -3px !important;
}

.form-label{
    color:#808080;
}
.event-operate{
    background-color:#FF4040;
}
.event-join{
    background-color:#9ACD32;
}
.day-holiday{
    background-color:#9ACD32;
}
.day-workday{
    background-color:#FF4040;
}

.require {
    color: blueviolet;
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

.red{
    color:red;
}

.tr-active{
    font-weight:bold;
    /*background-color: #e4efc9 !important;*/ 
}

.paging {
    page-break-after: always;
}

.print {
    width: 762px;
    font-size: 12px;
    font-family: Cambria;
}
.print-box {
    width: 762px;
    clear: both;
    float: left;
}
.print-row {
    clear: both;
}
.print-border {
    padding: 4px;
    border: 1px solid #000000;
}
.print-box-left {
    width: 740px;
    float: left;
}
.print-box-right {
    width: 10px;
    float: right;
}
.print-btn{
    padding:4px;
    display: inline-block;
    color: #FFF!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important;
    background-image: none!important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none!important;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    background-color: #abbac3!important;
    border-color: #abbac3;
}

.div-span-right {
    float: left;
    word-break: break-all;
    padding: 2px;
    margin: 4px 0;
    text-align: right;
}
.div-span {
    float: left;
    word-break: break-all;
    padding: 2px;
    margin: 4px 0;
}
.print-strong {
    font-size: 14px;
    font-weight: bold;
}
.space {
    clear: both;
    height: 4px;
}
.print-table {
    border: 1px solid #000;
    border-collapse: collapse;
    word-break: break-all;
}
    .print-table th {
        border: 1px solid #000;
        font-weight: bold;
        text-align: center;
    }

    .print-table td {
        border: 1px solid #000;
    }
.remark {
    min-height: 30px;
}
.divider-line {
    height: 40px;
    line-height: 40px;
}
.form-row {
    margin-bottom: 10px;
    clear: both;
}

.small-font{
    font-size:12px;
}

#grid-table input[type="checkbox"] {
    width:18px;
    height:18px;
}

.gantt{
    width:auto;
    text-align:center;
}

    .gantt .title {
        text-align: left;
        max-width: 100px;
    }

    .gantt tbody tr td, .gantt thead tr td {
        max-width: 30px;
    }
    
  .weekend {
        color: #9ACD32;
    }

    .gantt tbody tr td .tour{
        display: block; 
        width: 100%;
        height: 100%;
    }

.un-active {
    text-decoration: line-through;
    color:#CCC;
}

.nowrap {
    word-break: keep-all;
    white-space: nowrap;
}

.profile-info-value > span + span:before {
    content: '' !important;
}