﻿.logo {
}

.fade.show {
    opacity: 1 !important;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}

/* site title
----------------------------------------------------------*/
.site-title {
    font-size: 28px;
    font-weight: bold;
    float: left;
    /*margin-top: 35px;
     padding-left: 30px;
   */
    margin-bottom: 0;
    padding-bottom: 0;
    color: #338DCA;
}

    .site-title a,
    .site-title a:hover,
    .site-title a:active {
        text-decoration: none;
        color: #c8c8c8;
        outline: none;
        background: none;
    }

.spacer {
    display: inline-block;
    min-width: 5px;
}

.btn-default {
    color: #333 !important;
}

.btn-success,
.btn-success a {
    color: #fff !important;
}

    .btn-success a:visited {
        color: #fff !important;
    }

.btn-info,
.btn-info a {
    color: #fff !important;
}

.btn-danger {
    color: #fff !important;
}

.btn-primary {
    color: #fff !important;
}

ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

ol {
    list-style: none;
}

hr {
    padding: 0 0 0 0;
    border-color: #999;
}

.table-curved {
    border-collapse: separate;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #d6e9c6;
}

    .table-curved tr:last-child td {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .table-curved th:first-of-type {
        border-top-left-radius: 3px;
    }

    .table-curved th:last-of-type {
        border-top-right-radius: 3px;
    }

/* Set width on the form input elements since they're 100% wide by default */

.form-control-inline {
    width: 600px;
    min-width: 600px;
}

a {
    font-weight: 600;
    padding-right: 3px;
    padding-left: 3px;
    text-decoration: none;
    color: #5192ce !important;
    outline: none;
}

    a:link,
    a:visited,
    a:active,
    a:hover {
        color: #5192ce;
    }

    a:hover {
        color: red;
    }

a,
img {
    border: none;
}

.myList {
    padding-top: 10px;
    padding-right: 25px;
}

    .myList a {
        font-weight: 600;
        padding-right: 3px;
        padding-left: 10px;
        text-decoration: none;
        color: #000;
        outline: none;
    }

        .myList a:hover {
            color: #333;
        }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial';
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #338DCA;
}

h1 {
    font-size: 1.55em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

    h5 a:link,
    h5 a:visited,
    h5 a:active {
        padding: 0;
        text-decoration: none;
    }

footer {
    font-size: .9em;
    position: absolute;
    bottom: 0;
    clear: both;
    width: 100%;
    height: 50px;
    color: #fff;
    background: #338dca; /* Old browsers */
}

.float-right {
    position: relative;
    z-index: 99999;
    top: 13px;
    float: right;
    padding-right: 30px;
    color: #fff;
}

    .float-right a {
        color: #fff;
    }

        .float-right a:hover {
            color: #5192ce;
        }

    .float-right #login a {
        color: #338DCA !important;
    }

.list-unstyled {
    margin-left: 0px;
    list-style: none;
}

.language-list {
    column-count: 4;
}

.language-list-item {
    line-height: 20px;
    margin-top: 4px;
    width: 100%;
    display: inline-block;
    padding: 10px 0px 0px 0px;
    margin-bottom:0px;
}

.green-list-item {
    line-height: 20px;
    margin-top: 4px;
    width: 100%;
    display: inline-block;
    background-color: #9CD445;
    padding: 0px 0px 0px 0px;
    color: white;
    text-align: center;
}

.language-list-item, .green-list-item {
    border-radius: 4px;
    cursor: pointer;
}

.language-text {
    padding-right: 10px;
    padding-left: 10px;
    padding: 10px;
}

.lanuage-li-btns {
}

.language-list-item:hover, .green-list-item:hover {
    cursor: pointer;
    background-color: #9CD445;
}

    .language-list-item:hover .language-li-text, .green-list-item:hover {
        color: white !important;
    }

.language-li-text-name {
    font-weight: bold;
    font-size:16px;
}

.red-font {
    color: #d9534f
}

.blue-font {
    color: #357ebd;
}

.blue-label {
    color: #357ebd;
    font-weight:bold;
}

