﻿/*#region SECTION 1 (TITLE BAR)*/
#title-bar {
  background-color: #202d69 !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: #5775ff;
  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/ArkLogo.PNG"); }

#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: #202d69 !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: 40px;
  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: #314395; }

/*#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: 175px;
  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 KENDO OVERRIDE */
/*#region Tabstrip*/
.k-tabstrip > .k-content {
  background-color: #f6f6f6; }

.k-tabstrip-items .k-item {
  background-color: #e3e7fa;
  margin-left: 2.5px !important;
  color: #96a9ff !important; }

.k-tabstrip-items .k-item {
  background-color: #e3e7fa;
  margin-left: 2.5px !important;
  color: #96a9ff !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: #5775ff;
  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-grid-edit > span, .k-grid-Edit > span {
  color: lightseagreen !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: lightseagreen !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: #314395;
  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: #5775ff; }

/*#endregion*/
/*#region Checkbox*/
.k-checkbox:checked {
  border-color: #314395 !important;
  color: #fff;
  background-color: #314395 !important; }

/*#endregion*/
/*#region Grid Filter-hide*/
.k-header.k-filterable.k-with-icon {
  padding-right: 3px; }

.k-header.k-filterable.k-with-icon > .k-grid-filter {
  opacity: 0; }

.k-header.k-filterable.k-with-icon > .k-grid-filter.k-state-active {
  opacity: 0.8; }

.k-header.k-filterable.k-with-icon > .k-grid-filter.k-state-border-down {
  opacity: 1;
  background-color: #ededed; }

.k-header.k-filterable.k-with-icon > .k-grid-filter.k-state-border-down.k-state-active {
  opacity: 1;
  background-color: #12767b; }

.k-header.k-filterable.k-with-icon > .k-grid-filter:hover {
  opacity: 1; }

.k-grid th {
  padding: 8px 3px; }

.k-grid-header .k-header > .k-link {
  margin: -8px -3px;
  padding: 8px 5px; }

/*#endregion  Grid Filter-hide*/
/*#region Tooltips*/
.toolTipContainer {
  position: relative;
  display: inline-block; }

.toolTipContainer .tooltiptext {
  visibility: hidden;
  /* Container styling */
  width: 425px;
  background-color: rgba(0, 0, 0, 0.77);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
  /* Text Style */
  font-family: SourceSansPro-Regular;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400; }

.toolTipContainer:hover .tooltiptext {
  visibility: visible; }

.toolTipContainer > .form-field > .field-label {
  text-decoration: underline; }

/*#endregion*/

