﻿
/*TW*/

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

label {
    display: unset;
    cursor: auto;
}

@media screen and (min-width: 992px) {
    .form-control, .umbraco-forms-field:not(.checkbox):not(.multiplechoice):not(.title):not(.recaptcha):not(.dataconsent):not(.singlechoice) input, .umbraco-forms-field.longanswer textarea, .form-group.dropdown::after, .form-group.date::after, .umbraco-forms-field.date .umbraco-forms-field-wrapper::after, .umbraco-forms-field.dropdown .umbraco-forms-field-wrapper select, .umbraco-forms-field.dropdown .umbraco-forms-field-wrapper::after {
        min-height: auto;
    }
}

#parserId .btn {
    font-style: unset;
    letter-spacing: unset;
    text-transform: unset;
}

.btn-primary {
    border-width: unset;
    border-radius: unset;
    border-style: none;
    box-shadow: unset;
}

#parserId .btn, #parserId button.btn {
    border-radius: 0.25rem;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
}

.btn.btn-sm, button.btn.btn-sm {
    padding: 0.25rem 0.5rem;
}

.btn.btn-sm {
    font-weight: unset;
    font-style: unset;
    letter-spacing: unset;
    text-transform: unset;
}

.btn:hover, button.btn:hover, .btn:focus, button.btn:focus, .btn:active, button.btn:active {
    box-shadow: unset;
}
/*
.btn, button.btn {
    margin: auto;
}*/

.btn-group-sm > .btn, .btn-sm {
    border-radius: unset;
}

.btn > span {
    position: unset;
    opacity: unset;
}

.btn, button.btn {
    padding: 0.375rem 0.75rem;
}

.form-control {
    border: 1px solid #ccc !important;
    height: inherit;
}

i.fa, i.before {
    margin-right: 0px;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal !important;
    margin-right: 5px;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.modal1 {
    z-index: 1001 !important;
}

h1:not(.heading), h2:not(.heading), h3:not(.heading), h4:not(.heading), h5:not(.heading), h6:not(.heading) {
    color: inherit;
}

/*#parserId ul, #parserId ol {
    margin: 10px 0 10px 30px;
    padding: 0;
}*/
/*end TW*/

@media (min-width: 1200px) {
  section.content:not(.usn_cmp_banner):not(.usn_cmp_breadcrumb) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#parserId {
  border: solid 1px #d3d3d3;
  padding: 1rem;
}

@media (min-width: 1350px) {
    .container {
        max-width: var(--component-max-width);
    }
}

.navigation-dropdown-bg li {
    list-style: none;
}

#back-to-top-link.btn {
    min-width: 0px;
}

.usn-notification {
    bottom: unset;
}

.umb--alerts--modals {
    z-index: 0;
    display: none !important;
}

.usn-notification.closed {
    z-index: 0;
    display: none;
}

/*------------*/
.AccountDetailsExplanation {
    width: 810px;
}
.modal-lg-update {
    max-width: 830px !important;
    margin-top: 4rem;
}
.form-control.input-validation-error, .umbraco-forms-field:not(.checkbox):not(.multiplechoice):not(.title):not(.recaptcha):not(.dataconsent):not(.singlechoice) input.input-validation-error, .umbraco-forms-field.longanswer textarea.input-validation-error, .umbraco-forms-field.dropdown select.input-validation-error {
    border-radius: unset;
}
    .form-control.input-validation-error:focus {
        border-radius: unset;
    }
.field-validation-error {
    display: unset;
    padding: 1px;
    font-size: 15px;
    background-color: unset;
}
#site {
    position: static;
}
.logOutOkBtn:hover {
    color: white !important;
    background: #1E88E5;
}
.modal::before {
    content: "";
    display: none;
}
label {
    font-size: inherit;
}
.tabs {
    float: none;
}
.tabs-stage {
    float: none;
}

table {
    border-style: none;
}

    table thead {
        color: inherit;
        background-color: inherit;
    }

    table th, table td {
        border-style: none;
    }

footer {
    padding-left: 0rem;
    padding-right: 0rem;
}
@media screen and (min-width: 320px) and (max-width: 820px) {
    .text-center {
        /* text-align: center !important; */
        /* vertical-align: middle; */
        /* display: flex; */
        justify-content: center;
        /* align-items: center; */
    }
    .page_header_right {
        margin-left: auto;
        display: block;
    }
    .page_header_right .logout_btn {
        margin-right: 5px;
    }

    #site-content .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    #parserId {
        padding: 0.5rem;
    }

    .page_container {
        margin-top: 3px;
    }

    .page_header_right .user_profile {
        display: inline;
    }

    .col {
        flex-basis: auto;
    }
}
