﻿/********************* 
    General Style 
*********************/
body {
    font-family: Arial,sans-serif;
    font-size: 9pt;
    padding: 0;
    margin: 0;
    color: #333;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover {
        color: #2a6496;
        text-decoration: underline;
    }

.wrapper {
    width: 100%;
    display: block;
    clear: both;
}
/********************* 
    end General Style 
*********************/

/********************* 
    datatables 
*********************/
.dt-header {
    background: #343a40 !important;
    border-top: 1px solid #eee !important;
    padding: 1em 1em;
    color: #FFF;
}

.dt-color {
    background: #343a40 !important;
    color: #FFF;
}

    .dt-header.dt-header-light {
        color: #333;
        background: #F5F5F5 !important;
        border-top: 1px solid #eee !important;
    }

    .dt-header.dt-header-primary {
        background: #223c59 !important;
        border-top: 1px solid #eee !important;
    }

    .dt-header.dt-header-primary-light {
        background: #428bca !important;
        border-top: 1px solid #eee !important;
    }

    .dt-header.dt-header-info {
        background: #5bc0de !important;
        border-top: 1px solid #eee !important;
    }

    .dt-header.dt-header-danger {
        background: #d9534f !important;
        border-top: 1px solid #eee !important;
    }

    .dt-header.dt-header-warning {
        background: #f0ad4e !important;
        border-top: 1px solid #eee !important;
    }

    .dt-header.dt-header-success {
        background: #5cb85c !important;
        border-top: 1px solid #eee !important;
    }

.dt-footer {
    background: #F5F5F5;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 1em 1em;
}

td.details {
    background: #F0F0F0 !important;
}

.dt-breakdown {
    padding: 5px;
    background: #FFF;
}

.sort-group-begin {
    border-top: 2px solid #428bca;
}

.sorting_asc:after {
    /*content: "\f160" !important;*/
    content: "\f0de" !important;
}

.sorting_desc:after {
    /*content: "\f161" !important;*/
    content: "\f0dd" !important;
}

.dt-dense {
    font-size: 8pt;
}

.dataTables_wrapper {
    margin-top: 10px;
}

.dataTables_info {
    padding: 0.75em;
}

.dataTables_length {
    width: 225px;
}

.dataTables_filter {
    width: 250px;
    float: right;
}

.dataTables_processing {
    z-index: 500;
    position: absolute;
    left: 45%;
    top: -32px;
    padding: 0.5% 5%;
    border: 1px solid #FFF;
    color: #FFF !important;
}

.control-icon {
    display: inline-block;
    margin: 0 !important;
}

    .control-icon .fa {
        font-size: 24px !important;
        font-weight: bold;
    }

/* Horizontal overflow patch */
.dataTables_wrapper .row {
    width: 100% !important;
    margin: 0 !important;
}
    .dataTables_wrapper .row > .col-xs-12 {
        padding: 0;
    }
.dt-header > .row, .dt-footer > .row {
    width: 100%;
    margin: 0;
}
/*********************
    end datatables 
*********************/

/********************* 
    autocomplete 
*********************/
.autocompletex {
    width: 80px;
    border: 1px solid #cccccc;
    height: 18px;
    margin-top: 2px;
}

    .autocompletex .autolabel {
        overflow: hidden;
        font-size: 7pt;
        font-weight: bold;
        overflow: hidden;
        width: 75px;
        border: 1px solid #0f91b5;
        background-color: #0f91b5;
        margin: 2px 0px 0px 2px;
        height: 12px;
        color: #fff;
    }

.bigautocompletex {
    background-color: #ffebae;
    border-bottom: 1px solid #000000;
    height: 18px;
    width: 145px;
}

    .bigautocompletex .autolabel {
        overflow: hidden;
        font-size: 7pt;
        font-weight: bold;
        overflow: hidden;
        width: 130px;
        border: 1px solid #0f91b5;
        background-color: #0f91b5;
        margin: 2px 0px 0px 2px;
        height: 12px;
        color: #fff;
    }

.autolabel > a {
    color: #ffffff !important;
}
/********************* 
    end autocomplete 
*********************/

/*********************
    fontawsome 
*********************/
.fa-cancel-btn {
    font-size: 24px;
    margin-top: -5px;
}
/********************* 
    end fontawsome 
*********************/

