﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
#loginBody {
  background-position: top;
  background-repeat: no-repeat;
  background-color: #FFF;
  font-size: 1em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  background: url("../images/Splash_Screen.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#workspaceLoginForm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#formContainer div {
  margin-top: 14px;
}
.button {
  border: none;
  background: #360065;
  color: white;
  font-size: inherit;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  height: 50px;
}
.button:active,
.button:hover {
  background: #440080;
}
#changePassword {
  margin-top: -13px;
  padding: 0px;
  width: 495px;
  height: 190px;
  margin-left: -5px;
  border-width: 0px;
}
span.field-validation-error {
  display: block;
  color: red;
  padding-left: 10px;
  text-align: left;
}
.editor-field-ChangePassword {
  padding-top: 10px;
}
.editor-label-Password {
  padding-top: 41px;
}
.editor-field-PasswordChange {
  padding: 0px;
}
#oldUsername {
  width: 470px;
  height: 35px;
  font-size: 20px;
  padding-left: 5px;
}
#oldPassword {
  width: 470px;
  height: 35px;
  font-size: 20px;
  padding-left: 5px;
}
#newPassword {
  width: 470px;
  height: 35px;
  font-size: 20px;
  padding-left: 5px;
}
#retypePassword {
  width: 470px;
  height: 35px;
  font-size: 20px;
  padding-left: 5px;
}
.validation-summary-errors ul li {
  border: 2px solid #ff8577;
  background: #ff6363;
  padding: 12px;
  color: white;
  text-align: center;
}
#loginInfo {
  padding: 30px 30px 30px 30px;
  width: 480px;
  text-align: center;
  background-color: #FFF;
}
#loginInfo img#logonLogo {
  width: 450px;
  padding-bottom: 25px;
}
.validation-summary-errors {
  text-align: left;
}
.validation-summary-errors ul {
  color: #EF0101;
  list-style: none;
  margin-top: 75px;
  margin-left: -40px;
  margin-top: 1px;
}
.msLogin {
  cursor: pointer;
  display: flex;
  align-content: center;
  background-color: white;
  width: 320px;
  align-items: center;
  margin: auto;
  margin-top: 12px;
  padding: 6px;
  border: 1px solid #dacfcf;
}
.msLogin:hover {
  background-color: #f3f3f3;
}
#formContainer {
  width: 100%;
  margin-top: 112px;
}
#WorkSpaceLogo {
  height: 35px;
  width: 155px;
  float: right;
}
#ClevestLogo {
  height: 35px;
  width: 155px;
  float: left;
}
#Password,
#UserName,
#TimezoneId {
  width: 100%;
  height: 48px;
  padding: 12px;
  margin: 8px 4px 8px 0;
  box-sizing: border-box;
  font: inherit;
}
#resetPasswordButton,
#loginButton {
  margin-top: 12px;
  width: 480px;
  cursor: pointer;
}
div#timed_out_message {
  display: none;
}
div.avail-group,
div.selected-group {
  float: left;
}
.sidebar-nav-fixed {
  position: fixed;
  -o-text-overflow: ellipsis;
  /* Opera */
  text-overflow: ellipsis;
  /* IE, Safari (WebKit) */
  width: 235px;
  /* fixed width */
}
.row-fluid > .span-fixed-sidebar {
  margin-left: 240px;
}
.page-header {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
.nowrap {
  white-space: nowrap;
}
.border {
  border-color: red;
}
.input {
  background: white;
  clear: both;
  padding: 12px;
}
.input span {
  height: 30px;
  position: absolute;
  padding: 5px;
  margin-left: 3px;
  color: #CCCCCC;
  font-size: 20px;
  font-weight: bold;
}
.input input,
.input textarea,
.input select {
  margin: 0;
  padding: 12px;
  background: white;
  font: inherit;
}
/*
CSS below is for Privacy Agreement Popup
*/
button.acceptButton {
  background-image: url("images/Workspace/Accept_29x29_White.png");
  background-image: url("images/Workspace/Accept_29x29_White.png"), -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#1e1e1e));
  /* Saf4+, Chrome */
  background-image: url("images/Workspace/Accept_29x29_White.png"), -webkit-linear-gradient(top, #5a5a5a 8%, #1e1e1e 51%);
  /* Chrome 10+, Saf5.1+ */
  background-image: url("images/Workspace/Accept_29x29_White.png"), -moz-linear-gradient(top, #5a5a5a 8%, #1e1e1e 51%);
  /* FF3.6+ */
  background-image: url("images/Workspace/Accept_29x29_White.png"), -ms-linear-gradient(top, #5a5a5a 8%, #1e1e1e 51%);
  /* IE10 */
  background-image: url("images/Workspace/Accept_29x29_White.png"), -o-linear-gradient(top, #5a5a5a 8%, #1e1e1e 51%);
  /* Opera 11.10+ */
  background-image: url("images/Workspace/Accept_29x29_White.png"), linear-gradient(top, #5a5a5a 8%, #1e1e1e 51%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/images/Workspace/Accept_29x29_White.png') progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5a5a5a', endColorstr='#1e1e1e');/* IE6-8 - this hides images on buttons in IE9 so remove gradient support for now*/
  background-color: #1e1e1e;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  height: 30px;
  width: 120px;
  border: none;
}
button.acceptButton:hover {
  background-image: url("images/Workspace/Accept_29x29_Black.png");
  background-image: url("images/Workspace/Accept_29x29_Black.png"), -webkit-gradient(linear, left top, left bottom, from(#78a000), to(#aac800));
  /* Saf4+, Chrome */
  background-image: url("images/Workspace/Accept_29x29_Black.png"), -webkit-linear-gradient(top, #78a000 8%, #aac800 51%);
  /* Chrome 10+, Saf5.1+ */
  background-image: url("images/Workspace/Accept_29x29_Black.png"), -moz-linear-gradient(top, #78a000 8%, #aac800 51%);
  /* FF3.6+ */
  background-image: url("images/Workspace/Accept_29x29_Black.png"), -ms-linear-gradient(top, #78a000 8%, #aac800 51%);
  /* IE10 */
  background-image: url("images/Workspace/Accept_29x29_Black.png"), -o-linear-gradient(top, #78a000 8%, #aac800 51%);
  /* Opera 11.10+ */
  background-image: url("images/Workspace/Accept_29x29_Black.png"), linear-gradient(top, #78a000 8%, #aac800 51%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/images/Workspace/Accept_29x29_Black.png') progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#78a000', endColorstr='#aac800');/* IE6-8 - this hides images on buttons in IE9 so remove gradient support for now*/
  background-color: #78a000;
  background-position: center;
  background-repeat: no-repeat;
}
button.declineButton {
  background-image: url("images/Workspace/Decline_29x29_White.png");
  background-image: url("images/Workspace/Decline_29x29_White.png"), -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#660000));
  /* Saf4+, Chrome */
  background-image: url("images/Workspace/Decline_29x29_White.png"), -webkit-linear-gradient(top, #ff0000 8%, #660000 51%);
  /* Chrome 10+, Saf5.1+ */
  background-image: url("images/Workspace/Decline_29x29_White.png"), -moz-linear-gradient(top, #ff0000 8%, #660000 51%);
  /* FF3.6+ */
  background-image: url("images/Workspace/Decline_29x29_White.png"), -ms-linear-gradient(top, #ff0000 8%, #660000 51%);
  /* IE10 */
  background-image: url("images/Workspace/Decline_29x29_White.png"), -o-linear-gradient(top, #ff0000 8%, #660000 51%);
  /* Opera 11.10+ */
  background-image: url("images/Workspace/Decline_29x29_White.png"), linear-gradient(top, #ff0000 8%, #660000 51%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Content/images/Workspace/Decline_29x29_White.png') progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ff0000', endColorstr='#660000');/* IE6-8 - this hides images on buttons in IE9 so remove gradient support for now*/
  background-color: #ff0000;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  height: 30px;
  width: 120px;
  border: none;
}
button.declineButton:hover {
  background-image: url("images/Workspace/Decline_29x29_Black.png");
  background-image: url("images/Workspace/Decline_29x29_Black.png"), -webkit-gradient(linear, left top, left bottom, from(#78a000), to(#aac800));
  /* Saf4+, Chrome */
  background-image: url("images/Workspace/Decline_29x29_Black.png"), -webkit-linear-gradient(top, #78a000 8%, #aac800 51%);
  /* Chrome 10+, Saf5.1+ */
  background-image: url("images/Workspace/Decline_29x29_Black.png"), -moz-linear-gradient(top, #78a000 8%, #aac800 51%);
  /* FF3.6+ */
  background-image: url("images/Workspace/Decline_29x29_Black.png"), -ms-linear-gradient(top, #78a000 8%, #aac800 51%);
  /* IE10 */
  background-image: url("images/Workspace/Decline_29x29_Black.png"), -o-linear-gradient(top, #78a000 8%, #aac800 51%);
  /* Opera 11.10+ */
  background-image: url("images/Workspace/Decline_29x29_Black.png"), linear-gradient(top, #78a000 8%, #aac800 51%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Content/images/Workspace/Decline_29x29_Black.png') progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#78a000', endColorstr='#aac800');/* IE6-8 - this hides images on buttons in IE9 so remove gradient support for now*/
  background-color: #78a000;
  background-position: center;
  background-repeat: no-repeat;
}
.popupHeader {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-image: none;
  border-width: 0;
  border-radius: 5px 5px 0 0;
}
.popupHeader span {
  display: flex;
  justify-content: center;
}
#privacy_container {
  height: 400px;
  width: 600px;
}
div.popupHeaderCenter {
  float: none;
  text-align: center;
  background-color: #666;
}
div.popupHeaderCenter > Div[style] {
  float: none !important;
}
div.popupContentWithHeader {
  height: 86%;
}
div.workspacePopup {
  background-color: #ddd;
}
div.popupBackground {
  background-color: #dddddd;
  height: 100%;
}
div.centerize {
  text-align: center;
  height: 30px;
}
.jqx-window-content {
  background-color: #5a5a5a;
  overflow: hidden;
}
.jqx-widget-content {
  color: white;
  background-color: #363636;
  font-family: Verdana;
}
.popupButtons {
  padding-top: 10px;
  clear: both;
}
div.popupMessageWithHeader {
  color: black;
}
div.k-window,
div.popup {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 20px 5px #333333;
  -webkit-box-shadow: 0 0 20px 5px #333333;
  box-shadow: 0 0 20px 5px #333333;
  border-width: 0;
  overflow: hidden;
}
:focus {
  outline: none;
}
.spinner,
.spinner:after {
  position: relative;
  box-sizing: border-box;
}
.spinner {
  width: 40px;
  height: 40px;
  display: block;
  color: #1495d3;
}
.spinner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 3px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 100%;
  background: transparent;
  animation: ball-clip-rotate 0.75s linear infinite;
}
@keyframes ball-clip-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}