@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@font-face {
  font-family: 'DasherDeer';
  src: url('fonts/dasher_deer-webfont.woff2') format('woff2'), url('fonts/dasher_deer-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.dasher {
  font-family: 'DasherDeer', 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-size: 55px !important;
  line-height: 50px !important;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #A12960;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #A12960 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  height: 100%;
}
body {
  line-height: 1.4;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 100;
  color: #fff;
  background-color: #282448;
}
input[type="date"i] {
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase;
}
b {
  font-weight: 700;
  color: #A292C5 !important;
}
i {
  font-style: italic;
}
ol, ul {
  list-style: none;
}
p {
  padding-top: 20px;
}
strong {
  font-weight: 900;
}
em {
  font-style: italic;
}
#currentStatus ul, .alertStatement ul {
  padding-top: 0px;
  padding-left: 18px;
  padding-bottom: 0px;
}
.adminSubHeader {
  padding-top: 15px;
}
#currentStatus ul li::before, .alertStatement ul li::before {
  content: "\2022";
  color: #A12960;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#currentStatus ul li ul li::before, .alertStatement ul li ul li::before {
  content: "\25E6";
  color: #A12960;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#currentStatus ul li ul li ul li::before, .alertStatement ul li ul li ul li::before {
  content: "\25AA";
  color: #302b51;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.alertStatement ul li ul li ul li::before {
  color: #fff;
}
#currentStatus ul ul, .alertStatement ul ul {
  padding-top: 0px;
  padding-left: 18px;
  padding-bottom: 20px;
}
#currentStatus ul ul ul, .alertStatement ul ul ul {
  padding-bottom: 0px;
}
.alertStatement ul ul, .alertStatement ul ul ul {
  padding-top: 10px;
}
.snapshotCompanies, .snapshotCompanies2 {
  clear: both;
  width: 90%;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0 auto;
  text-align: center;
}
.snapshotCompanies2 {
  margin-left: 30px;
}
.snapshotCompanies table, .snapshotCompanies2 table {
  width: 100%;
}
.snapshotCompanies td, .snapshotCompanies2 td {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.snapshotCompany {
  min-width: 150px;
}
.snapshotCompany a {
  font-weight: 500 !important;
  color: #29234b !important;
}
.snapshotCompany a:hover {
  color: #9f94c4 !important;
}
.search-box {
  padding-left: 30px;
  padding-top: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-box button {
  margin-top: 3px;
  float: left;
}
#resultMain, .resultMain {
  max-width: 1000px;
  margin: 0 auto;
}
.result {
  padding-left: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  width: 90%;
}
.result a {
  text-decoration: underline;
}
.result li {
  padding-bottom: 5px;
  text-transform: none;
}
.result li::before {
  content: "\2022";
  color: #A12960;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.searchHeader {
  font-weight: 500;
  font-size: 32px;
  padding-bottom: 25px;
  color: #9f94c2;
  clear: both;
  padding-left: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.control {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300 !important;
  text-transform: none;
  width: 80%;
  clear: both;
}
.control input {
  position: absolute !important;
  z-index: -1 !important;
  opacity: 0 !important∂;
}
.control_indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 45px;
  width: 45px;
  background: #201c3a;
  border: 1px solid #474263;
  border-radius: 7px;
  box-shadow: inset 0 0 10px #1a1734;
}
.control:hover input ~ .control_indicator, .control input:focus ~ .control_indicator {
  background: #201c3a !important;
  border: 1px solid #a095c3 !important;
}
.control input:checked ~ .control_indicator {
  background: #201c3a !important;
}
.control:hover input:not([disabled]):checked ~ .control_indicator, .control input:checked:focus ~ .control_indicator {
  background: #201c3a !important;
}
.control input:disabled ~ .control_indicator {
  background: #201c3a !important;
  pointer-events: none !important;
}
.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 18px;
  top: 10px;
  width: 8px;
  height: 17px;
  border: solid #9f94c2;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b !important;
}
.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  border-radius: 3rem;
  z-index: 99999;
  transform: scale(0);
}
label.error {
  float: right;
  margin-bottom: -100px;
  margin-top: -44px;
  padding-right: 10%;
  color: #d46788;
  font-weight: 500;
  font-size: 12px;
  z-index: 5000;
  opacity: .5;
  position: relative;
}
blockquote, q {
  quotes: none;
}
*:focus {
  outline: none;
}
button:focus {
  background-color: #a095c3;
  color: #302b51;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid #a095c3 !important;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
hr {
  border: 0;
  color: #302b51;
  background-color: #302b51;
  height: 3px;
}
.panel-body {
  clear: both;
  padding-bottom: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.successMessage {
  position: absolute;
  margin-top: -32px;
  margin-left: 170px;
  width: 20%;
}
.profileImageValue {
  float: left;
  padding-bottom: 20px;
  border-radius: 7px;
  border: 1px solid #433e60;
  background-color: #201d3b !important;
  color: #a095c3;
  font-size: 16px;
  padding: 13px 0;
  padding-left: 10px;
  height: 20px;
  margin-bottom: 20px;
  background-image: none !important;
  background-attachment: none !important;
  padding-right: 0px !important;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 90%;
  box-shadow: inset 0 0 10px #1a1734;
}
.formImageUpload button {
  margin-top: 11px;
  margin-left: 0px;
}
.formImageUpload {
  padding-bottom: 15px;
  padding-left: 0px;
  width: 50%;
  float: left;
}
.formImageUpload div {
  color: #a095c3;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 5px;
  padding-bottom: 5px;
}
#rightnav hr {
  color: #2c274c;
  background-color: #2c274c;
  margin: 50px 10%;
  clear: both;
}
#rightnav li a {
  width: 93.4% !important;
  float: left !important;
}
a {
  color: #9d95c0;
  text-decoration: none;
  font-weight: 300;
}
a:hover {
  color: #d4c3dc;
}
.berry {
  color: #A12960;
}
.adminPanel {
  padding-right: 40px;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 40px;
}
.adminPanel h1 {
  font-weight: 900 !important;
  font-size: 32px;
  text-transform: uppercase;
  color: #9f95c1;
}
.projectsList {
  padding-top: 30px;
  padding-left: 20px;
  float: left;
  padding-bottom: 20px;
}
#rightnavContent ul li::after {
  content: "\2022";
  color: #A12960;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
  float: left;
}
#currentBlock_Activity ul {
  padding-top: 20px;
  padding-left: 20px;
  color: #282448;
}
#currentBlock_Activity ul li::before {
  content: "\2022";
  color: #A12960;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#currentBlock_Activity ul a {
  color: #A12960;
}
.projectsList .current a {
  color: #fff;
}
.arrowMain {
  right: 225px;
  width: 20px;
  position: absolute;
  margin-top: 22px;
  display: none;
}
#rightnavCalendar .arrowMain {
  right: 248px;
  margin-top: 27px;
}
#rightnavStrategy .arrowMain {
  right: 289px;
}
.adminPanel .arrowMain {
  right: 212px;
  margin-top: 15px;
}
#rightnavStrategicFoundation .arrowMain {
  right: 248px;
  margin-top: 27px;
}
#rightnav .arrow {
  fill: #fff;
}
#filesBlock .arrow {
  fill: #302b51;
}
#invoiceBlock .arrow {
  fill: #96355f;
}
#invoiceBlock .arrowMain, #filesBlock .arrowMain {
  right: inherit;
  width: 12px;
  position: inherit;
  margin-top: 0px;
  display: block;
  margin-bottom: -21px;
}
.strategyBuilderBody {
  z-index: 1501;
  position: relative;
  margin-top: 40px;
  margin-left: -50px;
  padding-right: 140px;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.activate {
  position: relative;
  margin-left: -50px;
  padding-right: 140px;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  float: left;
  background-color: #9f94c2;
  z-index: 1502;
}
.deactivate {
  position: relative;
  margin-left: -50px;
  padding-right: 140px;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  float: left;
  background-color: #9f94c2;
  z-index: 1502;
  display: none;
}
.activate span, .deactivate span {
  margin-top: 15px;
  position: absolute;
  text-transform: uppercase;
  color: #242042;
  font-size: 13px;
  font-weight: 500;
  width: 30%;
}
.activate a, .deactivate a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 500;
  padding: 15px 30px;
  float: right;
  background-color: #242042;
  color: #fff;
  border: none;
  cursor: pointer;
}
.activate a:hover, .deactivate a:hover, .activate a:hover span, .deactivate a:hover span {
  background-color: #fff !important;
  color: #242042;
}
#projectPageLeft {
  float: left;
  padding-left: 30px;
  padding-top: 40px;
}
#projectPageLeft .header {
  padding-bottom: 0px;
  padding-left: 0px
}
#projectPageLeft .subheader {
  margin: 0;
  padding-bottom: 15px;
}
#projectPageLeft div {
  clear: both;
  float: left;
  margin: 5px 0px;
}
#projectPageRight {
  float: right;
  padding-left: 30px;
}
#rightnav {
  z-index: 3000;
  height: 100vh;
  position: absolute;
  top: 0px;
  right: 0;
  float: right;
  width: 330px;
  display: none;
}
#rightnavContent {
  background-color: #302b51;
  height: 100%;
  width: 100%;
  margin-top: -10px;
  filter: drop-shadow(0 0 0.40rem #1a1734);
  padding-bottom: 10%;
}
#rightnavProjects {
  text-align: right;
  padding-right: 40px;
  padding-top: 40px;
}
#rightnavProjectsHeaderIcon {
  width: 50px;
  padding-top: 6px;
  padding-right: 10px;
  position: absolute;
  margin-right: 150px;
  right: 0;
}
#rightnavProjectsHeaderText {
  text-transform: uppercase;
  color: #9f95c1;
  font-weight: 500;
}
#rightnavProjectsHeaderText span {
  font-size: 24.5px;
  margin-top: -15px;
  right: 40px;
  position: absolute;
}
#rightnavStrategy {
  text-align: right;
  padding-right: 40px;
}
#rightnavStrategyHeaderIcon {
  width: 65px;
  padding-right: 10px;
  position: absolute;
  margin-right: 204px;
  margin-top: -7px;
  right: 0;
}
#rightnavAdminHeaderIcon {
  width: 40px;
  padding-right: 10px;
  position: absolute;
  margin-right: 153px;
  margin-top: -3px;
  right: 0;
}
#rightnavStrategyHeaderText {
  text-transform: uppercase;
  color: #9f95c1;
  font-weight: 500;
}
#rightnavStrategyHeaderText span {
  font-size: 25.8px;
  margin-top: -15px;
  right: 40px;
  position: absolute;
}
.rightnavStrategyTopText {
  margin-top: -18px !important;
  font-size: 22px !important;
  right: 150px !important;
}
#rightnavCalendar {
  text-align: right;
  padding-right: 40px;
  padding-top: 0px;
}
#rightnavCalendarHeaderIcon {
  width: 50px;
  padding-top: 0px;
  padding-right: 10px;
  position: absolute;
  margin-right: 174px;
  right: 0;
  margin-top: -4px;
}
#rightnavCalendarHeaderText {
  text-transform: uppercase;
  color: #9f95c1;
  font-weight: 500;
}
#rightnavCalendarHeaderText span {
  font-size: 26.5px;
  margin-top: -15px;
  right: 40px;
  position: absolute;
}
#rightnavCalendar ul {
  margin-top: 27px;
}
.active, .active b {
  color: #fff !important;
}
#rightnavProjectsHeaderText b {
  font-weight: 900 !important;
  font-size: 32px;
}
#rightnavStrategyHeaderText b {
  font-weight: 900 !important;
  font-size: 32px;
}
#rightnavCalendarHeaderText b {
  font-weight: 900 !important;
  font-size: 32px;
}
#body {
  float: left;
  position: relative;
  width: 100%;
}
.snapshotLeft {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
}
.snapshotRight {
  display: table-cell;
  background-color: #f7f7f7;
  vertical-align: top;
  padding: 40px 30px;
}
.adminIcon0 {
  fill: #A292C5;
}
.adminIcon1 {
  fill: #A12960;
}
#innerBody {
  padding-left: 50px;
  padding-right: 80px;
}
#main {
  margin: auto;
  width: 90%;
  max-width: 700px;
  padding: 10px;
}
#center {
  width: 100%;
  text-align: center;
}
.headerIcon {
  width: 30px;
  position: absolute;
  margin-top: -7px;
}
.strategyIconPage {
  width: 40px;
  position: absolute;
  margin-top: -7px;
}
.adminIconPage {
  width: 35px;
  position: absolute;
  margin-top: -7px;
}
.feedbackIconPage {
  width: 44px;
  position: absolute;
  margin-top: -3px;
}
.headerProjectIcon .dateNumber {
  width: 40px;
  margin-top: -42px;
}
.headerProjectIcon {
  width: 40px;
  position: absolute;
  margin-top: -14px;
}
.headerTitle {
  margin-left: 45px;
  line-height: 28px !important;
}
.headerProjectTitle {
  margin-left: 50px;
  line-height: 28px !important;
}
.headerFeedbackTitle {
  margin-left: 54px;
  line-height: 28px !important;
}
.headerCalendarTitle {
  float: left;
}
.projectsIcon {
  fill: #A292C5;
}
.projectsIcon1 {
  fill: #A12960;
}
.active .projectsIcon, .active .projectsIcon1 {
  fill: #fff !important;
}
.active .adminIcon0, .active .adminIcon1 {
  fill: #fff !important;
}
.active .strategicFoundation0, .active .strategicFoundation1 {
  fill: #fff !important;
}
.calendarIcon {
  fill: #A292C5;
  stroke: #A292C5;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.active .calendarIcon {
  fill: #fff !important;
  stroke: #fff !important;
}
.active .dateNumber {
  color: #fff !important;
}
#logo {
  width: 230px;
  display: inline-block;
  margin-top: 40px;
  margin-left: -58px;
}
#logo svg {
  margin-bottom: -16px;
}
#rightnav #logo {
  margin-top: 15%;
  margin-left: 10%;
  width: 82%;
}
#footerVibable, #footerVibableMain {
  width: 170px;
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 80px;
}
#footerVibableMain {
  margin-top: 40px;
  width: 100%;
  clear: both;
  text-align: center;
}
#copyright {
  color: #d6c4dd;
  margin-top: 46px;
  font-size: 14px;
  margin-left: 24px;
  margin: 0 auto;
}
#copyright a {
  text-decoration: underline;
}
#footerVibableMain #copyright {
  margin-left: 0px;
}
#tagline {
  position: absolute;
  margin-top: 115px;
  margin-left: 48px;
  color: #9f94c2;
  font-size: 15px;
}
#rightnav #tagline {
  position: inherit;
  margin-top: 10px;
  margin-left: 0px;
  width: 100%;
  text-align: center;
  font-size: 105%;
  font-weight: 500;
}
#loginForm {
  background-color: #302b51;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 45px;
  margin-top: 60px;
  filter: drop-shadow(0 0 0.40rem #1a1734);
}
#loginForm .header {
  font-size: 24px;
  font-weight: 500;
  padding-left: 0px !important;
}
#loginForm .header i {
  color: #983d62;
}
#loginForm .subheader {
  color: #a095c3;
  margin-top: -10px;
  padding-bottom: 30px;
}
button {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 500;
  padding: 15px 30px;
  background-color: #A12960;
  color: #fff;
  border: none;
  cursor: pointer;
}
.passwordSubheader {
  padding-left: 30px;
  padding-right: 30px;
}
#submitForgot, #submitReturn {
  background-color: #201d3b;
  color: #a095c3;
  margin-left: 10px;
}
button:hover {
  background-color: #a095c3 !important;
  color: #302b51 !important;
}
.strategicFoundation0 {
  fill: #A094C2;
}
.strategicFoundation1 {
  fill: #A12960;
}
.formLeft {
  float: left;
  width: 100%;
}
.formRight {
  float: left;
  width: 50%;
}
.formLeft div {
  color: #a095c3;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 49%;
  float: left;
}
.formRight div {
  color: #a095c3;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 5px;
  padding-bottom: 5px;
}
#filterProjects {
  float: left;
  margin-top: -10px;
  margin-left: 20px;
  margin-right: -300px;
}
#filterProjects select {
  border-radius: 7px;
  border: 1px solid #433e60;
  background-color: #201d3b !important;
  color: #a095c3;
  font-size: 16px;
  height: 40px;
  margin-bottom: 30px;
  background-image: none !important;
  background-attachment: none !important;
  padding-right: 0 !important;
  box-shadow: inset 0 0 10px #1a1734;
  padding-left: 5px;
}
#filterProjectsFeedback {
  clear: both;
  float: left;
  margin-left: -4px;
  width: 103%;
}
#filterProjectsFeedback select {
  border-radius: 7px;
  border: 1px solid #433e60;
  background-color: #201d3b !important;
  color: #a095c3;
  font-size: 16px;
  height: 50px;
  margin-bottom: 30px;
  background-image: none !important;
  background-attachment: none !important;
  padding-right: 0 !important;
  box-shadow: inset 0 0 10px #1a1734;
}
#filterCategoryFeedback {
  clear: both;
  float: left;
  margin-left: -4px;
  width: 103%;
}
#filterCategoryFeedback select {
  border-radius: 7px;
  border: 1px solid #433e60;
  background-color: #201d3b !important;
  color: #a095c3;
  font-size: 16px;
  height: 50px;
  margin-bottom: 30px;
  background-image: none !important;
  background-attachment: none !important;
  padding-right: 0 !important;
  box-shadow: inset 0 0 10px #1a1734;
}
#loginForm input {
  border-radius: 7px;
  border: 1px solid #433e60;
  background-color: #201d3b !important;
  color: #a095c3;
  font-size: 16px;
  padding: 15px 15px;
  height: 20px;
  width: 65%;
  margin-bottom: 30px;
  background-image: none !important;
  background-attachment: none !important;
  padding-right: 0 !important;
  box-shadow: inset 0 0 10px #1a1734;
}
.formLeft input, .formRight input, .search-box input {
  width: 90%;
  border-radius: 7px;
  border: 1px solid #433e60;
  background-color: #201d3b !important;
  color: #a095c3;
  font-size: 16px;
  padding: 15px 15px;
  height: 20px;
  margin-bottom: 20px;
  background-image: none !important;
  background-attachment: none !important;
  padding-right: 0 !important;
  box-shadow: inset 0 0 10px #1a1734;
}
.search-box input {
  width: 400px;
  float: left;
  margin-right: 20px;
}
.formLeft select, .formRight select {
  width: 90%;
  border-radius: 7px;
  border: 1px solid #433e60;
  background-color: #201d3b !important;
  color: #a095c3;
  font-size: 16px;
  padding: 15px 15px;
  margin-bottom: 20px !important;
  background-image: none !important;
  background-attachment: none !important;
  box-shadow: inset 0 0 10px #1a1734;
}
.formLeft select option, .formRight select option {
  padding: 5px 0px;
}
.formLeft button {
  margin-left: 5px;
}
.formLeft input[type=checkbox] {
  width: auto !important;
}
.control_indicator {
  width: 45px !important;
}
textarea {
  width: 93.9%;
  max-width: 93.9%;
  min-width: 93.9%;
  border-radius: 7px;
  border: 1px solid #433e60;
  background-color: #201d3b !important;
  color: #a095c3;
  font-size: 16px;
  padding: 15px 15px;
  background-image: none !important;
  background-attachment: none !important;
  box-shadow: inset 0 0 10px #1a1734;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  margin-bottom: 20px;
  resize: none;
}
div[id^=__lpform_] {
  display: none;
}
::-webkit-input-placeholder { /* Edge */
  color: #a095c3;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a095c3;
}
::placeholder {
  color: #a095c3;
}
.footer0 {
  fill: #FFFFFF;
}
.footer1 {
  fill: #A02E5F;
}
.dateNumber {
  font-weight: 900;
  color: #A12960;
  font-size: 20px;
  position: absolute;
  margin-top: -35px;
  width: 35px;
  text-align: center;
}
#rightnavContent .dateNumber {
  font-size: 25px;
  margin-top: -45px;
  width: 49px;
}
.currentBlock_Activity_header {
  padding-left: 42px;
  padding-top: 11px;
}
.currentBlock_Activity_icon {
  width: 35px;
  position: absolute;
}
.calendar_icon {
  fill: #322A53;
}
.calendar_icon1 {
  fill: #322956;
  stroke: #322956;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
#kenny {
  width: 60px;
  position: absolute;
  margin-top: 15px;
  margin-left: 8px;
}
#breadcrumbs {
  color: #9f94c2;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-left: 30px;
  margin: 0 auto;
  max-width: 1000px;
}
#breadcrumbs a {
  color: #d4c3dc;
  text-decoration: underline;
}
#breadcrumbs a:hover {
  color: #fff;
}
.heart {
  width: 34px;
  margin-left: 80px;
  margin-top: 33px;
  position: absolute;
}
.companyBrand img {
  height: 75px;
  position: absolute;
  margin-left: 123px;
  margin-top: 10px;
}
.heart0 {
  fill: #A13060;
}
.heart1 {
  fill: #E05B8A;
}
.kenny0 {
  fill: #D8C2DD;
}
.kenny1 {
  fill: #FFFFFF;
}
.kenny2 {
  fill: #A02F5E;
}
.kenny3 {
  fill: #E15E88;
}
.kenny4 {
  fill: #A293C4;
}
.kenny5 {
  fill: #312954;
}
.header {
  font-weight: 500;
  font-size: 32px;
  padding-bottom: 25px;
  color: #9f94c2;
  clear: both;
  padding-left: 30px;
  margin: 0 auto;
  max-width: 1000px;
}
#nextWidgetContainer {
  margin-right: -500px;
}
.headerProject {
  float: left;
  width: 100%;
  padding-bottom: 0px;
}
#userInfo {
  margin-top: 16px;
  float: right;
  text-align: right;
}
#userInfo table {
  float: right;
}
#userInfo a {
  text-decoration: none;
  color: #A292C5;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
