:root {
    --light-table-border-color: #EDF0F5;
    --table-border-color: #dee2e6;
    --tab-slot-color: #6CCDEB; /* 히주:#dfa995 원래:#BEF5A4 */
    --tab-drag-color: #96D7EB; /* 히주:#e6b9a1 원래:#D5F5C */
    --submit-slot-color: #48D986; /* 히주:#66CCC4 원래:#7BE19A */
    --view-slot-color: #FFA473;
    --view-drag-slot-color: #FF825C;
    --view-request-received-slot-color: #808fcc;
    --warning-color: #da4453;
    --competition-rate-1: #e6e9ed;
    --competition-rate-2: #ccd1d9;
    --competition-rate-3: #aab2bd;
    --competition-rate-4: #FF8F8F;
    --competition-rate-5: #FF6969;
    --neutral-color: #EFEFEF;
    --darker-grey: #A9A9A9;
    --darker-grey-2: #A9A9A9;
    --darker-grey-3: #595959;
    --darker-grey-4: #4A4A4A;
    --body-color: #FFFFEC;
}

/* body{
    background-color: var(--body-color);
} */

/* common */
.container-background {
    background-color: white;
    width: 960px;
    padding-left: 0;
}
.outbox {
    width: 100%;
    text-align: center;
}

.fixed-top {
    height: 45px;
}
.navbar-nav {
    position: absolute;
    left: 645px !important;
    top:5px;
}
.nav-down {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.nav-item {
    margin-right: 10px;
    width: 150px;
    font-size: 12px;
    text-align: center;
}
.nav-text {
	margin-left: 10px;
	width: 150px;
	font-size: 12px;
	text-align: center;
	cursor: default !important;
	color: var(--warning-color) !important;
}

.nav-link {
    font-size: 13px !important;
    cursor: pointer;
}

.nav-link: hover{
		font-weight: bold;
	}

.nav-item-active {
  /* padding: 0px; */
    font-weight: bold;
    color: var(--darker-grey-4);
    /* text-decoration: underline; */
    /* text-underline-position: 10px; */
    /* border-bottom: 0.1px solid var(--darker-grey-4); */
    /* text-decoration: underline; */
}

.top-placeholder {
    position: fixed;
    top: 45px;
    width: 100%;
    height: 45px;
    /* background-color: white; */
}

.container {
    font-family: 'Open Sans', sans-serif;
    margin-left: 100px !important;
}

.textbox {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 20px;
}
/*inbox => reward, request box*/
.time_warning {
	font-size: 12px;
	font-weight: bold;
	color: var(--warning-color);
	display: block;
	margin-left: 1.2em;
	margin-bottom: -6px;
	text-align: left;
}
#inbox_count {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 458px;
	top: 20px;
	background-color: dimgray;
	border-radius: 30%;
	width: 12px;
	text-align: center;
	color: white;
}
#inbox {
    position: fixed;
    width: 320px;
    right: 5px;
}
#reward {
    position: fixed;
    width: 330px;
    right: 5px;
}
#reward_count {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 498px;
    top: 20px;
    background-color: dimgray;
    border-radius: 30%;
    width: 12px;
    text-align: center;
    color: white;
}
.reward_category {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    padding-left:5px;
    text-align:left;
    background-color: var(--darker-grey);
    color: white;
    font-weight:bold;
    z-index: 32;
}
.close {
    border: none;
    padding: 2px 3px;
    width: 15px;
    background-color: none;
    color: whitesmoke !important;
    text-align: center;
    padding: 2px 3px;
    margin: 0px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    z-index: 31;
}
.close:hover {
    font-weight: bold;
    color: white;
}
.inbox_content_row {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border-bottom: 1px solid var(--table-border-color);
    list-style-type: none;
    overflow:auto;
    z-index: 32;
}
    .inbox_content_row:hover {
        background-color: var(--table-border-color);
    }
.reward_content_row {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border-bottom: 1px solid var(--table-border-color);
    padding-bottom: 3px;
    z-index: 32;
    text-align: left;
}
.noti_empty{
	text-align:center;
	padding-bottom:6px;
	padding-top:6px;
}
.inbox_img {
	padding: 3px;
	width: 45px;
	height: 45px
}
[hover-data]:hover{
	position:relative
}
[hover-data]:hover:after {
	content: attr(hover-data);
	position: absolute;
	bottom:100%;
	top:40px;
	left:0;
	background-color:dimgray;
	color: black;
	font-size:10px;
	z-index:-2;
}

.caption {
    margin: 3px;
    font-size: 9px;
    font-family: 'Open Sans', sans-serif;
    width: 50px;
    display:block;
    float: left;
}
.img_text {
    font-family: 'Open Sans', sans-serif;
    width: 260px;
    display: block;
    float: left;
    margin-top: 3px;
    line-height: 2.0em;
}
.icon {
    width: 30px !important;
    text-align: center;
    margin: 5px 5px 0px 0px !important;
}
.gift_text {
    font-family: 'Open Sans', sans-serif;
    width:230px;
    display: inline-block;
    margin-top: 1px;
    margin-left:5px;
    text-align:left;
}
.big_inbox {
    border-bottom: 2px solid var(--darker-grey);
}
.inbox_content_header {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 3px;
    list-style-type: none;
    font-weight: bold;
    color: white;
    border-bottom: 2px solid var(--darker-grey);
    background-color: var(--darker-grey) !important;
}
.reward_content_header {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 3px;
    list-style-type: none;
    font-weight: bold;
    color: white;
    border-bottom: 2px solid white;
    background-color: var(--darker-grey) !important;
}

