#location-sidebar {
  width: 300px;
  display: inline-block;
  float: left;
}
#location-sidebar .sales-person-panel {
  height: auto;
}
#location-sidebar .sales-person-panel .sales-person-info {
  max-width: calc(100% - 86px);
  margin-left: 10px;
  color: #666666;
}
#location-sidebar .sales-person-panel img {
  height: 70px;
  width: 70px;
  vertical-align: top;
  border-radius: 50%;
}

.row {
  display: inline-block;
}

.loading {
  text-align: center;
}

.load-more-results {
  clear: both;
  display: block;
  text-align: center;
  font-size: 14px;
  background: none repeat scroll 0 0 #EFEFEF;
  color: #057EC1;
  min-width: 110px;
  padding: 6px 25px;
  border-radius: 2px;
  width: 65%;
  margin: 0 auto;
}

#location-information-panel {
  border-color: #DADADA;
}
#location-information-panel h2 {
  line-height: 29px;
}
#location-information-panel ul {
  margin: 0 0 15px 0;
  list-style: none;
  color: #999999;
  word-wrap: break-word;
}
#location-information-panel h3,
#location-information-panel ul {
  padding: 0 15px;
  font-size: 14px;
}
#location-information-panel img {
  margin-bottom: 8px;
  border-bottom: 1px solid #DADADA;
}
#location-information-panel .location-header {
  border-top: 1px dotted #DADADA;
  padding-top: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #057EC1;
}
#location-information-panel .account-name-header .account-name {
  display: inline-block;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#location-information-panel .account-name-header.with-edit .account-name {
  width: 250px;
}
#location-information-panel .account-name-header .account-group-edit {
  float: right;
  padding: 5px;
}

#catalog-products a:not(.load-more-results) {
  color: #666666;
}
#catalog-products a:not(.load-more-results):visited, #catalog-products a:not(.load-more-results):active, #catalog-products a:not(.load-more-results):hover {
  color: #999999;
}
#catalog-products a:not(.load-more-results):hover {
  text-decoration: none;
}
#catalog-products a:not(.load-more-results):nth-of-type(odd) .catalog-product {
  margin-right: 16px;
}

.fade-truncate:after {
  content: "";
  text-align: right;
  position: absolute;
  right: 0;
  height: 1.3em;
  background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%) repeat scroll 0 0;
}

.catalog-product {
  float: left;
  position: relative;
  border: 1px solid #DADADA;
  margin: 0 0 20px 0;
  overflow: hidden;
  width: 300px;
}
.catalog-product.fade-truncate:after {
  height: 100%;
  width: 13%;
}
.catalog-product .view-product-slide {
  position: absolute;
  right: -100%;
  width: calc(100% - 110px);
  height: 100%;
  background: #09669A;
  transition: 1s;
  z-index: 1;
}
.catalog-product .view-product-slide p {
  line-height: 150px;
  display: inline-block;
  color: #FFFFFF;
  margin: 0;
}
.catalog-product:hover .view-product-slide {
  transition: 1s;
  right: 0;
}
.catalog-product span {
  margin: 15px;
}
.catalog-product .product-information, .catalog-product span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product .product-information {
  text-align: left;
  width: calc(100% - 130px);
  padding: 30px 0;
}
.catalog-product .product-information h3 {
  width: 200%;
  margin: 0;
  font-weight: 200;
  font-size: 20px;
  color: #666666;
}
.catalog-product .product-information .product-description {
  height: calc(14px * 1.3 * 3);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
}
.catalog-product .product-information .product-description.fade-truncate:after {
  width: 40%;
  bottom: 40px;
}

