@import url('jquery-ui.min.css');
@import url('jstree.min.css');
@media print {
    @page {
        size: 1360px 700px;
        margin: 0;
    }
    body {
        width: 1360px;
        height: 700px;
        -webkit-print-color-adjust: exact;
    }
}

.disabled,
.disabled>* {
    background: #ccc !important;
    cursor: not-allowed !important;
}

* {
    line-height: 125%;
    font-size: 16px;
}

body {
    margin: 0;
}

h1 {
    text-align: center;
    letter-spacing: 0.8em;
    font-size: 40pt;
    margin: 2em 0;
}

label {
    display: inline-block;
    margin: 0 4px;
}

div.row {
    text-align: center;
    zoom: 200%;
    margin: 8px;
}

button {
    transition: all .3s;
    background-color: white;
    border: 1px solid black;
    border-radius: 6px;
    box-shadow: -1px -1px 3px inset;
    cursor: pointer;
    padding: 0 8px;
}

button[data-function] {
    min-width: 5em;
}

.large,
#header button,
#footer button,
#header li>a {
    font-size: 20px;
}

button:disabled {
    cursor: inherit;
}

button:hover:not(:disabled) {
    background-color: cyan;
}

button:active {
    outline: none;
    background-color: pink;
}

button:focus {
    /*   outline: none; */
}

button.pushed {
    box-shadow: 1px 1px 3px inset;
    background-color: gray;
}

header {
    position: fixed;
    top: 8px;
    right: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 4px;
}

marquee {
    display: block;
    width: 600px;
    height: 30px;
    line-height: 30px;
    bottom: 60px;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    color: red;
    font-weight: bold;
    margin: 0 auto;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 3px;
    box-shadow: none;
}

input:focus {
    /*   outline: none; */
    background-color: #f9f97f;
}

input[readonly],
textarea[readonly],
select[readonly] {
    background-color: #eeeeee;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    resize: none;
}

select {
    margin: 0 7px;
}

table {
    border-collapse: collapse;
}

table.grid {
    margin: 1em 4em;
    width: 1100px;
}

table.grid caption {
    text-align: right;
}

table.grid th,
table.grid td {
    border: 1px solid black;
    padding: 4px;
    word-break: break-all;
}

table.grid th,
.bg-th {
    background-color: #b2cbe4;
}

table.clickable tbody tr:hover,
thead th[data-sort]:hover {
    background-color: gold;
    color: red;
    cursor: pointer;
}

ul.nomark,
ol.nomark {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.padding>li,
ol.padding>li {
    margin: 6px 0;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.text-center {
    text-align: center;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    bottom: 0;
    background-color: #79c3ef;
    z-index: 1;
    padding: 0 8px;
}

#menu>h2 {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0;
    line-height: 48px;
    cursor: pointer;
}

#menu>table {
    width: 104px;
    margin: 5px 1px;
    background-color: #ffffff;
}

#menu>table th,
#menu>table td,
table.border th,
table.border td {
    border: 1px solid black;
    font-size: 14px;
}

table.padding th,
table.padding td {
    padding: 2px 6px;
}

#menu>table td {
    text-align: right;
}

@media screen {
    @keyframes blink {
        75% {
            opacity: 0.1;
        }
    }
    .blink,
    .blink.no-contact:before {
        animation: blink 1s step-end infinite;
    }
}

#bell,
#mail {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 4px 4px 4px;
    cursor: pointer;
}

#bell>span,
#mail>span {
    position: absolute;
    right: 0;
    display: inline-block;
    background-color: red;
    color: white;
    border-radius: 12px;
    padding: 0 6px 0 7px;
    font-weight: bold;
}

#time {
    margin: 4px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#header {
    position: fixed;
    top: 0;
    left: 116px;
    right: 0;
    padding: 4px;
    background-color: #79c3ef;
    z-index: 99999;
}

#header>ul {
    display: flex;
    margin: -1px 0;
    padding: 0;
    width: 700px;
}

#header>ul li {
    list-style: none;
    background-color: #8dcdf3;
}

#header>ul>li {
    border: 1px solid #eee;
}

#header>ul li>a {
    text-decoration: none;
    display: block;
    min-width: 93px;
    text-align: center;
    color: black;
}

#header>ul li:not(:first-child) {
    border-left: none;
}

#header>ul li>a:hover {
    background-color: gold;
    color: red;
}

#header>ul>li>ul {
    margin: 1px 0 0 -1px;
    display: none;
    padding: 0;
    position: absolute;
    box-shadow: 2px 2px 5px;
    border: 1px solid white;
    border-top: none;
}

#header>ul>li:hover>ul {
    display: block;
}

#header>ul>li>ul>li {
    border-top: none;
}

#header>ul>li>ul>li>a {
    padding: 4px;
    text-align: left;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    background-color: #79c3ef;
    text-align: right;
}

#body {
    position: fixed;
    margin: 33px 0 33px 116px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

#frame {
    position: absolute;
    border: 1px solid white;
    width: 450px;
    height: 600px;
}

#chart {
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px 0;
}

[title="警留"],
[data-mibun="警留"] {
    color: blue ! important;
}

[title="現留"],
[data-mibun="現留"] {
    color: magenta ! important;
}

[title="勾留"],
[data-mibun="勾留"],
[data-mibun="勾留延長"] {
    color: red ! important;
}

