﻿/* EMCOR Via Colors */
/* Base measurements*/
/* Base mixins */
/* https://gist.github.com/kenstone/5460000 */
/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
/* base classes */
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
html.no-flexbox .flex-container:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vertical-flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-direction: column;
  -webkit-box-direction: column;
  box-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-item {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
html.no-flexbox .flex-item {
  display: inline-block;
  vertical-align: top;
}
.hidden {
  display: none;
}
.valign {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.SSOGroupBox {
  border: solid 0.5px Gray;
  background-image: none;
  font-size: Small !important;
  font-weight: bold;
  height: 99% !important;
  margin-left: 4px;
  padding: 0 !important;
}
.GroupBoxIconContainer {
  display: block;
  height: 0;
  left: 6px;
  position: relative;
  text-align: left;
  top: -16px;
  width: 16px;
}
/*** Groups Management Page ***/
.GroupsTabsContainer {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.GroupsTabFilterPanelContent {
  height: 24px;
  margin-top: 10px;
  width: 100%;
}
.GroupsTabFilterTableLabel {
  float: left;
  height: 24px;
  line-height: 18px;
  text-align: right;
  width: 130px;
}
.GroupsTabFilterTableData {
  float: left;
  height: 24px;
  line-height: 18px;
  text-align: left;
}
.GroupsTabGridContainer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 90%;
}
/*Drag And Drop*/
.flex-container.drag-and-drop {
  position: relative;
}
.flex-container.drag-and-drop > .flex-item {
  height: 400px;
}
.flex-container.drag-and-drop > .flex-item:nth-of-type(1),
.flex-container.drag-and-drop > .flex-item:nth-of-type(3) {
  -webkit-box-flex: 0 0 400px !important;
  -moz-box-flex: 0 0 400px !important;
  box-flex: 0 0 400px !important;
  -webkit-flex: 0 0 400px !important;
  -ms-flex: 0 0 400px !important;
  flex: 0 0 400px !important;
  width: 400px !important;
}
.flex-container.drag-and-drop > .flex-item:nth-of-type(1) .basegrid,
.flex-container.drag-and-drop > .flex-item:nth-of-type(3) .basegrid {
  height: 100%;
  width: 100%;
  position: relative;
}
.flex-container.drag-and-drop > .flex-item:nth-of-type(2) {
  text-align: center;
  -webkit-box-flex: 0 0 100px !important;
  -moz-box-flex: 0 0 100px !important;
  box-flex: 0 0 100px !important;
  -webkit-flex: 0 0 100px !important;
  -ms-flex: 0 0 100px !important;
  flex: 0 0 100px !important;
  width: 100px !important;
}
.flex-container.drag-and-drop > .flex-item:nth-of-type(2) > .ButtonBar {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 2px;
}
/*** Main Page ***/
.application-listing {
  min-height: 60px;
  display: flex;
  margin: 15px 0px;
}
.application-listing span {
  margin-left: 5px;
}
.application-listing .app-url {
  position: relative;
}
.application-listing span.app-url {
  width: 270px;
  display: inline-flex;
  justify-content: flex-start;
  flex-grow: 2;
}
.application-listing span.app-url a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.application-listing span.app-url span.text {
  left: 6em;
  position: absolute;
}
.application-listing span.application-icon {
  color: #9b9b9b;
}
.application-listing span.debug-url {
  display: inline-flex;
  justify-content: flex-end;
  flex-grow: 1;
  color: burlywood;
}
.application-name {
  font-size: 16pt;
  color: #8cc63c;
  font-weight: bold;
}
.application-description {
  color: #9b9b9b;
  font-size: 10pt;
}
.applink-preview {
  width: 290px;
}
.Horiz-Spacer05 {
  height: 5px;
}
.Horiz-Spacer10 {
  height: 10px;
}
.Horiz-Spacer15 {
  height: 15px;
}
.Horiz-Spacer20 {
  height: 20px;
}
.Horiz-Spacer25 {
  height: 25px;
}
.Interaction {
  clear: both;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.MainLeftPanel {
  /*height: 100vh !important;*/
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
}
.MainRightPanel {
  /*height: 100vh !important;
    width: 100% !important;*/
  background-color: #8cc63c;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 320px;
  padding-left: 30px;
  overflow-y: scroll;
}
.MainRightPanel > .notices-header {
  font-size: 36px;
  color: #ffffff;
}
.MainRightPanel > .notices-messages {
  font-size: 14pt;
  color: #404041;
  width: 90%;
}
.MainRightPanel > .notices-messages a,
.MainRightPanel > .notices-messages a:active,
.MainRightPanel > .notices-messages a:hover,
.MainRightPanel > .notices-messages a:visited {
  color: #404041 !important;
}
.MainLeftPanelContent {
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding-bottom: 7px;
  top: 5px;
  width: 98%;
}
.MainRightPanelContent {
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  top: 5px;
}
.MainFullPanel {
  height: 100% !important;
  min-width: 996px;
  width: 99.5% !important;
  padding-top: 20px;
  overflow: hidden;
}
.MainFullPanelContent {
  font-weight: normal;
  height: 99%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 98%;
}
.MainContent {
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.newsItem {
  text-align: right;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.leftcol {
  float: left;
  /*max-width: 49%;*/
  width: 65%;
  margin: auto auto auto 0;
  padding-bottom: 30px;
}
.rightcol {
  float: right;
  /*max-width: 49%;*/
  width: 34%;
  margin: auto auto auto 0;
  padding-bottom: 30px;
}
#OpenByAgePie {
  width: 100%;
  height: 400px;
}
.jqplot-data-label {
  border: 1.5px solid #aaaaaa;
  padding: 1px 3px;
  background-color: #eeccdd;
  color: #000000;
}
.ModalProgressBackground {
  background-color: #000;
  bottom: 0;
  -webkit-filter: alpha(opacity=50);
  -moz-filter: alpha(opacity=50);
  -o-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  left: 0;
  margin: 0;
  -ms-opacity: 0.5;
  opacity: 0.5;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999998;
}
.ModalProgressMessage {
  background-color: #fff;
  border: solid 1px #000;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  z-index: 999999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ModalProgressMessage span {
  margin-top: 3px;
  font-size: 12pt;
}
.element-container {
  float: left;
  height: 26px;
}
.element-label {
  float: left;
  line-height: 26px;
  padding-right: 3px;
  text-align: right;
  width: 130px;
}
.element-control {
  float: left;
  width: 225px;
  line-height: 26px;
}
.ui-widget {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.Help {
  padding: 15px;
  background-color: #9b9b9b;
  border: #404041 1px solid;
  margin-bottom: 5px;
  text-align: justify;
}
.HelpText {
  color: #ffffff;
  font-size: 12pt;
}
.HelpPanel {
  background-color: #ffffff;
  border: solid 1px #9b9b9b;
  height: 26px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 90%;
}
.UploadThrobber {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999999;
}
.ErrorPanel {
  padding: 15px;
  background-color: lightcoral;
  border: #404041 1px solid;
  margin-bottom: 10px;
  text-align: justify;
}
.Marg10 {
  margin: 10px;
}
.label-cell {
  background-color: #9b9b9b;
  padding: 3px;
  text-align: right;
  width: 120px;
}
.data-cell {
  background-color: #ffffff;
  padding: 3px;
  text-align: left;
}
.PanelAddControls {
  padding: 15px;
  background-color: #f8d164;
  border: #404041 1px solid;
  margin-bottom: 10px;
  text-align: justify;
}
.PanelAddControls .label-cell {
  background-color: inherit;
  margin: 2px;
}
.PanelAddControls .data-cell {
  background-color: inherit;
  margin: 2px;
}
.fieldLabelLeft {
  color: #404041;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  vertical-align: text-top;
}
.fieldLabelRight {
  color: #404041;
  font-size: 11px;
  font-weight: bold;
  padding-right: 4px;
  text-align: right;
  vertical-align: text-top;
}
.dialogButtons {
  float: right;
}
.panelHeader {
  font-size: 14pt;
  font-weight: bold;
}
.panelBug {
  font-size: 14pt;
  color: #9b9b9b;
}
.ErrorFader {
  background-color: lightcoral;
  font-size: 9pt;
}
.PadIcon {
  padding: 3px;
}
.center {
  text-align: center;
}
.resourcelist {
  padding: 15px;
  background-color: #9b9b9b;
  border: #404041 1px solid;
  margin-bottom: 10px;
  text-align: justify;
}
.sectionBox {
  padding: 15px;
  background-color: #f8d164;
  border: #6d6e70 1px solid;
  text-align: justify;
}
.submitBoxButton {
  width: 150px;
  margin: 20px;
  padding: 20px;
}
.commandHelp {
  margin: 20px;
  padding: 20px;
}
.lcol {
  float: left;
}
.rcol {
  overflow: hidden;
}
.QueueResults {
  margin-top: 10px;
}
.Height50 {
  min-height: 70px;
}
.Height100 {
  min-height: 120px;
}
.ok {
  background-color: palegreen;
}
.err {
  background-color: lightcoral;
}
.ImpQueue {
  min-height: 300px;
}
/*** Login Page ***/
.LogoutMessage {
  padding: 15px;
  background-color: lightcoral;
  border: black 1px solid;
  margin: 10px;
  text-align: justify;
  font-size: 12px;
  width: 90%;
}
.LoginControl {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.LoginControlLabel {
  float: left;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  text-align: Left;
  width: 90px;
}
.ScootLeft {
  margin-left: -4px;
}
.LoginControlData {
  float: left;
  height: 24px;
  text-align: left;
  width: 200px;
}
.Login-Spacer {
  height: 60px;
}
.LoginHelp {
  margin-top: 50px;
  color: #404041;
}
.LoginHelp > hr {
  background-color: #8cc63c;
  width: 90%;
}
.LoginHelp > p {
  font-style: italic;
  text-align: left;
  margin-left: 30px;
}
#LoginControlPasswordRecovery {
  text-align: left;
  margin-top: 30px;
  color: #404041;
  margin-left: 30px;
  font-style: italic;
}
#LoginControlPasswordRecovery > a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
.inner-content {
  margin: 15px;
}
.hotpink {
  color: hotpink;
}
.NullText {
  color: #aaaaaa;
  font-size: 11px;
  font-style: italic;
}
/*** PWrecover Page ***/
.MessageBox {
  padding: 15px;
  border: #CCCCCC 1px solid;
  margin: 10px;
  text-align: justify;
  font-size: 12px;
  width: 90%;
}
.inline {
  display: inline-block;
}