﻿input[type="search"]{-webkit-appearance:none;} 
input::-webkit-search-cancel-button {
    display: none;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
button {
    outline: none!important;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
label {
    user-select: none;
}
.content-wrapper {
    min-height: calc(100vh - 57px)!important;
}
.r-select {
    position: relative;
}
  .r-select::after {
    content: "";
    width: 24px;
    height: 25px;
    background-image: url(./img/zd-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 3px;
    transition: transform .3s;
    pointer-events: none;
    z-index: 20;
  }
.col-sm-8.r-select::after,.col-md-8.r-select::after,.col-sm-6.r-select::after {
    right: 12px;
}
.r-todo {
    padding-top: calc(3.5rem + 1px);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: rgb(177, 205, 243);
    text-shadow: 0 1px 12px rgba(0,0,0,.1);
}

.r-content {
    padding: 0 1rem !important;
}
.r-pop-msg {
    position: fixed;
    padding: 4px 20px;
    border-radius: 4px;
    font-size: .9rem;
    width: 340px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999999999999;
    top: -100px;
}
.r-pop-msg-error {
  box-shadow: 0 2px 4px rgba(255, 7, 28, 0.1),0 4px 8px rgba(255, 8, 24, 0.1);
  background-color: rgba(255, 181, 193, .9);
  color: #ec2852 !important;
  animation: showpop2 .5s;
  top: 10px;
}
.r-pop-msg-success {
  box-shadow: 0 2px 4px rgba(15, 255, 7, 0.1),0 4px 8px rgba(15, 255, 7, 0.1);
  background-color: rgba(173, 250, 196, 0.9);
  color: #10be1f !important;
  animation: showpop 2.5s;
  top: -100px;
}
.r-pop-msg-info {
  box-shadow: 0 2px 4px rgba(7, 143, 255, 0.1),0 4px 8px rgba(7, 143, 255, 0.1);
  background-color: rgba(181, 234, 255, 0.9);
  color: #287dec !important;
  top: 10px;
  animation: showpop 2.5s;
  top: -100px;
}
.r-pop-msg::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f057";
  font-weight: 900;
  position: absolute;
  right: .5rem;
  cursor: pointer;
  top: 5px;
}
.r-header-right {
    font-size: .8rem;
    font-weight: 700;
    color: #444;
}
@keyframes showpop {
    0% {
        top: -100px
    }
    20% {
        top: 10px
    }
    80% {
        top: 10px
    }
    100% {
        top: -100px
    }
}
@keyframes showpop2 {
  0% {
    top: -100px
  }

  100% {
    top: 10px
  }
}
.r-hide-more {
    padding-bottom: 1rem;
    width: 100%;
    justify-content: center;
   display: flex; 
}
.r-card {
    background-color: #fff;
    width: inherit;
    padding: 4rem 1.5rem 1.5rem 1.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(33, 44, 58, 0.1);
}
.r-header-title {
    font-size: 1.1rem;
    color: #555;
}
.r-form-label {
    font-size: .8rem!important;
}
.r-form-label-req::before {
    content: "*";
    font-weight: 500;
    color: rgb(250, 11, 11);
}
@media (min-width: 768px) {
    .r-form-label {
        text-align: right;
    }
}
.r-select-group {
    display: flex;
    flex-wrap: nowrap;
}
.r-select-group select {
    flex-grow: 1;
    width: inherit;
    margin-right: 1rem;
}
.r-select-group select:last-child {
    margin-right: 0;
}
.r-group-append {
  background-color: #fbfcfd !important;
  font-size: .8rem !important;
}
.r-checkbox {
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    user-select: none;
}
.r-checkbox-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.r-tool {
    background-color: #fff;
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(33, 44, 58, 0.1);
}
.r-tool-sigle {
    display: inline-flex;
    justify-content: space-between;
}
.r-tool-sigle .d-flex > * {
    flex-shrink: 0;
    flex-grow: 0;
    flex-wrap: nowrap;
    width: 200px;
}
.r-tool-sigle .d-flex > * >label {
    flex-shrink: 0;
}
.r-left {
    width: 200px;
}
.r-btn-icon {
    color: #ced4da;
}
.r-btn-icon:hover {
    color: #999;
}
.btn-add::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f067 ";
    font-size: 0.6rem;
}
.r-listPage {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
}
.r-btn-page {
  line-height:unset!important;
    min-width: 30px;
    background-color:#f8f9fa!important;
    margin: 0 .2rem;
}
.r-btn-page:hover {
    background-color: #80bdff!important;
    color:#fff;
}
.r-btn-page i {
    color:#777;
}
.r-btn-page:hover i {
    color:#fff;
}
.r-txtPage {
    width: 3rem!important;
    height: 1.5rem!important;
    margin-right: .2rem;
}
.r-table {
    font-size: .9rem;

}
.r-table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}
.r-table tr:first-child, 
.r-table tr:first-child:hover {
    user-select: none;
    background-color: #e6f2ff!important;
}
.r-table tbody tr:hover {
    background-color: #f1f3f3;
}
.r-table-action {
    padding-right: 1rem;
}
.r-table-action-green {
    color:  #10be1f;
}
.r-table-action-red {
    color:  #ec2852;
}
.r-content-layer {
    padding: 2rem 1rem;
}
.layui-layer-btn {
    font-size: .8rem;
}
.layui-layer-btn a {
    border: none!important;
}
/* .layui-layer-btn .layui-layer-btn0 {
    background-color: #80bdff!important;
} */
.layui-layer-btn0:hover {
    color: #fff!important;
}
.r-tags {
    font-size: .8rem;
    width: 100%;
}
.r-tags label {
    color: #495057;
    font-weight: 400!important;
    padding-left: .2rem;
}
input.r-v-error, textarea.r-v-error {
    border-color:  rgb(250, 11, 11);
}
label.r-v-error {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: -18px;
    font-size: .8rem;
    font-weight: 400!important;
    color:  rgb(250, 11, 11);
}
.zd-input label.r-v-error {
    left: 0;
    top: -22px;
}
.r-step-box {
    padding: .4rem;
    display: flex;
    justify-content: space-around;
    font-weight: 600;
    color: #999;
    
}
.r-step:not(:last-child) {
    position: relative;
    flex-grow: 1;
}
.r-step:last-child {
    position: relative;
    flex-shrink: 0;
}
.r-step > span {
    display: inline-block;
    font-size: .8rem;
    background-color: #fff;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-left: -.3rem;
}
.r-step-now > span {
    color: #666;
}
.r-step-finish > span {
    color: #007bff;
}
.r-step > span:first-child {
    padding-left: 1rem;
    padding-right: .2rem;
    margin-left: -1rem;
}
.r-step > span:first-child > span {
    display: inline-block;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    background-color: #fff;
    color: #ccc;
    border: .1rem solid  #ccc;
    text-align: center;
}
.r-step-now > span:first-child > span {
    background-color: #007bff;
    color: #fff;
    border: .1rem solid  #007bff;
}
.r-step-finish > span:first-child > span {
    background-color: #fff;
    color:#007bff;
    border: .1rem solid #007bff;
}
.r-step-finish > span:first-child > span::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    height: 2rem;
    width: 2rem;
    font-size: .6rem;
    line-height: 2rem;
    border-radius: 1rem;
    background-color:#007bff;
    border: .1rem solid  #007bff;
    color: #fff;
}
.r-step:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 1rem;
    height: .05rem;
    background-color: #e8eaec;
}
.r-step-finish:not(:last-child)::after {
    background-color:#007bff;
}