#userInfo a:hover {
  color: #A292C5;
  text-decoration: none;
}
#user {
  background-color: #19142e;
  width: 100%;
}
.headerContainer {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
#user table {
  padding-bottom: 15px;
  float: right;
  margin-right: 20px;
  margin-top: 5px;
}
#user .name {
  color: #fff !important;
  font-size: 20px;
}
#user .company {
  color: #fff !important;
}
#userDetails {
  padding-right: 8px;
  color: #fff;
  font-weight: 500;
  text-align: right;
}
#userImage {
  border-radius: 50%;
  width: 60px;
  border: 3px solid #973a5f;
  height: 60px;
  background-size: cover;
}
.formImageUpload #userImage {
  width: 85px;
  height: 85px;
  margin-top: 5px;
  border: 3px solid #9f94c2;
}
.alertStatement {
  margin-top: 5px;
}
.alertStatement h1 {
  color: #A12960;
  font-size: 32px;
  margin-top: -10px;
  font-weight: 500;
  line-height: 28px !important;
  padding-bottom: 15px;
}
#submissionResponse {
  background-color: #a095c3;
  width: 100%;
  margin-left: -70px;
  margin-top: -40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 75px;
  padding-right: 140px;
  margin-bottom: 35px;
  color: #A12960;
  font-weight: 500;
  display: none;
}
#loginForm #submissionResponse {
  background-color: #a095c3;
  width: inherit;
  margin-left: 0px;
  margin-top: 00px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 35px;
  color: #A12960;
  font-weight: 500;
  display: none;
}
#submissionResponseHome {
  background-color: #a095c3;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 75px;
  padding-right: 140px;
  color: #A12960;
  font-weight: 500;
  display: none;
}
.alias {
  float: left;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 15px;
}
.alias div {
  float: left;
  margin-right: 10px;
}
.aliastext {
  color: #9f94c2;
  font-weight: 500;
}
.intro {
  padding-bottom: 15px;
  padding-left: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.intro span, .intro i {
  color: #A292C5;
}
.invoice {
  float: left;
  clear: both;
  padding-bottom: 5px;
  padding-right: 50px;
}
#currentBlock_Activity {
  width: 32%;
  background-color: #f7f7f7;
  display: table-cell;
  padding: 40px;
  min-width: 220px;
  padding-bottom: 110px;
}
#currentBlock_Status {
  width: 68%;
  display: table-cell;
  background-color: #fff;
  color: #282448 !important;
  padding: 40px;
  padding-bottom: 40px !important;
}
#rightnavButtons {
  margin-bottom: 40px;
  margin-left: 45px;
  margin-top: -30px;
}
.balloon0 {
  fill: #322956;
}
.balloon1 {
  fill: #A12960;
}
.celebrateIcon {
  width: 100px;
  float: right;
  margin-top: -140px;
  margin-bottom: -500px;
}
#celebrateBlock {
  margin-top: 60px;
  clear: both;
  background-color: #fff;
  background-repeat: no-repeat;
  margin-right: -30px;
  width: 100%;
  float: left;
  padding-right: 30px;
  overflow: hidden;
  color: #302b51;
  background-image: url("https://concierge.vibable.com/images/celebration_bg.png");
  background-position: right -120px bottom -1px;
}
.celebrateBlockTop {
  padding-bottom: 40px;
  margin-bottom: -50px;
  margin-right: -30px;
}
.celebrateBlockUnder {
  background-color: #96355f;
  transform: skewy(-1.5deg);
  width: 110%;
  position: relative;
  height: 30px;
  margin-top: 30px;
  margin-right: -30px;
  z-index: 1;
}
#celebrateBlock h1 {
  font-size: 32px;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  color: #302b51;
}
#celebrateBlock a {
  color: #96355f;
}
#celebrateBlock a:hover {
  color: #9f94c2;
}
#celebrateBlock .text {
  color: #d36589;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
}
.snapshot0 {
  fill: #322956;
}
.snapshot1 {
  fill: #FFFFFF;
}
.snapshot2 {
  fill: #A12960;
}
.snapshot3 {
  fill: #A292C5;
}
.snapshot4 {
  fill: #D8C2DE;
}
.snapshotIcon {
  width: 100px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: -55px;
}
#projectDuration {
  clear: both;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  color: #302b51;
  background-position: top left;
  background-position-x: -130px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -110px;
  margin-bottom: 70px;
  text-align: right;
  color: #fff;
}
#snapshotBlock {
  clear: both;
  background-color: #fff;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  color: #302b51;
  background-position: top left;
  background-position-x: -130px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -60px;
}
.snapshotBlockTop {
  padding-bottom: 40px;
  margin-bottom: -50px;
  text-align: center;
}
.snapshotBlockUnder {
  background-color: #96355f;
  transform: skewy(-1.5deg);
  width: 110%;
  position: relative;
  height: 30px;
  margin-top: 30px;
  margin-right: -30px;
  z-index: 1;
}
#snapshotBlock h1 {
  font-size: 32px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  color: #A12960;
}
#snapshotBlock a {
  color: #96355f;
}
#snapshotBlock .text {
  color: #d36589;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
}
.snapshotIntro {
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -20px;
  text-align: center;
  padding-top: 15px;
}
.snapshotCompany {
  display: inline-block;
  vertical-align: top;
}
.snapshotLink {
  width: 100%;
  text-align: center;
}
#celebrateBlock ul {
  padding-left: 56px;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-right: 130px;
}
#celebrateBlock ul li::before {
  content: "\2022";
  color: #A12960;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#teamBlock {
  margin-top: 60px;
  clear: both;
  background-color: #fff;
  background-repeat: no-repeat;
  margin-right: -30px;
  width: 100%;
  float: left;
  padding-right: 30px;
  overflow: hidden;
}
.teamBlockTop {
  background-color: #96355f;
  padding-bottom: 40px;
  margin-bottom: -50px;
  margin-right: -30px;
}
.teamBlockTopUnder {
  background-color: #96355f;
  transform: skewy(-1.5deg);
  width: 115%;
  position: relative;
  height: 30px;
  margin-top: 28px;
  margin-right: -30px;
  z-index: 1;
}
#teamBlock h1 {
  font-size: 32px;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
