@charset "utf-8";
@import url("default.css");

/* CSS Document */



html,
body {
  font-size: 14px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0 0;
}



header {
  background: #203353;
  border-bottom: 1px solid #021b23;
  padding: 10px 10px;
  width: 100%;
  display: inline-block;
}


.header h1 {
  float: left;
}

.sub_header {
  margin: 0 10px 0 20px;
}

header .sub_header h1 a {
  width: 147px;
  height: 41px;
  display: block;
}

.header h1,
header .sub_header h1 {
  text-indent: -9999px;
  background: url(../img/logo_white.png) no-repeat left;
  /* background-size: 80%; */
  width: 260px;
  height: 41px;
  float: left;
  margin: 0px;
}

header .top_btn {
  background: url(../img/top_btn_icon.png)no-repeat 10px 5px #be2623;
  padding: 5px 10px;
  display: block;
  float: right;
  color: #ffffff;
  font-size: 0.8rem;
  text-indent: 19px;
  border-radius: 2px;
  margin-top: 11px;
}

header::after,
sub_header::after {
  clear: both;
}


footer {
  padding: 20px 10px;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #484d55;
  width: 100%;
  font-size: 12px;
}

footer p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.content {}

nav {
  width: 180px;
  height: 100vh;
  float: left;
  margin-top: 0;
  border-right: 1px solid #ccc;
}

/* input */
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  border: 1px solid #d1d1d1;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  padding-left: 10px;
  border-radius: 2px;
  font-weight: 600px;
}

textarea {
  width: 100%
}

.textarea100 {
  border: 1px solid #d1d1d1;
  width: 100%;
  height: 100px;
  line-height: 42px;
  vertical-align: middle;
  padding-left: 10px;
  border-radius: 2px;
}

input[type="radio"] {
  margin: -2px 5px 0;
}


input[type="checkbox"] {
  /*margin: 0px 5px 2px;*/
}


select {
  color: #757575;
}

label {
  vertical-align: middle;
  line-height: 12px;
  margin-right: 20px;
  font-weight: 500
}

.input01 {
  width: 70%;
}

.input40p {
  width: 40%;
}

.input30p {
  width: 30%;
}

.select,
.input02 {
  width: 260px;
  margin-right: 6px;
}

h2 {
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 30px;
  background: url(../img/blt_tit.png) no-repeat left;
}

h5 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  background-color: #d9534f;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
}



/* login */
/* Add padding to containers */
.container {
  height: calc(100% - 142px);
  padding: 16px;
  background-color: white;
  background: url(../img/bg_login.png) no-repeat center;
  background-size: cover;
  opacity: 1
}

