/* Minification failed. Returning unminified contents.
(2771,17): run-time error CSS1039: Token not allowed after unary operator: '-font-color-primary'
 */
* {
    margin: 0;
    padding: 0;
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
}

html, body {
    width: 100%;
}

body {
    background: url(images/bg.png) repeat-x scroll 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #3b3b3b;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #247cf4cc;
}

    a:hover,
    a:active {
        text-decoration: underline;
        color: #247cf4cc;
    }

    a img {
        border: 0;
    }

.SaveButton {
    background: url(../Images/image.gif) no-repeat top left;
}

a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus {
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}

@font-face {
    font-family: 'NeoSansStd-Bold';
    src: url('/Content/fonts/NeoSansStd-Bold.otf');
}

@font-face {
    font-family: 'NeoSansStd-Medium';
    src: url('/Content/fonts/NeoSansStd-Medium.otf');
}

@font-face {
    font-family: 'NeoSansStd-Regular';
    src: url('/Content/fonts/NeoSansStd-Regular.otf');
}

/* buttons */

input.button, button.button {
    padding: 0 9px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #686868;
    background: #ececec;
    border: 1px solid #dadada;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -moz-text-shadow: 0px 1px 1px #fff;
    -webkit-text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px #fff;
}

input.button-hv {
    color: #606060;
    background: #d9d9d9;
    border: 1px solid #c9c9c9;
    -moz-text-shadow: 0px 1px 1px #ececec;
    -webkit-text-shadow: 0px 1px 1px #ececec;
    text-shadow: 0px 1px 1px #ececec;
}

input.button[disabled], button.button[disabled] {
    color: lightgray;
}
/* -- STRUCTURE -- */

.shell {
    padding: 0;
    width: 100%;
    min-width: 1020px;
    position: relative;
    z-index: 1;
}

.header-shell {
    margin: 0 auto;
    width: 100%;
    position: relative;
    min-width: 960px;
}

.mast-head {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    overflow: hidden;
}

.nav-head {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    clear: both;
}

.subnav-head {
    margin-bottom: 10px;
    padding-top: 8px;
    height: 37px;
    overflow: hidden;
    clear: both;
    position: relative;
}

/* mast head navigation */
.logo {
    padding-left: 38px;
    padding-top: 5px;
    height: 26px;
    float: left;
}

    .logo a,
    .logo a:link,
    .logo a:visited,
    .logo a:hover,
    .logo a:active {
        display: block;
        background: url(images/GaugeSmartHubWhite.png) no-repeat scroll 0 0;
        width: 210px;
        height: 26px;
        text-indent: -9999px;
        overflow: hidden;
    }

/* mast head navigation for JMC*/
.logoJMC {
    padding-left: 33px;
    padding-top: 0px;
    height: 26px;
    float: left;
}

    .logoJMC a,
    .logoJMC a:link,
    .logoJMC a:visited,
    .logoJMC a:hover,
    .logoJMC a:active {
        display: block;
        background: url(images/SmartHubLabs/smarthub_labs_portal_white.png) no-repeat scroll 0 0;
        background-size: auto 100%;
        width: 270px;
        height: 35px;
        text-indent: -9999px;
        overflow: hidden;
    }

ul.mast-nav {
    padding: 9px 10px 0 0;
    height: 19px;
    list-style: none;
    float: right;
    overflow: hidden;
}

    ul.mast-nav li {
        padding-left: 3px;
        font-size: 10px;
        color: #d0d0d0;
        float: left;
    }

        ul.mast-nav li.mast-welcome {
            padding-right: 5px;
            height: 17px;
            line-height: 17px;
        }

        ul.mast-nav li a,
        ul.mast-nav li a:link,
        ul.mast-nav li a:visited {
            padding: 0 10px;
            height: 15px;
            line-height: 15px;
            font-weight: bold;
            color: #d0d0d0 !important;
            position: relative;
            border: 1px solid #2b2b2b;
            -moz-border-radius: 9px;
            -webkit-border-radius: 9px;
            border-radius: 9px;
            -moz-box-shadow: 0px 1px 1px #3e3e3e;
            -webkit-box-shadow: 0px 1px 1px #3e3e3e;
            box-shadow: 0px 1px 1px #3e3e3e;
            background: #595959 url(images/mastnav_bg.png) repeat-x 0 0;
            float: left;
        }

            ul.mast-nav li a:hover,
            ul.mast-nav li a:active {
                color: #EEE;
                background: #515151 url(images/mastnav_bg.png) repeat-x 0 -15px;
                text-decoration: none;
            }

        ul.mast-nav li.mast-blue a,
        ul.mast-nav li.mast-blue a:link,
        ul.mast-nav li.mast-blue a:visited {
            background: #416e71 url(images/mastnav_bg.png) repeat-x 0 -30px;
        }

            ul.mast-nav li.mast-blue a:hover,
            ul.mast-nav li.mast-blue a:active {
                color: #EEE;
                background: #356265 url(images/mastnav_bg.png) repeat-x 0 -45px;
                text-decoration: none;
            }


/* nav navigation */

ul.nav {
    margin-top: 8px;
    padding-left: 39px;
    list-style: none;
    height: 42px;
    float: left;
}

    ul.nav li {
        padding-right: 5px;
        float: left;
    }

        ul.nav li a,
        ul.nav li a:link,
        ul.nav li a:visited {
            display: block;
            padding: 0 9px;
            height: 41px;
            line-height: 41px;
            font-size: 12px;
            font-weight: bold;
            color: #222222;
            text-decoration: none;
            -moz-text-shadow: 0px 1px 1px #a5a5a5;
            -webkit-text-shadow: 0px 1px 1px #a5a5a5;
            text-shadow: 0px 1px 1px #a5a5a5;
            border: 1px solid #4d4d4c;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background: url(images/nav_bg.png) repeat-x 0 0;
            float: left;
        }

            ul.nav li a:hover,
            ul.nav li a:active {
                -moz-text-shadow: 0px 1px 1px #969696;
                -webkit-text-shadow: 0px 1px 1px #969696;
                text-shadow: 0px 1px 1px #969696;
                background: url(images/nav_bg.png) repeat-x 0 -41px;
                color: #202020;
            }

        ul.nav li.active {
            padding: 0 6px 0 1px;
        }

            ul.nav li.active a,
            ul.nav li.active a:link,
            ul.nav li.active a:visited,
            ul.nav li.active a:hover,
            ul.nav li.active a:active {
                padding: 0 9px;
                border: 0 none;
                height: 42px;
                line-height: 42px;
                background: #f3f3f3;
                color: #313131;
                -moz-text-shadow: 0px 1px 1px #f5f5f5;
                -webkit-text-shadow: 0px 1px 1px #f5f5f5;
                text-shadow: 0px 1px 1px #f5f5f5;
                -moz-box-shadow: 0px 0px 5px #343434;
                -webkit-box-shadow: 0px 0px 5px #343434;
                box-shadow: 0px 0px 5px #343434;
            }

/* search dropdown */

.search {
    margin-top: 8px;
    padding: 8px 8px 9px 8px;
    width: 246px;
    height: 18px;
    background: url(images/search_field.png) no-repeat scroll 0 0;
    float: right;
}

    .search input {
        padding: 3px 0 0 20px;
        width: 202px;
        height: 15px;
        background: none;
        border: 0 none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        outline: none;
        color: #EEE;
    }

.search-dropdown {
    width: 266px;
}

    .search-dropdown .dd-top {
        padding: 13px 13px 0 13px;
        width: 243px;
        height: 24px;
        background: url(images/search_dropdown_field.png) no-repeat scroll 0 0;
    }

    .search-dropdown /*.dd-top*/ input {
        padding: 3px 0 0 20px;
        width: 208px;
        height: 15px;
        background: none;
        border: 0 none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        outline: none;
        color: #EEE;
        float: left;
    }
/*.search-dropdown*/ .search .clear-search {
    padding-top: 1px;
    float: right;
    display: none;
}
    /*.search-dropdown*/ .search .clear-search a,
    /*.search-dropdown*/ .search .clear-search a:link,
    /*.search-dropdown*/ .search .clear-search a:visited,
    /*.search-dropdown*/ .search .clear-search a:hover,
    /*.search-dropdown*/ .search .clear-search a:active {
        display: block;
        background: url(images/search_dropdown_clear.png) no-repeat scroll 0 0;
        width: 14px;
        height: 14px;
        padding-right: 3px;
    }

