﻿/* 
    Bootstrap 양식 스타일 설정

*/

.con_bootstrap_table {
    width: 100%;
    border-collapse: separate !important;
    border-radius: 10px;
    padding: 7px;
    background-color: #ffffff;
    border: 1px solid #E3E6ED;
}

.con_bootstrap_table2 {
    width: 100%;
    border-collapse: separate !important;
    border-radius: 10px;
    padding: 7px;
    background-color: #F5F5F5;
    border: 1px solid #E3E6ED;
}


.con_bootstrap_table_title_24
{
    font-weight: bold;
    font-size: 24px;
    color: black;
    padding: 10px 5px 5px 30px;
}

.con_bootstrap_table_title_18 {
    font-size: 18px;
    color: black;
    padding: 5px;
}


.con_bootstrap_table_text
{
    font-size: 16px;
    color: #333333;
    padding: 5px 5px 5px 35px
}


/* 
    기본 테이블 스타일 설정 

*/
.control2_table {
    border-collapse: collapse;
    border: 1px solid #c4c5c5
}

.control2_head_center {
    padding: 10px;
    height: 25px;
    font-size: 12pt;
    background-color: #F0F5FF;
    text-align: center;
    border: 1px solid #c4c5c5
}

.control2_head_left {
    padding: 3px;
    height: 25px;
    font-size: 12pt;
    background-color: #F0F5FF;
    text-align: left;
    border: 1px solid #c4c5c5
}

.control2_head_right {
    padding: 3px;
    height: 25px;
    font-size: 12pt;
    background-color: #F0F5FF;
    text-align: right;
    border: 1px solid #c4c5c5
}

.control2_cell_center {
    padding: 10px;
    height: 25px;
    font-size: 12pt;
    text-align: center;
    border: 1px solid #c4c5c5
}

.control2_cell_center2 {
    padding: 10px;
    height: 25px;
    font-size: 12pt;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #c4c5c5
}

.control2_cell_left {
    padding: 10px;
    height: 25px;
    font-size: 12pt;
    text-align: left;
    border: 1px solid #c4c5c5
}

.control2_cell_left2 {
    padding: 10px;
    height: 25px;
    font-size: 12pt;
    text-align: left;
    background-color: #fafafa;
    border: 1px solid #c4c5c5
}

.control2_cell_right {
    padding: 10px;
    height: 25px;
    font-size: 12pt;
    text-align: right;
    border: 1px solid #c4c5c5
}

.control2_cell_right2 {
    padding: 10px;
    height: 25px;
    font-size: 12pt;
    text-align: right;
    background-color: #fafafa;
    border: 1px solid #c4c5c5
}


/* 
    입력페이지 스타일

*/

.tableInfo {
    font-size: 14px;
    font-weight: normal;
    border: solid 1px;
    border-color: #ffc000;
    border-collapse: collapse;
    margin: auto;
}


.tableInfo_head_left {
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
    padding: 5px;
    height: 40px;
    margin: auto;
}

