/*! FORM STYLES WITH LABELS ON THE SAME LINE */

/* Hiding Default SharePoint styles */
#TurnOffAccessibility,
#TurnOnAccessibility,
#linkTurnOffAcc,
#TurnOffAnimation,
.ms-SkiptoMainContent,
.ms-accessible,
#titleAreaBox {
  display: none !important;
}

/* hiding classic page  */
#ms-designer-ribbon,
#suiteBarDelta,
#WebPartWPQ5_ChromeTitle {
  display: none;
}

.s4-notdlg {
  display: none;
}

.clear-all {
  cursor: pointer;
}

.clear-all:hover {
  color: #13264eb8;
}

.hiddenElement {
  display: none;
}

/* p:first-child {
  display:none;
} */

/* hiding modern page  */
#SuiteNavWrapper {
  display: none !important;
}

#sideNavBox,
#s4-titlerow,
.welcome-content,
.ms-cui-topBar2 {
  display: none !important;
}

#contentBox {
  margin-right: 0px;
  margin-left: 0px;
}

#contentRow {
  padding-top: 0px;
}

div.article,
div.welcome {
  padding: 0px 0px !important;
  margin-top: -5px !important;
}

.o365sx-navbar,
.o365cs-base .o365sx-button,
.o365sx-appName {
  background-color: #484644 !important;
}

.hide {
  display: none;
}

.hideimportant {
  display: none !important;
}

.show {
  display: block;
}

.o365cs-base .o365sx-button:hover {
  color: #FFFFFF;
  background-color: #004d88;
}

.ms-hide,
#s4-ribbonrow {
  display: none;
}

body {
  color: #13264e;
  font-family: "Open Sans", sans-serif;
  direction: rtl;
  font-size: 16px;
  text-align: right;
  background: #e7e7e7;
}

#s4-workspace {
  background-color: #f7f7f7;
}

div#contentBox {
  min-width: auto;
}

/* Removing sharepoint extra styles */
/* input[type=password], input[type=text], input[type=file], input:not([type]), select, textarea {
  border: none;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

td.fixed,
td.fixed input {
  width: 70px;
}

td.fixed-title,
td.fixed-title input {
  max-width: 200px;
}

.table td,
.table td input {
  text-align: center;
  vertical-align: middle;
}

.table-columnt-label {
  text-align: right;
  margin: 0.4rem 0;
  min-height: 18px;
}

.table-columnt-label b {
  padding-right: 1rem;
}

.container {
  max-width: 1600px;
}

b,
strong {
  font-weight: bold;
}

#formId,
#wrongId {
  display: none;
}

.content .container {
  max-width: 1600px;
}

.content.table-content .container {
  max-width: 1600px;
}

button {
  cursor: pointer;
}

.list-inline {
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #0056b3;
}

header {
  background: #13264e;
  height: 80px;
  position: relative;
  color: #fff;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_user {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 17px;
  width: 200px;
}

header a {
  color: #fff !important;
}

header .media {
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  align-items: center;
}

.form-title {
  font-size: 40px;
  text-align: center;
  /* margin-top: 1.8rem; */
  font-weight: 600;
  /* text-shadow: 5px 1px 5px #13264e5e; */
}

.media h5 {
  font-size: 16px;
  margin: 0;
}

.mini_title {
  font-size: 24px;
  font-weight: bold;
}

.content {
  padding: 20px 0 50px;
}

.bold {
  font-weight: bold;
}

.big_content {
  font-size: 18px;
}

.mini_content {
  font-size: 14px;
}

.width600 {
  max-width: 620px;
  margin: 0 auto;
}

#app {
  inset: 0;
  position: absolute;
}

/* REQUIRED FIELDS */
.required-field::after {
  content: "*";
  color: #cf1010;
  padding-right: 2px;
  top: 0;
  left: 0
}

.required-field {
  top: 0;
  left: 0
}

.required-border div.multiselect__tags,
input.form-control.required-border,
textarea.form-control.required-border,
.required-border input[type="date"] {
  border: 1px solid #cf1010;
}

b.required-border {
  border: 1px solid #cf1010;
  padding: 5px 10px;
  border-radius: 10px;
}

.validation-score {
  font-size: 12px;
  color: #cf1010;
  font-weight: 600;
  padding-top: 2px;
}

.button_title {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  color: #fff !important;
  background: #13264e;
  border-radius: 30px;
  display: block;
  height: 42px;
  margin: 80px 0 15px;
  position: relative;
  text-align: center;
}

