﻿
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.modal-body .form-submit-error {
    display: none;
    float: left;
    font-size: 24px;
}
/* Ajax search and paging */

.modal-body .fts-paging .pagination {
    margin: 0;
}

.fts-search {
    margin: 0 0 10px;
}

    .fts-search > div {
        display: table-cell;
        vertical-align: bottom;
        padding-left: 5px;
    }

        .fts-search > div.form-inline {
            width: 100%;
            padding: 0;
        }

        .fts-search > div:last-child {
            min-width: 92px;
            text-align: right;
        }

    .fts-search div.form-group {
        padding: 0 0 0 3px;
    }

        .fts-search div.form-group label.control-label {
            padding-right: 3px;
        }

    .fts-search div.input-daterange input {
        width: 102px !important;
    }

.modal-body .fts-search {
    /*margin: -10px 0 5px;*/
}

    .modal-body .fts-search input.form-control {
        padding-left: 6px;
        padding-right: 6px;
    }

/* Modals */
.fts-modals-container {
}

.fts-edit-link {
}

.fts-create-link {
}

.fts-delete-link {
}

.fts-edit-modal-link {
}

.fts-delete-modal-link {
}

.fts-details-modal-link {
}

.fts-modal-popup-link {
}

/* customer phone control */

.fts-phone {
}

.fts-phones-add, .fts-phones-delete, .fts-phones-row {
}

#Phone-Table input {
    width: 100%;
}

div.fts-address-box::after {
    content: "\00a0";
}

/* customer note control */

.fts-customer-note textarea {
    max-height: 260px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.fts-customer-note-link-list {
    overflow-y: auto;
    max-height: 310px;
}

.fts-customer-note-list {
}

.fts-customer-note-add, .fts-customer-note-delete {
}

/* change logs*/

.fts-change-logs-entity.panel-heading a {
    display: block;
}

    .fts-change-logs-entity.panel-heading a:after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: right;
        color: grey;
    }

    .fts-change-logs-entity.panel-heading a.collapsed:after {
        content: "\e080";
    }

.fts-icon-true {
    color: #1ab394;
}

.fts-icon-false {
    color: red;
}

.fts-icon-trash {
    color: rgb(51, 122, 183);
}

.fts-icon-dark {
    color: #676a6c;
}

#ApptHistory ul.pagination {
    margin-top: 0;
    margin-bottom: 10px;
}

#ApptHistory table.table {
    margin-bottom: 0;
}

.modal-dialog.modal-full {
    height: 100%;
}

    .modal-dialog.modal-full .modal-content {
        min-height: 90%;
    }

.modal-body .customers-container,
.modal-body .users-container {
    min-height: 755px;
}

/* Tech Week Schedule */

.tech-week-schedule {
    text-align: center;
    min-height: 400px;
}

    .tech-week-schedule .unavail {
        background-color: #ffd700;
    }

.tech-week-schedule-legend > div {
    display: inline-block;
    margin: 0 10px;
}

    .tech-week-schedule-legend > div > span:first-child {
        display: inline-block;
        width: 20px;
    }

.tech-week-schedule-details {
    text-align: center;
    margin: 0 auto;
    width: 700px;
}

    .tech-week-schedule-details > div {
        width: 100px;
        float: left;
    }

        .tech-week-schedule-details > div > div {
            margin: 0 1px;
            position: relative;
        }

            .tech-week-schedule-details > div > div.tech-week-date-link {
                margin-top: 10px;
                margin-bottom: 10px;
                cursor: pointer;
                color: #337ab7;
            }

.masking-overlay {
    z-index: 10;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(200, 200, 200, 0.5);
    font-size: 40px;
    color: white;
    transform-style: preserve-3d;
}

    .masking-overlay.masking-overlay-dark {
        color: rgb(100, 100, 100);
    }

    .masking-overlay > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.clipboard-appt {
    background-color: aliceblue;
    font-size: .85em;
    margin: 5px 0px 5px -5px;
    padding: 2px 0;
    cursor: move;
    position: relative;
}

    .clipboard-appt.ui-draggable-dragging {
        width: 300px;
    }