[title="被告"],
[data-mibun="被告"] {
    color: green ! important;
}

[title="仮"],
[data-mibun="仮"] {
    color: darkorange ! important;
}

[title="被告人"],
[data-mibun="被告人"] {
    color: green ! important;
}

[title="仮留置"],
[data-mibun="仮留置"] {
    color: darkorange ! important;
}

#dialogs {
    display: none;
}

#dialog_jinji {
    display: none;
}

#dialog_kako {
    display: none;
}

#dialog_shozoku {
    display: none;
}

#dialog_ryuchisha {
    display: none;
}

#dialog_set_kyohan {
    display: none;
}

#dialog_jusho {
    display: none;
}

button>img {
    width: 16px;
}

#result {
    display: none;
}

.tommorow {
    background-color: khaki ! important;
}

.today {
    background-color: pink ! important;
}

.required-label:after {
    content: '※';
    vertical-align: super;
    font-size: 10px;
    color: red;
}

.error {
    background-color: pink ! important;
    border-color: red ! important;
}

.user {
    margin-top: 1em;
    margin-left: 4em;
    margin-bottom: 1em;
    width: 16em;
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
    display: inline-block;
}

.padding-top {
    padding-top: 34px;
}

.margin-top {
    margin-top: 34px;
}

.margin-left {
    margin-left: 6em;
}

.user img {
    max-height: 120px;
    max-width: 120px;
}

.userInfor {
    width: 16em !important;
    margin-left: 2em !important;
    margin-right: 0em !important;
}

.col-em-0 {
    width: 0em !important;
}

.col-em-offset-0 {
    margin-left: 0em !important;
}

.col-em-pad-l-0 {
    padding-left: 0em !important;
}

.col-em-mr-0 {
    margin-right: 0em !important;
}

.col-em-pad-r-0 {
    padding-right: 0em !important;
}

.col-em-mt-0 {
    margin-top: 0em !important;
}

.col-em-mb-0 {
    margin-bottom: 0em !important;
}

.col-em-pad-t-0 {
    padding-top: 0em !important;
}

.col-em-pad-b-0 {
    padding-bottom: 0em !important;
}

.col-em-1 {
    width: 1em !important;
}

.col-em-offset-1 {
    margin-left: 1em !important;
}

.col-em-pad-l-1 {
    padding-left: 1em !important;
}

.col-em-mr-1 {
    margin-right: 1em !important;
}

.col-em-pad-r-1 {
    padding-right: 1em !important;
}

.col-em-mt-1 {
    margin-top: 1em !important;
}

.col-em-mb-1 {
    margin-bottom: 1em !important;
}

.col-em-pad-t-1 {
    padding-top: 1em !important;
}

.col-em-pad-b-1 {
    padding-bottom: 1em !important;
}

.col-em-2 {
    width: 2em !important;
}

.col-em-offset-2 {
    margin-left: 2em !important;
}

.col-em-pad-l-2 {
    padding-left: 2em !important;
}

.col-em-mr-2 {
    margin-right: 2em !important;
}

.col-em-pad-r-2 {
    padding-right: 2em !important;
}

.col-em-mt-2 {
    margin-top: 2em !important;
}

.col-em-mb-2 {
    margin-bottom: 2em !important;
}

.col-em-pad-t-2 {
    padding-top: 2em !important;
}

.col-em-pad-b-2 {
    padding-bottom: 2em !important;
}

.col-em-3 {
    width: 3em !important;
}

.col-em-offset-3 {
    margin-left: 3em !important;
}

.col-em-pad-l-3 {
    padding-left: 3em !important;
}

.col-em-mr-3 {
    margin-right: 3em !important;
}

.col-em-pad-r-3 {
    padding-right: 3em !important;
}

.col-em-mt-3 {
    margin-top: 3em !important;
}

.col-em-mb-3 {
    margin-bottom: 3em !important;
}

.col-em-pad-t-3 {
    padding-top: 3em !important;
}

.col-em-pad-b-3 {
    padding-bottom: 3em !important;
}

.col-em-4 {
    width: 4em !important;
}

.col-em-offset-4 {
    margin-left: 4em !important;
}

.col-em-pad-l-4 {
    padding-left: 4em !important;
}

.col-em-mr-4 {
    margin-right: 4em !important;
}

.col-em-pad-r-4 {
    padding-right: 4em !important;
}

.col-em-mt-4 {
    margin-top: 4em !important;
}

.col-em-mb-4 {
    margin-bottom: 4em !important;
}

.col-em-pad-t-4 {
    padding-top: 4em !important;
}

.col-em-pad-b-4 {
    padding-bottom: 4em !important;
}

.col-em-5 {
    width: 5em !important;
}

.col-em-offset-5 {
    margin-left: 5em !important;
}

.col-em-pad-l-5 {
    padding-left: 5em !important;
}

.col-em-mr-5 {
    margin-right: 5em !important;
}

.col-em-pad-r-5 {
    padding-right: 5em !important;
}

.col-em-mt-5 {
    margin-top: 5em !important;
}

.col-em-mb-5 {
    margin-bottom: 5em !important;
}

.col-em-pad-t-5 {
    padding-top: 5em !important;
}

.col-em-pad-b-5 {
    padding-bottom: 5em !important;
}

.col-em-6 {
    width: 6em !important;
}

