.dx-button-content {
    text-overflow: initial;
}

.dx-button-has-icon .dx-icon {
    font-size: 16px;
    line-height: 16px;
}

.img-tumbnail {
    max-width: 250px;
    max-height: 250px;
    padding: 2px 1px 0 1px;
}

.image-content-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    display: table;
}

.image-wrapper {
    max-width: 250px;
    display: inline-table;
    margin: 0 10px 10px 0;
    background-color: #eee;
    border-radius: 5px;
}

.image-label {
    width: 100%;
    height: 22px;
    display: table;
    font-size: 12px;
    color: black;
}

.search-wrapper {
    margin: 0 0 5px;
}

.listX-name {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    display: block;
}

.listX-name-drive {
    color: #6bc65d;
}

.listX-name-stop {
    color: #cc1616;
}

.listX-name-stop-active-contact {
    color: #fbbb32;
}

.listX-name-no-gps-data {
    color: gray;
}

.ellipsis2 {
    white-space: nowrap;
    overflow: hidden; /* "overflow" value must be different from "visible" */
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
    color: Gray;
}

.listX-name16 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    /*border-left:1px solid #DFE0E1;*/
    padding: 2px 5px 2px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


.editType-wrapper {
    margin: 5px 10px;
}

.dx-theme-ios .editType-wrapper,
.dx-theme-ios7 .editType-wrapper {
    margin-top: 0;
}

.list-content {
    height: 100%;
}

    .list-content .list-indentation {
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.dx-theme-ios .list-content .search-wrapper + .list-indentation,
.dx-theme-ios7 .list-content .search-wrapper + .list-indentation {
    padding-bottom: 36px;
}

.dx-theme-ios .list-content .editType-wrapper + .list-indentation,
.dx-theme-ios7 .list-content .editType-wrapper + .list-indentation {
    padding-bottom: 36px;
}


.dx-theme-android .list-content .search-wrapper + .list-indentation {
    padding-bottom: 41px;
}

.dx-theme-android .list-content .editType-wrapper + .list-indentation {
    padding-bottom: 46px;
}

.dx-theme-win8 .list-content .search-wrapper + .list-indentation {
    padding-bottom: 46px;
}

.dx-theme-win8 .list-content .editType-wrapper + .list-indentation {
    padding-bottom: 59px;
}

.dx-theme-tizen .list-content .search-wrapper + .list-indentation {
    padding-bottom: 45px;
}

.dx-theme-tizen .list-content .editType-wrapper + .list-indentation {
    padding-bottom: 44px;
}

.dx-theme-generic .list-content .search-wrapper + .list-indentation {
    padding-bottom: 32px;
}

.dx-theme-generic .list-content .editType-wrapper + .list-indentation {
    padding-bottom: 53px;
}

.dx-theme-generic .editType-wrapper {
    margin: 0px 0px 5px;
}

.dx-theme-generic .search-wrapper .dx-textbox {
    padding: 0 15px;
}

.small-button {
    padding: 4px !important;
}

.injured-textbox {
    text-align: center;
    width: 50px;
    float: left;
    margin-right: 10px;
}

.injured-textbox-injured-wrapper {
    width: 50px;
}

.injured-textbox-injured-title {
    height: 20px;
    width: 100%;
}

.dx-text-area-report {
    display: table;
}

.road-part-check-box-content {
    display: table;
    width: 100%;
    padding: 10px 20px 0 20px;
}

.road-part-check-box-wrapper {
    width: 50%;
    height: 30px;
    display: table;
    float: left;
}

.road-part-check-box-check {
    width: 50px;
    height: 30px;
    float: left;
}

.road-part-check-box-label {
    width: calc(100% - 50px);
    height: 30px;
    float: left;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

/* Search locations */
#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}


.controls {
    margin-top: 10px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 29px;
    outline: none;
}

#pac-input {
    width: 200px;
    padding: 0 10px 0 10px;
    text-overflow: ellipsis;
    direction: ltr;
    overflow: hidden;
    text-align: left;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 12px;
    background-color: rgb(255, 255, 255);
    padding: 9px;
    background-clip: padding-box;
    min-width: 78px;
    height: 29px;
    border: 1px solid #ddd;
}

    #pac-input.visible {
        display: block;
    }

    #pac-input:focus {
        margin-left: -1px;
        padding-left: 12px;
    }

        #pac-input:focus::-webkit-input-placeholder {
            color: transparent;
        }

