﻿/*html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}*/

html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f0f0f0;
}

body {
    padding-bottom: 20px;
    margin-bottom: 0;
    /*margin-left: 1em;
    margin-right: 1em;*/
    height: 100%;
    background-color: #f0f0f0;
    font-size: 12px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
}

#content {
    padding-bottom: 3em; /* Height of the footer element */
    background-color: #f0f0f0;
    display: table;
    width: 100%;
}

#footer {
    padding-top: 2em;
    width: 100%;
    height: 3em;
    position: absolute;
    vertical-align: text-bottom;
    bottom: 0;
    left: 0;
}

footer p {
    text-align: center;
}

.content {
    background-color: #f0f0f0;
}

.md-custom-datepicker-label {
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.541176);
    font-size: 14px;
    font-weight: bold;
    -webkit-transform: translate3d(0, 0, 0) scale(.75);
    -moz-transform: translate3d(0, 0, 0) scale(.75);
    -ms-transform: translate3d(0, 0, 0) scale(.75);
    -o-transform: translate3d(0, 0, 0) scale(.75);
    transform: translate3d(0, 0, 0) scale(.75);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-font-smoothing: antialiased;
}

.progressBar {
    background-color: #27ae61;
    width: 100%;
    height: 4px;
    margin: 0 auto;
}

.progressBarContainer {
    background-image: repeating-linear-gradient(-45deg, rgba(185,204,179,.5), rgba(185,204,179,.5) 25px, lightgray 25px, lightgray 50px);
    -webkit-animation: progress 15s linear infinite;
    -moz-animation: progress 15s linear infinite;
    -ms-animation: progress 15s linear infinite;
    animation: progress 15s linear infinite;
    width: 100%;
    height: 3px;
    /*-ms-background-size: 150% 100%;*/
    background-size: 150% 100%;
}

@-webkit-keyframes progress {
    0% {
        /*-ms-background-position: 0 0;*/
        background-position: 0 0;
    }

    100% {
        /*-ms-background-position: -1000px 0px;*/
        background-position: -1000px 0px;
    }
}

@-moz-keyframes progress {
    0% {
        -ms-background-position: 0 0;
        background-position: 0 0;
    }

    100% {
        /*-ms-background-position: -1000px 0px;*/
        background-position: -1000px 0px;
    }
}

@-ms-keyframes progress {
    0% {
        /*-ms-background-position: 0 0;*/
        background-position: 0 0;
    }

    100% {
        /*-ms-background-position: -1000px 0px;*/
        background-position: -1000px 0px;
    }
}

@keyframes progress {
    0% {
        /*-ms-background-position: 0;*/
        background-position: 0;
    }

    100% {
        /*-ms-background-position: -1000px 0px;*/
        background-position: -1000px 0px;
    }
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

/*input,
select,
textarea {
    max-width: 320px;
    width: 100%;
}*/

input[type='checkbox'] {
    width: auto;
}

/* Set padding to display errors that occur during databinding */

.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}


tbody {
    background-color: #f0f0f0;
}

.layout-content {
    max-width: 680px;
}

.table-striped { /*margin: 0 0 0 15px;*/
}

    .table-striped > tbody > tr:nth-of-type(even) {
        background-color: #ebf8f8;
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #e8f5f5;
    }

    .table-striped > tbody > tr {
        outline: none;
    }

        .table-striped > tbody > tr.selected > td {
            background: lemonchiffon;
            border: solid;
            border-color: grey;
            border-width: 1px 0 1px 0;
        }

        .table-striped > tbody > tr.selected .firstCell {
            background: lemonchiffon;
            border: solid;
            border-color: grey;
            border-width: 1px 0 1px 1px;
        }

        .table-striped > tbody > tr.selected .lastCell {
            background: lemonchiffon;
            border: solid;
            border-color: grey;
            border-width: 1px 1px 1px 0;
        }


@media screen and (max-width: 600px) {
    /*table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }*/
    table {
        border: 0;
    }

        table thead {
            display: none;
        }

        table tr {
            margin-bottom: .5em;
            display: block;
        }

        table td {
            display: block;
            text-align: right;
        }

            table td:last-child {
                border-bottom: 0;
            }

            table td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
            }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border: none;
        min-height: .5em;
    }
}

table caption {
    font-weight: bold;
    font-size: 110%;
}

.entriesTable {
}

    .entriesTable label {
        font-weight: bolder;
        font-size: 115%;
    }

    .entriesTable thead td {
        font-weight: bold;
    }


.selection {
}

    .selection li:hover {
        background: lightblue;
    }

.selected {
    background: lemonchiffon;
}