.col-em-offset-6 {
    margin-left: 6em !important;
}

.col-em-pad-l-6 {
    padding-left: 6em !important;
}

.col-em-mr-6 {
    margin-right: 6em !important;
}

.col-em-pad-r-6 {
    padding-right: 6em !important;
}

.col-em-mt-6 {
    margin-top: 6em !important;
}

.col-em-mb-6 {
    margin-bottom: 6em !important;
}

.col-em-pad-t-6 {
    padding-top: 6em !important;
}

.col-em-pad-b-6 {
    padding-bottom: 6em !important;
}

.col-em-7 {
    width: 7em !important;
}

.col-em-offset-7 {
    margin-left: 7em !important;
}

.col-em-pad-l-7 {
    padding-left: 7em !important;
}

.col-em-mr-7 {
    margin-right: 7em !important;
}

.col-em-pad-r-7 {
    padding-right: 7em !important;
}

.col-em-mt-7 {
    margin-top: 7em !important;
}

.col-em-mb-7 {
    margin-bottom: 7em !important;
}

.col-em-pad-t-7 {
    padding-top: 7em !important;
}

.col-em-pad-b-7 {
    padding-bottom: 7em !important;
}

.col-em-8 {
    width: 8em !important;
}

.col-em-offset-8 {
    margin-left: 8em !important;
}

.col-em-pad-l-8 {
    padding-left: 8em !important;
}

.col-em-mr-8 {
    margin-right: 8em !important;
}

.col-em-pad-r-8 {
    padding-right: 8em !important;
}

.col-em-mt-8 {
    margin-top: 8em !important;
}

.col-em-mb-8 {
    margin-bottom: 8em !important;
}

.col-em-pad-t-8 {
    padding-top: 8em !important;
}

.col-em-pad-b-8 {
    padding-bottom: 8em !important;
}

.col-em-9 {
    width: 9em !important;
}

.col-em-offset-9 {
    margin-left: 9em !important;
}

.col-em-pad-l-9 {
    padding-left: 9em !important;
}

.col-em-mr-9 {
    margin-right: 9em !important;
}

.col-em-pad-r-9 {
    padding-right: 9em !important;
}

.col-em-mt-9 {
    margin-top: 9em !important;
}

.col-em-mb-9 {
    margin-bottom: 9em !important;
}

.col-em-pad-t-9 {
    padding-top: 9em !important;
}

.col-em-pad-b-9 {
    padding-bottom: 9em !important;
}

.col-em-10 {
    width: 10em !important;
}

.col-em-offset-10 {
    margin-left: 10em !important;
}

.col-em-pad-l-10 {
    padding-left: 10em !important;
}

.col-em-mr-10 {
    margin-right: 10em !important;
}

.col-em-pad-r-10 {
    padding-right: 10em !important;
}

.col-em-mt-10 {
    margin-top: 10em !important;
}

.col-em-mb-10 {
    margin-bottom: 10em !important;
}

.col-em-pad-t-10 {
    padding-top: 10em !important;
}

.col-em-pad-b-10 {
    padding-bottom: 10em !important;
}

.col-em-11 {
    width: 11em !important;
}

.col-em-offset-11 {
    margin-left: 11em !important;
}

.col-em-pad-l-11 {
    padding-left: 11em !important;
}

.col-em-mr-11 {
    margin-right: 11em !important;
}

.col-em-pad-r-11 {
    padding-right: 11em !important;
}

.col-em-12 {
    width: 12em !important;
}

.col-em-offset-12 {
    margin-left: 12em !important;
}

.col-em-pad-l-12 {
    padding-left: 12em !important;
}

.col-em-mr-12 {
    margin-right: 12em !important;
}

.col-em-pad-r-12 {
    padding-right: 12em !important;
}

.col-em-13 {
    width: 13em !important;
}

.col-em-offset-13 {
    margin-left: 13em !important;
}

.col-em-pad-l-13 {
    padding-left: 13em !important;
}

.col-em-mr-13 {
    margin-right: 13em !important;
}

.col-em-pad-r-13 {
    padding-right: 13em !important;
}

.col-em-14 {
    width: 14em !important;
}

.col-em-offset-14 {
    margin-left: 14em !important;
}

.col-em-pad-l-14 {
    padding-left: 14em !important;
}

.col-em-mr-14 {
    margin-right: 14em !important;
}

.col-em-pad-r-14 {
    padding-right: 14em !important;
}

.col-em-15 {
    width: 15em !important;
}

.col-em-offset-15 {
    margin-left: 15em !important;
}

.col-em-pad-l-15 {
    padding-left: 15em !important;
}

.col-em-mr-15 {
    margin-right: 15em !important;
}

.col-em-pad-r-15 {
    padding-right: 15em !important;
}

.col-em-16 {
    width: 16em !important;
}

.col-em-offset-16 {
    margin-left: 16em !important;
}

.col-em-pad-l-16 {
    padding-left: 16em !important;
}

.col-em-mr-16 {
    margin-right: 16em !important;
}

.col-em-pad-r-16 {
    padding-right: 16em !important;
}

.col-em-17 {
    width: 17em !important;
}

.col-em-offset-17 {
    margin-left: 17em !important;
}

.col-em-pad-l-17 {
    padding-left: 17em !important;
}

.col-em-mr-17 {
    margin-right: 17em !important;
}