#pac-inpu:focus:-moz-placeholder {
    color: transparent;
}
/* Firefox 18- */
#pac-inpu:focus::-moz-placeholder {
    color: transparent;
}
/* Firefox 19+ */
#pac-inpu:focus:-ms-input-placeholder {
    color: transparent;
}
/* oldIE ;) */


.dx-button.select-layers-button {
    margin-top: 10px;
    margin-right: 10px;
    height: 29px;
    width: 130px;
    padding: 0 10px 0 10px;
    text-overflow: ellipsis;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 12px;
    background-color: rgb(255, 255, 255);
    padding: 8px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-clip: padding-box;
    min-width: 78px;
    border-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-color: white;
}

    .dx-button.select-layers-button.dx-button-has-icon .dx-button-content {
        padding: 0px;
    }

    .dx-button.select-layers-button:hover {
        border-color: white;
    }

    .dx-button.select-layers-button.dx-state-focused {
        background-color: white;
        border-color: white;
    }

.ui-menu.ui-autocomplete {
    z-index: 9999;
}


.delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
    width: 70px;
}

    .delete-menu:hover {
        background: #eee;
    }


/* Period select component */

.period-select-wrapper {
}

    .period-select-wrapper .period-select-title-div {
        height: 100%;
        float: left;
        display: flex;
        align-items: center;
    }

    .period-select-wrapper .period-select-title-label {
        height: 100%;
        display: flex;
        align-items: center;
        float: left;
    }

.dx-datagrid-header-panel .expand-collapse-container, .template-editor, .command-group-container {
    background: #e6e6e6;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 1px;
    display: flex;
}

.dx-datagrid-header-panel .command-group-container :not(:last-child) {
    margin-right: 5px;
}

.wms-layer-button {
    width: 80px;
    margin-top: 10px;
    margin-right: 10px;
}

.wms-layer-multiple-select {
    width: 220px;
    margin-top: 10px;
    margin-right: 10px;
}

/* Select box with image */

.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding-left: 7px;
    padding-right: 7px;
}

