.page-title {
  height: 30px;
  margin-bottom: 18px;
}

.page-title h2 {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
}

.page-title .btn-1 {
  float: right;
  margin-top: 5px;
}

.page-title .button-admin {
  float: right;
}

.page-title .button-create-new,
.page-title .button-create-refused-form,
.page-title .button-edit-default-settings {
  float: left;
  margin-top: 6px;
  margin-left: 14px;
}

.page-title .button-create-refused-form {
  margin-left: 24px;
}


/* button */
.btn-1 {
  float: left;
  height: 20px;
  line-height: 20px;
  padding-left: 18px;
  font-size: 12px;
}

.button-return {
  float: right;
  background: transparent url(../images/icon-08-exit.png) no-repeat 0 50%;
  background-size: 14px auto;
}

.button-admin {
  background: transparent url(../images/icon-12-setting.png) no-repeat 0 50%;
  background-size: 14px auto;
}

.button-create-new {
  background: transparent url(../images/icon-007-add.png) no-repeat 0 50%;
  background-size: 14px auto;
}

.button-default {
  background: transparent url(../images/icon-028-default.png) no-repeat 0 50%;
  background-size: 14px auto;
}

.button-create-refused-form {
  background: transparent url(../images/icon-029-refused.png) no-repeat 0 50%;
  background-size: 14px auto;
}

.button-export-excel {
  background: transparent url(../images/icon-034-excel.png) no-repeat 0 50%;
  background-size: 14px auto;
}

.button-play-video {
  background: transparent url(../images/icon-035-play-video.png) no-repeat 0 50%;
  background-size: 14px auto;
}

/* Custom Combobox */
.custom-combobox-1 {
  float: left;
  width: 100%;
  height: 26px;
  position: relative;
}

.custom-combobox-1 .custom-combobox-input {
  float: left;
  width: 100%;
  height: 26px;
  line-height: 24px;
  padding: 0 28px 0 6px;
  border: 1px solid #ccc;
  font-size: 13px;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}

.custom-combobox-1 .custom-combobox-toggle {
  float: left;
  width: 22px;
  height: 26px;
  border-left: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.custom-combobox-1.readonly .custom-combobox-toggle {
  width: 100%;
}

.custom-combobox-1 .custom-combobox-toggle .ui-button-icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  right: 7px;
  top: 11px;
  z-index: 20;
  cursor: pointer;
}

.custom-combobox-1 .custom-combobox-toggle .ui-button-icon-space {
  width: 22px;
  height: 26px;
  overflow: hidden;
  border-left: 1px solid #CCC;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.ui-autocomplete-custom-combobox-1 {
  max-height: 240px;
  overflow-y: auto;
}

.content-success-1 {
  padding-bottom: 20px;
  text-align: center;
  border: 1px solid #888;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
}

.content-success-1 h5 {
  margin-bottom: 14px;
  font: normal 14px/18px "Times New Roman";
}

.content-success-1 .button-redirect-home,
.content-success-1 .button-review {
  float: none;
  margin: 0 auto;
}


/* overwrite header */
#header-bar-breadcrumb h3 .home {
  padding-left: 0;
  font-size: 20px;
}