.search-dropdown .dd-bot {
    padding: 0 12px 0 12px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 25px;
    color: #eeeeee;
    font-size: 10px;
    line-height: 21px;
    background: url(images/search_dropdown_footer.png) no-repeat scroll 0 0;
}

    .search-dropdown .dd-bot .results-number {
        float: left;
    }

    .search-dropdown .dd-bot .close {
        float: right;
    }

    .search-dropdown .dd-bot a {
        color: #eeeeee;
    }

.search-dropdown .dd-content {
    padding: 0 0 0 12px;
    width: 100%;
    background: url(images/search_dropdown_content_bg.png) repeat-y scroll 0 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .search-dropdown .dd-content .scrollbar {
        background: url(images/search_dropdown_scrollbar.png) no-repeat scroll 0 0;
        width: 10px;
        height: 237px;
        top: 0;
        right: 12px;
        position: absolute;
        cursor: move;
    }

.search-dropdown ul.search-results {
    font-size: 11px;
    list-style: none;
    overflow-y: auto;
    background-color: white;
    margin-right: 12px;
}

    .search-dropdown ul.search-results .title {
        font-size: 11px;
        font-weight: bold;
        color: #e1e1e1;
        height: 20px;
        line-height: 20px;
        padding-left: 10px;
        margin-right: 0px;
    }

.search-results-assets, .search-results-users, .search-results-sites, .search-results-person, .search-results-workorders {
    background-color: white;
}

.search-dropdown ul.search-results li.search-results-assets .title,
.search-dropdown ul.search-results li.search-results-workorders .title,
.search-dropdown ul.search-results li.search-results-users .title {
    background: url(images/search_dropdown_colors.png) repeat-x;
}

.search-dropdown ul.search-results li.search-results-sites .title,
.search-dropdown ul.search-results li.search-results-person .title {
    background: url(images/search_dropdown_colors.png) repeat-x 0 -20px;
}

.search-dropdown ul.search-results li ul li {
    width: 100%;
    height: 45px;
    padding: 8px 10px 7px 10px;
    border-bottom: 1px solid #d7d6d6;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search-dropdown .dd-content > div:first-child {
    width: 100%;
    padding: 8px 10px 7px 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search-dropdown ul.search-results li ul li h3,
.search-dropdown ul.search-results li ul li h3 a {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-decoration: none;
    color: Black;
}

.search-dropdown ul.search-results li ul li p {
    font-size: 12px;
    line-height: 15px;
}

.search-dropdown ul.search-results li ul li .locate {
    right: 5px;
    bottom: 7px;
    position: absolute;
}

    .search-dropdown ul.search-results li ul li .locate a {
        display: block;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }

ul.subnav-nav {
    list-style: none;
    padding: 7px 0 0 39px;
    height: 37px;
    overflow: hidden;
}

    ul.subnav-nav li {
        padding-right: 20px;
        font-size: 13px;
        float: left;
        cursor: pointer;
    }

        ul.subnav-nav li a,
        ul.subnav-nav li a:link,
        ul.subnav-nav li a:visited {
            display: block;
            height: 20px;
            color: #3b3b3b;
            -moz-text-shadow: 0px 1px 1px #fff;
            -webkit-text-shadow: 0px 1px 1px #fff;
            text-shadow: 0px 1px 1px #fff;
            float: left;
        }

            ul.subnav-nav li a:hover,
            ul.subnav-nav li a:active {
                text-decoration: underline;
            }

        ul.subnav-nav li.active a,
        ul.subnav-nav li.active a:link,
        ul.subnav-nav li.active a:visited,
        ul.subnav-nav li.active a:hover,
        ul.subnav-nav li.active a:active {
            padding-bottom: 10px;
            font-weight: bold;
            text-decoration: none;
            cursor: default;
            background: url(images/subnav_on_arrow.png) no-repeat bottom center;
        }

.content-shell {
    padding-top: 0px;
    padding-right: 44px;
    padding-left: 30px;
    position: relative;
}

.assets-nav-shell {
    padding-bottom: 15px;
    position: relative;
}

ul.assets-nav {
    padding-left: 10px;
    height: 29px;
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}

    ul.assets-nav li {
        padding-right: 3px;
        float: left;
    }

        ul.assets-nav li span,
        ul.assets-nav li a,
        ul.assets-nav li a:link,
        ul.assets-nav li a:visited {
            display: block;
            width: 100px;
            height: 29px;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            line-height: 30px;
            -moz-text-shadow: 0px 1px 1px #fff;
            -webkit-text-shadow: 0px 1px 1px #fff;
            text-shadow: 0px 1px 1px #fff;
            background: url(images/assets_subnav.png) no-repeat scroll 0 -30px;
            color: #757575;
            overflow: hidden;
        }

            ul.assets-nav li a:hover,
            ul.assets-nav li a:active {
                text-decoration: none;
                background: url(images/assets_subnav.png) no-repeat scroll 0 -60px;
                color: #606060;
                -moz-text-shadow: 0px 1px 1px #ececec;
                -webkit-text-shadow: 0px 1px 1px #ececec;
                text-shadow: 0px 1px 1px #ececec;
            }

        ul.assets-nav li.active span,
        ul.assets-nav li.active a,
        ul.assets-nav li.active a:link,
        ul.assets-nav li.active a:visited,
        ul.assets-nav li.active a:hover,
        ul.assets-nav li.active a:active {
            height: 30px;
            background: url(images/assets_subnav.png) no-repeat scroll 0 0;
            color: #e49015;
            cursor: default;
        }

.assets-back {
    text-align: right;
    line-height: 28px;
    right: 10px;
    top: 20px;
    position: absolute;
}

.nav-shell .assets-back {
    text-align: right;
    line-height: 28px;
    right: 0;
    top: 0;
    position: absolute;
}

.assets-back a,
.assets-back a:link,
.assets-back a:visited {
    color: #3ca0ca;
}

    .assets-back a:hover,
    .assets-back a:active {
        text-decoration: underline;
    }

ul.users-nav li a,
ul.users-nav li a:link,
ul.users-nav li a:visited {
    display: block;
    width: 150px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    -moz-text-shadow: 0px 1px 1px #fff;
    -webkit-text-shadow: 0px 1px 1px #fff;
    text-shadow: 0px 1px 1px #fff;
    background: url(images/assets_subnav.png) scroll 0 -30px;
    color: #757575;
    overflow: hidden;
}
/* assets title */

h1.page-title {
    padding-left: 5px;
    font-size: 24px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.col-dynamic {
    width: 100%;
    min-width: 620px;
    text-align: left;
}

.float-left {
    float: left !important;
    margin-right: 10px;
}

.float-right {
    float: right;
}

.col-620 {
    width: 620px;
}

.col-540 {
    width: 540px;
}

.col-430 {
    width: 430px;
}

.col-300 {
    width: 300px;
}

.col-345 {
    width: 345px;
}

.col-600 {
    width: 600px;
}

.col-900 {
    width: 900px;
}

.widget {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget-table {
    margin-bottom: 20px;
}

.widget-header {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 31px;
    background: transparent url(../../Content/images/widget_header_bg.png) repeat-x scroll 0 0;
    border: 1px solid #c7c7c7;
    border-bottom: 0 none;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    overflow: hidden;
    cursor: default;
}

    .widget-header h1 {
        padding-left: 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 31px;
        color: #3b3b3b;
        float: left;
    }

        .widget-header h1 select {
            background-color: transparent;
            border: none;
            padding-right: 50%;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            font-family: inherit;
            margin-left: -4px;
            color: inherit;
        }

    .widget-header .ts {
        float: right;
        line-height: 31px;
        margin-right: 5px;
        background: #ececec;
    }

    .widget-header .edit {
        padding-right: 10px;
        font-size: 11px;
        line-height: 31px;
        color: #3b3b3b;
        float: right;
    }

        .widget-header .edit a,
        .widget-header .edit a:link,
        .widget-header .edit a:visited {
            color: #b7b7b7;
        }

            .widget-header .edit a:hover,
            .widget-header .edit a:active {
                color: #828282;
                text-decoration: none;
            }

.col-900 .widget-header,
.col-430 .widget-header, .col-300 .widget-header, .col-620 .widget-header, .col-dynamic .widget-header {
    background: url("images/whitepixel.png") repeat-x #ececec;
    border: 1px solid #d7d6d6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.col-900 .widget-bottom,
.col-430 .widget-bottom, .col-300 .widget-bottom, .col-620 .widget-bottom, .col-dynamic .widget-bottom {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #d7d6d6;
    border-right: 1px solid #d7d6d6;
    border-bottom: 1px solid #d7d6d6;
    background: -moz-linear-gradient(top, #fff 4px,#D7D6D6 4px, #D7D6D6 100%);
    background: linear-gradient(top, #fff 4px,#D7D6D6 4px, #D7D6D6 100%);
    /*background: -webkit-linear-gradient(top, #fff 4px,#D7D6D6 4px, #D7D6D6 100%);*/
    height: 10px;
}

.widget-content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 10px 0 10px;
    border-left: 1px solid #d7d6d6;
    border-right: 1px solid #d7d6d6;
    clear: both;
    overflow: hidden;
    /*border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 2px solid #d7d6d6;*/
}

/* widget options */

.widget-options {
    margin-top: 7px;
    padding-right: 9px;
    height: 15px;
    float: right;
}

    .widget-options div {
        float: right;
        margin-left: 10px;
    }

    .widget-options a {
        color: #247cf4cc;
    }

        .widget-options a:hover {
            text-decoration: underline;
        }

.widget-header .widget-col,
.widget-header .widget-exp {
    padding: 8px 5px 0 8px;
    width: 14px;
    height: 15px;
    float: left;
}

    .widget-header .widget-exp a,
    .widget-header .widget-exp a:link,
    .widget-header .widget-exp a:visited {
        display: block;
        background: url(images/widget_options.png) no-repeat scroll -76px -30px;
        width: 14px;
        height: 15px;
    }

    .widget-header .widget-col a,
    .widget-header .widget-col a:link,
    .widget-header .widget-col a:visited {
        display: block;
        background: url(images/widget_options.png) no-repeat scroll -62px -30px;
        width: 14px;
        height: 15px;
    }

.widget-header .edit {
    padding-right: 8px;
    float: right;
}

    .widget-header .edit a,
    .widget-header .edit a:link,
    .widget-header .edit a:visited {
        display: block;
        width: 18px;
        height: 15px;
        background: url(images/widget_options.png) no-repeat scroll -8px -30px;
    }

.widget-header .remove {
    width: 14px;
    height: 14px;
    float: right;
}

    .widget-header .remove a,
    .widget-header .remove a:link,
    .widget-header .remove a:visited {
        display: block;
        background: url(images/widget_options.png) no-repeat scroll -48px -30px;
        width: 14px;
        height: 14px;
        float: right;
    }

.widget:hover > .widget-header .widget-exp a {
    background: url(images/widget_options.png) no-repeat scroll -76px -45px;
}

.widget:hover > .widget-header .widget-col a {
    background: url(images/widget_options.png) no-repeat scroll -62px -45px;
}

.widget:hover > .widget-header .edit a {
    background: url(images/widget_options.png) no-repeat scroll -8px -45px;
}

.widget:hover > .widget-header .remove a {
    background: url(images/widget_options.png) no-repeat scroll -48px -45px;
}

/* PROPERTIES */

.widget-properties .widget-content {
    padding-bottom: 0;
}

.widget-properties dl.item {
    width: 598px;
    height: 40px;
    line-height: 40px;
    clear: both;
}

.col-620 .widget-properties dl.item {
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.col-430 .widget-properties dl.item-skinny {
    padding-bottom: 2px;
    height: 20px;
    line-height: 20px;
    clear: both;
}

.col-430 .widget-properties dl.item-skinny-ish {
    padding-bottom: 3px;
    height: 26px;
    line-height: 26px;
    clear: both;
}

.widget-properties dl.item-tall {
    clear: both;
    min-height: 300px;
    height: 300px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .widget-properties dl.item-tall dd {
        float: left;
        font-size: 14px;
        font-weight: normal;
        padding: 3px 3px 3px 10px;
        width: 370px;
        clear: right;
    }

    .widget-properties dl.item-tall > dt {
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding-left: 10px;
        width: 150px;
        clear: left;
        background-color: #f3f3f3;
        height: 100%;
        line-height: 40px;
        padding-left: 10px;
    }

.widget-properties dl.item-skinny {
    padding-bottom: 2px;
    width: 598px;
    line-height: 20px;
    clear: both;
    height: 2em !important;
    margin-bottom: 1px !important;
}

.widget-properties dl.item-skinny-ish {
    padding-bottom: 3px;
    width: 598px;
    height: 26px;
    line-height: 26px;
    clear: both;
}

.widget-properties dl.item-skinny-ish,
.widget-properties dl.item-skinny,
.widget-properties dl.item,
.widget-properties dl.item-tall {
    margin-bottom: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 2.8em;
    width: 100%;
}

    .widget-properties dl.item-skinny-ish.wrap {
        height: 50px;
    }

        .widget-properties dl.item-skinny-ish.wrap dt {
            line-height: 20px;
            height: 50px;
        }

        .widget-properties dl.item-skinny-ish.wrap dd {
            white-space: normal;
            height: 50px;
        }

    .widget-properties dl.item > dt {
        width: 30%;
        font-size: 12px;
        font-weight: bold;
        padding-left: 10px;
        float: left;
        white-space: nowrap;
    }

    .widget-properties dl.item-skinny > dt {
        width: 150px;
        font-size: 12px;
        font-weight: bold;
        padding-left: 10px;
        font-size: 1.1em;
    }

    .widget-properties dl.item-skinny-ish > dt {
        font-size: 12px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 5px;
        font-size: 1.1em;
    }

    .widget-properties dl.item dd {
        width: 65%;
        font-size: 14px;
        font-weight: normal;
        padding-left: 10px;
        float: left;
        font-size: 1.1em;
    }

.col-430 .widget-properties dl.item-skinny dd {
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    float: left;
}

.col-430 .widget-properties dl.item-skinny-ish dd {
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    float: left;
    font-size: 1.1em;
}

.widget-properties dl.item-skinny dd {
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    float: left;
}

.widget-properties dl.item-skinny-ish dd {
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    float: left;
}

.widget-properties dl.item-skinny-ish dd,
.widget-properties dl.item-skinny dd,
.widget-properties dl.item dd,
.widget-properties dl.item-tall dd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fcfcfc;
    border-top: solid 1px #e5e4e4;
    border-right: solid 1px #e5e4e4;
    border-bottom: solid 1px #e5e4e4;
    height: 100%;
    border-radius: 5px;
    width: 75%;
}

    .widget-properties dl.item-skinny-ish dd.dd-multiline {
        height: unset;
        word-break: break-word;
        padding-right: 2px;
        margin-bottom: 5px;
    }

.widget-properties dl.item-tall > dt,
.widget-properties dl.item-skinny > dt,
.widget-properties dl.item-skinny-ish > dt,
.widget-properties dl.item > dt {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #E5E4E4;
    background-color: #F3F3F3;
    height: 100%;
    border-radius: 5px 0 0 5px;
    float: left;
    width: 25%;
}

    .widget-properties dl.item-skinny-ish > dt.dt-single-line {
        overflow: hidden;
    }


.widget-properties dl.item-parts dd {
    padding-left: 10px;
    width: 489px;
    font-size: 14px;
    font-weight: normal;
    float: left;
}

span.part {
    margin: 10px 5px 0 0;
    padding: 0 15px;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    display: block;
    text-align: center;
    line-height: 18px;
    color: #FFF;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #bbb;
    float: left;
}

.widget-properties dl dd input[type=text],
.widget-properties dl dd select,
.widget-properties dl dd input[type=number],
.widget-properties dl dd input[type=datetime-local],
.widget-properties dl dd textarea {
    width: 90%;
}

/* MAP */

.view-more {
    padding-top: 5px;
    line-height: 19px;
    text-align: right;
}

.widget-loc .map {
    border: 1px solid #d9d9d9;
    width: 278px;
    overflow: hidden;
}

.widget-loc, .widget-counter, .widget-summary, .widget-usage, .widget-assignment, .widget-reports, .widget-voltage, .widget-sitestats, .widget-default,
.widget-battery, .widget-linked, .widget-assetsassigned, .widget-assetfuel {
    margin-bottom: 15px;
    margin-right: 10px;
    float: left;
}

.widget-service {
    margin-bottom: 15px;
    float: left;
}

.widget-usage .widget-table table tbody tr,
.widget-assetfuel .widget-table table tbody tr {
    cursor: default;
}

.widget-counter {
    /*background: url(images/widget_counter.png) no-repeat scroll 0 0 #ececec;*/
}

    .widget-counter .widget-header, .widget-voltage .widget-header {
        /*background: none;*/
        width: 100%;
    }

.widget-voltage {
    background: url(images/widget_voltage.png) no-repeat scroll 0 0;
    height: 100px;
}

.widget-counter .widget-content {
    padding: 0;
}

.widget-counter .widget-bottom {
    background: none;
    background-color: #ececec;
}

.widget-counter .footer-text {
    background-color: #ececec;
    text-align: center;
}

.widget-counter .ts {
    background: #ececec;
    display: inline-block;
}

.widget-counter .trueOdometerCheck,
.widget-counter .trueMeterCheck {
    display: inline-block;
    float: right;
    padding-right: .5em;
    font-size: 1.5em;
    color: #247cf4cc
}

ul.counter {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    list-style: none;
    width: auto;
    height: 57px;
    clear: both;
    overflow: hidden;
    background: #ececec;
}

.widget-voltage ul.counter {
    padding-left: 46px;
}

ul.counter li.digit {
    padding-right: 4px;
    width: 43px;
    height: 57px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}

    ul.counter li.digit.seven {
        width: 36px;
    }

ul.counter li.digit-0 {
    background: url(images/counter_digits.png) no-repeat 0 0;
}

ul.counter li.digit-1 {
    background: url(images/counter_digits.png) no-repeat 0 -57px;
}

ul.counter li.digit-2 {
    background: url(images/counter_digits.png) no-repeat 0 -114px;
}

ul.counter li.digit-3 {
    background: url(images/counter_digits.png) no-repeat 0 -171px;
}

ul.counter li.digit-4 {
    background: url(images/counter_digits.png) no-repeat 0 -228px;
}

ul.counter li.digit-5 {
    background: url(images/counter_digits.png) no-repeat 0 -285px;
}

ul.counter li.digit-6 {
    background: url(images/counter_digits.png) no-repeat 0 -342px;
}

ul.counter li.digit-7 {
    background: url(images/counter_digits.png) no-repeat 0 -399px;
}

ul.counter li.digit-8 {
    background: url(images/counter_digits.png) no-repeat 0 -456px;
}

ul.counter li.digit-9 {
    background: url(images/counter_digits.png) no-repeat 0 -513px;
}

ul.counter li.digit-dot {
    width: 4px;
    text-indent: 0;
    font-size: 40px;
    height: 57px;
    padding-top: 34px;
    margin-left: -7px;
}

.ui-dialog .ui-dialog-content.custom-ui-dialog-container {
    background-color: white;
}

/* expand / collapse widget */
.ui-dialog-buttonpane {
    text-align: center;
}

div.header-text {
    font-weight: bold;
    margin: 5px 0 15px 0;
}

div.dragwidget {
    width: 72px;
    height: 78px;
    background: url("/content/images/dashboard_addcontent_bucket.png") no-repeat scroll 0 0 transparent;
    z-index: 16;
    position: relative;
}

.dropdown {
    z-index: 2;
}

    .dropdown dd ul, .dropdown dd ul li {
        position: relative;
        z-index: 9;
    }

    .dropdown span.value {
        display: none;
    }

    .dropdown dt span {
        padding-right: 12px;
        overflow: hidden;
        z-index: inherit;
    }

    .dropdown dd, .dropdown dt, .dropdown ul {
        margin: 0px;
        padding: 0px;
        white-space: nowrap;
    }

    .dropdown dd {
        position: relative;
    }

    .dropdown dt a, .dropdown dt a:hover, .dropdown dt a:visited {
        display: block;
        padding-right: 20px;
        color: #3b3b3b;
        text-decoration: none;
    }

        .dropdown dt a span {
            cursor: pointer;
            display: block;
            padding: 0px;
        }

    .dropdown dd ul {
        display: none;
        list-style: none;
        padding: 0px 0px;
        position: relative;
        background-color: White;
        left: -6px;
        top: -3px;
        width: 98px;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-radius-bottomleft: 5px;
        -webkit-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: auto;
        margin: 0;
        font-weight: normal;
    }

.select-option-135.dropdown dd ul {
    width: 133px;
    max-height: 350px !important;
}

.select-option-120.dropdown dd ul {
    width: 116px;
    max-height: 350px !important;
}

.select-option-175.dropdown dd ul {
    width: 173px;
    max-height: 350px !important;
}

.select-option-200.dropdown dd ul {
    width: 198px;
    max-height: 350px !important;
}

.select-option-400.dropdown dd ul {
    width: 398px;
    max-height: 350px !important;
}

.select-option {
    width: 94px;
    height: 21px;
    color: #3b3b3b;
    line-height: 21px;
    padding-left: 6px;
    background: url(images/dropdown_filter.png) no-repeat scroll 0 0;
    float: left;
}

.select-option-54 {
    width: 48px;
    height: 21px;
    color: #3b3b3b;
    line-height: 21px;
    padding-left: 6px;
    background: url(images/dropdown_filter.png) no-repeat scroll 0 0;
    float: left;
}

.select-option-120 {
    width: 114px;
    height: 21px;
    color: #3b3b3b;
    line-height: 21px;
    padding-left: 6px;
    background: url(images/dropdown_filter_120.png) no-repeat scroll 0 0;
    float: left;
}

.select-option-175 {
    width: 169px;
    height: 21px;
    color: #3b3b3b;
    line-height: 21px;
    padding-left: 6px;
    background: url(images/dropdown_filter_175.png) no-repeat scroll 0 0;
    float: left;
}

.select-option-135 {
    width: 129px;
    height: 21px;
    color: #3b3b3b;
    line-height: 21px;
    padding-left: 6px;
    background: url(images/dropdown_filter_135.png) no-repeat scroll 0 0;
    float: left;
}

.select-option-200 {
    width: 194px;
    height: 21px;
    color: #3b3b3b;
    line-height: 21px;
    padding-left: 6px;
    background: url(images/dropdown_filter_200.png) no-repeat scroll 0 0;
    float: left;
}

.select-option-400 {
    width: 394px;
    height: 21px;
    color: #3b3b3b;
    line-height: 21px;
    padding-left: 6px;
    background: url(images/dropdown_filter_400.png) no-repeat scroll 0 0;
    float: left;
}

select.select-option {
    width: 100px;
    border: none;
    font-size: 11px;
    padding: 2px;
}

select.select-option-175 {
    width: 175px;
    border: none;
    font-size: 11px;
    padding: 2px;
}

select.select-option-135 {
    width: 135px;
    border: none;
    font-size: 11px;
    padding: 2px;
}

select.select-option-200 {
    width: 200px;
    border: none;
    font-size: 11px;
    padding: 2px;
}

select.select-option-400 {
    width: 400px;
    border: none;
    font-size: 11px;
    padding: 2px;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li {
    padding-left: 5px;
    display: block;
    cursor: pointer;
    background: #f9f9f9 url(images/dropdown_filter_blank.png) repeat-y scroll 0 0;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
}

    .dropdown dd ul li:hover {
        color: White;
        background-color: #8e8e8e;
        Background-image: none;
    }

.ui-datepicker {
    display: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    display: none;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    display: none;
}

.validation-summary-valid {
    display: none;
}

.ui-dialog-content li {
    font-weight: bold;
}

.ui-dialog-content ul {
    margin: 6px;
}

.item .dropdown {
    margin: 10px;
}

.widget-properties dl.item-tall table {
    font-size: 12px;
    width: 100%;
    text-align: left;
}

    .widget-properties dl.item-tall table tr {
        line-height: 22px;
    }

.widget-properties dl.item-footer {
    clear: both;
    padding: 10px;
}

.widget-properties dl.item-header {
    text-align: center;
    padding-bottom: 10px;
}

.widget-properties dl.item-footer dd {
    text-align: center;
}

select {
    min-width: 100px;
}

.datedropdown, .unitdropdown, .categorydropdown, .alerttypedropdown, .assetdropdown, .sitedropdown, .widgetfilter {
    margin: 5px 0 0 0;
    float: left;
    position: relative;
}

    .datedropdown .dropdown, .unitdropdown .dropdown, .categorydropdown .dropdown, .alerttypedropdown .dropdown, .assetdropdown .dropdown, .sitedropdown .dropdown, .widgetfilter .dropdown {
        margin-left: 5px;
        margin-right: 0px;
    }

.loading {
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: rgba(255,255,255,0.9);
    display: flex;
    justify-content: center;
}

    .loading-overlay img {
        margin: auto;
    }

.widget-util {
    height: 360px;
}

    .widget-util .widget-content {
        height: 320px;
    }

.widget-loc .widget-content {
    height: 320px;
}

.widget-default .widget-content {
    height: 320px;
}

.widget-service .widget-table {
    margin-bottom: 0;
}

#version {
    color: white;
    font-size: 9px;
    text-align: center;
    float: left;
    vertical-align: middle;
    line-height: 38px;
    margin-left: 10px;
    cursor: default;
}

.search-results-wait {
    line-height: 400px;
    vertical-align: middle;
}

.widget-assignment .widget-content {
    padding: 8px;
    clear: both;
    font-size: 13px;
}

    .widget-assignment .widget-content div.title {
        font-weight: bold;
        width: 33%;
    }

    .widget-assignment .widget-content div {
        float: left;
        width: 66%;
    }

#releasenotes {
    height: 300px;
    overflow-y: auto;
    padding: 10px;
}

    #releasenotes label {
        font-weight: bold;
    }

    #releasenotes ul {
        margin: 0 0 10px 0;
    }

.additional .widget-properties dl dt,
.properties .widget-properties dl dt {
    width: 33%;
}

.additional .widget-properties dl dd,
.properties .widget-properties dl dd {
    width: 67%;
}

.properties .widget-properties dl.item-footer dd {
    width: 100%;
}

.properties .widget-properties dl.item-header dd {
    width: 100%;
}

.widget-properties {
    margin-bottom: 15px;
}

.widget.collapsed .widget-content,
.widget.collapsed .widget-bottom,
.widget.collapsed .widget-header .widget-col,
.widget .widget-header .widget-exp {
    display: none;
}

.widget.collapsed .widget-header .widget-exp {
    display: inline;
}

.additional .widget-properties.pairing dl.item-skinny-ish dt,
.additional .widget-properties.pairing dl.item-tall dt,
.properties .widget-properties.pairing dl.item-skinny-ish dt,
.properites .widget-properties.pairing dl.item-tall dt {
    width: 40%;
}

.additional .widget-properties.pairing dl.item-skinny-ish dd,
.additional .widget-properties.pairing dl.item-tall dd,
.properties .widget-properties.pairing dl.item-skinny-ish dd,
.properties .widget-properties.pairing dl.item-tall dd {
    width: 60%;
}

#conditionpaging > div,
.tm-header .paging > div {
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    background: #F3F3F3;
    color: #000;
    float: left;
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 .6em;
    white-space: nowrap;
    border-width: 1px 1px;
}

#conditionpaging > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 25%;
    text-align: center;
}

.tm-header .paging a, .tm-header .paging a:hover, .tm-header .paging a:visited, .tm-header .paging a:active,
#conditionpaging a, #conditionpaging a:hover, #conditionpaging a:visited, #conditionpaging a:active {
    color: black;
    text-decoration: none;
}

.tm-header .paging .disabled,
.tm-header .paging .disabled:hover,
#conditionpaging .disabled,
#conditionpaging .disabled:hover {
    color: gray;
}

.tm-header .paging {
    float: right;
}

#conditionpaging {
    bottom: -50%;
    position: relative;
}