.custom-item {
    position: relative;
    min-height: 30px;
}

    .custom-item .product-name {
        display: inline-block;
        padding-left: 45px;
        text-indent: 0;
        line-height: 30px;
        font-size: 15px;
    }

    .custom-item > img {
        left: 1px;
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .custom-item .dx-texteditor-buttons-container {
        display: none;
    }

.current-value {
    padding: 10px 0;
}

    .current-value > span {
        font-weight: bold;
    }

/* Select box with image END */


/*
    MINOR WORKS
*/

.minor-works-table td {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid rgba(128,128,128, 0.2);
}

.minor-works-table th {
    border-bottom: 1px solid rgba(128,128,128, 0.2);
    padding: 5px;
}

.minor-works-table .works-cell {
    padding: 5px;
    width: 170px;
}

.minor-works-table .material-cell {
    padding: 5px;
    width: 155px;
}

.minor-works-table .place-cell {
    padding: 5px;
}

.minor-works-table
.minor-works-input-small,
.minor-works-input-medium,
.minor-works-input-large,
.minor-works-input-full,
.minor-works-label {
    float: left;
}

.minor-works-table .minor-works-label {
    width: 30px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minor-works-table .minor-works-input-full {
    width: 100%;
    margin-bottom: 5px;
}

.minor-works-table .minor-works-input-large {
    width: 110px;
}

.minor-works-table .minor-works-input-medium {
    width: calc(50% - 5px);
}

    .minor-works-table .minor-works-input-medium:not(:last-child) {
        margin-right: 5px;
    }

.minor-works-table .minor-works-input-small {
    width: 50px;
    margin-bottom: 5px;
}

/*
    MINOR WORKS END
*/

/*
    EXTRAORDINARY EVENT 
*/
.extraordinary-event-wrapper {
    max-width: 400px;
}

    .extraordinary-event-wrapper table {
        border-spacing: 10px;
        border-collapse: inherit;
    }

        .extraordinary-event-wrapper table td:first-child {
            width: 80px;
            font-weight: bold;
        }

/*
    EXTRAORDINARY EVENT END
*/

/* Execution plan */
.winter-sevice-execution-plan {
    width: 100%;
    height: 100%;
    overflow: auto;
}

    .winter-sevice-execution-plan .tab-template {
        overflow: hidden;
        width: 100px;
    }

    .winter-sevice-execution-plan .tab-content .main-header-container {
        height: 36px;
        clear: both;
    }

        .winter-sevice-execution-plan .tab-content .main-header-container .main-header {
            font-weight: bold;
            padding-bottom: 10px;
            float: left;
            width: calc(100% - 120px);
        }

        .winter-sevice-execution-plan .tab-content .main-header-container .refresh-button {
            padding-bottom: 10px;
            float: left;
            width: 120px;
            height: 36px;
        }

    .winter-sevice-execution-plan .tab-content .ritch-text {
        width: 100%;
    }

.btn-large-icon img {
    width: 32px !important;
    height: 32px !important;
}

.btn-large-icon i {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    padding-top: 4px !important;
}

.menu-button.btn-large-icon .dx-button-text {
    white-space: initial;
    width: 230px;
}

.dx-form-custom-inner-group-margin {
    margin-top: 20px;
}

/* Execution plan end */

.dx-form-custom-linespacing {
    padding: 100px;
}

/*Show file upload as link*/
.file-upload-as-link .dx-fileuploader-button .dx-button-text {
    color: #f05b41;
    text-decoration: none;
    cursor: pointer;
}

.file-upload-as-link .dx-fileuploader-button.dx-widget {
    display: contents;
    box-shadow: none !important;
    border: none;
    background-color: transparent;
}

.file-upload-as-link .dx-fileuploader-input-container, .file-upload-as-link .dx-fileuploader-files-container {
    display: none;
}
/*Show file upload as link*/

.ws-detail-report-container {
    height: calc(100% - 410px);
    min-height: 200px;
}

.ws-summary-report-container {
    height: 390px;
    min-height: 100px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    display: flex;
}


.ws-summary-label {
    height: 100%;
    width: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
}

.ws-summary-table {
    height: 100%;
    width: calc(100% - 250px);
}

@media screen and (max-height: 700px) {
    .ws-detail-report-container {
        height: calc(100% - 270px);
    }

    .ws-summary-report-container {
        height: 250px;
    }
}

@media screen and (max-height: 500px) {
    .ws-summary-label {
        width: 150px;
    }

    .ws-summary-table {
        width: calc(100% - 150px);
    }
}
/*Show file upload as link*/

.custom-file-chooser .wrapper-inner {
    display: table;
}

.custom-file-chooser .files-description {
    display: table-cell;
    padding: 0px 10px 10px 5px;
}

.custom-file-chooser .files-manadatory-star {
    display: table-cell;
    padding: 0px 10px 10px 5px;
    color: red;
    font-size: 1.5em;
}

.custom-file-chooser .chooser-table-container {
    display: table;
    margin-top: 10px;
    width: 100%;
}

.custom-file-chooser .chooser-row-container {
    display: table-row;
    /*padding: 0px 10px;*/
}

.custom-file-chooser .chooser-cell-button-container {
    display: table-cell;
    vertical-align: middle;
    min-width: 130px;
    /*padding: 4px;*/
    /*width: 10px;*/
    /*padding: 4px 20px 4px 20px;*/
}

.custom-file-chooser .chooser-cell-progress-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    /*padding: 4px;*/
    /*width: 10px;*/
    /*padding: 4px 20px 4px 20px;*/
}

    .custom-file-chooser .chooser-cell-progress-container.complete .dx-progressbar-range {
        border: 1px solid green;
        background-color: green;
    }

.custom-file-chooser .file-table-container {
    display: table;
    margin-top: 10px;
    width: 100%;
}

.custom-file-chooser .file-row-container {
    display: table-row;
    /*padding: 0px 10px;*/
}

.custom-file-chooser .file-cell-name-container {
    display: table-cell;
    padding: 8px;
}

.custom-file-chooser .file-cell-date-container {
    display: table-cell;
    padding: 8px;
    min-width: 110px;
    text-align: right;
}
/*.custom-file-chooser .file-cell-name-container a {
        color: #818181;
    }*/
.custom-file-chooser .file-cell-remove-container {
    display: table-cell;
    /*padding: 4px;*/
    width: 10px;
    padding: 4px 20px 4px 20px;
}

.custom-file-chooser .file-error-container {
    color: red;
    display: none;
}

    .custom-file-chooser .file-error-container.show {
        display: block;
    }


/*zatamnjeni labeli*/ 
.dx-field-item-label-text {
    color: #3b3f42;
}

/*zatamnjena i podebljana read-only (disabled) polja*/
.dx-state-disabled .dx-texteditor-input {
    opacity: 1;
    color: black;
    font-weight: 500;
}

.road_name_button .dx-icon {
    color: #f05b41;
    padding: 0px;
}

.road_name_button .dx-button-content {
    padding: 0px;
    padding-right: 3px;
}

.conversation-menu-hidden-conversation
{
    /*width: 50px;*/
    height: 40px;
    z-index: 100;
    /*position: fixed;
    bottom: 0;*/
    background-color: #ffffff;
    font-family: Arial,sans-serif;
}

.conversation-box
{
    height: 40%;
    min-height: 390px;
    z-index: 100;
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    font-family: Arial,sans-serif;
}
.conversation-box .conversation-header 
{
    margin: 0.5%;
    height: 27px;
    border-radius: 1px;
}

.conversation-box .conversation-title 
{
    color: #ffffff;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0;
    margin-left: 5px;
    margin-top:6px;
    font-size: 12px;
    font-weight: bold;
}
.conversation-box .notification 
{
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 2px;
}

.conversation-box .header-button 
{
    height: 75%;
    float: right;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

.conversation-box .minimize
{
    height: 27px;
    min-height: 27px;
}

.conversation-box .maximize
{
    height: 40%;
    min-height: 390px;
}

.conversation-box .min-max-img 
{
    height: 70%;
    margin: 5px;
}

.conversation-box .text-array 
{
    width: 170px;
    display: inline-block;
    /*margin-left: 1%*/
}

.conversation-box .message-send 
{
    width: 36px;
    margin-left:5px;
    height: 36px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-right: 0px;
}

.conversation-box .upload-file 
{
    width: 36px;
    margin-left:5px;
    height: 36px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-right: 0px;
}


.conversation-box .talk-bubble 
{
    margin: 20px;
    margin-top:10px;
    margin-bottom:0px;
    display: inline-block;
    position: relative;
    width: 84%;
    height: auto;
}

.conversation-box .round
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.conversation-box .tri-right.left-top:after
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;    
}

.conversation-box .tri-right.right-top:after
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
}

