﻿/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/* width */
/*.gm-style div div * {
    -webkit-transform: none !important;
}*/

.size-60x60 {
    width:60px;
    height : 60px;
}

.view-pushed-job-container > li {
    text-align: left !important;
    margin-left: -10px;
}

.view-pushed-job-container >div {
    margin-left:-20px;
}

#menu_toggle {
    color: white !important;
}
.no-of-inentory-div {
    padding-left: 0px !important;
}
#no-of-plants {
    width: 90px;
}
.remove-inventory-span {
    color: red;
    cursor: pointer;
}
.inventorie-values {
    padding-bottom: 5px;
}
.location-div {
    padding-bottom: 10px;
}
.view-inventory-modal-div {
    padding-bottom: 10px;
    padding-top: 10px;
}

.client-job-inventory-input {
    width: 70%;
}
/*#region tech home*/
.tech-home-container .tech-home-link {
    padding-bottom: 100px;
    padding-top: 60px;
}

.tech-home-container .clickabale-content:hover {
    cursor: pointer;
}

.colckin_btn {
    margin-top: 10px;
}

.tech-home-container .job-status-image {
    width: 55px;
    cursor: pointer;
}

.tech-layout-logo {
    width: 150px;
    height: 57px;
    cursor: pointer;
}


.tech-home-container a {
    font-size: 40px;
}

.tech-time-sheet {
    width : 23px;
}

/*#endregion tech home*/
#cloc-in-modal h2, h4 {
    color: black;
}

.description-edit-job {
    margin-right: -45px !important;
}

.stock-description {
    padding-left: 17px !important;
}

.stocks-body-modal {
    height: 400px;
}


.loading-screen-upload-clients {
    text-align: center;
    padding-top: 15%;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.fixed-pos {
    position: fixed !important;
}

#scr-table {
    overflow: hidden;
}

.header-fixed-route {
    width: 100%
}

    .header-fixed-route > thead,
    .header-fixed-route > tbody,
    .header-fixed-route > thead > tr,
    .header-fixed-route > tbody > tr,
    .header-fixed-route > thead > tr > th,
    .header-fixed-route > tbody > tr > td {
        display: block;
    }

        .header-fixed-route > tbody > tr:after,
        .header-fixed-route > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .header-fixed-route > tbody {
        overflow-y: auto;
        height: 285px;
    }

        .header-fixed-route > tbody > tr > td,
        .header-fixed-route > thead > tr > th {
            width: 12.5%;
            float: left;
        }

.table > thead:first-child > tr:first-child > th {
    border-bottom: 0px;
}

.table > tbody > tr:first-child > td {
    border-top: 0px !important;
}

.wrapper-table {
    position: relative;
}

.wrapper-table-1 {
    position: relative;
}

.loading-table:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0,0,0,0.3) center center no-repeat url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.required-field {
    color: red;
}

.font-size-20px {
    font-size: 20px;
}

.header-fixed {
    width: 100%
}

    .header-fixed > thead,
    .header-fixed > tbody,
    .header-fixed > thead > tr,
    .header-fixed > tbody > tr,
    .header-fixed > thead > tr > th,
    .header-fixed > tbody > tr > td {
        display: block;
    }

        .header-fixed > tbody > tr:after,
        .header-fixed > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .header-fixed > tbody {
        overflow-y: auto;
        height: 285px;
    }

        .header-fixed > tbody > tr > td,
        .header-fixed > thead > tr > th {
            width: 8.3%;
            float: left;
        }

.edit-client-job-div {
    padding-bottom: 50px;
}

font-size-20px {
    font-size: 20px !important;
}

.recover-pass-p {
    background-color: #2A3F54;
    color: white;
    text-align: left;
    padding-left: 7px;
}

.loading-image-div {
    margin-left: 15px;
}

#logging-service-job-div {
    padding-top: 20%;
}

.help-page-divs {
    padding-left: 10px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.help-page-labels {
    margin-left: 35px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 3px;
}

.help-page-titles {
    font-weight: bold;
    color: #405467;
}

.help-page-sub-titles {
    font-style: italic;
    font-size: 16px;
}


.save-job-header-button {
    background-color: #FFE166;
    color: black;
}

.time-xs-style {
    padding-top: 5px;
    margin-left: -30px;
}

#plant-requests {
    margin-left: 70px;
}

.btn-add-to-plant-table-job-service {
    padding-top: 24px;
}


.log-service-container .time-spent-lbl {
    margin-left: 20px;
}

.select-hour-minutes-log-services {
    -webkit-appearance: none;
    width: 35px;
    text-align: center;
    padding-left: 11px;
    margin-top: 6px;
    border-color: black;
}

:disabled {
    background: #dddddd;
}

.margin-top-5px {
    margin-top: 5px;
}



.checkboxFour {
    width: 25px;
    height: 25px;
    background: #dfdfdf;
    border-radius: 100%;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    margin-top: 2px;
}

    .checkboxFour label {
        display: block;
        width: 21px;
        height: 21px;
        border-radius: 100px;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 1;
        background: #FFFFFF;
        box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
    }

    .checkboxFour input[type=checkbox]:checked + label {
        background: rgba(0,0,0,0.5);
    }



