input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="password"]:read-only,
input[type="number"]:read-only,
textarea:read-only,
select:read-only {
  background-color: #f2f2f2 !important;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

select {
  height: 37px;
  font-family: "MyriadPro", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal;
  padding: 7px 10px;
  margin: 0 0 10px 0;
  border: 1px solid #aaa;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin: 0 0 4px 4px;
}

input[type="text"],
input[type="number"],
textarea {
  font-size: 16px;
  color: #444 !important;
  padding: 5px 10px;
  border: 1px solid #aaa;
  box-sizing: border-box;
}

input[type="text"]:disabled,
textarea:disabled {
  background-color: #eeeeee !important;
  color: #444 !important;
}


#extuser_form input:required {
  border-color: #aaa;
}

#extuser_form input:required:invalid {
  border-color: #E12133;
}

#eula:focus .custom-checkbox:checked:focus + label::before, .custom-checkbox:not(:checked):focus + label::before  {
  border-color: #E12133 !important;
}

form button {
  font-family: "MyriadPro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 22px;
}

/* START new item form */
div.new_item_holder {
  width: 98%;
  min-height: 120px;
  padding: 20px;
  margin: 20px auto 20px auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.new_item_holder div form.new_item_form {}

div.new_item_holder div form.new_item_form table.new_item_form_table {
  width: 100%;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td {
  background-color: #F2F2F2;
  padding: 5px 5px 0 5px;
  border-bottom: 2px solid #A3A3A3;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.invalid > td {
  background-color: #F49536;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.no-border > td {
  border-bottom: none;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td:first-child {
  width: 42px;
  background: #C6C5CD no-repeat center center;
  background-origin: content-box;
  background-size: 25px 25px;
}

div.new_item_holder div form.new_item_form table.new_item_form_table.maintenance > tbody > tr > td:first-child {
  border-right: 3px solid #922C8D;
}

div.new_item_holder div form.new_item_form table.new_item_form_table.entry > tbody > tr > td:first-child {
  border-right: 3px solid #009800;
}

/* helyszin */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.building_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_helyszin.svg');
}

/* kategoria */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.category_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_kategoriak.svg');
}

/* eszleles */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.casedate_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_ido.svg');
}

/* targy */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.description_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_targy.svg');
}

/* karbantartok */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.maintenances_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_karbantartok.svg');
}

/* prioritas */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.priority_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_prioritas.svg');
}

/* karbantartoi eszleles */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.maintenance_check_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_karb_eszleles.svg');
}

/* visszajelzes */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.feedback_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_visszajelzes.svg');
}

/* gepek */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.meq_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_gepek.svg');
}

/* file */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.file_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_fajlfeltolt.svg');
}

/* bejelento */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.user_data_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_bejelento.svg');
}

/* hasonlo esetek */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.similar_cases_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_helyszin.svg');
}

/* sla */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.sla_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_sla.svg');
}