.button_title img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.button_title img.user_right {
  bottom: 0;
  top: auto;
  transform: none;
}

.user_block {
  background: #f4f4f4;
  padding: 4px 23px 4px 5px;
  border-radius: 30px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user_block h4 img {
  margin-left: 18px;
}

.user_block h4 {
  margin: 0;
}

/* .radio input, */
.checkbox input {
  display: none;
}

/* .radio label {
  position: relative;
  margin: 0;
}

.user_feedback .radio label {
  background: #09768b;
  color: #fff;
  height: 34px;
  border-radius: 30px;
  line-height: 33px;
  padding: 0 11px 0 62px;
}

.user_feedback .radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: #1797b0;
}

.user_feedback .radio input:checked+label:before {
  background: #1797b0 url(../img/tick.png) no-repeat;
  background-position: center;
  background-size: 25px;
}

.user_feedback .radio input:checked+label {
  background: #bfbfbf;
  color: #09768b;
} */
.radio input {
  display: none;
}

.radio label {
  padding-right: 40px;
  position: relative;
  margin-right: 10px;
}

.radio label:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #13264e;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 2px;
}

.radio input:checked+label:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #13264e;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 6px;
}

.select_employee {
  position: relative;
  padding-right: 52px;
  line-height: 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
  margin: 0;
}

.select_employee span {
  position: absolute;
  right: 0;
  height: 42px;
  width: 42px;
  background: #13264e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}

.form-control,
.form-control[type=text] {
  font-size: 15px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  padding: 5px 14px 5px 20px;
  background: #fff;
}

ul.main-form .form-control,
.multiselect {
  min-height: 42px !important;
}

.multiselect {
  min-height: 43px !important;
}

span.multiselect__option {
  white-space: initial;
}

ul.main-form li {
  margin-top: 1rem;
}

.total-score {
  font-weight: 600;
  color: white !important;
  background: #13264e !important;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  overflow-y: hidden !important;
  border-radius: 16px;
}

/* textarea.form-control {
  height: auto !important;
  resize: none;
} */
.data-table td {
  padding: 10px 5px;
}

.data-table td .form-control,
.data-table td .form-control[type=number] {
  border-radius: 8px;
  padding: 5px 4px;
  font-size: 14px;
  height: 35px;
}

.form-control:focus,
.form-control[type=text]:focus,
.form-control[type=text]:hover {
  border-color: #1797b0;
}

.table-responsive {
  min-height: 40px;
  overflow: visible;
}

.table-columnt-label {
  text-align: right;
  margin: 0.4rem 0;
  min-height: 18px;
}

.table-columnt-label b {
  padding-right: 1rem;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/arr.png) no-repeat;
  background-position: 5%;
  margin-bottom: 5px;
  padding-right: 26px;
}

.choose_employee select.form-control.numbered {
  padding-right: 54px;
}

.choose_employee {
  position: relative;
  display: flex;
  align-items: center;
}

.choose_employee p {
  margin-right: 10px;
  margin-bottom: 5px;
}

.choose_employee select {
  max-width: 365px;
}

.number_count {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1797b0;
  color: #fff;
  text-align: center;
  line-height: 34px;
  top: 4px;
  right: 5px;
}

/* BUTTONS */
.btn-list .btn:not(:last-child) {
  margin-left: 1rem;
}

button {
  min-width: 0;
  /* overrides SP stiles */
}

.btn {
  border-radius: 25px;
  width: auto;
  padding: 5px 25px;
}

.btn_default,
.btn_default:hover,
.btn_default:active {
  color: #fff;
  background: #13264e;
  border: 1px solid #13264e;
}

.btn_filled,
.btn_filled:hover,
.btn_filled:active {
  color: #fff;
  background: #09768b;
  border: 1px solid #09768b;
}

.btn_cancel,
.btn_cancel:hover,
.btn_cancel:active {
  background: #9ca4b530;
  color: #13264eeb;
  border: 1px solid #b7bac1eb;
}

.btn_disabled,
.btn_disabled:hover,
.btn_disabled:active {
  background: #9ca4b530;
  color: #a3a3a3;
  border: 1px solid #b7bac1eb;
}

.btn_danger,
.btn_danger:hover,
.btn_danger:active {
  background: #d3000085;
  color: #fff;
  border: 1px solid #d3000000;
}

.btn_effect:hover {
  opacity: 90%;
  transform: translateY(-1px);
  box-shadow: 2px 6px 7px #7070709c;
}