.eintag {
    float: left;
    margin-left: 10px;
    background-color: red;
    font-size: 16px;
    color: white;
    padding: 4px;
    font-weight: bold;
    margin-top: 2px;
    line-height: 20px;
}

.ui-tabs.ui-widget-content {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    color: #333333;
}

ul.assets-nav li span, ul.assets-nav li a, ul.assets-nav li a:link, ul.assets-nav li a:visited {
    background: url("images/assets_subnav.png") no-repeat scroll 0 -30px transparent;
    color: #757575;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 100px;
    padding: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    background: url("images/assets_subnav.png") no-repeat scroll 0 0 transparent;
    color: #E49015;
    cursor: default;
    height: 30px;
    text-decoration: none;
    text-shadow: 0 1px 1px #ECECEC;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0 !important;
}

.ui-tabs > .ui-widget-header {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #444444;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #D4D4D4;
    height: 29px;
    list-style: none outside none;
    padding-left: 10px;
    padding-top: 0px;
    position: relative;
}

    .ui-tabs .ui-tabs-nav li a {
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav li {
        border: none;
    }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: 0;
            padding-bottom: 1px;
            background: none;
        }

.ui-widget {
    font-size: 11px;
}

.widget-sitestats table tr td:last-child {
    text-align: right;
}

