html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
  margin: 0;
}

.ITPs {
  vertical-align: middle;
  line-height: 28px;
  justify-content: center;
  caret-color: transparent !important;
}

.ITPs1 {
  height: 22px;
  padding-top: 6px;
  justify-content: center;
  caret-color: transparent !important;
}

.ITPs2 {
  margin-top: 6px;
  height: 22px;
  vertical-align: middle;
  justify-content: center;
  caret-color: transparent !important;
}

.ITP_c0 {
  color: #2980b9 !important;
  opacity: 1 !important;
  padding-right: 6px;
  caret-color: transparent !important;
}

.ITP_c1 {
  color: #27ae60 !important;
  opacity: 1 !important;
  padding-right: 6px;
  caret-color: transparent !important;
}

.ITP_c2 {
  color: #d35400 !important;
  opacity: 1 !important;
  padding-right: 6px;
  caret-color: transparent !important;
}

.ITP_c3 {
  color: #f39c12 !important;
  opacity: 1 !important;
  padding-right: 6px;
  caret-color: transparent !important;
}

div#divMain {
  width: 100%;
  height: 100%;
}

div#itpFilterDropBox {
  margin-top: -2px !important;
}

.HeadMain {
  position: relative;
  width: 100%;
  min-width: 200px;
}

.HeadLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 60px;
  width: 200px;
  vertical-align: middle;
  line-height: 40px;
  cursor: pointer;
}

span#HeadLeftTitle {
  visibility: visible;
}

.HeadMiddle {
  height: 40px;
  width: 400px;
  margin: 0px auto;
  vertical-align: middle;
  font-weight: bold;
}

.HeadTitle {
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
}

@media screen and (max-width: 780px) {
  .HeadLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    width: 32px;
    vertical-align: middle;
    line-height: 40px;
  }

  span#HeadLeftTitle {
    visibility: hidden;
  }

  .HeadMiddle {
    position: absolute;
    left: 32px;
    height: 40px;
    margin: 0px auto;
    width: 150px;
  }

  .HeadTitle {
    visibility: hidden;
  }
}

.HeadRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}

.itpTable {
  margin-top: 10px;
  margin-bottom: 10px;
}

.itpTable td,
.itpTable tr {
  margin: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.itpLabel {
  vertical-align: top !important;
  text-align: right;
  padding-top: 8px !important;
}

/* Style the label to display next to the inputs */
label {
  /*padding: 12px 12px 12px 0;*/
  display: inline-block;
}

/* Style the container */
.container {
  border-radius: 5px;
  padding: 12px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 16px;
  padding-top: 4px;
  caret-color: transparent !important;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 16px;
}

/* Floating column for labels: 25% width */
.col-25-1 {
  float: left;
  width: 50%;
  margin-top: 16px;
  padding-top: 8px;
  caret-color: transparent !important;
}

.col-25-2 {
  float: left;
  width: 50%;
  margin-top: 20px;
  padding-top: 8px;
  caret-color: transparent !important;
}

/* Floating column for inputs: 50% width */
.col-75-1 {
  float: left;
  width: 50%;
  padding-top: 4px;
  margin-top: 16px;
}

.col-75-2 {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.col-75-3 {
  float: left;
  width: 50%;
  padding-top: 8px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-20 {
  float: left;
  width: 20%;
}

.col-50 {
  float: left;
  width: 50%;
}

.col-100 {
  float: left;
  width: 100%;
  margin-top: 12px;
  caret-color: transparent !important;
}

/* Style the container for form*/
.container-form {
  border-radius: 5px;
  padding: 12px;
  padding-right: 36px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25,
  .col-75,
  .col-25-1,
  .col-75-1 {
    width: 100%;
    margin-top: 12px;
  }

  label {
    margin-left: 0px !important;
  }

  .container-form {
    padding-right: 12px !important;
  }
}

.ITP_ico {
  color: #2980b9 !important;
  opacity: 1 !important;
  height: 14px;
  width: 14px;
  padding-right: 6px;
  caret-color: transparent !important;
}

/* blue */
.ITP_input {
  caret-color: #000000 !important;
}

.ITP_noinput {
  caret-color: transparent !important;
}

.itp_editor {
  border-color: #e5e5e5;
  background-color: #ffffff;
  padding: 3px;
}

.col-title {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2980b9;
  caret-color: transparent !important;
  border-bottom: 1px solid #2980b9;
}

div#pnlPanelHead,
div#HeadMain,
div#HeadLeft,
div#HeadMiddle {
  vertical-align: middle;
  border: none;
}

div#itpTopMenu {
  background-color: #ffffff !important;
  box-shadow: none;
  border: none;
}

div#itpPageTitle {
  vertical-align: middle;
  line-height: 28px;
  padding-left: 14px;
  padding-top: 4px;
  vertical-align: middle;
  line-height: 28px;
  font-size: 18px !important;
  font-weight: 600;
  background-color: #ffffff;
  border: none;
}