.btn_effect:active {
  opacity: 95%;
  transform: translateY(0px);
  box-shadow: 1px 3px 4px #5554549c;
}

button.btn i.fa {
  padding-left: 8px;
}

/* i.fa.fa-plus {
  padding-left: 8px;
} */

.remove_row {
  font-size: 24px;
  cursor: pointer;
  width: 27px;
  display: inline-block;
}

.remove_row:hover {
  color: #c50404;
}

label.upload-required {
  border-color: #c50404;
  /* color: #c50404; */
}

/* .btn_filled_primary {
  background: #13264e;
  border: 1px solid #13264e;
} */
/* .btn_filled:hover {      
  opacity: 90%;
  transform: translateY(-1px);
  box-shadow: 2px 6px 7px #7070709c;
} */
/* .btn_filled:active {      
  opacity: 95%;
  transform: translateY(0px);
  box-shadow: 1px 3px 4px #5554549c;
} */
/* .btn_filled_primary:hover{
  color: #fff!important;
} */
/* .btn.btn_save {
  background-color:#13264e;
} */
button:disabled:hover,
button[disabled]:hover {
  transform: none;
  box-shadow: none;
  opacity: 70%;
}

button:disabled,
button[disabled] {
  opacity: 70%;
}

/* .btn_filled:last-child {
  margin-right: 5px;
} */
/* .btn_outline {
  background: transparent;
  color: #09768b;
} */
.disabled_overlay {
  position: relative;
}

.disabled_overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(231 231 231 / 89%);
}

.disabled_message {
  z-index: 9;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 28%;
  padding: 30px 0;
  margin: 0 auto;
  border-top: 1px solid #1828c0;
  border-bottom: 1px solid #1828c0;
  max-width: 640px;
  display: none;
}

.disabled_overlay .disabled_message {
  display: block;
}

.back_to_home {
  position: absolute;
  color: #13264e !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 18px;
  top: 5px;
}

.back_to_home img {
  margin-left: 9px;
}

.wizard-inner {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.wizard-inner li {
  z-index: 99;
  position: relative;
}

.wizard-inner .nav {
  justify-content: space-between;
  padding: 0;
  border: 0;
}

.round-tab {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  color: #13264e;
  border: 1px solid #13264e;
  margin: 0 auto 10px;
  background: #e7e7e7;
}

.active .round-tab {
  background: #13264e;
  color: #fff;
}

.wizard-inner a {
  color: #13264e;
  font-size: 18px;
}

.wizard-inner .active a {
  font-weight: bold;
}

.done .round-tab {
  background: #737373;
  border-color: #737373;
  color: #fff;
}

.connecting-line {
  width: 70%;
  position: absolute;
  left: 0;
  height: 6px;
  border-top: 4px dotted #13264e;
  top: 29%;
  transform: translate(0, -50%);
  right: 0;
  margin: 0 auto;
}

.white_box:not(canvas) {
  background: #fff;
  border-radius: 30px;
  padding: 17px 30px 2px 30px;
  margin-bottom: 20px;
  font-size: 14px;
  padding-bottom: 2rem;
}

a.tags {
  background: #d0d0d0;
  color: #13264e;
  height: 23px;
  padding: 0 15px;
  display: block;
  border-radius: 20px;
}

header.modal-header {
  background: #09768b;
  height: 70px;
  color: white;
}

.modal-content {
  border-radius: 16px;
}

.modal-title {
  margin-right: 3rem;
}

ul {
  padding: 0;
  margin: 0;
}

.employee_responsibilities li {
  margin: 0 !important;
}

.hr_title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px;
}

.hr_title span {
  background: #e7e7e7;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  /* z-index: 999; */
}

.hr_title:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #999999;
  display: block;
  position: absolute;
}

.no_label label:before {
  content: "";
  width: 27px;
  height: 27px;
  background: #f4f4f4;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  display: block;
}

.no_label label:after {
  content: "";
  background: url(../img/tick11.png) no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  display: block;
  top: 3px;
  right: -5px;
  opacity: 0;
  transition: all 0.3s ease;
}

.no_label input:checked+label:after {
  opacity: 1;
}

.tab-content table {
  text-align: center;
}

.tab-content table td:first-child {
  width: 37%;
  text-align: right;
}

.tab-content table td {
  width: 10%;
  vertical-align: middle;
  padding-bottom: 8px;
}

