﻿body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; /*"Century Gothic",Segoe UI, Arial, Helvetica, sans-serif !important;*/
}

.layout-navbar {
    width: 56px;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 1px;
    background-color: white;
    border-right: solid 1px #D0D0D0;
    z-index: 1;
    padding-top: 50px;
}

.layout-header {
    width: 100%;
    height: 52px;
    position: fixed;
    top: 0px;
    background-color: white;
    border-bottom: solid 1px #D0D0D0;
    z-index: 2;
}

    .layout-header .bmh-logo {
        z-index: 2;
        width: 136px;
        padding-top: 8px;
        padding-left: 15px;
        float: left;
    }

        .layout-header .bmh-logo img {
            width: 100%;
        }

.layout-menus {
    float: left;
    padding-top: 10px;
    margin-left: 6px;
}

.layout-menu {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    cursor: pointer;
}

    .layout-menu.admin {
        background: url('../Images/menu.png') 0 0;
        background-size: 128px;
    }

    .layout-menu.product {
        background: url('../Images/menu.png') 0 32px;
        background-size: 128px;
    }

    .layout-menu.map {
        background: url('../Images/menu.png') 96px 0;
        background-size: 128px;
    }

    .layout-menu.replay {
        background: url('../Images/menu.png') 64px 0;
        background-size: 128px;
    }

    .layout-menu.contact {
        background: url('../Images/menu.png') 32px 0;
        background-size: 128px;
    }

    .layout-menu.report {
        background: url('../Images/menu.png') 96px 32px;
        background-size: 128px;
    }

    .layout-menu.graph {
        background: url('../Images/menu.png') 64px 32px;
        background-size: 128px;
    }
    .layout-menu.setting {
        background: url('../Images/menu.png') 32px 32px;
        background-size: 128px;
    }

.layout-navbar .menu-links {
    position: fixed;
    width: 250px;
    display: none;
    background: white;
    border: solid 1px #D0D0D0;
    padding: 15px;
    padding-bottom:70px;
    height: 100%;
    margin-left: 55px;
    overflow-y: auto;
}

    .layout-navbar .menu-links ul {
        padding: 0px;
        margin-left: 10px;
        list-style: none;
    }

        .layout-navbar .menu-links ul li {
            margin-top: 10px;
        }

.menu-header {
    font-size: 15px;
    padding-left: 10px;
}

.layout-header .page-title {
    display: inline-block;
    margin-left: 50px;
    margin-top: 9px;
    font-size: 23px;
}

.layout-header .displayUserName {
    display: inline-block;
    font-size: 18px;
    color: #184F80 !important;
    margin-top: 12px;
    margin-right: 15px;
    float: right;
}

.layout-header .displayLogout {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
    float: right;
    margin-top: 12px;
}

.forgotPassword {
    text-align: right;
    color: #184F80 !important;
}

.message {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    margin-left: 18px;
}

.layout-content {
    padding-top: 62px;
    padding-left: 66px;
    padding-right: 10px;
    background-color: #fBfBfB;
    z-index: 0;
    height: 100vh;
}

    .layout-content .layout-body {
        background-color: white;
        border: solid 1px #D0D0D0;
    }

.padding {
    padding: 15px;
}

.property-panel {
    width: 300px;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 1px;
    background-color: white;
    border-left: solid 1px #D0D0D0;
    z-index: 1;
    padding-top: 50px;
    overflow:auto;
}

.layout-body-except-property-panel {
    margin-right: 300px;
    height: 100%;
    padding: 0px;
}

 .validation-summary-errors ul{
    padding:0px;
}
.validation-summary-errors li{
    background-color: #d93025;
    margin-bottom: 25px;
    color: white;
    padding: 5px;
    padding-left: 20px;
    border-radius: 7px;
    border: solid 2px #c12e24;
    font-size: 20px;
    font-weight: 500;
}

/*TODO: move it another css file - Map.css*/

#map {
    width: 100%;
    height: 100%;
    display: block;
}

hr.separator {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fitToScreen {
    margin-top: -295px;
    margin-left: 5px;
    padding: 5px;
    position: relative;
    display: table;
    background-color: white;
    cursor: pointer;
}

#VehicleTypeSelector {
    margin-top: 15px;
    position: relative;
    border: solid 1px;
    display: table;
    width: fit-content;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
}

#AmbulanceTypeSelector label {
    cursor: pointer;
    font-weight: 300;
}

    #AmbulanceTypeSelector label span {
        font-weight: 700;
    }

/*END --- Map.css*/


/*Dashboard */
.dashboard-background:hover
{
    box-shadow:0px 0px 8px #D0D0D0;
}
.dashboard-background{    
    border-color:black !important;
    float:left;
    margin-left:25px;
    margin-top: 25px;
    position: relative;
    border: solid 1px;
    display: table;
    width: 220px;
    height:200px;
    padding: 10px;
    background-color:lavender;
    cursor:pointer;
    color:black;
}
.dashboard-background label
{
    cursor:pointer;
}

.countFont{
    font-size:80px;
    text-align:center;
    cursor:pointer;
}

.textFont{
    font-size:18px;
    text-align:center;
    cursor:pointer;
}


.trip-timeline
{
    margin-left: 10px;
}

.trip-timeline-event{

}

.trip-timeline-event-header
{

}

.trip-timeline-event-header span{
    
}
    .trip-timeline-event-header span.trip-timeline-event-header-title {
        
    }
    .trip-timeline-event-header span.trip-timeline-event-header-time {
        width: 55px;
        display:inline-block;
    }
    .trip-timeline-event-header span.trip-timeline-event-header-time .date-part{
        font-size:10px;
    }
    .trip-timeline-event-header span.trip-timeline-event-header-time .time-part {
        font-size: 12px;
    }

    .trip-timeline-event-detail {
        margin-left: 20px;
        border-left: 1px solid black;
        padding-left: 35px;
        padding-bottom: 10px;
    }


ul.trip-timeline {
    padding: 0px;
    list-style: none;
    margin-left: 20px;
}

    ul.trip-timeline li:before {
        content: "\26AB";
        position: absolute;
        margin-left: -16px;
    }

    ul.trip-timeline li {
        border-left: 1px solid black;
        padding-left: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        cursor: pointer;
        user-select: none;
    }
        ul.trip-timeline li:hover {
            color: #428bca;
        }

ul li .trip-timeline-event-header-title, div.trip-timeline .trip-timeline-event-header-title {
    font-size: 14px;
    font-weight: 700;
}

div.trip-timeline {

}