﻿/*https: //themebuilder.telerik.com/aspnet-mvc*/
.breadcrumb .Tier1 > a {
  color: #aa2124; }

/*#region SECTION 1 (TITLE BAR)*/
#title-bar {
  height: 48px;
  left: 0px;
  top: 0px;
  width: 100%;
  float: left;
  display: inline-flex; }

#title-bar-leftcontainer {
  float: left; }

#title-bar-rightcontainer {
  float: right; }

#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;
  height: 35px !important;
  width: 35px !important;
  margin-left: 7.5px !important;
  margin-top: 5px !important;
  height: inherit;
  width: 50px; }

#title-bar .icon-container .icon.company-logo {
  background-image: url("../../Images/ITT.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: 300px; }

#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: #333333 !important;
  height: 48px;
  width: 48px;
  float: right;
  display: inline-block;
  overflow: hidden;
  padding-top: 10px; }

#profile-image {
  border-radius: 32px !important;
  height: 26px !important;
  width: 26px !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; }

/*#endregion */
/*#region SECTION 3 (CONTENT)*/
#content-container {
  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%; }

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

.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;
  font-size: 12px !important; }

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

.form .field-input:not(.k-checkbox),
.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,
.form .field-input.k-dropdown,
.form .field-input.k-dropdowntree {
  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-items .k-item {
  margin-left: 2.5px !important; }

.k-tabstrip-items .k-item {
  margin-left: 2.5px !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 {
  font-family: "Segoe UI semibold"; }

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

/*#endregion */
/*#region Grid */
.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;
  height: 30px; }

/*#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 NOTIFICATIONS */
.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: 300px;
  height: 50px; }