#inbox.li:hover{
    font-weight:bold;
}
.inbox_button {
    border: none;
    background-color: var(--darker-grey);
    padding: 5px 12px;
    margin: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

    .inbox_button:hover {
        background-color: var(--view-drag-slot-color);
        color: white;
    }
.nav-down a{
    cursor: pointer;
    font-weight: bold;
}

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight: bold;
}


.hide {
    display: none;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 2px solid var(--darker-grey);
    border-bottom: 0px solid white;
    background-color: white;
    padding-left: 0px;
    position: absolute;
    left: 1080px;
    text-align: center;
    top: 50px;
    z-index: 31;
}
.hide.visible {
    display: block;
}

/* helper */
.start_task3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: absolute;
    top: 50px;
    left: 10px;
    z-index: 50;
    width: 140px;
}
.helper {
    position: -webkit-sticky;
    position: sticky;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    bottom: 40px;
    margin-left: 1000px;
    z-index: 50;
    width: 300px;
    border: 2px solid var(--darker-grey);
    padding: 5px;
    display: none;
    background-color: white;
}
.helper_title {
    position: -webkit-sticky;
    position: sticky;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    text-align:left;
    width:300px;

    bottom: 5px;
    margin-left: 1000px;
}
.helper_button {
    border: none;
    background-color: var(--darker-grey);
    /* border:1px solid white; */
    padding: 1px 4px 0px 4px; /*top right bottom left*/
    /* margin: 1px; */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.helper_button:hover {
    background-color: var(--view-drag-slot-color);
    color: white;
    box-shadow: 0.5px -0.5px 1px grey;
}

#request_inbox_helper {
    width: 300px;
    margin-top: 270px;
    margin-left: 900px;
}
#reward_inbox_helper {
    width: 300px;
    margin-top: 270px;
    margin-left: 900px;
}
/* view page */
.container-view {
    padding-top: 98px;
}



/* time table */

.table {
    table-layout: fixed;
    width: 960px;
}

.table thead th {
    text-align: center;
    border: none;
}

.table td {
    border-top: none;
    font-size: 13px;
    padding: 5px;
    color:white;
}

.timetable-header {
    /* position: fixed; */
    height: 45px;
    text-align: center;
    border-bottom: 2px solid var(--table-border-color);
    background-color: white;
    color: black !important;
}

.timetable-header-dates {
    font-size: 15px;
    font-weight: bold;
    color:black;
}
#today {
	background-color: var(--warning-color);
	color: white;
	width: 60px;
	margin-left: 1.8em;
	border-radius: 60px;
}
#wage_today {
	background-color: var(--warning-color);
	color: white !important;
	width: 27px;
	border-radius: 10px;
}

.timetable-row {
    height: 25px;
}

.timetable-axis-entry {
    text-align: right;
    color: black !important;
}

.timetable-hour-entry {
    border-bottom: 1px dashed var(--table-border-color);
    border-left: 1px solid var(--table-border-color);
    border-right: 1px solid var(--table-border-color);
}

.timetable-half-entry {
    border-bottom: 1px solid var(--table-border-color);
    border-left: 1px solid var(--table-border-color);
    border-right: 1px solid var(--table-border-color);
}

.timetable-tab-slot {
    background-color: var(--tab-slot-color) !important;
    border-bottom: var(--tab-slot-color);
    text-align: center;
}

.timetable-tab-drag-slot {
    background-color: var(--tab-drag-color) !important;
    border-bottom: var(--tab-drag-color);
    text-align: center;
}

.timetable-submit-slot {
    background-color: var(--submit-slot-color);
    border-bottom: var(--submit-slot-color);
    text-align: center;
}

.timetable-view-slot {
    background-color: var(--view-slot-color);
    border-bottom: var(--view-slot-color);
    text-align: center;
}

.timetable-view-drag-slot {
    background-color: var(--view-drag-slot-color);
    border-bottom: var(--view-drag-slot-color);
    text-align: center;
}

.timetable-view-request-received-slot {
    background-color: var(--view-request-received-slot-color);
    border-bottom: var(--view-request-received-slot-color);
    text-align: center;
}
.timetable-view-request-hover-slot {
    background-color: dimgray;
    color:white;
    border-bottom: none;
    text-align: center;
}
.timetable-rate-1 {
    background-color: var(--competition-rate-1);
}
.timetable-rate-2 {
    background-color: var(--competition-rate-2);
}
.timetable-rate-3 {
    background-color: var(--competition-rate-3);
}
/* login */
.button {
    border: none;
    background-color: var(--view-slot-color);
    padding: 5px 12px;
    margin: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.button:hover{
    background-color: var(--view-drag-slot-color);
    color: white;
}
.login {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.login td {
    padding: 6px;
}
#img_message {
	color: var(--warning-color);
}
.fileSubmit {
	overflow: hidden;
	display: block;
	float: center;
	text-align: center;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	background-color: white;
	border: 2px solid var(--view-drag-slot-color);
	cursor: pointer;
	color: black;
	border-radius: .5em;
	padding: .5em;
	width: 70%;
	margin: auto;
}

.fileSubmit [type=file] {
  filter: alpha(opacity=0);
  min-height: 0%;
  min-width: 0%;
  opacity: 0;
  position: absolute;
}
