body {
    background-image: url('/img/bg.png');
}

.comments {
    font-size: 34px;
    padding: 2px;
}

    .comments b {
        padding: 2px 3px;
        font-size: 10px;
        vertical-align: top;
        margin-left: -15px;
        margin-top: -10px;
    }

.main-content {
    margin-left: 201px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

input[type="text"].error {
    border-color: #b94a48;
}

    input[type="text"].error + .add-on {
        border-color: #b94a48;
    }

select.error {
    border-color: #b94a48;
}

.placeholder {
    color: #c8c8c8 !important;
    font-weight: bold !important;
}

.dont-break {
    page-break-inside: avoid;
}

b.oto-tooltip {
    cursor: default;
}

.h-active {
    background: #4291A6 !important;
    -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset !imporant;
    -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset !important;
    box-shadow: 0 0 2px 1px #7bc8d7 inset !important;
}

.notify {
    position: fixed;
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
    top: 50px;
    max-width: 250px;
    right: -150px;
    z-index: 1000;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    -webkit-transition: right .5s;
    transition: right .5s;
}

    .notify b {
        font-size: 28px;
    }

    .notify.in {
        right: 50px;
        -moz-transition: right .5s;
        -o-transition: right .5s;
        -webkit-transition: right .5s;
        transition: right .5s;
    }

span.error {
    display: none;
    font-size: 12px;
    color: #b94a48;
}

    span.error.in {
        display: block;
    }

.side-bar-background {
    background-color: #11161A;
    position: fixed;
    width: 200px;
    top: 0px;
    height: 100%;
    z-index: -1;
}

.side-bar {
    background-color: #11161A;
    position: relative;
    width: 200px;
    float: left;
    height: 100%;
}

    .side-bar > ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    .side-bar ul li {
        border-bottom: 1px solid transparent;
    }

        .side-bar ul li .box {
            position: absolute;
            display: block;
            width: 5px;
            height: 35px;
            -webkit-transition: box-shadow 0.3s;
            -moz-transition: box-shadow 0.3s;
            -o-transition: box-shadow 0.3s;
            transition: box-shadow 0.3s;
            background: #1F2B42;
            -webkit-box-shadow: 0 0 2px 1px #434d59 inset;
            -moz-box-shadow: 0 0 2px 1px #434d59 inset;
            box-shadow: 0 0 2px 1px #434d59 inset;
        }

        .side-bar ul li > .box.active {
            background: #4291A6;
            -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;
            -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;
            box-shadow: 0 0 2px 1px #7bc8d7 inset;
        }

            .side-bar ul li > .box.active + a {
                color: #dcdcdc;
            }

    .side-bar li .box.active::after {
        content: "";
        box-shadow: 6px 0px 35px 6px #4291A3;
        display: block;
        height: 100%;
        border-radius: 50%;
    }

    .side-bar li b {
        font-size: 24px;
        margin-left: 10px;
        position: absolute;
    }

        .side-bar li b + span {
            display: block;
            margin-left: 50px;
            margin-top: 5px;
        }

    .side-bar li a {
        font-size: 12px;
        padding: 5px 10px;
        text-decoration: none;
        color: #969696;
        display: block;
    }

    .side-bar li:hover > a {
        color: #dcdcdc;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

    .side-bar ul li:hover > .box {
        background: #4291A6;
        -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;
        -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;
        box-shadow: 0 0 2px 1px #7bc8d7 inset;
    }

.submenu li .box.selected {
    background: #4291A6;
    -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;
    -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;
    box-shadow: 0 0 2px 1px #7bc8d7 inset;
}

    .submenu li .box.selected + a {
        color: white;
    }

.area-top {
    background-color: #ececec;
    border-bottom: 1px solid #ccc;
    padding: 19px;
    font-size: 24px;
    color: #888;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
}

    .area-top b:first-child {
        margin-right: 5px;
    }

.area-content {
    padding: 15px;
}

    .area-content .box {
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        background: #fbfbfb;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 20px;
    }

        .area-content .box .header {
            -moz-border-radius-topright: 3px;
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
            padding: 5px;
            background: #eaeaea;
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
            background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
            background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
            background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
            background-image: linear-gradient(top, #fdfdfd, #eaeaea);
            text-shadow: 0 1px white;
            border-bottom: 1px solid #CDCDCD;
            color: #636363;
            font-weight: 400;
        }

        .area-content .box .content {
            padding: 10px;
        }

.padded {
    padding: 15px;
}

.notification-list {
    position: absolute;
    background-color: white;
    padding: 0px;
    margin: 0px;
    left: -100px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px rgba(200,200,200,.5);
    opacity: 0;
    transition: opacity .3s ease-out;
    list-style: none;
    width: 250px;
    display: none;
}

    .notification-list.in {
        display: inherit;
        opacity: 1;
        -moz-transition: opacity .3s ease-in;
        -o-transition: opacity .3s ease-in;
        -webkit-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in;
    }

    .notification-list li {
        margin: 0px;
        padding: 10px;
        list-style: none;
        border-bottom: 1px solid #ccc;
    }


.viewRoute_Even td, .viewRoute_Odd td {
    border-top: 0px;
}

.viewRoute_Odd {
    background-color: rgba(0,0,0,0.05);
}

    .viewRoute_Even + .viewRoute_Even, .viewRoute_Odd + .viewRoute_Odd {
        border-bottom: 1px solid #ddd;
    }

.viewRoute_Even {
    background-color: white;
}

    .viewRoute_Even.hover, .viewRoute_Odd.hover {
        background-color: rgb(220,220,220);
    }


.viewRoute_Bottom {
    display: flex;
}

    .viewRoute_Bottom .icons {
        flex: 1
    }

        .viewRoute_Bottom .icons > .icon {
            padding-left: 10px;
            padding-right: 10px;
            display: inline-block;
        }

        .viewRoute_Bottom .icons > a {
            cursor: pointer;
        }

    .viewRoute_Bottom .popover {
        min-width: 700px;
    }

    .viewRoute_Bottom a[id^='map_'] + .popover {
        min-width: 1200px;
    }

    .viewRoute_Bottom .icons > .dropdown .dropdown-menu {
        width: 800px;
    }

    .viewRoute_Bottom .icons > .dropdown a {
        cursor: pointer;
        text-decoration: none;
    }

    .viewRoute_Bottom .icons > .dropdown .dropdown-menu li {
        padding: 10px;
    }

.text-muted {
    color: #8e8e8e;
}

.text-secondary {
    color: #a59fe5;
}




@media (max-width: 767px) {
    .side-bar-background {
        display: none;
    }

    .side-bar {
        width: 100%;
    }

        .side-bar ul {
            overflow: hidden !important;
            height: 0px;
        }

    .btn-navbar {
        display: block !important;
    }

    .main-content {
        margin-left: 0px;
    }
}



.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table {
    border-top: 1px solid #dddddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #dddddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #fbeed5;
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #fbeed5;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #fbeed5;
    }

.panel-danger {
    border-color: #eed3d7;
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #eed3d7;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #eed3d7;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }


@media print {
    .main-content {
        margin-left: 0px !important;
    }

    .notify {
        display: none;
    }

    .net td,
    .net td span,
    .net td b {
        color: blue !important;
        font-size: 16px !important;
    }

    .net-negative td,
    .net-negative td span,
    .net-negative td b {
        color: red !important;
        font-size: 16px !important;
    }

    .sub-contractor,
    .sub-contractor td,
    .sub-contractor td span,
    .sub-contractor td b {
        background-color: yellow !important;
    }

    .trip,
    .trip td,
    .trip td span,
    .trip td b {
        background-color: #00dc00 !important;
    }

        .trip a {
            color: red !important;
        }

    .modal {
        display: block !important;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: 100% !important;
        background-color: white !important;
        margin: 0px !important;
        position: absolute !important;
        border: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    .modal-body {
        max-height: 10000px !important;
        width: 100% !important;
        overflow: hidden;
    }

    .modal-footer {
        display: none !important;
    }

    .hidden-print {
        display: none !important;
    }

    .visible-print {
        display: initial !important;
    }

    .area-top {
        line-height: 25px !important;
        margin-top: 15px;
    }

    .btn {
        display: none;
    }
}
