html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 130px;
}


.tic-pagebanner {
    position: absolute;
    top: 4rem;
    left: 1rem;
    z-index: 2000;
    padding: 1em;
    background-color: #ff0000;
    color: #eeeeee;
    transform: rotate(-45deg);
}


/* some backgrounds */
.bg-ban1 {
    background-image: url("/images/Slider/13505_Canon_B2B_Accolades_Sliders_2000x5005.jpg");
    background-size: cover;
    min-height: 50vh;
}

.bg-ticlogin {
    background-image: url("/images/Slider/13505_Canon_B2B_Accolades_Sliders_2000x5004.jpg");
    background-size: cover;
}

.bg-ticadmin {
    background-image: url("/images/Slider/13505_Canon_B2B_Accolades_Sliders_2000x5004.jpg");
    background-size: cover;
}

.bg-ticimage {
    background-size: cover;
}

.bg-ticdarker {
    background-color: rgba(0,0,0,0.4);
    padding-top: 1rem;
    margin-top: auto;
}

.tic-floater-dark {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}

.tic-floater-right {
    right: 0.5em;
    top: 0.5em;
    bottom: 0.5em;
    max-width: 20%;
}

.ticselect {
    cursor: pointer;
}


.bg-tic {
    background-size: cover;
}

.navitem {
    text-transform: uppercase;
}

/*Accordion styling overrides (Overiding bootstrap colours) */
.accordion-button {
    background-color: #4A4E52;
    color: aliceblue;
}

    .accordion-button:not(.collapsed) {
        color: aliceblue;
        background-color: #4A4E52;
        box-shadow: none;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e9e9ea'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

    .accordion-button:focus {
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

    .accordion-button:hover {
        background-color: #e2e4e4;
        color: black;
    }

/* Centering */

.center {
    margin: auto;
    width: 70%;
    padding: 10px;
}

/*Fixed navbar styling*/
.navbar {
    top: 0px;
    z-index: 2;
}

/* Main content body within the layout, underneath the navbar*/
.maincontent {
    z-index: 0;
    padding-top: 4rem;
    min-height: 100vh;
}

/*Main Banner for mobile - desktop*/
@media screen and (max-width:575px) {

    .maincontent {
        padding-bottom: 6rem;
    }

    div.carouselExampleCaptions {
        display: none;
    }

    .center {
        width: 95%;
    }
}

@media screen and (min-width:576px) {
    div.carouselExampleCaptions2 {
        display: none;
    }
}

/* Search dropdown*/
.searchdropdown {
    color: white;
    background-color: #212529;
    block-size: 1.9rem;
    border-radius: 3px;
}

.canMain {
    min-height: 85vh;
    position: relative;
}

/* Error Message Boxes*/
.alert {
    padding: 20px;
    background-color: red;
    color: white;
    margin-bottom: 15px;
    z-index: 9999;
    position: fixed;
    text-align: center;
    width: 40%;
    top: 2px;
    left: 50%;
    transform: translate(-50%);
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* Standard carousel */
.carousel .carousel-item {
    height: 500px;
}


@media(max-width:768px) {
    .carousel .carousel-item {
        height: inherit;
    }
}

.card-highlite {
    position: absolute;
    z-index: 100;
    color: #dddddd;
    padding: 0.5em;
    background-color: rgba(0,0,90,0.8);
    top: 0.5em;
    left: 0.5em;
}

.tic-bgfull {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Table gradient bg */

.tic-table {
}

    .tic-table th {
        background: linear-gradient(to bottom, #ffffff, #f1f1f1); /* F1 */
    }
