﻿
/* generics */
body {
    margin: 0;
    font: 12px Arial,Helvetica,sans-serif;
    background-image: url(../images/mooning.png);
}

a {
    text-decoration: none;
}

/* header */
.header {
    background: #333535;
    /*padding: 5px;*/
    position: relative;
    z-index: 10;
    font: 14px Arial,Helvetica,sans-serif;
    color: #f3f3f3;
    vertical-align: top;
}

.header-logo {
    font-size: 19px;
    font-weight: bold;
    display: block;
    float: left;
}

.menu {
    vertical-align: top;
    margin-left: 85px;
    padding-top: 18px;
    display: block;
    float: left;
}

    .menu ul {
        color: #f3f3f3;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .menu ul li {
            cursor: pointer;
            display: inline-block;
            background: rgba(255,255,255,0.23);
            background: -webkit-linear-gradient(top, rgba(255,255,255,0.23) 0, rgba(255,255,255,0.2) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0.23) 0, rgba(255,255,255,0.2) 100%);
            border-radius: 3px;
            padding: 0 8px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            color: #f3f3f3;
            font-size: 13px;
            font-weight: bold;
            height: 30px;
            margin-right: 3px;
            line-height: 30px;
            position: relative;
            min-width: 30px;
            text-decoration: none;
        }

            .menu ul li.selected, .menu ul li:hover {
                background: rgba(255,255,255,0.33);
                background: -webkit-linear-gradient(top, rgba(255,255,255,0.33) 0, rgba(255,255,255,0.3) 100%);
                background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0, rgba(255,255,255,0.3) 100%);
                color: #fff;
            }

.dbMessage {
    vertical-align: top;
    display: inline-block;
    /*margin-left: 70px;
    padding-top: 6px;    
    float: left;
    font-size: 13px;    
    max-width: 650px;
    max-height: 60px;*/
}

    .dbMessage msgHeading {
        display: inline-block;
        padding-top: 22px;
        color: white;
    }

    .dbMessage msgBody {
        display: inline-block;
        padding-top: 22px;
        max-width: 600px;
        max-height: 60px;
        background-color: #FFCCFF;
    }

.msgTextarea {
    overflow: auto;
    height: 200px;
    width: 535px;
    /*color: rgb(97, 190, 173);            
            font-weight: bold;*/
}

.dbMessage msgEditbtn {
    display: inline-block;
    padding-top: 20px;
}

.header-welcome {
    float: right;
    color: #f3f3f3;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    margin-top: 8px;
}

    .header-welcome p {
        margin: 0;
        padding: 7px 0 0 0;
    }

    .header-welcome a {
        line-height: 22px;
        color: #fff;
        text-decoration: underline;
    }

/* footer */
.footer {
}

/* tiles */
.tile.mini {
    font-size: 10px;
    border: 1px solid #333535;
    padding: 5px;
    max-width: 235px;
    min-width: 200px;
    min-height: 90px;
    margin-left: 20px;
    margin-bottom: 15px;
    display: block;
    float: left;
}

    .tile.mini .title {
        border-bottom: 1px solid #fff;
        font-size: 12px;
        font-weight: bold;
    }

/* page */
.main-container {
    width: 90%;
    margin: 0 auto;
}

#container {
    height: 100%;
}

#main-content {
    margin-top: 10px;
    margin-left: 182px;
    margin-right: 10px;
    margin-bottom: 40px !important;
}

#main-content-inventorey {
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 40px !important;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

    .container-fluid:before, .container-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

.row-fluid {
    width: 100%;
}

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.564102564102564%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/* side bar menu */
.sidebar-scroll {
    height: 100%;
    width: 180px;
    z-index: 0;
    position: absolute;
}

