/*! 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 {
  display: none;
}

.s4-notdlg {
  display: none;
}

.clear-all {
  cursor: pointer;
}

.clear-all:hover {
  color: #13264eb8;
}

.form-sub-title {
  font-size: 32px;
  text-align: center;
  margin-top: -4px;
  font-weight: 600;
}

/* 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-column-label {
  text-align: right;
  margin: 0.4rem 0;
  min-height: 18px;
}

.table-column-label b {
  padding-right: 1rem;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

b,
strong {
  font-weight: bold;
}

/* .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: #fff; */
}

header {
  background: #13264e;
  height: 80px;
  padding: 20px 0;
  position: relative;
  color: #fff;
}

.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"],
.required-border input.mx-input{
  border-color: #cf1010;
}

.required-checkbox {
  color: #cf1010;
  padding-right: 15px;
}

.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: #13264e;
  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: #dadada;
  color: #13264e;
}

.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],
input.mx-input {
  font-size: 15px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dadada;
  border-radius: 30px;
  padding: 5px 14px 5px 20px;
  background: #fff;
  height: 43px;
}

ul.main-form .form-control,
.multiselect,
ul.main-form input.mx-input {
  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:disabled {
  color: #323130;
}


/* textarea.form-control {
  height: auto !important;
  resize: none;
} */
.data-table td {
  padding: 10px 1px;
}

.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 input.mx-input:focus,
input.mx-input:hover {
  border-color: #1797b0;
}

input.mx-input[disabled] {
  color: #333;
  cursor: unset;
}

.table-responsive {
  min-height: 40px;
  overflow: visible;
}

.table-column-label {
  text-align: right;
  margin: 0.4rem 0;
  min-height: 18px;
}

.table-column-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: #13264e;
  border: 1px solid #13264e;
}

.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;
} */

.action_section {
  font-size: 24px;
  cursor: pointer;
  width: 27px;
  display: inline-block;
  color: #8c8c8c;
}

.remove_row {
  font-size: 24px;
  cursor: pointer;
  width: 27px;
  display: inline-block;
  color: #8c8c8c;
  ;
}

.remove_row:hover {
  color: #c50404;
}

.add_row:hover {
  color: #13264e;
}

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 {
  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: #13264e;
  height: 70px;
  color: white;
}

.modal-content {
  border-radius: 16px;
}

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 #dadada;
  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: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0;
  position: relative;
  text-align: right;
  background: transparent;
  position: relative;
  padding-right: 8px;
  background: url("./calendar.png") no-repeat;
  background-size: 15px;
  background-position: 10%;
  width: 148px;
  border: 1px solid #dadada;
  border-radius: 30px;
  padding: 5px 14px 5px 20px;
  width: 100%;
}

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[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 #dadada;
  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 {
    height: 50px;
    padding: 10px 0;
    font-size: 10px;
  }

  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,
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 #dadada;
  font-size: 14px;
  text-align: right;
  min-height: 42px;
}

.multiselect--disabled {
  opacity: 1;
}

.multiselect__single {
  font-size: 15px !important;
  background-color: transparent;
}

div.form_rejected,
.multiselect.form_rejected div.multiselect__tags {
  background-color: #fba2a26b;
}

div.form_approved,
.multiselect.form_approved div.multiselect__tags {
  background-color: #a2fbb36b;
}

.multiselect--disabled div.multiselect__tags {
  background: #f7f7f7;
  border-color: #dadada;
}

.multiselect--disabled .multiselect__input {
  /* background-color: #f7f7f7; */
  background-color: transparent;
}

.form-control:disabled,
.form-control[readonly] input.mx-input:disabled,
input.mx-input[readonly] {
  background-color: #f7f7f7;
  border-color: #dadada;
}

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;
}

.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;
}

.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;
}

.file-container a {
  color: #13264e;
  padding-right: 8px;
  margin-right: 8px;
}

.file-container a:hover {
  color: #13264e;
  padding-right: 8px;
  margin-right: 8px;
}

.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;
}

span.hidden {
  display: none;
}

/* specific to this form */
.agreement-text {
  font-size: 18px;
  color: #4d5360;
  font-weight: bold;
  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;
}

.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;
  top: -36px;
  right: 30px;
  width: 25px;
  background-image: url(./PrintImg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: 25px;
  cursor: pointer;
  margin-left: 1rem;
}

.newPage {
  page-break-before: always;
}

textarea,
.non-breakable,
li,
.section_3_title {
  page-break-inside: avoid;
}

.no-break-after {
  page-break-after: avoid;
}

