﻿
#loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 90000;
}

#loader.fadeOut {
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

footer {
    bottom: 0px !important;
    position: fixed !important;
}

footer span {
    text-align:center;
}

#map {
    height: calc(100vh - 65px);
    /*height: 100%;*/
    width: 100%;
    /*overflow: auto;*/
    /*margin-bottom: 0px !important;
    margin-top: 65px;
    position:absolute !important;*/
}
.main-content {
    padding: 65px 0px 0px 0px !important;
}
/*
.container-fluid {
    /*position: absolute !important;
    padding: 0px !important;
}*/

.logo img {
    width: 60px;
    padding: 10px;
}

.logo-text {
    font-size:14px;
    color: white !important;
}

.fa-circle, .fa-location-arrow{
    margin-left:10px !important;
}

/*input[type="checkbox"], input[type="radio"] {
    margin-right: 20px !important;
}*/

.form-check-input {
    position: absolute;
    /*padding-right:15px !important;*/
}

.form-check-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #e5eff7;
}

.form-check {
    margin-bottom: 7px !important;
    padding: 4px;
    border-bottom: 1px solid #7B7B7B;
}

/*.form-control {
    float: left;
    border: 0px;
    width: 80% !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}*/

.sidebar, .header, .header-container {
    background-color: #0A457F !important;
    border-radius: 0px !important;
}

.sidebar-menu li a {
    color: #7399af !important;
}

.sidebar-menu li a:hover {
    color: #cfe2ed !important;
}

.page-container {
    color  :#0a418f !important;
}

/*.dropdown-toggle , .dropdown-menu {
    background-color: #083662 !important;
    /*border-radius: 8px !important;

.dropdown-menu {
    padding-left : 30px !important;
}*/

.ti-menu, .ti-bell, .ti-email, .title, .ti-arrow-circle-left, .ti-search {
    color: #cee1da !important;
}

.ti-menu:hover, .ti-bell:hover, .ti-email:hover, .title:hover, ti-arrow-circle-left:hover, .ti-search:hover,.cH-grey-900:hover {
    color: #cfe2ed !important;
}

div.peer.cH-grey-900 {
    color: #7399af !important;
}

.header .header-container .nav-right .dropdown-menu > li > a {
    font-size: 12px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #2196F3;
    padding: 10px;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
}


/*.filter-vozila {
    margin-bottom: 7px !important;
    margin-right: 20px;
    padding-left:15px;
}*/
    input.filter-vozila {
    width: 210px;
    height: 25px;
    box-sizing: border-box;
    padding: 12px 20px 12px 40px;
    background-color: #254463 !important;
    border-radius: 0px !important;
    border: 0px !important;
    font-size: 15px;
    border-bottom: 1px solid #7399af !important;
    color: #b6d5e1;
    /*margin: 0px 0px 15px 0px;*/
}
    input.filter-vozila[placeholder] {
        font-style: italic;
        font-weight: 200;
    }

*::-webkit-input-placeholder {
    color: #7399af;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #7399af;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #7399af;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #417099;
}

.filtersubmit {
    position: relative;
    z-index: 1;
    left: -210px;
    color: #7399af !important;
    cursor: pointer;
    width: 0;
}

.filterclose {
    position: relative;
    z-index: 1;
    left: -65px;
    color: #7399af;
    cursor: pointer;
    width: 0;
}

/*.lista-vozila {
    padding: 0px !important;
    height: 450px;
    width: 300px;
    overflow-y: scroll;
    display: inline-block;
    color: #7B7B7B;
}*/

/************ TABLE VEHICLES**************/
.table table {
    width: 100%;
    /*display: block;*/
    /*color: #7B7B7B;*/
}

.table thead {
    display: inline-block;
    width: 100%;
    /*height: 20px;*/
}

.table tbody {
    /*height: 400px;*/
    display: inline-block;
    width: 100%;
    overflow: auto;
}
/************ END **************/
.panel-vozila {
    padding: 0px !important;
    padding-left: 15px !important;
    background-color: #254463 !important;
}

.vozilo-opis {
    margin-left: 35px !important;
    color: #ccd5e5 !important;
    font-weight: 400;
    font-size: 13px;
    width: 210px;
}

.mini-icon {
    float: right;
    padding-right: 7px
}


/*VERTICAL SCROLL BAR*/
/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1a6faf;
    border-radius: 5px;
    cursor: pointer !important;
    /*-webkit-transition: width 0.7s ease-in-out;*/
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #2196f3;
        cursor:pointer !important;
    }
