/* custom files */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

body {
	/*letter-spacing: -1px;*/
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
}

select.seagreen, select.theme_color option[value="seagreen"] {
  background-color: #4bcf99;
  color: #ffffff;
}
select.blue, select.theme_color option[value="blue"] {
  background-color: #52BCD3;
  color: #ffffff;
}
select.green, select.theme_color option[value="green"] {
  background-color: #85CE36;
  color: #ffffff;
}
select.orange, select.theme_color option[value="orange"] {
  background-color: #fe821d;
  color: #ffffff;
}
select.purple, select.theme_color option[value="purple"] {
  background-color: #7867A7;
  color: #ffffff;
}
select.red, select.theme_color option[value="red"] {
  background-color: #FF6161;
  color: #ffffff;
}

a:not(.btn), a:not(.btn):hover {
  text-decoration: none;
}
/*grid system*/
.row {
    margin-right: -7px;
    margin-left: -7px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

.section {
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .section {
      margin-bottom: 15px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
      margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .section {
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .section {
      margin-bottom: 10px; } }
  .section:last-of-type {
    margin-bottom: 0; }

.btn-xs, .btn-group-xs > .btn {
    padding: 0.075rem 0.25rem;
    font-size: 0.8rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

.btn.btn-default, .btn.btn-default:hover {
    color: #4f5f6f;
}
.btn.btn-default {
    color: #212529;
    background-color: #fff;
    border-color: #d7dde4;
}


.sidebar .sidebar-menu > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 15px; }
.sidebar .sidebar-menu > li > .sidebar-nav > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 15px; 
}
    

/*right sidebar 설정*/

.right-sidebar {
  background-color: #3a4651;
  width: 240px;
  padding-bottom: 60px;
  position: absolute;
  top: 0;
  right: -240px;
  bottom: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 20; }
  @media (max-width: 991.98px) {
    .right-sidebar {
      position: fixed;
      right: -240px; } }
  .right-sidebar-fixed .right-sidebar {
    position: fixed; }
  .right-sidebar-open .right-sidebar {
    right: 0; }
  .right-sidebar .right-sidebar-container {
    position: absolute;
    top: 0;
    bottom: 51px;
    width: 100%;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    .right-sidebar .right-sidebar-container::-webkit-scrollbar-track {
      background-color: #2c353e; }
  .right-sidebar .label {
    font-size: .75em;
    display: inline-block;
    border-radius: .2em;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    margin: 0 3px; }
  .right-sidebar .label-screenful {
    color: #fff;
    background-color: #6769d4; }
  .right-sidebar .right-sidebar-menu {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .right-sidebar .right-sidebar-menu li a:focus,
    .open .right-sidebar .right-sidebar-menu li a:focus {
      background-color: inherit; }
    .right-sidebar .right-sidebar-menu ul {
      padding: 0;
      height: 0px;
      overflow: hidden; }
      .loaded .right-sidebar .right-sidebar-menu ul {
        height: auto; }
    .right-sidebar .right-sidebar-menu li.active ul {
      height: auto; }
    .right-sidebar .right-sidebar-menu li a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      display: block; }
    .right-sidebar .right-sidebar-menu li a:hover,
    .right-sidebar .right-sidebar-menu li.open > a,
    .right-sidebar .right-sidebar-menu li.open a:hover {
      color: #ffffff;
      background-color: #2d363f; }
    .right-sidebar .right-sidebar-menu .arrow {
      float: right;
      font-size: 18px;
      line-height: initial;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-right: 0; }
      .right-sidebar .right-sidebar-menu .arrow:before {
        content: "\f105" !important; }
    .right-sidebar .right-sidebar-menu li.open > a .arrow {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .right-sidebar .right-sidebar-menu > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 20px; }
    .right-sidebar .right-sidebar-menu > li.active > a,
    .right-sidebar .right-sidebar-menu > li.active > a:hover {
      background-color: #85CE36 !important;
      color: #ffffff !important; }
    .right-sidebar .right-sidebar-menu > li.open > a {
      background-color: #333e48; }
    .right-sidebar .right-sidebar-menu > li > a i {
      margin-right: 5px;
      font-size: 16px; }
      .right-sidebar .right-sidebar-menu > li > a i.arrow {
        font-size: 20px; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li a {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 50px;
      padding-right: 15px;
      background-color: #333e48; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li.active a {
      color: #ffffff; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li > .right-sidebar-nav > li a {
      padding-left: 60px;
      padding-right: 15px; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li > .right-sidebar-nav > li > .right-sidebar-nav > li a {
      padding-left: 70px; }

.right-sidebar-overlay {
  position: absolute;
  display: none;
  left: 200vw;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 15; }
  /*@media (max-width: 991.98px) {
    .right-sidebar-overlay {
      display: block; } }
  @media (max-width: 767.98px) {
    .right-sidebar-overlay {
      background-color: rgba(0, 0, 0, 0.7); } }
  @media (max-width: 991.98px) {
    .right-sidebar-open .right-sidebar-overlay {
      left: 0;
      opacity: 1; } */}

.right-sidebar-mobile-menu-handle {
  display: none;
  position: absolute;
  top: 50px;
  background-color: transparent;
  width: 30px;
  bottom: 0;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .right-sidebar-mobile-menu-handle {
      display: block; } }

.right-sidebar-header {
  width: 240px;
  height: 50px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.right-sidebar-content {
  margin-top: 50px;
}
/*메인 콘텐츠 여백설정*/
.header {
  height: 50px;
}

.header .header-block-collapse {
  padding: 5px;
}

.sidebar-header .brand {
  line-height: 50px;
}



.app .content {
    padding: 65px 15px 35px 15px;
    min-height: 100vh; }
    @media (min-width: 1200px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (max-width: 767.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
  @media (max-width: 991.98px) {
    .app {
      padding-left: 0; } }
  @media (max-width: 991.98px) {
    .app.sidebar-open {
      left: 0; } }

/*.tagsinput .tag {
    display: inline-block;
    margin: 5px 3px;
    padding: 1px 10px;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.tagsinput .tag a {
	text-decoration: none;
}*/

.radio, .checkbox {display:block;}
input[type="checkbox"] {
	margin-right:0.3em;
}

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.table-fixed tbody {
  height: 230px;
  display: block;
  overflow: auto;
}
.table-fixed thead, .table-fixed tbody > tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}


.table-width-1 {min-width:2.5rem;}
.table-width-2 {min-width:5rem;}
.table-width-3 {min-width:7.5rem;}
.table-width-4 {min-width:10rem;}
.table-width-5 {min-width:12.5rem;}
.table-width-6 {min-width:15rem;}

/* multiselect */
.ms-container {
  width: inherit;
  background: none;
}
.ms-container .ms-list {
  border-radius: unset;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
  width: 49%;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background-color: #CCC;
}

.form-control, .input-group-text {
  font-size: inherit;
}
.form-control, .input-group-text {border-radius: 0;}
select.form-control:not([size]):not([multiple]) , input.form-control , .input-group-prepend, .input-group-append {
  height: 2rem;
}
table {
  word-break:break-all;
}

td .form-group {margin-bottom:0;}
td select.form-control:not([size]):not([multiple]) {height:2rem;}

.comment {
  padding: 1rem 0.25rem 0.25rem 0.25rem;
  border: solid #f8f9fa;
  border-width: .2rem;
}

.file-upload {height:100px;border: 3px dashed #999; padding:5px; width: 100%}
