@import url("../layout/normalize.css");
@import url("../layout/skeleton.css");
@import url("../flat/flat.css");
@import url("../font-awesome/font-awesome.m.css");
@import url("../flat/dgrid/flat.css");
@import url("../login/login.css");
@import url("../header/header.css");
@import url("../dashboard/dashboard.css");
@import url("../documents/documents.css");
@import url("../messages/messages.css");
@import url("../calendar/calendar.css");
@import url("../helpers/helpers.css");
@import url("../intakeForms/intakeForms.css");
@import url("../payment-profile/payment-profile.css");
@import url("../invoice/invoice.css");
/* Table of contents
��������������������������������������������������
- Variables
- Globals
- Media Queries
- Animations
*/
/* Variables
�������������������������������������������������� */
/* Globals
�������������������������������������������������� */
body,
html {
  height: 100%;
  width: 100%;
}
fieldset legend {
  font-width: bold;
}
/* Main Stack Container for hold Application
------------------------------------------ */
.global-main-stack {
  background: #f0f0f0;
}
.global-main-stack .dijitStackContainerChildWrapper {
  height: 100%;
  width: 100%;
}
/* Search Toolbar
----------------------------------------- */
.grid-search-toolbar {
  height: 8% !important;
  min-height: 43px;
  top: 0px !important;
  padding: 0.5%;
  background: rgba(245,245,245,0.3);
  width: 100% !important;
}
.grid-search-toolbar .search-combo {
  margin: 0;
}
.grid-search-toolbar .show-combo {
  margin: 0;
}
.grid-search-toolbar .params-combo {
  padding-left: 15px;
}
.grid-search-toolbar label {
  color: #4e4e4e;
  letter-spacing: 0.5px;
  position: relative;
  top: 8px;
}
.grid-search-toolbar .button-container {
  width: 112.5px;
}
.grid-search-toolbar .action-button {
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1.4em;
  height: 30px;
  line-height: 1.8;
  text-align: center;
  width: 30px;
}
.grid-search-toolbar .action-button.search {
  background: #44c9e9;
}
.grid-search-toolbar .action-button.clear {
  background: #808080;
}
.grid--actions--container {
  padding: 0% !important;
  margin-bottom: 0.5%;
}
.grid--actions--container .dijitToolbar {
  background: #fcfcfc;
  border: 1px solid #d1d1d1;
}
/* Animations
------------------------------------------- */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* Grid columns types
------------------------------------------- */
.date-icon {
  display: block;
  width: 30px;
  text-align: center;
  font-family: 'Helvetica', sans-serif;
  position: relative;
  border-radius: 4px;
  margin: 0% 24%;
}
.date-icon .month {
  background: #44c9e9;
  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: #fff;
}
.task-color {
  color: #fff;
  text-align: center;
  font-weight: normal;
  width: 20px;
  height: 20px;
  margin: 3px 1px;
  border-radius: 4px;
}
.client-portal-associated-item {
  background: #009688;
  color: #fff;
  text-align: center;
  font-weight: normal;
  width: 20px;
  height: 20px;
  margin: 0px 1px;
  border-radius: 100px;
}
.task-priority {
  color: #fff;
  text-align: center;
  font-weight: normal;
  width: 100%;
  height: 20px;
  margin: 3px 1px;
  border-radius: 4px;
}
.task-priority.low {
  background-color: #85d085;
}
.task-priority.medium {
  background-color: #dca650;
}
.task-priority.high {
  background-color: #dc7450;
}
/* Grid field types
�������������������������������������������������� */
.field-showDetail {
  display: none;
}
.field-clientPortalShareable,
.field-color,
.icon-column {
  width: 30px;
}
.field-clientPortalShareable,
.field-privateTask,
.field-privateEvent,
.field-effectiveBillingStatus,
.field-hasComments,
.field-finalized {
  display: none;
}
.field-priority {
  width: 75px;
}
.field-identifier {
  width: 60px;
}
.field-status progress {
  width: 100%;
  height: 88%;
  border: none;
  position: relative;
}
.field-status .task-progress-label {
  font-size: small;
  position: absolute;
  display: inline-block;
  z-index: 1;
  margin-left: -10%;
}
.field-effectiveBillingStatus {
  width: 33px !important;
}
.field-effectiveBillingStatus span {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 2em !important;
}
.loading {
  display: block;
  position: absolute;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  font-size: 2em;
  color: #fff;
  margin: 2%;
}
.dashboard-search-toolbar {
  width: 100% !important;
  top: 0px !important;
  left: 0px !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px !important;
}
.dashboard-search-toolbar table {
  background: #3e3e3e;
  color: #fff;
  height: 33px !important;
  border: none;
  padding-left: 15px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dashboard-search-toolbar table tr td:nth-child(2) {
  text-align: right;
  padding-right: 15px;
  font-size: 0.8em;
}
.dashboard-search-toolbar table tr td:nth-child(3) {
  width: 30px;
}
.dashboard-search-toolbar table .dijitButtonContents {
  background: #e0e0e0 !important;
}
.dashboard-search-toolbar table .widget-header-title {
  width: auto;
  float: left;
  margin-left: 10px;
}
.dashboard-search-toolbar table .widget-header-help-tooltip {
  margin-left: 2%;
  float: none !important;
}
.dashboard-search-toolbar table .widget-header-help-tooltip i {
  background: #3e3e3e;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #44c9e9;
}
.dashboard-search-toolbar table:after {
  font-family: FontAwesome;
  content: "";
  height: 30px;
  color: #7b7c7f;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  padding: 10px 10px 5px 10px;
}
.dashboard-search-toolbar table .close-icon {
  float: right;
  text-align: right;
}
.widget-settings {
  font-size: 14px !important;
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
  background: #7b7c7f;
  color: #fff;
  width: 18px !important;
  padding: 3px 0px 2px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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;
}
.widget-settings:hover {
  background: #88898c;
}
.widget-settings:focus,
.widget-settings: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;
}
.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 #fff;
  height: 10px;
  width: 6px;
}
.cosmo-help-link {
  color: #44c9e9;
  width: 16px;
  height: 16px;
  cursor: help;
  float: left;
  display: inline-block;
  line-height: 3;
}
/* Media Queries
�������������������������������������������������� */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
@media (max-width: 800px) {
  .grid-search-toolbar .search-text-container {
    width: 70%;
  }
  .u-message {
    position: relative;
  }
  .loading {
    margin: 4%;
  }
}
@media (max-width: 768px) {
  .flat .dgrid-header .dgrid-cell {
    font-size: 11px;
  }
  .field-invoiceStatus {
    display: none;
  }
}
.help-tooltip {
  color: #44c9e9;
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