#sidebar {
    height: 100%;
    z-index: 100;
    background: #404040;
    width: 175px;
}

    #sidebar ul {
        background: #444;
        margin-top: 1px !important; /*width: 100%;*/
        margin-bottom: 10px;
    }

    #sidebar > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin: 0;
        padding: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        #sidebar > ul > li {
            display: block;
            margin: 0 0 1px 0px;
            padding: 0;
            border: 0px;
            line-height: 30px;
        }

            #sidebar > ul > li > a {
                color: #fff !important;
            }

            #sidebar > ul > li > a {
                display: block;
                position: relative;
                margin: 0;
                border: 0px;
                -webkit-border-radius: 0px !important;
                -moz-border-radius: 0px !important;
                border-radius: 0px !important;
                text-decoration: none;
                font-size: 12px;
                font-weight: normal;
                text-align: left;
                width: 145px;
                padding: 5px 15px;
                background: #505050;
                transition-duration: 500ms;
                transition-property: width, background;
                transition-timing-function: ease;
                -webkit-transition-duration: 500ms;
                -webkit-transition-property: width, background;
                -webkit-transition-timing-function: ease;
            }

                #sidebar > ul > li.active > a, #sidebar > ul > li > a:hover, #sidebar > ul > li:hover > a {
                    background: #4a8bc2;
                }

            #sidebar > ul > li.active > ul.sub {
                display: block;
                margin-bottom: 0 !important;
                list-style: none;
                clear: both;
                margin: 0px;
            }

            #sidebar > ul > li > ul.sub > li {
                background: none !important;
                padding: 0px;
                margin-bottom: 1px;
            }

                #sidebar > ul > li > ul.sub > li > a {
                    display: block;
                    position: relative;
                    color: #ccc;
                    text-decoration: none;
                    text-shadow: 0 1px 1px #000;
                    font-size: 12px;
                    font-weight: normal;
                    line-height: normal;
                }
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

/* work orders table view */
.widget.orange {
    border: 1px solid #F37B53;
}

.widget {
    background: #fff;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    border: 1px solid #404040;
}

    .widget.orange .widget-title {
        background: #F37B53;
    }

.widget-title {
    background: #404040;
    height: 36px;
}

    .widget-title > h4 {
        float: left;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 11px 10px 15px;
        line-height: 12px;
        margin: 0;
    }

    .widget-title > h4, .chats li.in .name {
        color: #fff;
    }

    .widget-title span.tools {
        float: right;
        margin: 2px 0 0;
        padding: 6px 5px 6px 10px;
    }

.widget-body {
    padding: 15px 7px;
}

    .widget-body .table {
        font-size: 12px;
        padding-bottom: 0px !important;
        width: 100%;
        margin-bottom: 0px !important;
        border-collapse: collapse;
        border-left: 0;
    }

.table-advance thead {
    color: #999;
}

.table-advance thead {
    color: #999;
}

    .table-advance thead tr th {
        background-color: #DDD;
        color: #666;
    }

.table-advance th, .table-advance td {
    border-left: 1px solid #ddd;
}

.table-advance tbody > tr:nth-child(odd) > td, .table-advance tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-advance tr td:first-child {
    border-left-width: 1px !important;
}

.table-advance tr td {
    border-left-width: 0px;
    vertical-align: middle;
}

