.form-control:not(textarea) {
    display: block;
    width: 100%;
    height: 2.714rem !important;
    padding: .438rem 1rem !important;
    line-height: 1.45;
    color: #6E6B7B;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #D8D6DE;
    border-radius: .357rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23d8d6de\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
    background-size: 18px 14px,18px 14px;
    background-repeat: no-repeat;
    height: 1rem;
    padding-right: 1.5rem;
    margin-left: 0;
    margin-top: 0;
    left: -8px;
    border-style: none;
}
.bs-stepper.vertical .bs-stepper-header .step .step-trigger {
    padding: 0.5rem 0;
}


#signature { border:1px solid #000; }

#save, #clear { padding:5px 20px; border:0; color:#fff; background:#000; margin-top:5px; }

.md-checkbox.has-success > box {
  color: #45B6AF;
}
.md-checkbox.has-error label {
  color: #aaaaaa !important;
}
.md-checkbox.has-error label > .box {
  border-color: #aaaaaa;
}
.md-checkbox.has-error label > .check {
  border-color: #aaaaaa;
}
.md-checkbox {
  position: relative;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}

.md-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.md-checkbox label {
  cursor: pointer;
  padding-left: 30px;
}
.md-checkbox label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.md-checkbox label > span.inc {
  background: #fff;
  left: -20px;
  top: -20px;
  height: 60px;
  width: 60px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.md-checkbox label > .box {
  top: 0px;
  border: 2px solid #666;
  height: 20px;
  width: 20px;
  z-index: 5;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.md-checkbox label > .check {
  top: -4px;
  left: 6px;
  width: 10px;
  height: 20px;
  border: 2px solid #45B6AF;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.md-checkbox label > span.inc {
  -webkit-animation: growCircle 0.4s ease;
  -moz-animation: growCircle 0.4s ease;
  animation: growCircle 0.4s ease;
}
.md-checkbox input[type=checkbox]:checked ~ label > .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}
.md-checkbox input[type=checkbox]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}



	 
.md-radio {
  position: relative;
  /* handling click events */
  /* when radio is checked */
}
.md-radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.md-radio label {
  cursor: pointer;
  padding-left: 30px;
}
.md-radio label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.md-radio label > span.inc {
  background: #fff;
  left: -20px;
  top: -20px;
  height: 60px;
  width: 60px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.md-radio label > .box {
  top: 0px;
  border: 2px solid #666;
  height: 20px;
  width: 20px;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  z-index: 5;
}
.md-radio label > .check {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #45B6AF;
  opacity: 0;
  z-index: 6;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.md-radio label > span.inc {
  -webkit-animation: growCircleRadio 0.4s ease;
  -moz-animation: growCircleRadio 0.4s ease;
  animation: growCircleRadio 0.4s ease;
}
.md-radio input[type=radio]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.md-radio input[type=radio]:disabled ~ label,
.md-radio input[type=radio][disabled] ~ label {
  cursor: not-allowed;
  opacity: 0.7 ;
  filter: alpha(opacity=70) ;
}
.md-radio input[type=radio]:disabled ~ label > .box,
.md-radio input[type=radio][disabled] ~ label > .box {
  cursor: not-allowed;
  opacity: 0.7 ;
  filter: alpha(opacity=70) ;
}
.md-radio input[type=radio]:disabled:checked ~ label > .check,
.md-radio input[type=radio][disabled]:checked ~ label > .check {
  cursor: not-allowed;
  opacity: 0.7 ;
  filter: alpha(opacity=70) ;
}

.md-radio.has-error label {
  color: #F3565D;
}
.md-radio.has-error label > .box {
  border-color: #F3565D;
}
.md-radio.has-error label > .check {
left: 5px;
  background: #F3565D;
}
.md-radio.has-info label {
  color: #89C4F4;
}
.md-radio.has-info label > .box {
  border-color: #89C4F4;
}
.md-radio.has-info label > .check {
  background: #89C4F4;
}
.md-radio.has-success label {
  color: #45B6AF;
}
.md-radio.has-success label > .box {
  border-color: #45B6AF;
}
.md-radio.has-success label > .check {
  background: #45B6AF;
}
.md-radio.has-warning label {
  color: #dfba49;
}
.md-radio.has-warning label > .box {
  border-color: #dfba49;
}
.md-radio.has-warning label > .check {
  background: #dfba49;
}


/* bubble animation */
@-webkit-keyframes growCircleRadio {
  0%, 100% {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    -webkit-transform: scale(1.25);
  }
}
@-moz-keyframes growCircleRadio {
  0%, 100% {
    -moz-transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    -moz-transform: scale(1.25);
  }
}
@keyframes growCircleRadio {
  0%, 100% {
    transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    transform: scale(1.25);
  }
}





.form-md-radios > label {
  font-size: 13px;
  color: #888888;
  opacity: 1 ;
  filter: alpha(opacity=100) ;
}
.form-md-radios.has-error > label {
  color: #F3565D;
}
.form-md-radios.has-info > label {
  color: #89C4F4;
}
.form-md-radios.has-success > label {
  color: #45B6AF;
}
.form-md-radios.has-warning > label {
  color: #dfba49;
}

.md-radio-list {
  margin: 10px 0;
}
.form-horizontal .md-radio-list {
  margin-top: 0px;
}
.md-radio-list .md-radio {
  display: block;
  margin-bottom: 10px;
}

.md-radio-inline {
  margin: 10px 0;
}
.form-horizontal .md-radio-inline {
  margin-top: 5px;
}
.md-radio-inline .md-radio {
  display: inline-block;
  margin-right: 20px;
}
.md-radio-inline .md-radio:last-child {
  margin-right: 0;
}


.error{color:red}

.form-control-repeater .form-group{margin-bottom:3px}
.form-control-repeater hr{margin:0.5rem}


@media (max-width:768px){
	.bs-stepper-label{display:none}
	.bs-stepper-header .step{display:inline-block !important;margin:0px 10px}
	.bs-stepper-header{display:inline-block !important;padding:3px !important}
	.form-control-repeater .form-group label:not(.장애인)  {display:none}
	.addnew{margin:0px 0px 30px 0px !important;float:left}
}

.term{border:1px solid #D8D6DE;width:100%;height:200px;border-radius: .357rem;line-height: 1.45;padding: .438rem 1rem !important; display: block;overflow:auto;background-color: #FFF; background-clip: padding-box; -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}


.dark-layout .selTr td {
  background-color: yellow !important ;color:black  !important;
}
.dark-layout input:not([type='checkbox']),.dark-layout  select{background:#3c4664;color:white}
.dark-layout .table tfoot tr td.sum {background:#3c4664;}

.dark-layout .tbl_wrap table thead tr {background:#252c3d}

.dark-layout .tbl_wrap table tbody tr.even {background:#424f71}
.dark-layout .tbl_wrap table tbody tr:nth-child(even){background:#3c4664;}

.dark-layout a{color:#b7aff8  }
.dark-layout #bo_v {background:#333d57}
.dark-layout  .bo_vc_w textarea{background:#465477;color:white}
.dark-layout .cmt_btn{background:#465477;}
.dark-layout #bo_vc_empty{color:white}
.dark-layout .tbl_head01 tbody tr:hover td {background:#114277}
.dark-layout .tbl_head01 td ,.dark-layout  #bo_list .td_chk {border-top: 1px solid #161c49;border-bottom: 1px solid #161c49;}

.dark-layout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
}
.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice {
    background: rgba(48, 116, 243,.12)!important;
    color: white!important;
    border: none;
}

.dark-layout .select2-container--classic .select2-results__option--highlighted, 
.dark-layout .select2-container--default .select2-results__option--highlighted {
    background-color: rgba(48, 116, 243,.12)!important;
    color: white!important;
}

.dark-layout .card {
    background-color: #272f43;
}

.dark-layout .select2-container--classic .select2-selection--single, .dark-layout .select2-container--default .select2-selection--single {
    min-height: 38px!important;
    border: 1px solid #404656 !important;
}
.dark-layout .select2-container .select2-search__field, 
.dark-layout .select2-container .select2-selection, 
.dark-layout .select2-container .select2-selection__placeholder {
    background: #3c4664;
    border-color: #3B4253;
    color: #B4B7BD;
}
.dark-layout .term{
	border:1px solid #D8D6DE;width:100%;height:200px;border-radius: .357rem;line-height: 1.45;padding: .438rem 1rem !important; display: block;overflow:auto;background-color:#3c4664; background-clip: padding-box; -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}


.dark-layout .custom-select, .dark-layout select.form-control {
    background-color: #3c4664;
    color: #B4B7BD;
    border-color: #3B4253;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 10px; 
}


.dark-layout .tooltip .tooltip-inner {
  background-color: white !important;
  color:#4b4b4b
}
.dark-layout  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: white !important;
}

#zip,#zip2{margin-bottom:2px}


.bs-stepper-header .step {
	display: inline-block !important;
	margin: 0px 0px;
	padding:12px 0px 12px 7px;
}



.label.label-sm {
    font-size: 12px;
    padding: 0px 10px 3px 10px;
}
.label-danger {
    background-color: #F3565D;
}
.label {
    text-shadow: none !important;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 6px 3px 6px;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
}
.label-gray {
    background-color: #d9d9d9;
	}

.label-g {
    text-shadow: none !important;
    font-size: 10px;
    font-weight: 400;
    padding: 5px 7px 5px 7px;
	
    color: #999999;
    font-family: "Noto Sans KR", sans-serif;
}
.circle-g {
    border-radius: 8px !important;
}
.circle {
    border-radius: 25px !important;
}

.warning{
	background:#fcf2c2 !important;
}

.미정{
	color:#c0c0c0
}


input:read-only, textarea:read-only {
  background-color: #ccc;
  cursor: not-allowed;
}


/*autocomplete*/
.ui-menu-item{padding:0px !important;line-height:2;}
.ui-state-active,.ui-state-focus
{
	line-height:2;
	background: rgba(48, 116, 243,.12)!important;
	color: #2b5288 !important;
	display:block;
	border:0px !important;	 
}
input.select2-search__field{display:none !important}