.col-em-pad-r-17 {
    padding-right: 17em !important;
}

.col-em-18 {
    width: 18em !important;
}

.col-em-offset-18 {
    margin-left: 18em !important;
}

.col-em-pad-l-18 {
    padding-left: 18em !important;
}

.col-em-mr-18 {
    margin-right: 18em !important;
}

.col-em-pad-r-18 {
    padding-right: 18em !important;
}

.col-em-19 {
    width: 19em !important;
}

.col-em-offset-19 {
    margin-left: 19em !important;
}

.col-em-pad-l-19 {
    padding-left: 19em !important;
}

.col-em-mr-19 {
    margin-right: 19em !important;
}

.col-em-pad-r-19 {
    padding-right: 19em !important;
}

.col-em-20 {
    width: 20em !important;
}

.col-em-offset-20 {
    margin-left: 20em !important;
}

.col-em-pad-l-20 {
    padding-left: 20em !important;
}

.col-em-mr-20 {
    margin-right: 20em !important;
}

.col-em-pad-r-20 {
    padding-right: 20em !important;
}

.col-em-21 {
    width: 21em !important;
}

.col-em-offset-21 {
    margin-left: 21em !important;
}

.col-em-pad-l-21 {
    padding-left: 21em !important;
}

.col-em-mr-21 {
    margin-right: 21em !important;
}

.col-em-pad-r-21 {
    padding-right: 21em !important;
}

.col-em-22 {
    width: 22em !important;
}

.col-em-offset-22 {
    margin-left: 22em !important;
}

.col-em-pad-l-22 {
    padding-left: 22em !important;
}

.col-em-mr-22 {
    margin-right: 22em !important;
}

.col-em-pad-r-22 {
    padding-right: 22em !important;
}

.col-em-23 {
    width: 23em !important;
}

.col-em-offset-23 {
    margin-left: 23em !important;
}

.col-em-pad-l-23 {
    padding-left: 23em !important;
}

.col-em-mr-23 {
    margin-right: 23em !important;
}

.col-em-pad-r-23 {
    padding-right: 23em !important;
}

.col-em-24 {
    width: 24em !important;
}

.col-em-offset-24 {
    margin-left: 24em !important;
}

.col-em-pad-l-24 {
    padding-left: 24em !important;
}

.col-em-mr-24 {
    margin-right: 24em !important;
}

.col-em-pad-r-24 {
    padding-right: 24em !important;
}

.col-em-25 {
    width: 25em !important;
}

.col-em-offset-25 {
    margin-left: 25em !important;
}

.col-em-pad-l-25 {
    padding-left: 25em !important;
}

.col-em-mr-25 {
    margin-right: 25em !important;
}

.col-em-pad-r-25 {
    padding-right: 25em !important;
}

.col-em-26 {
    width: 26em !important;
}

.col-em-offset-26 {
    margin-left: 26em !important;
}

.col-em-pad-l-26 {
    padding-left: 26em !important;
}

.col-em-mr-26 {
    margin-right: 26em !important;
}

.col-em-pad-r-26 {
    padding-right: 26em !important;
}

.col-em-27 {
    width: 27em !important;
}

.col-em-offset-27 {
    margin-left: 27em !important;
}

.col-em-pad-l-27 {
    padding-left: 27em !important;
}

.col-em-mr-27 {
    margin-right: 27em !important;
}

.col-em-pad-r-27 {
    padding-right: 27em !important;
}

.col-em-28 {
    width: 28em !important;
}

.col-em-offset-28 {
    margin-left: 28em !important;
}

.col-em-pad-l-28 {
    padding-left: 28em !important;
}

.col-em-mr-28 {
    margin-right: 28em !important;
}

.col-em-pad-r-28 {
    padding-right: 28em !important;
}

.col-em-29 {
    width: 29em !important;
}

.col-em-offset-29 {
    margin-left: 29em !important;
}

.col-em-pad-l-29 {
    padding-left: 29em !important;
}

.col-em-mr-29 {
    margin-right: 29em !important;
}

.col-em-pad-r-29 {
    padding-right: 29em !important;
}

.col-em-30 {
    width: 30em !important;
}

.col-em-offset-30 {
    margin-left: 30em !important;
}

.col-em-pad-l-30 {
    padding-left: 30em !important;
}

.col-em-mr-30 {
    margin-right: 30em !important;
}

.col-em-pad-r-30 {
    padding-right: 30em !important;
}

.col-em-31 {
    width: 31em !important;
}

.col-em-offset-31 {
    margin-left: 31em !important;
}

.col-em-pad-l-31 {
    padding-left: 31em !important;
}

.col-em-mr-31 {
    margin-right: 31em !important;
}

.col-em-pad-r-31 {
    padding-right: 31em !important;
}

.col-em-32 {
    width: 32em !important;
}

.col-em-offset-32 {
    margin-left: 32em !important;
}

.col-em-pad-l-32 {
    padding-left: 32em !important;
}

.col-em-mr-32 {
    margin-right: 32em !important;
}

.col-em-pad-r-32 {
    padding-right: 32em !important;
}

.col-em-33 {
    width: 33em !important;
}

.col-em-offset-33 {
    margin-left: 33em !important;
}

.col-em-pad-l-33 {
    padding-left: 33em !important;
}

.col-em-mr-33 {
    margin-right: 33em !important;
}