/* Full-width input fields */
input[type=text],
input[type=password] {
  width: 100%;
  padding: 15px;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus,
input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.hasDatepicker {
  width: 120px !important;
  border: 1px solid #d1d1d1 !important;
  padding: 5px 10px 7px !important;
  line-height: 28px !important;
  vertical-align: middle !important;
  padding-left: 10px !important;
  border-radius: 2px !important;
  background-color: #fff !important;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.login_area {
  width: 600px;
  margin: 100px auto;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
  opacity: 0.9;
}

.login_area h1 {
  font-size: 2rem;
  text-align: center;
}

.login_area input {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #eae8dc;
}



.login_area + label {
  margin-bottom: 20px;
}


/* Set a style for the submit button */
.registerbtn {
  background-color: #be2623;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  font-size: 18px;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}

/*leftmenu*/
.leftmenu {
  width: 180px;
  height: 100vh;
  float: left;
  margin-top: 0;
  border-right: 1px solid #ccc;
  background-color: #eee;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #ccc;
}

.leftmenu .panel a {
  display: block;
  color: #666;
}

.leftmenu .panel a:hover, .leftmenu .panel a:active{
  color: #be2623;
  font-weight: 600;
  font-style: normal;
  text-decoration: none
}

.leftmenu .panel a.ative{
  color: #be2623;
  font-weight: 600;
  font-style: normal;
  text-decoration: none
}


.leftmenu .panel a:visited{
  text-decoration: none;
}


.accordion::after {
  content: url("../img/blt_menu_gray.png");
  float: right;
}

.active::after,
.accordion:hover::after {
  content: url("../img/blt_menu_pink.png");
  float: right;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
  background-color: #be2623;
  font-weight: 600;
  color: #fff;
  border-right: 1px solid #be2623;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 10px 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  line-height: 25px;
  color: #858585;
  margin-bottom: 0;
}

.contents {
  width: calc(100% - 200px);
  margin-left: 190px;
  text-align: center;
}

tr th {
  text-align: center;
}

tr td {
  text-align: center;
}

/*btn*/
.btn_area {
  float: right;
  margin-bottom: 5px;
}

.pagination {
  margin: auto
}


.pagination > li > a,
.pagination > li > span {

  color: #9a9a9a;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #be2623;
  background-color: #eee;
  border-color: #ddd;
}

.btnAttFile {
  background: #be2623;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 0 !important;
  border: 1px solid #981e1b;
  padding: 7px 10px;
  vertical-align: middle;
  border-radius: 2px;
  width: 120px;

}

.btn {
  padding: 4px 12px;
  font-size: 13px;
}

.btn-primary {
  color: #fff;
  background-color: #006c90;
  border-color: #005470;
}

.file {
  float: left;
  position: relative;
}

.fileHidden {
  width: 120px;
  font-size: 45px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  /* right: 20px; */
  /* left: calc(100% - 500px); */
  top: 0;
  height: 41px;
}

.filupload {
  margin: 20px auto;
  text-align: center;
  display: table;
  margin-top: 20px;
}


.filupload span {
  font-weight: 600;
  color: #0080aa;
  padding-left: 20px;
  line-height: 37px;
}

.filupload input[type=text] {
  width: 400px;
  padding: 17px;
  margin: 0 !important;
  border: 1px solid #c5b4b3;
  background: #fff;
  float: left;
}

.search_area {
  margin: 20px 0;
  padding: 10px;
  background-color: #ffbb99;
  text-align: left;
}

.search_area span {
  line-height: 28px;
  font-weight: 600;
}

.search_area select,
.search_area input {
  border: 1px solid #e8a989 !important;
  font-weight: 600;
  font-size: 14px;
  color: #491d1d;
}



.search_area select {}

th {
  font-weight: 600;
}


.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > tbody tr th {
  background-color: #eae8dc !important;
}

.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 2px solid #be8786;
}

/*calendar*/

.box {
  width: 100%;
  padding: 20px 0;
}




.schedule h2 {
  display: block
}

.schedule h3 {
  font-size: 20px;
}


.scheduleList {
  width: 28%;
  margin-left: 2%;
  float: right;
}

.scheduleList input {
  padding: 5px 10px;
  width: 50%;
  border: 1px solid #eae8dc;
  text-align: center;
}

.scheduleList table input {
  border: 1px solid #eae8dc;
  background-color: #fff;
  width: 100% !important;
}

.scheduleList input[type="checkbox"] {
  height: auto !important;
}

.scheduleList button {
  margin-left: 10px;
}

.scheduleList .btn-danger {
  margin-top: 20px;
}

.schedule h2 {
  display: block
}

.schedule h3 {
  font-size: 20px;
}

.schedule h6 {
  display: inline-block;
  background-color: #ffff;
  color: #000;
  margin-right: 5px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
  vertical-align: middle;
}

.schedule h5 {
  display: block;
  background: #ecb2b1;
  margin-top: 10px;
  color: #ffff;
  border: 2px solid #be6f6e
}



.calendar {
  width: 40%;
  float: left;
}



.scheduleList th {
  text-align: center !important;
}

.scheduleList td {
  text-align: center !important;
}


#calendar {
  width: 100%;
  border-bottom: 2px solid #cccccc
}

#calendar a {
  color: #8e352e;
  text-decoration: none;
}

#calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#calendar ul::after {
  display: block;
  clear: both;
  content: ''
}

#calendar li {
  display: block;
  float: left;
  width: 14.342%;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-right: -1px;
  margin-bottom: -1px;
}

