﻿/*#region SECTION 1 (TITLE BAR)*/
#title-bar {
  background-color: #10059f !important;
  height: 48px;
  left: 0px;
  top: 0px;
  width: calc(100% - 48px);
  float: left; }

#grid .k-hierarchy-cell {
  padding: 0 !important; }

#title-bar .icon-container {
  height: inherit;
  left: 0px;
  position: fixed;
  width: 48px; }

#title-bar .icon-container .icon {
  background-image: url("Themes/Images/Shortcut.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #10059f;
  height: 35px !important;
  width: 35px !important;
  margin-left: 7.5px !important;
  margin-top: 5px !important;
  background-color: #12767b;
  height: inherit;
  width: 50px; }

#title-bar .icon-container .icon.company-logo {
  background-image: url("../../Images/atlasLogo2.png"); }

.field-input[data-val-required]:placeholder-shown:placeholder-shown {
  border: 0 !important;
  /* Remove the default border of the input itself */ }

/* Apply a red border to the parent span if the placeholder is visible */
.k-input-solid .field-input[data-val-required]:placeholder-shown {
  outline: inherit;
  border: inherit; }

.k-input-solid:has(.field-input[data-val-required]:placeholder-shown) {
  border: 0.1em solid red;
  border-radius: inherit;
  /* To match existing styles */
  box-shadow: 0 0 0 0.25rem rgba(241, 17, 17, 0.25); }

#title-bar .company-identifier {
  font-family: "Segoe UI Black";
  font-size: 16pt;
  font-weight: normal;
  height: inherit;
  left: 50px;
  line-height: 48px;
  padding-left: 15px;
  position: fixed;
  text-transform: uppercase;
  width: 225px;
  color: #ffffff; }

#title-bar .misc-items {
  height: inherit;
  position: absolute;
  right: 0; }

#title-bar .misc-items div {
  display: inline-block;
  vertical-align: top; }

#title-bar .misc-items div.button-container {
  height: 50px;
  padding: 9px 5px; }

#title-bar .user-container {
  padding: 4px;
  float: right !important;
  padding-top: 10px;
  height: inherit;
  font-family: "Segoe UI semibold"; }

#title-bar .user-container #user {
  height: 26px !important; }

.imgTumb {
  background-color: #10059f !important;
  height: 48px;
  width: 48px;
  display: inline-block;
  overflow: hidden;
  padding-top: 10px; }

#profile-image {
  border-radius: 32px !important;
  height: 26px !important;
  width: 26px !important; }

#title-bar .k-state-border-down {
  color: #ffffff !important; }

/*#endregion */
/*#region SECTION 2 (SIDEBAR)*/
#sidebar {
  height: calc(100% - 48px);
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 48px;
  width: 275px;
  z-index: 1; }

#sidebar .menu-nav-toggle div {
  height: 40px;
  left: 0;
  padding: 5px 10px;
  position: absolute; }

#sidebar .menu-nav-toggle div img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s; }

#sidebar .menu-nav-toggle div img.flip {
  transform: rotate(90deg); }

#sidebar .menu-nav-toggle span {
  font-family: "Segoe UI semibold";
  font-size: 13pt;
  left: 50px;
  line-height: 40px;
  margin-left: 5px;
  padding-left: 5px;
  position: absolute;
  text-transform: uppercase; }

#sidebar ul {
  list-style: none;
  padding: 0; }

#sidebar .accordion {
  position: absolute;
  top: 40px;
  width: 100%; }

#sidebar .accordion > li > a.item {
  font-size: 13pt;
  line-height: 40px;
  padding: 0 0 0 15px;
  font-weight: normal; }

#sidebar .accordion > li > ul > li > a.item {
  font-size: 9pt;
  font-weight: bold;
  line-height: 30px;
  padding: 0 0 0 25px; }

#sidebar .accordion ul.inner {
  display: none;
  overflow: hidden;
  width: 100%; }