.products-panel {
  width: 620px;
  display: inline-block;
  margin-left: 16px;
  vertical-align: top;
}
.products-panel h2 {
  border-bottom: 1px solid #DADADA;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}
.products-panel h3 {
  margin: 0 0 2px 0;
  color: #FFFFFF;
}
.products-panel .product {
  float: left;
  margin: 0 25px;
}
.products-panel .information {
  font-size: 14px;
  text-align: center;
}
.products-panel .information .product-name-label {
  max-width: 100px;
  margin: 10px 0;
}
.products-panel .badge {
  margin: 10px 0 20px 0;
  padding-top: 1px;
  font-weight: normal;
  vertical-align: text-bottom;
}
.products-panel .information .reputation-icon,
.products-panel .information .presence-icon,
.products-panel .information .socialmarket-icon,
.products-panel .information .product-icon {
  padding: 3px;
  font-size: 70px;
}
.products-panel .information .product-icon {
  color: #FFFFFF;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 65px;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.products-panel .information .product-icon.custom {
  width: 65px;
  height: 65px;
  background-color: #3FB23F;
}
.products-panel .information .reputation-icon {
  color: #EBD900;
}
.products-panel .information .presence-icon {
  color: #4FBE43;
}
.products-panel .information .socialmarket-icon {
  color: #33ACE2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products-panel .information .reputation-icon:before,
  .products-panel .information .presence-icon:before,
  .products-panel .information .socialmarket-icon:before,
  .products-panel .information .product-icon:before {
    position: relative;
    top: 3px;
  }
}

.notification-settings {
  font-size: 12px;
  font-weight: normal;
  float: right;
}

#ld-orders-status {
  /* There are no green or blue color badges, so changing the background color here */
}
#ld-orders-status .form-error-icon, #ld-orders-status .form-success-icon, #ld-orders-status .not-relevant-icon {
  font-size: 14px;
  margin-right: 5px;
}
#ld-orders-status .badge-yellow {
  background-color: #3FB23F;
}
#ld-orders-status .badge-orange {
  background-color: #2E8DED;
}
#ld-orders-status .badge-yellow, #ld-orders-status .badge-orange, #ld-orders-status .badge-red {
  float: right;
}
#ld-orders-status p {
  font-size: 14px;
  margin-bottom: 8px;
}
#ld-orders-status .v-box-heading {
  clear: both;
}
#ld-orders-status .expandable-body {
  padding: 5px;
}

#update-account-group-data .form-error-icon, #update-account-group-data .form-success-icon {
  font-size: 14px;
  margin-right: 5px;
}
#update-account-group-data p {
  font-size: 14px;
  margin-bottom: 8px;
}
#update-account-group-data .v-box-heading {
  clear: both;
}
#update-account-group-data .expandable-body {
  padding: 5px;
}
#update-account-group-data form {
  margin-bottom: 15px;
}

#business-profile-form .v-form input, #business-profile-form .v-form select {
  margin-top: 0px;
  margin-bottom: 0px;
}
#business-profile-form .v-form .time-entry input {
  float: none;
}
#business-profile-form .v-form .hoo-description-input {
  margin-bottom: 10px;
}
#business-profile-form .v-form .section-description {
  width: 448px;
  background-color: #F6F6F6;
  border: 1px solid #DADADA;
  padding: 10px 0px 5px 10px;
}
#business-profile-form .control-group.footer {
  padding-top: 10px;
  padding-left: 0px;
  border-top: 1px solid #DADADA;
  margin-top: 20px;
}
#business-profile-form .control-group.footer.footer-fixed {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  bottom: 0px;
  width: 940px;
  padding: 10px 0px 10px 0px;
  background-color: #FFFFFF;
}
#business-profile-form .control-group.footer.footer-fixed.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s linear, visibility 0s linear;
}
#business-profile-form hr.footer {
  visibility: hidden;
}
#business-profile-form .footer-placeholder {
  margin-bottom: 80px;
}

#business-profile .alert-warning {
  margin-bottom: 10px;
}
#business-profile .alert-warning .lock-icon {
  color: #F4AE00;
}

.marketing-container {
  max-width: 960px;
  margin: 20px auto;
  background-color: #F6F6F6;
}

#rm-marketing-header {
  background-image: url("../images/marketing/rm_header.jpg");
  width: 960px;
  height: 446px;
  text-align: center;
}
#rm-marketing-header .product-name {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 21px;
  margin-top: 30px;
}
#rm-marketing-header .product-description {
  color: #F6F6F6;
  font-family: arial;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#rm-marketing-header .product-pitch {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 24px;
}
#rm-marketing-header .sales-person-email, #rm-marketing-header .contact-now {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
}
#rm-marketing-header .sales-person-phone {
  color: #F6F6F6;
  font-family: arial;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 100;
}
#rm-marketing-header .reputation-icon {
  margin-top: 30px;
  font-size: 70px;
  background-color: #F6F6F6;
  padding-top: 5px;
  height: 75px;
  width: 80px;
  color: #EBD900;
  vertical-align: middle;
}

.sm-marketing-icon {
  font-size: 52px;
  color: #057EC1;
}

#sm-marketing-header {
  background-image: url("../images/marketing/sm_header.jpg");
  width: 960px;
  height: 446px;
  text-align: center;
}
#sm-marketing-header .product-name {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 21px;
  margin-top: 30px;
}
#sm-marketing-header .product-description {
  color: #F6F6F6;
  font-family: arial;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#sm-marketing-header .product-pitch {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 24px;
}
#sm-marketing-header .sales-person-email, #sm-marketing-header .contact-now {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
}
#sm-marketing-header .sales-person-phone {
  color: #F6F6F6;
  font-family: arial;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 100;
}
#sm-marketing-header .socialmarket-icon {
  margin-top: 30px;
  font-size: 70px;
  background-color: #F6F6F6;
  padding-top: 5px;
  height: 75px;
  width: 80px;
  color: #33ACE2;
  vertical-align: middle;
}