#calendar ul.weekdays {
  height: 36px;
  background: #f1f1f1;
  border-bottom: 1px solid #d1d1d1;
}

#calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none !important;
  padding: 8px 6px;
  font-size: 13px;
  font-weight: 600
}

#calendar .days li {
  height: 59px;
  cursor: pointer
}

#calendar .days li:hover {
  background: #0054a6;
  color: #ffffff !important;
}

#calendar .days li.day .date:hover {
  color: #ffffff;
}

#calendar .days li.other-month:hover {
  background: #eee;
  color: #fff !important;
}

#calendar .date {
  padding: 4px;
  /* background: #bbb; */
  /* width: 20px; */
  border-radius: 50%;
  /* float: right; */
  text-align: center;
  /* vertical-align: middle; */
  line-height: 30px;
  font-size: 18px;
}

#calendar .event {
  clear: both;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  margin-top: 40px;
  margin-bottom: 5px;
  line-height: 14px;
  background: #e4f2f2;
  border: 1px solid #b5dbdc;
  color: #009aaf;
  text-decoration: none;
}

#calendar .event-desc {
  color: #00a3b4;
  font-size: 12px;
  text-decoration: none;
}

#calendar .other-month .date {
  color: #e4e4e4 !important;
}

.date span {
  font-size: 12px;
  color: #00a3b4
}

.today {
  color: #00a3b4;
  font-weight: 600;
}

.sun {
  color: #F82222
}


.sat {
  color: #379afc
}

/* Month header */
.month {
  padding: 4px 25px;
  width: 100%;
  background: #be2623;
  text-align: center;
  border: 2px solid #860f0d;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
}

/* Next button */
.month .next {
  float: right;
}

.month span {
  color: #fff;
  font-weight: 600
}

.selectInfo {
  height: 38px;
}

.possible {
  color: #0054a6
}

.impossible {
  color: #e4e4e4
}

.possible,
.impossible {
  float: right;
  margin-right: 20px;
  font-size: 12px;

  margin-top: 10px;
}

.possible span {
  background-color: #0054a6;
  padding: 2px 20px;
  margin-right: 5px;
}

.impossible span {
  background-color: #e4e4e4;
  padding: 2px 20px;
  margin-right: 5px;
}


span.readonly_txt {
  color: red;
  font-weight: 600
}

.selected-day {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}

.table01 {
  border-top: 1px solid #a87b7a;
  width: 100%;
  margin-top: 20px;
}

.table01 tr {
  border-bottom: 1px solid #d1d1d1;
}

.scheduleList th {
  text-align: center !important;
}

.table01 th {
  background: #f1f1f1;
  text-align: left;
  padding: 7px 20px;
  width: 200px;
  vertical-align: middle;
}

.scheduleList td {
  text-align: center !important;
}

.table01 td {
  padding: 3px 20px;
}

.box.schedule {
  display: table;
}

.box.schedule::after {
  clear: both;
  content: '';
  display: block;
}