.widget .widget-content table {
    width: 100%;
}

.widget-battery .widget-options > div {
    width: 42px;
    height: 26px;
    margin-top: -7px;
}

.widget-battery .full {
    background: transparent url(images/battery.png) no-repeat 1px -3px;
}

.widget-battery .ninetypct {
    background: transparent url(images/battery.png) no-repeat 1px -31px;
}

.widget-battery .eightypct {
    background: transparent url(images/battery.png) no-repeat -63px -3px;
}

.widget-battery .seventypct {
    background: transparent url(images/battery.png) no-repeat -63px -31px;
}

.widget-battery .sixtypct {
    background: transparent url(images/battery.png) no-repeat -126px -3px;
}

.widget-battery .half {
    background: transparent url(images/battery.png) no-repeat -126px -31px;
}

.widget-battery .fortypct {
    background: transparent url(images/battery.png) no-repeat 1px -65px;
}

.widget-battery .thirtypct {
    background: transparent url(images/battery.png) no-repeat 1px -94px;
}

.widget-battery .twentypct {
    background: transparent url(images/battery.png) no-repeat -63px -65px;
}

.widget-battery .tenpct {
    background: transparent url(images/battery.png) no-repeat -63px -94px;
}

.widget-battery .empty {
    background: transparent url(images/battery.png) no-repeat -125px -65px;
}