.tableInfo_head_Center {
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
    padding: 10px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.tableInfo_cell1_left {
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 10px;
    height: 50px;
    margin: auto;
    font-size: 16px;
}

.tableInfo_cell1_left_padding5 {
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 5px;
    height: 50px;
    margin: auto;
    font-size: 16px;
}

.tableInfo_cell1_center {
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 10px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.tableInfo_cell1_center_padding5 {
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 10px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input_textbox_style1 {
    height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}


/*
    충당금 리포트 스타일

*/
.r_report_table {
    border-collapse: collapse;
    border: 1px solid #c4c5c5
}

.r_report_head_center {
    padding: 7px 3px 7px 3px;
    height: 25px;
    font-size: 13pt;
    background-color: #F0F5FF;
    text-align: center;
    border: 1px solid #c4c5c5
}

.r_report_cell_center {
    padding: 7px 3px 7px 3px;
    height: 25px;
    font-size: 13pt;
    text-align: center;
    border: 1px solid #c4c5c5
}

.r_report_cell_left {
    padding: 7px 3px 7px 3px;
    height: 25px;
    font-size: 13pt;
    text-align: left;
    border: 1px solid #c4c5c5
}

.r_report_cell_right {
    padding: 7px 3px 7px 3px;
    height: 25px;
    font-size: 13pt;
    text-align: right;
    border: 1px solid #c4c5c5
}

/* 
    Treeview 테이블 스타일

*/
.treeview_table {
    background-color: #D2D2FF;
    height: 60px;
    border-radius: 12px;
    border-width: 0px;
    border-style: hidden;
}

.treeview_table_selected {
    background-color: orange;
    height: 60px;
    border-radius: 12px;
    border-width: 0px;
    border-style: hidden;
}

.treeview_cell1_center {
    TEXT-ALIGN: center;
    height: 30px;
    COLOR: #000000;
}

.treeview_cell1_left {
    TEXT-ALIGN: left;
    height: 30px;
    COLOR: #000000;
}

.treeview_cell1_center_bottomLine {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    TEXT-ALIGN: center;
    height: 40px;
    COLOR: #000000;
    font-size:16px;
}

.treeview_cell1_center_bottomLine2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: lightseagreen;
    TEXT-ALIGN: center;
    height: 40px;
    COLOR: #000000;
    font-size: 16px;
}

.treeview_cell1_center_noLine {
    border-bottom-width: 0px;
    TEXT-ALIGN: center;
    height: 40px;
    COLOR: #000000;
    font-size: 16px;
}

.treeview_cell1_left_bottomLine {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    TEXT-ALIGN: left;
    height: 40px;
    COLOR: #000000;
    font-size: 16px;
}


.treeview_cell1_color1_center {
    TEXT-ALIGN: center;
    height: 30px;
    COLOR: #000000;
    background-color: orange;
}

.treeview_cell1_color1_center_bottomLine {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    TEXT-ALIGN: center;
    height: 30px;
    COLOR: #000000;
    background-color: orange;
}


.treeview_head2_center {
    padding: 10px;
    height: 30px;
    font-size: 9pt;
    background-color: #eeeeee;
    text-align: center;
    border: 1px solid #c4c5c5;
    COLOR: #000000;
    font-size:14px;
}

.treeview_cell2_center {
    padding: 10px;
    height: 30px;
    font-size: 9pt;
    text-align: center;
    border: 1px solid #c4c5c5;
    background-color: #ffffff;
    COLOR: #000000;
    font-size: 14px;
}

.treeview_cell2_left {
    padding: 10px;
    height: 30px;
    font-size: 9pt;
    text-align: left;
    border: 1px solid #c4c5c5;
    background-color: #ffffff;
    COLOR: #000000;
    font-size: 14px;
}




/* 
    입력 컨트롤 스타일 설정

*/
.datacontrol_numeric_text
{    
    height:35px !important;
    font-size:16pt !important;
}

.datacontrol_numeric_text2 
{
    height: 30px !important;
    font-size: 16pt !important
}

.datacontrol_numeric_text_small1 {
    height: 30px !important;
    font-size: 14pt !important
}


.datacontrol_date_text {
    width: 100px;
    height: 40px;
    font-size: 12pt;
    DateInput-Font-Size: 12pt;
}

.datacontrol_datepicker_text {
    width: 150px;
    height: 40px;
    font-size: 12pt;
    DateInput-Font-Size: 12pt;
}


.datacontrol_datetimepicker_text {
    width: 200px;
    height: 40px;
    font-size: 12pt;
    DateInput-Font-Size:12pt;
}

.datacontrol_multi_textbox {
    width: 99%;
    height: 80px;
    Font-Size: 16pt;
}



/* 
    테이블 리스트 셀 스타일

*/
.table_show_style1 {
    padding: 5px;
    font-size:20px;
}

.table_listitem_style1 {
    color: White;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 16px;
}

.table_listitem_style2 {
    color: black;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 16px;
}

/* 
    페이지 항목 컨트롤

*/
.search_box_bg {
    BORDER-RIGHT: #cbd9eb 1px solid;
    BORDER-TOP: #cbd9eb 1px solid;
    BORDER-LEFT: #cbd9eb 1px solid;
    BORDER-BOTTOM: #cbd9eb 1px solid;
    BACKGROUND-COLOR: #f0f5fa;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search_box_bg td{
    font-size:17px;
    padding:5px;

}

.control_title_01_bg {
    BACKGROUND-IMAGE: url("../images/title/d2_tit_01_bg.gif");
    HEIGHT: 35px
}

.control_cell_title_01_bg {
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    COLOR:#575757;
    FONT-FAMILY: 돋움
}


/* div 요소의 스타일 설정 */
.scrollable-div {
    width: 100%; /* 원하는 너비로 설정 */
    height: auto; /* 원하는 높이로 설정 */
    overflow: auto; /* 스크롤을 활성화합니다. 내용이 넘치면 스크롤바가 나타납니다. */
    border: 1px solid #ccc; /* 테두리를 추가하거나 스타일을 수정하세요. */
}