.signature {
    border: 1px solid gray;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
}

.modal-body .fts-product,
.modal-body .fts-select,
.list-group .list-group-item.avail-service {
    cursor: pointer;
}

.userdatestamp {
    font-size: 80%;
    font-style: italic;
}

.appt-visit-search-form .chosen-container-single .chosen-single abbr {
    top: 9px;
}

.appt-visit-search-form .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position-y: 4px;
}

.appt-visit-search-form .chosen-container-single .chosen-single div b {
    background-position-y: 4px;
}

.ui-effects-wrapper .appt {
    width: 120px !important;
}

.visit-note-group {
    background-color: #F0F8FF;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 5px;
}

.visit-note-header {
    font-weight: bolder;
}

.resource-legend-cell {
    display: inline-block;
    height: 15px;
    line-height: 1;
    width: 35px;
    margin: 1px;
    padding: 1px;
    text-align: center;
}

.shift-pool-legend-placeholder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.shift-pool-legend-container {
    background-color: white;
    border: solid 1px #E5E6E7;
    border-radius: 5px;
    padding: 10px;
    margin-top: 30px;
    width: 145px;
}

.gantt .shift-pool-legend-container {
    margin-left: -20px;
    width: 185px;
}

.shift-pool-legend-arrow-up {
    position: absolute;
    top: 20px;
    left: 62px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E5E6E7;
}

.resource-legend:hover .shift-pool-legend-placeholder,
.shift-pool-legend-placeholder:hover {
    display: block;
}

.availsp-summary {
    overflow-y: auto;
    overflow-x: auto;
}

.availsp-day-summary-wrapper {
    width: 1645px;
}

.availsp-day-summary-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
}

.availsp-day-summary {
    width: 235px;
    height: 240px;
    padding: 10px 5px;
    float: left;
}

.availsp-day-summary-content {
    position: relative;
    padding: 5px;
    width: 225px;
    height: 200px;
    display: inline-block;
    border: solid 1px grey;
    border-radius: 5px;
}