.logonbox {
    margin: 150px auto;
    border: solid 1px #e7e7e7;
    border-radius: 10px;
    padding: 15px;
    max-width: 280px;
    background-color: #e7e7e7;
    font-size: 12px;
    width: auto;
}

    .logonbox input[type='text'], .logonbox input[type='password'] {
        width: 97%;
        max-width: 280px;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 3px 3px 3px 3px;
        display: inline-block;
        margin: 0;
        outline: 0 none;
        padding: 4px;
        margin-right: 10px;
        left: 0;
    }

    .logonbox > div {
        margin-bottom: 7px;
        text-align: center;
    }

    .logonbox button {
        border-color: black;
    }

    .logonbox h1 {
        margin-bottom: 15px;
        line-height: 24px;
        text-align: center;
    }

    .logonbox .holding .holder {
        -moz-user-select: none;
        color: #999999;
        cursor: text;
        font-size: 13px;
        left: 8px;
        line-height: 15px;
        position: absolute;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
        top: 7px;
        transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s;
        white-space: nowrap;
        z-index: 1;
        font-family: Arial;
        display: none;
    }

    .logonbox .holding {
        overflow: visible;
        position: relative;
        margin-bottom: 15px;
    }

    .logonbox .focus .holder {
        opacity: 0;
    }

div.wait {
    width: 100%;
    text-align: center;
}

.gearHolder {
    width: 28px !important;
    padding: 2px !important;
    float: none !important;
    margin: 0px !important;
    padding-left: 2px !important;
}

.gearMenu {
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #777777;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    height: 16px !important;
    line-height: 16px !important;
    width: 24px;
    outline: medium none;
    padding: 4px 2px 4px 2px !important;
    text-align: center;
    transition: all 0.218s ease 0s;
    opacity: .5;
    float: none;
    margin-top: -2px;
}

.gearHolder .gearMenu:hover {
    background-color: #f8f8f8;
    box-shadow: 0 1px 1px rgba(0,0,0,1);
    border: solid 1px #c6c6c6;
    opacity: .8;
}

.gearHolder .gearMenu.pressed {
    background-color: #EFEFEF;
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    opacity: 0.8;
}

.gearHolder .popupContent {
    display: none;
    overflow: visible;
    position: absolute;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: default;
    font-size: 13px;
    color: #333333;
    min-width: 100px;
    max-width: 200px;
    white-space: nowrap;
    z-index: 100;
    float: none;
    padding-left: 0;
}

.gearHolder .popupLabel:hover {
    background: none repeat scroll 0 0 #E1E1E1;
}

.gearHolder .popupLabel {
    color: #333333;
    min-width: 100px;
    white-space: nowrap;
    line-height: 1.4;
    overflow: hidden;
    float: none;
    padding: 0;
    margin: 0;
}

    .gearHolder .popupLabel a {
        color: inherit;
        text-decoration: none;
        display: block;
        width: 100%;
        padding: 5px 15px;
    }

