.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: 18px;
	color: white;
	background-color: #128cc2;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-color: #000000;
	/*border-radius: 5px;*/
}
.close{
	font-size: 30px;
	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;
}

.dropdown-menu > li > a:hover {
    background-color: #367fa9;
}
li.active{
    /*border-bottom: 2px solid #3c8dbc;*/
    background-color: #3c8dbc;
}
.table_thead_es  {
    background-color: #d3e9f9 !important;

}
.table_es th {
    border: 1px solid #909090!important;
}
.table_es  td {
    border: 1px solid #909090!important;
}

.mt-0 , .my-0{
  margin-top: 0rem!important;
}
.mt-1 , .my-1{
  margin-top: .25rem!important;
}
.mt-2 , .my-2{
  margin-top: .5rem!important;
}
.mt-3 , .my-3{
  margin-top: 1rem!important;
}
.mt-4 , .my-4{
  margin-top: 1.5rem!important;
}
.mt-5 , .my-5{
  margin-top: 3rem!important;
}

.mb-0 , .my-0{
  margin-bottom: 0rem!important;
}
.mb-1 , .my-1{
  margin-bottom: .25rem!important;
}
.mb-2 , .my-2{
  margin-bottom: .5rem!important;
}
.mb-3 , .my-3{
  margin-bottom: 1rem!important;
}
.mb-4 , .my-4{
  margin-bottom: 1.5rem!important;
}
.mb-5 , .my-5{
  margin-bottom: 3rem!important;
}

.ml-0 , .mx-0{
  margin-left: 0rem!important;
}
.ml-1 , .mx-1{
  margin-left: .25rem!important;
}
.ml-2 , .mx-2{
  margin-left: .5rem!important;
}
.ml-3 , .mx-3{
  margin-left: 1rem!important;
}
.ml-4 , .mx-4{
  margin-left: 1.5rem!important;
}
.ml-5 , .mx-5{
  margin-left: 3rem!important;
}

.mr-0 , .mx-0{
  margin-right: 0rem!important;
}
.mr-1 , .mx-1{
  margin-right: .25rem!important;
}
.mr-2 , .mx-2{
  margin-right: .5rem!important;
}
.mr-3 , .mx-3{
  margin-right: 1rem!important;
}
.mr-4 , .mx-4{
  margin-right: 1.5rem!important;
}
.mr-5 , .mx-5{
  margin-right: 3rem!important;
}


.modal-footer .btn + .btn {
    margin-left: .25rem!important;
    margin-bottom: 0;
}
.form-group{
	margin-bottom: 5px;
}