.time-spent-log-service {
    margin-top: 40px;
    margin-bottom: 20px;
}

.glyphicon :hover {
    cursor: pointer;
}

.margin-top-7px {
    margin-top: 7px !important;
}

ul:hover > li:hover {
    cursor: pointer;
}

.modal-body p {
    word-wrap: break-word;
}

.radius {
    border-radius: 4px !important;
}

.service-notes:hover {
    cursor: pointer;
}

.table-link {
    color: #ECF0F1;
}

.company-table-navigation {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.dl-horizontal dt {
    white-space: normal;
}

.pagination-buttons {
    margin-right: 0 !important;
}

.daterangepicker {
    z-index: 9999 !important;
}


.time-picker {
    cursor: pointer;
    background-color: white;
}

.active-span {
    background-color: limegreen;
    color: white;
}

.inactive-span {
    background-color: #ff0000;
    color: white;
}

.table-caption {
    text-align: center;
    font-size: 30px;
    padding-bottom: 22px;
    color: #7387B2;
}

.dropdown-span {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

.dropdown-with-icon {
    padding-left: 35px;
}

.span-in-input {
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
}


.more-than-8-days {
    background-color: green;
    color: white;
}

.more-than-15-days {
    background-color: grey;
    color: white;
}

.fourteen-to-twentyone-days {
    background-color: lightblue;
    color: white;
}

.seven-to-fourteen-days {
    background-color: blue;
    color: white;
}

.less-than-7-days {
    background-color: orange;
    color: white;
}

.less-than-3-days {
    background-color: #FF6767;
    color: white;
}

.overdue-client {
    background-color: #FF0000;
    color: white;
}

.zero-to-7-days {
    background-color: lightgreen;
    color: white;
}

.pading-top-30px {
    padding-top: 30px;
}

.more-than-7-days {
    background-color: green;
    color: white;
}

.pointer:hover {
    cursor: pointer;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}

.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

    .my-legend .legend-scale ul li {
        font-size: 80%;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
    }

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*#region create route*/

.create-route-container table, thead, tr, th {
    text-align: center;
}

.add-clients {
    margin-top: 20px;
}

.save-route-margin {
    margin-bottom: 20px;
}

.lbl-save-route {
    margin-left: 50px;
    font-size: 15px;
    font-weight: 800;
}
/*#endregion create route*/

.login-container .image-logo {
    width: 200px;
    margin-top: -30px;
    margin-bottom: 40px;
}

.login-container li {
    color: red;
}

.login-container input[type="text"], input[type="password"] {
    display: inline;
}

.login-container .login-button {
    width: 100px;
    margin-right: 35px;
}

.login-btn {
    width: 100px;
}

.login-container input[type="text"]:focus {
    border-color: blue !important;
}


.login-container input[type="password"]:focus {
    border-color: blue !important;
}


.users-continer .table thead > tr > th {
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.users-continer .table-bordered > tbody > tr > td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.users-continer .table-caption {
    font-weight: bold;
    font-size: 32px;
    margin: 2%;
}

.users-continer .source {
    display: none;
}

.users-continer table > tr {
    text-align: center;
}

.register-user-container #profile-image {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.planroute-home {
    display: block;
    width: 100px;
    margin-left: 75px;
}

/*#region Techs*/

.techs-container .table thead > tr > th {
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.techs-container .table-striped > tbody > tr > td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.edit-tech-container input[type="radio"] {
    margin-right: 5px;
    margin-left: 5px;
}

.edit-tech-container .tech-name {
    margin-top: 5px;
    font-size: 18px;
}

.create-tech-container .week-separator-div {
    text-align: center;
    vertical-align: middle;
}
/*#endregion Techs*/



/*#region CLients*/

.clients-container .table thead > tr > th {
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.clients-container .table-bordered > tbody > tr > td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.client-tech-summary-container .table-striped > tbody > tr > td {
    font-size: 15px;
    vertical-align: middle;
}

/*#endregion Clients*/

/*#region schedule*/
.jobs-container .create-schedule-button, .save-schedule-button {
    padding-top: 0;
    margin-top: 24px;
}

.jobs-container .time-picker {
    background-color: white;
    cursor: pointer;
}

.jobs-container .save-schedule-button {
    background-color: #1ABB9C;
}

    .jobs-container .save-schedule-button :hover :active {
        background-color: #22ECC5 !important;
    }

.jobs-container .note-label {
    margin-left: 10px;
    margin-top: 10px;
}

.jobs-container .add-button {
    margin-top: 3px;
    margin-right: 3px;
}

.jobs-container .clear-button {
    margin-top: 3px;
    margin-right: 0;
}

.jobs-container .client-contact-div {
    font-size: 18px;
    padding-top: 30px;
}

.jobs-container #jobs-table {
    width: 100%;
}

.jobs-container textarea {
    resize: vertical;
}

.jobs-container .schedule-number-div {
    margin-top: 25px;
    font-size: 18px;
}

.jobs-container .remove-schedule:hover {
    color: red;
    cursor: pointer;
}

.schedules-div th {
    text-align: center;
}

.schedules-for-today-container .table-bordered > tbody > tr > td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.edit-job-tech-container #date-time {
    padding-left: 40px;
}

.edit-job-tech-container .text-font {
    font-size: 16px;
}

.edit-job-tech-container .x_content {
    margin-top: 20px;
}

.edit-job-tech-container .edit-job-client-details-div-margin {
    margin-bottom: 30px;
}

.edit-job-tech-container .edit-job-tech-buttons {
    margin-right: 43px;
}

.edit-main-schedule-container .modal-body {
    overflow: hidden;
}

.edit-main-schedule-container .edit-main-schedule-div {
    margin-bottom: 20px;
}

.edit-main-schedule-container label {
    padding-top: 8px;
}

.edit-main-schedule-container #main-schedule-date {
    padding-left: 30px;
}

.create-job-for-schedule-container #job-schedule-time {
    padding-left: 25px;
}

