body {
  width: 100%;
  min-height: 100%;
  height: auto;
  /*overflow: hidden;*/
  background-color: #f6f6f6;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
}
.modal-open {
  height: inherit;
  overflow: hidden;
}
.wire-body {
  background-color: #f6f6f6;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
}

.form-section-header {
  margin-bottom: 10px;
}
.form-section-subheader {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*layout*/
.layout {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.row-m0 {
  margin-left: 0;
  margin-right: 0;
}
.row.ml0 {
  margin-left: 0;
}
.row.mr0 {
  margin-right: 0;
}
.bg-content-full,
.bg-content-full-hidden {
  padding-top: 50px !important;
}
.bg-content-full #content {
  padding-bottom: 0px !important;
}

.bg-content-full-hidden #content {
  padding-bottom: 0px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

/*Header*/
.header-logo {
  /*position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;*/
  max-width: 280px;
  max-height: 40px;
  margin: 7px auto 0;
}

.header-logo[alt]:after {
  display: none;
}

.header-logo-preview-bg {
  width: 280px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-logo-preview {
  /*width: 280px;
    height: 40px;*/
  max-width: 280px;
  max-height: 40px;
}

.header-color-preview {
  width: 280px;
  height: 40px;
  margin-top: 10px;
}

.headerpanel {
  background-color: #fff;
  position: fixed;
  height: 50px;
  z-index: 50;
  color: #ffffff;
}
.logoWrap {
  position: fixed;
  /*border-right: 1px solid #5B5AA2;*/
  /*border-right:1px solid #64C1FF;*/
  height: 50px;
  width: 280px;
  margin-left: 60px;
}

@media (max-width: 550px) and (min-width: 320px) {
  .logoWrap {
    width: 200px;
  }
}

@media (max-width: 319px) {
  .logoWrap {
    display: none;
  }
}

@media (max-width: 469px) {
  #users-name {
    display: none;
  }
}

/*Header Search*/
#search-header {
  height: 100%;
  padding-left: 200px;
}
#search-header input {
  background-color: #0099ff;
  background-image: url("/shared/img/icons/search-gray.svg");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: left;
  color: white;
  padding: 15px 125px 15px 64px;
  width: 100%;
  border: none;
  outline: none;
}

#search-header input::-webkit-input-placeholder {
  color: white;
}

#search-header input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

#search-header input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

#search-header input:-ms-input-placeholder {
  color: white;
}

/*Side Navigation*/
#slider-navigation {
  background: #28245f;
  box-shadow: 1px 10px 15px 0px #eee;
}
.slider-navigation-header {
  height: 65px;
  padding-top: 20px;
}
.slider-navigation-header-logo {
  max-width: 225px;
  max-height: 45px;
  cursor: pointer;
}
.slider-navigation-header-logo.admin-console-logo {
  width: 185px;
  margin-left: 20px;
}
.slider-navigation-header-logo.section-logo {
  margin-left: 7px;
}
.slider-navigation-header-logo.scribe-logo {
  width: auto;
  height: 50px;
}
.slider-navigation-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#slider-navigation.white {
  background-color: #fff;
}