.r-step-content {
    padding: 2rem;
    display: none;
}
.r-step-certification1 .r-step-title {
    font-weight: 600;
}
.r-step-row {
    display: flex;
    padding: .6rem 0; 
}
.r-step-row span:first-child {
    width: 10rem;
    font-size: .8rem;
    color: #999;
}
.r-upload-box {
    width: 20rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: .4rem;
}
.r-upload-box label.r-v-error {
  top: unset;
}
  .r-upload-img img {
  max-width: 20rem;
  width: auto;
  height: 15rem;
}
.r-step-content-active {
    display: block;
}
.r-step-certification2 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 25rem;
}
.r-step-certification2 > div i {
    font-size: 4rem;
    color: #3b98fc;
}
.r-step-certification3  > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.r-step-certification3 > div i {
    font-size: 4rem;
}
.r-step-certification3 > div i.fa-times-circle {
    color: salmon;
}
.r-step-certification3 > div i.fa-check-circle {
    color: rgb(6, 202, 104);
}
.r-tab-content {
    padding-top: 2rem;
}
.r-tool-bar {
    display: flex;
    padding: 1rem 0 ;
    justify-content: space-between;
}
.r-department-pane {
    max-height: calc(100vh - 300px);
    min-height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
}
.list-group-item.active .badge-primary {
    background-color: #fff;
    color: #007bff;
}
.r-list-ringht > * {
    margin-left: 1rem;
}
.r-tool .d-flex > div {
    margin-right: 1rem;
    display: flex;
    align-items: center;
}
.r-tool input , .r-tool select {
    min-width: 8rem!important;
}
.r-tool label {
    margin-bottom: 0;
}
.r-empty-img {
    width: 100%;
    height: 200px;
    background-image: url(./img/empty-img.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    text-align: center;
    font-size: .8rem;
    padding-top: 130px;
    color: #ddd;
}
.r-flow {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(./img/flow.png);
}
.r-flow2 {
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(./img/contractTip.jpg);
}
.r-flow3 {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-image: url(./img/interviewflow.jpg);
}
.r-flow4 {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-image: url(./img/cerflow.png);
}

.r-modal-resume-part {
    padding: 1rem;
    font-size: .8rem;
}
.r-modal-resume-part > p {
    border-left: 3px solid #007bff;
    padding-left: .5rem;
    color:#007bff;
    font-weight: 600;
}
.r-modal-resume-part > div > p {
    display: flex;
    justify-content: space-between;
}
.r-modal-resume-part > div > p > * {
    width: 50%;
    flex-shrink: 0;
}
.r-input-clear {
    background-color: #fff;
    color: #ddd;
    cursor: pointer;
}
.r-input-clear:hover {
    color: #999;
}
.r-table-status-normal, .r-table-status-hide, .r-table-status-locked, .r-table-status-unable {
    /* color:  #10be1f; */
    position: relative;
}
.r-table-status-hide {
    color:  #c4c6c7;
}
.r-table-status-locked,.r-table-status-unable {
    color: #d32a33;
}
.r-table-status-normal::before, .r-table-status-hide::before, .r-table-status-locked::before, .r-table-status-unable::before {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    border-radius: 3px;
    left: 0;
    top: 20px;
}
.r-table-status-normal::before {
    background-color: #10be1f;
}
.r-table-status-hide::before {
    background-color: #c4c6c7;
}
.r-table-status-locked::before {
    background-color: #d32a33;
}
.r-table-status-unable::before {
    background-color: #d32a33;
}
.r-modal-resume-top-bar {
    position: fixed;
    right: 20px;
    top:20px;
}
.r-modal-resume-top-bar a {
    color: inherit!important;
}
#printContent {
    display: flex;
    justify-content: center;
}