#pb-marketing-header {
  background-image: url("../images/marketing/pb_header.jpg");
  width: 960px;
  height: 446px;
  text-align: center;
}
#pb-marketing-header .product-name {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 21px;
  margin-top: 30px;
}
#pb-marketing-header .product-description {
  color: #F6F6F6;
  font-family: arial;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#pb-marketing-header .product-pitch {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 24px;
}
#pb-marketing-header .sales-person-email, #pb-marketing-header .contact-now {
  color: #F6F6F6;
  font-family: arial;
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
}
#pb-marketing-header .sales-person-phone {
  color: #F6F6F6;
  font-family: arial;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 100;
}
#pb-marketing-header .presence-icon {
  margin-top: 30px;
  font-size: 70px;
  background-color: #F6F6F6;
  padding-top: 5px;
  height: 75px;
  width: 80px;
  color: #4FBE43;
  vertical-align: middle;
}

#marketing-information-panel div:nth-child(even) {
  background: #F6F6F6;
}

.single-column-text {
  font-size: 14px;
  line-height: 24px;
}

.flex-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-flow: row;
  -webkit-flex-flow: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-family: arial;
  color: #666666;
  padding-left: 10px;
  padding-right: 10px;
}
.flex-container .single-column-text {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 97%;
}
.flex-container .single-column-text p {
  font-size: 14px;
  line-height: 24px;
}
.flex-container .two-column-text {
  width: 48%;
}
.flex-container .two-column-text .check-icon {
  color: #3FB23F;
  font-size: 18px;
  padding-right: 20px;
  float: left;
}
.flex-container .two-column-text .long-text {
  display: inline-block;
  width: 400px;
}
.flex-container .two-column-text p {
  font-size: 14px;
  line-height: 24px;
}
.flex-container .screenshots {
  position: relative;
}
.flex-container .screenshots img {
  padding-top: 40px;
  padding-bottom: 40px;
}
.flex-container .screenshots .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
}

.marketing-container .sales-person-panel {
  padding: 40px 0 40px 20px;
}

.sales-person-panel {
  height: 122px;
}
.sales-person-panel:before {
  /* for vertical centering */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.sales-person-panel .sales-person-info, .sales-person-panel img {
  display: inline-block;
  vertical-align: middle;
}
.sales-person-panel .sales-person-info h2:first-child, .sales-person-panel img h2:first-child {
  margin-top: 0px;
}

.stats-title {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0px;
}

#rm-stats div {
  width: 14%;
}

#pb-stats div {
  width: 23%;
}

#sm-stats {
  height: 200px;
}
#sm-stats div {
  width: 24%;
}

.stats-section {
  text-align: center;
  margin-top: 0px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  height: 180px;
}
.stats-section div p:nth-child(2) {
  line-height: 24px;
  font-size: 14px;
}
.stats-section .stats-numbers {
  font-size: 36px;
  margin-bottom: 5px;
}
.stats-section .stats-numbers-blue {
  color: #33ACE2;
}
.stats-section .stats-numbers-orange {
  color: #FF7900;
}
.stats-section .stats-suffix {
  font-size: 14px;
  position: relative;
  top: -14px;
}
.stats-section .stats-prefix {
  font-size: 14px;
  position: relative;
  top: -8px;
}

#notification-settings-form .base-table hr {
  width: 550px;
}
#notification-settings-form .base-table label {
  font-size: 12px;
}
#notification-settings-form .base-table table {
  display: inline-table;
  width: 550px;
}
#notification-settings-form button {
  margin: 0px 15px 4px 4px;
}

#notification-settings hr {
  width: 940px;
}
#notification-settings .footer {
  padding-left: 0px;
}
#notification-settings td {
  display: inline-block;
  width: 170px;
  height: auto;
  line-height: 30px;
}
#notification-settings .no-content-msg {
  font-size: 14px;
  color: #666666;
  padding: 150px 0;
  text-align: center;
}
#notification-settings .container {
  width: auto;
  max-width: 940px;
}
#notification-settings .super-container {
  width: auto;
  max-width: 940px;
}

#manage-recipients td {
  display: table-cell;
}
#manage-recipients a {
  cursor: pointer;
}