.tab-content table td:last-child,
.tab-content table th:last-child {
  padding-right: 0;
  width: 20%;
}

.tab-content table th {
  padding-bottom: 16px;
}

.mt-90 {
  margin-top: 90px;
}

.achievements .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.achievements .list-inline-item:not(:first-child) {
  margin-right: 2px;
}

.achievements label {
  background: #c9ccd0;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  border-radius: 30px;
  cursor: pointer;
}

.achievements input:checked+label {
  background: #09768c;
  color: #fff;
}

ul.achievements {
  width: 70%;
}

.select_climb {
  display: flex;
  align-items: center;
}

.select_climb select {
  max-width: 325px;
}

.select_climb label {
  width: 110px;
}

.employee_box {
  border-radius: 20px;
  background: #dbdbdb;
  padding: 15px;
  margin-bottom: 6px;
}

.employee_box .media {
  align-items: flex-end;
}

.employee_box .media h5 {
  font-size: 18px;
}

.employee_data_box {
  margin-left: -3px;
  margin-right: -3px;
}

.employee_data_box [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

#step2 th {
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
}

.tab-content #step2 table td {
  width: 12%;
}

.tab-content #step2 table td:first-child {
  width: 30%;
}

.mt-15 {
  margin-top: 15px;
}

.message_list label {
  width: 212px;
}

/* .message_list textarea.form-control {
  margin-right: 25px;
} */
.dt-bootstrap {
  background: #fff;
  border-radius: 30px;
  padding: 17px 30px;
  margin-bottom: 12px;
  font-size: 14px;
}

.dt-bootstrap .bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-flow: wrap;
}

.dt-bootstrap.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: auto;
}

.dt-bootstrap select.form-control:not([size]):not([multiple]) {
  padding-left: 40px;
  background-position: 18%;
}

.dt-bootstrap>.row {
  width: 100%;
}

.dt-bootstrap th,
.dt-bootstrap td {
  vertical-align: middle;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  top: 50%;
  transform: translate(0, -50%);
}

.dt-bootstrap .pagination {
  justify-content: end;
  line-height: 34px;
}

.dt-bootstrap .pagination a {
  color: #13264e;
  padding: 0 8px;
  font-weight: 700;
}

.tour_detail {
  position: relative;
}

/* .tour_detail .col-md-6 {
  padding: 0 60px;
} */
.tour_title {
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  padding-right: 40px;
}

input[type="date"],
.input-date {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  outline: 0;
  padding: 0;
  position: relative;
  text-align: right;
  background: transparent;
  position: relative;
  padding-right: 8px;
  background: url("/sites/heb/IT/ExpensesReimbursement/SiteAssets/img/calendar.png") no-repeat;
  background-size: 15px;
  background-position: 18%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: -10%;
  position: absolute;
  right: 0;
  top: 0;
  width: 110%;
}

input[class='mx-input'] {
  text-align: center;
  vertical-align: middle;
}

input[readonly] {
  /* width: auto; */
  /* border: 0; */
  outline: none !important;
}

.inline-control {
  display: inline-block;
  width: 65%;
}

.inline-control.mini {
  width: 50%;
  margin-right: 10px;
}

.mw60 {
  min-width: 44px;
  display: inline-block;
}

.dropdown {
  position: relative;
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  cursor: pointer;
}

.dropdown dt a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/arr.png) no-repeat;
  background-position: 5%;
  margin-bottom: 5px;
  padding-right: 26px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  height: 42px !important;
  padding: 5px 20px 5px 20px;
  width: 100%;
  display: block;
}

.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 3px 6px 2px 0;
  color: #495057;
  font-size: 16px;
}

.mutliSelect label {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-right: 24px;
  margin: 0;
}

.dropdown dd ul {
  background-color: #fff;
  border: 0;
  color: #495057;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 100%;
  list-style: none;
  z-index: 9999;
  font-size: 16px;
}

.dropdown span.value {
  display: none;
}

.dropdown input[type="checkbox"] {
  margin-left: 6px;
  position: absolute;
  right: 5px;
  top: 6px;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
  color: #495057;
}

.mutliSelect li {
  padding: 0 5px;
  position: relative;
  line-height: 28px;
}

.mutliSelect li:hover {
  background: #1e90ff;
  color: #fff;
}