.k-notification-info {
  border-color: #3e80ed;
  color: #ffffff;
  background-color: #3e80ed; }

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

.k-notification-success {
  border-color: #5ec232;
  color: #ffffff;
  background-color: #5ec232; }

/* Error template */
.error-notification {
  width: 300px;
  height: 50px; }

.k-notification-error {
  border-color: #d51923;
  color: #ffffff;
  background-color: #d51923; }

.k-notification-warning {
  border-color: #fdce3e;
  color: #000000;
  background-color: #fdce3e; }

.notification-bar {
  padding-top: 14px;
  padding-left: 5px;
  top: 0px;
  /* right: 200px; */
  /* position: fixed; */
  float: right;
  width: 35px;
  height: 50px;
  border-left: solid;
  border-right: solid;
  border-color: white;
  border-width: 0 1px; }

.notification-image sf-icon-reminder--02 icon {
  color: white !important;
  padding-top: 6px !important;
  position: absolute !important;
  font-size: 40px !important; }

.notification-bar:hover {
  cursor: pointer;
  /*background-color: white;*/ }

.notification-image {
  /*height: 45px;*/
  font-size: 21px !important;
  color: white !important; }

.notification-count {
  display: none;
  position: fixed;
  top: 9px;
  right: 174px;
  border-radius: 50%;
  width: 14px;
  height: 15px;
  font-size: 10px;
  color: #166188;
  background: #fff;
  text-align: center;
  border-style: solid;
  border-width: 1px; }

.whatsnew-count {
  display: none;
  position: fixed;
  top: 9px;
  right: 209px;
  border-radius: 50%;
  width: 14px;
  height: 15px;
  font-size: 10px;
  color: #166188;
  background: #fff;
  text-align: center;
  border-style: solid;
  border-width: 1px; }

.notification-active {
  display: block; }

/*#endregion */
/*#region GENERAL*/
body {
  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 {
  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: #aa2124; }

/*#endregion*/
/*#region Checkbox*/
/*#endregion*/
.bcHome .sf-icon-house-07 {
  margin-right: 1px;
  font-size: 13px; }

.filterHeader {
  display: inline;
  float: left;
  margin-right: 30px; }

.filterbar {
  width: 1000px;
  overflow: hidden; }

.hasChangeInput {
  border: thin solid #fd7e14 !important;
  box-shadow: 0 0 2.5px #fd7e14; }

.haserror {
  border: thin solid red !important;
  box-shadow: 0 0 2.5px red !important; }

.hasChangeInput.haserror {
  border: thin solid red !important;
  box-shadow: 0 0 2.5px red !important; }

.spRequired {
  color: red;
  font-size: 13px;
  padding-left: 5px; }

/* Validation styling */
.totalbar .field-output {
  font-weight: normal; }

.input-validation-error {
  border-color: red; }

.k-tooltip.k-tooltip-error.k-validator-tooltip.k-invalid-msg.field-validation-error {
  color: white; }

.field-validation-error {
  color: red;
  font-weight: bold;
  margin-left: 10px; }

.validation-summary-errors {
  font-weight: bold;
  color: red; }

.validation-summary-valid {
  display: none; }

.container {
  justify-content: center;
  width: 700px; }

.subtitle-Header {
  color: gray;
  font-size: 10px;
  text-align: right;
  font-weight: bold; }

.k-card-header {
  height: 35px;
  padding: 0px;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 5px; }

.tablefilterfilteractive {
  background: #333333;
  color: #ffffff; }

/*#region Status Styling*/
td > div.gridCellConditionalFormat {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    height: 17px;
    min-width: 0;
    border-radius: 3px;
    padding: 0 5px;
    text-transform: uppercase;
    text-align: center;
    margin-top: -1px;
}

    td > div.gridCellConditionalFormat.maroon {
        background-color: maroon;
        color: white;
    }

    td > div.gridCellConditionalFormat.red {
        background-color: #e50000;
        color: white;
    }

    td > div.gridCellConditionalFormat.hotPink {
        background-color: #ff4081;
        color: white;
    }

    td > div.gridCellConditionalFormat.pink {
        background-color: #ff7fab;
        color: white;
    }

    td > div.gridCellConditionalFormat.lumoPink {
        background-color: #f900ea;
        color: white;
    }

    td > div.gridCellConditionalFormat.pastelPurple {
        background-color: #ea80fc;
        color: white;
    }

    td > div.gridCellConditionalFormat.purple {
        background-color: #bf55ec;
        color: white;
    }

    td > div.gridCellConditionalFormat.darkPurple {
        background-color: #9b59b6;
        color: white;
    }

    td > div.gridCellConditionalFormat.violet {
        background-color: #7c4dff;
        color: white;
    }

    td > div.gridCellConditionalFormat.navy {
        background-color: #0231e8;
        color: white;
    }

    td > div.gridCellConditionalFormat.pastelBlue {
        background-color: #81b1ff;
        color: white;
    }

    td > div.gridCellConditionalFormat.azureBlue {
        background-color: #3397dd;
        color: white;
    }

    td > div.gridCellConditionalFormat.tealBlue {
        background-color: #3082b7;
        color: white;
    }

    td > div.gridCellConditionalFormat.blue {
        background-color: #04a9f4;
        color: white;
    }

    td > div.gridCellConditionalFormat.electricBlue {
        background-color: #02bcd4;
        color: white;
    }

    td > div.gridCellConditionalFormat.darkGreen {
        background-color: #1bbc9c;
        color: white;
    }

    td > div.gridCellConditionalFormat.lightGreen {
        background-color: #2ecd6f;
        color: white;
    }

    td > div.gridCellConditionalFormat.yellow {
        background-color: #f9d900;
        color: white;
    }

    td > div.gridCellConditionalFormat.brown {
        background-color: #af7e2e;
        color: white;
    }

    td > div.gridCellConditionalFormat.orange {
        background-color: #ff7800;
        color: white;
    }

    td > div.gridCellConditionalFormat.darkOrange {
        background-color: #e65100;
        color: white;
    }

    td > div.gridCellConditionalFormat.grey {
        background-color: #b5bcc2;
        color: white;
    }

    td > div.gridCellConditionalFormat.darkGrey {
        background-color: #667684;
        color: white;
    }

    td > div.gridCellConditionalFormat.premium {
        background-color: #2fabf4;
        color: white;
    }

    td > div.gridCellConditionalFormat.essentials {
        background-color: #48cd6d;
        color: white;
    }

    td > div.gridCellConditionalFormat.team {
        background-color: #f97605;
        color: white;
    }

    td > div.gridCellConditionalFormat.null {
        display: none;
    }

/*#endregion */