.table th, .table td {
    padding: 5px;
    line-height: 15px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

.customer-name {
    width: 100px;
    cursor: pointer;
}

.date-time {
    width: 205px;
}

.phone {
    width: 100px;
}

.city {
    width: 60px;
}

.type {
    width: 100px;
}

.problem {
    width: 180px;
}

.notes {
    width: 100px;
}

.job-status {
    width: 45px;
}

.tech-name {
    width: 100px;
}

/* labels styling */
.label-important, .badge-important {
    background-color: #e74955;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74955), color-stop(100%, #e74955));
    background-image: -webkit-linear-gradient(top, #e74955, #e74955);
    background-image: -moz-linear-gradient(top, #e74955, #e74955);
    background-image: -ms-linear-gradient(top, #e74955, #e74955);
    background-image: -o-linear-gradient(top, #e74955, #e74955);
    background-image: linear-gradient(top, #e74955, #e74955);
}

.label-mini {
    font-size: 11px;
}

.label {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-shadow: none !important;
    padding: 5px !important;
}

.label-warning, .badge-warning {
    background-color: #fcb322;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb322), color-stop(100%, #fcb322));
    background-image: -webkit-linear-gradient(top, #fcb322, #fcb322);
    background-image: -moz-linear-gradient(top, #fcb322, #fcb322);
    background-image: -ms-linear-gradient(top, #fcb322, #fcb322);
    background-image: -o-linear-gradient(top, #fcb322, #fcb322);
    background-image: linear-gradient(top, #fcb322, #fcb322);
}

.label-residential, .badge-commercial {
    color: #000;
    background-color: transparent;
}

.label-commercial, .badge-residential {
    color: #000;
    background-color: transparent;
}

.label-commercial, .label-residential {
    min-width: 8px !important;
}

.label, .badge {
    min-width: 15px;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
}

/* button styles */
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 15px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn {
    border-radius: 0;
    background: #e8e8e8;
    outline: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-Markup {
    color: white;
    border-color: green;
    background-color: green;
}

.btn-Markup-NotApproved {
    color: white;
    border-color: orange;
    background-color: orange;
}

.btn-Markup-NotReviewed {
    color: black;
    border-color: yellow;
    background-color: yellow;
}

.btn-success {
    background: #87bb33;
}

.btn-primary {
    background: #2fade7;
}

.btn-danger {
    background: #dc5d3a;
}

.btn-warning {
    background: #fb9800;
}

.btn:hover {
    background-color: #d5d5d5;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #de8a00;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #3492c9;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #78a300;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #c1552b;
}
/* charms */
#charms {
    z-index: 5000;
    border-left: 2px solid white;
    position: fixed;
    overflow: scroll;
    /*width: 1465px;*/ /*690px*/
    /*right: -1465px;*/ /*-690px*/
    top: 0;
    height: 100%;
    background-color: #333535;
    color: white;
}


    #charms .charmsLeft {
        width: 36%;
        float: left;
        padding-top: 8px;
    }

    #charms .charmsRight {
        width: 35%;
        margin: 0 auto;
        top: 105px;
        /*margin-right: 380px;*/
        margin-right: 26.5%;
    }

    #charms .charmsRightMost {
        width: 25%;
        float: right;
        margin-right: 10px;
        top: 60px;
        /*background-color: #F9F9F9;*/
        margin-top: 10px;
        /*overflow: scroll;*/
        color: black !important;
        padding: 4px;
    }

#CallSlipIdDiv {
    float: right;
    margin-right: 10px;
    top: 10px;
    margin-top: -20px;
}

#charms .button-container {
    text-align: center;
}

#charms .close {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    /*width: 11%;*/
}

#datebox .close a {
    float: right;
    padding: 10px;
}

#charms .close a, #datebox .close a {
    font-size: 2em;
    color: white;
    text-decoration: none;
    line-height: 0.5em;
}

#charms ul#charmsLines {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    list-style: none inside;
}

    #charms ul#charmsLines li {
        margin-left: 10px;
        font-size: 0.9375em;
        text-align: left;
        color: #ccc;
        padding: 16px 0px;
        position: relative;
    }

        #charms ul#charmsLines li:hover { /*background: #333;*/
        }

        #charms ul#charmsLines li h3 {
            margin: 0;
            font-size: 17px;
        }

        #charms ul#charmsLines li strong {
        }

#charms .ui-tabs-panel hr {
}

#charms div label {
    min-width: 100px;
}

#datebox {
    width: 180px;
    position: absolute;
    z-index: 20000;
    display: none;
    left: 0%;
    bottom: 4%;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: white;
    opacity: 0.9;
}

    #datebox #time {
        font-size: 2.5em;
        padding-left: 5px;
        text-align: center;
        position: relative;
        top: 15px;
        float: left;
    }

    #datebox #date {
        margin-top: 16px;
        top: 15px;
        margin-bottom: 25px;
        font-size: 1.35em;
        position: relative;
        padding: 0 10px;
        text-align: right;
        font-weight: bold;
    }
/* input styles */


/*Date time and Filter control*/
.action-container {
    position: relative;
    margin-top: 0;
    background: #f6f6f6;
    padding: 10px 10px 35px 10px;
    border: 1px solid goldenrod;
}

.custom-datepicker {
    display: inline-block;
    font-size: 10px;
    vertical-align: top;
}

    .custom-datepicker .ui-datepicker th {
        color: #000;
    }

.legendContainer {
    vertical-align: top;
    border: 1px solid #C3c3c3;
    margin-left: 12px;
}

