.disabled {
  color: #999999; }

.dice-contract-end-date {
  font-size: 16px; }

.toggle-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0; }

.toggle-checkbox label {
  line-height: 35px;
  position: relative;
  display: block;
  width: 94px;
  height: 35px;
  padding: 0 20px;
  cursor: pointer;
  text-align: right;
  color: #FFFFFF;
  border-radius: 100px;
  background: #D6D6D6; }

.toggle-checkbox label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 31px;
  height: 31px;
  content: '';
  transition: 0.3s;
  border-radius: 50%;
  background: #FFFFFF; }

.toggle-checkbox input:checked + label {
  text-align: left;
  background: #66CCFF; }

.toggle-checkbox input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%); }

.dice-webstore-prices {
  padding: 15px 15px 10px;
  color: #FFFFFF;
  border-radius: 3px;
  background-color: #333333; }
  .dice-webstore-prices h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    margin-top: 0; }
  .dice-webstore-prices h4 {
    font-size: 16px; }
  .dice-webstore-prices .dice-price-list {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #000000; }

.dice-company-information .section-body .form-group {
  margin-bottom: 18px; }

.dice-header h1 {
  color: #333333; }

.dice-header.section-header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px; }

.dice-webstore-purchase {
  padding-top: 18px; }

.section-body {
  margin-right: 15px;
  padding: 18px 30px;
  background-color: #FFFFFF; }
  .section-body h2 {
    font-weight: 700;
    margin: 0;
    padding: 0; }
  .section-body .row.section-row {
    font-size: 20px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #E5E5E5; }
    .section-body .row.section-row p {
      margin-bottom: 0; }
    .section-body .row.section-row .col-sm-1,
    .section-body .row.section-row .col-sm-7,
    .section-body .row.section-row .col-sm-3,
    .section-body .row.section-row .col-sm-10 {
      padding-right: 0;
      padding-left: 0; }
  .section-body .strong {
    font-weight: 700; }
  .section-body .default-text {
    font-size: 14px; }
  .section-body .cart-header {
    font-size: 18px;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #66CCFF; }

.versapay-section-body {
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #FFFFFF; }
  .versapay-section-body h2 {
    font-weight: 700;
    margin: 0;
    padding: 0; }
  .versapay-section-body .row.section-row {
    font-size: 20px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #E5E5E5; }
    .versapay-section-body .row.section-row p {
      margin-bottom: 0; }
    .versapay-section-body .row.section-row .col-sm-1,
    .versapay-section-body .row.section-row .col-sm-7,
    .versapay-section-body .row.section-row .col-sm-3,
    .versapay-section-body .row.section-row .col-sm-10 {
      padding-right: 0;
      padding-left: 0; }
  .versapay-section-body .form-group {
    height: 95px;
    margin-bottom: 0; }
  .versapay-section-body .strong {
    font-weight: 700; }
  .versapay-section-body .default-text {
    font-size: 14px; }
  .versapay-section-body .cart-header {
    font-size: 18px;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #66CCFF; }
  .versapay-section-body .versapy-submit {
    display: flex;
    align-items: center;
    justify-content: center; }
  .versapay-section-body #versapay-submit-button {
    font-size: 18px;
    line-height: 1;
    padding: 12px 15px;
    color: #FFFFFF;
    border: 1px solid #006699;
    background-color: #006699; }
  .versapay-section-body .dice-billing-information {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px; }
    .versapay-section-body .dice-billing-information .versapay-section-body.form-group {
      height: 95px;
      margin-bottom: 18px; }
    .versapay-section-body .dice-billing-information .form-control {
      font-size: 18px;
      line-height: 1.42;
      height: 44px;
      max-height: 44px;
      padding: 10px;
      vertical-align: middle;
      color: #333333;
      border-color: #E5E5E5;
      box-shadow: none; }
      .versapay-section-body .dice-billing-information .form-control.ng-invalid.ng-touched {
        border-color: #CC0000; }
    .versapay-section-body .dice-billing-information .form-control:focus {
      border-color: #66CCFF;
      box-shadow: none; }
    .versapay-section-body .dice-billing-information .billing-info-label {
      font-size: 16px;
      max-width: 280px;
      margin-bottom: 8px; }
    .versapay-section-body .dice-billing-information .form-error {
      color: #CC0000; }
    .versapay-section-body .dice-billing-information .flex-container {
      display: flex;
      gap: 18px; }
      .versapay-section-body .dice-billing-information .flex-container .form-control {
        font-size: 18px;
        line-height: 1.42;
        height: 44px;
        max-height: 44px;
        padding: 10px;
        vertical-align: middle;
        color: #333333;
        border-color: #E5E5E5;
        box-shadow: none;
        flex: 1 1 0; }
        .versapay-section-body .dice-billing-information .flex-container .form-control.ng-invalid.ng-touched {
          border-color: #CC0000; }
      .versapay-section-body .dice-billing-information .flex-container .flex-container-column {
        display: flex;
        flex-direction: column;
        flex: 1 1 0; }

.receipt.print-receipt {
  font-size: 16px; }
  .receipt.print-receipt .receipt-title {
    margin-bottom: 34px; }
    .receipt.print-receipt .receipt-title h1 > img {
      position: relative;
      top: -4px;
      margin-right: 14px; }
    .receipt.print-receipt .receipt-title sub {
      font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
      font-size: 16px;
      font-style: normal;
      float: right;
      margin-top: 30px; }

.header-section-2 h1 {
  color: #CC0000; }

.dice-header-receipt {
  padding-top: 20px;
  background: #FFFFFF; }
  .dice-header-receipt h1 {
    color: #000000; }

.receipt-txn {
  margin-top: 20px;
  margin-bottom: 20px; }
  .receipt-txn .icon {
    font-size: 42px;
    color: #88BB55; }
  .receipt-txn .txn-txt {
    display: inline-block; }
    .receipt-txn .txn-txt .jobhint {
      font-size: 14px;
      margin-top: 5px; }
  .receipt-txn .top-circle {
    position: relative;
    bottom: 22px; }
  .receipt-txn .aligntxt {
    position: relative;
    bottom: 5px; }
  .receipt-txn .job-purchase-info {
    margin-bottom: 40px;
    padding: 20px 15px;
    border-bottom: 1px solid #DCDCDC;
    background-color: #FFFFFF; }

.receipt {
  font-size: 14px;
  color: #000000; }
  .receipt .details {
    padding: 20px 15px;
    border-bottom: 1px solid #DCDCDC;
    background: #FFFFFF; }
    .receipt .details.purchase-info {
      padding-top: 0;
      padding-bottom: 0; }
  .receipt .purchased-product {
    margin-top: 20px; }
  .receipt .grand-total-amount {
    font-weight: bold;
    margin-left: 10px;
    color: #777777; }
  .receipt .jobhint {
    font-size: 12px; }
  .receipt .dice-order-summary {
    display: inline-block;
    margin-left: 15px; }

.similar-profiles-container {
  margin-top: 20px; }
  .similar-profiles-container .header {
    margin-bottom: 25px;
    color: #777777; }
  .similar-profiles-container .candidates {
    min-height: 208px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #DCDCDC;
    background: #FFFFFF; }
  .similar-profiles-container .formatted-name {
    font-size: 20px;
    margin-top: 0;
    text-transform: capitalize;
    color: #428BCA; }
  .similar-profiles-container .gray-txt {
    font-size: 15px;
    white-space: nowrap;
    text-transform: capitalize;
    text-transform: capitalize;
    text-overflow: ellipsis;
    color: #999999; }
  .similar-profiles-container .viewprofile {
    margin-top: 20px; }
  .similar-profiles-container .skills-txt {
    font-size: 15px;
    height: 20px;
    color: #888888; }
  .similar-profiles-container .workexp-txt {
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    height: 20px;
    white-space: nowrap;
    text-transform: capitalize;
    text-overflow: ellipsis;
    color: #666666; }

.post-job-success p {
  margin-bottom: 0; }

.post-job-success span {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top; }

.post-job-error {
  font-size: 19px;
  color: #CC0000; }

.profile-image {
  padding-right: 0; }
  @media only screen and (min-width: 1200px) {
    .profile-image .ring {
      margin: 0 15px; } }
  .profile-image .ring img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: -100%;
    padding: 8%;
    border-radius: 50%; }
  .profile-image .ring svg {
    position: relative; }
    .profile-image .ring svg.svg-ring {
      width: 100%;
      height: 100%; }
      .profile-image .ring svg.svg-ring .ring-underlay {
        stroke: #F6FBF3; }
      .profile-image .ring svg.svg-ring .hundred-ring {
        stroke: #73BE46; }
      .profile-image .ring svg.svg-ring .hundred-icon {
        fill: #73BE46; }
      .profile-image .ring svg.svg-ring .three-quarter-ring {
        stroke: #73BE46; }
      .profile-image .ring svg.svg-ring .half-ring {
        stroke: #FFB914; }
      .profile-image .ring svg.svg-ring .quarter-ring {
        stroke: #F5781E; }

.receipt-btns {
  margin-bottom: 30px; }

@media print {
  .dice-footer {
    display: none; } }

.thank-you {
  padding: 20px 15px;
  border-bottom: 1px solid #DCDCDC; }

.thank-you-text {
  font-size: large; }

.receipt.print-receipt {
  font-size: 16px; }
  .receipt.print-receipt .receipt-title {
    margin-bottom: 34px; }
    .receipt.print-receipt .receipt-title h1 > img {
      position: relative;
      top: -4px;
      margin-right: 14px; }
    .receipt.print-receipt .receipt-title sub {
      font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
      font-size: 16px;
      font-style: normal;
      float: right;
      margin-top: 30px; }
  .receipt.print-receipt .receipt-header {
    text-decoration: underline;
    text-transform: uppercase; }
  .receipt.print-receipt .product-total {
    text-align: right; }
  .receipt.print-receipt .purchased-product {
    margin-top: 0;
    padding: 20px 0;
    border-bottom: 1px solid #E1E1E1; }
  .receipt.print-receipt .receipt-footer {
    padding: 15px 0;
    text-align: right;
    border-bottom: 1px solid #E1E1E1; }
  .receipt.print-receipt .grand-total-label {
    font-weight: 300;
    margin-right: 20px;
    text-transform: uppercase; }
  .receipt.print-receipt .grand-total-amount {
    font-weight: 300;
    color: #333333; }

.thank-you {
  padding: 20px 15px;
  border-bottom: 1px solid #DCDCDC; }

.thank-you-text {
  font-size: large; }

@media print {
  .dice-footer {
    display: none; } }

dice-chat #chat-on, dice-chat #chat-off {
  height: 24px;
  width: 24px; }

dice-chat .chat-icon {
  display: inline;
  top: 9px;
  margin: 7px;
  position: relative; }