div.caution {
    background-image: url(../content/images/caution.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-left: 0px;
}

.widget-counter select.caution {
    background-image: url(../content/images/caution.png);
    background-position: 110px center;
    background-repeat: no-repeat;
}

.mask {
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 999 !important;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: lightgray;
    line-height: 100%;
    vertical-align: middle;
}

    .mask img {
        position: absolute;
    }

.widget-assetsassigned table, .widget-assetsassigned tbody, .widget-assetsassigned tr, .widget-assetsassigned td {
    display: block;
}

    .widget-assetsassigned table tbody tr td > div {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

fieldset.item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fcfcfc;
    border-top: solid 1px #e5e4e4;
    border-right: solid 1px #e5e4e4;
    border-bottom: solid 1px #e5e4e4;
    border-left: solid 1px #e5e4e4;
    border-radius: 0 5px 5px 0;
    width: 100%;
    width: calc(100% - 5px);
    padding: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
}

    fieldset.item > div {
        margin-left: 25%;
        padding-left: 10px;
    }

    fieldset.item legend {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: solid 1px #E5E4E4;
        background-color: #F3F3F3;
        border-radius: 0px 0 0 0px;
        float: left;
        width: 30%;
        font-size: 1.1em;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 5px;
        min-height: 25px;
        line-height: 26px;
    }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    text-align: center !important;
}

contact-search > div {
    margin-top: 10px;
}

#contact-search > div {
    margin-top: 10px;
}

contact-search > div > div {
    border: 1px solid lightgray;
    height: 26px;
    padding: 3px;
    width: 100%;
    margin-top: 8px;
    margin-right: 8px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#contact-search > div > div {
    border: 1px solid lightgray;
    height: 26px;
    padding: 3px;
    width: 100%;
    margin-top: 8px;
    margin-right: 8px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

contact-search > div > div button.button {
    float: right;
    height: 18px;
    width: 18px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
}

contact-search > input[type='text'] {
    width: 210px;
    margin-top: 5px;
}

contact-search > label {
    display: block;
}

#contact-search > div > div button.button {
    float: right;
    height: 18px;
    width: 18px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
}

#contact-search > input[type='text'] {
    width: 210px;
    margin-top: 5px;
}

#contact-search > label {
    display: block;
}