/********************* 
    jquery-ui overrides 
*********************/
.ui-widget-header1, .ui-widget-header.ui-datepicker-header {
    border: 1px solid #223c59 !important;
    background: #F0F0F0 !important;
    color: #223c59 !important;
    font-weight: bold;
}

    .ui-widget-header1 a {
        color: #223c59 !important;
    }

.ui-widget-header {
    border: 1px solid #223c59;
    background: #F0F0F0;
    color: #223c59 !important;
    font-weight: bold;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        color: #333 !important;
        background: #fff !important;
        border: 1px solid #ccc !important;
    }

        .ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
            text-decoration: none !important;
            background-color: #ebebeb !important;
            border-color: #adadad !important;
        }

.ui-multiselect-filter input {
    height: 22px;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1;
    width: 100%;
    margin-bottom: 0;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/********************* 
    end jquery-ui overrides 
*********************/

/********************* 
    checkbox follower 
*********************/
.checkbox-follower-pad {
    display: none;
    height: 32px;
}

.checkbox-follower {
    position: fixed;
    z-index: 99999;
    width: 300px;
    bottom: -32px;
    right: 5px;
    display: none;
    font-family: Arial,sans-serif;
    font-size: 8pt;
}

    .checkbox-follower .scroller {
        width: 298px;
        max-height: 750px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .checkbox-follower .drag-handle {
        cursor: pointer;
    }

    .checkbox-follower.collapsed {
        top: auto !important;
        left: auto !important;
        right: 5px !important;
        bottom: -32px !important;
    }

        .checkbox-follower.collapsed .drag-handle {
            cursor: pointer;
        }
/********************* 
    end checkbox follower
*********************/

/********************* 
    Vehicles Map
*********************/
.table-middled td {
    vertical-align: middle !important;
}

.mapag {
    border-radius: 25px;
}

.mapag-green {
    background: #8F8 !important;
    color: #4A4 !important;
}

.mapag-yellow {
    background: #FF8 !important;
    color: #AA4 !important;
}

.mapag-red {
    background: #F88 !important;
    color: #A44 !important;
}

.marker-key {
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid #CCC;
    font-size: 12pt;
}

    .marker-key:nth-child(2) {
        border: none !important;
    }
/********************* 
    end Vehicles Map
*********************/

/********************* 
    Notifications Control 
*********************/
.notification-control {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 350px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.75);
}

    .notification-control .notification-header {
        background: #428bca !important;
        border-bottom: 1px solid #eee !important;
        color: #FFF;
        padding: 1em 0.5em;
        border: none;
    }

        .notification-control .notification-header h3 {
            margin: 0;
        }

        .notification-control .notification-header .close {
            margin-top: -5px;
        }

    .notification-control .notification-body {
        margin: 0;
        height: 90vh;
        overflow-y: auto;
    }

        .notification-control .notification-body .notification {
            display: table;
            width: 325px;
            padding: 0.75em 1em;
            margin: 0.5em;
            background: #FFF;
            border: 1px solid #ccc;
            clear: both;
        }

            .notification-control .notification-body .notification > .notification-icon {
                width: 50px;
                display: table-cell;
                vertical-align: middle;
            }

            .notification-control .notification-body .notification.unread > .notification-icon .fa {
                color: #428bca;
            }

            .notification-control .notification-body .notification > .notification-icon .fa {
                font-size: 30px;
                color: #CCC;
            }

            .notification-control .notification-body .notification > .notification-content {
                display: table-cell;
                vertical-align: middle;
            }

            .notification-control .notification-body .notification .notification-date {
                display: block;
                width: 100%;
                text-align: left;
                font-size: 9pt;
                margin-top: 0.5em;
            }
/*********************
    end Notifications Control 
*********************/
/********************* 
    common 
*********************/
.clearfix {
    clear: both;
}

.strong {
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.hidden {
    visibility: hidden;
    display: none;
}

.text-middle {
    vertical-align: middle !important;
}

.bullet-prefix::before {
    content: "\2022";
    padding-left: 0.25em;
    padding-right: 0.25em;
}
/*********************
    end common 
*********************/


/*********************
    end special 
*********************/
.fa-deck-direction {
    rotate: -15deg;
}
/*********************
    end special 
*********************/