/** DEFAULT CSS ------------------------------------------------- START ----------------------------------- **/

html,
body {
  height: 100%;
  font-family: 'Roboto', 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
}

body {
  min-height: 100%;
  padding-top: 20px;
}

#wrap-content {
  font-size: 0.9em;
}

.no-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* BOOTSTRAP DEFAULT OVERRIDING */

.page-header {
  padding-bottom: 9px;
  margin: 0px 0 10px;
  border-bottom: 1px solid #eee;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-horizontal .form-group {
    margin-right: auto;
    margin-left: auto;
	 margin-top: 5px;
    margin-bottom: 10px;
}

.form-control2 {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-white {
   display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border: 0px solid #fff;
}

.modal-body {
  padding: 20px 40px;
}

.table>tbody>tr>td {
   padding: 6px;
   line-height: 1.2;
	vertical-align: middle;
	text-align:center;
}

.form-control::-webkit-input-placeholder,
input::placeholder {
	color:#ccc;
}

.btn.btn-middle {
	padding:3px 6px;
}


@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0px solid #ddd;
  }
}



/* SELECT2 */

.select2 {
  width: 100%;
}

/*
.select2-container--bootstrap .select2-selection {
  border-radius: 0px;
}
*/

/* 필수 입력 부분 붉은 색이 통일성을 해침 */

.required,
input:required,
select:required {
  background-color: #FBEFF8;
}

/** DEFAULT CSS ------------------------------------------------- END ----------------------------------- **/

/** COMMON CSS ------------------------------------------------- START -------------------------------------- **/

.nowrap {
  max-width: none;
  white-space: nowrap;
}

.tb-hd {
  background-color: #ccc;
}

/* .max-768-toggle {}
.max-768-target {}
.max-768-target.show {}; */

@media (min-width: 768px) {
  .max-768-toggle {
    display: none;
  }
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 30px;
		margin-left: 0;
	}
	
	.navbar-right {
		float: right!important;
		margin-right: 15px;
	}
	
	/* 프론트만 적용 */
	#wrap .navbar-nav>li>a {
		padding-top: 8px;
		padding-bottom: 8px;
	}	
}

@media (max-width: 768px) {

  .max-768-target {
    display: none!important;
  }

  .max-768-target.max-768-show {
    display: inherit!important;
  }
}

/** COMMON CSS ------------------------------------------------- END -------------------------------------- **/

/** PAGE-HEADER ------------------------------------------------- START ----------------------------------- **/

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  font-size: 1.7em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-header .btn-div {
  float: right;
  margin-top: -3px;
}

/** JSB-DESIGN CSS --------------------------------------- START -------------------------------------- **/

/* INFO-TABLE --------------- START --- */

table.jsb-info {
  border-color: #9eafca;
  margin-top: 15px;
  margin-bottom: 15px;
}

table.jsb-info>tbody>tr>th,
table.jsb-info>tbody>tr>td {
  border-color: #9eafca;
}

table.jsb-info>tbody>tr>th {
  background-color: #6e819e;
  color: #ffffff;
  text-align: center;
}

/* INFO-TABLE --------------- END --- */

/* SIMPLE FORM --------------- START --- */

div.jsb-simple-form {
  width: 100%;
  border: 2px solid #88af70;
  margin: 15px 0px 15px 0px;
  padding: 2px;
}

div.jsb-simple-form .row {
  margin: 0;
}

div.jsb-simple-form .row div[class*="col-"] {
  margin: 0;
  padding: 5px 5px 5px 0px;
}

div.jsb-simple-form .row div[class*="col-"].header {
  display: inline-block;
  text-align: center;
  vertical-align: center;
  background-color: #7aa95c;
  color: #ffffff;
  margin: 5px;
}

@media (min-width: 768px) {
  div.jsb-simple-form .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  div.jsb-simple-form .row div[class*="col-"].header {
    width: 100%;
    margin: 0px;
  }

  div.jsb-simple-form .row div[class*="col-"] {
    padding: 10px;
  }
}

/* SIMPLE FORM --------------- END --- */

.top_search {
	padding:10px;
}

.search-box {
  padding: 10px;
  border: 2px solid #ddd;
  margin-top: 5px;
  margin-bottom: 10px;
}

.search-box .row {
  margin: 0;
}

.search-box .row div[class*="col-"] {
  margin: 0;
  padding: 5px 5px 0px 0px;
}

.form-box {
  max-width: 750px;
  border: 2px solid #ccc;
  margin: auto;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}

.jsb-form {}

.jsb-form .form-control {
  border-bottom: 2px solid #ddd;
}

.jsb-form .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.jsb-form div[class*="col-"] {
  padding-top: 5px;
}

.jsb-form .control-label {
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
}

.jsb-form .span-text {
	display:inline-block;
	padding-top: 6px;
   margin-bottom: 0;	
	line-height: 1.5em;
	font-size: 1.0em;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 12px;
    margin-bottom: 0;
    text-align: right;
  }
}

.jsb-table1 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-color: #666;
}

.jsb-table1 thead {
  background-color: #333;
  color: #fff;
}

.jsb-table1 tbody {
  background-color: #eee;
}

.jsb-table1>thead>tr>th {
  border-color: #666;
  text-align: center;
  white-space: nowrap;
}

.jsb-table1>tfoot>tr>th {
  text-align: center;
}

.jsb-table1>thead>tr>th,
.jsb-table1>thead>tr>td {
  border-bottom-width: 1px;
}

.jsb-table1 tbody {
  background-color: #fff;
}

.jsb-table1>tbody>tr:hover>td,
.jsb-table1>tbody>tr:hover>th {
  background-color: #eee;
}

/* jsb-table1-color --- default */

.jsb-table1 {
  border-top-color: #676967;
}

.jsb-table1 thead {
  background-color: #4b4e4b;
  color: #fff;
}
.jsb-table1 tfoot {
  background-color: #cccccc;
}


.jsb-table1>thead>tr>th {
  border-color: #676967;
}

/* jsb-table1-color --- orange */

.jsb-table1.orange {
  border-top-color: #aa9f4d;
}

.jsb-table1.orange thead {
  background-color: #9e9131;
  color: #fff;
}

.jsb-table1.orange>thead>tr>th {
  border-color: #aa9f4d;
}

/* jsb-table1-color --- red */

.jsb-table1.red {
  border-top-color: #742823;
}

.jsb-table1.red thead {
  background-color: #601813;
  color: #fff;
}

.jsb-table1.red>thead>tr>th {
  border-color: #742823;
}

.red {
  color: #FF0000;
}
.blue {
  color: #0000FF;
}

/* datatables custom */

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    height: 100px;
}

/** JSB-DESIGN CSS --------------------------------------- END -------------------------------------- **/