@media screen and (max-width: 1120px) {

    .logo {
        padding-left: 4px;
    }

    .logoJMC {
        padding-left: 4px;
    }

    .shell {
        min-width: 800px;
    }

    ul.subnav-nav li {
        font-size: 11px;
        padding-right: 12px;
    }

    .nav-head .search {
        right: 0;
        position: absolute;
        width: 150px;
        background-size: 100% 100%;
    }

        .nav-head .search input {
            width: 82%;
            min-width: 82%;
            box-sizing: border-box;
        }

    .col-620 {
        width: 62%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .col-430 {
        width: 41%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .col-300 {
        width: 33%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .col-dynamic {
        min-width: initial;
        width: 100%;
    }

    .col-100 {
        width: 100% !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .col-430 .widget-content, .col-300 .widget-content, .col-620 .widget-content, .col-dynamic .widget-content {
        font-size: 1em;
    }

    .widget-loc #Map {
        width: 100%;
    }

    .widget-properties img {
        width: 100%;
    }

    .widget .widget-options {
        font-size: .9em;
    }

    .widget .widget-header h1 {
        font-size: 1em;
    }

    .widget-table .table-filter {
        font-size: 1em;
    }

    .search-table2 input {
        width: 70px;
        min-width: 70px;
    }

    .table-filter .filter-dd .select-option-175 {
        background-size: 100% auto;
        width: 140px;
        margin-left: 2px;
        padding-left: 0px;
    }

    .table-filter .filter-dd .select-option-135 {
        background-size: 100% auto;
        width: 115px;
        margin-left: 2px;
        padding-left: 0px;
    }

    .table-filter .filter-dd .select-option {
        background-size: 100% auto;
        width: 80px;
        margin-left: 2px;
        padding-left: 0px;
    }

    .dropdown span, .dropdown li, select {
        font-size: .9em;
    }

    .dropdown {
        height: 21px;
        line-height: 21px;
    }

    .select-option-175 dd ul,
    .select-option-135 dd ul,
    .select-option dd ul {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        left: 0px;
        top: -1px;
    }

    .dropdown dt a span {
        padding-left: 6px;
    }

    ul.nav li.active a,
    ul.nav li.active a:link,
    ul.nav li.active a:visited,
    ul.nav li.active a:hover,
    ul.nav li.active a:active,
    ul.nav li a, ul.nav li a:link,
    ul.nav li a:visited {
        font-size: .8em;
        padding: 0 4px;
    }

    .widget-properties dl.item-skinny-ish > dt,
    .additional .widget-properties dl.item-skinny-ish dt,
    .additional .widget-properties dl.item-tall dt,
    .properties .widget-properties dl.item-skinny-ish dt,
    .properties .widget-properties dl.item-tall dt,
    .col-620 .widget-properties dl.item > dt,
    .col-430 .widget-properties dl.item-skinny-ish > dt,
    .col-430 .widget-properties dl.item-tall > dt,
    .widget-properties dl.item-tall > dt {
        width: 25% !important;
        height: 100%;
        line-height: 100%;
        padding-top: 5px;
        font-size: 1em;
    }

    .widget-properties dl.item-skinny-ish dd,
    .col-620 .widget-properties dl.item > dd,
    .col-430 .widget-properties dl.item-skinny-ish > dd,
    .col-430 .widget-properties dl.item-tall > dd,
    .widget-properties dl.item-tall dd {
        width: 75% !important;
        height: 100%;
        line-height: 100%;
        padding-top: 5px;
        font-size: 1.1em;
    }

    .col-430 .widget-properties dl.item-skinny-ish,
    .col-430 .widget-properties dl.item-tall,
    .widget-properties dl.item-skinny-ish,
    .col-620 .widget-properties dl.item,
    .col-900 .widget-properties dl.item-skinny-ish,
    .col-900 .widget-properties dl.item-tall {
        width: 100% !important;
    }

    .widget-properties dl.item-skinny-ish {
        margin-top: 5px;
    }

    .col-620 .widget-properties dl.item {
        height: 33px;
    }

    .search .search-dropdown {
        width: 168px;
        right: 11px;
        margin-left: 0;
    }

        .search .search-dropdown .dd-content,
        .search .search-dropdown .dd-bot,
        .search .search-dropdown ul.search-results li ul li {
            width: 100%;
        }

        .search .search-dropdown ul.search-results .title {
            width: 100%;
        }

    .search-dropdown ul.search-results {
        font-size: 1em;
        width: 157px;
    }
}

@media screen and (max-width: 900px) {
    .shell {
        min-width: 100%;
    }

    .search {
        display: none;
    }

    .widget {
        height: auto !important;
    }

    .col-900.float-left,
    .col-430.float-left,
    .col-300.float-right,
    .col-300.float-left {
        float: none !important;
        margin-left: 0px;
    }

    .widget-assignment .widget-content div {
        float: none;
        width: 100%;
        clear: both;
    }

    .col-900,
    .col-620,
    .col-540,
    .col-430,
    .col-300 {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .col-dynamic {
        min-width: initial;
        width: 100%;
    }

    .col-50, .col-100 {
        width: 100% !important;
    }

    .col-900 .widget-content,
    .col-430 .widget-content,
    .col-300 .widget-content,
    .col-620 .widget-content,
    .col-dynamic .widget-content {
        font-size: 1.3em;
        height: auto;
    }

    input.button, button.button {
        font-size: 1em;
    }

    .widget .widget-header h1 {
        font-size: 1.3em;
    }

    .widget .widget-options {
        font-size: 1.2em;
    }

    .widget-properties dl.item-skinny-ish {
        height: auto;
        line-height: 2em;
    }

        .widget-properties dl.item-skinny-ish > dt,
        .additional .widget-properties dl.item-skinny-ish dt,
        .additional .widget-properties dl.item-tall dt,
        .properties .widget-properties dl.item-skinny-ish dt,
        .properties .widget-properties dl.item-tall dt,
        .col-620 .widget-properties dl.item > dt, .col-430 .widget-properties dl.item-skinny-ish > dt,
        .col-430 .widget-properties dl.item-tall > dt,
        .col-900 .widget-properties dl.item-tall > dt,
        .widget-properties dl.item-tall > dt {
            width: 35% !important;
        }

        .widget-properties dl.item-skinny-ish dd,
        .col-620 .widget-properties dl.item > dd,
        .col-430 .widget-properties dl.item-skinny-ish > dd,
        .col-430 .widget-properties dl.item-tall > dd,
        .col-900 .widget-properties dl.item-tall > dd,
        .widget-properties dl.item-tall dd {
            width: 65% !important;
        }

    dl.item-skinny-ish dd input,
    dl.item-skinny-ish dd select {
        width: 90% !important;
        height: 2em;
        font-size: 1em;
    }

    .col-430 .widget-properties dl.item-skinny-ish,
    .col-430 .widget-properties dl.item-tall,
    .widget-properties dl.item-skinny-ish,
    .col-620 .widget-properties dl.item,
    .col-900 .widget-properties dl.item-skinny-ish,
    .col-900 .widget-properties dl.item-tall {
        height: 3em;
    }
}

@media screen and (max-width: 700px) {
    #version {
        margin-left: 0px;
        font-size: 8px;
    }

    .mast-welcome {
        display: none;
    }

    ul.mast-nav {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 320px) {
    #version {
        display: none;
    }

    .logonbox h1 {
        font-size: 1.5em;
    }

    .logonbox {
        margin-top: 50px;
    }
}

.error {
    color: red;
}

.search-clear-texbox {
    display: block;
    background: url('images/search_dropdown_locate_clear.png') no-repeat scroll 0 0;
    width: 17px;
    height: 20px;
    padding-right: 3px;
}

.search-table4 {
    background: url(images/search-table2.png) repeat-x;
    padding: 2px 0 0 0px;
    min-width: 13px;
    height: 20px;
}

.faCloseIcon {
    position: absolute;
    padding-top: 1px;
    text-decoration: none !important;
}

    .faCloseIcon:before {
        font-family: FontAwesome;
        font-size: 15px;
        color: #979ea0;
        margin-left: -10px;
        content: "\f057";
    }

.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    font-weight: bold !important;
    opacity: 1.0
}

li a span.ui-icon {
    margin-top: 0px !important
}

.centerDialog {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

    /* Revert styles to Smart Hub defaults for dialogs using bootstrap */
    .centerDialog.bootstrapiso {
        background: #eeeeee url(jqwidgets/images/lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    }

        .centerDialog.bootstrapiso .ui-dialog-titlebar {
            line-height: 11px;
        }

            .centerDialog.bootstrapiso .ui-dialog-titlebar .ui-dialog-title {
                overflow: visible;
            }

        .centerDialog.bootstrapiso .ui-dialog-buttonpane {
            padding: .3em 1em .5em 1em;
        }

.centerDialog-min {
    min-width: 350px !important;
    min-height: 350px !important;
}

.centerDialog-50 {
    width: 50vw !important;
    height: 50vh !important;
}

.centerDialog-75 {
    width: 75vw !important;
    height: 75vh !important;
}

.centerDialog-80 {
    width: 80vw !important;
    height: 80vh !important;
}

.centerDialog-90 {
    width: 90vw !important;
    height: 90vh !important;
}

.centerDialog-100 {
    width: 100vw !important;
    height: 100vh !important;
}

.assettagradio-container {
    display: inline-flex;
}

.assettagradio-inputs {
    float: left;
    display: inline-flex;
    margin-right: 4px;
    padding-right: 53px;
}

.assettagradio-inputs .assettagradio-input {
    display: inline-flex;
}

.assettagradio-inputs .assettagradio-input input {
    display: inline-flex;
    margin-right: 4px;
    margin-left: 2px;
}

.assettagradio-inputs .assettagradio-input label {
    color: var(--font-color-primary);
    margin-right: 2px;
    margin-left: 2px;
}

.assettagradio-inputs .assettagradio-input label:before {
    content: none;
}

ul.nav li a i, ul.nav li.active i {
    display: none;
}
/* TABLE */

/* table & map header */
.tm-header {
	padding: 0;
	width: 100%;
	height: 35px;
    line-height: 35px;
	background: none;
	text-align:right;
}
.tm-header h2.title {
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	float: left;
    margin-bottom: 5px;
}

/* table & map filter */
.widget-table .table-filter {
	padding: 7px 0 7px 0;
	min-height: 20px;
	min-width: 602px;
	background-color: #ececec;
    background-image: none;
}
.widget-table .table-filter {
	width: 100%;
	border: 1px solid #d7d6d6;
	-moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.widget-table table,
.widget-table .widget-content,
.widget-map .widget-content {
	padding: 5px 0;
	border: 0 none;
	clear: both;
}
.widget-map .widget-content .map {
	width: 618px;
	height: 618px;
	border: 1px solid #d7d6d6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.widget-table .widget-bottom {
	padding: 8px 0 8px 0;
	height: 35px;
	width: 620px;
	background-color: #ececec;
    background-image: none;
	font-size: 10px;
	font-weight: bold;
	color: #3b3b3b;
}
.widget-table .widget-bottom {
	width: 100%;
	border: 1px solid #d7d6d6;
	-moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.table-summary {
	float: left;
	margin-left: 10px;
}
.widget-table .showallpages{
    padding:0px !important; 
    margin-top:-3px !important;
    position: absolute !important;
    margin-left:-78px !important;
}
.table-pagination {
	line-height: 18px;
	float: right;
	margin-right: 8px;
}
.table-pagination .page-right {
	float: right;
}
.table-pagination .page-last{
	float: right;
    padding: 0 5px;
}
    .table-pagination a {
        color: #3b3b3b;
        font-weight:bolder;
    }

.table-pagination .inactive
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;   
    pointer-events:none;
}
.table-pagination .page-right a,
.table-pagination .page-right a:link,
.table-pagination .page-right a:visited {
	display: block;
	background: url(images/pagination_arrows.png) no-repeat scroll -18px 0;
	width: 18px;
	height: 19px;
}
.table-pagination .page-right a:hover,
.table-pagination .page-right a:active {
	background: url(images/pagination_arrows.png) no-repeat scroll -18px -19px;
}

.table-pagination .page-left{
	float: right;
}
.table-pagination .page-first{
	float: right;
    padding: 0 5px;
}
.table-pagination .page-left a,
.table-pagination .page-left a:link,
.table-pagination .page-left a:visited {
	display: block;
	background: url(images/pagination_arrows.png) no-repeat scroll 0 0;
	width: 18px;
	height: 19px;
}
.table-pagination .page-left a:hover,
.table-pagination .page-left a:active {
	background: url(images/pagination_arrows.png) no-repeat scroll 0 -19px;
}
.table-pagination .page-number {
	padding: 0 10px;
	float: right;
}
.widget-table .table-options {
	float: right;
}
.tm-header .select-option {
	padding-left: 10px;
	background: url(images/more_actions_dd.png) no-repeat scroll 0 0;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #595959;
	float: right;
}
.tm-header a.button,
.tm-header a.button:link,
.tm-header a.button:visited {
	margin-left: 5px;
	padding: 0 9px;
	height: 23px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	background: #ececec url(images/button_bg.png) repeat-x 0 0;
	border: 1px solid #dadada;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	-moz-text-shadow: 0px 1px 1px #fff;
	-webkit-text-shadow: 0px 1px 1px #fff;
	text-shadow: 0px 1px 1px #fff;	
	float: right;
}
.tm-header a.button:hover {
	color: #606060;
	background: #d9d9d9 url(images/button_bg.png) repeat-x 0 -23px;
	border: 1px solid #c9c9c9;
	-moz-text-shadow: 0px 1px 1px #ececec;
	-webkit-text-shadow: 0px 1px 1px #ececec;
	text-shadow: 0px 1px 1px #ececec;
	text-decoration: none;
}
.tm-header a.button:active {
	color: #414141;
	background: #c0c0c0 url(images/button_bg.png) repeat-x 0 -46px;
	border: 1px solid #bcbcbc;
	-moz-text-shadow: 0px 1px 1px #ececec;
	-webkit-text-shadow: 0px 1px 1px #ececec;
	text-shadow: 0px 1px 1px #ececec;
	text-decoration: none;
}
.filter-buttons {
    float:right;
    margin-top: 0px;
    margin-right: 10px;
}
.table-pagination .filter-buttons {
    float:left;
}
.filter-dd 
{
    margin-left:10px;
	float: left;
}
/* Hide selects so that they don't flash on the screen before multiselect */
.filter-dd select {
    display: none !important;
}
.table-filter .filter-dd
{
    margin-left:0px;
}
.filter-dd label {
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	float: left;
}
.table-filter .filter-dd .select-option 
{
    margin: 3px 3px 0px 10px;
}
.table-filter .filter-dd .select-option-175 
{
    margin: 3px 3px 0px 10px;
}
.table-filter .filter-dd .select-option-135 
{
    margin: 3px 3px 0px 10px;
}
.table-filter .filter-dd .select-option-200 
{
    margin: 3px 3px 0px 10px;   
}
.table-filter .filter-dd .select-option-400 
{
    margin: 3px 3px 0px 10px;
}

.filter-buttons a.button,
.filter-buttons a.button:link,
.filter-buttons a.button:visited,
.filter-buttons button.button
{
	margin-left: 10px;
	padding: 0 9px;
	height: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #565656;
	background: #c0bfbf url(images/button_bg_filter.png) repeat-x 0 0;
	border: 1px solid #c0bfbf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	-moz-text-shadow: 0px 1px 1px #e0dfdf;
	-webkit-text-shadow: 0px 1px 1px #e0dfdf;
	text-shadow: 0px 1px 1px #e0dfdf;
	-moz-box-shadow: 0px 0px 5px #f2f2f2;
	-webkit-box-shadow: 0px 0px 5px #f2f2f2;
	box-shadow: 0px 0px 5px #f2f2f2;
	float: left;
}
.filter-buttons button.button {
    height: 20px;
}
.filter-buttons a.button:hover,
.filter-buttons a.button:active {
	color: white;
	background: #aeaeae url(images/button_bg_filter.png) repeat-x 0 -18px;
	border: 1px solid #a4a4a4;
	-moz-text-shadow: 0px 1px 1px #c6c6c6;
	-webkit-text-shadow: 0px 1px 1px #c6c6c6;
	text-shadow: 0px 1px 1px #c6c6c6;
	text-decoration: none;
}
.filter-buttons a.button:active {
	color: #3e3e3e;
	background: #989898 url(images/button_bg_filter.png) repeat-x 0 -36px;
	border: 1px solid #989898;
	-moz-text-shadow: 0px 1px 1px #b8b8b8;
	-webkit-text-shadow: 0px 1px 1px #b8b8b8;
	text-shadow: 0px 1px 1px #b8b8b8;
	text-decoration: none;
}
.filter-buttons a.disabled,
.filter-buttons a.disabled:link,
.filter-buttons a.disabled:visited,
.filter-buttons a.disabled:hover,
.filter-buttons a.disabled:active {
	color: #a4a4a4;
	background: #d6d5d5 url(images/button_bg_filter.png) repeat-x 0 -54px;
	border: 1px solid #d6d5d5;
	-moz-text-shadow: 0px 1px 1px #e6e5e5;
	-webkit-text-shadow: 0px 1px 1px #e6e5e5;
	text-shadow: 0px 1px 1px #e6e5e5;
	text-decoration: none;
	cursor: default;
}
.date-filter {
	height: 21px;
	float: left;
}
.date-filter .day-filter {
	padding-right: 5px;
	width: 140px;
	height: 21px;
	float: left;
}
.date-filter .day-filter input.date-field {
	padding: 7px 5px 0 5px;
	width: 109px;
	height: 14px;
	border: 0 none;
	background: url(images/date_picker.png) no-repeat scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	outline: none;
	float: left;
}
.date-filter .day-filter .calendar {
	width: 21px;
	height: 20px;
	background: url(images/date_picker.png) no-repeat scroll -119px 0;
	float: left;
}
.date-filter .day-filter .calendar a,
.date-filter .day-filter .calendar a:link,
.date-filter .day-filter .calendar a:visited 
{
	display: block;
	width: 21px;
	height: 20px;
	background: url(images/date_picker.png) no-repeat scroll -119px 0;
}
.date-filter .time-filter 
{
	float: left;
}
.date-filter .time-filter .time,
.date-filter .time-filter .ampm {
	padding-right: 5px;
	background: url(images/dropdown_time.png) no-repeat scroll 0 0;
	line-height: 20px;
	padding-left: 5px;
	width: 60px;
	height: 21px;
	float: left;
}
.widget-table table {
	width: 620px;
	text-align: left;
	empty-cells: show; 
}
.widget-table table
{
    width: 100%;
    text-align: left;
    background: #f8f8f8 url(images/widget_table_thead_bg_wide_dynamic.png) repeat-x;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.widget-table table thead tr th
{
    border: 1px solid #dadada;
    border-left:0;
}
.widget-table table thead tr th:first-child
{
    border-left:1px solid #dadada;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.dynamic-last
{
        -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.widget-table table thead tr th {
	text-align: left;
	height: 24px;
	padding-left: 5px;
    padding-right: 5px;
	font-weight: normal;
	border-left: 1px solid #dadada;
}
.widget-table table thead tr th.cell-left {
	/*border-left: 0 none;*/
}
.widget-table table tr td {
	height: 30px;
	padding-left: 5px;
    padding-right: 5px;
	background: #fff;
	border-bottom: 1px solid #dadada;
}
.widget-table table thead tr th.col-sort {
	color: #4c5e68;
	background: url(images/widget_table_thead_sort_bg.png) repeat;
    background-size: 7px;
}
.widget-table table tr td.col-sort {
	background: #f0f7fb;
}
.widget-table table tbody tr
{
    cursor: pointer;  
}
.widget-table table thead tr th
{
    cursor: s-resize;   
}
.widget-table table tbody tr.selected td
{
    background-color: #c0c0c0;
}
.search-table1
{
    background: url(images/search-table1.png) no-repeat;
    float:left;
    width: 17px;
    height: 20px;
}
.search-table2
{
    float:left;
}
.search-table3
{
    background: url(images/search-table3.png) no-repeat;
    float:left;
    width: 9px;
    height: 20px;
}
.search-table2 input {
	background: url(images/search-table2.png) repeat-x;
	padding: 4px 0 0 2px;
	min-width: 100px;
	height: 16px;
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	outline: none;
}
.search-table-dynamic
{
    min-width: 150px;
	margin-right: 14px;    
	margin-left: 0px;
    margin-bottom: 3px;
    margin-top: 2px;
    float:right;
}
.dropdown dt a span.selected
{
    color: #E49015;
}
.search-filters {
    max-width: calc(100% - 256px);
    float:left;
}


/*.widget-table-scroll*/

.widget-table.widget-table-scroll {
  margin-bottom: 0 !important;
  position: relative;
  top: 2em;
  left: 2em;
  right: 2em;
  width: calc(100% - 4em) !important;
  height: auto !important;
}


.widget-table.widget-table-scroll table {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.widget-table.widget-table-scroll .widget-table-scroll-body {
    overflow-y: visible;
    overflow-x: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-table.widget-table-scroll .table-filter {
    width: auto !important;
}


/* .widget-table .widget-bottom */

.widget-table .widget-bottom {
	padding: 0px;
	width: 100% !important;
}

.widget-table .table-summary {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

    float: left;
    margin-left: 10px;
}

.widget-table .filter-buttons{
    height: 100%;
}

.widget-table .showallpages{
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

    padding: 0 9px !important; 
    margin-top: initial !important;
    margin-left: initial !important;
}

.widget-table .table-pagination {
    height: 100%;
    line-height: 100% !important;
	margin-right: 10px;
	float: right;
}

.table-pagination .page-last{
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	float: right;
    padding: 0px;
    margin: 0 5px;
}

.table-pagination .page-right {
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	float: right;
}

.table-pagination .page-first,
.table-pagination .page-last {
    font-size: 1.75em;
    margin: 0 !important;
    padding: 0px 3px;
}

.table-pagination .page-left a,
.table-pagination .page-right a {
    font-size: 2.75em;
    margin: 0 !important;
    padding: 0px 3px;
}

.table-pagination .page-left a,
.table-pagination .page-right a,
.table-pagination .page-first a,
.table-pagination .page-last a {
    color: #8e8e8e;
}

.table-pagination .page-left a:hover,
.table-pagination .page-right a:hover,
.table-pagination .page-first a:hover,
.table-pagination .page-last a:hover {    
    color: #565656;
}

.table-pagination a {
    color: #3b3b3b;
    font-weight:bold;
}

.table-pagination .inactive
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;   
    pointer-events:none;
}

.table-pagination .page-right a,
.table-pagination .page-right a:link,
.table-pagination .page-right a:visited {
	display: initial !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
    text-decoration: none !important;
}

.table-pagination .page-right a:hover,
.table-pagination .page-right a:active {
	background: none !important;
    text-decoration: none !important;
}

.table-pagination .page-left{
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	float: right;
}

.table-pagination .page-first{
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	float: right;
    padding: 0px;
    margin: 0 5px;
}

.table-pagination .page-left a,
.table-pagination .page-left a:link,
.table-pagination .page-left a:visited {
	display: initial !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
    text-decoration: none !important;
}

.table-pagination .page-left a:hover,
.table-pagination .page-left a:active {
	background: none !important;
    text-decoration: none !important;
}

.widget-bottom .table-summary,  
.widget-bottom .table-pagination .page-number {    
    font-size: 1.05em;
}

.table-pagination .page-number {
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	padding: 0px;
	margin: 0 10px;
	float: right;
}

#AssetList td[title="Asset"] {
	color: #247cf4cc;
}


/* .widget-table column no-sort - Begin */

.widget-table th[sort=""], .widget-table th:not([sort]) {
    cursor: default !important;
}

/* .widget-table column no-sort - Begin */


