﻿/*--------------------------------------------------------------------------------------------------------------*/
/* ADMIN LTE <LAYOUT>*/
/*--------------------------------------------------------------------------------------------------------------*/
.skin-blue .main-header .navbar {
    background-color: #353e4c;
}

    .skin-blue .main-header .navbar .nav > li > a {
        color: #ffffff;
    }

        .skin-blue .main-header .navbar .nav > li > a:hover,
        .skin-blue .main-header .navbar .nav > li > a:active,
        .skin-blue .main-header .navbar .nav > li > a:focus,
        .skin-blue .main-header .navbar .nav .open > a,
        .skin-blue .main-header .navbar .nav .open > a:hover,
        .skin-blue .main-header .navbar .nav .open > a:focus,
        .skin-blue .main-header .navbar .nav > .active > a {
            background: rgba(0, 0, 0, 0.1);
            color: #f6f6f6;
        }

    .skin-blue .main-header .navbar .sidebar-toggle {
        color: #ffffff;
    }

        .skin-blue .main-header .navbar .sidebar-toggle:hover {
            color: #f6f6f6;
            background: #1B7768;
        }

    .skin-blue .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        .skin-blue .main-header .navbar .sidebar-toggle:hover {
            background-color: #3c8dbc;
        }

@media (max-width: 767px) {
    .skin-blue .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

        .skin-blue .main-header .navbar .dropdown-menu li a:hover {
            background: #1B7768;
        }
}

.logo-img {
    width: 20%;
    margin-top: -3%;
    height: auto;
}

@media (max-width: 767px) {
    .skin-blue .main-header .logo {
        display: none;
    }

        .skin-blue .main-header .logo .logo-img {
            visibility: hidden;
        }
}

.skin-blue .main-header .logo {
    background-color: #353e4c;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

    .skin-blue .main-header .logo:hover {
        background-color: #303844;
    }

.skin-blue .main-header li.user-header {
    background-color: #353e4c;
}

.skin-blue .content-header {
    background: transparent;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #fff;
    box-shadow: 2px 0px 4px -2px rgba(0,0,0,0.46);
}

.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
    color: #fff;
}

.skin-blue .sidebar-menu > li.header {
    color: #000000;
    background: #c4d9e4;
}

.skin-blue .sidebar-menu > li > a {
    border-left: 3px solid transparent;
}

.skin-blue .sidebar-menu > li:hover > a {
    background-color: #444c58;
    color: #ffffff;
    border-left-color: #3c8dbc;
}

.skin-blue .sidebar-menu > li.active > a {
    background-color: #3c8dbc;
    color: #ffffff;
}

.skin-blue .sidebar-menu > li.menu-open > a {
    color: #ffffff;
    background-color: #353e4c;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #3c8dbc;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #fff;
    margin-left: 40px;
}

.skin-blue .sidebar a {
    color: #474747;
}

    .skin-blue .sidebar a:hover {
        text-decoration: none;
        background-color: #3c8dbc;
    }

.skin-blue .sidebar-menu .treeview-menu > li > a {
    color: #474747;
    background-color: #ffffff;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a {
    background-color: #3c8dbc;
    color: #fff;
    border-left-color: #3c8dbc;
}

.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    background-color: #3c8dbc;
    color: #ffffff;
    border-left-color: #3c8dbc;
}

.skin-blue .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

    .skin-blue .sidebar-form input[type="text"],
    .skin-blue .sidebar-form .btn {
        box-shadow: none;
        background-color: #374850;
        border: 1px solid transparent;
        height: 35px;
    }

    .skin-blue .sidebar-form input[type="text"] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-blue .sidebar-form input[type="text"]:focus,
        .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
                border-left-color: #fff;
            }

    .skin-blue .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

.skin-blue.layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

    .skin-blue.layout-top-nav .main-header > .logo:hover {
        background-color: #3b8ab8;
    }


.loginBody {
    background: linear-gradient( rgba(24, 50, 82, 1), rgba(50, 110, 184, 0.6));
}

.service-status-success {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #179e54;
    border-radius: 10px;
    color: white;
    padding: 3px;
}

.service-status-warning {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #f39c12;
    border-radius: 10px;
    color: #fafafa;
    padding: 3px;
}

.service-status-danger {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #d74138;
    border-radius: 10px;
    color: #ffffff;
    padding: 3px;
}

