@charset "utf-8";

/* div{border:1px solid #07b301;} */

a{
    cursor: pointer;
}
.rec {
    background: #ECECEC;
}

.input_bg_w:read-only {
    background: #ffffff;
  }
/* row
----------------------------------------------------------------- */
.row{
    position: relative;
    width: 100% !important;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
}
.col_1 {
    width: 8.333333% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_2 {
    width: 16.666667% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_3 {
    width: 25% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_4 {
    width: 33.333333% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_5 {
    width: 41.666667% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_6 {
    width: 50% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_7 {
    width: 58.333333% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_8 {
    width: 66.666667% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_9 {
    width: 75% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_10 {
    width: 83.333333% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_11 {
    width: 91.666667% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}

.col_12 {
    width: 100% !important;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    /* overflow: auto; */
    box-sizing: border-box;
}

.col_center{
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

.col_left {
    width: 50%;
    position: relative;
    float: left;
    height: auto;
    padding: 10px;
    overflow: auto;
    box-sizing: border-box;
}

.col_rigth {
    width: 50% ;
    position: relative;
    float: left;
    height: auto;
    padding: 10px;
    overflow: auto;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .col_left {width: 100%; }
    .col_rigth {width: 100%; }
}

.p_1{
    padding: 1px;
    box-sizing: border-box;
}
.p_2{
    padding: 2px;
    box-sizing: border-box;
}
.p_5{
    padding: 5px;
    box-sizing: border-box;
}
.p_10{
    padding: 10px;
    box-sizing: border-box;
}
.p_20{
    padding: 20px !important;
    box-sizing: border-box;
}

.img_full {
    max-width: 100%;
    height: auto;
}

.m_0{
    margin: 0;
}
.m_1{
    margin: 1px;
}

/* Button
----------------------------------------------------------------- */
.btn, a.btn {
    width: auto;
    height: auto;
    /* height: 32px; */
    padding: 5px 15px 5px 15px;
    background: #F1F1F1;
    border-radius: 4px;
    cursor: pointer;
    margin: 1px;
    box-shadow: 0px 1px 1px #88888850;
    border: 1px solid #bbb;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    color: #202020;
    line-height: 20px;
}
.btn:hover, a.btn:hover {
    background-color: #ececec;
    color: #202020;
}
.btn:disabled, a.btn:disabled {
    background-color: #F1F1F1;
    opacity: 0.4;
    cursor: not-allowed;
}

.btn_full, a.btn_full {
    width: calc(100% - 10px);
    height: auto;
    padding: 10px 10px 10px 10px;
    background: #F1F1F1;
    border-radius: 4px;
    cursor: pointer;
    margin: 0px;
    box-shadow: 0px 1px 1px #88888850;
    border: 1px solid #bbb;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    color: #202020;
    box-sizing: border-box;

}
.btn_full:hover, a.btn_full:hover {
    background-color: #ececec;
    color: #202020;
}
.btn_full:disabled, a.btn_full:disabled {
    background-color: #F1F1F1;
    opacity: 0.4;
    cursor: not-allowed;
}



.btn_small {
    width: auto;
    height: 50px;
    padding: 10px 8px 10px 8px;
    background: #F1F1F1;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    margin: 1px;
    box-shadow: 0px 1px 0px #5c5a5a88;
    border: 1px solid #bbb;
    font-size: 13px;
}
.btn_small:hover {
    background-color: #ececec;
}
.btn_small:disabled {
    background-color: #f1f1f1;
    opacity: 0.4;
    cursor: not-allowed;
}


.btn_sm, a.btn_sm {
    width: 32px;
    height: 32px;
    background: #F1F1F1;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 1px 1px #88888850;
    border: 1px solid #bbb;
    line-height: 35px;
    text-decoration: none;
    display: inline-block;
    margin: 1px;
}
.btn_sm:hover, a.btn_sm:hover {
    background-color: #ececec;
}
.btn_sm:disabled a.btn_sm:disabled {
    background-color: #F1F1F1;
    opacity: 0.4;
    cursor: not-allowed;
}

.btn_fm, a.btn_fm {
    width: auto;
    height: 20px;
    background: #F1F1F1;
    border-radius: 2px;
    cursor: pointer;
    margin: 1px;
    box-shadow: 0px 1px 0px #5c5a5a62;
    border: 1px solid #bbb;
    font-size: 13px;
    /* line-height: 24px; */
    text-decoration: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.btn_fm:hover, a.btn_fm:hover {
    background-color: #ececec;
}
.btn_fm:disabled a.btn_fm:disabled {
    background-color: #F1F1F1;
    opacity: 0.4;
    cursor: not-allowed;
}


.btn_xs {
    width: 100%;
    height: 25px;
    background: #F1F1F1;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0px 1px 0px #5c5a5a;
    border: 1px solid #bbb;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    margin: 1px;
}
.btn_xs:hover {
    background-color: #ececec;
}
.btn_xs:disabled {
    background-color: #F1F1F1;
    opacity: 0.4;
    cursor: not-allowed;
}


.btn_link {
    width: 20px;
    height: 20px;
    background: #F1F1F1;
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    margin: 1px;
    box-shadow: 0px 1px 0px #5c5a5a;
    border: 1px solid #bbb;
    font-size: 15px;
    line-height: 35px;
    padding-left: 3px;
    padding-right: 3px;
}

.btn_link:hover {
    background-color: #ececec;
}


/* Button color
----------------------------------------------------------------- */
.btn_indigo,
a.btn_indigo {
    background-color: #4E6B9E;
    border-color: #4E6B9E;
    color: #fff;
    line-height: 20px;
}
.btn_indigo:hover {
    background-color: #819ac5;
    border-color: #819ac5;
    color: #fff;
}
.btn_indigo:disabled {
    background: #b1bac9;
    border-color: #b1bac9;
    box-shadow:none;
}
.btn_indigo:focus {
    background: #819ac5;
    color: #fff;
}


.btn_red, a.btn_red {
    background-color: #DC3545;
    border-color: #DC3545;
    color: #fff;
    line-height: 20px;
}
.btn_red:hover, a.btn_red:hover {
    background-color: #ee5f5b;
    border-color: #ee5f5b;
    color: #fff;
}
.btn_red:disabled, a.btn_red:disabled {
    background: #dddddd;
    border-color: #dddddd;
    box-shadow:none;
}
.btn_red:focus, a.btn_red:focus  {
    background: #ee5f5b;
    color: #fff;
}


.btn_green, a.btn_green {
    background-color: #28A745;
    border-color: #28A745;
    color: #fff;
    line-height: 20px;
}
.btn_green:hover, a.btn_green:hover {
    background-color: #39c459;
    border-color: #39c459;
    color: #fff;
}
.btn_green:focus, a.btn_green:focus {
    background: #39c459;
    color: #fff;
}
.btn_green:disabled, a.btn_green:disabled {
    background: #dddddd;
    border-color: #dddddd;
    box-shadow:none;
}


.btn_yellow, a.btn_yellow  {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #3d3d3d;
    line-height: 20px;
}
.btn_yellow:hover, a.btn_yellow:hover {
    background-color: #ffd558;
    border-color: #ffd558;
}
.btn_yellow:disabled, a.btn_yellow:disabled {
    background: #dddddd;
    border-color: #dddddd;
    color: #ffffff;
    box-shadow:none;
}
.btn_yellow:focus, a.btn_yellow:focus {
    background-color: #FFC107;
    color: #3d3d3d;
}


.btn_blue, a.btn_blue {
    background-color: #00AAD4;
    border-color: #00AAD4;
    color: #fff;
    line-height: 20px;
}
.btn_blue:focus, a.btn_blue:focus {
    background-color: #00AAD4;
    color: #fff;
}
.btn_blue:hover, a.btn_blue:hover {
    background-color: #80cee2;
    border-color: #80cee2;
    color: #fff;
}
.btn_blue:disabled, a.btn_blue:disabled {
    background: #dddddd;
    border-color: #dddddd;
    box-shadow:none;
}


.btn_draft, a.btn_draft {
    background-color: #bfe2eb;
    border-color: #bfe2eb;
    line-height: 20px;
}
.btn_draft:focus, a.btn_draft:focus {
    background-color: #bfe2eb;
}
.btn_draft:hover, a.btn_draft:hover {
    background-color: #cce6ec;
    border-color: #cce6ec;
}
.btn_draft:disabled, a.btn_draft:disabled {
    background: #dddddd;
    border-color: #dddddd;
    box-shadow:none;
}

.btn_acc {
    padding: 5px !important;
}
.btn_acc.active {
    background-color: #366cd9;
    color: #fff;
}

/* table
----------------------------------------------------------------- */
.tb_list {
    border: 0;
    border-collapse: collapse;
}
.tb_list tr {
    width: 100%;
    height: auto;
}
.tb_list td {
    height: 25px;
    padding: 2px;
    box-sizing: border-box;
    background: #ffffff;
    border-top: 1px solid #676767;
    border-bottom: 1px solid #676767;
    border-right: 1px solid #676767;
    border-left: 1px solid #676767;
}
.tb_list th {
    height: 22px;
    line-height: 22px;
    padding: 2px;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 2px solid #676767;
    border-bottom: 5px solid #676767;
    border-right: 1px solid #676767;
    border-left: 1px solid #676767;
}
.tb_list td.sum {
    border-top: 3px solid #666;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.tb_list td.sum_under {
    border-top: 3px solid #666;
    border-bottom: 7px double #666;
}
.tb_list td.sum_under_top {
    border-top: 3px solid #666;
    border-top: 3px solid #666;
}
.tb_list tr:hover td {
    background: #f2f5ff;
}


.tb_list2 {
    border: 0;
    border-collapse: collapse;
}
.tb_list2 tr {
    width: 100%;
    height: auto;
}
.tb_list2 th {
    height: 22px;
    line-height: 22px;
    padding: 2px;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 2px solid #676767;
    border-bottom: 5px solid #676767;
    border-right: 1px solid #676767;
    border-left: 1px solid #676767;
}
.tb_list2 td {
    height: 22px;
    /* line-height: 25px; */
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    border-top: 1px solid #676767;
    border-bottom: 1px solid #676767;
    border-right: 1px solid #676767;
    border-left: 1px solid #676767;
}
.tb_list2 tr:hover td {
    background: #f2f5ff;
}


.tb_sub {
    border: 0;
    border-collapse: collapse;
}
.tb_sub tr {
    width: 100%;
    height: auto;
}
.tb_sub th {
    height: 22px;
    line-height: 22px;
    padding: 2px;
    box-sizing: border-box;
    background-color: #faf9bd;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}
.tb_sub td {
    height: 25px;
    padding: 2px;
    box-sizing: border-box;
    background: #ffffff;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}



.tb_list_sm {
    border: 0;
    border-collapse: collapse;
}
.tb_list_sm tr {
    width: 100%;
    height: auto;
}
.tb_list_sm td {
    height: 25px;
    padding: 1px;
    font-size: 0.68em !important;
    box-sizing: border-box;
    background: #ffffff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #676767;
    border-right: 1px solid #676767;
    border-left: 1px solid #676767;
}
.tb_list_sm th {
    height: 30px;
    padding: 1px;
    font-size: 0.7em !important;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 2px solid #676767;
    border-bottom: 5px solid #676767;
    border-right: 1px solid #676767;
    border-left: 1px solid #676767;
}
.tb_list_sm td.sum {
    border-top: 3px solid #666;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.tb_list_sm td.sum_under {
    border-top: 3px solid #666;
    border-bottom: 7px double #666;
}
.tb_list_sm tr:hover td {
    background: #f2f5ff;
}

.tb_form {
    border: 0;
    border-collapse: collapse;
}
.tb_form tr {
    width: 100%;
    height: auto;
}
.tb_form td, .tb_form th {
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #676767;
}
.tb_form td.sum {
    border-top: 3px solid #666;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.tb_form td.sum_under {
    border-top: 3px solid #666;
    border-bottom: 7px double #666;
}


.tb_light {
    border: 0;
    border-collapse: collapse;
}
.tb_light tr {
    width: 100%;
    height: auto;
}
.tb_light th{
    box-sizing: border-box;
    background: #ffffff;
    border: 0px solid transparent;
    border-bottom: 2px solid #676767;
}
.tb_light td{
    box-sizing: border-box;
    background: #ffffff;
    border: 0px solid transparent;
    border-bottom: 1px solid #676767;
}



td.td_r_none{
    border-right: 1px solid rgba(255, 255, 255, 0) !important;
}
td.td_t_none{
    border-top: 1px solid rgba(255, 255, 255, 0) !important;
}
td.td_b_none{
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}
tr.tr_active td {
    background: #ffd0d0;
}
/* status
----------------------------------------------------------------- */
.status_yl{
    width: 90%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #ffe600;
    border-radius: 4px;
    color: #000000;
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.status_gr{
    width: 90%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #28A745;
    border-radius: 4px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.status_bl{
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #00AAD4;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.status_rd{
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #DC3545;
    border-radius: 4px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.status_gr_detail{
    width: 100%;
    height: auto;
    background: #cfffda;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.status_rd_detail{
    width: 100%;
    height: auto;
    background: #ffe1e4;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.status_bl_detail{
    width: 100%;
    height: auto;
    background: #d7f2ff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.status_yl_detail{
    width: 100%;
    height: auto;
    background: #fff7ad;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}



/* width
----------------------------------------------------------------- */
.w_100p{
    width: 100% !important;
}

.w_100{
    width: 100% !important;
}

.h_100{
    height: 100% !important;
}

/* Button size
----------------------------------------------------------------- */
.btn_w100{
    width: 98% !important;
    margin-left: auto;
    margin-right: auto;
}


/* Text
----------------------------------------------------------------- */
.tx_center {
    text-align: center !important;
}

.tx_right {
    text-align: right !important;
}

.tx_left {
    text-align: left !important;
}

.tx_unline {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 1px;
    margin-right: 3px;
    color: #0f13df;
    border-bottom: 1px solid #c7c7c7;
    /* border-bottom: 1px solid #0066ff; */
}
.tx_unline2 {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 1px;
    margin-right: 3px;
    border-bottom: 1px solid #7a7a7a;
}
.tx_p1 {
    text-indent: 50px;
}
.tx_p2 {
    text-indent: 50px;
}

.tx_16, .tx_16 td {
    font-size: 16px !important;
}
.tx_18, .tx_18 td {
    font-size: 18px !important;
}
.tx_24, .tx_24 td {
    font-size: 24px !important;
}


/* Text color
----------------------------------------------------------------- */
.tx_error {
    color: red !important;
    font-style: italic;
}
.tx_black {
    color: #202020 !important;
}

.tx_blue {
    color: rgb(16, 86, 207) !important;
}

.tx_blue_l {
    color:#00AAD4 !important;
}

.tx_red {
    color: red !important;
}

.tx_green {
    color: #07b301 !important;
}

.tx_yellow {
    color: #FFC107 !important;
}

.tx_gray {
    color: #e2e2e2 !important;
}

.tx_white {
    color: #ffffff !important;
}
.tx_cancel td{
    text-decoration:line-through !important;
    text-decoration-color: red !important;
    color:red !important;
}


/* backgroud color
----------------------------------------------------------------- */
.bg_white {
    background: #FFFFFF !important;
}
.bg_right{
    background: rgb(112, 112, 112) !important;
}
.bg_red{
    background: #ffeded !important;
}
.bg_red_100{
    background: #e60000 !important;
}
.bg_green_l{
    background: #d7fcdf !important;
}

/* images
----------------------------------------------------------------- */
.img_full img{
    width: 100%;
}

/* Paper
----------------------------------------------------------------- */
.A4 {
    width: 210mm;
    height: 297mm;
    padding: 10mm;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #D3D3D3;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-sizing: border-box;
}

.A4_content{
    width: 190mm;
    height: 277mm;
    font-size: 14px !important;
    overflow: hidden;
}
.A4_content .A4_body{
    height: calc(100% - 35px);
    width: 100%;
}

.A4_content .A4_footer{
    height: 25px;
    width: 100%;
    padding-top: 10px;
}

.A4_content p {
    text-indent: 50px;
}

.A4_content .tb_sign table td {
    font-size: 12px;
    padding: 5px;
    line-height: 20px;
}

.A4_content .tb_form {
    border-collapse: collapse;
}

.A4_content .tb_form th, .A4_content .tb_form td  {
    border: 1px solid #000000;
    padding: 0 5px 0 5px;
    font-size: 12px;
}

.A4L {
    width: 297mm;
    height: 210mm;
    padding: 10mm;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #D3D3D3;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-sizing: border-box;

}

.A4L_content{
    height: 188mm;
    width: 277mm;
    font-size: 12px;
    overflow: hidden;
}

.A4L_content table td {
    font-size: 12px;
}

.A4L_content .tb_form {
    border-collapse: collapse;
}

.A4L_content .tb_form th, .tb_form td  {
    border: 1px solid #000000;
    padding: 0 5px 0 5px;
    font-size: 12px;
}

.A6L {
    width: 210mm;
    height: 148mm;
    padding: 10mm;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #D3D3D3;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-sizing: border-box;

}

.A6L_content{
    width: 190mm;
    height: 138mm;
    font-size: 12px;
    overflow: hidden;
}

.A6L_content table td {
    font-size: 12px;
}

.A6L_content .tb_form {
    border-collapse: collapse;
}

.A6L_content .tb_form th, .tb_form td  {
    border: 1px solid #000000;
    padding: 0 5px 0 5px;
    font-size: 12px;
}

.P9X55 {
    width: 21cm;
    height: 14cm;
    background-color: #ffffff; 
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
}
.P9X55 .P9X55_box{
    margin-top: 0.5cm;
    margin-left: 0.5cm;
    width: 20cm;
    height: 13cm;
}

.P4X6 {
    width: 8.5cm;
    height: 15.3cm;
    background-color: #ffffff; 
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
}
.P4X6 .P4X6_box{
    margin-top: 0.5cm;
    margin-left: 0.5cm;
    width: 7.5cm;
    height: 14.3cm;
    line-height: 1.5em;
}


/* Validation
---------------------------------------------------------*/
/* form.required {} */
.error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

label.error {
    color: red;
    font-size: 14px;
    font-style: italic;
}

input[type="text"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

input[type="checkbox"].error {
    outline: #fc3b3b auto 5px;
    background-color: #ff0000 !important;
}

input[type="radio"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

input[type="password"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

input[type="time"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}
input[type="file"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}
textarea.error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

select.error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

input[readonly] {
    background-color: #F7F7F7;
}

textarea[readonly] {
    background-color: #F7F7F7;
}

/*error*/
.alert_success {
    width: 100%;
    height: auto;
    line-height: 30px;
    border-top:1px solid #66CC33;
    border-bottom: 1px solid #66CC33;
    background-color: #E8FFD9;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    color: #66CC33;
}

.alert_error {
    width: 100%;
    height: auto;
    line-height: 30px;
    border-top:1px solid #CC3333;
    border-bottom: 1px solid #CC3333;
    background-color: #ffdcdc;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: #CC3333;
}

.alert_table {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background-color: #FCFFE6;
    color: darkgoldenrod;
    box-sizing: border-box;
    /* border: 1px solid darkgoldenrod; */
}

.alert_table_red {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background-color: #ffdcdc;
    color: #CC3333;
    box-sizing: border-box;
    /* border: 1px solid darkgoldenrod; */
}

.alert {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background-color: #FCFFE6;
    color: darkgoldenrod;
    box-sizing: border-box;
    border: 1px solid darkgoldenrod;
}

/* Form
-------------------------------------------------- */
.form_SH ul {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.form_SH ul li {
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.form_SH ul li label {
    display: block;
}
.form_SH ul li input[type=text], 
.form_SH ul li input[type=password], 
.form_SH ul li input[type=email], 
.form_SH ul li input[type=file], 
.form_SH ul li input[type=time], 
.form_SH ul li select{
    padding: 2px;
    width: 100% !important;
    box-sizing: border-box;
}

.form_SH ul li input[type=text].dTH{
    padding: 2px;
    /* width: calc(100% - 42px) !important; */
    width: 100% !important;
    box-sizing: border-box;
}
.form_SH ul li textarea{
    width: 99% !important;
    height: 50px;
}

.form_SH2 label {
    display: block;
}
.form_SH2 input[type=text], 
.form_SH2 input[type=password], 
.form_SH2 input[type=email], 
.form_SH2 input[type=file], 
.form_SH2 input[type=time], 
.form_SH2 select{
    padding: 4px;
    width: 100% !important;
    box-sizing: border-box;
}

.form_SH2 input[type=text].dTH{
    padding: 4px;
    width: 100% !important;
    box-sizing: border-box;
}
.form_SH2 textarea{
    width: 100% !important;
    height: 50px;
    box-sizing: border-box;
}


html:-moz-full-screen {
    background: red;
}

html:-webkit-full-screen {
    background: red;
}

html:-ms-fullscreen {
    background: red;
    width: 100%;
}

html:fullscreen {
    background: red;
}
