﻿@charset "UTF-8";
@font-face {
  font-family: Antartida;
  src: url(../fonts/antartida-rounded-medium-webfont.woff);
}
@font-face {
  font-family: AntartidaBold;
  src: url(../fonts/antartida-rounded-bold-webfont.woff);
}
BODY {
  font-size: 16px;
  COLOR: #756d64;
  FONT-FAMILY: Calibri;
  BACKGROUND-COLOR: #ffffff;
}

input[disabled] {
  opacity: 0.5;
}

TABLE {
  font-size: 16px;
  COLOR: #756d64;
  FONT-FAMILY: Calibri;
}

.Table1 {
  font-size: 16px;
  COLOR: #000000;
  FONT-FAMILY: "Calibri";
}

INPUT {
  font-size: 16px;
  COLOR: black;
  FONT-FAMILY: AntartidaBold;
  BACKGROUND-COLOR: #ffffff;
}

.BODY {
  scrollbar-base-color: #dee5ed;
  scrollbar-arrow-color: #768753;
  scrollbar-DarkShadow-Color: #cdd6e4;
  scrollbar-Track-Color: #f3f6f9;
  font-size: 16px;
  FONT-FAMILY: Calibri;
  HEIGHT: 24px;
}

.dashboard-tile {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
  overflow: hidden;
}

label {
  font-size: 16px;
  font-family: Calibri;
  vertical-align: middle;
  display: inline;
}

.tile-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tile-button {
  color: white;
  text-decoration: none;
}

.tile-button:hover {
  color: white;
}

.tile {
  text-align: center;
  background-color: #2C649C;
  border: 3px solid white;
  color: white;
  height: 60px;
  border-radius: 8px;
  display: flex;
  position: relative;
  padding-left: 15px;
}

.menu-text {
  display: flex;
}

.contractSummary {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}

.DetailsFormBlock {
  max-width: 650px !important;
  margin-bottom: 15px;
}

.totalCompletion {
  font-size: 18px;
  padding: 15px 10px;
  text-align: center;
  font-family: AntartidaBold;
}

.completedSection {
  color: #62A87C;
}

.incompletedSection {
  color: #f7bb33;
}

.locationModal {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 10px;
  padding: 10px;
  background: #F4F4F4;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  top: 0;
  max-height: 85%;
  overflow-y: auto;
  border-color: #ADADAD;
  border-style: solid;
  border-width: 2px;
  min-height: 600px;
}

.mapBG {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1;
  top: 0 !important;
  left: 0;
}

.tile-icon {
  padding-right: 10px;
  font-size: 30px;
  width: 60px;
  align-self: center;
  text-align: center;
}

.tile:hover {
  color: #2C649C;
  background-color: white;
  border: 3px solid #2C649C;
}

.tile-info-count-wrapper {
  margin-left: auto;
  align-self: center;
  margin-right: 15px;
  background-color: white;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  display: flex;
}

.tile-info-count {
  color: #2C649C;
  font-family: AntartidaBold;
  font-size: 18px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.card-text {
  font-family: Antartida;
  font-size: 18px;
  align-self: center;
}

.card-information {
  color: #09814A;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.main-content {
  margin-left: 250px;
  position: relative;
  transition: 0.5s;
  background-color: #F4F4F4;
  min-height: calc(100% - 50px);
}

.main-content .spinnerOverlay {
  width: calc(100% - 250px);
  margin-left: 250px;
}

.sidebar-collapsed {
  margin-left: 55px !important;
  transition: 0.5s;
}

.sidebar-collapsed .coLogo {
  display: none;
}

.sidebar-collapsed .sidenav {
  width: 55px;
}

.sidebar-collapsed .sidenav .dropdownToggler {
  display: none;
}

.menu-logo {
  display: flex;
  height: 50px;
  padding: 8px 8px 8px 14px;
  align-items: center;
}

.m-auto {
  margin: auto;
}

.sidebar-collapsed .sidenav .nav-item-text {
  display: none;
}

.sidebar-collapsed .sidenav .side-header {
  display: none;
}

.sidebar-collapsed .main-content {
  margin-left: 0px !important;
}

.sidebar-collapsed .navbar {
  margin-left: 0px !important;
}

.bg-primaryColour {
  background-color: #2C649C !important;
}

.navbar {
  height: 50px;
  margin-left: 250px;
  transition: 0.5s;
  z-index: 3;
}

.sidebar-toggler {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 !important;
  height: unset !important;
}

.sidebar-toggler:hover {
  color: white;
}

.dropdown-menu {
  width: 200px;
  padding: 0 !important;
  color: #ADADAD;
}

.dropdown-menu .notifications {
  padding: 5px 10px !important;
}

.user-settings {
  width: 220px;
}

.text-center {
  text-align: center;
}

.dropdown-menu a {
  width: 100%;
  padding: 15px;
  margin-left: auto;
  height: 100%;
  color: #838383;
  border-bottom: solid 1px #838383;
}

.dropdown-menu a i {
  margin-right: 10px;
}

.dropdown-menu a:hover {
  color: white;
  background-color: #838383;
}

.logout {
  /*color: #E54B4B !important;*/
}

.logout:hover {
  /*    color: white !important;
      background-color: #E54B4B !important;*/
}

.header-wrapper {
  display: flex;
  height: 100%;
}

.header {
  background-color: none;
  display: inline-block;
}

.header img {
  height: 100%;
}

.header-text {
  font-size: 14px;
  font-family: Antartida;
  color: #2C649C;
  text-align: end;
}

.side-profile {
  padding-top: 5px;
  font-size: 14px;
  text-align: center;
}

.nav-user-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.sidenav {
  height: 100%;
  font-family: Antartida;
  width: 250px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-right: 1px solid #F4F4F4;
  position: fixed;
  z-index: 3;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  display: block;
  white-space: nowrap;
  line-height: 2;
  border-radius: 0;
  cursor: pointer;
}

.sidebar-toggler {
  justify-content: center !important;
  padding-top: 5px !important;
  border-radius: 3px !important;
  padding-bottom: 5px !important;
}

.sidenav a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #3170AF;
}

/*    .sidenav .selected {
        background-color: $primaryColour;
        color: white;
    }*/
.nav-item-text {
  display: inline-block;
  margin: 0;
}

.spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 72px;
  color: white;
}

.sidebar-collapsed .main-content .spinnerOverlay {
  width: calc(100% - 55px);
  margin-left: 55px;
}

.spinnerOverlay i {
  margin: auto;
}

.nav-icon {
  font-size: 1.2rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.6rem;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

.flex {
  display: flex;
}

.companyDetailsButtonWrapper {
  padding-top: 15px;
}

.settings-tile {
  background-color: #080066;
  border: 3px solid white;
  color: white;
  height: 60px;
  width: 150px;
  border-radius: 8px;
  display: flex;
  position: relative;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.settings-tile:hover {
  background-color: white;
  border: 3px solid #080066;
  color: #080066;
}

.settings-tile .card-text {
  font-size: 16px;
}

.settings-tile .tile-icon {
  width: 30px;
  font-size: 24px;
}

.dashboard-label {
  float: right;
  color: #080066;
}

#rbOpenTendor {
  float: right;
}

.expired-session-form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
}

.expired-session-header {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

/*#canvas_top a {
        border: solid 2px $tertiaryColour;
        color: #FFF;
        background: $tertiaryColour;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
        min-width: 100px;
        height: 50px;
        line-height: 50px;
        text-align: center;

        text-decoration:none;
    }

        #canvas_top a:hover {
            background: #FFF;
            color: $tertiaryColour;
            cursor: pointer;
               text-decoration:none;
                transition:ease-out 500ms;
        }*/
#canvas_top {
  background-position: center;
  height: 70px;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #FFF;
  font-family: Calibri;
  font-size: 16px;
  top: 0px;
}

.nav-logo {
  width: 200px;
  padding-left: 20px;
}

#home_nav {
  width: 100%;
  display: flex;
  top: 0px;
}

.nav-right {
  margin-top: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
}

.overview {
  display: flex;
  justify-content: space-between;
}

.dash-tile {
  height: 100px;
  padding: 10px 8px;
  font-family: Antartida;
  text-align: start;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
}

.dash-tile:hover .dash-tile-icon {
  font-size: 80px;
}

.dash-tile-head {
  margin-top: auto;
  color: #FAFAFA;
  font-size: 18px;
  font-weight: 400;
  margin-top: auto;
  font-family: Calibri;
}

.dash-tile-detail {
  line-height: 1;
  font-size: 24px;
  color: white;
  font-weight: 600;
}

.dash-tile-icon {
  position: absolute;
  font-size: 72px;
  right: -10px;
  bottom: -10px;
  object-fit: cover;
  color: black;
  opacity: 0.15;
  transition: 0.3s;
}

.bg-blue {
  background-color: #2C649C;
}

.bg-orange {
  background-color: #F0A202;
}

.bg-green {
  background-color: #07004D;
}

.bg-purple {
  background-color: #2C649C;
}

.large-tile {
  border-radius: 3px;
  margin: 10px 0px;
  background-color: white;
  border: 2px solid transparent;
}