.legendTitle {
    text-align: center;
    background-color: #D3D3D3;
    padding: 7px;
    font: bold 13px solid Arial,Helvetica,sans-serif;
}

.tblLegends {
    padding-top: 0;
}

    .tblLegends td {
        cursor: pointer;
        height: 12px;
        width: 12px;
        border: 1px solid #C3C3C3;
    }

/* 3.2 Search Control With Custom Date Panel
------------------------------------------------------------------------------*/

.fc-filter-container {
    font: 11px Arial,Helvetica,sans-serif;
    border: 1px solid #d5d6d8;
    margin-left: 12px;
    color: #4b4b4b;
    width: 47%;
    display: inline-block;
}

    .fc-filter-container .fc-btn-filters-container {
        padding: 4px 8px;
        position: relative;
    }

    .fc-filter-container .fc-callcount {
        position: absolute;
        top: 16px;
        right: 25px;
    }

    .fc-filter-container .fc-btn-container {
        display: inline-block;
    }

        .fc-filter-container .fc-btn-container a {
            display: inline-block;
            padding: 4px 47px 4px 11px;
            border: 1px solid #d3d3d3;
            color: #4b4b4b !important;
            text-decoration: none;
        }

            .fc-filter-container .fc-btn-container a.down {
                background: url(../images/bg_filter_down.png) no-repeat;
                background-position: 93%;
            }

            .fc-filter-container .fc-btn-container a.up {
                background: url(../images/bg_filter_up.png) no-repeat;
                background-position: 93%;
            }

    .fc-filter-container .fc-filters-container {
        padding-left: 20px;
        display: inline-block;
    }

        .fc-filter-container .fc-filters-container span {
            background: #f4f4f4;
            padding: 5px 3px 5px 5px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            cursor: default;
        }

            .fc-filter-container .fc-filters-container span + span {
                margin-left: 4px;
            }

            .fc-filter-container .fc-filters-container span span.filter-close {
                display: inline-block;
                background: url('../images/bg_close.png') no-repeat;
                width: 6px;
                height: 6px;
                margin-left: 3px;
                margin-bottom: 1px;
                padding: 0;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                cursor: pointer;
            }

    .fc-filter-container .fc-selection-container {
        padding: 2px 0px;
        border-top: 1px solid #bdbdbd;
        background: #f6f6f6;
    }

    .fc-filter-container .fc-selection-panel {
        display: inline-block;
        vertical-align: top;
        padding: 3px 25px 0 0px;
    }

        .fc-filter-container .fc-selection-panel .heading {
            font-weight: bold;
            padding: 0 15px;
        }

        .fc-filter-container .fc-selection-panel .scrolling {
            height: 125px;
            overflow-y: scroll;
        }

        .fc-filter-container .fc-selection-panel .selectables {
            margin-top: 5px;
            padding: 0 0 0 8px;
        }

            .fc-filter-container .fc-selection-panel .selectables a {
                color: #4b4b4b !important;
                text-decoration: none;
            }

                .fc-filter-container .fc-selection-panel .selectables a:active {
                    background: none !important;
                }

                .fc-filter-container .fc-selection-panel .selectables a:hover {
                    color: #0095cd !important;
                }

            .fc-filter-container .fc-selection-panel .selectables .selected:hover {
                color: #4b4b4b !important;
            }

        .fc-filter-container .fc-selection-panel .selectable {
            display: block;
            padding: 5px 7px;
        }


        .fc-filter-container .fc-selection-panel .selected {
            font-weight: bolder;
            padding: 5px 6px 5px 6px;
        }

    .fc-filter-container .filter-close {
    }
/*
	up-down buttons
*/
#up {
    top: 69%;
    right: 3%;
    position: absolute;
    background: url('../images/up.png') no-repeat;
    width: 36px;
    height: 31px;
    z-index: 10;
    cursor: pointer;
}

#down {
    display: none;
    top: 97%;
    right: 3%;
    position: absolute;
    background: url('../images/down.png') no-repeat;
    width: 36px;
    height: 31px;
    cursor: pointer;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border: 1px solid #ddd;
    border-radius: 0px;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
}

