﻿.loading-bar.account {
  background-color: #fff;
}

  .loading-bar.account span.Img {
    margin-top: 10px;
    color: #27ae60
  }

    .loading-bar.account span.Text {
      color:#000;
      font-weight: 900;
      margin: 20px 0 0 0;
    }

  .loading-bar.account span.subtitle {
    font-weight: 600;
  }

  .review-container{
    padding: 0 10px 0 10px;
  }

    .review-container .ReviewDiv {
    margin: 20px auto;
    width: 800px;
    }

.ReviewDiv .table-container {
  background-color: #fff;
  width: 820px;
  margin-top: 20px;
  padding-bottom: 10px;
}

  .ReviewDiv .table-container .Header {
    color: #757575;
  }

  .ReviewDiv .table-container td .label {
    display: inline-block;
    width: 80%;
  }

  .ReviewDiv .table-container .header-top{
    line-height: 29px;
  }

.title-holder .icon-holder {
  text-align: center;
  padding-bottom: 25px;
}

.icon-holder span.frozen-icon {
  background: url('../../Images/snowflake.svg') center center no-repeat;
  background-size: 70px 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.icon-holder span.locked-icon {
  background: url('../../Images/locked.svg') center center no-repeat;
  background-size: 70px 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.confirm-employment-details .infoQ {
  background-color: #585858;
  opacity: 0.4;
  font-size: 12px;
}

.confirm-employment-details .label-container{
  padding: 12px 0 10px;
}

.confirm-employment-details .label-container input{
  padding-top: 2px
}


/* Start of Custom Modal CSS*/
  .custom-modal .ui-widget-header {
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 2px 2px 2px;
    margin: 12px 20px 8px 20px;
    color: gray;
    background-color: #fcfdfd;
    border-style: none none solid none;
    border-bottom: 1px solid;
    border-bottom-color: #EEE;
    box-shadow: none;
    height: 30px;
  }

  .custom-modal .ui-dialog .ui-dialog-titlebar-close { /* remove default close jUi */
    background: none;
    border: 0;
  }

  .custom-modal .ui-dialog-titlebar-close {
    position: relative;
    float: right;
  }

  .custom-modal .ui-dialog-titlebar-close:after {
    position: absolute;
    font-family: Ionicons;
    font-size: 1.0em;
    top: 0;
    right: 2px;
    content: "\f129";
    color: lightgray;
  }

    .custom-modal .ui-dialog-titlebar-close.ui-corner-all.ui-state-hover {
      background: none;
      border: none;
      color: gray;
    }

      .custom-modal .ui-dialog-titlebar-close.ui-corner-all.ui-state-hover:after {
        color: gray;
      }

  .custom-modal .modal-icon {
    font-size: 60px;
    color: #27ae60;
    text-align: center;
    padding: 2px 2px 2px 2px;
    margin: 0px 20px 0px 20px;
  }

  .custom-modal .modal-title {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 2px 2px 2px 2px;
    margin: 8px 20px 0px 20px;
  }

  .custom-modal .modal-text {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 2px 2px 2px;
    margin: 0px 20px 8px 20px;
  }

  .custom-modal .modal-button {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 2px 2px 2px 2px;
    margin: 20px 20px 8px 20px;
  }

  .custom-modal .modal-footer-text {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    padding: 2px 2px 2px 2px;
    margin: 16px 20px 20px 20px;
  }

  .custom-modal .modal-link {
    font-weight: bold;
    font-size: 12px;
    color: #27ae60;
    text-decoration: underline;
  }

  .custom-modal .modal-btn-white {
    color: #27ae60;
    background-color: #fff;
    border: 1px solid #27ae60;
  }

    .custom-modal .modal-btn-white:hover {
      color: #fff;
      background-color: #27ae60;
    }

  .modal-InfoCircle {
    float: left;
    border: lightgray solid 2px;
    text-align: center;
    vertical-align: middle;
    border-radius: 18px;
    font-size: 12px;
    font-weight: bold;
    color: lightgray;
    /*margin-top: 0px;*/
    cursor: pointer;
    padding: 3px 3px 1px 3px;
    height: 16px;
    width: 16px;
  }

  .modal-InfoLine {
    float: left;
    width: 15px;
    height: 2px;
    background-color: lightgray;
    margin-top: 11px;
  }

  .modal-InfoCircle.Selected {
    border: gray solid 2px;
    color: gray;
  }

  .modal-InfoCircle.Complete {
    color: gray;
    border: gray solid 2px;
  }

  .modal-InfoLine.Selected {
    background-color: gray;
  }

  .modal-InfoLine.Complete {
    background-color: gray;
  }

  /* End of Custom Modal CSS*/
