﻿.app-modal-window-staffs .modal-dialog,
.app-modal-window-trucks .modal-dialog {
    width: 95%;
}

.app-modal-window-closuretype .modal-dialog {
    width: 70%;
}
.app-modal-window-callout .modal-dialog {
    width: 40%;
}
.app-modal-window-timeValid .modal-dialog {
    width: 30%;
}
.app-modal-truck-checkbox {
    margin-right: 10px !important;
    float: left;
    height: 20px;
    width: 20px;
}

.app-modal-truck-truckname {
    margin-top: 2px;
    float: left;
    font-weight: bold;
}

.no-hr-pad {
    padding-top: 0;
    padding-bottom: 0;
}
.no-vr-pad {
    padding-left: 0;
    padding-right: 0;
}
.no-hr-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.no-vr-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-margin {
    margin: 0;
}

.no-pad {
    padding: 0;
}

.highlight {
    transition: all linear 2000ms;
}

    .highlight.ng-enter {
        opacity: 0;
        color: white;
        background-color: #AFC22F;
    }

        .highlight.ng-enter.ng-enter-active {
            opacity: 1;
        }

.blink.ng-enter {
    animation-name: blinkkf;
    animation-duration: 2s;
}

@keyframes blinkkf {
    0% {
        background-color: #AFC22F;
        color: white;
    }

    20% {
        background-color: white;
        color: black;
    }

    40% {
        background-color: #AFC22F;
        color: white;
    }

    60% {
        background-color: white;
        color: black;
    }

    80% {
        background-color: #AFC22F;
        color: white;
    }

    100% {
        background-color: white;
        color: black;
    }
}

.fadedown.ng-hide-add, .fadedown.ng-hide-remove {
    transition: all linear 0.4s;
}

.fadedown.ng-hide {
    opacity: 0;
}

.bg-gray-light {
    color: #000;
    background-color: #EBEDEF !important;
}

.table > tbody > tr > td.options-col {
    padding-bottom: 0;
}

.thin-vr-pad {
    padding-left: 5px;
    padding-right: 5px;
}
.five-vr-pad{
    padding-left: 5px;
    padding-right: 5px;
}
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

img.nzt-map, map.nzt-map-area area {
    outline: none;
}