/*END*/

/*CHECKOBOX*/
/* The container */
.check-vozila {
    /*display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check-vozila input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 7px;
    height: 15px;
    width: 15px;
    border-radius: 4px;
    /*background-color: #7B7B7B;*/
    border: solid #7f92a5 2px;
}

/* On mouse-over, add a grey background color */
.check-vozila:hover input ~ .checkmark {
    background-color: #39597a;
}

/* When the checkbox is checked, add a blue background */
.check-vozila input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-vozila input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-vozila .checkmark:after {
    left: 6px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*END*/

.title-vozila {
    margin: 2px 0px 4px 50px;
    color: #b6d5e1;
    font-size: 15px;
    font-weight: 400;
}

.first-vozila {
    padding-top: 10px;
    height:40px;
}
.first-vozila > .check-vozila > .checkmark {
    top: 15px;
}

.filter-icon {
    float: right;
    margin-right: 7px;
    color: #7399af !important;
    cursor:pointer;
}

.ti-search {
    margin-right:20px;
}

/*.form-group {
    display:inline-block !important;
}

.login-remember{
    display:block !important;
}*/

.btn-info {
    background: #1a6faf;
    margin-top: 5px;
}

.groups-vehicles {
    height: 30px;
    width: 200px;
    margin-left: 5px;
    margin-top: 8px;
}

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}*/
/* set_on_center small-manu */

/*END*/
/*.popover {
    width: 220px;
}

.popover.fade {
    opacity: unset !important;
}

.popover.right > .arrow:after {
    display: none;
}*/

.Tracking-podesavanje {
    top: auto;
}

.btn-info {
    padding: 5px;
    background: #2f577f;
}

.btn-info:hover {
    background: #7399af;
    color: #254463;
}

/*Tracking*/
/********************      NOVO      ******************/

.block {
    display: block;
    /*margin: 2px;*/
}

    .block div {
        display: -webkit-inline-box;
        /*display: inline;*/
    }

table.greyGridTable {
    /*border: 2px solid #efe9e9;
    width: 300px;
    text-align: center;*/
    border-collapse: collapse;
    /* margin:10px !important; */
    margin: 0px 5px 10px 20px !important;
}

    table.greyGridTable td {
        border: 1px solid #efe9e9;
        padding: 3px 4px;
    }

    table.greyGridTable tbody td {
        font-size: 12px;
        color: #333333;
    }

    table.greyGridTable thead {
        /*background: #d8d8d878;*/
        border-bottom: 2px solid #333333;
    }

        table.greyGridTable thead th {
            font-size: 13px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            /*border-left: 2px solid #333333;*/
        }

        table.greyGridTable thead th:first-child {
            border-left: none;
        }

    table.greyGridTable tfoot {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        /*border-top: 4px solid #333333;*/
    }

        table.greyGridTable tfoot td {
            font-size: 14px;
        }

table .datum {
    font-weight: 200 !important;
    font-size: 11px !important;
    float: right !important;
    margin-left: 30px;
    margin-bottom: 2px;
}


.title {
    /*font-weight: bold;*/
    /*display: inline;*/
    /*margin: 3px;*/
    margin-right: 3px;
}

.brzina {
    font-weight: bold;
    font-size: 18px !important;
}

.gm-style-iw {
    /*width: 300px !important;*/
    max-height: 218px;
    -moz-height: 218px;
    /*top: 15px !important;*/
    left: 0px !important;
    /*background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);*/
    border-radius: 2px 2px 10px 10px;
    opacity: 0.9;
    /*padding: 0px 0px 5px 5px;*/
    overflow-y: auto !important;
    overflow-x: hidden;
}

    .gm-style-iw div {
        overflow: hidden !important;
        max-height: 10000px !important;
    }

/*.dropbtn {
    background-color: #5A6D7E;
    color: white;
    padding: 5px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content td {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/

table.greyGridTable td.numbering {
    font-weight: 500 !important;
    text-align: center;
}

.Tracking {
    margin: 5px;
}

    .Tracking .title {
        font-style: italic;
        font-weight: 500;
    }

th.pos-jav {
    font-style: italic;
    font-weight: 400 !important;
    padding: 10px;
    font-size: 14px !important;
}

.head-vozila {
    display: -webkit-inline-box;
    width: 100%;
}

    .head-vozila > p {
        margin-left: 35px;
        margin-right: 60px;
    }

#refresh-vehicle img {
    float: right;
    margin-top: 13px;
    margin-right: 7px;
    height: 17px;
    cursor: pointer;
}

#visible-markers, #tracking-markers{
    margin: 5px;
}

.table.lista-vozila > tbody > tr > td {
    padding: 2px !important;
    vertical-align: middle;
}

.table > thead > tr > th {
    padding: 2px !important;
    /*vertical-align: middle;*/
    cursor: pointer;
}

