.subtext {
  color: #a6adb5;
  margin: 16px 16px 0 0 ;
  /* padding: 8px; */
  font-size: 12px;
  text-align: right; 
  line-height: 1.73;
}
.workspacetext{
  
  color: #a6adb5;
  margin: 16px auto 0;
  /* padding: 8px; */
  font-size: 14px;
  text-align: center;
  line-height: 1.73;
}
.workspace-label {
  font-weight:700;
  color: #666
}

.subtext a {
  color: #1456a9;
  font-size: 12px;
  text-decoration: none;
}
.subtext .workspace-label {
  color: #666;
  font-weight: 600;
  text-decoration: none;

}

.subtext .footerlinkmuted {
  text-decoration: none;
  color: #a6adb5 !important;
}

/* Login Popup CSS*/
.loginerrormessage {
  background: #cc0000;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #ffffff;
  font-size: 14px;

  font-weight: 500;
  display: none;
}
/* Login Popup CSS*/
.loginwarning {
  background: #74bbd6;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.activeloginfield {
  color: #222222 !important;
}

.modalreturnMessage {
  text-align: center;
  margin-top: 20px;
}

.loginbox {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px 0px #cccccc;
  border-radius: 10px;
  position: relative;
  background: #f6f8f9;
}

.logincontent {
  padding-bottom: 20px;
  position: relative;
}

.loginlogobox {
  padding: 15px;
  overflow: hidden;
}

.loginlogobox.custom {
  padding: 0;
}

.loginlogobox.custom a {
  float: right;
}

body#loginPageBody {
  margin: 0;
  background-color: #fff;
}

#loginform * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#googlechromeframemessage {
  text-align: left;
  font-size: 12px;
  margin: 20px;
  padding: 10px;
  border: 1px solid #93b4d9;
  background-color: #cadef4;
}

a:link.linkForgotPass {
  color: #939da7;
  text-decoration: none;
}
a:hover.linkForgotPass {
  color: #000;
  text-decoration: none;
}
a:visited.linkForgotPass {
  color: #939da7;
  text-decoration: none;
}
a:visited:hover.linkForgotPass {
  color: #000;
  text-decoration: none;
}

#logincontainer {
  max-width: 420px;
  min-width: 340px;
}

#loginheaderimage {
  margin: 0px;
  display: block;
  max-height: 50px;
}

.loginfieldscontainer {
  margin-top: 30px;
  width: 296px;
  padding: 5px;
}

#RememberMe {
  float: left;
  visibility: hidden;
}

#loginrememberlink {
  color: #939da7;
  text-decoration: none;
  float: left;
  visibility: hidden;
}

#loginforgotpasslink {
  float: right;
  text-decoration: none;
}

.logintext {
  font-size: 13px;
  font-weight: 300;
  margin-top: 2px;
}

.loginbuttoncontainer {
  width: 286px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.loginhelplinks {
  font-size: 11px;
  font-weight: normal;
  color: #777777;
}

.updatebuttonlight {
  color: #ffffff;
  cursor: pointer;
  background-color: #8fdf6d;
  border: 1px solid #b5cc43;
  width: 60px;
}

.updatebuttonhover {
  background: #538018;
  border: solid 1px #e5e5e5;
  color: #fff;
}

#loginbutton {
  clear: none;
  width: 300px;
  height: 32px;
  line-height: 30px;
  padding: 0px;
  font-size: 15px !important;
}

.loginbuttontext {
  width: 100%;
  height: 100%;
  padding: 4px 5px;
}

.loginbillingmessage {
  margin-top: 15px;
  background-color: #f3fad4;
  border: 1px solid #d8f079;
  height: 45px;
  width: 288px;
  font-size: 14px;
  padding-top: 5px;
  font-weight: normal;
  color: #777777;
}

.loginadduserinfo {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 300;
  color: #777777;
}

.loginadduserinfodescription {
  color: rgb(147, 157, 167);
}

.loginfoooter {
  float: left;
}

.fields {
  color: #464b50;
  padding: 2px;
  font-size: 14px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
}

.fields:disabled,
.fields[readonly] {
  color: #ccc;
}

.fields_blue {
  color: #555;
  padding: 2px;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #d6e7ff;
}

.fields_nopadding {
  margin-right: 0px !important;
}

.fields_centeraligned {
  text-align: center;
}