.region-checkbox {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

.btn-clear {
    background-color: transparent;
}

.dropdown-toggle, .sidebar-toggle {
    cursor: pointer;
}

.angular-google-map-container {
    /*min-height: 400px;*/
    height: 67vh;
    width: 100%;
}
.marker-legend img{
    width: 16px;
}
/*rotated table header*/
.table-header-rotated {
  border-collapse: collapse;
}
.table-header-rotated td {
  width: 30px;
}
.table-header-rotated th {
  padding: 5px 10px;
}
.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
.table-header-rotated th.rotate {
  height: 250px;
  white-space: nowrap;
}
.table-header-rotated th.rotate > div {
  -webkit-transform: translate(25px, 51px) rotate(315deg);
          transform: translate(25px, 51px) rotate(315deg);
  width: 30px;
}
.table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.table-header-rotated th.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.pointer-cursor{
    cursor: pointer;
}
.full-width{
    width: 100%;
}
.my-btn-sm{
    padding: 2px 10px;
}
.no-bottom-margin{
    margin-bottom: 0;
}
.field-label{
    font-weight: bold;
}
.options-btn{
    padding: 0 2px;
    font-size: 18px;
    background-color: white;
    height: inherit;
    min-width: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.form-condensed .form-group{
    margin-bottom: 5px;
}
.form-condensed .form-group .form-control{
    padding: 3px 6px;
    height: 28px;
}

.form-condensed .form-group .error-text{
    font-size: 13px;
}
.form-condensed .form-group .input-group-btn .btn{
    height: 28px;
    padding-top: 3px;
}
/*uib-datepicker-popup-wrap{
    position: absolute;
    top: 0;
    left: 0;
}
*/
ul.uib-datepicker-popup{
    z-index: 9999;
}
.modal-lg2{
    width: 80%;
}
.text-brighter-green{
    color: #7CFC00;
}
.text-brighter-email-green{
    color: #00a65a;
}
ul.inline-list1{
    list-style-type: none;
    padding-left: 0;
}
ul.inline-list1 li {
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    border: solid 1px #d2d6de;
    margin-right: 5px;
    line-height: 2em;
}
.checkbox-list .list-group-item {
    padding: 0;    
}
.checkbox-list .list-group-item .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    /*padding: 10px 15px;*/
}
.checkbox-list .list-group-item .checkbox label{
    width: 100%;
    padding: 10px;
}
.checkbox-list .list-group-item .checkbox label:hover {
    background-color: #f5f5f5;
}
.checkbox-list .list-group-item .checkbox label input[type=checkbox] {
    margin-left: 0;
}
.checkbox-list .list-group-item .checkbox label .label-title{
    padding-left: 20px;
}
.checkbox-wrapper{
    height: 370px;
    overflow-y: scroll;
}
.collapse-animate.ng-hide{
    width: 0;
}
.collapse-animate.ng-hide-add,
.collapse-animate.ng-hide-remove {
    transition: all linear 0.5s;
}
.horizontal-collapse{
    height: 200px;
}
.checkbox-item input[type=checkbox]{
    position: absolute;
}
.checkbox-item .checkbox-item-label{
    padding-left: 20px;
}
.send-job-form .ng-empty{
    border: 1px solid red;
}
/*<----- truck audit acitivity*/
.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.gutter-0.row {
    margin-right: 0px;
    margin-left: 0px;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 0px;
    padding-left: 0px;
}
.rowbottomborder {
    border-bottom: 1px solid #D5D8DC;
}
.rightborder {
    border-right: 1px solid #D5D8DC;
}
.bottom-right-border {
    border-bottom: 1px solid #D5D8DC;
    border-right: 1px solid #D5D8DC;
}
.bottom-right-border:nth-last-of-type(3) {
    border-right: none;
}
.bottom-right-border:nth-last-of-type(1), .bottom-right-border:nth-last-of-type(2) {
    border-bottom: none;
}
.box-border {
    border: 1px solid #D5D8DC;
}
/*
.truck-audit div[class^=col-md-]{
    padding-left: 5px;
    padding-right: 5px;
}
*/
/*----->*/
/*<----- star-rating directive*/
.star-rating {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.star-rating .star {
    padding: 1px;
    color: #ddd;
    font-size: 20px;
    text-shadow: .05em .05em #aaa;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}
.star-rating .star.filled {
    color: #fd0;
}
.star-rating .readonly.star.filled {
    color: #666;
}
.star-rating .star .fa-star {
    font-size: 16px;
}
/*----->*/
/*<------ fluid-level directive*/
.fluid-level-item {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 2px;
    margin-right: 5px;
}
.fluid-level-item:first-of-type {
    margin-right: 5px;
}
.fluid-level-item:last-of-type {
    margin-right: 0;
}
.fluid-level-item-selected {
    border-color: green;
    background-color: green;
    color: white;
}
/*------>*/
/* expiry colors */
.orange {
    color: orange;
}
.red {
    color: red;
}
.purple {
    color: purple;
}
.black {
    color: black;
}
.white {
    color: white;
}
/* expiry colors end */
/*cell table*/
table.cell-table{
    margin: 0;
    border: 0;
}
table.cell-table tr:first-of-type td:first-of-type{
    border-left: none;
    border-top: none;
    border-bottom: none;
}
table.cell-table tr:first-of-type td:last-of-type {
    border-right: none;
    border-top: none;
    border-bottom: none;
}
/*cell table end*/

.content-one, .content-two {
    display:none;
}
.page-printheader {
    display: none;
}
.invoice-layout .inv-header {
    border-bottom: 1px solid #ddd;
}

.bottom-border-gray {
    border-bottom: 1px solid #ddd;
}

.hide-calendar {
    visibility: hidden;
}
.custom-dropdown-menu.dropdown-menu > li > button:hover,
.custom-dropdown-menu.dropdown-menu > li > button:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu.custom-dropdown-menu{
    border-color: black;
}
ul.dropdown-menu.custom-dropdown-menu > li{
    display: inline-block;
    float: left;
}
.teamshifts-btn-group .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
@media print {
    .content {
        padding: 0;
    }

    .invoice-layout, .jobdetails-default {
        font-size: 11px;
        margin: 0;
        padding: 0;
        font-family: sans-serif;
    }

    .invoice-layout div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .invoice-layout .inv-header {
        border-bottom: 1px solid #ddd;
    }

    .invoice-layout .inv-label,
    .jobdetails-default .inv-label{
        color: black;
    }

    .invoice-layout .bottom-margin-01 {
        margin-bottom: 0;
    }

    .invoice-layout label {
        margin-bottom: 0;
    }

    .invoice-layout ul li.timeline-list-item,
    .jobdetails-default ul li.timeline-list-item {
        margin-bottom: 0;
    }

    .invoice-layout ul li.time-label,
    .jobdetails-default ul li.time-label {
        margin-bottom: 0;
    }

    .invoice-layout .timeline > li > .timeline-item,
    .jobdetails-default .timeline > li > .timeline-item {
        border-bottom: 1px solid #ddd;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
    }
    .jobdetails-default .timeline > li > .timeline-item{
        margin-left: 0px;
        margin-right: 0px;
    } 
    .invoice-layout ul.timeline .timeline-body,
    .jobdetails-default ul.timeline .timeline-body {
        padding: 5px;
    }

    .invoice-layout .box{
        border-top: none;
    }

    .jobdetails-default button{
        display: none;
    }
    .jobdetails-default .colTotalBreakTime{
        width: 80px;
    }
    .jobdetails-default .colTotalNetTime {
        width: 80px;
    }
    .jobdetails-default ul.timeline .timeline-header{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    .jobdetails-default .truck-audit{
        font-size: 10px;
    }
    .page-printheader {
        display: inherit !important;
        font-size: 12px;
    }
    .page-break{
        page-break-after: always;
    }
    .repeaton-active {
        background: #4285f4 !important;
        -webkit-print-color-adjust: exact;
    }
}

.input-group-addon {
    cursor: pointer; 
}

.input-group-addon:hover {
    background-color: #86c9fa;
}

.circle-base {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.repeaton {
    border: 1px solid #717070;
    cursor: pointer; 
    font-weight: bold;
    float: left;
    height: 35px;
    margin-right: 4px; 
    padding-top: 5px;
    width: 35px;
    text-align: center;
}

.repeaton-active {
    background: #4285f4;
}

.repeaton-inactive {
    background: #fff;
}

.repeaton:hover {
    background: #c1d4f4;
}

.text-success-staff {
  color: #ff0000;
}
ul.pagination.pagination-y30 li button, ul.pagination.pagination-y30 li a {
    height: 30px;
    line-height: 1em;
}
.box-tools .pagination.custom-pager .page-item .page-link,
.box-tools .pagination.custom-pager > li > span {
    padding-top: 4px;
    padding-bottom: 4px;
}

/*pagination*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.box-tools .pagination > li > button {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

.box-tools .pagination > li:first-child > button {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.box-tools .pagination > li:last-child > button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.box-tools .pagination > li > button:hover,
.box-tools .pagination > li > button:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.box-tools .pagination > .active > button,
.box-tools .pagination > .active > button:hover,
.box-tools .pagination > .active > button:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.box-tools .pagination > .disabled > button,
.box-tools .pagination > .disabled > button:hover,
.box-tools .pagination > .disabled > button:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.box-tools .pagination-lg > li > button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.box-tools .pagination-lg > li:first-child > button {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.box-tools .pagination-lg > li:last-child > button {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.box-tools .pagination-sm > li > button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.box-tools .pagination-sm > li:first-child > button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.box-tools .pagination-sm > li:last-child > button{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.box-divider {
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px;
}
div.bootstrap-datetimepicker-widget{
    z-index: 99999999;
}
.highlight-edit-mode {
    background-color: #f5f5f5;
}
.has-error-border{
    border: solid 1px red;
}

select.total-non-chargable-time.ng-invalid-required {
    border: solid 1px red;
}

.parentcolumn {
    background: #fff;
    padding-top: 10px;
    /*position: fixed;*/
    z-index: 100;
}

#parent-column-container.sticky {
    position: fixed;
    top: 0;
}

.notification-badge {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
}

@media (min-width: 300px) {
    .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
        float: left;
        width: 100%;
        *width: 100%;
    }

    .seven-cols-job .col-md-1,
    .seven-cols-job .col-sm-1,
    .seven-cols-job .col-lg-1 {
        float: left;
        width: 50%;
        *width: 50%;
    }

}


@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }

    .seven-cols-job .col-md-1,
    .seven-cols-job .col-sm-1,
    .seven-cols-job .col-lg-1 {
        width: 33.33%;
        *width: 33.33%;
    }

}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }

    .seven-cols-job .col-md-1,
    .seven-cols-job .col-sm-1,
    .seven-cols-job .col-lg-1 {
        width: 33.33%;
        *width: 33.33%;
    }

}


