tr.trextrafields_collapse {
    background-color: #76ff7a;
}

.select2-container {
    max-width: 455px !important;
}

#dolnumreg {
    border: 3px solid #6989d2;
    border-radius: 6px;
    width: 300px;
}

.dolbutton {
    border: 2px solid #6989d2;
    border-radius: 6px;
    padding: 5px;
    color: #ee5862;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}


select,
#getepi,
.intxt {
    border: 3px solid #6989d2;
    border-radius: 6px;
}

#getepi {
    width: calc(100% - 330px);
    margin: 0 0 5px 0;
}

button.epigr {
    border: 2px solid #6989d2;
    border-radius: 6px;
    padding: 2px;
    color: #ee5862;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin:  0 0 0 6px;
}

option:hover {
    cursor: pointer;
    background-color: rgba(238,88,98,0.7) !important;
}

.frmerror {
    color: #ff0000;
    font-weight: 600;
}

#contain [type="submit"],
#contain button {
    border: 2px solid #6989d2;
    border-radius: 6px;
    padding: 5px;
    color: #ee5862;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* Checkboxes and Radiobuttons styles */

/* Base for label styling */
#contain [type="checkbox"]:not(:checked),
#contain [type="checkbox"]:checked,
#contain [type="radio"]:not(:checked),
#contain [type="radio"]:checked {
    position: relative;
    left: 21px;
    opacity: 0.01;
    top: 2px;
}

#contain [type="checkbox"]:not(:checked) + label,
#contain [type="checkbox"]:checked + label,
#contain [type="radio"]:not(:checked) + label,
#contain [type="radio"]:checked + label {
    position: relative;
    padding-left: 18px;
    padding-top: 2px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

/* checkbox aspect */
#contain [type="checkbox"]:not(:checked) + label:before,
#contain [type="checkbox"]:checked + label:before,
#contain [type="radio"]:not(:checked) + label:before,
#contain [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border: 2px solid #6989d2;
    background: #ffffff;
    -webkit-transition: all .275s;
    transition: all .275s;
}

#contain [type="checkbox"]:not(:checked) + label:before,
#contain [type="checkbox"]:checked + label:before {
    border-radius: 3px;
}

#contain [type="radio"]:not(:checked) + label:before,
#contain [type="radio"]:checked + label:before {
    border-radius: 8px;
}

/* checked mark aspect */
#contain [type="checkbox"]:not(:checked) + label:after,
#contain [type="checkbox"]:checked + label:after,
#contain [type="radio"]:not(:checked) + label:after,
#contain [type="radio"]:checked + label:after {
    position: absolute;
    color: #ee5862;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 600;
}

#contain [type="checkbox"]:not(:checked) + label:after,
#contain [type="checkbox"]:checked + label:after {
    content: '✔';
    top: 9px;
    left: 2px;
    font-size: 15px;
}

#contain [type="radio"]:not(:checked) + label:after,
#contain [type="radio"]:checked + label:after {
    content: '•';
    top: 8px;
    left: 3px;
    font-size: 28px;
}

/* checked mark aspect changes */
#contain [type="checkbox"]:not(:checked) + label:after,
#contain [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}

#contain [type="checkbox"]:checked + label:after,
#contain [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

/* Disabled checkbox */
#contain [type="checkbox"]:disabled:not(:checked) + label:before,
#contain [type="checkbox"]:disabled:checked + label:before,
#contain [type="radio"]:disabled:not(:checked) + label:before,
#contain [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

#contain [type="checkbox"]:disabled:checked + label:after,
#contain [type="radio"]:disabled:checked + label:after {
    color: #777;
}

#contain [type="checkbox"]:disabled + label,
#contain [type="radio"]:disabled + label {
    color: #aaa;
}
#contain  strong.underl {
    text-decoration: underline;
 }
/********************/
/**** Valida Form ***/

#leform label {
    font-size: 13px;
    font-weight: 600;
}
#leform label:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

label[for='acuerdo'] {
    font-size: 11px !important;
}

input.regtag,
input.shrtag {
    border: 2px solid #6989d2;
    border-radius: 4px;
    width: calc(100% - 6px);
    background-color: #eeeeee;
}