.nav-icon {
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

/*Confirmed not confirmed*/
.confirmed-not-confirmed {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.confirmed-icon {
  background-image: url("/shared/img/icons/confirmed.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.not-confirmed-icon {
  background-image: url("/shared/img/icons/not-confirmed.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/*Career Icon*/
.nav-mycareer-icon {
  background-image: url("/shared/img/nav-icons/mycareer-gray.svg");
}
.menuName:hover .nav-mycareer-icon {
  background-image: url("/shared/img/nav-icons/mycareer-blue.svg");
}
/*Connection Icon*/
.nav-connections-icon {
  background-image: url("/shared/img/nav-icons/connections-gray.svg");
}

.menuName:hover .nav-connections-icon {
  background-image: url("/shared/img/nav-icons/connections-blue.svg");
}
/*People Icon*/
.nav-people-icon {
  background-image: url("/shared/img/nav-icons/people-gray.svg");
}
.menuName:hover .nav-people-icon {
  background-image: url("/shared/img/nav-icons/people-blue.svg");
}
/*Profile Icon*/
.nav-profile-icon {
  background-image: url("/shared/img/icons/profile.svg");
}
/*Users Icon*/
.nav-users-icon {
  background-image: url("/shared/img/nav-icons/users-black.svg");
  background-size: 42px 42px;
}
.menuName:hover .nav-users-icon {
  background-image: url("/shared/img/nav-icons/users-blue.svg");
}
/*Billing Icon*/
.nav-billing-icon {
  background-image: url("/shared/img/icons/billing.svg");
  background-size: 35px 35px;
}
.menuName:hover .nav-billing-icon {
  background-image: url("/shared/img/icons/billing-blue.svg");
}
/*Funds Icon*/
.nav-funds-icon {
  background-image: url("/shared/img/nav-icons/funds-gray.svg");
  background-size: 20px 20px;
}
.menuName:hover .nav-funds-icon {
  background-image: url("/shared/img/nav-icons/funds-blue.svg");
}
/*Kombee Icon*/
.nav-kombee-icon {
  background-image: url("/shared/img/icons/kombee.svg");
}
/*Integration Icon*/
.nav-integration-icon {
  background-image: url("/shared/img/icons/integration.svg");
}
/*Settings Icon*/
.nav-settings-icon {
  background-image: url("/shared/img/nav-icons/settings-black.svg");
  background-size: 23px 23px;
}
.menuName:hover .nav-settings-icon {
  background-image: url("/shared/img/nav-icons/settings-blue.svg");
}

/*Home Icon*/
.nav-home-icon {
  background-image: url("/shared/img/nav-icons/home-black.svg");
}
.menuName:hover .nav-home-icon {
  background-image: url("/shared/img/nav-icons/home-blue.svg");
}

/*Dashboard Icon*/
.nav-dashboard-icon {
  background-image: url("/shared/img/nav-icons/dashboard-gray.svg");
}
.menuName:hover .nav-dashboard-icon {
  background-image: url("/shared/img/nav-icons/dashboard-blue.svg");
}

/*Flag Icon*/
.nav-flag-icon {
  background-image: url("/shared/img/nav-icons/flag-black.svg");
  background-size: 20px 20px;
}
.menuName:hover .nav-flag-icon {
  background-image: url("/shared/img/nav-icons/flag-blue.svg");
}

/*Direct Reports Icon*/
.nav-direct-reports-icon {
  background-image: url("/shared/img/nav-icons/direct-reports-gray.svg");
}
/*Job Postings Icon*/
.nav-job-postings-icon {
  background-image: url("/shared/img/nav-icons/jobtitles-black.svg");
}
.menuName:hover .nav-job-postings-icon {
  background-image: url("/shared/img/nav-icons/jobtitles-blue.svg");
}

.nav-departments-icon {
  background-image: url("/shared/img/nav-icons/departments-black.svg");
}
.nav-locations-icon {
  background-image: url("/shared/img/nav-icons/locations-black.svg");
}
.menuName:hover .nav-locations-icon {
  background-image: url("/shared/img/nav-icons/locations-blue.svg");
}
.nav-info-icon {
  background-image: url("/shared/img/nav-icons/info-black.svg");
  background-size: 20px 20px;
}
.menuName:hover .nav-info-icon {
  background-image: url("/shared/img/nav-icons/info-blue.svg");
}
.nav-deliverables-icon {
  background-image: url("/shared/img/nav-icons/freqdeliverable-black.svg");
}
.menuName:hover .nav-deliverables-icon {
  background-image: url("/shared/img/nav-icons/freqdeliverable-blue.svg");
}
/*Jobs Icon*/
.nav-jobs-icon {
  /*width: 29px;
    height: 29px;
    margin-left: 9px;*/
  /*background-image: url('/shared/img/nav-icons/jobs.svg');*/
  background-image: url("/shared/img/nav-icons/jobopenings-black.svg");
}
.menuName:hover .nav-jobs-icon {
  background-image: url("/shared/img/nav-icons/jobopenings-blue.svg");
}
/*Badges Icon*/
.nav-badges-icon {
  width: 29px;
  height: 29px;
  margin-left: 9px;
  background-image: url("/shared/img/nav-icons/badges.svg");
}
/*Customers Icon*/
.nav-customers-icon {
  /*width: 29px;
    height: 29px;
    margin-left: 9px;*/
  /*background-image: url('/shared/img/nav-icons/customers.svg');*/
  background-image: url("/shared/img/nav-icons/customers-black.svg");
}
/*Projects Icon*/
.nav-projects-icon {
  background-image: url("/shared/img/nav-icons/projects-black.svg");
}
.menuName:hover .nav-projects-icon {
  background-image: url("/shared/img/nav-icons/projects-blue.svg");
}
/*Products Icon*/
.nav-products-icon {
  /*width: 29px;
    height: 29px;
    margin-left: 9px;*/
  /*background-image: url('/shared/img/nav-icons/products.svg');*/
  background-image: url("/shared/img/nav-icons/products-black.svg");
}
.menuName:hover .nav-products-icon {
  background-image: url("/shared/img/nav-icons/products-blue.svg");
}
/*Services Icon*/
.nav-services-icon {
  width: 29px;
  height: 29px;
  margin-left: 9px;
  background-image: url("/shared/img/nav-icons/services.svg");
}
/*Policies and Procedures Icon*/
.nav-policies-icon {
  background-image: url("/shared/img/nav-icons/policies-gray.svg");
}
.menuName:hover .nav-policies-icon {
  background-image: url("/shared/img/nav-icons/policies-blue.svg");
}
/*Training Icon*/
.nav-training-icon {
  background-image: url("/shared/img/nav-icons/training-black.svg");
}
.menuName:hover .nav-training-icon {
  background-image: url("/shared/img/nav-icons/training-blue.svg");
}
/*Messages Icon*/
.nav-messages-icon {
  background-image: url("/shared/img/nav-icons/messages-gray.svg");
  background-size: 18px 18px;
}
.menuName:hover .nav-messages-icon {
  background-image: url("/shared/img/nav-icons/messages-blue.svg");
}
/*Books Icon*/
.nav-books-icon {
  background-image: url("/shared/img/nav-icons/books-black.svg");
}
.menuName:hover .nav-books-icon {
  background-image: url("/shared/img/nav-icons/books-blue.svg");
}
/*Certificate Icon*/
.nav-certificate-icon {
  background-image: url("/shared/img/nav-icons/certificate-black.svg");
  background-size: 25px 25px;
}
.menuName:hover .nav-certificate-icon {
  background-image: url("/shared/img/nav-icons/certificate-blue.svg");
}
/*Goals Icon*/
.nav-goals-icon {
  background-image: url("/shared/img/nav-icons/goals-gray.svg");
}
.menuName:hover .nav-goals-icon {
  background-image: url("/shared/img/nav-icons/goals-blue.svg");
}

.nav-skills-icon {
  background-image: url("/shared/img/nav-icons/skills-black.svg");
}
.nav-acronym-icon {
  background-image: url("/shared/img/nav-icons/acronym-black.svg");
}
.nav-tools-technologies-icon {
  background-image: url("/shared/img/nav-icons/toolstech-black.svg");
}
.menuName:hover .nav-tools-technologies-icon {
  background-image: url("/shared/img/nav-icons/toolstech-blue.svg");
}
.nav-departments-icon:hover {
  background-image: url("/shared/img/nav-icons/departments-blue.svg");
}
.nav-customers-icon:hover {
  background-image: url("/shared/img/nav-icons/customers-blue.svg");
}
.nav-skills-icon:hover {
  background-image: url("/shared/img/nav-icons/skills-blue.svg");
}
.nav-acronym-icon:hover {
  background-image: url("/shared/img/nav-icons/acronym-blue.svg");
}

/*Buttons*/
.btn-transparent {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 7px 30px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #eff4fa;
  padding: 7px 30px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: #424344;
}
.btn-blue {
  background-color: #0099ff;
  border: 1px solid #0099ff;
  padding: 7px 30px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.btn-blue:disabled {
  opacity: 0.2;
}
.btn-blue-outline {
  background-color: #fff;
  border: 2px solid #0099ff;
  padding: 7px 30px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  color: #0099ff;
}
.btn-blue-outline:disabled {
  opacity: 0.2;
}
.btn-red {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  padding: 7px 30px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.btn-red:disabled {
  opacity: 0.2;
}

.copy-share-link-button {
  background-color: #0099ff;
  color: #ffffff;
  border: 1px solid #0099ff;
  padding: 5px 7px;
}

/*close icon*/
.close-icon {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close-icon:hover {
  opacity: 1;
}
.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}

/*plus icon*/
.plus-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.3;
}
.plus-icon:hover {
  opacity: 1;
}
.plus-icon:before,
.plus-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 3px;
  background-color: #333;
}
.plus-icon:before {
  transform: rotate(0deg);
}
.plus-icon:after {
  transform: rotate(-90deg);
}

.menuList {
  height: 85% !important;
  overflow: auto;
}
.menuList ul {
  list-style-type: none;
}
.menuName {
  padding: 15px 10px 10px;
  transition: background 0.8s ease, padding 0.8s linear;
  height: 60px;
  cursor: pointer;
}

.menuName:hover {
  background-color: #f2f2f2;
}

.menuItems {
  position: fixed;
  color: #7d7d7d;
  height: 100%;
  width: 200px;
}
.menuItems.slider {
  width: 300px;
  left: 0;
}

.menuName:hover .nav-text {
  color: #0099ff;
}

#slider-toggle {
  width: 60px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
#slider-toggle i {
  color: #666;
}
#slider-toggle img {
  width: 30px;
  height: 30px;
}

/*Header Dropdowns*/
.dropdown-text {
  color: #7d7d7d;
}

#header-icons {
  position: absolute;
  right: 0;
  top: 10px;
}

.user-avatar {
  width: 27px;
  height: 27px;
  display: inline-block;
  border: none;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  text-transform: uppercase;
  font-weight: 700;
  top: 1px;
  position: absolute;
  right: 17px;
  cursor: pointer;
  overflow: hidden;
  background-color: #666;
}
.user-avatar.large {
  width: 54px;
  height: 54px;
  font-size: 20px;
  font-weight: 500;
  padding-top: 13px;
  background-color: #33318c;
  color: white;
}

.thumbnail-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.user-dropdown-footer {
  position: absolute;
  bottom: 0;
  background-color: #eee;
  font-size: 8pt;
}
.dropdown-button-right {
  float: right;
  background-color: #33318c;
  border: 1px solid #33318c;
  border-radius: 2px;
  color: white;
}
.dropdown-button-left {
  float: left;
  background-color: #0099ff;
  border: 1px solid #0099ff;
  border-radius: 2px;
  color: white;
  margin-right: 5px;
}
#users-name {
  position: absolute;
  right: 100px;
  top: 9px;
  color: #666666;
  cursor: pointer;
  font-size: 0.9em;
  overflow: hidden;
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}

#apps-icon {
  position: absolute;
  /* width: 22px;
  height: 22px; */
  border: transparent;
  border-radius: 50%;
  right: 60px;
  top: 5px;
  color: #666666;
  /* background-image: url("/shared/img/9dots.svg"); */
  cursor: pointer;
}