#notification-settings-content .v-form .controls, #add-recipient-notification-form .v-form .controls {
  margin-left: 40px;
}
#notification-settings-content .v-form .input-suffix, #add-recipient-notification-form .v-form .input-suffix {
  margin-left: -250px;
}

#recipient-selector {
  margin: 0 20px;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  height: 28px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #dadada;
  border-radius: 2px;
}

#recipient-view {
  width: 100%;
  border: none;
}

.select-recipient-span {
  margin-left: 20px;
}

.select-recipient-container {
  margin-bottom: 15px;
  padding-top: 80px;
}

.fec-container {
  border: 1px solid #f6f6f6;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin: 20px 20px 30px 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fec-list-item-header-title {
  margin: 20px 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  display: block;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.sales-person-panel img {
  border: 1px solid #D3D3D3;
}
.sales-person-panel .sales-person-info {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.sales-person-panel .sales-person-info.nobody h2 {
  margin-top: 32px;
}
.sales-person-panel p, .sales-person-panel h2 {
  margin: 0;
}
.sales-person-panel p:first-child {
  line-height: 24px;
}
.sales-person-panel h2 {
  margin-top: 18px;
  font-size: 16px;
}
.sales-person-panel p + h2 {
  margin-top: 10px;
}

.header {
  height: 90px;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
}
.header .header-content {
  width: 940px;
  margin: 0 auto;
}
.header .header-content .logo {
  display: inline-block;
  float: left;
  margin: 16px 16px 0 0;
  max-width: 360px;
  max-height: 58px;
}
.header .header-content .header-title {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin: 16px;
  padding: 21px 16px;
  height: 16px;
  border-left: 1px solid #666666;
}
.header #universal-header-account {
  float: right;
  font-size: 1.2em;
  margin-top: 50px;
}
.header #universal-header-account a {
  margin-left: 5px;
}

#shared-header {
  height: 128px !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}
#shared-header .commercial-icon {
  color: #FF7900;
}
#shared-header .commercial-icon:hover {
  color: #FF7900;
}
#shared-header .settings-icon {
  color: #09D6C2;
}
#shared-header .settings-icon:hover {
  color: #09D6C2;
}
#shared-header .prod-name {
  padding-top: 5px;
}
#shared-header .inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  #shared-header .inner-wrap .title .logo-box {
    width: 100%;
    display: inline;
  }
  #shared-header .inner-wrap .title .logo-box img {
    margin: auto;
    max-width: 90%;
    padding: 0 5%;
    display: block;
    vertical-align: middle;
  }
}

.header-grade-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.letter-grade-container {
  align-self: flex-end;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 15px 20px;
  text-align: center;
}

.header-grade-title {
  font-weight: 500;
  margin-left: 20px;
}

.grade-title {
  text-align: center;
  margin: 0px;
}

.content-center {
  display: flex;
  justify-content: center;
}

.grade-updated-time {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #666666;
}

.listing-performance {
  width: 60%;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  color: #666666;
}
.listing-performance select {
  margin-top: 10px;
  width: 100px;
}

.header-letter-grade {
  font-size: 24px;
  color: #FFFFFF;
}

.letter-grade {
  font-size: 42px;
  margin: auto;
  color: white;
}

.lmi-header {
  padding-top: 20px;
  padding-bottom: 30px;
}
.lmi-header .category-row {
  padding-top: 0;
}
.lmi-header hr {
  margin: 40px 0 20px;
  border-bottom: 1px solid #DADADA;
  border-top: 0 none;
}

.content-sections hr {
  margin: 20px 0 20px 20px;
  border-bottom: 1px solid #DADADA;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
}

.loading--header {
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
}

.loading--articles {
  background-size: 64px 64px;
  width: 75px;
  height: 350px;
}

.content-container {
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  height: 100%;
}
.content-container .content-title {
  margin-top: 0;
  color: #000000;
}
.content-container .content-body {
  color: #666666;
}

.lmi-grade {
  display: flex;
  justify-content: space-around;
  height: 85px;
  width: 85px;
  margin: 0 auto;
}

.login-container {
  display: flex;
  justify-content: center;
  max-width: 940px;
  margin: 10px auto 0;
  border-radius: 0 0 2px 2px;
  border-top: 0;
  padding: 10px 10px 20px 10px;
}
.login-container .error-message {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  background-color: #f4e1e1;
  color: #c42727;
  padding: 10px 0;
}
.login-container .error-message .alert-icon {
  padding: 0 10px;
}

.login-container .success-message {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  background-color: #f4e1e1;
  color: #3fb23f;
  padding: 10px 0;
}

.login-container .success-message .alert-icon {
  padding: 0 10px;
}

