.arial-helvetica-plugin{
    font-family: Arial, Helvetica, sans-serif;
}

#footer-thankyou, #footer-upgrade{
    display: none;
}

.update-nag{
    display: none;
}

.label-plugin{
    display: inline-block;
    width: 10rem
}

.input-plugin{
    width: 25rem
}

.input-plugin:focus{
    border-color: #FF0090 !important
}

.input-error{
    border: .05rem solid red !important;
}

.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.text-tech-color{
    color: #FF0090;
}
.background-tech-color{
    background: #FF0090;
    color: white;
}
.text-bold{
    font-weight: bold;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered tbody tr td:hover {
    background-color: rgba(0,0,0,.075);
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    text-align: left;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}
.table td, .table th {
    padding: .75rem;
    vertical-align: center;
    border-top: 1px solid #dee2e6;
}
.container-plugin{
    overflow: auto;
}
.text-success{
    color: #28a745!important
}
.text-danger {
    color: #dc3545!important;
}
.mr-3{
    margin-right: 1rem;
}
.mb-3{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 3rem;
}
.neosplugin textarea{
    max-width: 50%;
}
@media (max-width: 768px) {
    textarea{
        max-width: 100%;
    }
}
.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.text-danger{
    color: #dc3545!important;
}
.d-none{
    display: none;
}
.imgThemeNeosPlugin{
    max-width: 250px;
    max-height: 250px;
}
.imgPartnersNeosPlugin, .imgContactsNeosPlugin,.imgOrganizersNeosPlugin{
    max-width: 150px;
    max-height: 100px;
}
.text-center{
    text-align: center !important;
}
.linkPartSettings, .title-pluginNeosThemeSettings{
    cursor: pointer;
}
.partThemeSettings{
    display: none;
}

.padding-title{
    padding: .5rem 2rem
}

.section-plugin{
    padding: 1rem 2rem;
    border: .05rem solid rgba(0,0,0,.1)
}

.section-plugin h4{
    margin-top: 0;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.registration td{
    padding: 1rem;
}