#notification-badge {
  position: absolute;
  right: 58px;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

#notification-badge #notification-icon {
  background-color: #28245f;
  background-color: #005a97;
  width: 25px;
  height: 25px;
  border: transparent;
  border-radius: 50%;
}
#notification-badge.badge-unread #notification-icon {
  display: none;
}
#notification-badge #badge-unread-count {
  display: none;
}
#notification-badge.badge-unread #badge-unread-count {
  background-color: #0099ff;
  width: 25px;
  height: 25px;
  padding-top: 4px;
  position: absolute;
  top: 0;
  display: block;
  color: white;
  text-align: center;
  font-weight: 600;
}

.layout {
  height: 100%;
  width: 100%;
}

/************************

    Apps Dropdown

************************/

#apps-dropdown {
  width: 350px;
  min-height: 200px;
  max-height: calc(100% - 65px);
  background-color: white;
  position: fixed;
  right: 43px;
  top: 55px;
  border: 1px solid #afafaf;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  padding-left: 15px;
}
/*#apps-dropdown:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0px 3px;
  right: 15px;
  top: -21px;
  border: 10px solid;
  border-color: transparent transparent #afafaf transparent;
}
#apps-dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0px 3px;
  right: 15px;
  top: -20px;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}*/

#apps-dropdown .apps-arrow {
  width: 350px;
  height: 0px;
  background-color: white;
  position: fixed;
  right: 43px;
  top: 55px;
  border-top: 1px solid #afafaf;
}

#apps-dropdown .apps-arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0px 3px;
  right: 20px;
  top: -21px;
  border: 10px solid;
  border-color: transparent transparent #afafaf transparent;
}

#apps-dropdown .apps-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0px 3px;
  right: 20px;
  top: -20px;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}

#apps-dropdown .apps-dropdown-title {
  color: #a7a7a7;
}
#apps-dropdown ul {
  list-style: none;
  padding-left: 0;
}
#apps-dropdown ul li {
  height: 120px;
  width: 86px;
  margin: 5px 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  vertical-align: top;
}
#apps-dropdown ul li:hover {
  border: 1px solid #eee;
}
#apps-dropdown ul li a {
  color: #000;
}
.apps-dropdown-icon {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 89%;
  margin: 0px auto 10px;
}
.apps-dropdown-icon.admin-icon {
  background-image: url("/shared/img/AdminConsole-logomark.svg");
}
.apps-dropdown-icon.scribe-icon {
  background-image: url("/shared/img/AdminConsole-scribe.svg");
}
.apps-dropdown-icon.wire-icon {
  background-image: url("/shared/img/AdminConsole-tyrospot.svg");
}
.apps-dropdown-icon.tyrospot-icon {
  background-image: url("/shared/img/logos/tyrospot-logomark.svg");
}
.apps-dropdown-icon.tyrospot-edu-icon {
  background-image: url("/shared/img/logos/tyrospot-logomark-edu.svg");
}
.apps-dropdown-icon.tyrospot-hr-icon {
  background-image: url("/shared/img/logos/tyrospot-logomark-hr.svg");
}
.apps-dropdown-icon.vision-icon {
  background-image: url("/shared/img/AdminConsole-vision.svg");
}
.apps-dropdown-icon.kombit-icon {
  background-image: url("/shared/img/logos/kombit-logomark.svg");
}
.apps-dropdown-icon.kombee-icon {
  background-image: url("/shared/img/logos/kombee-logomark.svg");
}
.apps-dropdown-icon.jumbls-icon {
  background-image: url("/shared/img/logos/jumbls-logomark-small.svg");
}
.apps-dropdown-icon.s2b-icon {
  background-image: url("/shared/img/logos/S2B-logo-A-drk.svg");
}
.apps-dropdown-icon.t2b-icon {
  background-image: url("/shared/img/logos/T2B-logo-A-drk.png");
}
.apps-dropdown-icon.demo-icon {
  background-image: url("/shared/img/logos/demo-logo.svg");
}
.apps-dropdown-icon.gms-icon {
  background-image: url("/shared/img/logos/gms-logomark.svg");
}
.apps-dropdown-icon.scriv-icon {
  background-image: url("/shared/img/logos/scrivener-logo.png");
}
.apps-dropdown-icon.split-icon {
  background-image: url("/shared/img/AdminConsole-splitcollective.svg");
}
.apps-dropdown-icon.app-scouts-icon {
  background-image: url("/shared/img/AdminConsole-appscouts.svg");
}
.apps-dropdown-icon.market-icon {
  background-image: url("/shared/img/marketplacelogo.png");
}

