﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
html {
    position: relative;
    min-height: 100%;
}
/*Sticky Footer*/
form > main > .container-fluid {
    padding: 60px 15px 0;    
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;    
    height: 60px;
    line-height: 60px;  
    background-color: #f5f5f5;
}

.MasterHeaderLocations a:link, a:hover, a:visited, a:active {
    color: black;
    text-decoration:none;
}

.TopLocations a:link, a:hover, a:visited, a:active {
    color: black;
    text-decoration: none;
}

#MainHeader {
    background-image: url(../images/IMG_0300.JPG);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(bg.png) repeat 0 0, url(../images/MainHeader.jpg) repeat 0 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.4) 100%), url(../images/MainHeader.jpg) repeat 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0.4))), url(../images/MainHeader.jpg) repeat 0 0;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url(../images/MainHeader.jpg) repeat 0 0;
    background: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url(../images/MainHeader.jpg) repeat 0 0;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url(../images/MainHeader.jpg) repeat 0 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url(../images/MainHeader.jpg) repeat 0 0;
    background-size: cover;
    background-position-y: 50%;
    min-height: 120px;
}

.carousel-item {
    background-size: cover;
    background-position: 50% 55%;
    height: 380px;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar {
        margin-top: 0;
        top: 120px; 
    }

    form > main > .container-fluid {
        padding: 175px 15px 0;
    }
}


/*condensed kendo grid*/
.k-grid td {
    padding: .25rem .25rem !important;
}

.k-grid td {
    white-space: nowrap;
    font-size: .9em;
}

.k-button {
    min-width: inherit !important;
}

.k-grid-header th {
    font-size: .9em;
}

.k-grid-filter {
    padding: 0 !important;
}

.k-icon, .k-tool-icon {
    font-size: inherit !important;
}

.appIcon {
    min-width: 28px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background-image: url(../images/TruckingAppLlogo.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-color: #FFF;
}

.appIconText {
    margin-top: 2px;
    padding-left: 27px;
    padding-right: 2px;
    color: #495057;
    font-weight: bold;
}

.appSelector:hover {
    border: 1px solid #495057;
}


/*
    Cookie Banner
*/

.cookie-banner {
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    color: #000;
    padding: 10px;    
    z-index: 999999997;
}

.image-banner {
    position: fixed;
    float: left;
    bottom: 10px;
    cursor: pointer;
    z-index: 1001;
    display: none;
    margin-left: -180px !important;
    margin-bottom: 10px;
}

#cookie-pic-img {
    width: 50px;
    height: 50px;
}


.button-container > button {
    background-color: black;
    color: white;
    /*padding: 10px 10px;*/
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

#accept-btn {
    background-color: #000;
    color: white;
    /*width: 160px;*/
    /*margin-left: 30px;*/
    padding: 4px;
    width: 100%;
}

#decline-btn {
    background-color: white;
    color: black;
    font-weight: bold;    
}

.cookie-banner p {    
    font-size: 13px;

    /*margin-left: 25px;*/
}

#cookie-pic-img {
    height: 28px;
    width: auto;
    margin-left: 200px;
    cursor: pointer;
}

#cookie-pic-svg {
    height: 20px;
    margin-left: 200px;
    cursor: pointer;
}

.cookie-inner-wrap
{
    
    margin-left:auto;
    margin-right:auto;
    padding:0;
}

#cookie-notice-container-mask {
    background: #242f42;
    opacity: 0.54;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999996;
    display:none;
}

