
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:700");

/* Base */
html {

}

body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #777;
    line-height: 22px;
    margin: 0;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.text-black {
    color: #000 !important;
}

/* left icon */
.left-icon .form-control {
    padding-left: 2.375rem;
}

.left-icon .form-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3.55rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

input::placeholder {
    color:#6c757d;
    font-size: 1.5rem;
    font-style: italic;
}

/* chrome 파란 테두리 없애기 */
input:focus ,select:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* bootstrap custorm */
/* form-control inptu bottom border */
.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#000 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}

.custom-file-control, .form-control, label {
    line-height: 1;
    font-size: 1.5rem;
}

/* search */
/* Add here all your CSS customizations */

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #999999;
  border-color: #999999;
  /*
  background-color: #ffdb99;
  border-color: #ffb733;
  */
}

.target {
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
 }

.nav .nav-children .active {
  background: #727578;
}

.btn {
    display: inline-block;
    position: relative;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    letter-spacing: .5px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    line-height: 1.5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}