@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 12.285714285714285714285714285714%;
        *width: 12.285714285714285714285714285714%;
        padding: 10px 9px;
    }

    .seven-cols-job .col-md-1,
    .seven-cols-job .col-sm-1,
    .seven-cols-job .col-lg-1 {
        width: 12.285714285714285714285714285714%;
        *width: 12.285714285714285714285714285714%;
        padding: 10px 9px;
    }

}

.iconJobspan, .iconJobsDraft, .iconJobsDraft, iconspantruck, .iconspan {
    float: left;
    width: 34px;
    border-left: 0px solid #ccc;
    height: 33px;
}
/*.iconJobspan {
    margin-right: 425px;
}*/
.iconJobsDraft {
    margin-right: 345px;
}
.iconUserspan {
    margin-right: 275px;
}
.iconspantruck {
    margin-right: 12px;
    margin-top: 49px;
}
.iconspan {
    margin-right: 12px;
}
.date-section, .date-list{display:inline-flex; align-items:center}
.date-list{max-width:170px;}
.date-list-button{position:relative; margin-right:4px;}
.date-section .date-list.date-list-to{margin-left:7px;}
.box-header{background-color:white; z-index:10000}
.search-box{display:inline-flex; align-items:center;position: relative;}
.date-list-button i {
    position: relative;
    width: auto;
    height: auto;
    line-height: 100%;
    font-size: 12px;
    margin-right: 5px;
    top: 4px;
}
.timeline.timelog > li .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline.timelog > li .fa, .timeline.timelog > li .glyphicon, .timeline.timelog li .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
.timeline.timelog > li .timeline-item .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}
.timelog.timeline {
    margin-top: 50px;
}
.timelog.timeline .bg-blue {
    position: absolute;
    top: -40px;
}
.timeline.timelog > li .timeline-item .timeline-body, .timeline > li .timeline-item .timeline-footer {
    padding: 10px;
}
.timeline.timelog li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 55px;
}
.site-pdf-title b{display:inline-block;margin-top:15px;}
.site-pdf-download{margin-top:5px}
.site-pdf-download .list-group-item {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.site-pdf-download .list-group-item a{margin-left:8px;}
.site-pdf-download .list-group-item a i{color:red}
.tooltip-container {
    position: relative;
    display: inline-block;
}
.tooltip-text {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    right: 125%;
    margin-top: -50%;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
}
.tooltip-left {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 125%;
    margin-top: -50%;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container:hover .tooltip-left {
    visibility: visible;
    opacity: 1;
}
.truck-report {
    margin-left: 20px;
}

toolbox-report {
    line-height: 2;
}

.rateselect-align {
    clear: both;
}

.controllerlabel-font {
    font-size: 13px;
}

.arrivedepot-container {
    float: left;
    width: 25%;
    text-align: center;
}

.arrivedepot-value {
    overflow: visible;
    margin-left: 3%;
}

.dayrate-container {
    margin-top: 115px;
}

.arrivedepot-container p {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.arrivedepot-checkboxes p {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.rateselect-container {
    margin-top: 60px;
}

.durationtime-control {
    width: 100%;
    height: 70px;
}

    .durationtime-control .form-group label {
        margin-top: 5px;
    }

.non-chargecode {
    min-width: 155px;
}

.total-breaktimehead {
    max-width: 155px;
    min-width: 155px;
}

.rateselect-container .ui-select-container.selectize-control {
    width: 100% !important;
}