.work-calendar {
}

/* Header ------- */
.work-calendar .header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.work-calendar .header .first {
    flex: 1;
}

.work-calendar .header .last {
    color: #c3c3c3;
}


/* Days [일, 월, 화, 수, 목, 금, 안] ------- */
.work-calendar .days {
    display: flex;
}
.work-calendar .days.row {
    margin: 0;
}
.work-calendar .days .col {
    padding: 3px;
    margin: 1px;
    border-radius: 3px;
    width: 14.2%;
    text-align: center;
    background-color: #c3c3c350;
    cursor: pointer;

    color: #555;
    font-weight: 900;
}


/* Body [1, 2, 3, 4, 5, 6, 7] ------- */
.work-calendar .row {
    display: flex;
    margin: 0;
}
.work-calendar .body .col {
    padding-bottom: 3px;
    margin: 0.4px;
    width: 14.2%;
    height: 105px;
    text-align: right;
    cursor: pointer;
}

span.day.inactive {
    color: #eaeaea;
}
.work-calendar .valid {
    border: 1px solid #c3c3c350;
    border-radius: 3px;
}
.work-calendar .disabled {
    border: 1px solid #c3c3c320;
    color: #c3c3c3;
}

.work-calendar .today {
    border: 1px solid red;
    border-radius: 3px;
    color: red;
}

.work-calendar .checked {
    background-color: rgba(18, 158, 18, 0.192);
}

.work-calendar .day {
    font-size: 0.9em;
    margin-right: 5px;
    color: #555;
}

.work-calendar .content {
    margin: 0;
    position: relative;
    top: -20px;
    text-align: left;
    font-size: 0.8em;
    font-family: '기본체' !important;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    padding-left: 3px;
}

/* text ------- */
.work-calendar .text {
    font-family: '기본체' !important;
}

.work-calendar .text .month {
    font-size: 1.2em;
    font-weight: 900;
    margin-right: 3px;
}

span.message {
    font-family: '기본체' !important;
    color: #555;
    font-size: 0.9em;
}
span.sum {
    font-family: '기본체' !important;
    color: #555;
    font-size: 0.9em;
}
span.seeker {
    font-family: '기본체' !important;
    color: #555;
    font-size: 0.9em;
}



/* controls ------ */
.work-calendar .controls {
    margin-left: -15px;    /* 부트스트랩에 적용하기 위해서 왼쪽, 오른쪽 마진을 -15px씩 준다. */
    margin-right: -15px;

    margin-top: 10px;
    width: 100%;
    position: relative;
}

.work-calendar .mt10 {
    margin-top: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

/* 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-textarea {
    border: 1px solid silver;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    resize: none;
    height: 10em;
    margin-bottom: 5px;
    
    text-align: left;
    vertical-align: bottom;
    font-family: '기본체' !important;
    font-size: 0.8em;
}

.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;
    margin-bottom: 5px;
}
.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;
}
.styled-button.print {
    background-color: #125452;
    border: 1px solid #12545220;
}
.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-bottom: 3px;
    margin-right: 3px;
}
.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;
}

/* Functions 기능 ------ */
.functions {
    padding: 10px;
    margin-bottom: 5px;
}