.page-title {
    font-size: 18px;
    display: block;
    font-weight: normal !important;
    margin: 13px 0px 8px 0px;
}

.paymentTermsColumn {
}

    .paymentTermsColumn input[type="radio"] {
        display: inline-block;
        width: 5%;
    }

#cardCRV {
    width: 20%;
}

.timeRow input, .timeRow select {
    width: 100px !important;
}

.range {
    display: none;
}

#expectedTime, #startTime {
    width: 60px !important;
}

#startDate {
    width: 30%;
}

textarea {
    margin: 5px 0 5px 0;
}

#customerType, #jobSubType {
    width: 35% !important;
}

#Text18, #Text22 {
    width: 25%;
}

.menu ul li a {
    color: #f3f3f3;
}

#technicians {
    display: none;
}

#charms table {
    font-size: 0.9375em;
    color: #ccc;
}

table {
    font-size: 12px;
    padding: 5px 10px;
    width: 100%;
}

#permissionsList input[type="checkbox"] {
    width: auto;
}

#tabs-1 a, #tabs-2 a, #tabs-3 a, #tabs-4 a {
    color: #fff;
}

table.details {
    color: #fff !important;
}

/* login */
.login-wrap {
    background: #333;
    padding: 10px 23px 40px 23px;
    width: 960px;
    margin: 6% auto;
    color: #fff;
    text-align: center;
}

    .login-wrap .red {
        background: #e8687f;
    }

    .login-wrap .single-size {
        width: 150px;
    }

    .login-wrap .metro {
        height: 150px;
        float: left;
        margin: 0 10px 10px 0;
    }

.single-size span, .double-size span {
    font-size: 20px;
}

.single-size i {
    font-size: 80px;
    display: block;
    padding-top: 30px;
}

.login-wrap .green {
    background: #90bb4f;
}

.login-wrap .double-size {
    width: 310px;
}

.lock-input {
    margin-top: 60px;
}

.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.lock-input input {
    width: 270px;
    padding: 3px !important;
    height: 40px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #fff;
}

.login-wrap .yellow {
    background: #f5c147;
}

.login-wrap .terques {
    background: #38bec9;
}

.login-btn, .login-btn:hover {
    background: none;
    font-size: 28px;
    margin-top: 65px;
    color: #fff;
}

    .login-btn i {
        font-size: 22px !important;
        padding-top: 0 !important;
        display: inline !important;
    }

.login-footer a {
    color: #fff;
}

.backToLogin {
    background: #fff;
}
/* validate errors */
.field-validation-error {
    color: #ff0000;
    font-size: 12px !important;
}

.block-ui {
    padding-top: 14%;
    text-align: center;
    background: #000;
    opacity: .6;
    filter: Alpha(Opacity=25);
    position: fixed;
    top: 0;
    left: 0;
}

.input-validation-error {
    border: 1px solid red;
}

#listedCustomers {
    background: #87bb33;
    list-style: none;
    color: #fff;
    width: 118px;
    position: absolute;
    line-height: 20px;
    margin: -2px 0 0 2px;
}

    #listedCustomers li {
    }

.modal {
    padding: 10px;
}

#holder {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 25000;
    text-align: center;
}

#dropDiv {
    display: none;
    position: absolute;
    top: -20px;
    background: #ccc;
}

.customer {
    text-decoration: underline;
    cursor: pointer;
}

/* metro dashboard states */
.metro-nav {
    font-family: 'MyriadPro-Light';
    position: relative;
    z-index: 101;
    text-align: center;
}

    .metro-nav .nav-block-orange {
        background: #f37b53;
    }

    .metro-nav .nav-block-yellow {
        background: #FFB400;
    }

    .metro-nav .nav-block-blue {
        background: #0DAED3;
    }

    .metro-nav .nav-block-green {
        background: #74B749;
    }

    .metro-nav .nav-block-red {
        background: #de577b;
    }

    .metro-nav .nav-block-purple {
        background: #9d4a9c;
    }

    .metro-nav .nav-block-grey {
        background: #77808a;
    }
    /*---new add--*/
    .metro-nav .nav-light-blue {
        background: #61b9ff;
    }

    .metro-nav .nav-light-green {
        background: #00a489;
    }

    .metro-nav .nav-deep-terques {
        background: #0bc0cb;
    }

    .metro-nav .nav-light-purple {
        background: #847cc5;
    }

    .metro-nav .nav-light-yellow {
        background: #e5bc64;
    }

    .metro-nav .nav-deep-gray {
        background: #434343;
    }

    .metro-nav .nav-light-brown {
        background: #ab8465;
    }

    .metro-nav .nav-olive {
        background: #959801;
    }

    .metro-nav .nav-deep-thistle {
        background: #9e7698;
    }