/************************

    User Dropdown

************************/
#user-dropdown {
  width: 350px;
  min-height: 200px;
  max-height: 496px;
  background-color: white;
  position: fixed;
  right: 10px;
  top: 55px;
  border: 1px solid #afafaf;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
}
#user-dropdown:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0px 3px;
  right: 10px;
  top: -21px;
  border: 10px solid;
  border-color: transparent transparent #afafaf transparent;
}
#user-dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0px 3px;
  right: 10px;
  top: -20px;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}

/************************

    Notifications Dropdown

************************/

#notifications-dropdown {
  width: 400px;
  min-height: 200px;
  max-height: 550px;
  background-color: white;
  position: fixed;
  right: 43px;
  top: 55px;
  padding-bottom: 90px;
  border: 1px solid #afafaf;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}

#notifications-dropdown-single {
  width: 400px;
  min-height: 80px;
  max-height: 100px;
  background-color: white;
  position: fixed;
  right: 43px;
  top: 55px;
  padding-top: 10px;
  border: 1px solid #afafaf;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}
#notifications-dropdown:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0px 3px;
  right: 16px;
  top: -21px;
  border: 10px solid;
  border-color: transparent transparent #afafaf transparent;
}
#notifications-dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0px 3px;
  right: 16px;
  top: -20px;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}

.notification-list {
  list-style: none;
  padding-left: 0;
}

.notification-list li {
  border: 1px solid #eee;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.notification-list li:first-child {
  /*border-top:none;*/
}

.notification-image {
  background-color: #33318c;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.notification-text {
  color: #000;
}

.notifications-dropdown-title {
  color: #aaa;
}

.notifications-view-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 40px;*/
}
.notifications-view-toggle .notification-toggle-button {
  border: 1px solid #0099ff;
  background-color: #0099ff;
  color: white;
  border-radius: 2px;
  padding: 10px;
  width: 100%;
}