.large-tile-header {
  border: none;
  font-family: Antartida;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #756d64;
  text-decoration: none;
  background-color: #F1F1F1;
  overflow: hidden;
}

.large-tile-header i {
  margin-right: 5px;
}

.large-tile-header .pull-right {
  margin-left: auto;
}

.large-tile-detail {
  padding: 10px 40px;
  font-family: Calibri;
  background-color: #F1F1F1;
  font-size: 14px;
  overflow-x: auto;
}

.large-tile-detail a {
  display: block !important;
  line-height: 1.5;
  text-decoration: none;
}

.orange-top .large-tile-detail a {
  color: #080066;
}

.detail-header {
  font-family: Antartida;
  font-size: 18px;
}

.pull-right {
  float: right;
}

.large-tile-header {
  transition: 0.4s;
}

.large-tile-header .pull-right {
  text-transform: uppercase;
  cursor: pointer !important;
  border-radius: 5px;
  padding: 5px 8px;
  font-family: Antartida;
  text-decoration: none;
  font-weight: 600;
}

.large-tile-header a:hover {
  text-decoration: none;
  color: white;
  cursor: default;
}

.warning {
  font-weight: 600;
  color: #E54B4B;
}

.blue-top .large-tile-header:hover {
  /*background-color: #118AB2;*/
}

.blue-top {
  border-top: 3px solid #3F88C5 !important;
}

.blue-top:hover {
  border-left: 2px solid #3F88C5;
  border-right: 2px solid #3F88C5;
  border-bottom: 2px solid #3F88C5;
}

.purple-top {
  border-top: 3px solid #3170AF;
}

.purple-top .large-tile-header a:hover {
  background-color: #3170AF;
}

.purple-top:hover {
  border-left: 2px solid #3170AF;
  border-right: 2px solid #3170AF;
  border-bottom: 2px solid #3170AF;
}

.green-top {
  border-top: 3px solid #09814A;
}

.green-top .large-tile-header a:hover {
  background-color: #09814A;
}

.green-top:hover {
  border-left: 2px solid #09814A;
  border-right: 2px solid #09814A;
  border-bottom: 2px solid #09814A;
}

.orange-top {
  border-top: 3px solid #080066;
}

.orange-top .large-tile-header a:hover {
  background-color: #080066;
}

.orange-top:hover .large-tile-header {
  color: #080066;
  background-color: white;
}

.orange-top:hover {
  border-left: 2px solid #080066;
  border-right: 2px solid #080066;
  border-bottom: 2px solid #080066;
}

/*
    .large-tile-detail td, .large-tile-detail th {
        padding: 0 15px;
    }*/
.blue-top:hover .large-tile-header {
  color: #3F88C5;
  background-color: #fff;
}

.green-top:hover .large-tile-header {
  color: #09814A;
  background-color: #fff;
}

.large-tile:hover .large-tile-detail {
  background-color: #F1F1F1;
}

.purple-top:hover .large-tile-header {
  color: #3170AF;
  background-color: #fff;
}

.nav-button {
  text-decoration: none;
  font-family: Antartida;
  font-size: 14px;
}

.nav-vendor {
  font-family: AntartidaBold;
  font-size: 18px;
  color: #ADADAD;
}

.companyDetailsForm {
  border-radius: 8px;
  background-color: #F4F4F4;
}

#canvas_body {
  padding: 15px;
  justify-content: space-evenly;
  display: flex;
  z-index: 100;
  border-style: none none none;
}

.nav-linkbutton {
  text-decoration: none;
  font-family: Antartida;
  float: right;
}

.rootNode {
  color: #2C649C !important;
  /*    background-color: $green!important;*/
  border: none !important;
  font-family: AntartidaBold !important;
}

.treeNode {
  font-family: Calibri;
  font-size: 18px;
  padding: 0 !important;
  width: 100%;
  color: #818181;
  border-top: 1px solid #F4F4F4;
}

.treeNode a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 5px !important;
  padding-right: 15px !important;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 16px !important;
  background-color: transparent;
  text-decoration: none !important;
}

.treeNode a i {
  margin-left: auto;
  color: #87C38F;
}

.treeNode a .incomplete {
  color: #756d64 !important;
}

.treeview img {
  width: 15px;
}

.treeview {
  overflow: hidden;
}

.leafNode {
  color: inherit;
  /*    border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;*/
  border-radius: 5px;
}

.leafNode:hover {
  color: white;
  background-color: #080066;
}

.leafNode a:hover {
  color: white;
  background-color: transparent;
}

.selectNode {
  color: white !important;
  background-color: #07004D;
}

.selectNode a {
  background: none;
}

.nav-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

.SaveButton {
  text-decoration: none;
  font-size: 16px;
}

.nav-name {
  font-family: AntartidaBold;
  font-size: 18px;
  color: #ADADAD;
}

.save-button {
  float: right;
  padding: 8px;
  border: 3px solid #F0A202;
  background-color: white;
  border-radius: 8px;
  color: #F0A202;
}

.save-button:hover {
  color: white;
  background-color: #F0A202;
}

.centerHeaderText {
  text-align: center !important;
}

.side-header {
  color: #b6b7b9;
  background: #F5F5F5;
  font-size: 12px;
  transition: 0.5s;
  padding: 10px 25px 10px 15px;
}

.row-right {
  float: right;
  display: flex;
}

.linkbutton {
  text-decoration: none;
  font-family: AntartidaBold;
}

.clear-button {
  float: right;
  padding: 8px;
  border: 3px solid #07004D;
  background-color: white;
  border-radius: 8px;
  color: #07004D;
}

.clear-button:hover {
  color: white;
  background-color: #07004D;
}

.copyFromButton {
  color: #07004D !important;
  background-color: white !important;
  border: 2px solid #07004D !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.copyFromButton:hover {
  color: white !important;
  background-color: #07004D !important;
  border: 2px solid white !important;
}

.dropdownToggler {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

#divPanel {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  height: 100%;
}

.TelFormatDropDown {
  width: 75px;
}

.addtionalFormButtons {
  padding-top: 10px;
}

.linkbutton-div {
  color: white;
  text-align: center;
  padding: 10px;
  background-color: #2C649C;
  border-radius: 8px;
}

.product-text {
  padding-left: 10px;
  color: white;
  font-family: Antartida;
  font-size: 18px;
}

.nav-button {
  color: #07004D;
  text-align: center;
  /*width: 45px;*/
  padding: 15px;
  margin-left: auto;
  border-radius: 8px;
}

.nav-button:hover {
  color: white;
}

.coLogo {
  float: none;
  /*    padding-left: 10px;*/
  /*background-image: url(../../Logos/Hollard.png);*/
}

.LoginForm {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.SecondaryHeader {
  font-family: Antartida;
  font-size: 18px;
  color: #2C649C;
}

.BodyText {
  font-family: Calibri;
  font-size: 16px;
  line-height: 19px;
  margin-left: auto;
  margin-right: auto;
}

.PrimaryHeader {
  text-align: left;
  font-family: AntartidaBold;
  font-size: 40px;
  color: #2C649C;
  padding-bottom: 15px;
}

.SubHeading {
  text-align: left;
  font-family: AntartidaBold;
  font-size: 28px;
  padding-bottom: 15px;
  color: #2C649C;
}

.SubHeading i {
  padding-right: 10px;
  float: left;
}

.modalPopup {
  background: white;
  max-height: 80vh;
  border: 2px solid #ADADAD;
  border-radius: 10px;
  overflow-x: hidden;
  padding: 10px 10px 10px 10px;
  /* Always Centre the Modal*/
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border-width: 0px;
  position: fixed;
  border-style: solid;
  border-width: 1px;
  width: 500px;
}

.ErrMSG {
  font-size: 26px;
  font-family: Calibri;
  color: #E54B4B;
  background: none !important;
}

.SuccessMSG {
  font-size: 28px;
  font-family: Antartida;
  color: #2C6E49;
  background: none !important;
}

#cmdAccept {
  border: none;
}

#cmdAccept:disabled {
  background-color: #DADADA;
}

#cmdDecline {
  /*	background-color: $secondaryColour;*/
  border: none;
}

.SecondaryButton {
  color: #2C649C !important;
  border: 2px solid #2C649C !important;
  background-color: white !important;
}

.mainForm {
  border: 2px solid #ADADAD;
  background-color: white !important;
  padding: 10px 25px !important;
  position: relative;
  overflow-x: auto;
}

.vendor-name {
  position: absolute;
  font-family: AntartidaBold;
  font-size: 18px;
  color: #07004D;
  right: 25px;
  top: 25px;
}

.companyDetailsButton {
  width: 500px;
}

input[type=number] {
  height: 42px;
  border: solid 2px #DADADA;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: Calibri;
}

input[type=text], input[type=password] {
  height: 42px;
  border: solid 2px #DADADA;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: Calibri;
}

input[type=text]:focus, input[type=password]:focus {
  border: solid 2px #ADADAD;
  border-radius: 5px;
}

.checkbox-cell {
  display: block;
  position: relative;
}

.checkbox-cell input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

textarea {
  border: solid 2px #DADADA;
  width: 100%;
  font-family: Calibri;
  resize: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  min-width: 250px;
}

