.title-head {/*ส่วนหัว*/
	font-size: 18px;
	background-color: #3c8dbc;
	height: 32px;
	padding-top: 5px;
	border-radius: 5px;
	color: white;
	margin-bottom: 5px;
}

.modal-header{
	font-size: 24px;
	color: white;
	background-color: #128cc2;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-color: #000000;
	/*border-radius: 5px;*/
}
.close{
	font-size: 40px;
	line-height: 0.2;
}

.border-solid{
    border-top: 1px solid #909090!important;
    border-bottom: 1px solid #909090!important;
    border-left: 1px solid #909090!important;
    border-right: 1px solid #909090!important;
}
.hr_line{
    margin: 2px;
    border-top: 1px solid #d4d2db;
}

/*bootstrap-nav-wizard*/
.nav-wizard > li {
  float: left;
}
.nav-wizard > li > a {
  position: relative;
  background-color: #eeeeee;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #428bca;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}

.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-wizard > li.active > a:after {
  border-left-color: #428bca;
}
.nav-wizard > li.active > a .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-wizard > li {
    margin-bottom: 5px;
}
.nav-wizard > li.active {
    background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #eeeeee;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}

.modal-body-preview{
  font-size: 1.45vw;
  line-height: 1.4;
  /*color: red;*/
}
.img_chk-preview {
  width: 0.8vw;
}
.close-preview{
/*  font-size: 25px!important;
  margin-right: -15px!important;*/
  color: #000;
}
.fa {
  font-size: 14px;
}

/*swicth*/
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 18px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 1px;
  margin-left: 1px;
  bottom: 2px;
/*  background-color: white;*/
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.thead-head {
    background-color: #f2edc4 !important;
    
}

.span-comment {
    color: blue;
}

.span-BD {
    color: blue;
}
.text-readonly{
  background-color: #f9f7e0 !important;
}

.text-DB{color: #0497d7;}
.text-DB-User{color: #1c1cc6;}
.text-Comment-User{color: #109115;}
.c_condition{background-color: #fad0d0 !important}
.border-bottom-dotted{
  border-bottom: dotted 1px #333;
}

span[target="_blank"]{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 36px;  
}
.text-Comment-move{color: blue;font-size: 20px;}
.btn-blue-green {
    color: #fff;
    background-color: #1ea3b9;
    border-color: #0a6c7b;
 }
.btn-blue-green:hover {
    color: #fff;
    background-color: #1ea3b9;
    border-color: #0a6c7b;
}
.btn-blue-green:focus,
.btn-blue-green.focus {
    color: #fff;
    background-color: #1ea3b9;
    border-color: #0a6c7b;
}