p.multiSel {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

/* textarea.form-control.full_width {
  margin-right: 0;
  max-width: 100%;
  padding: 12px 25px;
} */
.upload_file {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 80px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

.upload_file span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
  width: 50px;
  margin: 0 auto;
}

.bootstrap-tagsinput {
  padding: 10px 15px !important;
  border-radius: 20px !important;
  width: 100%;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  background: #d0d0d0;
  color: #13264e !important;
  height: 23px;
  padding: 0 15px;
  display: inline-block;
  border-radius: 20px;
  margin: 5px 0;
}

#Filelist {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

.pip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pip {
  display: inline-block;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  position: relative;
}

.fileinput-button {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.pip .remove {
  float: none;
  font-size: 18px;
  color: #000;
  box-shadow: 0 1px 4px #000000;
  opacity: 1;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  display: block;
  position: absolute;
  left: -5px;
  top: 7px;
}

.mt-100 {
  margin-top: 100px;
}

.bordered_column .col-md-6 {
  padding-right: 50px;
  border-right: 1px solid;
}

.btn_add,
.remove_box {
  width: 35px;
  min-width: 0 !important;
  height: 35px;
  background: #13264e;
  border: 1px solid #13264e;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  outline: none !important;
}

.remove_box {
  position: absolute;
  top: -10px;
  right: -10px;
}

button.close {
  position: absolute;
}

button.close span:focus,
button.close:focus {
  outline: none !important;
}

.image_wrapper {
  margin-left: 8px;
  margin-top: 4px;
}

.btn_add i {
  color: #fff;
}

.box_count {
  /* position: absolute; */
  /* top: 18px; */
  font-size: 18px;
  font-weight: 700;
  /* right: 22px; */
}

table.table th {
  text-align: center;
}

table.dataTable thead>tr>th {
  padding-left: 8px;
  padding-right: 30px;
  vertical-align: middle;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 767px) {

  table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
  table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
  }

  table.dataTable tr.child ul {
    width: 100%;
  }

  .dt-bootstrap .bottom {
    text-align: center;
  }

  .dt-bootstrap .bottom>* {
    width: 100%;
    margin-top: 15px;
  }

  .dt-bootstrap {
    padding: 15px;
  }

  .table td {
    padding: 10px;
    font-size: 14px;
  }

  .tour_detail .col-md-6 {
    padding: 0 15px;
  }

  .tour_detail:after {
    content: none;
  }

  .mt-100 {
    margin-top: 10px;
  }

  .employee_data_box img {
    width: 40px;
  }

  .employee_box .media h5 {
    font-size: 16px;
  }

  header .media {
    font-size: 10px;

  }

  header .media img {
    width: 30px;
  }

  .media h5 {
    font-size: 12px;
  }

  .logo {
    top: 19px;
    width: 70px;
  }

  .content {
    padding: 50px 0 40px;
  }

  .mini_title {
    font-size: 20px;
  }

  .big_content {
    font-size: 16px;
  }

  .big_content br {
    display: none;
  }

  .mini_content {
    font-size: 12px;
  }

  body {
    font-size: 14px;
  }

  .button_title {
    font-size: 18px;
    height: 35px;
    line-height: 34px;
  }

  .user_block h4 img {
    width: 15px;
    margin-left: 5px;
  }

  /* .user_feedback .radio label {
    height: 24px;
    line-height: 23px;
    padding: 0 11px 0 30px;
    font-size: 12px;
  } */

  /* .user_feedback .radio input:checked+label:before {
    background-size: 18px;
  } */

  .user_feedback .radio label:before {
    width: 24px;
    height: 24px;
  }

  .button_title img.user_right {
    width: 30px;
  }

  .col-md-7.pr-0 {
    padding-right: 15px !important;
  }

  .choose_employee select {
    max-width: 250px;
    font-size: 14px;
  }

  .select_employee {
    margin-bottom: 20px;
  }

  select.form-control,
  .dropdown dt a {
    background-position: 7%;
    background-size: 12px;
  }

  .button_title {
    margin: 20px 0 15px;
  }

  .disabled_message {
    font-size: 16px;
    line-height: 20px;
    top: 28%;
    padding: 10px 0;
    max-width: 250px;
  }

  .user_data .big_content {
    font-size: 14px;
  }

  .select_employee span,
  .round-tab {
    font-size: 18px;
    height: 36px;
    width: 36px;
    line-height: 36px;
  }

  .number_count {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 6px;
  }

  .wizard-inner {
    max-width: 270px;
  }

  .wizard-inner a {
    font-size: 14px;
  }

  .connecting-line {
    width: 60%;
  }

  .back_to_home img {
    margin-left: 5px;
    width: 14px;
  }

  .back_to_home {
    font-size: 12px;
    line-height: 12px;
  }

  .tags {
    padding: 0 8px;
    margin-bottom: 5px;
  }

  .no_label label:before {
    width: 20px;
    height: 20px;
  }

  .no_label label:after {
    width: 20px;
    height: 20px;
    background-size: 16px;
  }

  .tab-content table td:first-child {
    width: 25%;
    font-size: 12px;
  }

  .mt-90 {
    margin-top: 25px;
  }

  ul.achievements {
    width: 100%;
  }

  /* textarea.form-control,
  .message_list textarea.form-control {
    margin-right: 0;
  } */
  .message_list .d-flex,
  .msg_flex {
    display: block !important;
  }

  .mt-5 {
    margin-top: 1.5rem !important;
  }
}

@media (max-width: 360px) {
  .button_title {
    font-size: 14px;
  }

  .user_feedback .radio label {
    padding: 0 4px 0 26px;
    font-size: 10px;
  }

  header .media {
    font-size: 9px;
  }

  header {
    font-size: 9px;
  }

  .logo {
    top: 23px;
    width: 85px;
  }
}

/* .textarea textarea{
    border: 1px solid #aeaeae;
    resize: none;
    overflow: hidden;
    font-size: 16px;
    height: 0;
} */

/* .textarea textarea.shadow {
      max-height: 0;
      pointer-events: none;
      opacity: 0;
      margin: 0;
    } */

/* MULTISELECT */
input.multiselect__input:focus {
  border: none;
}

.multiselect__tags-wrap span.multiselect__tag {
  background: #d5d6d8e8;
  color: #384767;
}

i.multiselect__tag-icon:focus,
i.multiselect__tag-icon:hover {
  background: #384767;
}

i.multiselect__tag-icon:after {
  color: #384767;
}

span.multiselect__option--highlight {
  background: #384767;
}

span.multiselect__option::after {
  background: #384767;
}

div.multiselect__tags {
  border-radius: 21px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  text-align: right;
  min-height: 42px;
}

.multiselect--disabled {
  opacity: 1;
}

.multiselect__single {
  font-size: 15px !important;
  background-color: transparent;
}

.multiselect.form_rejected div.multiselect__tags {
  background-color: #fba2a26b;
}

.multiselect.form_approved div.multiselect__tags {
  background-color: #a2fbb36b;
}

.multiselect--disabled div.multiselect__tags {
  background: #f7f7f7;
  border-color: #e7e7e7;
}

.multiselect--disabled .multiselect__input {
  /* background-color: #f7f7f7; */
  background-color: transparent;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f7f7;
  border-color: #e7e7e7;
}

ul.multiselect__content li.multiselect__element {
  margin-top: 1px;
}

/* END OF MULTISELECT */

/* APPROVAL TABLE SPECIAL STYLES */
.test-section-table td {
  vertical-align: middle;
  padding: 0.35rem 0.75rem;
}

.approval-table th,
table.approval-table td,
.test-section-table th,
table.test-section-table td {
  vertical-align: middle;
}

/* .approval-table .multiselect, .test-section-table .multiselect {
  transform: translateY(4px);
} */
/* .approval-table tbody tr:last-child {
  background: #f4f5f7;
} */

.alert {
  border-radius: 2rem !important;
}

.x-button {
  color: #1c2e5496;
  cursor: pointer;
  margin-right: 8px;
}

#table_data tr {
  cursor: pointer;
}

