﻿input + label {
    padding-left: 15px;
    font-weight: normal;
    cursor: pointer;
}

.custom-combobox-input {
    color: black;
    height: 30px;
    width: 88%;
}

.custom-combobox .ui-button {
    height: 30px;
    width: 10%;
}

.form-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #808285;
    font-weight: bold;
}

.normalMenuItem {
    height: 23px;
}

td, th {
    padding: initial;
}

table {
    border-spacing: 2px;
    border-collapse: inherit;
}

.btn-routes {
    font-size: 25px;
    padding-top: 0;
}

#map-canvas {
    width: 100%;
    height: 400px;
}

small {
    font-size: 0.7em;
}

.selectedTripElements {
    display: none;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

#divSelectedOrigin {
    background: url(Images/icons/green16x16.png);
    margin-bottom: 2px;
}

#divSelectedDestination {
    background: url(Images/icons/blue16x16.png);
    margin-bottom: 2px;
}

@media (max-width: 800px) {
    .custom-combobox-input {
        width: 88%;
    }
}

.lineId {
    font-weight: bold;
    color: #999;
}

.noteHeader {
    border-top: none !important;
}

.download-pdf {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px;
}

.pdfButton {
    border: none;
    background: none;
    font-weight: bold;
    color: black;
}


.custom-combobox-input {
    background: none !important;
    border: 1px solid #ccc !important;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    font-size: 11px !important;
}

    .custom-combobox-input::-ms-clear {
        display: none;
    }

    .custom-combobox-input:focus {
        border-color: #bfbfbf;
        outline: 0;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(128, 128, 128,0.6);
    }

.custom-combobox-toggle {
    background: none !important;
    border: 1px solid #ccc !important;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

    .custom-combobox-toggle:focus {
        border-color: #bfbfbf;
        outline: 0;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(128, 128, 128,0.6);
    }

.form-control:focus {
    border-color: #bfbfbf;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(128, 128, 128,0.6);
}

.ui-icon-triangle-1-s {
    background-image: url("images/ui-icons_555555_256x240.png") !important;
}

    .ui-icon-triangle-1-s:hover {
        background-image: url("images/ui-icons_444444_256x240.png") !important;
    }


.nav > li > a, .nav > li > a:focus, .nav > li > a:hover {
    color: black;
}