.metro-fix-view .metro-nav-block.double {
    width: 251px !important;
}

.metro-nav .nav-partsadded a {
    color: #fff !important;
}

.metro-fix-view .metro-nav-block.long {
    width: 251px !important;
    height: 235px !important;
}

    .metro-fix-view .metro-nav-block.long .value {
        padding-top: 30px !important;
        display: inline-block;
    }

        .metro-fix-view .metro-nav-block.long .value i {
            font-size: 90px;
        }

.metro-fix-view .metro-nav-block {
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 300;
    height: 120px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 120px !important;
    z-index: 1;
}

.metro-nav .metro-nav-block.double {
    width: 28%;
}

.metro-nav .metro-nav-block {
    color: white;
    cursor: pointer;
    border: 1px solid #c3c3c3;
    padding: 5px;
    min-width: 25px;
    display: inline-block;
    margin: 0 1% 0 0;
}

    .metro-nav .metro-nav-block:last-child {
        margin-right: 0;
    }

    .metro-nav .metro-nav-block a {
        color: white;
    }

        .metro-nav .metro-nav-block a .info {
            transition: all 0.4s ease-in-out 0s;
            -moz-transition: all 0.4s ease-in-out 0s;
            -webkit-transition: all 0.4s ease-in-out 0s;
            -o-transition: all 0.4s ease-in-out 0s;
        }

    /*.metro-nav .metro-nav-block.long a:hover i {
        font-size: 200px;
    }*/

    .metro-nav .metro-nav-block.long a {
        height: 96%;
    }

    /*.metro-nav .metro-nav-block a:hover .info {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        font-size: 40px;
        opacity: 0.6;
    }*/

    .metro-nav .metro-nav-block:hover {
        opacity: 0.5;
    }

    .metro-nav .metro-nav-block.double a {
        width: 94%;
    }

    .metro-nav .metro-nav-block .info {
        font-size: 24px;
    }

    .metro-nav .metro-nav-block .status, .metro-nav .metro-nav-block .tile-status {
        background-color: transparent;
        bottom: 10px;
        font-size: 14px;
        left: 10px;
        min-height: 30px;
        position: absolute;
    }
















/* metro dashboard states */
.CustomJobFilter {
    font-family: 'MyriadPro-Light';
    position: relative;
    z-index: 101;
    text-align: center;
}

    .CustomJobFilter .nav-block-orange {
        background: #f37b53;
    }

    .CustomJobFilter .nav-block-yellow {
        background: #FFB400;
    }

    .CustomJobFilter .nav-block-blue {
        background: #0DAED3;
    }

    .CustomJobFilter .nav-block-green {
        background: #74B749;
    }

    .CustomJobFilter .nav-block-red {
        background: #de577b;
    }

    .CustomJobFilter .nav-block-purple {
        background: #9d4a9c;
    }

    .CustomJobFilter .nav-block-grey {
        background: #77808a;
    }
    /*---new add--*/
    .CustomJobFilter .nav-light-blue {
        background: #61b9ff;
    }

    .CustomJobFilter .nav-light-green {
        background: #00a489;
    }

    .CustomJobFilter .nav-deep-terques {
        background: #0bc0cb;
    }

    .CustomJobFilter .nav-light-purple {
        background: #847cc5;
    }

    .CustomJobFilter .nav-light-yellow {
        background: #e5bc64;
    }

    .CustomJobFilter .nav-deep-gray {
        background: #434343;
    }

    .CustomJobFilter .nav-light-brown {
        background: #ab8465;
    }

    .CustomJobFilter .nav-olive {
        background: #959801;
    }

    .CustomJobFilter .nav-deep-thistle {
        background: #9e7698;
    }