.vdp-datepicker {
  display: inline-flex !important;
}

.text-left {
  text-align: left;
}

.text-left .media img {
  margin-left: 12px;
}

.loading {
  position: fixed;
  top: 10px;
  left: 10px;
  color: #bb1c1c;
  z-index: 1;
}

ul.form-sub-header {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 5px 0;
  border: 1px solid #e7e7e7;
  margin: 0;
}

.dashed-line {
  border-top: 1px dashed #b4b4b4;
  padding-top: 12px;
}

.title-inline {
  display: inline-flex;
  align-items: end;
}

/* .title-inline .textarea{
  width: 100%;
} */
.show-more {
  padding-right: 10px;
  font-size: 20px;
}

.pointer {
  cursor: pointer;
}

.trash {
  color: #13264e63;
  font-size: 15px;
  padding: 0 12px
}

tr.table-row .trash:hover {
  color: #13264e;
  font-size: 18px;
}

td.row-trash {
  padding: 0;
}

.no-persmission-message {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

#table_data tr {
  cursor: pointer;
}

.vdp-datepicker {
  display: inline-flex !important;
}

.loading {
  position: fixed;
  top: 10px;
  left: 10px;
  color: #bb1c1c;
  z-index: 1;
}

.dashed-line {
  border-top: 1px dashed #b4b4b4;
  padding-top: 12px;
}

