@CHARSET "ISO-8859-1";

#trainingregistration {}

#trainingregistration table {}

#trainingregistration table head {}

#trainingregistration table body {}

#trainingregistration table tr {}

#trainingregistration table td input {
    width: 290px;
}

#trainingregistration table td select {
    width: 290px;
}

#trainingregistration table td {
    float: left;
    min-width: 30%;
}

.error-msg {
    color: #f00;
}

.captcha-refresh-link {
    margin: 0 0 0 10px;
}

.table {
    /*  display: table;*/
}

.title {
    /*display: table-caption;*/
    text-align: left;
    font-weight: bold;
    font-size: larger;
}

.heading {
    /*display: table-row;*/
    font-weight: bold;
    text-align: left;
}

.row {
    /*display: table-row;*/
}

.cell {
    /* display: table-cell;*/
    /*padding-left: 5px;*/
    padding-right: 5px;
}

.row.hidden {
    display: none;
}



.trainingregistration p.error {
    margin: 0;
    color: #bc360a;
}

.trainingregistration {
    display: none;
}


.trainings .training-item {
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: top;
    min-height: 150px;
}


.columns4 .training-item {
    padding-right: 2.5%;
    width: 23.125%;
}

.columns4 .training-item:nth-of-type(4n) {
    padding-right: 0;
}

.columns3 .training-item {
    padding-right: 2.5%;
    width: 31.666%;
}

.columns3 .training-item:nth-of-type(3n) {
    padding-right: 0;
}

.columns2 .training-item {
    padding-right: 2.5%;
    width: 48.75%;
}

.columns2 .training-item:nth-of-type(2n) {
    padding-right: 0;
}



.webinarregistration p.error {
    margin: 0;
    color: #bc360a;
}

.webinarregistration {
    display: none;
}


.webinars .webinar-item {
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: top;
    min-height: 150px;
}


.columns4 .webinar-item {
    padding-right: 2.5%;
    width: 23.125%;
}

.columns4 .webinar-item:nth-of-type(4n) {
    padding-right: 0;
}

.columns3 .webinar-item {
    padding-right: 2.5%;
    width: 31.666%;
}

.columns3 .webinar-item:nth-of-type(3n) {
    padding-right: 0;
}

.columns2 .webinar-item {
    padding-right: 2.5%;
    width: 48.75%;
}

.columns2 .webinar-item:nth-of-type(2n) {
    padding-right: 0;
}

.webinar-list .payment {
    display: none;
}

.webinar-list .tr-submit {
    display: none;
}


form.webinar-single input {
    width: 100%;
}

#webinarregistration h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

#webinarregistration table {
    width: 100%;
}

#webinarregistration table tr {
    background: none !important;
}

#webinarregistration table tr td {
    padding-left: 0;
    padding-right: 0;
}

#unregister input[type=submit],
#webinarregistration input[type=submit] {
    background-color: #eb5e1d;
    border: none;
    padding: 1rem;
    text-transform: uppercase;
    color: white;
}

.mymodal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
}

.mymodal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
    color: #747474;
    font-weight: bold;
}

.modal__close:hover {
    color: #000;
}

.modal__container {
    position: relative;
    z-index: 22;
    width: 500px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 60px;
    background-color: #fff;
    text-align: center;
}
.modal__container h4 {
    font-size: 20px;
    margin: 20px 0;
}