.metro-fix-view .CustomJobFilter-block.double {
    width: 251px !important;
}

.CustomJobFilter .nav-partsadded a {
    color: #fff !important;
}

.metro-fix-view .CustomJobFilter-block.long {
    width: 251px !important;
    height: 235px !important;
}

    .metro-fix-view .CustomJobFilter-block.long .value {
        padding-top: 30px !important;
        display: inline-block;
    }

        .metro-fix-view .CustomJobFilter-block.long .value i {
            font-size: 90px;
        }

.metro-fix-view .CustomJobFilter-block {
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 300;
    height: 120px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 120px !important;
    z-index: 1;
}

.CustomJobFilter .CustomJobFilter-block.double {
    width: 28%;
}

.CustomJobFilter .CustomJobFilter-block {
    color: white;
    cursor: pointer;
    border: 1px solid #c3c3c3;
    padding: 5px;
    min-width: 25px;
    display: inline-block;
    margin: 0 1% 0 0;
}

    .CustomJobFilter .CustomJobFilter-block:last-child {
        margin-right: 0;
    }

    .CustomJobFilter .CustomJobFilter-block a {
        color: white;
    }

        .CustomJobFilter .CustomJobFilter-block a .info {
            transition: all 0.4s ease-in-out 0s;
            -moz-transition: all 0.4s ease-in-out 0s;
            -webkit-transition: all 0.4s ease-in-out 0s;
            -o-transition: all 0.4s ease-in-out 0s;
        }

    /*.CustomJobFilter .CustomJobFilter-block.long a:hover i {
        font-size: 200px;
    }*/

    .CustomJobFilter .CustomJobFilter-block.long a {
        height: 96%;
    }

    /*.CustomJobFilter .CustomJobFilter-block a:hover .info {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        font-size: 40px;
        opacity: 0.6;
    }*/

    .CustomJobFilter .CustomJobFilter-block:hover {
        opacity: 0.5;
    }

    .CustomJobFilter .CustomJobFilter-block.double a {
        width: 94%;
    }

    .CustomJobFilter .CustomJobFilter-block .info {
        font-size: 24px;
    }

    .CustomJobFilter .CustomJobFilter-block .status, .CustomJobFilter .CustomJobFilter-block .tile-status {
        background-color: transparent;
        bottom: 10px;
        font-size: 14px;
        left: 10px;
        min-height: 30px;
        position: absolute;
    }

.error-wrap.error-wrap-404 {
    width: 875px;
    margin: 12% auto 0;
    color: #fff;
    text-align: center;
}

.error-wrap {
    width: 100%;
    margin: 12% auto 0;
    color: #fff;
    text-align: center;
}

.error-404 {
    background: center center fixed #393939;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.error-wrap.error-wrap-404 .terques {
    background: rgba(75,183,192,0.8);
}

.error-wrap.error-wrap-404 .metro {
    float: left;
}

.error-wrap .metro.big {
    float: left;
    width: 340px;
    height: 340px;
    margin: 0 10px 10px 0;
    font-family: "MyriadPro-Light";
}

.error-wrap .metro {
    width: 165px;
    height: 165px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

    .error-wrap .metro span {
        font-size: 70px;
        padding-top: 70px;
        display: inline-block;
    }

.error-wrap.error-wrap-404 .metro.big span {
    padding-top: 160px;
}

.error-wrap .metro.big {
    font-family: "MyriadPro-Light";
}

.error-wrap.error-wrap-404 {
    color: #fff;
    text-align: center;
}

.error-wrap {
    color: #fff;
    text-align: center;
}

    .error-wrap .green {
        background: rgba(142,191,72,0.8);
    }

    .error-wrap .yellow {
        background: rgba(245,193,70,0.8);
    }

    .error-wrap .purple {
        background: rgba(175,94,197,0.8);
    }

    .error-wrap.error-wrap-404 .red {
        background: rgba(232,104,127,0.8);
    }

    .error-wrap.error-wrap-404 .metro.double {
        float: left;
        width: 340px;
        height: 165px;
        margin: 0 10px 10px 0;
        font-family: "MyriadPro-Light";
    }

    .error-wrap .metro.double .page-txt {
        font-family: "MyriadPro-Light";
        font-size: 30px;
    }

    .error-wrap.error-wrap-404 .gray {
        background: rgba(89,88,88,0.5);
    }

    .error-wrap.error-wrap-404 .home {
        color: #fff;
        font-size: 70px;
        text-decoration: none;
        margin-top: 40px;
        display: inline-block;
    }

.required {
}

.digits {
}

.number {
}

.store {
}

.auto-fields {
}

.tLabel {
}

.documentlist {
}

.ReceiptContainer {
    padding: 10px;
}

.editor-label {
    width: 11%;
    padding: 7px 0 7px 5px;
}

.editor-field {
    width: 20%;
}

    .editor-field input, .editor-field label {
        width: 95%;
    }

.editor-field, .editor-label {
    display: inline-block;
}

.ReceiptContainer input[type=text], .ReceiptContainer textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 5px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #c3c3c3;
}

    .ReceiptContainer input[type=text]:focus, .ReceiptContainer textarea:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        border: 1px solid rgba(81, 203, 238, 1);
    }

