﻿@charset "utf-8";
/* CSS Document */
html, body {
    position: relative;
    height: 100%;
}


body {
    font-size: 0.875rem;
}

.view-container {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 61px; /* height of your footer */
}


/*input.form-control {
    width: auto;
}*/

footer {
    position: absolute;
    width: 100%;
    height: 61px;
    padding: 1rem;
    background-color: #f5f5f5;
}

#cbox {
    padding: 1em;
    margin-bottom: 1.5em;
}

.bg-yellow {
    background-color: #fafad2 !important;
}

.bg-info {
    background-color: #d9edf7 !important;
}

.tabtop {
    margin-top: 1.5em;
}

h1 {
    font-size: 1.563em !important;
}

h2 {
    font-size: 1.250em !important;
}

h4 {
    font-size: 1.0em !important;
}

.pageSizeSelector {
    margin: 20px 0px;
    width: 70px;
}

select.input-sm {
    height: 35px !important;
    line-height: 30px;
}

.tabbottom {
    margin-bottom: 1.5em;
}

.callups-Btn {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.editable {
    background-image: url(../images/icons/editable-icon25.gif);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 95% 15%;
}

.defaultVendor {
    font-weight: bold;
    font-size: 0.875rem;
}

.middle {
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

table {
    white-space:nowrap;
}

.appointmentDatePicker > td {
    padding: 0 !important;
}

.no-filter {
border: 0px;
}
.yes-filter {border: 1px solid red;}
#job-notes-table td {
 word-break: break-all;
}

#email-table-responsive {
    width: 100%;
    max-height: 425px;
    margin-bottom: 15px;
    overflow-y: scroll;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
}

.formrepeater.ng-invalid {
    background: #f2dede;
}

#activity-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: scroll;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}


.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-light.disabled, .btn-light:disabled {
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}

.btn-primary {
    background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

.btn-light {
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    text-shadow: 0 1px 0 #fff;
    color: #000000 !important;
    border-color: #ccc;
}

.btn-cctv {
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    text-shadow: 0 1px 0 #fff;
    color: #00B5E2 !important;
    border-color: #ccc;
}

.btn-success {
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    text-shadow: none;
}

.diary-date {
    color: #AEAEAE !important;
}

.dropdown-menu > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
}

/*.btn-info .text-muted {
    color: white !important;
}*/

.btn-info {
    color: #000 !important;
    background-color: #ff3e40 !important;
    border-color: #ff3e40 !important;
    background-image: none !important;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    text-shadow: none;
    border-color: #ccc;
}

.text-info-date {
    color: #000 !important;
    background-color: #428bca !important;
    border-color: #428bca !important;
    background-image: none !important;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    text-shadow: none;
    border-color: #ccc;
}

.text-muted {
    color: black !important;
}

.diary-date {
    color: #AEAEAE !important;
}



.today {
    font-weight: bolder;
    color: #000 !important;
}

ul.ng-valid-date {
    z-index: 99999
}

.subgrid-datepicker ul.dropdown-menu {
    position: fixed !important;
}

.disabled-subgrid {
    display: none;
}

.date .form-control[readonly] {
    cursor: pointer !important;
}

#footer {
    bottom: 0;
    width: 100%;
    height: 61px;
    background-color: #f5f5f5;
    padding: 1em;
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.info {
    background-color: #d1ecf1;
}

.danger {
    padding: 1em;
    /*background-color: #bd2130;*/
    text-decoration: line-through;
}

.warning {
    padding: 1em;
    background-color: #fff3cd;
}

.no-results {
    background-color: #f2dede;
    padding: 1em;
}

.itsupportlink {
    text-decoration: none !important;
    color: #d1d2d4 !important;
}
.itsupportlink:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
}


input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

a:hover {
    color: #428bca;
}

a {
    color: #428bca;
}

    

        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
}

.nav-pills li a {
    font-size: 10.5px;
    padding: 8px;
}

.sticky {
    background-color: black;
    margin: auto;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 5;
}


.icon-chevron-up {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    margin-left: 5px;
}

.icon-chevron-down {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-left: 5px;
}


.loading {
    height: 20em;
    margin-top: 1.5em;
    background-color: #eaeaea;
    background-image: url(../images/preloader_sm.gif);
    background-repeat: no-repeat;
    background-position: center;
}


.activitiesGrid {
    height: 1px;
    width: 100%;
}

/*.activitiesGrid {
    width: 1138px;
    height: 450px;
}*/