.editList {
}

    .editList li {
        margin: 3px;
    }

.bottom-buffer1 {
    margin-bottom: .5em;
}

.bottom-buffer2 {
    margin-bottom: 1em;
}

.bottom-buffer3 {
    margin-bottom: 1.5em;
}

.bottom-buffer4 {
    margin-bottom: 2em;
}


.footer {
    /*position: absolute;
  bottom: 0;
  width: 100%;*/
    /* Set the fixed height of the footer here */
    /*height: 60px;
  background-color: #f5f5f5;*/
}


.list-hover:hover {
    background-color: #e8e8e8;
}

.list-group-item .btn {
    margin-top: -7px;
}

.top-buffer {
    margin-top: 20px;
}

.conflictBorder {
    border: 10px transparent solid;
    padding-bottom: 20px;
}

.buttonBorder {
    border-top: 10px;
}

.conflictModalStyle {
    width: 400px;
    margin-left: 350px;
}

#myConflicts {
    border-top: 5px black solid;
}

.errorDisplay ul {
    padding-left: 1em;
}

.errorDisplay li {
    list-style-type: none;
}


.Warning {
    color: orange;
}

.Error {
    color: red;
}


.picker-Has-Error .help-block,
/*.picker-Has-Error .control-label,*/
.picker-Has-Error .radio,
.picker-Has-Error .checkbox,
.picker-Has-Error .radio-inline,
.picker-Has-Error .checkbox-inline,
.picker-Has-Error.radio label,
.picker-Has-Error.checkbox label,
.picker-Has-Error.radio-inline label,
.picker-Has-Error.checkbox-inline label {
    color: #a94442;
}

.picker-Has-Error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .picker-Has-Error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.picker-Has-Error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.picker-Has-Error .form-control-feedback {
    color: #a94442;
}

.highBalance {
    background-color: lightcoral;
}

.Override {
    border-radius: 24px;
    height: 30px;
    width: 70px;
    background-color: orange;
    font-size: small;
    color: white;
    text-align: center;
}

.Contacted {
    background-color: darkgrey !important;
    color: white !important;
}

.MustCall {
    background-color: pink !important;
}

.UnContacted {
    background-color: orange !important;
}

.AwaitingResponse {
    background-color: mediumorchid !important;
}

.AllowedServiceViolation {
    background-color: black !important;
    color: white !important;
}

.Call {
    background-color: white !important;
}

.EmailClass {
    background-color: white !important;
    border: none !important;
}

.DontCallJustCome {
    background-color: white !important;
    border: none !important;
}

.TextClass {
    background-color: white !important;
    border: none !important;
}

.mustBeHome {
    color: red;
}

.speakCustomer {
    color: red;
}

/*.tooltip-inner {
    min-width: 350px; 
}*/

.displayInfoBox {
    background: #eaeaea;
    border-radius: 5px;
    height: 305px;
    width: 280px;
    /*box-shadow: 0 6px 4px -4px black;*/
    box-shadow: 10px 10px 5px #888888;
    position: absolute;
    z-index: 200;
    margin-left: 40px;
    margin-top: 50px;
}

.infoLegend {
    height: 10px;
    width: 50px;
    margin-top: 5px;
}

.infoListItem {
    padding-bottom: 30px;
}


.ratingLabel {
    font-size: 14pt;
}

.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}