#sidebar .accordion li ul a.item {
  font-weight: normal;
  line-height: 30px;
  padding: 0 0 0 50px; }

#sidebar .accordion a {
  text-decoration: none;
  border-left-style: solid;
  border-left-width: 3px;
  display: block;
  width: 100%;
  text-overflow: clip; }

#sidebar .accordion a .toggle-icon-right {
  font-family: monospace;
  font-size: 15pt;
  line-height: 30px;
  padding: 0px 10px;
  position: absolute;
  right: 10px; }

#sidebar .accordion a .toggle-icon-left {
  font-family: monospace;
  font-size: 9pt;
  font-weight: normal;
  left: 15px;
  line-height: 30px;
  padding: 0px 10px;
  width: 5px; }

#sidebar .accordion a.item.active {
  border-left-color: #656565; }

/*#endregion */
/*#region SECTION 3 (CONTENT)*/
#content-container {
  background-color: #fcfcfc;
  height: calc(100% - 25px);
  overflow: hidden;
  position: fixed;
  right: 0px;
  top: 48px;
  width: calc(100% - 275px);
  padding: 10px 0px 10px 10px; }

#content-container header {
  font-family: "Segoe UI semibold" !important;
  font-size: 16pt !important;
  height: 24px;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
  border: none;
  /*remove*/
  /*background-image: -webkit-linear-gradient(left, $tertiary-color, rgba(22, 36, 49, 0.75), rgba(22, 36, 49, 0.45), rgba(22, 36, 49, 0.26), rgba(246, 246, 246, 0.91), $background-colour);
        border-radius: 4px;
        margin-bottom: 10px;
        color: #ffffff;*/
  /*remove*/
  margin-bottom: 18px; }

#content-container header .back-url {
  background-image: url("Images/Back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 36px;
  vertical-align: top;
  width: 36px; }

#content-container #content {
  height: calc(100% - 75px);
  overflow: auto;
  width: 100%;
  padding-right: 10px; }

#content-container .k-splitter {
  height: 99%;
  width: 100%;
  background-color: #f6f6f6; }