.title-inline {
  display: inline-flex;
  align-items: end;
}

/* .title-inline .textarea{
    width: 100%;
  } */
.show-more {
  padding-right: 10px;
  font-size: 20px;
}

.pointer {
  cursor: pointer;
}

.trash {
  color: #13264e63;
  font-size: 15px;
  padding: 0 12px
}

tr.table-row .trash:hover {
  color: #13264e;
  font-size: 18px;
}

td.row-trash {
  padding: 0;
}

.no-persmission-message {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

.multiselect--disabled {
  background: none !important;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
  background: none !important;
}


#table_data {
  border-collapse: separate !important;
  border-spacing: 0 4px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  min-width: 400px;
}

#table_data td,
#table_data th {
  /* border: 1px solid #ddd; */
  padding: 8px;
}

#table_data tr:nth-child(even) {
  background-color: #a1b5c526;
}

#table_data tr:nth-child(odd) {
  background-color: #d3d3d31a;
}

#table_data tr:hover {
  background-color: #13264e26;
}

#table_data th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #13264e;
  color: white;
  text-align: center;
}

.th-center {
  text-align: center;
}


td:first-child,
th:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

td:last-child,
th:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dataTables_wrapper {
  padding: 0 !important;
}

.datatable_section {
  padding: 50px 0;
}

.table_pagination {
  display: flex;
  justify-content: space-between;
  background: #0d133e;
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 15px;
}

.table_pagination .form-control {
  font-size: 18px;
  border-radius: 30px;
  border: 0;
  padding: 5px 20px;
  color: #0d133e;
  text-align: center;
}

li.paginate_button {
  padding: 0px 8px;
  border: 1px solid #f1e7e7;
  border-radius: 4px;
  margin: 4px 4px;
}

.paginate_button a {
  color: #333;
  /* font-weight: bold; */
}

.paginate_button:hover a,
li.paginate_button.active a {
  color: #13264e;
}

.paginate_button:hover,
li.paginate_button.active {
  border-radius: 5px;
  background-color: #e6e7eb;
}

div#table_data_wrapper div.row:first-child {
  display: flex;
  flex-direction: row-reverse;
  margin: 1rem 0 1.6rem;
}

div#table_data_wrapper div.row:first-child div.col-sm-6:first-child {
  text-align: left;
}

div#table_data_wrapper .row {
  margin-bottom: 1.5rem;
}

.page-link {
  color: #fff;
  background-color: #0d133e;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.btn_search {
  background: #13264e;
  border: 1px solid #13264e;
  height: 38px;
  width: 100%;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
}

.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: rgba(164, 29, 82, .8);
}

.page-item.disabled .page-link {
  opacity: 0.5;
  background-color: #0d133e;
  color: #fff;
}

.datatable_section h1 {
  font-weight: 700;
  margin-bottom: 20px;
}

.filter_sidebar {
  padding: 0 15px 25px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 2px 8px 15px rgba(0, 0, 0, .09);
  overflow: hidden;
}

.filter_title {
  background: #0d133e;
  margin: 0 -15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 25px;
}

.datatable_section .card {
  border: 0;
}

.card-heading a {
  display: block;
  font-size: 20px;
  color: #0d133e;
  padding: 10px 0;
  border-bottom: 1px solid;
}

.datatable_section .card-body ul {
  font-size: 18px;
  padding-right: 5px;
  margin: 0;
}

.card-heading a::after {
  content: "+";
  position: absolute;
  left: 0;
}