.col-em-pad-r-33 {
    padding-right: 33em !important;
}

.col-em-34 {
    width: 34em !important;
}

.col-em-offset-34 {
    margin-left: 34em !important;
}

.col-em-pad-l-34 {
    padding-left: 34em !important;
}

.col-em-mr-34 {
    margin-right: 34em !important;
}

.col-em-pad-r-34 {
    padding-right: 34em !important;
}

.col-em-35 {
    width: 35em !important;
}

.col-em-offset-35 {
    margin-left: 35em !important;
}

.col-em-pad-l-35 {
    padding-left: 35em !important;
}

.col-em-mr-35 {
    margin-right: 35em !important;
}

.col-em-pad-r-35 {
    padding-right: 35em !important;
}

.col-em-36 {
    width: 36em !important;
}

.col-em-offset-36 {
    margin-left: 36em !important;
}

.col-em-pad-l-36 {
    padding-left: 36em !important;
}

.col-em-mr-36 {
    margin-right: 36em !important;
}

.col-em-pad-r-36 {
    padding-right: 36em !important;
}

.col-em-37 {
    width: 37em !important;
}

.col-em-offset-37 {
    margin-left: 37em !important;
}

.col-em-pad-l-37 {
    padding-left: 37em !important;
}

.col-em-mr-37 {
    margin-right: 37em !important;
}

.col-em-pad-r-37 {
    padding-right: 37em !important;
}

.col-em-38 {
    width: 38em !important;
}

.col-em-offset-38 {
    margin-left: 38em !important;
}

.col-em-pad-l-38 {
    padding-left: 38em !important;
}

.col-em-mr-38 {
    margin-right: 38em !important;
}

.col-em-pad-r-38 {
    padding-right: 38em !important;
}

.col-em-39 {
    width: 39em !important;
}

.col-em-offset-39 {
    margin-left: 39em !important;
}

.col-em-pad-l-39 {
    padding-left: 39em !important;
}

.col-em-mr-39 {
    margin-right: 39em !important;
}

.col-em-pad-r-39 {
    padding-right: 39em !important;
}

.col-em-40 {
    width: 40em !important;
}

.col-em-offset-40 {
    margin-left: 40em !important;
}

.col-em-pad-l-40 {
    padding-left: 40em !important;
}

.col-em-mr-40 {
    margin-right: 40em !important;
}

.col-em-pad-r-40 {
    padding-right: 40em !important;
}

.col-em-41 {
    width: 41em !important;
}

.col-em-offset-41 {
    margin-left: 41em !important;
}

.col-em-pad-l-41 {
    padding-left: 41em !important;
}

.col-em-mr-41 {
    margin-right: 41em !important;
}

.col-em-pad-r-41 {
    padding-right: 41em !important;
}

.col-em-42 {
    width: 42em !important;
}

.col-em-offset-42 {
    margin-left: 42em !important;
}

.col-em-pad-l-42 {
    padding-left: 42em !important;
}

.col-em-mr-42 {
    margin-right: 42em !important;
}

.col-em-pad-r-42 {
    padding-right: 42em !important;
}

.col-em-43 {
    width: 43em !important;
}

.col-em-offset-43 {
    margin-left: 43em !important;
}

.col-em-pad-l-43 {
    padding-left: 43em !important;
}

.col-em-mr-43 {
    margin-right: 43em !important;
}

.col-em-pad-r-43 {
    padding-right: 43em !important;
}

.col-em-44 {
    width: 44em !important;
}

.col-em-offset-44 {
    margin-left: 44em !important;
}

.col-em-pad-l-44 {
    padding-left: 44em !important;
}

.col-em-mr-44 {
    margin-right: 44em !important;
}

.col-em-pad-r-44 {
    padding-right: 44em !important;
}

.col-em-45 {
    width: 45em !important;
}

.col-em-offset-45 {
    margin-left: 45em !important;
}

.col-em-pad-l-45 {
    padding-left: 45em !important;
}

.col-em-mr-45 {
    margin-right: 45em !important;
}

.col-em-pad-r-45 {
    padding-right: 45em !important;
}

.col-em-46 {
    width: 46em !important;
}

.col-em-offset-46 {
    margin-left: 46em !important;
}

.col-em-pad-l-46 {
    padding-left: 46em !important;
}

.col-em-mr-46 {
    margin-right: 46em !important;
}

.col-em-pad-r-46 {
    padding-right: 46em !important;
}

.col-em-47 {
    width: 47em !important;
}

.col-em-offset-47 {
    margin-left: 47em !important;
}

.col-em-pad-l-47 {
    padding-left: 47em !important;
}

.col-em-mr-47 {
    margin-right: 47em !important;
}

.col-em-pad-r-47 {
    padding-right: 47em !important;
}

.col-em-48 {
    width: 48em !important;
}

.col-em-offset-48 {
    margin-left: 48em !important;
}

.col-em-pad-l-48 {
    padding-left: 48em !important;
}

.col-em-mr-48 {
    margin-right: 48em !important;
}

.col-em-pad-r-48 {
    padding-right: 48em !important;
}

.col-em-49 {
    width: 49em !important;
}

.col-em-offset-49 {
    margin-left: 49em !important;
}

.col-em-pad-l-49 {
    padding-left: 49em !important;
}

.col-em-mr-49 {
    margin-right: 49em !important;
}