/* angular ui-bootstrap styles */
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.ui-select-container {
    width: 100%;
}

.ui-select-container .form-control {
    width: 100% !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .ui-select-container {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .ui-select-container {
    margin-left: -1px;
}

.input-group > .ui-select-container:focus {
    z-index: 3;
}


.input-group > .ui-select-container:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .ui-select-container:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.popup .popuptext {
    visibility: hidden;
    width: 100px;
    background-color: green;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
    /* Popup arrow */
    .popup .popuptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: green transparent transparent transparent;
    }
/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.row-text-green {
    color: green;
}

.row-text-gray {
    color: #a2a2a2;
}

.row-text-red {
    color: red;
}

.row-text-blue {
    color: blue;
}

.processing{
    background-color: yellow !important;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus,
        .input-group-append .btn:focus {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.appt-model-footer {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}


.input-appt-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .ui-select-container {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .ui-select-container {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .ui-select-container {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .ui-select-container
.input-group-sm > .ui-select-container {
    padding-right: 1.75rem;
}


.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
    display: block;
}

.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
    opacity: 100 !important;
}

#email-table-responsive {
    width: 100%;
    max-height: 425px;
    margin-bottom: 15px;
    overflow-y: scroll;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
}

#activity-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: scroll;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

/* ui-grid styles */
.ui-grid-cell {
    overflow: hidden;
    z-index: 99999;
}

.ui-grid-cell, ui-select-wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ui-grid page size selector visibility */
.ui-grid-pager-row-count-picker {
    display: normal;
}
 /*don't display the filter inputs*/ 
.ui-grid-filter-container {
    display: none;
}

/* Disabling vertical scrollbars and adjusting height */
.ui-grid-canvas {
    height: auto !important;
    min-height: 250px;
}

.ui-grid,
.ui-grid-viewport {
    height: auto !important;
}

.ui-grid-pager-panel {
    position: unset !important;
}

.ui-grid-footer-info {
    margin-top: 15px;
}

.ui-grid-pager-panel {
    position: relative !important;
}

.ui-grid-select-all {
    height: 30px;
}

div.ui-grid-expandable-buttons-cell[disabled] {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-arrows {
    -moz-appearance: textfield;
}

/* Small devices (tablets, 730px and up) */
@media (min-width: 730px) {
    .showthis {
        display: inline;
    }

    .hidethis {
        display: none;
    }

    .show-top-actions {
        display: none;
    }

    .supervisor-notes {
        width: 690px;
        resize: none;
    }
}

/*This is for showing / hiding the days Elapsed and the lagging based on screen size: this one for smartphones up to tablets*/
@media (max-width: 729px) and (min-width: 420px) {
    .showthis {
        display: inline;
    }

    .hidethis {
        display: none;
    }

    .show-top-actions {
        display: none;
    }

    .supervisor-notes {
        width: 630px;
        resize: none;
    }
}

/*This is for showing / hiding the days Elapsed and the lagging based on screen size: this one for smartphones */
@media (max-width: 419px) {
    .showthis {
        display: none;
    }

    .hidethis {
        display: inline;
    }

    .show-top-actions {
        display: none;
    }

    .supervisor-notes {
        width: 350px;
        resize: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /*This is for showing / hiding the days Elapsed and the lagging based on screen size:This is for laptop and small desktop */
    #email-table-responsive {
        width: 100%;
        max-height: 500px;
        margin-bottom: 15px;
        overflow-y: scroll;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
        -webkit-overflow-scrolling: touch;
    }

    #activity-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: scroll;
        overflow-x: scroll;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }
    .showthis {
        display: inline;
    }

    .hidethis {
        display: none;
    }

    .show-top-actions {
        display: inline;
    }

    .nav-pills li a {
        font-size: 14px;
        padding: 12px;
    }

    .supervisor-notes{
        width: 925px;
    }
}

.red {
    color: red;
}

.black{
    color:black;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*This is for showing / hiding the days Elapsed and the lagging based on screen size: Large Desktop screens*/
    #email-table-responsive {
        width: 100%;
        max-height: 500px;
        margin-bottom: 15px;
        overflow-y: scroll;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
        -webkit-overflow-scrolling: touch;
    }

    #activity-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: hidden;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .showthis {
        display: inline;
    }

    .hidethis {
        display: none;
    }

    .show-top-actions {
        display: inline;
    }

    .nav-pills li a {
        font-size: 14px;
        padding: 12px;
    }

    .supervisor-notes {
        width: 675px;
    }
}