body .content-wrapper .container .box {
  padding: 0px 45px;
}

#job_register_form .box-body {
  margin-bottom: 40px;
}

#job_register_form .box-body div.sub-title {
  border-bottom: 1px solid #ccc;
}

#step2.box-body .form-group {
  margin: 0 10px;
}

#job_register_form .application_method label p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}

.job-radio-item {
  /*border: 2px solid #857776;*/
  padding: 0px 10px 0px 10px;
  background: #dcdcdc;
  cursor: pointer;
  border-radius: 4px;
}

.job-radio-item label {
  padding-top: 10px;
  color: #212529;
}

.job-radio-item input[type="checkbox"] {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.job-radio-item.selected {
  /*border: 2px solid #417b99;*/
  background: #007eff;
  color: #fff;
}

.job-radio-item.selected label {
  color: #fff;
}

.dropdown-apply .dropdown-toggle,
.dropdown-apply .dropdown-toggle:hover,
.dropdown-apply .dropdown-toggle:focus,
.dropdown-apply .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.job_contact.row-height {
  height: 55px;
}

.fzlg {
  font-size: 30px;
}

.warning-job {
  position: absolute;
  top: -15px;
  right: -10px;
  background: #f0ad4e;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.icon-warning {
  position: absolute;
  right: 9px;
  font-size: 21px;
  bottom: -2px;
  color: #fff;
}

.show-more, .add-time p {
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
}

.add-time {
  margin-left: 148px;
}

.sub-title-block {
  font-size: 15px;
  padding-left: 15px;
}

.sub-title-in-block {
  font-size: 14px;
}

.information-job-select {
  flex-basis: 20%;
}

.radio-select {
  height:20px;
  width:20px;
}

textarea{
  resize: none;
  overflow:hidden;
}

.note {
  padding: 0 7px;
  font-size: 13px;
}

#select-file-area {
  padding: 0 30px;
}

#show-file-area {
  padding: 0 35px;
}
#show-file-area > div {
  margin: 0;
}

.file-drop-area {
  border: 5px dashed #657c94;
  border-radius: 3px;
  transition: 0.2s;
  color: #404052;
  background-color: #E4E4E4;
  height: 250px;
}

.file-drop-area .fake-btn {
  font-size: 1.2em;
  text-align: center;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
}

.file-drop-area .file-msg {
  font-size: 1.2em;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-drop-area .btn-choose-file{
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid black;
}

.file-line {
  background-color: white;
  min-height: 48px;
  display: flex;
}

.label-file {
  flex-basis: 7%;
  background-color: #9FCE63;
  border-radius: 3px;
}

.file-name {
  flex-basis: 82%;
  padding-left: 5px;
}

.action-file {
  flex-basis: 11%;
}

.span-click {
  color: #3490dc;
  border-bottom: 1px solid #3490dc;
}

.span-click:hover {
  color: #007bff;
  border-bottom: 1px solid #007bff;
}
.title-block, .input-block, .checkbox-information-job, .radio-information-job, .show-more, #label-attribute-title, #attribute-title, #label-attribute-summary, #attribute-summary {
  margin-left: 55px;
}

#attribute-title, .input-block, #attribute-summary {
  margin-right: 90px;
}

.checkbox-information-job, .radio-information-job {
  margin-right: 40px;
}

.checkbox-radio {
  margin-left: 81px;
}

.radio-information-job .show-more {
  margin-left: 96px;
}

.block-input-time {
  margin-left: 132px;
  margin-right: 110px;
}

.job_attribute_time {
  padding-right: 32px;
}

.end-block {
  padding-top: 20px;
  margin: 0 -20px;
}

.end-block hr{
  border-top: 1px solid gray;
}

.file-line a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .modal-lg{
      width:900px;
  }

  .modal-sm{
      width:300px;
  }
}
.inblock input[type="radio"]:checked {
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #007bff;
}

.inblock input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin-top: 0px;
}

.inblock .customCheckbox {
  position: relative;
}

.inblock .customCheckbox::after {
  content: "";
  position: absolute;
  left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid black;
  transform: rotate(0);
  pointer-events: none;
  text-align: center;
  color: blue;
  align-items: center;
}

.inblock input[type=checkbox]:checked+.customCheckbox::after {
  line-height: 20px;
  content: "\2713";
  border: 1px solid blue;
}

.label-time::after {
  top: -10px;
  left: -25px !important;
}

#disable-select-place ~ .customCheckbox::after{
  top: -10px;
}

.border-black {
  border: 1px solid black;
}

#job_register_form button:disabled {
  background-color: gray !important;
  border: 1px solid gray !important;
}

#table-ticket {
  /* margin-top: -55px; */
  margin-right: -15px;
  margin-bottom: 10px;
}

#table-ticket div {
  padding: 0 10px;
}

#table-ticket table {
  box-shadow: 5px 3px 15px 0px rgba(0, 0, 0, 0.5);
}

#table-ticket table thead {
  background-color: rgba(58, 53, 50, 0.7);
  color: white;
}

#table-ticket table thead th {
  padding: 0 20px;
}

#label-paid-ticket span {
  color: orange;
}

#col-paid-ticket {
  border-bottom: 1px solid #cdccca;
}