div#itpPageTitleWindow {
  padding-left: 6px;
  vertical-align: middle;
  line-height: 28px;
  font-size: 16px !important;
  font-weight: 600;
  color: #000000 !important;
  background-color: #ffffff;
  border: none;
}

div#pnlSplitMain {
  border: none;
  background-color: #000000 !important;
}

div#panelContentpanelmnuMainMenu {
  background-color: #000000 !important;
  color: #e2e0e0 !important;
}

.itp_background {
  background-color: #ffffff !important;
  border: none !important;
}

div#pnlMain {
  border: none !important;
}

div#pnlSplitMain .jqx-widget-content {
  background-color: #292d34 !important;
}

.HeadMiddle {
  position: absolute;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

div#divFrame {
  padding: 4px !important;
  margin: 72px 12px 32px !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

a.RelationTitle {
  color: #2980b9 !important;
  text-decoration: none;
}

div#mnuMainMenu .jqx-tree-item {
  font-size: 15px !important;
}

div#mnuMainMenu .jqx-tree-item :hover {
  font-size: 15px !important;
}

/* Theme font fix */
input[type="text"].jqx-input,
input[type="password"].jqx-input {
  font-size: 14px !important;
}

.jqx-widget-content {
  color: #000000;
}

.jqx-widget-metro {
  font-size: 14px !important;
}

.jqx-widget-content-metro {
  font-size: 14px !important;
}

.jqx-widget-header-metro {
  font-size: 14px !important;
}

.jqx-fill-state-normal-metro {
  font-size: 14px !important;
}

.jqx-widget-metro .jqx-grid-column-header-metro,
.jqx-grid-cell-metro,
.jqx-widget-metro .jqx-grid-cell-metro,
.jqx-widget-metro .jqx-grid-group-cell-metro,
.jqx-grid-group-cell-metro {
  font-size: 14px !important;
}

.jqx-window-header-metro,
.jqx-input-button-header-metro,
.jqx-calendar-title-header-metro,
.jqx-grid-metro .jqx-widget-header-metro,
.jqx-grid-header-metro,
.jqx-grid-column-header-metro {
  font-size: 14px !important;
}

.jqx-widget-metro .jqx-grid-cell-selected-metro,
.jqx-grid-cell-selected-metro {
  font-size: 14px !important;
}

.jqx-splitter {
  border: none !important;
}

.jqx-tabs-header {
  background-color: #ffffff !important;
}

.jqx-grid-cell-left-align {
  margin-left: 4px !important;
}

.jqx-icon-calendar {
  background-image: url("images/icon-calendar.png");
}

.jqx-icon-calendar-pressed {
  background-image: url("images/icon-calendar.png");
}

.jqx-numberinput {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  * {
  }
}

.cGreen {
  background-color: #a6c09a !important;
}
.cRed {
  background-color: #cc6666 !important;
}
.cRedF {
  color: #8b0000 !important;
}
.cBlue {
  background-color: #93b5c3 !important;
}
.cOrange {
  background-color: #caa87a !important;
}
.cGreen:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .cGreen:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black !important;
  background-color: #d0f0c0 !important;
}
.cRed:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .cRed:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black !important;
  background-color: #ff7f7f !important;
}
.cBlue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .cBlue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black !important;
  background-color: #b8e2f4 !important;
}
.cOrange:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected),
.jqx-widget .cOrange:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
  color: black !important;
  background-color: #fcd299 !important;
}
.jqx-editor iframe {
  padding: 3px 3px 0 3px !important;
}
div#itpPageFooter {
  padding-left: 3px;
  padding-top: 2px;
}
textarea {
  padding: 3px !important;
}
.col-f-25 {
  float: left;
  width: 25%;
  caret-color: transparent !important;
  margin-top: 16px;
  padding-top: 6px;
  text-align: right;
}
.col-f-75 {
  float: left;
  width: 75%;
  margin-top: 16px;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}