.status-danger {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #d74138;
    border-radius: 10px;
    color: #ffffff;
    padding: 3px;
}

.status-success {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #179e54;
    border-radius: 10px;
    color: white;
    padding: 3px;
}

.status-archived {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #17569a;
    border-radius: 10px;
    color: #fafafa;
    padding: 3px;
}

.status-warning {
    margin-left: 5px;
    border-radius: 5px;
    background-color: #f39c12;
    border-radius: 10px;
    color: #fafafa;
    padding: 3px;
}


/* Box extensions*/
.box-header .fa {
    margin-right: 5px;
}

body .sweet-overlay {
    z-index: 2000;
}
/*--------------------------------------------------------------------------------------------------------------*/
/* LANGUAGE MENU <LAYOUT>*/
/*--------------------------------------------------------------------------------------------------------------*/
.languageMenu {
    max-width: 135px;
    min-width: 135px;
}

    .languageMenu li > a {
        padding: 2px 5px !important;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        color: #777 !important;
    }

.languageIcon {
    background-image: url('../Content/images/FlagsAtlas.png');
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    width: 24px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* CHOSEN SETTUP <LAYOUT>*/
/*--------------------------------------------------------------------------------------------------------------*/
.chosen {
    width: 100%;
}

.chosen-container {
    width: 100%;
}

.box-border {
    border: 1px solid #edf0f5;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* TABS <LAYOUT>*/
/*--------------------------------------------------------------------------------------------------------------*/

/* Tab styles*/
.card-tab {
    /*padding-right: -11px !important;
    padding-left: -11px !important;*/
    margin-right: -11px !important;
    margin-left: -11px !important;
    /*margin-bottom: -11px !important;
    border-bottom: 1px solid #607D8B;
    border-right: 1px solid #607D8B;
    border-left: 1px solid #607D8B;*/
}

.card-tab-header {
    padding-right: inherit;
    padding-left: inherit;
    background-color: #353e4c;
    color: white;
    height: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 0px 15px 10px 15px;
}

    .card-tab-header h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.card-tab-body {
    margin: 0px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Additional cards*/
/*--------------------------------------------------------------------------------------------------------------*/
/* Box exten*/
.box-body.box-scrollable {
    overflow-y: auto;
}

.box.const-size-duble {
    height: 260px;
}

.add-box {
    background-color: #179e54;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

    .add-box.const-size {
        height: 200px;
    }

    .add-box .icon {
        color: #148647;
        display: block;
        height: 80%;
    }

        .add-box .icon i {
            font-size: 110px;
            text-align: center;
            display: block;
            padding-top: 5px;
            transition: font-size 0.5s;
        }

    .add-box:hover .icon i {
        font-size: 120px;
    }

    .add-box .title {
        background: #158e4b;
        text-align: center;
        color: white;
        padding-bottom: 1px;
        height: 20%;
        padding: 5px;
    }

    .add-box.add-box-alert {
        background-color: #d03837;
    }

        .add-box.add-box-alert .icon {
            color: #c13a32;
        }

        .add-box.add-box-alert .title {
            background: #c13a32;
        }

    .add-box.add-box-warning {
        background-color: #3c8dbc;
    }

@media (max-width: 1590px) {
    .add-box.add-box-warning {
        background-color: #3c8dbc;
        height: 180px;
    }
}

.add-box.add-box-warning .icon {
    color: white;
}

.fc-unthemed td.fc-today {
    border: 2px solid #3c8dbc;
}

.fc td.fc-today {
    border-style: dashed !important;
}

.fc-unthemed td.fc-today {
    background: #3c8dbc0d !important;
}

.add-box.add-box-warning .title {
    background: #444c58;
}

/* ALERT ICON*/
.alert-icon {
}

@keyframes pulse-border {
    0% {
        border: 5px solid white;
    }

    50% {
        border: 5px solid red;
    }

    100% {
        border: 5px solid white;
    }
}

.alert-icon.alert-icon-broder {
    animation-name: pulse-border;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.alert-border {
    animation-name: pulse-border;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes pulse-alert {
    0% {
        font-size: 30px;
    }

    50% {
        font-size: 32px;
    }

    100% {
        font-size: 30px;
    }
}

.alert-icon::after {
    font-size: 30px;
    content: '\f071';
    color: red;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: table;
    /*animation E10+*/
    animation-name: pulse-alert;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.alert-icon.icon-left::after {
    font-size: 30px;
    content: '\f071';
    color: red;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 10px;
    text-decoration: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.alert-icon.icon-center::after {
    font-size: 30px;
    content: '\f071';
    color: red;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translate(-15px, 0);
    bottom: 0px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* DATA TABLES STYLES */
/*--------------------------------------------------------------------------------------------------------------*/
.dataTable tbody tr:hover {
    background-color: #ddd !important;
}

.dataTable table tr {
    cursor: pointer;
}
/*--------------------------------------------------------------------------------------------------------------*/
/* UNIVERSAL STYLES*/
/*--------------------------------------------------------------------------------------------------------------*/

.fms-text-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fms-overflow-y-scroll {
    overflow-y: scroll;
}

/*Inline*/
.inline {
    position: relative;
    display: block;
    top: 4px;
    font-size: 27px;
}

    .inline.align-top {
        vertical-align: top;
    }

    .inline.align-middle {
        vertical-align: middle;
    }

    .inline.align-bottom {
        vertical-align: bottom;
    }

    .inline > * {
        display: inline-block;
    }

    .inline .inline-label {
        white-space: nowrap;
    }

/*Verticle table labeled preview*/
.table-labeled-preview {
    margin-left: 10px;
    width: 100%;
}

    .table-labeled-preview td {
        padding-bottom: 5px;
        padding-left: 10px;
    }

        .table-labeled-preview td:first-child {
            padding-left: 0px;
            width: 150px;
            vertical-align: top;
            font-weight: bold;
        }

    .table-labeled-preview.unfixed-label td:first-child {
        padding-left: 0px;
        vertical-align: top;
        width: auto;
        font-weight: bold;
    }

/* Borders*/
.b-nt {
    border-bottom: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-left: 1px solid #edf0f5;
}

.b-blue {
    border-bottom: 1px solid #6BA7CB;
    border-right: 1px solid #6BA7CB;
    border-left: 1px solid #6BA7CB;
    border-top: 3px solid #6BA7CB;
}

.b-dark-blue {
    border-bottom: 1px solid #34769e;
    border-right: 1px solid #34769e;
    border-left: 1px solid #34769e;
    border-top: 3px solid #34769e;
}

/* Display*/
.d-inline-flex {
    display: inline-flex;
}

.d_inline-box {
    display: inline-block;
}

/* Margines*/
.m-auto {
    margin: auto !important;
}

.m-auto-tb {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* DriverMainCard and VehicleMainCard responsive*/
/*--------------------------------------------------------------------------------------------------------------*/
/*@media (max-width: 1590px) {
    .box-header > .box-tools {
        position: relative;
        margin-top: 14px;
        padding-top: 7px;
    }
}*/

.box.const-size {
    height: 200px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1590px) {
    .box.const-size {
        height: 200px;
        margin-bottom: 10px;
    }
}

.box.const-size-bigger {
    height: 385px;
    margin-bottom: 10px;
}

@media (max-width: 1590px) {
    .box.const-size-bigger {
        margin-bottom: 10px;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .box.const-size-bigger {
        height: 270px;
        margin-bottom: 10px;
    }
}

.date-card {
    max-width: 50%;
}

@media(max-width: 1590px) {
    .date-card {
        max-width: 100%;
    }
}

.active-button {
    display: inline-block;
    width: 150px;
    float: right;
    font-size: 18px;
    margin-top: -7px;
}

@media(max-width: 1270px) {
    .card-tab-header h2 {
        margin-top: 3px;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .status-title {
        position: relative;
        display: block;
        top: 6px;
        font-size: 22px;
    }

    .status-button {
        margin-bottom: 5px;
        margin-left: 10px;
        background-color: #01a659;
        border-radius: 30px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        top: -1px;
        padding: 5px;
    }

    .active-button {
        display: inline-block;
        width: 120px;
        float: right;
        font-size: 18px;
        margin-top: -14px;
    }
}

.delete-button {
    position: relative;
    display: block;
    float: right;
    margin-top: 10px;
}

@media(max-width: 991px) {
    .active-button {
        display: inline-block;
        width: 120px;
        float: right;
        font-size: 18px;
        margin-top: -85px;
    }
}

.delete-button {
    position: relative;
    display: block;
    float: right;
    margin-top: 10px;
}

@media(max-width: 1340px) {
    .delete-button {
        display: block;
        float: right;
        position: relative;
        top: 30px;
        margin-top: 10px;
    }
}


.status-button {
    margin-bottom: 5px;
    margin-left: 10px;
    background-color: #01a659;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    top: -1px;
    padding: 5px 10px;
    margin-top: 5px;
}


@media (max-width: 1400px) {
    .card-date-bigger {
        width: 100%;
    }
}
/*--------------------------------------------------------------------------------------------------------------*/
/* Home/Index*/
/*--------------------------------------------------------------------------------------------------------------*/
.mainRowDiv i {
    color: white;
}

.previewDiv {
    cursor: pointer;
}

.displayImage {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Poruka obaveštenja*/
/*--------------------------------------------------------------------------------------------------------------*/

.notification-message {
    vertical-align: top;
    width: 500px;
    background-color: #ff9c92;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    display: block;
    margin: auto;
    font-weight: bold;
    color: black;
    margin-top: 40px;
}

.card-button {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.text-box-as-label {
    border: none;
    background-color: #fff;
    background: transparent;
}

table.dataTable td {
    word-break: break-word;
}

.bottom-bar {
    margin-top: 3px;
    padding-top: 7px;
    border-top-style: groove;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Koristi se za pregled svih putnih naloga. */
/*--------------------------------------------------------------------------------------------------------------*/

.entity-dt-border-green {
    background-color: #01a659;
    border-radius: 10px;
    padding: 3px;
    white-space: nowrap;
    font-weight: 600;
    color: white;
}

.entity-dt-border-red {
    background-color: #ff2828;
    border-radius: 10px;
    padding: 3px;
    white-space: nowrap;
    font-weight: 600;
    color: white;
}

.entity-dt-border-dark-red {
    background-color: #b90d0d;
    border-radius: 10px;
    padding: 3px;
    white-space: nowrap;
    font-weight: 600;
    color: white;
}

.entity-dt {
    word-break: initial;
}

.entity-dt-block {
    display: block;
    min-width: 150px;
}

/*#PreviewOrdersForVehicleDataTable thead tr th{
    width: 100%;
}*/
/*--------------------------------------------------------------------------------------------------------------*/
/* Opsti stilovi. */
/*--------------------------------------------------------------------------------------------------------------*/
.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.currency {
    font-size: 14px;
}
/*--------------------------------------------------------------------------------------------------------------*/
/* Loader CSS. */
/*--------------------------------------------------------------------------------------------------------------*/
.hide {
    display: none;
}

.loader {
    margin: 0 auto;
    /*Boja kruga - passivni deo */
    border: 10px solid #ccc;
    border-radius: 50%;
    /* Boja koja se vrti */
    border-top: 10px solid #353e4c;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.global-settings-label {
    margin-right: 10px;
}

.global-settings-btn {
    margin-top: 15px;
}

.show-hide-div {
    font-weight: bold;
    margin-bottom: 10px;
}

.show-hide-column {
    background-color: #ded7d7;
    border: 1px solid;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
}

    .show-hide-column :hover {
        color: #7aa4b7;
    }

    .show-hide-column a {
        color: black;
    }
/* End of Loader CSS */

@font-face {
    font-family: DINCondesedBold;
    src: url('../Content/fonts/DIN Condensed Bold.ttf');
    font-weight: bold;
}

.DINFont {
    font-family: DINCondesedBold;
}

/*STIL ZA CHECK BOXOVE*/

.form-group .funcy-checkbox {
    display: none;
}

    .form-group .funcy-checkbox + .btn-group > label span {
        width: 20px;
    }

        .form-group .funcy-checkbox + .btn-group > label span:first-child {
            display: none;
        }

        .form-group .funcy-checkbox + .btn-group > label span:last-child {
            display: inline-block;
        }

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}


/* The customcheck */
.customcheck {
    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 */
    .customcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #00a65a;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Stil za prikazivanje role korsinika (gore desno)*/

/* Nadjacava AdminLTE stil i stavlja visinu na karticu za gorisnika (gore desno) na auto.*/
.navbar-nav > .user-menu > .dropdown-menu > li.user-header.height-auto {
    height: auto;
}

/*Definise ikonicu za rolu gore desno u navigaciji kad se klikne na korisnika*/
.user-role {
    margin: auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: cornflowerblue;
}

    .user-role[title=SA] {
        background-color: #dd4b39;
    }

    .user-role[title=CA] {
        background-color: #ff9800;
    }

    .user-role[title=US] {
        background-color: #00c0ef;
    }

    /*Definise ikonicu za rolu gore desno u navigaciji kad se klikne na korisnika*/
    .user-role > p {
        text-align: center;
        font-size: 35px;
        /*font-weight: 600;*/
        color: white;
        line-height: 48px;
    }

/*Definise ikonicu za rolu gore desno u navigaciji kad se klikne na korisnika*/
.user-role-mini {
    float: left;
    margin: 0 8px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: cornflowerblue;
}

    .user-role-mini[title=SA] {
        background-color: transparent;
    }

    .user-role-mini[title=CA] {
        background-color: #ff9800;
    }

    .user-role-mini[title=US] {
        background-color: #00c0ef;
    }

    /*Definise ikonicu za rolu gore desno u navigaciji kad se klikne na korisnika*/
    .user-role-mini > p {
        text-align: center;
        font-size: 17px;
        /* font-weight: 600; */
        color: #e8e8e8;
        line-height: 23px;
    }

/* Kraj stila za prikazivanje role korisnika (gore desno)*/

.blink-green {
    animation: 2s anim-green ease-out;
}

@keyframes anim-green {
    to {
        background-color: #a0ffa0;
    }
}

.blink-red {
    animation: 2s anim-red ease-out;
}

@keyframes anim-red {
    to {
        background-color: #ffa0a0;
    }
}

/*DROP DOWN MENU*/
.dropbtn {
    background-color: #148d7e;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-top: 4px;
    border-radius: 6px;
}

.dropdown-custom {
    position: relative;
    display: inline-block;
    margin: 5px;
    width: 30px;
}

.dropdown-content-custom {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content-custom a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content-custom a:hover {
            background-color: #ddd;
        }

.dropdown-custom:hover .dropdown-content-custom {
    display: block;
}

.dropdown-custom:hover .dropbtn {
    background-color: #1b7768;
}

/*DROP DOWN MENU*/

/*Responsive*/

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .bottom-bar button {
        display: inline;
        margin-top: 10px;
    }

    .nav-tabs {
        display: none;
    }

    .dropdown-custom {
        display: block !important;
    }

    .btn-down {
        margin-top: 5px;
    }

    .vehicle-header {
        padding-right: 0px;
        padding-left: 0px;
    }

    .status-title {
        font-size: 18px;
        font-weight: bold;
        top: 0px;
    }

    .status-button {
        font-size: 14px;
    }

    .active-button {
        font-size: 18px;
        margin-top: -77px;
    }

    .table-small tr {
        font-size: 12px;
        margin-left: 0px !important;
    }

        .table-small tr td:first-child {
            font-weight: bold;
            padding: 2px
        }

        .table-small tr td {
            margin-right: 10px;
        }

    .fileUploadSubmitBtn {
        margin-top: 10px;
    }

    .fileUpload {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1445px) {
    .LicencePlateSpan {
        font-size: 20px;
        float: left;
    }

    .table-small {
        font-size: 10px;
    }
}

.primary-card {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border: 3px solid #d2d6de;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}

.nav-no-border {
    border: 0 !important;
}

.n-border-t {
    border-top: none !important;
}

.btn-custom-success {
    background-color: #353e4c;
    border-color: #353e4c;
}

    .btn-custom-success:hover {
        background-color: #4e5053;
        border-color: #4e5053;
    }

    .btn-custom-success:active {
        background-color: #353e4c !important;
        border-color: #353e4c !important;
    }

    .btn-custom-success:visited {
        background-color: #353e4c;
        border-color: #353e4c;
    }

    .btn-custom-success:focus {
        background-color: #353e4c;
        border-color: #353e4c;
    }

.btn-custom-warning {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

    .btn-custom-warning:hover {
        background-color: #5499b7;
        border-color: #5499b7;
    }

    .btn-custom-warning:active {
        background-color: #3c8dbc !important;
        border-color: #3c8dbc !important;
    }

    .btn-custom-warning:visited {
        background-color: #3c8dbc;
        border-color: #3c8dbc;
    }

    .btn-custom-warning:focus {
        background-color: #3c8dbc;
        border-color: #3c8dbc;
    }

.btn-custom-primary {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

    .btn-custom-primary:hover {
        background-color: #5499b7;
        border-color: #5499b7;
    }

    .btn-custom-primary:active {
        background-color: #3c8dbc !important;
        border-color: #3c8dbc !important;
    }

    .btn-custom-primary:visited {
        background-color: #3c8dbc;
        border-color: #3c8dbc;
    }

    .btn-custom-primary:focus {
        background-color: #3c8dbc;
        border-color: #3c8dbc;
    }

.bbtop {
    border-top-color: #353E4C !important;
}

.fm-search-bar {
    background-color: #353e4c !important;
    border-radius: 3px 3px 0 0;
}

.fm-warning-bar {
    background-color: #fff !important;
    border-radius: 3px 3px 0 0;
    border-top: 10px solid #f39c12 !important;
    color: #353e4c !important;
}

.fm-danger-bar {
    background-color: #ffffff !important;
    border-radius: 3px 3px 0 0;
    border-top: 10px solid #dd4b39 !important;
    color: #353e4c !important;
}

@media (min-width: 768px) {
    .container {
        width: auto !important;
    }
}


::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: #353e4c;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    border: 5px solid transparent;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    height: 15px;
}

/* Common button styles */
.fms-button {
    display: inline-block;
    padding: 8px 25px;
    border: none;
    background: none;
    color: inherit;
    position: relative;
    z-index: 1;
    -moz-osx-font-smoothing: grayscale;
}

    .fms-button:focus {
        outline: none;
    }

    .fms-button > span {
        vertical-align: middle;
    }

/* Sizes */
.fms-button--size-s {
    font-size: 14px;
}

.fms-button--size-m {
    font-size: 16px;
}

.fms-button--size-l {
    font-size: 18px;
}

/* Typography and Roundedness */
.fms-button--text-upper {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fms-button--text-thin {
    font-weight: 300;
}

.fms-button--text-medium {
    font-weight: 500;
}

.fms-button--text-thick {
    font-weight: 600;
}

.fms-button--round-s {
    border-radius: 5px;
}

.fms-button--round-m {
    border-radius: 15px;
}

.fms-button--round-l {
    border-radius: 40px;
}

/* Borders */
.fms-button--border-thin {
    border: 1px solid;
}

.fms-button--border-medium {
    border: 2px solid;
}

.fms-button--border-thick {
    border: 3px solid;
}

/* Individual button styles */


/* Wapasha */
.fms-button.fms-button--wapasha {
    background: #353e4c;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.fms-button--wapasha.fms-button--inverted {
    background: #fff;
    color: #37474f;
}

.fms-button--wapasha::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #353e4c;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.fms-equal-btn {
    padding: 5px 10px !important;
}

.fms-second-btn {
    background-color: #3c8dbc !important;
}

.fms-second-btn:hover {
    border-color: #3c8dbc !important;
    color: #3c8dbc !important;
    background-color: #fff !important;
}

.active-available-btn {
    border-color: #3c8dbc !important;
    color: #3c8dbc !important;
    background-color: #fff !important;
}

.fms-negative-btn::before {
    border-color: #fff !important;
}

.fms-negative-btn {
    background-color: #3c8dbc !important;
}

.fms-negative-btn:hover {
    border-color: #fff !important;
    color: #fff !important;
    background-color: transparent !important;
}

.fms-button--wapasha.fms-button--inverted::before {
    border-color: #7986cb;
}

.fms-button--wapasha:hover {
    background-color: #fff;
    color: #353e4c;
}

.fms-button--wapasha.fms-button--inverted:hover {
    background-color: #37474f;
    color: #7986cb;
}

.fms-button--wapasha:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.content-wrapper {
    background-color: #f5f5f5;
}

.fms-clearfilters-btn {
    background-color: #dd4b39 !important;
}

.fms-clearfilters-btn:hover {
    background-color: #fff !important;
    border-color:  #dd4b39 !important;
    color: #dd4b39 !important;
}

.fms-clearfilters-btn::before {
    border-color: #dd4b39 !important;
}

.fms-second-btn::before {
    border-color: #3c8dbc !important;
}

.fm-search-bar {
    cursor: pointer;
}

.form-control {
    border-radius: 3px !important;
}

.chosen-choices {
    min-height: 32px !important;
    border-radius: 3px;
    background-image: none !important;
    box-shadow: none !important;
}

.chosen-single {
    height: 32px !important;
    box-shadow: none !important;
    background-image: none !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3c8dbc !important;
    background-image: none !important;
    transition: all 0.15s ease-in-out;
}

.chosen-results {
    padding-left: 0 !important;
    margin-right: 0 !important;
}

div.dt-button-collection button.dt-button.active:not(.disabled) {
    background-image: none !important;
    background-color: #3c8dbc;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
}

button.dt-button.active:not(.disabled):hover:not(.disabled) {
    background-color: #3c8dbc;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
}

button.dt-button {
    background-image: none !important;
    background-color: #efefef;
    color: #171717;
    border: none;
    border-radius: 4px !important;
    transition: all 0.2s ease-in-out;
}

button.dt-button:hover:not(.disabled) {
    border: none;
    background-color: #353e4c;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.fc-header-toolbar {
    background-color: #353e4c;
    color: #fff;
}

.fc-widget-header {
    background-color: #353e4c;
    color: #fff;
}

.fc td, .fc th {
    font-family: sans-serif;
}

#calendar {
    padding-left: 0;
    padding-right: 0;
}

.nav-tabs li:hover {
    border-top: 3px solid #3c8dbc80;
}

body {
    font-family: sans-serif;
}

.fms-header-fill {
    background-color: #353e4c;
    color: #fff;
}

.fms-header-fill > .box-title {
    border-top: none !important;
}

.fms-absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    padding-left: 40px;
}

.chosen-single {
    background-color: #fff !important
}

.dataTables_length {
    width: 70%;
    float: left;
}

.dataTables_length label {
    margin-left: 20px;
}

.service-status-success {
    padding-left: 10px;
    padding-right: 10px;
}

.modal-dialog {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
}

.bg-default {
    background-color: #353e4c;
    color: #fff;
    border-radius: 15px;
}

.bg-default a {
    border-radius: 0 0 15px 15px;
}

.box.box-primary {
    border-top-color: #353e4c;
    cursor: pointer;
}

.collapsed-box .box-header.with-border {
    color: #fff;
    background-color: #353e4c;
}

.fms-button[disabled] {
    opacity: 0.5;
}

.fms-green-btn {
    background-color: #1ea559 !important;
}

.fms-green-btn:hover {
    background-color: #fff !important;
    color: #1ea559;
}

.fms-green-btn::before {
    border-color: #1ea559 !important;
}

.fms-orange-btn {
    background-color: #e08e0b !important;
}

.fms-orange-btn:hover {
    background-color: #fff !important;
    color: #e08e0b;
}

.fms-orange-btn::before {
    border-color: #e08e0b !important;
}

.fms-graph-btn {
    overflow: hidden;
    height: 110px;
    width: 100%;
    margin-bottom: 20px;
}

.fms-graph-btn:hover {
    background-color: #f5f5f5 !important;
}

.chart-icon-custom {
    position: absolute;
    right: 10%;
    top: -14%;
    font-size: 12em;
    opacity: 0.3;
}

/*.dataTables_scrollHeadInner {
    width: 100% !important;
}*/

#availableVehiclesTable_wrapper, #availableDriversTable_wrapper {
    display: none;
}

#availableVehiclesTable tbody tr>td {
    padding-left: 5px;
}

#availableDriversTable tbody tr > td {
    padding-left: 5px;
}

#availableVehiclesTable_wrapper .col-sm-6, .col-sm-5, .col-sm-7 {
    width: 100%;
}

#availableVehiclesTable_wrapper .col-sm-5, .col-sm-7 {
    padding-left: 25px;
    padding-right: 25px;
}

#availableVehiclesTable_wrapper #availableVehiclesTable_filter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#availableVehiclesTable_wrapper #availableVehiclesTable_filter label {
    width: 100%;
}
#availableVehiclesTable_wrapper #availableVehiclesTable_filter label input {
    width: 100%;
    margin-left: 0;
}

#availableDriversTable_wrapper .col-sm-6, .col-sm-5, .col-sm-7 {
    width: 100%;
}

#availableDriversTable_wrapper .col-sm-5, .col-sm-7 {
    padding-left: 25px;
    padding-right: 25px;
}

#availableDriversTable_wrapper #availableDriversTable_filter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#availableDriversTable_wrapper #availableDriversTable_filter label {
    width: 100%;
}

#availableDriversTable_wrapper #availableDriversTable_filter label input {
    width: 100%;
    margin-left: 0;
}

#availableVehiclesTable_paginate, #availableVehiclesTable_info, #availableDriversTable_info, #availableDriversTable_paginate {
    text-align: center;
}

.cancel-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#TravelOrderTypes_chosen, input {
    width: 100% !important;
}

#PreviewAllTravelOrderDataTable_filter {
    margin-right: 8px;
}

/*.dataTable, .dataTables_scrollFootInner {
    width: 100% !important;
}*/

.DTCR_clonedTable {
    width: 15% !important;
}

.unbind-max-width {
    width: auto !important;
}

.interval-desc {
    color: #717171;
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {

    .paginate_button a {
        padding: 3px 8px !important;
    }
    .previewDiv div.icon {
        opacity: 0.5;
    }

    .previewDiv h3 {
        font-size: 24px;
    }

    .previewDiv {
        width: 80% !important;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.previewDiv h3 {
    word-break: break-word;
    white-space: break-spaces;
}

.form-check-input {
    width: 20px !important;
}

.travel-order-input-container .col-md-6 {
    margin-top: 10px;
}


#CreateTravelOrderForm .field-validation-error {
    display: block;
    text-align: right;
}

.chosen-single-with-deselect {
    height: 34px !important;
}

table {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

table.dataTable thead {
    background-color: #ffffff;
    color: #353e4c;
}

table thead tr th {
    border: none !important;
    border-bottom: 1px solid #353e4c !important;
}

.DTFC_LeftBodyLiner {
    overflow-y: hidden !important;
}
.DTFC_LeftBodyWrapper {
    margin-top: -13px;
    border-right: 1px solid #d2d2d2 !important;
    top: 6px !important;
}
tfoot th {
    border-top: none !important;
}

#PreviewAllTravelOrderDataTable .noVis .fms-equal-btn {
    opacity: 0;
}

.DTFC_RightBodyLiner .fms-equal-btn {
    opacity: 1 !important;
}

.DTFC_RightBodyWrapper {
    margin-top: -13px;
    top: 6px !important;
    border-left: 1px solid #d2d2d2 !important;
}

.DTFC_LeftBodyLiner table.DTFC_Cloned {
    margin: 0 !important;
}

.DTFC_RightBodyLiner table.DTFC_Cloned {
    margin: 0 !important;
}

.createVehicleEQCheckbox {
    pointer-events: none;
}

#UpdateConsumptionFuelForm label {
    text-align: left;
}

#CreateServiceRegularForm .text-danger button.close {
    display: none;
}

#ReonId_chosen a {
    height: 34px !important;
}

#CreateTravelOrderForm #ExtraVehicleId_chosen {
    height: 33px;
}

