
/* Custom checkbox */
.webform-client-form input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    /*background-color: var(--form-background);*/
    background-color: white;
    /* Not removed via appearance */
    margin: 0;
    z-index: 1;
    font: inherit;
    
    /*width: 1.15em;
    height: 1.15em;*/
    width: 30px;
    height: 30px;
    /*border: 0.15em solid black;*/
    border: solid 1px rgb(168, 172, 189);
    /*border-radius: 0.15em;*/
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-bottom: 10px;
}
  
.webform-client-form input[type="checkbox"]::before {
    content: "";
    z-index: 1;
    /*width: 0.65em;
    height: 0.65em;*/
    width: 20px;
    height: 20px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: rgb(85, 117, 223); ;
  }
  
.webform-client-form input[type="checkbox"]:checked::before {
    z-index: 1;
    transform: scale(1);
}
  
  
.webform-client-form input[type="checkbox"]:disabled {
    z-index: 1;
    --form-control-color: var(--form-control-disabled);

    color: var(--form-control-disabled);
    cursor: not-allowed;
}
.webform-client-form input[type="checkbox"]:focus {
    z-index: 1;
    /*outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);*/
    outline: none;
    border: solid 1px rgb(85, 117, 223); 
}



form.my-rubion-form {
    background-color: #e6e4e4;
    padding-left: 45px;
    padding-right: 30px;
    padding-top: 42px;
    padding-bottom: 45px;
    margin-bottom: 50px;
}
p.label {
    font-size: 2.1em;
    color: #17365c;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    margin-bottom: 5px;
}

p.label > label.required:after {
    content: " *";
    font-family: RUB-Neu Flama,Arial,sans-serif;
}

div.helptext {
    margin-top: 2px;
    font-size: 1.5em;
}

div.helptext > ul {
    padding-bottom: 0px;
}
div.helptext > ul > li {
    font-size: 0.55em;
    color: #3c3c3b;
    line-height: 1.4em;
    font-family: RUB-Neu Scala,Times,serif;
}

div.my-rubion-field {
    margin-bottom: 15px;
    
}

/* TEXT */
div.my-rubion-field input[type="text"] {
    width: 100%;
    height: 30px;
}

div.my-rubion-field input[type="text" i] {
    font-size: 1.6em;
    padding-left: 5px;
}

/* TEXTAREA */
div.my-rubion-field textarea{
    width: 100%;
    height: 200px;
    resize: vertical;
    font-size: 1.6em;
    padding: 7px;
    padding-top: 5px;
    line-height: 1.5em;
}   


/* PASSWORD */
div.my-rubion-field input[type="password"] {
    width: 100%;
    height: 30px;
}

div.my-rubion-field input[type="password" i] {
    font-size: 1.6em;
    padding-left: 5px;
}

/* E-MAIL */
div.my-rubion-field input[type="email"] {
    width: 100%;
    height: 30px;
}

div.my-rubion-field input[type="email" i] {
    font-size: 1.6em;
    padding-left: 5px;
}

/* NUMBER */
div.my-rubion-field input[type="number"] {
    width: 30%;
    height: 30px;
}

div.my-rubion-field input[type="number" i] {
    font-size: 1.6em;
    padding-left: 5px;
}

/* SELECT */
div.my-rubion-field select {
    font-size: 1.6em;
    background-color: #fff;
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
}



/* CHECKBOX */
div.my-rubion-field input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border: none;
}

/* MULTISELECT CHECKBOXES */
div.vert_al + div.my-rubion-field div {
    margin-bottom: 5px;
}

div.vert_al + div.my-rubion-field div label{
    font-size: 1.6em;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    font-weight: normal;
    color: #17365c;
    vertical-align: center;
    text-indent: -20px;
}


/* SUBMIT BUTTON */
form.my-rubion-form input[type="submit"] {
    background-color: #17365c;
    color: #fff;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    padding: 0.4em 0.6em 0.467em 0.4em;
    letter-spacing: 0.02em;
}

div.my-rubion-form-button-container {
    margin-top: 35px;
    
}
span.my-rubion-form-arrow {
    background-color: #8dae10;
    color: #fff;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    font-size: 2em;
    font-weight: bold;
    display: block;
    float: left;
    width: 1.5em;
    height: 28px;
    text-align: center;
}

form.my-rubion-form input[type="submit"]:hover {
    background-color: #8dae10;
}

form.my-rubion-form hr {
    color: #17365c;
    
}

/* BUTTONS */
form.my-rubion-form button {
    background-color: #17365c;
    color: #fff;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    padding: 0.4em 0.6em 0.467em 0.4em;
    letter-spacing: 0.02em;
}

form.my-rubion-form button:hover {
    background-color: #8dae10;
}
/* */

/* TABLE */
form.my-rubion-form table {
    width: 100%;;
}

form.my-rubion-form td.info-in-column {
    color: #17365c;
    vertical-align: text-top;
    font-size: 1.6em;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    text-align: left;
}

form.my-rubion-form th {
    color: #17365c;
    font-size: 0.9em;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    text-align: left;
    padding-bottom: 10px;
}

form.my-rubion-form tr.my-table {
    padding-bottom: 20px;
}

#member-permissions {
    border-collapse: collapse;
    width: 100%;
}

#member-permissions td, #member-permissions th {
    text-align: left;
    font-size: 14px;
    vertical-align: text-top;
    padding-top: 7px;
    padding-right: 15px;
}
/* */

/* TABLE NUCLIDE FORM IN PROJECT CREATION */
form.my-rubion-form table.nuclide-forms {
    width: 100%;
    padding: 20px;
    border: #3c3c3b solid 1px;
    margin-bottom: 15px;
}

form.my-rubion-form table.nuclide-forms td.info-in-column {
    color: #17365c;
    vertical-align: text-top;
    font-size: 1.6em;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    text-align: left;
}

form.my-rubion-form table.nuclide-forms th {
    color: #17365c;
    font-size: 1.6em;
    font-family: RUB-Neu Flama,Arial,sans-serif;
    text-align: left;
    padding-bottom: 10px;
}

form.my-rubion-form table.nuclide-forms tr.my-table {
    padding-bottom: 20px;
}

form.my-rubion-form div.nuclide-forms {
    width: 90%;
    padding: 20px;
    border: #17365c solid 1px;
    margin-bottom: 15px;
}
/* */

#header-left-inner > div.login-info {
    width: 400px;;
    padding-left:50px;
    font-size: 1.8em;
    
    font-family: RUB-Neu Flama,Arial,sans-serif;
    color: white;
    
}

#header-left-inner > div.login-info > div {
    padding-top:10px;
}
#header-left-inner > div.login-info > div > a{
    color: #8dae10;
}
#header-left-inner > div.login-info > div > a:hover{
    color: #ed7102;
}