﻿@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html
{
    height: 100%;
    min-height: 100%;
}

body
{
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #ffffff;
    padding-bottom: 100px; /* Margin bottom by footer height */
}

.DropShadow
{
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.6);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0, 0.6);
    box-shadow: 1px 1px 4px rgba(0,0,0, 0.6);
}
/* -----------------------------------------------
   Customising Navbar
   ----------------------------------------------- */


.navbar
{
    /* -webkit-box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);             -moz-box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);             box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);*/
}
.navbar *
{
    color: #78170c !important;
}
.nav-link
{
    
}
.nav-link:hover, .dropdown-item:hover
{
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

/*
.nav-item
{
    border-right: 1px solid #e3e3e3;
    
}

.nav-item:first-child
{
    border-left: 1px solid #e3e3e3;
}
.nav-item:last-child
{
    border-right: 1px solid #e3e3e3;
}
*/
/*
        .dropdown:hover > .dropdown-menu
        {
            display: block;
        }
        .dropdown > .dropdown-toggle:active
        {
            pointer-events: none; //Without this, clicking will make it sticky
        }
        */


/*
        .dropdown:hover > .dropdown-menu
        {
            display: block;
        }
        .dropdown > .dropdown-toggle:active
        {
            pointer-events: none; //Without this, clicking will make it sticky
        }
        */

/* -----------------------------------------------
   Footer Bar
   ----------------------------------------------- */
.yakfooter
{
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px; /* Set the fixed height of the footer here */
    background-color: #dddddd;
}

.yakfooterLink
{
    text-decoration: none;
    color: #333;
}
.yakfooterLink a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 5px 10px 5px 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}
.yakfooterLink a:hover
{
    background-color: #ff0000;
    text-decoration: none;
}
.yakfooterText
{
    font-size: 0.8em;
    text-decoration: none;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}


/* -----------------------------------------------
   Customising resizing of Logo
   ----------------------------------------------- */

#imgLogoNameBig
{
    -moz-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
}


.card .card-header
{
    padding: 8px 3px 3px 3px;
    padding-left: 20px;
    padding-right: 20px;
}

/* -----------------------------------------------
   Other Customisations
   ----------------------------------------------- */
.gototop:before
{
    cursor: pointer;
    content: "\f01b"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -5px;
    position: relative;
    top: 0;
    font-size: 2em;
}

.gototop:hover
{
    color: #0000ff;
}



.mLink a
{
    color: #FFFFFF;
    text-decoration: none;
}
.mLink a:hover
{
    color: #000000;
    text-decoration: none;
}

.imgvehicle
{
    margin: 5px;
}
.imgvehicle:hover
{
    background-color: #ff0000;
    border-radius: 25px;
    margin: 5px;
    cursor: pointer;
}

/* ALERT POPUP */
.alert-minimalist {
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 24px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
	
}