/*#endregion */
/*#region FORMS */
.form {
  display: block;
  background-color: #f6f6f6; }

.form .form-field {
  display: block;
  margin: 15px 0; }

.form .form-field .field-label {
  /*display: block;*/
  width: 160px;
  font-weight: normal;
  text-align: right;
  padding-right: 10px;
  font-family: "Segoe UI semibold" !important;
  color: #777 !important;
  font-size: 12px !important; }

.form .form-field .field-info-label {
  display: inline-block;
  width: 150px; }

.form .field-input,
.form .field-input.k-input,
.form .field-input.k-textbox,
.form .field-input.k-datepicker,
.form .field-input.k-datepicker
.k-picker-wrap,
.form .field-input.k-datetimepicker {
  width: 250px;
  font-family: "Segoe UI semibold"; }

.form .field-output {
  width: 250px;
  font-family: "Segoe UI semibold";
  text-align: left;
  padding-left: 8px;
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

.form-buttons {
  padding: 10px 0px 0px 0px; }

/*#endregion */
/*#region Notifications*/
/* Notifications */
.k-widget.k-popup.k-notification.k-state-border-up {
  height: 90%; }

.k-notification h3 {
  padding: 0px 0px 5px;
  font-size: 1em;
  line-height: normal;
  font-weight: bolder; }

.k-notification-icon {
  margin: 20px;
  padding-bottom: 10%;
  float: left;
  font-size: xx-large; }

/* Info template */
.info-notification {
  width: 400px;
  height: 100px; }

.k-notification-info {
  background-color: #314395 !important; }

/* Error template */
.error-notification {
  width: 400px;
  height: 100px; }

.k-notification-success {
  background-color: #5ec232 !important; }

/* Success template */
.success-notification {
  width: 400px;
  height: 100px; }

.k-notification-error {
  background-color: #d51923 !important; }

/* Notification template */
.warning-notification {
  width: 400px;
  height: 100px; }

/*#endregion*/
/*#region KENDO OVERRIDE */
/*#region Tabstrip*/
.k-tabstrip > .k-content {
  background-color: #f6f6f6; }

.k-tabstrip-items .k-item {
  background-color: rgba(16, 5, 159, 0.4);
  margin-left: 2.5px !important;
  color: #000000 !important; }

.k-tabstrip-items .k-item {
  background-color: rgba(16, 5, 159, 0.4);
  margin-left: 2.5px !important;
  color: #000000 !important; }

.k-tabstrip-items .k-item:first-child {
  margin-left: 0px !important; }

.k-tabstrip-top > .k-tabstrip-items {
  font-family: "Segoe UI semibold";
  font-size: 12px; }

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
  background-color: #10059f;
  font-family: "Segoe UI semibold";
  color: #ffffff !important; }

.k-tabstrip-top > .k-content {
  background-color: #f6f6f6 !important; }

.k-tabstrip-wrapper {
  height: 95% !important; }

/*#endregion */
/*#region Grid */
.k-grid-toolbar {
  background-color: #ffffff !important; }

.k-toolbar > script {
  display: none; }

.k-grid-edit > span, .k-grid-Edit > span {
  color: #10059f !important; }

.k-grid-delete > span, .k-grid-Delete > span, .custom-grid-delete > span {
  color: palevioletred !important; }

.k-button.k-button-icontext.k-grid-add > span, .custom-grid-add > span {
  color: #10059f !important; }

.k-grid table tr {
  white-space: nowrap;
  font-size: 12px !important; }

.k-grid table tr .k-button {
  font-size: 7pt !important;
  padding: 4px 8px !important;
  content: "" !important; }

.k-grid-content > table > tbody > tr > td {
  padding: 6px 10px 6px 10px !important; }

.k-grid .k-header .k-grid-search {
  width: 15.7em;
  float: right;
  display: -ms-flexbox;
  display: flex; }

.k-textbox .k-icon {
  position: static;
  margin: 0;
  opacity: .45;
  position: initial !important; }

/*#endregion */
/*#region Icons*/
.k-grid .k-icon {
  font-size: 9pt !important; }

/*#endregion*/
/*#region Button*/
.k-button {
  font-size: 12px !important;
  font-family: "Segoe UI semibold" !important;
  padding: 4px 8px !important; }

/*#endregion*/
/*#endregion */
/*#region Summary*/
.summary-label {
  width: 150px !important;
  font-weight: normal !important;
  font-family: "Segoe UI"; }

.summary-description {
  width: 350px !important;
  font-family: "Segoe UI semibold"; }

/*#endregion*/
/*#region GENERAL*/
body {
  color: #656565;
  font-family: "Segoe UI" !important;
  font-size: 9pt !important;
  font-weight: normal;
  height: 100%;
  left: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  position: fixed;
  top: 0px;
  width: 100%; }

#grid-vertical-pane {
  width: 100% !important; }

#grid-summary-vertical-pane {
  width: 100% !important; }

.page-header {
  border: none;
  font-size: 15pt;
  margin: 0 0 6px 0;
  text-transform: uppercase; }

.section-header {
  border: none;
  font-family: "Segoe UI";
  font-size: 15pt;
  font-weight: bold;
  margin: 0 0 35px 0; }

.section-break {
  display: block;
  line-height: 40px; }

.full-screen {
  height: 100%;
  width: 99%; }

#reportViewer1 {
  height: 100%; }

.highlight-red {
  background-color: red;
  color: white;
  font-weight: bold; }

.default-font {
  font-family: "Segoe UI" !important; }

.default-font-semibold {
  font-family: "Segoe UI semibold" !important; }

#header-back > span {
  font-size: 16pt !important;
  color: #10059f; }

/*#endregion*/