textarea:focus {
  border: solid 2px #ADADAD;
  border-radius: 5px;
}

a {
  color: #F0A202;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 19px;
}

a:hover {
  color: #F0A202;
  text-decoration: none;
}

select {
  width: 100%;
  height: 42px;
  overflow: hidden;
  border: solid 2px #DADADA;
  border-radius: 5px;
  font-size: 16px;
  font-family: Calibri;
  /*background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;*/
}

select option {
  font-size: 16px;
}

.StandardButton {
  background-color: #2C649C;
  border: 1px solid #2C649C;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  min-width: 55px;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}

.StandardButton:hover {
  cursor: pointer;
  background: #3170AF;
  transition: ease-out 500ms;
}

.StandardButton:disabled {
  background: #756d64;
  opacity: 0.5;
}

input[type=button], input[type=submit] {
  background-color: #2C649C;
  border: 1px solid #2C649C;
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

input[type=button]:hover, input[type=submit]:hover {
  cursor: pointer;
  background: #3170AF;
  transition: ease-out 500ms;
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.grid th, tr {
  /*    width: 1%;*/
  /*    white-space:nowrap;*/
}

.time {
  width: 100% !important;
}

.grid caption {
  text-align: left;
  font-weight: bold;
}

.grid {
  border: 1px solid #999999;
  max-width: 100%;
  min-width: 450px;
  padding: 3px;
}

.italic {
  font-style: italic;
}

.grid th {
  cursor: pointer;
  color: #333333;
  font-family: Calibri;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #999999;
  background-color: #ededed;
  padding-left: 5px;
}

.grid tr {
  height: 35px;
  font-family: Calibri;
  font-weight: normal;
  color: #756d64;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 16px;
}

.grid td {
  word-break: keep-all !important;
  padding-right: 5px;
  padding-left: 5px;
  word-break: break-all;
  font-size: 16px;
  border-color: #999999;
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid tr:hover {
  cursor: default;
}

.grid_selected {
  background-color: #F0F0F0;
  border: 1px solid #cccccc;
  font-family: Calibri;
  color: #ffffff;
  padding: 3px;
  text-decoration: none;
  cursor: pointer;
}

.headerLogoffText {
  color: white;
}

.home-header {
  padding-top: 20px;
}

.home-header {
  text-align: center;
}

h1 {
  color: #2C649C;
  font-family: Antartida;
  font-size: 26px;
  font-weight: 600;
}

h2 {
  color: #2C649C;
  font-family: Antartida;
  font-size: 22px;
}

h3 {
  color: #07004D;
  font-family: Antartida;
  font-size: 18px;
}

.HomeHeading {
  text-align: left;
  font-size: 16pt;
  /*padding:10px;*/
}

.Footer {
  position: fixed;
  background-color: #ADADAD;
  font-weight: bold;
  font-size: 12px;
  color: white;
  font-family: Calibri;
  bottom: 0px;
  height: 30px;
  text-align: center;
  right: 0px;
  left: 0px;
  line-height: 30px;
  z-index: 3;
}

.FooterHeader {
  z-index: 3;
  font-size: 12px;
  color: #838383;
  font-family: Calibri;
  background-color: #F1F1F1;
  bottom: 0px;
  height: 30px;
  text-align: center;
  position: fixed;
  right: 0px;
  left: 0px;
  line-height: 30px;
}

.columnHeader {
  background: #2C649C;
  color: #FFF;
  font-family: Calibri;
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
}

.columnHeaderCentre {
  background: #2C649C;
  color: #FFF;
  font-family: Calibri;
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
  text-align: center;
}

.KeepAliveFrame {
  display: none;
}

.subnav-wrapper {
  min-width: 25%;
  padding-right: 8px;
}

.mainContent {
  min-width: 75%;
  padding-bottom: 20px;
}

.controlBorder {
  border-radius: 5px;
  border: none !important;
  padding: 10px;
  width: 100%;
}

.mr-40 {
  margin-right: 40px;
}

.subnav {
  border-radius: 3px;
  background-color: white;
  /*    border: 2px solid #ADADAD;*/
}

.subnav .RowHead {
  height: auto;
  padding: 15px 0;
  font-size: 36px;
}

.PageHeader {
  font-weight: normal;
  font-size: 17px;
  color: black;
  font-family: Calibri;
}

.TopLabel {
  font-size: 13px;
  color: black;
  font-family: Calibri;
}

.frame {
  /*border-right: gray 1px solid;
  padding-right: 5px;
  border-top: gray 1px solid;
  padding-left: 5px;
  padding-bottom: 5px;
  border-left: gray 1px solid;
  padding-top: 5px;
  border-bottom: gray 1px solid;*/
}

.Label {
  font-size: 11px;
  color: black;
  font-family: Calibri;
}

.TreeLabel {
  font-size: 11px;
  color: black;
  text-indent: 5px;
  font-family: Calibri;
}

.RedLabel {
  font-size: 11px;
  color: #E54B4B;
  font-family: Calibri;
}

.GreenLabel {
  font-size: 11px;
  color: green;
  font-family: Calibri;
}

.NormLabel {
  padding-left: 5px;
  font-size: 11px;
  color: black;
  font-family: Calibri;
}

.AlterLabel {
  border-top: lightgrey 1px solid;
  padding-left: 5px;
  font-size: 11px;
  color: black;
  border-bottom: lightgrey 1px solid;
  font-family: Calibri;
  background-color: whitesmoke;
}

.SmallLabel {
  font-size: 7pt;
  color: black;
  font-family: Calibri;
}

.HideWindow {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url(../../Image/vert_bar_repeat.gif);
  padding-bottom: 0px;
  margin: 0px;
  width: 10px;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: repeat-y;
  height: 100%;
  background-color: #b6d0f8;
}

.TabWindow {
  border-top: #002d96 1px solid;
  border-left: #002d96 1px solid;
  border-bottom: #002d96 1px solid;
}

.ReportTab {
  border-right: dimgray 1px solid;
  padding-right: 1px;
  border-top: dimgray 1px solid;
  padding-left: 1px;
  padding-bottom: 1px;
  margin: 1px;
  border-left: dimgray 1px solid;
  width: 10px;
  cursor: pointer;
  padding-top: 1px;
  border-bottom: dimgray 1px solid;
  background-repeat: no-repeat;
  height: 10px;
}

.HeadLabel {
  BACKGROUND-POSITION-X: left;
  font-size: 11px;
  background-image: url(../../StyleSheets/Image/arrow11.gif);
  color: black;
  text-indent: 5px;
  background-repeat: no-repeat;
  font-family: Calibri;
}

.FilterLabel {
  font-size: 11px;
  cursor: default;
  color: black;
  font-family: Calibri;
}

.LargeSelect {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 190px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.XLSelect {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 250px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.XXLSelect {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 390px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.Select {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 90px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.MediumSelect {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 140px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.SmallInp {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 80px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.XSmallInp {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 40px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.Inp {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 140px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.DurInp {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 20px;
  color: black;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.LargeInp {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 180px;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.XLInp {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 350px;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.DragStyle {
  font-weight: lighter;
  font-size: 11px;
  cursor: move;
  color: black;
  font-family: Calibri;
}

.TopRow {
  font-size: 16px;
  color: white;
  font-family: Calibri;
  background-color: #756d64;
}

.Hidden {
  display: none;
  visibility: hidden;
}

.HiddenVis {
  visibility: hidden;
}

.HiddenLabel {
  visibility: hidden;
}

.RowHead {
  border: none;
  color: #2C649C;
  font-family: AntartidaBold;
  font-size: 28px;
  text-decoration: none;
  height: 35px;
  padding-bottom: 10px;
  vertical-align: middle;
  line-height: 35px;
}

.RowHead.collapsible {
  height: 55px !important;
}

.NormRow {
  font-size: 11px;
  padding-bottom: 3px;
  width: 150px;
  color: black;
  padding-Left: 10px;
  padding-top: 3px;
  font-family: Calibri;
  border-right-width: thin;
  border-right-color: whitesmoke;
}

.AlterRow {
  font-size: 11px;
  padding-bottom: 3px;
  width: 150px;
  color: black;
  padding-Left: 10px;
  padding-top: 3px;
  font-family: Calibri;
  background-color: whitesmoke;
}

.Heading {
  padding-right: 0px;
  padding-left: 0px;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  font-family: Calibri;
}

.SelectOrder {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 110px;
  color: #000080;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.BrowseButton {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 20px;
  border-bottom: #000080 1px solid;
  background-color: #b3cff3;
  font-family: Calibri;
  text-align: center;
  cursor: pointer;
}

.SmallButton {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  BACKGROUND-POSITION-Y: top;
  border-left: #000080 1px solid;
  width: 30px;
  cursor: pointer;
  border-bottom: #000080 1px solid;
  background-repeat: repeat-x;
  font-family: Calibri;
  background-color: #b3cff3;
  text-align: center;
}

.Button {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  BACKGROUND-POSITION-Y: top;
  border-left: #000080 1px solid;
  width: 50px;
  cursor: pointer;
  border-bottom: #000080 1px solid;
  background-repeat: repeat-x;
  font-family: Calibri;
  background-color: #b3cff3;
  text-align: center;
}

.MedButton {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 70px;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
  background-color: #b3cff3;
  text-align: center;
  cursor: pointer;
}

.LargeButton {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 100px;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
  text-align: center;
  cursor: pointer;
}

.XLButton {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 200px;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
  text-align: center;
  cursor: pointer;
}

.LightRow {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url(../../Image/lightrow_back2.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  height: 17px;
  background-color: #cccccc;
}

.LightRowTop {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url(../../Image/lightrow_back2.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  height: 17px;
  background-color: #cccccc;
}

.LightCell {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
  background-image: url(../../Image/lightrow_back2.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  text-indent: 10px;
  height: 17px;
  background-color: #b6d0f8;
}

.Templ {
  background-position: left top;
  font-size: 11px;
  background-image: url(../../Image/Templ.gif);
  width: 30px;
  color: black;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 20px;
  background-color: transparent;
}

.TemplateNew {
  background-position: left top;
  font-size: 11px;
  background-image: url(../../Image/Templ-add.gif);
  width: 30px;
  color: black;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 20px;
  background-color: transparent;
}

.UnTempl {
  background-position: left top;
  font-size: 11px;
  background-image: url(../../Image/UnTempl.gif);
  width: 30px;
  color: black;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 20px;
  background-color: transparent;
}

.mouseover {
  font-size: 11px;
  cursor: pointer;
  color: navy;
  font-family: Calibri;
}

.Treemouseover {
  font-size: 11px;
  cursor: pointer;
  color: navy;
  text-indent: 5px;
  font-family: Calibri;
}

.NewTempl {
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  font-size: 11px;
  margin-left: 5px;
  border-left: gray 1px solid;
  color: black;
  border-bottom: gray 1px solid;
  font-family: Calibri;
}

.mini_nav {
  padding-right: 0px;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-weight: bold;
  font-size: 12px;
  background-image: url(../../Image/nav_back_grey.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  background-color: #b3cff3;
}

.MenuLine {
  height: 30px;
  min-width: 100px;
  text-align: center;
  font-family: Arial;
  border: none;
  font-size: 10pt;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#dfdfdf",GradientType=0);
  background-color: #ededed;
}

.MenuLine:hover {
  background-repeat: repeat-x;
  font-family: Tahoma;
  background: #febd27;
  height: 30px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  transition: ease-out 500ms;
}

.MenuLineText {
  font-size: 16px;
  text-decoration: none;
  color: #ADADAD;
  background-color: #EAEAEA;
  padding: 8px 25px 8px 15px;
  height: 40px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
  display: flex;
}

.MenuLineText:hover {
  color: white;
  background-color: #2C649C;
  cursor: pointer;
}

.MenuItemSelect {
  cursor: default;
  color: white;
  background-color: #07004D;
}

.back-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
}

.progress-triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
}

.MenuLine_HL {
  font-weight: bold;
  font-size: 8pt;
  color: #F9F9F9;
  background-repeat: repeat-x;
  font-family: Tahoma;
  background-color: #febd27;
  height: 30px;
  text-align: center;
}

.MenuItemSelect {
  cursor: default;
  color: white;
  background-color: #07004D;
}

.rfq-progress {
  display: flex;
  width: 100%;
  background-color: white;
  justify-content: space-evenly;
  padding-bottom: 15px;
  border-bottom: 2px solid #f2f2f2;
}

.envelope {
  background-image: url(../../Image/envelope.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-position: center;
  border-style: none;
}

.SubMenuItemSelect {
  color: #FFF;
  background-color: #F0A202;
}

.SubMenuItemSelect_HL {
  /*color: white;
  background-color: #756d64;*/
}

.DragSelect {
  padding-right: 0px;
  background-position: left center;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-weight: bold;
  font-size: 12px;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=70, FinishOpacity=0, Style=0, StartX=0, FinishX=100, StartY=0, FinishY=100);
  background-image: url(../../Image/arrow21.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  position: absolute;
  background-color: #ebb93d;
}

.FrameStyle {
  border-right: fuchsia thin solid;
  padding-right: 0px;
  border-top: fuchsia thin solid;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  border-left: fuchsia thin solid;
  padding-top: 0px;
  border-bottom: fuchsia thin solid;
}

.Divider {
  background-attachment: fixed;
  background-image: url(../../StyleSheets/Image/Div.jpg);
  background-repeat: no-repeat;
}

.MainHeader {
  font-weight: bold;
  font-size: 16px;
  color: #2C649C;
  line-height: 30px;
  font-family: Calibri;
  background-color: #FFF;
  text-align: left;
  height: 30px;
}

.HeaderImg {
  background-image: url(../../Image/back_header.gif);
  background-repeat: repeat-x;
  background-color: #073b96;
}

.ItemChoose {
  border-right: #000080 1px solid;
  padding-right: 0px;
  border-top: #000080 1px solid;
  padding-left: 0px;
  background-image: none;
  padding-bottom: 0px;
  margin: 0px;
  border-left: #000080 1px solid;
  cursor: pointer;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  height: 10px;
  background-color: #fbe9b8;
}

.ToolBarM {
  font-weight: bold;
  font-size: 16px;
  background-image: url(../../Image/nav_back.gif);
  padding-bottom: 1px;
  color: white;
  background-repeat: repeat-x;
  font-family: Calibri;
}

.ToolBarD {
  font-size: 11px;
  background-image: url(../../Image/nav_back.gif);
  color: black;
  background-repeat: repeat-x;
  font-family: Calibri;
}

.ReportItem {
  background-position: 3px center;
  font-size: 11px;
  background-image: url(../../Image/Folder_Closed.gif);
  width: 20px;
  color: black;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 20px;
  background-color: transparent;
}

.ReportItemSelect {
  background-position: 3px center;
  font-size: 11px;
  background-image: url(../../Image/Folder_Open.gif);
  width: 20px;
  color: black;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 20px;
  background-color: transparent;
}

.FilterHeader {
  border-top: #c3daf9 2px solid;
  cursor: n-resize;
}

.MainFrame {
  border-right: #c3daf9 2px solid;
  cursor: w-resize;
}

.Test {
  border-right: #002d96 1px solid;
  border-top: #002d96 1px solid;
  border-left: #002d96 1px solid;
  border-bottom: #002d96 1px solid;
  background-color: #8DB1E6;
}

.HeadRow {
  font-weight: bold;
  font-size: 8px;
  border-left-color: white;
  border-bottom-color: white;
  color: #000000;
  border-top-color: white;
  font-family: Calibri;
  border-right-color: white;
}

.TextArea {
  border-right: #000080 0px solid;
  border-top: #000080 1px solid;
  border-left: #000080 0px solid;
  width: 580px;
  border-bottom: #000080 0px solid;
  height: 202px;
}

.a {
  font-weight: bold;
  font-size: 12px;
  font-family: Calibri;
}

.Dialog {
  background-image: url(../../Image/back_dialog.gif);
  background-repeat: repeat-y;
}

.Dialoghost {
  background-color: #c3daf9;
  scrollbar-base-color: #dee5ed;
  scrollbar-arrow-color: #768753;
  scrollbar-DarkShadow-Color: #cdd6e4;
  scrollbar-Track-Color: #f3f6f9;
}

.DialogFrame {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  border-left: #000080 1px solid;
  border-bottom: #000080 1px solid;
}

.toolbar {
  font-size: 12px;
  background-image: url(../../Image/back_toolbar2.gif);
  color: black;
  border-bottom: #000080 1px solid;
  background-repeat: repeat-x;
  font-family: Calibri;
}

.send_button {
  padding-right: 0px;
  background-position: left center;
  padding-left: 2px;
  font-size: 12px;
  background-image: url(../../Image/send.gif);
  padding-bottom: 1px;
  color: black;
  direction: rtl;
  border-top-style: none;
  text-indent: 5px;
  padding-top: 1px;
  background-repeat: no-repeat;
  font-family: Calibri;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: right;
  border-bottom-style: none;
  cursor: pointer;
}

.send_Button_HL {
  border-right: #000080 1px solid;
  padding-right: 0px;
  background-position: left top;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-size: 12px;
  background-image: url(../../Image/send_hl_back.gif);
  padding-bottom: 0px;
  border-left: #000080 1px solid;
  color: black;
  direction: rtl;
  text-indent: 3px;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-align: right;
  cursor: pointer;
}

.attach_button {
  padding-right: 0px;
  background-position: left center;
  padding-left: 2px;
  font-size: 12px;
  background-image: url(../../Image/attach.gif);
  padding-bottom: 1px;
  color: black;
  direction: rtl;
  border-top-style: none;
  text-indent: 5px;
  padding-top: 1px;
  background-repeat: no-repeat;
  font-family: Calibri;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: right;
  border-bottom-style: none;
  cursor: pointer;
}

.attach_Button_HL {
  border-right: #000080 1px solid;
  padding-right: 0px;
  background-position: left top;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-size: 12px;
  background-image: url(../../Image/attach_HL_back.gif);
  padding-bottom: 0px;
  border-left: #000080 1px solid;
  color: black;
  direction: rtl;
  text-indent: 3px;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-align: right;
  cursor: pointer;
}

.newserver_button {
  padding-right: 0px;
  background-position: left center;
  padding-left: 2px;
  font-size: 12px;
  background-image: url(../../Image/newserver.gif);
  padding-bottom: 1px;
  color: black;
  direction: rtl;
  border-top-style: none;
  text-indent: 5px;
  padding-top: 1px;
  background-repeat: no-repeat;
  font-family: Calibri;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: right;
  border-bottom-style: none;
  cursor: pointer;
}

.newserver_Button_HL {
  border-right: #000080 1px solid;
  padding-right: 0px;
  background-position: left top;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-size: 12px;
  background-image: url(../../Image/newserver_hi_back.gif);
  padding-bottom: 0px;
  border-left: #000080 1px solid;
  color: black;
  direction: rtl;
  text-indent: 3px;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-align: right;
  cursor: pointer;
}

.cancel_button {
  padding-right: 0px;
  background-position: left center;
  padding-left: 2px;
  font-size: 12px;
  background-image: url(../../Image/cancel.gif);
  padding-bottom: 1px;
  color: black;
  direction: rtl;
  border-top-style: none;
  text-indent: 5px;
  padding-top: 1px;
  background-repeat: no-repeat;
  font-family: Calibri;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: right;
  border-bottom-style: none;
  cursor: pointer;
}

.cancel_Button_HL {
  border-right: #000080 1px solid;
  padding-right: 0px;
  background-position: left top;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-size: 12px;
  background-image: url(../../Image/cancel_hl_back.gif);
  padding-bottom: 0px;
  border-left: #000080 1px solid;
  color: black;
  direction: rtl;
  text-indent: 3px;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-align: right;
  cursor: pointer;
}

.download_button {
  padding-right: 0px;
  background-position: left center;
  padding-left: 2px;
  font-size: 12px;
  background-image: url(../../Image/download.gif);
  padding-bottom: 1px;
  color: black;
  direction: rtl;
  border-top-style: none;
  text-indent: 5px;
  padding-top: 1px;
  background-repeat: no-repeat;
  font-family: Calibri;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: right;
  border-bottom-style: none;
  cursor: pointer;
}

.download_Button_HL {
  border-right: #000080 1px solid;
  padding-right: 0px;
  background-position: left top;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-size: 12px;
  background-image: url(../../Image/download_hi_back.gif);
  padding-bottom: 0px;
  border-left: #000080 1px solid;
  color: black;
  direction: rtl;
  text-indent: 3px;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-align: right;
  cursor: pointer;
}

.ok_button {
  padding-right: 0px;
  background-position: left center;
  padding-left: 2px;
  font-size: 12px;
  background-image: url(../../Image/ok.gif);
  padding-bottom: 1px;
  color: black;
  direction: rtl;
  border-top-style: none;
  text-indent: 5px;
  padding-top: 1px;
  background-repeat: no-repeat;
  font-family: Calibri;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: right;
  border-bottom-style: none;
  cursor: pointer;
}

.ok_Button_HL {
  border-right: #000080 1px solid;
  padding-right: 0px;
  background-position: left top;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-size: 12px;
  background-image: url(../../Image/ok_hl_back.gif);
  padding-bottom: 0px;
  border-left: #000080 1px solid;
  color: black;
  direction: rtl;
  text-indent: 3px;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-align: right;
  cursor: pointer;
}

.Add_button {
  padding-right: 0px;
  background-position: left center;
  padding-left: 2px;
  font-size: 12px;
  background-image: url(../../Image/add.gif);
  padding-bottom: 1px;
  color: black;
  direction: rtl;
  border-top-style: none;
  text-indent: 5px;
  padding-top: 1px;
  background-repeat: no-repeat;
  font-family: Calibri;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: right;
  border-bottom-style: none;
  cursor: pointer;
}

.Add_Button_HL {
  border-right: #000080 1px solid;
  padding-right: 0px;
  background-position: left top;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-size: 12px;
  background-image: url(../../Image/add_hl_back.gif);
  padding-bottom: 0px;
  border-left: #000080 1px solid;
  color: black;
  direction: rtl;
  text-indent: 3px;
  padding-top: 0px;
  border-bottom: #000080 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-align: right;
  cursor: pointer;
}

.TableContainer {
  height: auto;
  overflow: scroll;
  display: block;
}

.SaveLink::before {
  content: "\f0c7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
}

.Link {
  min-width: 55px;
  text-align: center;
  border: solid 2px #2C649C;
  color: #FFF !important;
  font-family: AntartidaBold;
  text-transform: uppercase;
  background: #2C649C !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 5px 8px 5px;
  border-radius: 8px;
}

.Link:hover {
  background: white !important;
  cursor: pointer;
  text-decoration: none !important;
  color: #2C649C !important;
  transition: ease-out 500ms;
}

.Link:disabled {
  cursor: default !important;
}

.disabledLink {
  min-width: 55px;
  text-align: center;
  border: solid 2px #F0A202;
  color: #FFF !important;
  font-family: AntartidaBold;
  text-transform: uppercase;
  background: #F0A202 !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 5px 8px 5px;
  border-radius: 8px;
  opacity: 0.3;
}

.MedLink {
  min-width: 50px;
  max-width: 75px;
  text-align: center;
  border: solid 2px #F0A202;
  color: #FFF !important;
  font-family: AntartidaBold;
  text-transform: uppercase;
  background: #F0A202 !important;
  text-decoration: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
}

.MedLink:hover {
  background: white !important;
  cursor: pointer;
  text-decoration: none !important;
  color: #F0A202 !important;
  transition: ease-out 500ms;
}

.AltLink {
  min-width: 55px;
  text-align: center;
  border: solid 2px #07004D;
  color: #FFF;
  background: #FFF;
  font-family: AntartidaBold;
  text-transform: uppercase;
  background: #07004D;
  text-decoration: none;
  display: inline-block;
  padding: 8px 5px 8px 5px;
  border-radius: 8px;
}

.AltLink:hover {
  background: white;
  cursor: pointer;
  color: #07004D;
  transition: ease-out 500ms;
}

.locationFormBlock {
  width: 500px;
}

.DangerLink {
  min-width: 55px;
  text-align: center;
  border: solid 2px #838383;
  color: #838383 !important;
  background: #FFF !important;
  font-family: AntartidaBold;
  text-transform: uppercase;
  background: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px 5px 8px 5px;
  border-radius: 8px;
}

.RedLink {
  min-width: 55px;
  text-align: center;
  border: solid 2px #F05D5E;
  color: #F05D5E !important;
  background: #FFF !important;
  font-family: AntartidaBold;
  text-transform: uppercase;
  background: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px 5px 8px 5px;
  border-radius: 8px;
}

.RedLink:hover {
  background: #F05D5E !important;
  cursor: pointer;
  color: white !important;
  text-decoration: none !important;
  transition: ease-out 500ms;
}

.DangerLink:hover {
  background: #E54B4B !important;
  border: solid 2px #E54B4B !important;
  cursor: pointer;
  color: white !important;
  text-decoration: none !important;
  transition: ease-out 500ms;
}

.SubHead {
  border-top: #768753 1px solid;
  padding-left: 3px;
  font-weight: bold;
  font-size: 11px;
  background-image: url(../../Image/back_subhead.gif);
  padding-bottom: 3px;
  color: black;
  padding-top: 3px;
  border-bottom: white 4px solid;
  background-repeat: repeat-x;
  font-family: Calibri;
  background-color: #ffffff;
}

.divider {
  background-position: left center;
  background-image: url(../../image/divider4.gif);
  background-repeat: no-repeat;
}

.DividerAsc {
  BACKGROUND-POSITION-Y: center;
  background-image: url(../../Image/Arrow_up.gif);
  background-repeat: no-repeat;
}

.DividerDesc {
  BACKGROUND-POSITION-Y: center;
  background-image: url(../../Image/Arrow_down.gif);
  background-repeat: no-repeat;
}

.NewTemplate {
  background-position: center top;
  background-image: url(../../Image/new_template.gif);
  cursor: pointer;
  background-repeat: no-repeat;
}

.Deltempl {
  background-position: Left center;
  background-image: url(../../Image/delete_template.gif);
  cursor: pointer;
  background-repeat: no-repeat;
}

.SaveTempl {
  BACKGROUND-POSITION: center center;
  background-image: url(../../Image/save_template.gif);
  cursor: pointer;
  background-repeat: no-repeat;
}

.refreshlist {
  BACKGROUND-POSITION: center center;
  background-image: url(../../Image/refresh.gif);
  cursor: pointer;
  background-repeat: no-repeat;
}

.NewTemplSel {
  background-position: center top;
  background-image: url(../../Image/new_template_sel.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}

.DelTemplSel {
  BACKGROUND-POSITION: center center;
  background-image: url(../../Image/delete_template_sel.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}

.SaveTemplSel {
  background-position: center center;
  background-image: url(../../Image/save_template_sel.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}

.AttachItem {
  font-size: 11px;
  width: 300px;
  color: black;
  font-family: Calibri;
}

.OpenFilter {
  background-position: left center;
  font-size: 11px;
  background-image: url(../../Image/filter_open.gif);
  color: white;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
}

.CloseFilter {
  background-position: left center;
  font-size: 11px;
  background-image: url(../../Image/filter_close.gif);
  color: white;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
}

.WorkListOrder {
  border-right: #000080 1px solid;
  background-position: left top;
  z-index: 20;
  filter: progid:DXImageTransform.Microsoft.Shadow(color= "#C3C3C3", Direction=135, Strength=4);
  left: 30px;
  background-image: url(../../Image/blue-menu-back.gif);
  width: 110px;
  cursor: default;
  border-bottom: #000080 1px solid;
  background-repeat: repeat-y;
  position: absolute;
  top: 0px;
  height: 40px;
}

.OrderItem {
  border-right: #000080 1px solid;
  padding-right: 4px;
  border-top: #000080 1px solid;
  padding-left: 4px;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: #000080 1px solid;
  cursor: default;
  color: black;
  text-indent: 25px;
  padding-top: 2px;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
  background-color: #fbe9b8;
  width: 110px;
}

.OrderItemSelect {
  border-right: #000080 1px solid;
  padding-right: 4px;
  border-top: #000080 1px solid;
  padding-left: 4px;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: #000080 1px solid;
  cursor: default;
  color: black;
  text-indent: 25px;
  padding-top: 2px;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
  background-color: #fbe9b8;
  background-image: url(../../Image/Tick.gif);
  background-repeat: no-repeat;
  width: 110px;
}

.ItemLabel {
  border-right: #ffffff 1px;
  padding-right: 5px;
  border-top: #ffffff 1px;
  padding-left: 5px;
  font-size: 11px;
  padding-bottom: 3px;
  border-left: #ffffff 1px;
  cursor: default;
  color: black;
  padding-top: 3px;
  text-indent: 25px;
  border-bottom: #ffffff 1px;
  font-family: Calibri;
}

.DividerLabel {
  border-right: #ffffff 1px;
  padding-right: 5px;
  border-top: #ffffff 1px;
  padding-left: 5px;
  font-size: 11px;
  padding-bottom: 1px;
  vertical-align: super;
  border-left: #ffffff 1px;
  cursor: default;
  color: black;
  text-indent: 25px;
  padding-top: 1px;
  border-bottom: #ffffff 1px;
  font-family: Calibri;
  text-align: center;
}

.ItemSelectLabel {
  border-right: #ffffff 1px;
  padding-right: 5px;
  border-top: #ffffff 1px;
  padding-left: 5px;
  font-size: 11px;
  padding-bottom: 3px;
  border-left: #ffffff 1px;
  cursor: default;
  color: black;
  padding-top: 3px;
  text-indent: 25px;
  border-bottom: #ffffff 1px;
  font-family: Calibri;
  background-image: url(../../Image/tick.gif);
  background-repeat: no-repeat;
  border-top-width: 1px;
  background-position: left top;
}

.MoreButton {
  border-right: black 1px solid;
  border-top: black 1px solid;
  font-size: 11px;
  border-left: black 1px solid;
  cursor: pointer;
  color: #000000;
  border-bottom: black 1px solid;
  font-family: Calibri;
  background-color: lightgrey;
}

.TableFrame {
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  cursor: default;
  border-bottom: #000000 1px solid;
}

.ListItemSelect {
  background-position: left center;
  font-size: 11px;
  color: white;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: #000099;
}

.SubLabel {
  font-size: 8px;
  font-family: Calibri;
  text-indent: 10px;
}

.DetailLabel {
  font-size: 9px;
  color: mediumblue;
  text-indent: 20px;
  font-family: Calibri;
}

.WItem {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 11px;
  padding-bottom: 3px;
  cursor: default;
  color: #5583D3;
  border-bottom: lightgrey 1px solid;
  font-family: Calibri;
}

.WLItem {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 11px;
  cursor: default;
  color: #000000;
  font-family: Calibri;
}

.WLItemAlter {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 9px;
  padding-bottom: 4px;
  color: black;
  padding-top: 4px;
  border-bottom: lightgrey 1px solid;
  font-family: Calibri;
  background-color: whitesmoke;
}

.WLItemHead {
  padding-right: 5px;
  background-position: left center;
  font-size: 11px;
  background-image: url(../../Image/lightrow_back2.gif);
  color: black;
  background-repeat: repeat-x;
  font-family: Calibri;
}

.WLSubRowLabel {
  font-size: 11px;
  color: black;
  text-indent: 15px;
  font-family: Calibri;
}

.WLSubRow {
  background-position: 5px 17px;
  margin-top: 13px;
  font-weight: bolder;
  font-size: 11px;
  background-image: url(../../Image/WLplus.gif);
  margin-bottom: 7px;
  vertical-align: sub;
  color: dimgray;
  text-indent: 20px;
  padding-top: 13px;
  border-bottom: #a7a6ae 2px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 35px;
  background-color: white;
}

.WLSubRowClose {
  background-position: 4px 17px;
  margin-top: 13px;
  font-weight: bolder;
  font-size: 11px;
  background-image: url(../../Image/WLMinus.gif);
  margin-bottom: 4px;
  vertical-align: sub;
  color: dimgray;
  text-indent: 20px;
  padding-top: 13px;
  border-bottom: #a7a6ae 2px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 35px;
  background-color: white;
}

.WLSubRowItem {
  margin-top: 13px;
  font-weight: bolder;
  font-size: 11px;
  margin-bottom: 4px;
  vertical-align: sub;
  color: dimgray;
  padding-top: 13px;
  border-bottom: #a7a6ae 2px solid;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: Calibri;
  height: 35px;
  background-color: white;
}

.ItemOpen {
  BACKGROUND-POSITION-X: 4px;
  font-size: 11px;
  background-image: url(../../Image/WLPlus.gif);
  cursor: pointer;
  color: black;
  text-indent: 40px;
  font-family: Calibri;
}

.ItemCLose {
  background-position: 4px;
  font-size: 11px;
  background-image: url(../../Image/WLMinus.gif);
  cursor: pointer;
  color: black;
  text-indent: 40px;
  font-family: Calibri;
}

.SelectRow {
  background-color: #aac6f6;
}

.ViewUser {
  background-position: 25px top;
  font-size: 11px;
  background-image: url(../../Image/User.gif);
  cursor: pointer;
  color: black;
  text-indent: 40px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.ViewUserSelect {
  background-position: 25px top;
  font-weight: bolder;
  font-size: 11px;
  background-image: url(../../Image/User.gif);
  cursor: pointer;
  color: black;
  text-indent: 40px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.ViewGroup {
  background-position: 10px top;
  font-size: 11px;
  background-image: url(../../Image/Groups.gif);
  color: black;
  text-indent: 30px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.ViewMe {
  background-position: left center;
  font-size: 11px;
  background-image: url(../../Image/User.gif);
  cursor: pointer;
  color: black;
  text-indent: 15px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.ViewSelectMe {
  background-position: left center;
  font-weight: bolder;
  font-size: 11px;
  background-image: url(../../Image/User.gif);
  cursor: pointer;
  color: black;
  background-repeat: no-repeat;
  text-indent: 15px;
  font-family: Calibri;
  height: 18px;
}

.ViewMeSelect {
  background-position: Left center;
  font-weight: bolder;
  font-size: 11px;
  background-image: url(../../Image/User.gif);
  cursor: pointer;
  color: black;
  background-repeat: no-repeat;
  background-color: #B3CFF3;
  font-family: Calibri;
  height: 18px;
}

.Views {
  background-position: 35px center;
  font-size: 11px;
  background-image: url(../../Image/Tree.gif);
  color: dimgray;
  text-indent: 48px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.Viewslast {
  background-position: 35px center;
  font-size: 11px;
  background-image: url(../../Image/LastTree.gif);
  color: dimgray;
  text-indent: 48px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.ViewsSelect {
  background-position: 35px top;
  font-size: 11px;
  background-image: url(../../Image/Tree.gif);
  color: black;
  text-indent: 48px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.ViewsLastSelect {
  background-position: 35px top;
  font-size: 11px;
  background-image: url(../../Image/LastTree.gif);
  color: black;
  text-indent: 48px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.ViewNew {
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  font-size: 11px;
  margin-left: 20px;
  border-left: gray 1px solid;
  width: 150px;
  color: black;
  border-bottom: gray 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
}

.ViewsNew {
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  font-size: 11px;
  margin-left: 45px;
  border-left: gray 1px solid;
  width: 150px;
  color: black;
  border-bottom: gray 1px solid;
  background-repeat: no-repeat;
  font-family: Calibri;
}

.ViewsNewImg {
  background-position: 35px center;
  font-size: 11px;
  background-image: url(../../Image/LastTree.gif);
  color: dimgray;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.ViewNewImg {
  background-position: 10px center;
  font-size: 11px;
  background-image: url(../../Image/LastTree.gif);
  color: dimgray;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.TopHeader {
  font-weight: bolder;
  font-size: 13px;
  color: black;
  font-family: Calibri;
}

.DataOn {
  background-position: left top;
  font-weight: bold;
  font-size: 11px;
  background-image: url(../../Image/tab1b_01.gif);
  width: 113px;
  cursor: pointer;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 25px;
  background-color: transparent;
  text-align: center;
}

.DataOff {
  background-position: left top;
  font-weight: normal;
  font-size: 11px;
  background-image: url(../../Image/tab1a_01.gif);
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-align: center;
  width: 200px;
  cursor: pointer;
  width: 113px;
  height: 25px;
}

.HistOn {
  background-position: left top;
  font-weight: bold;
  font-size: 11px;
  background-image: url(../../Image/tab2a_02.gif);
  width: 113px;
  cursor: pointer;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 25px;
  background-color: transparent;
  text-align: center;
}

.HistOff {
  background-position: left top;
  font-weight: normal;
  font-size: 11px;
  background-image: url(../../Image/tab2b_02.gif);
  width: 113px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 25px;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}

.ClearTD {
  border-bottom: #000080 1px solid;
}

.ListArrow {
  background-position: Left top;
  background-image: url(../../image/arrownew.gif);
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
}

.DeleteItem {
  background-position: Left center;
  background-image: url(../../Image/delete_template.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
}

.EditItem {
  background-position: Left center;
  background-image: url(../../Image/Edit1.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
}

.AlterDeleteItem {
  background-position: left center;
  border-top: lightgrey 1px solid;
  background-image: url(../../Image/delete_template.gif);
  cursor: pointer;
  border-bottom: lightgrey 1px solid;
  background-repeat: no-repeat;
  background-color: whitesmoke;
}

.AlterEditItem {
  background-position: right center;
  border-top: lightgrey 1px solid;
  background-image: url(../../Image/Edit1.gif);
  cursor: pointer;
  border-bottom: lightgrey 1px solid;
  background-repeat: no-repeat;
  background-color: whitesmoke;
}

.ItemDescr {
  font-size: 11px;
  width: 120px;
  color: #000000;
  font-family: Calibri;
}

.DataItem {
  border-right: #000080 1px solid;
  border-top: #000080 1px solid;
  font-size: 11px;
  border-left: #000080 1px solid;
  width: 110px;
  color: #000000;
  border-bottom: #000080 1px solid;
  font-family: Calibri;
}

.Check {
  background-position: left center;
  font-size: 11px;
  background-image: url(../../Image/c.gif);
  color: black;
  text-indent: 15px;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
}

.UCheck {
  background-position: left center;
  font-size: 11px;
  background-image: url(../../Image/uc.gif);
  color: black;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-indent: 15px;
}

.Option {
  background-position: left center;
  font-size: 11px;
  background-image: url(../../Image/cradio.gif);
  color: black;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-indent: 15px;
}

.UOption {
  background-position: left center;
  font-size: 11px;
  background-image: url(../../Image/uradio.gif);
  color: black;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
  text-indent: 15px;
}

.FilterView {
  background-position: left top;
  font-size: 11px;
  background-image: url(../../Image/filterbut.gif);
  cursor: pointer;
  color: black;
  text-indent: 15px;
  background-repeat: no-repeat;
  font-family: Calibri;
  background-color: transparent;
}

.FilterList {
  padding-left: 10px;
  margin-left: 10px;
}

.borderline {
  border-right: lightgrey 1px;
  border-top: lightgrey 1px;
  font-size: 11px;
  border-left: lightgrey 1px;
  color: #000000;
  border-bottom: lightgrey 1px;
  font-family: Calibri;
  background-color: whitesmoke;
}

.ReportMenuLine {
  background-position: left center;
  font-weight: bold;
  font-size: 13px;
  background-image: url(../../image/Report-grey.gif);
  text-indent: 35px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 25px;
  background-color: transparent;
}

.WorkListMenuLine {
  background-position: left center;
  font-weight: bold;
  font-size: 13px;
  background-image: url(../../image/WorkList-grey.gif);
  text-indent: 35px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 25px;
  background-color: transparent;
}

.SearchMenuLine {
  background-position: left center;
  font-weight: bold;
  font-size: 13px;
  background-image: url(../../image/Search-grey.gif);
  text-indent: 35px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 25px;
  background-color: transparent;
}

.MenuLineOver {
  padding-right: 0px;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-weight: bold;
  font-size: 12px;
  background-image: url(../../Image/nav_hl_back_2.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  background-color: #b3cff3;
}

.MenuLineOverSelect {
  padding-right: 0px;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-weight: bold;
  font-size: 12px;
  background-image: url(../../Image/nav_hl_back_3.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  background-color: #b3cff3;
}

.MenuLineSelect {
  padding-right: 0px;
  border-top: #000080 1px solid;
  padding-left: 0px;
  font-weight: bold;
  font-size: 12px;
  background-image: url(../../Image/nav_hl_back.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  background-color: #ebb93d;
}

.rptTempl {
  background-position: 15px top;
  font-size: 11px;
  background-image: url(../../Image/Report.gif);
  color: dimgray;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.rptTemplImgSel {
  background-position: 15px top;
  font-size: 11px;
  background-image: url(../../Image/Open.gif);
  color: dimgray;
  width: 20px;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.rptTemplSelect {
  font-size: 11px;
  text-indent: 5px;
  color: navy;
  font-family: Calibri;
}

.rptLastTempl {
  background-position: 15px top;
  font-size: 11px;
  background-image: url(../../Image/Report.gif);
  color: dimgray;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
}

.background {
  background: url(../../Image/Workspace_background.gif) fixed no-repeat center center;
}

.SearchTipBody {
  font-size: 11px;
  color: #000000;
  font-family: Calibri;
}

.message1 {
  font-size: 18px;
  color: #07004D;
  font-family: Antartida;
  padding-bottom: 15px;
}

.message2 {
  font-size: 14px;
  font-family: Antartida;
  padding-bottom: 15px;
}

.RegHeader {
  text-align: left;
  font-family: AntartidaBold;
  font-size: 28px;
  color: #2C649C;
}

.error1 {
  font-weight: bold;
  font-size: 12pt;
  color: #002d96;
  font-family: Calibri;
}

.error2 {
  padding-left: 10px;
  font-size: 8pt;
  color: black;
  font-family: Calibri;
}

.grip {
  FONT-WEIGHT: bolder;
  FONT-SIZE: 11px;
  BACKGROUND-IMAGE: url(../../Image/expand_back.gif);
  BACKGROUND-REPEAT: repeat-x;
  FONT-FAMILY: Calibri;
}

/*.PageHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: #002d96;
	font-family: Calibri;

}*/
.IndexHead {
  font-weight: bold;
  padding-left: 10px;
  font-size: 8pt;
  color: #002d96;
  font-family: Calibri;
}

/*.MenuLineOver
{
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../../StyleSheets/Image/nav_hl_back_2.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;

}*/
/*.MenuLineOverSelect
{
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../../StyleSheets/Image/nav_hl_back_3.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;

}*/
/*.MenuLineSelect
{
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../../StyleSheets/Image/nav_hl_back.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #ebb93d;
}*/
/*.rptTempl
{
	background-position: 15px top;
	font-size: 11px;
	background-image: url(../../Image/Report.gif);
	color: dimgray;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}*/
.HeadRowLeft {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
  background-image: url(../../Image/lightrow_back2.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  border-bottom: #8B8BA5 1px solid;
  height: 17px;
  background-color: #b8b9ce;
  border-top: #DAD6CF 1px solid;
  border-left: #DAD6CF 1px solid;
}

.HeadRowRight {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
  background-image: url(../../Image/lightrow_back2.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  border-bottom: #8B8BA5 1px solid;
  height: 17px;
  background-color: #b8b9ce;
  border-top: #DAD6CF 1px solid;
  border-right: #DAD6CF 1px solid;
}

.SummaryBorder {
  border-right: darkgray 1px double;
  border-top: #dad6cf 1px double;
  border-left: #dad6cf 1px double;
  border-bottom: #dad6cf 1px double;
}

.SummaryLabel {
  border-left: #DAD6CF 1px double;
  font-size: 11px;
  color: black;
  font-family: Calibri;
}

.calanderstyle {
  font-weight: bold;
  font-size: 11px;
  font-family: Calibri;
}

.SearchTips {
  BACKGROUND-POSITION-X: 10px;
  background-attachment: fixed;
  background-image: url(../../Image/Search_Tips.gif);
  width: 300px;
  background-repeat: no-repeat;
  height: 380px;
}

.Arrow {
  BACKGROUND-POSITION-X: left;
  background-attachment: fixed;
  background-image: url(../../image/Arrow_New.gif);
  width: 20px;
  background-repeat: no-repeat;
  height: 20px;
}

.TabFrame {
  border-right: #002D96 1px solid;
  padding-right: 2px;
  border-top: #002D96 1px solid;
  padding-left: 2px;
  padding-bottom: 2px;
  border-left: #002D96 1px solid;
  padding-top: 2px;
  border-bottom: #002D96 1px solid;
  background-color: #9CBDEB;
}

.LeftTab {
  border-right: #002D96 1px solid;
  padding-right: 2px;
  border-top: #002D96 1px solid;
  padding-left: 2px;
  padding-bottom: 2px;
  border-left: #002D96 1px solid;
  padding-top: 2px;
  border-bottom: #002D96 1px solid;
  background-color: #B3CFF3;
}

.OpenItem {
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../../Image/Open.gif);
  cursor: default;
  background-repeat: no-repeat;
}

.AvailableItem {
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../../Image/Available.gif);
  background-repeat: no-repeat;
  cursor: default;
}

.AllocatedItem {
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../../Image/Alocated.gif);
  background-repeat: no-repeat;
  cursor: default;
}

.SleepItem {
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../../Image/Sleep.gif);
  background-repeat: no-repeat;
  cursor: default;
}

.CompanyLogoLeft {
  background: url(../../Image/logo_Blue.gif) #B3CFF3 fixed no-repeat left top;
  height: 40px;
}

.CompanyLogoRight {
  background: url(../../Image/workspace_Blue.jpg) #B3CFF3 fixed no-repeat left top;
  height: 40px;
}

.CompanyRepeat {
  background: url(../../Image/Large_repeat_Blue.gif) #B3CFF3 fixed repeat-x left top;
  height: 40px;
}

.elips {
  position: absolute;
  width: 100%;
  overflow: hidden;
  Padding-Bottom: 10px;
  text-overflow: ellipsis;
}

.elip {
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  font-family: Calibri;
  position: absolute;
  Padding-Bottom: 10px;
  height: 100%;
  TEXT-OVERFLOW: ellipsis;
}

.linesel {
  font-size: 11px;
  color: white;
  background-color: #B3CFF3;
  font-family: Calibri;
}

.lineselName {
  font-size: 11px;
  color: white;
  background-repeat: no-repeat;
  font-family: Calibri;
  height: 18px;
  background-color: #B3CFF3;
}

.LeftTabOn {
  border-right: #002D96 1px solid;
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
  color: black;
  text-indent: 10px;
  padding-top: 5px;
  border-bottom: #002D96 1px solid;
  font-family: Calibri;
  background-color: #B3CFF3;
}

.right {
  text-align: right;
  float: right;
  padding-left: 35px;
}

.RightTabOn {
  font-weight: bold;
  font-size: 11px;
  color: black;
  text-indent: 10px;
  border-bottom: #002D96 1px solid;
  font-family: Calibri;
  background-color: #B3CFF3;
  cursor: pointer;
}

.LeftTabOff {
  border-top: #002D96 1px solid;
  border-Right: #002D96 1px solid;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 11px;
  color: #5987D6;
  text-indent: 10px;
  font-family: Calibri;
  background-color: #B3CFF3;
  cursor: pointer;
}

.RightTabOff {
  border-top: #002D96 1px solid;
  font-size: 11px;
  color: #5987D6;
  text-indent: 10px;
  font-family: Calibri;
  background-color: #B3CFF3;
  cursor: pointer;
}

.DivOn {
  border-top: #002D96 1px solid;
  border-Right: #002D96 1px solid;
  background: url(../../Image/divider4.gif) #B3CFF3 fixed no-repeat center center;
}

.DivOff {
  border-Right: #002D96 1px solid;
  border-bottom: #002D96 1px solid;
  background: url(../../Image/divider4.gif) #B3CFF3 fixed no-repeat center center;
}

.Page {
  font-size: 10px;
  cursor: pointer;
  color: #5180D0;
  font-family: Calibri;
  text-decoration: underline;
}

.PageSelect {
  font-size: 10px;
  cursor: pointer;
  color: #0B3F99;
  font-family: Calibri;
}

.LightRowSel {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
  background-image: url(../../Image/nav_hl_back.gif);
  padding-bottom: 0px;
  margin: 0px;
  color: black;
  padding-top: 0px;
  background-repeat: repeat-x;
  font-family: Calibri;
  border-bottom: #8e9f63 1px solid;
  height: 17px;
  background-color: #e7e9da;
}

.ToolBarD {
  font-weight: bold;
  font-size: 16px;
  background-image: url(../../Image/nav_hl_back.gif);
  color: white;
  background-repeat: repeat-x;
  font-family: Calibri;
  cursor: pointer;
}

.PageMove {
  font-weight: bold;
  font-size: 10px;
  cursor: pointer;
  color: #0B3F99;
  font-family: Calibri;
  text-align: center;
}

.ScreenHeader {
  font-weight: bold;
  font-size: 18pt;
  color: #3399ff;
  font-style: italic;
  font-family: Calibri;
}

.gvwStatusGrid {
  font-size: 16px;
}

.gvwStatusGrid:hover {
  /*background-color: #ADADAD;*/
  cursor: pointer;
}

.calendarIcon {
  height: 20px;
  width: 20px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 5px;
}

.collapsible:hover {
  color: #555;
  cursor: pointer;
}

.content {
  display: none;
}

.collapsible:after {
  content: "+";
}

.active:after {
  content: "−";
}

.iti {
  display: block;
}

.nowrap {
  word-break: unset !important;
}

.sub-menu a {
  font-size: 14px;
  padding-left: 20px;
}

.AttachmentType {
  width: 100%;
  height: 42px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 2px #DADADA;
  border-radius: 5px;
  font-size: 16px;
  font-family: Calibri;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable/Disable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  z-index: 1; /* Sit on top */
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 800px;
  border: 2px solid #ADADAD;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
}

.modal .AttachmentType {
  Height: 150px;
}

.templateInfoTable {
  width: 100%;
}

.templateInfoTable tr th {
  background-color: #ededed;
  color: #333333;
  padding: 6px 3px;
  text-align: left;
  font-family: Calibri;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

.templateInfoTable tr th a {
  color: white;
}

.templateInfoTable tr td {
  background: #EDEDED;
}

.templateInfoTable tr:hover td {
  background: #bdbdbd;
}

.halfwidth {
  width: 50%;
}

.selectGrid {
  overflow-y: auto;
  height: 250px;
  width: 300px;
}

.mid-row-buttons {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.mid-row-buttons-container {
  padding: 15px;
  display: flex;
}

.radio-button-table td {
  padding-left: 8px;
}

.locked-attachment-input {
  border: solid 2px #DADADA;
  width: 100%;
  font-family: Calibri;
  resize: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  min-width: 250px;
}

.modalBackground {
  background-color: black;
  opacity: 0.8;
  z-index: 1000;
  position: absolute;
  /* Always Cover entire screen*/
  width: 100% !important;
  height: 100% !important;
}

.notification-counter {
  background-color: red;
  height: 20px;
  width: 20px;
  font-size: 14px;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-button {
  position: relative;
}

#telErrorMsg {
  color: red !important;
}

#cellErrorMsg {
  color: red !important;
}

.errorMsg {
  color: red !important;
}

.Green {
  color: green;
}

.Red {
  color: red;
}

.Orange {
  color: orange;
}

.links {
  display: flex;
  flex-direction: column;
}

.links a {
  color: #ADADAD;
  padding: 2px 0;
}

.links a:hover {
  color: #F0A202;
}

.collapseHeader {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  cursor: pointer !important;
  color: #2C649C;
  padding-bottom: 10px;
  padding-top: 10px;
}

.collapseHeader:hover {
  color: #3170AF;
}

.collapseHeaderDetail {
  color: #07004D;
}

.circle {
  border-radius: 50%;
  border: solid 1px #2C649C;
  padding: 5px;
  width: 30px;
  position: absolute;
  left: -15px;
  background-color: white;
  text-align: center;
}

.leftBorder {
  border-left: solid #2C649C;
  position: relative;
}

.fa-check-circle2 {
  font-size: 30px;
}

.questionRB {
  word-wrap: unset;
}

.g-recaptcha div {
  padding-top: 15px;
  width: 100% !important;
  height: 100% !important;
}

#tblRegister {
  background-color: #f7f7f7;
  padding: 0 10px;
  border-radius: 10px;
}

#divResults {
  max-height: 500px;
  overflow: auto;
  padding: 20px 0;
}

.text-center {
  text-align: center;
}

.completedStatus {
  position: absolute;
  left: -15px;
  background-color: white;
}

input[type=radio], input[type=checkbox] {
  margin-right: 3px;
  vertical-align: middle;
}

.user-service-tree {
  max-height: 450px;
  border: black thin solid;
  overflow: auto;
  padding: 5px 8px;
  overflow-y: auto;
}

.grid-scroll {
  overflow-x: auto;
}

.forcedParentExpand {
  width: 100vw;
  max-width: 100%;
}

/* Overide Classes*/
.small-modal {
  max-width: 400px !important;
  min-width: 350px !important;
}

.no-min-width {
  min-width: unset !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.tr-25 {
  height: 25px !important;
}

.font-size-12 td {
  font-size: 12px !important;
}

.textLink {
  cursor: pointer;
  color: #F0A202;
}

.textLink:hover {
  cursor: pointer;
  color: #080066;
}

.grid .wordbreak-all {
  word-break: break-all !important;
}

.target-score-bar {
  height: 100%;
}

.score-below-target {
  background-color: red !important;
  color: black !important;
}

.score-above-target {
  background-color: green !important;
  color: white !important;
}

.target-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #4d4d4d !important;
}
