﻿.xvddl {
}

.IsOnlyNumeric {
}

.tableFilter {
}

input {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    font-size: 0.73em;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 4px;
    background-color: #F0F0F0;
}

.BodyContent {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 0 5px;

    background-image: url(../Image/onlyLogo.png);
    /*background-color: rgba(240,240,240,0.6);*/
    /*background-blend-mode: lighten;*/
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: right 30px bottom 30px;
}

.SecondBodyContent {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 30px;
    overflow: auto;
    padding: 0 5px;
}

.fullBody {
    bottom: 0px;
}

.ButtonContent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0 2px 2px 4px;
    height: 29px;
    overflow: hidden;
}

.groupContent {
    box-shadow: 2px 2px 1px #aaa;
    margin-top: 5px;
    border: 1px solid #9a9a9a;
    padding: 8px 8px 8px 8px;
    background-color: #E5E5E5 !important;
    background: #E5E5E5;
    background: -moz-linear-gradient(top, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient(top, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
    background: linear-gradient(to bottom, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}


input[type='email'], input[type='password'], input[type='text'], input[type='datetime-local' i], input[type="date" i], input[type="time" i], input[type='search' i], select, textarea, .chosen-container-single .chosen-single {
    border: 1px solid #ccc;
    /*background-color: #FAFAFA;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;*/
    width: 160px;
    transition: box-shadow 200ms, background 200ms linear;
    background: #EAECEB;
    background: -moz-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #EAECEB), color-stop(100%, #fcfcfe));
    background: -webkit-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -o-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: -ms-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%);
    background: linear-gradient(to bottom, #EAECEB 0%, #fcfcfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAECEB', endColorstr='#fcfcfe', GradientType=0 );
    padding: 5px;
    border-radius: 7px;
}

input[type='search' i], select, .chosen-container-single .chosen-single {
    width: 172px;
}

input[type='search' i] {
    -webkit-appearance: none;
}

input[type='search' i]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

:focus, :focus-visible {
    outline: none !important;
}

.chosen-single .chosen-default, input[type='password']:hover, input[type='email']:hover, input[type='text']:hover, input[type='datetime-local' i]:hover, input[type='date' i]:hover, input[type='time' i]:hover, input[type='search' i]:hover, select:hover, textarea:hover {
    box-shadow: 1px 1px 8px #737373;
}

input[type='password']:focus, input[type='email']:focus, input[type='text']:focus, input[type='datetime-local' i]:focus, input[type='date' i]:focus, input[type='time' i]:focus, input[type='search' i]:focus, select:focus, textarea:focus {
    box-shadow: 5px 5px 20px #737373;
    background: #FFFFFF;
}

input[type='datetime-local' i], input[type='date' i], input[type='time' i] {
    height: 16px;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

input[type='button'], input[type='submit'] {
    margin: 3px;
    min-height: 25px;
    min-width: 75px;
    box-shadow: none;
    transition: box-shadow 300ms, background-color 300ms linear, color 300ms linear;
    font-size: 14px;
    /*border: 1px solid #eee;*/
    border: none;
    color: #FFFFFF;
    background-color: #6495ED;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor: pointer;
    *cursor: hand;
}

    input[type='button']:hover, input[type='submit']:hover {
        box-shadow: 5px 5px 20px #737373;
        background-color: #FFFFFF;
        color: #6495ED;
        /*border: 1px solid #ddd;*/
    }

/*input[type='button']:focus, input[type='submit']:focus{
                box-shadow: 5px 5px 20px #737373;
                background-color: #FFFFFF;
                color: #6495ED;
            }*/

#divMessageContent {
    position: fixed;
    width: 250px;
    height: 70px;
    right: 265px;
    bottom: 15px;
    padding-top: 15px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #18A3FF;
    box-shadow: 10px 10px 15px #000;
    z-index: 2147483647;
    /*border-radius: 10px;*/
}

#divMessageBack {
    text-align: center;
    z-index: 10101011111;
}

#divMessageContent .divWaitBack {
    margin-bottom: 5px;
}

.gridTable {
    border-spacing: 0px;
    border-left: 1px groove #fff;
    border-top: 1px groove #fff;
}

    .gridTable thead, .gridTable tbody tr th {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
    }

    .gridTable th {
        padding: 2px;
        border-right: 1px groove #fff;
        border-bottom: 1px groove #fff;
        height: 20px;
    }

    .gridTable tbody {
        background-color: #eeeee4;
    }

    .gridTable td {
        padding: 2px;
        border-right: 1px groove #fff;
        border-bottom: 1px groove #fff;
    }

    .gridTable input[type='button'],
    .gridTable input[type='submit'] {
        min-height: 20px;
        min-width: 40px;
        height: 20px;
        font-size: 12px;
    }

    .gridTable tbody tr:nth-child(even) {
        background-color: #e3ebff;
    }

    .gridTable tbody tr:hover {
        background-color: #cccccc;
    }



fieldset {
    box-shadow: 2px 2px 1px #aaa;
    display: block;
    margin: 5px 0 5px 0 !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border: 1px groove #fff;
    background-color: #E5E5E5 !important;
    background: #E5E5E5;
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(229,229,229) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(229,229,229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

legend {
    padding: 5px 10px;
    font-weight: bold;

    color: #333;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}


.MessageWindow {
    overflow: hidden;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 5px 5px 20px #444;
    border: 1px solid black;
}

    .MessageWindow .MessageWindowCaption {
        text-align: center;
        line-height: 23px;
        height: 23px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        color: #FFFFFF;
        background-color: #000;
    }

    .MessageWindow .MessageWindowScroolBody {
        width: 100%;
        top: 23px;
        bottom: 0px;
        position: absolute;
        overflow: hidden;
        overflow-y: scroll;
        display: inline-block;
    }

.checkBox.checked1, .checkBox.checkedTrue {
    background-image: url(../Image/Other/check1.png);
}

.checkBox.checked0, .checkBox.checkedFalse {
    background-image: url(../Image/Other/check0.png);
}

.checkBox {
    min-width: 27px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    background-size: 20px 20px !important;
    background-position-x: 0px !important;
    cursor: pointer !important;
}

.reportInfo {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .reportInfo th {
        padding-right: 5px;
        padding-left: 7px;
        white-space: nowrap;
    }

.dxgv {
    max-width: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    margin-left: 10px;
    margin-top: 5px;
}

    .dxgv.dx-ellipsis {
        overflow: unset !important;
        text-overflow: unset !important;
        white-space: unset !important;
    }

    .dxgv .dxic input {
        width: 100% !important;
    }