.card-heading a:not(.collapsed)::after {
  content: "-";
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  left: auto;
  border: 1px solid white;
  background-color: #0d133e;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

table.dataTable a:hover {
  color: #13264e !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}

.caret {
  cursor: pointer;
  font-weight: 700;
  user-select: none;
}

.caret::before {
  color: #0d133e;
  display: inline-block;
  transition: all 0.3s ease-in;
  margin: 0 8px;
  border-top: 10px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 0;
  content: '';
}

.caret-down::before {
  transform: rotate(90deg);
}

.filter_sidebar .nested {
  display: none;
}

.filter_sidebar .active {
  display: block;
}

.filter_sidebar ul ul {
  padding-right: 20px;
}

.filter_sidebar li {
  font-size: 18px;
}

.detail_news {
  overflow: scroll;
}

.detail_news::-webkit-scrollbar {
  width: 0;
}

.bs-tooltip-start .tooltip-arrow::before {
  content: none;
}

.files {
  display: inline-flex;
  padding-right: 16px;
}

.files a {
  color: #13264e;
  padding-right: 8px;
  margin-right: 8px;
}

.file-container {
  display: flex;
  align-items: center;
}

.files-wrapper {
  display: flex;
  flex-direction: column;
  word-break: break-word;
}

i.fa.fa-file-text-o {
  color: #13264e;
  padding-right: 3px;
  display: inline;
}

input.hidden {
  display: none;
}

/* specific to this form */
.agreement-text {
  font-size: 18px;
  font-weight: bold;
  color: #4d5360;
  padding-bottom: 16px;
  padding-top: 22px;
}


/* CHECK-BOX */
/* .checkbox-wrapper {
  margin-right: 21px;
  margin-top: 30px;
  margin-bottom: 33px;
} */
.checkbox-label {
  font-weight: bold;
}

.check-box-label {
  font-weight: bold;
  margin-right: 4px;
  margin-bottom: 0;
}

.round-checkbox {
  position: relative;
}

.round-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.round-checkbox input.default[type="checkbox"]:checked+label {
  background-color: #13264e;
  border-color: #13264e;
}

.round-checkbox input.accept[type="checkbox"]:checked+label {
  background-color: #089350;
  border-color: #089350;
}

.round-checkbox input.required[type="checkbox"]:checked+label {
  background-color: #cd1d06;
  border-color: #cd1d06;
}

.red-text {
  color: #cd1d06;
}

.round-checkbox input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.round-checkbox label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 10px;
  position: absolute;
  top: -5px;
  width: 28px;
}

.round-checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

/* TOGGLE BUTTON    */
.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 30px;
  margin-right: 1rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #13264e;
}

/* input:focus + .slider {
  box-shadow: 0 0 1px #13264e;
} */

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toggle button - END   */


/* Print */
.FormPrint {
  display: block;
  position: absolute;
  top: -36px;
  right: 30px;
  width: 25px;
  background-image: url(https://caesarealtd.sharepoint.com/SiteAssets/img/PrintImg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: 25px;
  cursor: pointer;
}

@media print {
  body {
    zoom: 0.9;
  }

  * {
    -webkit-print-color-adjust: exact !important;
    /*Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/
  }

  @page {
    margin: 5mm;
  }

  #s4-workspace {
    background-color: #fff;
  }

  .white_box {
    background-color: #f7f7f7;
  }

  .print-hide,
  .FormPrint {
    display: none;
  }
}

/* New header */
@media (max-width: 860px) {
  .form-title {
    font-size: 28px;
  }

  .card-body {
    padding: 0 !important;
  }

  .card-body img {
    width: 100% !important;
  }
}

/* @media (max-width: 640px) {
  .logos img {
    width: 236px;
  }

  .header {
    padding-top: 10px;
  }
} */

@media (max-width: 360px) {
  .button_title {
    font-size: 14px;
  }

  .user_feedback .radio label {
    padding: 0 4px 0 26px;
    font-size: 10px;
  }

  header .media {
    font-size: 9px;
  }

  header {
    font-size: 9px;
  }

  .logo {
    top: 23px;
    width: 85px;
  }
}

.modal-dialog {
  margin: 20% auto;
}

.modal {
  background: #ffffff85;
}

.modal-header {
  background: #1686a8;
  color: #fff;
}

.modal-header .close {
  color: #fff;
}

.modal-body p {
  font-size: 22px;
}

/* END of New header */

.english {
  direction: ltr;
  text-align: left;
}

.english .table-columnt-label {
  text-align: left;
}

.hebrew {
  direction: rtl;
  text-align: right;
}

.nav-link {
  cursor: pointer;
}

.card-body {
  text-align: center;
}

.card-body img {
  width: 80%;
}

.permitTitle {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}

.permitSubTitle {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.permitSubTitleNotUnderlined {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.permitList {
  padding-right: 16px;
}

.permitTable {
  border: 1px solid black;
}

.permitTable th,
.permitTable td {
  border: 1px solid black;
}