.r-search-bar {
    
    width: 100%;
    padding: 0 10% 40px 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.r-search-filter {
    position: absolute;
    top: 10px;
    left: 0;
    min-width: 200px;
    padding: 0 20px;
    flex-shrink: 0;
}
.r-search-pop {
    display: none;
    position: absolute;
    background-color:rgba(255, 255, 255, .9);
    backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    padding-top: 20px;
    width: 300px;
    border-radius: 4px;
    top: 40px;
    left: 0px;
    box-shadow: 0 2px 4px rgba(33, 44, 58, 0.1);
    font-size: .8rem;
}
.r-search-row {
    position: relative;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.r-search-row > div.r-select {
    flex-grow: 1;
}
.r-search-sex {
    margin-bottom: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.r-search-row > lable, .r-search-pop .r-search-sex lable,.fl {
    min-width: 5em;
    flex-shrink: 0;
    font-weight: 600;
}
.moveScale p {
    font-size: .8rem!important;
}
.r-search-pop .r-search-pop-btngroup {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
}
.r-search-pop-btngroup button {
    width: 50%;
    border: none;
    padding: 0;
    padding: 8px 0;
    transition: all .3s;
}
.r-search-pop-btngroup button:first-child {
    border-radius: 0 0 0 4px;
    background-color: #007bff;
    color: #fff;
}
.r-search-pop-btngroup button:last-child {
    border-radius: 0 0 4px 0;
}
.r-search-pop-btngroup button:hover {
    background-color: #006cdf;
    box-shadow: 0 0 0 1px rgba(6, 10, 22, 0.3) inset;
}
.r-search-pop-btngroup button:last-child:hover {
    background-color: #dddddd;
    box-shadow: 0 0 0 1px rgba(6, 10, 22, 0.1) inset;
}
.r-search-range {
    margin-bottom: 10px;
}
.r-no-auth {
  display:inline-block;
  width: 400px;
  height:300px;
  background-image: url(./img/noauth.svg);
  background-repeat:no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.r-charter-eg {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url(./img/charter.gif);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.r-tab {
  padding: 0 10px;
}

  .r-tab button, .r-tab input {
    font-size: 14px;
    background-color: #efefef;
    border: none;
    border-radius: 4px 4px 0 0;
    padding: 8px 16px;
    margin-right: 5px;
    color: #666;
  }

.r-tab-btn-active {
  background-color: #fff !important;
  color: var(--blue) !important;
  box-shadow: 1px -1px 2px rgba(100,100,100,.05);
}
.r-bottom-bg{
  background-image: url(./img/bottom_bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}
.r-len {
  position: absolute;
  right: 40px;
  bottom: 20px;
  background-color: #fff;
  padding-left: 10px;
  font-size: 14px;
  color: #878d93;
}
.r-remark {
  background-color: #e5eaef;
  font-size: 14px;
  border-radius: 4px;
}