.col-em-pad-r-49 {
    padding-right: 49em !important;
}

.col-em-50 {
    width: 50em !important;
}

.col-em-offset-50 {
    margin-left: 50em !important;
}

.col-em-pad-l-50 {
    padding-left: 50em !important;
}

.col-em-mr-50 {
    margin-right: 50em !important;
}

.col-em-pad-r-50 {
    padding-right: 50em !important;
}

.col-em-51 {
    width: 51em !important;
}

.col-em-offset-51 {
    margin-left: 51em !important;
}

.col-em-pad-l-51 {
    padding-left: 51em !important;
}

.col-em-mr-51 {
    margin-right: 51em !important;
}

.col-em-pad-r-51 {
    padding-right: 51em !important;
}

.col-em-52 {
    width: 52em !important;
}

.col-em-offset-52 {
    margin-left: 52em !important;
}

.col-em-pad-l-52 {
    padding-left: 52em !important;
}

.col-em-mr-52 {
    margin-right: 52em !important;
}

.col-em-pad-r-52 {
    padding-right: 52em !important;
}

.col-em-53 {
    width: 53em !important;
}

.col-em-offset-53 {
    margin-left: 53em !important;
}

.col-em-pad-l-53 {
    padding-left: 53em !important;
}

.col-em-mr-53 {
    margin-right: 53em !important;
}

.col-em-pad-r-53 {
    padding-right: 53em !important;
}

.col-em-54 {
    width: 54em !important;
}

.col-em-offset-54 {
    margin-left: 54em !important;
}

.col-em-pad-l-54 {
    padding-left: 54em !important;
}

.col-em-mr-54 {
    margin-right: 54em !important;
}

.col-em-pad-r-54 {
    padding-right: 54em !important;
}

.col-em-55 {
    width: 55em !important;
}

.col-em-offset-55 {
    margin-left: 55em !important;
}

.col-em-pad-l-55 {
    padding-left: 55em !important;
}

.col-em-mr-55 {
    margin-right: 55em !important;
}

.col-em-pad-r-55 {
    padding-right: 55em !important;
}

.col-em-56 {
    width: 56em !important;
}

.col-em-offset-56 {
    margin-left: 56em !important;
}

.col-em-pad-l-56 {
    padding-left: 56em !important;
}

.col-em-mr-56 {
    margin-right: 56em !important;
}

.col-em-pad-r-56 {
    padding-right: 56em !important;
}

.col-em-57 {
    width: 57em !important;
}

.col-em-offset-57 {
    margin-left: 57em !important;
}

.col-em-pad-l-57 {
    padding-left: 57em !important;
}

.col-em-mr-57 {
    margin-right: 57em !important;
}

.col-em-pad-r-57 {
    padding-right: 57em !important;
}

.col-em-58 {
    width: 58em !important;
}

.col-em-offset-58 {
    margin-left: 58em !important;
}

.col-em-pad-l-58 {
    padding-left: 58em !important;
}

.col-em-mr-58 {
    margin-right: 58em !important;
}

.col-em-pad-r-58 {
    padding-right: 58em !important;
}

.col-em-59 {
    width: 59em !important;
}

.col-em-offset-59 {
    margin-left: 59em !important;
}

.col-em-pad-l-59 {
    padding-left: 59em !important;
}

.col-em-mr-59 {
    margin-right: 59em !important;
}

.col-em-pad-r-59 {
    padding-right: 59em !important;
}

.col-em-60 {
    width: 60em !important;
}

.col-em-offset-60 {
    margin-left: 60em !important;
}

.col-em-pad-l-60 {
    padding-left: 60em !important;
}

.col-em-mr-60 {
    margin-right: 60em !important;
}

.col-em-pad-r-60 {
    padding-right: 60em !important;
}

.col-em-61 {
    width: 61em !important;
}

.col-em-offset-61 {
    margin-left: 61em !important;
}

.col-em-pad-l-61 {
    padding-left: 61em !important;
}

.col-em-mr-61 {
    margin-right: 61em !important;
}

.col-em-pad-r-61 {
    padding-right: 61em !important;
}

.col-em-62 {
    width: 62em !important;
}

.col-em-offset-62 {
    margin-left: 62em !important;
}

.col-em-pad-l-62 {
    padding-left: 62em !important;
}

.col-em-mr-62 {
    margin-right: 62em !important;
}

.col-em-pad-r-62 {
    padding-right: 62em !important;
}

.col-em-63 {
    width: 63em !important;
}

.col-em-offset-63 {
    margin-left: 63em !important;
}

.col-em-pad-l-63 {
    padding-left: 63em !important;
}

.col-em-mr-63 {
    margin-right: 63em !important;
}

.col-em-pad-r-63 {
    padding-right: 63em !important;
}

.col-em-64 {
    width: 64em !important;
}

.col-em-offset-64 {
    margin-left: 64em !important;
}

.col-em-pad-l-64 {
    padding-left: 64em !important;
}

.col-em-mr-64 {
    margin-right: 64em !important;
}

.col-em-pad-r-64 {
    padding-right: 64em !important;
}

.col-em-65 {
    width: 65em !important;
}

.col-em-offset-65 {
    margin-left: 65em !important;
}

.col-em-pad-l-65 {
    padding-left: 65em !important;
}

.col-em-mr-65 {
    margin-right: 65em !important;
}

