@charset 'utf-8';
body {
  font-family: 'notokr-demilight', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  background: #fafbfc;
  color: #172b4d;
  font-size: 16px;
}
a {
  outline: none!important;
  text-decoration: none!important;
  color: #172b4d;
  transition: all 0.2s ease 0s;
}
a.active,
button.active,
a:focus,
button:focus,
a:hover,
button:hover {
  color: #172b4d;
  outline: none!important;
  text-decoration: none!important;
}
strong {
  font-family: 'notokr-medium', sans-serif;
}
.text-info {
    color: #0052CC!important;
}
.bg-info {
    background-color: #F7FBFF!important;
}
.border-info {
    border-color: #B3D3FF!important;
}
.text-success {
    color: #417505!important;
}
.bg-success {
    background-color: #FAFFF5!important;
}
.border-success {
    border-color: #C0DEA3!important;
}
.form-control {
  height: 42px;
  border-radius: 0px;
  box-shadow: none;
  border-color: #dedede;
}
.form-control:hover {
  box-shadow: none;
  border-color: #dedede;
}
.form-control:focus,
.form-control.active {
  box-shadow: none;
  border-color: #808184;
}
.input-sm {
    font-size: .875rem;
    height: 28px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  border-radius:  2px;
}
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append:not(:last-child) > .btn,
.input-group-sm > .input-group-append:not(:last-child) > .input-group-text,
.input-group-sm > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-sm > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend:not(:first-child) > .btn,
.input-group-sm > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group-sm > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group-sm > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
label {
  font-size: .875rem;
  margin-top:.25em;
}
.btn, .btn-sm, .btn-group-sm > .btn {
  border-radius:  2px;
}
.btn:focus, .btn.focus {
  box-shadow: none;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
}
.btn-minus, .btn-plus {
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 15px;
  border:1px solid #dedede;
  float: right;
}
.btn-minus:hover {
  color: #fff;
  background: #0052cc;
  border:1px solid #0052cc;
}
.btn-plus:hover {
  color: #fff;
  background: #CE5045;
  border:1px solid #CE5045;
}
.btn-minus {
  color: #0052cc;
  font-size: 1rem;
}
.btn-plus {
  color: #CE5045;
  font-size: 1rem;
}
@media (min-width: 320px) and (max-width: 679px) {
  .btn-minus, .btn-plus {
    margin-top: 4px;
    margin-bottom: 4px;
    float: right;
  }
}
.btn-default {
  background: #fff;
  color: #515151;
  border-radius: 0;
  border-color: #dedede;
  box-shadow: none!important;
}
.btn-link {
  color: #172b4d;
}
.btn-link:hover {
  color: #0052cc;
}
.btn-link:disabled, .btn-link.disabled {
  color: #dedede;
}
.btn-outline {
  font-family: 'notokr-medium', sans-serif;
  background: #f7fbff;
  color: #0052cc;
  border-color: #b3d3ff;
}
.btn-outline:hover, .btn-outline.active {
  background: #0052cc;
  border-color: #0052cc;
  color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #0052cc;
  border-color: #0052cc;
}
.btn-primary:hover, .btn-primary.active {
  color: #fff;
  background-color: #172b4d;
  border-color: #172b4d;
}
.dropdown-menu {
  padding: 0;
  margin:-1px 0;
  border-radius: 0;
  border-color: #dedede;
  min-width: 100%;
}
.dropdown-item {
  padding: .6em;
  font-size: .75rem;
}
.dropdown-toggle {
  text-align: left;
 }
