﻿/* Always set the map height explicitly to define the size of the div element that contains the map. */
/*html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}*/

/*.ddltooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; 
}*/

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-rendering: optimizeLegibility;
}


.ddltooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.ddltooltip:hover .ddltooltiptext {
    visibility: visible;
}

#map {
    height: 105% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 50px;
}

.loginBackground {
    background-image: url(../Images/LoginBackground.png);
}

.loginForm {
    position: relative;
    z-index: 1; /* The z-index should be higher than Google Maps */
    width: 35%;
    margin: 20% auto 0;
    padding: 10px;
    background: white;
    color: white;
    /*border-radius: 5px;*/
    /*border: 2px solid #73AD21;*/
    height: 35%;
    box-shadow: 10px 10px 5px #888888;
}

.txt-Login {
    width: 100%;
    /*width: 150px;*/
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
    height: 35px;
    color: green;
    background: url(/Images/IconUserName.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-color: white;
    text-align: left;
}

.txt-Password {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
    height: 35px;
    color: green;
    background: url(/Images/iconPassword.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-color: white;
    text-align: left;
}

.loginHeader {
    background: url(/Images/IconUserName.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    font-weight: 200;
    color: black;
    padding-left: 30px;
}

.pinForm {
    position: absolute;
    z-index: 250; /* The z-index should be higher than Google Maps */
    width: 280px;
    /*margin: 40px auto 0;*/
    margin-left: 0px;
    padding: 10px;
    background-color: rgba(0,0,0,0.3);
    color: white;
    /*border: 2px solid #73AD21;*/
    height: 100%;
    overflow-y: scroll;
}

.pinPopUp {
    background-color: white;
    color: black;
    position: relative;
    margin-top: 15px;
    padding-left: 3px;
}

.btnPin {
    background-image: url('../images/pin20.png');
    background-color: rgba(255,255,255,0.1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    border: none;
    cursor: pointer;
}

.btnUnPin {
    background-image: url('../images/unpin20.png');
    background-color: rgba(255,255,255,0.1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    border: none;
    cursor: pointer;
}

.btnZoom {
    background-image: url('../images/zoomPin20.png');
    background-color: rgba(255,255,255,0.1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    border: none;
    cursor: pointer;
}

.btnLegend {
    background-image: url('../images/Legend20.png');
    background-color: rgba(255,255,255,0.1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    border: none;
    cursor: pointer;
}

.markerLabel1 {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.markerLabel2 {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.markerLabel3 {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.markerLabel4 {
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.markerLabel5 {
    color: white;
    font-size: 11px;
    font-weight: 500;
}

.markerLabel6 {
    color: white;
    font-size: 9px;
    font-weight: 500;
}

.markerLabel7 {
    color: white;
    font-size: 8px;
    font-weight: 500;
}

.markerLabel8 {
    color: white;
    font-size: 7px;
    font-weight: 500;
}

.markerLabel9 {
    color: white;
    font-size: 5px;
    font-weight: 500;
}

.markerLabel10 {
    color: white;
    font-size: 3px;
    font-weight: 500;
}

.markerLabel11 {
    color: white;
    font-size: 1px;
    font-weight: 500;
}

.bmarkerLabel1 {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.bmarkerLabel2 {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.bmarkerLabel3 {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.bmarkerLabel4 {
    color: black;
    font-size: 13px;
    font-weight: 500;
}

.bmarkerLabel5 {
    color: black;
    font-size: 11px;
    font-weight: 500;
}

.bmarkerLabel6 {
    color: black;
    font-size: 9px;
    font-weight: 500;
}

.bmarkerLabel7 {
    color: black;
    font-size: 8px;
    font-weight: 500;
}

.bmarkerLabel8 {
    color: black;
    font-size: 7px;
    font-weight: 500;
}

.bmarkerLabel9 {
    color: black;
    font-size: 5px;
    font-weight: 500;
}

.bmarkerLabel10 {
    color: black;
    font-size: 3px;
    font-weight: 500;
}

.bmarkerLabel11 {
    color: black;
    font-size: 1px;
    font-weight: 500;
}

#tblSpVltnOutDef, #tblSpOutDef {
    text-align: center;
}

    #tblSpVltnOutDef th, #tblSpOutDef th {
        text-align: center;
    }


#txtLocName, #txtKPI, label[name=txtUnit], #txtKPI2, #txtLocGPSLat, #txtLocGPSLon {
    font-weight: 300;
}

/*overview page*/
/*#tblgldlocation thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: unset;
}

#tblgldlocation thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: unset;
}*/

/*#tblgldlocation th {
    text-align: center;
}*/

#tblgldlocation_wrapper {
    width: 100% !important;
}


.dataTables_scroll {
    width: 99% !important;
}

.datespanclass {
    text-align: center;
}

#tblgldlocation th {
    /*padding-right: 1.5px;*/
    /*padding-left: 1.5px;*/
}

#tblgldlocation th {
    text-align: center !important;
}

#tblgldlocation td {
    /*padding-right: 1.5px;*/
    /*padding-left: 1.5px;*/
}

.filterspan hover {
    cursor: pointer;
}

#divGldrlandlocationoverview {
    height: 100%;
    overflow: no-display;
}

#Addasmt {
    text-align: center;
}
/*Gelderland Download page*/


#divGldrlandDocumentPortal .pagination {
    display: inline-block;
}

    #divGldrlandDocumentPortal .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        #divGldrlandDocumentPortal .pagination a.active {
            background-color: #4CAF50;
            color: white;
        }

        #divGldrlandDocumentPortal .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

#divGldrlandDocumentPortal a.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}

#currentstatusfilter_overview {
    width: 150px;
}

.cursorPointer {
    cursor: pointer;
}

/*Delivery status page*/
#statusfilter_overview hover {
    cursor: pointer;
}

#tblBikeDeliveryStatus_wrapper, #tblBikeMSTDeliveryStatus_wrapper {
    width: 100% !important;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

#intermDiv {
    height: 10px !important;
    background-color: #e5e5e5 !important;
}

#FailedperiodsModal > .modal-footer {
    padding: 0px;
}

.textcenteralign {
    text-align: center;
}

.legendtoolbarspan {
    text-align: center;
    padding: 5px;
    font-family: verdana !important;
    font-size: 11px !important;
    display: inline-block;
}


#divMDAdminForm{
    height:99%;
}

.dashboard-main {
    margin-top: 62px;
    transition: all 0.3s;
}
.bg-image {
    background: url("../Images/dashboard-bg.jpg") no-repeat center center scroll;
    background-size: cover;
}

.login, .image {
    min-height: calc(100vh - 62px);
}


.btn-grid-col {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat( 2, minmax(150px, 1fr) );
    width: 80%;
    margin: auto;
}

    .btn-grid-col button {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 30px;
        align-items: center;
        height: 150px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 0;
        border: solid 1px #C8C8C8;
        transition: 0.3s all ease-in-out;
        background: rgb(240,240,240);
        background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 100%);
    }

        .btn-grid-col button:hover, .btn-grid-col button:focus, .btn-grid-col button:active {
            border: solid 1px #36867D;
            background: rgb(240,240,240);
            background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,0.43461134453781514) 100%);
        }

    .btn-grid-col img {
        margin-bottom: 10px;
    }


@media screen and (max-width: 1020px) and (min-width: 320px) {
    .btn-grid-col {
        width: 100%;
    }
}