/* latogato */
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.visitor_row_column > td:first-child {
  background-image: url('../../images/icons/img_ujb_latogato.svg');
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.no-first-column-bg > td {
  background-color: #fff;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table {
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td {
  padding: 0;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td:first-child {
  width: 200px;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td:first-child label {
  font-family: "MyriadPro", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.title-row > td {
  background-color: #0D2440;
  border-color: #0D2440;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr.title-row > td > table > tbody > tr > td > label {
  color: #fff !important;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td input:not(.bdtp_input),
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td select,
div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td textarea {
  width: 320px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td input[type="checkbox"] {
  width: auto;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td div.dtp {
  width: 200px;
  margin-bottom: 10px;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td.bdtp_input {
  min-width: 200px;
  border-radius: 0;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td textarea {
  width: 100%;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td > table > tbody > tr > td div.constant-text {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td a:not(.button):not(.close):not(.prev):not(.next):not(.play-pause) {
  font-size: 16px;
  text-decoration: none;
  color: #519DD3;
}

div.new_item_holder div form.new_item_form table.new_item_form_table > tbody > tr > td a:not(.button):hover:not(.prev):hover:not(.next):hover:not(.close):hover:not(.play-pause):hover {
  text-decoration: underline !important;
}

/* select2.js */
table.new_item_form_table > tbody > tr > td span.select2.select2-container {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* END new item form */

/* mobile */
div.mobile-form {
  width: 100%;
  height: 100%;
  margin: 10px auto;
  background-color: #E6E6E6;
}

div.mobile-form h5 {
  width: 98%;
  font-size: 18px;
  text-align: center;
  background-color: #C6C5CD;
  padding: 5px 10px;
  margin: 10px auto;
}

div.mobile-form table.mobile-form-table {
  width: 100%;
  padding: 0;
  margin: 0 auto 10px auto;
  border-collapse: collapse;
}

div.mobile-form table.mobile-form-table > tbody > tr > td {
  background-color: #E6E6E6;
  border-bottom: 2px solid #A4A4A4;
  padding: 10px;
}

div.mobile-form table.mobile-form-table > tbody > tr:first-child > td {
}

div.mobile-form table.mobile-form-table > tbody > tr > td:first-child {
  width: 36px;
  background-color: #C6C5CD !important;
  padding: 0;
}

div.mobile-form table.mobile-form-table > tbody > tr.invalid > td {
  background-color: #F58A22;
}

div.mobile-form table.mobile-form-table > tbody > tr > td > label,
div.mobile-form table.mobile-form-table > tbody > tr > td > div.const-text {
  font-size: 18px;
  color: #000;
  padding: 5px 10px 5px 0;
}

div.mobile-form table.mobile-form-table > tbody > tr > td > p > label {
  font-size: 16px;
  color: #000;
}

div.mobile-form table.mobile-form-table > tbody > tr > td > p > label {
  
}

div.mobile-form table.mobile-form-table tbody tr td input[type="text"],
div.mobile-form table.mobile-form-table tbody tr td textarea,
div.mobile-form table.mobile-form-table tbody tr td select {
  font-size: 16px;
  width: 100%;
  float: right;
  padding: 5px 10px;
}

div.mobile-form table.mobile-form-table tbody tr td .dtp {
  font-size: 16px;
  width: 100%;
}

div.mobile-form table.mobile-form-table tbody tr td select,
div.mobile-form table.mobile-form-table tbody tr td span.select2 {
  margin-bottom: 10px;
}

div.mobile-form table.mobile-form-table tbody tr td ul.file_list {
  padding: 0 !important;
}

div.mobile-form table.mobile-form-table tbody tr td ul.file_list li {
  font-size: 14px;
  text-align: left !important;
  word-break: break-word;
  overflow-x: hidden;
  padding: 10px 0;
  background-color: #F2F2F2;
}

div.mobile-form table.mobile-form-table tbody tr td ul.file_list li:nth-child(2n){
  background-color: #E6E6E6;
}

div.mobile-form table.mobile-form-table tbody tr td ul.file_list li a {
  float: right;
}

div.mobile-form table.mobile-form-table > tbody > tr > td:first-child {
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  background-size: 25px 25px;
}

div.mobile-form table.mobile-form-table > tbody > tr.row-category > td:first-child {
  background-image: url('../../images/icons/img_ujb_kategoriak.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-building > td:first-child {
  background-image: url('../../images/icons/img_ujb_helyszin.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-description > td:first-child {
  background-image: url('../../images/icons/img_ujb_targy.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-meq > td:first-child {
  background-image: url('../../images/icons/img_ujb_gepek.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-file > td:first-child {
  background-image: url('../../images/icons/img_ujb_fajlfeltolt.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-date > td:first-child {
  background-image: url('../../images/icons/img_ujb_ido.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-maintenance > td:first-child {
  background-image: url('../../images/icons/img_ujb_karbantartok.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-feedback > td:first-child {
  background-image: url('../../images/icons/img_ujb_visszajelzes.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-user > td:first-child {
  background-image: url('../../images/icons/img_ujb_bejelento.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-priority > td:first-child {
  background-image: url('../../images/icons/img_ujb_prioritas.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-sla > td:first-child {
  background-image: url('../../images/icons/img_ujb_sla.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.row-visitor > td:first-child {
  background-image: url('../../images/icons/img_ujb_latogato.svg');
}

div.mobile-form table.mobile-form-table > tbody > tr.no-first-column-bg > td {
  background-color: transparent !important;
}

div.mobile-form table.mobile-form-table > tbody > tr.no-border > td {
  border:  none !important;
}

div.mobile-form table.mobile-form-table > tbody > tr > td > h4 {
  font-size: 16px;
  text-align: left;
  margin: 0 0 10px 0;
}

ul.form-input-radio-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ul.form-input-radio-list li {
  font-weight: bold;
  background-color: #fff;
  padding: 10px 5px 10px 50px;
  margin-bottom: 5px;
  position: relative;
}

ul.form-input-radio-list li:hover {
  cursor: pointer;
}

ul.form-input-radio-list li span.circle {
  height: 16px;
  width: 16px;
  border: 1px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 10px;
}

ul.form-input-radio-list li span.circle span.dot {
  height: 8px;
  width: 8px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
}

h2.white-bgs-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0 0 20px 0;
}

td input.toggle {
  display: none;
}

.radio-table {
  width: auto;
  border-collapse: collapse;
  margin: 5px 0;
}

.radio-table tr td.title {
  vertical-align: middle;
  width: 200px;
}

.radio-table tr td {
  padding: 5px !important;
  border: 1px solid #cecece;
  border-collapse: collapse;
}

.radio-table tr td.opt-true {
  background-color: #d1ffd5;
}

.radio-table tr td.opt-false {
  background-color: #ffd1d1;
}