/* =============================== LANDING ==================== */
@media screen and (max-width:576px){

}

/* undo mdb */
div.bootstrap-select .btn.dropdown-toggle
{
    padding:.4rem 2.14rem .4rem 0.5rem;
    width:100%;
    /* make sure it doesn't collapse when no placeholder text in play */
    min-height:2.5rem;

}
.search-form label.form-label
{
    margin-left:1rem;
    margin-bottom:0;
}
.search-form .btn#searchButton
{
    margin-top:1.0rem;
    margin-left:2rem;
}
@media screen and (max-width: 768px){
    .search-form .btn#searchButton
    {
        margin:0;
        width:100%;
    }
}
.search-all .btn /* organisation events search page */
{
    padding:.84rem
}
.search-all .btn i
{
    margin-right:.5rem;
}
/* =============================== EVENT ==================== */
input.ftxtquant /* ticket number selectors */

{
    width:4em;
    background:white; /*#002b73;*/
    color:black ;/*#ffffff;*/
    font-weight:bold;
    border-radius:5px;
}




/* =============================== UTIL ==================== */


/* MD-style selects just for international phone codes */
div.select-wrapper.i-code
{
    width:100px;
    margin-top:-0.1rem;
    margin-right:0.2rem;
}
div.select-wrapper.i-code input,
.md-form input[type="text"]:not(.browser-default),
.md-form.icode input[type="text"]:not(.browser-default)
{
    border-left: 1px solid #ced4da;
        padding-left:5px;
        border-top: 1px solid #ced4da;

}