.green-font {
    color: #9CD445;
}

.stylish-input-group .input-group-addon {
    background: white !important;
    border: 1px solid #ccc;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group span {
    border: 0;
    background: transparent;
    right: 10px;
    color: #357ebd;
}

.input-group-addon:last-child {
    border-left: 0 !important;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
}

    .container .text-muted {
        margin: 20px 0;
        color: #fff;
    }

    .container .float-right {
        margin: -38px 0;
        text-align: right;
        color: #fff;
    }

    .container .float-right2 {
        margin: -38px 0;
        padding-right: 20px;
        text-align: right;
        color: #fff;
    }

.float-center {
    display: table;
    margin-top: -18px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #fff;
}

.headingMain {
    font-family: 'Arial';
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin-top: 35px;
    margin-bottom: 0;
    padding-right: 30px;
    padding-bottom: 0;
    color: #338DCA;
}

/* navbar*/
/*.navbar-default {
    border-color: #6d6d6d;
    border-top: solid 30px transparent;
    border-bottom-color: #e7e7e7;
    border-image-width: 1 100% 0 0;
    background-color: #fff;
    max-width: 100vw;
} */



.navbar-default {
    border-top: solid 30px transparent;
    border-bottom-color: #e7e7e7;
    -webkit-border-image: url(../../Content/header2.jpg);
    -o-border-image: url(../../Content/images/header2.jpg);
    border-image: url(../../Content/header2.jpg);
    border-image-width: 1 100% 0 0;
    background-color: #fff;
}


    .navbar-default .container {
        width: 100%;
        max-width: 100vw;
    }

.body-content .container {
    width: 100%;
    display: table;
}

.navbar-default .navbar-brand {
    color: #777;
}

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #5e5e5e;
    }
/* link */
.navbar-default .navbar-nav > li > a {
    margin-top: -4px;
    color: #999;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #316531;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #d5d5d5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #ddd;
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #ddd;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ccc;
    }

.mobileMenuFooterLink {
    position: absolute !important;
    border-top: 1px solid #ccc;
    padding-top: 5px !important;
}

    .mobileMenuFooterLink a {
        color: #777 !important;
    }

    .mobileMenuFooterLink .username {
        width: 40% !important;
        display: inline-block;
        float: left;
    }

    .mobileMenuFooterLink .logoutLink {
        width: 40%;
        display: inline-block;
        float: right;
        text-align: right;
    }