.table > tbody > tr > td > input[type="checkbox"] {
    /*margin: 11px 0 0;*/
    vertical-align: middle;
}

.table > tbody > tr > td > p {
    margin: 2px !important;
    color: #CEE1DA;
    font-size: 12px;

}

.table > thead > tr > th > p {
    margin: 4px 0px 0px 0px;
    color: #CEE1DA;
    font-size: 14px;
    margin-right: 8px;
    border-bottom: 0px !important;
    border-bottom: none !important;
}

.table {
    margin-bottom: 0px;
}
.table tr {
    cursor:pointer !important;
}

#groups-vehicles {
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    margin: 10px 0 0 0;
    background-color: #2f577e;
    color: #CEE1DA;
}

input[type="checkbox"] {
    margin: 0px 4px 0px 0px;
}

.ti-arrow-down, .ti-arrow-up {
    margin-left: 3px;
    color: #b6d5e1;
}

.set-center, .clear-map, .clusters, .show-label-reg {
    display: -webkit-inline-box;
}
.set-center p, .clusters p, .show-label-reg p {
    margin: -3px 0px 0px 0px;
    color: white;
    font-size: 12px;
}
.set-center, .clusters {
    margin-right: 12px;
}
button#clear-map {
    background-color: #ccd2dc;
    color: black;
    margin-left: 10px;
}
#vehicle-name, .speed, .status, .tbody-vehicles td p .speed{
    color: white;
    font-weight: 300;
    text-align: center;
}
.speed {
    font-weight: 200;
    font-size: 12px;
    font-style: italic;
}
.vehicle-name {
    width: 220px;
    text-align: left;
}

.error-page p{
    font-size:15px !important;
}

#contact-phones{
    color:white;
}

.mobile-model {
    font-weight: bold;
    font-size: 14px;
    color: black;
    /*margin-left: 45px;*/
}

.mobile-datum {
    /*margin-left: 50px;*/
    color: #797676;
    font-size: 11px;
}

#mobile-body {
    margin: 5px;
}

.mobile-address {
    color: #77212c;
    font-size: 13.5px;
    margin: 5px 0px 5px 0px;
}
.title-mobile {
    color: #a2a2c5;
}

/*****map style******/
div.gmnoprint.gm-style-mtc {
    width:65px !important;
    margin-bottom: 0px !important;
}
/******/

/*.stop-session{
    background-color:red;
    height:200px;
    width:300px;
}*/
/*END*/

.datepicker-m {
    width: 80px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
}

.history-btn {
    height:30px;
    margin-right:7px;
}
.row {
    margin-right:0px !important;
}

#history-vozila #input-filter {
    padding-top: 7px;
}

.datetime-box {
    margin-top: 7px;
    /*width: 155px;*/
    height: 28px;
}

.datetime-control {
    font-size: 12px;
    padding: 0px 4px 0px 4px !important;
    height: 28px;
}

.date-icon{
    padding:2px 4px;
}

.proba-box{
    width:320px;
}

.date-column{
    margin:0px !important;
    padding:0px !important;
    width:100%;
}

.container{
    padding-right:0px;
    padding-left:0px;
}

table.dataGrid-History thead {
    background-color: #e5ecec;
}

    table.dataGrid-History thead tr th {
        padding: 0px 5px 0px 5px;
        height: 50px !important;
        font-weight: 500;
        height: 12px !important;
    }

table.dataGrid-History {
    font-size: 12px;
    border-collapse: collapse;
}

table.dataGrid-History, table.dataGrid-History th, table.dataGrid-History td {
    border: 1px solid #a9baca;
}

div#bottomContainter-history {
    border: 2px solid grey !important;
    margin-bottom: 15px !important;
    padding: 4px 0px !important;
}

.dataGrid-History {
    border: 2px solid #a9baca !important;
}

.btn-history {
    margin-left: 10px;
    height: 30px;
    margin-top: 0px;
    padding: 5px 10px;
}