.fields_error {
  border-bottom: 1px solid #cc0000 !important;
}

.error_text {
  color: #cc0000 !important;
}

/* Page footer CSS */
#pagefooter {
  color: #a6adb5;
  font-size: 12px;
  margin-top: 25px;
  padding: 5px;
  text-align: center;
  clear: both;
  font-weight: 500;
}

.footerlink {
  text-decoration: none;
  color: #666 !important;
}

.footerlink:hover {
  text-decoration: underline;
  color: #333 !important;
}

.footernote {
  color: #cc0000;
  font-size: 12px;
  font-weight: 500;
}

.loginfields {
  width: 286px;
  height: 33px;
  margin: 4px 0px 4px 0px;
  padding-left: 5px;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  color: rgb(147, 157, 167);
  border-radius: 5px;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.noFloat {
  float: none !important;
}

.marginBottom {
  margin-bottom: 1em !important;
}
.marginBottomSmall {
  margin-bottom: 0.5em !important;
}
.marginBottomBig {
  margin-bottom: 2em !important;
}

.marginTop {
  margin-top: 1em !important;
}
.marginTopSmall {
  margin-top: 0.5em !important;
}
.marginTopBig {
  margin-top: 2em !important;
}

.marginRight {
  margin-right: 10px !important;
}
.marginRightSmall {
  margin-right: 5px !important;
}

.marginLeft {
  margin-left: 10px;
}
.marginLeftSmall {
  margin-left: 5px;
}

.noMarginTop {
  margin-top: 0 !important;
}
.noMarginBottom {
  margin-bottom: 0 !important;
}
.noMarginLeft {
  margin-left: 0 !important;
}
.noMarginRight {
  margin-right: 0 !important;
}

.hidden {
  display: none;
}

.thin {
  font-weight: normal;
}

.clear {
  clear: both;
}

.bold {
  font-weight: 500 !important;
}

.messagepopup {
  padding: 10px 15px 0;
  font-size: 12px;
  color: #7f8290;
  overflow: auto;
}

.messagepopup_buttons {
  clear: both;
  padding: 0px 0px 25px 10px;
}

.messagepopupheadertitles {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  float: left;
  clear: both;
}

.messagepopupinnercontainerwhite {
  padding: 2.5%;
  width: 94.5%;
  border: 1px solid #f9f9f9;
  background-color: #fff;
  float: left;
  clear: both;
  margin: 10px 0px;
}

.messagepopupinnercontainergrey {
  padding: 2.5%;
  width: 95%;
  background-color: #f9f9f9;
  float: left;
  clear: both;
  margin: 10px 0px;
}

/* Button CSS */
.updatebutton,
.cancelbutton {
  color: #ffffff;
  float: left;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 19px;
  margin-top: 10px;
  text-align: center;
  min-width: 70px;
  padding: 0 5px 1px;
  cursor: pointer;
}

.updatebutton.saving {
  background: transparent url("/assets/images/spinner-white.gif") no-repeat
    5px center;
}

.cancelbutton {
  background: #999;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.cancelbutton.deletebutton {
  background-color: #fc0000;
}

a.updatebutton,
a.cancelbutton,
a.updatebutton:link,
a.cancelbutton:link,
a.updatebutton:active,
a.cancelbutton:active,
a.updatebutton:visited,
a.cancelbutton:visited {
  text-decoration: none;
  color: #fff;
}

.cancelbuttonhover {
  background: #777;
  border: 1px solid #aaa;
}

.updatebutton {
  background: #8fdf6d;
  border: 1px solid #9bcf00;
}

.minorbutton {
  padding-top: 2px;
  font-size: 11px;
  float: left;
  margin-right: 25px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
}

.modalpopupbutton {
  float: right;
  clear: none;
}

.modalinputtitlemain {
  font-size: 14px;
  line-height: 18px;
}

.allowLogin {
  background-color: #f2faff;
  border: 1px solid #c4dcff;
  padding: 10px 0;
  width: 98%;
}

.login-button {
  line-height: 30px;
}

/*
    Holiday CSS
*/

.holidaytheme::after {
  background: rgba(0, 0, 0, 0) url("/assets/images/tinsel.png") repeat-x
    scroll 0 0;
  content: " ";
  display: block;
  height: 48px;
  left: 0;
  position: absolute;
  top: -54px;
  width: 100%;
  z-index: 1;
}