body {
    background-color: #f4f4f4;
    padding-top: 150px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

/* Set padding to keep content from hitting the edges */

@media (min-width: 768px) {
    .navbar-default .navbar-nav {
        float: right;
        padding-right: 0;
        padding-left: 0;
    }

    .container:not(.container-helper) > .breadcrumb {
        width: 100vw;
        max-width: 100vw;
    }

    .container-helper > .breadcrumb {
        margin-left: -45px;
    }

    .breadcrumb-container {
        width: 100vw;
        max-width: 100vw;
    }

    .body-content {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 100vw;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    input,
    select,
    textarea {
        max-width: 300px;
    }
}

/*Mobile CSS */
@media (max-width: 767px) {
    .breadcrumb-container {
        width: 100vw;
    }

    .container-helper > .breadcrumb {
        padding: 0px;
        margin-left: -10px;
    }

    .body-content {
    }

    .login-padding {
        padding-top: 5.5em;
    }

    .login-padding-small {
        padding-top: 1.5em;
    }

    .relationshipLogin {
        margin-top: 38px !important;
        text-align: right;
        color: #fff;
    }

    .row {
        max-width: 100vw;
    }

    .btn-group {
        max-width: 100%;
    }

    .btn-green {
        color: #ffffff !important;
        background-color: #9CD445;
        border-color: #80A837;
    }

        .btn-green:hover:not(:disabled) {
            color: #ffffff !important;
            background-color: #80A837;
            border-color: #9CD445;
        }

        .btn-green:disabled {
            background-color: #ccc;
        }


    .btn-red {
        color: #ffffff !important;
        background-color: #E9001B;
        border-color: #9F001B;
    }

        .btn-red:hover:not(:disabled) {
            color: #ffffff !important;
            background-color: #E8848C;
            border-color: #9F001B;
        }

        .btn-red:disabled {
            background-color: #ccc;
        }

    .container {
        max-width: 100vw;
    }

    .container-helper {
        padding-left: .5em !important;
        display: table !important;
    }

    .site-title {
        text-align: center;
        display: block;
        position: relative;
        width: 100%;
        font-size:.5cm;
        text-decoration:underline;
    }

    .login-header {
        padding-right: 30px !important;
    }

    body {
        padding-top: 110px !important;
    }

    html {
        position: absolute;
        min-height: 100%;
    }

    .input-group-addon {
        padding: 0px !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
        }

    .navbar-default .navbar-nav > li > a {
        margin-top: 0;
    }

    .headingMain {
        float: none;
        padding-right: 0;
        text-align: center;
    }

    .float-right {
        position: relative;
        z-index: 99999;
        top: -65px;
        padding-right: 0;
    }

    .language-list {
        column-count: 1;
    }


}

/* tables
----------------------------------------------------------*/
        table {
    margin-top: .75em;
    border-spacing: 0;
    border-collapse: collapse;
    border: 0 none;
}

th {
    font-size: 1.2em;
    padding-left: 0;
    text-align: left;
    border: none 0;
}

    th a {
        position: relative;
        display: block;
    }

        th a:link,
        th a:visited,
        th a:active,
        th a:hover {
            font-weight: 600;
            padding: 0;
            text-decoration: none;
            color: #333;
        }

        th a:hover {
            color: #000;
        }

    th.asc a,
    th.desc a {
        margin-right: .75em;
    }

        th.asc a:after,
        th.desc a:after {
            font-size: .75em;
            position: absolute;
            top: 0;
            right: 0;
            display: block;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: .25em 2em .25em 0;
    border: 0 none;
}

tr.pager td {
    padding: 0 .25em 0 0;
}

.gridview {
    font-size: medium;
    width: 100%;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    text-align: center;
    border: solid 1px #525252;
    background-color: #fff;
}

    .gridview td {
        padding: 2px;
        color: #3a4648;
        border: solid 1px #c1c1c1;
    }

    .gridview th {
        font-size: .9em;
        padding: 4px 2px;
        text-align: center;
        color: #3a4648;
        border-left: solid 1px #525252;
        background: #c1c1c1;
    }

    .gridview .gridview_alter {
        background: #e7e7e7;
    }

    .gridview .gridview_pager {
        background: #424242;
    }

        .gridview .gridview_pager table {
            margin: 5px 0;
        }

        .gridview .gridview_pager td {
            font-weight: bold;
            line-height: 12px;
            padding: 0 6px;
            color: #fff;
            border-width: 0;
            border-left: solid 1px #666;
        }

        .gridview .gridview_pager a {
            text-decoration: none;
            color: #aee856;
        }

            .gridview .gridview_pager a:hover {
                text-decoration: none;
                color: #aee856;
            }

.gridview-blue, .gridview-green {
    border-collapse: separate !important;
    padding: 0px;
    background-color: #fff !important;
    color: #333;
    border: none !important;
}

.gridview-blue {
    border-collapse: separate !important;
    padding: 0px;
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #357ebd !important;
}

    .gridview-blue td {
        border: none;
        border-bottom: none !important;
        border-top: 1px solid #357ebd !important;
        border-left: 1px solid #357ebd;
    }

    .gridview-blue tr td:first-child {
        border-left: none !important;
    }

    .gridview-blue th {
        padding: 0px;
        background-color: #338dca !important;
        color: #fff;
        border-left: 1px solid #338dca !important;
    }

        .gridview-blue th a {
            color: #fff;
            transition: .2s;
        }

            .gridview-blue th a:hover {
                color: #f8f8f8;
                text-decoration: underline;
            }

.gridview-green {
    border-collapse: separate !important;
    padding: 0px;
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #80A837 !important;
}

    .gridview-green td {
        border: none;
        border-bottom: none !important;
        border-top: 1px solid #80A837 !important;
        border-left: 1px solid #80A837;
    }

    .gridview-green tr td:first-child {
        border-left: none !important;
    }

    .gridview-green th {
        padding: 0px;
        background-color: #9CD445 !important;
        color: #fff;
        border-left: 1px solid #80A837 !important;
    }

        .gridview-green th a {
            color: #fff;
            transition: .2s;
        }

            .gridview-green th a:hover {
                color: #f8f8f8;
                text-decoration: underline;
            }

.back-link {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 20px;
    display: inline-block;
    width: 100px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    color: #fff;
    border: 1px solid #469df5;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #79bbff), color-stop(1, #4197ee) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
    background-color: #79bbff;
    -webkit-box-shadow: inset 0 1px 0 0 #cae3fc;
    -moz-box-shadow: inset 0 1px 0 0 #cae3fc;
    box-shadow: inset 0 1px 0 0 #cae3fc;
    text-shadow: 1px 1px 0 #689324;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
}

    .back-link:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #4197ee), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
        background-color: #4197ee;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
    }

    .back-link:active {
        position: relative;
        top: 1px;
    }

/* info and errors */
.message-info {
    clear: both;
    padding: 10px 20px;
    border: 1px solid;
}

.message-error {
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    margin: 20px 0 10px 0;
    color: #e80c4d;
}

.message-success {
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #7ac0da;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    font-weight: bold;
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type='checkbox'].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    font-size: 1.1em;
    font-weight: bold;
    color: #e80c4d;
}