#leform input[type='submit'] {
    width: 100px;
    font-size: 13pt;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
}
#contain {
    position: relative;
    width: 918px;
    border: 1px #000000 solid;
    padding: 15px;
}
table.tabval {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
table.tabval tr:nth-child(2) td {
    background-color: #d9d9d9;
    padding: 0 10px 0 10px;
}
table.tabval tr:nth-child(2) td p {
    margin: 10px 0 10px 0;
    font-size: 12px;
}
table.tabval tr:nth-child(3) td {
    height: 20px;
}
table.tabval td:first-child {
    width: 25%;
}
table.tabval td:nth-child(2),
table.tabval td:nth-child(3),
table.tabval td:nth-child(4) {
    width: 25%;
}
table.tabval td:nth-child(3) {
    padding-left: 50px;
}
table.tabval td {
    border-top: 5px solid transparent;
}
table.tabval td.gap {
    height: 20px;
    width: 100%;
}
.manda {
    color: #ff0000;
    font-size: 22px;
    line-height: 12px;
}
/*table.tabval td:first-child {
    width:  180px;
}*/
.seter {
    /*color: #ff0000;*/
}
p.note {
    font-size: 9px;
    margin: -3px 0 0 0;
    padding: 0;
    line-height: 8px;
}
#selpc {
    position: absolute;
    margin-left: -8px;
    width: 224px;
}
#orghelp {
    display: inline-block;
    width: 21px;
    text-align: center;
    background-color: #acacac;
    height: 21px;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    font-family: "ArialBlack";
    color: #ff0000;
    top: 1px;
    border-radius: 11px;
    line-height: 20px;
    float: right;
}
#orghelp a {
    text-decoration: none;
    color: #ff0000;
}
#orghelp a:hover {
    cursor: help;
    position: relative
}
#orghelp a span {
    display: none;
    text-align: left !important;
    font-size: 12px;
    font-weight: 400;
    font-family: "Arial" !important;
    line-height: 16px;
}
#orghelp a:hover span {
    font-family: "ArialBlack";
    font-weight: 400;
    color: #115098;
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: #f0f0f0;
    left: 0px;
    margin: 10px 10px 10px -260px;
    width: 250px;
    position: absolute;
    top: 10px;
    text-decoration: none;
}

/********************/
/*** Company Form ***/

table.comptab {
    width: 950px;
    border-collapse: collapse;
    margin-bottom: 10px;
}

table.comptab thead tr {
    background-color: #b3b3b3;
    background-clip: padding-box;
    text-align: left;
}

table.comptab.zebra tbody tr:nth-child(2n+1) {
    background-color: #fafafa;
}

table.comptab.zebra tbody tr:nth-child(2n) {
    background-color: #dddddd;
}
table.comptab thead th,
table.comptab tbody td {
    padding: 5px 10px;
}

table.comptab thead th:nth-child(2),
table.comptab tbody td:nth-child(2) {
    width: calc(100% - 10px);
}

table.comptab thead th {
    font-size: 16px;
}

table.comptab tbody td:first-child {
    font-size: 13px;
    width: 250px;
    padding-top: 10px;
}

table.comptab tbody tr:nth-child(3) td:last-child {
    padding-bottom: 10px;
}

table.comptab tbody tr:nth-child(4) td:first-child {
    border-top: 2px solid #6989d2;
}

table.comptab tbody tr:last-child td {
    padding-bottom: 10px;
    width: 50%;
    text-align: center;
}

table.comptab a,
table.admtab a {
    text-decoration: none;
    color: #6989d2;
}

table.admtab {
    width: 950px;
    border-collapse: collapse;
    border: 2px solid #6989d2;
}

/*** Formulario Certificado ***/

table.certform {
    border-collapse: collapse;
}

table.certform tr:nth-child(3) td:first-child {
    width: 420px;
}

table.certform tr:nth-child(3) td:nth-child(2) {
    width: 300px;
}

svg:not(:root) {
    overflow:hidden;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    border: 2px solid #6989d2;
    background-color: #eeeeee;
    padding: 0;
    color: #ee5862;
    width: 413px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    border-color: #722040;
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -2px;
    margin-right: 4px;
}

.inputfile + label:hover {
    border-color: #722040;
}

.inputfile + label span {
    width: 225px;
    height: 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 5px 0 5px 5px;
    line-height: 14px;
    font-size: 10px;
    font-weight: normal;
}

.inputfile + label strong {
    position: relative;
    height: 100%;
    color: #f1e5e6;
    background-color: #ee5862;
    padding: 5px;
    top: 4px;
    right: 7px;
    font-size: 13px;
    width: 158px;
}

.inputfile:focus + label strong,
.inputfile.has-focus + label strong,
.inputfile + label:hover strong {
    background-color: #722040;
}
@media screen and (max-width: 50em) {
    .inputfile + label strong {
        display: block;
    }
}

.passcert {
    border: 2px solid #6989d2;
    border-radius: 4px;
    float: left;
    padding: 5px;
    height: 15px;
    width: 190px;
    background-color: #eeeeee;
    line-height: 14px;
}

.certalt {
    display: none;
    position: absolute;
    font-size: 12px;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 4px;
    right: 10px;
    top: 100px;
}

#showPass:hover + .certalt {
    display: block;
}

label[for="passcert"] {
    margin-left: 10px;
}

tr.solobiz {
    visibility: hidden;
}

tr.trbiz {
    visibility: visible;
}

#showPass {
    margin-left: -22px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    top: 6px;
}

input.sendcert {
    width: 240px !important;
}

div.dgap {
    height: 20px;
    width: 100%;
}

#contain h2 {
    width: calc(100% - 18px);
    padding: 0 0 0 10px;
}

td.incert p {
    font-size: 13px;
}

label[for='getepi'] {
    font-size: 14px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}