#teamBlock .text {
  color: #d36589;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
}
#teamBlock #employees {
  clear: both;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  z-index: 1000;
  margin-top: -55px;
  position: relative;
  float: left;
}
#currentStatusBlock {
  margin-top: 60px;
  clear: both;
  background-color: #fff;
  margin-right: -30px;
  position: relative;
  z-index: 1000;
}
#bodyLightPurpleProj {
  background-color: #302b51;
  margin-top: -100px;
  margin-left: -50px;
  padding-right: 140px;
  padding-top: 120px;
  padding-left: 50px;
  padding-bottom: 70px;
  width: 100%;
  float: left;
}
#bodyLightWelcomeProj, #bodyLightWelcomeProjLoad {
  background-color: #302b51;
  margin-top: 100px;
  margin-left: -50px;
  padding-right: 80px;
  padding-left: 50px;
  padding-bottom: 70px;
  width: 100%;
  float: left;
}
#welcomeIntro {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#welcomeIntro .intro {
  float: left;
  padding-right: 50px;
  margin-top: -20px;
}
.recentActivity {
  background-color: #302b51;
  padding: 40px;
  padding-bottom: 30px;
  width: 30%;
  float: left;
  margin-right: -100px;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 20px;
}
.recentActivity h1 {
  font-size: 26px;
  font-weight: 500;
  color: #A12960;
}
.recentActivity ul {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 130px;
  width: 100%;
}
.recentActivity ul li::before {
  content: "\2022";
  color: #A12960;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#weekdays {
  background-color: #302b51;
  margin-top: 40px;
  margin-left: -50px;
  padding-left: 70px;
  padding-right: 140px;
  width: 100%;
  float: left;
}
.eventContent {
  position: relative;
  margin-top: 140px;
  margin-bottom: -500px;
  padding: 0 15px;
}
.eventContent div, .type {
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 5px;
  text-align: center;
  background-color: #ccc;
  margin-bottom: 10px;
}
.event .button {
  margin-left: 20px;
  float: left;
  margin-top: 13px;
}
.event .button a {
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 21px;
  text-align: center;
  background-color: #93345e !important;
  color: #fff !important;
}
.event .button a:hover {
  background-color: #a095c3 !important;
  color: #302b51 !important;
}
#calendarContentHeader {
  font-weight: 500;
  font-size: 32px;
  color: #9f94c2;
  clear: both;
  padding-left: 30px;
  padding-top: 50px;
}
.event {
  float: left;
  clear: both;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #302b51;
  width: 100%;
}
.type {
  padding: 6px 25px;
  width: 130px;
  min-width: 130px;
  float: left;
}
.event .info {
  float: left;
  padding-left: 20px;
}
.event .title {
  font-size: 18px;
  position: relative;
  text-align: left;
  margin-top: 0px;
  font-weight: 900;
  float: left;
  width: auto;
  max-width: 300px;
}
.event .content {
  float: left;
  clear: both;
  max-width: 350px;
  color: #fff;
}
.eventCelebration .title {
  color: #1f7999 !important;
}
.eventMilestone .title {
  color: #9f94c4 !important;
}
.eventMeeting .title {
  color: #6a8e68 !important;
}
.eventTimeOff .title {
  color: #bb476c !important;
}
.eventInvoice .title {
  color: #f4cd77 !important;
}
.tagCelebration, .eventCelebration .type {
  color: #acddf0 !important;
  background-color: #1f7999 !important;
}
.buttonContainer {
  display: inline-block;
}
.leftButton, .rightButton {
  float: left;
}
.tagMilestone {
  color: #9f94c4 !important;
  background-color: #29234b !important;
}
.eventMilestone .type {
  color: #29234b !important;
  background-color: #9f94c4 !important;
}
.tagMeeting, .eventMeeting .type {
  color: #c8e0c5 !important;
  background-color: #6a8e68 !important;
}
.tagTimeOff, .eventTimeOff .type {
  color: #eeaec1 !important;
  background-color: #bb476c !important;
}
.tagInvoice, .eventInvoice .type {
  color: #936c0c !important;
  background-color: #f4cd77 !important;
}
#weekdays2 {
  background-color: #443f63;
  height: 300px;
  margin-left: -50px;
  padding-left: 70px;
  padding-right: 140px;
  width: 100%;
  float: left;
}
#weekdays2 .weekday {
  height: 300px;
  background-color: #443f63;
}
#calendarContent {
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
}
#bodyLightPurple {
  background-color: #302b51;
  margin-top: 40px;
  margin-left: -50px;
  padding-right: 60px;
  padding-top: 40px;
  padding-left: 70px;
  padding-bottom: 40px;
  width: 100%;
  float: left;
}
#filesAndInvoices {
  clear: both;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #9d95c0;
  margin-top: 40px;
}
.pdf, .doc, .sheet {
  width: 18px;
  position: absolute;
}
.pdf_icon0 {
  fill: #322956;
}
.pdf_icon1 {
  fill: #FFFFFF;
}
.pdf_icon2 {
  fill: #A12960;
}
.doc_icon0 {
  fill: #322956;
}
.doc_icon1 {
  fill: #FFFFFF;
}
.doc_icon2 {
  fill: #3959A8;
}
.sheet_icon0 {
  fill: #322956;
}
.sheet_icon1 {
  fill: #FFFFFF;
}
.sheet_icon2 {
  fill: #17733A;
}
#filesBlock {
  width: 50%;
  padding: 40px 30px;
  color: #302b51;
  font-weight: 500;
  background-color: #9d95c0;
  background-repeat: no-repeat;
  max-width: 440px;
  display: inline-block;
  vertical-align: top;
}
#filesBlock li {
  padding-top: 5px;
}
#filesBlock a {
  color: #96355f;
  font-weight: 500;
  margin-left: 25px;
}
#filesBlock a:hover {
  color: #302b51;
}
#filesBlock b {
  color: #302b51 !important;
  font-size: 22px;
}
.files_icon0 {
  opacity: 0.1;
  fill: #322956;
}
.files_icon1 {
  fill: #322956;
}
.files_icon2 {
  fill: #FFFFFF;
}
.files_icon3 {
  fill: #A12960;
}
#filesIcon {
  width: 60px;
  position: relative;
  float: right;
  margin-bottom: -100px;
  margin-top: -15px;
  margin-right: 0px;
}
#filesBlock .subheader {
  color: #302b51 !important;
  text-transform: uppercase;
  clear: both;
  font-weight: 700;
  padding-top: 15px;
}
#filesBlock .subheader span {
  padding-left: 18px;
}
.darkPurple {
  color: #302b51 !important;
}
#invoiceBlock .darkPurple {
  padding-right: 50px;
}
#invoiceBlock {
  width: 50%;
  padding: 40px 30px;
  color: #96355f;
  font-weight: 500;
  margin-right: -30px;
  background-color: #d5c3dc;
  background-repeat: no-repeat;
  max-width: 440px;
  display: inline-block;
  vertical-align: top;
}
#invoiceBlock a {
  color: #282448;
  font-weight: 500;
  text-decoration: underline;
}
#invoiceBlock a:hover {
  color: #96355f;
}
#invoiceBlock ul {
  padding-left: 18px;
}
#invoiceBlock ul li::before {
  content: "\2022";
  color: #A12960;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#invoiceBlock b {
  color: #A12960 !important;
  font-size: 22px;
}
#invoiceBlock .subheader {
  color: #A12960 !important;
  text-transform: uppercase;
  clear: both;
  font-weight: 700;
  padding-top: 15px;
}
#invoiceBlock .subheader span {
  padding-left: 18px;
}
#invoiceIcon {
  width: 55px;
  position: relative;
  float: right;
  margin-bottom: -100px;
  margin-top: -15px;
  margin-right: 0px;
}
.invoice_icon0 {
  opacity: 0.1;
  fill: #322956;
}
.invoice_icon1 {
  fill: #FFFFFF;
}
.invoice_icon2 {
  fill: #322956;
}
.invoice_icon3 {
  fill: #A12960;
}
.invoice_icon4 {
  fill: #A094C2;
}
#currentStatusBlock b {
  color: #A12960 !important;
  font-size: 22px;
}
#currentStatusBlock .statusDate {
  font-size: 14px;
  padding-bottom: 5px;
  color: #A12960 !important;
  font-weight: 500;
}
#successManager {
  padding-bottom: 20px;
  float: left;
  padding-left: 15px;
  clear: both;
}
#successManagerImage {
  border-radius: 50%;
  width: 80px;
  border: 3px solid #9f94c2;
  height: 80px;
  background-size: cover;
  float: left;
  margin-top: 5px;
}
#successManagerText {
  float: left;
  padding-left: 15px;
}
#successManagerText h1 {
  margin-bottom: -25px;
  font-weight: 500;
  font-size: 22px;
  clear: both;
}
.employeeInfo {
  float: left;
  padding-left: 30px;
}
.employeeInfoImage {
  border-radius: 50%;
  width: 80px;
  border: 3px solid #d36589;
  height: 80px;
  background-size: cover;
  float: left;
  margin-top: 25px;
  margin-left: 60px;
}
.employeeInfoText {
  clear: both;
  width: 200px;
  text-align: center;
  padding-top: 10px;
  color: #302b51;
}
.employeeInfoText h1 {
  padding: 0 !important;
  font-size: 22px !important;
  margin: 0 !important;
  color: #96355f;
}
#logout, #needhelp {
  position: relative;
  float: left;
  margin-top: 30px;
}
#logout {
  margin-right: 10px;
  min-width: 120px;
}
#needhelp {
  min-width: 140px;
}
#logout .icon {
  width: 16px;
  position: absolute;
  padding-left: 5px;
  padding-top: 2px;
}
#needhelp .icon {
  width: 12px;
  position: absolute;
  padding-left: 6px;
  padding-top: 1px;
}
.logout, .question {
  fill: #A094C2;
}
.feedbackIcon0 {
  fill: #A094C2;
  stroke: #A094C1;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.feedbackIcon1 {
  fill: #322956;
}
.feedbackIcon2 {
  fill: #A12960;
}
.feedbackIcon3 {
  fill: #A094C2;
  stroke: #A094C1;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
#bodyViewCalendar a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #A12960;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  position: absolute;
}
#bodyViewCalendar a:hover {
  background-color: #a095c3;
  color: #302b51;
}
#viewCalendarBtn {
  margin-top: 45px;
  padding-bottom: 10px;
}
#logout a, #needhelp a, #viewCalendarBtn a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #282448;
  color: #9d95c0;
  border: none;
  cursor: pointer;
}
#logout a {
  padding-right: 41px;
}
#needhelp a {
  padding-right: 37px;
}
#logout a:hover, #needhelp a:hover, #viewCalendarBtn a:hover {
  background-color: #a095c3;
  color: #302b51;
}
#logout a:hover .logout, #needhelp a:hover .question {
  fill: #302b51;
}
.purplealert {
  background-color: #9f94c2;
  color: #302b51;
}
.invoiceStatus, .alert {
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 7px;
  font-weight: 500;
  padding: 4px 10px;
}
.invoiceStatus {
  margin-right: 7px;
}
.invoicePaidOnTime {
  background-color: #718c6b;
  color: #fff;
}
.invoicePaidLate {
  background-color: #963535;
  color: #fff;
}
.invoicePastDue {
  background-color: #963535;
  color: #fff;
}
.invoiceOnTime {
  background-color: #718c6b;
  color: #fff;
}
.invoicePayNow, .invoicePayNow:hover {
  background-color: #302b51;
  color: #fff !important;
  text-decoration: none !important;
}
.invoicePayNow:hover {
  background-color: #96355f;
}
#projectLeft {
  float: left;
  width: 70%;
}
#statusCharts {
  width: 30%;
  float: left;
  padding-bottom: 60px;
  margin-top: -60px;
}
#chartsLeft {
  width: 150px;
  float: left;
}
#chartsRight {
  width: 150px;
  float: left;
  margin-top: 70px;
  margin-right: -60px;
}
.banner {
  text-align: center;
  margin-right: -30px;
  margin-top: 60px;
  float: left;
  width: 100%;
}
.banner img {
  max-width: 600px;
  min-width: 600px;
}
.circle-chart {
  display: block;
  margin: 10px auto;
  padding-bottom: 5px;
  max-width: 100%;
  max-height: 130px;
}
.homeWidgets .circle-chart {
  padding-bottom: 0px;
}
.circle-bg {
  fill: none;
  stroke: #302b51;
  stroke-width: 10;
}
.homeWidgets .circle-bg {
  stroke: #e6e6e6;
}
.circle {
  fill: none;
  stroke-width: 10;
}
.title {
  font-size: 16px;
  position: absolute;
  width: 150px;
  text-align: center;
  margin-top: -10px;
  font-weight: 500;
}
.percentage {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  width: 150px;
  text-align: center;
  margin-top: 65px;
}
#completed .title {
  color: #af4f6c;
}
#completed .percentage {
  color: #af4f6c;
}
#completed .circle {
  stroke: #af4f6c;
}
#paid, #completed, #budget, #paidDeposit, .homeWidgets {
  width: 150px;
  float: left;
  margin-top: 15px;
}
.homeWidgets {
  margin-left: 28px;
  margin-top: 0px;
  min-height: 220px;
}
#paid .title, #paid .title b {
  color: #282448 !important;
}
#paid .percentage {
  color: #282448 !important;
}
#paid .circle {
  stroke: #282448 !important;
}
#paidDeposit .title, #paidDeposit .title b {
  color: #9f94c2 !important;
}
#paidDeposit .percentage {
  color: #9f94c2 !important;
}
#paidDeposit .circle {
  stroke: #9f94c2 !important;
}
.homeWidgets .title {
  color: #A12960;
}
.homeWidgets .percentage {
  color: #9f94c4;
}
.homeWidgets .circle {
  stroke: #A12960;
}
#budget .title, #budget .title b {
  color: #A12960 !important;
}
#budget .percentage {
  color: #A12960 !important;
}
#budget .circle {
  stroke: #A12960 !important;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