.ReceiptContainer label.error {
    display: none !important;
}

/* calendar icon */

time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    margin: 2em auto;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.4em 0;
        color: #fff;
        background-color: #fd9f1b;
        border-bottom: 1px dashed #f37302;
        box-shadow: 0 2px 0 #fd9f1b;
    }

    time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #fd9f1b;
    }

    time.icon span {
        width: 100%;
        font-size: 2.8em;
        letter-spacing: -0.05em;
        padding-top: 0.8em;
        color: #2f2f2f;
    }

    time.icon:hover, time.icon:focus {
        -webkit-animation: swing 0.6s ease-out;
        animation: swing 0.6s ease-out;
    }

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0deg) skewY(0deg);
    }

    20% {
        -webkit-transform: rotate(12deg) skewY(4deg);
    }

    60% {
        -webkit-transform: rotate(-9deg) skewY(-3deg);
    }

    80% {
        -webkit-transform: rotate(6deg) skewY(-2deg);
    }

    100% {
        -webkit-transform: rotate(0deg) skewY(0deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg) skewY(0deg);
    }

    20% {
        transform: rotate(12deg) skewY(4deg);
    }

    60% {
        transform: rotate(-9deg) skewY(-3deg);
    }

    80% {
        transform: rotate(6deg) skewY(-2deg);
    }

    100% {
        transform: rotate(0deg) skewY(0deg);
    }
}

/*div.warning {
    padding-left: 10px;
    padding-top: 10px;
}*/

.markerLegends {
    width: 71px;
    height: 15px;
    text-align: center;
    padding-top: 1px;
    font-weight: bold;
    color: white;
    margin-left: 20%;
    -ms-border-radius: 11px;
    border-radius: 11px;
    border-style: double;
}


.ContractorPhone:hover {
    color: #1d60ff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 0;
    max-width: 149px;
    text-wrap: none;
}

.ContractorNTE:hover {
    color: #1d60ff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 0;
    max-width: 145px;
    text-wrap: none;
}


.showratingStar {
    display: none;
}

.emptyRatings {
    display: none;
}

.halfStar {
    display: none;
}

.btn-Markup {
    background-color: green;
    border: none;
    color: white;
}

#CustomerNotesPopup {
    word-wrap: break-word;
}

.dateRange {
    margin-top: 10px;
    width: 85%;
}

.elabel {
    width: 12% !important;
}


.ContractorPhone:hover {
    color: #1d60ff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 0;
    max-width: 149px;
    text-wrap: none;
}

.ContractorNTE:hover {
    color: #1d60ff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 0;
    max-width: 145px;
    text-wrap: none;
}


.showratingStar {
    display: none;
}

.emptyRatings {
    display: none;
}

.halfStar {
    display: none;
}

.btn-Markup {
    background-color: green;
    border: none;
    color: white;
}

#CustomerNotesPopup {
    word-wrap: break-word;
}


ul.ui-autocomplete {
    max-height: 400px !important;
    max-width: 350px !important;
    overflow: auto !important;
}

.chosen-container .chosen-drop {
    width: max-content !important;
}

.ui-dialog {
    /*position: fixed;*/
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}