html,
body {
    height: 100%;
}

.container,
.container-fluid {
    /*margin-top: 1rem;
    margin-bottom: 0;
    padding: 0;*/
}

.container.shadow,
.container-fluid.shadow {
    -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
}



.crossroad {
    text-align: center;
}

.crossroad img {
    width: 100%;
    min-width: 100px;
}

.crossroad a * {
    transition: all .5s;
}

.crossroad a:hover img {
    filter: grayscale(100%);
}

.crossroad a:hover span {
    filter: grayscale(100%);
}

.crossroad a:hover div {
    filter: grayscale(100%);
}




.crossroad span {
    /*         display: block;
        color: #EB690B; */
    color: #fff;
    font-weight: bold;
}


.material-icons.size-24 {
    font-size: 24px;
}

.material-icons.size-32 {
    font-size: 32px;
}

.noimage {
    width: 100%;
    height: 100%;
    background-color: #eb690b;
    color: #fff !important;
    display: flex;
    align-items: center;
    margin: auto;
    min-width: 100px;
}

.noimage span {
    margin: auto;
    font-size: 150%;
}


/* 
    Extra small devices (portrait phones, less than 544px) 
    No media query since this is the default in Bootstrap because it is "mobile first"
    */
body,
.btn,
input,
.input-group-text,
.material-icons {
    font-size: 0.6rem !important;
}

/*1rem = 16px*/


.material-icons {
    font-size: 0.8rem !important;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}


.w-45 {
    width: 45%;
}

.w-85 {
    width: 85%;
}

.w-100 {
    width: 100%;
}


.navbar-brand img {
    margin-right: 10px;
}

.footer-shadow {
    background-color: #F7600F;
    -webkit-box-shadow: inset 0px 5px 9px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 5px 9px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 5px 9px 0px rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.h-5 {
    height: 5%;
}

.h-10 {
    height: 10%;
}

.h-15 {
    height: 15%;
}

.h-20 {
    height: 20%;
}

.h-30 {
    height: 30%;
}

.h-40 {
    height: 40%;
}

.h-50 {
    height: 50%;
}

.h-60 {
    height: 60%;
}

.h-70 {
    height: 70%;
}

.h-80 {
    height: 80%;
}

.h-85 {
    height: 85%;
}



/*
    ####################################################
    M E D I A  Q U E R I E S
    ####################################################
    */

/*
    ::::::::::::::::::::::::::::::::::::::::::::::::::::
    Bootstrap 4 breakpoints
    */
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

    body,
    .btn,
    input,
    .input-group-text,
    textarea {
        font-size: 0.7rem !important;
    }

    /*1rem = 16px*/
    .input-group-text {
        padding-left: 1px;
        padding-right: 1px;
    }

    .material-icons {
        font-size: 1rem !important;
    }

    td.details-control .material-icons {
        font-size: 1rem !important;
    }

    .navbar-toggler {
        font-size: 1rem !important;
    }

    .navbar-brand img {
        height: 30px !important;
    }

    .nav-link {
        font-size: 1rem;
    }

    #navbarMenu {
        position: initial;
        left: initial;
        transform: none;
    }

    .crossroad img {
        /* width: 90%;*/

    }

    .noimage {
        /* width: 90% !important; */
    }


}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    body,
    .btn,
    input,
    .input-group-text,
    textarea {
        font-size: 0.8rem !important;
    }

    /*1rem = 16px*/
    .input-group-text {
        padding-left: 3px;
        padding-right: 3px;
    }

    .material-icons {
        font-size: 1.2rem !important;
    }

    td.details-control .material-icons {
        font-size: 1.2rem !important;
    }

    .navbar-toggler {
        font-size: 1rem !important;
    }

    .navbar-brand img {
        height: 30px !important;
    }

    .nav-link {
        font-size: 1rem;
    }

    #navbarMenu {
        position: initial;
        left: initial;
        transform: none;
    }



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    body,
    .btn,
    input,
    .input-group-text,
    textarea {
        font-size: 0.9rem !important;
    }

    /*1rem = 16px*/
    .input-group-text {
        padding-left: .375rem;
        padding-right: .375rem;
    }

    .material-icons {
        font-size: 1.3rem !important;
    }

    td.details-control .material-icons {
        font-size: 1.4rem !important;
    }

    .navbar-brand img {
        height: 35px !important;
    }

    .nav-link {
        font-size: 1rem;
    }

    #navbarMenu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    body,
    .btn,
    input,
    .input-group-text,
    textarea {
        font-size: 1rem !important;
    }

    /*1rem = 16px*/
    .input-group-text {
        padding-left: .375rem;
        padding-right: .375rem;
    }

    .material-icons {
        font-size: 1.4rem !important;
    }

    td.details-control .material-icons {
        font-size: 1.4rem !important;
    }

    .navbar-brand img {
        height: 35px !important;
    }

    #navbarMenu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*
    ::::::::::::::::::::::::::::::::::::::::::::::::::::
    Custom media queries
    */

/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width:1100px) {
    /*h1 {font-size:2.75rem;color:red;}*/
}






.footer {
    text-align: center;
    font-size: 0.6rem;
    color: rgba(0, 0, 0, 0);
    /*margin-top: calc(-0.6rem - 5px);*/
    margin-top: 4px;
}

.footer a {
    color: rgba(0, 0, 0, 0);
    text-decoration: underline;
}

.footer a:hover {
    color: rgba(0, 0, 0, 0);
}


.footer>span {
    margin: auto 2px;
}



.error {
    font-size: 1em;
    display: inline-block;
    width: 100%;
    background-color: #F00;
    padding: .75rem 1rem;
}