:root {
  --vanilla-calendar-bg-color: #fff;
  --vanilla-calendar-border-radius: 5px;
  --vanilla-calendar-border-color: #e7e9ed;
  --vanilla-calendar-today-bg-color: #E7E9ED;
  --vanilla-calendar-today-color: #333;
  --vanilla-calendar-selected-bg-color: #538fcd;
  --vanilla-calendar-selected-color: #fff;
  --vanilla-calendar-selected-radius: 5px;
}
.vanilla-calendar *, .vanilla-calendar *:before, .vanilla-calendar *:after {
  box-sizing: border-box;
}
.vanilla-calendar {
  margin: 0 auto;
  overflow: hidden;
  width: 350px !important;
}
#bodyLightPurple .search-box {
  padding-left: 0px;
}
@media (max-width:1200px) {
  .vanilla-calendar {
    width: auto;
  }
  #logo {
    margin-left: 12px;
  }
}
.selectedDay {
  background-color: #413960 !important;
}
#weekdays2 .selectedDay {
  background-color: #bba1c3 !important;
}
#weekdays2 .selectedDay div {
  display: inline-block;
  margin-top: 300px;
  height: 100px;
  border-top: solid 18px #bba1c3;
  border-left: solid 35px transparent;
  border-right: solid 35px transparent;
}
.selectedDay a {
  border-top: 4px solid #A12960 !important;
}
.vanilla-calendar .vanilla-calendar-btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: button;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  min-width: 27px;
  outline: none;
  overflow: visible;
  padding: 0;
  text-align: center;
  float: left;
  &:active {
    border-radius: var(--vanilla-calendar-border-radius);
    box-shadow: 0 0 0 2px rgba(var(--vanilla-calendar-today-bg-color), 0.1)
  }
}
.vanilla-calendar .vanilla-calendar-header {
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  width: 350px;
  display: inline-block;
}
.vanilla-calendar-header {
  width: 350px;
  text-align: center;
  display: inline-block;
}
.vanilla-calendar .vanilla-calendar-header svg {
  fill: #9f94c4;
}
.vanilla-calendar .vanilla-calendar-header__label {
  float: left;
  color: #9f94c4;
  margin-top: 2px;
  padding: 0 15px;
}
.vanilla-calendar .vanilla-calendar-week {
  background-color: #322a54;
  display: flex;
  flex-wrap: wrap;
}
.vanilla-calendar .vanilla-calendar-week span {
  color: #9f94c4;
  flex-direction: column;
  flex: 0 0 14.28%;
  font-size: 1em;
  font-weight: bold;
  max-width: 14.28%;
  padding: 15px 0px;
  text-align: center;
  text-transform: uppercase;
}
.vanilla-calendar .vanilla-calendar-body {
  background-color: rgba(var(--vanilla-calendar-selected-bg-color), 0.3);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px
}
.vanilla-calendar .vanilla-calendar-date {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  max-height: 14.28%;
  color: #9f94c4;
  font-weight: 500;
}
.vanilla-calendar .vanilla-calendar-date a, .vanilla-calendar .vanilla-calendar-date a:hover {
  color: #9f94c4;
  font-weight: 500;
  padding: 13px 15px 15px 15px;
}
.vanilla-calendar .vanilla-calendar-date--active {
  cursor: pointer;
}
.vanilla-calendar .vanilla-calendar-date--today {
  background-color: #9f94c4;
  color: #262045 !important;
  font-weight: 500;
  border-radius: 50%;
}
.vanilla-calendar .vanilla-calendar-date--today a, .vanilla-calendar .vanilla-calendar-date--today a:hover {
  color: #262045;
}
.vanilla-calendar .vanilla-calendar-date--today a span {
  color: #262045 !important;
}
.vanilla-calendar .vanilla-calendar-date--selected {
  background-color: #A12960;
  border-radius: 50%;
  font-weight: 500;
  color: #fff !important;
  font-size: 16px;
}
.vanilla-calendar .vanilla-calendar-date--selected a, .vanilla-calendar .vanilla-calendar-date--selected a:hover {
  color: #fff !important;
}
.vanilla-calendar .vanilla-calendar-date--selected a span {
  color: #fff !important;
}
.vanilla-calendar .vanilla-calendar-date--disabled {
  border-radius: 0;
  cursor: not-allowed;
  opacity: 0.2;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #342e54;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3.5px;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #504a71;
}
input:checked + .slider {
  background-color: #342e54;
}
input:focus + .slider {
  box-shadow: 0 0 1px #342e54;
}
input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
  opacity: 100;
}
input:checked + .togMilestone:before {
  background-color: #9f94c4;
}
input:checked + .togInvoice:before {
  background-color: #f4cd77;
}
input:checked + .togPTO:before {
  background-color: #bb476c;
}
input:checked + .togMeeting:before {
  background-color: #6a8e68;
}
input:checked + .togWidget:before {
  background-color: #96355f;
}
input:checked + .togCelebration:before {
  background-color: #1f7999;
}
.toggleTitleWidget {
  color: #9f94c4;
  margin-top: -25px !important;
  margin-left: 58px !important;
  position: absolute;
  font-size: 18px;
}
.toggleTitleMeeting {
  color: #6a8e68;
  margin-top: -25px !important;
  margin-left: 58px !important;
  position: absolute;
  font-size: 18px;
}
.toggleTitleMilestone {
  color: #9f94c4;
  margin-top: -25px !important;
  margin-left: 58px !important;
  position: absolute;
  font-size: 18px;
}
.toggleTitleInvoice {
  color: #f4cd77;
  margin-top: -25px !important;
  margin-left: 58px !important;
  position: absolute;
  font-size: 18px;
}
.toggleTitleCelebration {
  color: #1f7999;
  margin-top: -25px !important;
  margin-left: 58px !important;
  position: absolute;
  font-size: 18px;
}
.toggleTitlePTO {
  color: #bb476c;
  margin-top: -25px !important;
  margin-left: 58px !important;
  position: absolute;
  font-size: 18px;
}
.widgetSectionNumber {
  background-color: #201d3b;
  color: #282448;
  font-weight: 900;
  font-size: 180px;
  padding-bottom: 0px;
  line-height: 123px;
  float: left;
  padding-left: 100px;
  position: relative;
  margin-left: -50px;
  clear: both;
  height: 130px;
  margin-top: 40px;
}
.widgetSectionNumber2 {
  background-color: #201d3b;
  color: #282448;
  font-weight: 900;
  font-size: 180px;
  padding-bottom: 0px;
  line-height: 123px;
  float: left;
  padding-left: 100px;
  position: relative;
  margin-left: -50px;
  clear: both;
  height: 130px;
  margin-top: 0px;
  z-index: 1001;
}
.widgetSectionNumber2c {
  background-color: #302b51;
  color: #282448;
  font-weight: 900;
  font-size: 180px;
  padding-bottom: 0px;
  line-height: 123px;
  float: left;
  padding-left: 50px;
  position: relative;
  clear: both;
  height: 130px;
  margin-top: 0px;
  z-index: 1001;
  padding-left: 50px;
}
.widgetSectionNumber span {
  margin-bottom: -100px;
  position: relative;
  display: block;
}
.widgetSectionContent .formAlert {
  margin-top: 2px;
  margin-left: 0px;
}
.widgetContentUnderHeader {
  clear: both;
  margin-top: 30px;
  float: left;
  color: #9f94c4;
}
.widgetTriangle {
  width: 100px;
  float: right;
  margin-top: -22px;
  margin-right: -123px;
  margin-left: 125px;
  border-left: solid 23px #201d3b;
  border-top: solid 65px transparent;
  z-index: 0;
  border-bottom: solid 65px transparent;
}
.widgetTriangle2a {
  width: 100px;
  float: right;
  margin-top: 0px;
  margin-right: -123px;
  margin-left: 25px;
  border-left: solid 23px #201d3b;
  border-top: solid 65px transparent;
  z-index: 1002;
  border-bottom: solid 65px transparent;
}
.widgetTriangle2b {
  width: 100px;
  float: right;
  margin-top: 0px;
  margin-right: -123px;
  margin-left: 125px;
  border-left: solid 23px #242042;
  border-top: solid 65px transparent;
  z-index: 1002;
  border-bottom: solid 65px transparent;
  position: relative;
}
.widgetTriangle2c {
  width: 100px;
  float: right;
  margin-top: 0px;
  margin-right: -123px;
  margin-left: 125px;
  border-left: solid 23px #302b51;
  border-top: solid 65px transparent;
  z-index: 1002;
  border-bottom: solid 65px transparent;
}
.strategyButtonCopy {
  color: #9f94c4;
  float: left;
  width: 500px;
  margin-right: -500px;
  padding-left: 50px;
  padding-right: 50px;
}
.strategyButtonLeft button {
  padding-left: 70px;
}
.strategyButtonLeft span {
  font-size: 111px;
  line-height: 2px;
  vertical-align: middle;
  position: absolute;
  margin-top: -4px;
  left: 82px;
  color: #fff;
  opacity: .05;
  float: left;
}
.strategyButtonLeft {
  float: left;
}
.strategyButtonRight button {
  padding-right: 70px;
}
.strategyButtonRight span {
  font-size: 111px;
  line-height: 2px;
  vertical-align: middle;
  position: absolute;
  margin-top: -21px;
  right: 62px;
  color: #fff;
  opacity: .05;
  float: right;
}
.strategyButtonRight {
  float: right;
}
.widgetSectionCreation {
  float: left;
}
.strategyBuilderHome2 {
  height: 130px;
  margin-top: 40px;
  float: left;
  background-color: #2c284c;
  width: 100%;
  padding-right: 150px;
  margin-left: 0px;
  float: left;
}
.currentWidget {
  position: absolute;
  height: 130px;
  width: 220px;
  text-align: center;
  font-size: 15px;
}
.currentWidget div {
  color: #9d95c0;
  text-transform: uppercase;
  padding-top: 30px;
}
.currentWidget span {
  font-size: 16px;
}
.nextWidget {
  position: absolute;
  height: 130px;
  width: 190px;
  text-align: center;
  opacity: .5;
  font-size: 15px;
}
.nextWidget div {
  text-transform: uppercase;
  color: #9d95c0;
  padding-top: 35px;
}
.nextWidget span {
  font-size: 16px;
}
.widgetSectionContent {
  float: left;
  padding-top: 40px;
  margin-left: 50px;
  width: 70%;
  z-index: 1000;
  position: relative;
}
.widgetSectionContent2b {
  float: left;
  z-index: 1000;
  background-color: #242042;
  height: 130px;
  padding-left: 50px;
  border-top: 5px solid #A12960;
  width: 250px;
}
.widgetSectionContent2c {
  float: left;
  z-index: 1000;
  background-color: #302b51;
  height: 130px;
  padding-left: 20px;
  width: 220px;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
  z-index: 1500;
}
.toggleWidget {
  float: left;
  padding-bottom: 15px;
  width: 250px;
}
.switchOn {
  position: absolute;
  color: #fff;
  z-index: 1000;
  top: 3px;
  left: 7px;
  font-size: 9px;
  text-transform: uppercase;
  color: #a393c7 !important;
  cursor: pointer;
}
.switchOff {
  position: absolute;
  color: #fff;
  z-index: 1000;
  top: 3px;
  left: 27px;
  font-size: 9px;
  color: #a393c7 !important;
  text-transform: uppercase;
  cursor: pointer;
}
.widgetContentUnderHeader #filterProjects {
  margin-left: 0px !important;
  margin-right: 20px !important;
}
#filterProjects select {
  cursor: pointer !important;
}
.toggleWidget .switchOn, .toggleWidget .switchOff {
  top: 8px !important;
}
.weekday {
  float: left;
  width: 14.0%;
  text-align: center;
  background-color: #322a54;
  border-right: 1px solid #282448;
  border-bottom: 1px solid #282448;
}
.widgetOr {
  float: left;
  padding-right: 20px;
}
.weekdayFirst {
  border-left: 1px solid #282448;
}
.weekday span {
  font-size: 36px;
  line-height: 28px;
  font-weight: 900;
}
.weekday a {
  font-weight: 500 !important;
  width: 100%;
  float: left;
  padding: 30px 0 30px 0;
  border-top: 4px solid #302b51;
}
.rating {
  border: none;
  float: left;
  width: auto;
  margin-left: 120px;
  margin-top: 25px;
  position: absolute;
  margin-bottom: 15px;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 5px;
  font-size: 3em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  cursor: pointer;
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
}
.rating > label {
  color: #201d3b;
  float: right;
}
.rating > input:checked ~ label {
  color: #96355f;
}
.formAlert {
  border-radius: 7px;
  font-weight: 500;
  padding: 4px 25px !important;
  background-color: #96355f;
  color: #fff !important;
  float: left;
  margin-top: 19px;
  margin-right: 15px;
  width: auto !important;
  clear: both;
  margin-left: 6px;
}
.anonymous {
  float: left;
  clear: both;
  margin-top: 20px;
  padding-bottom: 45px;
  width: 100%;
}
.anonymous .control {
  padding-top: 13px;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2500;
}
.mobile {
  display: none;
}
.x {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 15px;
  top: 20px;
  background-color: #A33462;
  border-radius: 50%;
}
.x::before, .x::after {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 16px;
  height: 3px;
  content: "";
  background-color: #E15D88;
}
.x::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.x:hover {
  cursor: pointer;
}
.x:hover::before, .x:hover::after {
  background-color: #FFF;
}
.box {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
}
.box .btn {
  position: absolute;
  width: 30px;
  cursor: pointer;
}
.box span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 4px;
  background: #9f93c2;
  transition: all .3s;
  position: relative;
  margin-bottom: 5px;
}
.box:hover span {
  background: #fff;
}
.box .middle {
  width: 90%;
}
#fixedMobileHeader {
  top: 0px;
  height: 68px;
  background-color: #282448;
  position: fixed;
  z-index: 2000;
  width: 100%;
  filter: drop-shadow(0 0 0.40rem #1a1734);
}
.desktopNav {
  position: initial !important;
}
@media only screen and (max-width: 1125px) {
  #filesAndInvoices {
    margin-left: 0.5%;
    width: 90.5%
  }
  .snapshotCompanies2 {
    margin-left: -15px;
  }
  #filesIcon, #invoiceIcon {
    margin-right: 60px;
  }
  #filesBlock {
    width: 100.0% !important;
    height: auto !important;
    display: inline-block;
    max-width: 1000px;
  }
  #invoiceBlock {
    width: 100.0% !important;
    height: auto !important;
    display: inline-block;
    margin-top: 3px;
    max-width: 1000px;
  }
  html, body {
    overflow-x: hidden;
  }
  .intro {
    padding-left: 30px;
  }
  body {
    position: relative
  }
  .widgetOr {
    margin: 15px;
    margin-left: 160px;
    position: absolute;
  }
  .widgetSectionNumber {
    font-size: 32px;
    padding-left: 80px;
    padding-right: 10px;
    clear: both;
    height: auto;
    line-height: 55px;
    width: 100%;
  }
  .strategyButtonCopy {
    width: 90%;
    margin-right: 0px;
    padding-bottom: 20px;
    margin-top: -20px;
  }
  .widgetContentUnderHeader {
    margin-top: 0px;
  }
  .strategyBuilderButtons {
    margin-top: -20px;
  }
  .strategyButtonRight span {
    right: auto;
  }
  .strategyButtonLeft span {
    left: auto;
    margin-left: -10px;
  }
  .strategyButtonLeft button {
    margin-left: 20px;
    margin-right: 30px;
  }
  .widgetSectionContent {
    width: 90%;
  }
  .widgetSectionContent .formAlert {
    margin-top: -88px;
    margin-left: 20px;
    position: absolute;
  }
  .strategyButtonRight {
    margin-bottom: 20px;
    margin-top: 40px;
    margin-left: 50px;
    float: inherit;
  }
  .strategyButtonRight button, .strategyButtonLeft button {
    padding: 15px 20px;
  }
  .widgetContentUnderHeader #filterProjects {
    margin-left: -30px !important;
    margin-top: 5px !important;
  }
  .widgetContentUnderHeader .filterProjects2 {
    width: 100% !important;
  }
  .widgetContentUnderHeader .filterProjects2 select {
    width: 90% !important;
  }
  #filterProjects select {
    padding-right: 40px !important;
  }
  #body {
    width: 100% !important;
  }
  #innerBody {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #bodyLightWelcomeProj {
    width: 103%;
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 3%;
  }
  .banner {
    width: 90%;
  }
  .banner img {
    max-width: 350px;
    min-width: 350px;
  }
  #welcomeIntro .intro {
    width: 89% !important;
  }
  .recentActivity {
    clear: both;
    width: 65% !important;
    margin-left: 25px;
    padding-right: 50px;
    margin-right: 10px;
    margin-top: 40px;
  }
  .recentActivity h1 {
    font-size: 20px;
  }
  #weekdays, #weekdays2 {
    display: none;
  }
  #snapshotBlock {
    width: 90.5%;
    margin-left: 0.5%;
    background-position-x: -150px;
  }
  #projectDuration {
    width: 90.5%;
    margin-left: 0.5%;
  }
  .headerTitle, .headerProjectTitle, .headerFeedbackTitle, .searchHeader, .header, .alertStatement h1 {
    font-size: 22px;
  }
  .alertStatement h1 {
    padding-bottom: 0px;
  }
  #filterProjects {
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
  }
  #bodyLightPurple {
    margin-left: 0px;
    padding-left: 0px;
  }
  .strategyBuilderBody {
    margin-left: 0px;
    padding-left: 0px;
  }
  #celebrateBlock {
    width: 87%;
    margin-left: 0.5%;
    background-position: right -160px bottom -1px;
  }
  .snapshotIcon {
    width: 90px;
  }
  #snapshotBlock h1 {
    font-size: 22px;
  }
  .snapshotCompanies, .snapshotCompanies2 {
    width: 100%;
  }
  .snapshotCompany {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .snapshotCompany:nth-child(2n+1) {
    clear: both;
  }
  .toggleWidget:nth-child(2n+1) {
    clear: both;
  }
  #celebrateBlock h1 {
    line-height: 30px;
    font-size: 22px;
    padding-top: 30px;
    padding-left: 20px;
  }
  #celebrateBlock ul {
    padding-left: 36px;
  }
  .celebrateIcon {
    width: 80px;
    margin-top: -100px;
    margin-right: -20px;
  }
  #rightnavButtons {
    margin-left: 35px;
  }
  #rightnav {
    width: 330px;
    height: auto !important;
    display: none;
  }
  .homeWidgets .percentage {
    font-size: 14px;
  }
  #rightnavContent {
    padding-bottom: 40%;
  }
  #kenny {
    width: 45px;
    margin-top: 23px;
  }
  .heart {
    width: 25px;
    margin-left: 60px;
    margin-top: 41px;
  }
  .companyBrand img {
    height: 50px;
    margin-left: 90px;
    margin-top: 25px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #calendarContentHeader {
    background-color: rgb(33, 28, 61);
    width: 100%;
  }
  .event {
    border-bottom: none;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 40px;
  }
  .event:nth-child(even) {
    border-top: 3px solid #302b51;
    padding-top: 40px;
  }
  .event .info {
    clear: both;
    padding-left: 0px;
    padding-right: 50px;
  }
  #calendarContent {
    background-color: rgb(33, 28, 61);
    width: 100%;
    float: left;
    margin-bottom: -40px;
    padding-top: 0px;
  }
  #user .name {
    font-size: 18px;
  }
  #userDetails {
    line-height: 19px !important;
  }
  #menuContainer {
    z-index: 3000;
  }
  select, option, input[type="date"] {
    -webkit-appearance: none;
  }
  select {
    padding-left: 10px;
  }
  #filterProjects:after, #filterProjectsFeedback:after, #filterCategoryFeedback:after {
    content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
    color: #9d94c0;
    right: 34px;
    height: 26px;
    position: relative;
    pointer-events: none;
  }
  .alias, #successManager {
    padding-left: 30px;
  }
  .snapshotLeft {
    display: inline-block;
    width: 100%;
  }
  .alertStatement ul {
    width: 90%
  }
  .snapshotRight {
    display: inline-block;
    width: -webkit-fill-available;
  }
}
@media only screen and (max-width: 863px) {
  .calendarLeft {
    margin-left: -15px !important;
    padding-left: 15px !important;
    float: left !important;
    margin-top: 350px;
    height: 430px;
  }
  #calendarWeek {
    width: 105% !important;
  }
}
@media only screen and (max-width: 832px) {
  .calendarRight {
    margin-top: -800px;
  }
}
@media only screen and (max-width: 600px) {
  #userInfo {
    margin-top: 5px;
  }
  #user table {
    margin-top: 15px;
  }
  .snapshotCompanies, .snapshotCompanies2 {
    padding-bottom: 50px !important;
  }
  .snapshotCompany {
    margin-left: -15px;
    margin-bottom: -50px;
  }
  #submissionResponseHome {
    float: left;
    width: 100%;
    padding-left: 30px;
  }
  #bodyLightPurple .search-box {
    padding-left: 30px;
  }
  .adminPanelLinks {
    width: 40% !important;
    margin: 0 auto;
    margin-left: 5%;
  }
  #logo {
    width: 180px;
    margin: 0 auto;
    margin-top: 24px;
  }
  #user {
    width: 100%;
    text-align: center;
  }
  #userInfo {
    text-align: center;
    width: 100%;
    background-color: #19142e;
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #userInfo table {
    width: 100%;
    margin-right: 0px;
  }
  #userDetails {
    text-align: center;
  }
  #userImage {
    display: none;
  }
  .search-box {
    width: 80%;
    margin-left: 0px;
  }
  .search-box input {
    width: 100%;
  }
  .mobile #userImage {
    display: none;
  }
  .formLeft {
    padding-left: 15px;
  }
  .formLeft div {
    width: 100%;
  }
  .formImageUpload #userImage {
    margin-left: 5px;
  }
  .formImageUpload {
    padding-left: 15px;
    width: 100%;
  }
  .vanilla-calendar, .vanilla-calendar .vanilla-calendar-header {
    margin-left: 10px;
  }
  .textarea {
    width: 91% !important;
  }
  #bodyLightPurple .banner, #bodyLightPurpleProj .banner {
    margin-left: 13px;
  }
  .rating {
    margin-left: 0px;
    margin-top: 5px;
    position: inherit;
    margin-bottom: 5px;
  }
  #projectLeft {
    width: 100%;
  }
  #projectLeft .header {
    padding-top: 15px;
  }
  #statusCharts {
    clear: both;
    width: 100%;
    margin-left: 35px;
    margin-top: -40px;
  }
  #currentBlock_Activity {
    display: inherit;
    width: 100%;
  }
  #currentBlock_Status {
    width: 100%;
  }
  #teamBlock #employees {
    padding-left: 60px;
  }
  .headerProjectIcon .dateNumber {
    margin-top: -34px;
  }
  #chartsRight {
    margin-top: 0px;
  }
  .rightButton {
    clear: both;
  }
  .leftButton {
    float: none;
  }
  #nextWidgetContainer {
    display: none;
  }
  #submitForgot, #submitReturn {
    margin-left: 0px;
    margin-top: 10px;
  }
  .widgetSectionNumber2 {
    padding-left: 70px;
  }
  .widgetTriangle2a {
    margin-left: 5px;
  }
  .widgetSectionNumber2 {
    font-size: 35px;
  }
  .activate span, .deactivate span {
    margin-top: 5px;
  }
  .activate a, .deactivate a {
    margin-right: 15px;
  }
  .strategyButtonRight span, .strategyButtonLeft span {
    font-size: 15px;
    line-height: 2px;
    vertical-align: middle;
    position: inherit;
    margin-top: 0px;
    right: 0px;
    color: #fff;
    opacity: 1;
    float: inherit;
  }
  .snapshotCompanies2 {
    margin-left: -5px;
  }
  .strategyButtonLeft button {
    padding: 15px 30px;
  }
  #center #tagline {
    margin-top: 95px;
    margin-left: 30px;
  }
}