.availsp-day-summary-items {
    position: absolute;
    left: 5px;
    right: 0px;
    top: 30px;
    bottom: 10px;
    overflow-y: auto;
}

    .availsp-day-summary-items .name {
        width: 120px;
        text-align: left;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .availsp-day-summary-items .gender {
        width: 25px;
        text-align: left;
        overflow: hidden;
        display: inline-block;
    }

    .availsp-day-summary-items .count {
        min-width: 10px;
        margin-left: 5px;
        text-align: left;
        overflow: hidden;
        display: inline-block;
    }

    .availsp-day-summary-items a.day-summary-add-shift[disabled],
    .availsp-day-summary-items a.day-summary-add-shift:disabled {
        color: gray;
        opacity: 0.5;
        cursor: default;
    }

.ckeckin-detail-appt {
    border-radius: 5px;
    border: solid 1px #999;
    position: relative;
    padding: 5px;
    margin: 5px 25px 5px 0;
}

    .ckeckin-detail-appt.cut-appt {
        border-color: red;
    }

.checkin-notes-container .note {
    position: relative;
    padding: 5px;
}

    .checkin-notes-container .note:nth-child(odd) {
        background-color: #eee;
    }

.check-in-visit-ids {
    transition: max-height ease-in-out 0.25s;
    overflow: hidden;
    max-height: 1000px;
}

    .check-in-visit-ids.more {
        max-height: 0;
    }

.note-content {
    overflow: hidden;
}

.check-in-row.checked-in {
    background-color: #AAF0F0;
}

.check-in-row.finished {
    background-color: #B6C7B7;
}

.check-in-row.cut-appt .time {
    color: red;
}

.check-in-row.check-in-customer-temp,
.check-in-row.check-in-customer-temp.checked-in,
.check-in-row.check-in-customer-temp.not-arrived,
.check-in-row.check-in-customer-temp.finished {
    background-color: #B8FACD;
}

.comm-update-chosen-small {
    max-width: 260px;
    display: inline-block;
}

    .comm-update-chosen-small input,
    .comm-update-chosen-small select,
    .comm-update-chosen-small button,
    .comm-update-chosen-small .chosen-container,
    .comm-update-chosen-small .chosen-container-single .chosen-single,
    .comm-update-chosen-small .chosen-container {
        font-size: 12px;
        height: 27px;
        line-height: 25px;
    }

.table > tbody > tr.comm-update-user-item > td {
    padding: 4px 8px;
}

@media (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
}

.payment-test-link {
    display: block;
    margin: 10px 0;
    font-size: larger;
}

.payment-test-info {
    word-wrap: break-word;
}

.long-task-processing-result {
    vertical-align: central;
    font-size: 1.5em;
}

.edit-popup-list-section {
    background-color: #efefef;
    padding: 2px;
}

    .edit-popup-list-section .section-title {
        margin: 5px;
        background-color: #e6e0e0;
    }

    .edit-popup-list-section .section-content {
        max-height: 300px;
        overflow-y: auto;
    }

        .edit-popup-list-section .section-content.hidden {
            display: none;
        }

.tms-rule.non-active {
    opacity: 0.5;
}

.tms-actions-block-container .tms-action {
    font-weight: bold;
}

.timepeaker-padding4 .bootstrap-datetimepicker-widget .timepicker {
    padding: 4px;
}

@media (min-width: 992px) {
    #ActionDatePicker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        min-width: 550px;
    }
}

/* TMS Login Form */

#TMSLoginForm {
    display: inline-block;
}

    #TMSLoginForm input {
        width: 90px;
    }

@media (min-width: 1446px) {
    #TMSLoginForm {
        padding-right: 100px;
    }

        #TMSLoginForm input {
            width: 90px;
        }
}

div.tms-time {
    width: 70px;
    display: inline-block;
}

div.tms-hours {
    width: 40px;
    display: inline-block;
}
/* these are the job styles*/
.greenmeansgo {
    color: white;
    background-color: green;
}

.dateerror {
    color: white;
    background-color: red;
}

.dateoverdue {
    color: red;
    font-weight: bold;
    font-style: italic;
}

.yellowback {
    color: black;
    background-color: yellow;
}

.blueback {
    color: white;
    background-color: blue;
}

.redback {
    color: white;
    background-color: red;
}
.pinkback {
    color: black;
    background-color: pink;
}


.colortoggle {
    border: solid 1px grey;
    width: 28px;
    height: 33px;
    display: inline-block;
    vertical-align: top;
}

.datetext {
    width: 100px !important;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}


.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: red;
}

    .badge-warning:hover {
        background-color: red;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.row-bring-up {
    margin-top: 0px
}




/*.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    border: 1px solid;
}*/


input[type="checkbox"] {
    /*transform: scale(1.6, 1.6);*/
}


.redtext {
    color: red;
}

    .redtext a:link {
        color: red;
        text-decoration: underline;
    }

    .redtext a:visited {
        color: red;
    }

    .redtext a:active {
        color: red;
    }

.greentext {
    color: green;
}

    .greentext a:link {
        color: green;
        text-decoration: underline;
    }

    .greentext a:visited {
        color: green;
    }

    .greentext a:active {
        color: green;
    }

.installHeader {
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}


.iconSpacing {
    padding-left: 2px;
}

.NonPMJobViewer {
    font-size: 1.5em;
    font-weight: bold;
    color: red;
}


.releasegrid {
    padding-right: 2px;
    padding-left: 2px;
}

.fa {
    display: inline;
}

.test123 {
    width: 40% !important;
}