ul.rating {
    font-size: 18pt;
    display: inline-block;
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.rating .filled {
    color: red;
}

.table-fixed {
    display: block;
}

    .table-fixed thead {
        /*width: 97%;*/
        overflow-y: scroll;
        margin-right: -300px;
        padding-right: 300px;
        display: block;
    }

    .table-fixed tbody {
        height: 80px;
        overflow-y: scroll;
        display: block;
    }

    .table-fixed tr {
        /*display: table;*/
        width: 100%;
        box-sizing: border-box;
    }

    .table-fixed tbody td, .table-fixed thead > tr > th {
        /*float: left;*/
        border-bottom-width: 0;
        /*border: 1px solid #000;*/
        padding: 2px;
    }

.shadowBox {
    background: whitesmoke;
    border-radius: 5px;
}

.btn {
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    letter-spacing: 1px;
}

.btn-primary {
    color: #fff;
    background: #337ab7;
    border: 1px solid #2e6da4;
    overflow: hidden;
    transition: all 0.5s;
}

    .btn-primary:hover, .btn-primary:active {
        color: #337ab7;
        border-color: #2e6da4;
        background: #FFF;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active {
        color: #FFF;
        border-color: #335a7d;
        background: #337ab7;
    }

.btn-default {
    color: #333;
    background: #fff;
    border: 1px solid #adadad;
    overflow: hidden;
    transition: all 0.5s;
}

    .btn-default:hover,
    .btn-default:active {
        color: #fff;
        border-color: #333;
        background: #adadad;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    .btn-default.disabled:active,
    .btn-default[disabled]:active {
        color: #333;
        border-color: #989898;
        background: #FFF;
    }

.btn-info {
    color: #fff;
    background: #31b0d5;
    border: 1px solid #269abc;
    overflow: hidden;
    transition: all 0.5s;
}

    .btn-info:hover, .btn-info:active {
        color: #31b0d5;
        border-color: #269abc;
        background: #fff;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    .btn-info.disabled:active,
    .btn-info[disabled]:active {
        color: #FFF;
        background-color: #31b0d5;
        border-color: #2586a2;
    }

.tableButtons .btn {
    margin-top: 5px;
}


.timePicker-btn {
    display: block;
}

.dropdown-menu.pull-right.timePicker-dropdown-menu {
    background-color: #f1f1f1;
    padding: 0 0 0 5px;
    right: -122px;
}

.checkbox {
    margin: 5px 0 0 0;
}

.form-group {
    margin-bottom: 5px;
}

    .form-group .form-control {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .form-group select.form-control {
        height: 30px;
        line-height: 30px;
    }

    .form-group textarea.form-control,
    .form-group-sm select[multiple].form-control {
        height: auto;
    }

    .form-group .form-control-static {
        height: 30px;
        min-height: 32px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

.form-horizontal .control-label {
    text-align: left;
}

.accordion-toggle:focus {
    outline: none;
}


@media (max-width: 767px) {
    .container-fluid .uib-routing {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid .uib-routing {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-fluid .uib-routing {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .container-fluid .uib-routing {
        padding-left: 15px;
        padding-right: 0;
    }
}

.Serviced {
    color: green;
}

.Missed {
    color: red;
}

body > [uib-modal-window]:not([modal-render]) {
    display: none;
}

.noRightMargin {
    margin-right: 0px;
}

.container-flex {
    display: inline-flex;
}

.item-grow1 {
    flex: 1 1 auto;
    margin-right: 10px;
    margin-left: 10px;
}

.item-grow2 {
    flex: 2 1 auto;
    margin-right: 10px;
    margin-left: 10px;
}

.item-grow3 {
    flex: 3 1 auto;
    margin-right: 10px;
    margin-left: 10px;
}

.item-grow4 {
    flex: 4 1 auto;
    margin-right: 10px;
    margin-left: 10px;
}

.my-disable{
    pointer-events:none;
}


.dropdown-menu > li > a:hover {
    background-color: lightblue;
    background-image: none;
}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*.contain {
    max-width: 256px;
    height: auto;
}*/

.routeMap {
    width: 100%;
}

.routeMapContainer {
    width: 100%;
    height: 80rem;
    overflow-y: hidden;
    overflow-x: hidden;
}

.routeMapIFrame {
    width: 100%;
    height: 95%;
    margin-top: 2rem;
    border: 0px;
}

.pestLocationBlock {
    text-align: left;
    margin: 4px;
}

.pestLocations {
    text-align: center;
    margin: 4px 4px 16px 4px;
}

.pestLocations table {
    margin: 4px 4px 4px 4px;
}

.pestLocations th {
    padding: 5px 5px;
}

.pestLocations tr {
    padding: 5px 2px;
}

.pestLocations td {
    padding: 4px;
}

.pestLocations .pestName {
    text-align: left;
}

.pestLocations tbody {
    border: #888888 solid 1px;
}

.disabledContents {
    pointer-events: none;
    -ms-opacity: 0.7;
    opacity: 0.7;
    user-select: none;
}

.loading {
    text-align: center;
}

.loading img {
    width: 103px;
    height: 75px;
}


.modal-dialog {
    position: absolute;
    top: 50%;
    /*half of the modal height*/
    margin-top: -180px;
    left: 50%;
    /*half of the modal width*/
    margin-left: -50px;
}

.modal-choclatecake {
    position: absolute;
    
    width:400px;
}

.modal-normal {
    position: absolute;
    top: 50%;
    /*half of the modal height*/
    margin-top: -800px;
    left: 50%;
    /*half of the modal width*/
    margin-left: -1500px;
}

.modal-routeManagement {
    position: absolute;
    top: 50%;
    /*half of the modal height*/
    margin-top: -700px;
    left: 50%;
    /*half of the modal width*/
    margin-left: -1500px;
}

.highlightServiceCondition {
    color: red;
}