﻿.LinotypeUnivers-430Regular {
    font-family: 'LinotypeUnivers-430Regular';
    font-weight: normal;
    font-style: normal;
}

.LinotypeUnivers-230Thin {
    font-family: LinotypeUnivers-230Thin;
    font-weight: normal;
    font-style: normal;
}

.LinotypeUnivers-630Bold {
    font-family: LinotypeUnivers-630Bold;
    font-weight: normal;
    font-style: normal;
}

.LinotypeUnivers-620CnBold {
    font-family: LinotypeUnivers-620CnBold;
    font-weight: normal;
    font-style: normal;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 70px;
        height: 70px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants .grant .clientname {
        font-size: 140%;
        font-weight: bold;
    }

    .grants .grant .granttype {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .created {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .expires {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant li {
        list-style-type: none;
        display: inline;
    }

        .grants .grant li:after {
            content: ', ';
        }

        .grants .grant li:last-child:after {
            content: '';
        }

html {
    background-color: white;
}

body {
    font-family: 'LinotypeUnivers-430Regular' !important;
    background: url('../img/background.jpeg') no-repeat fixed center;
    margin-top: 65px;
}

@media (max-width: 599px) {
    body {
        font-size: 12px;
    }

    .btn {
        font-size: 12px;
    }

    .checkbox-input {
        padding: 0;
    }
}

@media (min-width: 600px) {
    body {
        font-size: 16px;
    }
    .payment-table {
        padding-right: 10%;
    }
    .selected-design {
        padding-right: 10%;
    }
    .payment-foter {
        min-height: 140px;
    }
    .form-group {
        margin-top: 20px;
    }
}

.account-header {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.selected-design {
    font-weight: 600;
}

button {
    white-space: normal !important;
    font-weight: 400 !important;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

h1 {
    font-family: LinotypeUnivers-620CnBold !important;
    font-size: 42px;
}

h2 {
    font-family: LinotypeUnivers-620CnBold !important;
    font-size: 32px;
}

h3 {
    font-family: LinotypeUnivers-620CnBold !important;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}

label {
    font-family: LinotypeUnivers-430Regular !important;
    font-size: 16px !important;
    color: #757576 !important;
}

.folie {
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 21px;
    color: white;
    width: 100%;
    margin: 100px auto;
    max-width: 980px !important;
}

.header-login {
    margin-left: 10px;
}

.login-container {
    margin-top: 21px;
    margin-bottom: 150px;
}

input {
    font-family: LinotypeUnivers-430Regular !important;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

.right-container {
    background-color: white;
    color: black;
    /*min-height: 29em !important;*/
    min-height: 100% !important;
}

.left-container {
    background-color: #0099cc;
    padding: 10px;
    /*min-height: 29em !important;*/
    min-height: 100% !important;
}

    .left-container .text-content.description {
        height: 12em;
    }

.left-container-content {
    position: absolute;
    bottom: 0px;
}

@media screen and (max-width: 767px) {
    .left-container {
        margin-bottom: 30px;
        padding: 15px;
    }

    .left-container-content {
        position: static;
    }
}

.flex-container {
    display: flex;
}

@media (min-width: 767.98px) {
    .autowidth {
        width: auto;
    }
}

.container-fluid.white.navbar-fixed-top {
    padding: 10px 0px;
}

.header {
    max-width: 980px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
}

.primary {
    background-color: #0099cc;
    border: 2px solid white !important;
    color: white;
    border-radius: 3px;
    width: 100%;
    min-height: 40px;
}

#login {
    height: auto;
}

#not-client,
#is-client,
#login {
    padding: 0px 21px 0px 21px;
}

.primary:hover {
    color: #0099cc !important;
    background-color: white;
    transition: all ease-in-out 0.3s;
}

.title-margin {
    margin-bottom: 10px;
    height: auto;
}

a {
    color: #0099cc;
    text-decoration: none;
}

    a.panel {
        padding-left: 0px !important;
        padding-right: 0px !important;
        color: #0099cc !important;
        font-weight: bolder;
    }

.white {
    background-color: white;
}

.container-footer {
    padding-top: 5px;
    color: black;
    max-width: 980px !important;
}

.inverse {
    color: white !important;
    background-color: #0099cc;
    border-radius: 3px;
    width: 100%;
    min-height: 40px;
    padding: 6px 6px;
}

.inverse:hover {
    background-color: #007aa3;
    transition: all ease-in-out 0.3s;
}

.token {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 225px;
    padding: 8px 12px;
}

.footer-blue {
    color: #0099cc !important;
}

    .footer-blue span {
        margin-left: 10px;
    }

footer {
    height: 30px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
    background-color: white;
    bottom: 0px;
    /*font-family*/
}

    footer svg {
        height: 12px;
    }

input.form-control {
    border-radius: 0px !important;
    font-size: 13px;
    padding: 5px 5px 5px 10px !important;
    height: 40px;
    border: 1px solid #c3c3c3;
    color: #0099cc;
}

    input.form-control:hover {
        background-image: url('../img/input_hover.png') !important;
        background-repeat: repeat-y !important;
        cursor: pointer;
    }

    input.form-control:focus {
        background-image: url('../img/input_focus.png') !important;
        background-repeat: repeat-y !important;
        box-shadow: none !important;
        border-color: #999 !important;
        -webkit-box-shadow: none !important;
        outline-color: #c3c3c3;
        cursor: text;
    }

    input.form-control::placeholder,
    input.form-control::-webkit-input-placeholder {
        color: #4a4a4a;
    }

    input.form-control.input-validation-error {
        background-image: url('../img/input_invalid.png') !important;
        background-repeat: repeat-y !important;
    }

        input.form-control.input-validation-error:focus {
            background-image: url('../img/input_focus.png') !important;
            background-repeat: repeat-y !important;
            box-shadow: none !important;
            border-color: #999 !important;
            -webkit-box-shadow: none !important;
            outline-color: #c3c3c3;
            cursor: text;
        }

        input.form-control.input-validation-error::placeholder,
        input.form-control.input-validation-error::-webkit-input-placeholder {
            color: #BC241F !important;
            text-align: right !important;
        }

        input.form-control.input-validation-error:-ms-input-placeholder {
            color: #BC241F !important;
            text-align: right !important;
        }

        input.form-control.input-validation-error::-ms-input-placeholder {
            color: #BC241F !important;
            text-align: right !important;
        }

button.btn.payment {
    background-color: white;
    border: 1px solid #0099cc !important;
    color: #0099cc;
    border-radius: 3px;
    width: 45%;
    min-height: 40px;
    margin-top: 15px;
    margin-bottom: 5px;
}

    button.btn.payment:hover {
        background-color: #0099cc;
        border: 1px solid #0099cc !important;
        color: white;
        transition: all ease-in-out 0.3s;
    }

button.btn.cancel {
    background-color: white;
    border: 1px solid #0099cc !important;
    color: #0099cc;
    border-radius: 3px;
    width: 40%;
    min-height: 40px;
    margin-bottom: 5px;
    margin-right: 20px;
}

    button.btn.cancel:hover {
        background-color: lightsteelblue;
        border: 1px solid #0099cc !important;
        color: white;
        transition: all ease-in-out 0.3s;
    }

.confirm {
    color: white !important;
    background-color: #0099cc;
    border-radius: 3px;
    width: 100%;
    min-height: 40px;
    padding: 6px 6px;
    width: 40%;
    min-height: 40px;
    margin-top: 15px;
    margin-bottom: 5px;
}

    .confirm:hover {
        background-color: #007aa3;
        transition: all ease-in-out 0.3s;
    }

button.btn.newpay {
    background-color: #0099cc;
    color: white !important;
    border-radius: 3px;
    width: 40%;
    min-height: 40px;
    margin-top: 15px;
    margin-bottom: 5px;
}

    button.btn.newpay:hover {
        background-color: #007aa3;
        transition: all ease-in-out 0.3s;
    }

.header-container {
    max-width: 980px !important;
}

.container.white.header-container {
    height: 100px;
    margin-top: 0px;
}

.container-fluid.white {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.nav-tabs > li > a {
    border-radius: 0px !important;
    border: 0px solid transparent !important;
    border-bottom-color: transparent !important;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #d5eaf1 !important;
    background: #fafcfe;
}

    .nav-tabs.nav-justified > li > a[href='#not-client'] {
        border-right: 1px solid #d5eaf1 !important;
    }

    .nav-tabs.nav-justified > li > a[href='#is-client'] {
        border-right: 1px solid #d5eaf1 !important;
        box-shadow: none !important;
    }

a[href='#is-client'],
a[href='#not-client'] {
    font-family: !important;
    font-size: 15px;
    padding-top: 10px;
}

.nav-tabs.nav-justified > li > a:hover {
    background-color: #fafcfe;
    box-shadow: none !important;
}

.nav-tabs.nav-justified > li.active > a {
    border-bottom: 1px solid white !important;
    box-shadow: none !important;
    background-color: white;
}

a.panel {
    border-bottom: 3px solid #0099cc !important;
    height: 59px !important;
    padding-top: 20px !important;
}

a[href='#login'],
a[href='#login']:hover {
    text-decoration: none;
    color: white;
}

#login .col-sm-4,
#login .col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 15px;
}

.folie-payment {
    margin-top: 30px !important;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 21px 21px 40px 21px;
    max-width: 980px !important;
    margin: 0 auto;
    height: 90%;
    margin-bottom: 1px;
}

.test {
    background-color: rgba(255, 255, 0, 0.4) !important;
}

#token {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 80px;
    height: 80px;
}

.payment-settings {
    background-color: #fcfcfc;
    height: auto;
    border: 1px solid rgba(128, 128, 128, 0.1);
    padding: 10px 20px;
    color: #4b4b4b;
}

    .payment-settings table {
        border-collapse: separate;
        border-spacing: 0 0.5em;
        table-layout: fixed;
        width: 100%;
    }

.header-title {
    width: 35%;
    vertical-align: top;
}

.transaction-title {
    width: 30%;
    vertical-align: top;
}

.tittle-grey {
    color: #888888;
}

.transaction-body {
    padding-left: 10%;
}

.transaction-value {
    margin-left: -10%;
}

.transaction-info {
    color: red;
}

.transaction-info-inst {
    color: blue;
}

.collapse-row.collapsed + .test {
    display: none;
}

.select2-container .select2-selection--single {
    height: fit-content !important;
}

.select2-container {
    margin-top: -5px;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        margin-top: -27px;
        white-space: pre-line;
    }



.expand-button {
    position: relative;
}

.collapse-row {
    display: block;
}

.accordion-toggle .expand-icon .bi::before {
    content: "\f286";
    float: right;
    font-size: 20px;
    color: #0099cc;
    overflow: no-display;
    cursor: pointer;
}

.accordion-toggle.collapsed .expand-icon .bi::before {
    content: "\f282";
    cursor: pointer;
    font-size: 20px;
}

.modal-footer {
    display: contents;
}

.dialog-margin-top {
    margin: 7px 1px 1px 1px;
}

.text-left {
    text-align: left;
}

tr.hide-table-padding td {
    padding: 0;
}


.error-row td {
    color: #888888;
}

.trans-header td {
    font-weight: 600;
}

.trans-table-header td,
.trans-header td {
    word-break: break-all;
}
/*
.payment-settings span {
  font-size: 19px;
}
.payment-settings td {
  word-wrap: break-word;
}
.payment-settings td.transaction-title {
  width: 35%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.payment-settings td.transaction-header {
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.payment-settings td.transaction-content {
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.payment-settings td.transaction-content span {
  margin: 0;
  line-height: 26px;
  position: relative;
  top: -2px;
  white-space: pre-line;
  word-wrap: break-word;
}*/


.header-name {
    padding-top: 20px;
    padding-left: 10px;
}

.payment-header {
    background: white;
    margin-bottom: 1px;
    word-wrap: break-word;
}

.adresser {
    padding: 0px;
    height: auto;
}

.text-gray {
    color: gray;
}

.payer.row,
.adresser.row {
    padding: 0px 15px;
}

.predefined-input.lg {
    height: 60px;
    width: 100%;
    padding: 5px;
    background-color: #f8f8f8;
    color: #bfbfbf;
    border: 1px solid #bfbfbf;
}

.predefined-input.sm {
    height: 40px;
    width: 100%;
    padding: 5px;
    background-color: #f8f8f8;
    color: #bfbfbf;
    border: 1px solid #bfbfbf;
}

.sms-input {
    margin-right: 5px;
}

@media (max-width: 767.98px) {
    .sms-input {
        margin-right: 3px;
    }
}

@media only screen and (min-width: 767.98px) and (max-width: 1024px) {

    .sms-input {
        margin-right: 4px;
    }
}

.payment-settings .row {
    padding: 0px;
}

/* payment footer */
.payment-foter {
    background: white;
    padding: 21px 21px;
    margin-top: 1px;
}

    .payment-foter .row-custom {
        min-height: 35px;
        word-break: break-word;
    }

@media (max-width: 767px) {
    .payment-foter .row-custom {
        min-height: 0;
    }
}

.payment-foter fieldset .enterCode {
    display: flex;
}

.payment-foter fieldset p {
    font-family: 'LinotypeUnivers-620CnBold' !important;
    font-size: 0.950em;
}

@media (min-width: 767px) {
    .payment-foter .authorization-form {
        padding-right: 20px;
    }

    .payment-foter .form-margin {
        margin-right: 50px;
    }
}

.payment-foter fieldset p.value {
    font-size: 1em;
}

.payment-foter input.pay-sms {
    width: 32%;
}

.payment-foter .description {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .payment-foter .description {
        margin-top: 1em;
    }
}

@media (min-width: 575.98px) {
    .button-footer {
        display: inline-block;
    }
}

.form-footer {
    display: flex;
}

@media (max-width: 767.98px) {
    .form-footer {
        display: inline;
    }
}

input.form-control[readonly] {
    color: #bfbfbf;
    background-color: #f8f8f8;
}

    input.form-control[readonly]:focus,
    input.form-control[readonly]:hover {
        background-image: none !important;
        border-color: #c3c3c3 !important;
    }

.logo-image {
    margin-bottom: 10px;
}

.logo-image-page-login {
    display: inline-block;
    max-height: 60px;
    margin-bottom: 10px;
}

.title-tpp-name-page-login {
    font-size: 25px;
}

.text-content-page-login {
    padding-right: inherit;
    padding-left: inherit;
}
/* Mobile */
@media screen and (max-width: 767px) {
    .mob-block-margin-bottom {
        margin-bottom: 1em;
    }

    .mob-block-margin-top {
        margin-top: 1em;
    }

    .mob-row-margin-bottom {
        margin-bottom: 1em;
    }

    .mob-row-margin-top {
        margin-top: 1em;
    }
    /* login */
    .title-tpp-name-page-login {
        font-size: 1.2em;
    }

    .text-content-page-login {
        //font-size: 1.75em;
        padding-right: inherit;
        padding-left: inherit;
    }

    .wrap-text {
        word-break: break-all;
    }

    .left-container .text-content.description {
        height: auto;
    }

    h3 {
        font-size: 21px;
    }
}

#testtt {
    padding: 0px !important;
}

#qrcodePISPConfirm img {
    display: inline-block !important;
}

.error {
    color: #d50505;
}

.error-style-imp {
    color: #d50505 !important;
}
/* Variables
================================== */
/* Tables
================================== */
.accounts-table {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
}

.accounts-table-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    /*padding: 0.8em 1.2em;*/
    padding: 0.8em 2em;
    overflow: hidden;
    list-style: none;
    border: solid 1px white;
    background: rgba(195, 195, 195, 0.1);
    color: #444;
}

    .accounts-table-cell > h1,
    .accounts-table-cell > h2,
    .accounts-table-cell > h3,
    .accounts-table-cell > h4,
    .accounts-table-cell > h5,
    .accounts-table-cell > h6 {
        margin: 0;
    }

form[name=bankAccountsList] .row {
    margin: 0;
    padding: 0.5em 0;
}


form[name=bankAccountsList] .row .accounts-formated {
    width: inherit !important;
}


form[name=bankAccountsList] .row.grid-account-header {
    border: solid 1px #ccc;
    background: rgba(195, 195, 195, 0.1);
    color: #666;
    /* line-height: 2em; */


}

form[name=bankAccountsList] .column {
    word-break: break-word;
    display: inline-block;
}

    form[name=bankAccountsList] .column.disabled {
        color: #bfbfbf;
    }

    form[name=bankAccountsList] .column.delimiter {
        padding: 0;
        width: auto;
    }

form[name=bankAccountsList] .col-one {
    padding-left: 0;
}

.accounts-table > .accounts-table-cell {
    width: 92%;
}

    .accounts-table > .accounts-table-cell.header {
        position: static;
        background: rgba(195, 195, 195, 0.05);
    }

    .accounts-table > .accounts-table-cell.disabled {
        position: static;
        background: rgba(227, 227, 227, 0.1);
        color: #afafaf;
    }

    .accounts-table > .accounts-table-cell.checkbox-input {
        width: 8%;
        padding: 0.8em 0;
    }

    .accounts-table > .accounts-table-cell.checkbox-input:hover + .accounts-table-cell {
        background: rgba(195, 195, 195, 0.15);
    }

    .accounts-table > .accounts-table-cell.checkbox-input:hover + .accounts-table-cell.header {
        background: rgba(195, 195, 195, 0.05);
    }

    .accounts-table > .accounts-table-cell span {
        display: inline-block;
        margin: 0;
        padding: 0;
        /*vertical-align: middle;*/
    }

.accounts-table input {
    position: static !important;
    margin: 0px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer;
}

.section-header.accounts {
    background: white;
    min-height: 100px;
    margin-bottom: 1px;
    word-wrap: break-word;
}

    .section-header.accounts h3 {
        color: #575756;
    }

.accounts-section-content {
    padding: 1em 0.8em;
    background: white;
    float: none;
    clear: both;
}

.accounts-section-foter {
    background: white;
    padding: 1em 0;
    margin-top: 1px;
}

.cc-token img {
    display: block;
    width: 240px;
    height: 240px;
    margin: auto;
    vertical-align: top;
}
@media only screen and (min-width: 575.98px) and (max-width: 767.98px) {
    .cc-token {
        margin-left: -35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .cc-token {
        margin-left: -15px;
    }
}

.no-float {
    clear: both;
    float: none !important;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.button-green {
    color: white;
    background: #81c341;
    border: 0 none;
    cursor: pointer;
    border-radius: 2px;
    padding: 5px 10px;
}

.danger.validation-summary-errors {
    padding: 0.5em 0 0.5em 0;
}

    .danger.validation-summary-errors ul {
        margin: 0;
    }

.apim-registration-section .wrap-header {
    color: #333;
    margin: 0 0 1em 0;
}

    .apim-registration-section .wrap-header .wrap-title {
        width: 100%;
        text-align: center;
    }

    .apim-registration-section .wrap-header h2 {
        font-size: 2em;
    }

    .apim-registration-section .wrap-header h3 {
        font-size: 1em;
    }

.apim-registration-section .registration-form label {
    color: #333;
}

.g-recaptcha > div {
    height: auto !important;
}

.g-recaptcha .rc-anchor-error-msg-container {
    position: static !important;
}

.g-recaptcha iframe {
    height: auto !important;
}

div.rc-anchor-error-msg-container {
    position: static !important;
}

.rc-anchor-normal {
    height: auto !important;
}

div.rc-anchor.rc-anchor-normal.rc-anchor-light {
    height: auto !important;
}
/* checkboxs */
div.checkbox-wrap {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

    div.checkbox-wrap input[type=checkbox].design-checkbox {
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
        display: inline-block !important;
        width: 20px;
        height: 20px;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 100;
    }

input[type=checkbox].design-checkbox + .check-icon {
    position: absolute !important;
    top: 0;
    left: 0;
    display: inline-block !important;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
    border: 1px solid #0099cc;
    font-size: 11px;
    color: #fff;
    /*font-family: 'Glyphicons Halflings' !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: 1em !important;*/
}

input[type=checkbox].design-checkbox:disabled + .check-icon {
    border: 1px solid #cccccc;
}

input[type=checkbox].design-checkbox + .check-icon:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}

input[type=checkbox].design-checkbox + .check-icon .checker {
    position: static !important;
    display: none;
    vertical-align: middle;
}

input[type=checkbox].design-checkbox:checked + .check-icon {
    background: #0099cc;
}

    input[type=checkbox].design-checkbox:checked + .check-icon .checker {
        display: inline-block;
    }
/* login page server errors */
.server-errors .server-errors-message span {
    font-size: 13px;
    color: #BC241F !important;
}
/* QR code */
#qrcodeAccountsConfirm img {
    display: inline-block !important;
    vertical-align: baseline;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.zeroPadding {
    padding: 0 !important;
}

.pull-right {
    float: right;
}

.form-select:focus {
    box-shadow: none !important;
}