.dropdown-toggle::after {
  float: right;
  margin-top: .5em;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.dib {
  display: inline-block;
}
.bg-white {
  background: #fff;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.badge {
    padding: .4em .65em;
    font-size: .75rem;
    font-family: 'notokr-medium', sans-serif;
}
.badge-primary {
    background-color: #0052cc;
}
.badge-secondary {
    color: #515C69;
    background-color: #B5BCC8;
}
.badge-danger {
    color: #AB1A1A;
    background-color: #FAE1E2;
}
.badge-success {
    color: #52940B;
    background-color: #E0F6EF;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table > thead > tr > th {
    border-bottom: 1px solid #e7e7e7;
    font-family: 'notokr-medium', sans-serif;
}
.table-responsive> .table > thead > tr > th, .table-responsive> .table > tbody > tr > td {
  white-space: nowrap;
}
.table-sm td, .table-sm th {
  font-size: .875rem;
}
tr.undone {
    color: #999;
}

.page-link {
  font-size: .75rem;
  white-space: nowrap;
  background: transparent;
  padding: 8px 12px;
}
.page-link i {
  line-height: .75;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
}
.page-link:focus {
  box-shadow: none;
}
.page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.disabled .page-link {
  color: #999;
  background-color: transparent;
}
.page-item.active .page-link {
  font-family: 'notokr-medium', sans-serif;
}

/*    Header
---------------*/
header {
  background: #fff;
  z-index: 990;
  margin-left: 250px;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: margin-left 300ms ease-in-out 0s;
  height: 60px;
}
.logo {
  background: #172b4d;
  display: inline-block;
  text-align: center;
  width: 250px;
  height:60px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: width 300ms ease-in-out;
}
.logo img {
  height: 36px;
}
.sidebar-hide .logo {
  width: 50px;
  margin-left: 4px;
  display:block;
  overflow: hidden;
}
.sidebar-hide .logo img {
  height: 32px;
  margin-left : -100px;
}
.header-icon {
  font-size: inherit;
  padding: 19px 0 15px;
  color: #172b4d;
  position: relative;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
.header-icon i,
.header-icon img {
  cursor: pointer;
}
.header-icon i {
  margin-left:4px;
  color: #0052CC;
}
footer {
  font-family: 'notokr-thin', sans-serif;
  font-size:  .875rem;
  height: 20px;
  color: #808184;
  margin-top: 3em;
  margin-bottom: 1em;
}
.content-wrap {
  padding:1rem 2rem!important;
}
#page-header, .page-sub-header {
  border-bottom: 1px solid #dedede;
  margin-top: 8px;
  padding-bottom: 8px;
  min-height: 43px;
}
#page-header h1 {
  font-size: 1.25rem;
  font-family: 'notokr-medium', sans-serif;
  margin-bottom: 0;
}
#page-header h1 small {
  font-family: 'notokr-thin', sans-serif;
}
#page-content {
  margin-top: 1rem!important;
}
.card {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 2px;
  margin: 8px;
}
.card-body {
  padding: 16px 20px;
}
.card:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.card.inactive {
  opacity: 0.5;
}
.card-title, .card-header {
  padding: .875rem 1rem;
  line-height: 1;
  font-family: 'notokr-medium', sans-serif;
  color: #172b4d;
  margin: 0;
}
h1.card-title  {
  font-size: 1.25rem;
}
.accordion .card:first-of-type {
    border-bottom: 1px solid #dedede;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dedede;
    border-radius: 2px;
}
.surveyData {
  height: 28px;
  margin-bottom: .875rem!important;
  font-size: .75rem;
}
.surveyTitle {
  min-height: 70px;
}
.login-page-logo {
  margin-top: 60px;
  margin-bottom: 60px;
}
.login-page-logo img {
  height: 64px;
}
.login-form {
  max-width: 460px;
  margin:auto;
  margin-top:100px;
}
.login-form h1 {
  font-family: 'notokr-thin', sans-serif;
  color: #172b4d;
  margin-bottom: 40px;
}
.btn-login {
  font-family: 'notokr-medium', sans-serif;
  padding: 0 2.5rem;
  margin-right : 2rem;
}
.report-category {
  color: #0052CC;
  font-family: 'notokr-medium', sans-serif;
}
.report-label {
  font-family: 'notokr-medium', sans-serif;
  font-size: .875rem;
}
.report-content {
  font-size: .875rem;
}
.selectLogo, a.selectTheme {
  border: 1px solid #dedede;
}
.selectLogo, a.selectTheme img {
  height: 46px;
}
a.selectTheme {
  border: 1px solid #dedede;
  margin-right: 8px;
  margin-bottom: 8px;
}
a.selectTheme:hover, a.selectTheme:active, a.selectTheme.active {
  border-color:#0052cc;
}
@media (min-width: 320px) and (max-width: 679px) {
  .login-page-logo {
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .login-page-logo img {
    height: 48px;
  }
  .login-form h1 {
    font-size: 2rem;
  }
  .btn-login {
    clear: right;
  }

}
