/******DOJO Stylesheets****/
/*******RTL files********/
/******Font Icons********/
@import "etb/fonts/font-awesome-4.3.0/css/font-awesome.css";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtalmUiA8.ttf) format('truetype');
}
/******Variables, animations and Mixins********/
/**********************************************/
/***********Variables*******************/
/* HEADER*/
/* Operations Menu */
/* Task Color Picker */
/* Calendar Events Color */
/* Flat UI Colors */
/*********Parameters Mixin*************/
.cosmo-border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cosmo-text-overflow {
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cosmo-border {
  border: 1px solid #A8A8A8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Operations Menu */
/* Color Picker */
/*************Buttons**************/
/**********************************/
.cosmo-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.cosmo-button .dijitButtonText {
  color: white !important;
}
.cosmo-button .dijitReset {
  line-height: 33px !important;
}
.cosmo-button.dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled {
  opacity: 0.5;
}
.cosmo-border-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  background: white;
  font-weight: bold;
  height: 30px;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.cosmo-border-primary {
  border: 1px solid #f59f01 !important;
  color: #f59f01 !important;
}
.cosmo-border-primary .dijitButtonText {
  color: #f59f01 !important;
}
.cosmo-border-secondary .dijitButtonText:hover {
  color: #f59f01 !important;
}
.cosmo-border-primary:hover {
  border: 1px solid #dc8f01 !important;
}
.cosmo-border-secondary {
  border: 1px solid #A8A8A8 !important;
  color: #A8A8A8 !important;
}
.cosmo-border-secondary .dijitButtonText {
  color: #A8A8A8 !important;
}
.cosmo-border-secondary:hover {
  border: 1px solid #9b9b9b !important;
}
.cosmo-border-secondary .dijitButtonText:hover {
  color: #A8A8A8 !important;
}
.cosmo-link-button {
  background: none !important;
  border: none !important;
  font-weight: bold;
  color: #0DBFF4 !important;
}
.cosmo-button.cosmo-link-button .dijitButtonText {
  font-weight: bold;
  color: #0DBFF4 !important;
}
.cosmo-button.cosmo-link-button.disabled .dijitButtonText {
  font-weight: bold;
  color: #7B7C7F !important;
}
.cosmo-button.cosmo-secondary-button .dijitButtonText {
  color: #7B7C7F !important;
}
.cosmo-button.cosmo-secondary-button:hover .dijitButtonText {
  color: white !important;
}
.cosmo-primary-button {
  background: #f59f01;
  border: 1px solid #f59f01 !important;
  color: #fff !important;
}
.cosmo-blue-button {
  background: #176bfc;
  border: 1px solid #176bfc !important;
  color: #ffffff !important;
}
.cosmo-cyan-button {
  background: #44c9e9;
  border: 1px solid #1ab9e0;
  color: #fff;
}
.cosmo-cyan-button:hover {
  background: #1ab9e0;
}
.cosmo-secondary-button {
  background: white;
  border: 1px solid #A8A8A8 !important;
  color: #A8A8A8;
}
.cosmo-danger-button {
  background: #D04437;
  border: 1px solid #ac3328 !important;
  color: #fff;
}
.cosmo-success-button {
  background: #46B630;
  border: 1px solid #368e25 !important;
  color: #fff;
}
.cosmo-primary-button:hover {
  background: #dc8f01;
  border: 1px solid #dc8f01 !important;
}
.cosmo-blue-button:hover {
  background: #035cf6;
  border: 1px solid #035cf6 !important;
}
.cosmo-primary-button.dijitButtonFocused {
  background: #dc8f01;
  border-color: #44c9e9 !important;
  box-shadow: 0 0 5px #51cbee !important;
}
.cosmo-secondary-button:hover {
  background: #9b9b9b;
  border: 1px solid #9b9b9b;
}
.cosmo-secondary-button.dijitButtonFocused {
  background: #9b9b9b;
  border-color: #44c9e9 !important;
  box-shadow: 0 0 5px #51cbee !important;
}
.cosmo-secondary-button.dijitButtonFocused .dijitButtonText {
  color: white !important;
}
.cosmo-danger-button:hover {
  background: #c03a2d;
  border: 1px solid #ac3328 !important;
}
.cosmo-success-button:hover {
  background: #3ea22b;
  border: 1px solid #368e25 !important;
}
.cosmo-icon-button-edit {
  display: inline-block;
  background: url('etb/images/pencil.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  width: 16px;
  background-size: cover;
  height: 16px;
}
.cosmo-workflow-description {
  display: inline-block;
  margin-top: 5px!important;
  text-indent: -9999px;
  text-align: left;
  width: 16px;
  height: 16px;
}
.cosmo-workflow-description.enabled {
  background: url('etb/images/icons/blue-file.png') no-repeat;
}
.cosmo-workflow-description.disabled {
  background: url('etb/images/sprites/document-type.png') no-repeat;
}
.cosmo-icon-button {
  width: 25px;
  height: 25px;
}
.cosmo-small-button {
  width: 100px;
  height: 30px;
  vertical-align: middle;
  font-size: 1em;
}
.cosmo-small-button .dijitButtonText {
  margin-top: -3px;
}
.cosmo-smaller-button {
  height: 28px;
  width: 100%;
  vertical-align: middle;
  font-size: 1em;
}
.cosmo-tiny-button {
  height: 33px;
  width: 80px;
}
.cosmo-button.cosmo-tiny-button span {
  line-height: 26px!important;
}
.large-width {
  width: 132px;
}
.cosmo-medium-button {
  width: 80px;
  height: 20px;
}
.cosmo-large-button {
  width: 100px;
  height: 40px;
}
.cosmo-full-button {
  width: 94%;
  height: 40px;
  font-weight: bold !important;
  text-transform: uppercase;
}
.cosmo-xl-button {
  width: 120px;
  height: 40px;
}
.cosmo-xxl-button {
  width: 180px;
  height: 40px;
}
.cosmo-4xl-button {
  width: 200px;
  height: 40px;
}
.cosmo-5xl-button {
  width: 210px;
  height: 40px;
}
.cosmo-6xl-button {
  width: 230px;
  height: 40px;
}
.cosmo-small-border-button {
  width: 70px;
  height: 30px;
}
.cosmo-button .dijitButtonNode {
  height: 100% !important;
  width: 100% !important;
}
.cosmo-small-button .dijitReset {
  font-size: 16px;
  line-height: 25px !important;
}
.cosmo-icon-button .dijitReset {
  line-height: 10px !important;
  font-weight: bold;
}
.cosmo-add-icon-button {
  background-color: #44c9e9;
  background-image: url('etb/images/icons/plus_icon_white.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.cosmo-error-icon {
  margin: 3px;
  background: transparent url('etb/images/icons/warning.png') no-repeat center center;
  width: 16px;
  height: 23px;
  display: inline-block;
}
.cosmo-draft-button {
  width: 205px;
  height: 40px;
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}
@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}
@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6);
  }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
zoom
==============================================
*/
.zoom {
  animation-name: zoom;
  -webkit-animation-name: zoom;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@keyframes zoom {
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
@-webkit-keyframes zoom {
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/*************Animations***********/
/**********************************/
/* Login and Register Animation */
#login-loading {
  width: 300px;
  margin-top: 20px;
  margin-bottom: -5px;
}
#register-loading {
  width: 300px;
  margin-top: 15px;
  margin-bottom: 2%;
  margin-left: 17%;
  position: absolute;
  bottom: 80px;
}
#login-loading-l,
#register-loading-l {
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  clear: both;
  left: 50px;
}
.login-loading-d {
  display: inline-block;
  position: relative;
  -webkit-animation: dotloader 2.5s infinite;
  -moz-animation: dotloader 2.5s infinite;
  -ms-animation: dotloader 2.5s infinite;
  -o-animation: dotloader 2.5s infinite;
  animation: dotloader 2.5s infinite;
}
.login-loading-d + .login-loading-d {
  margin-left: -50px;
  -webkit-animation: dotloader 2.5s 0.2s infinite;
  -moz-animation: dotloader 2.5s 0.2s infinite;
  -ms-animation: dotloader 2.5s 0.2s infinite;
  -o-animation: dotloader 2.5s 0.2s infinite;
  animation: dotloader 2.5s 0.2s infinite;
}
.login-loading-d + .login-loading-d + .login-loading-d {
  margin-left: -50px;
  -webkit-animation: dotloader 2.5s 0.4s infinite;
  -moz-animation: dotloader 2.5s 0.4s infinite;
  -ms-animation: dotloader 2.5s 0.4s infinite;
  -o-animation: dotloader 2.5s 0.4s infinite;
  animation: dotloader 2.5s 0.4s infinite;
}
.login-loading-d + .login-loading-d + .login-loading-d + .login-loading-d {
  margin-left: -50px;
  -webkit-animation: dotloader 2.5s 0.6s infinite;
  -moz-animation: dotloader 2.5s 0.6s infinite;
  -ms-animation: dotloader 2.5s 0.6s infinite;
  -o-animation: dotloader 2.5s 0.6s infinite;
  animation: dotloader 2.5s 0.6s infinite;
}
.login-loading-d + .login-loading-d + .login-loading-d + .login-loading-d + .login-loading-d {
  margin-left: -50px;
  -webkit-animation: dotloader 2.5s 0.6s infinite;
  -moz-animation: dotloader 2.5s 0.6s infinite;
  -ms-animation: dotloader 2.5s 0.6s infinite;
  -o-animation: dotloader 2.5s 0.6s infinite;
  animation: dotloader 2.5s 0.6s infinite;
}
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}
@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes dotloader {
  0%,
  20% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 0%;
    background-color: rgba(177, 179, 181, 0);
  }
  30%,
  70% {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: 50%;
    background-color: rgba(13, 191, 244, 0.5);
  }
  80%,
  100% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 100%;
    background-color: rgba(13, 191, 244, 0.5);
  }
}
@-moz-keyframes dotloader {
  0%,
  20% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 0%;
    background-color: rgba(13, 191, 244, 0);
  }
  30%,
  70% {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: 50%;
    background-color: rgba(13, 191, 244, 0.5);
  }
  80%,
  100% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 100%;
    background-color: rgba(13, 191, 244, 0);
  }
}
@-webkit-keyframes dotloader {
  0%,
  20% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 0%;
    background-color: rgba(13, 191, 244, 0);
  }
  30%,
  70% {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: 50%;
    background-color: rgba(13, 191, 244, 0.5);
  }
  80%,
  100% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 100%;
    background-color: rgba(13, 191, 244, 0);
  }
}
@-ms-keyframes dotloader {
  0%,
  20% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 0%;
    background-color: rgba(13, 191, 244, 0);
  }
  30%,
  70% {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: 50%;
    background-color: rgba(13, 191, 244, 0.5);
  }
  80%,
  100% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 100%;
    background-color: rgba(13, 191, 244, 0);
  }
}
@-o-keyframes dotloader {
  0%,
  20% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 0%;
    background-color: rgba(13, 191, 244, 0);
  }
  30%,
  70% {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: 50%;
    background-color: rgba(13, 191, 244, 0.5);
  }
  80%,
  100% {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 100%;
    background-color: rgba(13, 191, 244, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/****** Fluid Layout **************/
/**********************************/
/* Set of containers  */
.etb .wrapper:not(.embeddedServiceLiveAgentStateChatMessage) {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  position: relative;
}
.container-flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container-flex-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container-blank,
.container-smooth,
.container-boxed,
.container-fieldset,
.container-parent,
.container-title {
  width: 97%!important;
  padding: 5px!important;
  margin: 5px auto!important;
  clear: both;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.container-blank.full,
.container-smooth.full,
.container-boxed.full,
.container-fieldset.full,
.container-parent.full,
.container-title.full {
  width: 100%!important;
}
.container-blank.border-smooth,
.container-smooth.border-smooth,
.container-boxed.border-smooth,
.container-fieldset.border-smooth,
.container-parent.border-smooth,
.container-title.border-smooth {
  border: 1px solid #F3F1F1;
}
.container-boxed,
.container-fieldset,
.container-title,
.container-smooth {
  border: 1px solid #D5D5D5 !important;
}
.container-smooth {
  padding: 0px 10px!important;
  background: #fafafa;
}
.container-title {
  padding: 3px 10px;
}
.container-fieldset {
  padding: 0px 10px;
}
.container-fieldset legend,
.container-fieldset-inline legend,
details summary {
  padding: 5px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.container-settings {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  padding: 1%;
}
.container-parent {
  padding: 0!important;
}
.container-skip-parent {
  padding: 0px 0px 0px 20px !important;
  margin: 0!important;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  width: 100%;
}
.container-inline,
.container-fieldset-inline {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* SHAMELESS CSS*/
.row .dijitTextBox {
  width: 100%!important;
}
.row textarea {
  min-height: 90px !important;
  white-space: pre-wrap;
}
.row .col-2 .dijitFormInputSmall {
  width: 100%!important;
}
.container-fieldset .dgrid {
  border: none;
}
/* END SHAMELESS CSS*/
/* ADD ROLE CSS*/
/* END ADD ROLE CSS*/
/* Form Styles */
.form-group {
  padding: 5px 0;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
}
.form-group input {
  display: block;
}
.form-inline .form-group input,
.form-inline .form-group label {
  display: inline-block;
}
/* Grid Setup */
.row *,
.row-child *,
.row *:after,
.row-child *:after,
.row *:before,
.row-child *:before {
  /* margin: 0;  */
  /* padding: 0; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row:after,
.row-child:after {
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  padding: 5px;
}
/* Set of columns */
.col-16 {
  width: 100%;
}
.col-15 {
  width: 93.75%;
}
.col-14_5 {
  width: 90.625%;
}
.col-14 {
  width: 87.5%;
}
.col-13_50 {
  width: 84.375%;
}
.col-13_5 {
  width: 83.25%;
}
.col-13 {
  width: 81.25%;
}
.col-12_5 {
  width: 77%;
}
.col-12 {
  width: 75%;
}
.col-11_5 {
  width: 73%;
}
.col-11_2 {
  width: 70.75%;
}
.col-11 {
  width: 68.75%;
}
.col-10_5 {
  width: 64%;
}
.col-10 {
  width: 62.5%;
}
.col-9-05 {
  width: 59.25%;
}
.col-9 {
  width: 56.25%;
}
.col-8 {
  width: 50%;
}
.col-7 {
  width: 43.75%;
}
.col-6 {
  width: 37.5%;
}
.col-5_5 {
  width: 34.375%;
}
.col-5 {
  width: 31.25%;
}
.col-4_50 {
  width: 28.125%;
}
.col-4_5 {
  width: 26.75%;
}
.col-31 {
  width: 31.7%;
}
.col-4 {
  width: 25%;
}
.col-3_5 {
  width: 23%;
}
.col-3 {
  width: 18.75%;
}
.col-2 {
  width: 12.5%;
}
.col-1-5 {
  width: 9.375%;
}
.col-1 {
  width: 6.25%;
}
.col-05 {
  width: 3.12%;
}
.col-0_5 {
  width: 3.12%;
}
.col-2_5 {
  width: 15.625%;
}
.col-20 {
  width: 20%;
}
.col-047 {
  width: 47%;
}
.col-035_25 {
  width: 35.25%;
}
.col-015 {
  width: 15%;
}
.col-013 {
  width: 13%;
}
.col-012_25 {
  width: 12.5%;
}
.col-08-25 {
  width: 8.25%;
}
.col-09 {
  width: 9%;
}
.col-07 {
  width: 7%;
}
.col-35-25 {
  width: 35.25%;
}
.col-09-50 {
  width: 9.5%;
}
.col-85-00 {
  width: 85%;
}
.col-85-25 {
  width: 85.25%;
}
.col-08-50 {
  width: 8.5%;
}
.col-07-50 {
  width: 7.5%;
}
.col-07-00 {
  width: 7%;
}
.col-05-00 {
  width: 5%;
}
.col-02-00 {
  width: 2%;
}
.col-1-50 {
  width: 0.5%;
}
.col-8_5 {
  width: 53.125%;
}
.col-7_5 {
  width: 46.875%;
}
/* Set Of Rowsets */
.rowset-1 {
  height: 1%;
}
.rowset-2 {
  height: 2%;
}
.rowset-3 {
  height: 3%;
}
.rowset-85 {
  height: 3%;
}
.rowset-85 {
  height: 85%;
}
/* Set Of Offsets */
.offset-16 {
  margin-left: 100%;
}
.offset-15 {
  margin-left: 93.75%;
}
.offset-14 {
  margin-left: 87.5%;
}
.offset-13 {
  margin-left: 81.25%;
}
.offset-12 {
  margin-left: 75%;
}
.offset-11 {
  margin-left: 68.75%;
}
.offset-10 {
  margin-left: 62.5%;
}
.offset-9 {
  margin-left: 56.25%;
}
.offset-8 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 43.75%;
}
.offset-6 {
  margin-left: 37.5%;
}
.offset-5 {
  margin-left: 31.25%;
}
.offset-4 {
  margin-left: 25%;
}
.offset-3 {
  margin-left: 18.75%;
}
.offset-2-5 {
  margin-left: 15.625%;
}
.offset-2 {
  margin-left: 12.5%;
}
.offset-1-5 {
  margin-left: 9.375% !important;
}
.offset-1 {
  margin-left: 6.25% !important;
}
.offset-0_5 {
  margin-left: 3.125% !important;
}
.offset-015 {
  margin-left: 15%;
}
.offset-06 {
  margin-left: 6%;
}
.offset-05-25 {
  margin-left: 5.25%;
}
.offset-04 {
  margin-left: 4%;
}
.offset-03 {
  margin-left: 3%;
}
.offset-05 {
  margin-left: 2.25%;
}
.offset-025 {
  margin-left: 1.125%;
}
.offset-0905 {
  margin-left: 2.25%;
}
.offset-7-03 {
  margin-left: 7.3%;
}
.offset-11-00 {
  margin-left: 11%;
}
.offset-04 {
  margin-left: 4%;
}
.offset-03 {
  margin-left: 3%;
}
.offset-02 {
  margin-left: 2%;
}
.offset-01 {
  margin-left: 1%;
}
.offset-00_5 {
  margin-left: 0.5%;
}
.offset-53-25 {
  margin-left: 53.25%;
}
.offset-10-00 {
  margin-left: 10%;
}
.offset-minus-1 {
  margin-left: -1%;
}
.offset-minus-2 {
  margin-left: -2%;
}
.offset-minus-3 {
  margin-left: -3%;
}
.offset-minus-4 {
  margin-left: -4%;
}
.offset-minus-5 {
  margin-left: -5% !important;
}
.offset-minus-7 {
  margin-left: -7% !important;
}
.offset-minus-05 {
  margin-left: -2.25%;
}
.offset-minus-0-5 {
  margin-left: -0.5%;
}
.rightset-16 {
  margin-right: 100%;
}
.rightset-15 {
  margin-right: 93.75%;
}
.rightset-14 {
  margin-right: 87.5%;
}
.rightset-13 {
  margin-right: 81.25%;
}
.rightset-12 {
  margin-right: 75%;
}
.rightset-11 {
  margin-right: 68.75%;
}
.rightset-10 {
  margin-right: 62.5%;
}
.rightset-9 {
  margin-right: 56.25%;
}
.rightset-8 {
  margin-right: 50%;
}
.rightset-7 {
  margin-right: 43.75%;
}
.rightset-6 {
  margin-right: 37.5%;
}
.rightset-5 {
  margin-right: 31.25%;
}
.rightset-4 {
  margin-right: 25%;
}
.rightset-3 {
  margin-right: 18.75%;
}
.rightset-2 {
  margin-right: 12.5%;
}
.rightset-1 {
  margin-right: 6.25%;
}
.rightset-1-important {
  margin-right: 6.25% !important;
}
.rightset-0_5 {
  margin-right: 3.125%;
}
.rightset-025 {
  margin-right: 25%;
}
.rightset-05 {
  margin-right: 3.12%;
}
.rightset-09 {
  margin-right: 9% !important;
}
.rightset-015 {
  margin-right: 1.5%;
}
.rightset-01 {
  margin-right: 1% !important;
}
.topset-01 {
  margin-top: 1%;
}
.topset-01-50 {
  margin-top: 1.5%;
}
.topset-02 {
  margin-top: 1% !important;
}
.topset-02-50 {
  margin-top: 2.5% !important;
}
.topset-03 {
  margin-top: 3% !important;
}
.topset-04 {
  margin-top: 4% !important;
}
.topset-05 {
  margin-top: 5% !important;
}
.topset-06 {
  margin-top: 6% !important;
}
.topset-07 {
  margin-top: 7% !important;
}
.topset-08 {
  margin-top: 8%;
}
.topset-10 {
  margin-top: 10% !important;
}
.topset-15 {
  margin-top: 15% !important;
}
.topset-20 {
  margin-top: 20% !important;
}
.topset-30 {
  margin-top: 30% !important;
}
.topset-minus-01 {
  margin-top: -1% !important;
}
.topset-minus-02 {
  margin-top: -2% !important;
}
.topset-minus-03 {
  margin-top: -3% !important;
}
.topset-minus-04 {
  margin-top: -4% !important;
}
.topset-minus-05 {
  margin-top: -5% !important;
}
.topset-minus-06 {
  margin-top: -6% !important;
}
.topset-minus-07 {
  margin-top: -7% !important;
}
.topset-min-03 {
  margin-top: 0.3%;
}
.bottomset-1 {
  margin-bottom: 1%;
}
.bottomset-2 {
  margin-bottom: 2%;
}
.bottomset-5 {
  margin-bottom: 5%;
}
.bottomset-min-05 {
  margin-bottom: 0.5%;
}
.padding-1 {
  padding: 1%;
}
.padding-1-px {
  padding: 1px;
}
.padding-right-25-px {
  padding-right: 25px !important;
}
.padding-left-08 {
  padding-left: 8%;
}
.padding-left-07 {
  padding-left: 7%;
}
.padding-left-06 {
  padding-left: 6%;
}
.padding-left-05 {
  padding-left: 5%;
}
.padding-left-04 {
  padding-left: 4%;
}
.padding-left-03 {
  padding-left: 3%;
}
.padding-left-02 {
  padding-left: 2%;
}
.padding-left-01 {
  padding-left: 1%;
}
/* Media Queries */
@media all and (max-width: 768px) {
  .col-m-15 {
    width: 93.75%;
  }
  .col-m-14 {
    width: 87.5%;
  }
  .col-m-13 {
    width: 81.25%;
  }
  .col-m-12 {
    width: 75%;
  }
  .col-m-11 {
    width: 68.75%;
  }
  .col-m-10 {
    width: 62.5%;
  }
  .col-m-9 {
    width: 56.25%;
  }
  .col-m-8 {
    width: 50%;
  }
  .col-m-7 {
    width: 43.75%;
  }
  .col-m-6 {
    width: 37.5%;
  }
  .col-m-5 {
    width: 31.25%;
  }
  .col-m-4 {
    width: 25%;
  }
  .col-m-3 {
    width: 18.75%;
  }
  .col-m-2 {
    width: 12.5%;
  }
  .col-m-1 {
    width: 6.25%;
  }
  .offset-m-16 {
    margin-left: 100%;
  }
  .offset-m-15 {
    margin-left: 93.75%;
  }
  .offset-m-14 {
    margin-left: 87.5%;
  }
  .offset-m-13 {
    margin-left: 81.25%;
  }
  .offset-m-12 {
    margin-left: 75%;
  }
  .offset-m-11 {
    margin-left: 68.75%;
  }
  .offset-m-10 {
    margin-left: 62.5%;
  }
  .offset-m-9 {
    margin-left: 56.25%;
  }
  .offset-m-8 {
    margin-left: 50%;
  }
  .offset-m-7 {
    margin-left: 43.75%;
  }
  .offset-m-6 {
    margin-left: 37.5%;
  }
  .offset-m-5 {
    margin-left: 31.25%;
  }
  .offset-m-4 {
    margin-left: 25%;
  }
  .offset-m-3 {
    margin-left: 18.75%;
  }
  .offset-m-2 {
    margin-left: 12.5%;
  }
  .offset-m-1 {
    margin-left: 6.25% !important;
  }
}
@media all and (max-width: 660px) {
  .col-s-15 {
    width: 93.75%;
  }
  .col-s-14 {
    width: 87.5%;
  }
  .col-s-13 {
    width: 81.25%;
  }
  .col-s-12 {
    width: 75%;
  }
  .col-s-11 {
    width: 68.75%;
  }
  .col-s-10 {
    width: 62.5%;
  }
  .col-s-9 {
    width: 56.25%;
  }
  .col-s-8 {
    width: 50%;
  }
  .col-s-7 {
    width: 43.75%;
  }
  .col-s-6 {
    width: 37.5%;
  }
  .col-s-5 {
    width: 31.25%;
  }
  .col-s-4 {
    width: 25%;
  }
  .col-s-3 {
    width: 18.75%;
  }
  .col-s-2 {
    width: 12.5%;
  }
  .col-s-1 {
    width: 6.25%;
  }
  .offset-s-16 {
    margin-left: 100%;
  }
  .offset-s-15 {
    margin-left: 93.75%;
  }
  .offset-s-14 {
    margin-left: 87.5%;
  }
  .offset-s-13 {
    margin-left: 81.25%;
  }
  .offset-s-12 {
    margin-left: 75%;
  }
  .offset-s-11 {
    margin-left: 68.75%;
  }
  .offset-s-10 {
    margin-left: 62.5%;
  }
  .offset-s-9 {
    margin-left: 56.25%;
  }
  .offset-s-8 {
    margin-left: 50%;
  }
  .offset-s-7 {
    margin-left: 43.75%;
  }
  .offset-s-6 {
    margin-left: 37.5%;
  }
  .offset-s-5 {
    margin-left: 31.25%;
  }
  .offset-s-4 {
    margin-left: 25%;
  }
  .offset-s-3 {
    margin-left: 18.75%;
  }
  .offset-s-2 {
    margin-left: 12.5%;
  }
  .offset-s-1 {
    margin-left: 6.25%;
  }
}
.height-10 {
  height: 10%;
}
.height-90 {
  height: 90%;
}
.cosmolex-grid {
  height: 100%;
}
.cosmolex-grid .dijitBorderContainer {
  height: 100%;
  width: 100%;
}
.cosmolex-grid .dijitContainer {
  height: 100% ;
  width: 100% ;
}
.cosmolex-grid .dijitBorderContainerPane {
  height: 100% ;
  width: 100%;
}
.draft-invoice-container {
  width: 55% !important;
}
.draft-invoice-container-center {
  width: 45% !important;
}
/* Default Styles Shameless.less to be improved */
@font-face {
  font-family: 'digital_dream_fatregular';
  src: url('./etb/fonts/digitaldreamfat-webfont.eot');
  src: url('./etb/fonts/digitaldreamfat-webfont.eot?#iefix') format('embedded-opentype'), url('./etb/fonts/digitaldreamfat-webfont.woff') format('woff'), url('./etb/fonts/digitaldreamfat-webfont.ttf') format('truetype'), url('./etb/fonts/digitaldreamfat-webfont.svg#digital_dream_fatregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./etb/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('./etb/fonts/open-sans-v15-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
  color: #51565A;
}
body {
  background: #f0f0f0;
}
#appLayout {
  height: 100%;
  min-width: 1000px;
}
html.has-mozilla .dgrid *:focus,
html.has-opera .dgrid *:focus {
  /* firefox's focus doesn't work by default for divs prior to actually tabbing into it. This fixes that
	(we don't do any other browsers because we are trying to stay as close to native as possible) */
  outline: 0;
}
html.has-mozilla .dgrid-focus {
  /* fix row focus outline (prevents horizontal scroll in FF 3.6) */
  outline-offset: 0;
}
.dgrid {
  height: 100%;
}
.fullWidth {
  width: 100% !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.dijitDialogTitle {
  color: #FFF;
}
.etbDialogWrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 20px;
}
table {
  border-spacing: 0;
}
.etbFormField {
  width: 99%;
  margin-bottom: 9px !important;
}
.disabled-input input {
  background: #f7f7f7 !important;
}
.dijitTextBox,
.dijitTextArea {
  border: 1px solid #e0e0e0 !important;
  background: #fff !important;
}
.dijitTextBox * input,
.dijitPlaceHolder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #51565A;
  font-style: normal;
  font-size: 15px;
  padding: 0;
  height: 28px !important;
  line-height: 20px !important;
}
.dijitTextArea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #51565A;
  font-style: normal;
  font-size: 15px;
  padding: 0;
  min-height: 28px !important;
  line-height: 20px !important;
}
label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #51565A;
  font-style: normal;
  font-size: 15px;
  padding: 0;
  height: 26px !important;
  line-height: 26px !important;
}
.dijitPlaceHolder {
  padding-top: 3px;
  padding: 0;
  line-height: 30px !important;
  color: #a8a8a8;
  font-size: 0.85em;
}
.etbFormField .Mandatory {
  background: #E1F3FF;
}
.etbFormFieldLabel,
.etbFormFieldCheckLabel {
  display: inline-block;
  margin: 4px;
  margin-left: 0;
  font-size: 12px;
  line-height: 22px;
}
.etbFormFieldCheckLabel {
  margin: 0;
  line-height: 22px !important;
}
.etbInnerWidgetTitle {
  font-size: 14px;
  margin-bottom: 12px;
  margin-top: 5px;
}
.dijit.dijitReset.dijitInline.etbFormButton.dijitButton .dijitButtonText {
  color: white;
}
.editorBrowse {
  width: 80px !important;
  height: 30px !important;
  line-height: 25px !important;
  padding: 0px 10px !important;
}
.dijitTooltipRight .dijitTooltipConnector {
  background-image: none !important;
}
.etbPreviewButton {
  background-image: url(etb/images/etb-ui/btn_preview.png);
  width: 102px;
  height: 22px;
}
.etbOnlyPreviewButton {
  background-image: url(etb/images/etb-ui/btn_preview.png);
  width: 102px;
  height: 22px;
}
.etbOnlyEditPreviewButton {
  background-image: url(etb/images/etb-ui/btn_preview.png);
  width: 102px;
  height: 22px;
}
.etbRestoreButton {
  background-image: url(etb/images/etb-ui/btn_restore.png);
  width: 70px;
  height: 22px;
}
.titleContainer {
  float: left;
  height: 30px;
  line-height: 30px;
}
.etbTitleScreen {
  float: left;
  margin-right: 10px;
  font-size: 1.5em;
  font-weight: lighter;
  /*margin-left: 2%;*/
  color: #5a5a5a;
}
/***********************************TIME DIALOG********************************************/
.timeAmountMarginLabel {
  color: #7b7c7f;
  height: 27px;
}
.timeAmountMarginLabel .timer {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 7px;
}
.timeAmountMarginLabel .timer.timer-clickable {
  color: #f59f01;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px;
}
.timeAmountMarginLabel button {
  all: unset;
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 20px;
  width: 15px;
  font-size: 20px;
}
.timeAmountMarginLabel button.play:after {
  content: "\F144";
  font-family: FontAwesome;
  color: #00be00;
}
.timeAmountMarginLabel button.pause:after {
  content: "\F28B";
  font-family: FontAwesome;
}
.timeAmountMarginLabel button.stop:after {
  content: "\F04D";
  font-family: FontAwesome;
}
.timeAmountMarginLabel button.restart:after {
  content: "\f021";
  font-family: FontAwesome;
}
.btnTimeKeeper {
  padding: 0 20px 0 20px;
  height: 28px;
  border: 1px solid #e18f01;
  color: #fff;
  background-image: linear-gradient(bottom, #ff7a01 0%, #f59f01 70%);
  background-image: -o-linear-gradient(bottom, #ff7a01 0%, #f59f01 70%);
  background-image: -moz-linear-gradient(bottom, #ff7a01 0%, #f59f01 70%);
  background-image: -webkit-linear-gradient(bottom, #ff7a01 0%, #f59f01 70%);
  background-image: -ms-linear-gradient(bottom, #ff7a01 0%, #f59f01 70%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff7a01), color-stop(0.7, #f59f01));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a01', endColorstr='#f59f01', GradientType=0);
  border-radius: 4px;
  cursor: pointer;
}
.rateDisabled {
  opacity: 0.5;
  cursor: auto;
}
.invoiceGridDescription {
  width: 66%;
  float: right;
  margin-right: 3%;
}
.dijitReceivePaymentGridContainer .dijitBorderContainer {
  height: 400px !important;
}
.dijitReceivePaymentGridContainer .dijitBorderContainer .dijitTextBox {
  width: 100%;
}
.dijitReceivePaymentGridContainer .dijitBorderContainer .dgrid-header {
  right: 0;
}
.dijitReceivePaymentGridContainer .dijitBorderContainer .dijitContentPane {
  left: 0px;
  top: 0px;
  width: 862px;
  padding: 0px;
  height: 395px !important;
}
.dijitCreditCardImportGridContainer .dijitBorderContainer {
  height: 100%;
  width: 100%;
}
.dijitCreditCardImportGridContainer .dijitContainer {
  height: 100% ;
  width: 100% ;
}
.dijitCreditCardImportGridContainer .dijitBorderContainerPane {
  height: 100% ;
  width: 100%;
}
.dijitInvoiceGridContainer .dijitBorderContainer {
  width: 100% !important;
}
.dijitClientPortalGridContainer .dijitBorderContainer {
  width: 100% !important;
  height: 97% !important;
}
.dijitClientPortalGridContainer .dijitBorderContainer .dijitToolbar {
  padding: 0px !important;
  top: -11px !important;
  line-height: 42px !important;
  left: -5px !important;
}
.dijitInvoiceGridContainer .dijitBorderContainer .dijitContentPane {
  left: 0px;
  top: 0px;
  padding: 0px;
  height: 100% !important;
}
.dijitClientPortalGridContainer .dijitBorderContainer .dijitContentPane {
  left: 0px;
  top: 0px;
  padding: 0px;
  height: 100% !important;
}
/* TODO this is a quick fix to allow the grid to have its right size, but the dijit/layout elements should be the ones doing so */
#matterInvoiceGrid,
#activitiesInvoiceGrid {
  height: calc(100% - 90px);
  width: 100% !important;
  padding-top: 0;
}
#cardsInvoiceGrid {
  width: 100%;
}
#cardsInvoiceGrid .dijitBorderContainer {
  width: 100% !important;
  height: 100% !important;
}
#cardsInvoiceGrid .dijitBorderContainer .dijitContentPane {
  left: 0px;
  top: 0px;
  width: 100% !important;
  padding: 0px;
  height: 100% !important;
}
#matterInvoiceGrid .dijitBorderContainer,
#activitiesInvoiceGrid .dijitBorderContainer {
  width: 100% !important;
}
#matterInvoiceGrid .dijitBorderContainer .dijitContentPane,
#activitiesInvoiceGrid .dijitBorderContainer .dijitContentPane {
  left: 0;
  top: 0;
  padding: 0;
}
#matterInvoiceGrid .cosmo-search-status-toolbar,
#activitiesInvoiceGrid .cosmo-search-status-toolbar {
  height: calc(100% - 5px) !important;
}
#matterInvoiceGrid .dijitContentPane.dijitBorderContainer-child.dijitBorderContainer-dijitContentPane.dijitBorderContainerPane.dijitAlignCenter,
#activitiesInvoiceGrid .dijitContentPane.dijitBorderContainer-child.dijitBorderContainer-dijitContentPane.dijitBorderContainerPane.dijitAlignCenter {
  padding: 0 10px 10px 10px !important;
}
#invoiceExistingTrustreceivePaymentGrid,
#invoiceNewreceivePaymentGrid,
#invoiceExistingOperatingapplyCreditsGrid,
#invoiceExistingTrustTransactionreceivePaymentGrid,
#invoiceNewTransactionreceivePaymentGrid,
#invoiceExistingOperatingTransactionapplyCreditsGrid {
  height: 99% !important;
}
.dijitTaskLabel {
  font-size: 13px;
  padding-left: 10px;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 5px;
}
.dijitFormTask {
  width: 50%;
}
.dijitTaskInput {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75% !important;
}
#expenseDescription {
  margin: 1%;
  width: 97% !important;
  height: 100px !important;
}
#applicationTabContainer {
  float: left;
  /* height: 88% !important; */
  z-index: -99999;
  clear: both;
  position: relative !important;
}
.dgrid-content {
  position: relative;
  height: 100%;
}
.etbButton {
  width: 60px;
  text-align: center;
  line-height: 22px;
}
.dgrid-button-container {
  text-align: center !important;
}
.etb input[type=text]:focus,
.etb input[type=checkbox]:focus,
checkbox:focus,
.etb .dijitTextBox:focus,
.dijitCheckBox:focus {
  border-color: #BEBEBE;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(153, 153, 153, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(153, 153, 153, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(211, 211, 211, 0.6);
}
select:focus,
.etb .dijitSelect:focus {
  border-color: #8D8D8D;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 5px #51cbee;
  -moz-box-shadow: 0 0 5px #51cbee;
  box-shadow: 0 0 5px #51cbee;
}
/***HUD Ledger Screen***/
#hudLedgerGrid {
  height: 99%;
  width: 100%;
}
#hudLedgerGrid-header {
  width: 98%;
}
#hudLedgerGrid .dgrid-column-0-0 {
  width: 50px;
}
#hudLedgerGrid .dgrid-column-0-1 {
  width: 50px;
}
#hudLedgerGrid .dgrid-column-0-2 {
  width: 50px;
}
#hudLedgerGrid .dgrid-column-0-3 {
  width: 100px;
}
#hudLedgerGrid .dgrid-column-0-4 {
  width: 100px;
}
#hudLedgerGrid .dgrid-column-0-5 {
  width: 50px;
}
#hudLedgerGrid .dgrid-column-0-6 {
  width: 70px;
}
.dijitDialogUnderlayWrapper {
  position: fixed !important;
}
.hudLedgerTransactionSummary {
  width: 100%;
}
.hudLedgerTransactionSummary .totalColumn {
  text-align: right;
  font-weight: bold;
}
.dijitValidationTextAreaError,
.dijitValidationTextAreaError.dijitTextBoxHover {
  background: url("etb/images/icons/warning.png") no-repeat right !important;
}
/*************Sections*************/
/*********************************/
.fa-icon-toolbar {
  font-family: fontAwesome!important;
  font-size: 24px!important;
  color: #f59f01 !important;
}
.invoicePayment-select-input {
  width: 100%;
  max-width: 100%;
}
.invoicePayment-select-input .dijitButtonText,
.invoicePayment-select-input .dijitSelectLabel {
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select-input {
  width: 100%;
  max-width: 225px;
}
.select-input .dijitButtonText,
.select-input .dijitSelectLabel {
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.col-6-select-input {
  width: 100%;
}
.col-6-select-input .dijitButtonText,
.col-6-select-input .dijitSelectLabel {
  max-width: 245px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.small-select-input,
.tiny-select-input {
  width: 100%;
  max-width: 225px;
}
.small-select-input .dijitButtonText,
.tiny-select-input .dijitButtonText,
.small-select-input .dijitSelectLabel,
.tiny-select-input .dijitSelectLabel {
  max-width: 140px;
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tiny-select-input .dijitButtonText,
.tiny-select-input .dijitSelectLabel {
  max-width: 95px;
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.suggest-list {
  margin: 5px 0 -6% 0 !important;
}
/*  .etbTitleScreen{line-height: 10px;}

/*Email Invoices*/
.emailInvoices-printContacts-label {
  background: url("etb/images/icons/print-icon.png") no-repeat center left;
  color: #544f4f;
  font-weight: bold;
  line-height: 40px;
  margin-right: 2%;
  padding-left: 18px;
}
.view-comments-label {
  color: #544f4f;
  font-weight: bold;
  line-height: 40px;
  padding-left: 18px;
}
/* Search Toolbar */
.cosmolex-search-toolbar {
  padding: 0px 25px;
}
.cosmolex-search-toolbar table {
  padding: 5px 10px 5px 10px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.cosmolex-search-toolbar table td:nth-child(4) {
  width: 4%!important;
}
.cosmolex-search-toolbar table td:nth-child(4) label {
  float: right;
}
.cosmolex-search-toolbar table td:nth-child(4) span.dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0 !important;
}
.cosmolex-search-toolbar table td:nth-child(5) {
  width: 20px!important;
}
.cosmolex-search-toolbar table td:nth-child(5) label {
  float: right;
}
.cosmolex-search-toolbar label {
  color: #000;
  font-size: 13px;
}
.cosmolex-search-toolbar button {
  height: 28px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #fff;
  background: #f59f01;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cosmolex-search-toolbar button:before {
  font-family: FontAwesome;
  content: "\f002";
  padding: 0 3px;
  font-size: 16px;
}
.cosmolex-search-toolbar button:after {
  content: "Search";
  padding-right: 5px;
  line-height: 28px;
}
.cosmolex-search-toolbar button:hover {
  opacity: 0.8;
}
.cosmolex-search-toolbar button.toolbar-clear-button {
  background: #bbb;
}
.cosmolex-search-toolbar button.toolbar-clear-button:before {
  content: "\f00d";
  font-size: 16px;
}
.cosmolex-search-toolbar button.toolbar-clear-button:after {
  content: "Clear";
  padding-right: 5px;
}
.cosmo-search-toolbar {
  padding: 0px 25px;
  cursor: pointer;
}
.cosmo-search-toolbar > div {
  padding: 0 10px;
}
.cosmo-search-toolbar table,
.cosmo-search-toolbar td {
  width: 100% !important;
  max-width: 100%;
}
.cosmo-search-toolbar .toolbarLabel {
  float: left;
}
.cosmo-search-toolbar .statusCombo {
  width: 12.5%;
  padding: 7px;
  float: left;
}
.cosmo-search-toolbar [class*='col-'] {
  padding: 7px;
}
.cosmo-search-toolbar .dijitButtonText {
  max-width: 112px;
}
.cosmo-search-toolbar .dijitButtonText > span {
  width: 100% !important;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cosmo-search-toolbar button {
  height: 28px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #fff;
  background: #f59f01;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cosmo-search-toolbar button:before {
  font-family: FontAwesome;
  content: "\f002";
  padding: 0 3px;
  font-size: 16px;
}
.cosmo-search-toolbar button:after {
  content: "Search";
  padding-right: 5px;
  line-height: 28px;
}
.cosmo-search-toolbar button:hover {
  opacity: 0.8;
}
.cosmo-search-toolbar button.toolbar-clear-button {
  background: #bbb;
}
.cosmo-search-toolbar button.toolbar-clear-button:before {
  content: "\f00d";
  font-size: 16px;
}
.cosmo-search-toolbar button.toolbar-clear-button:after {
  content: "Clear";
  padding-right: 5px;
}
.cosmo-search-toolbar.transaction-toolbar {
  top: 38px!important;
  left: 26%!important;
  width: 70.2% !important;
}
.cosmo-search-toolbar.transaction-toolbar .container-smooth {
  height: 44px;
}
.cosmo-search-toolbar.transaction-toolbar .container-smooth .col-1 {
  min-width: 9%;
}
.cosmo-search-toolbar.transaction-toolbar .container-smooth .col-2 {
  min-width: 17%;
}
.cosmo-search-toolbar.transaction-toolbar .statusCombo {
  width: 0;
}
.transactionSearchToolbar button {
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  background: #bbb url(etb/images/icons/search.png) center center no-repeat;
  color: #fff;
  line-height: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.transactionSearchToolbar button:hover {
  background-color: #f59f01;
}
.transactionSearchToolbar button:active {
  background-color: #feab11;
}
.transactionSearchToolbar button.toolbar-clear-button {
  background: #bbb url(etb/images/icons/cross.png) center center no-repeat;
}
.transactionSearchToolbar button.toolbar-clear-button:hover {
  background-color: #f59f01;
}
/* Custom Message */
.cosmo-dialog-content .font-face {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700 !important;
}
.cosmo-dialog-content .messageMappingContainer {
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px 10px 0px 30px;
  vertical-align: middle;
  text-align: justify left;
  font-size: 14px !important;
}
.cosmo-dialog-content .messageBulkMappingContainer {
  margin-left: 30px;
  margin-right: 30px;
  padding: 0px 0px 0px 30px;
  text-align: justify left;
  font-size: 14px !important;
}
.cosmo-dialog-content .messageContainer {
  margin-left: 70px;
  padding: 30px 10px 0px 0px;
}
.cosmo-dialog-content .messageUserContainer {
  margin-left: 160px;
  padding: 40px 10px 0px 0px;
}
.cosmo-dialog-content .messageDocumentContainer {
  margin-left: 1px;
  padding: 10px 10px 0px 0px;
}
.cosmo-dialog-content .iconDocumentContainer {
  float: left;
  height: 50px;
}
.cosmo-dialog-content .documentInfo:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  color: #44c9e9;
  display: block;
  margin-top: -18px;
  margin-left: 9px;
}
.cosmo-dialog-content .iconContainer {
  float: left;
  height: 50px;
  margin: 18px 10px 0 10px;
  width: 50px;
  display: flex;
  vertical-align: middle;
}
.cosmo-dialog-content .iconUserTkMoContainer {
  float: left;
  height: 50px;
  margin: 18px 03px 0 0px;
  width: 50px;
  display: flex;
  vertical-align: middle;
}
.cosmo-dialog-content .alert:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  color: #f59f01;
  display: block;
  margin: auto;
  font-size: 50px;
}
.cosmo-dialog-content .info:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  color: #44c9e9;
  display: block;
  margin: auto;
  font-size: 50px;
}
.cosmo-dialog-content .critical:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  color: #c0392b;
  display: block;
  margin: auto;
  font-size: 50px;
}
.cosmo-dialog-content .stop:before {
  font-family: 'FontAwesome';
  content: "\f05e";
  color: #f59f01;
  display: block;
  margin: auto;
  font-size: 50px;
}
.cosmo-dialog-content .confirm:before {
  font-family: 'FontAwesome';
  content: "\f05d";
  color: #000000;
  display: block;
  margin: auto;
  font-size: 50px;
}
.cosmo-dialog-content .iconContainerCheck {
  float: left;
  height: 50px;
  margin: 38px 10px 0 70px;
  width: 50px;
  display: flex;
  vertical-align: middle;
}
.cosmo-dialog-content .check:before {
  font-family: 'FontAwesome';
  content: " \f058";
  color: #44c9e9;
  display: block;
  margin: auto;
  font-size: 70px;
}
/* Invoice payment using */
.invoice-payment-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left !important;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 5px;
  width: 33%;
}
.invoice-payment-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 67% !important;
}
.invoice-payment-bank-select {
  width: 100%;
}
.invoice-payment-bank-select .dijitButtonText,
.invoice-payment-bank-select .dijitSelectLabel {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.invoice-payment-small-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50% !important;
}
/* TransferBox*/
.myTransferBox .dgrid {
  border: 1px solid #ddd;
  width: 150px;
  height: 150px!important;
  display: inline-block;
  vertical-align: middle;
  margin: 3% 1%;
  padding-left: 1px;
  font-size: 0.8em;
  cursor: default;
  border: 1px solid #D5D5D5;
}
.myTransferBox .dgrid .dgrid-scroller {
  margin-top: 0px !important;
}
.myTransferBox .buttons {
  width: 27px;
}
/* ColumnBox*/
.columnTransferBox .dgrid {
  width: calc(46% - 30px);
  height: 300px!important;
  display: inline-block;
  vertical-align: middle;
  margin: 3% 1%;
  padding-left: 1px;
  font-size: 0.8em;
  cursor: default;
  border: 1px solid #D5D5D5;
}
.columnTransferBox .dgrid .dgrid-scroller {
  margin-top: 0 !important;
}
.columnTransferBox .dgrid .dgrid-row {
  line-height: 40px;
}
.columnTransferBox .buttons {
  width: 80px;
}
.columnTransferBox .buttons span {
  width: 100%;
  font-size: 12.8px;
  height: 33px;
  line-height: 28px !important;
}
.cosmo-label-transferbox label {
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.75em;
  margin-bottom: -10px;
}
/* Messages transfer box */
.messages-transfer-box .myTransferBox .dgrid {
  border: 1px solid #ddd;
  width: 40%;
  height: 150px!important;
  display: inline-block;
  vertical-align: middle;
  margin: 3% 1%;
  padding-left: 1px;
  font-size: 0.8em;
  cursor: default;
  border: 1px solid #D5D5D5;
}
.messages-transfer-box .myTransferBox .dgrid .dgrid-scroller {
  margin-top: 0px !important;
}
.messages-transfer-box .buttons {
  width: 27px;
}
/* Permissions Denied Widget*/
.permission-denied-widget {
  font-weight: bold;
  color: #d3d3d3;
  text-align: center;
  margin-top: 5%;
}
.permission-denied-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2%;
  font-size: 2em;
}
.permission-denied-container p {
  line-height: 60px;
}
.permission-denied-container.collapsed p {
  line-height: 40px;
}
.no-content-message {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #ccc;
}
.import-content-container {
  height: 100%;
}
.no-statement-container {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 2%;
  font-size: 2em;
  text-align: center;
  color: #d3d3d3;
}
.no-statement-container h3 {
  vertical-align: middle;
  line-height: 70px;
  margin: 40px 0px 0px 0px;
}
.no-statement-container h6 {
  vertical-align: middle;
  margin: 0px 0px;
}
.permission-denied-logo {
  background: url('etb/images/icons/lockIcon.png');
  float: left;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: contain;
  opacity: 0.3;
}
/* Upload Widget */
.upload-container {
  width: 100% !important;
  padding: 0px 5px;
}
.import-data-upload .title,
.custom-imports .title {
  text-align: center;
  font-size: 2.5em;
  margin: 40px 40px 0px 40px;
}
.import-data-upload .browse-file,
.custom-imports .browse-file {
  width: 50%;
  margin: 3% 25%;
}
.import-data-upload .has-headers,
.custom-imports .has-headers {
  width: 50%;
  margin: -3% 25% 3% 25%;
}
.import-data-upload .fa-download,
.custom-imports .fa-download {
  font-size: 12em;
  opacity: 0.5;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.import-data-upload .fa-laptop,
.custom-imports .fa-laptop {
  font-size: 19em;
  opacity: 0.5;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 5%;
}
.import-data-upload .uploadWidgetProgress,
.custom-imports .uploadWidgetProgress {
  height: 50px !important;
}
.import-data-upload .uploadWidgetProgress .dijitInputInner,
.custom-imports .uploadWidgetProgress .dijitInputInner {
  height: 50px !important;
  padding-left: 2% !important;
  color: rgba(44, 43, 43, 0.84) !important;
  font-size: 1.5em;
}
.import-data-upload .upload-widget,
.custom-imports .upload-widget {
  height: 50px;
  font-size: 1.2em;
}
.import-data-upload .upload-widget .dijitButtonText,
.custom-imports .upload-widget .dijitButtonText {
  line-height: 3.1 !important;
}
.import-data-upload .dijitProgressBarEmpty,
.custom-imports .dijitProgressBarEmpty {
  background: none !important;
  background-color: rgba(211, 211, 211, 0.34) !important;
}
.import-data-upload .dijitProgressBarEmpty .dijitProgressBarFull,
.custom-imports .dijitProgressBarEmpty .dijitProgressBarFull {
  height: 50px;
}
.import-data-upload .dijitProgressBarEmpty .dijitProgressBarFull .dijitProgressBarTile,
.custom-imports .dijitProgressBarEmpty .dijitProgressBarFull .dijitProgressBarTile {
  opacity: 0.3;
  background: none !important;
}
.import-data-upload .dijitProgressBarEmpty .dijitProgressBarLabel,
.custom-imports .dijitProgressBarEmpty .dijitProgressBarLabel {
  height: 50px !important;
  line-height: 3;
}
.import-data-upload .cosmolexDataFirstStepDesc,
.custom-imports .cosmolexDataFirstStepDesc {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.not-dialog-footer {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
body .upload-widget {
  width: 100% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
body .upload-widget input {
  cursor: pointer;
}
body .uploadWidgetProgress {
  height: 33px;
  margin: 0!important;
  padding: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e0e0e0 !important;
  width: 100%!important;
}
.uploadWidgetProgress.dijitProgressBarEmpty {
  background: none;
  border-color: #e0e0e0;
  width: 100%!important;
  height: 30px;
}
.uploadWidgetProgress .dijitProgressBarLabel {
  line-height: 33px;
  color: gray;
}
.uploadWidgetProgress .dijitProgressBarTile {
  background: #d5d5d5;
}
.uploadWidgetProgress .dijitProgressBarFull {
  height: 33px;
}
/* Progress Bar */
.etb .dijitProgressBar {
  margin: 2px 0 2px 0;
}
.etb .dijitProgressBarEmpty {
  /* outer container and background of the bar that's not finished yet*/
  background: #fff url("etb/images/progressBarEmpty.png") repeat-x center center;
  border-color: #a2a2a2 #b8b8b8 #b8b8b8 #a2a2a2;
}
.etb .dijitProgressBarTile {
  /* inner container for finished portion when in 'tile' (image) mode */
  background: #f5f5f5 url("etb/images/progressBarFull.png") repeat-x center center;
}
.etb .dijitProgressBarFull {
  border-right: 1px solid #b8b8b8;
}
.etb .dijitProgressBarLabel {
  /* Set to a color that contrasts with both the "Empty" and "Full" parts. */
  color: #293a4b;
}
.etb .dijitProgressBarIndeterminate .dijitProgressBarTile {
  /* use an animated gif for the progress bar in 'indeterminate' mode */
  background: #cad2de url("etb/images/progressBarAnim.gif") repeat-x center center;
}
.receivePaymentGrid,
.dijitReceivePaymentGridContainer {
  outline: 1px solid #e0e0e0;
}
.dijitReceivePaymentGridContainer .field-invoiceNumber {
  text-align: right !important;
}
.matterTimeValue input.dijitReset.dijitInputInner,
.matterExpenseAmountValue input.dijitReset.dijitInputInner,
input#matterTimeValue.dijitReset.dijitInputInner,
input#matterExpenseAmountValue.dijitReset.dijitInputInner {
  color: #00be00 !important;
  text-align: left!important;
  font-size: 2em;
  font-family: arial;
  height: 32px!important;
  line-height: 28px!important;
}
.matterTimeValue input.dijitReset.dijitInputInner::-webkit-input-placeholder,
.matterExpenseAmountValue input.dijitReset.dijitInputInner::-webkit-input-placeholder,
input#matterTimeValue.dijitReset.dijitInputInner::-webkit-input-placeholder,
input#matterExpenseAmountValue.dijitReset.dijitInputInner::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #00be00;
  text-align: left;
  font-style: normal;
}
.matterTimeValue input.dijitReset.dijitInputInner:-moz-placeholder,
.matterExpenseAmountValue input.dijitReset.dijitInputInner:-moz-placeholder,
input#matterTimeValue.dijitReset.dijitInputInner:-moz-placeholder,
input#matterExpenseAmountValue.dijitReset.dijitInputInner:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #00be00;
  opacity: 1;
  text-align: left;
  font-style: normal;
}
.matterTimeValue input.dijitReset.dijitInputInner::-moz-placeholder,
.matterExpenseAmountValue input.dijitReset.dijitInputInner::-moz-placeholder,
input#matterTimeValue.dijitReset.dijitInputInner::-moz-placeholder,
input#matterExpenseAmountValue.dijitReset.dijitInputInner::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #00be00;
  opacity: 1;
  text-align: left;
  font-style: normal;
}
.matterTimeValue input.dijitReset.dijitInputInner:-ms-input-placeholder,
.matterExpenseAmountValue input.dijitReset.dijitInputInner:-ms-input-placeholder,
input#matterTimeValue.dijitReset.dijitInputInner:-ms-input-placeholder,
input#matterExpenseAmountValue.dijitReset.dijitInputInner:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #00be00;
  text-align: left;
  font-style: normal;
}
/* Error messages */
.etb .show-error {
  background: #D04437;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 14px;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.etb .show-error-print {
  margin: 5px 25px;
  width: 95%;
}
.etb .show-error-reminders {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
.etb .show-success {
  background: #46B630;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 14px;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  width: 99%;
}
.etb .show-success.show-message-email {
  background: #46B630 url(../themes/etb/images/whiteloader.gif) no-repeat 820px center;
}
.etb .show-message-email {
  margin: 5px 15px;
  width: 96%;
  margin-bottom: 0px;
}
/* Print multiple Invoice */
#printMultipleGrid.dgrid {
  height: inherit;
}
/***********************START CALENDAR DATE PICKER*******************************/
.calendar-send-email {
  line-height: 62px;
  padding-left: 13px;
  margin-top: -10px;
  padding-right: 16px;
  border-right: 1px solid rgba(168, 168, 168, 0.37);
}
.calendar-send-email label {
  font-size: 13px;
}
.dijitCalendarIncrementControl {
  width: 25px;
  height: 25px;
  background: url("etb/images/sprites/arrow_sprite_disabled.png") no-repeat;
  background-size: 355px;
  opacity: 0.85;
}
.dijitCalendarIncrementControl:hover {
  opacity: 1;
}
.dijitA11ySideArrow {
  display: none;
}
.dijitCalendarDecrease {
  background-position: -209px center;
}
.dijitCalendarIncrease {
  background-position: -90px center;
}
.dijitCalendarContainer {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin: 0;
  border: 1px solid #eee;
}
.dijitCalendarContainer .dijitCalendarMonthContainer .dijitDownArrowButton {
  background: none!important;
}
.dijitCalendarContainer .dijitCalendarMonthContainer th {
  background-color: #eee;
  text-align: center;
  padding: 3px!important;
}
.dijitCalendarDayLabelTemplate {
  background: #eee;
  padding-top: 0.15em;
  padding-bottom: 0;
  border-bottom: 1px solid #7B7C7F !important;
  text-align: center;
  font-size: 0.75em !important;
  padding: 5px!important;
}
.dijitCalendarBodyContainer {
  border-bottom: 1px solid #7B7C7F;
}
.dijitCalendarMonthLabel {
  padding: 0 14px;
  background: #eee;
  font-size: 0.9em;
}
.dijitCalendarCurrentMonthLabel {
  padding: 0px 0px 0px 35px;
}
.dijitCalendarDateTemplate {
  /* style for each day cell */
  font-size: 0.9em;
  text-align: center;
  padding: 0.3em 0.3em 0.05em 0.3em;
  letter-spacing: 1px;
}
.dijitCalendarPreviousMonth,
.dijitCalendarNextMonth {
  background: #fff;
}
.dijitCalendarPreviousMonth:hover,
.dijitCalendarNextMonth:hover {
  color: #aaa !important;
  background: #fff !important;
}
.dijitCalendarCurrentMonth {
  /* days that are part of this month */
  background-color: #fff;
  color: #7B7C7F;
  font-weight: normal;
}
.dijitCalendarCurrentDate {
  /* cell for today's date */
  font-weight: bold;
  background: white!important;
  color: #2dd62d !important;
}
.dijitCalendarHoveredDate {
  background-color: #eee !important;
  color: #fff !important;
}
.dijitCalendarDisabledDate {
  text-decoration: line-through;
  background-color: white;
  /* override hover effects above, hover and click on disabled date should have no effect */
}
.dijitCalendarSelectedDate {
  text-decoration: underline;
  font-weight: bold;
}
.dijitCalendarYearContainer {
  /* footer of the table that contains the year display/selector */
  background: #eee;
}
.dijitCalendarYearLabel {
  margin: 0;
  text-align: center;
  border-top: 1px solid #aaa !important;
}
.dijitCalendarSelectedYear {
  /* label for selected year */
  font-weight: bold;
  padding: 5px!important;
}
/* Styling for month DropDownButton */
.dijitCalendar .dijitDropDownButton {
  margin: 0;
}
.dijitCalendar .dijitButtonText {
  padding: 0;
}
.dijitCalendar .dijitDropDownButton .dijitButtonNode {
  background-color: transparent;
  background-image: none;
  padding: 0;
}
/* Styling for month drop down list */
.dijitCalendarMonthMenu {
  border: none!important;
  width: 150px;
}
.dijitCalendarMonthMenu .dijitCalendarMonthLabelHover {
  background-color: #fbfbfb;
  color: #000 !important;
}
/* Custom Calendar Style Extras */
.dijitCalendarMoreActions {
  text-align: center;
  padding: 2px;
  color: #fff;
  height: 27px;
}
.dijitCalendarToDay {
  font-size: 0.9em;
  background: #7B7C7F;
  padding: 2px 10px!important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dijitCalendarToDay:hover {
  background: #aaa;
}
.dijitCalendarToDay:focus,
.dijitCalendarToDay:active {
  font-size: 0.75em !important;
}
.dijitCalendarDateTemplate:focus {
  outline: -webkit-focus-ring-color auto 5px !important;
}
/**************************END CALENDAR DATE PICKER**********************************/
/* Pagination Mixins */
.dgrid-pagination .dgrid-navigation,
.dgrid-pagination .dgrid-page-size {
  float: right;
}
.dgrid-pagination {
  padding: 2px;
}
.dgrid-navigation .dgrid-page-link {
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  padding: 0 4px;
}
.dgrid-first,
.dgrid-last,
.dgrid-next,
.dgrid-previous {
  font-size: 130%;
}
.dgrid-pagination .dgrid-page-disabled,
.has-ie-6-7 .dgrid-navigation .dgrid-page-disabled,
.has-ie.has-quirks .dgrid-navigation .dgrid-page-disabled {
  color: #aaa;
  cursor: default;
}
/* Toolbar */
.etb .dijitToolbar .dijitButtonNode,
.etb .dijitToolbar .dijitComboButton .dijitButtonContents,
.etb .dijitToolbar .dijitComboButton .dijitDownArrowButton,
.etb .dijitToolbar .dijitDropDownButton {
  font-size: 12px;
}
/*  Transaction*/
.transactionBankSelect {
  max-width: 170px;
}
.transactionBankSelect .dijitButtonContents {
  overflow: hidden;
}
.transactionBankSelect .dijitSelectLabel {
  max-width: 170px;
}
/* invoiceRemindersDialog  */
.invoiceRemindersDialog .dijitContainer {
  width: 100%!important;
}
.invoiceRemindersDialog .field-Select_Item {
  width: 30px;
}
.invoiceRemindersDialog .field-invoiceNumber {
  width: 70px;
}
.invoiceRemindersDialog .field-clientName {
  width: 80px;
}
.invoiceRemindersDialog .field-matterName {
  width: 80px;
}
.invoiceRemindersDialog .field-invoiceBalance {
  width: 120px;
}
.invoiceRemindersDialog .dgrid-column-0-6 {
  width: 120px;
}
.invoiceRemindersDialog .field-status {
  width: 40px;
}
/* Country-State Select Width */
.cosmo-select-maxWidth .dijitSelect .dijitSelectLabel {
  max-width: 175px;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.companyTypeSelect .dijitSelect .dijitSelectLabel {
  text-align: left;
  overflow: hidden;
  width: 130px !important;
}
/* Currency Textbox */
.dijitCurrencyTextBox input.dijitInputInner {
  text-align: right;
}
.dijitCurrencyTextBox input.dijitInputInner::-webkit-input-placeholder {
  text-align: right;
}
.dijitCurrencyTextBox input.dijitInputInner::-moz-input-placeholder {
  text-align: right;
}
.dijitCurrencyTextBox input.dijitInputInner:-moz-input-placeholder {
  text-align: right;
}
.dijitCurrencyTextBox input.dijitInputInner:-ms-input-placeholder {
  text-align: right;
}
.dijitCurrencyTextBox input.dijitInputInner:-o-input-placeholder {
  text-align: right;
}
.dijitCurrencyTextBox .dijitPlaceHolder {
  right: 0;
}
.cosmo-grid-container .dijitBorderContainer {
  width: 100%!important;
}
.cosmo-grid-container .dijitBorderContainer .dijitContentPane {
  width: 100%!important;
}
/* oAuth Permission landing*/
.oauth-permission {
  background: #fff;
  overflow: auto;
}
.oauth-permission header {
  background: #f5f5f5;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px;
  text-align: center;
}
.oauth-permission h1 {
  font-size: 1em;
  border-bottom: 1px solid #dcdcdc;
  padding: 0px 0px 20px 0px;
}
.oauth-permission a {
  text-decoration: none;
  color: inherit;
}
.oauth-permission p {
  line-height: 25px;
}
.oauth-permission .bottom {
  padding-top: 35px;
}
.oauth-permission .bottom button {
  padding: 10px;
  font-size: 1em;
}
.oauth-permission .oauth-permission-container {
  background: #fdfdfd;
  width: 40%;
  margin: auto;
  padding: 20px;
  margin: 70px auto;
}
.oauth-permission .linkinvoice-integration-container {
  background: #fdfdfd;
  width: 22%;
  margin: auto;
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 70px auto;
  padding-left: 30px;
}
.oauth-permission .linkinvoice-integration-container label {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: #666666;
  margin-bottom: 5px;
}
.oauth-permission .linkinvoice-integration-container .currency {
  background: transparent;
  width: 200px;
  height: 25px;
  border: solid 1px #ccc;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.oauth-permission .linkinvoice-integration-container .currency:focus {
  border-color: #70a7e4 !important;
  outline: none  !important;
  -moz-box-shadow: inset 0 1px 2px rgba(70, 123, 181, 0.35), 0 0 4px #5695db !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(70, 123, 181, 0.35), 0 0 4px #5695db !important;
  box-shadow: inset 0 1px 2px rgba(70, 123, 181, 0.35), 0 0 4px #5695db !important;
}
.oauth-permission .lawpay-oauth-permission-container {
  background: white;
  width: 70%;
  margin: auto;
  padding: 20px;
  margin: 50px auto;
  border-radius: 4px;
}
.lawpay-oauth-permission-container h1 {
  margin-top: -10px;
}
.lawpay-oauth-permission-container ul {
  text-align: left;
  padding-left: 270px;
}
.oauth-permission .oauth-permission-container form label {
  margin-left: 10px;
  font-size: 0.9em;
}
.workflow-description textarea {
  min-height: 105px;
}
.fa-play-circle {
  color: #2ecc71 !important;
}
.no-padding {
  padding: 0;
}
/* Service Integration landing*/
.service-integration {
  background: #fff;
  overflow: auto;
}
.service-integration header {
  background: #f5f5f5;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px;
  text-align: center;
}
@media all and (max-width: 900px) {
  .service-integration header {
    min-height: 140px !important;
  }
}
.service-integration h1 {
  font-size: 1em;
  border-bottom: 1px solid #dcdcdc;
  padding: 3px 0;
}
.service-integration a {
  text-decoration: none;
  color: inherit;
}
.service-integration p {
  line-height: 25px;
}
.service-integration .bottom {
  padding-top: 35px;
}
.service-integration .bottom button {
  padding: 10px;
  font-size: 1em;
}
.service-integration .service-integration-container {
  background: #fdfdfd;
  width: 40%;
  margin: auto;
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 70px auto;
}
.service-integration .linkinvoice-integration-container {
  background: #fdfdfd;
  width: 22%;
  margin: auto;
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 70px auto;
  padding-left: 30px;
}
@media all and (max-width: 900px) {
  .service-integration .linkinvoice-integration-container {
    width: 80%;
  }
}
.service-integration .linkinvoice-integration-container label {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: #666666;
  margin-bottom: 5px;
}
.service-integration .linkinvoice-integration-container .currency {
  background: transparent;
  width: 200px;
  height: 25px;
  border: solid 1px #ccc;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.service-integration .linkinvoice-integration-container .currency:focus {
  border-color: #70a7e4 !important;
  outline: none  !important;
  -moz-box-shadow: inset 0 1px 2px rgba(70, 123, 181, 0.35), 0 0 4px #5695db !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(70, 123, 181, 0.35), 0 0 4px #5695db !important;
  box-shadow: inset 0 1px 2px rgba(70, 123, 181, 0.35), 0 0 4px #5695db !important;
}
.service-integration .lawpay-service-integration-container {
  background: white;
  width: 70%;
  margin: auto;
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 70px auto;
  border-radius: 4px;
}
.lawpay-service-integration-container h1 {
  margin-top: -10px;
}
.lawpay-table .item {
  border-top: 1px solid lightgray;
}
.lawpay-table .odd {
  background-color: #f1f1f1 !important;
}
.lawpay-table .even {
  background-color: white !important;
}
.service-integration .service-integration-container form label {
  margin-left: 10px;
  font-size: 0.9em;
}
.workflow-description textarea {
  min-height: 105px;
}
.fa-play-circle {
  color: #2ecc71 !important;
}
.no-padding {
  padding: 0;
}
/* Toolbar Icons CSS */
.commonIcons {
  font-family: FontAwesome!important;
  width: 24px !important;
  height: 24px !important;
  font-size: 20px !important;
  padding-left: 5px!important;
  color: #f59f01 !important;
  position: relative;
}
.commonIcons:hover {
  color: #dc8f01 !important;
}
.no-icon-dropdown-button .dijitReset.dijitStretch.dijitButtonContents.dijitDownArrowButton {
  background: none !important;
}
.commonIconsWhite {
  font-family: FontAwesome!important;
  width: 24px !important;
  height: 24px !important;
  font-size: 20px !important;
  padding-left: 5px!important;
  color: #f5f5f5 !important;
  position: relative;
}
.commonIconsBlack {
  font-family: FontAwesome!important;
  width: 24px !important;
  height: 24px !important;
  font-size: 20px !important;
  padding-left: 5px!important;
  color: #000000 !important;
  position: relative;
}
.commonIconsBlack:hover {
  color: #6e6f72 !important;
}
.commonIconsWarning {
  font-family: FontAwesome!important;
  width: 24px !important;
  height: 24px !important;
  font-size: 20px !important;
  padding-left: 5px!important;
  color: #e74c3c !important;
  position: relative;
}
.commonIconsWarning:hover {
  color: #6e6f72 !important;
}
.dijitButtonDisabled .commonIcons,
.dijitButtonDisabled .commonIconsWarning,
.dijitDropDownButtonDisabled .commonIcons,
.dijitDropDownButtonDisabled .commonIconsWarning {
  color: #7B7C7F !important;
}
.dijitTextBoxDisabled,
.dijitReadOnly {
  border: none!important;
  background: #f8f8f8 !important;
}
.addBillDialog--print-as {
  border: none!important;
  background: #f8f8f8 !important;
  padding: 5px 0;
  width: 36.5%;
}
.addBillDialog--notes {
  height: 100% !important;
}
.addBillDialog--notes textarea {
  min-height: 200px !important;
}
textarea.dijitDisabled,
textarea.dijitReadOnly {
  border: 1px solid #d5d5d5 !important;
}
.userName-icon.dijitDisabled,
.userName-icon.dijitReadOnly,
.password-icon.dijitReadOnly,
.password-icon.dijitDisabled {
  border: 1px solid #d5d5d5 !important;
}
.commonPromote:after {
  content: "\f0a9";
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: -1px;
}
.commonIcons.commonPromote {
  padding-left: 0 !important;
}
.commonIcons.commonIconEditPencil {
  padding-left: 0 !important;
}
.commonIconMenu:before {
  content: "\f0c9";
}
.commonIconAdd:before {
  content: "\f055";
}
.commonIconList:before {
  content: "\f03a";
}
.requestSignatureIcon:before {
  background-image: url("etb/images/lexshareLogo.png");
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
}
.dijitButtonDisabled .commonIcons.requestSignatureIcon {
  opacity: 0.5;
  filter: grayscale(1);
}
.commonIconReconcile:before {
  content: "\f074";
  display: inline-block;
  margin-top: 2px;
}
.commonIconImport:before {
  content: "\f0ab";
  display: inline-block;
  margin-top: 2px;
}
.commonIconAddTime:before {
  content: "\f017";
}
.commonIconEdit:before {
  content: "\f044";
  margin-top: 1px;
  display: inline-block;
}
.commonIconEditPencil:before {
  content: "\f040";
  margin-top: 1px;
  display: inline-block;
}
.commonIconRefresh:before {
  content: "\f021";
  margin-top: 1px;
  display: inline-block;
}
.commonIconDate:hover {
  color: #dc8f01 !important;
}
.commonIconDate:before {
  content: "\f073";
  float: left;
  padding: 4px 5px;
  color: #44c9e9;
}
.commonIconCustomFields:before {
  content: "\f00a";
}
.commonIconDelete:before {
  content: "\f1f8";
}
.commonIconUnlink:before {
  content: "\f127";
}
.commonIconUndo:before {
  content: "\f0e2";
}
.commonIconPrint:before {
  content: "\f02f";
}
.commonIconEmail:before {
  content: "\f0e0";
}
.commonIconDownload:before {
  content: "\f0ed";
}
.commonIconView:before {
  content: "\f06e";
}
.commonIconForm:before {
  content: "\f0f6";
}
.commonIconDownloadArrow:before {
  content: "\f0ab";
}
.commonIconHelp:before {
  content: "\f059";
}
.commonIconVideo:before {
  content: "\f008";
}
.commonIconHelp.cosmolex-primary-color {
  color: #44c9e9 !important;
}
.commonIconVideo.cosmolex-primary-color {
  color: #44c9e9 !important;
}
.commonIconComments:before {
  content: "\f0e6";
}
.commonIconExport:before {
  content: "\f019";
}
.commonIconCopy:before {
  content: "\f0c5";
}
.commonIconVersions:before {
  content: "\f126";
}
.commonIconProperty:before {
  content: "\f15c";
}
.commonReceiveInvoicePayment:before {
  content: "\f155";
  border: 2px solid;
  padding: 2px 4px;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: -7px;
  position: absolute;
  margin-top: 2px;
}
.commonIconAction:before {
  content: "\f05b";
  display: inline-block;
  margin-top: 1px;
}
.commonIconDownload:before {
  content: "\f1c0";
  display: inline-block;
  margin-top: 1px;
}
.commonCreditMemo:before {
  content: "\f02d";
}
.commonTrustTransaction:before {
  content: "\f01a";
}
.commonPayBill:before {
  content: "\f0a9";
}
.commonMemorizeBill:before {
  content: "\f0c7";
}
.commonDetails:before {
  content: "\f18e";
  display: inline-block;
  margin-top: 1px;
}
.commonSetup:before {
  content: "\f085";
  display: inline-block;
  margin-top: 1px;
}
.commonMapping:before {
  content: "\F0E8";
  display: inline-block;
  margin-top: 1px;
}
.commonProfileMapping:before {
  content: "\f074";
  display: inline-block;
  margin-top: 3px;
}
.commonProfileMappingEdit:before {
  content: "\f040";
  display: inline-block;
  margin-top: 3px;
}
.commonProfileMappingDelete:before {
  content: "\f1f8";
  display: inline-block;
  margin-top: 3px;
}
.commonFindAndReplace:before {
  content: "\f002";
  display: inline-block;
  margin-top: 1px;
}
.commonClear:before {
  content: "\f00d";
  display: inline-block;
  margin-top: 1px;
}
.clearFilter {
  color: #000000 !important;
  font-size: 12px!important;
  width: 12px!important;
  height: 12px!important;
}
.commonEnvelope:before {
  content: "\f003";
  display: inline-block;
  color: #f59f01;
  font-size: 0.85em;
}
.commonEnvelope:hover:before {
  content: "\f0e0" !important;
}
.commonDetailedInformation:before {
  content: "\f14c";
  display: inline-block;
  -webkit-text-shadow: 0 -1px 0 #555;
  -moz-text-shadow: 0 -1px 0 #555;
  -o-text-shadow: 0 -1px 0 #555;
  text-shadow: 0 -1px 0 #555;
  FONT-SIZE: 0.85EM;
}
.commonDetailedInformation:hover:before {
  content: "\f08e" !important;
  margin-right: -2px;
}
.userLabelClass {
  background-color: #f8ead8 !important;
  text-align: justify right;
  margin-right: 22px;
}
.messageLabelClass {
  background-color: #f8ead8 !important;
  padding: 0px 0px 0px 0px !important;
  margin-right: 22px !important;
}
.commonUserIcons {
  font-family: FontAwesome!important;
  font-size: 17px !important;
  font-size: 20px !important;
  padding-left: 5px!important;
  color: #44c9e9;
  position: relative;
}
.commonUserIcons:hover {
  color: #44c9e9;
}
.commonButtonIcon {
  font-family: FontAwesome!important;
  width: 24px !important;
  height: 24px !important;
  font-size: 20px !important;
  padding-left: 5px!important;
  color: #44c9e9;
  position: relative;
}
.commonButtonIcon:hover {
  color: #44c9e9;
}
.commonBulkUserButtonIcon {
  font-size: 14px !important;
  width: 24px !important;
  height: 24px !important;
  font-size: 20px !important;
  padding: 0px 5px 25px 0px !important;
  color: #44c9e9;
  position: relative;
}
.commonBulkUserButtonIcon:hover {
  color: #44c9e9;
}
.commonSkipButtonIcon {
  font-family: FontAwesome!important;
  float: left;
  color: #7B7C7F;
}
.commonSkipButtonIcon:hover {
  color: #7B7C7F;
}
.commonDetailedUserInformation {
  font-size: 17px !important;
}
.commonDetailedUserInformation:after {
  content: "\f14c";
  display: inline-block;
  color: #ffa500;
}
.commonDetailedUserInformation:hover:after {
  content: "\f08e" !important;
  margin-right: -2px;
}
.commonCircleInformation:before {
  content: "\f05a";
  display: inline-block;
  color: #f59f01;
  -webkit-text-shadow: 0 -1px 0 #555;
  -moz-text-shadow: 0 -1px 0 #555;
  -o-text-shadow: 0 -1px 0 #555;
  text-shadow: 0 -1px 0 #555;
  FONT-SIZE: 0.85EM;
}
.commonCircleInformation:hover:before {
  content: "\f05a" !important;
  margin-right: -2px;
}
.commonDetailedOneDrive:before {
  content: "\f14c";
  display: inline-block;
  /* color: #2350A2;*/
  -webkit-text-shadow: 0 -1px 0 #555;
  -moz-text-shadow: 0 -1px 0 #555;
  -o-text-shadow: 0 -1px 0 #555;
  text-shadow: 0 -1px 0 #555;
  FONT-SIZE: 0.85EM;
}
.commonDetailedOneDrive:hover:before {
  content: "\f08e" !important;
  margin-right: -2px;
}
.toolbarExportButton:before {
  content: '|';
  color: #bbbbbb;
}
.etbOnlyPreviewButton {
  background: none;
  position: relative;
}
.etbOnlyPreviewButton:before {
  font-family: fontawesome;
  content: "\f044";
  padding: 2px;
  font-size: 20px;
  color: #f59f01;
  position: absolute;
  left: 0;
}
.etbOnlyPreviewButton:after {
  content: "Preview";
  font-size: 0.9em;
  position: absolute;
  right: 20px;
  bottom: 2px;
}
.etbOnlyEditPreviewButton {
  background: none;
  position: relative;
}
.etbOnlyEditPreviewButton:before {
  font-family: fontawesome;
  content: "\f044";
  padding: 2px;
  font-size: 20px;
  color: #f59f01;
  position: absolute;
  left: 0;
}
.etbOnlyEditPreviewButton:after {
  content: "Edit/Preview";
  font-size: 0.9em;
  position: absolute;
  right: -11px;
  bottom: 2px;
}
.etbPreviewButton {
  background: none;
  position: relative;
}
.etbPreviewButton:before {
  font-family: fontawesome;
  content: "\f044";
  padding: 2px;
  font-size: 20px;
  color: #f59f01;
  position: absolute;
  left: 0;
}
.etbPreviewButton:after {
  content: "Edit/preview";
  font-size: 0.9em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.etbRestoreButton {
  background: none;
  position: relative;
}
.etbRestoreButton:before {
  font-family: fontawesome;
  content: "\f021";
  padding: 0 3px;
  font-size: 20px;
  color: #f59f01;
  position: absolute;
  left: 0;
}
.etbRestoreButton:after {
  content: "Restore";
  font-size: 0.9em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.etbRestoreButton.sms:after {
  content: "Restore";
  font-size: 0.9em;
  position: absolute;
  right: -8px;
  bottom: 2px;
}
/* END Toolbar Icons CSS */
.cosmo-grid-container.invoicePrintGrid .dijitBorderContainer .dijitContentPane {
  height: 245px!important;
  padding: 0 !important;
}
.cosmo-grid-container.invoicePrintGrid {
  height: 250px!important;
  padding: 0px !important;
}
/*******************Credit card Processing dialog********************************/
.reviewMessage {
  background-color: #50cbe9;
  color: white;
  font-size: 13.5px;
  padding: 10px 20px;
}
.reviewTitle {
  padding: 0px 15px!important;
  font-weight: bold;
  font-size: 17px;
}
.reviewFieldset {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
}
.reviewFieldset span {
  margin-bottom: 3px;
}
.reviewTable {
  display: flex;
  flex-direction: column;
  padding: 0px 10px 20px 10px;
}
.reviewTableRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 30px;
}
.payment-charge-btn {
  width: auto;
}
.payment-charge-btn .dijitButtonText {
  padding: 0px 15px !important;
}
.secure-info-container {
  width: 100%;
  height: 25px;
  background-color: #50cbe9;
  padding: 10px;
}
.secure-info-container p {
  padding: 0px;
  margin: 0px;
  color: white;
}
.secure-info-container p:before {
  font-family: FontAwesome;
  content: "\F023";
  color: white;
  margin-right: 1%;
}
.credit-card-form .custom-label {
  width: 15%;
}
.credit-card-form .charged-text {
  width: 25%;
  float: left;
  padding: 6px 0px 0px 0px;
  margin: 0px;
}
.credit-card-form .charged-amount {
  float: left;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 1.5em;
}
.credit-card-icon {
  font-size: 2.4em;
  color: lightgray;
  width: 51px;
  display: inline-flex;
  height: 32px;
  padding: 0px;
  margin: -3px 0px 0px 0px;
}
.credit-card-icon:after {
  content: "\F09D";
  font-family: FontAwesome;
}
.credit-card-sprite {
  background-image: url("etb/images/sprites/creditCardIcons.png");
  background-repeat: no-repeat;
  display: block;
}
.credit-card-sprite-security-code-general {
  width: 65px;
  height: 41px;
  background-position: -5px -5px;
}
.credit-card-sprite-security-code-amex {
  width: 65px;
  height: 41px;
  background-position: -77px -6px;
}
.credit-card-sprite-amex {
  width: 60px;
  height: 32px;
  background-position: -5px -57px;
}
.credit-card-sprite-diners {
  width: 48px;
  height: 32px;
  background-position: -66px -57px;
}
.credit-card-sprite-jcb {
  width: 48px;
  height: 32px;
  background-position: -66px -99px;
}
.credit-card-sprite-discover {
  width: 51px;
  height: 32px;
  background-position: -5px -99px;
}
.credit-card-sprite-electron {
  width: 51px;
  height: 32px;
  background-position: -152px -47px;
}
.credit-card-sprite-mastercard {
  width: 51px;
  height: 32px;
  background-position: -152px -5px;
}
.credit-card-sprite-visa {
  width: 51px;
  height: 32px;
  background-position: -124px -89px;
}
/********************LAW PAY***************************/
.law-table {
  width: 100%;
}
.law-table .header {
  border: none!important;
  color: #555;
  font-weight: 600!important;
  display: inline;
  line-height: 30px;
  float: left;
}
.law-table select {
  width: 193px;
}
.law-table .odd {
  background-color: #f1f1f1 !important;
}
.law-table .even {
  background-color: white !important;
}
.law-table tbody td,
.law-table thead th {
  border-left: 1px solid #d5d5d5;
  float: left;
  display: inline;
}
.law-table .bank {
  width: 200px;
}
.law-table .type {
  width: 100px;
}
.law-table .account {
  width: 200px;
}
.law-table .merchant {
  width: 200px;
}
.law-table .default-merchant {
  width: 200px;
}
.invoiceLink-firmInfo {
  font-size: 13px;
  line-height: 20px;
  color: #888;
  width: 19%;
  text-align: left;
  float: left;
}
@media all and (max-width: 900px) {
  .invoiceLink-firmInfo {
    margin: 0% !important;
    width: 100%;
  }
}
.retainerLink-firmInfo {
  font-size: 13px;
  line-height: 20px;
  color: #888;
  width: 100%;
  text-align: left;
  float: left;
}
.invoiceLink-firmName {
  padding: 0px;
  margin: 2px 0px 0px 0px;
  font-size: 2em;
}
.time-rate .dijitSelectLabel {
  text-align: left;
  overflow: hidden;
  width: 110px;
}
.two-factor-container {
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 10px #B6B5B5;
  -webkit-box-shadow: 0 5px 10px #B6B5B5;
  -moz-box-shadow: 0 5px 10px #B6B5B5;
  margin: 1% auto 0 auto;
  overflow: hidden;
  padding: 30px 34px;
  width: 300px;
}
.two-factor-container .verification-title {
  margin: 1% auto 0 auto;
  color: gray;
  font-weight: 500;
}
.two-factor-container .verification-icon {
  font-size: 6em;
  margin-left: 44%;
}
.two-factor-container .verify-button {
  width: 100%;
  height: 40px;
  margin-top: 4%;
  background-color: #1ab9e0;
  box-shadow: 0px;
  border: none;
  font-size: 1em;
  padding: 2%;
  color: white;
  cursor: pointer;
}
.two-factor-container .verify-button:hover {
  background-color: #49b3e0;
}
.two-factor-container .verify-input {
  width: 100%;
  height: 33px;
}
/*HEADER FOR TRANSITION WIDGET*/
.transition-header-container {
  background: rgba(249, 246, 246, 0.46);
  height: 45px !important;
  border-bottom: 1px solid #666;
  border-color: #e5e5e5;
  padding: 5px 15px 0px 10px!important;
}
.transition-header-container .title-container {
  height: 45px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px!important;
}
.transition-header-container .title-container .title {
  font-weight: lighter;
  font-size: 1.2em;
  line-height: 1.6em;
  color: #5a5a5a;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 2%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.transition-header-container .centerPanel {
  height: 45px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px!important;
}
.transition-header-container .centerPanel .dijitSelect {
  float: left;
}
.transition-header-container .leftPanel {
  height: 45px !important;
  padding-right: 2%!important;
  padding-top: 5px!important;
}
.transition-header-container .leftPanel .dijit.dijitReset.dijitInline.dijitButton {
  margin: 0px !important;
}
.transition-header-container .rightPanel {
  text-align: right;
  height: 45px !important;
  padding: 5px 0 5px 8px !important;
}
.transition-header-container .rightPanel .cosmo-button {
  display: inline-block;
  height: 35px;
}
.transition-header-container .rightPanel .import-small {
  float: left;
  font-size: 13px;
  padding: 0% 4%;
}
.transition-header-container .rightPanel .dijitButtonDisabled .cosmo-button {
  opacity: 0.7;
}
.transition-header-container .no-back-button {
  padding-top: 0px!important;
}
.transition-header-container .no-back-button .title-container .title {
  font-size: 2em !important;
  line-height: normal;
}
.transition-header-container .backButton .dijitButtonText {
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  background: #7b7c7f;
  background-size: 93px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10%;
  width: 100%;
}
.transition-header-container .backButton:before {
  top: 5px;
}
.transition-header-container .backButton:hover {
  background: none !important;
}
.etb .transition-header-container .dijitContentPaneSingleChild {
  padding: 5px!important;
}
/*LEAN HEADER FOR TRANSITION WIDGET */
.transition-lean-header-container {
  background: rgba(249, 246, 246, 0.46);
  height: 33px !important;
  border-bottom: 1px solid #666;
  border-color: #e5e5e5;
}
.transition-lean-header-container .title-container {
  height: 28px;
  padding: 1%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.transition-lean-header-container .title-container .title {
  font-weight: lighter;
  font-size: 2em;
  color: #5a5a5a;
  width: auto;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 2%;
  height: 100%;
}
.transition-lean-header-container .centerPanel {
  height: 33px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px !important;
}
.transition-lean-header-container .centerPanel .dijitSelect {
  margin: 2.1% auto;
  float: left;
}
.transition-lean-header-container .leftPanel {
  height: 33px !important;
}
.transition-lean-header-container .leftPanel .dijit.dijitReset.dijitInline.dijitButton {
  margin: 0px !important;
}
.transition-lean-header-container .rightPanel {
  text-align: right;
  height: 33px !important;
  padding: 0 !important;
}
.transition-lean-header-container .rightPanel .cosmo-button {
  display: inline-block;
  height: 18px;
}
.transition-lean-header-container .rightPanel .matterBalanceContainer {
  margin: 1.2% auto;
}
.transition-lean-header-container .rightPanel .import-small {
  float: left;
  font-size: 13px;
  padding: 0% 4%;
}
.transition-lean-header-container .rightPanel .dijitButtonDisabled .cosmo-button {
  opacity: 0.7;
}
.transition-lean-header-container .no-back-button {
  padding-left: 15px!important;
}
.transition-lean-header-container .backButton {
  margin: auto 25% !important;
  left: -20px;
}
.transition-lean-header-container .backButton .dijitButtonText {
  display: block;
  font-size: 12px;
  width: 115px;
  height: 13px;
  line-height: 11px;
  background: #7b7c7f;
  background-size: 93px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20%;
}
.transition-lean-header-container .backButton:before {
  left: 7px;
  top: 24px;
}
.transition-lean-header-container .backButton:hover {
  background: none !important;
}
.transition-error {
  width: 100% !important;
  margin: 0px !important;
  background: rgba(208, 68, 55, 0.85) !important;
  border-radius: 0px !important;
}
.oauth-permission .oauth-grant-container {
  background: white;
  width: 70%;
  margin: auto;
  padding: 20px;
  margin: 50px auto;
  border-radius: 4px;
}
.oauth-grant-container h1 {
  margin-top: -10px;
}
.oauth-grant-container ul {
  text-align: left;
  margin-left: 40%;
}
.label-suggest-hint {
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  color: #aaa;
}
.label-container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.label-container .label-item {
  border-radius: 10px;
  background: rgba(211, 211, 211, 0.38);
  padding: 0% 2% 0.5% 2%;
  width: auto;
  font-size: 12px;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  color: #51565A;
}
.label-container .label-item .label-remove-icon {
  margin-left: 3px;
  right: 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.label-container .label-item-blue {
  border-radius: 10px;
  background: #44c9e9;
  padding: 0% 2% 0.5% 2%;
  width: auto;
  font-size: 12px;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  color: #51565A;
}
.label-container .label-item-blue .label-remove-icon {
  margin-left: 3px;
  right: 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.label-container .new {
  background: rgba(113, 204, 82, 0.55) !important;
}
.label-container .label-add-new {
  color: #51565A;
  cursor: pointer;
  float: left;
}
.label-container .label-add-new:before {
  font-family: fontawesome;
  content: "\f0fe";
  margin-right: 5px;
  left: 0;
  font-size: 16px;
  color: #51565A;
}
.label-container .label-add-new-blue {
  color: #51565A;
  cursor: pointer;
  float: left;
}
.label-container .label-add-new-blue:before {
  font-family: fontawesome;
  content: "\f0fe";
  margin-right: 5px;
  left: 0;
  font-size: 16px;
  color: #44c9e9;
}
.email-address-label {
  border-radius: 10px;
  background: rgba(211, 211, 211, 0.38);
  padding: 0 1% 0 1%;
  width: auto;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 1%;
  color: #51565A;
}
.email-address-label .label-remove-icon {
  margin-left: 3px;
  right: 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
/* Data Import */
.dijit.dijitReset.dijitInline.dijitButton.import-data-delete {
  margin: -3px 0px 0px -10px !important;
}
.dijit.dijitReset.dijitInline.dijitButton.import-data-autofix {
  margin: 5px 0px 0px 10px !important;
}
.dijit.dijitReset.dijitInline.dijitDropDownButton.import-data-findAndReplace {
  margin: 5px 0px 0px 10px !important;
}
.dijit.dijitReset.dijitInline.dijitDropDownButton.import-data-findAndReplace .dijitDownArrowButton {
  background: none !important;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  height: 26px !important;
  line-height: 24px !important;
}
.dijit.dijitReset.dijitInline.dijitButton.import-data-clear {
  margin: 5px 0px 0px 10px !important;
}
#matter-data-grid-container,
#contact-data-grid-container,
#note-data-grid-container,
#payee-data-grid-container,
#relation-data-grid-container,
#event-data-grid-container,
#task-data-grid-container,
#time-data-grid-container,
#expense-data-grid-container {
  width: 100%;
  height: 100%;
  padding: 0px !important;
}
#matter-data-grid-container .dijitToolbar,
#contact-data-grid-container .dijitToolbar,
#note-data-grid-container .dijitToolbar,
#payee-data-grid-container .dijitToolbar,
#relation-data-grid-container .dijitToolbar,
#event-data-grid-container .dijitToolbar,
#task-data-grid-container .dijitToolbar,
#time-data-grid-container .dijitToolbar,
#expense-data-grid-container .dijitToolbar {
  padding: 0px !important;
}
#matter-data-grid-container .dijitToolbar:nth-child(1),
#contact-data-grid-container .dijitToolbar:nth-child(1),
#note-data-grid-container .dijitToolbar:nth-child(1),
#payee-data-grid-container .dijitToolbar:nth-child(1),
#relation-data-grid-container .dijitToolbar:nth-child(1),
#event-data-grid-container .dijitToolbar:nth-child(1),
#task-data-grid-container .dijitToolbar:nth-child(1),
#time-data-grid-container .dijitToolbar:nth-child(1),
#expense-data-grid-container .dijitToolbar:nth-child(1) {
  margin: 0px 7px 10px -10px !important;
}
#matter-data-grid-container .dijitBorderContainer,
#contact-data-grid-container .dijitBorderContainer,
#note-data-grid-container .dijitBorderContainer,
#payee-data-grid-container .dijitBorderContainer,
#relation-data-grid-container .dijitBorderContainer,
#event-data-grid-container .dijitBorderContainer,
#task-data-grid-container .dijitBorderContainer,
#time-data-grid-container .dijitBorderContainer,
#expense-data-grid-container .dijitBorderContainer {
  width: 100%!important;
  height: 100% !important;
  padding: 0px !important;
}
#matter-data-grid-container .dijitBorderContainer .dijitContentPane,
#contact-data-grid-container .dijitBorderContainer .dijitContentPane,
#note-data-grid-container .dijitBorderContainer .dijitContentPane,
#payee-data-grid-container .dijitBorderContainer .dijitContentPane,
#relation-data-grid-container .dijitBorderContainer .dijitContentPane,
#event-data-grid-container .dijitBorderContainer .dijitContentPane,
#task-data-grid-container .dijitBorderContainer .dijitContentPane,
#time-data-grid-container .dijitBorderContainer .dijitContentPane,
#expense-data-grid-container .dijitBorderContainer .dijitContentPane {
  width: 100%!important;
  padding: 0px !important;
}
#matter-data-grid-container .cosmo-search-toolbar,
#contact-data-grid-container .cosmo-search-toolbar,
#note-data-grid-container .cosmo-search-toolbar,
#payee-data-grid-container .cosmo-search-toolbar,
#relation-data-grid-container .cosmo-search-toolbar,
#event-data-grid-container .cosmo-search-toolbar,
#task-data-grid-container .cosmo-search-toolbar,
#time-data-grid-container .cosmo-search-toolbar,
#expense-data-grid-container .cosmo-search-toolbar {
  width: 100%;
  padding: 0px !important;
}
.importDataTabContainer {
  height: calc(100% - 60px) !important;
}
.importDataTabContainer .dijitTabContainerTopNone {
  height: 41px !important;
  width: 103% !important;
}
.importDataTabContainer .dgrid {
  width: calc(100% - 50px) !important;
}
.importDataTabContainer .dijitTabDisabled {
  display: none !important;
}
.email-invoices--tab-container .dijitTabDisabled {
  display: none !important;
}
.custom-fields--tab-container .dijitTabDisabled {
  display: none !important;
}
.importDataMatterGrid .dgrid-header {
  overflow: visible;
}
.importDataMatterGrid .dgrid-grid {
  width: 100%;
}
.importDataMatterGrid .dgrid-column-0-0 {
  width: 8px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importDataMatterGrid .dgrid-column-0-0 input {
  width: 100%;
  height: 53%;
  margin-top: 33%;
  margin-left: -1%;
}
.importDataMatterGrid .field-status {
  width: 7px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: inherit !important;
}
.importDataMatterGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importDataMatterGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importDataMatterGrid .field-status .fa {
  margin-top: -7px !important;
}
.importDataMatterGrid .field-clientName {
  width: 60px !important;
}
.importDataMatterGrid .field-clientName .dijitValidationTextBox {
  width: 100% !important;
}
.importDataMatterGrid .field-bankChartOfAccountNumber {
  width: 60px !important;
}
.importDataMatterGrid .field-bankChartOfAccountNumber .dijitValidationTextBox {
  width: 100% !important;
}
.importDataMatterGrid .field-bankName {
  width: 50px !important;
}
.importDataMatterGrid .field-bankName .dijitValidationTextBox {
  width: 100% !important;
}
.importDataMatterGrid .field-matterName {
  width: 60px !important;
}
.importDataMatterGrid .field-matterName .dijitValidationTextBox {
  width: 100% !important;
}
.importDataMatterGrid .field-matterOpenDate {
  width: 33px !important;
}
.importDataMatterGrid .field-matterOpenDate .dijitTextBox {
  width: 100% !important;
}
.importDataMatterGrid .field-matterFileNumber {
  width: 30px !important;
}
.importDataMatterGrid .field-matterFileNumber .dijitValidationTextBox {
  width: 100% !important;
}
.importDataMatterGrid .field-active {
  width: 16px !important;
}
.importDataMatterGrid .field-active table {
  height: 20px !important;
}
.importDataMatterGrid .field-active table td.dijitReset.dijitRight.dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer,
.importDataMatterGrid .field-active table td.dijitReset.dijitStretch.dijitButtonContents {
  height: 24px !important;
}
.importDataMatterGrid .field-billingMethod {
  width: 29px !important;
}
.importDataMatterGrid .field-billingMethod table {
  height: 20px !important;
}
.importDataMatterGrid .field-billingMethod table td.dijitReset.dijitRight.dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer,
.importDataMatterGrid .field-billingMethod table td.dijitReset.dijitStretch.dijitButtonContents {
  height: 24px !important;
}
.importDataMatterGrid .field-trustBankName {
  width: 40px !important;
}
.importDataMatterGrid .field-trustBankName .dijitValidationTextBox {
  width: 100% !important;
}
.importDataMatterGrid .field-matterOwnerName {
  width: 40px !important;
}
.importDataMatterGrid .field-matterOwnerName .dijitValidationTextBox {
  width: 100% !important;
}
.importDataMatterGrid .field-billingFrequency {
  width: 40px !important;
}
.importDataMatterGrid .field-matterNotes {
  width: 80px !important;
}
.importDataMatterGrid .dgrid-content {
  width: 100%;
}
.importTaskMainGrid .dgrid-header {
  overflow: visible;
}
.importTaskMainGrid .dgrid-grid {
  width: 100%;
}
.importTaskMainGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importTaskMainGrid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 33%;
  margin-left: -1%;
}
.importTaskMainGrid .field-status {
  width: 30px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importTaskMainGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importTaskMainGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importTaskMainGrid .field-status .fa {
  margin-top: -7px !important;
}
.importTaskMainGrid .field-name {
  width: 80px !important;
}
.importTaskMainGrid .field-taskCode {
  width: 80px !important;
}
.importTaskMainGrid .field-description {
  width: 150px !important;
}
.importTaskMainGrid .field-rateSettingType {
  width: 120px !important;
}
.importTaskMainGrid .field-taskRate {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-defaultRate {
  width: 80px !important;
}
.importTaskMainGrid .field-level1 {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-level2 {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-level3 {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-level4 {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-level5 {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-level6 {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-level7 {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-level8 {
  width: 60px !important;
  text-align: center !important;
}
.importTaskMainGrid .field-active_Label {
  width: 80px !important;
}
.importShorthandGrid .dgrid-header {
  overflow: visible;
}
.importShorthandGrid .dgrid-grid {
  width: 100%;
}
.importShorthandGrid .field-Select_Item {
  width: 10px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importShorthandGrid .field-Select_Item input {
  width: 100%;
  height: 50%;
  margin-top: 23%;
  margin-left: -1%;
}
.importShorthandGrid .field-status {
  width: 20px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importShorthandGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importShorthandGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importShorthandGrid .field-status .fa {
  margin-top: -7px !important;
}
.importShorthandGrid .field-code {
  width: 120px !important;
}
.importShorthandGrid .field-description {
  width: 180px !important;
}
.importMatterListGrid .dgrid-header {
  overflow: visible;
}
.importMatterListGrid .dgrid-grid {
  width: 100%;
}
.importMatterListGrid .field-Select_Item {
  width: 10px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importMatterListGrid .field-Select_Item input {
  width: 100%;
  height: 50%;
  margin-top: 25%;
  margin-left: -1%;
}
.importMatterListGrid .field-status {
  width: 20px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importMatterListGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importMatterListGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importMatterListGrid .field-status .fa {
  margin-top: -7px !important;
}
.importMatterListGrid .field-description {
  width: 180px !important;
}
.importMemoListGrid .dgrid-header {
  overflow: visible;
}
.importMemoListGrid .dgrid-grid {
  width: 100%;
}
.importMemoListGrid .field-Select_Item {
  width: 10px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importMemoListGrid .field-Select_Item input {
  width: 100%;
  height: 50%;
  margin-top: 25%;
  margin-left: -1%;
}
.importMemoListGrid .field-status {
  width: 20px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importMemoListGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importMemoListGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importMemoListGrid .field-status .fa {
  margin-top: -7px !important;
}
.importMemoListGrid .field-description {
  width: 180px !important;
}
.importLabelsGrid .dgrid-header {
  overflow: visible;
}
.importLabelsGrid .dgrid-grid {
  width: 100%;
}
.importLabelsGrid .field-Select_Item {
  width: 10px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importLabelsGrid .field-Select_Item input {
  width: 100%;
  height: 50%;
  margin-top: 25%;
  margin-left: -1%;
}
.importLabelsGrid .field-status {
  width: 20px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importLabelsGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importLabelsGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importLabelsGrid .field-status .fa {
  margin-top: -7px !important;
}
.importLabelsGrid .field-category {
  width: 80px !important;
}
.importLabelsGrid .field-label {
  width: 80px !important;
}
.importLabelsGrid .field-status {
  width: 70px !important;
}
.importContactTypeGrid .dgrid-header {
  overflow: visible;
}
.importContactTypeGrid .dgrid-grid {
  width: 100%;
}
.importContactTypeGrid .field-Select_Item {
  width: 40px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importContactTypeGrid .field-Select_Item input {
  width: 100%;
  height: 50%;
  margin-top: 25%;
  margin-left: -1%;
}
.importContactTypeGrid .field-status {
  width: 40px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importContactTypeGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importContactTypeGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importContactTypeGrid .field-status .fa {
  margin-top: -7px !important;
}
.importContactTypeGrid .field-description {
  width: 180px !important;
}
.importAreaOfLawGrid .dgrid-header {
  overflow: visible;
}
.importAreaOfLawGrid .dgrid-grid {
  width: 100%;
}
.importAreaOfLawGrid .field-Select_Item {
  width: 40px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importAreaOfLawGrid .field-Select_Item input {
  width: 100%;
  height: 50%;
  margin-top: 25%;
  margin-left: -1%;
}
.importAreaOfLawGrid .field-status {
  width: 40px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importAreaOfLawGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importAreaOfLawGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importAreaOfLawGrid .field-status .fa {
  margin-top: -7px !important;
}
.importAreaOfLawGrid .field-code {
  width: 120px !important;
}
.importAreaOfLawGrid .field-classid {
  width: 130px !important;
  text-align: center !important;
}
.importAreaOfLawGrid .field-description {
  width: 180px !important;
  text-align: center !important;
}
.importEbillingSettingsGrid .dgrid-header {
  overflow: visible;
}
.importEbillingSettingsGrid .dgrid-grid {
  width: 100%;
}
.importEbillingSettingsGrid .field-Select_Item {
  width: 40px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importEbillingSettingsGrid .field-Select_Item input {
  width: 100%;
  height: 50%;
  margin-top: 25%;
  margin-left: -1%;
}
.importEbillingSettingsGrid .field-status {
  width: 40px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importEbillingSettingsGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importEbillingSettingsGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importEbillingSettingsGrid .field-status .fa {
  margin-top: -7px !important;
}
.importEbillingSettingsGrid .field-matterkey {
  width: 120px !important;
}
.importEbillingSettingsGrid .field-mattername {
  width: 130px !important;
  text-align: center !important;
}
.importEbillingSettingsGrid .field-clientname {
  width: 180px !important;
  text-align: center !important;
}
.importEbillingFormatGrid .dgrid-header {
  overflow: visible;
}
.importEbillingFormatGrid .dgrid-grid {
  width: 100%;
}
.importEbillingFormatGrid .field-Select_Item {
  width: 40px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importEbillingFormatGrid .field-Select_Item input {
  width: 100%;
  height: 50%;
  margin-top: 25%;
  margin-left: -1%;
}
.importEbillingFormatGrid .field-status {
  width: 40px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importEbillingFormatGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importEbillingFormatGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importEbillingFormatGrid .field-status .fa {
  margin-top: -7px !important;
}
.importEbillingFormatGrid .field-matterkey {
  width: 120px !important;
}
.importEbillingFormatGrid .field-mattername {
  width: 130px !important;
  text-align: center !important;
}
.importEbillingFormatGrid .field-clientname {
  width: 140px !important;
  text-align: center !important;
}
.importEbillingFormatGrid .field-ebillingformatid {
  width: 145px !important;
  text-align: center !important;
}
.importEbillingFormatGrid .field-clientid {
  width: 150px !important;
  text-align: center !important;
}
.importEbillingFormatGrid .field-ebillingclientmatterid {
  width: 155px !important;
  text-align: center !important;
}
.importEbillingFormatGrid .field-billingstartdate {
  width: 160px !important;
  text-align: center !important;
}
.importExpenseMainGrid .dgrid-header {
  overflow: visible;
}
.importExpenseMainGrid .dgrid-grid {
  width: 100%;
}
.importExpenseMainGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importExpenseMainGrid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 33%;
  margin-left: -1%;
}
.importExpenseMainGrid .field-status {
  width: 30px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importExpenseMainGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importExpenseMainGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importExpenseMainGrid .field-status .fa {
  margin-top: -7px !important;
}
.importExpenseMainGrid .field-name {
  width: 130px !important;
}
.importExpenseMainGrid .field-code {
  width: 120px !important;
}
.importExpenseMainGrid .field-description {
  width: 180px !important;
}
.importExpenseMainGrid .field-unitPrice {
  width: 120px !important;
  text-align: center !important;
}
.importExpenseMainGrid .field-taxable {
  width: 140px !important;
  text-align: center !important;
}
.importExpenseMainGrid .field-combine {
  width: 250px !important;
  text-align: center !important;
}
.importExpenseMainGrid .field-includeInRealEstateExport {
  width: 280px !important;
  text-align: center !important;
}
.importExpenseMainGrid .field-active_Label {
  width: 80px !important;
}
.importDataNoteGrid .dgrid-header {
  overflow: visible;
}
.importDataNoteGrid .dgrid-grid {
  width: 100%;
}
.importDataNoteGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importDataNoteGrid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 33%;
  margin-left: -1%;
}
.importDataNoteGrid .field-status {
  width: 30px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: hidden !important;
}
.importDataNoteGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importDataNoteGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importDataNoteGrid .field-status .fa {
  margin-top: -7px !important;
}
.importDataNoteGrid .field-note {
  width: 220px !important;
}
.importDataNoteGrid .field-matterIdentifier {
  width: 180px !important;
}
.importDataNoteGrid .field-userName {
  width: 220px !important;
}
.importInvoiceWriteOffGrid .dijitContainer {
  width: 100%!important;
}
.importInvoiceWriteOffGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importInvoiceWriteOffGrid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 33%;
  margin-left: -1%;
}
.importInvoiceWriteOffGrid .field-status {
  width: 30px !important;
  text-overflow: unset !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
}
.importInvoiceWriteOffGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importInvoiceWriteOffGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importInvoiceWriteOffGrid .field-status .fa {
  margin-top: -7px !important;
}
.brandGrid .dijitContainer {
  width: 100%!important;
}
.brandGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: left;
  display: table-cell;
}
.brandGrid .field-Select_Item input {
  width: 100%;
  height: 23%;
  margin-top: 33%;
  margin-left: -1%;
}
.brandGrid .field-brandID {
  width: 200px;
}
.brandGrid .field-DBA {
  width: 900px;
}
.brandGrid .field-status {
  width: 50px;
}
.brandGrid .field-edit {
  width: 100px;
}
.phoneNumberGrid .dijitContainer {
  width: 100%!important;
}
.phoneNumberGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.phoneNumberGrid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 13%;
  margin-left: -1%;
}
.phoneNumberGrid .field-phoneNumber {
  width: 200px;
}
.phoneNumberGrid .field-phoneNumberStatus {
  width: 50px;
}
.phoneNumberGrid .field-edit {
  width: 100px;
}
.phoneNumberGrid .field-phoneForwardNumber {
  width: 0px;
  display: none;
}
.campaignGrid .dijitContainer {
  width: 100%!important;
}
.campaignGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: left;
  display: table-cell;
}
.campaignGrid .field-Select_Item input {
  width: 100%;
  height: 23%;
  margin-top: 13%;
  margin-left: -1%;
}
.campaignGrid .field-campaignType {
  width: 200px;
}
.campaignGrid .field-campaignStatus {
  width: 50px;
}
.campaignGrid .field-edit {
  width: 100px;
}
.createAvailableNumbersGrid .dijitContainer {
  width: 100%!important;
}
.createAvailableNumbersGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: left;
  display: table-cell;
}
.createAvailableNumbersGrid .field-Select_Item input {
  width: 100%;
  height: 23%;
  margin-top: 13%;
  margin-left: -1%;
}
.createAvailableNumbersGrid .field-phoneNumber {
  width: 600px;
}
.importDataRelationGrid .dgrid-header {
  overflow: visible;
}
.importDataRelationGrid .dgrid-grid {
  width: 100%;
}
.importDataRelationGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importDataRelationGrid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 33%;
  margin-left: -1%;
}
.importDataRelationGrid .field-status {
  width: 30px !important;
  text-overflow: unset !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
}
.importDataRelationGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importDataRelationGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importDataRelationGrid .field-status .fa {
  margin-top: -7px !important;
}
.importDataRelationGrid .field-note {
  width: 220px !important;
}
.importDataRelationGrid .field-matterIdentifier {
  width: 180px !important;
}
.importDataRelationGrid .field-contactIdentifier {
  width: 180px !important;
}
.importDataRelationGrid .field-contactName {
  width: 180px !important;
}
.importDataRelationGrid .field-relationType {
  width: 180px !important;
}
.importDataRelationGrid .field-userName {
  width: 220px !important;
}
.importDataPayeeGrid .dgrid-header,
.importEventGrid .dgrid-header,
.importTaskGrid .dgrid-header,
.importTimeGrid .dgrid-header,
.importExpenseGrid .dgrid-header {
  overflow: visible;
}
.importDataPayeeGrid .dgrid-grid,
.importEventGrid .dgrid-grid,
.importTaskGrid .dgrid-grid,
.importTimeGrid .dgrid-grid,
.importExpenseGrid .dgrid-grid {
  width: 100%;
}
.importDataPayeeGrid .field-Select_Item,
.importEventGrid .field-Select_Item,
.importTaskGrid .field-Select_Item,
.importTimeGrid .field-Select_Item,
.importExpenseGrid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importDataPayeeGrid .field-Select_Item input,
.importEventGrid .field-Select_Item input,
.importTaskGrid .field-Select_Item input,
.importTimeGrid .field-Select_Item input,
.importExpenseGrid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 33%;
  margin-left: -1%;
}
.importDataPayeeGrid .field-Select_Item,
.importEventGrid .field-Select_Item,
.importTaskGrid .field-status,
.importTimeGrid .field-status,
.importExpenseGrid .field-status {
  width: 30px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: inherit !important;
}
.importDataPayeeGrid .field-Select_Item,
.importEventGrid .field-Select_Item,
.importEventGrid .field-status {
  width: 30px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: inherit !important;
}
.importDataPayeeGrid .field-status {
  width: 30px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: inherit !important;
}
.importDataPayeeGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importDataPayeeGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importDataPayeeGrid .field-status .fa {
  margin-top: -7px !important;
}
.importDataPayeeGrid .field-state {
  width: 85px;
}
.importDataPayeeGrid .field-state .dijitValidationTextBox {
  width: 100% !important;
}
.importDataPayeeGrid .field-country {
  width: 85px;
}
.importDataPayeeGrid .field-country .dijitValidationTextBox {
  width: 100% !important;
}
.importDataPayeeGrid .field-eligibleFor1099 {
  width: 70px;
}
.importDataPayeeGrid .field-eligibleFor1099 .dijitValidationTextBox {
  width: 100% !important;
}
.importDataPayeeGrid .field-city {
  width: 130px;
}
.importDataPayeeGrid .field-city .dijitValidationTextBox {
  width: 100% !important;
}
.importDataPayeeGrid .field-phone {
  width: 120px;
}
.importDataPayeeGrid .field-phone .dijitValidationTextBox {
  width: 100% !important;
}
.importDataPayeeGrid .field-zip {
  width: 65px;
}
.importDataPayeeGrid .field-zip .dijitValidationTextBox {
  width: 100% !important;
}
.time-tracker-grid-container {
  height: 100% !important;
}
.dateToolTipContainer {
  width: 200px;
  height: 30px;
  padding: 10px;
}
.actionToolbar-Timesheet .dijit.dijitReset.dijitInline.dijitButton:before {
  display: none!important;
  content: none!important;
}
.activitiesTimesheetGrid .ticking-timer-icon:before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 17px;
  color: #80C679;
  cursor: pointer;
}
.activitiesTimesheetGrid .field-tickingLabel {
  width: 32px;
}
.activitiesTimesheetGrid .field-time {
  width: 60px;
}
.activitiesTimesheetGrid .field-customDate {
  width: 75px;
}
.activitiesTimesheetGrid .field-billingStatus {
  width: 75px;
}
.activitiesTimesheetGrid .field-value {
  width: 100px;
}
.activitiesTimesheetGrid .field-userFullName {
  width: 140px;
}
.timecard-listing-button.cosmo-button .dijitReset {
  line-height: 19px !important;
}
.timesheetGrid .dgrid-cell.cosmo-textAlign-right {
  padding-right: 10px !important;
}
.timesheetGrid .standby-fix {
  height: 100% !important;
  margin-top: 26px;
}
.timesheetGrid .dgrid-grid {
  width: 100%;
  height: calc(100% - 140px) !important;
}
.timesheetGrid .dgrid-content .dgrid-cell {
  height: 60px !important;
}
.timesheetGrid .dgrid-header {
  /*overflow: visible;*/
}
.timesheetGrid .dgrid-row {
  max-height: 60px !important;
  height: 60px !important;
}
.timesheetGrid .dgrid-header .dgrid-row-table .dgrid-cell,
.timesheetGrid .dgrid-header.dgrid-header-row {
  background: #eeeeee;
  color: #7B7C7F !important;
  font-weight: bold !important;
}
.timesheetGrid .dgrid-cell {
  border: none;
  font-weight: normal !important;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.timesheetGrid .dgrid-cell .timeAmountMarginLabel {
  height: 24px !important;
}
.timesheetGrid .dgrid-cell .timeAmountMarginLabel span {
  height: 20px !important;
}
.timesheetGrid .dgrid-selected,
.timesheetGrid .dgrid-selected:hover {
  background: rgba(68, 201, 233, 0.3) !important;
  outline: 1px solid #44c9e9;
}
.timesheetGrid .field-Select_Item {
  width: 26px;
  line-height: 26px;
}
.timesheetGrid .field-ticking {
  width: 21px;
}
.timesheetGrid .timeBilledTimerEdit {
  width: 96%;
  font-size: 15px;
}
.timesheetGrid .field-time {
  width: 100px;
}
.timesheetGrid .field-hour {
  width: 70px;
}
.timesheetGrid input[type=checkbox]:focus {
  box-shadow: 0 0 5px #51cbee !important;
  border: 1px solid #44c9e9 !important;
}
.timesheetGrid .timeAmountMarginLabel button:focus {
  box-shadow: 0 0 5px #51cbee !important;
  border: 1px solid #44c9e9 !important;
}
.timesheetGrid .dijitButtonFocused {
  box-shadow: 0 0 5px #51cbee !important;
  border: 1px solid #44c9e9 !important;
}
.timesheetGrid td.field-time {
  padding-bottom: 10px;
}
.timesheetGrid td.field-time .cosmolex-inline-edit {
  padding-left: 15px;
  margin-left: 0;
}
.timesheetGrid td.field-time .timer {
  margin-top: 5px;
}
.timesheetGrid td.field-time .dgrid-sort-arrow {
  margin: 0 8px 0 5px !important;
}
.timesheetGrid td.field-time .cosmolex-inline-edit-box {
  padding: 0 3px 3px;
}
.timesheetGrid td.field-time .save-cancel-buttons {
  width: 52px;
  float: right;
}
.timesheetGrid td.field-time .dijitNoIcon {
  display: none;
}
.timesheetGrid td.field-time .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled {
  margin: 0px 3px !important;
}
.timesheetGrid .field-customDate {
  width: 140px;
}
.timesheetGrid .field-customDate .cosmo-date-input.dijitTextBox:before {
  padding: 5px !important;
  font-size: 17px !important;
}
.timesheetGrid .field-clientMatterName {
  width: 180px;
}
.timesheetGrid .field-taskName {
  width: 180px;
}
.timesheetGrid .field-taskName .dijitSelect .dijitSelectLabel {
  width: 250px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timesheetGrid .field-activityName {
  width: 180px;
}
.timesheetGrid .field-activityName .dijitSelect .dijitSelectLabel {
  width: 250px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timesheetGrid .field-billingStatusId {
  width: 110px;
}
.timesheetGrid .field-timekeeperName {
  width: 80px;
}
.timesheetGrid .field-timekeeperName .dijitSelect .dijitSelectLabel {
  width: 35px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timesheetGrid .field-value {
  width: 100px;
  font-size: 15px !important;
}
.timesheetGrid .field-description {
  max-height: 60px;
  min-width: 200px;
  width: 200px;
}
.timesheetGrid .field-ebillingEnabled {
  width: 20px;
  text-align: center !important;
}
.timesheetGrid .field-ebillingEnabled .matter-ebilling-icon {
  font-size: 25px !important;
  margin: -12px !important;
}
.timesheetGrid .field-editTimesheet,
.timesheetGrid .field-resetTimesheet,
.timesheetGrid .field-promoteTimesheet {
  width: 32px !important;
  text-align: center !important;
  text-overflow: unset !important;
  padding: 0px !important;
}
.timesheetGrid .field-resetTimesheet {
  font-size: 12px !important;
}
.timesheetGrid .field-resetTimesheet .timesheetResetButton {
  padding-left: 0 !important;
  color: #7B7C7F !important;
}
.timesheetGrid .field-resetTimesheet .timesheetResetButton:hover {
  color: #A8A8A8 !important;
}
.timesheetGrid .cell-description-focused {
  height: 70px !important;
}
.timesheetGrid .dgrid-row.row-description-focused {
  max-height: none !important;
  height: auto !important;
}
.timesheetGrid textarea {
  max-height: 55px;
}
.timesheetGrid textarea::-webkit-input-placeholder {
  color: #AAAAAA;
  font-style: italic;
  font-size: 10px;
  padding-top: 2px;
}
.timesheetGrid textarea::-moz-placeholder {
  color: #AAAAAA;
  font-style: italic;
  font-size: 10px;
  padding-top: 2px;
}
.timesheetGrid .dijitValidationTextBoxLabel {
  font-size: 15px;
}
.timesheetGrid .dijitPlaceHolder {
  font-size: 10px;
}
.billingFrequencySelect .dijitValidationTextBoxLabel {
  overflow: hidden;
  max-width: 175px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.billingFrequencySelectFinancial .dijitValidationTextBoxLabel {
  overflow: hidden;
  max-width: 210px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.importDataContactGrid .dgrid-header {
  overflow: visible;
}
.importDataContactGrid .dgrid-grid {
  width: 100%;
}
.importDataContactGrid .field-Select_Item {
  width: 18px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.importDataContactGrid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 33%;
  margin-left: -1%;
}
.importDataContactGrid .field-status {
  width: 17px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em !important;
  overflow: hidden;
  text-overflow: inherit !important;
}
.importDataContactGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importDataContactGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.importDataContactGrid .field-status .fa {
  margin-top: -7px !important;
}
.importDataContactGrid .field-clientName {
  width: 120px;
}
.importDataContactGrid .field-clientName .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-clientName input[type="text"]:disabled {
  border: none !important;
  background-color: white !important;
}
.importDataContactGrid .field-workPhone {
  width: 55px;
}
.importDataContactGrid .field-workPhone .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-cellPhone {
  width: 60px;
}
.importDataContactGrid .field-cellPhone .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-emailAddress {
  width: 120px;
}
.importDataContactGrid .field-emailAddress .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-address1 {
  width: 60px;
}
.importDataContactGrid .field-address1 div {
  width: 100% !important;
}
.importDataContactGrid .field-address2 {
  width: 60px;
}
.importDataContactGrid .field-address2 .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-city {
  width: 60px;
}
.importDataContactGrid .field-city .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-state {
  width: 55px;
}
.importDataContactGrid .field-state .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-country {
  width: 55px;
}
.importDataContactGrid .field-country .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-zip {
  width: 60px;
}
.importDataContactGrid .field-zip .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-contactId {
  width: 50px;
}
.importDataContactGrid .field-contactId .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-companyName {
  width: 70px;
}
.importDataContactGrid .field-companyName .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-primaryContactName {
  width: 50px;
}
.importDataContactGrid .field-contactIsEntity {
  width: 50px;
}
.importDataContactGrid .field-type {
  width: 77px;
}
.importDataContactGrid .field-type .dijitValidationTextBox {
  width: 100% !important;
}
.importDataContactGrid .field-type .dijitSelect .dijitButtonContents {
  max-width: 66px;
  overflow: hidden;
}
.importDataContactGrid .field-type .dijitSelect .dijitButtonContents .dijitSelectLabel {
  max-width: 65px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.importDataContactGrid .field-notes {
  width: 60px;
}
.importDataContactGrid .field-notes .dijitValidationTextBox {
  width: 100% !important;
}
#contact-data-grid-container {
  width: 100%;
  height: 100%;
}
.logDetailsGrid .field-propertyName {
  width: 150px;
}
.logDetailsGrid .field-original {
  width: 150px;
}
.logDetailsGrid .field-autofixed {
  width: 150px;
}
.logDetailsGrid .field-message {
  width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.logDetailsGrid .field-errorType {
  width: 35px;
  text-align: center;
}
.import-data-load-main-container {
  width: 100% !important;
  height: 100%;
  position: absolute;
}
.import-data-load-main-container .dijitTabContainerTopChildWrapper {
  height: 100%;
}
.import-data-main-container {
  width: 100%;
  height: 500px;
  display: block !important;
  position: relative;
  top: 0px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.import-data-main-container span {
  left: 45%;
  margin: 0px 0 0 0px;
  top: 63%;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  color: black;
  font-weight: bolder;
  opacity: 1;
}
.import-data-processing-container {
  width: 100%;
  height: 100%;
  display: block !important;
  position: absolute;
  top: 0px !important;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.9);
}
.import-data-processing-container span {
  left: 50%;
  margin: 20px 0 0px -62px;
  top: 50%;
  font-size: 1em;
  display: block;
  position: absolute;
  color: black;
  font-weight: bolder;
  opacity: 1;
}
.import-data--grid-container {
  box-sizing: border-box;
  padding-right: 0 !important;
}
.generic-processing-container {
  width: 100%;
  height: 100%;
  display: block !important;
  position: relative;
  top: 0px !important;
  overflow-y: hidden;
  overflow-x: hidden;
}
.generic-processing-container span {
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  top: 70%;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  color: black;
  font-weight: bolder;
  opacity: 1;
}
.import-global-replace-container {
  width: 100%;
  height: 500px;
  display: block !important;
  position: absolute;
  top: -100px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.processing-generic-container {
  width: 100%;
  height: 100%;
  display: block !important;
  position: absolute;
  top: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}
.processing-generic-container.processing-time-container {
  height: 725px;
}
.processing-generic-container.processing-time-container .upgrade-loading--icon {
  top: 290px;
}
.processing-generic-container.processing-time-container .upgrade-loading--text {
  top: 380px;
}
.processing-generic-container.centered-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.import-buttons {
  height: 30px;
}
.import-buttons .dijitReset {
  line-height: 1.6 !important;
}
.import-buttons.dijit.dijitReset.dijitInline.dijitButton {
  margin: 0.2em !important;
}
.importCompleted {
  padding: 2px 5px;
  position: relative;
}
.importCompleted:after {
  content: "\f00c";
  font-size: 0.3em;
  color: #2ecc71;
  margin-top: 5%;
  position: absolute;
  left: 0;
  margin-left: 47%;
}
.importConveyancerGrid .field-status {
  width: 30px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1em !important;
  overflow: hidden;
  text-overflow: inherit !important;
}
.importConveyancerGrid .field-status .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.importConveyancerGrid .field-status .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0 !important;
}
.importConveyancerGrid .field-status .fa {
  margin-top: -7px !important;
}
.importConveyancerGrid .field-import {
  width: 30px !important;
}
.importConveyancerGrid .field-clientMatterName {
  width: 150px !important;
}
.importConveyancerGrid .field-timekeeperName {
  width: 120px !important;
}
.importConveyancerGrid .field-edit {
  width: 35px !important;
}
.importConveyancerGrid .field-amount {
  text-align: right !important;
}
.importConveyancerGrid .field-ratePrice {
  text-align: right !important;
}
.importConveyancerGrid .field-tax1 {
  text-align: right !important;
}
.importConveyancerGrid .field-tax2 {
  text-align: right !important;
}
.importConveyancerGrid .field-total {
  text-align: right !important;
}
.logsGrid .dgrid-header {
  height: 23px;
}
.logsGrid .dgrid-scroller {
  margin-top: 23px !important;
}
.logsInformationContainer .dijitContainer,
.logsInformationContainer .dijitBorderContainer,
.logsInformationContainer .dijitBorderContainerPane {
  height: 100% !important;
  width: 100% !important;
}
.logsInformationContainer .dijitBorderContainer-dijitContentPane {
  width: 98% !important;
  height: 95% !important;
}
.import-summary {
  font-size: 13px;
  color: #51565A;
  display: block;
  margin-right: 1%;
  float: right;
  line-height: 3;
  width: 37%;
  text-align: right;
}
.import-summary i {
  margin-left: 2%;
}
.import-error {
  margin: 0px !important;
  width: 100% !important;
  border-radius: 0px !important;
  opacity: 0.9;
}
.comment {
  padding-left: 5px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  border-left: 5px solid white;
}
.comment:hover {
  background-color: #f5f5f5;
  border-left: 5px solid #44c9e9 !important;
}
.comment .comment-title {
  width: 84%;
  display: inline-block;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
}
.comment .comment-status {
  border-radius: 10px;
  color: white;
  display: inline-block;
  float: right;
  padding: 0.3%;
  text-align: center;
  width: 8%;
  font-weight: normal;
}
.comment .comment-status.open-comment {
  background: #80C679;
}
.comment .comment-status.close-comment {
  background: #7B7C7F;
}
.comment .comment-options {
  background-color: transparent;
  -moz-box-sizing: border-box;
  width: 5%;
  text-align: center;
  color: #7b7c7f;
  display: inline-block;
  height: 25px !important;
  float: right;
}
.comment .comment-options:hover {
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-image: none;
  background: #f5f5f5;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.comment .comment-options:before {
  font-family: FontAwesome;
  content: "\f141";
  font-size: 24px;
  cursor: pointer;
}
.comment .comment-options .comment-tooltip {
  width: 100px;
  position: absolute;
  margin-left: -65px;
  text-align: left;
}
.comment .comment-options .comment-tooltip .tooltip-item {
  cursor: pointer;
  width: 115px;
  height: 30px;
  padding: 7px 0px 0px 5px;
  border-left: 3px solid #C2C2C2;
  clear: both;
  font-weight: normal;
}
.comment .comment-options .comment-tooltip .tooltip-item:hover {
  font-weight: bold;
}
.comment .comment-options .comment-tooltip .tooltip-item-bottom {
  border-bottom: 1px solid #C2C2C2;
}
.comment .comment-options .comment-tooltip .dijitTooltipContainer {
  padding: 0px;
  margin: 0px;
  height: 92px;
  width: 115px;
  border: 1px solid #C2C2C2 !important;
}
.comment .comment-options .comment-tooltip .dijitTooltipFocusNode {
  padding: 0px;
  margin: 0px;
  height: 120px;
}
.comment .comment-message {
  padding: 1% 2.5%;
}
.comments {
  padding: 1% 2%;
}
.comments .comment-editor-container {
  margin-top: 2%;
}
.comments .comment-editor-container .editor-buttons {
  border-top: 1px solid lightgray;
  padding-top: 1%;
}
.comments .split-comment {
  background: rgba(211, 211, 211, 0.07);
}
.comments .no-comments-container {
  width: 100%;
  text-align: center;
  color: lightgray;
  font-size: 2.5em;
  margin-top: 15%;
}
.comments .comment-context-title {
  width: 80%;
  float: left;
  display: inline-block;
  text-align: left;
  font-size: 1.3em;
  color: gray;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-primary {
  line-height: 33px;
  background: #f59f01;
  border: 1px solid #f59f01 !important;
  color: #fff !important;
  border-radius: 4px;
  width: 105px;
}
.track-time-container .track-time-title {
  margin-bottom: 3px;
  font-size: 14px;
  color: #7b7c7f;
  border-bottom: 1px solid #ddd;
}
.track-time-container .track-time-title:after {
  content: "";
  position: relative;
  left: 1%;
  top: 0px;
  height: 1px;
  width: 98%;
  /* or 100px */
}
.track-time-container .track-time-title .fa.fa-clock-o {
  position: relative;
  padding-right: 0px;
  padding-left: 10px;
  font-size: 45px;
}
.track-time-container .track-time-title span {
  position: relative;
  float: right;
  top: -15px;
  right: 20px;
  cursor: pointer;
  font-size: 30px !important;
}
.track-time-container .track-time-message {
  padding: 16px 11px 8px 14px;
}
.track-time-container .time-tracker-grid-container {
  padding: 10px !important;
}
.messages-container {
  height: 90% !important;
  border: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top: 20px;
  background: #fff;
}
.messages-footer {
  height: 12% !important;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding: 10px 19px;
  background-color: rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 62px;
}
.messages-footer textarea {
  width: 85%;
  height: 102% !important;
  resize: none;
  float: left;
  border-radius: 5px;
  padding: 9px 12px !important;
}
.messages-footer .dijit.dijitReset.dijitInline.dijitButton,
.messages-footer .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.messages-footer .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
  width: 14%;
}
.messages-background {
  overflow: auto;
  background: #f9f9f9 !important;
}
.message-panel {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: #fff;
  padding-top: 2% !important;
  height: 94% !important;
}
.message-panel.sms {
  padding-top: 12px !important;
  height: calc(100% - 48px) !important;
}
.message-panel .msg {
  border: 0;
  vertical-align: baseline;
  outline: none;
  padding-left: 9%;
  padding-right: 9%;
  margin-bottom: 12px;
  position: relative;
}
.message-panel .msg:after {
  content: '';
  display: table;
  clear: both;
}
.message-panel .msg .message-in {
  background-color: #e5e5ea;
  float: left;
  border-radius: 7.5px;
  position: relative;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.23);
  max-width: 95%;
}
.message-panel .msg .message-in:hover .context {
  background: linear-gradient(to right, rgba(220, 248, 198, 0) 0%, #e5e5ea 50%);
}
.message-panel .msg .message-in:hover .context-icon {
  display: block !important;
}
.message-panel .msg .message-in:before {
  border-style: solid;
  border-width: 8px 22px 8px 0;
  border-color: transparent #e5e5ea;
}
.message-panel .msg .message-out {
  background-color: #dcf8c6;
  float: right;
  border-radius: 7.5px;
  position: relative;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  max-width: 95%;
}
.message-panel .msg .message-out:hover .context {
  background: linear-gradient(to right, rgba(220, 248, 198, 0) 0%, #dcf8c6 50%);
}
.message-panel .msg .message-out:hover .context-icon {
  display: block !important;
}
.message-panel .msg .message-out:before {
  border-style: solid;
  border-width: 8px 0 8px 22px;
  border-color: transparent #dcf8c6;
}
.message-panel .msg .tail.message-out:before {
  content: '';
  position: absolute;
  bottom: 6px;
  width: 12px;
  height: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  right: -33px;
}
.message-panel .msg .tail.message-in:before {
  content: '';
  position: absolute;
  left: -33px;
  bottom: 6px;
  width: 12px;
  height: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.message-panel .msg .bubble {
  padding: 6px 7px 8px 9px;
}
.message-panel .msg .bubble .message-author {
  font-family: 'Open Sans', sans-serif;
  font-size: 12.5px;
  line-height: 20px;
  height: 20px;
  font-weight: 600;
  margin-bottom: 1px;
  color: #35cd96;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0px !important;
}
.message-panel .msg .bubble .message-author .selectable-text {
  cursor: text;
  white-space: pre-wrap;
}
.message-panel .msg .bubble .message-text {
  position: relative;
  font-size: 13.6px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  word-wrap: break-word;
  color: #262626;
}
.message-panel .msg .bubble .message-text:after {
  content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  display: inline;
}
.message-panel .msg .bubble .message-text .selectable-text {
  cursor: text;
  white-space: pre-wrap;
}
.message-panel .msg .bubble .message-meta {
  bottom: -5px;
  right: 0px;
  position: absolute;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  height: 15px;
}
.message-panel .msg .bubble .message-meta .message-datetime {
  vertical-align: top;
  margin-top: 1px;
  display: inline-block;
}
.message-panel .msg .context {
  right: 5px;
  top: 5px;
  height: 23px;
  width: 48px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
}
.message-panel .msg .context .context-icon {
  position: absolute;
  display: none;
  top: 0px;
  right: 0;
  width: 24px;
  height: 18px;
  opacity: 0.8;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.message-panel .msg .context .context-icon:before {
  font-family: FontAwesome;
  content: "\f1f8";
  padding: 0 3px;
}
.message-main-container {
  height: 100%;
}
.message-main-container .dijitTabContainerTop-child {
  padding: 0px !important;
  height: 100% !important;
  margin: 0px !important;
  background: #f9f9f9 !important;
}
.messagesBorderContainer {
  height: 90%;
}
.messagesBorderContainer.messages-matter-section {
  height: 72%;
}
.messagesBorderContainer.messages-read-only {
  height: 90%;
}
.sms-users-title {
  height: 35px;
  background: #f8f8f8;
  font-weight: 500;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.associated-sms-contact--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 30px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  background: #f8f8f8;
}
.messages-users-container {
  padding: 0px !important;
}
.messages-users-container .users-container {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.messages-users-container .users-container .infinite-list-item {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.messages-users-container .users-container .infinite-list-item .chat {
  background-color: #fff;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.messages-users-container .users-container .infinite-list-item .chat.sms {
  height: auto;
  border-bottom: 1px solid #f2f2f2;
}
.messages-users-container .users-container .infinite-list-item .chat:hover {
  background-color: #f4f5f5;
}
.messages-users-container .users-container .infinite-list-item .chat.chat-selected {
  background-color: #e9ebeb;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-avatar {
  padding: 0 15px 0 13px;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-avatar .avatar {
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-avatar .avatar i {
  font-size: 62px;
  color: rgba(0, 0, 0, 0.08);
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body {
  border-top-color: #f4f5f5;
  border-top: 1px solid #f2f2f2;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body.sms {
  padding: 10px 0;
  border-top-color: unset;
  border-top: unset;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main {
  padding-left: 20px;
  line-height: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin-top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main .chat-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main .chat-title .ellipsify {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main .sms-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  flex-grow: 1;
  display: flex;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main .sms-title .ellipsify {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main .user-phone {
  font-size: 12px;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main .chat-meta {
  line-height: 14px;
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 6px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main .chat-meta .chat-time {
  text-transform: capitalize;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-main .chat-meta .chat-counter {
  background-color: #e00000;
  color: #fff;
  padding: 2px 5px;
  font: 10px Verdana;
  font-weight: bold;
  border-radius: 100px;
  text-transform: capitalize;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-secondary {
  margin-top: 3px;
  min-height: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-secondary .chat-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.messages-users-container .users-container .infinite-list-item .chat .chat-body .chat-secondary .chat-status .ellipsify {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.unread-messages-container .message-row-item {
  background-color: #fff;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #f4f5f5;
  border-bottom: 1px solid #f2f2f2;
}
.unread-messages-container .message-row-item:hover {
  background-color: #f4f5f5;
}
.unread-messages-container .message-row-item.message-row-selected {
  background-color: #e9ebeb;
}
.unread-messages-container .message-row-item .message-row-avatar {
  padding: 0 15px 0 6px;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
}
.unread-messages-container .message-row-item .message-row-avatar .avatar {
  height: 29px;
  width: 29px;
  background-color: rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 0px 0px 0 0.5px;
}
.unread-messages-container .message-row-item .message-row-avatar .avatar i.fa-user {
  font-size: 33px;
  color: #fff;
}
.unread-messages-container .message-row-item .message-row-avatar .avatar i.fa-briefcase {
  font-size: 24px;
  color: #fff;
  padding: 3px 0 0 1.5px;
}
.unread-messages-container .message-row-item .message-row-body {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.unread-messages-tooltip .dijitTooltipContainer {
  padding: 0 !important;
}
.unread-messages-tooltip .dijitTooltipContainer .dijitTooltipContents.dijitTooltipFocusNode {
  padding: 0 !important;
}
.unread-messages-tooltip:before,
.unread-messages-tooltip:after {
  bottom: 96%;
  left: 83%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.unread-messages-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: 25px;
}
.unread-messages-tooltip:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #C2C2C2;
  border-width: 6px;
  margin-left: 25px;
}
.finalizedInvoicesGridContainer {
  height: 400px;
}
.finalizedInvoicesGridContainer .field-Select_Item {
  width: 30px;
}
.finalizedInvoicesGridContainer .dgrid-scroller {
  margin-top: 25px;
}
.unlinkPaymentsGridContainer {
  height: 400px;
}
.unlinkPaymentsGridContainer .field-Select_Item {
  width: 30px;
}
.unlinkPaymentsGridContainer .dgrid-scroller {
  margin-top: 25px;
}
.clientInvoiceSelectionGridContainer {
  height: 400px !important;
}
.clientInvoiceSelectionGridContainer .field-Select_Item {
  width: 30px;
}
.clientInvoiceSelectionGridContainer .dgrid-scroller {
  margin-top: 25px;
}
.importCosmoLexData .field-Select_Item {
  width: 30px;
}
.importCosmoLexData .dgrid-header,
.importCosmoLexData .dgrid-header-scroll {
  height: 37px;
}
.importCosmoLexData .dgrid-scroller {
  margin-top: 35px;
}
.dijitDialogPaneContent.cosmo-overflow-auto.document-dialog__container {
  padding: 0 !important;
  height: 85% !important;
}
.file__list {
  margin: 10px;
  padding: 10px;
}
.file__list .dojoxUploaderFileListTable {
  width: 100%;
  text-align: left;
  font-size: 15px;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderFileListHeader th {
  background: #5a5a5a !important;
  color: #f8f8f8;
  vertical-align: top;
  padding: 5px;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderFileListContent > tr:nth-child(odd) {
  background-color: rgba(245, 245, 245, 0.81);
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderFileListContent > tr:nth-of(even) {
  background-color: white;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderIndex {
  width: 10%;
  padding: 1px 10px;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderIcon {
  width: 15%;
  padding: 1px 10px;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderFileName {
  width: 50%;
  padding: 1px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderFileSize {
  width: 25%;
  padding: 1px 10px;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderSize {
  width: 25%;
  padding: 1px 10px;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderWhitelistOrRestricted {
  width: 25%;
  padding: 1px 10px;
  text-align: center;
  color: #2ecc71;
  font-weight: bold;
  margin: -5px;
}
.file__list .dojoxUploaderFileListTable .dojoxUploaderWidthWhitelistOrRestricted {
  width: 70px;
}
.document__version .document__version-title {
  font-weight: 400;
  margin: 0px;
}
.document__version .document__version-grid-container {
  width: 100%;
  height: 400px !important;
}
.document__version .document__version-grid-container .dijitBorderContainer {
  width: 100% !important;
}
.document__version .document__version-grid-container .dijitBorderContainer .dijitBorderContainer-dijitContentPane {
  padding: 0px !important;
  width: 100% !important;
}
.document__version .document__version-btn {
  height: 30px;
}
.document__version .document__version-btn .dijitButtonNode {
  width: 65px !important;
}
.document__version .document__version-btn .dijitReset {
  line-height: 20px !important;
}
.document__version .document__version-btn.download:before {
  font-family: FontAwesome;
  content: "\f0ed";
  line-height: 2;
  padding-left: 6px;
  font-size: 16px;
}
.document__version .document__version-btn.restore:before {
  font-family: FontAwesome;
  content: "\f0e2";
  line-height: 2;
  padding-left: 6px;
  font-size: 16px;
}
.document__version-grid {
  width: 99.5% !important;
  height: 400px;
}
.document__version-grid .dgrid-row {
  border: none;
  height: 40px;
  line-height: 28px;
}
.document__version-grid .dgrid-header .dgrid-row-table .dgrid-cell {
  color: #000 !important;
}
.document__version-grid .dgrid-cell {
  border: none;
  font-weight: normal!important;
  background: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.document__version-grid .dgrid-selected,
.document__version-grid .dgrid-selected:hover {
  background: rgba(68, 201, 233, 0.3) !important;
  outline: 1px solid #44c9e9;
}
.document__version-grid .dgrid-header,
.document__version-grid .dgrid-header-row {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.document__version-grid .field-modified,
.document__version-grid .field-size,
.document__version-grid .field-name {
  width: 120px;
}
.document__version-grid .field-revisionId {
  width: 70px;
}
.document__version-grid .field-download,
.document__version-grid .field-restore {
  width: 72px;
}
.document-version-dialog .document__version {
  overflow-y: hidden;
}
.transaction-address-container .container-boxed {
  margin: 10px 0px !Important;
  width: 100% !important;
}
.import-selection--first-step .first-step--main-title {
  font-size: 38px;
  text-align: center;
  margin: 3% 0% 2% 0%;
}
.import-selection--first-step .first-step--main-title.login-title {
  margin: 1% 0% 0% 0%;
}
.import-selection--first-step .first-step--subtitle {
  text-align: center;
  color: #a7a6a6;
}
.import-selection--first-step .first-step--subtitle.login-subtitle {
  margin-top: 0%;
  padding: 0% 10%;
  font-size: 14px;
}
.import-selection--first-step .first-step--subtitle span {
  font-weight: 500;
  color: #858383;
}
.import-selection--first-step .first-step--institution-switch-container {
  margin: -7% 22%;
  padding: 3%;
  text-align: right;
}
.import-selection--first-step .first-step--institution-switch-container .first-step--institutions-link {
  color: rgba(84, 79, 79, 0.72);
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}
.import-selection--first-step .first-step--institution-container {
  border: 1px solid #D5D5D5;
  margin: 5% 25%;
  border-radius: 4px;
  padding: 3%;
  height: 60px;
}
.import-selection--first-step .first-step--institution-container.login--step {
  height: 135px;
  margin-top: 2%;
}
.import-selection--first-step .first-step--institution-container.questions--step {
  margin: 3% 25%;
  overflow-y: auto;
  height: auto;
  width: 45%;
}
.import-selection--first-step .first-step--institution-container.questions--step .questionsContainer {
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: 100% !important;
}
.import-selection--first-step .first-step--institution-container label {
  display: block;
  clear: both;
}
.import-selection--first-step .account-list-container {
  margin: 3% 25%;
  border: 1px solid #fafafa;
  border-radius: 4px;
}
.import-selection--first-step .account-list-container ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.import-selection--first-step .account-list-container ul li {
  width: 100%;
  height: 40px;
  display: block;
  padding: 5px;
}
.import-selection--first-step .account-list-container ul li input[type=radio] {
  margin: 10px;
}
.import-selection--first-step .account-list-container ul li:nth-child(odd) {
  background: #fafafa;
}
.import-selection--first-step .account-list-container ul li:nth-child(even) {
  background: white;
}
.import-selection--first-step .done--step {
  border: 1px solid #D5D5D5;
  margin: 1% 25%;
  border-radius: 4px;
  padding: 3% 3% 5% 3%;
  height: 60px;
}
.import-selection--first-step .done--step label {
  display: inline-block;
  font-size: 16px;
}
.linkBank--first-step .first-step--main-title {
  font-size: 38px;
  text-align: center;
  margin: 3% 0% 2% 0%;
}
.linkBank--first-step .first-step--main-title.login-title {
  margin: 1% 0% 0% 0%;
}
.linkBank--first-step .first-step--subtitle {
  text-align: center;
  color: #a7a6a6;
}
.linkBank--first-step .first-step--subtitle.login-subtitle {
  margin-top: 0%;
  padding: 0% 10%;
  font-size: 14px;
}
.linkBank--first-step .first-step--subtitle span {
  font-weight: 500;
  color: #858383;
}
.linkBank--first-step .first-step--institution-switch-container {
  margin: -7% 22%;
  padding: 3%;
  text-align: right;
}
.linkBank--first-step .first-step--institution-switch-container .first-step--institutions-link {
  color: rgba(84, 79, 79, 0.72);
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}
.linkBank--first-step .first-step--institution-container {
  border: 1px solid #D5D5D5;
  margin: 5% 25%;
  border-radius: 4px;
  padding: 3%;
  height: 60px;
}
.linkBank--first-step .first-step--institution-container.login--step {
  height: 135px;
  margin-top: 2%;
}
.linkBank--first-step .first-step--institution-container.login--step-with-pin {
  height: 180px;
  margin-top: 2%;
}
.linkBank--first-step .first-step--institution-container.questions--step {
  margin: 3% 25%;
  overflow-y: auto;
  height: auto;
  width: 45%;
}
.linkBank--first-step .first-step--institution-container.questions--step .questionsContainer {
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: 100% !important;
}
.linkBank--first-step .first-step--institution-container label {
  display: block;
  clear: both;
}
.linkBank--first-step .account-list-container {
  margin: 3% 25%;
  border: 1px solid #fafafa;
  border-radius: 4px;
}
.linkBank--first-step .account-list-container ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.linkBank--first-step .account-list-container ul li {
  width: 100%;
  height: 40px;
  display: block;
  padding: 5px;
}
.linkBank--first-step .account-list-container ul li input[type=radio] {
  margin: 10px;
}
.linkBank--first-step .account-list-container ul li:nth-child(odd) {
  background: #fafafa;
}
.linkBank--first-step .account-list-container ul li:nth-child(even) {
  background: white;
}
.linkBank--first-step .operation-list-container {
  margin: 2% 1% 4% 1%;
  border: 1px solid #fafafa;
  border-radius: 4px;
}
.linkBank--first-step .operation-list-container ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.linkBank--first-step .operation-list-container ul li {
  width: 100%;
  height: 40px;
  display: block;
  padding: 5px;
}
.linkBank--first-step .operation-list-container ul li input[type=radio] {
  margin: 10px;
}
.linkBank--first-step .operation-list-container ul li:nth-child(odd) {
  background: #fafafa;
}
.linkBank--first-step .operation-list-container ul li:nth-child(even) {
  background: white;
}
.linkBank--first-step .done--step {
  border: 1px solid #D5D5D5;
  margin: 1% 25%;
  border-radius: 4px;
  padding: 3% 3% 5% 3%;
  height: 60px;
}
.linkBank--first-step .done--step label {
  display: inline-block;
  font-size: 16px;
}
.addOnsContainer .addOn-pricing--details-container {
  height: 48px;
  display: block;
  padding-top: 1%;
}
.addOnsContainer .addOn-desc--details-container,
.addOnsContainer .title {
  height: 48px;
  display: flex;
  vertical-align: middle;
}
.addOnsContainer .status {
  padding-top: 1%;
  float: right;
}
.addOnsContainer .addOn-desc--details-container span {
  margin: auto;
}
.addOnsContainer .addOn-pricing--details {
  cursor: pointer;
  text-decoration: underline;
  color: #544f4f;
  font-size: 14px;
  margin: auto;
}
.addOnsContainer .title {
  background: #f4f4f4;
  border-left: 2px solid #44c9e9;
  height: 48px;
}
.addOnsContainer .app-title {
  margin: auto;
  color: black;
  font-size: 16px;
}
.addOnsContainer .addOn-container {
  height: 50px;
  padding: 0px;
  border: 1px solid #cccccc;
}
.addOnsContainer .addOn-pricing--container {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  padding: 0% 1%;
}
.addOnsContainer .addOn-pricing--container .addOn-price--title {
  font-weight: 500;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 2%;
  margin-top: 2%;
}
.addOnsContainer .addOn-price--item-container .addOn-price--item {
  float: left;
  width: 100%;
  height: 30px;
  display: block;
  margin-bottom: 1%;
}
.addOnsContainer .addOn-price--item-container .addOn-price--item .addOn-price--item-quantity {
  width: 170px;
  margin-bottom: 5%;
  color: slategray;
  text-align: left;
  float: left;
  display: inline-block;
}
.addOnsContainer .addOn-price--item-container .addOn-price--item .addOn-price--item-price {
  display: inline-block;
  text-align: left;
  color: #27ae60;
  font-size: 18px;
  /* float: left; */
  font-weight: 500;
  margin-left: 1%;
  margin-right: 40px;
}
.addOnsContainer .addOn-quantity--options {
  background-color: rgba(248, 248, 248, 0.36);
  -moz-box-sizing: border-box;
  text-align: center;
  color: #7b7c7f;
  display: inline-block;
  height: 26px !important;
  /* float: right; */
  margin-top: 1%;
  line-height: 1.5;
  padding: 0px;
  border: 1px solid #e4dfdf;
  border-radius: 4px;
}
.addOnsContainer .addOn-quantity--options:hover {
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-image: none;
  background: #f5f5f5;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.addOnsContainer .addOn-quantity--options .comment-tooltip {
  width: 100px;
  position: absolute;
  margin-left: -65px;
  text-align: left;
}
.addOnsContainer .addOn-quantity--options .comment-tooltip .tooltip-item {
  cursor: pointer;
  width: 115px;
  height: 30px;
  padding: 7px 0px 0px 5px;
  border-left: 3px solid #C2C2C2;
  clear: both;
  font-weight: normal;
}
.addOnsContainer .addOn-quantity--options .comment-tooltip .tooltip-item:hover {
  font-weight: bold;
}
.addOnsContainer .addOn-quantity--options .comment-tooltip .tooltip-item-bottom {
  border-bottom: 1px solid #C2C2C2;
}
.addOnsContainer .addOn-quantity--options .comment-tooltip .dijitTooltipContainer {
  padding: 0px;
  margin: 4px 89px;
  height: 32px;
  width: 115px;
  border: 1px solid #C2C2C2 !important;
}
.addOnsContainer .addOn-quantity--options .comment-tooltip .dijitTooltipFocusNode {
  padding: 0px;
  margin: 0px;
  height: 120px;
}
.addOns-quantity-field .dijitInputField {
  visibility: visible !important;
  padding-left: 5px !important;
  width: 30px !important;
}
.cosmolexPayDashboardContainer {
  width: 100%;
  height: 100%;
}
.cosmolexSmsDashboardContainer {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.container-fieldset.addBillDialog--options-fieldset {
  margin: 0 !important;
  width: 100% !important;
  margin-bottom: 12px !important;
  height: 100% !important;
}
.addBillDialog--recurring-select {
  margin-left: 15px !important;
  width: 58% !important;
}
.addBillDialog--bill-content-pane {
  height: calc(100% - 133px) !important;
  padding: 10px 0 0 0 !important;
}
.edit-anchor {
  color: #A8A8A8;
  font-weight: 300;
  vertical-align: sub;
}
.edit-anchor:hover {
  color: #f59f01;
}
.addBillDialog--bill-tab-container {
  height: 100% !important;
}
.addBillDialog--bill-tab-container .dijitTabContainerTop-container {
  height: auto !important;
}
.addBillDialog--bill-tab-container {
  height: 100% !important;
}
.addBillDialog--bill-tab-container .dijitTabContainerTop-container {
  height: auto !important;
}
.addBillDialog--bill-container-boxed {
  margin: 10px 10px 0px 10px !important;
}
.addBillDialog--bill-tab-container.addBillDialog--matter-container {
  height: calc(100% - 55px) !important;
}
.addBillDialog--bill-tab-container.addBillDialog--matter-container .dijitTabContainerTop-container {
  height: calc(100% - 40px) !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.addBillDialog--notes-container.addBillDialog--matter-container {
  height: auto !important;
}
.addBillDialog--split-account-icon {
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-left: 14px;
  position: relative;
  text-align: center;
  width: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f59f01;
}
.addBillDialog--split-account-icon:hover {
  background: #dc8f01;
}
.addBillDialog--split-account-icon:before {
  color: #fff;
  text-transform: uppercase;
  content: "Y";
  cursor: pointer;
  vertical-align: baseline;
  font-size: 12px;
}
.payBillDialog--fieldset {
  padding: 0 10px 10px 10px;
}
.payBillDialog--grid-container {
  height: 235px;
  border: 1px solid #e0e0e0 !important;
}
.payBillDialog--grid-container .dgrid-column-0-0,
.payBillDialog--grid-container .dgrid-column-0-2 {
  width: 70px;
}
.payBillDialog--grid-container .dgrid-column-0-1 {
  width: 30px;
}
.payBillDialog--grid-container .dgrid-column-0-3 {
  width: 40px;
}
.payBillDialog--grid-container .dgrid-column-0-4 {
  width: 40px;
  text-align: right !important;
}
.payBillDialog--grid-container .dgrid-column-0-4 .dijitCurrencyTextBox {
  width: 100%;
}
.payBillDialog--grid-container .dgrid-column-0-5 {
  width: 140px;
  text-align: right !important;
}
.payBillDialog--grid-container .dgrid-column-0-5 .dijitCurrencyTextBox {
  width: 100%;
}
.payBillDialog--grid-container .dgrid-column-0-6 {
  width: 150px;
  text-align: right !important;
}
.payBillDialog--grid-container .dgrid-column-0-6 .dijitCurrencyTextBox {
  width: 100%;
  text-align: right !important;
}
.payBillDialog--grid-container .dgrid-content {
  width: 100% !important;
}
.pendingBillDialog--grid-container {
  height: 235px;
  border: 1px solid #e0e0e0 !important;
}
.pendingBillDialog--grid-container .dgrid-column-0-0 {
  width: 30px;
}
.pendingBillDialog--grid-container .dgrid-column-0-1 {
  width: 100px;
}
.pendingBillDialog--grid-container .dgrid-content {
  width: 100% !important;
}
.payBillDialog--grid .dgrid-column-0-1 {
  width: 30px;
}
.payBillDialog--grid .dgrid-column-0-1 .dijitValidationIcon {
  right: 30px;
}
.matter-details--banking-tab-container {
  height: 100% !important;
}
.matter-details--banking-tab-container > .dijitTabListContainer-top {
  width: 99%!important;
}
.matter-details--banking-tab-container .nowrapTabStrip {
  height: 30px;
}
.matter-details--banking-tab-container .nowrapTabStrip .dijitTabContent {
  height: 20px;
  line-height: 14px;
  font-size: 0.75em;
  background: #fff;
  border: none;
}
.matter-details--banking-tab-container .nowrapTabStrip .dijitTabContent:before {
  font-family: FontAwesome;
  content: "\f0da";
  content: "";
  color: #7B7C7F !important;
  width: 0px;
  height: 20px;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #44c9e9;
  height: 2px;
  margin-top: 18px;
}
.matter-details--banking-tab-container .nowrapTabStrip .dijitTabContent:after {
  content: "";
  width: 0px;
  height: 20px;
  position: absolute;
  right: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #44c9e9;
  height: 2px;
  margin-top: 18px;
}
.matter-details--banking-tab-container .nowrapTabStrip .dijitTabChecked {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.matter-details--banking-tab-container .nowrapTabStrip .dijitTabChecked.dijitTabHover {
  border: none!important;
}
.matter-details--banking-tab-container .nowrapTabStrip .dijitTabChecked:before,
.matter-details--banking-tab-container .nowrapTabStrip .dijitTabChecked:after {
  width: 50%;
}
.minimal-tab {
  height: 100% !important;
}
.minimal-tab > .dijitTabListContainer-top {
  width: 99%!important;
}
.minimal-tab .nowrapTabStrip .dijitTabContent {
  height: 20px;
  line-height: 14px;
  font-size: 0.75em;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
}
.minimal-tab .nowrapTabStrip .dijitTabContent:before {
  font-family: FontAwesome;
  content: "\f0da";
  content: "";
  color: #7B7C7F !important;
  width: 0px;
  height: 20px;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #44c9e9;
  height: 2px;
  margin-top: 18px;
}
.minimal-tab .nowrapTabStrip .dijitTabContent:after {
  content: "";
  width: 0px;
  height: 20px;
  position: absolute;
  right: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #44c9e9;
  height: 2px;
  margin-top: 18px;
}
.minimal-tab .nowrapTabStrip .dijitTabChecked {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.minimal-tab .nowrapTabStrip .dijitTabChecked.dijitTabHover {
  border: none!important;
}
.minimal-tab .nowrapTabStrip .dijitTabChecked:before,
.minimal-tab .nowrapTabStrip .dijitTabChecked:after {
  width: 50%;
}
.cosmolex-inline-edit {
  width: 100%;
  display: inline-block;
  background: white;
  border-radius: 4px;
  height: 30px;
  border: 1px solid #e0e0e0 !important;
}
.dijitInlineEditBoxDisplayMode {
  position: relative;
  display: inline-block;
  padding: 0px;
  border-radius: 4px;
  height: 30px;
  border: none;
  color: #51565a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  line-height: 30px;
  padding-left: 5px;
}
.dijitInlineEditBoxDisplayMode:after {
  content: "\f040";
  font-family: FontAwesome;
  top: 0%;
  float: right;
  color: #707070;
  display: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  border-left: 1px solid #ccc;
  width: 24px;
  height: 29px;
  z-index: -1;
}
.dijitInlineEditBoxDisplayMode:hover {
  border: 1px solid rgba(128, 128, 128, 0.34);
}
.dijitInlineEditBoxDisplayMode:hover:after {
  display: block;
}
.cosmolex-inline-edit {
  min-width: 200px !important;
  display: inline-block;
  background: white;
  border-radius: 4px;
  height: 30px;
  border: 1px solid #e0e0e0 !important;
}
.cosmolex-inline-edit .dijitSelectLabel {
  min-width: 160px !important;
  text-align: left;
}
.save-cancel-buttons {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 6px rgba(111, 111, 111, 0.2);
  outline: none;
  padding: 3px;
  right: 0;
  top: 100%;
  z-index: 1;
  float: right;
}
.save-cancel-buttons .dijit.dijitReset.dijitInline.dijitButton {
  margin: 0px 3px !important;
}
.save-cancel-buttons .dijit.dijitReset.dijitInline.dijitButton,
.dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled {
  margin: 0px 3px !important;
}
.inline-edit-save-button {
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3.01px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.42857143;
  margin: 0;
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
  height: 20px;
  width: 24px;
  text-align: center;
  padding: 0 4px;
}
.inline-edit-save-button button:hover {
  color: #333;
  background: #e9e9e9;
  border-color: #999;
  text-decoration: none;
}
.inline-edit-save-button i {
  vertical-align: top;
}
.export-firm-patner--button-label {
  font-size: 14px;
  color: #7b7c7f;
  height: 55px;
  line-height: 55px;
}
.pay-bill--grid .dgrid-column-0-3 input {
  text-align: right !important;
}
.pay-bill--grid .field-payAmount {
  text-align: right !important;
}
.memorize-bill--grid .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.memorize-bill--grid .field-Select_Item input {
  width: 100%;
  height: 53%;
  margin-top: 0%;
  margin-left: -1%;
}
.bills--total-container {
  padding: 0px 0px 0px 10px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  position: relative;
  right: 45px;
  float: right;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.grand-total-container {
  position: relative;
  width: 20%;
  float: right;
  display: inline-block;
  text-align: center;
  right: 25px;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.recon-total-container {
  position: absolute!important;
  width: auto!important;
  margin-left: 585px!important;
  margin-inline-end: -250px !important;
  display: inline-block;
  overflow-x: hidden;
  padding: 0px;
  padding-left: 3px;
  padding-right: 3px;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#reconName {
  vertical-align: left;
}
#reconAmount {
  float: right;
}
.grandTotalInfoLabel,
.grandTotalInfoInput {
  color: #7B7C7F;
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-item {
  height: 25px;
}
.video-item i {
  font-size: 15px;
  margin-right: 10px;
  color: #44c9e9;
}
.search-tooltip--footer {
  margin-left: calc(-0.45em - 2px);
  margin-right: calc(-0.45em - 2px);
  margin-bottom: calc(-0.45em - 2px);
  background: #fff;
  border-top: 1px solid #ccc;
  overflow: auto;
  margin-top: 10px;
}
.search-tooltip--footer > span {
  float: left;
}
.search-tooltip--button.dijit.dijitReset.dijitInline.dijitButton {
  width: 50%;
  margin: 0 !important;
}
.search-tooltip--button.dijit.dijitReset.dijitInline.dijitButton .dijitReset.dijitInline.dijitButtonNode {
  width: 100%;
  padding: 10px 14px !important;
  margin: 0 !important;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-tooltip--button.dijit.dijitReset.dijitInline.dijitButton .dijitReset.dijitInline.dijitButtonNode:hover {
  background: #ececec;
}
.custom-fields.cosmo-dialog-fixed .dijitStackContainer .dijitStackContainerChildWrapper .dijitStackContainer-child {
  width: auto !important;
  height: 100% !important;
  overflow: auto !important;
}
.custom-fields--main-container {
  padding: 0 25px !important;
  width: auto;
}
.custom-fields--title {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.custom-fields--type-image {
  width: 20%;
}
.custom-fields--type-image img {
  width: 120px;
}
.custom-fields--row {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer;
}
.custom-fields--row:hover {
  background: #e6e6e6;
}
.custom-fields--row.selected {
  background: #e6e6e6;
}
.custom-field--multi-fieldset {
  position: relative;
  bottom: 20px;
}
.custom-field--multi-fieldset .dijitRadio {
  float: left;
}
.custom-field--multi-fieldset .form-builder--label {
  bottom: 12px;
  position: relative;
}
.custom-fields--description {
  width: 80%;
}
.custom-fields--description-title {
  font-weight: 500;
}
.custom-fields--description-content {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .form-builder--container .col-8 {
    width: 100% !important;
  }
  .form-builder--container .form-builder--label {
    width: 100% !important;
  }
  .form-builder--container .cosmo-search-status-toolbar--last-container {
    width: 95% !important;
  }
}
.option-list--container {
  overflow: auto !important;
  padding-top: 10px !important;
}
.option-list--container > div:nth-child(odd) {
  background-color: rgba(245, 245, 245, 0.81);
}
.option-list--container > div:nth-of(even) {
  background-color: white;
}
.option-list--container .timeAmountLeftLabel .play .cosmo-cursor-pointer {
  margin-left: 35px;
}
.option-list--container .track-time-button-container span {
  cursor: pointer;
}
.custom-field-form--container {
  height: calc(100% - 22px) !important;
  overflow-y: auto;
}
.custom-field-more--form {
  height: calc(100% - 10px);
  overflow: auto;
}
.custom-field-more--fieldset {
  height: calc(100% - 10px);
  overflow: auto;
}
.multi-select--fieldset {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.print-check--image {
  height: 115px;
}
.print-check--link {
  padding-top: 12px;
  padding-bottom: 0px;
}
.print-check--summary-row {
  padding-left: 5px;
  padding-right: 5px;
}
.waive-invoice--table {
  width: 100%;
  text-align: left;
  font-size: 0.9em;
  table-layout: fixed;
}
.waive-invoice--table th {
  background: #494848;
  padding: 0 3px 0 10px;
  border: none!important;
  color: white;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.waive-invoice--table tr {
  height: 30px;
}
.waive-invoice--table tr:nth-child(odd) {
  background: #fcfcfc;
}
.waive-invoice--table .waive-invoice--table-coa-label {
  padding-left: 10px;
}
.waive-invoice--label-column {
  width: 18%;
}
.waive-invoice--current-column {
  width: 8%;
}
.waive-invoice--new-column {
  width: 10%;
}
.waive-invoice--change-column {
  width: 10%;
}
.waive-invoice--coa-column {
  width: 21%;
}
.waive-invoice--notes-column {
  width: 25%;
}
.waive-invoice--currency {
  width: 70px !important;
}
.waive-invoice--coa {
  width: 220px !important;
}
.waive-invoice--notes {
  width: 220px !important;
}
.waive-summary--grid .padding-right-25-px {
  padding-right: 10px !important;
}
.labelValueStrip--container label {
  font-size: 1vw;
}
@media (max-width: 999px) {
  .labelValueStrip--button {
    display: block;
  }
}
@media (min-width: 999px) {
  .labelValueStrip--button {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .labelValueStrip--container {
    display: none !important;
  }
  .matterBalanceContainer {
    width: 2.5em !important;
    float: right;
  }
}
@media (max-width: 1000px) and (min-width: 890px) {
  .matterBalanceContainer {
    position: absolute;
    left: 87vw;
  }
}
@media (max-width: 1340px) {
  .bills--total-container .labelValueStrip--button {
    display: block !important;
  }
  .bills--total-container .labelValueStrip--container {
    display: none !important;
  }
}
@media (min-width: 1341px) {
  .bills--total-container .labelValueStrip--button {
    display: none !important;
  }
  .bills--total-container .labelValueStrip--container {
    display: block !important;
  }
}
.timeExpenseDetailsDialog div.dijitDialogPaneContent.dijitAlignCenter {
  padding-bottom: 0 !important;
}
.timeExpenseDetailsDialog .timeExpenseAmountValue,
.timeExpenseDetailsDialog .timeExpenseBilled,
.timeExpenseDetailsDialog .billingStatusLabel {
  font-size: 2.5em;
  font-family: arial;
  margin: auto;
}
.timeExpenseDetailsDialog .textarea-characters-left {
  display: none;
}
.timeExpenseDetailsDialog .timeExpenseDetailsIcon {
  height: 50px;
  padding: 4px 13px;
  font-size: 40px!important;
  color: #fff;
  background: #7b7c7f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 50px;
}
.timeExpenseDetailsDialog .timeExpenseDetailsIcon.fa-dollar {
  padding: 5px 14px;
}
.timeExpenseDetailsDialog .timeExpenseDetailsIcon.fa-clock-o {
  padding: 5px 8px;
}
.timeExpenseDetailsDialog .timeExpense-internalNotes-container textarea {
  min-height: 240px;
}
#shortcutsMenu {
  background: none;
  height: 450px !important;
}
#shortcutsMenu div.dijitDialogPaneContent {
  background: none;
}
#shortcutsMenu .dijitDialogTitleBar,
#shortcutsMenu .dijitDialogTitle,
#shortcutsMenu .cosmo-dialog-footer,
#shortcutsMenu .cosmo-secondary-button {
  background: #000 none repeat scroll 0 !important;
  color: #dd0 !important;
  opacity: 0.7;
}
#shortcutsMenu .shortcutMenuFieldSet,
#shortcutsMenu .shortcutMenuKey {
  color: #dd0;
}
#shortcutsMenu .shortcutMenuKey {
  float: right;
  font-family: monospace;
  font-size: 17px;
}
#shortcutsMenu .shortcutsMenuContainer {
  background: rgba(0, 0, 0, 0.7);
}
#shortcutsMenu .shortcutsMenuContainer .shortcutMenuDetail {
  color: white;
}
#shortcutsMenu .cosmo-button.cosmo-secondary-button .dijitButtonText {
  color: #dd0 !important;
}
#shortcutsMenu .dijitReset.dijitInline.dijitButtonNode:hover,
#shortcutsMenu .dijitReset.dijitInline.dijitButtonNode:hover {
  background: #dd0 none repeat scroll 0 !important;
  color: #000 !important;
}
#shortcutsMenu .dijitReset.dijitInline.dijitButtonNode:hover .dijitButtonText,
#shortcutsMenu .dijitReset.dijitInline.dijitButtonNode:hover .dijitButtonText {
  color: #000 !important;
}
.dgrid-row.cell-editor-hover {
  min-height: 40px;
  max-height: none !important;
  height: auto !important;
}
.dgrid-cell.cell-editor-hover {
  height: 40px;
  border: 2px solid grey !important;
  white-space: normal !important;
}
.bank-transfer-centered {
  margin-top: calc(50% - 210px);
  transform: translate(0, -50%);
}
.matter-transfer-centered {
  margin-top: calc(50% - 145px);
  transform: translate(0, -50%);
}
.custom-import-centered {
  margin-top: calc(50% - 345px);
  transform: translate(0, -50%);
}
.wizard-row {
  padding: 5px 0 !important;
}
.cellEditorTooltip {
  border: none;
  padding: 0 !important;
  overflow: hidden;
  width: 400px;
}
.cellEditorTooltip:after,
.cellEditorTooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cellEditorTooltip:before {
  border-color: rgba(194, 194, 194, 0);
  border-width: 6px;
}
.cellEditorTooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 5px;
}
.cellEditorTooltip.dijitTooltipBelow:after,
.cellEditorTooltip.dijitTooltipBelow:before {
  top: -11px;
}
.cellEditorTooltip.dijitTooltipBelow:before {
  border-bottom-color: #C2C2C2;
}
.cellEditorTooltip.dijitTooltipBelow:after {
  border-bottom-color: #ffffff;
}
.cellEditorTooltip.dijitTooltipAbove:after,
.cellEditorTooltip.dijitTooltipAbove:before {
  bottom: -11px;
}
.cellEditorTooltip.dijitTooltipAbove:before {
  border-top-color: #C2C2C2;
}
.cellEditorTooltip.dijitTooltipAbove:after {
  border-top-color: #ffffff;
}
.cellEditorTextBox {
  padding: 5px;
}
.wizard-table {
  width: 100%;
  text-align: left;
  font-size: 0.9em;
  table-layout: fixed;
}
.wizard-table th {
  background: #bbb;
  padding: 0 3px 0 10px;
  border: none!important;
  color: black;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.wizard-table tr {
  height: 30px;
}
.wizard-table tr:nth-child(odd) {
  background: #fcfcfc;
}
.wizard-table .waive-invoice--table-coa-label {
  padding-left: 10px;
}
.disabled-icon {
  color: #cccccc !important;
}
.separator-vertical:after {
  content: '';
  border-right: 1px solid #ccc;
  height: 70%;
  position: absolute;
  width: 1px;
  top: 50%;
  transform: translate(0, -50%);
}
.separator-bottom:after {
  content: '';
  border-bottom: 1px solid #ccc;
  width: 94%;
  position: absolute;
  height: 1px;
}
.separator-bottom-full-width:after {
  content: '';
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: absolute;
  height: 1px;
}
.additionalPartyEmail span {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party-email span {
  max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field-invoiceEmailIcon .dijit.dijitReset.dijitInline.dijitButton {
  margin: 0 !important;
}
.date-checkbox {
  color: #80868b;
  background-color: #f1f3f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 10px;
  font-weight: 500;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 50%;
}
.date-checkbox.selected {
  color: white;
  background-color: #1a73e8;
}
/** Form Templates Start (intake forms) **/
.formTemplate-container {
  max-height: calc(100vh - 121px);
  overflow: auto;
}
.formTemplate-card-container {
  height: 280px;
  transition: height 500ms;
  width: 100%;
  max-width: 945px;
  box-sizing: border-box;
  border: 1px solid #828282;
  margin-top: 48px;
  margin-bottom: 12px;
  position: relative;
}
.formTemplate-card-container:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}
.formTemplate-card-container.active {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}
.formTemplate-card-container.tall {
  height: 380px;
}
.formTemplate-card-content {
  height: calc(100% - 105px);
  overflow: auto;
}
.formTemplate-card-content.collapsed {
  height: calc(100% - 125px);
}
.formTemplate-card-row {
  display: flex;
  justify-content: space-between;
  padding: 14px;
}
.formTemplate-card-row-left {
  display: flex;
  justify-content: flex-start;
}
.formTemplate-card-row-left div {
  margin-right: 16px;
}
.formTemplate-card-row-form {
  display: flex;
  align-items: flex-start;
  padding: 14px;
}
.formTemplate-card-row-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.formTemplate-card-footer {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  height: 45px;
  padding: 12px;
  border-top: 1px solid #828282;
}
.formTemplate-card-footer-button-container {
  display: flex;
  justify-content: space-around;
}
.formTemplate-card-footer-button-container div {
  margin: 12px;
  cursor: pointer;
}
.formTemplate-card-footer-button-container div i {
  font-size: 24px;
}
.formTemplate-card-footer-button-container div:hover {
  opacity: 0.8;
}
.formTemplate-card-footer-button-container div.cosmo-no-pointer-events {
  opacity: 0.4;
}
.formTemplate-card-footer-required {
  margin-left: 12px;
}
.formTemplate-card-footer-required label {
  margin-right: 12px;
}
.formTemplate-add-container {
  height: 270px;
  width: 100%;
  max-width: 945px;
  box-sizing: border-box;
  border: 1px solid #828282;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 48px;
}
.formTemplate-add-button {
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 8px 8px rgba(0, 0, 0, 0.24);
  background: #f59f01;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px;
}
.formTemplate-add-button:hover {
  opacity: 0.8;
}
.formTemplate-add-button-label {
  color: #FFFFFF;
  font-size: 24px;
}
.formTemplate-label {
  padding: 24px;
  font-size: 12px;
  line-height: 14px;
}
.password-widget--eye-icon {
  position: absolute;
  right: 30px;
  top: 9px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
}
.password-widget--eye-icon:hover {
  background-color: #ccc;
}
.password-widget--copy-link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.password-widget--copy-link span.dijit.dijitReset.dijitInline.button-as-link.dijitButton,
.password-widget--copy-link button {
  font-size: 11px !important;
  color: #faa201;
  text-decoration: none;
  margin-right: 5px !important;
}
.password-widget--rules-label {
  font-size: 15px;
  line-height: 18px;
}
.password-widget--rules-list-container {
  padding: 5px;
}
.password-widget--rules-list {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #4F4F4F;
  line-height: 24px;
}
/* Microsoft Authentication dialog */
.microsoft-container-no-dialog {
  max-width: 1200px;
  margin: auto;
  background: #fff;
}
.microsoft-authentication .dialog-container {
  margin: 25px;
}
.microsoft-authentication .dialog-container .title-container {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 10px;
}
.microsoft-authentication .dialog-container .title-container span {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}
.microsoft-authentication .dialog-container .step-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.microsoft-authentication .dialog-container .step-description {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #4F4F4F;
  margin-top: 0;
}
.microsoft-authentication .dialog-container .step-container {
  margin: 0 35px;
  position: relative;
}
.microsoft-authentication .dialog-container .sub-step {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #4F4F4F;
}
.microsoft-authentication .dialog-container .secret-key-container {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px;
}
.microsoft-authentication .dialog-container .microsoft-password-container label {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.microsoft-authentication .dialog-container .logo-container {
  background: #bbb url(etb/images/mobileStoreLogo.png) center center no-repeat;
  height: 90px;
  width: 150px;
  background-size: cover;
  background-repeat: round;
}
.microsoft-authentication .dialog-container .qr-container {
  background: #FFFFFF;
  box-shadow: 0 4px 34px #e0e0e0;
  height: 200px;
  width: 90%;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.microsoft-authentication .dialog-container .microsoft-image-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.microsoft-authentication .dialog-container .microsoft-copy-button {
  position: absolute;
  bottom: 40px;
  right: -55px;
}
.cosmo-flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.existingExpenseGrid .field-Select_Item {
  width: 45px;
}
.withdraw-expense-grid .field-rawValue {
  text-align: right;
  width: 80px;
}
.withdraw-expense-grid .field-type {
  width: 60px;
}
.phone-exclamation-container {
  font-size: 14px;
}
.sms-search-bar {
  background: #5a5a5a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding: 0 8px;
}
.sms-search-title {
  color: #fff;
}
.sms-search-input {
  height: 20px;
  width: 170px !important;
  border-radius: 10px !important;
  padding: 0 8px !important;
}
.sms-search-input input {
  height: 20px !important;
  width: 170px !important;
  border-radius: 10px !important;
  padding: 0 8px !important;
}
.etb .register {
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.52);
  overflow: hidden;
  /* width: 69%; */
  /* height: 77%; */
  width: 77%;
  height: 95%;
  margin: 1% auto;
}
.etb .registerInProgress {
  opacity: 0.8;
}
.etb .register-header {
  width: 100%;
  height: 10%;
  text-align: center;
  padding: 2%;
}
.etb .register-header img {
  max-width: 100%;
  max-height: 100%;
}
.etb .register-title {
  width: 100%;
  height: 3%;
  text-align: center;
  padding: 1%;
  font-size: 1.2em;
  font-weight: bold;
}
.etb .register-welcome-title {
  width: 100%;
  height: auto;
  float: left;
  padding: 2%;
  clear: both;
  font-size: 1.2em;
  font-weight: bold;
}
.register-info-container {
  width: 100%;
  height: 100%;
  margin-top: 2%;
}
.register-form-container {
  width: 55%;
  height: 100%;
  float: left;
  padding-left: 2%;
}
.register-package-container {
  width: 40%;
  height: 100%;
  float: left;
  padding-left: 1%;
}
.etb .dijitRegisterLabel {
  float: left;
  width: 24%;
  padding: 2%;
  font-size: 0.9em;
}
.etb .dijitRegisterSelectLabel {
  width: 36.4%;
  float: left;
  padding: 2%;
  font-size: 1em;
}
.etb .dijitRegisterQuestionLabel {
  float: left;
  width: 36%;
  padding: 2%;
  font-size: 1em;
}
.etb .dijitBillingLabel {
  font-size: 1em;
}
.etb .dijitRegisterRightLabel {
  text-align: right !important;
}
.etb .dijitRegisterInput {
  float: left;
  padding: 0.5%;
  margin: 1%;
  color: black !important ;
}
.etb .dijitRegisterInput input {
  color: black !important ;
}
.etb .registerLargeInput {
  width: 68.3%;
}
.etb .registerMediumInput {
  width: 20%;
}
.etb .registerIntermediateInput {
  width: 60%;
}
.register-tooltip {
  float: left;
}
.etb .register-billing-options {
  float: left;
  width: 91.5%;
  padding: 1%;
  margin-left: 2%;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.etb .dijitRegisterButton {
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  box-shadow: #1594b2 0 2px 0 0;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  width: 100%;
}
.dijitRegisterButton:hover {
  background: #1ab9e0;
}
.register-conditions {
  color: #1ab9e0;
}
.etb .registerHiddenInput {
  display: none;
}
.etb .register-terms {
  color: gray;
  font-size: 0.7em;
  text-align: center;
}
.clear {
  display: inline-block;
  width: 100%;
  height: 2%;
}
.etb .register-package-info {
  width: 100%;
  height: 12%;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
.packageName {
  width: 100%;
  float: left;
  font-size: 1.3em;
  height: 100%;
  background: gray;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.packagePrice {
  width: 45%;
  font-size: 2.5em;
  text-align: left;
  height: 100%;
  display: inline;
}
.packagePrice p {
  padding: 2%;
  text-align: center;
}
.creditcard-description {
  color: #23af29;
  font-size: 0.94em;
  padding: 2%;
  font-weight: bold;
}
.packageData {
  width: 100%;
  height: 110%;
  color: black;
  text-transform: none;
  padding-left: 10%;
}
.packageData p {
  color: gray;
  font-size: 0.94em;
}
.packageData ul {
  list-style-image: url(etb/images/icons/blue-check-icon.png);
}
.packageData ul li {
  margin: 0 0 10px 0;
}
.showPackageDesc {
  display: inline-block;
}
.etb .registerDialogTitle {
  font-size: 1.2em;
  font-weight: bold;
}
.etb .promo-code-label {
  clear: both;
  font-size: 0.6em;
  float: left;
  margin: -10px -10px -10px 10px;
}
/*Small screens*/
@media screen and (min-width: 768px) and (max-width: 1342px) {
  .etb .register-header {
    height: 6%;
  }
  .etb .register {
    height: auto;
    margin: 1% 1% 1% 7.5%;
    width: 82%;
  }
  .etb .dijitRegisterLabel {
    width: 25%;
    font-size: 0.7em;
  }
  .etb .dijitBillingLabel {
    font-size: 0.7em;
  }
  .etb .registerLargeInput {
    height: 25px !important;
  }
  .etb .registerMediumInput {
    width: 25.6% !important;
    height: 25px !important;
  }
  .etb .register-welcome-title {
    font-size: 0.9em;
  }
  .register-package-container {
    padding: 0% 1% 1% 1%;
  }
}
/*tablet*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .etb .register-header {
    height: 6%;
  }
  .etb .register {
    margin: 3% auto;
  }
  .etb .dijitRegisterLabel {
    width: 25%;
    font-size: 0.7em;
  }
  .etb .dijitBillingLabel {
    font-size: 0.7em;
  }
  .etb .registerMediumInput {
    width: 20.5%;
  }
}
@media screen and (max-width: 890px) {
  /*New media styles*/
  /* (max-width: 768px) and (min-width: 481px) */
  body {
    overflow-y: auto;
  }
  body #appLayout {
    min-width: 50%;
    width: 100%;
  }
  body #appLayout .login-container {
    overflow: auto;
  }
  body #appLayout .register {
    width: 85%;
    height: auto;
  }
  body #appLayout .register .register-header img {
    max-width: 85%;
  }
  body #appLayout .register .register-form-container {
    position: relative;
  }
  body #appLayout .register .register-package-container .packageData ul {
    padding: 0 5px;
  }
  /*End New media styles*/
  .register-info-container {
    position: relative;
  }
  .register-form-container {
    width: 95%;
    clear: both;
    float: right;
    height: 35%;
    position: absolute;
    top: 15%;
  }
  .register-package-container {
    float: left;
    display: inline;
    width: 93%;
  }
}
/* Iphone 5*/
@media screen and (device-aspect-ratio: 2/3) {
  .etb .register-header {
    height: 4%;
  }
  .etb .register {
    height: 90%;
    margin: 8% 3% 3% 9%;
  }
  .register-info-container {
    position: relative;
  }
  .register-form-container {
    width: 95%;
    clear: both;
    float: right;
    height: 35%;
    position: absolute;
    top: 15%;
  }
  .etb .dijitRegisterLabel {
    font-size: 1.2em;
  }
  .etb .dijitBillingLabel {
    font-size: 1.2em;
  }
  .register-package-container {
    float: left;
    display: inline;
    width: 93%;
    margin-left: 1%;
  }
}
/*Iphone <5*/
@media screen and (device-aspect-ratio: 40/71) {
  .etb .register-header {
    height: 4%;
  }
  .etb .register {
    height: 90%;
    margin: 8% 3% 3% 9%;
  }
  .register-info-container {
    position: relative;
  }
  .register-form-container {
    width: 95%;
    clear: both;
    float: right;
    height: 35%;
    position: absolute;
    top: 15%;
  }
  .etb .dijitRegisterLabel {
    font-size: 1.2em;
  }
  .etb .dijitBillingLabel {
    font-size: 1.2em;
  }
  .register-package-container {
    float: left;
    display: inline;
    width: 93%;
    margin-left: 1%;
  }
}
.etb .show-register-error {
  background: #D04437;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 14px;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  width: 100%;
  margin-top: 2%;
}
#lastNameNode-error {
  width: 150px;
  display: inline-block;
}
#registerForm label.error {
  font-size: 12px;
  color: #aaa;
  line-height: 1.5 !important;
}
/* ============ HEADER ================ */
.etb .header {
  background-color: transparent;
  display: block;
  line-height: 45px;
  overflow: visible;
  height: 45px;
  width: 100%;
}
.etb .header .logoContainer {
  width: 42px;
  padding: 0 0 0 18px;
  height: 100%;
  float: left;
}
.etb .header .logoContainer img {
  height: 25px;
  margin-top: 17.5px;
  transition: opacity 1s linear;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
}
.etb .header .header_tools {
  height: 100%;
  overflow: visible;
}
.etb .header .header_tools .dijitDropDownButton {
  margin-right: 15px !important;
}
.etb .header .firmNameContainer {
  border-right: 1px solid lightgray;
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0px 0 0 !important;
  width: auto;
  padding: 0 5px;
  max-width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.etb .header .timesheetTimerContainer {
  border-right: 1px solid lightgray;
  float: right;
  background: #80C679;
  height: 45px;
}
.etb .header .timesheetTimerContainer .timer {
  line-height: 48px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: white;
}
.etb .header .timesheetTimerContainer .timer:hover {
  color: #fffb00 !important;
}
.etb .header .timesheetTimerContainer .reset {
  margin-right: 0px;
}
.etb .header .timesheetTimerContainer .reset:after {
  content: "\f0e2";
  font-family: FontAwesome;
  color: white;
}
.etb .header .timesheetTimerContainer .drop-down-timer {
  border-left: 1px solid lightgray;
  padding-left: 10px;
  padding-top: 1px;
  font-size: 17px;
}
.etb .header .timesheetTimerContainer .drop-down-timer:after {
  content: "\F022";
  font-family: FontAwesome;
  color: white;
}
.etb .header .timesheetTimerContainer span {
  float: left;
  margin: 0 10px;
  font-size: 17px;
}
.etb .header .timesheetTimerContainer span:hover:after {
  color: #fffb00 !important;
}
.etb .header .timesheetTimerContainer span.play:after {
  content: "\F144";
  font-family: FontAwesome;
  color: white;
}
.etb .header .timesheetTimerContainer span.pause:after {
  content: "\F28B";
  font-family: FontAwesome;
  color: white;
}
.etb .header .timesheetTimerContainer span.stop:after {
  content: "\F04D";
  font-family: FontAwesome;
  color: white;
}
.etb .header .timesheetTimerContainer span.restart:after {
  content: "\f021";
  font-family: FontAwesome;
  color: white;
}
.etb .header .header_tools {
  float: right;
  overflow: hidden;
  padding-top: 0;
}
.etb .header .header_tools .dijitDropDownButton {
  margin-right: 15px !important;
}
.etb .header .rightHeaderContainer {
  float: right;
  margin: 0 20px 0 0 !important;
  width: auto;
}
.etb .header .rightHeaderContainer .unread-emails-list.three-digits {
  margin-right: 20px;
}
.etb .header .rightHeaderContainer .unread-emails-list.four-digits {
  margin-right: 25px;
}
.etb .header .rightHeaderContainer .unread-messages-list.three-digits {
  margin-right: 28px;
}
.etb .header .rightHeaderContainer .unread-messages-list.four-digits {
  margin-right: 33px;
}
.headerTimesheetTooltip {
  border: none;
  height: 390px;
  width: 390px;
  position: absolute;
  top: 28px!important;
  left: -132px !important;
  overflow: hidden;
}
.headerTimesheetTooltip .dijitTooltipContainer {
  padding: 0px;
  margin: 0px;
  border: 1px solid #C2C2C2 !important;
}
.headerTimesheetTooltip:after,
.headerTimesheetTooltip:before {
  top: 2px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.headerTimesheetTooltip:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #C2C2C2;
  border-width: 6px;
}
.headerTimesheetTooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
}
.headerTimesheetTooltip label {
  font-size: 13px;
  padding: 6px;
}
.etb .header .helpTooltip {
  border: none;
  margin: 44px -180px;
  position: fixed;
  width: 250px;
  right: 235px;
  margin-top: 0px;
}
.etb .header .userTooltip {
  border: none;
  height: 165px;
  margin: 44px -140px;
  position: fixed;
  width: 250px;
  right: 120px;
  margin-top: 0px;
}
.etb .header .userTooltip.modulesTooltip {
  width: 250px;
  height: 88px;
  right: 188px;
  margin-top: 9px;
}
.etb .header .mobileTooltip {
  border: none;
  height: 165px;
  position: absolute;
  width: 250px;
  right: 10px;
  margin-top: 0px;
}
.etb .header .mobileDropdown {
  width: 200px;
  margin-top: 40px;
  border: 1px solid rgba(211, 211, 211, 0.89);
  position: fixed;
  right: 1%;
}
.etb .header .mobileDropdown .dijitMenuItem {
  display: block;
  width: 190px;
  clear: both;
}
.etb .header .mobileDropdown .dijitMenuItemLabel {
  float: left;
  font-size: 14px;
}
.etb .header .mobileDropdown .mobileUserItem {
  background: rgba(211, 211, 211, 0.21);
  height: 40px;
  border-bottom: 1px solid rgba(211, 211, 211, 0.59);
}
.etb .header .mobileDropdown .mobileUserItem .mobileUserItem-avatar {
  width: 25px;
  height: 25px;
  border-radius: 150px;
  background: white;
  display: flex;
  vertical-align: middle;
  float: left;
  border: 1px solid hsla(0, 0%, 50%, 0.23);
}
.etb .header .mobileDropdown .mobileUserItem .mobileUserItem-avatar i {
  color: #b6eaf6;
  margin: auto;
}
.etb .header .mobileDropdown .mobileUserItem .mobileUserItem-name {
  display: block;
  line-height: 2;
  padding-left: 35px;
  font-weight: 600;
}
.etb .header .globalActionsTooltip {
  border: none;
  margin: 44px -180px;
  position: fixed;
  width: 250px;
  right: 235px;
  margin-top: 0px;
}
.etb .header .globalVideoTooltip {
  border: none;
  margin: 44px -180px;
  position: fixed;
  width: 250px;
  right: 205px;
  margin-top: 0px;
}
.etb .header .trackTimeTooltip {
  border: none;
  height: 170px;
  margin: 44px -180px;
  position: absolute;
  width: 250px;
  right: 216px;
  margin-top: 40px;
}
.etb .header .userTooltip:after,
.etb .header .userTooltip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.etb .header .userTooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: 34px;
}
.etb .header .userTooltip:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #C2C2C2;
  border-width: 6px;
  margin-left: 35px;
}
.etb .header .userTooltip.modulesTooltip:after,
.etb .header .userTooltip.modulesTooltip:before {
  border: solid transparent;
}
.etb .header .userTooltip .dijitTooltipContainer,
.etb .header .mobileTooltip .dijitTooltipContainer {
  padding: 0px;
  margin: 0px;
  height: auto;
  border: 1px solid #C2C2C2 !important;
}
.etb .header .helpTooltip .dijitTooltipContainer {
  padding: 0px;
  margin: 0px;
  border: 1px solid #C2C2C2 !important;
}
.etb .header .globalActionsTooltip .dijitTooltipContainer {
  padding: 0px;
  margin: 0px;
  height: 365px;
  border: 1px solid #C2C2C2 !important;
}
.etb .header .globalVideoTooltip .dijitTooltipContainer {
  padding: 0px;
  margin: 0px;
  height: 300px;
  border: 1px solid #C2C2C2 !important;
}
.etb .header .helpTooltipWithoutGetting .dijitTooltipContainer {
  height: 123px !important;
}
.etb .header .helpTooltip .dijitTooltipFocusNode {
  padding: 0px;
  margin: 0px;
}
.etb .header .globalActionsTooltip .dijitTooltipFocusNode {
  padding: 0px;
  margin: 0px;
  height: 120px;
}
.etb .header .globalVideoTooltip .dijitTooltipFocusNode {
  padding: 0px;
  margin: 0px;
  height: auto;
}
.etb .header .helpTooltip:after,
.etb .header .helpTooltip:before {
  bottom: 100%;
  left: 68%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.etb .header .globalActionsTooltip:after,
.etb .header .globalVideoTooltip:after,
.etb .header .globalActionsTooltip:before,
.etb .header .globalVideoTooltip:before {
  bottom: 100%;
  left: 42%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.etb .header .helpTooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: 30px;
}
.etb .header .globalActionsTooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: 25px;
}
.etb .header .helpTooltip:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #C2C2C2;
  border-width: 6px;
  margin-left: 31px;
}
.etb .header .globalActionsTooltip:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #C2C2C2;
  border-width: 6px;
  margin-left: 25px;
}
.etb .header .globalVideoTooltip:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #C2C2C2;
  border-width: 6px;
  margin-left: 31px;
}
.etb .header .globalVideoTooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: 29px;
}
.etb .header .userTooltip .dijitTooltipFocusNode,
.etb .header .mobileTooltip .dijitTooltipFocusNode {
  padding: 0px;
  margin: 0px;
  height: auto;
}
.etb .header .userTooltip .dijitTooltipFocusNode div,
.etb .header .mobileTooltip .dijitTooltipFocusNode div {
  height: auto;
}
.etb .header .tooltip-item {
  cursor: pointer;
  width: 240px;
  /* height: 30px; */
  padding: 0px 0px 0px 10px;
  border-left: 3px solid #C2C2C2;
  clear: both;
}
.etb .header .tooltip-item-bottom {
  border-bottom: 1px solid #C2C2C2;
}
.etb .header .tooltip-menu-item {
  border: none;
  width: 100%;
}
.etb .header .tooltip-menu-item .dijitMenuItemLabel.dijitPopupMenuItem {
  padding-left: 10px;
  width: 235px;
  line-height: 47px;
}
.etb .header .tooltip-menu-item .dijitPopupMenuItem {
  padding-left: 10px;
  width: 235px;
  line-height: 40px;
}
.other-menu-item {
  border: none;
  line-height: 40px;
}
.other-menu-item .dijitMenuItemLabel.dijitPopupMenuItem {
  padding-left: 10px;
  width: 235px;
  line-height: 35px;
}
.other-menu-item:hover {
  color: #aaa;
}
.other-menu-item i {
  color: rgba(245, 159, 1, 0.66);
}
.video-menu-item {
  border: none;
  font-size: 13px;
  line-height: 37px;
}
.video-menu-item .dijitMenuItemLabel.dijitPopupMenuItem {
  padding-left: 10px;
  width: 235px;
  line-height: 37px;
}
.video-menu-item:hover {
  color: #aaa;
}
.video-menu-item i {
  color: #44c9e9 !important;
}
.etb .header .userImageProfileContainer {
  width: 60px;
  height: 80px;
  float: left;
  padding: 3%;
  background: #F8F7F7;
  border-left: 3px solid #C2C2C2;
}
.etb .header .userImageProfileContainer:before {
  font-family: FontAwesome;
  content: "\f007";
  font-size: 64px;
  position: absolute;
  top: 35px;
  left: 15px;
  color: #44c9e9;
  -webkit-text-shadow: 0 1px 1px #7B7C7F;
  -moz-text-shadow: 0 1px 1px #7B7C7F;
  -o-text-shadow: 0 1px 1px #7B7C7F;
  text-shadow: 0 1px 1px #7B7C7F;
}
.etb .header .userImageProfileContainer img {
  width: 100%;
  height: 100%;
}
.etb .header .userInfoContainer {
  float: left;
  padding: 3%;
  width: 155px;
  height: 80px;
  background: #F8F7F7;
}
.etb .header .tooltip-item:hover {
  background: #b6eaf6;
  border-left: 3px solid #12819b;
}
.etb .header .hideHelp {
  display: none;
}
.etb .header .hideGlobalActions {
  display: none;
}
.etb .header .showGlobalActions {
  display: block;
}
.etb .header .showHelp {
  display: block;
}
.etb .header .hideUser {
  display: none;
}
.etb .header .showUser {
  display: block;
}
.etb .header .hideModules {
  display: none;
}
.etb .header .showModules {
  display: block;
}
.etb .header .dropDownContainer {
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7B7C7F;
  float: right;
  height: 27px !important;
  padding: 0 5px 0 10px !important;
}
.etb .header .settingsDropDownContainer:hover {
  color: #aaa;
}
.etb .header .settingsDropDownContainer:before {
  font-family: FontAwesome;
  content: "\f059";
  font-size: 24px;
  cursor: pointer;
}
.etb .header .globalActionsDropDownContainer:hover {
  color: #aaa;
}
.etb .header .globalActionsDropDownContainer:before {
  font-family: FontAwesome;
  content: "\f055";
  font-size: 24px;
  cursor: pointer;
}
.etb .header .globalActionsDropDownContainer:before:hover {
  opacity: 0.75;
}
.etb .header .globalActionsDropDownContainer i {
  color: rgba(245, 159, 1, 0.66);
}
.etb .header .globalVideoDropDownContainer:hover {
  color: #aaa;
}
.etb .header .globalVideoDropDownContainer:before {
  font-family: FontAwesome;
  content: "\f008";
  font-size: 21px;
  cursor: pointer;
}
.etb .header .globalVideoDropDownContainer:before:hover {
  opacity: 0.75;
}
.etb .header .globalVideoDropDownContainer i {
  color: rgba(245, 159, 1, 0.66);
}
.etb .header .mobileDropDownContainer:hover {
  color: #aaa;
}
.etb .header .mobileDropDownContainer:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 24px;
  cursor: pointer;
}
.etb .header .mobileDropDownContainer:before:hover {
  opacity: 0.85;
}
.header_tools--mobile {
  display: none;
}
.etb .header .userDropDownContainer:hover {
  color: #aaa;
}
.etb .header .userDropDownContainer:before {
  font-family: FontAwesome;
  content: "\f007";
  font-size: 24px;
  cursor: pointer;
}
.etb .header .userDropDownContainer:before:hover {
  opacity: 0.85;
}
.etb .header .dropDownContainer .dijitDownArrowButton {
  background-color: transparent !important;
  background-image: none !important;
  height: 20px !important;
  line-height: 20px !important;
}
.etb .header .dropDownContainer.dijitDropDownButtonHover,
.etb .header .dropDownContainer.dijitDropDownButtonActive {
  background-color: none !important;
}
.etb .header .dropDownContainer .dijitButtonText {
  color: #7B7C7F;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-transform: capitalize;
}
.etb .header .dropDownContainer .dijitArrowButtonInner {
  display: none !important;
}
.etb .header .dropDownContainer .dijitArrowButtonChar {
  display: inline-block !important;
  font-size: 10px;
}
.header-linkedin {
  font-size: 1.5em;
  color: #0077B5;
}
.header-linkedin:hover {
  opacity: 0.65;
}
.track-time {
  font-size: 1.5em;
  color: #0077B5;
  cursor: pointer;
}
.track-time:hover {
  opacity: 0.65;
}
.track-time span img {
  position: relative;
  top: 2px;
  right: 2px;
}
.whatsnew-opened {
  margin-bottom: 45px!important;
}
.whatsnew-notification {
  width: 100%;
  text-align: center;
  position: relative;
  height: 45px!important;
  opacity: 0.9;
  background-color: #FFD;
  color: black;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  height: 40px;
  z-index: 9999;
  font-size: 13px;
}
.whatsnew-notification a {
  color: #3b73af;
}
.whatsnew-message {
  width: 95%;
  float: left;
}
.whatsnew-close {
  cursor: pointer;
  height: 40px;
  width: 5%;
  float: left;
}
.whatsnew-close-icon {
  background: url("etb/images/etb-ui/button_close_01.png") no-repeat;
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
}
.overdue-reminder {
  float: right;
  color: #7B7C7F;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  padding: 0 10px;
}
.overdue-reminder p {
  margin: 0 !important;
  padding: 0 5px 0 0;
  width: auto !important;
  line-height: 19px;
  display: inline-block;
  font-size: 1.1em;
}
.overdue-reminder-mobile {
  line-height: 30px;
}
.overdue-reminder-mobile button {
  border: none;
  width: 30px;
  height: 30px;
  background: #D04437;
  border-radius: 4px;
}
.overdue-reminder-mobile {
  display: none!important;
}
.overdue-reminder--message-container {
  display: inline-block;
  padding: 0 5px !important;
  margin: 0!important;
  height: 40px!important;
  line-height: 16px;
  vertical-align: middle;
  width: auto !important;
  font-size: 0.7em !important;
}
.reminderMobile {
  display: none;
  margin-right: 0px;
}
.reminderMobile button {
  height: 30px!important;
  background-color: #e74c3c !important;
}
.expireTrialReminder {
  float: right;
  color: #7B7C7F;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  padding: 0 10px;
}
.expireTrialReminder p {
  margin: 0;
  line-height: 20px;
  display: inline-block;
}
.expireTrialReminder p .expireDays {
  padding: 2px 4px;
  color: #fff;
  background: #e74c3c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.expireTrialReminder .upgradeButton {
  display: inline-block;
  height: 20px;
  background: #46B630 url(etb/images/icons/arrow-up.png) center right no-repeat;
  border: none;
  outline: none;
  padding: 0px 10px;
  padding-right: 27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
  line-height: 21px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.expireTrialReminder .upgradeButton:hover {
  background-color: #3ea22b;
}
.theme-picker {
  display: none;
  float: right;
  margin: 0;
  padding: 0;
  height: 50px;
  margin-right: 20px;
  margin-top: -2px;
}
.theme-picker ul {
  list-style: none;
  padding: 0;
}
.theme-picker ul li {
  display: inline-block;
  vertical-align: top;
  height: 15px;
  width: 15px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.theme-picker ul li.default {
  background-color: #44c9e9;
}
.theme-picker ul li.one {
  background-color: #2ecc71;
}
.theme-picker ul li.two {
  background-color: #e67e22;
}
.theme-picker ul li.three {
  background-color: #e74c3c;
}
.theme-picker ul li:hover {
  opacity: 0.7;
}
.logoContainer--mobile {
  display: none;
  width: 12%;
  max-width: 45px;
  height: 45px;
  position: absolute;
  margin: 1%;
}
.logoContainer--mobile img {
  width: 100%;
}
.notification-container {
  position: relative;
  width: 22px;
  height: 21px;
  top: -5px;
  left: 10px;
}
.notification-container i {
  color: #7b7c7f;
}
.notification-counter {
  position: absolute;
  top: 9px;
  left: 15px;
  background-color: hsl(0, 100%, 44%);
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  font: 10px Verdana;
  font-weight: bold;
  border-radius: 100px;
}
.btn-header-due-bills {
  float: right;
  font-size: 18px;
  height: 50px;
  list-style: none;
  margin: 2.5px 10px 0px 0px;
  padding: 0;
}
.btn-header-due-bills:hover {
  opacity: 0.65;
}
.btn-header-modules {
  float: right;
  font-size: 18px;
  height: 50px;
  list-style: none;
  margin: 1.5px 10px 0px 0px;
  padding: 0;
}
.btn-header-modules:hover svg {
  opacity: 0.65;
}
.btn-header-due-bills,
.btn-header-due-bills li {
  list-style: none;
  margin: 2.5px 8px 0px 0px;
  padding: 0;
}
.btn-header-modules li {
  list-style: none;
  margin: 8px 8px 0px 0px;
  padding: 0;
}
.unread-emails-list {
  float: right;
  font-size: 1.3em;
  height: 50px;
  list-style: none;
  margin: 2.5px 10px 0px 0px;
  padding: 0;
}
.unread-emails-list,
.unread-emails-list li {
  list-style: none;
  margin: 2px 10px 0px 0px;
  padding: 0;
}
.unread-messages-list {
  list-style: none;
  margin: 1px 8px 0px 0px;
  padding: 0;
  float: right;
  font-size: 1.3em;
  height: 50px;
}
.unread-feed-list {
  list-style: none;
  margin: 4px 15px 0px 0px;
  padding: 0;
  float: right;
  font-size: 1.3em;
  height: 50px;
}
.unread-messages-list,
.unread-messages-list li {
  list-style: none;
  margin: 2px 8px 0px 0px;
  padding: 0;
}
.fake-notification {
  font: 10px Arial;
  margin-top: 50px;
}
.global-actions {
  float: right;
  font-size: 1.3em;
  height: 50px;
  margin: 0;
  padding: 0;
}
.global-actions .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0px !important;
}
.header--section-container {
  padding: 0 0 0 15px;
  height: 100%;
  float: left;
  margin-left: 55px;
  font-weight: 700;
  text-transform: uppercase;
}
.modulesList {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.modulesList .module-item {
  height: 88px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 8px 25px 0px 30px;
}
.modulesList .module-item:first-child {
  margin: 8px 16px 0px 25px;
}
.modulesList .module-item img {
  height: 40px;
  width: 40px;
}
.modulesList .module-item p {
  padding: 0px;
  margin: -8px;
}
.modulesList .module-item:hover p {
  font-weight: bold;
}
.one-module {
  width: 135px !important;
}
.rocketMatter-module {
  width: 180px !important;
}
.rocketMatter-module .module-item {
  margin: 5px !important;
}
.rocketMatter-module .module-item img {
  width: auto !important;
}
.next-gen-header {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #020024;
  background: linear-gradient(90deg, #020024 0%, #3163F5 0%, #6130BD 100%);
  color: white;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 16px 11px 78px;
}
.next-gen-header-right-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.next-gen-button {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #176cfc;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.next-gen-close-message {
  font-weight: bold;
  cursor: pointer;
  background: url("../../application/themes/etb/images/etb-ui/button_close_01.png") no-repeat;
  vertical-align: middle;
  height: 21px;
  width: 21px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cosmo-dialog {
  background: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cosmo-dialog .cosmo-dialog-titleBar {
  background: #f5f5f5 !important;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  height: 35px;
  padding-top: 8.25px;
  position: relative;
  width: 810px;
}
.cosmo-dialog .cosmo-dialog-title {
  color: #333333;
  font-weight: bold;
  padding: 0px 10px;
}
.cosmo-dialog .cosmo-dialog-closeIcon {
  background: url("../../application/themes/etb/images/etb-ui/button_close_01.png") no-repeat;
  position: absolute;
  vertical-align: middle;
  right: 5px;
  top: 12px;
  height: 21px;
  width: 21px;
  border-radius: 10px;
}
.cosmo-dialog .dijitDialogCloseIconHover {
  background: url("../../application/themes/etb/images/etb-ui/button_close_01.png") no-repeat !important;
}
.cosmo-dialog .cosmo-dialog-content {
  background: white;
  height: 75% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 2%;
  position: absolute;
  width: 780px !important;
}
.cosmo-dialog .cosmo-dialog-footerBar {
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  height: 30px;
  width: 789px;
  padding: 1.3%;
  position: absolute;
  text-align: right;
}
/********************Contact*****************/
.contact-card {
  width: 27%;
  height: 189px;
  border: 1px solid #E1E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px !important;
}
.contact-card p {
  font-size: 14px;
  margin: 0px;
  padding: 5px 5px 0px 10px;
}
.contact-card-header {
  font-size: 20px;
  text-align: center;
  margin: 0px;
  border-bottom: 1px solid #d9d9d9;
  height: 40px;
  padding: 2%;
}
.contact-card-mark1 {
  background-color: #0DBFF4;
}
.contact-card-mark2 {
  background-color: #7B7C7F;
}
.contact-card-mark3 {
  background-color: cadetblue;
}
.contact-card-info {
  padding: 0px;
}
.contact-card-footer {
  height: 40px;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  background: #f5f5f5;
  text-align: right;
  border-top: 1px solid #d9d9d9;
  margin-top: 2%;
}
.contact-card-edit {
  background-image: url(etb/images/commonIcons_3.png);
  background-position: -315px -15px;
  width: 30px;
}
.contact-card-delete {
  background-image: url(etb/images/commonIcons_3.png);
  background-position: -162px -16px;
  width: 30px;
}
.partyInfo-container {
  padding: 10px 14px !important;
}
.partyInfo-label {
  font-size: 1em;
  cursor: pointer;
}
/* Import Contacts Table */
.cosmo-dialog-fixed.standard.dijitStackContainerAttachTop {
  width: 850px !important;
  height: 90% !important;
  /* Old Values */
  /*
    width: @cosmo-dialog-width-medium!important;
    margin-left: -400px;
    height: @cosmo-dialog-height-medium!important;
    */
}
.labelsAndValues-labelCell {
  display: none;
  padding-left: -1px;
  border: solid;
}
.labelsAndValues-valueCell {
  width: 20%;
  font-size: 15px !important;
  padding: 0px 0px 10px 0px !important;
  font-family: 'Segoe UI', Segoe, 'Open Sans', Tahoma, Geneva, sans-serif !important;
}
.cosmo-import-container {
  overflow-x: auto !important;
}
.cosmo-import-container .dijitContainer {
  overflow: auto !important;
  margin: 10px;
  border: 1px solid #eee;
}
.cosmo-import-container .dijitContainer .cosmo-import-table tr {
  background: #fafafa;
}
.cosmo-import-container .dijitContainer .cosmo-import-table tr:first-child {
  outline: none;
  background: none;
}
.cosmo-import-container .dijitContainer .cosmo-import-table tr:first-child .dijitInputField {
  background-color: transparent!important;
}
.cosmo-import-container .dijitContainer .cosmo-import-table tr:first-child * {
  background-color: #fafafa !important;
}
.cosmo-import-container .dijitContainer .cosmo-import-table tr:nth-child(odd) * {
  background: #fff !important;
  width: 89%;
  text-align: left;
}
.cosmo-import-container .dijitContainer .cosmo-import-table .cosmo-import-valueCell .dijitTextBox {
  border: none!important;
}
.cosmo-import-container .dijitContainer .cosmo-import-table .cosmo-import-valueCell .dijitTextBox .dijitInputField {
  background: #fafafa;
}
.cosmo-import-container .dijitContainer .cosmo-import-table .cosmo-import-valueCell .dijitTextBox .dijitInputField input {
  text-transform: capitalize;
}
.cosmo-import-container .dijitContainer .cosmo-import-table .cosmo-import-valueCell table {
  margin: 5px 0;
  width: 100%;
}
.cosmo-import-container .dijitContainer .cosmo-import-table .cosmo-import-valueCell .dijitArrowButton {
  background: #fff url("etb/images/etb-ui/select_down_square.gif") no-repeat !important;
}
.import-label {
  margin-left: 1%;
  /* font-weight: 500; */
  padding: 5px;
  display: block;
  font-size: 0.83em;
  font-weight: bold;
}
ul.cosmo-exception-contactList {
  list-style-image: url(../../application/themes/etb/images/icons/orange_warning.png);
}
ul.cosmo-exception-contactList li {
  margin: 5px 0;
}
/* Subtabs Icons */
.contact-subtabIcon-2::before {
  font-family: FontAwesome;
  content: "\f02d";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.contact-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f02e";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.contact-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f183";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.payee-grid .field-eligibleFor1099 {
  width: 100px;
}
.cosmolex-footer {
  background-color: #fff;
  font-weight: lighter;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  bottom: 0px!important;
  top: auto!important;
  height: 22px;
}
.cosmolex-footer .cosmolex-progressBar-container {
  display: table;
  line-height: 27px;
  margin: 0 auto;
  width: 80%;
}
.cosmolex-footer .cosmolex-progressBar-container .left {
  display: table-cell;
  text-align: right;
  width: 45%;
}
.cosmolex-footer .cosmolex-progressBar-container .right {
  display: table-cell;
  text-align: left;
  width: 55%;
}
.cosmolex-footer .cosmolex-progressBar-container .cosmolex-progressBar-text {
  color: #7B7C7F;
  font-size: 13px;
  font-weight: lighter;
  margin: 0 0 0 25px !important;
  padding: 0 !important;
}
.cosmolex-footer .cosmolex-progressBar-container .cosmolex-progressBar-gif {
  display: inline-block;
  height: 14px;
  margin: 7px 0 0 10px;
  padding: 0;
  width: 250px;
}
.cosmo-welcome-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 570px;
  width: 800px !important;
}
.cosmo-welcome-steps {
  height: 570px;
  max-height: 570px;
  width: 100%;
}
.cosmo-welcome-steps h1 {
  font-weight: 400;
  margin-top: 15px!important;
  margin-bottom: -10px;
}
.cosmo-welcome-steps label {
  color: #555;
  font-size: 0.9em;
}
.cosmo-welcome-steps .dijitSelectLabel {
  color: #000;
}
.cosmo-welcome-steps legend {
  display: none;
}
.cosmo-welcome-steps .container-fieldset {
  background: #fafafa;
  width: 100% !important;
}
.cosmo-welcome-steps .container-boxed {
  width: 100%!important;
}
.cosmo-welcome-steps .cosmo-header {
  padding: 5px 0;
  height: 80px;
  background: #fafafa;
  border-bottom: 1px solid #e0e0e0;
}
.cosmo-welcome-steps .cosmo-title-desc {
  color: #7B7C7F;
}
.cosmo-welcome-steps .dijitTextBox {
  padding: 0 3px;
}
.cosmo-welcome-steps .show-error {
  position: relative !important;
}
.cosmo-welcome-steps .dijitSelect input,
.cosmo-welcome-steps .dijitTextBox input {
  font-size: 0.9em;
}
.cosmo-welcome-steps .timeKeeperInfo:before {
  font-family: Fontawesome;
  content: "\f0d6";
  margin-right: 10px;
  color: #44c9e9;
  font-weight: normal;
}
.cosmo-welcome-steps .timeDateInfo:before {
  font-family: Fontawesome;
  content: "\f017";
  margin-right: 10px;
  color: #44c9e9;
  font-weight: normal;
}
.cosmo-welcome-steps .firmInfo:before {
  font-family: Fontawesome;
  content: "\f1ad";
  margin-right: 10px;
  color: #44c9e9;
  font-weight: normal;
}
.cosmo-welcome-stackContainer {
  clear: both;
  height: 570px;
  max-height: 570px;
  width: 100%;
}
.cosmo-step-stackContainer {
  clear: both;
  height: 410px !important;
  width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.cosmo-step-stackContainer .firm-settings-bookkeeper {
  display: none !important;
}
.cosmo-header {
  height: 80px;
  position: relative;
  width: 100%;
  padding: 15px 0;
}
.cosmo-welcome-header {
  height: 50px;
}
.cosmo-welcome-dialog {
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 800px !important;
  height: 570px !important;
  top: 0px !important;
}
.cosmo-welcome-stack {
  width: 800px !important;
  height: 570.3px !important;
  top: 46px !important;
  overflow: hidden;
  position: fixed !important;
  left: 50% !important;
  margin-left: -400px;
}
.cosmo-welcome-content {
  float: left;
  height: 100%;
  width: 49%;
}
.cosmo-welcome-title {
  margin-left: 2%;
  margin-top: 9%;
  max-width: 95%;
  -webkit-word-break: break-word;
  -moz-word-break: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  border-bottom: 3px double #e0e0e0;
}
.cosmo-welcome-description {
  margin: 6%;
  font-size: 0.9em;
}
.cosmo-welcome-image {
  background-image: url("etb/images/gettingStarted.png");
  -webkit-background-size: 82%;
  -moz-background-size: 82%;
  background-size: 82%;
  margin-top: 4%;
  background-repeat: no-repeat;
  height: 50%;
  max-height: 50%;
  margin-left: 15%;
  width: 79%;
  display: none;
}
.cosmo-welcome-slide-0 {
  background-image: url("etb/images/slidesGetting/slide0.png");
  height: 160px;
}
.cosmo-welcome-slide-1 {
  background-image: url("etb/images/slidesGetting/slide1.jpg");
  height: 160px;
}
.cosmo-welcome-slide-2 {
  background-image: url("etb/images/slidesGetting/slide2.png");
  height: 160px;
}
.cosmo-remaining-icon {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("etb/images/helpMenu-logo.png");
}
.cosmo-welcome-stepsCompleted-image {
  background-image: url("etb/images/achievement.png");
  -webkit-background-size: 82%;
  -moz-background-size: 82%;
  background-size: 35%;
  margin-top: 5%;
  background-repeat: no-repeat;
  height: 50%;
  max-height: 50%;
  margin-left: 36%;
  opacity: 0.7;
  width: 87%;
}
.cosmo-welcome-right-border:after {
  content: "";
  width: 1px;
  height: 90%;
  background: #e0e0e0;
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -8px;
}
.cosmo-welcome-container-steps-title {
  list-style: none;
  left: 60px;
  position: relative;
  top: -29px;
  width: 300px;
}
.cosmo-welcome-contact {
  border-top: 1px solid #d5d5d5;
  margin-top: 30px;
  color: #7B7C7F;
}
.cosmo-welcome-container-steps-title li {
  font-size: 1.5em;
}
.cosmo-welcome-container-steps-title li:first-child {
  padding-top: 2%;
}
.cosmo-welcome-title-items {
  margin-top: 28%;
}
.title-not-done {
  color: #AAAAAA;
  color: #555;
}
.title-not-done p {
  font-size: 0.5em;
  padding: 0 2px;
  color: #aaa;
  margin: 0;
  width: 75%;
}
.title-being-done {
  color: #242424;
}
.title-done {
  color: #51565A;
  color: #7B7C7F;
}
.title-done p {
  font-size: 0.5em;
  padding: 0 2px;
  color: #aaa;
  margin: 0;
}
.step-title-done {
  color: #51565A;
}
.cosmo-welcome-skip-link {
  cursor: pointer;
  margin-right: 2%;
  text-decoration: none;
  color: #7B7C7F;
}
.cosmo-welcome-skip-link:hover {
  color: #626365;
}
.cosmo-welcome-skip-link:visited {
  color: #000000;
}
.cosmo-welcome-skip-link:active {
  color: #303031;
}
.cosmo-step-container {
  min-height: 420px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: relative;
  width: 100% !important;
}
.cosmo-step-buttonContainer {
  border-top: 1px solid #e0e0e0;
  height: 67px;
  padding-top: 1.5%;
  width: 100%;
  background: #fafafa;
}
.cosmo-step-description {
  list-style-type: none;
  margin-top: -40px;
  position: absolute;
  width: 100%;
  margin-left: 237px;
  margin-left: 120px;
}
.cosmo-step-description li {
  float: left;
}
.cosmo-step-description li:first-child {
  margin-left: -25px;
  margin-top: 20px!important;
}
.cosmo-step-screen-content {
  padding: 0% 3% !important;
}
.cosmo-step-title {
  font-size: 1.6em;
  margin-top: 5px !important;
}
.cosmo-title-desc {
  font-size: 0.9em;
}
.cosmo-welcome-message {
  margin: 15px 22px;
  width: 95% !important;
  position: absolute !important;
  width: 746px !important;
  z-index: 100 !important;
  top: 5px !important;
}
.cosmo-welcome-steps.vertical {
  /* Vertical Slider */
}
.cosmo-welcome-steps.vertical .cosmo-welcome-title-items {
  margin-top: 24%;
}
.cosmo-welcome-steps.vertical .cosmo-welcome-container-steps-title {
  margin-top: -95px;
  top: -53px;
  left: 90px;
}
.cosmo-welcome-steps.vertical .cosmo-welcome-container-steps-title li:first-child {
  padding-top: 6%;
}
.cosmo-welcome-steps.vertical .cosmo-welcome-container-steps-title li:nth-child(2) {
  margin-top: 70px;
}
.cosmo-welcome-steps.vertical .cosmo-welcome-container-steps-title li:nth-child(3) {
  margin-top: 70px;
}
.cosmo-welcome-steps.vertical .done {
  /* margin-top: 0; */
}
.cosmo-welcome-steps.vertical .breadcrumb {
  font-size: 1.8em;
  height: auto;
  list-style: none;
  padding: 0 0 2em 0;
  position: relative;
  width: auto;
}
.cosmo-welcome-steps.vertical .breadcrumb .item {
  margin-left: 30px;
}
.cosmo-welcome-steps.vertical .breadcrumb .item:last-of-type {
  margin-left: 35px;
}
.cosmo-welcome-steps.vertical .breadcrumb .item:last-of-type:after {
  margin-left: -35px;
  width: 100%!important;
}
.cosmo-welcome-steps.vertical .welcome-breadcrumb {
  margin-top: 82px;
  left: 30px;
  -webkit-transform: rotate(90deg) translate(240px, 110px);
  -moz-transform: rotate(90deg) translate(240px, 110px);
  -ms-transform: rotate(90deg) translate(240px, 110px);
  -o-transform: rotate(90deg) translate(240px, 110px);
  transform: rotate(90deg) translate(240px, 110px);
}
.cosmo-welcome-steps.vertical .step-breadcrumb {
  -webkit-transform: translate(110px, -15px);
  -moz-transform: translate(110px, -15px);
  -ms-transform: translate(110px, -15px);
  -o-transform: translate(110px, -15px);
  transform: translate(110px, -15px);
}
.cosmo-welcome-steps.vertical .welcome-breadcrumb .done:before {
  content: "✔" !important;
  background: none;
  color: #9fe6fb;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  -webkit-transform: rotate(268deg);
  -moz-transform: rotate(268deg);
  -ms-transform: rotate(268deg);
  -o-transform: rotate(268deg);
  transform: rotate(268deg);
  text-align: center;
  z-index: 99;
  font-size: 1.25em;
  -webkit-text-shadow: 1px 1px 0 #2980b9;
  -moz-text-shadow: 1px 1px 0 #2980b9;
  -o-text-shadow: 1px 1px 0 #2980b9;
  text-shadow: 1px 1px 0 #2980b9;
  top: -7px;
  left: 17px;
}
.cosmo-welcome-steps.vertical .step-breadcrumb .done:before {
  content: "✔" !important;
  background: none;
  color: #9fe6fb;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  z-index: 99;
  top: 0px;
  left: 2px;
}
.cosmo-welcome-steps.vertical .six-steps .item {
  width: 21%;
  top: 1em;
}
.cosmo-welcome-steps.vertical .steps .item {
  width: 26%;
}
.cosmo-welcome-steps.vertical .steps {
  margin-left: 245px;
  margin-left: 105px;
  margin-top: -7px;
}
.cosmo-welcome-steps.vertical .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
.cosmo-welcome-steps.vertical .item:before {
  content: "";
  position: absolute;
  top: 0.15em;
  right: 0.15em;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cosmo-welcome-steps.vertical .item.not-done:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Fontawesome;
  text-align: center;
  line-height: 2.5em;
}
.cosmo-welcome-steps.vertical .item.not-done:first-child:before {
  content: "\f0f7";
}
.cosmo-welcome-steps.vertical .item.not-done:nth-child(2):before {
  content: "\f017";
}
.cosmo-welcome-steps.vertical .item.not-done:nth-child(3):before {
  content: "\f0d6";
}
.cosmo-welcome-steps.vertical .item:after {
  content: "";
  position: absolute;
  top: 1.35em;
  z-index: -1;
  display: block;
  width: 80%;
  height: 0.12em;
  z-index: -99;
}
.cosmo-welcome-steps.vertical .item:first-of-type {
  position: absolute;
  left: -4em;
  top: 1em;
}
.cosmo-welcome-steps.vertical .item:first-of-type:before {
  left: 0.15em;
}
.cosmo-welcome-steps.vertical .item.done:first-of-type:before {
  left: 0.35em;
}
.cosmo-welcome-steps.vertical .item.done span:after {
  border: 1px solid #15A3C5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cosmo-welcome-steps.vertical .item:first-of-type:after {
  margin-left: 51px;
}
.cosmo-welcome-steps.vertical .item:first-of-type span {
  background-position: left 0;
}
.cosmo-welcome-steps.vertical .item:first-of-type span:first-of-type:after {
  left: 0;
}
.cosmo-welcome-steps.vertical .item span {
  display: block;
  height: 1.8em;
  background-position: right 0;
  background-repeat: no-repeat;
  -webkit-background-size: 1.8em;
  -moz-background-size: 1.8em;
  background-size: 1.8em;
}
.cosmo-welcome-steps.vertical .item span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 2.8em;
  width: 2.8em;
  -webkit-border-radius: 1.8em;
  -moz-border-radius: 1.8em;
  border-radius: 1.8em;
}
.cosmo-welcome-steps.vertical .done span:after {
  background: #44c9e9;
  z-index: 9;
}
.cosmo-welcome-steps.vertical .being-done span:after {
  background: #717171 !important;
}
.cosmo-welcome-steps.vertical .not-done {
  top: 1em;
}
.cosmo-welcome-steps.vertical .not-done span:after,
.cosmo-welcome-steps.vertical .not-done:after {
  background: #f0f0f0;
}
.cosmo-welcome-steps.vertical .done:after {
  background: #44c9e9;
}
.cosmo-welcome-steps.vertical .step-breadcrumb .item:after {
  width: 75% !important;
  z-index: -9;
}
.cosmo-welcome-steps.vertical #sliderFrame {
  width: 88%;
  margin: 20px auto -20px auto;
}
.cosmo-welcome-steps.vertical #sliderFrame #slider {
  width: 100%;
  height: 160px;
  margin: 10px auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cosmo-welcome-steps.vertical #sliderFrame #slider div.sliderInner {
  width: 100%;
  height: 160px;
}
.cosmo-welcome-steps.vertical #sliderFrame #slider div.navBulletsWrapper {
  display: none !important;
}
/* HORIZONTAL */
.cosmo-welcome-steps.horizontal .done {
  margin-top: 29px;
}
.cosmo-welcome-steps.horizontal .item:first-of-type.done {
  margin-top: 0;
}
.cosmo-welcome-steps.horizontal .title-not-done,
.cosmo-welcome-steps.horizontal .step-title-done {
  margin-top: 15px;
  font-size: 0.9em;
  margin-left: -9px;
}
.cosmo-welcome-steps.horizontal .cosmo-step-description li:nth-child(2) {
  margin-left: 95px;
  margin-top: 20px;
}
.cosmo-welcome-steps.horizontal .cosmo-step-description li:nth-child(3) {
  margin-left: 115px;
  margin-top: 20px;
}
.cosmo-welcome-steps.horizontal .breadcrumb {
  font-size: 1.8em;
  height: auto;
  list-style: none;
  padding: 0 0 2em 0;
  position: relative;
  width: auto;
}
.cosmo-welcome-steps.horizontal .breadcrumb li:nth-child(3) {
  margin-left: 1.2em;
}
.cosmo-welcome-steps.horizontal .welcome-breadcrumb {
  margin-top: 82px;
  -webkit-transform: rotate(90deg) translate(240px, 110px);
  -moz-transform: rotate(90deg) translate(240px, 110px);
  -ms-transform: rotate(90deg) translate(240px, 110px);
  -o-transform: rotate(90deg) translate(240px, 110px);
  transform: rotate(90deg) translate(240px, 110px);
}
.cosmo-welcome-steps.horizontal .step-breadcrumb {
  -webkit-transform: translate(110px, -15px);
  -moz-transform: translate(110px, -15px);
  -ms-transform: translate(110px, -15px);
  -o-transform: translate(110px, -15px);
  transform: translate(110px, -15px);
}
.cosmo-welcome-steps.horizontal .welcome-breadcrumb .done:before {
  content: "✔" !important;
  color: #44c9e9;
  font-family: 'Segoe UI', sans-serif;
  -webkit-transform: rotate(268deg);
  -moz-transform: rotate(268deg);
  -ms-transform: rotate(268deg);
  -o-transform: rotate(268deg);
  transform: rotate(268deg);
  text-align: center;
  z-index: 99;
  top: 2px;
  margin-left: -8px;
  left: 10px;
  -webkit-text-shadow: 1px 0 0 #105464;
  -moz-text-shadow: 1px 0 0 #105464;
  -o-text-shadow: 1px 0 0 #105464;
  text-shadow: 1px 0 0 #105464;
}
.cosmo-welcome-steps.horizontal .step-breadcrumb .done:before {
  content: "✔" !important;
  color: #44c9e9;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  z-index: 99;
}
.cosmo-welcome-steps.horizontal .six-steps .item {
  width: 21%;
  top: 1em;
}
.cosmo-welcome-steps.horizontal .steps .item {
  width: 26%;
}
.cosmo-welcome-steps.horizontal .steps {
  margin-left: 145px;
  margin-top: -7px;
}
.cosmo-welcome-steps.horizontal .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
.cosmo-welcome-steps.horizontal .item:before {
  content: "";
  font-family: fontawesome;
  position: absolute;
  font-size: 0.75em;
  top: 0.2em;
  right: 0.19em;
  display: block;
  width: 2em;
  height: 2em;
  background: #fff;
  line-height: 2em;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cosmo-welcome-steps.horizontal .item.not-done:first-child:before {
  content: "\f0f7";
}
.cosmo-welcome-steps.horizontal .item.not-done:nth-child(2):before {
  content: "\f017";
}
.cosmo-welcome-steps.horizontal .item.not-done:nth-child(3):before {
  content: "\f0d6";
}
.cosmo-welcome-steps.horizontal .item.being-done:before {
  color: #44c9e9;
}
.cosmo-welcome-steps.horizontal .item:after {
  content: "";
  position: absolute;
  top: 0.85em;
  z-index: -1;
  display: block;
  width: 55%;
  height: 0.15em;
}
.cosmo-welcome-steps.horizontal .item:first-of-type {
  position: absolute;
  left: -3em;
  top: 1em;
}
.cosmo-welcome-steps.horizontal .item:first-of-type:before {
  left: 4px;
}
.cosmo-welcome-steps.horizontal .item:first-of-type:after {
  margin-left: 51px;
}
.cosmo-welcome-steps.horizontal .item:first-of-type span {
  background-position: left 0;
}
.cosmo-welcome-steps.horizontal .item:first-of-type span:first-of-type:after {
  left: 0;
}
.cosmo-welcome-steps.horizontal .item span {
  display: block;
  height: 1.8em;
  background-position: right 0;
  background-repeat: no-repeat;
  -webkit-background-size: 1.8em;
  -moz-background-size: 1.8em;
  background-size: 1.8em;
}
.cosmo-welcome-steps.horizontal .item span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 1.8em;
  width: 1.8em;
  -webkit-border-radius: 1.8em;
  -moz-border-radius: 1.8em;
  border-radius: 1.8em;
}
.cosmo-welcome-steps.horizontal .done span:after {
  background: #0DBFF4;
  z-index: 9;
}
.cosmo-welcome-steps.horizontal .being-done span:after {
  background: #44c9e9;
}
.cosmo-welcome-steps.horizontal .not-done {
  top: 1em;
}
.cosmo-welcome-steps.horizontal .not-done span:after,
.cosmo-welcome-steps.horizontal .not-done:after {
  background: #f0f0f0;
}
.cosmo-welcome-steps.horizontal .done:after {
  background: #f5f5f5;
}
.cosmo-welcome-steps.horizontal .step-breadcrumb .item:after {
  width: 100% !important;
  z-index: -9;
  left: -35px;
}
.final-step {
  padding: 5%;
  text-align: justify;
  font-size: 0.9em;
}
.final-step .title {
  display: inline-block;
  clear: both;
  margin-bottom: 5%;
  margin-top: 2%;
  font-size: 1.2em !important;
  font-weight: 500;
}
.final-step .matterMessage {
  margin-top: 4%;
  display: inline-block;
}
.final-step .needHelp {
  display: inline-block;
  margin-top: 8%;
  border-top: 1px solid #d5d5d5;
  color: #7b7c7f;
  padding-top: 2%;
  width: 100%;
}
.whatsnewsitem {
  position: relative;
  border-bottom: 1px solid rgba(168, 168, 168, 0.37);
  padding: 15px;
  color: #7B7C7F;
}
.whatsnewsitem-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #7B7C7F;
}
.whatsnewsitem-date {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 0.9em;
  color: #7B7C7F;
}
.whatsnewsitem-body {
  color: #7B7C7F;
}
/**************RECENT ACTIVITIES****************/
/***********************************************/
.auditlog_add,
.auditlog_delete,
.auditlog_email,
.auditlog_information,
.auditlog_login,
.auditlog_logout,
.auditlog_update {
  display: inline-block;
  background: url('../themes/etb/images/sprites/auditLog_typesIcons.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.auditlog_add {
  background-position: -5px 0px;
  width: 16px;
  height: 16px;
}
.auditlog_delete {
  background-position: -26px 0px;
  width: 16px;
  height: 16px;
}
.auditlog_email {
  background-position: -5px -21px;
  width: 16px;
  height: 16px;
}
.auditlog_information {
  background-position: -26px -21px;
  width: 16px;
  height: 16px;
}
.auditlog_login {
  background-position: -5px -42px;
  width: 16px;
  height: 16px;
}
.auditlog_logout {
  background-position: -26px -42px;
  width: 16px;
  height: 16px;
}
.auditlog_update {
  background-position: -5px -63px;
  width: 16px;
  height: 16px;
}
.auditlog_grid th.dgrid-column-0-0 {
  width: 100px;
}
.auditlog_grid td.dgrid-column-0-0 {
  width: 100px;
}
/**************INVOICES*************************/
/***********************************************/
.receivePaymentGrid .dgrid-column-0-1 {
  text-align: left !important;
}
.receivePaymentGrid .dgrid-column-0-2 {
  text-align: left !important;
}
.newFundsFromClient-grid .dijitBorderContainer {
  height: 100%;
  width: 100%;
}
.newFundsFromClient-grid .dijitContainer {
  height: 100% !important;
  width: 100% !important;
}
.newFundsFromClient-grid .dijitBorderContainerPane {
  height: 100% ;
  width: 100%;
}
.newFundsFromClient-grid .dijitContentPaneSingleChild {
  padding: 0px !important;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-0 {
  width: 30px!important;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-1 {
  width: 150px;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-2,
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-4,
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-5,
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-6 {
  text-align: right;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-2,
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-3 {
  width: 70px;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-4 {
  width: 100px;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-5 {
  width: 100px;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-6 {
  width: 100px!important;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-7 {
  width: 70px;
  padding: 0;
  padding-left: 10px;
}
.newFundsFromClient-grid .dgrid-grid.receivePaymentGrid .dgrid-column-0-5 input {
  text-align: right;
  font-size: 0.93em;
  color: black !important;
}
.dgrid-grid.receivePaymentGrid .field-invoiceAmount,
.dgrid-grid.receivePaymentGrid .field-invoiceBalance,
.dgrid-grid.receivePaymentGrid .field-appliedAmount {
  text-align: right;
}
.event-header {
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  background-color: #6c0000;
  white-space: nowrap;
  padding: 1px 2px 2px 1px;
  border-top: 1px solid #260000;
  border-left: 1px solid #260000;
  border-right: 1px solid #260000;
}
/**************CALENDAR*************************/
.calendar-container .dijitCalendarContainer {
  width: 93%;
  margin: 0 auto;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th {
  text-align: center;
  padding-bottom: 4px !important;
  vertical-align: middle;
  background-color: inherit;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitCalendarIncrementControl {
  background-size: auto;
  opacity: 1;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitCalendarDecrease {
  background-position: 0;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitCalendarDecrease:hover {
  background-position: -36px 0 !important;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitDropDownButton {
  margin: 0 !important;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitDropDownButton .dijitButtonNode {
  height: 20px;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitDropDownButton .dijitButtonNode .dijitButtonContents {
  height: 20px !important;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitDropDownButton .dijitButtonNode .dijitButtonContents .dijitButtonText {
  position: relative;
  bottom: 7px;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitDropDownButton .dijitButtonNode .dijitButtonContents .dijitArrowButtonInner {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-image: url(../../../libs/dojo-release-1.10.4-src/dijit/themes/claro/form/images/buttonArrows.png);
  background-repeat: no-repeat;
  background-position: -51px 53%;
  position: relative;
  bottom: 6px;
}
.calendar-container .dijitCalendarContainer .dijitCalendarMonthContainer th .dijitDropDownButton .dijitCalendarMonthLabel {
  font-size: 12px;
  background: inherit;
}
.calendar-container .dijitCalendarContainer .dijitCalendarWeekTemplate .dijitCalendarDateTemplate .dijitCalendarDateLabel {
  font-size: 0.709em !important;
}
.calendar-container .dijitCalendarContainer .dijitCalendarDayLabelTemplate {
  background: inherit;
}
.calendar-container .dijitCalendarContainer .dijitCalendarDayLabelTemplate .dijitCalendarDayLabel {
  font-size: 0.709em;
}
.calendar-container .dijitCalendarContainer .dijitCalendarYearContainer {
  background: inherit;
}
.calendar-container .dijitCalendarContainer .dijitCalendarYearContainer .dijitCalendarYearLabel {
  font-size: 0.809em;
}
.calendar-container .dijitCalendarContainer .dijitCalendarYearContainer .dijitCalendarYearLabel .nextYearLabelNode {
  font-size: 0.709em;
}
.calendar-container .dijitTitlePane {
  margin-left: auto;
  margin-right: auto;
}
/*.calendar-container .dijitCalendarContainer{
    width: 93% !important;
    font-size: 0.75em !important;
    border-spacing: 0 !important;
    border-collapse: separate !important;
    margin: 0 !important;
    border: 1px solid @cosmolex-light-gray !important;
    background-color: #424242;
    background: @cosmolex-light-gray !important;
}

.calendar-container .dijitCalendar .dijitDropDownButton .dijitButtonNode{
    border: none !important;
    color:lighten(@cosmolex-secondary-color, 1%);
}

.calendar-container .dijitCalendar .dijitDropDownButtonHover .dijitButtonNode,
.calendar-container .dijitCalendar .dijitDropDownButton:hover .dijitButtonNode {
      background-color: none !important;
      border: none !important;
    color:lighten(@cosmolex-secondary-color, 1%);
}

.calendar-container .dijitCalendar .dijitDropDownButton:hover .dijitButtonNode{
    background: none !important;
}

.calendar-container .dijitCalendarMonthLabel {
    font-size: 14px !important;
}

.calendar-container .dijitCalendarIncrease {
    background-position: -90px center !important;
    background-image: url("../themes/etb/images/sprites/arrow_sprite_white.png") !important;
}

.calendar-container .dijitCalendarDecrease {
    background-position: -209px center !important;
    background-image: url("../themes/etb/images/sprites/arrow_sprite_white.png") !important;
}

.calendar-container .dijitCalendarArrowHover .dijitCalendarDecrease{
   background-position: -209px center !important;
}

.calendar-container .dijitCalendarArrow:hover .dijitCalendarIncrease {
    background-position: -90px center !important;
}


.calendar-container .dijitSelectHover,
.calendar-container .dijitSelectHover .dijitButtonContents,
.calendar-container.dijitTextBoxHover,
.calendar-container .dijitTextBoxHover .dijitButtonNode {
  border-color: none !important;
}

.calendar-container .dijitTextBoxHover {
  background-color: none !important;
  background-image: none !important;
}
.calendar-container .dijitCalendarHoveredDate .dijitCalendarDateLabel,
.calendar-container .dijitCalendarEnabledDate:hover .dijitCalendarDateLabel {
  background-color: @cosmolex-light-gray !important;
  border: none !important;
  color: white !important;
}

.calendar-container  .dijitTitlePaneTitleOpen, .claro .dijitTitlePaneTitleFixedOpen{
    background-color: @secondary-background-color !important;
    background-image: none !important;
    border-radius: 4px 4px 0px 0px;
}


.cosmo-calendar .dijitToolbar .dijitButtonActive .dijitButtonNode,
.calendar-container  .dijitToolbar .dijitDropDownButtonActive .dijitButtonNode,
.calendar-container  .dijitToolbar .dijitComboButtonActive .dijitButtonNode,
.calendar-container  .dijitToolbar .dijitToggleButtonActive .dijitButtonNode {
    background-color: #fff!important;
    background-image:none!important;
    border:none!important;
    padding:2px!important;
}
.cosmo-calendar .dijitContentPane{
    overflow-y: auto!important;
}
.calendar-container  .dijitCalendarNextYearHover,
.calendar-container .dijitCalendarNextYear:hover,
.calendar-container .dijitCalendarPreviousYearHover,
.calendar-container .dijitCalendarPreviousYear:hover {
  color: #000000;
  border: none !important;
  padding: 0px !important;
  background-color: transparent !important;
}

.calendar-container .dijitCalendarIncrementControl {
    width: 25px !important;
    height: 25px !important;
    background-size: 355px !important;
    opacity: .85 !important;
}*/
.dijitCalendar .Highlighted {
  background-color: #fff0b4 !important;
}
.dijitCalendar .Highlighted .dijitCalendarDateLabel {
  color: red !important;
  border: solid 1px #fff0b4 !important;
}
.dojoxCalendar {
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif !important;
  font-size: 0.9em;
}
.dojoxCalendar tbody tr td {
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif !important;
}
.cosmo-calendar.dijitTabPane {
  overflow: auto;
}
.cosmo-calendar .dijitToolbar {
  white-space: nowrap;
}
.cosmo-calendar .dijitCalendar {
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif !important;
}
.cosmo-calendar .dijitToolbar .dijitButtonHover .dijitButtonNode {
  border: none !important;
  background: none !important;
  transition-duration: 0s !important;
  padding: 2px!important;
}
.cosmo-calendar .dijitAlignLeft {
  overflow-y: auto!important;
  width: 19%!important;
  min-width: 285px !important;
}
.cosmo-calendar .dijitAlignRight.calendar-task-list--collapsed,
.cosmo-calendar .dijitAlignRight.calendar-task-list--expanded {
  background: transparent!important;
  border: none!important;
  font-size: 14px;
}
.calendar-task-list--header {
  font-weight: 500;
  height: 31.6px;
}
.calendar-task-list--header:after {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 95%;
  position: absolute;
}
.calendar-tasklist--ul-container {
  /* Firefox */
  height: -moz-calc(100% - 32px);
  /* WebKit */
  height: -webkit-calc(100% - 32px);
  /* Opera */
  height: -o-calc(100% - 32px);
  /* Standard */
  height: calc(100% - 32px);
}
.calendar-tasklist--ul-container ul {
  overflow: auto;
  height: calc(100% - 10px);
}
.calendar-task-list--task-container {
  margin: 10px 0 15px 0;
  list-style: none;
  overflow: auto;
  padding: 0;
  width: 95%;
}
.calendar-task-list--task-container li {
  font-size: 14px;
}
.calendar-task-list--task-container li:nth-child(even) {
  background-color: rgba(245, 245, 245, 0.81) !important;
}
.calendar-task-list--due-date {
  color: rgba(128, 128, 128, 0.59);
  font-size: 13px;
}
.calendar-task-list--task-label {
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.calendar-task-list--task-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.calendar-task-list--icon {
  cursor: pointer;
}
.calendar-task-list--expanded {
  width: 18%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0 !important;
}
.calendar-tasklist--container {
  height: 100%;
  overflow: visible;
}
.calendar-center-container {
  padding: 10px 10px 10px 25px !important;
}
.calendar-task-list--collapsed {
  width: 1%;
  overflow: visible;
  padding: 10px 10px 10px 0px !important;
}
.cosmo-calendar .dojoxCalendarMatrixView .dojoxCalendarRowHeader {
  font-size: 0.75em !important;
}
.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarMatrixView .dojoxCalendarEvent.dojoxCalendarHorizontal .labels {
  font-size: 0.75em !important;
}
.cosmo-calendar .dojoxCalendarMatrixView .dojoxCalendarEvent.dojoxCalendarHorizontal {
  font-size: 0.9em !important;
}
.claro .dojoxCalendarColumnView .dojoxCalendarMatrixView .dojoxCalendarExpand {
  font-size: 0.9em !important;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
}
.claro .dojoxCalendarColumnView .dojoxCalendarEvent {
  font-size: 0.75em;
}
.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarColumnHeader {
  font-size: 0.75em;
}
.claro .dojoxCalendarMatrixView .dojoxCalendarColumnHeaderTable {
  font-size: 0.75em;
}
.claro .dojoxCalendarMatrixView .dojoxCalendarGrid {
  font-size: 0.75em;
}
.claro .dojoxCalendarMatrixView .dojoxCalendarEvent.dojoxCalendarLabel .labels {
  font-size: 0.9em;
}
.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarColumnHeaderTable td.last-child {
  border-right: 1px solid #b5bcc7 !important;
}
.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarRowHeaderLabel {
  font-size: 0.75em;
}
.cosmo-calendar .dojoxCalendar {
  border: none!important;
  margin-left: 10px!important;
  width: 99%!important;
}
.cosmo-calendar .claro .dojoxCalendar .viewContainer {
  /* max-height:380px!important; */
}
.cosmo-calendar .dojoxCalendar .buttonContainer {
  font-size: 0.9em;
}
.cosmo-calendar .dojoxCalendar .buttonContainer .dijit.dijitToolbar .dijitButtonText {
  color: #000000 !important;
}
.cosmo-caendar .dojoxCalendar .dojoxCalendarHeader {
  color: #000000;
}
.dojoxCalendar .buttonContainer .dijitToolbar {
  border: 1px solid #B5BCC7 !important;
  border-bottom: 1px solid #b5bcc7;
  background-color: #efefef !important;
  line-height: 0px !important;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) !important;
  _background-image: none;
  padding: 2px 0 2px 4px;
  zoom: 1;
}
.dojoxCalendar .buttonContainer .dijitToolbar .dijit.dijitReset.dijitInline.dijitButton {
  margin: 0 !important;
  vertical-align: middle;
}
.dojoxCalendar .buttonContainer .dijitToolbar > span:nth-child(-n+2) {
  font-family: Sans-serif;
}
.cosmo-calendar .dojoxCalendar .buttonContainer .dijitToolbar {
  /* background:none!important;
 .dijitButton{
   margin-top: -13px !important;
   height: 23px!important;
    .cosmo-border-radius;
   border: 1px solid transparent;
     .dijitButtonNode{
         display: table-cell;
         border:none!important;
     }
     .dijitButtonText:hover{
         color:black;

     }
 }
 .dijitButtonHover, .dijitButtonActive{
   border:1px solid rgb(139, 180, 218);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#5FBCD3));
   background-image: -webkit-linear-gradient(top, #fff, #5FBCD3);
   background-image: -moz-linear-gradient(top, #fff, #5FBCD3);
   background-image: -ms-linear-gradient(top, #fff, #5FBCD3);
   background-image: -o-linear-gradient(top, #fff, #5FBCD3);
   background-image: linear-gradient(to bottom, #fff, #5FBCD3);
   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fff, endColorstr=#5FBCD3)!important;

     .dijitButtonNode{
         border:1px solid #B5BCC7;
         background:none!important;
         padding:2px;
     }
 }
 .dijitButtonActive{
   margin-top: -11px !important;
 }*/
}
.cosmo-calendar .dojoxCalendar .viewContainer .dojoxCalendarYearColumnHeader span {
  font-size: 10.8px;
}
.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarColumnHeaderTable .dojoxCalendarToday {
  color: #2dd62d !important;
}
.cosmo-calendar .linkedToMatter.resync .startTime,
.cosmo-calendar .billable.resync.shortTime .summary {
  /*background: url('../themes/etb/images/icons/blank_folder.png') no-repeat right center;
  background-size: 25px;*/
}
.cosmo-calendar .linkedToMatter.resync .startTime:after,
.cosmo-calendar .billable.resync.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .linkedToMatter.resync .startTime:before,
.cosmo-calendar .billable.resync.shortTime .summary:before {
  font-family: fontAwesome;
  content: '\f12a';
  float: right;
  color: #f59f01;
  padding: 1px 2px;
}
.cosmo-calendar .linkedToMatter .startTime,
.cosmo-calendar .billable.shortTime .summary {
  /*background: url('../themes/etb/images/icons/blank_folder.png') no-repeat right center;
  background-size: 25px;*/
}
.cosmo-calendar .linkedToMatter .startTime:after,
.cosmo-calendar .billable.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .resync .startTime,
.cosmo-calendar .resync.shortTime .summary {
  /*background: url('../themes/etb/images/icons/blank_folder.png') no-repeat right center;
  background-size: 25px;*/
}
.cosmo-calendar .resync .startTime:before,
.cosmo-calendar .resync.shortTime .summary:before {
  font-family: fontAwesome;
  content: '\f12a';
  float: right;
  color: #f59f01;
  padding: 1px 2px;
}
.cosmo-calendar .billable .startTime,
.cosmo-calendar .billable.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_billed.png') no-repeat right center;
  background-size: 40px;*/
}
.cosmo-calendar .billable .startTime:after,
.cosmo-calendar .billable.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f155";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billable.resync .startTime,
.cosmo-calendar .billable.resync.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_billed.png') no-repeat right center;
  background-size: 40px;*/
}
.cosmo-calendar .billable.resync .startTime:after,
.cosmo-calendar .billable.resync.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f155";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billable.resync .startTime:before,
.cosmo-calendar .billable.resync.shortTime .summary:before {
  font-family: fontAwesome;
  content: '\f12a';
  float: right;
  color: #f59f01;
  padding: 1px 2px;
}
.cosmo-calendar .billed .startTime:after,
.cosmo-calendar .billed.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billed .startTime:before,
.cosmo-calendar .billed.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f155";
  float: right;
  padding: 1px 2px;
  color: greenyellow;
}
.cosmo-calendar .billable-past .startTime,
.cosmo-calendar .billable-past.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_overdue.png') no-repeat right center;
  background-size: 40px;*/
}
.cosmo-calendar .billable-past .startTime:after,
.cosmo-calendar .billable-past.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billable-past .startTime:before,
.cosmo-calendar .billable-past.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f155";
  float: right;
  padding: 1px 2px;
  color: red;
}
.cosmo-calendar .private-event .startTime,
.cosmo-calendar .private-event.shortTime .summary {
  /*background: url('../themes/etb/images/icons/private.png') no-repeat right center;
  background-size: 25px;*/
}
.cosmo-calendar .private-event .startTime:after,
.cosmo-calendar .private-event.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f023";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .private-event.resync .startTime,
.cosmo-calendar .private-event.resync.shortTime .summary {
  /*background: url('../themes/etb/images/icons/private.png') no-repeat right center;
  background-size: 25px;*/
}
.cosmo-calendar .private-event.resync .startTime:after,
.cosmo-calendar .private-event.resync.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f023";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .private-event.resync .startTime:before,
.cosmo-calendar .private-event.resync.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f12a";
  float: right;
  padding: 1px 2px;
  color: #f59f01;
}
.cosmo-calendar .linkedToMatter.private-event .startTime,
.cosmo-calendar .linkedToMatter.private-event.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_private.png') no-repeat right center;
  background-size: 40px;*/
}
.cosmo-calendar .linkedToMatter.private-event .startTime:after,
.cosmo-calendar .linkedToMatter.private-event.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .linkedToMatter.private-event .startTime:before,
.cosmo-calendar .linkedToMatter.private-event.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f023";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .linkedToMatter.private-event.resync .startTime,
.cosmo-calendar .linkedToMatter.private-event.resync.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_private.png') no-repeat right center;
  background-size: 40px;*/
}
.cosmo-calendar .linkedToMatter.private-event.resync .startTime:after,
.cosmo-calendar .linkedToMatter.private-event.resync.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f023";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .linkedToMatter.private-event.resync .startTime:before,
.cosmo-calendar .linkedToMatter.private-event.resync.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f12a";
  float: right;
  padding: 1px 2px;
  color: #f59f01;
}
.cosmo-calendar .billable.linkedToMatter.private-event .startTime,
.cosmo-calendar .billable.linkedToMatter.private-event.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_billed_private.png') no-repeat right center;
  background-size: 50px;*/
}
.cosmo-calendar .billable.linkedToMatter.private-event .startTime:after,
.cosmo-calendar .billable.linkedToMatter.private-event.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f023";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billable.linkedToMatter.private-event .startTime:before,
.cosmo-calendar .billable.linkedToMatter.private-event.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f155";
  float: right;
  padding: 1px 2px;
  color: greenyellow;
}
.cosmo-calendar .billable.linkedToMatter.private-event.resync .startTime,
.cosmo-calendar .billable.linkedToMatter.private-event.resync.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_billed_private.png') no-repeat right center;
  background-size: 50px;*/
}
.cosmo-calendar .billable.linkedToMatter.private-event.resync .startTime:after,
.cosmo-calendar .billable.linkedToMatter.private-event.resync.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f023\00a0\f12a";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billable.linkedToMatter.private-event.resync .startTime:before,
.cosmo-calendar .billable.linkedToMatter.private-event.resync.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f155";
  float: right;
  padding: 1px 2px;
  color: greenyellow;
}
.cosmo-calendar .billed.linkedToMatter.private-event .startTime,
.cosmo-calendar .billed.linkedToMatter.private-event.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_unbilled_private.png') no-repeat right center;
  background-size: 50px;*/
}
.cosmo-calendar .billed.linkedToMatter.private-event .startTime:after,
.cosmo-calendar .billed.linkedToMatter.private-event.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f023";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billed.linkedToMatter.private-event .startTime:before,
.cosmo-calendar .billed.linkedToMatter.private-event.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f155";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billed.linkedToMatter.private-event.resync .startTime,
.cosmo-calendar .billed.linkedToMatter.private-event.shortTime.resync .summary {
  /*background: url('../themes/etb/images/icons/linked_unbilled_private.png') no-repeat right center;
  background-size: 50px;*/
}
.cosmo-calendar .billed.linkedToMatter.private-event.resync .startTime:after,
.cosmo-calendar .billed.linkedToMatter.private-event.shortTime.resync .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f023\00a0\f155";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billed.linkedToMatter.private-event.resync .startTime:before,
.cosmo-calendar .billed.linkedToMatter.private-event.shortTime.resync .summary:before {
  font-family: fontAwesome;
  content: "\f12a";
  float: right;
  padding: 1px 2px;
  color: #f59f01;
}
.cosmo-calendar .billable-past.linkedToMatter.private-event .startTime,
.cosmo-calendar .billable-past.linkedToMatter.private-event.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_overdue_private.png') no-repeat right center;
  background-size: 50px;*/
}
.cosmo-calendar .billable-past.linkedToMatter.private-event .startTime:after,
.cosmo-calendar .billable-past.linkedToMatter.private-event.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f023";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billable-past.linkedToMatter.private-event .startTime:before,
.cosmo-calendar .billable-past.linkedToMatter.private-event.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f155";
  float: right;
  padding: 1px 2px;
  color: red;
}
.cosmo-calendar .billable-past.linkedToMatter.private-event.resync .startTime,
.cosmo-calendar .billable-past.linkedToMatter.private-event.resync.shortTime .summary {
  /*background: url('../themes/etb/images/icons/linked_overdue_private.png') no-repeat right center;
  background-size: 50px;*/
}
.cosmo-calendar .billable-past.linkedToMatter.private-event.resync .startTime:after,
.cosmo-calendar .billable-past.linkedToMatter.private-event.resync.shortTime .summary:after {
  font-family: fontAwesome;
  content: "\f07b\00a0\f023";
  float: right;
  padding: 1px 2px;
}
.cosmo-calendar .billable-past.linkedToMatter.private-event.resync .startTime:before,
.cosmo-calendar .billable-past.linkedToMatter.private-event.resync.shortTime .summary:before {
  font-family: fontAwesome;
  content: "\f155\00a0\f12a";
  float: right;
  padding: 1px 2px;
  color: #f59f01;
}
.cosmo-calendar .linkedToMatter .labels .startTime {
  background-image: none;
}
.cosmo-calendar .billable .labels .startTime {
  background-image: none;
}
.cosmo-calendar .billable-past .labels .startTime {
  background-image: none!important;
}
.cosmo-calendar .billed .labels .startTime {
  background-image: none;
}
.cosmo-calendar .private-event .labels .startTime {
  background-image: none!important;
}
.cosmo-calendar .resync .labels .startTime {
  background-image: none!important;
}
.cosmo-calendar .dojoxCalendarLabel.Selected {
  border: none;
  background: none;
}
.recurring-warning {
  background: #FFD url('../themes/etb/images/icons/warning.png') no-repeat 5px 5px;
  padding: 5px 30px;
  margin: 5px 18px 5px 10px;
  font-weight: bold;
  border: 1px solid #eee;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar1  {
    .bg{
    background-color: #00ff00;
    }
    &.Hovered .bg{
    background-color: #00ff00;
    }
    &.Selected .bg{
    background-color: #00ff00;
    }
}
*/
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent .bg,
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Selected .bg {
  background-color: #1aa9ca;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar16 .bg {
  background-color: #2980b9;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar16.Hovered .bg {
  background-color: #409ad5;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar16.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar16.Selected .bg {
  background-color: #20638f;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar16 .startTime {
  background-color: #164666;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar15 .bg {
  background-color: #e74c3c;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar15.Hovered .bg {
  background-color: #ed7669;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar15.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar15.Selected .bg {
  background-color: #d62c1a;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar15 .startTime {
  background-color: #a82315;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar14 .bg {
  background-color: #DAA520;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar14.Hovered .bg {
  background-color: #e4b849;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar14.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar14.Selected .bg {
  background-color: #ae8319;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar14 .startTime {
  background-color: #816213;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar13 .bg {
  background-color: #8e44ad;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar13.Hovered .bg {
  background-color: #a563c1;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar13.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar13.Selected .bg {
  background-color: #703688;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar13 .startTime {
  background-color: #522764;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar12 .bg {
  background-color: #a2c60b;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar12.Hovered .bg {
  background-color: #c7f212;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar12.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar12.Selected .bg {
  background-color: #7a9608;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar12 .startTime {
  background-color: #536506;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar11 .bg {
  background-color: #32688b;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar11.Hovered .bg {
  background-color: #3f84b1;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar11.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar11.Selected .bg {
  background-color: #254c65;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar11 .startTime {
  background-color: #173040;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar10 .bg {
  background-color: #34495e;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar10.Hovered .bg {
  background-color: #46627f;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar10.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar10.Selected .bg {
  background-color: #222f3d;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar10 .startTime {
  background-color: #10161c;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar9 .bg {
  background-color: #7f8c8d;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar9.Hovered .bg {
  background-color: #9aa4a5;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar9.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar9.Selected .bg {
  background-color: #667273;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar9 .startTime {
  background-color: #4e5758;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar8 .bg {
  background-color: #9b59b6;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar8.Hovered .bg {
  background-color: #b07cc6;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar8.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar8.Selected .bg {
  background-color: #804399;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar8 .startTime {
  background-color: #623475;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar7 .bg {
  background-color: #c0392b;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar7.Hovered .bg {
  background-color: #d65548;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar7.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar7.Selected .bg {
  background-color: #962d22;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar7 .startTime {
  background-color: #6d2018;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar6 .bg {
  background-color: #3498db;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar6.Hovered .bg {
  background-color: #5faee3;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar6.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar6.Selected .bg {
  background-color: #217dbb;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar6 .startTime {
  background-color: #196090;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar5 .bg {
  background-color: #2ecc71;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar5.Hovered .bg {
  background-color: #54d98c;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar5.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar5.Selected .bg {
  background-color: #25a25a;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar5 .startTime {
  background-color: #1b7943;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar4 .bg {
  background-color: #16a085;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar4.Hovered .bg {
  background-color: #1ccdaa;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar4.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar4.Selected .bg {
  background-color: #107360;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar4 .startTime {
  background-color: #0a463a;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar3 .bg {
  background-color: #f1c40f;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar3.Hovered .bg {
  background-color: #f4d03f;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar3.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar3.Selected .bg {
  background-color: #c29d0b;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar3 .startTime {
  background-color: #927608;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar2 .bg {
  background-color: #E98B39;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar2.Hovered .bg {
  background-color: #eea667;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar2.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar2.Selected .bg {
  background-color: #d77118;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar2 .startTime {
  background-color: #a95913;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar1 .bg {
  background-color: #1aa9ca;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar1.Hovered .bg {
  background-color: #32c3e5;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar1.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent.Calendar1.Selected .bg {
  background-color: #14839d;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent.Calendar1 .startTime {
  background-color: #0e5d70;
}
.claro.cosmo-calendar .dojoxCalendarEvent._1aa9ca .bg {
  background-color: #1aa9ca;
}
.claro.cosmo-calendar .dojoxCalendarEvent._1aa9ca.Hovered .bg {
  background-color: #32c3e5;
}
.claro.cosmo-calendar .dojoxCalendarEvent._1aa9ca.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._1aa9ca.Selected .bg {
  background-color: #14839d;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._1aa9ca .startTime {
  background-color: #0e5d70;
}
.claro.cosmo-calendar .dojoxCalendarEvent._f1c40f .bg {
  background-color: #f1c40f;
}
.claro.cosmo-calendar .dojoxCalendarEvent._f1c40f.Hovered .bg {
  background-color: #f4d03f;
}
.claro.cosmo-calendar .dojoxCalendarEvent._f1c40f.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._f1c40f.Selected .bg {
  background-color: #c29d0b;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._f1c40f .startTime {
  background-color: #927608;
}
.claro.cosmo-calendar .dojoxCalendarEvent._e98b39 .bg {
  background-color: #E98B39;
}
.claro.cosmo-calendar .dojoxCalendarEvent._e98b39.Hovered .bg {
  background-color: #eea667;
}
.claro.cosmo-calendar .dojoxCalendarEvent._e98b39.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._e98b39.Selected .bg {
  background-color: #d77118;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._e98b39 .startTime {
  background-color: #a95913;
}
.claro.cosmo-calendar .dojoxCalendarEvent._16a085 .bg {
  background-color: #16a085;
}
.claro.cosmo-calendar .dojoxCalendarEvent._16a085.Hovered .bg {
  background-color: #1ccdaa;
}
.claro.cosmo-calendar .dojoxCalendarEvent._16a085.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._16a085.Selected .bg {
  background-color: #107360;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._16a085 .startTime {
  background-color: #0a463a;
}
.claro.cosmo-calendar .dojoxCalendarEvent._2ecc71 .bg {
  background-color: #2ecc71;
}
.claro.cosmo-calendar .dojoxCalendarEvent._2ecc71.Hovered .bg {
  background-color: #54d98c;
}
.claro.cosmo-calendar .dojoxCalendarEvent._2ecc71.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._2ecc71.Selected .bg {
  background-color: #25a25a;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._2ecc71 .startTime {
  background-color: #1b7943;
}
.claro.cosmo-calendar .dojoxCalendarEvent._3498db .bg {
  background-color: #3498db;
}
.claro.cosmo-calendar .dojoxCalendarEvent._3498db.Hovered .bg {
  background-color: #5faee3;
}
.claro.cosmo-calendar .dojoxCalendarEvent._3498db.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._3498db.Selected .bg {
  background-color: #217dbb;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._3498db .startTime {
  background-color: #196090;
}
.claro.cosmo-calendar .dojoxCalendarEvent._c0392b .bg {
  background-color: #c0392b;
}
.claro.cosmo-calendar .dojoxCalendarEvent._c0392b.Hovered .bg {
  background-color: #d65548;
}
.claro.cosmo-calendar .dojoxCalendarEvent._c0392b.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._c0392b.Selected .bg {
  background-color: #962d22;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._c0392b .startTime {
  background-color: #6d2018;
}
.claro.cosmo-calendar .dojoxCalendarEvent._9b59b6 .bg {
  background-color: #9b59b6;
}
.claro.cosmo-calendar .dojoxCalendarEvent._9b59b6.Hovered .bg {
  background-color: #b07cc6;
}
.claro.cosmo-calendar .dojoxCalendarEvent._9b59b6.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._9b59b6.Selected .bg {
  background-color: #804399;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._9b59b6 .startTime {
  background-color: #623475;
}
.claro.cosmo-calendar .dojoxCalendarEvent._7f8c8d .bg {
  background-color: #7f8c8d;
}
.claro.cosmo-calendar .dojoxCalendarEvent._7f8c8d.Hovered .bg {
  background-color: #9aa4a5;
}
.claro.cosmo-calendar .dojoxCalendarEvent._7f8c8d.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._7f8c8d.Selected .bg {
  background-color: #667273;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._7f8c8d .startTime {
  background-color: #4e5758;
}
.claro.cosmo-calendar .dojoxCalendarEvent._34495e .bg {
  background-color: #34495e;
}
.claro.cosmo-calendar .dojoxCalendarEvent._34495e.Hovered .bg {
  background-color: #46627f;
}
.claro.cosmo-calendar .dojoxCalendarEvent._34495e.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._34495e.Selected .bg {
  background-color: #222f3d;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._34495e .startTime {
  background-color: #10161c;
}
.claro.cosmo-calendar .dojoxCalendarEvent._32688b .bg {
  background-color: #32688b;
}
.claro.cosmo-calendar .dojoxCalendarEvent._32688b.Hovered .bg {
  background-color: #3f84b1;
}
.claro.cosmo-calendar .dojoxCalendarEvent._32688b.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._32688b.Selected .bg {
  background-color: #254c65;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._32688b .startTime {
  background-color: #173040;
}
.claro.cosmo-calendar .dojoxCalendarEvent._a2c60b .bg {
  background-color: #a2c60b;
}
.claro.cosmo-calendar .dojoxCalendarEvent._a2c60b.Hovered .bg {
  background-color: #c7f212;
}
.claro.cosmo-calendar .dojoxCalendarEvent._a2c60b.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._a2c60b.Selected .bg {
  background-color: #7a9608;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._a2c60b .startTime {
  background-color: #536506;
}
.claro.cosmo-calendar .dojoxCalendarEvent._8e44ad .bg {
  background-color: #8e44ad;
}
.claro.cosmo-calendar .dojoxCalendarEvent._8e44ad.Hovered .bg {
  background-color: #a563c1;
}
.claro.cosmo-calendar .dojoxCalendarEvent._8e44ad.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._8e44ad.Selected .bg {
  background-color: #703688;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._8e44ad .startTime {
  background-color: #522764;
}
.claro.cosmo-calendar .dojoxCalendarEvent._daa520 .bg {
  background-color: #DAA520;
}
.claro.cosmo-calendar .dojoxCalendarEvent._daa520.Hovered .bg {
  background-color: #e4b849;
}
.claro.cosmo-calendar .dojoxCalendarEvent._daa520.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._daa520.Selected .bg {
  background-color: #ae8319;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._daa520 .startTime {
  background-color: #816213;
}
.claro.cosmo-calendar .dojoxCalendarEvent._e74c3c .bg {
  background-color: #e74c3c;
}
.claro.cosmo-calendar .dojoxCalendarEvent._e74c3c.Hovered .bg {
  background-color: #ed7669;
}
.claro.cosmo-calendar .dojoxCalendarEvent._e74c3c.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._e74c3c.Selected .bg {
  background-color: #d62c1a;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._e74c3c .startTime {
  background-color: #a82315;
}
.claro.cosmo-calendar .dojoxCalendarEvent._2980b9 .bg {
  background-color: #2980b9;
}
.claro.cosmo-calendar .dojoxCalendarEvent._2980b9.Hovered .bg {
  background-color: #409ad5;
}
.claro.cosmo-calendar .dojoxCalendarEvent._2980b9.Selected {
  border: 2px solid transparent;
}
.claro.cosmo-calendar .dojoxCalendarEvent._2980b9.Selected .bg {
  background-color: #20638f;
}
.claro.cosmo-calendar .dojoxCalendarColumnView .dojoxCalendarEvent._2980b9 .startTime {
  background-color: #164666;
}
.calendar-owner-icon-edit {
  color: #F59F01;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.calendar-owner-icon-edit:hover {
  color: #BE7340;
}
.calendar-owner-truncate {
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.calendar-owner-truncate span {
  font-size: 14px!important;
}
.calendar-toolbar {
  padding: 5px 0px !important;
  width: 260px !important;
  margin: 0 auto !important;
}
.calendar-toolbar span {
  padding: 0px !important;
  border-width: 0px !important;
  background-image: none !important;
}
.calendar-toolbar span:hover {
  padding: 0px !important;
  border-width: 0px !important;
  background-color: transparent !important;
  background-image: none !important;
}
/**************TASK*****************************/
/***********************************************/
.task-priority {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 3px auto;
  width: 21px;
  height: 20px;
}
.task-priority.low {
  background-color: #85d085;
}
.task-priority.medium {
  background-color: #dca650;
}
.task-priority.high {
  background-color: #dc7450;
}
.task-progress-label {
  position: absolute;
  font-size: small;
  top: 10px;
  left: 45%;
}
.task-progress-label.notstarted {
  left: 34%;
}
.task_grid .field-priority {
  width: 55px;
}
.task_grid .field-startDate {
  width: 100px;
}
.task_grid .field-effectiveBillingStatus {
  width: 32px;
}
.task_grid .field-effectiveBillingStatus .fa-money {
  margin-left: -2px;
}
.task_grid .field-privateTask {
  width: 70px;
  text-align: center;
}
.task_grid .field-privateTask .role-uncheck-icon {
  display: none;
}
.task_grid .field-color {
  width: 30px;
}
.task_grid .field-status {
  width: 200px;
}
.task_grid .field-status progress {
  background: #F4F4F4 !important;
  width: 93%;
  display: block;
  border: none;
}
.task_grid .field-name {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.task_grid .dgrid-row {
  padding: 0px;
  margin: 0px;
}
.task_grid .field-matterFileNumber {
  width: 65px;
}
.task-color {
  color: white;
  text-align: center;
  font-weight: normal;
  width: 20px;
  height: 20px;
  margin: 3px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.email-color {
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 0px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/**************EVENT*****************************/
/***********************************************/
.date-icon {
  display: block;
  width: 32px;
  /* height: 5px; */
  text-align: center;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0% 24%;
}
.date-icon .month {
  background: #0DBFF4;
  display: block;
  padding: 0px 0;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 174, 225, 0.59);
  box-shadow: inset 0 2px 0 0 #4babc8;
  border-radius: 4px 4px 0px 0px;
}
.date-icon .day {
  display: block;
  margin: 0;
  padding: 0px 0;
  font-size: 12px;
  box-shadow: 0 0 3px #ccc;
  position: relative;
  border-radius: 0px 0px 4px 4px;
  background: white;
}
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-invoiceNumber {
  text-align: right !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-invoiceNumberDisplay,
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-invoiceDate,
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-dueDate {
  width: 85px;
}
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-clientName,
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-matterName,
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-invoiceAmount,
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-invoiceBalance {
  width: 135px;
}
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-invoiceStatus {
  width: 90px;
}
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-Select_Item {
  width: 40px;
}
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-appliedAmount {
  width: 100px;
  text-align: right;
}
.etb .dgrid.activitiesInvoiceInfoGrid .field-trustRetainerBalance,
.etb .dgrid.activitiesInvoiceInfoGrid .field-unpaidBalance {
  text-align: right;
}
.etb .dgrid.activitiesInvoiceInfoGrid .field-trustRetainerBalance .dgrid-resize-header-container,
.etb .dgrid.activitiesInvoiceInfoGrid .field-unpaidBalance .dgrid-resize-header-container {
  padding-right: 10px;
}
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-edit,
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-details {
  width: 40px;
}
.etb .dgrid-grid.activitiesInvoiceInfoGrid .field-matterFileNumber {
  width: 65px;
}
.activitiesInvoiceInfoGrid td.field-invoiceNumber {
  width: 130px;
  padding-right: 10px;
}
.activitiesInvoiceInfoGrid th.field-invoiceNumber {
  width: 130px;
}
.activitiesInvoiceInfoGrid th.field-invoiceNumber .dgrid-resize-header-container {
  padding-right: 10px;
}
.activitiesInvoiceInfoGrid .field-showDetail {
  width: 32px;
  text-align: right !important;
  text-overflow: unset !important;
}
#printMultipleGrid {
  outline: 1px solid #e0e0e0 !important;
}
#printMultipleGrid .dgrid-column-0-0 {
  width: 30px;
}
#printMultipleGrid .field-invoiceNumber {
  width: 70px;
}
.emailGrid .dgrid-column-0-0 {
  width: 30px;
}
.emailGrid .field-invoiceNumberDisplay {
  width: 100px;
}
.emailGrid .field-invoiceDate,
.emailGrid .field-dueDate {
  width: 80px;
}
.emailGrid .dgrid-column-0-9 {
  width: 175px;
}
.emailGrid .field-status {
  width: 40px;
  text-overflow: unset;
}
.draft-grid .emailGrid .field-invoiceNumberDisplay {
  display: none;
}
.matterGrid .dgrid-column-0-0 {
  width: 30px;
}
.clientGrid .field-unpaidAmount {
  text-align: right !important;
  padding-right: 10px!important;
}
.clientGrid .dgrid-column-0-0 {
  width: 30px;
}
.unread-email {
  font-weight: 500;
}
.clientEmailField {
  float: left;
  margin: 0px;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.clientEmailIcon {
  display: inline-block;
  height: 19px;
  width: 19px;
  float: right;
  background: url('../themes/etb/images/pencil.png') no-repeat left center;
  background-size: 15px 15px;
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.etb .clearTextBox {
  padding-right: 25px;
  position: relative;
  width: 238px !important;
  float: left;
}
.etb .clearTextBoxIcon {
  cursor: pointer;
  background-image: url(../themes/etb/images/undo_icon.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
}
.etb .clearTextBoxButton {
  float: right;
}
.etb .dijitEmailMultipleGridContainer {
  overflow-x: auto;
}
.etb .dijitEmailMultipleGridContainer .dijitContentPane {
  overflow: hidden;
}
.etb .dijitEmailMultipleGridContainer .emailGrid {
  height: 98% !important;
  width: 100%;
  position: absolute;
  left: 0;
}
.etb .dijitEmailMultipleGridContainer .dijitBorderContainer {
  width: 100% !important;
}
.etb .emailGrid .dgrid-scroller {
  height: 79% !important;
}
.etb .customStackContainer {
  clear: both !important;
}
/* Activities.css */
.activitiesTimeExpenseGrid textarea {
  min-height: 80px;
  font-size: 12px;
}
.activitiesTimeExpenseGrid .dijitTextBox {
  width: 100%;
}
.activitiesTimeExpenseGrid input {
  font-size: 12px;
}
.activitiesTimeExpenseGrid .field-cardLinkType {
  width: 40px;
}
.activitiesTimeExpenseGrid .field-cardLinkType span {
  font-size: 20px !important;
  text-align: center !important;
}
.activitiesTimeExpenseGrid .field-identifier {
  width: 50px;
}
.activitiesTimeExpenseGrid .field-timekeeperName {
  width: 70px;
}
.activitiesTimeExpenseGrid .field-taskOrExpense {
  width: 80px;
}
.activitiesTimeExpenseGrid .field-matterFileNumber {
  width: 65px;
}
.activitiesTimeExpenseGrid .field-description {
  width: 175px;
  white-space: pre;
}
.activitiesTimeExpenseGrid .field-timeAndQuantity {
  width: 85px;
}
.activitiesTimeExpenseGrid .field-ratePrice {
  width: 85px;
}
.activitiesTimeExpenseGrid .field-value {
  width: 100px;
}
.activitiesTimeExpenseGrid .fa-clock-o,
.matterTEGrid .fa-clock-o,
.dijitInvoiceGridContainer .dijitClientPortalGridContainer .fa-clock-o {
  color: #fff;
  background: #7b7c7f;
  padding: 2px 3px;
  border-radius: 5px;
  font-size: 14px!important;
}
.invoice-grid-activities {
  height: calc(100% - 30px);
}
.invoice-fieldset-activities {
  overflow-y: auto;
  height: calc(100% - 20px);
}
.invoice-searchbar-container {
  border-radius: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.invoice-serchbar-label {
  height: 39.6px !important;
  line-height: 30.6px !important;
}
.invoice-totalbar {
  background: #fafafa;
  border: 1px solid #d4d4d4;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.invoice-totalbar label {
  font-size: 0.8em !important;
}
.invoice-totalbar input {
  font-size: 0.8em !important;
}
.etb .dijitEmailMultipleDialog {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.etb .stackCustomButtons {
  width: 80px;
  text-align: center;
  line-height: 22px !important;
  margin-right: 0px !important;
}
.dijit.dijitReset.dijitInline.dijitButton.etbFormButton {
  margin: 0 5px 0 0 !important;
}
.dijitButtonsStackContainer {
  margin: 15px 0;
  text-align: right;
  width: 100%;
}
.etb .show-message-email {
  margin: 5px 15px;
  width: 96%;
  margin-bottom: 0px;
}
.dijitFormPrintInvoiceContainer {
  margin: 10px auto;
  display: block;
}
.reviewEmailTable {
  width: 100%;
  border: 1px solid black;
  text-align: left;
}
.reviewEmailTable .emailHeader {
  background-color: black;
  color: white;
  font-weight: bold;
  line-height: 30px;
}
.reviewEmailTable .emailHeader td,
.reviewEmailTable .subject td,
.reviewEmailTable .invoiceInfo td,
.reviewEmailTable .sendCopy td {
  padding-left: 10px;
}
.reviewEmailTable .emailHeader td,
.reviewEmailTable .subject td,
.reviewEmailTable .template td {
  border-bottom: 1px solid black;
}
.reviewEmailTable .subject {
  height: 35px;
}
.reviewEmailTable .template {
  height: 150px;
}
.reviewEmailTable .invoiceInfo {
  height: 50px;
}
.reviewEmailTable .dijitToolbar {
  height: 65px !important;
}
.reviewEmailTable .dijitEditorIFrameContainer iframe {
  max-height: 250px;
  height: 150px;
}
.reviewEmailTable .dijitTextBox {
  width: 150px;
  margin-right: 5px;
}
.etb .dijitEmailMultipleGridContainer {
  height: 300px !important;
  overflow: hidden;
}
.etb .dijitButtonsEmailInvoiceContainer {
  text-align: right;
  width: 100%;
  margin-top: 5px;
}
.etb .displaySelectedReminderContainer {
  width: 50%;
  text-align: left;
  padding-top: 5px;
}
.invoiceInfoGrid .dgrid-column-0-0 {
  width: 30px;
}
.invoiceInfoGrid .field-edit {
  width: 40px;
}
.invoiceInfoGrid .field-edit span {
  height: 38px;
  margin-right: 0 !important;
}
.invoiceInfoGrid .dgrid-column-0-1 {
  width: 30px;
  text-align: center !important;
}
.invoiceInfoGrid .field-matterOverheadAmount,
.invoiceInfoGrid .field-unbilledBalance {
  text-align: right !important;
}
.activitiesInvoiceInfoGrid .field-finalized {
  width: 29px;
  padding-left: 5px;
}
/* User calendar colors*/
/*
@userCalendarColorIterations: 16;
.defineUserColor(@var) {
    @userColor: 'calendarEventColor_@{var}';
}
.loopingUserColors (@i) when (@i > 0){
    .testClass_@{i}::after{
    content: " ";
    float:right;
    .cosmo-border-radius;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    background:@@usercolor;
    }
    .loopingUserColors(@i - 1);
}
.loopingUserColors (0) {}
.loopingUserColors (@userCalendarColorIterations);

*/
/*
.defineUserColor(@var) {
  @userColor: 'calendarEventColor_@{var}';
}

@userCalendarColorIterations: 16;
.loopingUserColors (@index) when (@index > 0) {
    .testClass_@{index}::after{
    content: " ";
    float:right;
    .cosmo-border-radius;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    .defineUserColor(@index);
    background:@@usercolor;
    }
	.loopingUserColors(@index - 1);
}
.loopingUserColors (0) {}
.loopingUserColors (@userCalendarColorIterations);
*/
.testClass_ .dijitCheckBox {
  height: 15px!important;
  background-image: none!important;
  opacity: 1;
}
.testClass_ .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_ .dijitCheckBox:hover {
  opacity: 0.5;
}
.testClass_16 .dijitCheckBox {
  background-color: #2980b9;
  border: 1px solid #1b557a;
  height: 15px!important;
  background-image: none!important;
}
.testClass_16 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_16 .dijitCheckBox:hover {
  background-color: #2e8ece;
}
.testClass_15 .dijitCheckBox {
  background-color: #e74c3c;
  border: 1px solid #bf2718;
  height: 15px!important;
  background-image: none!important;
}
.testClass_15 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_15 .dijitCheckBox:hover {
  background-color: #ea6153;
}
.testClass_14 .dijitCheckBox {
  background-color: #DAA520;
  border: 1px solid #977316;
  height: 15px!important;
  background-image: none!important;
}
.testClass_14 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_14 .dijitCheckBox:hover {
  background-color: #e1af33;
}
.testClass_13 .dijitCheckBox {
  background-color: #8e44ad;
  border: 1px solid #612e76;
  height: 15px!important;
  background-image: none!important;
}
.testClass_13 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_13 .dijitCheckBox:hover {
  background-color: #9b50ba;
}
.testClass_12 .dijitCheckBox {
  background-color: #a2c60b;
  border: 1px solid #677e07;
  height: 15px!important;
  background-image: none!important;
}
.testClass_12 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_12 .dijitCheckBox:hover {
  background-color: #b6de0c;
}
.testClass_11 .dijitCheckBox {
  background-color: #32688b;
  border: 1px solid #1e3e53;
  height: 15px!important;
  background-image: none!important;
}
.testClass_11 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_11 .dijitCheckBox:hover {
  background-color: #39769e;
}
.testClass_10 .dijitCheckBox {
  background-color: #34495e;
  border: 1px solid #19232d;
  height: 15px!important;
  background-image: none!important;
}
.testClass_10 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_10 .dijitCheckBox:hover {
  background-color: #3d566e;
}
.testClass_9 .dijitCheckBox {
  background-color: #7f8c8d;
  border: 1px solid #5a6465;
  height: 15px!important;
  background-image: none!important;
}
.testClass_9 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_9 .dijitCheckBox:hover {
  background-color: #8c9899;
}
.testClass_8 .dijitCheckBox {
  background-color: #9b59b6;
  border: 1px solid #713b87;
  height: 15px!important;
  background-image: none!important;
}
.testClass_8 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_8 .dijitCheckBox:hover {
  background-color: #a66bbe;
}
.testClass_7 .dijitCheckBox {
  background-color: #c0392b;
  border: 1px solid #81261d;
  height: 15px!important;
  background-image: none!important;
}
.testClass_7 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_7 .dijitCheckBox:hover {
  background-color: #d14233;
}
.testClass_6 .dijitCheckBox {
  background-color: #3498db;
  border: 1px solid #1d6fa5;
  height: 15px!important;
  background-image: none!important;
}
.testClass_6 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_6 .dijitCheckBox:hover {
  background-color: #4aa3df;
}
.testClass_5 .dijitCheckBox {
  background-color: #2ecc71;
  border: 1px solid #208e4e;
  height: 15px!important;
  background-image: none!important;
}
.testClass_5 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_5 .dijitCheckBox:hover {
  background-color: #40d47e;
}
.testClass_4 .dijitCheckBox {
  background-color: #16a085;
  border: 1px solid #0d5d4d;
  height: 15px!important;
  background-image: none!important;
}
.testClass_4 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_4 .dijitCheckBox:hover {
  background-color: #19b698;
}
.testClass_3 .dijitCheckBox {
  background-color: #f1c40f;
  border: 1px solid #aa8a0a;
  height: 15px!important;
  background-image: none!important;
}
.testClass_3 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_3 .dijitCheckBox:hover {
  background-color: #f2ca27;
}
.testClass_2 .dijitCheckBox {
  background-color: #E98B39;
  border: 1px solid #c06515;
  height: 15px!important;
  background-image: none!important;
}
.testClass_2 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_2 .dijitCheckBox:hover {
  background-color: #ec9850;
}
.testClass_1 .dijitCheckBox {
  background-color: #1aa9ca;
  border: 1px solid #117086;
  height: 15px!important;
  background-image: none!important;
}
.testClass_1 .dijitCheckBox.dijitCheckBoxChecked {
  background-image: url("../themes/etb/images/icons/whiteCheckmark.png") !important;
  background-position: 0;
}
.testClass_1 .dijitCheckBox:hover {
  background-color: #1dbce1;
}
.cosmo-path-container {
  font-size: 0.9em;
}
.cosmo-path-container:before {
  content: "File Location: ";
  font-weight: bold;
  display: inline;
  float: left;
  margin: 0 5px 0 25px;
  padding: 0 5px;
}
.cosmo-path-container span {
  max-width: 85%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* Documents */
.cosmo-documents-screen .dijitSplitterV,
.cosmo-documents-screen .dijitGutterV {
  background: #f5f5f5 !important;
  width: 5px!important;
  border: 1px solid #e3e3e3 !important;
  border-top: none!important;
  border-bottom: none!important;
}
.cosmo-documents-screen .dijitAccordionTitleFocus {
  float: left;
  margin-right: 2%;
}
.cosmo-documents-screen .dijitTabContainer {
  overflow: visible!important;
  width: 20%;
}
.cosmo-documents-screen .dijitTree {
  overflow-x: hidden;
}
.cosmo-documents-screen .dijitTabContainer .tabStripButton {
  display: none;
}
.cosmo-documents-screen .dijitTreeRow {
  position: relative;
}
.cosmo-documents-screen .dijitFolderClosed,
.cosmo-documents-screen .dijitIconFolderClosed,
.cosmo-documents-screen .dijitFolderOpened,
.cosmo-documents-screen .dijitIconFolderOpen {
  background-image: none;
}
.cosmo-documents-screen .dijitFolderOpened,
.cosmo-documents-screen .dijitFolderClosed {
  background: none!important;
}
.cosmo-documents-screen .dijitFolderOpened:before,
.cosmo-documents-screen .dijitFolderClosed:before {
  font-family: FontAwesome;
  content: "\f07c";
  margin-top: -2px;
  position: absolute;
  color: #f1c40f;
}
.cosmo-documents-screen .dijitFolderClosed:before {
  content: "\f07b";
}
.cosmo-documents-screen .saved-search:before {
  content: "\f002";
  background: none!important;
  font-family: FontAwesome;
  margin-top: -2px;
  position: absolute;
  color: #f1c40f;
}
.cosmo-documents-screen .msg:before {
  content: "\f003";
  background: none!important;
  font-family: FontAwesome;
  margin-top: -2px;
  position: absolute;
  color: #f1c40f;
}
.cosmo-documents-screen .workspace:before {
  content: "\f187";
  background: none!important;
  font-family: FontAwesome;
  margin-top: -2px;
  position: absolute;
  color: #f1c40f;
}
.cosmo-documents-screen .filter:before {
  content: "\f0b0";
  background: none!important;
  font-family: FontAwesome;
  margin-top: -2px;
  position: absolute;
  color: #f1c40f;
}
.matters-content {
  height: calc(100% - 40px);
}
.matters-content .dijitBorderContainer-child {
  padding: 0px!important;
}
.matters-content .toolbarExportButton:before {
  display: none;
}
.matters-content .activeCheckboxFilter {
  margin-left: 10px !important;
}
.document-content {
  height: 100%;
}
.document-content .cosmo-search-toolbar {
  padding: 0px 25px 0px 0px;
}
.activitiesDocument-grid {
  height: 385px!important;
  margin: 0px!important;
  border: none!important;
}
.activitiesDocument-grid .dgrid-row {
  background: #fff !important;
  border: none;
  height: 20px;
  line-height: 19px;
}
.activitiesDocument-grid .dgrid-row:hover {
  background: #fff !important;
}
.activitiesDocument-grid .dgrid-row .field-edit span {
  display: none;
}
.activitiesDocument-grid .dgrid-row:hover .field-edit span {
  display: inline-block;
}
.activitiesDocument-grid .dgrid-header {
  margin-top: 3px!important;
}
.activitiesDocument-grid .dgrid-header .dgrid-row-table .dgrid-cell {
  background: #fff;
}
.activitiesDocument-grid .dgrid-row-table .dgrid-cell {
  color: #000 !important;
}
.activitiesDocument-grid .dgrid-cell {
  border: none;
  width: 226px;
  overflow: hidden;
  font-weight: normal!important;
  color: #000;
  text-overflow: ellipsis;
}
.activitiesDocument-grid .dgrid-cell .dijitButton .dijitButtonText {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}
.activitiesDocument-grid .dgrid-cell.field-clientMatterName {
  width: 138px;
  text-overflow: unset!important;
}
.activitiesDocument-grid .dgrid-cell.field-clientMatterName span {
  width: 100%;
}
.activitiesDocument-grid .dgrid-cell.field-matterFileNumber {
  width: 60px;
}
.activitiesDocument-grid .dgrid-cell.field-matterFolderName {
  width: 130px;
}
.activitiesDocument-grid .dgrid-cell.field-edit {
  width: 20px;
  text-align: center !important;
  text-overflow: unset !important;
}
.activitiesDocument-grid .dgrid-cell.field-edit .dijit.dijitReset.dijitInline.dijitButton {
  margin-right: 0 !important;
}
.activitiesDocument-grid .dgrid-cell.field-edit .import-status-icon-edit {
  margin: 0;
}
.activitiesDocument-grid .dgrid-selected,
.activitiesDocument-grid .dgrid-selected:hover {
  background: rgba(68, 201, 233, 0.3) !important;
  width: 100%;
  outline: 1px solid #44c9e9;
}
.activitiesDocument-grid .dgrid-header,
.activitiesDocument-grid .dgrid-header-row {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.activitiesDocument-grid .dgrid-row {
  height: 30px!important;
}
.activitiesDocument-grid .dgrid-row span i {
  margin-top: -2px;
}
.activitiesDocument-grid .dgrid-content.ui-widget-content {
  width: 100% !important;
}
.documentIntegration-grid {
  height: 385px!important;
}
.documentIntegration-grid .dgrid-row {
  background: #fff !important;
  border: none;
  height: 27px;
  line-height: 26px;
}
.documentIntegration-grid .dgrid-row:hover {
  background: #fff !important;
}
.documentIntegration-grid .dgrid-header .dgrid-row-table .dgrid-cell {
  color: #000 !important;
}
.documentIntegration-grid .dgrid-cell {
  border: none;
  font-weight: normal!important;
  background: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.documentIntegration-grid .dgrid-cell.dgrid-column-0-0 {
  width: 35px;
}
.documentIntegration-grid .dgrid-cell.dgrid-column-1-0 {
  width: 60px;
}
.documentIntegration-grid .dgrid-selected,
.documentIntegration-grid .dgrid-selected:hover {
  background: rgba(68, 201, 233, 0.3) !important;
  outline: 1px solid #44c9e9;
}
.documentIntegration-grid .dgrid-header,
.documentIntegration-grid .dgrid-header-row {
  background: #fff !important;
  border-bottom: 1px solid #e0e0e0;
}
.documentIntegration-grid .file-type {
  font-size: 18px;
  margin-left: 7px;
}
.documentIntegration-grid .field-documentStatus {
  width: 25px;
  text-align: center !important;
  padding-top: 0 !important;
}
.documentIntegration-grid .field-documentStatus i {
  padding-top: 10px;
}
.documentIntegration-grid .field-itemType {
  width: 60px;
  text-align: center !important;
  padding-top: 0 !important;
}
.documentIntegration-grid .field-itemType i {
  padding-top: 10px;
}
.documentIntegration-grid .field-modified,
.documentIntegration-grid .field-size {
  width: 120px;
}
.documentIntegration-grid .field-name {
  width: 120px;
}
.documentIntegration-grid .field-webUrl {
  width: 100px;
}
/* Subtabs Icons */
.activities-subtabIcon-9::before {
  font-family: FontAwesome;
  content: "\f24a";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-8::before {
  font-family: FontAwesome;
  content: "\f022";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-7::before {
  font-family: FontAwesome;
  content: "\f0e6";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-6::before {
  font-family: FontAwesome;
  content: "\f15c";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-5::before {
  font-family: FontAwesome;
  content: "\f07b";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-4::before {
  font-family: FontAwesome;
  content: "\f0ae";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-3::before {
  font-family: FontAwesome;
  content: "\f073";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-2::before {
  font-family: FontAwesome;
  content: "\f00b";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f1ec";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.activities-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f017";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.dijitTabChecked::before {
  color: #44c9e9 !important;
}
.matterMainTab .dijitTabChecked {
  color: #44c9e9 !important;
}
.dijitTabChecked::after {
  color: #44c9e9 !important;
}
.fa-icon-toolbar {
  font-family: fontAwesome!important;
  font-size: 24px!important;
  color: #f59f01 !important;
}
/* Add delete buttons */
.cosmo-add-button {
  cursor: pointer;
  position: relative;
}
.cosmo-add-button:before {
  font-family: fontawesome;
  content: "\f0fe";
  position: absolute;
  bottom: 7px;
  margin-left: -15px;
  left: 0;
  font-size: 16px;
}
.cosmo-add-button:hover {
  color: #f59f01;
}
.cosmo-edit-button {
  cursor: pointer;
  position: relative;
  height: 30px;
  left: 15px;
}
.cosmo-edit-button:before {
  font-family: fontawesome;
  content: "\f044";
  position: absolute;
  bottom: 7px;
  margin-left: -15px;
  left: 0;
  font-size: 16px;
}
.cosmo-edit-button:hover {
  color: #f59f01;
}
.cosmo-dialog-content .cosmo-add-button:before {
  top: 5px;
  bottom: unset;
  margin-left: unset;
}
.cosmo-delete-button {
  cursor: pointer;
  position: relative;
}
.cosmo-delete-button:before {
  font-family: fontawesome;
  content: "\f1f8";
  line-height: 26px;
}
.cosmo-delete-button:hover {
  color: #f59f01;
}
.cosmo-icon-buttons {
  cursor: pointer;
}
.cosmo-icon-buttons:before {
  content: "";
  width: 20px;
  height: 20px;
  padding-left: 25px;
  background: url(../../application/themes/etb/images/sprites/cosmo_toolbar_iconset.png) no-repeat;
  background-size: 375px;
}
.cosmo-icon-buttons.print:before {
  background-position: -344px -9px;
}
.cosmo-icon-buttons.user:before {
  font-family: fontawesome;
  content: "\f007";
  background: none;
  width: 20px;
  height: 20px;
  color: #aaa;
  padding: 0 5px 0 0;
}
.reminder-margin {
  margin-top: -23px;
}
.invoice-details-grid-fieldset {
  height: calc(100% - 145px) !important;
}
.details-payments-container .dgrid-column-0-0 {
  width: 130px!important;
}
.upperClientMatterName {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 15px!important;
}
.invoiceEmailsGridContainer {
  width: 100% !important;
  height: 100% !important;
}
.invoiceDetailsGridContainer {
  width: 100% !important;
  height: 100px !important;
}
.invoiceDetailsGridContainer .dgrid-column-0-0 {
  width: 400px;
}
.invoiceDetailsGridContainer .dgrid-column-0-1 {
  text-align: right !important;
}
.invoiceDetailsGridContainer .dgrid-column-0-2 {
  text-align: right !important;
}
.invoiceEmailsGrid .field-details {
  width: 35px;
  text-overflow: unset;
}
.invoiceDetailsGridContainer .dijitBorderContainer {
  width: 100% !important;
  height: 100px !important;
}
.invoiceDetailsGridContainer .dijitBorderContainer-dijitContentPane {
  width: 100% !important;
  height: 100% !important;
  padding: 5px !important;
}
.invoiceEmailsGridContainer .no-content,
.invoiceDetailsGridContainer .no-content {
  width: 100% !important;
  height: 100% !important;
  display: inline-flex;
  vertical-align: middle;
}
.invoiceEmailsGridContainer .no-content p,
.invoiceDetailsGridContainer .no-content p {
  font-size: 1.5em;
  color: silver;
  padding: 0px;
  margin: auto;
}
.expenseIcon {
  padding: 2px 6px;
  font-size: 14px!important;
  color: #fff;
  background: #7B7C7F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.expenseIconLinked {
  color: #fff;
  background: #16a085;
  padding: 2px 5px;
  font-size: 14px!important;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.expenseIconLinked:after {
  content: "\f0c1";
  font-size: 12px;
  color: #fff;
  margin-top: -3px;
  position: absolute;
  right: 0;
  margin-right: -3px;
  -webkit-text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -o-text-shadow: 0 1px 1px #000;
  text-shadow: 0 1px 1px #000;
}
.invoiceDownloadLinked {
  padding: 2px 4px;
  font-size: 16px!important;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.invoiceDownloadLinked:after {
  content: "\f063";
  font-size: 12px;
  color: #000;
  margin-top: -3px;
  position: absolute;
  right: 0;
  margin-right: -3px;
  -webkit-text-shadow: 0 1px 1px #000;
  -moz-text-shadow: 0 1px 1px #000;
  -o-text-shadow: 0 1px 1px #000;
  text-shadow: 0 1px 1px #000;
}
body .matterExpenseAmountValue.dijitTextBoxDisabled,
body .matterTimeValue.dijitTextBoxDisabled {
  background: #fff !important;
}
.invoice-details-dialog .fieldset-inline {
  display: inline-block;
  vertical-align: top;
  width: 45%!important;
  margin: 0 10px;
}
.invoice-details-dialog .fieldset-inline .no-content {
  width: 100% !important;
  max-width: 100%;
}
.invoice-details-dialog .dgrid-footer {
  display: none !important;
}
.invoice-details-dialog .invoiceDetailsGridContainer,
.invoice-details-dialog .invoiceEmailsGridContainer {
  min-height: 180px!important;
  padding: 0px !important;
}
.invoice-details-dialog .invoiceDetailsGridContainer > .dijitBorderContainer,
.invoice-details-dialog .invoiceEmailsGridContainer > .dijitBorderContainer {
  min-height: 172px!important;
}
.invoice-details-payment-container .invoiceDetailsGridContainer .dgrid-column-0-0 {
  width: 125px!important;
}
.details-payments-container .invoiceDetailsGridContainer {
  height: 100px!important;
}
.details-payments-container .invoiceDetailsGridContainer > .dijitBorderContainer {
  height: 100px!important;
}
.field-linkedToTransaction {
  width: 180px!important;
}
.claro .dojoxCalendar .buttonContainer .dijitToolbar {
  border: 1px solid #B5BCC7;
  padding: 0px !important;
}
.accountDetails-container {
  padding: 0px !important;
  width: 100%;
}
.email-invoices--tab-container {
  height: 440px !important;
}
.email-invoices--tab-container .dijitTabListContainer-top {
  height: 41px !important;
}
.email-invoices--tab-container .dijitTabListContainer-top .dijitTabContainerTopNone {
  height: 41px !important;
}
.email-invoices--tab-container .dijitTabContainerTop-container {
  width: 100% !important;
  padding: 10px 5px !important;
  box-sizing: border-box;
  height: calc(100% - 30px) !important;
}
.email-invoices--tab-container .dijitTabContainerTop-container .dijitTabContainerTopChildWrapper {
  height: 100%;
}
.email-invoices--tab-container .dijitTabContainerTop-container .dijitTabContainerTopChildWrapper .dijitEmailMultipleGridContainer {
  width: 100% !important;
  height: 100% !important;
}
.email-invoices--tab-container .dijitTabContainerTop-container .dijitTabContainerTopChildWrapper .dijitEmailMultipleGridContainer .dijitBorderContainer-dijitContentPane {
  box-sizing: border-box;
  padding: 0;
}
/** Intake Form Section **/
.intake-form--help-link {
  height: 35px;
  display: flex;
  font-size: 14px;
}
.intake-form--stack-container {
  height: calc(100% - 80px) !important;
  overflow: auto;
}
.inatake-form--header-container {
  display: flex;
  width: 100%;
  height: 80px;
  position: relative;
}
.inatake-form--header-container-complete {
  display: flex;
  width: 100%;
  height: 80px;
  position: relative;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 4px solid #ccc;
}
.inatake-form--header-container-complete i {
  font-size: 32px;
  margin-right: 4px;
}
.inatake-form--header-step-outer {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #44c9e9;
  background: #fff;
  margin-top: 14px;
  z-index: 2;
}
.inatake-form--header-step-inner {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #44c9e9;
  color: #fff;
}
.intake-form--expiration-label {
  display: flex;
  align-items: center;
  color: #ccc;
}
.intake-form--header-column {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intake-form--header-column::after {
  content: ' ';
  border-bottom: 4px solid #44c9e9;
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.intake-form--header-column.disabled::after {
  content: ' ';
  border-bottom: 4px solid #F2F2F2;
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.intake-form--header-column.disabled .inatake-form--header-step-outer {
  border: 1px solid #BDBDBD;
  background: #F2F2F2;
}
.intake-form--header-column.disabled .inatake-form--header-step-inner {
  background: #F2F2F2;
  color: #BDBDBD;
}
.intake-form--header-column.completed::after {
  content: ' ';
  border-bottom: 4px solid #6FCF97;
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.intake-form--header-column.completed .inatake-form--header-step-outer {
  border: 1px solid #BDBDBD;
  background: #6FCF97;
}
.intake-form--header-column.completed .inatake-form--header-step-inner {
  background: #6FCF97;
  color: #FFFFFF;
}
.intake-form--row-container .intake-form--templateRow:nth-child(odd) {
  background: #efefef;
}
.intake-form--row-container .intake-form--templateRow:nth-child(even) {
  background: white;
}
.intake-form--templateRow {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
.intake-form--templateRow:hover {
  background: #b0f0ff !important;
}
.intake-form--templateRow.active {
  background: #cfcfcf !important;
  border: 1px solid #aaa;
}
.intake-form--templateRow-icon {
  cursor: pointer;
}
.intake-form--templateRow-icon:hover {
  color: #393d40;
}
.cosmo-dialog-fixed.formTemplate-dialog.intake-form--dialog {
  width: 665px !important;
}
.inatake-form--layout-container {
  height: 100%;
  display: flex;
}
.intake-form--layout-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 16px;
}
.dijitContentPane.intake-form--created-container.dijitStackContainer-child.dijitStackContainer-dijitContentPane.intake-form--created-container {
  padding: 32px 40px;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
}
.intake-form--share-button {
  border: 1px solid #51565A;
  border-radius: 2px;
  background: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #2D2D2D;
  padding: 12px;
  cursor: pointer;
}
.intake-form--share-button:hover {
  background: #44c9e9 !important;
}
.intake-form--share-button.selected {
  border: 2px solid #d69723;
  font-weight: bold;
  box-shadow: none;
  border-radius: 4px;
}
.intake-form--iframe-placeholder {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
}
.intake-form--form-row-label {
  min-width: 100px;
}
.intake-form--form-row-input {
  width: 25%;
  min-width: 150px;
}
.form-intake--created-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #51565A;
}
.intake-form--copy-button {
  border-radius: 4px;
  height: 42px;
}
.intake-form--url-input {
  width: 75%;
  height: 42px !important;
  line-height: 42px !important;
  color: #676767 !important;
  border-radius: 4px;
}
.intake-form--url-input input {
  height: 42px !important;
  text-overflow: ellipsis;
}
/* Edit Intake Form */
.intake-form-edit--title {
  margin: 16px 12px 22px 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
}
.intake-form--details-row {
  height: 41px !important;
  display: flex;
  align-items: center;
}
.intake-form--details-row label {
  display: flex;
  align-items: center;
}
.intake-form--details-notes {
  height: auto !important;
  display: flex;
  align-items: flex-start;
}
.intake-form--details-notes label {
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.add-existing-expense--grid-container {
  height: calc(100% - 50px);
}
.withdraw-expense-grid .field-class {
  width: 35px;
}
.withdraw-expense-grid .to-delete {
  background-color: rgba(255, 0, 0, 0.09) !important;
  text-decoration: line-through;
}
.withdraw-expense-grid .to-delete .fa-trash {
  font-size: 18px;
  opacity: 0.5;
}
.withdraw-expense-grid .to-unlink {
  background-color: rgba(244, 198, 51, 0.11) !important;
  text-decoration: line-through;
}
.withdraw-expense-grid .to-unlink .fa-chain-broken {
  font-size: 18px;
  opacity: 0.5;
}
.bold-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.list-items-title {
  width: 70px;
  display: block;
  float: left;
}
.list-items-title.billingFrequency {
  width: auto !important;
}
.list-items-title.customMatterRoles {
  width: 125px !important;
}
.lightgrey {
  color: #7B7C7F;
}
.padlock {
  float: left;
  background: #7B7C7F url("etb/images/sprites/padlock.png") no-repeat;
  width: 22px;
  background-position: -27px 2px;
  height: 22px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dependency-locked {
  float: left;
  background: #d1d1d1 url("etb/images/sprites/padlock.png") no-repeat;
  width: 20px;
  background-position-x: 5px;
  height: 18px;
  margin-right: 3px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.locked {
  float: left;
  background: #7B7C7F url("etb/images/sprites/padlock.png") no-repeat;
  width: 22px;
  background-position: 6px 1px;
  height: 22px;
  margin-right: 3px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.toggle {
  width: 16px;
  height: 16px;
  background: url("etb/images/sprites/arrows.png") no-repeat;
  background-position-x: -32px;
}
.format-grid .row:nth-child(odd) {
  background: #f5f5f5;
}
.toggle-restrictions {
  color: #7B7C7F;
  font-size: 90%;
  text-align: left;
}
.toggle-restrictions:hover {
  text-decoration: underline;
  cursor: pointer;
}
.restrictions-combo {
  cursor: default;
  margin-top: 6px;
  padding: 0!important;
}
.separator {
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 2px 0;
}
.toogleRoleTemplate-margin-left {
  margin-left: 3% !important;
}
.password-container {
  padding: 0 20px;
  margin-top: 3%;
}
/*********Role section***************/
.role-check-icon,
.role-uncheck-icon {
  display: inline-block;
  overflow: hidden;
}
.role-check-icon:before,
.role-uncheck-icon:before {
  font-family: FontAwesome;
  content: "";
  font-size: 16px;
}
.role-check-icon:before {
  color: #44c9e9;
  content: "\f05d";
}
.role-uncheck-icon:before {
  color: #7B7C7F;
  content: "\f00d";
}
.blue-check-icon {
  background: url('etb/images/icons/blue-check-icon.png') no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.role_grid .dgrid-column-0-0 {
  width: 110px;
  text-align: center !important;
}
.role_grid .dgrid-column-0-1 {
  width: 150px;
}
.role--permissions-title {
  display: block;
  margin: 0px 0px 0px 35px;
  background: white;
  z-index: 656565;
  width: 75px;
  height: 13px;
  position: absolute;
  font-size: 0.83em;
  font-weight: bold;
}
.role-permissions-fieldset {
  position: absolute;
  margin: 10px 0px 10px 12px !important;
}
.role-permissions-fieldset.role-permissions-fieldset-max-height {
  height: 257px;
}
.role-permissions-fieldset .format-grid {
  overflow-y: auto;
  height: 80%;
}
/*********User section***************/
.user-restriction-matterowner,
.user-restriction-timeexpense,
.user-restriction-timekeeper {
  display: inline-block;
  background: url('etb/images/sprites/user-restrictions-icons.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 3%;
}
.user-restriction-matterowner {
  background-position: -5px 0px;
  width: 24px;
  height: 24px;
}
.user-restriction-timeexpense {
  background-position: -5px -29px;
  width: 24px;
  height: 24px;
}
.user-restriction-timekeeper {
  background-position: -5px -58px;
  width: 24px;
  height: 24px;
}
.user_grid .dgrid-column-0-5,
.user_grid .dgrid-column-0-6 {
  width: 120px;
}
.user-status-active,
.user-status-inactive {
  display: inline-block;
  background: url('etb/images/sprites/user-status-icons.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.user-status-active {
  background-position: -5px 0px;
  width: 47px;
  height: 25px;
}
.user-status-inactive {
  background-position: -5px -30px;
  width: 47px;
  height: 23px;
}
.user-permissions {
  margin-top: 1%;
}
[data-testing="grid-User"] .dgrid-column-0-0 {
  width: 30px;
}
/* Subtabs Icons */
.userManagement-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f084";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.userManagement-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f007";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.accounts-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f007";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.accounts-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f007";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.cancel-account-textarea {
  height: 100px !important;
}
#cancelAccountDialog {
  width: 700px !important;
  height: 612px !important;
}
.cancel-message-container {
  padding: 10px 10px 0px 10px;
}
.reportContainer {
  overflow: auto;
}
.etb .dijitAccordionReportMenuContainer {
  padding: 0 !important;
}
.etb .dijitAccordionReportMenuContainer .dijitAccordionContainer {
  height: 100%;
  width: 272px;
  overflow: auto !important;
}
.etb .dijitAccordionReportMenuContainer .dijitAccordionTitleSelected {
  background: #fafafa;
  color: #51565A;
}
.etb .dijitAccordionReportMenuContainer .dijitAccordionTitleFocus {
  display: inline-block;
}
.etb .dijitAccordionReportMenuContainer .dijitAccordionTitle:before,
.etb .dijitAccordionReportMenuContainer .dijitAccordionTitleSelected:before {
  display: inline-block;
  content: "";
  margin-left: -10px;
  width: 15px;
  height: 15px;
  background: url('../themes/etb/images/sprites/arrows.png') no-repeat -92px 0;
}
.etb .dijitAccordionReportMenuContainer .dijitAccordionTitleSelected:before {
  background: url('../themes/etb/images/sprites/arrows.png') no-repeat -30px 0;
}
.etb .dijitAccordionReportMenuContainer .dijitItemReportMenu {
  cursor: pointer;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 30px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.etb .dijitAccordionReportMenuContainer .dijitItemReportMenu:hover {
  background: #f5f5f5;
}
.etb .dijitAccordionReportMenuContainer .dijitItemReportMenu.menuItemSelected {
  background: #2782B9;
  color: #FFF;
}
.etb .dijitGroupParamContainer {
  border: solid 1px #CCC;
  margin: 0 0 10px 0;
  padding: 1px;
  height: auto !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.etb .dijitGroupParamContainer.dijitGroupParamContainerCheckboxOptions {
  padding-top: 15px;
  padding-bottom: 15px;
}
.etb .dijitGroupParamTitle {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
.etb .dijitFilterParamContainer {
  float: left;
}
.etb .dijitFilterParamContainer.firstColumn {
  width: 35%;
}
.etb .dijitFilterParamContainer.secondColumn {
  width: 100%;
  margin-left: 20px;
}
.etb .dijitDateRangeParamContainer {
  float: left;
  width: 33%;
}
.etb .dateStampParamContainer .dijitLinksDateParamContainer {
  width: auto !important;
}
.etb .dijitLinksDateParamContainer {
  margin: 2px 0 0 10px;
}
.etb .dijitLinksDateParamContainer a {
  cursor: pointer;
}
.etb .dijitListParamContainer label,
.etb .dijitDateRangeParamContainer label,
.etb .dijitFilterParamContainer label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding-right: 10px;
  width: 30%;
}
.etb .dijitListParamContainer label,
.etb .dijitDateRangeParamContainer label,
.etb .dijitFilterParamContainer .searchLabel {
  text-align: right !important;
}
.etb .dijitListParamContainer .dijitSelect,
.etb .dijitDateRangeParamContainer .dijitSelect,
.etb .dijitDateRangeParamContainer .dijitComboBox {
  width: 69%;
}
.etb .dijitFilterParamContainer .dijitTextBox {
  width: 69%;
}
.etb .dijitFilterParamContainer .dijitCheckboxOptionsContainer {
  float: left;
  width: 100%!important;
}
.etb .dijitFilterParamContainer .dijitCheckboxOptionsContainer .dijitCheckBox {
  float: left;
  height: 28px;
  margin-right: 5px;
}
.etb .dijitFilterParamContainer .dijitCheckboxOptionsContainer label {
  width: 100%;
}
.etb .dijitFilterParamContainer .dijitCheckboxContainer {
  float: left;
  width: 50%!important;
}
.etb .dijitFilterParamContainer .dijitCheckboxContainer.optionsReport {
  float: left;
  width: 100%!important;
}
.etb .dijitFilterParamContainer .dijitCheckboxContainer label {
  width: 100%;
}
.etb .dijitFilterParamContainer .dijitCheckboxContainer .dijitCheckBox {
  float: left;
  height: 28px;
  margin-right: 5px;
}
.etbReportMenuTooltip {
  position: absolute;
  top: 0px;
  right: 20px;
}
.report-viewer {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reportHeaderActionButtons {
  line-height: 28px;
}
.reportHeaderActionButtons label:hover {
  color: #f59f01;
}
.report-warning-message {
  width: 460px !important;
  height: 43px !important;
  display: flex;
  align-items: center;
  font-size: 1em !important;
}
.paramsContainer {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}
.dijitGroupParamTitleAbs {
  margin-top: -9px;
  margin-left: 1.7%;
  background: white;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.dijitGroupParamContainerCheckboxOptions {
  padding-top: 15px;
}
/* Operation Buttons css */
.operationsMenu {
  margin-top: 10px;
  width: auto;
  float: right;
  left: auto !important;
  right: 25px;
  z-index: 9999 !important;
}
.operationsMenu .button-8 {
  height: 60px;
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  position: relative;
  clear: both;
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.operationsMenu .button-8:before {
  font-family: FontAwesome;
  content: "\f19c";
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-8:hover {
  width: 220px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: #1ab9e0;
}
.operationsMenu .button-8:hover:before {
  color: #ffffff;
  width: 20%;
  font-size: 2em;
  line-height: 1.9;
}
.operationsMenu .button-8:hover:after {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif !important;
  content: "Trust Payment" !important;
  text-align: left !important;
  width: 80% !important;
  float: right !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  font-size: 0.9em !important;
  letter-spacing: -0.025em !important;
  color: white !important;
  position: relative !important;
  left: 10px;
  background: none !important;
  top: 0px !important;
}
.operationsMenu .button-8:hover .button-bottom-text {
  background: #1AB9DF;
  color: #1AB9DF;
}
.operationsMenu .button-8:focus,
.operationsMenu .button-8:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.operationsMenu .button-8 .button-bottom-text {
  width: 60px;
  height: 13px;
  background: #494848;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 45px;
  position: absolute;
  text-align: center;
  padding: 1px;
}
.operationsMenu .button-7 {
  height: 60px;
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  position: relative;
  clear: both;
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.operationsMenu .button-7:before {
  font-family: FontAwesome;
  content: "\f155";
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-7:hover {
  width: 220px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: #1ab9e0;
}
.operationsMenu .button-7:hover:before {
  color: #ffffff;
  width: 20%;
  font-size: 2em;
  line-height: 1.9;
}
.operationsMenu .button-7:hover:after {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif !important;
  content: "Expense (Hard Cost)" !important;
  text-align: left !important;
  width: 80% !important;
  float: right !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  font-size: 0.9em !important;
  letter-spacing: -0.025em !important;
  color: white !important;
  position: relative !important;
  left: 10px;
  background: none !important;
  top: 0px !important;
}
.operationsMenu .button-7:hover .button-bottom-text {
  background: #1AB9DF;
  color: #1AB9DF;
}
.operationsMenu .button-7:focus,
.operationsMenu .button-7:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.operationsMenu .button-7 .button-bottom-text {
  width: 60px;
  height: 13px;
  background: #494848;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 45px;
  position: absolute;
  text-align: center;
  padding: 1px;
}
.operationsMenu .button-6 {
  height: 60px;
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  position: relative;
  clear: both;
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.operationsMenu .button-6:before {
  font-family: FontAwesome;
  content: "\f18e";
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-6:hover {
  width: 220px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: #1ab9e0;
}
.operationsMenu .button-6:hover:before {
  color: #ffffff;
  width: 20%;
  font-size: 2em;
  line-height: 1.9;
}
.operationsMenu .button-6:hover:after {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif !important;
  content: "Matter Details" !important;
  text-align: left !important;
  width: 80% !important;
  float: right !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  font-size: 0.9em !important;
  letter-spacing: -0.025em !important;
  color: white !important;
  position: relative !important;
  left: 10px;
  background: none !important;
  top: 0px !important;
}
.operationsMenu .button-6:hover .button-bottom-text {
  background: #1AB9DF;
  color: #1AB9DF;
}
.operationsMenu .button-6:focus,
.operationsMenu .button-6:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.operationsMenu .button-6 .button-bottom-text {
  width: 60px;
  height: 13px;
  background: #494848;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 45px;
  position: absolute;
  text-align: center;
  padding: 1px;
}
.operationsMenu .button-5 {
  height: 60px;
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  position: relative;
  clear: both;
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.operationsMenu .button-5:before {
  font-family: FontAwesome;
  content: "\f19c";
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-5:hover {
  width: 220px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: #1ab9e0;
}
.operationsMenu .button-5:hover:before {
  color: #ffffff;
  width: 20%;
  font-size: 2em;
  line-height: 1.9;
}
.operationsMenu .button-5:hover:after {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif !important;
  content: "Trust Deposit" !important;
  text-align: left !important;
  width: 80% !important;
  float: right !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  font-size: 0.9em !important;
  letter-spacing: -0.025em !important;
  color: white !important;
  position: relative !important;
  left: 10px;
  background: none !important;
  top: 0px !important;
}
.operationsMenu .button-5:hover .button-bottom-text {
  background: #1AB9DF;
  color: #1AB9DF;
}
.operationsMenu .button-5:focus,
.operationsMenu .button-5:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.operationsMenu .button-5 .button-bottom-text {
  width: 60px;
  height: 13px;
  background: #494848;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 45px;
  position: absolute;
  text-align: center;
  padding: 1px;
}
.operationsMenu .button-4 {
  height: 60px;
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  position: relative;
  clear: both;
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.operationsMenu .button-4:before {
  font-family: FontAwesome;
  content: "\f084";
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-4:hover {
  width: 220px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: #1ab9e0;
}
.operationsMenu .button-4:hover:before {
  color: #ffffff;
  width: 20%;
  font-size: 2em;
  line-height: 1.9;
}
.operationsMenu .button-4:hover:after {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif !important;
  content: "Trust Retainer" !important;
  text-align: left !important;
  width: 80% !important;
  float: right !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  font-size: 0.9em !important;
  letter-spacing: -0.025em !important;
  color: white !important;
  position: relative !important;
  left: 10px;
  background: none !important;
  top: 0px !important;
}
.operationsMenu .button-4:hover .button-bottom-text {
  background: #1AB9DF;
  color: #1AB9DF;
}
.operationsMenu .button-4:focus,
.operationsMenu .button-4:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.operationsMenu .button-4 .button-bottom-text {
  width: 60px;
  height: 13px;
  background: #494848;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 45px;
  position: absolute;
  text-align: center;
  padding: 1px;
}
.operationsMenu .button-3 {
  height: 60px;
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  position: relative;
  clear: both;
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.operationsMenu .button-3:before {
  font-family: FontAwesome;
  content: "\f19c";
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-3:hover {
  width: 220px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: #1ab9e0;
}
.operationsMenu .button-3:hover:before {
  color: #ffffff;
  width: 20%;
  font-size: 2em;
  line-height: 1.9;
}
.operationsMenu .button-3:hover:after {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif !important;
  content: "Operating Retainer" !important;
  text-align: left !important;
  width: 80% !important;
  float: right !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  font-size: 0.9em !important;
  letter-spacing: -0.025em !important;
  color: white !important;
  position: relative !important;
  left: 10px;
  background: none !important;
  top: 0px !important;
}
.operationsMenu .button-3:hover .button-bottom-text {
  background: #1AB9DF;
  color: #1AB9DF;
}
.operationsMenu .button-3:focus,
.operationsMenu .button-3:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.operationsMenu .button-3 .button-bottom-text {
  width: 60px;
  height: 13px;
  background: #494848;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 45px;
  position: absolute;
  text-align: center;
  padding: 1px;
}
.operationsMenu .button-2 {
  height: 60px;
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  position: relative;
  clear: both;
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.operationsMenu .button-2:before {
  font-family: FontAwesome;
  content: "\f0e3";
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-2:hover {
  width: 220px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: #1ab9e0;
}
.operationsMenu .button-2:hover:before {
  color: #ffffff;
  width: 20%;
  font-size: 2em;
  line-height: 1.9;
}
.operationsMenu .button-2:hover:after {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif !important;
  content: "Expense (Soft Cost)" !important;
  text-align: left !important;
  width: 80% !important;
  float: right !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  font-size: 0.9em !important;
  letter-spacing: -0.025em !important;
  color: white !important;
  position: relative !important;
  left: 10px;
  background: none !important;
  top: 0px !important;
}
.operationsMenu .button-2:hover .button-bottom-text {
  background: #1AB9DF;
  color: #1AB9DF;
}
.operationsMenu .button-2:focus,
.operationsMenu .button-2:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.operationsMenu .button-2 .button-bottom-text {
  width: 60px;
  height: 13px;
  background: #494848;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 45px;
  position: absolute;
  text-align: center;
  padding: 1px;
}
.operationsMenu .button-1 {
  height: 60px;
  margin: 0 0 10px 0;
  cursor: pointer;
  float: right;
  position: relative;
  clear: both;
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  width: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.operationsMenu .button-1:before {
  font-family: FontAwesome;
  content: "\f017";
  text-align: center;
  width: 100%;
  font-size: 2.4em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-1:hover {
  width: 220px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: #1ab9e0;
}
.operationsMenu .button-1:hover:before {
  color: #ffffff;
  width: 20%;
  font-size: 2em;
  line-height: 1.9;
}
.operationsMenu .button-1:hover:after {
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif !important;
  content: "Time" !important;
  text-align: left !important;
  width: 80% !important;
  float: right !important;
  font-weight: 500 !important;
  line-height: 54px !important;
  font-size: 0.9em !important;
  letter-spacing: -0.025em !important;
  color: white !important;
  position: relative !important;
  left: 10px;
  background: none !important;
  top: 0px !important;
}
.operationsMenu .button-1:hover .button-bottom-text {
  background: #1AB9DF;
  color: #1AB9DF;
}
.operationsMenu .button-1:focus,
.operationsMenu .button-1:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.operationsMenu .button-1 .button-bottom-text {
  width: 60px;
  height: 13px;
  background: #494848;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 45px;
  position: absolute;
  text-align: center;
  padding: 1px;
}
.operationsMenu .button-2:before,
.operationsMenu .button-7:before {
  color: #44c9e9;
  z-index: 3333;
  font-size: 1.5em;
}
.operationsMenu .button-2:after,
.operationsMenu .button-7:after {
  font-family: FontAwesome;
  content: "\f111";
  text-align: center;
  width: 100%;
  font-size: 2.5em;
  position: absolute;
  line-height: 47px;
  color: #b6eaf6;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
}
.operationsMenu .button-2:hover:before,
.operationsMenu .button-7:hover:before {
  color: #1ab9e0;
  width: 40px;
  font-size: 1.4em;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 150px;
  height: 40px;
  top: 10px;
  left: 5px;
}
.operationsMenu .button-3:before,
.operationsMenu .button-5:before,
.operationsMenu .button-8:before {
  font-size: 2em;
}
.operationsMenu .button-3:after {
  font-family: FontAwesome;
  content: "\f063";
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 1em;
  position: absolute;
  line-height: 1.5;
  color: #44c9e9;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
  background: #b6eaf6;
  border-radius: 150px;
  top: 22px;
  left: 32px;
}
.operationsMenu .button-5:after {
  font-family: FontAwesome;
  content: "\f063";
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 1em;
  position: absolute;
  line-height: 1.4;
  color: #44c9e9;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
  background: #b6eaf6;
  border-radius: 150px;
  top: 22px;
  left: 32px;
}
.operationsMenu .button-8:after {
  font-family: FontAwesome;
  content: "\f062";
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 1em;
  position: absolute;
  line-height: 1.4;
  color: #44c9e9;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
  background: #b6eaf6;
  border-radius: 150px;
  top: 22px;
  left: 32px;
}
.operationsMenu .button-3:hover .button-bottom-text:before {
  font-family: FontAwesome;
  content: "\f063";
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 1.5em;
  position: absolute;
  line-height: 1.5;
  color: #44c9e9;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
  background: white;
  border-radius: 150px;
  top: -15px;
  left: 30px;
}
.operationsMenu .button-5:hover .button-bottom-text:before {
  font-family: FontAwesome;
  content: "\f063";
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 1.5em;
  position: absolute;
  line-height: 1.4;
  color: #44c9e9;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
  background: white;
  border-radius: 150px;
  top: -15px;
  left: 30px;
}
.operationsMenu .button-8:hover .button-bottom-text:before {
  font-family: FontAwesome;
  content: "\f062";
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 1.5em;
  position: absolute;
  line-height: 1.4;
  color: #44c9e9;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
  background: white;
  border-radius: 150px;
  top: -15px;
  left: 30px;
}
/* Matter Balance Details */
.matterBalanceContainer {
  padding: 0px 0px 0px 10px;
  display: inline-block;
  text-align: center;
  right: 50px;
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.matterBalanceContainer--relative--centered {
  padding: 0px 0px 0px 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  white-space: nowrap;
  margin-left: 50%;
  transform: translate(-50%, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.matterBalanceContainer--relative--full-width {
  padding: 0px 0px 0px 10px;
  display: inline-block;
  position: relative;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  white-space: nowrap;
  margin-left: 10px;
  width: calc(100% - 35px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.matterBalanceInfoLabel,
.matterBalanceInfoInput {
  color: #7B7C7F;
}
.matterBalanceInfoInput {
  margin-right: 15px;
  font-weight: bold;
}
.invoiceBalanceInfoInput {
  margin-right: 25px;
  float: right;
  font-weight: bold;
}
/* Grids */
.dijitTimeKeepersGridContainer {
  height: 170px;
}
.dijitTimeKeepersGridContainer > .dijitBorderContainer {
  height: 170px;
}
.dijitTimeKeepersGridContainer > .dijitBorderContainer > .dijitContentPane {
  height: 170px;
}
.dijitTimeKeepersGridContainer .dijitBorderContainer-child {
  width: 100% !important;
}
.dijitTimeKeepersGridContainer .dijitBorderContainer-dijitContentPane {
  padding: 0 !important;
}
.dijitMatterPartyGridContainer {
  height: 150px;
}
.dijitMatterPartyGridContainer > .dijitBorderContainer {
  height: 150px;
}
.dijitMatterPartyGridContainer > .dijitBorderContainer > .dijitContentPane {
  height: 150px;
}
.dijitMatterPartyGridContainer .dijitBorderContainer-child {
  width: 100% !important;
}
.dijitMatterPartyGridContainer .dijitBorderContainer-dijitContentPane {
  padding: 0 !important;
}
.matterGridContainer {
  width: 98%;
}
.matterGridContainer .cosmo-filterInfo-bar {
  margin-top: 0px;
}
.matterGridContainer .field-billingMethod {
  width: 30px;
  text-align: center !important;
}
.matterGridContainer .field-clientPortalShareable {
  width: 40px;
  text-align: center !important;
}
.matterGridContainer .field-identifier {
  width: 50px;
}
.matterGridContainer .field-matterFileNumber {
  width: 100px;
}
.matterGridContainer .field-unpaidBalance,
.matterGridContainer .field-unbilledBalance {
  width: 120px;
}
.matterGridContainer .field-operatingRetainerBalance {
  width: 160px;
}
.matterTEGrid .field-cardLinkType {
  width: 40px;
}
.matterTEGrid .field-cardLinkType span {
  font-size: 20px !important;
  text-align: center !important;
}
.matterTEGrid .field-hasLinkedExpense {
  width: 32px;
}
.matterTEGrid .field-description {
  width: 175px;
  white-space: pre;
}
.matterTEGrid .field-timeAndQuantity {
  width: 100px;
}
.matterTEGrid .field-ratePrice {
  width: 100px;
}
.matterTEGrid .field-value {
  width: 100px;
}
.dgrid-grid.matterDetailsGrid .dgrid-column-0-0 {
  width: 30px;
}
.dgrid-grid.matterDetailsGrid .dgrid-column-0-0 span {
  text-align: center !important;
}
.matterNavigation .dijitButton {
  float: left;
}
.dijitTimeKeepersGridContainer .dijitSelect {
  width: 100%;
  max-width: 225px;
}
.dijitTimeKeepersGridContainer .dijitSelect .dijitButtonText,
.dijitTimeKeepersGridContainer .dijitSelect .dijitSelectLabel {
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dijitMatterPartyGridContainer .dijitSelect {
  width: 100%;
  max-width: 225px;
}
.dijitMatterPartyGridContainer .dijitSelect .dijitButtonText,
.dijitMatterPartyGridContainer .dijitSelect .dijitSelectLabel {
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/**************TASK******************************/
/***********************************************/
.taskButtonContainer {
  margin-left: 25px;
  width: 25% !important;
  padding: 6px 0px 0px 4px !important;
  height: 36px;
  background-color: #f8f8f8;
  font-size: 12px;
}
.task-progress-matter-label {
  position: relative;
  left: -83px;
  font-size: small;
  top: -4px;
}
/**************EVENT******************************/
/***********************************************/
.matterEvent_grid .field-effectiveBillingStatus {
  width: 35px;
}
.matterEvent_grid .field-startDateTimeLocal {
  width: 75px;
}
.matterEvent_grid .field-privateEvent {
  text-align: center;
  padding-top: 0 !important;
  width: 75px;
}
.matterEvent_grid .field-clientPortalShareable i {
  padding-top: 0.6%;
}
.date-period-label {
  color: #555353;
}
.invoiceInfoGrid,
.activitiesInvoiceInfoGrid {
  height: 99% !important;
}
.matterInvoiceInfoGrid .dgrid-column-0-0,
.matterInvoiceInfoGrid .dgrid-column-0-1 {
  width: 30px;
}
.new-funds-activities-grid .dijitContentPane {
  overflow: hidden !important;
  width: 100% !important;
  padding: 0px !important;
}
.new-funds-activities-grid .dijitBorderContainer {
  height: 473px !important;
}
.new-funds-activities-grid .dgrid-column-0-0 {
  width: 37px !important;
}
.new-funds-activities-grid .dgrid-column-0-1 {
  width: 120px !important;
  text-align: right;
}
.new-funds-activities-grid .dgrid-column-0-2 {
  width: 70px !important;
}
.new-funds-activities-grid .field-invoiceBalance {
  width: 80px !important;
}
.new-funds-activities-grid .dgrid-column-0-3,
.new-funds-activities-grid .dgrid-column-0-4 {
  width: 100px !important;
}
.new-funds-activities-grid .dgrid-column-0-6 {
  width: 142px !important;
}
.new-funds-activities-grid .dgrid-column-0-7 {
  width: 35px !important;
}
.dijitReceivePaymentGridContainer .dijitContentPane {
  overflow: hidden !important;
  width: 100% !important;
}
.dijitReceivePaymentGridContainer {
  padding: 0px !important;
}
.dijitReceivePaymentGridContainer .dgrid-scroller {
  overflow-x: hidden !important;
}
.dijitReceivePaymentGridContainer .dgrid-header-row,
.dijitReceivePaymentGridContainer .dgrid-row-table {
  width: 838px;
  width: 100% !important;
}
.dijitReceivePaymentGridContainer .dgrid-content {
  width: 838px !important;
  width: 102% !important;
}
.dijitReceivePaymentGridContainer .dgrid-cell {
  /* width: 113px!important;*/
}
.dijitReceivePaymentGridContainer .dgrid-cell.dgrid-column-0-0 {
  width: 37px !important;
}
.dijitReceivePaymentGridContainer .dgrid-cell.field-matterName {
  width: 100px !important;
  text-align: right;
}
.dijitReceivePaymentGridContainer .dgrid-cell.field-invoiceNumber {
  width: 45px !important;
  text-align: right;
}
.dijitReceivePaymentGridContainer .dgrid-cell.field-invoiceDate {
  width: 100px !important;
}
.dijitReceivePaymentGridContainer .dgrid-cell.field-invoiceAmount {
  width: 100px !important;
}
.dijitReceivePaymentGridContainer .dgrid-cell.field-invoiceBalance {
  width: 100px !important;
}
.dijitReceivePaymentGridContainer .dgrid-cell.field-appliedAmount {
  width: 100px !important;
}
.dijitReceivePaymentGridContainer .dgrid-cell.field-edit {
  width: 75px !important;
}
.dijitReceivePaymentGridContainer .dgrid-cell.field-edit {
  width: 60px !important;
}
.receivePaymentGrid .dgrid-column-0-0,
.applyCreditsGrid .dgrid-column-0-0,
.receivePaymentGrid .dgrid-column-0-6,
.applyCreditsGrid .dgrid-column-0-6 {
  width: 50px !important;
}
/* Transaction Toolbar */
.transactionContentPane {
  margin-left: 25px;
  top: 48px !important;
  width: 25% !important;
  border: solid 1px #e0e0e0;
  padding: 6px 0px 0px 4px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 36px;
  background-color: #f8f8f8;
}
.transactionSearchToolbar {
  left: 0px;
  display: inline !important;
  top: 48px !important;
  position: absolute;
  width: 70% !important;
  margin-left: 28% !important;
  border: 1px #ccc solid;
  padding: 6px 1px 0 5px !important;
  background-color: #f8f8f8;
  height: 36px;
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.transactionGridContainer {
  left: 0px;
  top: 92px !important;
  padding: 0px;
  width: 1330px;
  height: 80% !important;
}
.transactionGridContainer .dgrid-column-0-8 {
  width: 200px;
}
.transactionGridContainer .dijitContentPane {
  height: 90% !important;
}
.transactionBankSpan {
  float: left;
  line-height: 30px;
  margin-left: 2%;
  width: 19%;
}
.transactionBankSelect {
  border: none !important;
  overflow: hidden;
  text-align: left;
  height: 20px !important;
  width: 75% !important;
}
.dijitDepositGridContainer.remindersGridContainer .dijitBorderContainer .dijitContentPane.dijitBorderContainer-dijitContentPane {
  width: calc(100% - 65px) !important;
  height: 100% !important;
}
.dijitDepositGridContainer.remindersGridContainer {
  clear: both;
  height: 295px !important;
}
#remindersGrid .field-status {
  width: 40px;
  text-overflow: unset;
}
.lowRetainerReminderGridContainer {
  height: 295px !important;
}
.lowRetainerReminderGridContainer .dijitBorderContainer .dijitContentPane {
  height: 250px !important;
}
.lowRetainerReminderGridContainer .dijitBorderContainer .dijitContentPane {
  height: 250px !important;
}
.fieldNumberClass {
  display: none;
}
.visibilityHidden {
  visibility: hidden;
}
.etb .dijitTransactionCheckBoxInput {
  float: left;
  margin: 5px 0 0 5px !important;
}
.etb .dijitTransactionPayeeCheckboxLabel {
  padding-left: 5px;
  float: left;
}
.etb .dijitTransactionCheckBoxLabel {
  padding-left: 5px;
  text-align: left;
}
.toBePrintedContainer {
  width: 40%;
  float: left;
}
/* Apply operating retainer */
.etb .operatingRetainerGridContainer #applyOperatingCreditsGrid {
  height: 400px !important;
  width: 103%;
  margin-left: -13px;
}
.etb #applyOperatingCreditsGrid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-0 {
  width: 30px !important;
  border-left: none;
}
.etb #applyOperatingCreditsGrid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-1 {
  width: 80px !important;
}
.etb #applyOperatingCreditsGrid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-2 {
  width: 100px !important;
}
.etb #applyOperatingCreditsGrid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-3 {
  width: 80px !important;
}
.etb #applyOperatingCreditsGrid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-4,
.etb #applyOperatingCreditsGrid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-5 {
  width: 110px !important;
}
.etb #applyOperatingCreditsGrid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-5 .dijitCurrencyTextBox {
  width: 115px;
}
.etb #applyOperatingCreditsGrid .dijitCurrencyTextBox,
.etb #applyCreditsGridContainer .dijitCurrencyTextBox {
  width: 100px !important;
}
.etb #applyOperatingCreditsGrid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-7 .dijitCurrencyTextBox {
  width: 99% !important;
}
.etb #applyOperatingRetainerForm {
  width: 770px !important;
}
/* OPERATING RETAINER  */
.etb .dijitApplyOperatingRetainerGridContainer {
  height: 400px !important;
}
.operatingRetainerGridContainer {
  height: 430px !important;
}
.operatingRetainerGridContainer > .dijitBorderContainer {
  height: 430px !important;
}
.operatingRetainerGridContainer > .dijitBorderContainer > .dijitContentPane {
  height: 420px !important;
}
.etb .dijitApplyOperatingRetainerGridContainer #applyOperatingCreditsGrid {
  height: 98% !important;
  width: 750px;
}
/* Matter Time Keeper Dialog */
#matterTimeKeeperDialog .dijitContentPane {
  overflow: hidden !important;
}
#matterTimeKeeperDialog .dgrid {
  height: inherit;
}
#timekeeperFeeAllocationDialog {
  width: 700px !important;
  height: 502px !important;
}
.timekeeper-allocation-buttons {
  margin-top: 4%;
  margin-bottom: -2%;
}
/* Add Relations Dialog */
#addRelationsDialog {
  width: 700px !important;
  height: 370px !important;
}
.container-expense {
  height: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 100% !important;
}
.container-expense .dijitTabContainer {
  width: 106% !important;
  height: 470px !important;
  margin-left: -10px !important;
}
.container-expense .dijitTabContainerTopNone {
  height: 41px !important;
}
.etb .dijitIconTypeExpense {
  background: url('etb/images/iconCardExpenseType.png') no-repeat left center;
}
.etb .dijitHourlyMatterIcon {
  background: url('etb/images/matterBillingMethodIcons.png') no-repeat -2px -2px;
  width: 16px;
  height: 16px !important;
}
.etb .dijitFixedMatterIcon {
  background: url('etb/images/matterBillingMethodIcons.png') no-repeat -2px -20px;
  width: 16px;
  height: 16px !important;
}
.etb .dijitContingencyMatterIcon {
  background: url('etb/images/matterBillingMethodIcons.png') no-repeat -2px -38px;
  width: 16px;
  height: 16px;
}
.etb .dijitTrustMatterGrayIcon {
  background: url('etb/images/trust-transaction.png') no-repeat 0 0;
  width: 16px;
  height: 16px;
}
.etb .dijitTrustMatterRedIcon {
  background: url('etb/images/trust-transaction.png') no-repeat 0 -17px;
  width: 16px;
  height: 16px;
}
/* lowRetainerReminder  */
.lowRetainerReminder .dijitContainer {
  width: 100% !important;
}
.lowRetainerReminder .dgrid-column-0-0 {
  width: 20px;
}
.lowRetainerReminder .dgrid-column-0-1 {
  width: 50px;
}
.lowRetainerReminder .dgrid-column-0-2 {
  width: 80px;
}
.lowRetainerReminder .dgrid-column-0-3 {
  width: 80px;
}
.lowRetainerReminder .dgrid-column-0-4 {
  width: 70px;
}
.lowRetainerReminder .dgrid-column-0-5 {
  width: 50px;
}
.lowRetainerReminder .dgrid-column-0-6 {
  width: 50px;
}
.lowRetainerReminder .dgrid-column-0-7 {
  width: 120px;
}
.lowRetainerReminder td .clearTextBox {
  width: 165px !important;
}
.lowRetainerReminder .clearTextBox .dijitInputInner {
  width: 134px !important;
}
.lowRetainerReminderGrid-clientEmailField {
  width: 130px;
  height: 100%;
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 0px;
}
.lowRetainerReminderGrid .dgrid-column-0-0 {
  width: 32px;
}
.lowRetainerReminderGrid .dgrid-column-0-1 {
  width: 120px;
}
.lowRetainerReminderGrid .dgrid-column-0-2 {
  width: 120px;
}
.lowRetainerReminderGrid .dgrid-column-0-3 {
  width: 120px;
  text-align: right;
}
.lowRetainerReminderGrid .dgrid-column-0-4 {
  width: 120px;
  text-align: right;
}
.lowRetainerReminderGrid .dgrid-column-0-5 {
  width: 120px;
  text-align: right;
}
.relationGridContainer,
.runCheckGridContainer {
  width: 100% !important;
  height: 100% !important;
}
.relationGridContainer .toolbarExportButton::before,
.runCheckGridContainer .toolbarExportButton::before {
  content: "";
}
.relationGridContainer .dijitBorderContainer {
  width: 100% !important;
}
.relationGridContainer .dijitContainer {
  width: 100% !important;
}
.relationGridContainer .dijitBorderContainerPane {
  width: 98% !important;
}
.relationGridContainer .cosmo-search-toolbar {
  width: 96% !important;
}
/* billingInfo */
.billingInfo .dijitDisabled,
.billingInfo .dijitReadOnly {
  border: 1px solid #d5d5d5 !important;
}
.billingInfo .dijitPlaceHolder {
  right: 0;
}
/* HUDLedger */
.hudLedgerGridContainer .dgrid-content .dgrid-cell.dgrid-cell-padding.dgrid-column-0-0,
.hudLedgerGridContainer .dgrid-header.dgrid-header-row .dgrid-cell.dgrid-cell-padding.dgrid-column-0-0,
.hudLedgerGridContainer .dgrid-content .dgrid-cell.dgrid-cell-padding.dgrid-column-0-1,
.hudLedgerGridContainer .dgrid-header.dgrid-header-row .dgrid-cell.dgrid-cell-padding.dgrid-column-0-1,
.hudLedgerGridContainer .dgrid-content .dgrid-cell.dgrid-cell-padding.dgrid-column-0-2,
.hudLedgerGridContainer .dgrid-header.dgrid-header-row .dgrid-cell.dgrid-cell-padding.dgrid-column-0-2 {
  width: 50px !important;
  text-align: left !important;
}
.hudLedgerGridContainer .dgrid-content .dgrid-cell.dgrid-cell-padding.dgrid-column-0-3,
.hudLedgerGridContainer .dgrid-header.dgrid-header-row .dgrid-cell.dgrid-cell-padding.dgrid-column-0-3,
.hudLedgerGridContainer .dgrid-content .dgrid-cell.dgrid-cell-padding.dgrid-column-0-4,
.hudLedgerGridContainer .dgrid-header.dgrid-header-row .dgrid-cell.dgrid-cell-padding.dgrid-column-0-4 {
  width: 100px !important;
}
.hudLedgerGridContainer .dgrid-content .dgrid-cell.dgrid-cell-padding.dgrid-column-0-5,
.hudLedgerGridContainer .dgrid-header.dgrid-header-row .dgrid-cell.dgrid-cell-padding.dgrid-column-0-5 {
  width: 50px !important;
}
.hudLedgerGridContainer .dgrid-content .dgrid-cell.dgrid-cell-padding.dgrid-column-0-6,
.hudLedgerGridContainer .dgrid-header.dgrid-header-row .dgrid-cell.dgrid-cell-padding.dgrid-column-0-6 {
  width: 60px !important;
}
.no-margin {
  margin: 0 !important;
}
/* Subtabs Icons */
.matter-subtabIcon-12::before {
  font-family: FontAwesome;
  content: "\f085";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-11::before {
  font-family: FontAwesome;
  content: "\f0e6";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-10::before {
  font-family: FontAwesome;
  content: "\f007";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-9::before {
  font-family: FontAwesome;
  content: "\f0c0";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-8::before {
  font-family: FontAwesome;
  content: "\f15c";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-7::before {
  font-family: FontAwesome;
  content: "\f07b";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-6::before {
  font-family: FontAwesome;
  content: "\f0ae";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-5::before {
  font-family: FontAwesome;
  content: "\f073";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-4::before {
  font-family: FontAwesome;
  content: "\f00b";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-3::before {
  font-family: FontAwesome;
  content: "\f19c";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-2::before {
  font-family: FontAwesome;
  content: "\f1ec";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f00a";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f0e4";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
/* Matter BillingSubtabs Icons */
.matter-billing-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f0d6";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-billing-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f017";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.matter-billing-subtabIcon-0,
.matter-billing-subtabIcon-1 {
  padding-left: 25px !important;
}
.matter-subtabIcon-10::before {
  font-size: 16px;
  left: 5px;
}
.matter-subtabIcon-10:after {
  content: "\f27a";
  font-size: 13px;
  background: none;
  color: #7B7C7F;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 5px;
  left: 12px;
  font-family: FontAwesome;
  width: 10px;
}
.field-invoiceNumber {
  width: 120px;
  text-align: right !important;
}
.rate-toolbarButton .dijitIcon {
  margin-top: 2px !important;
}
.matterDetailsClientSelect {
  height: 29px !important;
  width: 40% !important;
  font-size: 19px !important;
}
.matterDetailsClientSelect .dijitDownArrowButton {
  display: none;
}
.transactionDetailsGrid {
  border: 1px solid #d7d5d5 !important;
}
.transactionDetailsGridContainer {
  width: 100% !important;
  height: 195px !important;
}
.jobDetailsGridContainer {
  width: 100% !important;
  height: 280px !important;
}
.transactionDetailsGridContainer .dijitBorderContainer {
  width: 100% !important;
  height: 175px !important;
}
.transactionDetailsGridContainer .dijitBorderContainer-dijitContentPane {
  width: 100% !important;
  height: 100% !important;
  padding: 5px !important;
}
.transactionDetailsGridContainer .no-content {
  width: 834px;
  height: 150px;
  margin: 5% 28%;
}
.transactionDetailsGridContainer .no-content p {
  font-size: 1.5em;
  color: silver;
  padding: 0px;
  margin: 0px;
}
.field-showDetail {
  width: 32px;
  text-align: center !important;
  text-overflow: unset !important;
  padding: 0px !important;
  right: 5px !important;
}
.field-detail {
  width: 32px;
  text-align: center !important;
  text-overflow: unset !important;
  padding: 0px !important;
  right: 5px !important;
}
.matter--standalone {
  padding: 5px!important;
  margin: 5px auto!important;
}
.matter--fieldset {
  width: 98% !important;
  margin-top: 1% !important;
}
.matter--general-info {
  width: 98% !important;
  margin-top: 1% !important;
}
.dijitTimeKeepersGridContainer .dijitSelect {
  border: none !important;
}
.dijitMatterPartyGridContainer .dijitSelect {
  border: none !important;
}
.matter--advanced {
  font-size: 1em;
  font-weight: 500;
}
.matter--settings-save {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1%;
  min-height: 42px;
}
.matterSettingsTabContainer {
  width: 100%;
  height: 100%;
}
.dijitDialog.cosmo-dialog-fixed.applyOperatingDialog {
  height: 636px !important;
}
.dijitDialog.cosmo-dialog-fixed.smsIntegrationWelcome {
  height: 550px !Important;
}
.dijitDialog.cosmo-dialog-fixed.cosmolexcanadawelcome {
  height: 500px !Important;
}
.dijitDialog.cosmo-dialog-fixed.smsbrandregistration {
  height: 670px !Important;
}
.dijitDialog.cosmo-dialog-fixed.smsApprovalDetails {
  height: 370px !important;
  width: 750px !important;
}
.dijitDialog.cosmo-dialog-fixed.editSmsTemplateModal {
  height: 550px !important;
  width: 750px !important;
}
.dijitDialog.cosmo-dialog-fixed.printDepositSlipOptions {
  height: 350px !important;
  width: 500px !important;
}
.dijitDialog.cosmo-dialog-fixed.smsbrandregistrationEditPhone {
  height: 500px !important;
}
.dijitDialog.cosmo-dialog-fixed.netDocumentsWelcomeDialog {
  height: 500px !important;
  width: 600px !important;
}
.dijitDialog.cosmo-dialog-fixed.dijitStackContainerAttachTop.matterReminderDialog {
  height: 715px !important;
  width: 1100px !important;
  max-height: 95vh;
}
.dijitDialog.cosmo-dialog-fixed.dijitStackContainerAttachTop.trustRetainerPaymentRequest {
  width: 840px !important;
  height: 615px !important;
}
.dijitDialog.cosmo-dialog-fixed.dijitStackContainerAttachTop.EmailInvoices {
  width: 930px !important;
  height: 615px !important;
}
.invoice-payment-error {
  margin: 5px 20px;
  width: 97% !important;
  margin-bottom: 10px !important;
}
.addMatterTooltip {
  width: 280px;
  padding: 7px 0px 6px 22px;
  position: absolute;
  margin-left: -1px;
  margin-top: -10px;
  border: 1px solid #3ea22b;
  color: #fff;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #46B630 url(etb/images/icons/arrow-up.png) 2px 8px no-repeat;
  -webkit-animation: animatedArrow 0.75s linear infinite;
  -moz-animation: animatedArrow 0.75s linear infinite;
  -o-animation: animatedArrow 0.75s linear infinite;
  animation: animatedArrow 0.75s linear infinite;
}
.addMatterTooltip .close {
  position: absolute;
  top: 0;
  color: white;
  margin-top: -1px;
  margin-right: -1px;
  right: 0;
  padding: 2px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 7px;
  height: 11px;
  background: none;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}
@keyframes animatedArrow {
  0% {
    background-position: 2px 8px;
  }
  25% {
    background-position: 2px 6px;
  }
  50% {
    background-position: 2px 8px;
  }
  75% {
    background-position: 2px 10px;
  }
  100% {
    background-position: 2px 8px;
  }
}
@-webkit-keyframes animatedArrow {
  0% {
    background-position: 2px 8px;
  }
  25% {
    background-position: 2px 6px;
  }
  50% {
    background-position: 2px 8px;
  }
  75% {
    background-position: 2px 10px;
  }
  100% {
    background-position: 2px 8px;
  }
}
.matterTabContainer .dijitTabContainerTopNone {
  height: 41px !important;
  width: 103% !important;
}
.matterTabContainer {
  height: 100% !important;
}
.matterTabContainer .dijitTabPaneWrapper.dijitTabContainerTop-container.dijitAlignCenter {
  height: calc(100% - 41px) !important;
  overflow-y: auto;
}
.matterTabContainer .dijitTabPaneWrapper.dijitTabContainerTop-container.dijitAlignCenter .dijitToolbar {
  margin-left: 10px;
}
.matterTabContainer form {
  height: auto !important;
}
.matterTabContainer .dijitTabDisabled {
  display: none !important;
}
.matterTabContainer.client-dialog--container .dijitTabPaneWrapper.dijitTabContainerTop-container.dijitAlignCenter {
  overflow-y: auto;
}
.code-field {
  float: left;
  margin-left: 0.5%;
  color: rgba(128, 128, 128, 0.65);
  border: 1px solid #efefef;
  height: 30px;
  border-radius: 4px;
  padding: 0.5%;
  margin-top: 0.6%;
}
.matter-restricted-codes .myTransferBox .dgrid {
  width: 360px !important;
}
.client-portal-associated-item {
  color: #5a5a5a;
  text-align: center;
  font-size: 20px;
}
.client-portal-associated-item:after {
  content: "\f27a";
  font-size: 13px;
  background: none;
  color: #f59f01;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 8px;
  left: 21px;
}
.client-portal-associated-item-form {
  color: #5a5a5a;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.client-portal-associated-item-form:after {
  content: "\f27a";
  font-size: 13px;
  background: none;
  color: #f59f01;
  position: absolute;
  right: 0;
  top: 0;
  left: 14px;
}
.no-client-container .client-portal-invite-contact-name {
  display: inline-block;
  font-size: 2em;
  color: #d3d3d3;
  text-align: center;
  width: 100%;
}
.no-client-container .invite-container {
  text-align: center;
  margin-top: 5%;
}
.client-portal-activation {
  border-radius: 25px;
  font-size: 12px;
  width: 150px;
  text-align: center;
  margin: 1% 0%;
  /* padding: 1%; */
  font-weight: bold;
}
.client-portal-activation.pending {
  background: rgba(255, 193, 7, 0.61);
}
.client-portal-activation.active {
  background: rgba(126, 210, 28, 0.26);
}
.client-portal-button {
  width: 145px;
  height: 40px;
}
.matter-card {
  margin: 1% 0% 1% 1%;
  border: 1px solid rgba(230, 226, 226, 0.75);
  border-radius: 4px;
  box-shadow: inset 0 0 5px #ece9e9;
  float: left;
  display: inline-block;
}
.matter-card.max-height {
  height: 93%;
}
.matter-card.max-height .matter-grid {
  height: 91% !important;
}
.matter-card.max-height .matter-summary {
  height: 100% !important;
  left: 2px;
}
.matter-card.max-height .matter-summary .dgrid-content {
  height: auto !important;
}
.matter-card.small-height-position {
  height: 50% !important;
  margin-top: 21% !important;
}
.matter-card.full-height {
  height: 50%;
}
.matter-card.mid-height {
  height: 95px;
}
.matter-card.small-inset-width {
  width: 45.375%;
}
.matter-card.mid-width {
  width: 23.5%;
}
.matter-card.bottom-grid-large {
  height: 49.5%;
  width: 48.5%;
}
.matter-card.bottom-grid-large .card-title {
  padding: 1% 1% !important;
  width: 98% !important;
}
.matter-card.large-width {
  width: 37.5%;
}
.matter-card.balance-container {
  height: 40%;
  margin-right: 0%;
  width: 48.25% !important;
  margin-bottom: 0% !important;
}
.matter-card.balance-container .card-title {
  padding: 1%;
  width: 98%;
}
.matter-card .card-title {
  display: block;
  text-align: left;
  color: gray;
  font-size: 0.8em;
  padding: 2% 3%;
  background: rgba(211, 211, 211, 0.2);
  border-bottom: 1px solid #e0e0e0;
  width: 94%;
}
.matter-card .card-text-content {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  vertical-align: middle;
  height: 70%;
  padding-top: 5%;
  font-weight: 600;
}
.matter-card .card-text-content .client-email {
  font-size: 16px;
}
.matter-card .card-text-content .client-name {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
}
.matter-card .card-small-text-content {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  vertical-align: middle;
  height: 70%;
  font-weight: 600;
}
.matter-card .card-xs-text-content {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.5em;
  padding-top: 5%;
}
.matter-card .number {
  color: forestgreen;
}
.matter-card .negative {
  color: darkred;
}
.matter-card .card-left-border {
  border-left: 1px solid #d4cfcf;
}
.matter-card .mid-height {
  height: 30px;
}
.matter-card .status-container {
  float: left;
  display: inline-block;
  margin: -1% 5%;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
}
.matter-card .matter-grid {
  height: 83% !important;
}
.matter-card .matter-grid.matter-activity-stream {
  height: 82% !important;
}
.matter-card .matter-grid .dijitBorderContainer-dijitBorderContainer {
  height: 100% !important;
}
.matter-card .matter-grid .dijitBorderContainer-dijitBorderContainer .dijitBorderContainer-dijitContentPane {
  width: 97% !important;
}
.matter-card .matter-dashboard-generalInfoGrid .dgrid-header {
  display: none !important;
}
.matter-card .matter-dashboard-generalInfoGrid .dgrid-scroller {
  margin-top: 0px !important;
}
.matter-card .matter-dashboard-generalInfoGrid .dgrid-content {
  width: 100% !important;
}
.matter-card .matter-dashboard-generalInfoGrid div[title="Invoice Contact"] {
  font-weight: bold;
}
.matter-card .matter-dashboard-generalInfoGrid .field-field {
  width: 130px;
  color: gray;
}
.matter-card .matter-dashboard-generalInfoGrid .field-value {
  display: table-cell;
  text-align: left !important;
}
.matter-card .matter-dashboard-generalInfoGrid .dgrid-row-even {
  background: #fff !important;
}
.matter-card .matter-dashboard-generalInfoGrid .dgrid-row {
  height: 24px;
}
.matter-card .matter-dashboard-generalInfoGrid .dgrid-row:hover {
  background-color: transparent !important;
}
.matter-card .field-invoiceNumber {
  width: 70px;
}
.matter-card .field-title {
  width: auto;
  margin-left: 1%;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-top: 3px;
  color: gray;
}
.matter-card .field-value {
  clear: both;
  font-weight: 600;
  display: inline;
  margin-left: 2%;
  color: #51565a;
}
.matter-card .dashboard-hcard {
  margin-top: 0% !important;
}
.matter-card .dashboard-hcard-number {
  width: auto !important;
  border-bottom: none !important;
}
.matter-card .dashboard-hcard-number:hover {
  border-bottom: none !important;
}
.matter-card .dashboard-hcard-text {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
.matter-card .general-container {
  border-right: 1px solid #dad7d7;
  height: 76%;
}
.card-wrapper {
  margin: 0% 1%;
}
.matter-ebilling-icon {
  text-align: center;
  color: #2ecc71;
  font-style: italic;
  font-weight: bold;
  font-size: 1.5em;
  margin: -5px;
  display: inline-block;
}
.third-party-bills--grid-container .field-Select_Item {
  width: 30px;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.third-party-bills--grid-container .field-Select_Item input {
  margin-left: -1%;
}
.third-party-bills--grid-container .field-clientName {
  width: 100px;
}
.third-party-bills--grid-container .field-matterName {
  width: 100px;
}
.third-party-bills--grid-container .field-date {
  width: 100px;
}
.third-party-bills--grid-container .field-dueByLabel {
  width: 100px;
}
.third-party-bills--grid-container .field-payeeName {
  width: 100px;
}
.third-party-bills--grid-container .field-amount {
  width: 100px;
}
.third-party-bills--grid-container .field-balance {
  width: 100px;
}
.third-party-bills--grid-container .field-memo1 {
  width: 150px;
}
.third-party-bills--grid-container .field-hold {
  width: 100px;
  text-align: center;
}
.third-party-bills--grid-container .field-statusLabel {
  width: 50px;
}
.finance-details-grid-container,
.tax-details-grid-container {
  height: calc(100% - 31.6px);
}
.finance-details-grid-container .tax-details-grid,
.tax-details-grid-container .tax-details-grid {
  height: 280px !important;
}
.finance-details-grid-container .field-invoiceNumber,
.tax-details-grid-container .field-invoiceNumber {
  width: 100px;
}
.finance-details-grid-container .field-dueDate,
.tax-details-grid-container .field-dueDate {
  width: 100px;
}
.finance-details-grid-container .field-overdueAmount,
.tax-details-grid-container .field-overdueAmount,
.finance-details-grid-container .field-currentFinanceCharge,
.tax-details-grid-container .field-currentFinanceCharge {
  text-align: right;
}
.finance-details-grid-container .field-previouslyBilledOverdueDays,
.tax-details-grid-container .field-previouslyBilledOverdueDays {
  width: 200px;
}
.matter-summary-edit--container {
  width: calc(100% - 18px);
}
.matter-summary-edit--container .matter-summary-edit {
  display: none;
}
.matter-summary-edit--container:hover .matter-summary-edit {
  display: inline-block;
}
.matter-summary-edit--container .dijitButton {
  position: absolute;
  right: 0;
}
.matter-summary-edit {
  color: #F59F01;
  margin: 5% 0% 0% 50%;
  display: inline-block;
  text-align: center;
  padding-bottom: 7px;
}
.matter-summary-edit:hover {
  color: #BE7340;
}
.split-billing--grid-container {
  width: 100%;
  height: 100%;
}
.split-billing--disabled-message {
  font-size: 12px;
}
.split-billing-split-grid .field-Select_Item {
  width: 30px!important;
}
.split-billing-undo-grid .dgrid-column-0-0 {
  width: 30px!important;
}
.split-billing-undo-grid .dgrid-column-0-3 {
  width: 30px!important;
}
.split-billing--config-grid .field-remainder {
  width: 70px!important;
}
.split-billing--config-grid .field-fee {
  width: 130px!important;
}
.split-billing--config-grid .field-expense {
  width: 130px!important;
}
.split-billing--details-grid .field-file {
  width: 70px!important;
}
.split-billing--details-grid .field-fee {
  width: 70px!important;
}
.split-billing--details-grid .field-expense {
  width: 70px!important;
}
.split-billing--details-grid .field-total {
  width: 70px!important;
}
.matter-invoice-grid .field-invoiceNumberDisplay {
  width: 100px;
}
.invoice-settings-dialog .dijitDialogPaneContent {
  height: 90%;
}
.edit-pencil {
  margin-top: 11px;
}
/*******************APPs TAB********************************/
.firm-settings-tab-container .dijitTabDisabled {
  background: darkgray !important;
}
.app-main-container {
  padding: 0% 1.5% 1% 1.5%;
}
.app-main-container .dijitTitlePaneContentInner {
  overflow: hidden;
}
.app-main-container .setup-app-container {
  margin-top: 1%;
  float: left;
  width: 20%;
  position: relative;
}
.app-main-container .setup-app-container:after {
  border-right: 1px #ccc solid;
  content: "";
  position: absolute;
  height: 90%;
  top: 0;
  right: 0;
}
.app-main-container .setup-app-container .app-status-container {
  margin-bottom: 10px;
}
.app-main-container .setup-app-container .app-status-container .status {
  font-family: "Segoe UI", Segoe, "Open Sans", Tahoma, Geneva, sans-serif;
  font-size: 17px;
  margin-left: 10px;
  font-weight: bold;
}
.app-main-container .setup-app-container .app-icon {
  margin: 0 auto;
  max-width: 75px;
  height: 79px;
  text-align: center;
}
.app-main-container .setup-app-container .app-icon img {
  max-width: 100%;
}
.app-main-container .setup-app-container .app-icon-large {
  margin: 0 auto;
  max-width: 175px;
  display: flex;
  align-items: center;
  height: 79px;
  text-align: center;
}
.app-main-container .setup-app-container .app-icon-large img {
  max-width: 100%;
}
.app-main-container .setup-app-container .app-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.app-main-container .setup-app-container .onoffswitch {
  margin: 0 auto;
}
.app-main-container .setup-app-container:nth-child(5n + 0):after {
  border-right: none;
  content: "";
}
.app-sub-container {
  margin: 0 24px 24px;
  border: 1px solid #D5D5D5;
  border-top: 0.5px solid #fff;
  border-radius: 4px;
}
@media (max-width: 960px) {
  .app-main-container .setup-app-container {
    width: 50%;
    margin-top: 2%;
  }
  .app-main-container .setup-app-container:nth-child(even):after {
    border-right: none;
    content: "";
  }
}
@media (max-width: 630px) {
  .app-main-container .setup-app-container {
    width: 100%;
    margin-top: 2%;
  }
  .app-main-container .setup-app-container:after {
    border-right: none;
    content: "";
  }
}
.app-container {
  height: 50px;
  margin-bottom: 2%;
  padding: 0px;
  border: 1px solid #cccccc;
}
.app-container:hover {
  background: #f9f9f9;
}
.app-container .app-title {
  color: black;
  font-size: 16px;
}
.app-container .app-description {
  font-size: 13px;
  font-weight: lighter;
  color: #5a5a5a;
}
.app-container .title {
  background: #f4f4f4;
  border-left: 2px solid #44c9e9;
  height: 48px;
}
.app-container .status {
  margin: 0px;
  height: 50px;
  text-align: center;
  padding: 1% 1% 2% 1%;
}
.app-container .client-portal-status {
  margin: 0px;
  height: 50px;
  text-align: center;
  padding: 0.4% 0% 0% 3%;
}
.app-container .no-margin {
  margin-bottom: 0%;
}
.emailCheckContainer {
  clear: both;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.emailCheckContainer span.emailCheckContainerSpan {
  color: rgba(123, 124, 127, 0.95);
  margin-left: 0.5%;
  font-weight: bold;
  font-style: italic;
}
.emailCheckContainer .emailTitle {
  margin-left: 1%;
  margin-bottom: 0.5%;
  margin-top: 0.5%;
}
.emailCheckContainer .email-warning {
  margin: 0 0 1% 0 !important;
}
.switch-down-container {
  clear: both;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.client-options-container {
  position: relative !important;
}
.client-options-container:after {
  position: absolute;
  left: 99%;
  content: "";
  bottom: 6%;
  width: 0;
  height: 117px;
  border-right: 1px solid lightgrey;
}
.disable-switch .onoffswitch {
  opacity: 0.5;
}
.onoffswitch {
  position: relative;
  width: 100px;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #787777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 26px;
  font-size: 13px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #72DB7E;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 15px;
  background-color: #f8f8f8;
  color: #666666;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 42px;
  margin: 0px;
  background: #E8E8E8;
  border: 2px solid #787777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 58px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.integration-icon {
  display: block;
  width: 42px;
  margin: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.onoffswitch.with-message {
  width: 95%;
  text-align: center;
}
/* WorkFlow */
.workFlowGridContainer {
  height: 250px;
}
.workFlowGridContainer .dijitSelect {
  border: none !important;
}
.workFlowGridContainer .dijitInputContainer input {
  text-align: left!important;
}
.workFlowGridContainer .dgrid {
  outline: 1px solid #f5f5f5;
}
.workFlowGridContainer .dgrid-cell {
  border: none;
}
.workFlowGridContainer .field-taskNumber {
  width: 60px;
  text-align: right;
}
.workFlowGridContainer .field-taskName {
  width: 170px;
}
.workFlowGridContainer .field-assignee {
  width: 100px;
}
.workFlowGridContainer .field-assignee .dijitSelect .dijitButtonContents {
  max-width: 66px;
  overflow: hidden;
}
.workFlowGridContainer .field-assignee .dijitSelect .dijitButtonContents .dijitSelectLabel {
  max-width: 65px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.workFlowGridContainer .field-dueIn {
  width: 75px;
}
.workFlowGridContainer .field-dueCont {
  width: 225px;
}
.workFlowGridContainer .field-priority {
  width: 90px;
}
.workFlowGridContainer .field-description {
  width: 40px;
  text-overflow: unset !important;
}
.workFlowGridContainer .dgrid-content .dijitTextBox,
.workFlowGridContainer .dgrid-content .dijitSelect {
  width: 95%;
}
.workFlowGridContainer .dgrid-content span {
  vertical-align: bottom;
  margin: 0 3px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-5 {
  padding: 5px 0;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-3 .dijitTextBox,
.workFlowGridContainer .dgrid-content .dgrid-column-0-3 .dijitSelect {
  display: inline-block;
  vertical-align: top;
  /* margin: 0 5px!important; */
  margin: 0 1px!important;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-3 .dijitTextBox {
  width: 25px;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-3 .dijitTextBox input {
  text-align: center!important;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-3 .dijitSelect {
  width: auto;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-3 .dijitSelect span {
  width: 40px;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-3 .dijitSelect:last-child span {
  width: 120px;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-4 .dijitTextBox,
.workFlowGridContainer .dgrid-content .dgrid-column-0-4 .dijitSelect {
  display: inline-block;
  vertical-align: top;
  /* margin: 0 5px!important; */
  margin: 0 1px!important;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-4 .dijitTextBox {
  width: 25px;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-4 .dijitTextBox input {
  text-align: center!important;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-4 .dijitSelect {
  width: auto;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-4 .dijitSelect span {
  width: 40px;
}
.workFlowGridContainer .dgrid-content .dgrid-column-0-4 .dijitSelect:last-child span {
  width: 120px;
}
.workFlowGridContainer .dijitSelect .dijitButtonText {
  text-align: left;
}
.workFlowGridContainer .dijitSelect .dijitButtonContents {
  background: #fff !important;
}
/* Subtabs Icons */
.setup-subtabIcon-11::before {
  font-family: FontAwesome;
  content: "\f023";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-10::before {
  font-family: FontAwesome;
  content: "\f022";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-9::before {
  font-family: FontAwesome;
  content: "\f0f6";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-8::before {
  font-family: FontAwesome;
  content: "\f24d";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-7::before {
  font-family: FontAwesome;
  content: "\f0ca";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-6::before {
  font-family: FontAwesome;
  content: "\f007";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-5::before {
  font-family: FontAwesome;
  content: "\f0c0";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-4::before {
  font-family: FontAwesome;
  content: "\f074";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-3::before {
  font-family: FontAwesome;
  content: "\f15c";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-2::before {
  font-family: FontAwesome;
  content: "\f00a";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f1ae";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.setup-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f0a3";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.dijitTabContainerLeft-tabs .cosmo-help-tooltip:before {
  margin-top: -15px;
}
.setup-security--revoke {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #800A0A;
  color: white ;
  background: #f59f01;
}
.timekeeperAdvanceInfoSection .dijitTabController {
  width: 103% !important;
}
.firm-form-logo {
  padding: 0 15px 0 13px;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
  width: 8%;
}
.firm-form-logo .avatar {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.firm-form-logo .avatar i {
  font-size: 62px;
  color: rgba(0, 0, 0, 0.08);
}
.security--idle-container {
  margin-left: 10px;
}
.security--idle-counter {
  border-radius: 4px;
  border: 1px solid #ccc;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
  padding: 3px;
}
.alberta--label {
  padding-left: 0;
  font-weight: 500;
}
.alberta--export-button {
  margin: 0 !important;
}
.lawpaySelectionDialog-options-container {
  margin: 2% 1% 4% 1%;
  border: 1px solid #fafafa;
  border-radius: 4px;
}
.lawpaySelectionDialog-options-container ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.lawpaySelectionDialog-options-container ul li {
  width: 100%;
  height: 40px;
  display: block;
  padding: 5px;
}
.lawpaySelectionDialog-options-container ul li input[type=radio] {
  margin: 10px;
}
.lawpaySelectionDialog-options-container ul li:nth-child(odd) {
  background: #fafafa;
}
.lawpaySelectionDialog-options-container ul li:nth-child(even) {
  background: white;
}
.lawpaySelectionDialog-image-container {
  width: 200px;
  margin-left: 50%;
  margin-top: 7px;
  transform: translate(-50%, 0);
}
.smsIntegration-image-container {
  width: 55px;
  margin-right: 10px;
  cursor: pointer;
}
.smsIntegrationTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #5a5a5a;
  font-size: 1.5em;
  height: 55px;
}
.smsFirmInfoTitle {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
.smsSelectionDialog-image-container {
  width: 70px;
  margin-left: 50%;
  margin-top: 5px;
  transform: translate(-50%, 0);
}
.smsOffsetLabel {
  margin-left: 3.5% !important;
}
.tax-settings .cosmolex-inline-edit {
  min-width: 0 !important;
}
.tax-settings .cosmolex-inline-edit .dijitSelectLabel {
  min-width: 0 !important;
}
.tax-settings .dijitInlineEditBoxDisplayMode {
  text-align: left;
  color: #000;
  font-size: 14px;
  padding-right: 5px;
}
.tax-settings .cosmolex-inline-edit-box {
  padding: 5px;
}
.cf-dialog--option-container {
  height: calc(100% - 100px);
}
.cf-dialog--option-container .wrapper {
  height: calc(100% - 21px) !important;
}
.cf-dialog--merge-field-select .dijitInline.dijitSelectLabel {
  max-width: 475px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.auto-numbering--container {
  padding: 0 10px;
}
.auto-numbering--left-panel {
  display: inline-block;
  width: 49% !important;
  margin-right: 1% !important;
}
.auto-numbering--label-panel {
  min-height: 100px;
}
.auto-numbering--add-button {
  cursor: pointer;
  line-height: 30px;
}
.auto-expire--days .dijitInputField {
  visibility: visible !important;
  padding-left: 5px !important;
}
.button-disabled {
  background-color: darkgrey;
  color: #868080;
  border: none;
  cursor: default;
}
.create-folders-container {
  padding-top: 0;
  display: flex;
  align-items: flex-end;
}
.active-matters-only-container {
  padding: 0 10px;
  font-size: 14px;
  color: #000;
}
.template-preview-widget-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 350px;
  cursor: pointer;
}
.template-preview-widget-container.selected {
  border: 1px solid #F59F01;
  border-radius: 5px;
}
.template-selection-item {
  width: 322px;
  height: 189px;
  border-radius: 5px;
  border: solid 2px #D5D5D5;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.template-selection-item:hover {
  border: solid 2px #F59F01;
}
.template-selection-item.active {
  border: solid 2px #F59F01;
}
.template-selection-label {
  font-size: 20px;
  font-weight: 600;
  color: #51565A;
}
.template-selection-container {
  display: flex;
  gap: 12px;
  text-align: center;
}
.download-options-container {
  padding: 16px 24px;
}
.download-options-header {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.download-options-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.download-options-step-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px #D5D5D5 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-options-step-badge-text {
  font-size: 20px;
  font-weight: 600;
  color: #51565A;
}
.download-options-active-step-background {
  background: #FCDEBA;
}
.download-options-badge-separator {
  width: 430px;
  height: 2px;
  background: #D5D5D5;
}
.download-options-completed-step-background {
  background: #2E7F31;
  color: white;
}
.download-options-step1-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
}
.download-options-step1-row {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.download-options-step2-container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 10px;
}
.download-options-step2-column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.download-options-step2-checkboxes {
  display: flex;
  align-items: center;
  gap: 4px;
}
.download-options-step2-option-container {
  overflow: auto !important;
  height: 440px;
}
.download-options-step2-option-count {
  color: #014AC6;
}
.download-options-step2-option-count-error {
  color: #FF0000;
}
#depositSlipGrid {
  height: inherit;
  outline: 1px solid #e0e0e0;
}
.dijitDepositGridContainer {
  height: 330px !important;
  overflow: hidden;
}
.dijitDepositGridContainer .dijitContentPane {
  overflow: hidden;
}
.dijitDepositGridContainer #depositGridContainer {
  height: 98% !important;
}
.depositGridFormContainer {
  width: 780px !important;
}
#depositGridContainer .dgrid-cell.dgrid-cell-padding.dgrid-column-0-0 {
  width: 30px !important;
}
#depositGridContainer .dgrid-cell.dgrid-cell-padding.dgrid-column-0-1 {
  width: 80px !important;
}
#depositGridContainer .dgrid-cell.dgrid-cell-padding.dgrid-column-0-2 {
  width: 100px !important;
}
#depositGridContainer .dgrid-cell.dgrid-cell-padding.dgrid-column-0-3 {
  width: 80px !important;
}
#depositGridContainer .dgrid-cell.dgrid-cell-padding.dgrid-column-0-4,
#depositGridContainer .dgrid-cell.dgrid-cell-padding.dgrid-column-0-5 {
  width: 110px !important;
}
#depositGrid .dgrid-row-table .dgrid-cell:first-child,
#paymentGrid .dgrid-row-table .dgrid-cell:first-child {
  width: 30px !important;
}
/* Subtabs Icons */
.bank-subtabIcon-2::before {
  font-family: FontAwesome;
  content: "\f0e6";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.bank-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f0ea";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.bank-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f09d";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.bank-details-tabIcon-website:before {
  font-family: FontAwesome;
  content: url("etb/images/wallet.svg");
  color: #7b7c7f;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.reconciliationGridDisabled {
  width: 95%;
  height: 100%;
  position: absolute;
  top: 75px;
  z-index: 2;
  background: rgba(239, 239, 239, 0.5);
}
.detailsPaymentGrid .dgrid-column-0-0 {
  width: 30px !important;
}
.detailsPaymentGrid .dgrid-column-0-1 {
  width: 60px !important;
}
#creditCardImport {
  overflow: hidden !important;
}
.importBalanceTransactionsGrid .dijit.dijitReset.dijitInline.dijitButton {
  margin: -3px -3px !important;
}
.importBalanceTransactionsGrid .dgrid-column-0-0 {
  width: 25px !important;
  text-align: center;
  vertical-align: middle;
}
.importBalanceTransactionsGrid .dgrid-column-0-1 {
  width: 25px !important;
  text-align: center;
  vertical-align: middle;
}
.importBalanceTransactionsGrid .field-clearedBalance {
  text-align: right;
  padding-right: 10px;
}
.importBalanceTransactionsGrid .field-totalFees {
  text-align: right;
  padding-right: 10px;
}
.importBalanceTransactionsGrid .field-totalCost {
  text-align: right;
}
.importBalanceTransactionsGrid .field-invoiceNumber {
  text-align: right;
  padding-right: 10px;
}
.importBalanceTransactionsGrid .field-salesTax1Rate {
  text-align: right;
  padding-right: 10px;
}
.importBalanceTransactionsGrid .field-salesTax2Rate {
  text-align: right;
  padding-right: 10px;
}
.importBalanceTransactionsGrid .field-serviceTax1Rate {
  text-align: right;
  padding-right: 10px;
}
.importBalanceTransactionsGrid .field-serviceTax2Rate {
  text-align: right;
  padding-right: 10px;
}
.importCCTransactionsGrid .dijit.dijitReset.dijitInline.dijitButton {
  margin: -3px -3px !important;
}
.importCCTransactionsGrid .dgrid-column-0-0 {
  width: 20px !important;
}
.importCCTransactionsGrid .dgrid-column-0-1 {
  width: 15px !important;
  text-align: center;
  vertical-align: middle;
}
.importCCTransactionsGrid .dgrid-column-0-2 {
  width: 50px !important;
}
.importCCTransactionsGrid .dgrid-column-0-3,
.importCCTransactionsGrid .dgrid-column-0-4 {
  width: 50px !important;
}
.importCCTransactionsGrid .dgrid-column-0-5 {
  width: 130px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.importCCTransactionsGrid .dgrid-column-0-6 {
  width: 130px !important;
}
.importCCTransactionsGrid .dgrid-column-0-7 {
  width: 130px !important;
}
.importCCTransactionsGrid .dgrid-column-0-8 {
  width: 130px !important;
}
.importCCTransactionsGrid .dgrid-column-0-9 {
  width: 70px !important;
}
.importCCTransactionsGrid .dgrid-column-0-10 {
  width: 21px !important;
}
.importCCTransactionsGrid .dgrid-column-0-11 {
  width: 25px !important;
}
.importCCTransactionsGrid .field-allocations .dijitSelect .dijitButtonContents {
  max-width: 160px;
  overflow: hidden;
}
.importCCTransactionsGrid .field-allocations .dijitSelect .dijitButtonContents .dijitSelectLabel {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.importBookTransaction .dijit.dijitReset.dijitInline.dijitButton {
  margin: -3px -3px !important;
}
.importBookTransaction .dgrid-column-0-0 {
  width: 20px !important;
}
.importBookTransaction .dgrid-column-0-1 {
  width: 15px !important;
  text-align: center;
  vertical-align: middle;
}
.importBookTransaction .dgrid-column-0-2 {
  width: 50px !important;
}
.importBookTransaction .dgrid-column-0-3,
.importBookTransaction .dgrid-column-0-4 {
  width: 40px !important;
}
.importBookTransaction .dgrid-column-0-5 {
  width: 70px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.importBookTransaction .dgrid-column-0-6 {
  width: 100px !important;
}
.importBookTransaction .dgrid-column-0-7 {
  width: 110px !important;
}
.importBookTransaction .dgrid-column-0-8 {
  width: 80px !important;
}
.importBookTransaction .field-originalMatterOrChartOfAccountName {
  width: 100px !important;
}
.importBookTransaction .dgrid-column-0-9 {
  width: 160px !important;
}
.importBookTransaction .field-allocations {
  width: 140px !important;
}
.importBookTransaction .field-allocations .dijitSelect .dijitButtonContents {
  max-width: 140px;
  overflow: hidden;
}
.importBookTransaction .field-allocations .dijitSelect .dijitButtonContents .dijitSelectLabel {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.importBookTransaction .field-signedAmount {
  width: 80px !important;
}
.importBookTransaction .dgrid-column-0-10 {
  width: 50px !important;
}
.importBookTransaction .dgrid-column-0-11 {
  width: 21px !important;
}
.importBookTransaction .field-edit {
  width: 21px !important;
}
.importBookTransaction .dgrid-column-0-12 {
  width: 25px !important;
}
.importBookTransaction .field-matchDetail {
  width: 25px !important;
}
.mapping-profile-combo {
  width: 20%;
  height: 20px !important;
  line-height: 20px;
}
/* Mapping profile dialog */
.mapping-grid-container {
  height: 425px;
}
.mapping-grid-container .dijitBorderContainer-dijitContentPane {
  padding: 0 !important;
}
.mapping-grid-container .dijitToolbar {
  padding: 5px 25px 0 0 !important;
}
.raw-mapping-grid {
  height: 445px;
  padding: 0 !important;
}
.raw-mapping-grid .dijitContentPane.dijitBorderContainer-child.dijitBorderContainer-dijitContentPane.dijitBorderContainerPane.dijitAlignCenter {
  padding: 10px 20px 10px 20px !important;
}
.profile-mapping-dialog .dijitDialogPaneContent.dijitAlignCenter {
  padding: 0px 0px 50px 0px !important;
}
.profile-mapping-dialog .cosmo-dialog-footer {
  bottom: 0px !important;
}
div[data-testing=grid-Bank] .field-hasMerchantAccount {
  width: 33px;
}
div[data-testing=grid-Bank] .field-bankFeedEnable {
  width: 33px;
}
div[data-testing=grid-Bank] .dgrid-column-0-2 {
  width: 65px;
}
div[data-testing=grid-Bank] .dgrid-column-0-3 {
  width: 300px;
}
div[data-testing=grid-Bank] .dgrid-column-0-4 {
  width: 100px;
}
div[data-testing=grid-Transaction] .field-hasGatewayPayment {
  width: 33px;
}
div[data-testing=grid-Bank] .dgrid-column-0-5 {
  width: 200px;
}
div[data-testing=grid-Bank] .dgrid-column-0-4 {
  width: 300px;
}
.reconciliation-details-label {
  padding: 3px !important;
}
.reconciliation-balance-details {
  width: 100%;
}
.reconciliation-balance-details .header {
  border: none!important;
  color: #555;
  font-weight: 600!important;
  display: table-row;
  line-height: 30px;
}
.reconciliation-balance-details .odd {
  background-color: #f1f1f1 !important;
}
.reconciliation-balance-details tbody td {
  border-left: 1px solid #d5d5d5;
}
.reconciliation-balance-details tr:last-child td {
  border-bottom: 1px solid #d5d5d5;
}
.applyOperatingCreditsGrid .dgrid-column-0-0,
.applyOperatingCreditsGrid .dgrid-column-0-0 {
  width: 33px !important;
}
.importCCTransactionsGrid .dgrid-column-0-0 {
  width: 33px;
}
.applyOperatingCreditsGrid .dgrid-column-0-1 {
  width: 33px !important;
}
/*Deposit slip total JE */
.total-depositSlip {
  padding: 0 3px;
  margin-top: 0;
  margin-bottom: 4px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.total-depositSlipLabel,
.total-depositSlipInput {
  color: #7B7C7F;
  padding: 2px;
  font-size: 0.9em;
}
.total-depositSlipInput {
  font-weight: bold;
  max-width: 100%!important;
  background: none!important;
  float: right;
  padding: 2px;
}
.reconciliationSummary-grid .dijitTabContent {
  background: #EFEFEF !important;
  border: 1px solid #EAEAEA !important;
}
.reconciliationSummary-grid .dijitTabChecked {
  background: white !important;
}
.reconciliationSummary-grid .dijitTabContent:before {
  background: white !important;
}
.reconciliationSummary-grid .dijitTabContent:after {
  background: white !important;
}
/* Subtabs Icons */
.reconciliation-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f176";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.reconciliation-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f175";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.reconciliation-tabIcon-1::before {
  font-family: FontAwesome;
  content: "\f19c";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.reconciliation-tabIcon-0::before {
  font-family: FontAwesome;
  content: "\f022";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.bank-details-tabIcon-3::before {
  font-family: FontAwesome;
  content: "\f1ad";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.bank-details-tabIcon-2::before {
  font-family: FontAwesome;
  content: "\f074";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.bank-details-tabIcon-1::before {
  font-family: FontAwesome;
  content: "\f0f6";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.bank-details-tabIcon-0::before {
  font-family: FontAwesome;
  content: "\f0ec";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.reconciliationbanksection .dijitTabContent,
.resonciliationbooksection .dijitTabContent {
  background: white !important;
}
.reconciliationbanksection .dijitTabChecked,
.resonciliationbooksection .dijitTabChecked {
  background: white !important;
}
.reconciliationbanksection .dijitTabContent:before,
.resonciliationbooksection .dijitTabContent:before {
  background: gray !important;
}
.reconciliationbanksection .dijitTabContent:after,
.resonciliationbooksection .dijitTabContent:after {
  background: gray !important;
}
.bank-dialog-subaccount-container {
  width: 58%;
  margin-left: 4.5%;
  height: 100px !important;
  border: 1px solid #C9C7C7;
}
.bank-dialog-subaccount-container div[id^=typeList-row-] {
  max-height: 150px;
  height: auto;
  min-height: 40px;
}
.bankDetailsContainer .bank-feed-status {
  font-weight: 500;
  font-size: 16px;
  margin-top: 6px;
  display: inline-block;
  margin-left: 5px;
}
.deposit-slip-dialog--fieldset {
  height: calc(100% - 110px);
}
.accountForm {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px #B6B5B5;
  -moz-box-shadow: 0 5px 10px #B6B5B5;
  -ms-box-shadow: 0 5px 10px #B6B5B5;
  box-shadow: 0 5px 10px #B6B5B5;
  margin: 10% auto 0 auto;
  overflow: hidden;
  padding: 30px 34px;
  max-width: 100%;
}
.accountForm h5 {
  margin: 5px 0;
  border-bottom: 1px solid #dadee1;
}
.accountForm img {
  height: 50px;
}
.accountForm input[type="submit"],
.accountForm input[type="button"] {
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0;
  box-shadow: #1aa9ca 0 2px 0 0;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  outline: none;
}
.accountForm input[type="submit"]:hover,
.accountForm input[type="button"]:hover {
  background: #1aa9ca;
}
.accountForm input[type="submit"]:active,
.accountForm input[type="button"]:active {
  padding-top: 2px;
}
.accountForm .success-message,
.accountForm .error-message {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}
.accountForm .success-message {
  border: 1px solid #46b630;
  color: #46b630;
}
.accountForm .error-message {
  background: #d04437;
}
.accountForm input[type="text"],
.accountForm input[type="password"] {
  outline: none;
  border: 1px solid #dadee1;
  background-image: url(../themes/etb/images/login-sprite.png) !important;
  background-repeat: no-repeat !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 35px !important;
  margin-bottom: 10px;
  padding: 0 10px 0 35px;
  background-size: 100px;
  background-position: -78px -21px !important;
}
.accountForm input[type="password"] {
  background-position: -78px -67px !important;
}
.accountForm .input-wrapper {
  padding: 0;
}
.accountForm .input-wrapper:before {
  font-family: FontAwesome;
  content: "\f007";
  float: left;
  color: #44c9e9;
  font-size: 20px;
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 35px !important;
  line-height: 35px !important;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-color: #e0e0e0;
  border-right: none;
  width: 6.25%;
}
.accountForm .input-wrapper input {
  outline: 0;
  padding: 0 15px;
  border: 1px solid #dadee1;
  background: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 35px !important;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
  float: right;
}
::-webkit-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}
.coa-list-container {
  width: 100%;
  height: 500px !important;
  border: 1px solid #c9c7c7;
}
.gridOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.02);
}
.disabledGrid {
  color: #ddd;
}
.disabledGrid .gridOverlay {
  display: block;
}
.field-accountNumber {
  width: 80px;
  text-align: left !important;
}
.field-systemDefined {
  width: 32px !important;
  text-align: left !important;
}
.field-canViewRegister {
  width: 100px;
  text-align: center !important;
  padding-left: 13px !important;
}
.field-canViewRegister .commonIcons {
  color: #f59f01 !important;
}
.field-canViewRegister .commonIcons:hover {
  color: #c27e01 !important;
}
.field-canViewRegister .dijitButtonText:hover {
  color: #f59f01 !important;
}
/* Journal Entries */
.journal-buttons .dijitIcon {
  margin-top: 2px !important;
}
.journalGrid .dijitSelectLabel {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 140px !important;
}
.registryEntriesGridContainer .dgrid-column-0 {
  width: 100%;
  max-width: 225px;
}
.registryEntriesGridContainer .dgrid-column-0 .dijitButtonText,
.registryEntriesGridContainer .dgrid-column-0 .dijitSelectLabel {
  max-width: 140px;
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.journalEntriesGridContainer,
.registryEntriesGridContainer {
  height: 300px;
  border: 1px solid #e0e0e0 !important;
}
.journalEntriesGridContainer > .dijitBorderContainer > .dijitContentPane,
.registryEntriesGridContainer > .dijitBorderContainer > .dijitContentPane {
  width: 99% !important;
  padding: 5px !important;
}
.journalEntriesGridContainer .dijitInputContainer input,
.registryEntriesGridContainer .dijitInputContainer input {
  text-align: left !important;
}
.journalEntriesGridContainer .dgrid,
.registryEntriesGridContainer .dgrid {
  outline: 1px solid #f5f5f5;
}
.journalEntriesGridContainer .dgrid-cell,
.registryEntriesGridContainer .dgrid-cell {
  position: relative;
}
.journalEntriesGridContainer .dijitValidationIcon,
.registryEntriesGridContainer .dijitValidationIcon {
  position: absolute;
  right: 5px;
}
.journalEntriesGridContainer .dgrid-spacer-row,
.registryEntriesGridContainer .dgrid-spacer-row,
.journalEntriesGridContainer .dgrid-content,
.registryEntriesGridContainer .dgrid-content {
  line-height: 2.2;
}
.journalEntriesGridContainer .dgrid-spacer-row .dgrid-column-0-0,
.registryEntriesGridContainer .dgrid-spacer-row .dgrid-column-0-0,
.journalEntriesGridContainer .dgrid-content .dgrid-column-0-0,
.registryEntriesGridContainer .dgrid-content .dgrid-column-0-0 {
  width: 180px;
}
.journalEntriesGridContainer .dgrid-spacer-row .dgrid-column-0-0 .dijitSelect .dijitButtonContents,
.registryEntriesGridContainer .dgrid-spacer-row .dgrid-column-0-0 .dijitSelect .dijitButtonContents,
.journalEntriesGridContainer .dgrid-content .dgrid-column-0-0 .dijitSelect .dijitButtonContents,
.registryEntriesGridContainer .dgrid-content .dgrid-column-0-0 .dijitSelect .dijitButtonContents {
  max-width: 170px;
  overflow: hidden;
}
.journalEntriesGridContainer .dgrid-spacer-row .dgrid-column-0-0 .dijitSelect .dijitButtonContents .dijitSelectLabel,
.registryEntriesGridContainer .dgrid-spacer-row .dgrid-column-0-0 .dijitSelect .dijitButtonContents .dijitSelectLabel,
.journalEntriesGridContainer .dgrid-content .dgrid-column-0-0 .dijitSelect .dijitButtonContents .dijitSelectLabel,
.registryEntriesGridContainer .dgrid-content .dgrid-column-0-0 .dijitSelect .dijitButtonContents .dijitSelectLabel {
  max-width: 169px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.journalEntriesGridContainer .dgrid-column-0,
.registryEntriesGridContainer .dgrid-column-0 {
  width: 180px;
  text-align: center;
}
.journalEntriesGridContainer .dgrid-column-0 .dijitValidationIcon,
.registryEntriesGridContainer .dgrid-column-0 .dijitValidationIcon {
  right: 30px;
}
.journalEntriesGridContainer .dgrid-column-1,
.registryEntriesGridContainer .dgrid-column-1,
.journalEntriesGridContainer .dgrid-column-2,
.registryEntriesGridContainer .dgrid-column-2 {
  width: 90px;
  text-align: center;
}
.journalEntriesGridContainer .dgrid-column-1 input,
.registryEntriesGridContainer .dgrid-column-1 input,
.journalEntriesGridContainer .dgrid-column-2 input,
.registryEntriesGridContainer .dgrid-column-2 input {
  text-align: right !important;
}
.journalEntriesGridContainer .dgrid-column-3,
.registryEntriesGridContainer .dgrid-column-3 {
  width: 180x;
  text-align: center;
}
.journalEntriesGridContainer .dgrid-column-4,
.registryEntriesGridContainer .dgrid-column-4 {
  width: 180x;
  text-align: center;
}
.journalEntriesGridContainer .dgrid-column-5,
.registryEntriesGridContainer .dgrid-column-5 {
  width: 180px;
  text-align: center;
}
.journalEntriesGridContainer .summary-row,
.registryEntriesGridContainer .summary-row {
  height: 25px;
}
.journalEntriesGridContainer .summary-row .dgrid-column-1,
.registryEntriesGridContainer .summary-row .dgrid-column-1,
.journalEntriesGridContainer .summary-row .dgrid-column-2,
.registryEntriesGridContainer .summary-row .dgrid-column-2 {
  text-align: right !important;
}
.journalEntriesGridContainer .summary-row .dgrid-cell,
.registryEntriesGridContainer .summary-row .dgrid-cell {
  border: 1px solid white !important;
}
.journalEntriesGridContainer .dgrid-content .dijitTextBox,
.registryEntriesGridContainer .dgrid-content .dijitTextBox,
.journalEntriesGridContainer .dgrid-content .dijitSelect,
.registryEntriesGridContainer .dgrid-content .dijitSelect {
  width: 95%;
}
.journalEntriesGridContainer .dgrid-content span,
.registryEntriesGridContainer .dgrid-content span {
  vertical-align: bottom;
  margin-left: -8px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.journalEntriesGridContainer .dgrid-content .dijitPlaceHolder,
.registryEntriesGridContainer .dgrid-content .dijitPlaceHolder {
  margin-left: 0;
}
.journalEntriesGridContainer .dijitSelect .dijitButtonText,
.registryEntriesGridContainer .dijitSelect .dijitButtonText {
  text-align: left;
}
.journalEntriesGridContainer .field-class,
.registryEntriesGridContainer .field-class {
  width: 43px !important;
  margin-left: 0 !important;
}
.journalEntriesGridContainer .field-class .dijitButtonText,
.registryEntriesGridContainer .field-class .dijitButtonText {
  margin-left: 0 !important;
}
.journalEntriesGridContainer .field-class .commonIcons.commonDetailedInformation,
.registryEntriesGridContainer .field-class .commonIcons.commonDetailedInformation {
  margin-left: 0 !important;
}
.journalEntriesGridContainer .field-class .commonIcons.commonDetailedInformation.esmerald:before,
.registryEntriesGridContainer .field-class .commonIcons.commonDetailedInformation.esmerald:before {
  color: #2ecc71;
}
.journalEntriesGridContainer .field-class .dijitButtonNode,
.registryEntriesGridContainer .field-class .dijitButtonNode {
  margin-left: 0 !important;
}
.journalEntriesGridContainer .field-class .dijitButtonNode .dijitButtonContents,
.registryEntriesGridContainer .field-class .dijitButtonNode .dijitButtonContents {
  margin-left: 0 !important;
}
.mappingGridContainer .dgrid-column-0-0 {
  width: 18px !important;
}
.mappingGridContainer .dgrid-column-0-1 {
  width: 45px !important;
}
.mappingGridContainer .dgrid-column-0-2 {
  width: 90px;
}
.mappingGridContainer .dgrid-column-0-3 {
  width: 90px;
}
.mappingGridContainer .dgrid-column-0-4 {
  width: 45px;
}
.mappingGridContainer .dgrid-column-0-5 {
  width: 100px;
}
.dijitCreditCardImportGridContainer .raw-mapping-grid .dijitToolbar {
  padding: 0px 0px 0px 0px !important;
  margin: -9px 6px 0px 20px !important;
}
.registryEntriesGridContainer {
  height: 200px;
}
.journalEntriesGridContainer {
  height: calc(100% - 110px);
}
.import-status-icon-matched {
  background-color: rgba(67, 152, 32, 0.72);
  color: white;
  padding: 4%;
  display: inline-block;
  border-radius: 4px;
  margin: 7% 2% 0% 2%;
  word-wrap: break-word;
  white-space: normal;
  text-align: center;
  width: 65px;
  font-size: 12px;
}
.import-status-icon-matched:hover {
  background-color: #439820;
}
.import-status-icon-new {
  background-color: rgba(128, 128, 128, 0.82);
  color: white;
  padding: 4%;
  display: inline-block;
  border-radius: 4px;
  margin: 7% 2% 0% 2%;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  width: 65px;
  font-size: 12px;
}
.import-status-icon-new:hover {
  background-color: #808080;
}
.import-status-icon-edit {
  color: #f59f01;
  margin: 5% 0% 0% 50%;
  display: inline-block;
  text-align: center;
}
.import-status-icon-edit:hover {
  color: #be7340;
}
.import-status-icon-exchange {
  color: #f59f01;
  margin: 0% 0% 0% 40%;
  display: inline-block;
  text-align: center;
}
.import-status-icon-exchange:hover {
  color: #be7340;
}
.account-backButton:before {
  left: 10px !important;
}
.field-restricted {
  width: 32px;
  text-align: center !important;
}
/* Subtabs Icons */
.accounting-subtabIcon-3::before {
  font-family: FontAwesome;
  content: "\f24d";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.accounting-subtabIcon-2::before {
  font-family: FontAwesome;
  content: "\f040";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.accounting-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f200";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.accounting-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f19c";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
}
#typeList .dgrid-scroller,
#coaTypeList .dgrid-scroller {
  margin-top: 0px;
}
#coaTypeList .dgrid-row {
  height: 20px !important;
}
.bank-subtabIcon-feed:after {
  font-family: FontAwesome;
  content: "\f06a";
  color: #e67e22;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 86px;
  top: -7px;
}
.difference-hard-cost {
  padding: 0 3px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 8px;
  margin-right: 16px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  font-weight: 700;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  gap: 50px;
  justify-content: flex-end;
}
.difference-hardCost-input-label-container {
  display: flex;
  gap: 20px;
  flex-basis: 30%;
}
.difference-hardCostLabel {
  color: #7B7C7F;
  padding: 2px;
  font-size: 0.9em;
  white-space: nowrap;
  flex-basis: 10%;
}
.difference-hardCostInput {
  flex: 1;
}
/*Difference JE */
.difference-journalEntry {
  padding: 0 3px;
  margin-top: 0;
  margin-bottom: 4px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.difference-journalEntryLabel,
.difference-journalEntryInput {
  color: #7B7C7F;
  padding: 2px;
  font-size: 0.9em;
}
.difference-journalEntryInput {
  font-weight: bold;
  max-width: 50% !important;
  background: none !important;
  float: right;
  padding: 2px;
}
.details-payment-container .transactionDetailsGrid .dgrid-column-0-0 {
  width: 150px !important;
}
.details-payment-container .transactionDetailsGrid .dgrid-column-0-1 {
  text-align: right !important;
}
.details-payment-container .transactionDetailsGrid .dgrid-column-0-2 {
  text-align: right !important;
}
.transactionDetailsGridContainer.billDetails--grid-container .transactionDetailsGrid .dgrid-column-0-0 {
  width: 60px !important;
}
.transactionDetailsGridContainer.billDetails--grid-container .transactionDetailsGrid .dgrid-column-0-1 {
  text-align: left !important;
}
.transactionDetailsGridContainer.billDetails--grid-container .transactionDetailsGrid .dgrid-column-0-2 {
  text-align: left !important;
}
.transactionDetailsGrid .dgrid-column-0-0 {
  width: 150px !important;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transactionDetailsGrid .dgrid-column-0-1 {
  text-align: right !important;
}
.transactionDetailsGrid .dgrid-column-0-2 {
  text-align: right !important;
}
.transactionDetailsGrid .field-amount {
  text-align: right !important;
}
.transactionDetailsGrid .field-memo1 {
  width: 220px;
}
.accountsPayable-grid .new-email-row {
  font-weight: bold;
  background-color: rgba(248, 234, 216, 0.4) !important;
}
.accountsPayable-grid .dgrid-row.new-email-row:hover {
  background-color: rgba(248, 234, 216, 0.6) !important;
}
.transaction-details--payed-bills-grid .dgrid-column-0-0 {
  width: 30px !important;
}
.transaction-details--payed-bills-grid .field-amount {
  text-align: right !important;
}
.transaction-details--matter-info-grid .field-matterAmount {
  text-align: right !important;
}
.transaction-details--invoice-info-grid .field-invoiceAmount,
.transaction-details--invoice-info-grid .field-paidAmount {
  text-align: right !important;
}
.label-amount-grid .dgrid-column-0-0 {
  width: 85% !important;
}
.label-amount-grid .dgrid-column-0-1 {
  width: 15% !important;
}
.disabledSplitAccountGrid .dgrid-column-0-0 {
  width: 325px !important;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.disabledSplitAccountGrid .dgrid-column-0-1 {
  text-align: right !important;
  width: 125px;
  padding-right: 10px;
}
.disabledSplitAccountGrid .dgrid-column-0-2 {
  text-align: right !important;
  width: 125px;
  padding-right: 10px;
}
.transaction-class-grid .dgrid-column-0 {
  text-align: left !important;
}
.transaction-class-grid .dgrid-column-1 {
  text-align: right !important;
}
.split-account-grid {
  height: 325px;
}
.split-account-grid .dgrid-scroller {
  margin-top: 30px;
  margin-bottom: 24px;
}
.split-account-grid .field-chartOfAccountId {
  width: 115px;
}
.split-account-grid .field-allocationSignedAmount {
  width: 30px;
  text-align: right;
}
.split-account-grid .field-class {
  width: 10px !important;
  text-align: right;
}
.split-account-grid .dgrid-cell.field-memo input {
  text-align: left !important;
}
.split-account-icon {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  width: 28px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f59f01;
}
.split-account-icon:hover {
  background: #dc8f01;
}
.split-account-icon:before {
  color: #fff;
  text-transform: uppercase;
  content: "Y";
  cursor: pointer;
  vertical-align: baseline;
  font-size: 12px;
}
.accountDetails-container .field-chartOfAccountLabel {
  width: 400px;
}
.accountDetails-container .field-signedAmount,
.accountDetails-container .field-balance {
  text-align: right !important;
}
.bankTransaction .field-detail {
  width: 40px;
  text-align: center;
  text-overflow: unset !important;
}
.bankTransaction .field-linkedExpense {
  width: 32px;
}
.bankCombo {
  position: relative;
  width: 272px !important;
  max-width: 272px;
}
.matchDetailsGridContainer {
  width: 100% !important;
  height: 500px !important;
}
.reconciliationImportStatements .dijitBorderContainer {
  height: 100%;
  width: 100%;
}
.reconciliationImportStatements .dijitContainer {
  height: 100%;
  width: 100%;
}
.reconciliationImportStatements .dijitBorderContainerPane {
  height: 100%;
  width: 100%;
}
.reconciliationImportStatements .dgrid-column-0-0 {
  width: 33px !important;
}
.reconciliationImportStatements .dgrid-column-0-1,
.reconciliationImportStatements .dgrid-column-0-2,
.reconciliationImportStatements .dgrid-column-0-3 {
  width: 90px !important;
}
.reconciliationImportStatements .dgrid-column-0-4 {
  width: 110px !important;
}
.reconciliationImportStatements .dgrid-column-0-5,
.reconciliationImportStatements .dgrid-column-0-6 {
  width: 190px !important;
}
.reconciliationImportStatements .dgrid-column-0-7 {
  width: 35px !important;
}
.import-statements-buttons .first-button {
  margin: 0 5px 0 0 !important;
}
.import-statements-buttons .second-button {
  width: 30%;
  margin: 0 5px 0 0 !important;
}
.import-statements-buttons .third-button {
  width: 35%;
  margin: 0 0px 0 0 !important;
}
.mapping-details-grid {
  height: 100%;
}
.mapping-details-grid .dgrid-column-0-0 {
  width: 18px !important;
}
.mapping-details-grid .dgrid-column-0-1 {
  width: 45px !important;
}
.mapping-details-grid .dgrid-column-0-2 {
  width: 90px;
}
.mapping-details-grid .dgrid-column-0-3 {
  width: 90px;
}
.mapping-details-grid .dgrid-column-0-4 {
  width: 75px;
}
.mapping-details-grid .dgrid-column-0-5 {
  width: 100px;
}
.accounts-payable--grid-container .field-Select_Item {
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
  display: table-cell;
}
.accounts-payable--grid-container .field-Select_Item input {
  margin-top: 33%;
  margin-left: -1%;
}
.accounts-payable--grid-container .dgrid-column-0-3.field-clientName,
.accounts-payable--grid-container .dgrid-column-0-4.field-matterName {
  width: 100px;
}
.accounts-payable--grid-container .dgrid-column-0-5.field-date,
.accounts-payable--grid-container .dgrid-column-0-6.field-referenceNumber,
.accounts-payable--grid-container .dgrid-column-0-9.field-amount,
.accounts-payable--grid-container .dgrid-column-0-10.field-balance {
  width: 70px;
}
.accounts-payable--grid-container .dgrid-column-0-7.field-dueByLabel,
.accounts-payable--grid-container .dgrid-column-0-8.field-payeeName,
.accounts-payable--grid-container .dgrid-column-0-11.field-financeCharge {
  width: 90px;
}
.accounts-payable--grid-container .dgrid-column-0-12.field-financeCharge {
  width: 150px;
}
.accounts-payable--grid-container .dgrid-column-0-13.field-hold,
.accounts-payable--grid-container .dgrid-column-0-14.field-discount {
  width: 100px;
  text-align: center;
}
.reconciliation-summary--container {
  font-size: 0.8em;
  height: calc(98% - 10px);
  margin-top: 10px;
}
.reconciliation-summary--container label {
  font-size: 1em;
}
.dijitBorderContainer.reconciliation-summary--fieldset {
  padding: 5px !important;
}
.dijitBorderContainer.reconciliation-summary--fieldset label {
  line-height: 17px !important;
}
.reconciliation--action-button .dijitReset.dijitInline.dijitArrowButtonInner {
  display: none;
}
.reconciliation-summary--edit-button {
  color: #f59f01;
  display: inline-block;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-left: 5px;
  cursor: pointer;
}
.reconciliation-summary--edit-button:hover {
  color: #c27e01;
}
.reconciliation-summary--action-button {
  height: 25px !important;
  margin: 0 !important;
}
.reconciliation-summary--action-button .dijitReset.dijitStretch.dijitButtonContents.dijitDownArrowButton {
  background: transparent !important;
  height: 30px !important;
  line-height: 0 !important;
}
.reconciliation-summary--action-button .dijitReset.dijitInline.dijitButtonText {
  font-size: 12px !important;
}
.reconciliation-navigate--action-button {
  height: 25px !important;
  margin-bottom: 2px !important;
  padding-left: 4px !important;
  text-align: justify;
}
.reconciliation-navigate--action-button .dijitReset.dijitStretch.dijitButtonContents.dijitDownArrowButton {
  background: transparent !important;
  height: 30px !important;
  line-height: 0 !important;
}
.reconciliation-navigate--action-button .dijitReset.dijitInline.dijitButtonText {
  font-size: 17px !important;
}
.commonIconActionNavigate:before {
  content: "\f05b";
  display: inline-block;
  vertical-align: baseline;
  padding-right: 2px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  font-size: 1.2em;
}
.commonIconEditNavigate:before {
  content: "\f044";
  display: inline-block;
  vertical-align: baseline;
  padding-right: 2px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  font-size: 1.1em;
}
.commonDetailedInformationNavigate:before {
  content: "\f14c";
  display: inline-block;
  vertical-align: baseline;
  padding-right: 2px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  font-size: 1.1em;
}
.cancel-button-container {
  position: fixed;
  bottom: 50px;
}
.cancel-account-button {
  background: #fcfcfc;
  border: none;
  height: 40px;
  color: white;
  cursor: pointer;
}
.cancel-account-link {
  color: #51565a;
  text-decoration: none;
}
.cancel-account-link:hover {
  text-decoration: underline;
  color: #0000ee;
}
.bank-to-bank--title {
  font-size: 1.5em;
  font-weight: 500;
}
.bank-to-bank--sub-title {
  font-size: 1.2em;
  font-weight: 500;
}
.reconcliation-tab .dijitTabDisabled {
  display: none !important;
}
.withdraw-expense-grid .field-operation,
.withdraw-expense-grid .field-Select_Item {
  width: 30px;
}
.withdraw-expense-grid .field-value {
  text-align: right;
}
.dashboard-grid {
  width: 100%!important;
  padding: 0!important;
}
.dashboard-grid > .dijitLayoutContainer {
  border: none !important;
}
.dashboard-grid > .dijitBorderContainer {
  border: none;
}
.dashboard-grid > .dijitBorderContainer > .dijitContentPane {
  width: 99% !important;
}
.dashboard-container {
  padding: 0px !important;
  width: 100% !important;
  max-width: 100%;
  /* Custom Styles for Widgets */
  /* Scrollbar Dashboard Widgets */
}
.dashboard-container .dijitContentPaneSingleChild {
  padding: 0px!important;
}
.dashboard-container .dgrid-header .field-cardLinkType {
  width: 32px !important;
}
.dashboard-container .dgrid-header .field-cardLinkType span {
  font-size: 20px !important;
  text-align: center !important;
}
.dashboard-container .dgrid-header .dgrid-row-table .dgrid-cell {
  border: none!important;
  color: #555;
  font-weight: 600!important;
}
.dashboard-container .dgrid-row-table {
  cursor: default;
}
.dashboard-container .dgrid-content {
  width: 100% !important;
}
.dashboard-container .field-billableHours,
.dashboard-container .field-billedHours,
.dashboard-container .field-unbillableHours,
.dashboard-container .field-nochargeHours {
  text-align: right !important;
  padding-right: 10px;
}
.dashboard-container .dijitBorderContainer {
  width: 100% !important;
  max-width: 100%;
}
.dashboard-container .dijitBorderContainer .dijitContentPane {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0px 5px!important;
  border-color: #fff;
  overflow: visible !important;
  height: 100%;
}
.dashboard-container .dijitBorderContainer-dijitBorderContainer {
  border: none !important;
}
.dashboard-container .dijitLayoutContainer {
  border: 1px solid #A8A8A8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #eee;
}
.dashboard-container .cosmolex-search-toolbar {
  padding: 0;
  width: 100% !important;
  max-width: 100%;
}
.dashboard-container .cosmolex-search-toolbar table {
  background: #eee;
  border: none;
  height: 25px;
  display: table;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
  font-size: 0.8em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dashboard-container .cosmolex-search-toolbar table tr td:nth-child(3) {
  text-align: right;
  padding-right: 5px;
  font-size: 0.8em;
}
.dashboard-container .cosmolex-search-toolbar table tr td:nth-child(4) {
  width: 30px;
}
.dashboard-container .cosmolex-search-toolbar table td {
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.dashboard-container .cosmolex-search-toolbar table .dijitButtonContents {
  background: #e0e0e0 !important;
}
.dashboard-container .cosmolex-search-toolbar table .widget-header-title {
  margin-left: 5px;
  width: auto;
  float: left;
}
.dashboard-container .cosmolex-search-toolbar table .widget-header-help-tooltip {
  line-height: 1.4;
  margin-left: 2%;
}
.dashboard-container .cosmolex-search-toolbar table .widget-header-help-tooltip i {
  background: #fff;
  height: 13px;
  width: 13px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.dashboard-container .cosmolex-search-toolbar .close-icon {
  float: right;
  text-align: right;
}
.dashboard-container .dgrid-header,
.dashboard-container .dgrid-footer {
  background: none!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.dashboard-container .dgrid-footer {
  border-top: 1px solid #e0e0e0;
}
.dashboard-container .dgrid-header .dgrid-cell {
  background: #fff;
  border: none;
}
.dashboard-container .dgrid-no-data {
  color: #dddddd;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
}
.dashboard-container .dgrid {
  width: 100% !important;
  max-width: 100%;
  position: absolute;
  border: none;
  overflow: visible;
}
.dashboard-container .dgrid .dgrid-cell {
  border: none;
}
.dashboard-container .dgrid th {
  font-weight: bold !important;
  color: #7B7C7F;
}
.dashboard-container .dgrid .dgrid-selected .dgrid-cell {
  background: #b6eaf6 !important;
}
.dashboard-container .dgrid .field-creationDate,
.dashboard-container .dgrid .field-invoiceDate {
  width: 85px;
}
.dashboard-container .dgrid .field-invoiceNumber {
  width: 70px;
}
.dashboard-container .dijitSelect {
  background: transparent !important;
}
.dashboard-container .widget-settings {
  font-size: 18px!important;
  cursor: pointer;
  color: #7B7C7F;
  width: 19px!important;
  line-height: 20px;
}
.dashboard-container .widget-settings:hover {
  color: #7f8c8d;
}
.dashboard-container .back-button {
  font-size: 17px !important;
  cursor: pointer;
  color: #e67e22;
  width: 19px!important;
}
.dashboard-container .back-button:hover {
  color: #7f8c8d;
}
.dashboard-container .back-button:focus,
.dashboard-container .back-button:active {
  -webkit-text-shadow: 0 -0.05em #000;
  -moz-text-shadow: 0 -0.05em #000;
  -o-text-shadow: 0 -0.05em #000;
  text-shadow: 0 -0.05em #000;
}
.dashboard-container .field-type {
  width: 32px;
}
.dashboard-container .pieChart .dijitContentPane.dijitBorderContainerPane {
  height: 100%!important;
}
.dashboard-container .pieChart .cosmolex-search-toolbar:after {
  content: "\f200";
}
.dashboard-container .horizontalBarChart .cosmolex-search-toolbar:after {
  content: "\f036";
}
.dashboard-container .verticalBarChart .cosmolex-search-toolbar:after {
  content: "\f080";
}
.dashboard-container .horizontalCardChart .cosmolex-search-toolbar:after {
  content: "\f009";
}
.dashboard-container .verticalCardChart .cosmolex-search-toolbar:after {
  content: "\f009";
}
.dashboard-container .gridChart .cosmolex-search-toolbar:after {
  content: "\f03a";
}
.dashboard-container .card-container,
.dashboard-container .no-content {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.dashboard-container .vcard-container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto!important;
}
.dashboard-container .hcard-container {
  margin: 0px;
  padding: 0px !important;
  width: 100%;
  height: 100%;
}
.dashboard-container .no-content {
  color: #f7f7f7;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.dashboard-container .no-content p {
  color: #dddddd;
  font-size: 1.5em;
  padding: 0px;
  margin: 0px;
}
.dashboard-container .dashboard-card {
  height: 100%;
  text-align: center;
  top: 0px;
  display: inline-block;
}
.dashboard-container .dashboard-card-number {
  width: 30%;
  height: 100%;
  font-size: 3em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: right;
}
.dashboard-container .dashboard-card-text {
  font-size: 1.5em;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  width: 68%;
  text-align: left;
}
.dashboard-container .dashboard-hcard {
  text-align: center;
  top: 0px;
  display: block;
  float: left;
  margin-top: 2%;
}
.dashboard-container .dashboard-vcard {
  width: 100%;
  text-align: center;
  top: 0px;
  display: inline-block;
}
.dashboard-container .dashboard-vcard-number {
  width: 100%;
  font-size: 2.5em;
  font-weight: bold;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
  margin: 0px;
}
.dashboard-container .dashboard-hcard-number {
  width: 50px;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
  padding: 3px 15px;
  margin: auto;
  position: relative;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  border-bottom: 2px solid #e0e0e0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dashboard-container .dashboard-hcard-number.long-number {
  font-size: 1em!important;
  overflow: hidden;
  height: 45px;
  width: 70px;
  padding: 3px 5px;
}
.dashboard-container .dashboard-hcard-number.long-number span {
  position: relative;
  top: 15px;
}
.dashboard-container .dashboard-hcard-number span {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dashboard-container .dashboard-hcard-number:hover {
  border-bottom: 2px solid;
}
.dashboard-container .dashboard-hcard-number:hover span {
  animation-name: zoom;
  -webkit-animation-name: zoom;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-text-shadow: 0 2px 1px #aaa;
  -moz-text-shadow: 0 2px 1px #aaa;
  -o-text-shadow: 0 2px 1px #aaa;
  text-shadow: 0 2px 1px #aaa;
}
.dashboard-container .dashboard-hcard-text {
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 5px;
}
.dashboard-container .dashboard-vcard-text {
  font-size: 1.5em;
  vertical-align: middle;
  padding: 0px;
  width: 100%;
  text-align: center;
  margin: 0px;
}
.dashboard-container ::-webkit-scrollbar {
  width: 3px;
}
.dashboard-container ::-webkit-scrollbar-track {
  background: #fff;
}
.dashboard-container ::-webkit-scrollbar-thumb {
  background: #7B7C7F;
}
.dashboard-container ::-webkit-scrollbar-thumb:horizontal {
  display: none;
}
.dashboardGrid .dgrid-header-row {
  background: #5a5a5a !important;
  right: 10px !important;
}
.dashboardGrid .dgrid-header .dgrid-row-table .dgrid-cell {
  border: none !important;
  color: white !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.dashboardGrid .dgrid th {
  font-weight: lighter !important;
  border: none  !important;
  border-right: 1px solid #fff !important;
  color: #c6c6c6 !important;
  background: #494848 !important;
}
.widget-tooltip {
  width: 450px;
  position: absolute;
  right: 0;
  margin-right: -30px;
  left: initial;
}
.widget-tooltip .col-16 > table {
  width: 100% !important;
  max-width: 100%;
}
.widget-tooltip .dijitTooltipContainer {
  background: #fafafa !important;
  border: 1px solid #7B7C7F !important;
}
.widget-tooltip .dijitTooltipContainer fieldset {
  padding: 5px 10px 10px 10px;
}
.widget-tooltip .dijitTooltipContainer .dijitSelect .dijitButtonContents {
  background: #fff !important;
}
.widget-tooltip:before {
  content: "\f106";
  font-family: fontAwesome;
  position: absolute;
  top: 2px;
  right: 10px;
  height: 10px;
  color: #7B7C7F;
}
.widget-tooltip:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 12px;
  border-bottom: 1px solid white;
  height: 10px;
  width: 6px;
}
/* Subtab Icons */
.dashboard-subtabIcon-2::before {
  font-family: FontAwesome;
  content: "\f0e4";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.dashboard-subtabIcon-1::before {
  font-family: FontAwesome;
  content: "\f0e4";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.dashboard-subtabIcon-0::before {
  font-family: FontAwesome;
  content: "\f0e4";
  color: #7B7C7F;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 3px;
}
.dashboard-dialog .widget-settings {
  width: 22px!important;
  top: 7px !important;
}
.maximize-dialog {
  width: 100%;
  height: 111%;
}
.maximize-dialog .pieChart {
  padding: 5%;
}
.maximize-dialog .pieChart .dojoxLegendNode {
  zoom: 1.5;
  margin-left: 9% !important;
  float: left;
}
.maximize-dialog .pieChart:first-child {
  margin-right: 50px;
}
.maximize-dialog .dgrid-no-data {
  color: #dddddd;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
}
.maximize-dialog .card-container,
.maximize-dialog .no-content {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.maximize-dialog .vcard-container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
}
.maximize-dialog .hcard-container {
  margin: 0px;
  padding: 0px !important;
  width: 100%;
  height: 100%;
}
.maximize-dialog .no-content {
  color: #f7f7f7;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.maximize-dialog .no-content p {
  color: #dddddd;
  font-size: 1.5em;
}
.maximize-dialog .dashboard-card {
  height: 100%;
  text-align: center;
  top: 0px;
  display: inline-block;
}
.maximize-dialog .dashboard-card-number {
  width: 30%;
  height: 100%;
  font-size: 3em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: right;
}
.maximize-dialog .dashboard-card-text {
  font-size: 1.5em;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  width: 68%;
  text-align: left;
}
.maximize-dialog .dashboard-hcard {
  text-align: center;
  top: 0px;
  display: block;
  float: left;
  margin-top: 2%;
}
.maximize-dialog .dashboard-vcard {
  width: 100%;
  text-align: center;
  top: 0px;
  display: inline-block;
}
.maximize-dialog .dashboard-vcard-number {
  width: 100%;
  font-size: 2.5em;
  font-weight: bold;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
  margin: 0px;
}
.maximize-dialog .dashboard-hcard-number {
  width: 50%;
  height: auto;
  font-size: 4.3em;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin: 20px auto;
}
.maximize-dialog .dashboard-hcard-text {
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.maximize-dialog .dashboard-vcard-text {
  font-size: 1.5em;
  vertical-align: middle;
  padding: 0px;
  width: 100%;
  text-align: center;
  margin: 0px;
}
.maximize-dialog .dijitLayoutContainer {
  border: none !important;
}
.dashboard-action-tooltip {
  padding-top: 0 !important;
}
.dashboard-action-tooltip .dijitTooltipContainer {
  padding: 0 !important;
}
.dashboard-action-tooltip .dijitTooltipContainer .dijitTooltipContents.dijitTooltipFocusNode {
  padding: 0 !important;
}
.dashboard-action-tooltip:before,
.dashboard-action-tooltip:after {
  bottom: 96%;
  left: 6%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.grid-renderer-item-container {
  cursor: pointer;
}
.grid-renderer-item-container .grid-renderer-item-row-item {
  background-color: #fff;
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #f4f5f5;
  border-bottom: 1px solid #f2f2f2;
}
.grid-renderer-item-container .grid-renderer-item-row-item:hover {
  background-color: #f4f5f5;
}
.grid-renderer-item-container .grid-renderer-item-row-item.grid-renderer-item-row-selected {
  background-color: #e9ebeb;
}
.grid-renderer-item-container .grid-renderer-item-row-item .grid-renderer-item-row-avatar {
  padding: 0 15px 0 6px;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
}
.grid-renderer-item-container .grid-renderer-item-row-item .grid-renderer-item-row-avatar .avatar {
  height: 29px;
  width: 29px;
  background-color: rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 0px 0px 0 0.5px;
}
.grid-renderer-item-container .grid-renderer-item-row-item .grid-renderer-item-row-avatar .avatar i.fa-user {
  font-size: 33px;
  color: #fff;
}
.grid-renderer-item-container .grid-renderer-item-row-item .grid-renderer-item-row-avatar .avatar i.fa-briefcase {
  font-size: 24px;
  color: #fff;
  padding: 3px 0 0 1.5px;
}
.grid-renderer-item-container .grid-renderer-item-row-item .grid-renderer-item-row-body {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/*
.dashboard-action-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: 0px;
}
.dashboard-action-tooltip:before {
    border-color: rgba(194, 194, 194, 0);
    border-bottom-color: #C2C2C2;
    border-width: 6px;
    margin-left: 0px;
}*/
/*************Dialog***************/
/**********************************/
.cosmo-dialog {
  background: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cosmo-dialog .cosmo-dialog-titleBar {
  background: #f5f5f5 !important;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  height: 35px;
  padding-top: 8px;
  position: relative;
  width: 810px;
}
.cosmo-dialog .cosmo-dialog-title {
  color: #333333;
  font-weight: bold;
  padding: 0px 10px;
}
.cosmo-dialog .cosmo-dialog-closeIcon {
  background: url("../../application/themes/etb/images/etb-ui/button_close_01.png") no-repeat;
  position: absolute;
  vertical-align: middle;
  right: 5px;
  top: 12px;
  height: 21px;
  width: 21px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cosmo-dialog .dijitDialogCloseIconHover {
  background: url("../../application/themes/etb/images/etb-ui/button_close_01.png") no-repeat !important;
}
.cosmo-dialog .cosmo-dialog-content {
  background: white;
  height: 75% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 2%;
  position: absolute;
  width: 780px !important;
}
.cosmo-dialog .cosmo-dialog-footerBar {
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  height: 30px;
  width: 789px;
  padding: 1.3%;
  position: absolute;
  text-align: right;
}
/* Cosmo Dialog Fixed */
.cosmo-dialog-fixed {
  background: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: fixed !important;
}
.cosmo-dialog-fixed.event-dialog {
  width: 508px !important;
  height: 376px !important;
}
.cosmo-dialog-fixed.timesheet-dialog {
  width: 840px !important;
  height: 600px !important;
}
.cosmo-dialog-fixed.standard {
  width: 900px !important;
  height: 90% !important;
}
.cosmo-dialog-fixed.upgrade {
  width: 1010px!important;
  height: 90% !important;
}
.cosmo-dialog-fixed.time-track {
  width: 100% !important;
  height: 100% !important;
  background: #f0f0f0 !important;
}
.cosmo-dialog-fixed.time-track .dijitStackContainer .cosmo-dialog-footer {
  bottom: 0px !important;
}
.cosmo-dialog-fixed.time-track .dijitStackContainer {
  height: 100% !important;
}
.cosmo-dialog-fixed.test {
  width: 900px !important;
  height: 500px !important;
}
.cosmo-dialog-fixed.less-height {
  height: 450px !important;
}
.cosmo-dialog-fixed.document-properties {
  height: 485px !important;
}
.cosmo-dialog-fixed.document-properties .wrapper form {
  height: 97%;
}
.cosmo-dialog-fixed.auto-numbering {
  width: 700px !important;
  height: 475px !important;
}
.cosmo-dialog-fixed.merge-field-database--dialog {
  width: 370px !important;
  height: 175px !important;
}
.cosmo-dialog-fixed.large {
  width: 850px !important;
  height: 90% !important;
}
.cosmo-dialog-fixed.x-large {
  width: 100% !important;
  height: 100% !important;
}
.cosmo-dialog-fixed.medium {
  width: 800px !important;
  height: 500px !important;
}
.cosmo-dialog-fixed.small {
  width: 700px !important;
  height: 400px !important;
}
.cosmo-dialog-fixed.unlink {
  width: 510px !important;
  height: 400px !important;
}
.cosmo-dialog-fixed.tiny {
  width: 510px !important;
  height: 301px !important;
}
.cosmo-dialog-fixed.smallest {
  width: 510px !important;
  height: 189px !important;
}
.cosmo-dialog-fixed.full-screen {
  width: 100% !important;
  height: 100% !important;
}
.cosmo-dialog-fixed.ultratiny {
  width: 270px !important;
  height: 270px !important;
}
.cosmo-dialog-fixed.ultratiny .wrapper {
  overflow: hidden;
}
.cosmo-dialog-fixed.tinyh {
  width: 510px !important;
  height: 420px !important;
}
.cosmo-dialog-fixed.tinyw {
  width: 400px !important;
  height: 420px !important;
}
.cosmo-dialog-fixed.add-timekeeper-small {
  width: 510px !important;
  height: 345px !important;
}
.cosmo-dialog-fixed.bank-to-bank {
  width: 740px !important;
  height: 520px !important;
}
.cosmo-dialog-fixed.bulk-ebilling {
  width: 1090px !important;
  height: 688px !important;
}
.cosmo-dialog-fixed.microsoft-authentication {
  width: 1190px !important;
  height: 610px !important;
}
.cosmo-dialog-fixed.two-factor-selection {
  width: 370px !important;
  height: 200px !important;
}
.cosmo-dialog-fixed.transaction-dialog {
  width: 80% !important;
  height: 90% !important;
  max-width: 1160px;
}
.cosmo-dialog-fixed.matter-to-matter {
  width: 720px !important;
  height: 635px !important;
}
.cosmo-dialog-fixed.mapperModel {
  width: 780px !important;
  position: absolute !important;
  height: fit-content !important;
}
.cosmo-dialog-fixed.bulkMapperModel {
  width: 780px !important;
  height: 660px !important;
}
.cosmo-dialog-fixed.edit-custom-field-pages {
  width: 800px !important;
  height: 550px !important;
}
.cosmo-dialog-fixed.recurring-which-event {
  width: 260px !important;
  height: 210px !important;
}
.cosmo-dialog-fixed.perform-split {
  width: 750px !important;
  height: 420px !important;
}
.cosmo-dialog-fixed.custom-imports {
  width: 1200px !important;
  height: 635px !important;
}
.cosmo-dialog-fixed.copy-journal-entry {
  width: 400px !important;
  height: 280px !important;
}
.cosmo-dialog-fixed.event-sync-details {
  width: 740px !important;
  height: 665px !important;
}
.cosmo-dialog-fixed.event-recurrance {
  width: 450px !important;
  height: 400px !important;
}
.cosmo-dialog-fixed.tiny-wide {
  width: 660px !important;
  height: 301px !important;
}
.cosmo-dialog-fixed.less-width {
  width: 600px !important;
}
.cosmo-dialog-fixed.matter-cost-statement {
  width: 510px !important;
  height: 245px !important;
}
.cosmo-dialog-fixed.print-format {
  width: 380px !important;
  height: 190px !important;
}
.cosmo-dialog-fixed.single-row-dialog {
  width: 510px !important;
  height: 190px !important;
}
.cosmo-dialog-fixed.single-row-wide-dialog {
  width: 640px !important;
  height: 190px !important;
}
.cosmo-dialog-fixed.void-transaction {
  width: 600px !important;
  height: 350px !important;
}
.cosmo-dialog-fixed.template-screen {
  width: 1000px !important;
  height: 680px !important;
}
.cosmo-dialog-fixed.export-firm-partner {
  width: 510px !important;
  height: 520px !important;
}
.cosmo-dialog-fixed.import-settings {
  width: 630px !important;
  height: 565px !important;
}
.cosmo-dialog-fixed.commonData {
  width: 600px !important;
  height: 400px !important;
}
.cosmo-dialog-fixed.credit-card-dialog {
  width: 755px !important;
  height: 620px !important;
}
.cosmo-dialog-fixed.matter-folder-root-path-dialog {
  width: 870px !important;
  height: auto !important;
  min-height: 600px !important;
}
.cosmo-dialog-fixed.download-merge-field-dialog {
  width: 650 !important;
  height: 700px !important;
}
.cosmo-dialog-fixed.transfer-matter-trust-dialog {
  width: 700px !important;
  height: 350px !important;
}
.cosmo-dialog-fixed.register-entry {
  width: 850px !important;
  height: 500px !important;
}
.cosmo-dialog-fixed.pay-bill {
  width: 900px !important;
  height: 95% !important;
}
.cosmo-dialog-fixed.registerEntry-dialog {
  width: 800px !important;
  height: 450px !important;
}
.cosmo-dialog-fixed.formTemplate-dialog {
  width: 630px !important;
  height: 720px !important;
  max-height: 100% !important;
}
.cosmo-dialog-fixed.formInstance-edit-dialog {
  width: 700px !important;
  height: 460px !important;
}
.cosmo-dialog-fixed.formInstance-details-dialog {
  width: 600px !important;
  height: 90% !important;
}
.cosmo-dialog-fixed.formInstance-process-dialog {
  width: 620px !important;
  height: 300px !important;
}
.cosmo-dialog-fixed.formInstance-process-dialog {
  width: 620px !important;
  height: 300px !important;
}
.cosmo-dialog-fixed.add-matter {
  width: 1200px !important;
  height: 500px !important;
}
.cosmo-dialog-fixed.video-dialog {
  width: 1000px !important;
  height: 563px !important;
  padding: 0 15px 15px 15px;
}
.cosmo-dialog-fixed.video-dialog .dijitDialogTitleBar {
  height: 15px !important;
  background: #5a5a5a !important;
  position: absolute !important;
  left: 0 !important;
  border-bottom: none !important;
  padding-left: 0 !important;
}
.cosmo-dialog-fixed.video-dialog .dijitDialogTitleBar .dijitDialogCloseIcon {
  position: relative;
  top: 0 !important;
  right: -10px !important;
  height: 15px;
  width: 15px;
}
.cosmo-dialog-fixed.tiny.help-dialog {
  width: 660px !important;
  height: 530px !important;
}
.cosmo-dialog-fixed.tfAuthentication-dialog {
  width: 730px !important;
  height: 370px !important;
}
.cosmo-dialog-fixed.import-definition-dialog {
  width: 900px !important;
  height: 90% !important;
}
.cosmo-dialog-fixed.import-definition-dialog .dijitDialogPaneContent {
  height: 90% !important;
  padding: 0 0 15px 0 !important;
}
.cosmo-dialog-fixed.transaction-levy-pay-wizard {
  width: 1000px !important;
  height: 626px !important;
}
.cosmo-dialog-fixed.transaction-levy-manage-wizard {
  width: 1000px !important;
  height: 509px !important;
}
.cosmo-dialog-fixed.invoice-finance-details {
  width: 1000px !important;
  height: 630px !important;
}
.cosmo-dialog-fixed.transaction-existing-expense {
  width: 1280px !important;
  height: 630px !important;
}
.cosmo-dialog-fixed.classes-dialog {
  width: 800px !important;
  height: 500px !important;
}
.cosmo-dialog-fixed.global-find-and-replace-dialog {
  width: 700px !important;
  height: 339px !important;
}
.cosmo-dialog-fixed.hide-options-dialog {
  width: 550px!important;
  height: 250px !important;
}
.emailInvoiceBulkDialog.standard.cosmo-dialog-fixed {
  width: 80% !important;
  height: 95% !important;
}
.invoiceTemplateEditor.standard.cosmo-dialog-fixed {
  width: 900px !important;
  height: 540px !important;
}
.cosmo-dialog-fixed.localized-tax-rate-dialog {
  width: 700px !important;
  height: 335px !important;
}
.cosmo-dialog-fixed.export-dialog {
  width: 510px !important;
  height: 430px !important;
}
.cosmo-dialog-fixed.import-data-process {
  width: 100% !important;
  height: 100% !important;
  background: #f0f0f0 !important;
}
.cosmo-dialog-fixed.import-data-process .dijitDialogPaneContent {
  height: 92% !important;
  padding: 0px !important;
}
.cosmo-dialog-fixed.import-data-process .dijitStackContainer .cosmo-dialog-footer {
  bottom: 0px !important;
}
.cosmo-dialog-fixed.import-data-process .dijitStackContainer {
  height: 100% !important;
}
.cosmo-dialog-fixed .dijitDialogTitleBar {
  background: #3e3e40 !important;
  height: 30px !important;
  line-height: 30px !important;
  border-bottom: 1px solid rgba(168, 168, 168, 0.37) !important;
  padding: 0px 10px !important;
  position: relative !important;
  width: 99% !important;
}
.claro .dijitDialogTitleBar {
  background: #3e3e40 !important;
  height: 30px !important;
  line-height: 30px !important;
  border: none !important;
  border-bottom: 2px solid rgba(168, 168, 168, 0.37) !important;
  padding: 0px 10px !important;
  position: relative !important;
  width: 99% !important;
}
.cosmo-dialog-fixed .dijitDialogTitleBar .dijitDialogTitle {
  color: white !important;
  font-weight: 400;
  letter-spacing: 1px;
}
.claro .dijitDialogTitleBar .dijitDialogTitle {
  color: white !important;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
}
.dijitDialogTitle {
  /* typography and styling of the dialog title */
  font-weight: bold;
  padding: 0 4px;
  color: #7B7C7F !important;
}
.dijitDialogCloseIcon {
  background: url("../../application/themes/etb/images/etb-ui/button_close_white.png") no-repeat !important;
  top: 5px !important;
  right: 10px !important;
  position: absolute;
  vertical-align: middle;
  height: 21px;
  width: 21px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-size: cover !important;
}
.cosmo-dialog-fixed .dijitDialogTitleBar .dijitDialogCloseIcon {
  background: url("../../application/themes/etb/images/etb-ui/button_close_white.png") no-repeat !important;
  float: right;
  right: 24px !important;
  background-size: cover !important;
}
.claro .dijitDialogTitleBar .dijitDialogCloseIcon {
  background: url("../../application/themes/etb/images/etb-ui/button_close_white.png") no-repeat !important;
  float: right;
  right: 24px !important;
  background-size: cover !important;
  height: 21px;
}
.cosmo-dialog-fixed .dijitDialogTitleBar .closeText {
  display: none;
}
.cosmo-dialog-fixed .dijitDialogPaneContent {
  width: 100% !important;
  height: 97% !important;
  padding: 0px 0px 86px 0px !important;
  position: static !important;
  overflow: hidden !important;
}
.cosmo-dialog-fixed .dijitDialogPaneContent.cosmo-reset-padding {
  padding: 0 !important;
}
.cosmo-dialog-fixed .dijitDialogPaneContent.credit-card-processing-canada-container {
  height: calc(100% - 15px) !important;
}
.cosmo-dialog-fixed.lexShareDialog .dijitDialogPaneContent {
  width: 100% !important;
  height: 100% !important;
  padding: 0px 0px 6px 0px !important;
  position: static !important;
  overflow: hidden !important;
}
.cosmo-dialog-fixed.lexShareDialog {
  width: 100% !important;
  height: 100% !important;
}
.cosmo-dialog-fixed .dijitDialogPaneContent.cosmo-overflow-auto {
  overflow: auto !important;
}
.cosmo-dialog-fixed .cosmo-dialog-content-wrapper {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}
.cosmo-dialog-fixed .dijitStackContainer .dijitStackContainerChildWrapper {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}
.cosmo-dialog-fixed .dijitStackContainer .dijitStackContainerChildWrapper .dijitStackContainer-child {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}
.cosmo-dialog-fixed .dijitStackContainer .cosmolex-search-toolbar table {
  cursor: default;
}
.cosmo-dialog-fixed-notifypanel {
  position: absolute;
  width: 100%;
  z-index: 500;
}
.cosmo-dialog-fixed-notifypanel .cosmo-notification {
  padding: 15px 20px !important;
  width: 100% !important;
  height: auto !important;
  border-bottom: 1px solid rgba(168, 168, 168, 0.37) !important;
}
.cosmo-dialog-fixed-notifypanel .cosmo-notification .pointer {
  cursor: pointer;
}
.cosmo-dialog-fixed .cosmo-dialog-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
}
.cosmo-dialog-fixed .dijitStackContainer .cosmo-dialog-footer {
  bottom: -54px;
}
.cosmo-dialog-fixed .cosmo-dialog-footer {
  position: absolute;
  width: 100%;
  height: 42px;
  padding: 5px 0px;
  background: #f5f5f5 !important;
  border-top: 1px solid rgba(168, 168, 168, 0.37);
  bottom: 0px;
  text-align: right;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
}
.cosmo-dialog-fixed .cosmo-dialog-back {
  height: 42px;
  padding: 5px 0px !important;
  bottom: 0px;
  position: absolute;
  text-align: left;
  z-index: 200;
}
.cosmo-dialog-fixed .cosmo-dialog-footer.center {
  text-align: center;
}
.cosmo-dialog-fixed .etbDialogWrapper {
  margin: 0px 20px !important;
}
.cosmo-dialog-fixed .cosmo-dialog-footer .cosmo-dialog-left {
  padding-top: 5px;
  position: absolute;
}
.cosmo-footer-text {
  float: left;
  margin: 0 20px;
  font-weight: bold;
  font-size: 0.9em;
}
/***********DIALOG NOTIFICATIONS*********************/
.cosmo-notification {
  width: 100%;
  background: #FFD;
  border-bottom: 1px solid #ffffaa;
  padding: 0 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cosmo-notification p {
  font-size: 12px;
}
.cosmo-notification.green {
  background: #80C679;
  color: #fff;
}
.cosmo-notification.progress {
  background: #80C679;
  color: #fff;
}
.cosmo-notification.progress .icon {
  background: url(etb/images/whiteloader.gif) no-repeat center right;
  min-width: 16px;
  min-height: 16px;
  overflow: hidden;
  text-indent: 9999px;
}
.cosmo-notification.error {
  background: #D04437;
  color: #fff;
}
.cosmo-notification.warning {
  background: #f39c12;
  color: #fff;
}
/***********END DIALOG NOTIFICATIONS*********************/
/***********DIALOG VIDEO*********************/
.dialog-video-container {
  width: 100%;
  height: 100%;
}
.dialog-video-container i {
  font-size: 13em;
  margin: 0px;
  left: 0px;
  top: 31%;
  left: 37%;
}
.dialog-video-container iframe {
  width: 100% !important;
  height: 100% !important;
}
.cosmo-dialog-fixed .dijitDialogPaneContent.cosmo-dialog-video {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.cosmo-dialog-fixed .dijitDialogPaneContent.cosmo-dialog-video iframe body {
  margin: 0 !important;
  border: none !important;
}
.cosmo-dialog-fixed .dijitDialogTitleBar.hideBannerTitleBar {
  background: white !important;
  border-bottom: 1px solid white !important;
  height: 50px !important;
  line-height: 50px !important;
  border: none !important;
}
.cosmo-dialog-fixed .dijitDialogTitleBar.hideBannerTitleBar .dijitDialogTitle {
  color: #faa201 !important;
  font-size: 19px !important;
  font-weight: bold !important;
  letter-spacing: 0px !important;
  padding-left: 15px;
}
.cosmo-dialog-fixed .dijitDialogTitleBar.hideBannerTitleBar .dijitDialogCloseIcon {
  background: url("etb/images/etb-ui/button_close_7B7C7F.png") no-repeat !important;
  top: 15px !important;
}
.cosmo-video-link {
  color: #44c9e9;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: left;
  display: inline-block;
  line-height: 3;
  margin-left: 1%;
}
.cosmo-video-link-dialog {
  color: #44c9e9;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 2%;
  margin-left: 1%;
}
/* Dialog.css */
.dijitDialog {
  background: #fff;
  border: 1px solid #7eabcd;
  padding: 0;
  -webkit-box-shadow: 0 5px 10px #adadad;
}
.dijitDialogPaneContent {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #d3d3d3;
  padding: 10px;
  /* width:100% !important; */
}
.dijitDialogTitleBar {
  /* outer container for the titlebar of the dialog container */
  background: #fafafa url("etb/images/titleBar.png") repeat-x top left;
  padding: 5px 6px 3px 6px;
  outline: 0;
  /* remove this line if keyboard focus on dialog startup is an issue. tab still takes you to first focusable element */
}
.dj_ie6 .dijitDialogCloseIcon {
  background: url("etb/images/tabClose.gif") no-repeat right top;
}
.dijitDialogCloseIconHover {
  background: url("etb/images/tabCloseHover.png") no-repeat right top;
}
.dj_ie6 .dijitDialogCloseIconHover {
  background: url("etb/images/tabCloseHover.gif") no-repeat right top;
}
/* Tooltip and TooltipDialog */
.dijitTooltip,
.dijitTooltipDialog {
  /* the outermost dom node, holding the connector and container */
  background: transparent;
  /* make the area on the sides of the arrow transparent */
}
.dijitDialogForm {
  width: 780px !important;
}
.dijitDialog {
  background-color: #5a5a5a;
  border-color: #dedede;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
}
.dijitDialogUnderlay {
  background-color: #000 !important;
}
.dijitDialogTitleBar {
  background: #f5f5f5 !important;
  height: 50px !important;
  line-height: 50px !important;
  border-bottom: 2px solid rgba(168, 168, 168, 0.37) !important;
  padding: 0px 10px !important;
  position: relative;
}
.timeExpenseDialogClientMatter label {
  display: block;
  float: left;
  margin-right: 86px;
}
.timeExpenseDialogClientMatter .timeLeftInputContainer {
  width: 50%;
}
.timeExpenseDialogClientMatter .timeLeftInputContainer .dijitTextBox {
  width: 235px !important;
}
.timeExpenseDialogClientMatter .timeLeftInputContainer .dijitButtonNode {
  height: 28px !important;
}
.identifier-container {
  font-size: 13px;
  color: rgba(128, 128, 128, 0.59);
  width: 10%;
  display: block;
  margin-right: 5%;
  float: right;
}
.content-wrapper {
  padding: 15px 15px 0 15px;
  height: calc(100% - 15px);
}
.content-wrapper-with-warning {
  padding: 15px 15px 0 15px;
  height: calc(100% - 55px);
}
.identifier-screen {
  display: inline-block !important;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0% 4%;
  color: rgba(128, 128, 128, 0.59);
}
/* LoginScreen.css */
.etb .login-container {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  overflow-y: auto;
}
.etb .login {
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 10px #B6B5B5;
  -webkit-box-shadow: 0 5px 10px #B6B5B5;
  -moz-box-shadow: 0 5px 10px #B6B5B5;
  margin: 10% auto 0 auto;
  overflow: hidden;
  padding: 30px 34px;
  width: 300px;
}
.etb .logo-container {
  text-align: center;
  margin-bottom: 20px;
}
.etb .logo-container img {
  height: 50px;
}
.dgrid-header-row {
  right: 10px!important;
}
.etb .login .dijitLoginInput {
  position: relative;
  background-repeat: no-repeat !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: 5px inset #DADEE1 !important;
  box-sizing: border-box;
  height: 40px !important;
  line-height: 50px !important;
  margin-bottom: 10px;
  padding: 0 10px 0 35px;
  width: 100%;
}
.etb .login .dijitLoginInput input {
  height: 40px !important;
  line-height: 20px !important;
}
.etb .login .dijitPlaceHolder {
  line-height: 40px !important;
}
.etb .login .dijitLoginInput.userName-icon:before {
  font-family: fontawesome;
  content: "\f007";
  position: absolute;
  float: left;
  left: 10px;
  line-height: 40px;
  font-size: 20px;
  color: #44c9e9;
}
.etb .login .dijitLoginInput.password-icon:before {
  font-family: fontawesome;
  content: "\f023";
  position: absolute;
  float: left;
  left: 12px;
  line-height: 40px;
  font-size: 20px;
  color: #44c9e9;
}
.etb .login .dijitLoginInput input:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.login-rememberme-content {
  margin-bottom: 20px;
  margin-top: 7px;
}
.etb .login .dijitLoginButton {
  background: #44c9e9;
  border: none;
  color: #fff;
  padding: 0px;
  box-shadow: #1594b2 0 2px 0 0;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  width: 100%;
}
.etb .login .dijitLoginButton:hover {
  background: #1ab9e0;
}
.etb .forgotPassword-container {
  margin-top: 10px;
  text-align: center;
}
.etb .forgotPassword-container a {
  color: #7B7C7F;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.etb .forgotPassword-container a:hover,
.etb .forgotPassword-container a:active {
  color: #57585A;
}
.etb .login .show-error {
  background: #D04437;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 14px;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.temporary-terms {
  width: 50%;
  font-size: 11.5px;
  margin: 25%;
  text-align: center !important;
  margin-top: 5.5%;
  color: #A9A7A7;
  border-radius: 4px;
  padding: 1% 1% 1% 1%;
}
.temporary-terms ul {
  padding: 0 !important;
}
.temporary-terms a {
  font-size: 10.5px !important;
  text-decoration: underline !important;
  color: #1BAFD2 !important;
}
.legal-research-casemaker-container {
  font-size: 0.9em;
}
.legal-research-casemaker-container img {
  width: 15%;
  float: left;
}
.statesSelect td.dijitReset.dijitStretch.dijitButtonContents {
  width: 95% !important;
}
.plus-desc {
  font-size: 0.85em;
  color: gray;
  margin-bottom: 2%;
  margin-left: 1%;
}
.email-title {
  font-size: 1.7em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.email-to {
  font-size: 0.9em;
  color: #000000;
}
.email-matter-label {
  padding: 6px 0px;
  display: inline-block;
  width: 16%;
}
.email-to-overflow {
  overflow: auto;
  max-height: 26px;
}
.email-header-color {
  width: 4%;
  height: 48px;
  text-align: center;
  margin-right: 1%;
  color: white;
  font-size: 1.5em;
  float: left;
  line-height: 2;
}
.email-header-color.border {
  border: 1px solid #808080;
  color: #808080;
  background: white;
  color: gray !important;
}
.email-color-row {
  height: 45px;
}
.email-color-container {
  padding: 3px 0px;
}
.hyperlinkColor {
  color: #f59f01;
}
.emailIntegration-grid-matter .dgrid-row,
.emailIntegration-grid-activities .dgrid-row {
  height: 30px;
  background: rgba(243, 243, 243, 0.85) !important;
  cursor: pointer;
  border-bottom: 1px #e5e5e5 solid;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.emailIntegration-grid-matter .unread-email-row,
.emailIntegration-grid-activities .unread-email-row {
  font-weight: 600;
  background: white !important;
}
.emailIntegration-grid-activities .field-contactPhoneNumber {
  width: 100px;
}
.emailIntegration-grid-activities .field-messageData {
  width: 270px;
}
.emailIntegration-grid-activities .field-matterFileNumber {
  width: 100px;
}
.emailIntegration-grid-matter .dgrid-cell,
.emailIntegration-grid-activities .dgrid-cell {
  border: none;
}
.emailIntegration-grid-activities td.dgrid-cell-padding.field-color,
.emailIntegration-grid-matter td.dgrid-cell-padding.field-color {
  top: 3px;
  left: 5px;
}
.emailIntegration-grid-activities td.dgrid-cell-padding.field-effectiveBillingStatus,
.emailIntegration-grid-matter td.dgrid-cell-padding.effectiveBillingStatus {
  padding: 2px 10px;
}
.emailIntegration-grid-activities td.dgrid-cell-padding.field-effectiveBillingStatus .dijitButtonText:hover,
.emailIntegration-grid-matter td.dgrid-cell-padding.effectiveBillingStatus .dijitButtonText:hover {
  color: rgba(123, 124, 127, 0.77) !important;
}
.emailIntegration-grid-matter .dgrid-header .dgrid-row-table .dgrid-cell,
.emailIntegration-grid-activities .dgrid-header .dgrid-row-table .dgrid-cell {
  background: #494848;
  color: white;
  font-weight: 400 !Important;
  border-bottom: 1px #e5e5e5 solid;
}
.timeNocharge {
  background: none;
  font-size: 24px !important;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeNocharge:after {
  content: "\f155";
  font-size: 13px;
  background: none;
  border-radius: 100px;
  color: #51565a;
  position: absolute;
  right: 7px;
  bottom: 5px;
}
.timeUnbillable {
  background: none;
  font-size: 24px !important;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeUnbillable:after {
  content: "\f057";
  font-size: 13px;
  background: white;
  border-radius: 100px;
  color: #d10014;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -1px;
  top: 4px;
  margin-top: 9px;
}
.timeBilled {
  background: none;
  font-size: 24px !important;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeBilled:after {
  content: "\f058";
  font-size: 13px;
  background: white;
  border-radius: 100px;
  color: limegreen;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -1px;
  top: 4px;
  margin-top: 9px;
}
.emailIntegration-grid-activities input[type=checkbox],
.emailIntegration-grid-matter input[type=checkbox] {
  width: 20px;
  height: 18px;
}
.inlineDisplay {
  display: inline;
  color: rgba(0, 0, 0, 0.51);
  font-weight: 400 !important;
}
.emailIntegration-grid-matter .dgrid-row:hover,
.emailIntegration-grid-activities .dgrid-row:hover {
  background: #e5f2fe !important;
}
.emailIntegration-grid-matter .field-Select_Item,
.emailIntegration-grid-matter .field-color,
.emailIntegration-grid-matter .field-forwardProcessingStatus {
  width: 17px;
}
.emailIntegration-grid-activities .field-Select_Item,
.emailIntegration-grid-activities .field-color,
.emailIntegration-grid-activities .field-forwardProcessingStatus {
  width: 26px;
}
.emailIntegration-grid-activities .field-effectiveBillingStatus {
  width: 38px;
}
.emailIntegration-grid-matter .field-effectiveBillingStatus,
.emailIntegration-grid-matter .field-hasAttachment,
.emailIntegration-grid-activities .field-hasAttachment {
  width: 25px;
}
.emailIntegration-grid-matter .field-fromName,
.emailIntegration-grid-matter .field-receiveDateTimeFormatted,
.emailIntegration-grid-activities .field-matterFileNumber {
  width: 65px;
}
.emailIntegration-grid-activities .field-receiveDateTimeFormatted {
  width: 140px;
}
.emailIntegration-grid-activities .field-clientName,
.emailIntegration-grid-activities .field-matterName {
  width: 110px;
}
.emailIntegration-grid-activities .field-matterName {
  width: 150px;
}
.emailIntegration-grid-activities .field-subject,
.emailIntegration-grid-matter .field-subject {
  width: 270px;
}
.emailIntegration-grid-matter .dgrid-selected,
.emailIntegration-grid-matter .dgrid-selected:hover,
.emailIntegration-grid-activities .dgrid-selected,
.emailIntegration-grid-activities .dgrid-selected:hover {
  background: #ffc !important;
}
.emailIntegration-grid-matter .dgrid-header-row,
.emailIntegration-grid-activities .dgrid-header-row {
  height: 33px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.emailIntegration-grid-activities .field-fromName {
  width: 100px;
}
.emailTree .dijitTreeIcon {
  margin-top: -3px;
}
.emailTree .dijitTreeLabel {
  cursor: pointer;
}
.email-iframe {
  border: none;
  margin-top: 3px;
}
.emailTree .dijitTreeRowSelected .dijitTreeLabel {
  background: white !important;
  color: #f59f01;
}
.users-title-pane {
  width: 99%;
  border-radius: 4px;
  margin-top: 1%;
  height: 45%;
}
.users-title-pane .dijitTitlePaneContentOuter {
  overflow: auto;
  height: 88%;
}
.user-email-indented {
  margin-left: 18px;
}
.email-viewer-container {
  padding: 0px;
  margin: 1% !important;
  width: 98% !important;
  overflow: auto !important;
  /*** Inline Editor Enabled Styles ***/
  /*** Inline Editor Disabled Styles ***/
}
.email-viewer-container .email-viewer-header {
  border-bottom: 1px solid rgba(128, 128, 128, 0.41);
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 0px;
  min-height: 134px;
  background: rgba(211, 211, 211, 0.15);
  color: #000000;
}
.email-viewer-container .email-viewer-body {
  border-left: 10px solid rgba(211, 211, 211, 0.15);
  border-right: 10px solid rgba(211, 211, 211, 0.15);
  border-bottom: 10px solid rgba(211, 211, 211, 0.15);
  display: inline-block;
  width: calc(100% - 30px);
  min-height: 160px;
}
.email-viewer-container .email-viewer-attachment {
  border-left: 10px solid rgba(211, 211, 211, 0.15);
  border-right: 10px solid rgba(211, 211, 211, 0.15);
  border-bottom: 10px solid rgba(211, 211, 211, 0.15);
  display: inline-block;
  width: 98.5%;
  margin-top: -0.5%;
}
.email-viewer-container .email-viewer-editor-enabled {
  position: relative;
  display: inline-block;
  padding: 0px;
  border-radius: 4px;
  height: 30px;
  background: rgba(249, 246, 246, 0.46);
  border: none;
  color: #51565a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.email-viewer-container .email-viewer-editor-enabled:after {
  content: "\f040";
  font-family: FontAwesome;
  top: 0%;
  float: right;
  color: #707070;
  display: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  border-left: 1px solid #ccc;
  width: 24px;
  height: 29px;
  z-index: -1;
  padding-top: 5px;
}
.email-viewer-container .email-viewer-editor-enabled:hover {
  border: 1px solid rgba(128, 128, 128, 0.34);
}
.email-viewer-container .email-viewer-editor-enabled:hover:after {
  display: block;
}
.email-viewer-container .email-viewer-editor-disabled {
  position: relative;
  display: inline-block;
  padding: 0px;
  border-radius: 4px;
  height: 30px;
  background: rgba(249, 246, 246, 0.46);
  border: none;
  color: #51565a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.email-viewer-container .email-viewer-editor-disabled:after {
  content: "\f023";
  font-family: FontAwesome;
  top: 0%;
  float: right;
  color: #707070;
  display: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  border-left: 1px solid #ccc;
  width: 24px;
  height: 29px;
  z-index: -1;
  padding-top: 5px;
}
.email-viewer-container .email-viewer-editor-disabled:hover {
  border: 1px solid rgba(128, 128, 128, 0.34);
}
.email-viewer-container .email-viewer-editor-disabled:hover:after {
  display: block;
}
.email-viewer-container .email-color {
  padding: 1.4%;
}
.email-viewer-container .dijit-Inline {
  max-width: 200px !important;
}
.email-viewer-container .matterInlineEdit {
  width: 100%;
  display: inline-block;
  background: white;
  border-radius: 4px;
  height: 30px;
  border: 1px solid #e0e0e0 !important;
}
.email-viewer-container .billingStatusInlineEdit {
  min-width: 200px !important;
  display: block;
  background: white;
  border-radius: 4px;
  height: 30px;
  border: 1px solid #e0e0e0 !important;
}
.email-viewer-container .billingStatusInlineEdit .dijitSelectLabel {
  min-width: 160px !important;
  text-align: left;
}
.email-viewer-container .save-cancel-buttons {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 6px rgba(111, 111, 111, 0.2);
  outline: none;
  padding: 3px;
  right: 0;
  top: 100%;
  z-index: 1;
  float: right;
}
.email-viewer-container .save-cancel-buttons .dijit.dijitReset.dijitInline.dijitButton {
  margin: 0px 3px !important;
}
.email-viewer-container .save-cancel-buttons .dijit.dijitReset.dijitInline.dijitButton,
.email-viewer-container .dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled {
  margin: 0px 3px !important;
}
.email-viewer-container .inline-edit-save-button {
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3.01px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.42857143;
  margin: 0;
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
  height: 20px;
  width: 24px;
  text-align: center;
  padding: 0 4px;
}
.email-viewer-container .inline-edit-save-button button:hover {
  color: #333;
  background: #e9e9e9;
  border-color: #999;
  text-decoration: none;
}
.email-viewer-container .inline-edit-save-button i {
  vertical-align: top;
}
.email-viewer-container .email-attachment {
  display: block;
  float: left;
  height: 120px;
  width: 180px;
  position: relative;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  margin-bottom: 10px;
}
.email-viewer-container .email-attachment .email-attachment:hover {
  background-color: #f5f5f5;
}
.email-viewer-container .email-attachment span {
  margin-top: 9px;
  margin-left: 9px;
}
.email-viewer-container .main-icon-container {
  font-size: 55px;
  margin-left: 66px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.email-viewer-container .email-file-type {
  font-size: 18px;
  padding-top: 9px;
  padding-left: 9px;
}
.email-viewer-container .email-attachment-title {
  font-size: 12px;
  color: #777;
  font-weight: bold;
  line-height: 1.2em;
  white-space: normal;
  word-wrap: break-word;
  max-height: 3.6em;
  padding-top: 9px;
  max-height: 54px;
  overflow: hidden;
  word-wrap: normal;
}
.email-viewer-container .email-attachment-size {
  font-size: 11px;
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-left: 38px;
}
.email-viewer-container .email-attachment-not-available {
  font-size: 11px;
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.email-viewer-container .footer-info-container {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-top: 6px;
  height: 33px;
  width: 178px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-right: 5px;
}
.email-viewer-container .footer-file-name {
  font-size: 12px;
  color: #777;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 9px;
  margin-right: 30px;
  margin-left: 10px;
  vertical-align: sub;
}
.email-viewer-container .email-attachment-buttons {
  position: absolute;
  left: 35px;
  opacity: 1;
  bottom: 15px;
}
.email-viewer-container .email-attachment-buttons .attachment-button {
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 8px;
  min-width: 0;
  width: 30px;
  height: 24px;
  padding: 0;
  line-height: 23px;
  cursor: pointer;
}
.email-viewer-container .email-attachment-buttons .attachment-button i {
  color: #fff;
  margin-left: 7px;
}
.email-viewer-container .email-attachment-buttons .attachment-button .fa-trash {
  margin-left: 9px;
}
.email-viewer-container .attachment-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.email-label-marked {
  font-weight: 500;
}
.email-details-container {
  position: absolute;
  width: 98%;
}
.tag-email-suggest-label {
  margin-top: 5px;
  margin-left: 3px;
}
.email-section .cosmo-search-toolbar {
  padding: 0px 15px;
}
.tag-email-no-content {
  font-size: 1.9em;
  vertical-align: middle;
  font-weight: bold;
  color: #d3d3d3;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 891px) {
  .email-billing-status {
    width: 50%;
    margin-top: 1.8% !important;
  }
  .email-matter-label {
    width: 30%;
  }
  .email-matter-suggest {
    width: 70%;
    margin-top: 2%  !important;
  }
}
@media screen and (max-width: 730px) {
  .email-matter-label,
  .email-color-label,
  .email-billing-label {
    display: none;
  }
  .email-matter-suggest,
  .email-billing-status,
  .email-color-container {
    width: 100%;
  }
  .email-matter-suggest,
  .email-billing-status {
    border: 1px solid rgba(128, 128, 128, 0.5) !important;
  }
}
.multi-match-grid {
  height: 250px !important;
  padding: 0px !important;
}
.multi-match-grid .dgrid {
  border: 1px solid #ddd !important;
}
.multi-match-grid.dijitContentPane .dijitBorderContainer-child {
  padding: 0px 0px 0px 8px !important;
}
.multi-match-grid .dgrid-cell.dgrid-cell-padding.dgrid-column-0-0 {
  width: 30px !important;
}
@media screen and (max-width: 598px) {
  .email-matter-suggest,
  .email-billing-status,
  .email-color-container,
  .email-matter-row,
  .email-billing-row,
  .email-color-row {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 31px;
    margin-top: 2%;
  }
  .email-viewer-container .email-viewer-header {
    height: 185px;
  }
  .email-viewer-container .email-color {
    padding: 0px;
  }
  .email-matter-suggest,
  .email-billing-status {
    border: 1px solid rgba(128, 128, 128, 0.5) !important;
  }
}
.multimatch:hover {
  background-color: #aaa !important;
}
.event-time:after {
  font-size: 10px;
  display: inline-block;
  content: "\f073";
  font-size: 12px;
  background: white;
  color: #e74c3c;
  margin-top: 10px;
  position: absolute;
  right: 0;
  margin-right: 1px;
}
.task-time:after {
  font-size: 10px;
  display: inline-block;
  content: "\f0ae";
  font-size: 12px;
  color: #E9F3FD;
  margin-top: 10px;
  position: absolute;
  right: 0;
  margin-right: 1px;
  -webkit-text-shadow: 0 1px 1px #000000;
  -moz-text-shadow: 0 1px 1px #000000;
  -o-text-shadow: 0 1px 1px #000000;
  text-shadow: 0 1px 1px #000000;
}
.email-time:after {
  font-size: 10px;
  display: inline-block;
  content: "\f0e0";
  font-size: 12px;
  color: #E9F3FD;
  margin-top: 10px;
  position: absolute;
  right: 0;
  margin-right: -4px;
  -webkit-text-shadow: 0 1px 1px #000000;
  -moz-text-shadow: 0 1px 1px #000000;
  -o-text-shadow: 0 1px 1px #000000;
  text-shadow: 0 1px 1px #000000;
}
.notes-time:after {
  font-size: 10px;
  display: inline-block;
  content: "\f15c";
  font-size: 12px;
  color: #3498db;
  background: white;
  margin-top: 10px;
  position: absolute;
  right: 0;
}
/*************RWD******************/
/**********************************/
/*Tablet*/
/*only screen and (min-width:321px) and (max-width:768px)*/
@media only screen and (max-width: 1300px) {
  .overdue-reminder {
    display: none;
    margin-right: 0px;
  }
  .overdue-reminder-mobile {
    display: inline-block !important;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  .overdue-reminder {
    display: none;
    margin-right: 0px;
  }
  .overdue-reminder-mobile {
    display: inline-block !important;
    margin-right: 10px;
  }
  .reminder {
    display: none;
    margin-right: 0px;
  }
  .reminderMobile {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .header--section-container {
    display: none!important;
  }
}
@media only screen and (max-width: 560px) {
  .overdue-reminder {
    display: none;
    margin-right: 0px;
  }
  .overdue-reminder-mobile {
    display: none;
    margin-right: 0px;
  }
  .reminder {
    display: none;
    margin-right: 0px;
  }
  .reminderMobile {
    display: none!important;
    margin-right: 0px;
  }
}
@media (max-width: 1020px) {
  /**************HEADER***************/
  /**********************************/
  .accountOverdueContainer {
    display: none;
  }
  .rightHeaderContainer {
    display: none;
  }
  .firmNameContainer {
    display: none;
  }
  .header--section-container {
    display: inline-block;
  }
  .header_tools--mobile {
    display: inline-block;
    padding: 0 10px;
    float: right;
  }
  .mobileDropDownContainer {
    float: right;
  }
  .overdue-reminder {
    display: none;
    margin-right: 0px;
  }
  .overdue-reminder-mobile {
    display: inline-block !important;
    margin-right: 10px;
  }
  .reminder {
    display: none;
    margin-right: 0px;
  }
  .reminderMobile {
    display: inline-block;
    margin-right: 10px;
  }
  .etb .header .userTooltip .dijitTooltipContainer {
    margin: 0px 40px 0px 0px;
  }
  .etb .dijitToolbar {
    padding: 0px !important;
  }
  .matterGridContainer {
    width: 98%;
  }
  .matterGridContainer .dijitBorderContainer-dijitContentPane {
    padding: 0px 0px 10px 5px !important;
  }
  .cosmo-search-toolbar {
    padding: 0px 5px;
    width: 99% !important;
  }
  .cosmo-search-toolbar .toolbar-search-button {
    width: 30px;
  }
  .cosmo-search-toolbar .toolbar-search-button:after {
    content: '' !important;
  }
  .cosmo-search-toolbar .toolbar-clear-button {
    width: 30px;
  }
  .cosmo-search-toolbar .toolbar-clear-button:after {
    content: '' !important;
  }
  .cosmo-search-toolbar .toolbarIconContainer {
    width: auto;
    margin-left: 0.5%;
  }
  .cosmo-search-toolbar .toolbarLabel {
    padding: 1px 0px 0px 0px;
    margin: 4px 0px 0px 0;
    border: none;
    border-radius: 0px;
    color: hsl(0, 0%, 85%);
    text-align: right;
    cursor: default;
  }
  .cosmo-search-toolbar label {
    text-align: right;
    font-size: 14px;
  }
  .cosmo-search-toolbar .statusCombo {
    padding: 5px 0px;
  }
  .cosmo-search-toolbar [class*='col-'] {
    padding: 5px 0px;
  }
  .cosmo-search-toolbar .toolbarLabel div {
    margin-left: 1% !important;
    height: 30px;
  }
  .operationsMenu {
    margin-top: 0px;
    right: 10px;
  }
  /**************MATTER LANDING***************/
  /******************************************/
  [data-testing="grid-Matter"] .field-billingMethod,
  [data-testing="grid-Matter"] .field-clientPortalShareable,
  [data-testing="grid-Matter"] .field-ebillingEnabled,
  [data-testing="grid-Matter"] .field-identifier,
  [data-testing="grid-Matter"] .field-matterFileNumber,
  [data-testing="grid-Matter"] .field-matterOwnerName {
    display: none;
  }
  .matterMainTab .tabLabel {
    display: none !important;
  }
  .matterMainTab .dijitTab {
    font-size: 22px !important;
  }
  .matterMainTab .dijitTab:before {
    margin-left: 8px;
  }
  .matterMainTab .dijitTabChecked::before {
    color: #44c9e9 !important;
  }
  .matterMainTab .matter-subtabIcon-11:after {
    left: 25px;
  }
  .transition-header-container .backButton--text {
    display: none;
  }
  .transition-header-container .backButton .dijitButtonNode {
    width: 35px;
  }
  .transition-header-container .backButton .dijitButtonText {
    padding: 0 !important;
  }
  .transition-header-container .backButton .backButton--icon {
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
  .transition-header-container .rightPanel .matterBalanceContainer {
    padding-left: 20px;
  }
  .matterDetailsClientSelect {
    height: 31px !important;
  }
  .matterBalanceContainer .matterBalanceInfoLabel {
    display: none;
  }
  /**************LOGIN***************/
  /**********************************/
  .etb .login {
    background: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .etb .logo-container {
    text-align: center;
    margin-top: 4.16em;
    margin-bottom: 4em;
    padding: 0% 10%;
  }
  .etb .logo-container img {
    height: 100%;
    width: 95%;
  }
  .loginFormContainer {
    width: 81.87%;
    margin: 0 auto;
  }
  .etb .login .dijitLoginInput {
    width: 100%;
    margin: 5px 0;
    line-height: 3em !important;
    height: 3em !important;
    color: #86929b;
    padding-left: 50px;
    font-size: 1.25em;
    border-left: 5px inset #DADEE1 !important;
    box-sizing: border-box;
  }
  .etb .login .dijitPlaceHolder {
    line-height: 55px !important;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
  }
  .etb .login .dijitLoginInput input {
    height: 2.5em !important;
    font-size: 1.1em;
  }
  .etb .login .dijitLoginInput.userName-icon:before {
    left: 15px;
    line-height: 55px;
    font-size: 25px;
  }
  .etb .login .dijitLoginInput.password-icon:before {
    left: 15px;
    line-height: 55px;
    font-size: 30px;
  }
  .login-remember-label {
    font-size: 1em;
  }
  .login-rememberme-content {
    margin-bottom: 10%;
    margin-top: 2%;
  }
  .etb .login .dijitLoginButton {
    background: #44c9e9 !important;
    border: none;
    color: #fff;
    font-size: 1.2em;
    padding: 0;
    box-shadow: #1aa9ca 0 2px 0 0;
    text-transform: uppercase;
    line-height: 3em;
    height: 3em;
    font-weight: 400;
  }
  .etb .login .show-error {
    background: rgba(208, 68, 55, 0.81);
    font-size: 1.1em;
    height: auto;
  }
  .accountForm {
    background: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
  }
  .accountForm img {
    height: 100%;
    width: 75%;
  }
  .accountForm #error {
    width: 98%;
    margin: auto;
    margin-top: 3%;
  }
  .accountForm #error .error-message {
    background: rgba(208, 68, 55, 0.81);
    height: auto;
  }
  .accountForm #step-one {
    padding: 10px;
  }
  .accountForm input[type=button] {
    background: #44c9e9 !important;
    border: none;
    color: #fff;
    font-size: 1em;
    padding: 0;
    box-shadow: #1aa9ca 0 2px 0 0;
    text-transform: uppercase;
    line-height: 3em;
    height: 3em;
    font-weight: 400;
    margin-top: 5%;
  }
  .accountForm .login-container {
    margin-top: 5%;
  }
  .accountForm .input-wrapper input {
    height: 50px!important;
  }
  .accountForm .input-wrapper input:before {
    height: 50px!important;
    line-height: 45px!important;
  }
}
/*Mobile*/
/*only screen and (max-width:480px)*/
@media only screen and (max-width: 480px) {
  /**************LOGIN***************/
  /**********************************/
  .etb .login {
    background: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .etb .logo-container {
    text-align: center;
    margin-top: 4.16em;
    margin-bottom: 4em;
    padding: 0% 10%;
  }
  .etb .logo-container img {
    height: 100%;
    width: 95%;
  }
  .loginFormContainer {
    width: 81.87%;
    margin: 0 auto;
  }
  .etb .login .dijitLoginInput {
    width: 100%;
    margin: 5px 0;
    line-height: 3em !important;
    height: 3em !important;
    color: #86929b;
    padding-left: 50px;
    font-size: 1.25em;
    border-left: 5px inset #DADEE1 !important;
    box-sizing: border-box;
  }
  .etb .login .dijitPlaceHolder {
    line-height: 55px !important;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
  }
  .etb .login .dijitLoginInput input {
    height: 2.5em !important;
    font-size: 1.1em;
  }
  .etb .login .dijitLoginInput.userName-icon:before {
    left: 15px;
    line-height: 55px;
    font-size: 25px;
  }
  .etb .login .dijitLoginInput.password-icon:before {
    left: 15px;
    line-height: 55px;
    font-size: 30px;
  }
  .login-remember-label {
    font-size: 1em;
  }
  .login-rememberme-content {
    margin-bottom: 10%;
    margin-top: 2%;
  }
  .etb .login .dijitLoginButton {
    background: #44c9e9 !important;
    border: none;
    color: #fff;
    font-size: 1.2em;
    padding: 0;
    box-shadow: #1aa9ca 0 2px 0 0;
    text-transform: uppercase;
    line-height: 3em;
    height: 3em;
    font-weight: 400;
  }
  .etb .login .show-error {
    background: rgba(208, 68, 55, 0.81);
    font-size: 1.1em;
    height: auto;
  }
  .accountForm {
    background: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
  }
  .accountForm img {
    height: 100%;
    width: 75%;
  }
  .accountForm #error {
    width: 98%;
    margin: auto;
    margin-top: 3%;
  }
  .accountForm #error .error-message {
    background: rgba(208, 68, 55, 0.81);
    height: auto;
  }
  .accountForm #step-one {
    padding: 10px;
  }
  .accountForm input[type=button] {
    background: #44c9e9 !important;
    border: none;
    color: #fff;
    font-size: 1em;
    padding: 0;
    box-shadow: #1aa9ca 0 2px 0 0;
    text-transform: uppercase;
    line-height: 3em;
    height: 3em;
    font-weight: 400;
    margin-top: 5%;
  }
  .accountForm .login-container {
    margin-top: 5%;
  }
  .accountForm .input-wrapper input {
    height: 50px!important;
  }
  .accountForm .input-wrapper input:before {
    height: 50px!important;
    line-height: 45px!important;
  }
  /**************HEADER***************/
  /**********************************/
  .whatsnew-opened {
    margin-bottom: 0px!important;
  }
  .header_tools--mobile {
    display: block;
    float: right;
    padding: 0 10px;
  }
  .whatsnew-notification {
    display: none !important;
  }
  .mobileDropDownContainer {
    float: right;
  }
  .timesheetTimerContainer {
    position: absolute;
    left: 60px;
  }
  .overdue-reminder {
    display: none;
    margin-right: 0px;
  }
  .overdue-reminder-mobile {
    display: none!important;
    margin-right: 0px;
  }
  .reminder {
    display: none;
    margin-right: 0px;
  }
  .reminderMobile {
    display: none;
    margin-right: 0px;
  }
  .etb .header .userTooltip .dijitTooltipContainer {
    margin: 0px 40px 0px 0px;
  }
  .etb .dijitToolbar {
    padding: 0px !important;
  }
  .cosmo-search-toolbar {
    padding: 0px 5px;
    width: 99% !important;
  }
  .dijitBorderContainer-dijitContentPane {
    padding: 0px 5px 10px 5px !important;
  }
}
/*************Flat UI Colors *****************/
/*********************************************/
.esmerald {
  color: #2ecc71 !important;
}
.blueRiver {
  color: #3498db;
}
.amethyst {
  color: #9b59b6;
}
.greenSea {
  color: #16a085;
}
.nephritis {
  color: #27ae60;
}
.blueHole {
  color: #2980b9;
}
.wisteria {
  color: #8e44ad;
}
.midnight {
  color: #2c3e50;
}
.sun {
  color: #f1c40f;
}
.carrot {
  color: #e67e22;
}
.alizarin {
  color: #e74c3c !important;
}
.concrete {
  color: #95a5a6;
}
.orange {
  color: #f39c12 !important;
}
.pumpkin {
  color: #d35400;
}
.pomegranate {
  color: #c0392b;
}
.asbestos {
  color: #7f8c8d;
}
.white {
  color: #fff;
}
/*************Flat UI background Colors *****************/
/*********************************************/
.esmerald-background {
  background: #2ecc71 !important;
}
/*************Helpers**************/
/**********************************/
body {
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif !important;
}
a,
.dgrid-row-table {
  cursor: pointer;
}
body .dgrid-selected {
  background: rgba(68, 201, 233, 0.25) !important;
}
body .dgrid-selected:hover {
  background: rgba(68, 201, 233, 0.25) !important;
}
progress,
progress[role][aria-valuenow] {
  /* Polyfill */
  background: #f4f4f4 !important;
  height: 25px;
  border: 1px solid #cecece;
  margin-left: 5%;
  width: 90%;
}
/* Chrome */
progress::-webkit-progress-bar {
  background: #f4f4f4;
  height: 25px;
  border: 1px solid #cecece;
}
/* IE10 */
progress {
  color: #80C679;
}
/* Firefox */
progress::-moz-progress-bar {
  background: #80C679;
}
/* Chrome */
progress::-webkit-progress-value {
  background: #80C679;
}
/* Polyfill */
progress[aria-valuenow]:before {
  background: #80C679;
}
.cosmo-hide {
  display: none !important;
}
.selectedRow .textGreen {
  color: #2ecc71;
}
.cosmo-show {
  display: block !important;
}
.cosmo-not-visible {
  visibility: hidden;
}
.cosmo-visible {
  visibility: visible;
}
summary,
details {
  display: block;
}
.cosmo-summary {
  cursor: pointer;
  padding: 5px;
  display: block !important;
  font-size: 1em;
  font-weight: 400;
}
.cosmo-transparent {
  opacity: 0;
}
.cosmo-opaque {
  opacity: 1;
}
.cosmo-opacity-medium {
  opacity: 0.5 !important;
}
.cosmo-fade-out {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.cosmo-width-auto {
  width: auto;
}
.cosmo-textAlign-left {
  text-align: left !important;
}
.cosmo-fontSize-08em {
  font-size: 0.8em !important;
}
.cosmo-textAlign-right {
  text-align: right !important;
}
.cosmo-textAlign-right .dijitInputInner {
  text-align: right !important;
}
.cosmo-textAlign-center {
  text-align: center;
}
.cosmo-textAlign-justify {
  text-align: justify;
}
.cosmo-medium-font {
  font-size: 1.2em;
}
.cosmo-small-font,
.small-font {
  font-size: 14px;
}
.cosmo-tiny-font {
  font-size: 12px;
}
.cosmo-float-left {
  float: left;
}
.cosmo-float-right {
  float: right;
}
.cosmo-float-none {
  float: none;
}
.cosmo-clear {
  clear: both;
}
.cosmo-inline {
  display: inline-block;
}
.cosmo-display-inline {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.cosmo-breakWord {
  -webkit-word-break: break-word;
  -moz-word-break: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}
.cosmo-bold {
  font-weight: bold;
}
.cosmo-no-pointer-events {
  pointer-events: none;
}
.cosmo-underline {
  text-decoration: underline;
}
.cosmo-no-border {
  border: none !important;
}
.cosmo-no-border {
  border: none !important;
}
.cosmo-max-height {
  height: 100% !important;
}
.cosmo-height-95 {
  height: 95%;
}
.cosmo-height-93 {
  height: 93%;
}
.cosmo-height-90 {
  height: 90%;
}
.cosmo-height-85 {
  height: 85%;
}
.cosmo-height-80 {
  height: 80%;
}
.cosmo-height-60 {
  height: 60%;
}
.cosmo-line-through {
  text-decoration: line-through;
}
.cosmo-max-width {
  width: 100% !important;
}
.cosmo-reset-margin {
  margin: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.cosmo-no-margin {
  margin: 0px !important;
}
.cosmo-reset-padding {
  padding: 0px !important;
}
.cosmo-reset-padding-left {
  padding-left: 0px !important;
}
.cosmo-numeric-input {
  width: 40% !important;
}
.cosmo-numeric-input input {
  text-align: right !important;
}
.cosmo-numeric-input .dijitPlaceHolder {
  text-align: right;
  width: 100%;
}
.cosmo-resize-tabContainer {
  height: 88% !important;
}
.cosmo-disable-icon {
  cursor: none;
}
.cosmo-disable-icon:before {
  cursor: none;
}
.cosmo-disable-icon:hover {
  cursor: none;
  background: #f59f01;
}
.cosmolex-textarea {
  min-height: 75px !important;
}
.cosmolex-suggest .dijitDownArrowButton {
  display: none;
}
.cosmo-cursor-none {
  cursor: none;
}
.cosmo-cursor-pointer {
  cursor: pointer;
}
.cosmo-cursor-help {
  cursor: help;
}
.cosmo-position-absolute {
  position: absolute;
}
.cosmo-position-relative {
  position: relative;
}
.cosmo-line-spacer {
  width: 100%;
  height: 1px;
  background: #A8A8A8;
}
.cosmo-help-tooltip,
.help {
  display: inline-block;
  position: relative;
}
.cosmo-help-tooltip:before,
.help:before {
  font-family: FontAwesome;
  content: "\f059";
  color: #44c9e9;
  width: 16px;
  height: 13px;
  cursor: help;
  vertical-align: baseline;
  font-size: 16px;
}
.helpDoc {
  display: inline-block;
  position: relative;
}
.helpDoc:after {
  font-family: FontAwesome;
  content: "\f059";
  color: #44c9e9;
  width: 16px;
  height: 13px;
  cursor: helpDoc;
  vertical-align: baseline;
  font-size: 16px;
}
.maximize-button {
  position: relative;
  top: 1px;
}
.cosmo-maximize {
  display: inline-block;
  position: relative;
}
.cosmo-maximize:before {
  font-family: FontAwesome;
  content: "\f065";
  color: #A8A8A8;
  width: 16px;
  height: 13px;
  cursor: pointer;
  vertical-align: baseline;
  font-size: 16px;
}
.cosmo-now-wrap {
  white-space: nowrap;
}
.cosmo-link {
  font-weight: bold;
}
.cosmo-link.white {
  color: white;
}
.max-width {
  width: 100% !important;
  max-width: 100%;
}
.small-icon {
  font-size: 16px;
}
.medium-icon {
  font-size: 20px;
}
.big-icon {
  font-size: 24px;
}
.large-icon {
  font-size: 32px;
}
.loading-icon {
  font-size: 20px;
  position: absolute;
  left: 50%;
  margin: -10px 0 -10px;
  top: 50%;
}
.icon-column,
.field-infoType,
.field-flagType,
.field-hasLinkedExpense {
  width: 32px;
  text-align: center !important;
}
.icon-column .fa,
.field-infoType .fa,
.field-flagType .fa,
.field-hasLinkedExpense .fa {
  font-size: 16px;
}
.field-ebillingEnable,
.field-ebillingEnabled {
  width: 22px;
  text-align: center !important;
}
.field-isDefault {
  width: 80px;
}
.field-identifier {
  width: 60px;
}
.field-id {
  width: 60px;
}
.field-clientPortalShareable {
  width: 40px;
  text-align: center !important;
}
.field-finalized {
  width: 30px;
  text-align: center !important;
  padding-top: 1%;
}
.field-adjusting {
  width: 30px;
  text-align: center !important;
}
.field-hasComments {
  width: 30px;
  text-align: center !important;
}
.field-hasComments span {
  font-size: 22px !important;
}
.table-cell {
  display: table-cell;
}
.dijitCurrencyTextBox .dijitInputInner {
  text-align: right !important;
}
.dijitSelect input.dijitInputField {
  border: none;
}
.screen-error {
  margin: 5px 20px;
  width: 97% !important;
  margin-bottom: 0px !important;
}
.screen-error-tab {
  margin: 5px 20px;
  width: 17% !important;
  height: 30px;
  margin-bottom: 0px !important;
}
.resetLoginLabel {
  height: 45px !important;
}
.cosmo-arrow {
  display: inline-block;
  background: url("../../application/themes/etb/images/sprites/arrows.png");
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
}
.cosmo-arrow.arrow-up {
  background-position: -66px 0;
}
.cosmo-arrow.arrow-right {
  background-position: -96px 0;
}
.cosmo-arrow.arrow-down {
  background-position: -33px 0;
}
.cosmo-arrow.arrow-left {
  background-position: 0;
}
.cosmo-transparent-textbox {
  border-color: #f4f4f4 !important;
  background-color: #f7f7f7 !important;
}
.cosmo-green-label {
  color: #80C679 !important;
}
.cosmo-green {
  color: #00be00;
}
.etbCollapseButtonContainer {
  cursor: pointer;
}
.popupWarning {
  background: #46B630;
  color: white;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 80%;
  margin: 10px auto;
  text-align: center;
}
.cosmolex-validationTextarea-error {
  background-image: url("etb/images/icons/warning.png") !important;
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0 !important;
}
.cosmo-advancedSettings-expander {
  cursor: pointer;
  margin-left: -6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.cosmo-overflow-hidden {
  overflow: hidden;
}
.cosmo-overflow-hidden-x {
  overflow-x: hidden !important;
}
.cosmo-overflow-auto {
  overflow: auto;
}
.cosmo-overflow-auto-important {
  overflow: auto !important;
}
.cosmo-text-overflow,
.cosmo-text-overflow input {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.showScrollYContainer {
  overflow-y: auto !important;
}
.remove-margin-bottom {
  margin-bottom: 0px !important;
}
.cosmo-warning {
  background: #f8ead8 !important;
  border: 1px solid #d5d5d5 !important;
  margin: 5px auto;
  padding-left: 20px !important;
  color: #51565a !important;
  font-size: 0.7em !important;
}
.cosmo-warning:before {
  font-family: fontAwesome;
  content: "\f0eb";
  padding: 1px 5px;
  font-size: 1.2em;
  color: #0DBFF4;
  position: absolute;
  left: 0;
}
.cosmo-integration {
  background: #f8ead8 !important;
  border: 1px solid #d5d5d5 !important;
  margin: 2px auto;
  padding-left: 20px !important;
  color: #51565a !important;
  font-size: 0.7em !important;
}
.cosmo-integration:before {
  font-family: fontAwesome;
  content: "\f0eb";
  padding: 1px 5px;
  font-size: 1.2em;
  color: #0DBFF4;
  position: absolute;
  left: 0;
}
.cosmo-warning-span {
  background: #f8ead8 !important;
  border: 1px solid #d5d5d5 !important;
  margin: 5px auto;
  padding-left: 20px !important;
  color: #51565a !important;
  font-size: 0.7em !important;
}
.cosmo-warning-span:before {
  font-family: fontAwesome;
  content: "\f0eb";
  padding: 1px 5px;
  font-size: 1.2em;
  color: #0DBFF4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.browse-button {
  cursor: pointer;
  width: 110%;
  height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.browse-button .dijitButtonNode {
  margin-top: -5px;
}
.browse-button-margin {
  margin-left: -10px;
}
.textarea-characters-left {
  background-color: transparent;
  color: #8899a6;
  display: inline-block;
  border: 0;
  padding: 0 3px;
  position: relative;
  vertical-align: top;
  text-align: right;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.cosmo-date-input.dijitTextBox:before {
  font-family: fontAwesome;
  content: "\f073";
  float: left;
  padding: 4px 5px;
  color: #7B7C7F;
}
.cosmo-date-input.dijitTextBox input:focus {
  background: #fff !important;
}
ul.cosmo-color-picker {
  padding: 6px 0;
  margin: 0;
}
ul.cosmo-color-picker li {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}
ul.cosmo-color-picker li:focus,
ul.cosmo-color-picker li:active {
  border: 1px solid #fff !important;
}
ul.cosmo-color-picker .color-selected {
  background: url("../../application/themes/etb/images/icons/white_checkmark.png") -1px -1px no-repeat;
  background-size: 16px;
}
ul.cosmo-color-picker .color-selected:focus,
ul.cosmo-color-picker .color-selected:active {
  border: 1px solid transparent !important;
}
.cosmo-help-link {
  color: #44c9e9;
  width: 16px;
  height: 16px;
  cursor: help;
  float: left;
  display: inline-block;
  line-height: 33px;
}
/* PASSWORD VALIDATOR   */
.passwordStrength {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.passwordStrength.low {
  background: green;
}
.passwordStrength.medium {
  background: orange;
}
.passwordStrength.high {
  background: red;
}
/***********UPGRADE******************/
.upgrade-main-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.upgrade-main-container .module--item {
  margin-bottom: 1%;
  margin-top: 1%;
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}
.upgrade-main-container .module--item .module--item-title {
  font-size: 16px;
  font-weight: 500;
  width: auto;
  display: inline-block;
  text-align: left;
  float: left;
}
.upgrade-main-container .module--item .module--item-quantity {
  display: inline-block;
  width: auto;
  text-align: left;
  font-size: 14px;
  margin-left: 2%;
  float: left;
  line-height: 1.5;
}
.upgrade-main-container .module--item .module--item-price {
  text-align: center;
  font-size: 16px;
  width: auto;
  float: left;
  display: inline-block;
  margin-left: 2%;
}
.upgrade-main-container .module--item .module--item-final {
  display: inline-block;
  width: auto;
  text-align: left;
  font-size: 14px;
  margin-left: 1%;
  float: left;
  line-height: 1.8;
}
.upgrade-loading i {
  position: absolute;
  left: 305px;
  margin: 0;
  top: 35%;
  font-size: 84px;
  transform: translate(-50%, 0);
}
.processing-loading i {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  margin-top: -50px;
  top: 50%;
  font-size: 84px;
}
.upgrade-loading--icon {
  position: absolute;
  left: calc(50% - 55px);
  margin: 0;
  top: 45%;
  font-size: 84px;
  transform: translate(-50%, 0);
}
.upgrade-loading--text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(50% + 60px);
  font-size: 2em;
}
.billingLink {
  font-size: 0.95em;
}
/* Common.css */
/* DnD hovered and selected node(s) */
.etb .dojoDndItemOver {
  background-image: url(etb/images/treeHover.png);
}
.etb .dojoDndItemAnchor,
.etb .dojoDndItemSelected {
  background-color: #e2ebfe;
}
#tillToday,
#tillLastMonth,
#tillLastYear {
  color: #f59f01;
  font-size: 0.9em;
}
#tillToday:hover,
#tillLastMonth:hover,
#tillLastYear:hover {
  opacity: 0.75;
}
/* DnD avatar-specific settings */
/* For now it uses a default set of rules. Some other DnD classes can be modified as well. */
.etb table.dojoDndAvatar {
  -moz-border-radius: 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 75%;
  color: black;
}
.etb .dojoDndAvatar td {
  border: none;
}
.etb .dojoDndAvatar tr {
  border: none;
}
.etb .dojoDndAvatarHeader td {
  height: 20px;
  padding: 0 0 0 21px;
}
.etb .dojoDndAvatarItem td {
  padding: 2px;
}
.etb.dojoDndMove .dojoDndAvatarHeader {
  background-color: #f58383;
  background-image: url(etb/images/dndNoMove.png);
  background-repeat: no-repeat;
  background-position: 2px center;
}
.etb.dojoDndCopy .dojoDndAvatarHeader {
  background-color: #f58383;
  background-image: url(etb/images/dndNoCopy.png);
  background-repeat: no-repeat;
  background-position: 2px center;
}
.etb.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
  background-color: #97e68d;
  background-image: url(etb/images/dndMove.png);
  background-repeat: no-repeat;
  background-position: 2px center;
}
.etb.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
  background-color: #97e68d;
  background-image: url(etb/images/dndCopy.png);
  background-repeat: no-repeat;
  background-position: 2px center;
}
.etb .dijitIconLoading {
  background: url("etb/images/loading.gif") no-repeat left center;
  width: 24px;
  height: 24px;
}
.etb .dijitIconError {
  background: url("etb/images/warning.png") no-repeat left center;
  width: 16px;
  height: 16px;
}
.etb .dijitIconFlag,
.etb .dijitIconType {
  display: inline-block;
  height: 19px;
  width: 19px;
}
.etb .dijitIconFlagBlue:before {
  font-family: FontAwesome;
  content: "\f024";
  font-size: 16px;
  color: #3498db;
}
.etb .dijitIconFlagRed:before {
  font-family: FontAwesome;
  content: "\f024";
  font-size: 16px;
  color: #e74c3c !important;
}
.etb .dijitIconFlagGreen:before {
  font-family: FontAwesome;
  content: "\f024";
  font-size: 16px;
  color: #2ecc71 !important;
}
.etb .dijitIconTypeTime:before {
  font-family: FontAwesome;
  content: "\f017";
  color: #7B7C7F;
  font-size: 16px;
}
.etb .dijitCustomMessage {
  width: 350px;
}
.etb .dijitCustomMessage .dijitButtonsFormContainer {
  margin-bottom: 0 !important;
}
.dijitChangePasswordForm-table {
  padding: 10px;
}
.dijitChangePasswordForm-table td {
  padding-bottom: 10px;
}
.dijitTooltipBelow {
  /* leave room for arrow above content */
  padding-top: 13px;
}
.dijitTooltipAbove {
  padding-bottom: 13px;
}
.etb .dijitTooltipContainer {
  background: #ffffff url("etb/images/popupMenuBg.gif") repeat-x bottom left;
  border: 1px solid #7eabcd;
  padding: 0.45em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.etb .dijitTooltipConnector {
  /* the arrow piece */
  border: 0;
  z-index: 2;
}
.etb .dijitTooltipABRight .dijitTooltipConnector {
  /* above or below tooltip, but the arrow appears on the right,
      and the right edges of target and tooltip are aligned rather than the left */
  left: auto !important;
  right: 3px;
}
.etb .dijitTooltipBelow .dijitTooltipConnector {
  /* the arrow piece for tooltips below an element */
  top: 0;
  left: 3px;
  /*background:url("etb/images/tooltipConnectorUp.png") no-repeat top left;*/
  width: 16px;
  height: 14px;
}
.dj_ie .etb .dijitTooltipBelow .dijitTooltipConnector {
  /* use gif for IE7 too, due to png rendering problems on fade-in (see http://trac.dojotoolkit.org/ticket/6555) */
  /*background-image: url("etb/images/tooltipConnectorUp.gif");*/
}
.etb .dijitTooltipAbove .dijitTooltipConnector {
  /* the arrow piece for tooltips above an element */
  bottom: 0;
  left: 3px;
  /*background:url("etb/images/tooltipConnectorDown.png") no-repeat top left;*/
  width: 16px;
  height: 14px;
}
.dj_ie .etb .dijitTooltipAbove .dijitTooltipConnector {
  /*background-image: url("etb/images/tooltipConnectorDown.gif");*/
}
.dj_ie6 .etb .dijitTooltipAbove .dijitTooltipConnector {
  bottom: -3px;
}
.etb .dijitTooltipLeft {
  padding-right: 14px;
}
.etb .dijitTooltipLeft .dijitTooltipConnector {
  /* the arrow piece for tooltips to the left of an element, bottom borders aligned */
  right: 0;
  /*background:url("etb/images/tooltipConnectorRight.png") no-repeat top left;*/
  width: 16px;
  height: 14px;
}
.dj_ie .etb .dijitTooltipLeft .dijitTooltipConnector {
  /*background-image: url("etb/images/tooltipConnectorRight.gif");*/
}
.etb .dijitTooltipRight {
  padding-left: 14px;
}
.etb .dijitTooltipRight .dijitTooltipConnector {
  /* the arrow piece for tooltips to the right of an element, bottom borders aligned */
  left: 0;
  /*background:url("etb/images/tooltipConnectorLeft.png") no-repeat top left;*/
  width: 16px;
  height: 14px;
}
.dj_ie .etb .dijitTooltipRight .dijitTooltipConnector {
  /*background-image: url("etb/images/tooltipConnectorLeft.gif");*/
}
.dj_webkit .etb .dijitTooltipContainer {
  -webkit-box-shadow: 0 5px 10px #adadad;
}
/* Menu.css */
.etb .dijitMenu,
.etb .dijitMenuBar {
  border: 1px solid #7eabcd;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}
.etb .dijitBorderContainer .dijitMenuBar {
  border: 1px solid #ccc;
}
.etb .dijitMenuItem {
  font-family: sans-serif;
  margin: 0;
}
.etb .dijitMenuItem {
  padding: 4px 5px;
}
.etb .dijitMenuPreviousButton,
.etb .dijitMenuNextButton {
  font-style: italic;
}
.etb .dijitMenuItem td {
  padding: 2px;
}
.etb .dijitMenuPassive .dijitMenuItemHover,
.etb .dijitComboBoxMenu .dijitMenuItemHover,
.etb .dijitMenuItemSelected {
  background-color: #3559ac;
  color: #fff;
}
.etb .dijitMenuItemIcon {
  width: 16px;
  height: 16px;
}
.etb .dijitMenuExpand {
  /* arrow to indicate this MenuItem opens a sub-menu */
  width: 7px;
  height: 7px;
  background-image: url("etb/images/spriteArrows.png");
  background-position: -14px 0;
}
.dj_ie6 .etb .dijitMenuExpand {
  background-image: url("etb/images/spriteArrows.gif");
}
/* separator can be two pixels -- set border of either one to 0 to have only one */
.etb .dijitMenuSeparatorTop {
  border-bottom: 1px solid #9b9b9b;
}
.etb .dijitMenuSeparatorBottom {
  border-top: 1px solid #e8e8e8;
}
/* the checked menu item */
.etb .dijitCheckedMenuItemIconChar {
  display: none;
}
.etb .dijitCheckedMenuItemIcon {
  background-image: url("etb/images/checkmark.png");
  background-position: -80px;
}
.dj_ie6 .etb .dijitCheckedMenuItemIcon {
  background-image: url("etb/images/checkmark.gif");
}
.etb .dijitCheckedMenuItemChecked .dijitCheckedMenuItemIcon {
  background-position: -64px;
}
/* TitlePane.css */
.etb .dijitTitlePaneTitle {
  background: #cccccc;
  background: #fff url("etb/images/titleBar.png") repeat-x bottom left;
  border: 1px solid #bfbfbf;
  padding: 3px 4px;
}
.etb .dijitTitlePaneTitleHover {
  background: #f8fafd url("etb/images/accordionItemHover.gif") bottom repeat-x;
}
.etb .dijitTitlePane .dijitArrowNode {
  background-image: url("etb/images/spriteArrows.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 7px;
  width: 7px;
}
.dj_ie6 .etb .dijitTitlePane .dijitArrowNode {
  background-image: url("etb/images/spriteArrows.gif");
}
.etb .dijitTitlePane .dijitClosed .dijitArrowNode {
  background-position: -14px 0;
}
.etb .dijitTitlePaneContentOuter {
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-top: 0;
}
.etb .dijitTitlePaneContentInner {
  padding: 10px;
}
.etb .dijitTitlePaneTextNode {
  margin-left: 4px;
  margin-right: 4px;
}
/* Tree.css */
.etb .dijitTreeNode {
  background-image: url("etb/images/i.gif");
  background-repeat: repeat-y;
  zoom: 1;
  /* force layout on IE (TODO: may not be needed anymore) */
}
/* left vertical line (grid) for all nodes */
.etb .dijitTreeIsLast {
  background: url("etb/images/i_half.gif") no-repeat;
}
.etb .dijitTreeIsRoot {
  margin-left: 0;
  background-image: none;
}
.etb .dijitTreeExpando {
  width: 18px;
  height: 18px;
}
.etb .dijitTreeRow {
  /* so insert line shows up on IE when dropping after a target element */
  padding-bottom: 2px;
}
.etb .dijitTreeContent {
  min-height: 18px;
  min-width: 18px;
}
.etb .dijitTreeLabel {
  font-size: 12px !important;
}
.etb .dijitTreeRowSelected .dijitTreeLabel {
  background: #e2ebfe;
}
.etb .dijitTreeRowHover {
  /* using a transparent png so that we can still see grid lines, which are (unfortunately) behind the dijitRowNode that we are hovering over */
  background-image: url(etb/images/treeHover.png);
  background-repeat: repeat;
  background-color: transparent !important;
}
.etb .dijitTreeExpandoOpened {
  background-image: url("etb/images/treeExpand_minus.gif");
}
.etb .dijitTreeExpandoClosed {
  background-image: url("etb/images/treeExpand_plus.gif");
}
.etb .dijitTreeExpandoLeaf {
  background-image: url("etb/images/treeExpand_leaf.gif");
}
.etb .dijitTreeExpandoLoading {
  background-image: url("etb/images/treeExpand_loading.gif");
}
.etb .dijitTreeIcon {
  width: 16px;
  height: 16px;
}
.etb .dijitFolderOpened {
  background: url("etb/images/icons/folder-open.png") no-repeat;
}
.etb .dijitFolderClosed {
  background: url("etb/images/icons/folder-closed.png") no-repeat;
}
.etb .dijitLeaf {
  background: url("etb/images/leaf.gif") no-repeat;
}
/* Drag and Drop on TreeNodes
 * Put insert line on dijitTreeContent node so it's aligned w/
 * (ie, indented equally with) target element, even
 * though dijitTreeRowNode is the actual "drag object"
 */
.etb .dijitTreeNode .dojoDndItemBefore,
.etb .dijitTreeNode .dojoDndItemAfter {
  border-bottom: none;
  border-top: none;
}
.etb .dijitTreeNode .dojoDndItemBefore .dijitTreeContent {
  /* copied from Common.css */
  border-top: 2px solid #369;
}
.etb .dijitTreeNode .dojoDndItemAfter .dijitTreeContent {
  /* copied from Common.css */
  border-bottom: 2px solid #369;
}
/* Form.css */
/****
		dijit.form.TextBox
		dijit.form.ValidationTextBox
		dijit.form.SerializableTextBox
		dijit.form.RangeBoundTextBox
		dijit.form.NumberTextBox
		dijit.form.CurrencyTextBox
		dijit.form.NumberSpinner
		dijit.form.ComboBox (partial)
 ****/
.etb .dijitInputContainer input {
  margin: 0 0.1em;
}
.etb .dijitTextArea {
  padding: 3px;
}
.etb .track-time-textarea {
  padding-left: 10px !important;
}
.etb .track-time-textarea .row textarea {
  height: 45px !important;
}
.etb .dijitSelect .dijitButtonContents,
.etb .dijitSelect,
.etb .dijitTextBox {
  /* 	For all except dijit.form.NumberSpinner:  the actual input element.
      For TextBox, ComboBox, Spinner: the div that contains the input.
      Otherwise the actual input element.
  */
  background: #fff url("etb/images/validationInputBg.png") repeat-x top left;
  /*background:#fff url('etb/images/validationInputBg.gif') repeat-x top left;*/
}
.etb .dijitSelect .dijitButtonContents {
  background: #fcfcfc !important;
  width: 100%;
}
.etb .dijitSelect,
.etb .dijitTextBox {
  border: 1px solid #b3b3b3;
}
.etb .dijitSelect .dijitArrowButton,
.etb .dijitComboBox .dijitButtonNode {
  padding: 0 0.2em;
}
.etb .dijitSelect .dijitButtonContents,
.etb .dijitTextBox .dijitButtonNode {
  /* line between the input area and the drop down button, and also between
   * the up and down buttons of a spinner
   */
  border-color: #9b9b9b;
  height: 26px !important;
}
.etb .dijitSelectFocused,
.etb .dijitTextBoxFocused {
  /* input field when focused (ie: typing affects it) */
  border-color: #44c9e9 !important;
  -webkit-box-shadow: 0 0 5px #51cbee !important;
  -moz-box-shadow: 0 0 5px #51cbee !important;
  -o-box-shadow: 0 0 5px #51cbee !important;
  box-shadow: 0 0 5px #51cbee !important;
}
.etb .dijitSelectFocused TD,
.etb .dijitTextBoxFocused .dijitButtonNode {
  border-color: #366dba;
}
.etb .dijitError {
  background-color: #f9f7ba;
  background-image: none;
}
.etb .dijitErrorFocused {
  background-color: #f9f999;
  background-image: none;
}
/* Validation errors  */
.etb .dijitValidationTextBoxError .dijitValidationIcon {
  /* prevent height change when widget goes from valid to invalid state */
  width: 16px;
  margin: 3px;
  background: transparent url("etb/images/icons/warning.png") no-repeat center center;
  color: transparent;
}
/* The highlight is shown in the ComboBox menu. */
.etb .dijitComboBoxHighlightMatch {
  background-color: #a5beda;
}
.etb .dijitFocusedLabel {
  /* for checkboxes or radio buttons, hatch border around the corresponding label, to indicate focus */
  outline: 1px dotted #666666;
}
/*****
		dijit.form.Button
		dijit.form.DropDownButton
		dijit.form.ComboButton
		dijit.form.ComboBox (partial)
		dijit.form.Spinner (partial) (TODO: create NumberSpinner.css file like claro has)
 *****/
.etb .dijitButtonNode {
  /* enabled state - inner */
  border: 0;
  /* border-bottom: 1px solid #9b9b9b;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background: #fff url("etb/images/buttonEnabled.png") repeat-x bottom left; */
}
.etb .dijitButtonText {
  text-align: center;
  padding: 0 0.3em;
  /*color: #0fd4f8;*/
}
.etb .dijitInputField {
  padding: 0;
  /* set padding:0 for .etb .dijitSelect .dijitButtonText but with a low priority rule that can be easily trumped by the user */
}
.etb .dijitDisabled .dijitButtonText {
  color: #7f7f7f;
  /*color: #0fd4f8;*/
}
.etb .dijitArrowButton {
  color: #111;
}
.etb .dijitComboButton .dijitDownArrowButton {
  padding-right: 4px;
}
.etb .dijitTextBoxReadOnly,
.etb .dijitTextBoxReadOnly .dijitButtonNode,
.etb .dijitButtonDisabled .dijitButtonNode,
.etb .dijitToggleButtonDisabled .dijitButtonNode,
.etb .dijitDropDownButtonDisabled .dijitButtonNode,
.etb .dijitComboButtonDisabled .dijitButtonNode,
.etb .dijitTextBoxDisabled,
.etb .dijitTextBoxDisabled .dijitButtonNode {
  /* disabled state - inner */
  /* BORDERS INPUTS
  border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5;
  background:#e4e4e4 url("etb/images/buttonDisabled.png") top repeat-x;
  */
}
.etb .dijitButtonHover .dijitButtonNode,
.etb .dijitButtonNodeHover,
.etb .dijitToggleButtonHover .dijitButtonNode,
.etb .dijitDropDownButtonHover .dijitButtonNode,
.etb .dijitComboButton .dijitButtonContentsHover,
.etb .dijitComboButton .dijitDownArrowButtonHover {
  /* hover state - inner */
  /* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used
  border-color: #a5beda;
  border-bottom-color:#5c7590;
  color:#243C5F;
  background:#fcfdff url("etb/images/buttonHover.png") repeat-x bottom;
      */
}
.etb .dijitDownArrowButtonHover,
.etb .dijitUpArrowButtonHover {
  /* same as above except don't adjust border color (it's controlled by the containing Spinner/ComboBox) */
  color: #243c5f;
  background: #fcfdff url("etb/images/buttonHover.png") repeat-x bottom;
}
.etb .dijitUpArrowButtonActive,
.etb .dijitDownArrowButtonActive,
.etb .dijitButtonActive .dijitButtonNode,
.etb .dijitToggleButtonActive .dijitButtonNode,
.etb .dijitDropDownButtonActive .dijitButtonNode,
.etb .dijitButtonContentsActive,
.etb .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
  /* active state - inner (for when you are pressing a normal button, or
   * when a radio-type button is in a depressed state

  border-color:#366dba;
  background: #ededed url("etb/images/buttonActive.png") bottom repeat-x;
      */
}
.etb .dijitArrowButtonInner {
  margin: 0 4px 0 4px;
}
.etb .dijitTextBox .dijitArrowButtonInner {
  background-position: 0 center;
  height: 26px !important;
}
.dj_ie6 .etb .dijitArrowButtonInner {
  background-image: url("etb/images/spriteArrows.gif");
}
.etb .dijitLeftArrowButton .dijitArrowButtonInner {
  background-position: -7px center;
}
.etb .dijitRightArrowButton .dijitArrowButtonInner {
  background-position: -14px center;
}
.etb .dijitUpArrowButton .dijitArrowButtonInner {
  background-position: -21px center;
}
.etb .dijitDisabled .dijitArrowButtonInner {
  background-position: -28px center;
}
.etb .dijitDisabled .dijitLeftArrowButton .dijitArrowButtonInner {
  background-position: -35px center;
}
.etb .dijitDisabled .dijitRightArrowButton .dijitArrowButtonInner {
  background-position: -42px center;
}
.etb .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner {
  background-position: -49px center;
}
.dj_ie .etb .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
  margin-top: -2px;
  /* image has too many blank pixels on top */
}
.dj_webkit .etb .dijitSpinner .dijitUpArrowButton .dijitArrowButtonInner,
.dj_iequirks .etb .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner,
.dj_ie8 .etb .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
  margin-top: -1px;
  /* image has too many blank pixels on top */
}
.etb .dijitSpinnerButtonContainer {
  width: auto;
  padding: 0;
}
.etb .dijitSpinner .dijitArrowButton {
  width: 15px;
}
.etb .dijitSpinner .dijitSpinnerButtonInner {
  width: 15px;
}
.etb .dijitSpinner .dijitArrowButtonInner .dijitInputField {
  padding: 0;
}
.etb .dijitToggleButton .dijitCheckBoxIcon {
  background-image: url("etb/images/checkmarkNoBorder.png");
}
.dj_ie6 .etb .dijitToggleButton .dijitCheckBoxIcon {
  background-image: url("etb/images/checkmarkNoBorder.gif");
}
.etb .dijitCheckBox,
.etb .dijitCheckBoxIcon {
  background-image: url("etb/images/checkmark.png");
  /* checkbox sprite image */
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
}
.dj_ie6 .etb .dijitCheckBox,
.dj_ie6 .etb .dijitCheckBoxIcon {
  background-image: url("etb/images/checkmark.gif");
  /* checkbox sprite image */
}
.etb .dijitCheckBox,
.etb .dijitToggleButton .dijitCheckBoxIcon {
  /* unchecked */
  background-position: -16px;
}
.etb .dijitCheckBoxChecked,
.etb .dijitToggleButtonChecked .dijitCheckBoxIcon {
  /* checked */
  background-position: 0;
}
.etb .dijitCheckBoxDisabled {
  /* disabled */
  background-position: -48px;
}
.etb .dijitCheckBoxCheckedDisabled {
  /* disabled but checked */
  background-position: -32px;
}
.etb .dijitCheckBoxHover {
  /* hovering over an unchecked enabled checkbox */
  background-position: -80px;
}
.etb .dijitCheckBoxFocused {
  /* hovering over an unchecked enabled checkbox */
  background-position: -80px;
}
.etb .dijitCheckBoxCheckedFocused {
  /* hovering over an unchecked enabled checkbox */
  background-position: -64px;
}
.etb .dijitCheckBoxCheckedHover {
  /* hovering over a checked enabled checkbox */
  background-position: -64px;
}
.etb .dijitRadio,
.etb .dijitRadioIcon {
  /* inside a toggle button */
  background-image: url("etb/images/checkmark.png");
  /* checkbox sprite image */
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
}
.dj_ie6 .etb .dijitRadio,
.dj_ie6 .etb .dijitRadioIcon {
  background-image: url("etb/images/checkmark.gif");
  /* checkbox sprite image */
}
.etb .dijitToggleButton .dijitRadioIcon {
  /* for checkbox in a toggle button, override above setting to have no border */
  background-image: url("etb/images/checkmarkNoBorder.png");
}
.dj_ie6 .etb .dijitToggleButton .dijitRadioIcon {
  background-image: url("etb/images/checkmarkNoBorder.gif");
}
.etb .dijitRadio,
.etb .dijitRadioIcon {
  /* unselected */
  background-position: -112px;
}
.etb .dijitRadioDisabled {
  /* unselected and disabled */
  background-position: -144px;
}
.etb .dijitRadioHover,
.etb .dijitRadioFocused {
  /* hovering over an unselected enabled radio button */
  background-position: -176px;
}
.etb .dijitRadioChecked,
.etb .dijitRadioCheckedHover,
.etb .dijitRadioCheckedFocused,
.etb .dijitToggleButtonChecked .dijitRadioIcon {
  /* selected.  Since clicking a selected radio button doesn't change anything, there's
   * no hover effect on selected radio buttons.
   */
  background-position: -96px;
}
.etb .dijitRadioCheckedDisabled {
  /* selected but disabled */
  background-position: -128px;
}
.etb .dijitSliderProgressBarH {
  border-color: #aab0bb;
  background: #c0c2c5 url("etb/images/sliderFull.png") repeat-x top left;
}
.etb .dijitSliderProgressBarV {
  border-color: #aab0bb;
  background: #c0c2c5 url("etb/images/sliderFullVertical.png") repeat-y bottom left;
}
.etb .dijitSliderFocused .dijitSliderProgressBarH,
.etb .dijitSliderFocused .dijitSliderLeftBumper {
  background-image: url("etb/images/sliderFullFocus.png");
}
.etb .dijitSliderFocused .dijitSliderProgressBarV,
.etb .dijitSliderFocused .dijitSliderBottomBumper {
  background-image: url("etb/images/sliderFullVerticalFocus.png");
}
.etb .dijitSliderRemainingBarV {
  border-color: #b4b4b4;
  background: #dcdcdc url("etb/images/sliderEmptyVertical.png") repeat-y bottom left;
}
.etb .dijitSliderRemainingBarH {
  border-color: #b4b4b4;
  background: #dcdcdc url("etb/images/sliderEmpty.png") repeat-x top left;
}
.etb .dijitSliderBar {
  border-style: solid;
  outline: 1px;
}
.etb .dijitSliderFocused .dijitSliderBar {
  border-color: #888;
}
.etb .dijitSliderImageHandleH {
  border: 0;
  width: 16px;
  height: 16px;
  background: url("etb/images/preciseSliderThumb.png") no-repeat center top;
}
.etb .dijitSliderFocused .dijitSliderImageHandleH {
  background-image: url("etb/images/preciseSliderThumbFocus.png");
  background-image: url("etb/images/preciseSliderThumbFocus.gif");
}
.dj_ie6 .etb .dijitSliderImageHandleH {
  background-image: url("etb/images/preciseSliderThumb.gif");
}
.etb .dijitSliderLeftBumper {
  border-left-width: 1px;
  border-color: #aab0bb;
  background: #c0c2c5 url("etb/images/sliderFull.png") repeat-x top left;
}
.etb .dijitSliderRightBumper {
  background: #dcdcdc url("etb/images/sliderEmpty.png") repeat-x top left;
  border-color: #b4b4b4;
  border-right-width: 1px;
}
.etb .dijitSliderImageHandleV {
  border: 0;
  width: 16px;
  height: 16px;
  background: url("etb/images/sliderThumb.png") no-repeat center center;
}
.etb .dijitSliderFocused .dijitSliderImageHandleV {
  background-image: url("etb/images/sliderThumbFocus.png");
}
.dj_ie6 .etb .dijitSliderFocused .dijitSliderImageHandleV {
  background-image: url("etb/images/sliderThumbFocus.gif");
}
.etb .dijitSliderBottomBumper {
  border-bottom-width: 1px;
  border-color: #aab0bb;
  background: #c0c2c5 url("etb/images/sliderFullVertical.png") repeat-y bottom left;
}
.etb .dijitSliderTopBumper {
  background: #dcdcdc url("etb/images/sliderEmptyVertical.png") repeat-y top left;
  border-color: #b4b4b4;
  border-top-width: 1px;
}
.etb .dijitSliderDecrementIconH,
.etb .dijitSliderDecrementIconV,
.etb .dijitSliderIncrementIconH,
.etb .dijitSliderIncrementIconV {
  background-image: url("etb/images/spriteArrows.png");
  background-repeat: no-repeat;
  margin: 5px;
  height: 7px;
  width: 7px;
  font-size: 1px;
}
.dj_ie6 .etb .dijitSliderDecrementIconH,
.dj_ie6 .etb .dijitSliderDecrementIconV,
.dj_ie6 .etb .dijitSliderIncrementIconH,
.dj_ie6 .etb .dijitSliderIncrementIconV {
  background-image: url("etb/images/spriteArrows.gif");
}
.etb .dijitSliderDecrementIconH {
  background-position: -7px 0;
}
.etb .dijitSliderIncrementIconH {
  background-position: -14px 0;
}
.etb .dijitSliderDecrementIconV {
  background-position: 0 0;
}
.etb .dijitSliderIncrementIconV {
  background-position: -21px 0;
}
.etb .dijitSliderButtonInner {
  visibility: hidden;
}
.etb .dijitSliderReadOnly *,
.etb .dijitSliderDisabled * {
  border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5;
  color: #bdbdbd;
}
.etb .dijitSliderReadOnly .dijitSliderDecrementIconH,
.etb .dijitSliderDisabled .dijitSliderDecrementIconH {
  background-position: -35px 0;
}
.etb .dijitSliderReadOnly .dijitSliderIncrementIconH,
.etb .dijitSliderDisabled .dijitSliderIncrementIconH {
  background-position: -42px 0;
}
.etb .dijitSliderReadOnly .dijitSliderDecrementIconV,
.etb .dijitSliderDisabled .dijitSliderDecrementIconV {
  background-position: -28px 0;
}
.etb .dijitSliderReadOnly .dijitSliderIncrementIconV,
.etb .dijitSliderDisabled .dijitSliderIncrementIconV {
  background-position: -49px 0;
}
/* Make unselected content portion "look" more like a text box and less like a button */
.etb .dijitSelectError .dijitButtonContents,
.etb .dijitSelectHover .dijitArrowButton,
.etb .dijitSelectActive .dijitArrowButton,
.etb .dijitSelectOpened .dijitArrowButton,
.etb .dijitSelectDisabled .dijitArrowButton,
.etb .dijitSelectReadOnly .dijitArrowButton {
  background: transparent none;
}
/* Mirror DropDownButton */
.etb .dijitSelectDisabled,
.etb .dijitSelectDisabled TD {
  border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5 !important;
  background: #e4e4e4 url("etb/images/buttonDisabled.png") top repeat-x;
}
.dj_ie .etb .dijitSelectDisabled TD * {
  filter: gray() alpha(opacity=50);
}
.etb .dijitSelectActive,
.etb .dijitSelectOpened,
.etb .dijitSelectActive TD,
.etb .dijitSelectOpened TD {
  /*
	border-color:#366dba !important;
	background: #ededed url("etb/images/buttonActive.png") bottom repeat-x;
    */
}
/* Make the menu look more combobox-like */
.etb .dijitSelectMenu td {
  padding: 0;
}
.etb .dijitSelectMenu .dijitMenuItemLabel,
.etb .dijitSelectMenu .dijitMenuArrowCell {
  padding: 0.1em 0.2em;
}
/* Layout.css */
/* ContentPane */
.etb .dijitContentPane {
  padding: 0;
}
/* nested layouts */
.etb .dijitTabContainerTop-dijitContentPane,
.etb .dijitTabContainerLeft-dijitContentPane,
.etb .dijitTabContainerBottom-dijitContentPane,
.etb .dijitTabContainerRight-dijitContentPane,
.etb .dijitAccordionContainer-dijitContentPane {
  background-color: #fff;
  padding: 5px;
}
.etb .dijitSplitContainer-dijitContentPane,
.etb .dijitBorderContainer-dijitContentPane {
  background-color: #fff;
  /* override background-color setting on parent .dijitBorderContainer */
  padding: 5px;
}
/* Tabs, shared classes */
.etb .dijitTabPaneWrapper {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
.etb .dijitTabSpacer {
  display: none;
}
.etb .dijitTabContainer .tabStripRBtn {
  margin-right: 20px;
}
.etb .dijitTabContainer .tabStripLBtn {
  margin-left: 20px;
}
.etb .nowrapTabStrip .dijitTab {
  top: 2px;
}
.etb .dijitTabContainerBottom .nowrapTabStrip .dijitTab {
  top: 0;
  bottom: 2px;
}
/* selected tab */
.etb .dijitTabChecked {
  /* the selected tab (with or without hover) */
  background-color: #fff;
  border-color: #ccc;
  background-image: none;
}
/* hovered tab */
.etb .dijitTabHover {
  color: #243c5f;
  border-top-color: #92a0b3;
  border-left-color: #92a0b3;
  border-right-color: #92a0b3;
  border-bottom-color: #92a0b3;
  background: #e2e2e2 url("etb/images/tabHover.gif") repeat-x;
}
.etb .dijitTabContainerTop .dijitTabHover {
  border-bottom-color: #ccc;
}
.etb .dijitTabContainerBottom .dijitTabHover {
  border-top-color: #ccc;
}
.etb .dijitTabContainerLeft .dijitTabHover {
  border-right-color: #ccc;
}
.etb .dijitTabContainerRight .dijitTabHover {
  border-left-color: #ccc;
}
.etb .dijitTabContainer .dijitTabCheckedHover {
  color: inherit;
  border: 1px solid #ccc;
  background: #fff;
}
.etb .dijitTab .tabLabel {
  /* make sure tabs w/close button and w/out close button are same height, even w/small (<12px) font */
  /*min-height: 12px;*/
  display: inline-block;
}
/* Nested Tabs */
.etb .dijitTabContainerNested .dijitTabListWrapper {
  height: auto;
}
.etb .dijitTabContainerNested .dijitTabContainerTop-tabs {
  border-bottom: 1px solid #ccc;
}
.etb .dijitTabContainerTabListNested .dijitTab {
  background: none;
  border: none;
  top: 0;
  /* to override top: 1px/-1px for normal tabs */
}
.etb .dijitTabContainerTabListNested .dijitTabHover .tabLabel {
  text-decoration: underline;
}
.etb .dijitTabContainerTabListNested .dijitTabChecked .tabLabel {
  text-decoration: underline;
  font-weight: bold;
  /*background:#f3f3f3;*/
}
.etb .dijitTabContainer .dijitTabPaneWrapperNested {
  border: none;
  /* prevent double border */
}
/* Close button */
.etb .dijitTabCloseButton {
  background: url("etb/images/tabClose.png") no-repeat right top;
  width: 12px;
  height: 12px;
}
.dj_ie6 .etb .dijitTabCloseButton {
  background-image: url("etb/images/tabClose.gif");
}
.etb .dijitTabCloseButtonHover {
  background-image: url("etb/images/tabCloseHover.png");
}
.dj_ie6 .etb .dijitTabCloseButtonHover {
  background-image: url("etb/images/tabCloseHover.gif");
}
/* ================================ */
/* top tabs */
.etb .dijitTabContainerTop-tabs {
  margin-bottom: 0;
  border-color: #cccccc;
  padding-left: 3px;
  background-position: bottom;
  width: 100% !important;
}
.etb .dijitTabContainerTop-tabs .dijitTab {
  top: 0;
  margin-bottom: -1px;
}
/* top container */
.etb .dijitTabContainerTop-container {
  border-top: none;
}
/* selected tab */
.etb .dijitTabContainerTop-tabs .dijitTabChecked {
  border-bottom-color: white;
}
.etb .dijitTabContainerTop-tabs,
.etb .dijitTabContainerBottom-tabs {
  padding-left: 3px;
  padding-right: 3px;
}
/* strip */
.etb .dijitTabContainerTopStrip {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-top: 2px;
  background: #f2f2f2;
}
.etb .dijitTabContainerTopNone {
  padding-top: 0;
}
/* ================================ */
/* bottom tabs */
.etb .dijitTabContainerBottom-tabs {
  margin-top: 0;
  border-color: #cccccc;
  background-position: top;
  padding-left: 3px;
}
.etb .dijitTabContainerBottom-tabs .dijitTab {
  bottom: 0;
  margin-top: -1px;
}
/* bottom container */
.etb .dijitTabContainerBottom-container {
  border-bottom: none;
}
/* selected tab */
.etb .dijitTabContainerBottom-tabs .dijitTabChecked {
  border-top-color: white;
}
/* strip */
.etb .dijitTabContainerBottomStrip {
  padding-bottom: 2px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-top: none;
}
/* ================================ */
/* right tabs */
.etb .dijitTabContainerRight-tabs {
  border-color: #ccc;
  height: 100%;
  padding-top: 3px;
}
.etb .dijitTabContainerRightStrip {
  margin-left: -1px;
}
/* right container */
.etb .dijitTabContainerRight-container {
  border-right: none;
}
/* selected tab */
.etb .dijitTabContainerRight-tabs .dijitTabChecked {
  border-left-color: white;
}
/* strip */
.etb .dijitTabContainerRightStrip {
  padding-right: 2px;
  border: 1px solid #ccc;
}
.etb .dijitTabContainerRightStrip {
  background: #f2f2f2;
}
/* ================================ */
/* left tabs */
.etb .dijitTabContainerLeft-tabs {
  border-color: #ccc;
  padding-top: 3px;
  height: 100%;
}
/* left container */
.etb .dijitTabContainerLeft-container {
  border-left: none;
}
.etb .dijitTabContainer .dijitTabContainerLeft-container {
  border-top: none;
}
/* selected tab */
.etb .dijitTabContainerLeft-tabs .dijitTabChecked {
  border-right-color: white;
}
/* strip */
.etb .dijitTabContainerLeftStrip {
  padding-left: 2px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-right: none;
}
/* ================================ */
/* left/right tabs */
.etb .dijitTabContainerLeft-tabs .dijitTab,
.etb .dijitTabContainerRight-tabs .dijitTab {
  margin-right: 0;
  margin-bottom: 4px;
  /* space between one tab and the next in left/right mode */
}
/* ================================ */
/* this resets the tabcontainer stripe when within a contentpane */
.etb .dijitTabContainerTop-dijitContentPane .dijitTabContainerTop-tabs {
  border-left: 0 solid #ccc;
  border-top: 0 solid #ccc;
  border-right: 0 solid #ccc;
  padding-top: 0;
  padding-left: 0;
}
/* ================================ */
/* Menu and slider control styles */
.etb .dijitTabContainer .tabStripButton {
  margin-right: 0;
  padding-top: 2px;
  z-index: 12;
}
.etb .dijitTabContainerBottom .tabStripButton {
  padding-top: 3px;
}
.etb .tabStrip-disabled .tabStripButton {
  padding-bottom: 3px;
  padding-top: 1px;
}
.etb .tabStripButton {
  padding: 3px 2px 4px 2px;
}
.etb .dijitTabStripIcon {
  height: 14px;
  width: 14px;
  background: url(etb/images/spriteRoundedIconsSmall.png) no-repeat left top;
}
.dj_ie6 .etb .dijitTabStripIcon {
  background-image: url(etb/images/spriteRoundedIconsSmall.gif);
}
.etb .dijitTabStripSlideRightIcon {
  background-position: -30px top;
}
.etb .dijitTabStripMenuIcon {
  background-position: -15px top;
}
/* Accordion */
.etb .dijitAccordionContainer {
  border-color: #ccc;
  background-color: #fff;
}
/* common */
.etb .dijitAccordionTitle {
  background: #fafafa url("etb/images/titleBar.png") repeat-x bottom left;
  border-top: 1px solid #bfbfbf;
  padding: 4px 4px 4px 8px;
}
.etb .dijitAccordionTitleHover {
  background: #f8fafd url("etb/images/accordionItemHover.gif") bottom repeat-x;
}
.etb .dijitAccordionTitleSelected {
  background: #f9f9f9 url("etb/images/accordionItemActive.gif") bottom repeat-x;
  font-weight: bold;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #bfbfbf;
  padding: 4px 4px 4px 8px;
}
.etb .dijitSplitContainerSizerH {
  background: url("etb/images/splitContainerSizerV.png") repeat-y #fff;
  border: 0;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  width: 7px;
}
.etb .dijitSplitContainerSizerH .thumb {
  background: url("etb/images/splitContainerSizerV-thumb.png") no-repeat #ccc;
  left: 1px;
  width: 3px;
  height: 19px;
  overflow: hidden;
}
.etb .dijitSplitContainerSizerV {
  background: url("etb/images/splitContainerSizerH.png") repeat-x #fff;
  border: 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  height: 7px;
}
.etb .dijitSplitContainerSizerV .thumb {
  background: url("etb/images/splitContainerSizerH-thumb.png") no-repeat #ccc;
  top: 1px;
  width: 19px;
  height: 3px;
  overflow: hidden;
}
/* BorderContainer */
.etb .dijitBorderContainer {
  background-color: none /* #fcfcfc */;
  padding: 5px;
}
.etb .dijitSplitContainer-child,
.etb .dijitBorderContainer-child {
  /* By default put borders on all children of BorderContainer,
   *  to give illusion of borders on the splitters themselves.
   */
  /*border: 1px #ccc solid;*/
}
.etb .dijitBorderContainer-dijitTabContainerTop,
.etb .dijitBorderContainer-dijitTabContainerBottom,
.etb .dijitBorderContainer-dijitTabContainerLeft,
.etb .dijitBorderContainer-dijitTabContainerRight {
  /* except that TabContainer defines borders on it's sub-nodes (tablist and dijitTabPaneWrapper),
   * so override rule setting border on domNode
   */
  border: none;
}
.etb .dijitBorderContainer-dijitBorderContainer {
  /* also, make nested BorderContainers look like a single big widget with lots of splitters */
  border: none;
  padding: 0;
}
.etb .dijitSplitterH,
.etb .dijitGutterH {
  background: none /* #fcfcfc */;
  border: 0;
  height: 5px;
}
.etb .dijitSplitterH .dijitSplitterThumb {
  background: #b0b0b0 none;
  height: 1px;
  top: 2px;
  width: 19px;
}
.etb .dijitSplitterV,
.etb .dijitGutterV {
  background: none /* #fcfcfc */;
  border: 0;
  width: 5px;
}
.etb .dijitSplitterV .dijitSplitterThumb {
  background: #b0b0b0 none;
  height: 19px;
  left: 2px;
  width: 1px;
}
/* active splitter */
.etb .dijitSplitterActive {
  font-size: 1px;
  background-image: none;
  background-color: #aaa;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin: 0;
}
/* NewStyles.css */
input[type="text"],
select,
textarea {
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
  color: #000 !important;
  background-color: none !important;
}
input[type="text"]:focus,
textarea:focus {
  /*background:#e7e7e7 !important;*/
}
.etb a,
.etb label,
.etb input[type="checkbox"],
*:focus {
  outline: none !important;
}
.cosmo-search-status-toolbar select:focus,
.cosmo-search-status-toolbar .dijitSelect:focus,
.cosmo-search-status-toolbar input[type="checkbox"]:focus,
.cosmo-search-status-toolbar checkbox:focus,
.cosmo-search-status-toolbar .dijitCheckBox:focus {
  box-shadow: 0 0 5px #51cbee !important;
  border: 1px solid #51cbee;
}
label {
  text-align: left;
  color: #000;
  font-size: 14px;
}
/* clear out all white color backgrounds */
div[id^="dijit_layout_BorderContainer_"],
div[id^="dijit_layout_TabContainer_"],
#appLayout,
.dijitTabPaneWrapper.dijitTabContainerTop-container.dijitAlignClient {
  /*background:transparent !important;*/
}
/* level one tab containers */
/* this is the main navigation, does not include the container */
.cosmo-search-status-toolbar {
  border-radius: 5px;
  position: absolute !important;
  left: auto !important;
  right: 0 !important;
  top: 0 !important;
  width: 60px;
  height: calc(100% - 12px) !important;
  background: #333;
  color: #aaa;
  border-right: 1px solid #181818;
  -webkit-transition: width 0s, box-shadow 0s, opacity 0s, background 0s;
  -moz-transition: width 0s, box-shadow 0s, opacity 0s, background 0s;
  -ms-transition: width 0s, box-shadow 0s, opacity 0s, background 0s;
  -o-transition: width 0s, box-shadow 0s, opacity 0s, background 0s;
  transition: width 0s, box-shadow 0s, opacity 0s, background 0s;
}
.cosmo-search-status-toolbar .navigation--label {
  opacity: 1;
  pointer-events: auto;
}
.cosmo-search-status-toolbar.expanded {
  width: 32% !important;
  min-width: 450px;
  background: #eee !important;
  box-shadow: -50px 60px 100px rgba(0, 0, 0, 0.8);
  -webkit-transition: width 0.15s ease, box-shadow 0.15s, opacity 0.15s, background 0.15s;
  -moz-transition: width 0.15s ease, box-shadow 0.15s, opacity 0.15s, background 0.15s;
  -ms-transition: width 0.15s ease, box-shadow 0.15s, opacity 0.15s, background 0.15s;
  -o-transition: width 0.15s ease, box-shadow 0.15s, opacity 0.15s, background 0.15s;
  transition: width 0.15s ease, box-shadow 0.15s, opacity 0.15s, background 0.15s;
}
.cosmo-search-status-toolbar.expanded .navigation--label {
  opacity: 1;
  pointer-events: auto;
}
.cosmo-search-status-toolbar .tabLabel {
  width: 100%;
}
.cosmo-search-status-toolbar--container {
  flex-direction: column;
  position: absolute !important;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: calc(100% - 5px);
}
.cosmo-search-status-toolbar--footer {
  margin-left: calc(-0.45em - 2px);
  margin-right: calc(-0.45em - 2px);
  background: #fff;
  border-top: 1px solid #ccc;
  font-size: 0.8em !important;
}
.cosmo-search-status-toolbar--footer > span {
  float: left;
}
.cosmo-search-status-toolbar--action-button {
  position: absolute;
  cursor: pointer;
  top: 10px;
  margin: 0 8px;
  font-size: 1.2em;
  width: 1.8em;
  height: 1.8em;
}
.cosmo-search-status-toolbar--action-button span {
  margin-left: 2px;
}
.cosmo-search-status-toolbar--action-button:hover {
  color: #f05a28;
}
.cosmo-search-status-toolbar--search-icon-container {
  position: absolute;
  cursor: pointer;
  top: 10px;
  margin: 0 4px;
  font-size: 1.2em;
  width: 1.8em;
  height: 1.8em;
}
.cosmo-search-status-toolbar--search-icon-container span {
  margin-left: 2px;
}
.cosmo-search-status-toolbar--search-icon-container i {
  margin-left: 0.9em;
  transform: translate(-50%, 0);
  line-height: 1.8em;
}
.cosmo-search-status-toolbar--search-icon-container:hover {
  color: #f05a28;
}
.cosmo-search-status-toolbar--action-button {
  position: inherit;
  top: 0;
  margin: 0;
}
.cosmo-search-status-toolbar--action-button span {
  line-height: 1.8em;
  margin-left: 7px;
}
.cosmo-search-status-toolbar--action-button span .time-icon {
  margin-left: 1px;
}
.cosmo-search-status-toolbar--action-button span .hardcost-icon {
  margin-left: 4px;
}
.cosmo-search-status-toolbar--action-button span .operating-icon,
.cosmo-search-status-toolbar--action-button span .trust-deposit-icon,
.cosmo-search-status-toolbar--action-button span .trust-payment-icon {
  position: relative;
}
.cosmo-search-status-toolbar--action-button span .operating-icon:after,
.cosmo-search-status-toolbar--action-button span .trust-deposit-icon:after,
.cosmo-search-status-toolbar--action-button span .trust-payment-icon:after {
  font-family: FontAwesome;
  content: "\f063";
  text-align: center;
  width: 16px;
  height: 16px;
  font-size: 0.7em;
  position: absolute;
  line-height: 1.5;
  color: #aaa;
  -webkit-transition: color 0.75s ease;
  -moz-transition: color 0.75s ease;
  -o-transition: color 0.75s ease;
  transition: color 0.75s ease;
  background: #ccc;
  border-radius: 150px;
  top: 12px;
  left: 10px;
}
.cosmo-search-status-toolbar--action-button span .trust-payment-icon:after {
  content: "\f062";
}
.cosmo-search-status-toolbar--action-container {
  position: absolute;
  color: #aaa;
}
.filter-label {
  display: none;
}
.filter-buttons {
  display: none;
}
.expanded .cosmo-search-status-toolbar--action-container {
  display: none;
}
.expanded .cosmo-search-status-toolbar--container {
  display: flex;
}
.expanded .filter-label {
  display: inline-block;
  margin-right: 2%;
}
.expanded .filter-buttons {
  display: inline-block;
  margin-top: 3px;
}
.expanded .cosmo-search-status-toolbar--title-container {
  position: static;
  width: calc(100% - 40px);
  font-size: 1em;
  margin: 0 20px;
  cursor: pointer;
  background-color: transparent;
  height: 36px;
}
.expanded .cosmo-search-status-toolbar--title-container span {
  margin-left: 0;
}
.expanded .cosmo-search-status-toolbar--title-container:after {
  display: block;
  content: "";
  border-bottom: 1px solid #ccc;
  width: 87%;
  position: absolute;
  right: 7%;
  top: 33px;
}
.cosmo-search-status-toolbar--title {
  font-weight: 700;
  text-transform: uppercase;
  color: #51565a;
}
.cosmo-search-status-toolbar--title i {
  color: #b6eaf6;
}
.cosmo-search-status-toolbar--title-icons {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #ccc;
  border-radius: 20px;
}
.cosmo-search-status-toolbar--title-icons:hover {
  background: #8c8c8c;
}
.cosmo-search-status-toolbar--title-icons i {
  margin-left: 10px;
  transform: translate(-50%, 0);
  line-height: 20px;
  position: absolute;
}
.cosmo-search-status-toolbar--title-icons.pinned {
  background: #8c8c8c;
}
.cosmo-search-status-toolbar--status-content {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 0.8em;
}
.cosmo-search-status-toolbar--status-content label {
  padding: 0 !important;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .cosmo-search-status-toolbar--operator-container-date {
  max-width: 110px;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .cosmo-search-status-toolbar--operator-container-date .dijitReset.dijitInputField.dijitButtonText {
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .cosmo-search-status-toolbar--operator-container {
  max-width: 85px;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .cosmo-search-status-toolbar--operator-container .dijitReset.dijitInputField.dijitButtonText {
  max-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .dijitDownArrowButton.dijitSelect {
  height: 25px !important;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .dijitDownArrowButton.dijitSelect .dijitReset.dijitStretch.dijitButtonContents {
  height: 25px !important;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .dijitDownArrowButton.dijitSelect .dijitButtonNode.dijitArrowButton {
  height: 25px !important;
  line-height: 25px;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .dijitTextBox * input,
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .dijitTextArea,
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .dijitPlaceHolder {
  height: 22px !important;
}
.cosmo-search-status-toolbar--status-content .cosmo-search-status-toolbar--status-filters .cosmo-search-status-toolbar--widget-container .cosmo-date-input .dijitReset.dijitRight.dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer {
  height: 23px !important;
  line-height: 23px;
}
.cosmo-search-status-toolbar--status-buttons {
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
}
.cosmo-search-status-toolbar--status-buttons .dijit.dijitReset.dijitInline.dijitButton {
  margin-right: 0 !important;
}
.cosmo-search-status-toolbar--status-buttons .selected {
  background: #bbbbbb;
}
.cosmo-search-status-toolbar--status-buttons div :hover {
  background: #bbbbbb;
}
.cosmo-search-status-toolbar--status-buttons div span {
  width: 100%;
}
.cosmo-search-status-toolbar--status-buttons div span .dijitButtonText {
  text-align: left;
  padding: 0 0 0 35px;
  line-height: 28px;
}
.cosmo-search-status-toolbar--status-buttons div span .dijitButtonText:hover {
  color: #51565a;
}
.cosmo-search-status-toolbar--status-filters {
  font-weight: 400;
  width: 100%;
  margin-top: 10px;
  font-size: 1em !important;
}
.cosmo-search-status-toolbar--widget-container label {
  font-size: 0.95em !important;
}
.cosmo-search-status-toolbar--widget-container .dijitInputInner {
  padding-left: 10px !important;
  font-size: 0.95em;
}
.cosmo-search-status-toolbar--widget-container .dijit.dijitReset.dijitInline.dijitLeft.dijitTextBox.dijitComboBox.dijitValidationTextBox.dijitTextBoxDisabled.dijitComboBoxDisabled.dijitValidationTextBoxDisabled.dijitDisabledmo {
  background: #f6f6f6 !important;
}
.cosmo-search-status-toolbar--widget-operator .dijitSelectLabel {
  max-width: 30px;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.track-time-activity .dijitSelectLabel {
  max-width: 350px;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cosmo-search-status-toolbar--content {
  overflow-y: auto !important;
  flex: 1;
  display: flex;
}
.cosmo-search-status-toolbar--widget-checkbox {
  margin-top: 3px;
  max-width: 27px;
}
.cosmo-search-status-toolbar--widget-label {
  max-width: 135px;
}
.cosmo-search-status-toolbar--last-container-op {
  min-width: 50%;
  width: calc(100% - 220px);
}
.cosmo-search-status-toolbar--last-container-op-date {
  min-width: 43.75%;
  width: calc(100% - 245px);
}
.cosmo-search-status-toolbar--last-container {
  min-width: 62.5%;
}
#applicationTabContainer_tablist {
  position: fixed !important;
  height: 100% !important;
  width: 60px;
  background: #333;
  color: #aaa;
  border-right: 1px solid #181818;
  overflow: hidden !important;
  -webkit-transition: width 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  -moz-transition: width 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  -ms-transition: width 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  -o-transition: width 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: width 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
#applicationTabContainer_tablist.expand:hover {
  width: 260px;
  box-shadow: 50px 0 100px rgba(0, 0, 0, 0.8);
}
#applicationTabContainer_tablist.expand:hover .navigation--label {
  display: inherit;
  opacity: 1;
  pointer-events: auto;
  padding-top: 3px;
}
#applicationTabContainer_tablist.expand:hover .logoContainer .collapsed-logo {
  opacity: 0;
  display: none;
}
#applicationTabContainer_tablist.expand:hover .logoContainer .expanded-logo {
  opacity: 1;
  display: block;
}
#applicationTabContainer_tablist.supressTransition {
  -webkit-transition: width 0s, ease-in-out, box-shadow 0s ease-in-out, opacity 0s ease-in-out;
  -moz-transition: width 0s ease-in-out, box-shadow 0s ease-in-out, opacity 0s ease-in-out;
  -ms-transition: width 0s ease-in-out, box-shadow 0s ease-in-out, opacity 0s ease-in-out;
  -o-transition: width 0s ease-in-out, box-shadow 0s ease-in-out, opacity 0s ease-in-out;
  transition: width 0s ease-in-out, box-shadow 0s ease-in-out, opacity 0s ease-in-out;
}
#applicationTabContainer_tablist .tabLabel {
  width: 100%;
}
#applicationTabContainer_tablist .logoContainer {
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 20px 0 15px;
}
#applicationTabContainer_tablist .logoContainer .expanded-logo {
  opacity: 0;
  display: none;
  line-height: 25px;
  height: 30px;
  margin-top: 4.5px;
  margin-bottom: 0.5px;
  margin-left: 5px;
}
#applicationTabContainer_tablist .logoContainer img {
  height: 30px;
}
@media (max-width: /*(min-width : 481px) and */ /*(min-width : 481px) and */ 1024px) {
  .cosmo-search-status-toolbar .cosmo-search-status-toolbar--status-content {
    margin-top: 0;
  }
  .cosmo-search-status-toolbar.expanded {
    min-width: 250px;
  }
  .cosmo-search-status-toolbar.expanded .cosmo-search-status-toolbar--widget-container .col-11,
  .cosmo-search-status-toolbar.expanded .cosmo-search-status-toolbar--widget-container .col-3,
  .cosmo-search-status-toolbar.expanded .cosmo-search-status-toolbar--widget-container .col-4,
  .cosmo-search-status-toolbar.expanded .cosmo-search-status-toolbar--widget-container .col-8,
  .cosmo-search-status-toolbar.expanded .cosmo-search-status-toolbar--widget-container .col-7 {
    width: 100% !important;
    max-width: none;
    padding-top: 0 !important;
    margin-left: 0 !important;
  }
  .cosmo-search-status-toolbar.expanded .cosmo-search-status-toolbar--widget-container .col-1 {
    width: 12%;
    max-width: none;
  }
  .cosmo-search-status-toolbar.expanded .cosmo-search-status-toolbar--widget-container .col-5,
  .cosmo-search-status-toolbar.expanded .cosmo-search-status-toolbar--widget-container .col-15 {
    width: 100%;
    max-width: none;
    padding-bottom: 0 !important;
  }
}
.navigation--icon {
  font-size: 18px;
  margin-right: 22px;
}
.navigation--label {
  display: none;
  opacity: 0;
  pointer-events: none;
}
#applicationTabContainer_tablist .dijitTab.pin-button {
  margin: 0px 20px 0px 12px;
  padding: 0;
}
#applicationTabContainer_tablist .dijitTab {
  width: auto;
  height: 45px;
  line-height: 39px;
  margin: 0px;
  /* space between one tab and the next in top/bottom mode */
  padding: 0px 20px 0px 20px;
  color: #aaa;
  border: none;
  background-color: transparent !important;
  background-image: none;
  border-right: 1px solid #181818;
  font-size: 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  background-color: #e0e0e0;
}
#applicationTabContainer_tablist .dijitTab.pin-pressed {
  background-color: #404040 !important;
  padding: 0 20px 0 20px;
  margin: 0;
}
#applicationTabContainer_tablist .dijitTab.pin-button.pin-pressed {
  background-color: #404040 !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#applicationTabContainer_tablist .dijitTab.pin-button {
  position: absolute;
  border-right: none;
  bottom: 2%;
  width: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#applicationTabContainer_tablist .dijitTab.support-button {
  width: 100%;
  background-color: #44c9e9 !important;
  color: white;
  padding-right: 0;
  padding-left: 15px !important;
  position: absolute;
  border-right: none;
  bottom: calc(2% + 102px);
}
#applicationTabContainer_tablist .dijitTab.support-button .navigation--icon {
  margin-right: 10px;
}
#applicationTabContainer_tablist .dijitTab.refer-button {
  width: 100%;
  background-color: #44c9e9 !important;
  color: white;
  padding-right: 2px;
  padding-left: 12px !important;
  position: absolute;
  border-right: none;
  bottom: calc(2% + 51px);
}
#applicationTabContainer_tablist .dijitTab.refer-button .navigation--icon {
  margin-right: 10px;
}
#applicationTabContainer_tablist .dijitTab.nextgen-button {
  width: 100%;
  background: linear-gradient(270deg, #F59F01 3.86%, #AFB05D 70.83%, #44C9E9 96.47%);
  color: white;
  padding-right: 2px;
  padding-left: 18px !important;
  position: absolute;
  border-right: none;
  bottom: calc(2% + 153px);
}
#applicationTabContainer_tablist .dijitTab.nextgen-button .navigation--icon {
  margin-right: 10px;
}
#applicationTabContainer_tablist.expand-test .dijitTab.support-button {
  padding-right: 40px;
}
#applicationTabContainer_tablist.expand-test .dijitTab.refer-button {
  padding-right: 73px;
}
#applicationTabContainer_tablist.expand-test .dijitTab.nextgen-button {
  padding-right: 73px;
}
#nextGenDialog .dijitDialogPaneContent {
  padding: 0px 0px 55px 0px !important;
}
.livechat_button a {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: #aaa;
  font-size: 17px;
}
.livechat_button a:hover {
  color: #fff;
}
#applicationTabContainer_tablist .dijitTabChecked {
  color: #f05a28;
}
#applicationTabContainer_tablist .dijitTabHover {
  background-color: transparent !important;
  background-image: none;
  color: #ffffff;
  background: #a2a2a2;
}
#applicationTabContainer_tablist .dijitTabContainerTop-tabs {
  background: #44c9e9 !important;
  /*background:url('etb/images/etb-ui/main_nav_ext.gif') repeat-x !important; */
  /*background:url('etb/images/etb-ui/ext_top_bar_ext.gif') repeat-x !important;*/
  height: 45px !important;
  border: none;
  padding: 0;
}
.dijitBorderContainer {
  /*background-color: #fff;*/
  /*background: url('etb/images/etb-ui/ext_bg.gif') repeat-x;*/
  padding: 0px !important;
}
.dijitGutterH {
  height: 0 !important;
}
/* level 2 tab containers  */
.dijitTabContainerTop-tabs {
  border-color: #e0e0e0 !important;
  /* background:url('etb/images/etb-ui/ext_bg.gif') repeat-x !important; */
  background: #fff;
}
.dijitTabContainerTop-container {
  /* this eliminates the border on the level 2 nav */
  border: none !important;
}
.dijitTabInnerDiv {
  margin: 0 !important;
  padding: 0 !important;
}
.nowrapTabStrip {
  border-bottom: none;
  margin: 0 !important;
  padding: 0 !important;
}
.dijitTabListWrapper {
  background-color: none;
  padding: 0 0 0 0 !important;
}
.etb .dijitTab {
  /* width:90px; */
  height: 30px;
  line-height: 22px;
  margin-top: 10px;
  margin-right: 0px;
  /* space between one tab and the next in top/bottom mode */
  margin-left: 10px;
  padding: 0px 15px 0px 15px;
  color: #989898;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
  background-color: #e0e0e0;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 13px;
}
.etb .matterMainTab .dijitTab,
.dashboard-main-tab .dijitTab,
.activities-main-tab .dijitTab,
.accounting-main-tab .dijitTab,
.setup-main-tab .dijitTab,
.user-main-tab .dijitTab,
.contact-main-tab .dijitTab {
  padding: 0px 15px 0px 25px;
}
.etb .dijitTabChecked {
  background-color: #fff;
  background-image: none;
  color: #000;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
}
.etb .dijitTabHover {
  background-color: #e0e0e0;
  color: #000;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
  background: #dadada;
}
.etb .dijitTabChecked.dijitTabHover {
  background-color: #fff;
  color: #000;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
}
/* level 2 pane wrapper*/
div[id^="dijit_layout_TabContainer_"] {
  margin: 0 !important;
}
.dijitContentPane.dijitBorderContainer-child.dijitBorderContainer-dijitContentPane.dijitBorderContainerPane.dijitAlignTop {
  /* background: url('etb/images/etb-ui/ext_bg.gif') repeat-x !important; */
  background: #fff;
  height: 35px !important;
  padding: 10px 25px 0 25px !important;
}
.etb .dijitButtonText {
  color: #51565a;
  text-align: center;
  padding: 0;
  margin-left: 2px;
}
.etb .dijitButtonText:hover {
  color: #faa201;
}
.dijitButtonDisabled .dijitButtonText:hover,
.dijitDropDownButtonDisabled .dijitButtonText:hover {
  color: #7f7f7f;
}
/* toolbar */
.etb .dijitToolbar {
  border: none !important;
  padding: 0px 10px;
  height: 30px !important ;
  line-height: 30px !important;
  background: #fff !important;
}
.dropdown-container .dijitReset.dijitStretch.dijitButtonContents.dijitDownArrowButton {
  background: none !important;
}
.dropdown-container .dijitButtonText {
  margin-top: -4px;
}
.etb .dijitToolbar .dijitButton,
.dropdown-container .dijitButton {
  margin: 0 !important;
  height: 24px !important;
}
.etb .dijitToolbar .dijitDownArrowButton,
.dropdown-container .dijitDownArrowButton {
  background: none !important;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  height: 26px !important;
  line-height: 24px !important;
}
.etb .dijitToolbar .dijitButton,
.etb .dijitToolbar .dijitToggleButton,
.etb .dijitToolbar .dijitDropDownButton,
.etb .dijitToolbar .dijitComboButton .dijitButtonContents,
.etb .dijitToolbar .dijitComboButton .dijitDownArrowButton,
.dijitDropDownButton,
.dropdown-container .dijitButton,
.dropdown-container .dijitToggleButton,
.dropdown-container .dijitDropDownButton,
.dropdown-container .dijitComboButton .dijitButtonContents,
.dropdown-container .dijitComboButton .dijitDownArrowButton,
.dijitDropDownButton {
  background: none;
  padding: 0;
  margin: 0;
}
.etb .dijitToolbar .dijitButtonHover,
.etb .dijitToolbar .dijitToggleButtonHover,
.etb .dijitToolbar .dijitDropDownButtonHover,
.etb .dijitToolbar .dijitComboButton .dijitButtonContentsHover,
.etb .dijitToolbar .dijitComboButton .dijitDownArrowButtonHover,
.dropdown-container .dijitButtonHover,
.dropdown-container .dijitToggleButtonHover,
.dropdown-container .dijitDropDownButtonHover,
.dropdown-container .dijitComboButton .dijitButtonContentsHover,
.dropdown-container .dijitComboButton .dijitDownArrowButtonHover {
  /* TODO: change this from Hover to Selected so that button is still highlighted while drop down is being used */
  border: none;
  padding: 0;
  /* reduce padding to compensate for space taken by border */
  background: none;
}
.dijitReset.dijitStretch.dijitButtonContents.dijitDownArrowButton {
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.dijit.dijitReset.dijitInline.dijitButton,
.dijit.dijitReset.dijitInline.dijitButton.dijitButtonDisabled.dijitDisabled,
.dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
}
.dijitToolbar .dijit.dijitReset.dijitInline.dijitDropDownButton,
.dropdown-container .dijit.dijitReset.dijitInline.dijitDropDownButton {
  margin: 0 !important;
}
/* drop down button top right */
.etb .dijitButtonHover .dijitButtonNode,
.etb .dijitButtonNodeHover,
.etb .dijitToggleButtonHover .dijitButtonNode,
.etb .dijitDropDownButtonHover .dijitButtonNode,
.etb .dijitComboButton .dijitButtonContentsHover,
.etb .dijitComboButton .dijitDownArrowButtonHover {
  /* hover state - inner */
  /* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used
  border-color: #a5beda;
  border-bottom-color:#5c7590;
  color:@cosmolex-normal-gray;
  background:none;
      */
}
.etb .dijitDownArrowButtonHover,
.etb .dijitUpArrowButtonHover {
  /* same as above except don't adjust border color (it's controlled by the containing Spinner/ComboBox) */
  color: #e0e0e0;
  background: none;
}
.etb .dijitUpArrowButtonActive,
.etb .dijitDownArrowButtonActive,
.etb .dijitButtonActive .dijitButtonNode,
.etb .dijitToggleButtonActive .dijitButtonNode,
.etb .dijitDropDownButtonActive,
.etb .dijitDropDownButtonActive .dijitButtonNode,
.etb .dijitButtonContentsActive,
.etb .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
  /* active state - inner (for when you are pressing a normal button, or
   * when a radio-type button is in a depressed state
   */
  border-color: #e0e0e0;
  background: none;
  color: #e0e0e0;
}
.etb .dijitTextBoxReadOnly,
.etb .dijitTextBoxReadOnly .dijitButtonNode,
.etb .dijitButtonDisabled .dijitButtonNode,
.etb .dijitToggleButtonDisabled .dijitButtonNode,
.etb .dijitDropDownButtonDisabled .dijitButtonNode,
.etb .dijitComboButtonDisabled .dijitButtonNode,
.etb .dijitTextBoxDisabled,
.etb .dijitTextBoxDisabled .dijitButtonNode {
  border-color: #d5d5d5;
  background: none;
}
/* table container */
div[id^="dijit_layout_ContentPane_"]:not(.paramsContainer):not(.groupBorderContainer):not(.download-options-step2-option-container) {
  overflow: hidden !important;
}
/* table elements */
.dgrid {
  height: 100% !important;
  font-family: "Segoe UI", Segoe, 'Open Sans', Tahoma, Geneva, sans-serif;
  border-radius: 5px;
}
.dgrid-spacer-row {
  height: 0 !important;
}
.dgrid-resize-handle {
  width: 5px !important;
}
.dgrid-resize-handle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 17%;
  border-left: 1px solid #aaa;
}
.dgrid .dgrid-row {
  max-height: 40px;
  height: 40px;
}
.dgrid .dgrid-content .dgrid-cell,
.dgrid .dgrid-row-table .dgrid-resize-header-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dgrid .dgrid-row-table .dgrid-resize-header-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}
.dgrid-scrollbar-width .dgrid-hider-menu::-webkit-scrollbar {
  width: 10px !important;
}
.dgrid-grid .dgrid-header-row {
  background: #5a5a5a;
  right: 10px !important;
}
.dgrid-grid .dgrid-scrollbar-width {
  width: 10px !important;
}
.dgrid-grid ::-webkit-scrollbar {
  width: 10px;
}
.dgrid-resize-header-container {
  padding-top: 2px;
}
.dgrid-header {
  max-height: 40px;
  height: 30px;
}
.dgrid-header .dgrid-header-row {
  background: #5a5a5a;
}
.dgrid-header .cosmo-textAlign-right {
  padding-right: 4px !important;
}
.dgrid-header .cosmo-textAlign-right .dgrid-resize-header-container {
  padding-right: 10px !important;
}
.dgrid-header .dgrid-row-table .dgrid-cell {
  border: none !important;
  color: white;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.dgrid-navigation .dgrid-page-link {
  color: #555 !important;
}
.dgrid-navigation .dgrid-page-disabled {
  color: #aaa !important;
}
.dgrid-row-even {
  background-color: rgba(245, 245, 245, 0.81) !important;
}
.dijitGutter {
  display: none;
}
.dgrid-cell {
  font-size: 12px !important;
  text-align: left;
  color: #000;
  position: relative;
  border: none !important;
  vertical-align: middle !important;
}
.dgrid-cell.cosmo-textAlign-right {
  padding-right: 10px;
}
.dgrid-sort-arrow {
  position: absolute;
  right: -7px;
}
.dgrid-cell .dijitValidationTextBox {
  margin: 0 !important;
  padding: 0 !important;
}
.dgrid th {
  font-weight: lighter !important;
  border: none;
  border-right: 1px solid #fff;
  color: #c6c6c6;
  background: #494848;
}
.dgrid-row:hover {
  background-color: #dfdfdf !important;
}
.dgrid-row-even {
  color: #3c3c3c;
  background: #fff /*#efefef*/;
}
.dgrid-row-odd {
  color: #3c3c3c;
  background: #fff /*#dedede*/;
}
.dgrid-footer {
  min-height: 25px;
  border-top: none;
  height: 22px;
  min-height: 0;
  background-color: #f5f5f5 !important;
  -webkit-box-shadow: 0 0px 7px #7B7C7F;
  -moz-box-shadow: 0 0px 7px #7B7C7F;
  -o-box-shadow: 0 0px 7px #7B7C7F;
  box-shadow: 0 0px 7px #7B7C7F;
}
.dgrid-footer .dgrid-navigation {
  height: 15px;
  line-height: 15px;
}
.dgrid-status {
  font-size: 13px;
  color: #faa201;
  padding: 0px !important;
}
/* selects */
.etb .dijitDownArrowButton {
  background: #fff url("etb/images/etb-ui/select_down_square.gif") no-repeat !important;
  height: 30px !important;
  line-height: 30px;
  border: none;
}
.etb .dijitSelect .dijitArrowButton,
.etb .dijitComboBox .dijitDownArrowButton {
  background: #fff url("etb/images/etb-ui/select_down_square.gif") no-repeat !important;
  height: 28px !important;
  line-height: 28px;
  border: 1px solid #e7e7e7;
  border-left: none !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fcfcfc !important;
  position: relative;
}
.etb .dijitSelect .dijitArrowButton:before,
.etb .dijitComboBox .dijitDownArrowButton:before {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  top: 0;
  right: 8px;
  color: #555;
}
.etb .dijitComboBox .dijitDownArrowButton {
  border-left: 1px solid #e0e0e0 !important;
}
.etb .dijitSelectDisabled,
.etb .dijitSelectDisabled TD {
  border-color: #e0e0e0 !important;
  border-right: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.etb .dijitSelectOpened .dijitArrowButton {
  border-bottom-right-radius: 0;
}
.dijitSelect .dijitButtonContents {
  font-size: 13px;
  height: 28px !important;
  line-height: 28px;
  border: 1px solid #e7e7e7 !important;
  background: url("etb/images/etb-ui/select_bg_ext.gif") #fff repeat-x !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px !important;
}
.etb .dijitSelectMenu {
  font-size: 13px;
  color: #6d6d6d;
}
.etb .dijitMenuPassive .dijitMenuItemHover,
.etb .dijitComboBoxMenu .dijitMenuItemHover,
.etb .dijitMenuItemSelected {
  background: #ececec;
  color: #000 !important;
}
.etb .dijitSelectHover,
.etb .dijitSelectActive,
.etb .dijitSelectOpened,
.etb .dijitSelectActive TD,
.etb .dijitSelectOpened TD {
  border-color: #44c9e9 !important;
  background: #ededed url("etb/images/buttonActive.png") bottom repeat-x;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none !important;
}
.etb .dijitComboButton {
  background: #ff3300 !important;
}
.dijitReset.dijitInputField.dijitArrowButtonInner {
  color: #000 !important;
}
/* select drop menus */
.dijitMenuSeparator {
  display: none;
}
.etb .dijitMenu,
.etb .dijitMenuBar {
  border: 1px solid #9e9e9e;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* operations menu */
/* dialog box */
#matterTimeInfoMatter {
  width: 200px;
}
fieldset {
  padding: 0;
  border: 1px solid #e0e0e0;
  outline: none;
}
/* text fields and selects */
.dijitTextBox,
textarea,
.dijitSelect {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dijitSelectOpened .dijitArrowButton,
.dijitSelectHover .dijitArrowButton,
.dijitSelectFocused .dijitArrowButton,
.dijitSelectOpened .dijitButtonNode,
.dijitSelectHover .dijitButtonNode,
.dijitSelectFocused .dijitButtonNode,
.dijitSelectOpened .dijitButtonContents,
.dijitSelectHover .dijitButtonContents,
.dijitSelectFocused .dijitButtonContents {
  border: 1px solid #44c9e9 !important;
}
.dijitSelect .dijitButtonContents {
  border-right: none !important;
}
/* content pane */
.etb .dijitContentPane {
  padding: 0;
  border: none;
}
/* nested layouts */
/* nested layouts */
.etb .dijitTabContainerTop-dijitContentPane,
.etb .dijitTabContainerLeft-dijitContentPane,
.etb .dijitTabContainerBottom-dijitContentPane,
.etb .dijitTabContainerRight-dijitContentPane,
.etb .dijitAccordionContainer-dijitContentPane {
  padding: 10px 25px 10px 25px;
}
.etb .dijitContentPaneSingleChild {
  padding: 0px !important;
}
.etb .dijitSplitContainer-dijitContentPane,
.etb .dijitBorderContainer-dijitContentPane {
  padding: 0 10px 10px 10px;
}
/* form field label alignment */
.etb .dijitFormContainer {
  padding: 10px;
  border-color: #e0e0e0;
}
.etb .dijitFormLabel,
.etb .dijitLabelForm,
.etb .dijitReceivePaymentLabel {
  text-align: left;
  font-size: 13px;
  padding-left: 10px;
  width: auto;
}
.etb .dijitFormContainer input {
  /*width:100px !important;background:#ff3300 !important;*/
}
.etb .matterSettingsTabWrapper {
  top: 41px !important;
}
.advancedCustomContainer .dijitTabController {
  height: 42px !important;
  width: 851px !important;
}
.advancedCustomContainer .dijitTabController .dijitTabListWrapper {
  height: 100% !important;
  width: 100% !important;
}
.advancedCustomContainer .dijitTabPaneWrapper {
  height: 210px !important;
  width: 100% !important;
  top: 30px !important;
}
.advancedCustomContainer .dijitTabPaneWrapper .dijitTabContainerTopChildWrapper.dijitVisible {
  height: 100% !important;
  width: 100% !important;
}
.advancedCustomContainer .dijitTabPaneWrapper .dijitTabContainerTopChildWrapper.dijitVisible .dijitContentPane {
  height: 100% !important;
  width: 100% !important;
}
/* vertical tabs */
.dijitTabController.dijitTabContainerLeft-tabs.dijitAlignLeft {
  border-right: 1px solid #e0e0e0;
  background: #f8f8f8;
  margin: 0;
  padding: 0 0 0 0;
}
.dijitTabController.dijitTabContainerLeft-tabs.dijitAlignLeft div {
  height: 35px !important;
  line-height: 30px !important;
  margin: 0;
  padding: 0 25px 0 30px;
  background: none;
  border: none;
  text-align: left;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dijitTabController.dijitTabContainerLeft-tabs.dijitAlignLeft .dijitTabChecked {
  background: url("etb/images/etb-ui/select_arrow.png") no-repeat right #fff;
  border-right: #fff;
}
.dijitTabPaneWrapper.dijitTabContainerLeft-container.dijitAlignClient {
  border: none;
}
/* accordian */
.etb .dijitAccordionContainer {
  border-right: 1px solid #e0e0e0;
  background-color: #f8f8f8;
}
.etb .dijitAccordionTitle {
  height: 35px !important;
  line-height: 33px !important;
  margin: 0;
  padding: 0 20px 0 15px;
  background: none;
  border: none;
  text-align: left;
  /*border-right:1px solid @cosmolex-normal-gray;*/
  border-bottom: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.etb .dijitAccordionTitleHover {
  background: #e0e0e0;
}
.etb .dijitAccordionTitleSelected {
  background: #fff;
  border: none;
  color: #000;
  font-weight: normal;
}
.etb .dijitItemMenu {
  background: url("etb/images/etb-ui/select_arrow.png") no-repeat 6px -7px #fff !important;
  padding: 0 30px 0 30px !important;
  margin: 0 0 10px 0;
  color: #8c8c8c;
}
.etb .dijitItemMenu:hover {
  color: #000;
}
.etb .dijitItemMenu.menuItemSelected {
  color: #000 !important;
}
legend {
  display: none;
}
.adv_settings {
  display: block;
}
textarea {
  padding: 0 !important;
  line-height: normal !important;
  font-size: 10px;
}
/* form titles */
.dijitFormSectionTitle {
  padding: 0;
  margin: 0;
}
/* add invoice form */
#invoice_form .dijitThreeColumsContainer.dijitFormSeparation,
#invoice_form label {
  width: auto;
}
#invoice_form .dijitInputForm {
  width: 110px;
}
/* back button */
.backButton--icon {
  content: "\f0a8";
  font-family: fontawesome;
  color: #fff;
  font-size: 20px;
  z-index: 9;
  margin-right: 5px;
  position: relative;
}
.backButton--text {
  display: inline-block;
  text-align: right;
  width: calc(100% - 22.15px);
}
.backButton {
  position: relative;
  width: 85%;
}
.backButton .dijitButtonNode {
  width: 100%;
}
.backButton .dijitButtonText {
  display: block;
  font-size: 12px;
  height: 28px;
  margin-right: 10px;
  line-height: 28px;
  background: #7b7c7f;
  background-size: 93px;
  padding: 0 11px 0 0px;
  text-align: left !important;
  color: #fff;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cosmolex-standard-form-height {
  height: calc(100% - 10px);
  overflow: auto;
}
.cosmolex-small-form-height {
  height: calc(100% - 35px);
  overflow: auto;
}
.backButton:hover {
  background: #aaa !important;
  color: #fff;
}
.backButton:hover .dijitButtonText {
  color: #fff;
}
.runCheckbackButton:hover {
  background: none !important;
}
.runCheckbackButton:before {
  left: 25px !important;
}
.headerNavigate {
  position: fixed;
  text-align: justify;
  display: inline-block !important;
}
.transition-lean-header-container .backButton {
  position: relative;
  top: -25px;
  width: 10px;
}
.transition-lean-header-container .backButton:before {
  content: "\f0a8";
  font-family: fontawesome;
  position: absolute;
  left: 17px;
  color: #fff;
  top: 25px;
  font-size: 20px;
  z-index: 9;
  float: left;
  position: relative;
}
.transition-lean-header-container .backButton .dijitButtonText {
  display: block;
  font-size: 12px;
  width: 45px;
  height: 28px;
  margin-right: 10px;
  line-height: 28px;
  background: #7b7c7f;
  text-align: center;
  background-size: 93px;
  padding: 0 11px 0 0px;
  text-align: right !important;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* remove excessive vertical spacing in tables */
.dgrid-loading {
  display: none;
}
.dijit.dijitReset.dijitInline.dijitLeft.dijitTextBox.dijitComboBox.dijitValidationTextBox.dijitTextBoxDisabled.dijitComboBoxDisabled.dijitValidationTextBoxDisabled.dijitDisabled {
  border-color: #f4f4f4 !important;
  background-color: #f0f0f3 !important;
  padding: 0% 0% 0% 5%;
}
.dijitInline.dijitComboBox .dijitArrowButton.dijitArrowButtonContainer {
  padding: 0 !important;
}
.dijitInline.dijitComboBox .dijitArrowButton.dijitArrowButtonContainer:before {
  pointer-events: none;
}
.dijitInline.dijitComboBox .dijitArrowButton.dijitArrowButtonContainer input {
  margin: 0;
  width: 26px;
}
.dijitDisabled .dijitReset.dijitRight.dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer {
  display: none;
}
.browseButton {
  height: 30px !important;
  width: 90px !important;
  padding-left: 15px !important;
  margin-top: 2%;
  width: 100px !important;
}
#dijitAccordionMenuContainer_splitter + div {
  overflow: auto !important;
}
.showScrollYContainer {
  overflow-y: auto !important;
}
/* Note Screen */
.note-description textarea {
  min-height: 150px;
}
.cosmo-notes-grid .field-color {
  width: 28px;
}
.cosmo-notes-grid .field-matterFileNumber {
  width: 65px;
}
.cosmo-notes-grid .field-effectiveBillingStatus {
  width: 35px;
}
.cosmo-notes-grid .field-effectiveBillingStatus .fa-money {
  margin-left: -1px !important;
}
.cosmo-notes-grid .field-effectiveBillingStatus .fa-clock-o {
  margin-left: 2px;
}
.dijitTextBox.dijitValidationTextBoxError .dijitValidationContainer {
  width: 20px;
  height: 20px;
}
.dojoxLegendText {
  margin-left: 10px;
}
.dijitTextBox:focus {
  -webkit-box-shadow: 0 0 5px #51cbee !important;
  -moz-box-shadow: 0 0 5px #51cbee !important;
  -o-box-shadow: 0 0 5px #51cbee !important;
  box-shadow: 0 0 5px #51cbee !important;
  border: 1px solid #44c9e9 !important;
}
.field-amount .dgrid-resize-header-container,
.field-appliedAmount .dgrid-resize-header-container,
.field-value .dgrid-resize-header-container,
.field-ratePrice .dgrid-resize-header-container,
.field-balance .dgrid-resize-header-container,
.field-balanceAmount .dgrid-resize-header-container,
.field-invoiceAmount .dgrid-resize-header-container,
.field-invoiceBalance .dgrid-resize-header-container,
.field-signedAmount .dgrid-resize-header-container,
.field-CreditApplied .dgrid-resize-header-container,
.field-credit .dgrid-resize-header-container,
.field-operatingRetainerBalance .dgrid-resize-header-container,
.field-unbillableHours .dgrid-resize-header-container,
.field-nochargeHours .dgrid-resize-header-container,
.field-tax1Rate .dgrid-resize-header-container,
.field-tax2Rate .dgrid-resize-header-container,
.field-unpaidBalance .dgrid-resize-header-container,
.field-unpaidAmount .dgrid-resize-header-container {
  text-align: right !important;
  padding-right: 10px !important;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #7B7C7F;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:horizontal {
  display: block;
}
::-webkit-scrollbar-thumb:horizontal {
  display: block;
}
.cosmo-filterInfo-bar {
  height: 25px;
  width: calc(100% - 70px) !important;
  background: #e6e6e6;
  padding: 0;
  padding-left: 5px;
  margin: 5px 0px 7px 10px;
  border-radius: 5px;
}
.cosmo-filterInfo-bar-icon {
  line-height: 18px;
  width: 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 4px;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cosmo-filterInfo-bar-icon:hover {
  background: #a6a6a6;
}
.cosmo-filterInfo-bar-title {
  float: left;
  font-weight: 400;
  font-size: 0.7em;
  margin-right: 10px;
  line-height: 25px;
}
.cosmo-filterInfo-bar-item {
  float: left;
  background: #ccc;
  border-radius: 15px;
  padding: 0 10px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
}
.cosmo-filterInfo-bar-item:hover {
  background: #a6a6a6;
}
.cosmo-filterInfo-bar-container {
  display: block;
  font-weight: 400;
  font-size: 0.7em;
  height: 30px;
}
.cosmo-search-toolbar .toolbarLabel div {
  margin-left: 8%;
}
.comos-filter-fieldset {
  padding-top: 0px;
  padding-bottom: 0px;
}
.comos-filter-fieldset legend {
  font-size: 0.95em !important;
  color: #000000;
}
/*INLINE EDITOR*/
.cosmo-inline-editor-enabled {
  position: relative;
  display: inline-block;
  padding: 0px;
  border-radius: 4px;
  height: 30px;
  background: rgba(249, 246, 246, 0.46);
  border: none;
  color: #51565a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1.4%;
}
.cosmo-inline-editor-enabled:after {
  content: "\f040";
  font-family: FontAwesome;
  top: 0%;
  float: right;
  color: #707070;
  display: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  border-left: 1px solid #ccc;
  width: 24px;
  height: 29px;
  z-index: -1;
  padding-top: 5px;
}
.cosmo-inline-editor-enabled:hover {
  border: 1px solid rgba(128, 128, 128, 0.34);
}
.cosmo-inline-editor-enabled:hover:after {
  display: block;
}
.cosmo-inline-editor-disabled {
  position: relative;
  display: inline-block;
  padding: 0px;
  border-radius: 4px;
  height: 30px;
  background: rgba(249, 246, 246, 0.46);
  border: none;
  color: #51565a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1.4%;
}
.cosmo-inline-editor-disabled:after {
  content: "\f023";
  font-family: FontAwesome;
  top: 0%;
  float: right;
  color: #707070;
  display: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  border-left: 1px solid #ccc;
  width: 24px;
  height: 29px;
  z-index: -1;
  padding-top: 5px;
}
.cosmo-inline-editor-disabled:hover {
  border: 1px solid rgba(128, 128, 128, 0.34);
}
.cosmo-inline-editor-disabled:hover:after {
  display: block;
}
.myTransferBox .dgrid-row {
  height: auto;
  min-height: 20px;
  max-height: unset;
}
.dijitInlineEditBoxDisplayMode {
  background: #fafafa;
}
.search-tooltip .dijitTooltipConnector:before {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #c2c2c2;
  border-width: 6px;
  top: 0;
  left: 1px;
}
.search-tooltip .dijitTooltipConnector:after {
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  content: "";
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  top: 4px;
  left: 3px;
}
.search-tooltip--header-button {
  display: inline-block;
  width: 14px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}
.search-tooltip--header-button:hover {
  color: #ccc;
}
.search-tooltip--filter-applied span {
  color: #80C679;
}
.dgrid-no-data {
  margin-left: 50%;
  display: inline-block;
  font-size: 1.5em;
  vertical-align: middle;
  line-height: 100px;
  font-weight: bold;
  color: #d3d3d3;
  text-align: center;
  transform: translate(-50%, 0);
}
.cosmo-label-fieldset {
  padding-left: 15px;
}
/** Number Spinner **/
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer {
  height: 30px !important;
}
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitReset.dijitInputField.dijitSpinnerButtonInner {
  height: auto !important;
}
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitReset.dijitLeft.dijitButtonNode.dijitArrowButton.dijitDownArrowButton,
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitReset.dijitLeft.dijitButtonNode.dijitArrowButton.dijitUpArrowButton {
  line-height: normal;
  height: 50% !important;
  background: #ffffff !important;
}
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitReset.dijitLeft.dijitButtonNode.dijitArrowButton.dijitDownArrowButton .dijitArrowButtonInner,
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitReset.dijitLeft.dijitButtonNode.dijitArrowButton.dijitUpArrowButton .dijitArrowButtonInner {
  height: 100% !important;
}
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitUpArrowButton .dijitArrowButtonInner {
  background-position: -141px center !important;
}
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitUpArrowButton .dijitUpArrowButtonHover {
  background-position: -176px !important;
}
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitDownArrowButton .dijitArrowButtonInner {
  background-position: -36px !important;
}
.claro .dijitReset.dijitButtonNode.dijitSpinnerButtonContainer .dijitDownArrowButton .dijitDownArrowButtonHover {
  background-position: -71px;
}
.tagove-livechat-widget .acquire-launcher-wrapper.acquire_lw_ui_status_min {
  display: none !important;
}
.integratedPaymentContainer {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.integratedPaymentContainer .payment-type {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  border: 3px solid #f1f1f1;
  /* padding: 5px; */
  border-radius: 10px;
  color: #8f8282;
  margin: 5px 10px;
  width: 118px;
  background: #f5f5f536;
  height: 64px;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at bottom, rgba(45, 33, 166, 0) 44%, #f7f7f7 100%);
}
.integratedPaymentContainer .payment-type span.cardType {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  /* background: #f1f1f1; */
  /* padding: 3px; */
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  background: radial-gradient(ellipse at bottom, rgba(45, 33, 166, 0) 44%, #e6e5e9 100%);
}
.integratedPaymentContainer .payment-type span.cardOwner {
  padding: 3px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 8px;
  text-align: center;
}
.integratedPaymentContainer .payment-type span.bankAccount {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  /* background: #f1f1f1; */
  /* padding: 3px; */
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 1px;
}
.ccTitle {
  font-weight: 600;
  font-size: 16px;
  color: #51565a;
  margin-left: 4px;
}
.ccTypeShow {
  display: inline-flex !important;
}
.cosmo-show-flex {
  display: flex !important;
}
.checkSampleContainer {
  text-align: right;
  font-size: 12px;
  color: blue;
  cursor: pointer;
}
.checkSampleImage {
  background: url("../../application/themes/etb/images/check_example.png");
  background-size: cover;
  width: 433px;
  height: 228px;
  background-repeat: no-repeat;
}
.payment-method {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.payment-method.item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
  width: 100%;
  border: 1px solid #dbd8d8;
  padding: 0px 15px;
  cursor: pointer;
}
.payment-method.item.last {
  margin-bottom: 15px;
}
.payment-method.item.selected::before {
  content: "";
  border-left: 7px solid #44c9e9;
  width: 5px;
  height: 80px;
  margin-left: -16px;
  position: absolute;
}
.payment-method.item.selected .card-data {
  font-weight: 700;
}
.payment-method.item.selected .card-data.numnber {
  font-weight: 700;
}
.payment-method.item.selected .card-data.create {
  font-weight: 700;
}
.payment-method.item .card-type {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #f1f1f1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.payment-method.item .card-type .credit-card-icon {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 20px;
}
.payment-method.item .card-type .bank {
  font-size: 17px;
  color: #c8c8c8;
}
.payment-method.item .card-type.mastercard {
  background: url("../../application/themes/etb/images/logos/mastercard_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.payment-method.item .card-type.visa {
  background: url("../../application/themes/etb/images/logos/visa_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.payment-method.item .card-type.amex {
  background: url("../../application/themes/etb/images/logos/amex_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.payment-method.item .card-type.discover {
  background: url("../../application/themes/etb/images/logos/discover_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.payment-method.item .card-type.electron {
  background: url("../../application/themes/etb/images/logos/electron_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.payment-method.item .card-type.diners {
  background: url("../../application/themes/etb/images/logos/diners_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.payment-method.item .card-type.jcb {
  background: url("../../application/themes/etb/images/logos/jcb_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.payment-method.item .card-type.cc {
  background: url("../../application/themes/etb/images/logos/cc_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.payment-method.item .card-data {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0px 10px;
}
.payment-method.item .card-data.number {
  font-weight: 500;
  letter-spacing: 1px;
  font-family: monospace;
  font-size: 14px;
  padding: 0px;
}
.payment-method.item .card-data.number.message {
  font-size: 12px;
  margin-top: 8px;
  color: gray;
  font-weight: 500;
  padding: 0px;
}
.payment-method.item .card-data.number.create {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0px;
}
.payment-method.item .card-data.holder {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0px;
}
.payment-method.item .card-data.create {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0px;
}
.payment-method.item .card-data.message {
  font-size: 12px;
  margin-top: 8px;
  color: gray;
  font-weight: 500;
  padding: 0px;
}
.payment-method.item .payment-delete {
  color: #f59f01;
  border: 1px solid #f59f01;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 14px;
  cursor: pointer;
}
.payment-method.item .payment-delete.payment-delete-disabled {
  cursor: not-allowed;
  color: #928c8c;
  border-color: #928c8c;
}
.payment-profile-intro {
  padding: 24px 15px 15px 15px;
  position: fixed;
  background: white;
  z-index: 9999999;
}
.payment-profile-intro span {
  display: block;
}
.payment-cue {
  position: absolute;
  left: 400px;
  top: 160px;
  background: white;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #dbd8d8;
}
.payment-cue-matter {
  position: absolute;
  left: 360px;
  top: 140px;
  background: white;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #dbd8d8;
}
.payment-cue-matter-canada {
  position: absolute;
  left: 360px;
  top: 100px;
  background: white;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #dbd8d8;
}
.contextDetails {
  border: 1px solid #0000ff2e;
  width: 774px;
  max-width: 774px;
  font-size: 12px;
  background: #44c9e91a;
  padding: 5px;
  border-radius: 4px;
  margin-top: 10px;
}
.block-content {
  pointer-events: none;
  background: #fcfcfc;
}
.block-content .dijitValidationTextBox,
.block-content .dijitTextBox {
  background: #fcfcfc !important;
}
.ccBillingInfo {
  display: inline-flex;
  justify-content: space-between;
}
.ccBillingInfo p {
  margin: 0px;
}
.ccBillingInfo .billing-disabled {
  background: yellow;
}
/* Icons background colors */
.actionRequired {
  background-color: #e74c3c;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 17px;
  padding-top: 1px;
}
.inProgress {
  background-color: #000000;
  color: white;
  width: 18px;
  height: 17px;
  padding-top: 1px;
  border-radius: 3px;
}
.button-as-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}
.button-as-link-alt {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  cursor: pointer;
}
.button-as-link-alt .dijitReset.dijitInline.dijitButtonText,
.button-as-link-alt button {
  color: #069;
  text-decoration: underline;
}
.registerPasswordInput.dijitError .dijitInputField.dijitInputContainer {
  padding-right: 30px;
}
.registerPasswordInput:not(.dijitError) {
  padding-right: 45px;
}
.e-check-icon {
  display: inline-flex;
  background: url("etb/images/echeck-icon_360.png") no-repeat;
  overflow: hidden;
  background-size: 30px 30px;
  width: 32px;
  height: 30px;
}
.word-break {
  word-break: break-all;
}
.associateBankDialog {
  top: 50px !important;
}
.cosmoLexPayDashboardText {
  display: inline-block;
  margin-bottom: 3%;
  font-size: 14px;
}
.cosmoLexPayDashboardColumns {
  display: flex;
  flex-direction: column;
  width: 31%;
}
.cosmoLexPay-xxl-button {
  width: 250px;
  height: 40px;
}
.cosmoLexPayDashboardBankButton {
  background: #f59f01;
  border: 1px solid #f59f01 !important;
  color: #fff !important;
  border-radius: 15px !important;
}
.cosmoLexPayDashboardLink {
  color: #2f80ed;
  text-decoration: underline;
  margin-bottom: 3%;
  cursor: pointer;
  font-size: 14px;
}
.cosmoLexPayDashboardLink.with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: left;
}
.cosmoLexPayDashboardLink.viewPayment::before {
  content: url("etb/images/viewPayments.png");
  position: relative;
  margin-right: 5px;
  height: 15px;
}
.cosmoLexPayDashboardLink.cosmolexpayportal::before {
  content: url("etb/images/cosmolexPayPortalIcon.png");
  position: relative;
  margin-right: 5px;
  margin-left: -5px;
}
.cosmoLexPayDashboardLink.rocketMatterPortal::before {
  margin-right: 0px;
  margin-left: -1px;
  background-image: url("etb/images/RocketMatterPay.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 20px;
  content: "";
  background-size: 23px 20px;
}
.cosmoLexPayDashboardLink.viewReports::before {
  content: url("etb/images/viewReports.png");
  position: relative;
  margin-right: 5px;
  height: 15px;
}
.cosmoLexPayDashboardBadgeTitle {
  font-size: 14px;
}
.cosmoLexPayDashboardBadgeValue {
  margin: 2% 0% 5% 0%;
  color: #49a3df;
  font-weight: bold;
  font-size: 20px;
}
.cosmoLexPayNonDashboardBadgeValue {
  margin: 1% 0% 5% 0%;
  color: #49a3df;
  font-weight: bold;
  font-size: 20px;
}
.cosmolexPayOffDashboard {
  height: 87%;
}
.cosmolexPayDashboardWarning {
  background: #ff80000a;
  border: 1px solid orange;
  font-size: 12px;
  /* display: inline-flex; */
  display: inline-flex;
  align-items: center;
  justify-content: left;
  border-radius: 4px;
  padding: 3px;
  color: #e37b1f;
}
.cosmolexPayDashboardWarning img {
  margin-right: 5px;
}
.crmOffContainer {
  padding: 15px;
}
.crmOffContainer.title {
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
  margin-top: 59px;
  margin-bottom: 0px;
}
.crmOffContainer.subtitle {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.crmOffContainer.helpContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.crmOffContainer.helpContainer.helpBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #dfdfdf;
  border-radius: 4px;
  padding: 15px;
  margin-left: 3%;
  justify-content: flex-start;
  cursor: pointer;
}
.crmOffContainer.helpContainer.helpBox:hover {
  border: 2px solid #43c8e9;
}
.crmOffContainer.helpContainer.helpBox:first-child {
  margin-left: 0px !important;
}
.crmOffContainer.helpContainer.helpBox .icon {
  font-size: 2.5em;
  color: #43c8e9;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 auto;
}
.crmOffContainer.helpContainer.helpBox .box-title {
  margin: 15px 0px 19px 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.crmOffContainer.helpContainer.helpBox .box-subtitle {
  text-align: center;
  font-size: 14px;
  color: gray;
  margin-bottom: 30px;
}
.website-card-type {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #f1f1f1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.website-card-type .credit-card-icon {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 20px;
}
.website-card-type .bank {
  font-size: 17px;
  color: #c8c8c8;
}
.website-card-type.mastercard {
  background: url("../../application/themes/etb/images/logos/mastercard_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.website-card-type.visa {
  background: url("../../application/themes/etb/images/logos/visa_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.website-card-type.amex {
  background: url("../../application/themes/etb/images/logos/amex_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.website-card-type.discover {
  background: url("../../application/themes/etb/images/logos/discover_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.website-card-type.electron {
  background: url("../../application/themes/etb/images/logos/electron_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.website-card-type.diners {
  background: url("../../application/themes/etb/images/logos/diners_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.website-card-type.jcb {
  background: url("../../application/themes/etb/images/logos/jcb_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.website-card-type.cc {
  background: url("../../application/themes/etb/images/logos/cc_logo.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.cosmo-generic-btn {
  line-height: 2.3 !important;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrapMatterName {
  display: inline-block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 570px;
  margin-left: 5px;
  font-weight: 900;
}
.unlink-payments-modal {
  padding: 0px 15px;
}
.unlink-payments-modal .iconContainer {
  float: left;
  height: 50px;
  margin: 0px 10px 0 10px;
  width: 50px;
  display: flex;
  vertical-align: middle;
}
.unlink-payments-modal .info:before {
  font-family: "FontAwesome";
  content: "\f06a";
  color: #44c9e9;
  display: block;
  margin: auto;
  font-size: 50px;
}
.unlink-payments-modal .warningContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 15px 15px 5px;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reportLabelContainer {
  width: 80% !important;
  height: 30px !important;
}
.image-container {
  position: relative;
  display: inline-block;
}
.delete-overlay {
  position: absolute;
  top: -5px;
  right: -7px;
  width: 34px;
  height: 35px;
  background-color: #e21300;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100%;
}
.delete-overlay i {
  color: #fff;
  font-size: 24px;
}
.image-container:hover .delete-overlay {
  opacity: 1;
  transition: opacity 0.3s;
  transform: scale(1.1);
}
.embeddedServiceHelpButton {
  display: none !important;
}
