﻿.dvh_csscenterUser {
    /*height: calc(100vh - 250px);
    position: fixed;
    width: calc(100% - 20px);
    margin: auto;
    bottom: 12px;*/
    height: calc(100vh - 250px);
    position: relative;
    width: calc(100%);
    margin: 3px auto;
}

.dvh_containerScrollbarUser {
    width: 100%;
    position: relative;
    overflow: auto;
    height: 100%;
}

.cssTH_headR1 {
    min-height: 50px;
    font-size: 10pt;
    border: solid 1px #507CD1;
    text-align: center;
    padding: 4px 0;
}

.dvh_modaldetail {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.dvh_modaldetail_child {
    overflow: auto;
    width: 80%;
    position: absolute;
    height: 80%;
    background: white;
    margin: 3% 10%;
    border: solid 1px blue;
    padding: 5px;
}

.dvh_cssDetailForm {
    width: 99%;
    display: block;
    position: absolute;
    min-height: 100px;
    z-index: 1000;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

/* Gridview*/
.dvh_cssGridStyle {
    font-size: 13px;
    border: 1px solid #cbcbcb;
}

.dvh_cssGridStyle_AltRowStyle {
    background-color: #edf5ff;
}

    .dvh_cssGridStyle_RowStyle td, .dvh_cssGridStyle_AltRowStyle td {
        padding: 3px 5px 3px 5px;
        border-color: #cbcbcb #cbcbcb #cbcbcb #cbcbcb;
        border-style: solid solid solid none;
        border-width: 1px 1px 1px medium;
    }

.dvh_cssGridStyle_RowStyle_td_center {
    text-align: center;
}

.dvh_cssGridStyle_RowStyle_td_left {
    text-align: left;
}

.dvh_cssGridStyle_RowStyle_td_right {
    text-align: right;
    padding-right: 5px;
}

.dvh_cssGridStyle_HeaderStyle th {
    background: url(../Images/sprite.png);
    border-color: #cbcbcb #cbcbcb #cbcbcb #cbcbcb;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #0f5590;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    font-size: 11.5px;
}

.dvh_cssGridStyle_HeaderStyle td {
    font-family: Arial;
    font-size: 11.5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #0f5590;
    display: block;
    padding-right: 10px;
    vertical-align: middle;
}

.dvh_cssGridStyle_FooterStyle td {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 6px 6px 6px;
    border-color: #cbcbcb #cbcbcb #cbcbcb #cbcbcb;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    background-color: #E0E0E0;
}

.dvh_cssGridStyle tr:hover {
    background-color: #89e8d6;
}

.dvh_cssGridStyle_pagination a, .dvh_cssGridStyle_pagination span {
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.dvh_cssGridStyle_pagination a {
    background-color: #f5f5f5;
    color: black;
    border: 1px solid #969696;
}

    .dvh_cssGridStyle_pagination a:hover {
        background-color: #ea9a5f;
    }

.dvh_cssGridStyle_pagination span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.dvh_datapager_listview {
    background-color: #f5f5f5;
    color: black;
    border: 1px solid #969696;
    padding-left: 3px;
    padding-right: 3px;
}

.dvh_current_datapager_listview {
    background-color: #A1DCF2;
    color: #000;
    font-weight: bold;
    border: 1px solid #3AC0F2;
    padding-left: 3px;
    padding-right: 3px;
}
/* kết thúc gridview*/


/*style của DTDN*/
.dvh_text-fL-aR {
    padding-right: 3px;
    width: calc(100% - 3px);
    text-align: right;
}

.dvh_text-fL-aL {
    padding-left: 3px;
    width: calc(100% - 3px);
    text-align: left;
}

.text_mst_repeater {
    border: solid 1px black;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
    background-color: #e0dcdc;
    color: red;
    font-weight: bold;
    font-size: 15px;
    font-family: Times New Roman;
}

.text_mst2_repeater {
    border: solid 1px black;
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
    color: red;
    font-weight: bold;
    font-size: 15px;
    font-family: Times New Roman;
}

.GridPager a, .GridPager span {
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: black;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.datapager_listview {
    background-color: #f5f5f5;
    color: black;
    border: 1px solid #969696;
    padding-left: 3px;
    padding-right: 3px;
}

.current_datapager_listview {
    background-color: #A1DCF2;
    color: #000;
    font-weight: bold;
    border: 1px solid #3AC0F2;
    padding-left: 3px;
    padding-right: 3px;
}

.btn-green {
    cursor: pointer;
    text-align: center;
    /*font-family: 'Times New Roman';
    font-size: 14px;*/
    font-weight: normal;
    background-color: #4CAF50;
    min-width: 50px;
    color: white;
    display: inline-block;
    height: 25px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: 5px;
    border: 1px solid #4CAF50;
}

    .btn-green:hover {
        cursor: pointer;
        background-color: #3fde34;
        border: 1px solid #3fde34;
    }

    .btn-green:focus {
        background-color: #3fde34;
    }

.btn-green-disable {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: normal;
    background-color: Gray;
    min-width: 50px;
    color: Silver;
    display: inline-block;
    height: 25px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: 5px;
}

.btn-yellow {
    cursor: pointer;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: normal;
    background-color: #dd9b40;
    min-width: 50px;
    color: white;
    display: inline-block;
    height: 25px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: 5px;
}

    .btn-yellow:hover {
        cursor: pointer;
        background-color: #003399;
    }

    .btn-yellow:focus {
        background-color: #003399;
    }

.btn-yellow-disable {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: normal;
    background-color: Gray;
    min-width: 50px;
    color: Silver;
    display: inline-block;
    height: 25px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: 5px;
}

.listheader {
    height: 30px;
    background-color: navajowhite;
    white-space: nowrap;
    color: #515151;
}

    .listheader th {
        padding: 3px;
    }

.listitem:nth-of-type(2n+1) {
    min-height: 20px;
    background-color: ivory;
}

.listitem {
    min-height: 20px;
    background-color: #f8f8f8;
    overflow: hidden;
    white-space: normal;
}

    .listitem:hover {
        background-color: #d1e1ed;
        overflow: hidden;
    }

    .listitem td {
        padding: 2px;
    }

.css-child-div-viewform {
    width: 90%;
    min-width: 1230px;
    background-color: white;
    margin: 5px auto;
}

.cssT {
    padding-left: 35px;
}

.cssH {
    padding-left: 25px;
}

.cssX {
    padding-left: 15px;
}

.cssThon {
    padding-left: 5px;
}

.dvh_css_textbox_left {
    width: calc(100% - 6px);
    height: 18.5px;
    vertical-align: middle;
    text-align: left;
    border: solid 1px black;
    padding-bottom: 0;
    padding-top: 0;
}

.dvh_css_textbox_left_noborder {
    border: none;
    width: calc(100% - 8px);
    height: 100%;
    vertical-align: middle;
    text-align: left;
    padding-left: 7px;
}

.dvh_css_textbox_right {
    border: solid 1px black;
    font-size: 1em;
    text-align: right;
    padding: 0 4px 0 0;
    height: 18.5px;
    width: calc(100% - 6px);
}

    .dvh_css_textbox_right:disabled {
        cursor: not-allowed;
        background-color: #ccc;
    }

    .dvh_css_textbox_right:focus {
        background-color: #7cc5f5;
    }

.dvh_css_button_1 {
    display: inline-block;
    border-radius: 4px;
    background-color: cadetblue;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
}

    .dvh_css_button_1:hover {
        background-color: burlywood;
    }

    .dvh_css_button_1:disabled {
        background-color: dimgray;
        cursor: not-allowed;
    }

.dvhcsspanel {
}

    .dvhcsspanel fieldset legend {
        font-weight: bold;
    }

    .dvhcsspanel fieldset table tbody td {
        min-width: 120px;
    }

.dvhcss_rblNhomSP {
}

    .dvhcss_rblNhomSP label {
        vertical-align: middle;
        font-size: 11px;
    }

    .dvhcss_rblNhomSP input[type=radio] + label {
        font-size: 11px;
        vertical-align: middle;
        line-height: inherit;
    }

.dvh_img_delete {
    cursor: pointer;
}

    .dvh_img_delete:disabled {
        cursor: not-allowed;
    }
/*kết thúc style của DTDN*/


/*chữ nhấp nháy*/
@-webkit-keyframes my {
    0% {
        color: red;
    }

    50% {
        color: #f5ad19;
    }

    100% {
        color: red;
    }
}

@-moz-keyframes my {
    0% {
        color: red;
    }

    50% {
        color: #f5ad19;
    }

    100% {
        color: red;
    }
}

@-o-keyframes my {
    0% {
        color: red;
    }

    50% {
        color: #f5ad19;
    }

    100% {
        color: red;
    }
}

@keyframes my {
    0% {
        color: red;
    }

    50% {
        color: #f5ad19;
    }

    100% {
        color: red;
    }
}

.css_text_nhap_nhay {
    font-size: 13px;
    font-weight: bold;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

.cssColLabel {
    min-width: 80px;
    max-width: 250px;
    vertical-align: middle;
}

.cssColLabel1 {
    position: relative;
    width: 100px;
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
}

.cssColSpace {
    width: 50px;
}


.gdvstyle_header th {
    background: #ff9eaf;
    border-color: darkcyan;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #0f5590;
    font-weight: bold;
    padding: 1px 2px 1px 2px;
    text-align: center;
    vertical-align: middle;
    font-family: Times New Roman, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
}

.gdvstyle_header td {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #0f5590;
    display: block;
    vertical-align: middle;
}

.gdvstyle_row td, .gdvstyle_altrow td {
    font-size: 13px;
    border-color: darkcyan;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}

.gdvstyle_row:hover {
    background: #b3d5ff;
}

.gdvstyle_altrow {
    background-color: #edf5ff;
}

.marginTop2 {
    margin-top: 2px;
}

.marginTop5 {
    margin-top: 5px;
}

.width30 {
    width: 30%;
    display: inline-block;
}

/*css panel upload file*/
.upload-panel {
    width: 350px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
    border: 1px solid #e6e6e6;
    text-align: center;
    margin: 0 auto;
    transition: 0.3s ease;
}

    .upload-panel:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    }

/* ===================== INPUT FILE ===================== */
.upload-control {
    width: 100%;
    padding: 10px;
    border: 2px dashed #6ab5ff;
    border-radius: 10px;
    background: #f7fbff;
    cursor: pointer;
    transition: 0.3s ease;
    margin-bottom: 15px;
    font-size: 14px;
}

    .upload-control:hover {
        background: #eaf5ff;
        border-color: #2c8fff;
    }

/* ===================== BUTTON ===================== */
.btn-upload {
    background: linear-gradient(45deg, #007bff, #00c0ff);
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    width: 120px;
    transition: 0.3s;
    font-size: 15px;
    letter-spacing: 0.5px;
}

    .btn-upload:hover {
        transform: scale(1.07);
        filter: brightness(1.1);
    }

    /* ===================== CLICK EFFECT ===================== */
    .btn-upload:active {
        transform: scale(0.95);
    }
/*kết thúc panel upload file*/