/* 
    Document   : default
    Created on : 2012/12/26, 下午 03:59:20
    Author     : hcfeng
    Description:
        Purpose of the stylesheet follows.
*/

.system-disp-link:hover {
    cursor: pointer;
}

.itemSubjectLink{
    font-size: 11pt !important;
    color: green !important;
    font-family: Arial !important;
    font-weight: bold !important;
    text-decoration: none !important;
    height: 30px;
}

.itemSubjectLink:hover {
    font-size: 11pt !important;
    color: red !important;
    font-family: Arial !important;
    font-weight: bold !important;
    text-decoration: none !important;
    height: 30px;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.scrollToTop {
    width: 42px;
    height: 42px;
    padding: 10px;
    position: fixed;
    bottom: 60px;
    display: none;
    opacity: 0.7;
    z-index: 99999;
}

.scrollToTop:hover {
    width: 42px;
    height: 42px;
    padding: 10px;
    position: fixed;
    bottom: 60px;
    display: none;
    opacity: 1;
    z-index: 99999
}

table.dataTable tr.even{
    background-color: #E5E5E5;
    border:1px lightgrey;
}

input[type="checkbox"] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

body {
    padding-top: 46px;
}

@page {
    size: 210mm 297mm;
    margin: 5mm 5mm 5mm 5mm;
}

@media print {
    body {
        padding-top: 0mm;
        margin: 0mm;
        font-size: 9pt;
        width: 200mm;
        height: 287mm;
        line-height: 3mm;
        background-color: blue;
    }
    .paddingbottom-print {
        padding-bottom: 1.7em;
    }
    .col-print-1, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .col-print-10, .col-print-11, .col-print-12 {
        float: left;
    }
    .col-print-12 {
        width: 100%;
    }
    .col-print-11 {
        width: 91.66666666666666%;
    }
    .col-print-10 {
        width: 83.33333333333334%;
    }
    .col-print-9 {
        width: 75%;
    }
    .col-print-8 {
        width: 66.66666666666666%;
    }
    .col-print-7 {
        width: 58.333333333333336%;
    }
    .col-print-6 {
        width: 50%;
    }
    .col-print-5 {
        width: 41.66666666666667%;
    }
    .col-print-4 {
        width: 33.33333333333333%;
    }
    .col-print-3 {
        width: 25%;
    }
    .col-print-2 {
        width: 16.666666666666664%;
    }
    .col-print-1 {
        width: 8.333333333333332%;
    }
    a[href]:after {
        content: none !important;
        font-size: 9pt;
    }
    a[class*=form-control] {
        font-size : 9pt;
    }
    /*#displayTitle-displayWorkflowName{
        font-size: 9pt;
    }
    
    #displayTitle-displayProcessNo{
        font-size: 9pt;
    }*/
}

.ui-growl {
    right: 5px;
    top: 5%;
    z-index: 9999 !important;
}

.approvallist-order-select-bar {
    margin-bottom: 8px;
}


.approvallist-order-select-bar .ui-corner-all {
    border-left: none;
    border-right: none;
}

.choices td {
    padding-right: 6px;
}
.choices input + label {
    padding: 8px;
    font-weight: normal;
    cursor: pointer;
}

.myCheckBox {
    padding-top: 6px;
}
.myCheckBox div + span {
    font-size: 10.5pt;
    margin:0 4px 0 4px !important;
}

.myCalendar input {
    background-color: white;
    font-weight: normal;
    font-size: 15px;
    padding: 8px 12px;
    color: #666666;
    font-family: inherit;
    cursor: auto !important;
    border-radius: 0px;
    width: 100%;
}
.myCalendar input:disabled {
    font-weight: normal;
    font-size: 15px;
    padding: 8px 12px;
    color: #666666;
    font-family: inherit;
    border-radius: 0px;
    cursor: not-allowed !important;
    background-color: #eeeeee;
    opacity: 1;
    width: 100%;
}

.my-subject {
    color:gray;
    padding-left: 0px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: bolder;
}

.myCheckBoxTd {
    text-align: center;
}

.myCheckBoxTd div {
    margin-bottom: 0px;
}

.myCheckBoxTd div div {
    margin-bottom: 0px;
}

.ck-editor__editable {
    min-height: 300px;
}

:root {
    --ck-z-default: 100 !important;
    --ck-z-panel: calc( var(--ck-z-default) + 999 );
}

.ck-content {
    font-size: 1.2em !important;
    letter-spacing: 0.05em !important;
    line-height: 26px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}