/* styled-group ------- */
.styled-group {
    margin-bottom: 5px;
    background-color: #c3c3c350;
    width: 100%;

    display: flex;
}
.styled-left {
    flex: 1;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

    padding: 5px;
    font-family: '기본체';
    font-size: small;

    color: #555;
    text-align: center;
}
.styled-middle {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 0;

    width: 40%;
    text-align: right;
    font-family: '기본체' !important;
}
.styled-middle input.middle {
    width: 100%;
    border: 0;
    padding: 8px;
    text-align: right;

    font-family: '기본체';
    font-size: 0.8em;
    color: #555;
}
.styled-right {
    border: 1px solid silver;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;

    width: 40%;
    text-align: center;
    font-family: '기본체';
    font-size: 0.8em;

    color: #555;
}
.styled-left2 {
    flex: 1;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

    min-width: 70px;
    padding: 5px;
    text-align: center;
}
.styled-left2 span.title {
    font-family: '기본체';
    font-size: 0.8em;
    
    color: #555;
}

.styled-left3 {
    border: 1px solid silver;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 5px;
    width: 80%;

    text-align: left;
    vertical-align: bottom;
    font-family: '기본체' !important;
    font-size: 0.8em;
}
.styled-termReport-textarea {
    /* border: 1px solid silver; */
    /* padding: 5px; */
    width: 100%;
    resize: none;
    height: 100%;
    
    
    text-align: left;
    vertical-align: bottom;
    font-family: '기본체' !important;
    font-size: 0.9em;
}
.styled-termReport-textarea:disabled {
    /* border: 1px solid silver; */
    /* padding: 5px; */
    width: 100%;
    resize: none;
    height: 100%;
    background-color: rgb(236, 236, 236);
    
    
    text-align: left;
    vertical-align: bottom;
    font-family: '기본체' !important;
    font-size: 0.9em;
}

.styled-textarea-button {
    flex: 1;
    width: 100%;
    margin-bottom: 5px;
    justify-content: flex-end;
    border: 1px solid silver;
    border-radius: 3px;
    

    padding: 5px;
    font-family: '기본체' !important;
    font-weight: 900;
    color: white;

    text-align: center;
}

.styled-textarea-button.add {
    background-color: #d5a10e;
    border: 1px solid #d5a10e20;
    color: white;
}
.styled-textarea-button.disabled {
    background-color: #eeeeee;
    /* border: 1px solid #eeeeee20; */
}

.styled-right3 {
    flex: 1;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    padding: 5px;
    font-family: '기본체' !important;
    font-weight: 900;
    color: white;

    text-align: center;
}
.styled-right3.add {
    background-color: #d5a10e;
    border: 1px solid #d5a10e20;
    color: white;
}

.styled-right3.disabled {
    background-color: #eeeeee;
    /* border: 1px solid #eeeeee20; */
}
.styled-right2 {
    border: 1px solid silver;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;

    min-width: 30px;
    text-align: center;
    vertical-align: bottom;
}
.styled-right2 span.unit {
    font-family: '기본체';
    font-size: 0.6em;
    
    color: #777;

}
.styled-input {
    margin-bottom: 5px;
    border: 1px solid silver;
    border-radius: 3px;
    padding: 8px;
    width: 100%;

    font-family: '기본체' !important;
    font-size: 0.8em;
}


.styled-button {
    border-radius: 3px;
    padding: 5px;
    width: 100%;

    font-family: '기본체' !important;
    font-weight: 900;
    color: white;
}
.styled-button.add {
    background-color: #d5a10e;
    border: 1px solid #d5a10e20;
    color: white;
}
.styled-button.reset {
    background-color: #999999;
    border: 1px solid #99999920;
    color: white;
}
.styled-button.save {
    background-color: #125452;
    border: 1px solid #12545220;
    color: white;
}
.styled-button.send {
    background-color: #000000;
    border: 1px solid #00000020;
    color: white;
}
.styled-button.disabled {
    background-color: #eeeeee;
    border: 1px solid #eeeeee20;
}
.styled-button.remove {
    background-color: #dc3545;
    border: 1px solid #dc354520;
}
.styled-button.download {
    background-color: #363636;
    border: 1px solid #36363620;
    color: white;
}
.styled-button.print {
    background-color: #125452;
    border: 1px solid #12545220;
}
.styled-button.report {
    background-color: #D5A10E;
    border: 1px solid #12545220;
}
.styled-button.exit {
    background-color: #000000;
    border: 1px solid #12545220;
    width: 40px;
    margin: 0px;
}
.styled-button.confirm {
    background-color: #eeeeee;
    border: 1px solid #eeeeee20;
    color: black;
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 80%;
}