@media screen and (min-width: 569px) {
  .login-container {
    background-color: #fafafa;
  }
}
.login-container__header__title {
  font-size: 16px;
  font-weight: 100;
  color: #666;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
}

.login-container__header__title-link {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  top: 0px;
  left: -280px;
}

.login-container__header__subtitle {
  font-size: 30px;
  font-weight: 300;
  margin-top: 20px;
  color: #212121;
  margin-bottom: 35px;
  text-align: center;
}

.login-container__prompt__text {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
}

.login-container-inner {
  width: 100%;
  max-width: 350px;
}

.login-container__form-container {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 569px) {
  .login-container__form-container {
    padding: 0;
  }
}
.login-container__form {
  width: 100%;
  float: none;
  margin-right: 0;
}
.login-container__form input[type="text"],
.login-container__form input[type="password"],
.login-container__form input[type="email"] {
  text-align: left;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  margin: 0;
  width: auto;
}
.login-container__form input[type="text"]:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}
.login-container__form input[type="text"]::placeholder {
  color: #999;
}

.login-container__control-group {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
}
.login-container__control-group:last-child {
  margin-bottom: 0;
}

.login-container__forgot-password {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  font-size: 12px;
  margin-bottom: 10px;
}

.login-container__field {
  text-align: left;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  font-size: 16px;
  margin: 0px;
  padding: 14px 10px;
  border-radius: 4px;
}

.login-container--submit {
  margin: 0;
  height: 48px;
  border: 1px solid #dddddd;
  overflow: visible;
  font: inherit;
  color: #fff;
  text-transform: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.login-container--submit.processing {
  background-color: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}
.login-container--submit.processing:before {
  color: #fff;
  margin-left: 120px;
  margin-top: 2px;
  top: 12px;
}

.login-button-blue {
  background-color: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}
.login-button-blue:hover {
  background-color: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}

.login-forgot-password-label {
  display: block;
  text-align: left;
  color: gray;
  padding: 6px;
}

.login-button-green {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}
.login-button-green:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

.login-container__loading {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}

.sso-separator {
  width: 100%;
  border-top: 1px solid #dadada;
  margin: 30px 0 20px;
}

.sso-separator-or {
  display: block;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  background: #fafafa;
  width: 55px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 1em;
  font-weight: 100;
}

@media screen and (min-width: 569px) {
  .sso-separator-or {
    background: #fafafa;
  }
}
.login-container__sso-logins {
  display: inline-block;
  text-align: center;
  height: 48px;
  background-color: #e0e0e0;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 100%;
  font-weight: 800;
  cursor: pointer;
  color: #1e88e5;
}

.login-container__sso-logins .svg-icon {
  vertical-align: baseline;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
}

.g-suite-login-message {
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  background-color: #81d4fa;
}

.google-sso-sign-in {
  height: 36px;
  background-color: #fff;
  color: #5fb0e8;
  border-radius: 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  user-select: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.google-sso-sign-in:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
.google-sso-sign-in:active {
  background-color: #eee;
  color: #6d6d6d;
}

.google-sso-sign-in__icon {
  float: left;
  margin: 8px;
  width: 18px;
  height: 18px;
  background-image: url("/static/images/g-logo.png");
  background-size: cover;
  mix-blend-mode: multiply;
}

.google-sso-sign-in__text {
  font-size: 13px;
  line-height: 34px;
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.21px;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: top;
}

.inner-tos-container {
  height: 80vh;
  overflow: auto;
}

@media only screen and (max-width: 600px) {
  .login-container__header__title-link-mobile {
    top: 0 !important;
    left: -10px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .login-container__header__title-link-tablets {
    top: 0 !important;
    left: -50px !important;
  }
}
.tos-dialog {
  position: absolute !important;
}

.login-container__tos {
  padding-top: 8px;
  text-align: center;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fafafa !important;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

form .form-field {
  clear: left;
}
form ul.error-msg {
  clear: left;
  color: #C42727;
  margin: 5px 0 5px 160px;
}
form input, form checkbox, form select {
  display: inline-block;
  float: left;
  clear: right;
}
form .cancel {
  display: inline-block;
  margin-left: 15px;
  padding: 12px 0;
  text-align: center;
}

.clear,
.content-header + ul,
.content-header + .v-box-heading {
  clear: both;
}

ul a {
  font-size: 14px;
}

.hide {
  display: none;
}

.preview-link {
  pointer-events: none;
}

.inner-wrap {
  width: 100%;
  padding-left: 20px;
}

@media screen and (max-width: 569px) {
  .inner-wrap {
    width: 100%;
    margin-left: 0px !important;
    padding-left: 0px;
  }
}