/* talk bubble contents */
.conversation-box .talk-text
{
    padding: 1em;
    font-size: 12px;
    color: black;
}

.conversation-box .talk-text p
{
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.conversation-box .talk-text p
{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.conversation-header-notification-number
{
  border-radius: 2px;
  background-color: #337ab7;
  color: #fff;
  line-height: 17px;
  height: 16px;
  font-size: 12px;
  padding: 0px 2px;
}

.conversation-box .time-info-sender 
{
    font-size: 10px;
    color: #666;
    margin:5px;
    margin-left: 20px;
}

.conversation-box .status-info-recipient
{
    font-size: 10px;
    color: #666;
    margin-right: 20px;
}

.conversatio-details
{

}

.conversatio-details .container
{
    margin-left: 10px;
    margin-right: 10px;
}

.conversatio-details .title
{
    margin: 0px;
    font-weight: bold;
}

.conversatio-details .information
{
    display: inline-block;
    font-weight: normal;
}

.conversatio-details .messageText
{
    font-weight: normal;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.conversation-menu
{
    border: 1px solid rgba(1, 121, 177, 0.5);
    box-shadow: 0 6px 12px #000000;
}

.conversation-box
{
    border: 1px solid rgba(1, 121, 177, 0.5);
    box-shadow: 0 6px 12px #000000;
}
.conversation-box .conversation-header 
{
    background-color: #bfbebc;
}
.conversation-box .tri-right.left-top:after
{
    border-color: #CAEAF0 transparent transparent transparent;

}
.conversation-box .left-top-back 
{
    background-color: #CAEAF0;
}
.conversation-box .tri-right.right-top:after
{
    border-color: #F8E896 transparent transparent transparent;
}
.conversation-box .right-top-back
{
    background-color: #F8E896;
}
.conversatio-details .top-border 
{
    border-top: 1px solid #CAEAF0;
}


.additional-data-content-wrapper {
    height: 100%;
    width: 100%;
}

.additional-data-content-wrapper > .form-container {
    height: 100%;
    float: left;
}

@keyframes collapse-form-content {
    from {
        width: 100%;
    }

    to {
        width: 60%;
    }
}

@keyframes expand-form-content {
    from {
        width: 60%;
    }
    to {
        width: 100%;
    }
}

.additional-data-content-wrapper > .form-container.form-container-small {
    width: 60%;
    animation-name: collapse-form-content;
    animation-duration: 0.2s;
}

.additional-data-content-wrapper > .form-container.form-container-big {
    width: 100%;
    animation-name: expand-form-content;
    animation-duration: 0.2s;
}

.additional-data-content-wrapper > .map-container {
    width: calc(40% - 5px);
    height: 100%;
    float: left;
    margin-left: 5px;
}

.additional-data-content-wrapper > .map-container.map-container-visible {
    display: block;
    opacity: 1;
}

.additional-data-content-wrapper > .map-container.map-container-invisible {
    display: none;
    opacity: 0;
}

.header-wrapper {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}

.header-wrapper .left-side {
    height: 100%;
    width: 50%;
    float: left;
    padding-right: 10px;
}

.header-wrapper .right-side {
    height: 100%;
    width: 50%;
    float: right;
    padding-left: 10px;
}

.header-wrapper .input {
    margin: 0 0 5px 0;
}

.map-wrapper {
    width: 100%;
    
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.map-wrapper.height-small {
    height: calc(100% - 159px);
}

.map-wrapper.height-big {
    height: calc(100% - 123px);
}


.section-additional-data-container {
    height: 440px;
}
.content-wrapper {
    height: 100%;
    width: 100%;
    min-height: 500px;
    overflow: auto;
}

.content-wrapper .map {
    width: 100%;
    /*height: calc(100% - 460px);*/
    /*height: calc(100% - 501px);*/
    min-height: 250px;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}


.header-wrapper {
    width: 100%;
    display: inline-block;
    padding-bottom: 0px;
}

.header-wrapper .left-side {
    height: 100%;
    width: 50%;
    float: left;
    padding-right: 10px;
}

.header-wrapper .right-side {
    height: 100%;
    width: 50%;
    float: right;
    padding-left: 10px;
}


.header-wrapper .input {
    margin: 0 0 5px 0;
}


.header-wrapper .input-small {
    margin: 0 0 5px 0;
    width: calc(50% - 10px);
    display: inline-block;
}

.header-wrapper .float-right {
    float: right;
}

.items-div {
    width: 100%;
    height: 310px;
    /*border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;*/
    border: 1px solid #dee1e3;
}

.items-div .header {
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.items-div .header .add-new-item-btn {
    float: right;
}

.items-div .body{
    height: 100%;
    overflow: auto;
    padding: 5px;
}

.items-div .body .entry:nth-child(even) {
    background: #f5f5f5;
}

.items-div .body .entry {
    width: 100%;
    display: table;
}

.items-div .body .entry {
    width: 100%;
    display: table;
}

/*.items-div .body .entry.entry-small {
    width: calc(100% - 30px);
    margin-left: 30px;
}*/

.items-div .body .entry .row {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
}

.items-div .body .entry .row .cell2 {
    width: calc(33.33% - 5px);
    height: 100%;
    margin-left: 2px;
    margin-right: 2px;
    float: left;
}

.items-div .body .entry .row .cell2.cell2-small {
    width: calc(33.33% - 30px);
    margin-left: 27px;
}

.items-div .body .entry .row .cell2 .user-section-functions-wrapper {
    width: calc(100% - 46px);
}

.items-div .body .entry .row .cell2 .inner-cell2 {
    width: calc((100% - 60px)/4);
    height: 100%;
    float: left;
}


.items-div .body .entry .row .cell .delimiter {
    width: 40px;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.items-div .body .entry .row .cell2 .delimiter {
    width: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.items-div .body .entry .row .cell-right {
    float: right;
}

.items-div .body .entry .row .cell-number {
    width: 80px;
    display: inline-block;
    float: right;
}

.items-div .body .entry .row .delete-btn {
    float: right;
    margin-right: 0;
    margin-left: 0;
}

.user-section-tab-container {
    width: 100%;
    height: 500px;
}





.section-wrapper {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    display: inline-table;
}

.report-wrapper {
    width: 100%;
    height: calc(100% - 50px);
    text-align: center;
}

.report-button {
    height: 80px;
    width: 250px;
    margin: 20px;
    display: inline-block;
}

.report-button-big {
    height: 80px;
    width: 300px;
    margin: 20px;
    display: inline-block;
}

.date-control-medium-width {
    width: 380px;
    float: left;
}

.new-row {
    clear: both;
}

.header-filter {
    display: table; 
    margin: 10px auto 10px auto;
    
}

.section-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.user-access-wrapper {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding-top: 10px;
    margin: auto;
}

.user-access-wrapper .user-access-header {
    width: 100%;
    height: 50px;
    margin: auto;
}

.user-access-wrapper .user-access-body {
    width: 100%;
    height: calc(100% - 46px);
}

.user-access-wrapper .user-access-footer {
    width: 100%;
    height: calc(100% - 50px);
}

.user-access-wrapper .user-access-header .template-control-select {
    width: 350px;
    float: left;
}

.user-access-wrapper .user-access-header .template-control-button {
    margin-left: 5px;
}

.user-access-wrapper .user-access-header .template-control-button.button-right {
    float: right;
    margin-right: 10px;
}

.user-access-wrapper .user-access-content {
    display: block;
    float: left;
    height: 100%;
    width: 50%;
    padding: 10px;
}

.map-info-container {
    width: 397px;
    margin-right: 10px;
    padding: 10px;
    background: #fff;
}

.map-info-container .polyline-color-container {
    width: 20px;
    height: 26px;
    margin-right: 10px;
    float: left;
    align-items: center;
    display: flex;
}

.map-info-container .polyline-color-container .polyline-color-div {
    width: 100%;
    height: 3px;
}

.map-info-container .polyline-type-select {
    display: inline-block;
    margin-right: 5px;
}

.map-info-container .polyline-road-name {
    width: 75px;
    display: inline-block;
    margin-right: 5px;
}

.map-info-container .polyline-name {
    width: 75px;
    display: inline-block;
    margin-right: 5px;
}

.map-info-container .polyline-description {
    width: 100px;
    display: inline-block;
}

.map-info-container .polyline-change-direction {
    display: inline-block;
    float: right;
}


.route-edit-container {
    margin: 10px 0 0 10px;
    width: 250px;
}

.route-edit-container .route-edit-btn {
    width: 120px;
    float: left;
    display: none;
}

.route-edit-container .route-edit-btn:not(:first-child) {
    margin-left: 10px;
}
    
/* Google route */
.google-route.container {
    width: 600px;
    height: 50px;
    background: #fff;
    margin: 0 0 10px 10px;
    padding: 7px;
}

.google-route.container .select-origin-destionation-container {
    width: 500px;
    height: 100%;
}

/* Header style */
.header-info {
    display: block;
    vertical-align: middle;
    margin-top: 5px;
    padding-left: 50px;
}

    .header-info .action-link-wrapper {
        display: inline-block;
        float: right;
    }

    .header-info .header-info-label {
        font-weight: normal;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .header-info .header-info-label-delimiter {
        width: 1px;
        height: 16px;
        color: #ddd;
        background-color: #ddd;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }
.reassignment-tooltip-table {
    width: 400px;
    table-layout: fixed;
    white-space: normal;
}

.reassignment-tooltip-table td {
    text-align: left;
}

.reassignment-tooltip-table td:first-child {
    width: 30%;
}

.reassignment-treeview-item {
    text-decoration: line-through;
}

.minor-works-table{
    width: 100%;
}

.minor-works-table td {
    padding: 3px;
}
body {
}
.vehicle-img {
    float: left;
    padding-left: 5px;
    min-height: 60px;
    min-width: 150px;
    width: 30%;
}

.img-container {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    height: 150px;
    width: 200px;
    display: inline-block;
    border: 1px dashed silver;
}

.img {
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.img-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border-radius: 50%;
}

/* Style the Image Used to Trigger the Modal */
/*.img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}*/

.img:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