@media print {
  body {
    zoom: 1;
  }

  * {
    -webkit-print-color-adjust: exact !important;
    /*Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/
  }

  .first-section .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  @page {
    margin: 5mm;
    margin-top: 10mm;
  }

  #s4-workspace {
    background-color: #fff;
  }

  .white_box {
    background-color: #f7f7f7;
  }

  .print-hide,
  .FormPrint,
  div.form-comments,
  li[data-is-empty] {
    display: none;
  }
}

.approvers-index {
  display: block;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #e9ecef;
  background: #fbfcfc;
  line-height: 30px;
  border-radius: 12px;
}

.table th,
.table td {
  padding: 8px 7px;
}

.section-table.table th,
.section-table.table td {
  padding: 5px 4px;
}

/* .section-table td .form-control, .section-table .data-table td .form-control[type=text],.section-table div.multiselect__tags  {
  border-radius: 10px;
  padding: 5px 4px;
  font-size: 14px;
  height: 35px;
  border: 1px solid #dadada;
} */
.section-table-separator {
  border-bottom: 4px solid #eeeeee;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.content .container,
.container {
  max-width: 1400px;
}

.content.table-content .container {
  max-width: 1400px;
}

/* .section-table .form-control,.section-table .form-control[type=text], .section-table div.multiselect__tags {
  border: 1px solid #dadada;
} */

.button-title-arrow {
  position: absolute;
  color: #fff;
  right: 18px;
  padding: 4px 16px;
  transition: transform .4s;
}

.button_title:hover .button-title-arrow {
  transform: scale(1.2);
}

.button_title {
  cursor: pointer;
}

input.form-control.calculate_line[type=text] {
  background-color: #f5f7fb;
}

input.form-control.calculate_line[type=text][readonly] {
  background-color: #f7f7f7;
}

.notes-label {
  flex: 16% 0 0;
  text-align: center;
}

.notes-field {
  display: flex;
  align-items: center;
  flex: auto;
}

label.btn {
  margin-bottom: 0;
}

/* thead tr {
  background: #f6f8fd;
} */
thead tr th {
  /* background: #f5f7fb; */
  /* background: #dfe4ee94; */
  border-radius: 0px !important;
}

.form-logo {
  height: 6.3rem;
  margin-bottom: -2rem;
  transform: translateY(-56%);
  text-align: center;
  margin-top: 57px;
}

.form-logo img {
  object-fit: contain;
  height: 100%;
}

.approvers-notification {
  position: absolute;
  top: -2.2rem;
  right: 5rem;
}

.my-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #13264e;
  width: 24px;
  height: 24px;
  -webkit-animation: mySpin 2s linear infinite;
  animation: mySpin 1.5s linear infinite;
  margin: auto 1rem;
}

@-webkit-keyframes mySpin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes mySpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.action_button {
  /* margin-right: 1rem; */
  cursor: pointer;
  color: #444954;
}

.action_button:hover {
  color: #13264e;
}

.action_button i.fa {
  padding-left: 4px;
  font-size: 13px;
}

.file-icon {
  height: 20px;
  margin-right: 2px;
}

.section_3_title {
  font-weight: 700;
  padding-right: 2rem;
  background: #c1c1c124;
  line-height: 2.6rem;
  border-radius: 1rem;
  font-size: 17px;
  margin-top: 1.6rem;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}

textarea.remove-background[disabled] {
  background: #fff;
  color: #333;
  border: none;
}

ul.form-sub-header {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 5px 0;
  border: 1px solid #e7e7e7;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  padding-right: 1rem;
}

.form-sub-header li {
  flex-grow: 1;
  margin: 1rem;
}

.warning {
  color: #cd1d06;
}

#app[v-cloak] {
  display: none !important;
}

.preloader {
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  opacity: .8;
}

.preloader.full-preloader {
  position: fixed;
  z-index: 2000;
}

.preloader.full-preloader .preloader-animation {
  position: absolute;
  top: calc(50% - 3.25em);
  left: calc(50% - 3.25em);
}

.preloader-container {
  position: absolute;
  top: calc(50% - 3.25em);
  text-align: center;
  width: 100%;
}

.preloader-animation {
  display: inline-block;
  height: 6.5em;
  width: 6.5em;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffa726;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.preloader-animation:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #34495e;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.preloader-animation:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #62cb31;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.preloader-text,
.preloader-percent {
  position: absolute;
  text-align: center;
  color: #34495e;
  z-index: 1;
}

.preloader-text {
  width: 50%;
  top: calc(50% - 6.5em);
  left: 25%;
}

.preloader-percent {
  width: 3em;
  top: calc(50% - .75em);
  left: calc(50% - 1.5em);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.form-comments {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
}

.form-comments textarea,
.form-comments textarea:hover,
.form-comments textarea:focus,
.form-comments textarea:disabled {
  border: 1px solid white;
  border-radius: 7px;
  padding: 5px 10px;
  flex-grow: 1;
  color: #ab0000;
  outline: none;
  background: #fff;
}

.form-comments.external-comments textarea,
.form-comments.external-comments textarea:hover,
.form-comments.external-comments textarea:focus,
.form-comments.external-comments textarea:disabled {
  color: #0f12c3;
}

.form-comments i.fa {
  color: #929bad;
  margin-left: 7px;
}

.form-comments i.fa.active_comment {
  color: #ab0000;
}

.form-comments.external-comments i.fa.active_comment {
  color: #0f12c3;
}

div.period {
  font-weight: 400;
  font-size: 14px;
}

div.mx-datepicker {
  width: 100%;
}

.mx-icon-calendar,
.mx-icon-clear {
  left: 18px;
  right: unset;
}

.relevant-toggle {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  right: 14px;
}

.relevant-toggle label {
  margin-bottom: 0;
}

div.form-control {
  min-height: 33px;
}

.nav_user {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
  margin-right: auto;
}

.nav_user_image {
  width: 34px;
  height: 34px;
  margin-left: 1rem;
}

.nav_user_image img {
  border-radius: 34px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 1rem;
  line-height: 1.2;
}

.nav_user_info h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.nav_user_info p {
  font-size: 12px;
  margin: 0;
}

.nav_user_info h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.nav_user_info p {
  font-size: 12px;
  margin: 0;
}

.under-cunstruction {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  flex-direction: column;
}

.under-cunstruction i {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 100px;
}

.under-cunstruction .alert {
  text-align: center;
  width: 250px;
  margin: 25px auto;
}

.modal-dialog {
  margin: 20% auto;
}

.modal {
  background: #ffffff85;
}

.modal-header {
  background: #13264e;
  color: #fff;
}

.modal-header .close {
  margin-left: 0px !important;
  color: #fff;
}

.modal-body p {
  font-size: 22px;
}

div.row{
  margin-left: 0px;
  margin-right: 0px;
}