



.v-core-root {
    width: 100%;
    height: 80%;
}
.vc-attempt,
.vc-reject  {
    text-align: center;
    font-size: 2em;
}
.vc-attempt {
}
.vc-attempt table {
    width: 60%;
    margin: 30px auto;
    box-shadow: 0 0 1px 1px rgb(0,0,0);
    border-radius: 9px;
    padding:0px;
}
.vc-attempt table td {
    white-space: nowrap;
    font-size: 1em;
    padding: 1.2em 2em;
    border-left: 1px solid rgb(0,0,0);
}
.vc-attempt table td:first-child {
    border-left: 0px solid rgb(0,0,0);
    font-size: 1.3em;
}
.vc-ip {
    font-size: 1em;
}
.vc-date {
    font-size: 0.8em;
}

.x-Verify {
    font-size: 1.4em;
}
.vc-reject {
    height:         60%;
    vertical-align: top;
}



.x-anchor-button {
    
    border-radius: 0.35em;
    font-size: 1em;
    background-color: rgb(25, 156, 82);
    _box-shadow: 0em 0.15em 0.85em 0em rgb(0, 0, 0);
    box-shadow: 0em 0.15em 0.85em 0em rgba(0, 0, 0, 0.25);
    
    
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
    text-decoration: none;
}
.x-anchor .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.575em 0.85em 0.575em 0.85em;
    
    display: flex;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
}
.x-anchor .x-graphic {
    margin: 5px;
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
}
.x-anchor .x-graphic-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.25em;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}
[data-x-icon-s] {
    zfont-family: "FontAwesome";
    font-weight: 900;
    
    display: inline-block;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[data-x-icon-s]:before {
    content: '\2713';
}
.x-graphic-icon:before {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: 0 !important;
    width: 1em !important;
    height: 1em !important;
    margin: -0.5em 0 0 -0.5em !important;
    line-height: 1em !important;
    text-align: center !important;
}
.x-anchor-text-primary, .x-anchor-text-secondary {
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
}
a.x-anchor {
    color: rgb(255, 255, 255);
}
a.x-anchor .x-anchor-text-primary {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: rgb(255, 255, 255);
}
a.x-anchor:hover {
    background-color: rgb(12, 134, 64);
    box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}


.x-Reject [data-x-icon-s]:before {
    content: '\2717';
}
a.x-Reject {
    margin-top: 2em;
    font-size: 0.6em;
    background-color: rgb(189, 26, 26);
    box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}
a.x-Reject:hover {
    background-color: rgb(154, 0, 0);
    box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}


x *:not(tr)[data-req]:before,
x tr[data-req]>td:first-child:before {
    content: "* ";
    font-size: 1.4em;
    line-height: 0.8em;
    display: block;
    background: #0c0;
    color: #fff;
    border-radius: 20px 20px 0 20px;
    position: absolute;
    margin-left: -1.1em;
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
    line-height:1.4em;
    overflow: hidden;
    text-align: center;
    
    transform: rotate(-10deg);
}

*:not(tr)[data-req]:before,
tr[data-req]>td:first-child:before {
    content: "* ";
    font-size: 2em;
    display: inline-block;
    float: left;
    color: #b72525;
    position: absolute;
    margin-left: -23px;
    line-height:0.8em;
    overflow: hidden;
    text-align: center;
    width: 32px;
    
}
td[data-req]:not(.fieldvalue) {
    white-space: nowrap;
}

td[data-req]:not(.fieldvalue) input:not([type="radio"]):not([type="checkbox"]):not([type="number"]),
td[data-req]:not(.fieldvalue) select,
td[data-req]:not(.fieldvalue) textarea {
    margin-left: -1em;
}
[data-req].fieldvalue input:not([type="radio"]):not([type="checkbox"]):not([type="number"]),
[data-req].fieldvalue select,
[data-req].fieldvalue textarea {
    xwidth: calc(100% - 32px);
}
tr[data-req]>td:first-child:before {
    margin-left: -0.4em;
}
*:not(tr).required-area-good:before,
tr[data-req].required-area-good>td:first-child:before {
    color: #0c0;
}

*:not(tr)[data-req]:not([class]):before,
*:not(tr)[data-req].required-area:before,
tr[data-req]:not([class])>td:first-child:before,
tr[data-req].required-area>td:first-child:before {
    xbackground: #b72525;
    
}
.f-row > .req-spacer {
    
}


.required-area,
tr.required-area>td {
    xborder: 3px solid #b72525;
    box-shadow: 0 0 0 3px #b72525;
    border-radius: 8px;
}
tr.required-area>td {
    border-width: 3px 0px 3px 0px;
    border-radius: 0px;
}
tr.required-area>td:first-child {
    border-width: 3px 0px 3px 3px;
    border-radius: 8px 0px 0px 8px;
}
tr.required-area>td:last-child {
    border-width: 3px 3px 3px 0px;
    border-radius: 0px 8px 8px 0px;
}

tr.required-area>td:only-child {
    border-width: 3px;
    border-radius: 8px;
}




.req-spacer {
    display: inline-block;
    margin: 0 0 8px 40px;
    font-size: 0.7em;
    color: #fff;
    border-radius: 0 0 8px 8px;
    background: #b72525;
    padding: 0px 14px 3px;
    width: 200px;
}
td>.req-spacer {
    margin: 0 0 0 8px;
    border-radius: 8px 8px 0 0;
    
}
@media only screen and (max-width: 767px) {
    .req-spacer {
        margin: 0 0 8px 20px;
        padding: 0px 10px 3px;
        width: 150px;
    }
}
@media only screen and (max-width: 480px) {
    .req-spacer {
        margin: 0 0 8px 10px;
        padding: 0px 6px 3px;
        width: 100px;
    }
}