.create-job-for-schedule-container .create-job-for-schedule-time-div {
    margin-bottom: 20px;
}

.create-job-for-schedule-container .modal-body {
    overflow: hidden;
}

.create-job-for-schedule-container .notes-text-area {
    resize: vertical;
    max-height: 300px;
}

.edit-job-admin-container #edit-job-schedule-time {
    cursor: pointer;
    background-color: white !important;
}

.edit-job-admin-container .summary-div {
    padding-left: 230px;
}
/*#endregion shedule*/

/*#region messages*/
.get-all-messages-container .clickable-message-td:hover {
    cursor: pointer;
    text-align: center;
}

.get-all-messages-container .table thead > tr > th {
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.get-all-messages-container .table-bordered > tbody > tr > td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
/*#endregion messages*/

.btn-camera {
    width: 50px;
}

    .btn-camera:hover {
        cursor: pointer;
    }

.btn-send-email {
    width: 50px;
    margin-left: 10px;
}

    .btn-send-email:hover {
        cursor: pointer;
    }

.route-icon {
    padding-right: 4px;
}

.menu-logo {
    content: url("../../Images/logo.jpg")
}

.logo-title {
    padding-left: 0px !important;
}

.x-sign-edit-inventory {
    text-align: center;
    padding-left: 30px;
    padding-top: 5px;
}
.edit-inventory-size-dropdown {
    padding-left: 35px
}


/***********************Media queries********************************/
@media (min-width: 1024px) {
    .container {
        max-width: 1990px;
    }

    #plant-requests {
        margin-left: 70px;
    }
    .edit-inventory-size-dropdown {
        padding-right: 35px
    }
}

@media screen and (max-width: 800px) {
    .description-input-fields-edit-inventorty {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .route-icon {
        display: inherit !important;
        margin-left: 16px;
        padding-right: 0px;
    }

    #scr-table {
        height: 318px !important;
        padding-left: 0;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .menu-logo {
        content: url(../../Images/small-logo-transparent.png);
        padding-left: 15px;
        height: 40px;
    }

    #plant-requests {
        margin-left: 10px;
    }

    .header-fixed {
        width: 2120px;
    }

    .header-fixed-route {
        width: 1600px;
    }

    .navigation-menu {
        margin-top: -8px;
        margin-bottom: -6px;
    }

    .route-service-date-picker-div {
        padding-left: 0px !important;
        padding-top: 15px;
    }

    .under-800px-padding-left-zero {
        padding-left: 0px !important;
    }

    .under-800px-padding-top-20 {
        padding-top: 20px;
    }

    .hidden-div-for-small-resolution {
        display: none;
    }

    .under-800-route-service-date-picker {
        padding-left: 30px;
    }

    /*.main_menu_side {
        overflow-y: scroll;
        height:400px;
    }*/
    .stocks-body-modal {
        height: 700px;
    }

    .stock-description {
        padding-left: 10px !important;
    }

    .description-edit-job {
        margin-right: 0px !important;
    }

    .table-responsive {
        border: 0px;
    }

    .home-letters {
        padding-left: 0px !important;
    }

    .view-route-table {
        width: 1200px !important;
    }

    .margin-left-15-small-devices {
        margin-left: 15px !important;
    }


    .menu-dropdown-tech {
        display: inline-block;
        float: right;
    }

    .tech-time-sheet {
        display: inherit;
        margin-left: 19px;
    }

    .remove-inventory-btn {
        margin-top: 100px;
    }

    #no-of-plants {
        width : 70px;
    }
  
}

@media screen and (width:768px) {
    .margin-left-15-small-devices {
        margin-left: 113px !important;
    }
    .nav_title_tech {
        width: 135px;
    }    
}

@media screen and (max-width:360px) {
    .margin-left-15-small-devices {
        margin-left: 5px !important;
    }

    .nav_title_tech {
        width: 135px !important;
    }
    .tech-layout-logo {
        width: 136px;
        height: 58px;
        cursor: pointer;
    }
}