.styled-text-group {
    display: flex;
    flex-flow: row wrap;
}
.styled-icon {
    background-color: #eaeaea;
    border: 1px solid #eeeeee20;
    border-radius: 3px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px 3px 0;
}
.styled-icon.grey {
    background-color: #999999;
    color: #ffffff;
}
.styled-request {
    background-color: #eaeaea;
    border: 1px solid #eeeeee20;
    border-radius: 3px;
    width: 100%;

    padding: 5px;
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 3px;
    margin-right: 3px;
}
.styled-request span.request {
    padding-left: 6px;
    width: 100%;
}


.styled-checkbox-group {
    display: flex;
}
.styled-checkbox-group span.checkbox-label {
    font-family: '기본체' !important;
    font-size: 0.8em;
    padding-top: 2px;
    margin-left: 4px;
    margin-right: 7px;
    color: #555;
}

/* 패널 ------ */
.panel {
    /* background-color: #eee; */
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 10px;
}
.panel .panel-heading {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #eee;

    padding: 10px;
}
.panel .panel-heading h3 {
    font-family: '기본체' !important;
    color: #555;
}
.panel .panel-body {
    padding-top: 10px;
    padding-bottom: 5px;
}



/* style table */

table.termTable {
    border: 1px solid silver;
    border-radius: 3px; 
    border-collapse: separate;
    background-color: rgb(236, 236, 236);
    width: 100%;
  }

tr.termTr {
    border: 0.5px solid silver;
    font-family: '기본체' !important;
    font-size: 0.95em;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    
}
td.termTd {
    border: 0.5px solid silver;
    font-family: '기본체' !important;
    font-size: 0.95em;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    
}

th.termTh {
    font-family: '기본체' !important;
    height: 35px;
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(212, 212, 212)
}


.styled-inputNum { 
    width: 100%;
    display: flex;
    height: auto;
}
.styled-num { 
    border: 0;
    text-align: center;
    width: 100%;
    
    font-family: '기본체';
    font-size: 0.95em;
    color: #555;
    
}
.styled-num2 { 
    border: 0;
    text-align: center;
    width: 70%;
    
    font-family: '기본체';
    font-size: 0.95em;
    color: #555;
    
}
.styled-tail { 
    border-left: 0.5px solid silver;
    /* border: 0; */
}
.styled-tail span.tail {
    font-family: '기본체';
    font-size: 0.9em;
    
    color: #777;
}




/* 교회-목회자 관리 */ 
.dragItem-inTable { border: 0.3px solid silver;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    font-family: '기본체' !important;
    font-size: 0.9em;
    width: 25%;
    
}
.dragItemButton {
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    font-family: '기본체' !important;
    font-size: 1em;
    margin-right: 3px;
    margin-top: 3px;
    width: 20%;
}
.removeIconButton {
    margin-top: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(236, 236, 236);;
}
.churchListButton {
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(236, 236, 236);
    font-family: '기본체' !important;
    font-size: 1em;
    margin-right: 3px;
    margin-top: 3px;
    width: 13%;
}
.dragItem-outTable { border: 0.3px solid silver;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    font-family: '기본체' !important;
    font-size: 0.9em;
    width: 100%;
}

.styled-select {
    border: 1px;
    border-radius: 3px;
    padding: 5px;
    width: 95%;
    text-align: center;
    background-color: rgb(212, 212, 212);
}
.contents {
    background-color: rgb(236, 236, 236);
}
.yearsOfDt { 
    background-color: rgb(236, 236, 236);
    width: 28%;
    margin: 0 3px 0 3px;
}
.quartersOfDt { 
    background-color: rgb(236, 236, 236);
    width: 18%;
    margin: 0 3px 0 3px;
}

/* 버튼 스타일 관리 */
.EditButton {
    border-radius: 3px;
    font-family: '기본체' !important;
    font-weight: 900;
    color: white;
    align-items: center;
    vertical-align: middle;
}
.EditButton.on {
    background-color: #363636;
    border: 1px solid #d5a10e20;
}
.EditButton.off {
    background-color: #d5a10e;
    border: 1px solid #d5a10e20;
}
.EditButton.search {
    background-color: #000000;
    border: 1px solid #d5a10e20;
}
.EditButton.disabled {
    background-color: #eeeeee;
    border: 1px solid #eeeeee20;
}
.EditButton.remove {
    background-color: red;
    border: 1px solid #d5a10e20;
}
.EditButton.reset {
    background-color: green;
    border: 1px solid #d5a10e20;
}
.EditButton.save {
    background-color: #000000;
    border: 1px solid #d5a10e20;
}

.EditInput {

    border: 0;
    border-radius: 3px;
    font-family: '기본체' !important;
    font-size: 1em;
    text-align: left;
    vertical-align: middle;
    align-items: center;
    background-color: white;
    width: 100%;
}
.EditInput:focus {
    outline: none;
}

.styled-between { 
    display: flex;
    justify-content: space-between;
}

.styled-text-button { 
    text-align: left;
    background-color: rgb(248, 248, 248); 
    width: 100%;
} 
.styled-text-button:hover {
    background-color: rgb(188,251,255);
}