
.UIGazetteListControl {
    background: #fff none repeat scroll 0 0;
    padding: 0;
}
.UIGazetteListControl .Default .Title {
    background: #e7e7e7 url("images/i.png") no-repeat scroll left 4px center;
    border: 1px solid #ccc;
    color: #830304;
    font: bold 14px arial;
    padding: 6px 27px;
    text-transform: uppercase;
    display: none;
}
.UIGazetteListControl .Default .Content {
    display: block;
    /* margin-left: 100px; */
    text-align: left;
}
.UIGazetteListControl .Default .Content > ul {
    display: flex;
    list-style: outside none none;
    width: 100%;
    padding: 0;
    align-items: center;
}
.UIGazetteListControl .Default .Content > ul li {
    color: #444;
    display: inline-block;
    /* font: bold 13px/20px arial; */
    vertical-align: top;
    height: 40px;
}
.UIGazetteListControl .Default .Content > ul li:first-child {
  place-items: center;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  text-align: center;
  background-color: #eee;
  padding: 10px 20px;
}
.UIGazetteListControl .Content li:nth-child(2) {
    flex: 1;
}
.UIGazetteListControl .Content li:nth-child(2) input {
    width: 100%;
    /* border: 0; */
    padding: 10px;
    height: 100% !important;
    border: 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 14px;
}
.UIGazetteListControl .Content li:nth-child(3) {
     border: 1px solid #eee;
    border-left: 0;
}
.UIGazetteListControl .Content li:nth-child(3)>input {
    width: 40px;
    height: 40px;
    scale: 0.8;
}
.UIGazetteListControl .Extra .ExTitle {
    background: #e7e7e7 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #830304;
    font: bold 13px arial;
    padding: 6px 10px;
}
/* Container */
.ExContent {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
  /* max-width: 900px; */
  /* margin: 20px auto; */
  font-size: 14px;
  /* color: #333; */
}

/* Each row */
.ExContent .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* Label */
.ExContent .form-group .col-lg-3 {
  font-weight: 600;
  padding-right: 10px;
  flex: 0 0 25%;
  text-align: right;
  /* color: #444; */
}

/* Input column */
.ExContent .form-group .col-lg-6,
.ExContent .form-group .col-lg-3 {
  /* flex: 1; */
}
.ExContent .form-group:nth-child(3) .col-lg-3:not(.col-lg-3:first-child){
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
}
/* Inputs, selects, date pickers */
.ExContent input[type="text"],
.ExContent select,
.ExContent .riTextBox {
  width: 100% !important;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ExContent input[type="text"]:focus,
.ExContent select:focus,
.ExContent .riTextBox:focus {
  border-color: #900000;
  /* box-shadow: 0 0 0 3px rgba(64,158,255,0.15); */
  outline: none;
}

/* Select dropdown */
.ExContent select {
  background: #fff;
  cursor: pointer;
}

.ExContent span {
  display: inline-block;
  /* margin-bottom: 6px; */
  font-weight: 500;
  color: #666;
}

.ExContent .rcCalPopup {
  display: inline-block;
  margin-left: 8px;
  color: #409eff;
  text-decoration: none;
  font-size: 13px;
}

.ExContent .rcCalPopup:hover {
  text-decoration: underline;
}

/* RadPicker wrapper fix */
.RadPicker {
  width: 100% !important;
  /* height: 40px; */
}

.UIGazetteListControl .List {
    margin: 20px 0;
}
.UIGazetteListControl .List .Title {
    border-bottom: 1px dashed #ccc;
    font: bold 14px arial;
    margin-bottom: 20px;
    padding: 0 0 5px;
}
.UIGazetteListControl .List table .group {
    color: #333;
    font: bold 16px arial;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.UIGazetteListControl .List table .group-primary {
    color: #000;
    /* text-decoration: underline; */
}

.UIGazetteListControl .List td {
    color: #333;
    font: 14px arial;
    padding: 15px 10px;
    text-align: center;
}
.UIGazetteListControl .List table tr .col3{
    position: relative;
}
.UIGazetteListControl .List table tr .col3:after{
    content: 'Mục lục';
    font-size: 24px;
    text-transform: uppercase;
    padding-right: 60px;
    font-family: 'Times New Roman', Arial;
    font-weight: bold;
}
.UIGazetteListControl .List table tr .col3:before{
    content: '';
    height: 1px;
    width: 40px;
    background: #000;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 70px);
    transform: translateX(50%);
}
.UIGazetteListControl .List table tr .col2,
.UIGazetteListControl .List table tr .col4{
    display: inline-block;
    margin-bottom: -240px;
    white-space: nowrap;
}

.UIGazetteListControl .List td.sub-group {
    color: #000;
    font: 15px arial;
    padding: 15px 10px;
    text-align: center;
    font-weight: 600;
}
.UIGazetteListControl .List .t3 {
    padding: 10px !important;
    text-align: justify !important;
}
.UIGazetteListControl .List .t3 > a {
    color: #000000;
    font: 14px arial;
}
.UIGazetteListControl .List .t1 {
    font: 12px arial !important;
}
.UIGazetteListControl .List .t5 .download {
    background: rgba(0, 0, 0, 0) url("images/download.png") no-repeat scroll center center;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 40px;
}
