
:root {
    --bs-warning: #e28a03; /*#ff9900;*/ /*#e6941b;*/
    --bs-warning-rgb: 226, 138, 3;
}

label {
    display: inline;
}

div.bold label {
    font-weight: 600;
}

.input-group {
    width: 100%;
}

    .input-group .form-control {
        margin-bottom: 15px;
    }

.row {
    margin-right: 0px;
}

.container {
    padding-left: 2px;
    padding-right: 2px;
}

#component {
    margin-bottom: 20px;
}

.btn {
    margin: 8px 4px;
    background-image: none !important;
    border-radius: 20px;
    height:50px;
    max-width:400px;
    width: 100% !important;
}

a.btn {
    padding-top: 11px;
}

.btn-default.active, .btn-default.active:hover, .btn-default.active:focus,
.btn-default:active, .btn-default:hover, .btn-default:focus,
.btn:active, .btn:hover, .btn:focus {
    background-color: var(--secondary-color) !important;
}

.btn-primary, .btn-primary:visited {
    background-color: var(--primary-color) !important;
    background-image: none !important;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--primary-color);
    border: white;
}

.btn-secondary, .btn-secondary:visited {
    background-color: white !important;
    background-image: none !important;
    border: 2px solid var(--primary-color) !important;
}

.btn-secondary {
    background-color: white;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color);
    border: white;
}

.btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus {
    background-color: var(--tertiary-color) !important;
    color: var(--primary-color);
}

.btn-link, .btn-link:visited {
    background-color: white !important;
    background-image: none !important;
    border: none !important;
    text-decoration: none !important;
}

.btn-link {
    background-color: white;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    border: none !important;
    text-decoration: none !important;
}

.btn-link:active, .btn-link:hover, .btn-link:focus {
    background-color: var(--nav-icon-color-light) !important;
    color: var(--primary-color) !important;
    text-decoration: none !important;
}

.btn-share {
    border: none !important;
    margin: 6px;
    text-align: center;
    display: inline-block !important;
    min-width: 150px !important;
}

    .btn-share:hover {
        color: white;
        background-color: #00274D;
        border-color: #00274D;
    }

    .btn-share label {
        text-align: center;
        width: 100%;
        line-height: 26px;
    }

        .btn-share label:hover {
            color: white;
        }

    .btn-share input {
        margin-top: 10px;
        margin-left: 10px;
    }

    .btn-share img {
        display: flex;
        margin: auto;
    }

.a-share {
    text-align: center;
    text-decoration: none;
}

    .a-share:hover {
        color: #00274D;
        text-decoration: none;
    }

    .a-share div {
        background: #00274D;
        background-color: #00274D;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        text-decoration: none;
    }

        .a-share div:hover {
            background: white;
            background-color: white;
            color: #00274D;
            text-decoration: none;
        }

.custom-fade:hover {
    animation: customFadeIn ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes customFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*
.panel .panel-heading {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #434345;
    display: block;
    font: 500 16px/24px 'Fira Sans', sans-serif;
    padding: 14px 20px 10px 21px;
    text-transform: uppercase;
}
*/

.panel .panel-body {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 15px;
    padding: 12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 2px;
    padding-right: 2px;
}

.form-group label {
    font-weight: bold !important;
}

.form-group input, select {
    margin-top:3px;
}

label[disabled] {
    pointer-events: none;
}

label.active span.fa.fa-square-o {
    display: none;
}

label.active span.fa.fa-check-square-o {
    display: inline;
}

label span.fa.fa-square-o {
    display: inline;
}

label span.fa.fa-check-square-o {
    display: none;
}

.alert:before {
    content: none !important;
    color: none !important;
}

.form-group {
    margin-bottom: 10px;
}

input, select {
    background-color: #F2F2F2 !important;
    border:none !important;
    border-radius: 10px !important;
}

.nav-item .nav-link.nav-icon {
    line-height: initial !important;
}

@media (max-width: 1000px) {
    .modal-dialog-full-mobile {
        margin: 0;
    }

    .modal-content-full-mobile {
        width: 100vw;
        height: 100vh;
    }
}

/*.modal-dialog {
    z-index:9999;
}*/

.modal-footer {
    text-align: center;
    display: block;
}

/* dropdown menu - start */
.top-row a {
    margin: 0.2rem !important;
}

.dropdown, .dropdown-menu, .dropdown-menu li {
    padding: 0px !important;
    margin: none !important;
}

.nav-link {
    padding: 0.5rem 0.5rem 0.5rem 1.0rem;
    margin-left: 0.0rem;
    margin-right: 2.0rem;
    color: var(--primary-color);
}

.nav-link:active, .nav-link:hover {
    background-color: var(--nav-icon-color-light);
    border-radius: 5px;
}
/* dropdown menu - end */