.col-em-pad-r-65 {
    padding-right: 65em !important;
}

.col-em-66 {
    width: 66em !important;
}

.col-em-offset-66 {
    margin-left: 66em !important;
}

.col-em-pad-l-66 {
    padding-left: 66em !important;
}

.col-em-mr-66 {
    margin-right: 66em !important;
}

.col-em-pad-r-66 {
    padding-right: 66em !important;
}

.col-em-67 {
    width: 67em !important;
}

.col-em-offset-67 {
    margin-left: 67em !important;
}

.col-em-pad-l-67 {
    padding-left: 67em !important;
}

.col-em-mr-67 {
    margin-right: 67em !important;
}

.col-em-pad-r-67 {
    padding-right: 67em !important;
}

.col-em-68 {
    width: 68em !important;
}

.col-em-offset-68 {
    margin-left: 68em !important;
}

.col-em-pad-l-68 {
    padding-left: 68em !important;
}

.col-em-mr-68 {
    margin-right: 68em !important;
}

.col-em-pad-r-68 {
    padding-right: 68em !important;
}

.col-em-69 {
    width: 69em !important;
}

.col-em-offset-69 {
    margin-left: 69em !important;
}

.col-em-pad-l-69 {
    padding-left: 69em !important;
}

.col-em-mr-69 {
    margin-right: 69em !important;
}

.col-em-pad-r-69 {
    padding-right: 69em !important;
}

.col-em-70 {
    width: 70em !important;
}

.col-em-offset-70 {
    margin-left: 70em !important;
}

.col-em-pad-l-70 {
    padding-left: 70em !important;
}

.col-em-mr-70 {
    margin-right: 70em !important;
}

.col-em-pad-r-70 {
    padding-right: 70em !important;
}

.col-em-71 {
    width: 71em !important;
}

.col-em-offset-71 {
    margin-left: 71em !important;
}

.col-em-pad-l-71 {
    padding-left: 71em !important;
}

.col-em-mr-71 {
    margin-right: 71em !important;
}

.col-em-pad-r-71 {
    padding-right: 71em !important;
}

.col-em-72 {
    width: 72em !important;
}

.col-em-offset-72 {
    margin-left: 72em !important;
}

.col-em-pad-l-72 {
    padding-left: 72em !important;
}

.col-em-mr-72 {
    margin-right: 72em !important;
}

.col-em-pad-r-72 {
    padding-right: 72em !important;
}

.col-em-73 {
    width: 73em !important;
}

.col-em-offset-73 {
    margin-left: 73em !important;
}

.col-em-pad-l-73 {
    padding-left: 73em !important;
}

.col-em-mr-73 {
    margin-right: 73em !important;
}

.col-em-pad-r-73 {
    padding-right: 73em !important;
}

.col-em-74 {
    width: 74em !important;
}

.col-em-offset-74 {
    margin-left: 74em !important;
}

.col-em-pad-l-74 {
    padding-left: 74em !important;
}

.col-em-mr-74 {
    margin-right: 74em !important;
}

.col-em-pad-r-74 {
    padding-right: 74em !important;
}

.col-em-75 {
    width: 75em !important;
}

.col-em-offset-75 {
    margin-left: 75em !important;
}

.col-em-pad-l-75 {
    padding-left: 75em !important;
}

.col-em-mr-75 {
    margin-right: 75em !important;
}

.col-em-pad-r-75 {
    padding-right: 75em !important;
}

.col-em-76 {
    width: 76em !important;
}

.col-em-offset-76 {
    margin-left: 76em !important;
}

.col-em-pad-l-76 {
    padding-left: 76em !important;
}

.col-em-mr-76 {
    margin-right: 76em !important;
}

.col-em-pad-r-76 {
    padding-right: 76em !important;
}

.col-em-77 {
    width: 77em !important;
}

.col-em-offset-77 {
    margin-left: 77em !important;
}

.col-em-pad-l-77 {
    padding-left: 77em !important;
}

.col-em-mr-77 {
    margin-right: 77em !important;
}

.col-em-pad-r-77 {
    padding-right: 77em !important;
}

.col-em-78 {
    width: 78em !important;
}

.col-em-offset-78 {
    margin-left: 78em !important;
}

.col-em-pad-l-78 {
    padding-left: 78em !important;
}

.col-em-mr-78 {
    margin-right: 78em !important;
}

.col-em-pad-r-78 {
    padding-right: 78em !important;
}

.col-em-79 {
    width: 79em !important;
}

.col-em-offset-79 {
    margin-left: 79em !important;
}

.col-em-pad-l-79 {
    padding-left: 79em !important;
}

.col-em-mr-79 {
    margin-right: 79em !important;
}

.col-em-pad-r-79 {
    padding-right: 79em !important;
}

.col-em-80 {
    width: 80em !important;
}

.col-em-offset-80 {
    margin-left: 80em !important;
}

.col-em-pad-l-80 {
    padding-left: 80em !important;
}

.col-em-mr-80 {
    margin-right: 80em !important;
}

.col-em-pad-r-80 {
    padding-right: 80em !important;
}

.col-em-81 {
    width: 81em !important;
}

.col-em-offset-81 {
    margin-left: 81em !important;
}

.col-em-pad-l-81 {
    padding-left: 81em !important;
}

.col-em-mr-81 {
    margin-right: 81em !important;
}