/*Content Area*/
#content-wrapper {
  padding-top: 97px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#content-wrapper.with-side-menu {
  padding-left: 200px;
}
#content-wrapper.tyrospot-content-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
#admin-content-wrapper {
  padding-top: 50px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#content {
  /*padding-bottom:50px;*/
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#content.tyrospot-content {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0;
}
.table-body {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table-left-side,
.table-right-side {
  float: none;
  display: table-cell;
}

/*****************************

    Navigation Subheader

*****************************/

.navigation-subheader {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 48;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(220, 220, 220, 0.25);
  height: 47px;
}

.navigation-subheader ul li h6 {
  color: #7d7d7d;
  cursor: pointer;
}

.navigation-subheader ul li.active {
  border-bottom: 4px solid #0099ff;
}

.navigation-subheader ul li.active h6 {
  color: #000;
}

.navigation-subheader-logo {
  position: absolute;
  left: 50px;
  width: 105px;
  height: 47px;
}
.navigation-subheader-logo img {
  height: 55px;
  margin-top: -3px;
}

.navigation-subheader-page-title {
  position: absolute;
  left: 190px;
}
.navigation-subheader-page-title h5 {
  margin-top: 18px;
  color: #333333;
}

/****************************

Subheader Breadcrumbs

****************************/

.navigation-subheader-page-title {
  margin-top: 18px;
}
.navigation-subheader-page-title span:not(.right-arrow) {
  margin-top: -5px;
}
.navigation-subheader-page-title span {
  color: #8b8c8d;
  font-size: 16px;
  float: left;
}
.navigation-subheader-page-title span {
  cursor: pointer;
}
.navigation-subheader-page-title span:hover {
  color: #333333;
}
.right-arrow {
  background-image: url("/shared/img/icons/right-thin-chevron-grey.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}

.left-arrow {
  background-image: url("/shared/img/icons/leftarrow_grey.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-right: 5px;
}
.bread-crumb {
  float: left;
}
/****************************

    Nav Subheader Edit Controls

*****************************/

.edit-controls-container {
  position: absolute;
  height: 100%;
  padding-top: 8px;
  right: 0;
  top: 0;
}

.edit-e2e-button,
.edit-settings-button,
.edit-share-button,
.edit-comments-button {
  width: 25px;
  height: 25px;
  float: right;
  margin: 3px 10px;
  cursor: pointer;
}
.edit-copy-icon,
.edit-share-icon {
  font-size: 20px;
  color: #7d7d7d;
  margin-top: 1px;
  float: right;
  margin: 3px 10px;
  cursor: pointer;
}
.edit-settings-button.gray {
  background-image: url("/shared/img/icons/settings-gray.svg");
}

.edit-share-button.gray {
  background-image: url("/shared/img/icons/share-gray.svg");
}
.edit-e2e-button {
  background-image: url("/shared/img/logos/tyrospot-logomark.svg");
}
.kombit-tyrospot-button {
  width: 20px;
  height: 20px;
  margin: 15px 5px 5px;
  cursor: pointer;
  float: left;
  background-image: url("/shared/img/logos/tyrospot-logomark.svg");
}
.kombit-user-button {
  width: 20px;
  height: 20px;
  margin: 15px 5px 5px;
  cursor: pointer;
  float: left;
  background-image: url("/shared/img/icons/share-gray.svg");
}
.kombit-comment-button {
  width: 20px;
  height: 20px;
  margin: 15px 5px 5px;
  cursor: pointer;
  float: left;
  background-image: url("/shared/img/icons/comments-gray.svg");
}

.edit-comments-button.gray {
  background-image: url("/shared/img/icons/comments-gray.svg");
}

.edit-done-button {
  margin: 0 10px;
  background-color: transparent;
  border: 2px solid #7d7d7d;
  color: #7d7d7d;
  padding: 5px 10px;
  float: right;
}

/*****************************

    Common Classes

*****************************/

/*display*/

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.dn {
  display: inline-block;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/*positioning*/
.posabl {
  position: absolute;
}
.posfix {
  position: fixed;
}
.posrel {
  position: relative;
}
.posstat {
  position: static;
}

.vertical-center {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*links*/
a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  cursor: pointer;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

/*cursor*/
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}

/*background-color*/
.bckgr-transparent {
  background-color: transparent !important;
}

.bckgr-dark-purple {
  background-color: #28245f !important;
}

.bckgr-purple {
  background-color: #33318c !important;
}

.bckgr-blue {
  background-color: #0099ff !important;
}

/*colors*/

/*border*/
.bn {
  border: none;
}

.border-grey {
  border: 1px solid rgb(169, 169, 169);
}

.br100 {
  border-radius: 100%;
}
/*border-right*/
.brlg {
  border-right: 1px solid #eee;
}

/*border left*/
.bllg {
  border-left: 1px solid #eee;
}

/*border-top*/
.btlg {
  border-top: 1px solid #eee;
}

/*border bottom*/
.bblg {
  border-bottom: 1px solid #eee;
}

/*lists*/
.lsn {
  list-style: none;
}

/*overflow*/
.ofh {
  overflow: hidden;
}
.ofxh {
  overflow-x: hidden;
}
.ofyh {
  overflow-y: hidden;
}
/*sizes*/

.w100h100 {
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

/*min height*/
.min-h50 {
  min-height: 50px;
}

.min-h100 {
  min-height: 100px;
}

.min-h200 {
  min-height: 200px;
}
.min-h300 {
  min-height: 300px;
}
.min-h400 {
  min-height: 400px;
}
.min-h95-vh {
  min-height: 95vh;
}

/*float*/
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}

/*alignment*/
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
/*font size*/
.fsz11 {
  font-size: 11px;
}
.fsz13 {
  font-size: 13px;
}
.fsz15 {
  font-size: 15px;
}
.fsz16 {
  font-size: 16px;
}
.fsz17 {
  font-size: 17px;
}
.fsz18 {
  font-size: 18px;
}
.fsz19 {
  font-size: 19px;
}
.fsz20 {
  font-size: 20px;
}
.f20 {
  font-size: 20px;
}
.fbold {
  font-weight: 800;
}
/*font style*/
.italic {
  font-style: italic;
}
/*font case*/
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
/*font weight*/
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw800 {
  font-weight: 800;
}
/*padding*/
.p3 {
  padding: 3px;
}
.p5 {
  padding: 5px;
}
.p6 {
  padding: 6px;
}
.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}

/*padding left padding right*/
.p00 {
  padding-left: 0;
  padding-right: 0;
}

.p00-imp {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*padding right*/
.pr0 {
  padding-right: 0px;
}
.pr7 {
  padding-right: 7px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr25 {
  padding-right: 25px;
}

/*padding left*/
.pl0 {
  padding-left: 0px;
}
.pl5 {
  padding-left: 5px;
}
.pl7 {
  padding-left: 7px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl25 {
  padding-left: 25px;
}
.pl25imp {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl100 {
  padding-left: 100px;
}
/*padding top*/
.pt3 {
  padding-top: 3px;
}
.pt5 {
  padding-top: 5px;
}
.pt9 {
  padding-top: 9px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt15-imp {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px;
}
.pt20-imp {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px;
}
.pt38 {
  padding-top: 38px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt100 {
  padding-top: 100px;
}

/*padding bottom*/
.pb0 {
  padding-bottom: 0;
}
.pb0-imp {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}

/*margin top*/
.mt-15 {
  margin-top: -15px;
}
.mt-5 {
  margin-top: -5px;
}
.mt0 {
  margin-top: 0px;
}
.mt3 {
  margin-top: 3px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt10imp {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}

/*margin left*/
.ml10-per-imp {
  margin-left: 10% !important;
}
.ml-15 {
  margin-left: -15px;
}
.ml0 {
  margin-left: 0px;
}
.ml0-imp {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml50 {
  margin-left: 50px;
}

.mlauto {
  margin-left: auto;
}

/*margin right*/
.mr10-per-imp {
  margin-right: 10% !important;
}
.mr-15 {
  margin-right: -15px;
}
.mr0 {
  margin-right: 0px;
}
.mr0-imp {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr50 {
  margin-right: 50px;
}
.mr75 {
  margin-right: 75px;
}
.mrauto {
  margin-right: auto;
}

/*margin bottom*/
.mb0 {
  margin-bottom: 0px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb50 {
  margin-bottom: 50px;
}
/************************

Dropdown Menu Large

************************/
.facet-subheader {
  position: relative;
}
.dropdown-large {
  position: static !important;
  display: inline-block;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

/************************

    tables

*************************/

/*Mavin Table*/
.mavin-table thead {
  background-color: #0099ff;
  color: white;
  height: 60px;
}

.mavin-table thead th {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mavin-table thead th.check-cell {
  padding-left: 20px;
  width: 15px;
}
.mavin-table thead th.check-cell .md-checkbox.white .md-icon {
  border-color: #ffffff;
}
.mavin-table thead th .th-text {
  font-weight: 400;
}
.mavin-table tbody tr td {
  background-color: #ffffff;
  color: #0099ff;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 13px;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.mavin-table tbody tr td a {
  color: #0099ff;
}
.mavin-table tbody tr td.check-cell {
  padding-left: 20px !important;
  width: 15px;
}
.mavin-table tbody tr:hover td {
  background-color: #f1f7fb;
}

.user-table-image {
  position: relative;
  width: 30px;
  height: 30px;
  background: #33318c;
  border-radius: 100%;
  text-align: center;
  color: white;
  padding-top: 6px;
  overflow: hidden;
}
/************************

    Cards

*************************/
.card-white {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
  /*box-shadow: 1px 1px 2px 1px rgba(238, 238, 238, 0.25);*/
  padding: 15px;
  margin: 10px;
}

.card-white2 {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
  padding: 15px;
  min-height: 100px;
}
.card-white3 {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

/*card fonts*/
.card-section-title {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  margin-top: 5px;
}
.card-section-title.with-check {
  display: inline-block;
}
/*card lists*/
.card-list-container {
  margin-bottom: 20px;
}
.card-save-cancel-buttons {
  padding: 35px 15px 5px;
}
.card-save-button {
  background-color: #0099ff;
  border: 1px solid #0099ff;
  color: white;
  padding: 5px 15px;
}
.card-cancel-button {
  background-color: #fff;
  border: 1px solid #0099ff;
  color: #333;
  padding: 5px 15px;
}
.card-list-edit-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.87);
  font-weight: 600;
  padding: 5px 0;
  background-color: #0099ff;
  cursor: pointer;
}
.card-list-edit-button p {
  text-align: center;
}

/*job card lists*/

.job-form-section-list {
  list-style: none;
  padding-left: 0;
}
.job-form-section-list li {
  float: left;
  margin-right: 5px;
  background-color: #f2f7fc;
  padding: 5px;
  color: #0099ff;
  font-weight: 600;
  border-radius: 2px;
  position: relative;
}
.job-form-section-list li.with-close {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 0;
  padding-bottom: 0;
}
.job-form-section-list li .close {
  background-color: #0099ff;
  opacity: 1;
  color: white;
  margin-left: 10px;
  position: relative;
  margin-top: -5px;
  padding: 3px 5px;
}
.job-form-section-buttons {
  text-align: right;
  margin-right: 25px;
}

/*tag list*/
.form-tag-list {
  list-style: none;
  padding-left: 0;
}
.form-tag-list li {
  float: left;
  margin-right: 5px;
  background-color: #f9f9f9;
  padding: 5px;
  color: #333;
  font-weight: 600;
  border-radius: 2px;
  position: relative;
}
.form-tag-list li.with-close {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 0;
  padding-bottom: 0;
}
.form-tag-list li .close {
  background-color: #f9f9f9;
  opacity: 1;
  color: #333;
  margin-left: 10px;
  position: relative;
  margin-top: -5px;
  padding: 3px 5px;
}
.form-tag-buttons {
  text-align: right;
  margin-right: 25px;
}

/*Job form location list*/
.location-list {
  list-style: none;
  padding-left: 0;
}
.location-list li .close {
  float: none;
  padding-left: 25px;
  vertical-align: -2px;
}
.location-pin {
  display: inline-block;
  vertical-align: -5px;
  width: 20px;
  height: 20px;
  background-image: url("/shared/img/icons/location-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/************************

Timesheet

************************/

.fc-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  /*margin: 0px auto;
    position: absolute;*/
  left: 0;
}
.fc-icon.ongoing {
  background-image: url("/shared/img/icons/ongoing.svg");
}
.fc-icon.frequent {
  background-image: url("/shared/img/icons/ongoing.svg");
}
.fc-icon.required {
  background-image: url("/shared/img/icons/required.svg");
}
.fc-icon.completed {
  background-image: url("/shared/img/icons/completed.svg");
}
.fc-icon.pending {
  background-image: url("/shared/img/icons/suggested.svg");
}

/************************

    Arrows    
    
************************/

.deliverable-arrow.up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid black;
}

.deliverable-arrow.down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-top: 5px solid black;
}

.deliverable-arrow.right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;

  border-left: 5px solid black;
}

.deliverable-arrow.left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;

  border-right: 5px solid black;
}

/************************

    Fab

*************************/
.fabs {
  bottom: 17px;
  padding: 23px 23px 23px 15px;
  position: fixed;
  right: 25px;
  white-space: nowrap;
  z-index: 200;
  width: 180px;
}

.fab-container {
  position: relative;
}
.fab img {
  margin: 0px auto;

  left: 0;
  right: 0;
  position: absolute;
}
.fab-1 img {
  width: 22px;
  height: 22px;
  top: 18px;
}

.fab-2 img {
  width: 26px;
  height: 26px;
  top: 11px;
}

.fab-3 img {
  width: 26px;
  height: 26px;
  top: 11px;
}

.fab-1 {
  pointer-events: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100%;
  background: #0099ff;
  border: none;
  outline: none;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fab-2 {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 8px;
  bottom: 85px;
  cursor: pointer;
  border-radius: 100%;
  background: #0099ff;
  border: none;
  outline: none;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  /*-webkit-transform: scale(0);
    transform: scale(0);*/
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.2, 1) 100ms;
  transition: all 300ms cubic-bezier(0, 0, 0.2, 1) 100ms;
}

.fab-3 {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 8px;
  bottom: 155px;
  cursor: pointer;
  border-radius: 100%;
  background: #0099ff;
  border: none;
  outline: none;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  /*-webkit-transform: scale(0);
    transform: scale(0);*/
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.2, 1) 100ms;
  transition: all 300ms cubic-bezier(0, 0, 0.2, 1) 100ms;
}
.fab-plus {
  width: 22px;
  height: 22px;
  top: 13px;

  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
}
.fabs:hover .fab-plus {
  /*transform:scale(0);
    -ms-transform:scale(0);
    -webkit-transform:scale(0);*/
}
.fab-check {
  width: 22px;
  height: 22px;
  top: 13px;

  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
}
.fabs:hover .fab-check {
  /*transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);*/
}
.fabs:hover .fab-2 {
  /*transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);*/
}
.fabs:hover .fab-3 {
  /*transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);*/
}
.fabs .fab-add-task {
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}
.fabs:hover .fab-add-task {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}

.card-fab {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  border-radius: 100%;
  background: #0099ff;
  border: none;
  outline: none;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form-fab {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  border-radius: 100%;
  background: #0099ff;
  border: none;
  outline: none;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fab-modal-add {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 100%;
  background: #0099ff;
  border: none;
  outline: none;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fab-modal-add-plus {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

/************************

    Header Controls

*************************/
/*header save cancel*/

.header-save-cancel {
  position: absolute;
  top: 15px;
  right: 0;
}

.header-save {
  margin: 0 10px;
  background-color: #0099ff;
  border: 2px solid #0099ff;
  color: #fff;
  padding: 5px 10px;
  float: right;
}

.header-cancel {
  margin: 0 10px;
  background-color: transparent;
  border: 2px solid #0099ff;
  padding: 5px 10px;
  float: right;
}

/************************

    File Upload

*************************/
.file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-upload + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;

  color: #fff;
  background-color: #4d4d4d;
}

.file-upload:focus + label,
.file-upload + label:hover {
  background-color: #676767;
}

.file-upload + label {
  cursor: pointer; /* "hand" cursor */
}

/************************

    Forms

*************************/
.form-input {
  width: 100%;
  padding: 5px;
  outline: none;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.form-input.with-add-button {
  width: calc(100% - 60px);
}
.form-input.date-time {
  width: 49%;
}
.form-text-area {
  width: 100%;
  outline: none;
  border-radius: 2px;
  border: 1px solid #ddd;
  resize: none;
}
.form-text-area.with-add-button {
  width: calc(100% - 60px);
}
.form-input-button {
  background-color: #0099ff;
  color: white;
  border-radius: 2px;
  border: 1px solid #0099ff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
}

/************************

    Tables

*************************/

.row-options {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.row-tool-tip {
  position: absolute;
  right: 30px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 1px 2px 1px rgba(238, 238, 238, 0.25);
}
.row-tool-tip .tool-tip-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.row-tool-tip .tool-tip-list li {
  cursor: pointer;
  padding: 5px 15px;
  background-color: #fafafa;
}
.row-tool-tip .tool-tip-list li:hover {
  background-color: #e6eef8;
}

/************************

    Modal

*************************/
.modal {
  overflow-y: auto;
}

.modal-dialog.full-modal {
  width: 95%;
}

@media (max-width: 600px) {
  .modal-dialog.full-modal {
    width: 100%;
    margin: 30px auto;
  }
}

.modal-dialog.large-modal {
  width: 800px;
}

@media (max-width: 800px) {
  .modal-dialog.large-modal {
    width: 100%;
    margin: 0;
  }
}

.modal-dialog.small-modal {
  width: 400px;
  height: 150px;
}

@media (max-width: 400px) {
  .modal-dialog.small-modal {
    width: 100%;
    margin: 0;
  }
}

/*Modal Dialog*/
.modal-dialog-title {
  font-size: 14px;
  color: #060606;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

.modal-body {
  padding: 0;
  color: #000;
  font-size: 13px;
  max-height: 375px;
}
.modal-body.sharing-modal {
  max-height: 450px;
}
.modal-body.access-modal {
  max-height: 550px;
}
.modal-content {
  border-radius: 1px;
}
.modal-header {
  border-bottom: none;
}

.modal-title {
  text-align: center;
  /*color: #0099ff;*/
  font-weight: 600;
}

.modal-body-content {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
}
.modal-body-content.sharing-modal {
  margin-top: 0;
}
.modal-body-content.access-modal {
  margin-top: 0;
}

.modal-footer {
  border-top: none;
}

.modal-buttons {
  text-align: center;
}

.modal-input-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-sub-text {
  color: #888888;
  margin-top: 5px;
  font-style: italic;
}
.container-input-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-input-group.date-group {
  width: 30%;
}
.modal-input,
.container-input {
  width: 100%;
  padding: 5px;
  outline: none;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.modal-input.with-add-button {
  width: calc(100% - 60px);
}
.modal-input.eighty,
.container-input-eighty {
  width: 80%;
}
.modal-input.hours-minutes-input {
  width: 20%;
}
.modal-text-area {
  width: 100%;
  outline: none;
  border-radius: 2px;
  border: 1px solid #ddd;
  resize: none !important;
}
.modal-text-area.eighty {
  width: 80%;
}
.modal-contenteditable-text-area {
  width: 100%;
  min-height: 50px;
  padding: 10px;
  outline: none;
  border-radius: 2px;
  border: 1px solid #ddd;
  resize: none;
}
.modal-input-button {
  background-color: #0099ff;
  color: white;
  border-radius: 2px;
  border: 1px solid #0099ff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
}

.hours-minutes-button {
  background-color: #0099ff;
  color: white;
  border-radius: 2px;
  border: 1px solid #0099ff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
}

/*Modal Lists*/
.modal-select-list li,
.side-panel-select-list li {
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal-select-list li:hover,
.modal-select-list li.active,
.side-panel-select-list li:hover,
.side-panel-select-list li.active {
  border: 1px solid #0099ff;
  border-radius: 3px;
  background-color: #f2f7fc;
  padding: 5px;
}

/*Modal footer*/

.modal-buttons .modal-button {
  border-radius: 3px;
  border: 2px solid #0099ff;
  padding: 3px 10px;
  background-color: transparent;
}

/*************************

    Cards

*************************/

.people-card {
  float: left;
  position: relative;
  height: 275px;
  width: 230px;
  margin: 10px;
  background-color: #ffffff;
  vertical-align: top;
  text-align: left;
  box-shadow: 0px 2px 4px #dddddd;
}

.people-card-top {
  height: 100px;
  width: 230px;
  overflow: hidden;
  background-color: #0099ff;
}

.people-card-options {
  position: absolute;
  top: 0;
  right: 5px;
}
.people-card-options img {
  width: 15px;
  height: 30px;
}
.people-card-thumbail {
  background-color: #303e49;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 55px;
  z-index: 2;
}

.people-card-image {
  width: 100%;
  height: auto;
}

.people-card-label {
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  margin-top: 44px;
  text-align: center;
  color: #0099ff;
  cursor: pointer;
}

.people-card-description {
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 0.9;
  white-space: nowrap;
  text-align: center;
}

.people-card-description a {
  color: #4d4d4d !important;
}

/*************************

    Shared elements

*************************/

/*Access Level*/
.modal-access-option-container h5 {
  margin-top: 0px;
}
.modal-access-option-container p {
  font-size: 12px;
  color: #888;
}
.modal-access-option-container input[type="radio"] {
  display: none;
}
.modal-access-option-container input[type="radio"] + label > span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
}
.modal-access-option-container
  input[type="radio"]:checked
  + label
  > span
  > span {
  display: none;
}
.modal-access-option-container
  input[type="radio"]:checked
  + label
  > span
  > span {
  display: block;
  background-color: #aaa;
  border-radius: 100%;
  border: 1px solid #aaa;
  width: 9px;
  height: 9px;
  margin: 4px auto;
}

/*Sharing List*/

.sharing-link-container {
  padding: 0 15px;
}

.sharing-link-container input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
}

.sharing-change-link {
  color: #0099ff;
  cursor: pointer;
}
.shared-list {
  text-align: left;
}
.shared-list li {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #eee;
  position: relative;
  height: 65px;
}
.user-share-image-holder {
  position: relative;
  height: 60px;
}
.shared-list .dropdown-menu li {
  height: 35px;
}

.dropdown-menu.menu-right {
  left: auto;
  right: 0;
}
.user-share-image-container {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #33318c;
  border-radius: 100%;
  text-align: center;
  color: white;
  padding-top: 10px;
  overflow: hidden;
}
.shared-status-container {
  margin-top: 15px;
}
.shared-list-container {
  height: 280px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.shared-status-container button,
.add-shared-status-container button {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.add-position-access-button {
  background-color: #0099ff;
  border: 1px solid #0099ff;
  color: white;
  border-radius: 2px;
  padding: 5px 20px;
}

.shared-list-delete-container {
  position: relative;
  height: 100%;
}
.shared-list-delete-container button {
  position: absolute;
}

.sharing-tags-container {
  min-height: 60px;
  background-color: #f7f7f7;
  width: 100%;
  margin: 0px auto;
  padding-top: 10px;
}
.sharing-tags-container tags-input {
  background-color: white;
}

.shared-status-container h5 {
  margin-top: 10px;
}
/*Autocomplete*/
.autocomplete-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 1px 2px 1px rgba(238, 238, 238, 0.25);
  text-align: left;
}

.autocomplete-wrapper > .message {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: #868686;
}

.autocomplete-wrapper > .dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 160px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.autocomplete-wrapper .dropdown-menu .autocomplete-first-initial {
  background-color: #33318c;
  color: #fff;
  border-radius: 100%;
  border: none;
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: relative;
}
.autocomplete-wrapper > .dropdown-menu > .active > a,
.autocomplete-wrapper > .dropdown-menu > .active > a:hover,
.autocomplete-wrapper > .dropdown-menu > .active > a:focus {
  background-color: #0099ff;
}

/*IAS Tags*/
.task-desc {
  font-weight: 600;
  font-size: 12px;
  padding-top: 13px;
  padding-left: 15px;
  text-transform: uppercase;
}
.task-desc .ias-tag-user {
  color: #428bca !important;
}
.task-desc .ias-tag-customer {
  color: #61bfff !important;
}
.task-desc .ias-tag-product {
  color: #0069ae !important;
}

.task-desc .ias-tag-project {
  color: #65638d !important;
}

.task-desc .ias-tag-service {
  color: #33318c !important;
}

.task-desc .ias-tag-date {
  color: #3ee4b7;
  font-weight: 400;
}

/*changes action bar*/
.changes-action-bar {
  position: fixed;
  bottom: 0;
  height: 60px;
  background-color: #ddd;
  width: calc(100% - 218px);
}

.discard-changes-button {
  background-color: #0099ff;
  color: white;
  border: 1px solid #0099ff;
  padding: 3px 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.save-changes-button {
  background-color: #33318c;
  color: white;
  border: 1px solid #33318c;
  padding: 3px 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Deliverables*/

.no-content-title,
.no-deliverables-title,
.no-opportunities-title,
.no-goals-title,
.no-scenarios-title {
  color: #bbb;
}

/*Frequent Deliverables Rating*/

.rating {
  display: inline-block;
}

/* :not(:checked) is a filter, so that browsers that don�t support :checked don�t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn�t make the test unnecessarily selective */
.rating:not(:checked) > input {
  position: absolute;
  /*top:-9999px;*/
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}

.rating:not(:checked) > label:before {
  content: "\2605";
}

.rating > input:checked ~ label {
  color: gold;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #0099ff;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #0099ff;
}

.rating > label:active {
  position: relative;
  /*top:2px;*/
  /*left:2px;*/
}

.frequent-deliverables-label {
  vertical-align: 15px;
}

/*Photo Upload*/

.thumb {
  width: 24px;
  height: 24px;
  float: none;
  position: relative;
  top: 7px;
}

/*Animations*/

.ripple {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ripple:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px 0;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.editor {
  overflow: auto;
  min-height: 140px;
}

.menu-highlighted {
  font-weight: bold;
}

.product-search,
.user-search {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.product-search {
  max-width: 500px;
}

.product-search .list-group-item.active {
  background-color: #f5f5f5;
}

.product-search:hover,
.user-search:hover {
  cursor: pointer;
}

.product-search .product-photo-container {
  float: left;
  width: 100px;
}

.product-search .product-photo {
  max-width: 80px;
  max-height: 50px;
  border-radius: 3px;
  margin: auto;
}

.product-search .list-group-item-heading,
.product-search .list-group-item-text {
  margin-left: 10px;
}

.user-search .list-group-item.active {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.user-search .list-group-item.active .text-muted {
  color: #ccc;
}

.user-search .list-group-item.active .text-primary {
  color: #fff;
}

.user-search .list-group-item {
  padding: 5px;
}

.user-search .user-photo {
  max-width: 30px;
  max-height: 30px;
  border-radius: 15px;
}

.user-search .user-photo-initial {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #33318c;
  color: white;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
}

.documentation-attr {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.documentation-element {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.section-heading {
  margin-top: 30px;
}

.demo-scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}
div:focus {
  outline: none;
}
.rel {
  position: relative;
}
.one-row {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.apps-dropdown-icon.noti-icon {
  background-size: 60%;
}
.notification-dropdown-body {
  float: left;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
.notification-dropdown-body ul {
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pt7 {
  padding-top: 7px;
}
.notifications-view-toggle {
  padding: 10px;
}
.mark-all-read {
  background-color: #f5f5f5 !important;
  color: #0099ff !important;
  border: 0 !important;
}
.prev-read {
  background-color: #ffffff !important;
  color: #464646 !important;
  border: 0 !important;
}
.notification-list .read {
  opacity: 0.5;
}
li {
  outline: none;
}
.noti-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0099ff;
}
.unread-noti-text {
  color: #2c2c2c;
  text-align: center;
}
.border1 {
  border: 1px solid #0099ff;
}
.avatar-wrap.no-img {
  font-size: 20px;
  padding-top: 20px;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.error {
  color: red;
}

.add-goal-btn{
  display: inline-block;
  vertical-align: -2px;
  width:18px;
  height:18px;
  background-image:url('/shared/img/icons/add.svg');
  background-repeat:no-repeat;
  background-position:center;
}

.remove-goal-btn{
  display: inline-block;
  vertical-align: -2px;
  width:18px;
  height:18px;
  background-image:url('/shared/img/icons/minus.svg');
  background-repeat:no-repeat;
  background-position:center;
}

.goal-icon{
  display: inline-block;
  vertical-align: -2px;
  width:18px;
  height:18px;
  background-image:url('/shared/img/icons/tick-blue.svg');
  background-repeat:no-repeat;
  background-position:center;
}

.contest-song-dot {
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  border: solid 1px grey;
}

.contest-song-dot.complete {
  background-color: green;
}

.contest-song-dot.inprogress {
  background-color: yellow;
}

.contest-song-dot.expired {
  background-color: lightgrey;
}

.gradebook-dot {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  border: solid 1px grey;
}

.gradebook-dot.complete {
  background-color: green;
}

.gradebook-dot.inprogress {
  background-color: yellow;
}

.gradebook-dot.expired {
  background-color: lightgrey;
}

.jumbls-job-group .panel-heading {
  padding: 0px;
}

.jumbls-job-group .panel-title {
  padding: 0px;
  font-size: 16px;
}

.wysiwyg {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.wysiwyg img {
  max-height: 100%;
  max-width: 100%;
  display: block;  
}

.alt-row-color {
  color: #0000FF !important;
}

.alt-row-color a {
  color: #0000FF !important;
}

.emotion-tile-container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 1600px) {
  .emotion-tile-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.emotion-tile {
  width: 130px;
  height: 130px;
  display: inline-block;
  text-align: center;
  border: 5px solid transparent;
  padding: 5px;
  margin: 5px;
}

.emotion-tile img {
  width: 80px;
  height: 88px;
}

.emotion-tile.selected {
  border-color: #0099ff;
}

.seals-assess input[type="radio"] {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  margin-top: 0px;
  height: 14px;
  width: 14px;
}

.seals-assess input[type="radio"]:before {
  width: 14px;
  height: 14px;
  border: 1px solid #333333;
  content: " ";
  color: transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  border-radius: 7px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.seals-assess input[type="radio"]:checked:before {
  background-color: #333333;
  box-shadow: inset -1px -1px white, 
    inset 1px 1px white, 
    inset -1px 1px white, 
    inset 1px -1px white;
}

.lock-icon {
  width: 15px;
  height: 15px;
}