/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.search_btn01 {
  height: 28px;
  line-height: 28px;
  background: #be2623;
  border: 1px solid #a41f1c;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}


.mo_popup::after {
  display: block;
  clear: both
}

.mo_popup.default table th {
  width: 25%
}

.mo_popup.default table thead td input {
  width: 60%
}

.mo_popup.default table thead td button {
  width: auto;
}

.mo_popup.default table thead td span {
  display: block;
  font-size: 12px;
  color: #a5a399
}



.mo_popup.modal-body table td {
  text-align: left;
  padding: 5px;
  height: 38px
}

.mo_popup.modal-body table input,
.mo_popup.modal-body table select {
  padding: 3px 10px 2px;
  background-color: #fff;
  border: 1px solid #eae8dc;
}

.mo_popup.modal-body table select {
  height: 32px;
  width: auto
}

.mo_popup.modal-body table tbody th,
.mo_popup.modal-body table thead th {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.mo_popup.modal-body table th,
.mo_popup.modal-body table td {
  vertical-align: middle;
}

.mo_popup table button {
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 12px;
  width: 48px;
}

.mo_popup table.w48pR textarea {
  height: 218px;
}

.mo_popup table.w48pL button,
.mo_popup table.w48pR button {
  font-size: 12px;
  width: 60px;
}

.susi,
.jungsi {
  width: 50%;
  float: left;
  border-left: 1px solid #fff;
}

.susi h5,
.jungsi h5 {}

.mirroring_area h2 {
  margin-top: 40px;
}

.form-group select,
.form-group input {
  width: 200px;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}

.form-group {
  margin-bottom: 0;
  text-align: left;
}



table.mirroring td {
  text-align: left
}

.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
  border-color: #dbd8c8;
}


.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  vertical-align: middle;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 5px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > td {
  border: 1px solid #eae8dc;
}

.modal-header {
  background-color: #be2623 !important;
}

.modal-header .close {
  margin-top: -25px;
}

.middle_btn_area {}

table.list td button {
  padding: 2px 5px;
  font-size: 12px;
  width: 48px;
}

.mo_popup .table-bordered > thead > tr > td,
.mo_popup .table-bordered > thead > tr > th {
  border-bottom-width: 0px;
}


table.searchlist td i.complete {
  background: url(../img/icon_uncompleted.png)no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 90%
}

table.searchlist td i.uncompleted {

  background: url(../img/icon_complete.png)no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 90%;
}

table.searchlist td a i.no {
  background: url(../img/icon_no.png)no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 90%
}

table.searchlist td a i.yes {

  background: url(../img/icon_yes.png)no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 90%;
}

.table-bordered {
  border: 1px solid #b3a2a2;
}

table.searchlist td span.complete {
  color: #ccc;
}

table.searchlist td span.uncompleted {
  color: #337ab7;
  font-weight: 600;
}

.modal-content .info {
  background-color: #337ab7;
  color: #fff;
}

.table_group {
  width: 100%;
}


.modal-body.mo_popup::after {
  clear: both;
  display: block;
  content: '';
}


.w48pL {
  width: 48%;
  float: left;
  border: 1px solid #ccc
}

.w48pR {
  width: 48%;
  float: right;
  border: 1px solid #ccc
}

.w48pL:after,
.w48pR:after {
  clear: both;
}

.disabled {
  cursor: none;
  opacity: 1 !important;
}


/*date picker*/
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333;
}

.ui-widget-header {
  border: 1px solid #337ab7;
  background: #337ab7 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #666;
}


/*여백*/

.mt0 {
  margin-top: 0;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*200609 tab*/
.tabs .tab {
	float: left;
	width: 14%;
	margin-right: 0.2%;
}
.checkboxtab {
	display: none;
}
.tab > label {
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	line-height: 40px;
	display: block;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	background: #f1f1f1;
	color: #777777;
}
.checkboxtab:checked ~ label {
	background: #376c7d;
	color: #ffffff;
}

.contentbar {
	position: absolute;
	background-color: white;
	left: 0px;
	width: calc(100% - 180px);
	margin-left: 180px;
	/* border: 1px #c1c1c1 solid; */
	border-top: 2px #376c7d solid;
	top: 176px;
	padding: 20px 40px;
	height: calc(100% - 176px);
	overflow-y: auto;
}
.checkboxtab:checked ~ .content {
	z-index: 1;
}

.leftmenu {
	width: 180px;
	height: calc(100vh - 62px);
	float: left;
	margin-top: 0;
	border-right: 1px solid #ccc;
	background-color: #eee;
}
/* .calendar {width: 40%;float: left;} */
.calendar h6 {
	text-align: center;
	height: 28px;
	margin: 0;
	padding: 5px 0;
	margin-bottom: 10px;
}
.scheduleList {
	width: 24%;
	margin-left: 4%;
	float: left;
}
.scheduleList h6 {
	text-align: center;
	width: 47%;
	margin: 0;
	padding: 5px 0;
}

.susi, .jungsi, .myunjub {
	width: 40%;
	float: left;
	border-left: 1px solid #fff;
}
h5 {border: 2px solid #a51c1a;}
.table01 th, .table01 td {border: 1px solid #eae8dc;}

.click_label {
    background: #376c7d !important;
    color: #ffffff !important;
}