.col-em-pad-r-81 {
    padding-right: 81em !important;
}

.col-em-82 {
    width: 82em !important;
}

.col-em-offset-82 {
    margin-left: 82em !important;
}

.col-em-pad-l-82 {
    padding-left: 82em !important;
}

.col-em-mr-82 {
    margin-right: 82em !important;
}

.col-em-pad-r-82 {
    padding-right: 82em !important;
}

.col-em-83 {
    width: 83em !important;
}

.col-em-offset-83 {
    margin-left: 83em !important;
}

.col-em-pad-l-83 {
    padding-left: 83em !important;
}

.col-em-mr-83 {
    margin-right: 83em !important;
}

.col-em-pad-r-83 {
    padding-right: 83em !important;
}

.col-em-84 {
    width: 84em !important;
}

.col-em-offset-84 {
    margin-left: 84em !important;
}

.col-em-pad-l-84 {
    padding-left: 84em !important;
}

.col-em-mr-84 {
    margin-right: 84em !important;
}

.col-em-pad-r-84 {
    padding-right: 84em !important;
}

.w-100 {
    width: 100%!important;
}

.w-auto {
    width: auto!important;
}

.d-none {
    display: none;
}

.row_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0px !important;
    text-align: left !important;
    zoom: 100% !important;
}

.hidden-xs-up,
.hidden {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.bg-yellow {
    background-color: yellow;
}

.col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left
}

.col-md-12 {
    width: 100%
}

.col-md-11 {
    width: 91.66666666666666%
}

.col-md-10 {
    width: 83.33333333333334%
}

.col-md-9 {
    width: 75%
}

.col-md-8 {
    width: 66.66666666666666%
}

.col-md-7 {
    width: 58.333333333333336%
}

.col-md-6 {
    width: 50%
}

.col-md-5 {
    width: 41.66666666666667%
}

.col-md-4 {
    width: 33.33333333333333%
}

.col-md-3 {
    width: 25%
}

.col-md-2 {
    width: 16.666666666666664%
}

.col-md-1 {
    width: 8.333333333333332%
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

table.scroll {
    width: 100%;
    border: solid thin;
}

table.scroll>thead {
    display: block;
    width: 100%;
}

table.scroll>thead>tr>th {
    border: solid thin;
    height: 21px;
}

table.scroll>tbody {
    width: 100%;
    overflow-y: scroll;
    height: 100px;
    display: block;
}

table.scroll>tbody>tr>td {
    text-align: center;
    border: solid thin;
    height: 21px;
}

.div-th {
    margin: -4px 0 !important;
    height: 24px;
    text-align: center;
    border-left: 1px solid;
    border-right: 1px solid;
    padding-top: 4px;
    float: left;
}

.div-th2 {
    margin: -4px 0 !important;
    height: 26px;
    text-align: center;
    border-left: 1px solid;
    border-right: 1px solid;
    padding-top: 9px;
    float: left;
}

.ui-widget-overlay {
    background: black;
    opacity: .3;
    filter: Alpha(Opacity=.3);
    cursor: not-allowed;
}

.border-0 {
    border: 0 !important;
}

.empty {
    text-align: center;
    width: 1100px;
}

.table_disabled {
    background-color: #ddd;
}

.camera+.widget {
    text-align: center;
}

.camera+.widget>.thumbnail {
    margin: 0 auto;
    display: block;
    border: 1px solid silver;
    box-sizing: border-box;
    cursor: pointer;
}

.camera+.widget>button,
.camera+.widget>label {
    padding: 0 3px;
    margin: 0px 3px;
    font-size: 9pt;
    transition: all .3s;
    background-color: white;
    border: 1px solid black;
    border-radius: 6px;
    box-shadow: -1px -1px 3px inset;
    cursor: pointer;
}

div.camera,
.camera+.widget>.preview {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

video {
    display: block;
    margin-bottom: 10px;
}

.camera+.widget>.preview>img {
    display: block;
    margin: auto;
    cursor: pointer;
}

div.camera>div {
    margin: auto;
    text-align: center;
}

div.camera>div button {
    width: 100px;
}

.ui-dialog {
    z-index: 299999;
}

.text-top {
    vertical-align: top;
}

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

.text-bottom {
    vertical-align: bottom;
}

.unbind-click td {
    background-color: white;
    border: none;
    color: black;
    cursor: default;
}

select[multiple] {
    width: 100%;
}

.avoid-clicks {
    pointer-events: none;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 .2em;
    line-height: 100%;
}

.ui-dialog .ui-dialog-title {
    line-height: 100%;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate_row2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.cbb-max-width {
    width: calc(100% - 16px) !important;
}

.txt-max-width {
    width: calc(100% - 32px) !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    line-height: 125%;
    font-size: 16px;
}

.warning-text {
    color: red;
    font-weight: bold;
}

.menuheadTooltip {
    z-index: 999999999999999;
}

.menuheadTooltip.show {
    display: block!important;
}

input.year,
input.month,
input.day,
input.hour,
input.minute,
input[data-calendar] {
    margin: 0;
    padding-right: 2px;
}

input[data-calendar] {
    padding: 0 ! important;
}

#dialog_calendar button {
    width: 2.5em;
    padding: 0;
    line-height: 200%;
    margin-top: 2px;
}

.visiCol {
    visibility: collapse;
}