﻿

.myselect, .bootstrap-select > .dropdown-toggle {
    border: none;
    background-color: #FFF !important;
    color: #293756;
    border-radius: 1rem !important;
    line-height: 4rem;
    font-size: 13pt;
    font-weight: 400;
    text-align:center;
}

    .myselect::placeholder {
        color: #8d8ba7;
    }

    .myselect, .bootstrap-select > .dropdown-toggle:focus {
        background-color: #FFF;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: center
}

.smalltext {
    font-weight: 300;
    color: #abb6c7;
}

    .smalltext b {
        font-weight: 500;
    }

@media(max-width:990px) {
    font30-mobile {
        font-size: 30pt !important;
    }
}



.static-card {
    background-color: white;
    max-width: 300pt;
    border-radius: 10px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    /* box-shadow: rgba(136, 165, 191, 0.48) 0px 10px 15px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;*/
    /* box-shadow: rgb(37 61 106 / 12%) 0px -1px 0px, rgb(93 119 141 / 66%) 0px 2px 5px, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;*/
    border-top: 4px solid var(--iqcblue);
    /*    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);*/
    /*    box-shadow: 0 0 20px 8px #07174e24;*/
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
    box-shadow: rgb(28 56 86 / 78%) 0px 10px 35px -15px;
}



    .static-card .static-card-image {
        height: 150pt;
        display: inline-grid;
        align-items: center;
        justify-items: center;
        padding-left: 30pt;
        padding-right: 30pt
    }

    .static-card .static-card-image img {
        max-width: 100%;
        max-height: 150pt
    }

    .static-card .static-card-title {
        height: 60pt;
        padding: 0pt 20pt;
        margin-bottom: 20pt;
        display: inline-grid;
        align-items: center
    }

        .static-card .static-card-title p {
            font-size: 18pt;
            font-weight: 600;
            color: black
        }




.filter-label {
    font-size: 14pt;
    color: #5a6c85;
    font-weight: 500;
}

.search-button {
    min-width: 45pt;
    margin-top: 25pt;
    background-color: #0e3060;
    border-color: #0e3060;
    padding: 10pt;
    border-radius: 20pt;
    color: white;
}

.cancel-button {
    min-width: 45pt;
    margin-top: 25pt;
    background-color: #acb3c9;
    border-color: #acb3c9;
    border-radius: 20pt;
    padding: 10pt;
    color: white;
}

.ui-widget-content {
    background-color: white !important;
}