#infoModal .modal-content {
    padding: 10px;
    border-radius: 5px;
}

.tableFixHead {
    overflow-y: auto;
    max-height: 50vh;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background: #fff;
}

.dataTables_processing {
    z-index: 11000 !important;
    padding: 8px !important;
    background: #3c8dbc !important;
    color: #fff !important;
}


.gold-slim-text-parent label {
    color: gold;
    font-weight: 500;
    font-size: 20px;
}

#vehicles-chosen-load {
    margin-top: 0 !important;
}

#availableVehiclesTable_filter, #availableDriversTable_filter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

p, span, h1, h2, h3, h4, h5, h6, div, label {
    word-break: break-word;
}

.form-label {
    padding-top: 15px;
}

.preview-form-label {
    padding-top: 7px;
}

.bootstrap-datetimepicker-widget td {
    white-space: normal !important;
    word-break: break-word;
}

.floating-copy-link-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.floating-copy-link-parent {
    padding-right: 90px;
    position: relative;
}

div.dt-button-collection {
    width: auto;
}

.leftSideTable td {
    white-space: inherit;
}

.row-travel-order {
    margin-bottom: 10px;
}

.TO-Number-Heading {
    background-color: #fff !important;
    border: none !important;
    font-weight: bold;
    font-size: 18px;
    display: inline !important;
    width: 300px !important;
    color: #333 !important;
    padding: 0;
}