.validation-summary-valid {
    display: none;
}

.glyphicon-refresh-animate {
    -webkit-animation: spin2 .7s infinite linear;
    -animation: spin .7s infinite linear;
}

.form-control-checkbox {
    width: 40px !important;
    display: inline-block !important;
    margin-left: 10px !important;
}


@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.datafield {
    font-size: 1.0em;
    font-weight: bold;
    color: #5192ce;
}

/*  SECTIONS  */
.section {
    clear: both;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #d5d5d5;
    background-color: #f8f8f8;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 2% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    display: table;
    content: '';
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*** JQUERY UI */

.ui-widget-overlay {
    opacity: .3;
    background: #aaa;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
    color: lightgrey;
    /*or*/ opacity: 0.5;
}

.weekDays-selector input {
    display: none !important;
}

.weekDays-selector label {
    margin-top: 1em;
}

.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 30px;
    width: 30px;
    margin-right: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked + label {
    background: #2AD705;
    color: #ffffff;
}

.greenLink {
    color: #9CD445 !important;
}

    .greenLink:hover {
        text-decoration: underline;
    }

#recurringWOMsg {
    font-weight: bold;
    font-size: 11px;
    display: block;
    height: 35px;
}

#replicateWOMsg {
    font-weight: bold;
    font-size: 11px;
    display: block;
    height: 20px;
}

.masterHomeBtn{
    background-color: #338dca;
    color: white !important;
    float: right;
    right: 220px;
    top: 8px;
    position: relative;
}


.serviceAddressEditAddress {
    margin-bottom: 2px
}

.serviceAddressEditCity {
    display: inline-block;
    width: 120px;
    margin-bottom: 2px
}


.serviceAddressEditState {
    display: inline-block;
    width: 100px;
    margin-bottom: 2px
}


.serviceAddressEditZip {
    display: inline-block;
    width: 72px;
    margin-bottom: 2px
}


.fieldGroupDiv {
    padding-top: 15px;
}

.fieldGroupDivNoPadding {
    padding-top: 0px;
}

.geomap {
    height: 200px;
    /* The height is 400 pixels */
    width: 400px;
    /* The width is the width of the web page */
}

.blue-separator {
    width: 100%;
    border-bottom: 1px solid #357ebd;
}

.grey-separator {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#accessCodeAlertDialog span {
    text-align: center;
    display: inline-block;
    width: 100%;
}