﻿@charset "utf-8";
@import url('Main.Base.css');

/* =======================  Embedded Fonts  ======================= */



@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/segoeui-webfont.eot');
    src: url('../fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui-webfont.woff') format('woff'), url('../fonts/segoeui-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg#SegoeUINormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/segoeuib-webfont.eot');
    src: url('../fonts/segoeuib-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuib-webfont.woff') format('woff'), url('../fonts/segoeuib-webfont.ttf') format('truetype'), url('../fonts/segoeuib-webfont.svg#SegoeUINegreta') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/segoeuii-webfont.eot');
    src: url('../fonts/segoeuii-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuii-webfont.woff') format('woff'), url('../fonts/segoeuii-webfont.ttf') format('truetype'), url('../fonts/segoeuii-webfont.svg#SegoeUICursiva') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/segoeuiz-webfont.eot');
    src: url('../fonts/segoeuiz-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuiz-webfont.woff') format('woff'), url('../fonts/segoeuiz-webfont.ttf') format('truetype'), url('../fonts/segoeuiz-webfont.svg#SegoeUINegretacursiva') format('svg');
    font-weight: bold;
    font-style: italic;
}




/* =======================  Site Defaults  ======================= */

* {
    margin: 0px;
    padding: 0px;
}

html {
    /* height: 100%; */
}

body {
    font-family: SegoeUI, Arial, Verdana;
    font-size: 12px;
    color: #000;
    overflow-y: hidden;
    /* height: 100%; */
}

h2 {
    padding: 2px;
}

    h2.grey-title {
        background: #F0F0F0;
        padding: 3px;
        width: auto;
        display: inline-block;
        border: 1px solid #bfbfbf;
        margin: 0px;
        font-size: 18px;
    }



/* =======================  Wrapper Layout  ======================= */

#Container {
    background: url("../images/app-bkg.png") repeat-y scroll 0 0 #EFEFEF; /* the background color that is seen in the sidepanel */
    /*height: 100%;*/
}

.hidden {
    display: none;
}

/* responsive hidden element not to override or interfere by normal .hidden */
.hidden-rsp {
    display: none;
}

.invisible {
    visibility: hidden;
}


#Header {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #636363;
    height: 58px;
    color: #FFF;
    padding: 3px 3px 0px 3px;
    z-index: 10000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none; /* should be -moz-none and NOT none, otherwise Mozilla cascades this property to child textboxes */
    -ms-user-select: none;
    user-select: none;
}

.Sidepanel {
    /* background-color defined in #Container */
    display: block;
    float: left;
    top: 62px;
    /* This is to get a white space next to the side bar
	width: 324px;
	padding-left:12px; */
    /* This is to remove the white space next to the side bar*/
    width: 316px;
    padding-left: 0px;
    margin-top: -1px;
    border-right: 0px solid #bfbfbf;
    border-left: 3px solid #636363;
    z-index: 10000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none; /* should be -moz-none and NOT none, otherwise Mozilla cascades this property to child textboxes */
    -ms-user-select: none;
    user-select: none;
}


.Viewport {
    display: inline-block;
    background: #F0F0F0;
    border: 1px solid #bfbfbf;
    border-bottom: 0;
    margin-bottom: 28px;
    padding: 0;
    padding-bottom: 1px;
    margin-top: -1px;
    margin-right: -35px;
}


    .Viewport .side-dock {
        position: absolute;
        width: 5px;
        cursor: pointer;
        border-right: 1px solid #bfbfbf;
    }

    .Viewport .side-dock-horizontal {
        position: fixed;
        bottom: 38px;
        cursor: pointer;
        width: 100%;
        margin-left: 5px;
        background: white;
        border-top: 1px solid #bfbfbf;
        border-left: 1px solid #bfbfbf;
    }

        .Viewport .side-dock-horizontal .bottom-arrow {
            border-bottom: 1px solid #bfbfbf;
            height: 10px;
            /*margin-left: -6px;*/
            background: url("../images/icons/tab-dock.png") no-repeat scroll left;
            background-color: #F0F0F0 !important;
        }


            .Viewport .side-dock-horizontal .bottom-arrow:hover {
                background-color: #FFFAB4 !important;
            }

            .Viewport .side-dock-horizontal .bottom-arrow.docked:hover {
                background-color: #FFFAB4 !important;
            }

            .Viewport .side-dock-horizontal .bottom-arrow.docked {
                background-color: #F0F0F0;
                border-bottom: 0px solid #bfbfbf;
                height: 10px;
                background: url("../images/icons/tab-undock.png") no-repeat scroll left;
            }

    .Viewport .side-dock .arrow {
        width: 5px;
        height: 15px;
        position: relative;
        top: 49%;
        background: transparent url('../images/language-arrowb.png') no-repeat 100% -12px scroll;
    }

    .Viewport .side-dock:hover .arrow {
        background: transparent url('../images/language-arrowb.png') no-repeat 100% 3px scroll;
    }

    .Viewport .side-dock:hover {
        background-color: #FFFAB4;
    }

    .Viewport .side-dock .arrow.docked {
        background: transparent url('../images/language-arrow.png') no-repeat 100% -12px scroll;
    }

    .Viewport .side-dock:hover .arrow.docked {
        background: transparent url('../images/language-arrow.png') no-repeat 100% 3px scroll;
    }

    .Viewport .Content {
        background: #FFF;
        border: 1px solid #d8d8d8;
        margin: 14px;
        padding: 5px;
        /*Causes Hz scrollbar in firefox: margin-right:30px;*/
        display: block;
        float: left;
    }

#Footer {
    position: fixed;
    background: none repeat scroll 0 0 #202020;
    bottom: 0;
    color: #FFFFFF;
    height: 28px;
    width: 100%;
    z-index: 10000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none; /* should be -moz-none and NOT none, otherwise Mozilla cascades this property to child textboxes */
    -ms-user-select: none;
    user-select: none;
}

    #Footer a {
        color: #FFF;
    }

    #Footer .wrapper {
        width: 780px;
        margin: 0 auto;
        position: relative;
    }

    #Footer .menu {
        display: block;
        left: 0;
        position: absolute;
        top: 6px;
        width: 300px;
    }

        #Footer .menu a {
            font-size: 12px;
            margin-right: 16px;
            text-decoration: none;
        }
/*TK. Using http://css-tricks.com/snippets/css/media-queries-for-standard-devices/ for selecting desktop screens*/
@media only screen and (min-width : 1224px) {
    .mobile-link {
        display: none;
    }
}

.mobile-link-container {
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 10001;
}

    .mobile-link-container .mobile-link {
        background: -moz-linear-gradient(left, rgba(32,32,32,0) 0%, rgba(32,32,32,0.9) 29%, rgba(32,32,32,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,32,32,0)), color-stop(29%,rgba(32,32,32,0.9)), color-stop(100%,rgba(32,32,32,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(32,32,32,0) 0%,rgba(32,32,32,0.9) 29%,rgba(32,32,32,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(32,32,32,0) 0%,rgba(32,32,32,0.9) 29%,rgba(32,32,32,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(32,32,32,0) 0%,rgba(32,32,32,0.9) 29%,rgba(32,32,32,1) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(32,32,32,0) 0%,rgba(32,32,32,0.9) 29%,rgba(32,32,32,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#202020',GradientType=1 ); /* IE6-9 */
        position: relative;
        top: 2px;
        height: 100%;
        padding-left: 50px;
        color: white;
    }

        .mobile-link-container .mobile-link img {
            border-width: 0; /* remove selection rectangle over image link in IE */
        }


#Footer .version {
    display: block;
    position: absolute;
    right: 0;
    text-align: right;
    top: 20px;
    width: 220px;
    color: #A0A0A0;
}

#Footer .language {
    display: block;
    position: absolute;
    right: 0;
    text-align: left;
    top: 6px;
    width: 220px;
    cursor: pointer;
}

    #Footer .language a {
        padding-left: 28px;
    }


    /*Note: These are generatied dynamically so that flags can be added later

			#Footer .language a.cn {
				background: transparent url('../images/flags/cn.png') no-repeat 0 0px scroll;
				}
			#Footer .language a.de {
				background: transparent url('../images/flags/de.png') no-repeat 0 0px scroll;
				}
			#Footer .language a.fr {
				background: transparent url('../images/flags/fr.png') no-repeat 0 0px scroll;
				}
			#Footer .language a.gb {
				background: transparent url('../images/flags/gb.png') no-repeat 0 0px scroll;
				}
			#Footer .language a.no {
				background: transparent url('../images/flags/no.png') no-repeat 0 0px scroll;
				}
			#Footer .language a.pt {
				background: transparent url('../images/flags/pt.png') no-repeat 0 0px scroll;
				}
			#Footer .language a.ru {
				background: transparent url('../images/flags/ru.png') no-repeat 0 0px scroll;
				}
			#Footer .language a.es {
				background: transparent url('../images/flags/es.png') no-repeat 0 0px scroll;
				}
			#Footer .language a.us {
				background: transparent url('../images/flags/us.png') no-repeat 0 0px scroll;
				}
            	
				#Footer .language a span {
					//background: transparent url('../images/language-arrow.png') no-repeat 100% -12px scroll;
					padding-right: 13px;
					}
			*/

    #Footer .language .language-selector {
        z-index: -0;
        margin-left: -5px;
        width: 150px;
        background: #202020;
        padding: 5px;
        text-align: left;
    }

        #Footer .language .language-selector a {
            display: block;
            width: 80px;
        }

    #Footer .language a {
        background: transparent none no-repeat 0 0px scroll;
    }

    #Footer .language .language-selector a:hover {
        background-color: white;
        color: #202020;
        cursor: pointer;
    }


#Footer .copyright {
    color: #A0A0A0;
    left: 286px;
    position: absolute;
    top: 6px;
}

    #Footer .copyright a {
        text-decoration: none;
    }

    #Footer .help-icon {
        background: url("../images/help-icon.png") no-repeat left center;
        text-align: center;
        height:18px;
        width:22px;
        float:left;
    }



/* =======================  Login Screen  ======================= */
.login-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10001;
    background: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .login-screen a {
        color: #FFF;
    }

    .login-screen #Container {
        background: none repeat scroll 0 0 #FFFFFF;
    }

    .login-screen .Displayport {
        background: url("../images/login-page-bkg.png") repeat-x scroll 0 0 #FFFFFF;
        border: 0 none;
        height: 390px;
        margin: 0;
        padding: 46px 0 0;
    }

    .login-screen #login {
        background: url("../images/login-bkg.png") no-repeat scroll 0 0 transparent;
        color: #FFFFFF;
        display: block;
        margin: 0 auto;
        padding-left: 220px;
        padding-top: 20px;
        width: 310px;
        height: 308px;
    }

        .login-screen #login h1 {
            font-size: 28px;
            font-weight: normal;
        }

            .login-screen #login h1 span {
                font-size: 10px;
                vertical-align: super;
            }

        .login-screen #login h2 {
            font-weight: normal;
            font-size: 20px;
        }

            .login-screen #login h2.signin {
                background: url("../images/login-user-icon.png") no-repeat scroll 0 0 transparent;
                display: block;
                height: 40px;
                padding-left: 65px;
                padding-top: 11px;
            }

        .login-screen #login .divider {
            background: url("../images/login-divider.png") no-repeat scroll 0 0 transparent;
            display: block;
            height: 2px;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .login-screen #login .message {
            font-size: 12px;
            margin-bottom: 8px;
            /*margin-left: 115px;*/
            margin-left: 5px;
            padding-left: 23px;
            /*width: 151px;*/
            width: 251px;
            max-height: 45px;
            overflow: auto;
        }

        .login-screen #login .error {
            background: url("../images/message-icon-error.png") no-repeat scroll 0 0 transparent;
            color: #FF4F05;
        }

        .login-screen #login .login, .login-screen #login .back {
            margin-right: 30px; /*Get the login button aligned*/
        }

        .login-screen #login .item,
        .login-screen #login div.help {
            margin-top: 3px;
            position: relative;
            width: 291px;
            height: 26px;
        }

        .login-screen #login a.help {
            position: absolute;
            right: 0;
        }

        .login-screen #login a.forgot-password {
            position: absolute;
            left: 120px;
        }

login-screen #login .item input {
    width: 164px;
    padding: 0px;
}

.login-screen #login .item .checkbox {
}

.login-screen #login .item span.checkbox-label {
    left: 144px;
    position: absolute;
    top: 0;
}

.login-screen #login #logon-button {
    margin-right: 10px;
}

.login-screen #login .item label {
    width: 110px;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
}

.login-screen #login .button {
    position: absolute;
    right: 0;
}

.login-screen #mobileswitch {
    background: url("../images/icons/mobile.png") no-repeat center center;
    height: 48px;
    width: 48px;
    position: absolute;
    z-index: 900000;
}

.login-screen #Footer {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    margin: 0 auto;
    position: relative;
    width: 530px;
}

    .login-screen #Footer a {
        color: #000;
    }

    .login-screen #Footer .menu {
        display: block;
        position: absolute;
        width: 420px;
        top: 0px;
    }

        .login-screen #Footer .menu a {
            font-size: 12px;
            margin-right: 23px;
            text-decoration: none;
        }

    .login-screen #Footer .language {
        display: inline;
        position: absolute;
        width: 220px;
        right: 0px;
        text-align: right;
        top: 0px;
    }


        .login-screen #Footer .language a.en {
            /*background: transparent url('../images/flags/us.png') no-repeat 0 -2px scroll;*/
            padding-left: 28px;
        }

        .login-screen #Footer .language a span {
            /*background: transparent url('../images/language-arrow.png') no-repeat 100% 3px scroll;*/
            /*padding-right: 13px;*/
        }

        .login-screen #Footer .language .language-selector {
            z-index: -0;
            margin-left: 116px;
            width: 150px;
            background: #202020;
            padding: 5px;
            text-align: left;
        }


            .login-screen #Footer .language .language-selector a {
                display: block;
                width: 80px;
                color: White;
            }



        .login-screen #Footer .language a {
            background: transparent none no-repeat 0 0px scroll;
        }

        .login-screen #Footer .language .language-selector a:hover {
            background-color: white;
            color: #202020;
            cursor: pointer;
        }


    .login-screen #Footer .copyright {
        color: #A0A0A0;
        position: absolute;
        top: 20px;
        left: 0px;
    }



.login-screen #remember-me-label-container {
    display: block;
    float: right;
    margin-right: 56px;
}

.login-screen #remember-me-checkbox-container {
    display: block;
    float: right;
}


/* =======================  Widgets  ================================ */

/* ----- Title Bar */
#TitleBar {
    background: transparent url('../images/titlebar-bkg.png') repeat-x scroll 0 0;
    color: #FFFFFF;
    border-top: 1px solid #404040;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #737373;
    border-left: 1px solid #404040;
    height: 29px;
    position: relative;
}

    #TitleBar #Logo {
        background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
        display: block;
        font-size: 8px;
        height: 23px;
        line-height: 0;
        overflow: hidden;
        text-indent: -2000px;
        width: 200px;
    }

    #TitleBar #LogoT4DLite {
        background: url("../images/logo_lite.png") no-repeat scroll 0 0 transparent;
        display: block;
        font-size: 8px;
        height: 23px;
        line-height: 0;
        overflow: hidden;
        text-indent: -2000px;
        width: 200px;
    }


/* ----- Quick Tools */
#QuickTools {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

    #QuickTools .item {
        background: url("../images/titlebar-divider.png") no-repeat scroll 0 5px transparent;
        display: block;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
    }

        #QuickTools .item.project {
        }

            #QuickTools .item.project label {
                padding-right: 8px;
            }

        #QuickTools .item.user-details {
        }

            #QuickTools .item.user-details span.username {
                background: transparent url('../images/titlebar-user-icon.png') no-repeat 0 0 scroll;
                padding-left: 27px;
                padding-right: 8px;
                font-weight: bold;
            }


.headerlink:link {
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
}
/* unvisited link */
.headerlink:visited {
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
}
/* visited link */
.headerlink:hover {
    color: #FFF;
    font-weight: 500;
    text-decoration: underline;
}
/* mouse over link */
.headerlink:active {
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
}
/* selected link */


/* ---------- State Buttons */


.ui-button .ui-icon.moveTool {
    background-image: url("../images/icons/move.png");
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.selectBoxTool {
    background-image: url("../images/icons/selectionbox.png");
    width: 16px;
    height: 16px;
}




/* ---------- Buttons */
.button {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 15px;
    font-weight: normal;
}

    .button span.border {
        display: inline-block;
        border-radius: 3px;
    }

    .button span.inner-border {
        display: inline-block;
        padding: 1px 14px 1px 14px;
        border-radius: 3px;
    }


    /* ---------- Dark Buttons */

    .button.dark { /* Normal */
        background: transparent url('../images/button-dark-bkg.png') repeat-x 0 1px scroll;
        border-bottom: 1px solid #868686;
        color: #FFF;
    }

        .button.dark span.border {
            border: 1px solid #222222;
        }


        .button.dark span.inner-border {
            border-top: 1px solid #868686;
        }

        .button.dark.over { /* Mouse Over */
            background: transparent url('../images/button-dark-bkg.png') repeat-x 0 -18px scroll;
            /* The provided PSDs set the text color to grey, but this makes the button look disabled */
            color: #FFF; /* #868686; */
        }

        .button.dark.down { /* Mouse Down */
            background: transparent url('../images/button-dark-bkg.png') repeat-x 0 -37px scroll;
            color: #FFF;
        }

            .button.dark.down span.inner-border {
                border-top: 1px solid #373737;
            }

        .button.dark.default span.inner-border { /* Default (Button has class .default) */
            border: 1px solid #b9b674;
            padding: 1px 15px 1px 15px;
        }

        .button.dark.selected {
            background: transparent url('../images/button-dark-bkg.png') repeat-x 0 -20px scroll;
            /*color:#868686;*/
        }

        .button.dark span.btn-icon {
            display:block;
            
        }


        .button.dark span.btn-icon.btn-icon-pin {
            background: transparent url('../images/pin-light.png') no-repeat 0 2px;
            width:7px;
            margin-right: -1px;
        }

        .button.dark span.btn-icon.btn-icon-close {
            background: transparent url('../images/close-light.png') no-repeat 0 2px;
            width:10px;
            margin-left: -2px;
            margin-right: -2px;
        }

/* ---------- General Buttons */

.button { /* Normal */
    background: transparent url('../images/button-bkg.png') repeat-x 0 1px scroll;
    border-bottom: 1px solid #FFF;
    color: #282828;
}

    .button span.border {
        border: 1px solid #222;
    }


    .button span.inner-border {
        border-top: 1px solid #FFF;
    }


    .button.over { /* Mouse Over */
        background: transparent url('../images/button-bkg.png') repeat-x 0 -18px scroll;
        color: #888;
    }

    .button.down { /* Mouse Down */
        background: transparent url('../images/button-bkg.png') repeat-x 0 -37px scroll;
        color: #FFF;
    }

        .button.down span.inner-border {
            border-top: 1px solid #b9b9b9;
        }

    .button.default span.inner-border { /* Default (Button has class .default) */
        border: 1px solid #fef98e;
        padding: 1px 15px 1px 15px;
    }

/* ---------- Other buttons */
.refresh-projects span.inner-border {
    background: transparent url('../images/icons/refreshlight.png') no-repeat center;
}

/* ---------- Tool Buttons */
span.tool-placeholder {
    margin-left: 29px;
    display: inline-block;
}

.button.tool {
    background: transparent url('../images/button-tool-bkg.png') repeat-x 0 0 scroll;
}

    .button.tool.hidden {
        display: none;
    }

    .button.tool span.inner-border {
        font-size: 9px;
        height: 20px;
        overflow: hidden;
        padding: 2px;
        text-indent: -1000px;
        width: 23px;
    }


    .button.tool.rewind span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px 0 transparent;
    }

    .button.tool.fastforward span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -24px transparent;
    }

    .button.tool.chart span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -49px transparent;
    }

    .button.tool.map span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -76px transparent;
    }

    .button.tool.alarm-disabled span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -99px transparent;
    }

    .button.tool.view-scene span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -76px transparent;
    }

    .button.tool.alarm-enabled span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -123px transparent;
    }

    .button.tool.delete span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -150px transparent;
    }

    .button.tool.trash span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -150px transparent;
    }

    .button.tool.suppress span.inner-border {
        background: url("../images/icons/flag-dismiss.png") no-repeat scroll -2px -2px transparent;
    }

    .button.tool.copy span.inner-border {
        background: url("../images/icons/copy.png") no-repeat scroll 4px 3px transparent;
    }


    .button.tool.rotateright span.inner-border {
        background: url(../images/icons/rotate_right.png) no-repeat scroll 5px 4px transparent;
    }

    .button.tool.rotateleft span.inner-border {
        background: url(../images/icons/rotate_left.png) no-repeat scroll 5px 4px transparent;
    }

    .button.tool.refresh span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -475px transparent;
    }


    .button.tool.log span.inner-border {
        background: url("../images/icons/log.png") no-repeat scroll -2px transparent;
    }

    .button.tool.acknowledge span.inner-border {
        background: url("../images/icons/acknowledge.png") no-repeat scroll -2px -1px transparent;
    }

    .button.tool.undo span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -450px transparent;
    }

    .button.tool.remove-entry span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -150px transparent;
    }

    .button.tool.edit span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -175px transparent;
    }

    .button.tool.history span.inner-border {
        background: url("../images/icons/history.png") no-repeat scroll 5px 4px transparent;
    }

    .button.tool.sort span.inner-border {
        background: url("../images/icons/sort-alt-down.png") no-repeat 4px 5px transparent;
    }

    .button.tool.reverse span.inner-border {
        background: url("../images/icons/reverse-icon.png") no-repeat 4px 5px transparent;
    }

    .button.tool.dismiss-notification span.inner-border {
        background: url("../images/icons/flag-dismiss.png") no-repeat scroll -2px -2px transparent;
    }

    .button.tool.dismiss-all-notifications span.inner-border {
        background: url("../images/icons/flag-dismissall.png") no-repeat scroll -2px -2px transparent;
    }


    .button.tool.disable-notifications span.inner-border {
        background: url("../images/icons/flag-disabled.png") no-repeat scroll -2px -2px;
    }

    .button.tool.enable-notifications span.inner-border {
        background: url("../images/icons/flag-enable.png") no-repeat scroll -2px -2px;
    }

    .button.tool.disable-emails span.inner-border {
        background: url("../images/icons/email-disabled.png") no-repeat scroll -2px -2px;
    }

    .button.tool.enable-emails span.inner-border {
        background: url("../images/icons/email-enable.png") no-repeat scroll -2px -2px;
    }

    .button.tool.ack-all-notifications span.inner-border {
        background: url("../images/icons/flag-ack-all.png") no-repeat scroll -2px -2px transparent;
    }

    .button.tool.enablenotification span.inner-border {
        background: url("../images/icons/flag-enable.png") no-repeat scroll 5px 4px transparent;
    }

    .button.tool.configure span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -501px transparent;
    }

    .button.tool.edit-location span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -175px transparent;
    }

    .button.tool.reset-password span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -200px transparent;
    }

    .button.tool.upload-background span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -225px transparent;
    }

    .button.tool.upload-data span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -225px transparent;
    }

    .button.tool.user-disabled span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -250px transparent;
    }

    .button.tool.user-enabled span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -275px transparent;
    }

    .button.tool.view-analysis span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -300px transparent;
    }

    .button.tool.view-analysis.normal-chart span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -49px transparent;
    }

    .button.tool.view-analysis.heat-map span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -800px transparent;
    }

    .button.tool.download-data span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -825px transparent;
    }

    .button.tool.dataentry span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -850px transparent;
    }

    .button.tool.sensor-upload span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -875px transparent;
    }


    .button.tool.view-analysis.comparative-bar span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -574px transparent;
    }

    .button.tool.view-analysis.cross-section span.inner-border {
        background: url("../images/crosssection.png") no-repeat transparent 3px 3px;
    }

    .button.tool.view-analysis.wind-rose span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -600px transparent;
    }

    .button.tool.view-analysis.tilt-array span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -649px transparent;
    }

    .button.tool.view-analysis.high-frequency span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -549px transparent;
    }

    .button.tool.view-analysis.tabular span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -625px transparent;
    }

    .button.tool.view-fft-computation span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -49px transparent;
    }

    .button.tool.edit-fft-computation span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -175px transparent;
    }

    .button.tool.retry-fft-computation span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -475px transparent;
    }

    .button.tool.moveup span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 0px -325px transparent;
    }

    .button.tool.movedown span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 0px -346px transparent;
    }

    .button.tool.information span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 0px -366px transparent;
    }

    .button.tool.scatter span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 0px -400px transparent;
    }

    .button.tool.settings span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 0px -425px transparent;
    }

    .button.tool.ipichart span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -649px transparent;
    }



    .button.tool.over {
        background: transparent url('../images/button-tool-bkg.png') repeat-x 0 -30px scroll;
    }

    .button.tool.down {
        background: transparent url('../images/button-tool-bkg.png') repeat-x 0 -60px scroll;
    }

    .button.tool.default span.inner-border {
        border: 1px solid #fef98e;
    }

    .button.tool.go-to-project span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 0px -724px transparent;
    }

    .button.tool.composite-view span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 0px -674px transparent;
    }

    .button.tool.plan-view span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -699px transparent;
    }

    .button.tool.view-radararea span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -749px transparent;
    }

    .button.tool.view-camera span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -774px transparent;
    }

    .button.tool.webcam span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 1px -900px transparent;
    }

    .button.tool.go-to-ss span.inner-border {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll 0px -724px transparent;
    }

    .button.tool.add span.inner-border {
        background: url("../images/icons/add2.png") no-repeat scroll 4px 4px transparent;
    }


/* ----------  Full size Buttons */

.medium-button-description {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    height: 38px;
    font-size: 80%;
}

.medium-button {
    background-size: contain !important;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 38px;
    height: 38px;
    border: 1px solid #ccc;
}

    .medium-button:hover {
        border-color: #999;
        /*border: 1px solid #999;*/
    }


/* ----------  Homepage Buttons */
.information-box {
    width: 350px;
    float: left;
    padding: 10px;
}

    .information-box h2 {
        padding-top: 3px;
        font-size: 16px;
    }

    .information-box:hover {
        background: #FFFAB4;
    }

.small-button {
    background-size: contain !important;
    color: #000000;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    text-decoration: none;
    width: 28px;
    height: 28px;
    float: left;
}

.large-button {
    color: #000000;
    display: inline-block;
    height: 28px;
    margin-right: 8px;
    padding-top: 96px;
    text-align: center;
    text-decoration: none;
    width: 123px;
    float: left;
}

.menu-icon.home {
    background-image: url("../images/menu/menu-icon_home.png");
}

.menu-icon.map {
    background-image: url("../images/menu/menu-icon_map.png");
}

.menu-icon.planview {
    background-image: url("../images/menu/menu-icon_planview.png");
}

.menu-icon.sensors {
    background-image: url("../images/menu/menu-icon_sensors.png");
}

.menu-icon.dataentry {
    background-image: url("../images/menu/menu-icon_dataentry.png");
}

.menu-icon.sensorgroups {
    background-image: url("../images/menu/menu-icon_sensorgroups.png");
}

.menu-icon.chart {
    background-image: url("../images/menu/menu-icon_chart.png");
}

.menu-icon.ipichart {
    background-image: url("../images/menu/menu-icon_ipichart.png");
}

.menu-icon.fft {
    background-image: url("../images/menu/menu-icon_fft.png");
}

.menu-icon.analysis {
    background-image: url("../images/menu/menu-icon_analysis.png");
}

.menu-icon.reports {
    background-image: url("../images/menu/menu-icon_reports.png");
}

.menu-icon.log {
    background-image: url("../images/menu/menu-icon_log.png");
}

.menu-icon.alarm {
    background-image: url("../images/menu/menu-icon_alarm.png");
}

.menu-icon.webcam2 {
    background-image: url("../images/menu/menu-icon_webcam.png");
}

.menu-icon.account {
    background-image: url("../images/menu/menu-icon_account.png");
}

.menu-icon.about {
    background-image: url("../images/menu/menu-icon_framedpage.png");
}

.menu-icon.framed-page {
    background-image: url("../images/menu/menu-icon_framedpage.png");
}

.menu-icon.scatterplot {
    background-image: url("../images/menu/menu-icon_scatterplot.png");
}

.menu-icon.project {
    background-image: url("../images/menu/menu-icon_project.png");
}

.menu-icon.datafile {
    background-image: url("../images/menu/menu-icon_datafile.png");
}

.menu-icon.database {
    background-image: url("../images/menu/menu-icon_database.png");
}

.menu-icon.composite-view {
    background-image: url("../images/menu/menu-icon_compositeview.png");
}

.menu-icon.highrise {
    background-image: url("../images/menu/menu-icon_highrise.png");
}

.menu-icon.mobile {
    background-image: url("../images/menu/menu-icon_mobile.png");
}

.menu-icon.scene {
    background-image: url("../images/menu/menu-icon_scene.png");
}

.menu-icon.systemstatus {
    background-image: url("../images/menu/menu-icon_systemstatus.png");
}



/* ----------  Accordion */
.accordion {
    margin: 0;
    padding: 0;
}

    .accordion .panel {
        background: transparent url('../images/accordion-bkg.png') no-repeat 0 0 scroll;
        width: 318px;
    }

        .accordion .panel .heading {
            display: block;
            color: #282828;
            text-decoration: none;
            border-right: 1px solid #888;
            border-left: 1px solid #888;
            width: 306px;
            padding: 6px 0px 6px 10px;
            line-height: 100%;
        }

        .accordion .panel a.heading {
            cursor: pointer;
        }

            .accordion .panel a.heading.color-text-Alarm {
                color: green;
            }

        .accordion .panel.open .heading {
            background: transparent url('../images/accordion-bkg.png') no-repeat 286px -24px scroll;
        }

        .accordion .panel.closed .heading {
            background: transparent url('../images/accordion-bkg.png') no-repeat 286px -48px scroll;
        }

        .accordion .panel .content {
            background: #FFF url('../images/accordion-content-bkg.png') repeat-x 0 0 scroll;
            display: block;
            margin: 0 0 0 0;
            padding: 0px;
            overflow: hidden;
            padding-left: 0px;
            padding-right: 0px;
        }

        .accordion .panel.open .content {
            border-bottom: 1px solid #bfbfbf;
        }

        .accordion .panel .content p {
            padding: 8px;
        }



/* ---------- Content / Tabs */

.ui-widget {
    font-family: SegoeUI, Arial, Verdana !important;
    font-size:12px !important;
}

    .ui-widget input {
        font-family: SegoeUI, Arial, Verdana !important;
        font-size:12px !important;
    }

    .ui-widget select {
        font-family: SegoeUI, Arial, Verdana !important;
        font-size:12px !important;
    }

.content-tabs .ui-widget span {
    font-family: SegoeUI, Arial, Verdana !important;
}


.content-tabs .ui-widget-header  {
    border-top-width:0;
    border-left-width:0;
    border-right-width:0;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none; /* should be -moz-none and NOT none, otherwise Mozilla cascades this property to child textboxes */
    -ms-user-select: none;
    user-select: none;

}

.content-tabs .ui-widget-content {
    border:0;
}

.content-tabs.ui-corner-all {
    border-radius: 0px;
    border:0;
}

.content-tabs
{
    border:0;
} 

.content-tabs div
{
    border:0;
} 

.content-tabs ul
{
    border-radius:0px;
    border-width:0px;
    padding-left:2px;
    background:transparent;
    border-bottom-width:1px;
    /*background: transparent url('../images/accordion-bkg.png') no-repeat 0 0 scroll;*/
    /*background: url("../images/tabs-normal-bkg.png") repeat-x scroll 0 100% transparent;*/
} 


.content-tabs li
{
    border-radius:0px;
    outline: none;
    list-style:none;
    float:left;
    position:relative;
    top: 0;
    margin: 1px 0 0 0;
    border-top-width:0px;
    line-height:12px;
    padding: 6px 6px 6px 10px;
    white-space:nowrap;
}

.content-tabs li.ui-state-active {
    border-bottom-color:transparent;
    margin-bottom:3px;
}

.content-tabs .ui-tabs-panel {
  
}

.content-tabs li a {
    outline: none;
}

.content-tabs div {
    border-top-width:0;
}


/* ---------- MainNav / Tabs */

#MainNav {
    /* display: none; */
}

html ul.tabs li.menu-item.active .main-link-spacer {
    height: 3px;
}

ul.tabs .main-link-spacer {
    height: 5px;
}

ul.tabs {
    margin: 2px 0 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 25px; /*--Set height of tabs--*/
    background: url("../images/tabs-normal-bkg.png") repeat-x scroll 0 100% transparent;
    width: 100%;
    overflow: visible;
    display: inline;
}

    ul.tabs.home-selected {
        background: url("../images/tabs-home-bkg.png") repeat-x scroll 0 100% transparent;
    }

    ul.tabs li {
        background: url("../images/tab-buttons-bkg.png") repeat-x scroll 0 0 transparent;
        border-right: 1px solid #313131;
        border-top: 1px solid #313131;
        border-bottom: 1px solid #313131;
        float: left;
        height: 19px;
        line-height: 19px;
        margin: 0 0 -1px;
        overflow: visible;
        padding: 0;
        position: relative;
        list-style-type: none;
    }

        ul.tabs li.menu-scroll {
            max-width: 25px;
            width: 25px;
            text-align: center;
        }


        ul.tabs li a {
            border-left: 1px solid #8F8F8F;
            border-right: 1px solid #8F8F8F;
            border-top: 1px solid #D5D5D5;
            color: #000000;
            display: block;
            outline: medium none;
            padding: 0 18px 0 12px;
            text-decoration: none;
            height: 18px;
        }


        ul.tabs li.menu-scroll a {
            padding: 0px;
            cursor: pointer;
            font-weight: bold;
            font-size: 14px;
        }

            ul.tabs li.menu-scroll a.disabled {
                color: Gray;
            }


        ul.tabs li a:hover {
            background: #bbb;
            height: 18px;
        }

        ul.tabs li.active, ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
        }

        ul.tabs li.menu-item.active a.main-link {
            background: url("../images/tab-buttons-bkg.png") repeat-x scroll 0 -19px transparent;
            border-right: 1px solid #d9d9d9;
            border-left: 1px solid #d9d9d9;
            height: 20px;
        }


        ul.tabs li.menu-item.active.home a {
            background: url("../images/tab-buttons-bkg.png") repeat-x scroll 0 -40px transparent;
            border-top: 1px solid #ffffff;
        }

        ul.tabs li.home {
            background: url("../images/tab-buttons-bkg.png") repeat-x scroll 0 -40px transparent;
        }

        ul.tabs li a.icon-only {
            overflow: hidden;
            padding: 0;
            text-indent: -1000px;
            width: 20px;
        }

            ul.tabs li a.icon-only.help {
                background: url("../images/help-icon.png") no-repeat scroll 0 0 transparent;
            }

.tab_container {
    /*border: 1px solid #999;*/
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    padding-top: 62px;
    width: 100%;
    min-height: 100%;
    background: transparent;
}

ul.tabs li.menu-item .sub ul {
    background-color: #c5c5c5;
    min-width: 150px;
    border: 1px solid #313131;
    line-height: normal;
    margin-top: -1px;
}

    ul.tabs li.menu-item .sub ul li.sub-menu-item {
        background: none;
        position: relative;
        border-top: 1px solid #acacac;
        border-bottom: 0px;
        border-right: 0px;
        float: none;
        line-height: normal;
        align-content: center;
        height: 40px;
        margin: 0px;
    }

        ul.tabs li.menu-item .sub ul li.sub-menu-item a {
            border: none;
            padding: 13px 10px 13px 45px;
            height: auto;
        }

        ul.tabs li.menu-item .sub ul li.sub-menu-item.active a {
            background-color: #d9d9d9;
        }

        ul.tabs li.menu-item .sub ul li.sub-menu-item .small-button {
            display: block;
            width: 40px;
            height: 40px;
            float: none;
            position: absolute;
            top: 0;
            left: 0;
        }


/* ---------- Carousel Tabs */

/* ---------- Vertical Tabs */
.vtabs-container {
    margin-left: 0px;
    margin-bottom: -25px;
    margin-top: 0px;
}

ul.vtabs {
    border-bottom: 1px solid #313131;
    border-left: 1px solid #313131;
    border-top: 1px solid #313131;
    display: inline-block;
    float: left;
    list-style: none outside none;
    position: relative;
    width: 120px;
}

    ul.vtabs li:last-child, ul.vtabs li.last-visible {
        border-bottom: 0px;
    }



.vtabs li {
    background: url("../images/tab-buttons-bkg.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #313131;
    height: 19px;
    line-height: 19px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 120px;
}

ul.vtabs li a {
    border-left: 1px solid #8F8F8F;
    border-right: 1px solid #8F8F8F;
    border-top: 1px solid #D5D5D5;
    color: #000000;
    display: block;
    outline: medium none;
    padding: 0 8px;
    text-decoration: none;
    height: 18px;
}

    ul.vtabs li a:hover {
        background: #bbb;
        height: 18px;
    }

html ul.vtabs li.active,
html ul.vtabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
}

    html ul.vtabs li.active a {
        background: url("../images/tab-buttons-bkg.png") repeat-x scroll 0 -19px transparent;
        border-left: 1px solid #D9D9D9;
        border-right: 1px solid #D9D9D9;
        border-top: 1px solid #FFFFFF;
        height: 18px;
        width: 105px;
    }

html ul.vtabs a.has-error {
    background-color: #FFD4B3;
    color: red;
}




.vtab_container {
    background: url("../images/vtabs-normal-bkg.png") repeat-y scroll 0 0 transparent;
    border-top: medium none;
    display: block;
    min-height: 100px;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 8px;
    padding-right: 5px;
    border-bottom: 1px solid #313131;
    border-top: 1px solid #313131;
    border-right: 1px solid #8F8F8F;
    min-width: 380px;
}

@-moz-document url-prefix() {
    /* firefox-only css goes here */
    .vtab_container.vtab_wide {
        width: 490px;
    }
}

.vtab_content {
    /* padding: 20px;
		font-size: 1.2em; */
}

.form-wrapper {
    float: left;
    width: 100%;
    /*padding: 8px;*/
}

    .form-wrapper h2 {
        padding: 8px;
    }

    .form-wrapper h3 {
        padding: 8px;
    }

select, input {
    font-size: 12px;
    font-family: SegoeUI, Arial,Verdana;
}

textarea {
    font-family: SegoeUI, Arial, Verdana;
    font-size: 12px;
    margin-right: 10px;
}

.textlink a {
    text-decoration: none;
    color: #000;
}

    .textlink a:hover {
        text-decoration: underline;
    }

.info-field {
    padding: 8px;
    font-weight: normal;
    clear: both;
    line-height: 19px;
    min-height: 21px;
}

    .info-field input[type=checkbox] {
        margin-left: 15px;
        margin-right: 15px;
        position: relative;
        vertical-align: middle;
    }

.input-field {
    padding: 8px;
    font-weight: normal;
    clear: both;
    border-top: 1px solid #fcfcfc;
    line-height: 19px;
    min-height: 21px;
}

    .input-field.has-error, .input-field.has-error:hover {
        background-color: #FFD4B3;
    }

    .input-field.has-notice, .input-field.has-notice:hover {
        background-color: #C4EFA3;
    }

    .input-field a {
        text-decoration: none;
        color: #000;
    }

        .input-field a:hover {
            text-decoration: underline;
        }

    .input-field:hover, .input-field.active {
        background-color: #FFFAB4;
    }

    .input-field.no-highlight:hover {
        background-color: #FFFFFF;
    }

    .input-field.has-error.no-highlight:hover {
        background-color: #FFD4B3;
    }

    .input-field.chart-option, .input-field.chart-option:hover {
        background: #ffffff;
    }


        .input-field.chart-option.active {
            background-color: #FFFAB4;
        }

        .input-field.chart-option .edit-chart {
            margin-bottom: 8px;
            display: none;
        }


#chart-add {
    margin-top: 8px;
}

.input-field.chart-option .chart-selector {
    margin-bottom: 8px;
}

.input-field.chart-option.active .chart-selector {
    display: none;
}

.input-field.chart-option.active .edit-chart {
    display: inline-block;
}

.input-field label {
    float: left;
    min-width: 140px;
    width: 140px;
    font-weight: normal;
    line-height: 14px;
    padding-top: 2px;
    vertical-align: middle;
}

.input-field label.short {
	min-width: 100px;
    width: 100px;
}

.input-field.has-error label {
    line-height: 26px;
    padding-top: 0px;
}

.input-field .search {
    width: 265px;
}

.input-field.required label {
    /*add styling here for required fields*/
}

.input-field .field-validation-error {
    line-height: 26px;
    color: black;
}

.hide-validation-error .input-field .field-validation-error {
    display: none;
}

.input-field select {
    width: 130px;
    margin: 0px 10px 0px 0px;
}

.input-field .long {
    width: 200px;
    /*padding-left:10px;*/
    margin: 0px 10px 0px 0px;
}

.input-field .extralong {
    max-height: 0px;
    -moz-min-width: 180px;
    -ms-min-width: 180px;
    -o-min-width: 180px;
    -webkit-min-width: 180px;
    min-width: 180px;
    width: auto;
    /*padding-left:10px;*/
    margin: 0px 10px 0px 0px;
}

.input-field select.almost-long {
    width: 150px;
}

.input-field select.long {
    width: 205px;
}

.input-field .very-long {
    width: 269px;
    padding-left: 10px;
    margin: 0px 10px 0px 0px;
}

.input-field .extremely-long {
    width: 469px;
    margin: 0px 10px 0px 0px;
}

.input-field .long-auto {
    width: 180px;
    margin: 4px 10px 0px 0px;
}


.input-field .date-time {
    width: 110px;
    min-width: 110px;
}

.input-field .time-picker-field {
    width: 41px;
    min-width: 41px;
    margin-right: 0px;
}

.input-field .very-short {
    width: 56px;
    /*padding-left:15px;*/
    margin: 0px 10px 0px 0px;
}

.input-field select.very-short {
    width: 60px;
}

.input-field .short {
    width: 130px;
    /*padding-left:15px;*/
    margin: 0px 10px 0px 0px;
}

.input-field input[type=file] {
    width: 200px;
}

.input-field input {
    width: 126px;
    margin: 0px 10px 0px 0px;
}

    .input-field input[type=checkbox] {
        width: 25px;
        vertical-align: middle;
    }

.input-field .icon {
    float: right;
    width: 20px;
    height: 20px;
    text-indent: -5000px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
}

#authentication-user-link {
    cursor: pointer;
}


.close-icon {
    background: url(../images/icons/close-icon.png) no-repeat center center;
}

    .close-icon div {
        width: 16px;
        height: 16px;
        background: url(../images/icons/close-icon.png) no-repeat center center;
    }


/*.input-field .dms-editor {
    line-height: 26px;
}*/

.icons {
    float: right;
}




.input-field .icon.delete {
    background: url(../images/icons/bin_closed.png) no-repeat center center;
}



.input-field .icon.history {
    background: url(../images/icons/history.png) no-repeat center center;
}

.input-field .icon.password {
    background: url(../images/icons/key.png) no-repeat center center;
}

.input-field .icon.enable {
    background: url(../images/icons/status_online.png) no-repeat center center;
}

    .input-field .icon.enable:hover {
        background: url(../images/icons/status_offline.png) no-repeat center center;
    }

.input-field .icon.alarm-enable {
    background: url(../images/icons/bell.png) no-repeat center center;
}

    .input-field .icon.alarm-enable:hover {
        background: url(../images/icons/bell_disabled.png) no-repeat center center;
    }

.input-field .icon.alarm-disable {
    background: url(../images/icons/bell_disabled.png) no-repeat center center;
}

    .input-field .icon.alarm-disable:hover {
        background: url(../images/icons/bell.png) no-repeat center center;
    }

.input-field .icon.disable {
    background: url(../images/icons/status_offline.png) no-repeat center center;
}

    .input-field .icon.disable:hover {
        background: url(../images/icons/status_online.png) no-repeat center center;
    }

.input-field .icon.edit {
    background: url(../images/icons/pencil.png) no-repeat center center;
}

.input-field .icon.attach {
    background: url(../images/icons/attach.png) no-repeat center center;
}

.input-field .icon.background {
    background: url(../images/icons/picture_edit.png) no-repeat center center;
}

.input-field .icon.chart {
    background: url("../images/icons/charting/chart_curve_go.png") no-repeat center center;
}

.input-field .icon.information {
    background: url("../images/icons/information.png") no-repeat center center;
}

.input-field .icon.sort {
    background: url("../images/icons/sort-alt-down.png") no-repeat center center;
}

table.handcursor tr {
    cursor: pointer;
}


table.data-entry-list {
	width: auto;
    border-spacing: 2px;
}

    table.data-entry-list .property-names {
        width: 230px;
    }

    table.data-entry-list div.location-name {
        line-height: 30px;
    }

    table.data-entry-list .property-values {
        width: 18px;
    }

    table.data-entry-list td.first {
        border-left: 1px solid #cbcbcb;
    }

    table.data-entry-list td.last {
        border-right: 1px solid #cbcbcb;
    }

    table.data-entry-list tr.last td {
        border-bottom: 1px solid #cbcbcb;
    }

        table.data-entry-list tr.last td td {
            border: none;
        }

    table.data-entry-list th,
    table.data-entry-list td {
        padding: 8px;
        vertical-align: top;
    }

        table.data-entry-list th.data-type {
            min-width: 55px;
        }

        table.data-entry-list td.data-type-link {
            min-width: 80px;
            border: 1px solid #bfbfbf;
        }

    table.data-entry-list th {
        background-color: #7F7F7F;
        color: #FFF;
        font-weight: normal;
        text-align: left;
    }

        table.data-entry-list th span {
            color: #FFF;
            padding-right: 12px;
        }

    table.data-entry-list td.table-button {
        text-align: center;
    }

    table.data-entry-list.data-entry-tables th,
    table.data-entry-list.data-entry-tables td {
        padding: 4px;
        vertical-align: middle;
        overflow:hidden;
    }

    table.data-entry-list.data-entry th,
    table.data-entry-list.data-entry td {
        padding: 2px 8px 6px 8px;
        vertical-align: middle;
    }

    table.data-entry-list.data-entry select.sensor {
        margin-top: 6px;
        min-width: 120px;
    }

    table.data-entry-list.data-entry input {
        margin-top: 6px;
    }



table.sensors {
    width: 420px;
}

    table.sensors .property-names {
        width: 230px;
    }

    table.sensors div.location-name {
        line-height: 30px;
    }

    table.sensors .property-values {
        width: 18px;
    }

    table.sensors td.first {
        border-left: 1px solid #cbcbcb;
    }

    table.sensors td.last {
        border-right: 1px solid #cbcbcb;
    }

    table.sensors tr.last td {
        border-bottom: 1px solid #cbcbcb;
    }

        table.sensors tr.last td td {
            border: none;
        }

    table.sensors th,
    table.sensors td {
        padding: 8px;
        vertical-align: top;
    }

        table.sensors th.data-type {
            min-width: 55px;
        }

        table.sensors td.data-type-link {
            min-width: 80px;
            border: 1px solid #bfbfbf;
        }

        table.sensors td.data-type-column {
            min-width: 180px;
            border: 1px solid #bfbfbf;
            line-height: 30px;
            min-height: 30px;
            vertical-align: middle;
        }

    table.sensors .imageholder {
        width: 120px;
        min-width: 120px;
        border: 0px;
    }


    table.sensors .alarmImageholder {
        min-width: 126px;
    }

    table.sensors td.alarmImageholder {
        display: block;
        background: none;
    }

        table.sensors td.alarmImageholder:hover {
            background: none;
        }

    table.sensors tr.subheader {
        background-color: #7F7F7F;
        color: #FFF;
        font-weight: normal;
        text-align: left;
    }

        table.sensors tr.subheader span {
            color: #FFF;
            padding-right: 12px;
        }


    table.sensors th {
        background-color: #7F7F7F;
        color: #FFF;
        font-weight: normal;
        text-align: left;
    }

        table.sensors th span {
            color: #FFF;
            padding-right: 12px;
        }

        table.sensors th.headerSortUp span {
            background: url("../images/table-sort-indicator.png") no-repeat scroll 100% -6px transparent;
        }

        table.sensors th.headerSortDown span {
            background: url("../images/table-sort-indicator.png") no-repeat scroll 100% -36px transparent;
        }

    table.sensors tr:not(.subheader).active {
        background-color: #FFFAB4;
    }

    table.sensors tr:not(.subheader).highlight {
        background-color: #FFFAB4;
    }

    table.sensors:not(.noactions,.subheader) tr:hover {
        background-color: #FFFAB4;
    }

    /*table.sensors.noactions tr:hover {
        background: none;
    }*/

    table.sensors tr.active .view {
        display: none;
    }

    table.sensors .edited .view {
        display: none;
    }

    table.sensors tr .edit {
         display: none;
    }

    table.sensors tr .edit-active-only {
        display: none;
    }

    table.sensors tr .show-on-edit {
        display: none;
    }

    table.sensors tr.active .edit {
        display: inline;
    }

        table.sensors tr.active .edit.hidden {
            display: none;
        }

    table.sensors tr.active .edit-active-only {
        display: inline-block;
    }

        table.sensors tr.active .edit-active-only.hidden {
            display: none;
        }

    table.sensors .edited .edit {
        display: inline;
    }

    table.sensors .edited .show-on-edit {
        display: inline;
    }

    table.sensors tr.active.removing .edit {
        display: none;
    }

    table.sensors td.table-button {
        text-align: center;
    }

    table.sensors.scene-assets th,
    table.sensors.scene-assets td {
        padding: 8px;
        vertical-align: middle;
    }

table.sensors {
    width: auto;
    border-spacing: 2px;
}

    table.sensors.sensor-types {
    }

    table.sensors.data-entry-tables th,
    table.sensors.data-entry-tables td {
        padding: 4px;
        vertical-align: middle;
        overflow:hidden;
    }

    table.sensors.data-entry th,
    table.sensors.data-entry td {
        padding: 2px 8px 6px 8px;
        vertical-align: middle;
    }

    table.sensors.data-entry select.sensor {
        margin-top: 6px;
        min-width: 120px;
    }

    table.sensors.data-entry input {
        margin-top: 6px;
    }



    table.sensors.alarm {
    }

        table.sensors.alarm th.ordinal {
            width: 10px;
            max-width: 10px;
        }

        table.sensors.alarm th.merge-operand {
            width: 40px;
            max-width: 45px;
        }

    table.sensors.alarm-notifications {
        width: 440px;
    }

        table.sensors.alarm-notifications th {
            width: 220px;
            max-width: 220px;
            min-width: 220px;
        }

    table.sensors.analysis {
        width: auto;
    }

        table.sensors.analysis .analysis-series-list-item td {
            background-color: #EAEAEA;
        }

        table.sensors.analysis .analysis-series-list-item:hover td {
            background-color: #FFFAB4;
        }

        table.sensors.analysis .analysis-series-list-item td.color-Alarm {
            background-color: #FF8F57;
        }

            table.sensors.analysis .analysis-series-list-item:hover td.color-Alarm {
              background-color: #e09671;
              background-color: rgba(255, 143, 87, 0.7);
            }


        table.sensors.analysis .analysis-series-list-item.slave-row td {
            background-color: #FFFFFF;
        }

        table.sensors.analysis .analysis-series-list-item.slave-row:hover td {
            background-color: #FFFAB4;
        }
        
        table.sensors.analysis .analysis-series-list-item.slave-row td.color-Alarm {
            background-color: #FF8F57;
        }

            table.sensors.analysis .analysis-series-list-item.slave-row:hover td.color-Alarm {
              background-color: #e09671;
              background-color: rgba(255, 143, 87, 0.7);
            }

        table.sensors.analysis .analysis-plot-band td {
            background-color: #EAEAEA;
        }

        table.sensors.analysis .analysis-plot-band:hover td {
            background-color: #FFFAB4;
        }
    /* FFT styles */

    table.sensors.fft {
        width: auto;
    }







tr.fft-computation-list-item {
    height: 46px;
}

    tr.fft-computation-list-item.in-progress {
        background-color: #c0c0c0;
    }

    tr.fft-computation-list-item.ready {
        background-color: #b8e27e;
        cursor: pointer;
    }

    tr.fft-computation-list-item.input-error {
        background-color: #ffd480;
    }

    tr.fft-computation-list-item.service-error {
        background-color: #ff8f57;
    }

td.fft-computation-list-item {
    vertical-align: middle;
}

    td.fft-computation-list-item:hover {
        background-color: #FFFAB4;
    }

td.fft-computation-description {
    min-width: 110px;
    width: 110px;
    max-width: 110px;
}

td.fft-computation-daterange {
    min-width: 110px;
    width: 110px;
    max-width: 110px;
}

td.fft-computation-color {
    min-width: 36px;
    width: 36px;
    max-width: 36px;
    text-align: center;
}

td.fft-computation-expected-interval-seconds,
td.fft-computation-nr-of-frequency-resonances,
td.fft-computation-min-frequency,
td.fft-computation-max-frequency,
td.fft-computation-frequency-resolution,
td.fft-computation-damping-ratio {
    min-width: 48px;
    width: 80px;
    max-width: 80px;
}

td.fft-computation-action.imageholder {
    min-width: 62px;
    width: 62px;
    max-width: 62px;
}

.fft-computation-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font: bold 16px SegoeUI;
    text-align: center;
}


/* End of FFT styles */

table.permissions {
    width: auto;
}

    table.permissions th,
    table.permissions td {
        padding: 8px;
        vertical-align: top;
    }


    table.permissions th {
        background-color: #7F7F7F;
        color: #FFF;
        font-weight: normal;
        text-align: left;
    }

        table.permissions th span {
            color: #FFF;
            padding-right: 12px;
        }




/* ---------- MainNav / Tabs */

.progressbar.wrapper {
    display: inline-block;
    background: transparent url('../images/progress-bar.png') no-repeat 0 0 scroll;
    height: 15px;
    min-width: 102px; /* Maximum width of inner bar + 2px for borders on the tray */
    width: 96%;
}

.progressbar .tray {
    background: transparent url('../images/progress-bar.png') no-repeat 100% -15px scroll;
    width: 100%;
    height: 15px;
    position: relative;
    display: block;
}

.progressbar .bar-wrapper {
    background: url("../images/progress-bar.png") no-repeat scroll 0 -31px transparent;
    display: block;
    height: 13px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 96px; /* This is the value that indicates the progress */
}

.progressbar .bar {
    background: url("../images/progress-bar.png") no-repeat scroll 100% -47px transparent;
    display: block;
    height: 13px;
    right: 0px;
    position: absolute;
    top: 1px;
    width: 2px;
}


/* ---------- Dialogs / Panels */

.dialog {
    position: fixed;
    z-index: 10002;
    min-width: 400px;
    width: 400px;
    -moz-box-shadow: 0px 3px 5px #808080;
    -webkit-box-shadow: 0px 3px 5px #808080;
    box-shadow: 0px 3px 5px #808080;
    zoom: 1; /* This enables hasLayout, which is required for older IE browsers */
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#808080')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#808080');
}


    .dialog.submit-in-progress {
        z-index: 10000; /*Place behind overlay*/
    }

    .dialog .header {
        background: url("../images/dialog-header-ends.png") no-repeat scroll 0 0 transparent;
        height: 29px;
        padding-left: 3px;
        position: relative;
    }

    .dialog.draggable .header {
        cursor: move;
    }

    .dialog .header h2 {
        margin: 0px;
        padding: 0px;
        background: url("../images/dialog-header-ends.png") no-repeat scroll 100% -29px transparent;
        height: 29px;
        padding-right: 3px;
    }

    .dialog .header span {
        background: url("../images/dialog-header-bkg.png") repeat-x scroll 0 0 transparent;
        color: #282828;
        display: block;
        font-size: 12px;
        font-weight: normal;
        height: 22px;
        padding-left: 28px;
        padding-top: 7px;
    }

    .dialog .header .close {
        color: #555555;
        display: block;
        font-weight: bold;
        font-size: 12px;
        height: 15px;
        position: absolute;
        right: 8px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        top: 6px;
        width: 15px;
    }

    .dialog .content {
        background: none repeat scroll 0 0 #FFFFFF;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        padding: 8px;
        overflow: auto;
    }

    .dialog .status {
        background: none repeat scroll 0 0 #EFEFEF;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        color: #555555;
        padding: 2px 8px;
    }


    .dialog .icon, .project-status .icon {
        top: 0px;
        left: 0px;
        z-index: 10002;
        width: 22px;
        height: 22px;
        margin: 4px 4px;
    }



.project-status-alarm td {
    padding: 8px;
}

.Viewport .project-status {
    float: left;
}

.project-status {
    margin: 0 auto;
    /* padding-right: 30px; */
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 95%;
}

.dialog .icon {
    position: absolute;
}

.project-status .icon {
    width: 35px;
    background-position: center;
}

.project-status span {
    padding: 8px;
    vertical-align: middle;
}

.project-status td {
    height: 25px;
}

    .project-status td.second {
        height: 25px;
        width: 25px;
    }

.project-status span {
    padding-left: 35px;
    height: 25px;
    vertical-align: middle;
}

.project-status .no-padding {
    padding-left: 0px;
    width: 170px;
}

.project-status .right {
    text-align: right;
    padding-right: 10px;
}



.project-status .icon {
    width: 27px;
    height: 27px;
    background: transparent url('../images/equipment-icons-4dot4_prelim3.png') 0 0 no-repeat scroll;
    padding: 0px;
    margin: 0px;
    background: transparent url('../images/equipment-icons-4dot4_prelim3.png') 0 0 no-repeat scroll;
}

.project-status .ok.icon {
    background-position: -405px -81px;
}

.project-status .attention.icon {
    background-position: -405px -108px;
}

.project-status .warning.icon {
    background-position: -405px -27px;
}

.project-status .alarm.icon {
    background-position: -405px -54px;
}

.project-status .disabled.icon {
    background-position: -405px -0px;
}

.project-status td.description {
    padding: 0px 0px 0px 5px;
    margin-bottom: 5px;
}


.dialog .warning {
    background: url("../images/message-icon-exlamation.png") no-repeat center center;
}

.dialog .disabled {
    background: url("../images/info-icon-exlamation.png") no-repeat center center;
}

.dialog .error {
    background: url("../images/message-icon-error.png") no-repeat center center;
}

.dialog .question {
    background: url("../images/help-icon.png") no-repeat center center;
}

.dialog .input-error {
    background: #FFA4B2 url("../images/invalid_line.gif") repeat-x bottom;
    border: 1px solid #DD7870;
}

    .dialog .input-error:focus {
        background: none;
    }

.dialog .request-input {
    width: 100%;
    margin-bottom: 10px;
}

.dialog .buttons-group {
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    clear: both;
}

    .dialog .buttons-group .button {
        margin-left: 20px;
        margin-right: 20px;
    }

        .dialog .buttons-group .button span.inner-border {
            width: 60px;
            text-align: center;
        }


#Loader #Overlay {
    display: block;
    position: fixed;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: black;
    filter: alpha(opacity=20);
    opacity: .20;
}

#Loader #global-progressbar {
    position: fixed;
    background: white;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 3px 5px #808080;
    -webkit-box-shadow: 0px 3px 5px #808080;
    box-shadow: 0px 3px 5px #808080;
    height: 35px;
    z-index: 17000; /**/
    padding: 10px;
}


#TabLoader {
    text-align: center;
    background: white;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 3px 5px #808080;
    -webkit-box-shadow: 0px 3px 5px #808080;
    box-shadow: 0px 3px 5px #808080;
    height: 35px;
    width: 200px;
    z-index: 10010; /**/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 10px;
}

    #TabLoader .smallLoading {
        margin-left: auto;
        margin-right: auto;
    }

/* ---------- Equipment Icons */
.filterSensors {
    cursor: pointer;
}

.drag {
    cursor: pointer;
}


/**----NEW ---**/
.clear {
    clear: both;
    margin-top: 12px;
}

.clear-thin {
    clear: both;
    margin-top: 2px;
}


.absolute {
    position: absolute;
}

.nodisplay {
    display: none;
}

.display, .block {
    display: block;
}

.lfloat {
    float: left;
}

.rfloat {
    float: right;
}

.dashed {
    border: 1px dashed #ccc;
}

#SelectedProjectID {
    min-width: 130px;
}

#sensorinfo-table {
    display: inline-block;
}

    #sensorinfo-table #sensorinfo {
        width: 300px;
    }

.validation-summary-errors {
    display: none;
}

.chart-tooltip-font {
    margin-top: -4px;
    font-size: 10px;
}


a.clear {
    color: Black;
    text-decoration: none;
}

    a.clear:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.highcharts-legend {
    cursor: pointer;
}

.alarm-condition-list-item.failed {
    background-color: #FFD4B3;
}

.alarm-condition-list-item.success {
    background-color: #B8FFB3;
}

.alarm-condition-or-separator-row td {
    background-color: #d9d9d9;
}

#alarm-conditions-table td.alarm-condition-list-item-td {
    text-align: center;
    vertical-align: middle;
}

div.sensor-list-item {
    white-space: nowrap;
}

.sensor-list-item label {
    cursor: pointer;
    line-height: 30px;
}

.cursor-pointer {
    cursor: pointer;
}

.autosuggest-container {
    position: relative;
}

/*.multi-select-container {
	
    
	width:220px;
    max-width:220px;
	display:inline;
}


.multi-select-container ul {
    overflow-y:scroll;
}


.multi-select-ui {
    width:220px;
	max-width:220px;
	width:220px;
}*/


.multi-select-container-table {
    display: inline;
}

/**/
select.multiselect {
    width: 428px;
}


.autosuggestclose {
    position: relative;
    /*right: 0px;*/
    /*left set from js.*/
    top: 8px;
    z-Index: 3;
    margin: 8px 0 0 7px;
    color: #000000;
    padding: 0 2px;
    cursor: pointer;
    font-family: "Helvetica", helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 1px 1px #444;
    -webkit-transition: color .1s ease-in;
}


#actions {
    list-style: none;
    padding: 0;
}

#inline-actions {
    padding-top: 10px;
}

.item {
    margin-left: 20px;
}

.log-quicksearch-item {
    cursor: pointer;
}

#ui-datepicker-div {
    z-Index: 10002;
}


#tabTwo .as-results {
    position: absolute;
    width: 300px;
}


.general-warning {
    width: 600px;
    max-width: 600px;
    background: #FFD480;
    color: #000;
    padding: 5px;
    border: 1px solid black;
}

/* Hide Now button on datepicker */
/*
.ui-datepicker-current 
{
    display:none;
}
*/


.clear-regression-points {
    min-width: 120px;
}

.clear-exclusion-points {
    min-width: 120px;
}

iframe {
    display: block;
    border: 1px solid #D8D8D8;
}


input.time-span-value {
    width: 35px;
}


select.time-span-unit {
    width: 81px;
}

div.role-list-item {
    min-height: 30px;
}

td.permission-required-by-this {
    background-color: #B8FFB3;
}

td.permission-requires-this {
    background-color: #FFD4B3;
}

td.permission-check {
    width: 40px;
    text-align: center;
    vertical-align: middle;
}

.todo {
    color: Red;
    font-weight: bold;
}

.log-search-style-div {
    margin-left: 1px;
}


input.date-range-input {
    margin-right: 0px;
    width: 120px;
}

.clear-date-picker {
    margin-right: 5px;
}


.chart-zoom-state {
    margin-right: 10px;
}

ol.simple {
    padding: 10px 20px;
}

.reduction-no-data {
    background: #FFD4B3;
}

.warning-text {
    background: #FFD4B3;
}

.window-latency-warning {
    background: #FFD480;
}

.notes {
    max-width: 650px;
}


.translation-warning {
    background: #FFD480;
}


table.sensor-refdate thead, tfoot {
    background-color: #d9d9d9;
}

table.sensor-refdate .input-field {
    /*border-top: 0px;*/
    line-height: 30px;
}

table.sensor-refdate thead.input-field {
    /*border-top: 0px;*/
    min-height: auto;
    line-height: 0px;
}

table.sensor-refdate .input-field label {
    line-height: 27px;
}

table.sensor-refdate thead .input-field {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 0px;
}

    table.sensor-refdate thead .input-field label {
        line-height: 0px;
        float: none;
        margin-right: 10px;
    }

    table.sensor-refdate thead .input-field input {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    table.sensor-refdate thead .input-field select {
        margin-top: 5px;
        margin-bottom: 5px;
    }


/*ScatterPlot*/
.scatter-graph-container {
    position: relative; /* for div to have an offsetTop and an offsetLeft relative to page, so that PhantomJs can capture the graph area */
    width: 804px;
    height: 432px;
}

.scatter-graph {
    float: left;
    width: 400px;
    height: 432px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.scatter-slider-value-max {
    text-align: right;
    width: 100%;
}

.scatter-slider-value-min {
    text-align: left;
    width: 100%;
}

.scatter-narrow-dates {
    text-align: center;
    min-height: 40px;
    height: 40px;
}


.ui-slider-range {
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.date-range-slider .ui-slider-range {
    text-align: center;
    line-height: 10px;
    overflow: hidden;
    cursor: pointer;
}


.scatter-slider a.ui-slider-handle {
    cursor: ew-resize;
}

/*
 * Date Time Range Picker
 */

.daterange-button {
    position: relative;
    margin-left: 5px;
}

    .daterange-button span.inner-border {
        padding-left: 5px;
        padding-right: 5px;
    }

#daterangescroll-main {
    color: black;
    position: absolute;
    padding: 13px;
    left: -274px;
    z-index: 99990;
    top: 0px;
    border: .2em solid black;
    background-color: white;
    width: 240px;
    top: 25px;
}

    #daterangescroll-main input {
        width: auto;
        margin: auto;
    }

        #daterangescroll-main input[type=radio] {
            font-size: 8px;
        }

.daterangescroll-inner-1, .daterangescroll-inner-2, .daterangescroll-inner-3, .daterangescroll-inner-4 {
    border: 1px solid black;
    margin-top: 5px;
    text-align: justify;
    text-justify: distribute;
}

    .daterangescroll-inner-2 > div {
        display: inline-block;
    }

    .daterangescroll-inner-2:after {
        content: "";
        width: 100%;
        display: inline-block;
    }

.daterangescroll-inner-1-3, .daterangescroll-inner-2, .daterangescroll-inner-3 {
    padding: 10px;
}

.daterangescroll-inner-1-4, .daterangescroll-inner-3-1 {
    margin: 3px;
}

.daterangescroll-inner-3-1 {
    text-align: center;
    height: 10px;
}

.daterangescroll-inner-4 {
    padding: 6px;
}

.daterangescroll-inner-4-1 {
    border: 0px;
    width: 100%;
}

.daterangescroll-inner-4-3 {
    text-align: right;
    padding-top: 0px;
}

#daterangescroll-date, #daterangescroll-startdate, #daterangescroll-enddate {
    display: none;
}

label.delimeter-selector {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
}

.login-screen #login #invalid-license-try-again {
    position: relative;
}

.hint-area {
    position: absolute;
    bottom: 28px;
    min-height: 30px;
    height: auto;
    line-height: 22px;
    width: 100%;
    overflow: auto;
    border-top: 1px solid #bfbfbf;
    background-color: lightgray;
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    z-index: 100;
}

.hint-area-content {
    width: 100%;
    min-height: 22px;
}

.hint-area-dock {
    padding: 0px;
    margin: 0px;
    width: auto;
    overflow: hidden;
    height: 8px;
    background: #F0F0F0;
}

    .hint-area-dock .bottom-arrow {
        height: 100%;
        width: 100%;
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll center -355px transparent;
    }


    .hint-area-dock:hover {
        background-color: #FFFAB4;
    }

    .hint-area-dock.docked .bottom-arrow {
        background: url("../images/button-tool-icons-4dot6_prelim4.png") no-repeat scroll center -334px transparent;
    }

div.user-list-item {
    min-height: 30px;
}

div.org-list-item {
    min-height: 30px;
}

div.border {
    border: 1px solid #bfbfbf;
    padding-right: 20px;
}


/*DMS editor*/
.dms-editor select.dms-dir {
    width: 38px;
    margin-right: 0px;
}

.dms-editor input {
    margin-right: 0px;
    margin-left: 5px;
}

    .dms-editor input.dms-degrees {
        width: 25px;
    }

    .dms-editor input.dms-minutes {
        width: 20px;
    }


    .dms-editor input.dms-seconds {
        width: 42px;
    }


/*Paginator*/
div.paginator-widget input.paginator-page {
    width: 30px;
}

div.paginator-widget {
    line-height: 33px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

    div.paginator-widget.input-field {
        padding-top: 1px;
        padding-bottom: 1px;
    }

.loading-search {
    cursor: progress;
    color: #b9b9b9;
}

    .loading-search * {
        cursor: progress;
        color: #b9b9b9;
    }

/*.loading-search div.paginator-widget {

}

    .loading-search div.paginator-widget * {
        cursor: progress;
}*/


.data-entry td.not-required {
    background-color: #e3e3f3;
}

.data-entry td.not-applicable {
    background-color: #f3f3f3;
}

.data-entry td.not-applicable input {
    display:none;
}


.data-entry-validation-warning {
    background-color: #FFD480;
}

.data-entry-validation-error.required {
    background-color: #FFD4B3;
}

.data-entry-validation-error.duplicate-dates {
    background-color: #FFC0A3;
}

.data-entry-validation-error.min-dates {
    background-color: #FFB2A3;
}

span.data-entry-validation-error.required {
    padding-left: 10px;
    margin-right: 5px;
}


span.data-entry-validation-error.duplicate-dates {
    padding-left: 10px;
    margin-right: 5px;
}

span.data-entry-validation-error.min-dates {
    padding-left: 10px;
    margin-right: 5px;
}


table.sensors.data-entry td.not-applicable * {
    visibility: hidden;
}

/*table.sensors.data-entry .dms-dir {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
}*/

tr.sensor-type-display-row {
}


    tr.sensor-type-display-row td {
        line-height: 30px;
        min-height: 30px;
        vertical-align: middle;
    }


    tr.sensor-type-display-row input.column-alias {
        width: 150px;
        margin-top: 5px;
    }

    tr.sensor-type-display-row input.unit-override {
        width: 90px;
        margin-top: 5px;
    }

    tr.sensor-type-display-row td {
        line-height: 30px;
        min-height: 30px;
        vertical-align: middle;
    }


    tr.sensor-type-display-row input.column-alias {
        width: 150px;
        margin-top: 5px;
    }

    tr.sensor-type-display-row input.unit-override {
        width: 90px;
        margin-top: 5px;
    }


tr.link-data-type input.column-alias {
    width: 90px;
    margin-top: 5px;
}

tr.link-data-type input.unit-override {
    width: 90px;
    margin-top: 5px;
}


.scatter-axis select {
    min-width: 120px;
}

/* OpenLayers */
#openlayers {
    position: relative;
    width: 100%;
    height: 80%;
    display: block;
    margin: 0;
    border: 1px solid rgb(216, 216, 216);
}

#map-progress {
    position: relative;
    display: block;
    height: 5px;
    border: 1px solid #d8d8d8;
    border-top: 0;
}

    #map-progress div {
        height: 100%;
        color: #fff;
        text-align: right;
        line-height: 5px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #B8E27E;
    }

        #map-progress div.busy {
            background-color: #FFD480;
        }

        #map-progress div.done {
            background-color: #B8E27E;
        }

.olPopup {
    position: absolute;
    box-shadow: 0 3px 5px #808080;
    overflow: visible;
    border-radius: 5px;
    z-index: 1000000;
}

    .olPopup:hover {
        z-index: 2000000;
    }

.olPopupContent {
    border-radius: 5px;
    border: 1px solid #D0D0B0;
    z-index: 10;
}

    .olPopupContent .tooltip, .olPopupContent .tooltip div {
        min-width: 60px;
        min-height: 40px;
        font-size: 10px;
        background: #FBFBFB;
        left: 15px;
        display: block;
        overflow-x: hidden;
    }

        .olPopupContent .tooltip div.calculations {
            display: none;
        }

        .olPopupContent .tooltip span.select-container {
            margin: 1px 2px -2px 0px;
            float: right;
        }

        .olPopupContent .tooltip:hover {
            background-color: #FFFAB4;
        }

        .olPopupContent .tooltip table {
            width: 100%;
        }

            .olPopupContent .tooltip table th {
                min-width: 120px;
                font-weight: normal;
                text-align: center;
                border-radius: 1px;
            }

                .olPopupContent .tooltip table th.light {
                    background-color: #AFAFAF;
                }

                .olPopupContent .tooltip table th.layerheading {
                    background-color: #00008B;
                    color: white;
                }


            .olPopupContent .tooltip table td {
                padding-left: 5px;
                padding-right: 5px;
            }

        .olPopupContent .tooltip.sensor-tooltip-hint {
            min-width: 100px;
            min-height: 15px;
        }

.sensor-tooltip-hint-p {
    padding: 15px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
}

.sensor-tooltip-hint-img {
    padding-right: 5px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.sensor-tooltip-hint-txt {
    vertical-align: middle;
}

.sensor-tooltip-anchor {
    width: 11px;
    height: 11px;
    display: block;
    border: 1px solid white;
}

    .sensor-tooltip-anchor:hover {
        background-color: #FFFAB4;
        border: 1px solid rgb(216, 216, 216);
    }

.sensor-tooltip-anchor-hide {
    display: none;
    z-index: 1000;
}

.sensor-tooltip-anchor-show {
    display: block;
    z-index: 1000;
}

.sensor-tooltip-anchor-img {
    width: 11px;
    height: 11px;
}

.fade-unit-display {
    min-width: 84px;
    max-width: 84px;
    margin-left: -5px;
    display: inline-block;
}

#map-legend {
    position: absolute;
    z-index: 10100;
    top: 10px;
    left: 60px;
    width: 260px;
    height: 40px;
    border-radius: 5px;
    padding: 6px;
    background-color: #FBFBFB;
    box-shadow: 0 3px 5px #808080;
    border: 1px solid rgb(216, 216, 216);
}

#map-legend-loading {
    position: absolute;
    z-index: 10100;
    top: 15px;
    left: 130px;
    width: 260px;
    height: 30px;
    border-radius: 5px;
    padding: 6px;
    background-color: #FBFBFB;
    box-shadow: 0 3px 5px #808080;
    border: 1px solid rgb(216, 216, 216);
}

#map-legend canvas {
    width: 100%;
    height: 100%;
    position: relative;
}

#map-polygon-selector-describe {
    display: none;
}

.map-polygon-selector-dlg div {
    display: inline-block;
    padding: 0 4px;
}

.map-polygon-selector-dlg p, .map-polygon-selector-dlg li {
    padding: 4px 0;
}

.map-polygon-selector-dlg ul {
    list-style-type: disc;
    padding: 4px 0 4px 40px;
}

.map-polygon-selector-dlg li {
    list-style-type: disc;
}

.map-polygon-selector-opt {
    padding: 1px;
    display: inline;
}

    .map-polygon-selector-opt a,
    .map-polygon-selector-opt label,
    .map-polygon-selector-opt input,
    .map-polygon-selector-opt span {
        padding: 1px;
        display: inline;
        margin: 0;
        float: none;
        width: auto;
    }

.sensor-maplabels-ol {
    position: absolute;
    box-shadow: 0 0 0;
    overflow: hidden;
    border-radius: 1px;
    z-index: 10000;
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -50%;
	margin-left: 0;
	padding: 0;
	width: auto;
	height: 100%;
}

.sensor-maplabels-ol-content {
    border-radius: 1px;
	position: relative;
	box-sizing: border-box;
    z-index: 10;
    border: 2px solid;
    display: block;
	width: auto;
	margin: 0;
	padding-top: 0px;
	padding-right: 1px;
	/*padding-bottom: 1px;*/
	padding-left: 0;
	height: 100%;
    background-color: rgba(191, 191, 191, 0.7);
    
}

.sensor-maplabels-ol-content.color-Alarm {
    border-color: rgb(212, 70, 0);
}

.sensor-maplabels-ol-content.color-Warning {
    /*border-color: rgb(255, 197, 84);*/
    border-color: rgb(245, 162, 0);
}

.sensor-maplabels-ol-content.color-Attention {
    /*border-color: rgb(140, 207, 207);*/
    border-color: rgb(64, 175, 169);
}

.sensor-maplabels-ol-content.color-OK {
    border-color: rgb(122, 181, 46);
}

.sensor-maplabels-ol-content div, .sensor-maplabels-ol-content table {
    border-radius: 1px;
	width: 100%;
	border: 0;
	white-space: nowrap;
    text-align: center;
	height: 100%;    
}

.sensor-maplabels-ol-content table td {
	min-width: 20px;
	height: auto;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0;
}

.sensor-maplabels-ol-content td.color-Alarm {
    background-color: #e09671;
}

.sensor-maplabels-ol-content td.color-Warning {
    background-color: rgb(255, 197, 84);
}

.sensor-maplabels-ol-content td.color-Attention {
    background-color: rgb(140, 207, 207);
}

.sensor-maplabels-ol-content td.color-OK {
    /*background-color: rgb(122, 181, 46);*/
    background-color: rgb(170, 204, 123)
}

.sensor-maplabels-link {
	width: 100%;
	border-radius: 2px;
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 1px 1px;
}

.sensor-maplabels-link * {
    font-size: 8px;
    font-weight: bold;
	width: 100%;
}
/* END OpenLayers */
/* END OpenLayers */

/* SceneEditor */

#scene-extent-selector-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 250px;
    border: 1px solid rgb(216, 216, 216);
}

    #scene-extent-selector-container > div {
        margin: auto;
        width: 100%;
        height: 100%;
    }

.field-for-ExtentOption > label {
    display: block;
}

#asset-extent-selector-container {
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    border: 1px solid rgb(216, 216, 216);
}

#asset-extent-selector {
    margin: auto;
    width: 100%;
    height: 100%;
}

.asset-colormap-slider-container {
    width: 400px;
}

    .asset-colormap-slider-container p {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

#asset-colormap-slider {
    height: 100px;
    margin-top: 5px;
    margin-bottom: 10px;
}

    #asset-colormap-slider .colormap-slider-control {
        margin-left: 15px;
        margin-right: 15px;
    }

/* END SceneEditor*/
/* High Frequency Analysis */
.hf-analysis-chart {
    margin: 3px;
}

.hf-analysis-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font: bold 16px SegoeUI;
    text-align: center;
}

.hf-analysis-subtitle {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font: 14px SegoeUI;
    text-align: center;
}

/* this container will contain the live update counter */
.live-update-container {
    min-height: 24px; /* provision enough height for the .counter element */
}

/* general Counter */
.counter {
    width: auto;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    top: 2px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    float: right;
}

    .counter .countdown_row {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 3px;
        margin: 0px;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid #bfbfbf;
        background: #F0F0F0;
        -webkit-margin-before: 0.83em;
        -webkit-margin-after: 0.83em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

.counter-container {
    float: right;
}


.smallLoading {
    border: 1px solid #bfbfbf;
    background: url("../images/loading.gif") no-repeat center center;
    cursor: pointer;
    background-color: #F0F0F0;
    width: 50px;
    height: 24px;
    vertical-align: top;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.smallCounter {
    cursor: pointer;
    background-color: #F0F0F0;
    width: 50px;
    height: 24px;
    vertical-align: top;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

    .smallCounter .countdown_row {
        /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
        padding: 3px;
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
        /*border: 1px solid #bfbfbf;*/
        /*  background: #F0F0F0;*/
        -webkit-margin-before: 0.83em;
        -webkit-margin-after: 0.83em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

.tableWidget .tableData {
    font-style: italic;
    color: #444;
}

.tableWidget .tableHeader {
    color: #000;
    background-color: #DDD;
    text-align: center;
    font-weight: normal;
}

.tableWidget table {
    border-collapse: collapse;
}

.tableWidget td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height: 22px;
    empty-cells: show;
    line-height: 21px;
    padding: 0 2px 0 2px; /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
    background-color: #FFF;
    font-size: 11px;
    vertical-align: top;
    overflow: hidden;
    outline-width: 0;
    /*white-space: pre-line;  preserve new line character in cell */
}

.tableWidget th {
    background-color: #EEF;
    color: #222;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}

.compositeViewTableEdit table {
    border-collapse: collapse;
    width: 100%;
    background-color: #EEE;
}

.compositeViewTableEdit td {
    align-content: center;
    border: 2px solid #CCC;
}

    .compositeViewTableEdit td:hover {
        /* cursor:pointer;*/
        background-color: #DDD;
    }

.compositeViewTableView table {
    border-collapse: collapse;
    width: 100%;
}


    .compositeViewTableView table td.custom-view-member-holder {
        border: #eee solid 1px;
        background-color: #fefefe;
    }

.compositeviewmember-edit {
    margin-left: auto;
    margin-right: auto;
    width: 332px;
}

div.composite-view-member-field {
    border: 0px;
    min-height: 32px;
    line-height: 32px;
}

.compositeview-controlcontainer {
    border: 1px solid #bfbfbf;
    padding: 5px;
    position: absolute;
    background-color: white; /*opacity: 0.7;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999;
}

.form-control-section {
    border: 1px solid #fcfcfc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.disabled-mouse-click a {
    pointer-events: none;
    cursor: default;
}

.grid-log-information {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 40%;
    margin: 5px;
    padding: 5px;
    -moz-min-width: 500px;
    -ms-min-width: 500px;
    -o-min-width: 500px;
    -webkit-min-width: 500px;
    min-width: 500px;
}

.grid-log-description {
    padding: 5px;
    margin: 5px;
    border: 1px solid;
}

[class*='col-'] {
    float: left;
}

.log-col-content {
    width: 25%;
    float: left;
}


.log-col-content-right {
    width: 32px;
    float: right;
}

.log-col-description {
    width: 20%;
}

.grid-log-information:after {
    content: "";
    display: table;
    clear: both;
}

/* chartWidget */
#chart-view {
    position: relative;
}

    #chart-view .chart-error-message {
        padding-right:180px; /* allow padding for absolute "Show Controls" button */
    }


#chart-config {
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    display: none;
    padding: 5px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* ipiChartWidget */
#ipichart-view {
    position: relative;
}

#ipichart-config {
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    display: none;
    padding: 5px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

   #ipichart-config .blocker {
        position: absolute;
        background-color: white;
        filter: alpha(opacity=40);
        opacity: 0.40;
        top: 0px;
        height:100%;
        left: 0px;
        right: 0px;
    }

/* normalChartAnalysisWidget */
.analysis-fly-out {
    background-color: #F7F7F7;
    border: 2px solid #bfbfbf;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    /*height: auto;
    min-height: 100px;*/
    position: absolute;
    /*-moz-min-width: 800px;
    -ms-min-width: 800px;
    -o-min-width: 800px;
    -webkit-min-width: 800px;*/
    /*min-width: 800px;
    width: 100%;*/
    padding: 10px 5px 5px 5px;
    z-index: 99;
    cursor: move;
}

    .analysis-fly-out .close {
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 0px;
        right: 5px;
    }

    .analysis-fly-out .input-field {
        border-top: none;
        cursor: pointer;
    }

.logTypeColor {
    width: 17px;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.logTypeColor-filter {
    width: 17px;
    height: 15px;
    float: left;
    margin-top: 4px;
    align-content: center;
}

.logTypeIcon {
    vertical-align: middle;
    display: block;
    float: left;
    min-width: 50px;
}

.plotBandColor {
    width: 17px;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.plotbandtooltip {
    border: 2px solid #2f7ed8;
    background-color: #fff;
    -ms-opacity: 0.8500000000000001;
    opacity: 0.8500000000000001;
    padding: 4px 12px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 100px;
    -webkit-box-shadow: 1px 1px 3px #666;
    -ms-box-shadow: 1px 1px 3px #666;
    box-shadow: 1px 1px 3px #666;
}

.chart-tooltip-font .math .operator {
    font-size: 13px;
    font-weight: bold; /* help distinguish + from - */
}

.chart-tooltip-font .math .operand {
    font-size: 11px;
}

.chart-tooltip-font sub, sup {
    font-size: 80%; /* 80% size of its parent element font-size which is good. */
    position: relative;
    vertical-align: baseline;
}

.chart-tooltip-font sub {
    bottom: -0.6em; /* use em because they adapt to parent font-size */
}

.chart-tooltip-font sup {
    top: -0.6em; /* use em because they adapt to parent font-size */
}
/* End of normalChartAnalysisWidget */

/* Analysis MatchDataSets */

.match-data-sets-fly-out {
    height: auto;
    min-height: 100px;
}

table.match-data-sets {
    border-spacing: 2px;
    margin: 4px;
}

    table.match-data-sets th {
        background-color: #7F7F7F;
        color: #FFF;
        font-weight: normal;
        text-align: left;
    }

    table.match-data-sets th, table.match-data-sets td {
        padding: 2px 4px;
        vertical-align: middle;
    }

    table.match-data-sets tr.mds-headings-collapsed, tr.mds-headings-expanded {
        height: 26px;
    }

    table.match-data-sets th:first-of-type {
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    table.match-data-sets th:last-of-type {
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    table.match-data-sets th.mds-heading-name {
        -moz-min-width: 140px;
        -ms-min-width: 140px;
        -o-min-width: 140px;
        -webkit-min-width: 140px;
        min-width: 140px;
    }

    table.match-data-sets th.mds-heading-select {
        -moz-min-width: 50px;
        -ms-min-width: 50px;
        -o-min-width: 50px;
        -webkit-min-width: 50px;
        min-width: 50px;
    }

    table.match-data-sets th.mds-heading-to-date {
        -moz-min-width: 140px;
        -ms-min-width: 140px;
        -o-min-width: 140px;
        -webkit-min-width: 140px;
        min-width: 140px;
    }

    table.match-data-sets th.mds-heading-fixed {
        -moz-min-width: 40px;
        -ms-min-width: 40px;
        -o-min-width: 40px;
        -webkit-min-width: 40px;
        min-width: 40px;
    }

    table.match-data-sets th.mds-heading-actions {
        -moz-min-width: 66px;
        -ms-min-width: 66px;
        -o-min-width: 66px;
        -webkit-min-width: 66px;
        min-width: 66px;
    }

    table.match-data-sets tr.mds-headings-collapsed th.mds-heading-name {
        width: 400px;
    }

    table.match-data-sets tr.mds-group {
        height: 30px;
        background-color: #EAEAEA;
    }

    table.match-data-sets tr:hover {
        background-color: #FFFAB4;
    }

    table.match-data-sets tr.mds-series {
        height: 24px;
    }

    table.match-data-sets td.mds-series-select, td.mds-series-is-fixed {
        text-align: center;
    }

    table.match-data-sets td.mds-series-actions {
        text-align: right;
    }

    table.match-data-sets tbody tr.mds-group + tr.mds-series .button.move-matched-series-up {
        visibility: hidden;
    }

    table.match-data-sets tbody tr.mds-series:last-child .button.move-matched-series-down {
        visibility: hidden;
    }

.mds-group-name input {
    width: 100%;
}

/* MatchDataSets Buttons */

.mds-button {
    background: transparent url('../images/button-tool-bkg.png') repeat-x 0 0 scroll;
}

    .mds-button span.inner-border {
        height: 13px;
        overflow: hidden;
        padding: 2px;
        width: 13px;
    }

    .mds-button.expand-group span.inner-border {
        background: url("../../base/images/ui-icons_454545_256x240.png") no-repeat scroll -16px -128px transparent;
    }

    .mds-button.collapse-group span.inner-border {
        background: url("../../base/images/ui-icons_454545_256x240.png") no-repeat scroll -48px -128px transparent;
    }

    .mds-button.delete-group span.inner-border {
        background: url("../../base/images/ui-icons_454545_256x240.png") no-repeat scroll -176px -97px transparent;
    }

    .mds-button.apply-group-changes span.inner-border {
        background: url("../../base/images/ui-icons_454545_256x240.png") no-repeat scroll -64px -144px transparent;
    }

    .mds-button.discard-group-changes span.inner-border {
        background: url("../../base/images/ui-icons_454545_256x240.png") no-repeat scroll 0 -64px transparent;
    }

    .mds-button.move-matched-series-down span.inner-border {
        background: url("../../base/images/ui-icons_454545_256x240.png") no-repeat scroll -64px -16px transparent;
    }

    .mds-button.move-matched-series-up span.inner-border {
        background: url("../../base/images/ui-icons_454545_256x240.png") no-repeat scroll 2px -16px transparent;
    }

/* End of Analysis MatchDataSets */

.slider-input {
    width: 205px;
    float: left;
    margin-top: 5px;
}

.custom-message-text {
    resize: none; /* disable textarea resize of Custom Alarm Messages in the edit dialog */
    overflow-y: auto; /* ensure that dumb IE shows vertical scrollbar only if needed */
}

.notifications-disabled-users {
    margin-left: 5px;
    color: red;
}

.notification-hint {
    padding-top: 4px;
    padding-left: 8px;
    padding-bottom: 8px;
    text-wrap: normal;
}

.DivToScroll {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    left: -1px;
    padding: 10px 7px 5px 10px;
    margin-top: 10px;
}

.DivWithScroll {
    height: 220px;
    overflow: scroll;
    overflow-x: hidden;
}

.events-section {
    padding-top: 20px;
    padding-left: 10px;
}

.alarm-events-paginator {
    border-top: 0px;
    border-bottom: 0px;
}

    .alarm-events-paginator > div {
        border-top: 0px;
        border-bottom: 0px;
        margin: 0px;
    }

table.unacknowledged th,
table.unacknowledged td {
    padding: 8px;
    vertical-align: central;
}

    table.unacknowledged th.acknowledge {
        width: 150px;
    }

    table.unacknowledged th.state {
        width: 70px;
    }

    table.unacknowledged th.granularity {
        width: 220px;
    }

table td.granularityicon {
    -moz-min-width: 36px;
    -ms-min-width: 36px;
    -o-min-width: 36px;
    -webkit-min-width: 36px;
    min-width: 36px;
    width: 36px;
    height: 32px;
}

table.unacknowledged th.eventdate {
    width: 150px;
}

table.unacknowledged th.alarmname {
    width: 100px;
}

table.unacknowledged th.alarmrevision {
    width: 100px;
}

table.unacknowledged th.notifications {
    width: 100px;
}


table.unacknowledged th {
    background-color: #7F7F7F;
    color: #FFF;
    font-weight: normal;
    text-align: center;
}

table.unacknowledged {
    width: 100%;
    border-spacing: 2px;
}

.dialog p.input-field {
    margin-right: 10px;
}

.events-filter-area {
    width: 100%;
}

.vertical-centered-aligned {
    display: inline-block;
    vertical-align: middle;
}

.chart-search-parameters {
    float: left;
    margin: 0 5px 5px 5px;
}


.alarmnotification-enum.SensorResultChanged, .alarmnotification-enum.AlarmOrConditionOrSensorResultChanged {
    background: url(../images/icons/Granularity.SensorResultChanged.png) no-repeat center center;
    width: 36px;
    height: 32px;
}

.alarmnotification-enum.ConditionResultChanged, .alarmnotification-enum.AlarmOrConditionResultChanged {
    background: url(../images/icons/Granularity.ConditionResultChanged.png) no-repeat center center;
    width: 36px;
    height: 32px;
}

.alarmnotification-enum.DefinitionResultChanged {
    background: url(../images/icons/Granularity.DefinitionResultChanged.png) no-repeat center center;
    width: 36px;
    height: 32px;
}

.table-rows-vertical-center tr td {
    vertical-align: middle;
}

.normal-chart-analysis-container {
    z-index: 0;
}

.alarm-chart-options {
    float: left;
    width: 120px;
}

.alarm-chart-config {
    background-color: white;
    border: 1px solid #bfbfbf;
    display: none;
    padding: 5px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    width: 600px;
}

    .alarm-chart-config label.short {
        min-width: 90px;
        max-width: 90px;
        width: 90px;
    }

.chart-controls-container {
    margin-left: 0px;
}

.alarm-conditions {
    margin-left: 16px;
}



.sortable span.sortarrow {
}

.sortable.sort-ascending.sortarrow {
    padding-right: 15px;
    background: url(../images/icons/up.png) no-repeat right 5px center;
}


.sortable.sort-descending.sortarrow {
    padding-right: 15px;
    background: url(../images/icons/down.png) no-repeat right 5px center;
}


.sortable.sort-auto.sortarrow {
    padding-right: 15px;
    background: url(../images/icons/updown.png) no-repeat right 5px center;
}


table.sensor-observation-age td.clearsearch {
    -moz-min-width: 120px;
    -ms-min-width: 120px;
    -o-min-width: 120px;
    -webkit-min-width: 120px;
    min-width: 120px;
    background-color: #d9d9d9;
}

.sensor-observation-age td.sensorshead {
    width: 20%;
    -moz-min-width: 227px;
    -ms-min-width: 227px;
    -o-min-width: 227px;
    -webkit-min-width: 227px;
    min-width: 227px;
}

.sensor-observation-age td.general-width {
    width: 20%;
    -moz-min-width: 168px;
    -ms-min-width: 168px;
    -o-min-width: 168px;
    -webkit-min-width: 168px;
    min-width: 168px;
}

.system-status {
    margin-top: 10px;
    margin-left: 10px;
}

table.sensor-observation-age thead, tfoot {
    background-color: #d9d9d9;
}


    table.sensor-observation-age thead .input-field {
        margin-top: 5px;
        margin-bottom: 5px;
    }

table.sensor-observation-age .input-field label {
    line-height: 0px;
    float: none;
    margin-right: 10px;
}

table.sensor-observation-age .input-field input {
    margin-top: 5px;
    margin-bottom: 5px;
}

table.sensor-observation-age .input-field select {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sscount-table-container {
    overflow-x: auto;
    overflow-y: visible;
}

table.sscount tfoot td {
    min-height: 22px;
    height: 22px;
}


table.sscount tbody .input-field div {
    border-top: 0px;
    display: table-cell;
}


table.sscount tbody td {
    white-space: nowrap;
}

table.sscount .input-field label {
    line-height: 0px;
    /*float: none;*/
    margin-right: 10px;
}

.sscount-nonfixed-col1 > div {
    padding-left: 2px;
}

.sscount-nonfixed-col2 > div {
    padding-left: 2px;
}

.sscount-fixed-col1 {
    width: 240px;
    left: 0;
    top: auto;
    background-color: inherit;
    min-height: 50px;
    height: 50px;
    margin-top: 0px;
}

tbody .sscount-fixed-col1 > div {
    padding-left: 2px;
    display: table-cell;
    vertical-align: middle;
    min-height: 50px;
    height: 50px;
}

.sscount-fixed-col2 {
    width: 240px;
    left: 0;
    top: auto;
    min-height: 50px;
    height: 50px;
    margin-top: 0px;
}

    .sscount-fixed-col2.background-color {
        background-color: inherit;
    }


tbody .sscount-fixed-col2 > div {
    padding-left: 2px;
    display: table-cell;
    vertical-align: middle;
    min-height: 50px;
    height: 50px;
}

thead td.sscount-fixed-col1 {
    background-color: #d9d9d9;
}

    thead td.sscount-fixed-col1 > div {
        min-height: 27px;
        height: 27px;
        display: table-cell;
        vertical-align: middle;
        margin-left: 2px;
        padding-left: 2px;
    }

thead td.sscount-nonfixed-col1 > div {
    float: left;
    margin-left: 2px;
    /*margin-top: 6px;*/
    width: 60px;
    max-width: 60px;
    float: left;
}

thead td.sscount-nonfixed-col2 > div {
    line-height: 22px;
    margin-left: 6px;
    display: table-cell;
    vertical-align: middle;
}

thead td.sscount-fixed-col2 {
    background-color: #d9d9d9;
}

    thead td.sscount-fixed-col2 > div {
        min-height: 27px;
        height: 27px;
        display: table-cell;
        vertical-align: middle;
        margin-left: 6px;
    }


.sensor-count-paramaters {
    width: 670px;
}

.sscount-quick-links label {
    width: 80px !important;
    max-width: 80px !important;
}


table.sscount thead td {
    min-height: 30px;
    height: 30px;
}


table.sscount td.bucket-count {
    -moz-min-width: 70px;
    -ms-min-width: 70px;
    -o-min-width: 70px;
    -webkit-min-width: 70px;
    min-width: 70px;
    text-align: right;
}

/*Represents the sensor col in sensor obs age and the alarms col in alarm events history*/
.sscount-col1 {
    -moz-min-width: 230px;
    -ms-min-width: 230px;
    -o-min-width: 230px;
    -webkit-min-width: 230px;
    min-width: 230px;
}

/*Represents the datatype col in sensor obs age and the alarm event col in alarm events history*/
.sscount-col2 {
    -moz-min-width: 230px;
    -ms-min-width: 230px;
    -o-min-width: 230px;
    -webkit-min-width: 230px;
    min-width: 230px;
}

.sscount-bucket-dates {
    text-align: center;
}


.freeze-col-icon-pinned {
    background-image: url("../images/icons/pin.png");
    width: 14px;
    height: 14px;
    margin-top: 0px;
    float: right;
}

.freeze-col-icon-unpinned {
    background-image: url("../images/icons/pin2.png");
    width: 14px;
    height: 14px;
    margin-top: 6px;
    margin: 4px;
    float: right;
}

.vcenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vcenter-nowrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sscount-paginator {
    text-align: center;
    margin-top: 2px;
}

.alarm-log-icon {
    margin-right: 4px;
}

.table-alarmstates-hover tr:hover td {
    background-color: #FFFAB4;
}

    .table-alarmstates-hover tr:hover table td {
        background-color: #FFFFFF;
    }


    .table-alarmstates-hover tr:hover td.color-Alarm {
        background-color: #e09671;
        background-color: rgba(255, 143, 87, 0.7);
    }

    .table-alarmstates-hover tr:hover td.color-Warning {
        background-color: rgb(255, 197, 84);
        background-color: rgba(255, 212, 128, 0.70);
    }

    .table-alarmstates-hover tr:hover td.color-Attention {
        background-color: rgb(140, 207, 207);
        background-color: rgba(174, 223, 223,0.7);
    }

    .table-alarmstates-hover tr:hover td.color-OK {
        background-color: rgb(170, 204, 123);
        background-color: rgba(184, 226, 126,0.5);
    }


.ss-current-states {
    width: 100%;
}

    .ss-current-states thead .input-field {
        border-top: 0px;
    }

    .ss-current-states thead .alarm-state-clearsearch {
        -moz-min-width: 120px;
        -ms-min-width: 120px;
        -o-min-width: 120px;
        -webkit-min-width: 120px;
        min-width: 120px;
        width: 120px;
    }

    .ss-current-states .ss-state-item {
        padding-left: 5px;
        height: 45px;
        cursor: pointer;
        cursor: hand;
        white-space: nowrap;
    }

    .ss-current-states .white-top-border {
        border-top: 1px solid #fcfcfc;
    }

    .ss-current-states .ss-state-icon {
        margin-right: 3px;
        height: 45px;
    }

.alarm-state-name {
    width: 20%;
    -moz-min-width: 20%;
    -ms-min-width: 20%;
    -o-min-width: 20%;
    -webkit-min-width: 20%;
    min-width: 20%;
}


.alarm-state {
    width: 18%;
    -moz-min-width: 18%;
    -ms-min-width: 18%;
    -o-min-width: 18%;
    -webkit-min-width: 18%;
    min-width: 18%;
    display: table-cell;
    vertical-align: middle;
}

/*Used to set the label vertical center. */
.alarm-event-history-name > label {
    line-height: 20px !important;
}

.alarm-event-history-alarmstate {
    background-color:;
}

.alarm-event-history-parameters {
    width: 730px;
}

.scene-progress-bar {
    height: 7px;
    margin-top: 3px;
}

.ui-progressbar {
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
        background-image: none;
        /*background-color: #B8E27E;*/
    }

.progress-busy .ui-progressbar .ui-progressbar-value {
    background-color: #FFD480;
}

.progress-done .ui-progressbar .ui-progressbar-value {
    background-color: #B8E27E;
}


.ss-widgets-container {
    /*background: gray;*/
    margin: 20px;
    margin-left: 0px;
}

.ss-widget {
    max-width: 845px;
    display: inline-block;
    background: white;
    vertical-align: top;
    margin: 10px;
    /*HR: Shadows inconsistent with othe widgets*/
    /*-moz-box-shadow: 5px 5px 10px #000000;
    -moz-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px #000000;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);*/
    border: solid 1px #bfbfbf;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 2px;
    border-color: #CCCCCC;
    float: left;
}

.ss-oldest-latest-item {
    width: 250px;
    height: 25px;
    margin: 5px;
    padding: 5px;
    position: relative;
    color: dimgrey;
    -moz-box-shadow: 2px 2px 4px #000000;
    -moz-box-shadow: 2px 2px 4px #000000;
    -webkit-box-shadow: 2px 2px 4px #000000;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px #000000;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    border: solid 1px #bfbfbf;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    background: white;
    cursor: pointer;
    overflow-y: hidden;
}

.ss-oldest-latest-sensorname {
    max-width: 210px;
    font-size: medium;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 8px;
}

.ss-oldest-latest-sensorcount {
    font-size: medium;
    display: inline-block;
    float: right;
    position: absolute;
    right: 5px;
    top: 8px;
}


.ss-overview-widget-header {
    font-size: 1.5em;
    margin-left: 10px;
    margin-top: 10px;
    font-style: normal;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
}

.ss-overview-alarms {
    max-width: 273px;
}

.ss-observationmain {
    margin: 10px;
}

.ss-overview {
    margin: 10px;
}

    .ss-overview .blockOverlay {
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomleft: 8px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        opacity: 0.3 !important;
    }

    .ss-overview .controls {
        font-size: large;
    }

        .ss-overview .controls select {
            font-size: large;
        }

        .ss-overview .controls .countdown_row {
            font-size: large;
        }


    .ss-overview .project-name {
        font-size: larger;
        text-align: center;
        font-weight: normal;
        margin-bottom: 5px;
    }

.ss-overview-health .icon {
    width: 27px;
    height: 27px;
    background: transparent url('../images/equipment-icons-4dot4_prelim3.png') 0 0 no-repeat scroll;
}

.ss-overview-health .disabled.icon {
    background-position: -405px -0px;
}

.ss-overview-health .ok.icon {
    background-position: -405px -81px;
}

.ss-overview-health .attention.icon {
    background-position: -405px -108px;
}

.ss-overview-health .warning.icon {
    background-position: -405px -27px;
}

.ss-overview-health .alarm.icon {
    background-position: -405px -54px;
}

.ss-overview-health {
    position: absolute;
    left: 4px;
    top: 4px;
    /*margin-right:5px;
    float:left;*/
}

.ss-overview-grow {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .ss-overview-grow:hover, .ss-overview-grow:focus, .ss-overview-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 100;
    }

.chart-container {
    max-width: 1px;
    width: 1px;
}

.report-settings {
    margin: 8px;
}

    .report-settings .form-fields {
        position: relative;
    }

        .report-settings .form-fields h2 {
            visibility: hidden;
        }

    .report-settings .button {
        position: absolute;
        right: 7px;
        top: 10px;
    }

    .report-settings .form-fields p {
        position: absolute;
        left: 0px;
        top: -5px;
    }

    .report-settings p {
        margin-left: 8px;
        margin-top: 8px;
    }

    .report-settings img {
        margin-left: 16px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.notifications:hover {
    cursor: hand;
    cursor: pointer;
}

.notification-flag {
    margin-top: 2px;
}

    .notification-flag.blink {
        -webkit-animation: blink 2s;
        -moz-animation: blink 2s;
        -ms-animation: blink 2s;
        -o-animation: blink 2s;
        animation: blink 2s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }


.notification-count {
    vertical-align: 4px;
    margin-left: 5px;
}

.item.notifications-item {
    margin-right: -20px;
}

.web-notifications {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
    margin-top: 60px;
    -moz-min-width: 8px;
    -ms-min-width: 8px;
    -o-min-width: 8px;
    -webkit-min-width: 8px;
    min-width: 8px;
    z-index: 9999;
}

#NotificationsContainer {
    width: 300px;
    height: 100%;
    background: #444444;
    color: transparent;
    margin-top: 1px;
    margin-left: 7px;
    border-top: 1px solid #bfbfbf;
    color: whitesmoke;
}

    #NotificationsContainer .button {
        border-bottom: 0px #aaaaaa solid;
    }


    #NotificationsContainer .blocker {
        position: absolute;
        background-color: black;
        filter: alpha(opacity=25);
        opacity: 0.25;
        top: 0px;
        height:47px;
        left: 0px;
        right: 0px;
    }


.web-notifications-header {
    margin-bottom: 5px;
    padding-top: 1px;
    -moz-min-width: 280px;
    -ms-min-width: 280px;
    -o-min-width: 280px;
    -webkit-min-width: 280px;
    min-width: 280px;
}

.notifications-items-container {
    overflow-y: auto;
    height: 94%;
}

.web-notification-item {
    margin-bottom: 1px;
    margin-left: 4px;
    padding: 6px;
    -moz-min-width: 280px;
    -ms-min-width: 280px;
    -o-min-width: 280px;
    -webkit-min-width: 280px;
    min-width: 280px;
}

.web-notification-item-heading {
    font-weight: bold;
}

.web-notification-item-message {
    margin-bottom: 8px;
    /*max-height: 55px;
    height: 55px;*/
}

.web-notification-buttons {
    margin-top: 7px;
    margin-left: 7px;
}



.web-notifications .awn-side-dock {
    width: 6px;
    cursor: pointer;
    position: fixed;
    background: #F0F0F0;
    margin-top: 1px;
    padding-left: 2px;
    border-right: 1px;
    border-right-style: solid;
    border-right-color: rgb(191, 191, 191);
    border-top: 1px solid #bfbfbf;
    border-left: 1px;
    border-left-style: solid;
    border-left-color: rgb(191, 191, 191);
}

    .web-notifications .awn-side-dock .arrow {
        width: 5px;
        height: 15px;
        position: relative;
        top: 49%;
        background: transparent url('../images/language-arrow.png') no-repeat 100% -12px scroll;
    }

    .web-notifications .awn-side-dock:hover .arrow {
        background: transparent url('../images/language-arrow.png') no-repeat 100% 3px scroll;
    }

    .web-notifications .awn-side-dock:hover {
        background-color: #FFFAB4;
    }

    .web-notifications .awn-side-dock .arrow.docked {
        background: transparent url('../images/language-arrowb.png') no-repeat 100% -12px scroll;
    }

    .web-notifications .awn-side-dock:hover .arrow.docked {
        background: transparent url('../images/language-arrowb.png') no-repeat 100% 3px scroll;
    }

.webcam-widget {
    height: auto;
    max-height: 100%;
    min-height: 100%;
}

.webcam-widget-container {
    width: auto;
    height: auto;
    margin: auto;
}

#PartialLoad > .webcam-widget {
    width: auto;
}

#PartialLoad > iframe.webcam-widget {
    width: 100%;
}

iframe.webcam-widget {
    width: 100%;
    height: 100%;
    border-style: none;
}

.log-image-preview {
    max-height: 170px;
    max-width: 520px;
}

.log-filter-image-preview {
    margin-top: 4px;
    max-height: 100px;
    max-width: 100px;
}

.sensor-documentation {
    display: inline-block;
    height: 100%;
    width: 100%;
}


.sensor-image-preview {
    max-height: 170px;
    max-width: 500px;
    margin-bottom: 40px;
}

.sensor-doc-item {
    position: relative;
    height: 170px;
    /*width: 97%;*/
    /*margin: 5px;*/
    clear: both;
    background-color: #f1f1f1;
    /*padding-bottom: 30px;
    padding-top: 5px;
    padding-left: 5px;*/
    margin-bottom: 7px;
}

    .sensor-doc-item.border {
        /*border: solid 1px #bfbfbf;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 2px;
    border-color: #CCCCCC;*/
    }

    .sensor-doc-item.small {
        height: 225px;
    }

    .sensor-doc-item .sensor-doc-item-header {
        background-color: #7F7F7F;
        color: #FFF;
        height: 25px;
        line-height: 30px;
        /*margin: -5px;*/
        margin-bottom: -4px;
        padding-bottom: 5px;
        padding-left: 8px;
        margin-right: 0px;
    }

.sensor-notes {
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

    .sensor-notes .pre-content {
        height: 73%;
        overflow: auto;
        word-wrap: break-word;
    }

.sensor-doc-item .icons {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

@-moz-document url-prefix() {
    /* firefox-only css goes here */
    .sensor-list-item .icons {
        margin-top: -34px; /* mozilla specific */
    }
}

.sensor-edit-notes-form textarea {
    height: 275px;
    width: 490px;
}



.sensor-doc-item .sensor-documents-container {
    padding-top: 8px;
}

.sensor-doc-item-text {
    position: relative;
    bottom: 7px;
    font-size: small;
    margin-top: 2px;
}

.sensor-documents {
    min-height: 150px;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 4px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sensor-document-container-grow {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .sensor-document-container-grow:hover, .sensor-document-container-grow:focus, .sensor-document-container-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 100;
    }

.sensor-document-container {
    width: 86px;
    height: 86px;
    text-align: center; /* align the inline(-block) elements horizontally */
    font: 0/0 a; /* remove the gap between inline(-block) elements */
    margin: 3px;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: dimgrey;
    -moz-box-shadow: 2px 2px 4px #000000;
    -moz-box-shadow: 2px 2px 4px #000000;
    -webkit-box-shadow: 2px 2px 4px #000000;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px #000000;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    border: solid 1px #bfbfbf;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    background: white;
    overflow-y: hidden;
    position: relative;
}

    .sensor-document-container.small {
    }

.sensor-doc-item .sensor-document-div img {
    max-height: 60px;
    max-width: 60px;
    height: auto;
    width: auto;
}


.sensor-document-container:before { /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.sensor-document-div-center {
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    font: 16px/1 Arial, sans-serif; /* reset the font property */
}


.sensor-document-delete {
    /*background: url("../images/icons/delete.svg") no-repeat transparent;*/
    /*-ms-background-size: 15px 15px;*/
    /*background-size: 15px 15px;*/
    height: 12%;
    width: 12%;
    position: absolute;
    display: inline;
    top: 0px;
    right: 0px;
    margin-top: 3px;
    margin-right: 3px;
    cursor: pointer;
}

    .sensor-document-delete:hover {
        border: 1px dotted gray;
    }

.time-picker .ui-autocomplete-input {
    width: 17px;
    margin-left: 2px;
    margin-right: 2px;
}

.ui-autocomplete {
    -moz-min-width: 40px;
    -ms-min-width: 40px;
    -o-min-width: 40px;
    -webkit-min-width: 40px;
    min-width: 40px;
}

.webcam-service-status {
    padding: 5px;
}

.manual-sensor-name {
    text-shadow: 0px 0px 1px #aaaaff;
}

/*NEW LOGS STYLING 2015-03-30*/

#canvas_holder.logs-new {
}

    #canvas_holder.logs-new .log-search-results {
    }

        #canvas_holder.logs-new .log-search-results .log-list-item {
            position: relative;
            display: block;
            padding: 15px;
            min-height: 0;
            border-top: none;
            line-height: normal;
        }

            #canvas_holder.logs-new .log-search-results .log-list-item:hover {
                background: none;
            }

            #canvas_holder.logs-new .log-search-results .log-list-item.odd,
            #canvas_holder.logs-new .log-search-results .log-list-item.odd:hover {
                background: #F4F4F4;
            }

            #canvas_holder.logs-new .log-search-results .log-list-item.even,
            #canvas_holder.logs-new .log-search-results .log-list-item.even:hover {
                background: #fff;
            }

            #canvas_holder.logs-new .log-search-results .log-list-item .icons {
                float: none;
                margin-top: 10px;
            }

            #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information {
                display: inline-block;
                width: 29.5%;
                margin: 0;
                padding: 15px 0px;
                min-width: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-padding-start: 0px;
                outline: none !important;
                vertical-align: top;
                border: none;
                border-right: 1px solid #c1c1c1;
            }

                #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content {
                    width: auto;
                    position: relative;
                    padding-right: 20px;
                    padding-left: 50px;
                }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content .log-icon-holder {
                        display: inline-block;
                        max-width: 40px;
                        max-height: 40px;
                        min-height: 25px;
                        min-width: 25px;
                        position: absolute;
                        top: 5px;
                        left: 0;
                        text-align: center;
                    }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content .log-icon-holder img {
                            display: block;
                            margin: 5px;
                            width: auto;
                            height: auto;
                        }

                #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .icons {
                    float: none;
                    padding-left: 50px;
                }

                #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content .grid-detail {
                    line-height: 20px;
                }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content .grid-detail .sub-heading {
                        font-weight: bold;
                    }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content .grid-detail .title {
                    }

            #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-description {
                display: inline-block;
                width: 69.5%;
                margin: 0;
                padding: 15px 0px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-padding-start: 0px;
                outline: none !important;
                vertical-align: top;
                border: none;
            }

                #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-description .grid-content-holder {
                    padding-left: 20px;
                    padding-bottom: 20px;
                }
                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-description .grid-content-holder p {
                        word-break:break-word;
                    }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-description .grid-content-holder h3 {
                        font-size: 18px;
                        margin-bottom: 10px;
                    }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-description .grid-content-holder .grid-content-image {
                        overflow: hidden;
                    }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-description .grid-content-holder .grid-content-image img {
                            display: block;
                            float: left;
                            margin-top: 0;
                            margin-right: 20px;
                            margin-bottom: 20px;
                            max-width: 140px;
                            max-height: 110px;
                        }

            #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments {
                display: block;
                width: auto;
                margin-top: -10px;
                margin-left: 29.5%;
            }

                #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments h4 {
                    padding-left: 20px;
                }

                #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comments-closed.comments-open {
                    margin-top: 20px;
                }

                #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted {
                }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment {
                        display: block;
                        width: auto;
                        border: 1px solid #c1c1c1;
                        padding: 15px;
                        position: relative;
                        margin-bottom: 10px;
                    }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-details-holder {
                        display: inline-block;
                        width: 29.5%;
                        padding: 5px 10px 5px 0px;
                        vertical-align: top;
                        border: none;
                        border-right: 1px solid #c1c1c1;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        -webkit-padding-start: 0px;
                        outline: none !important;
                    }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-details-holder .icons {
                            position: absolute;
                            top: 10px;
                            right: 10px;
                            margin-top: 0;
                        }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-details-holder .comment-item {
                            line-height: 20px;
                        }

                            #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-details-holder .comment-item .sub-heading {
                                font-weight: bold;
                            }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-content-holder {
                        display: inline-block;
                        width: 69.5%;
                        padding: 5px 0px;
                        vertical-align: top;
                    }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-content-holder .comment-content {
                            padding-left: 20px;
                            padding-right: 25px;
                        }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-content-holder .comment-image {
                            overflow: hidden;
                        }

                            #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-content-holder .comment-image .log-filter-image-preview {
                                display: inline-block;
                                float: left;
                                margin-top: 0;
                                margin-right: 15px;
                                margin-bottom: 15px;
                                max-width: 140px;
                                max-height: 110px;
                            }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-content-holder .comment-image-desc {
                        }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .comment-posted .comment-content-holder p {
                            display: inline-block;
                        }

                #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .new-comment {
                    border: 1px solid #c1c1c1;
                }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .new-comment .input-field {
                        padding: 0;
                        border-top: none;
                        min-height: 0;
                        margin: 0;
                        line-height: 0;
                    }

                        #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .new-comment .input-field textarea {
                            border: none;
                            background: #fff;
                            padding: 5px !important;
                            min-height: 50px;
                            margin: 0;
                            width: 100%;
                            border-bottom: 1px solid #c1c1c1;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            -webkit-padding-start: 0px;
                            outline: none !important;
                        }

                    #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments .new-comment .comment-buttons {
                        padding: 10px;
                    }

@media screen and (max-width: 1280px) {
    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content {
        padding-left: 0px;
    }

        #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content .log-icon-holder {
            position: relative;
            top: auto;
            line-height: 0;
        }

    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .icons {
        padding-left: 0;
    }

    #canvas_holder.logs-new .log-search-results .log-list-item .grid-log-information .grid-content .log-icon-holder img {
        display: inline-block;
    }
}

@media screen and (max-width: 1100px) {
    #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments {
        margin-top: 0;
        margin-left: 0;
    }

        #canvas_holder.logs-new .log-search-results .log-list-item .grid-comments h4 {
            padding-left: 0;
        }
}
/* Entity Editor Dialog */
.form-dialog-entity-edit {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .form-dialog-entity-edit > div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.dst-indicator {
    font-size: 16px;
}

    .dst-indicator.dst-indicator-to {
        margin-left: -3px;
    }

.no-history-icon {
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    -ms-opacity: 0.5;
    opacity: 0.5;
    margin: 2px;
    display: inline-block;
    /*right: 0px;*/
    height: 24px;
    width: 24px;
    max-height: 24px;
    max-width: 24px;
}

    .no-history-icon img {
        height: 24px;
        width: 24px;
        max-height: 24px;
        max-width: 24px;
    }

.enum-radio-input > label {
    float: left;
    margin-bottom: 1em;
}

.enum-radio-input > div {
    clear: both;
    margin-left: 1em;
}

.enum-radio-input-listitem {
    display: block;
    width: 100%;
}

    .enum-radio-input-listitem > label {
        width: 100%;
    }

    .enum-radio-input-listitem > input {
        width: auto;
    }

    .enum-radio-input-listitem > input, .enum-radio-input-listitem > label {
        display: inline;
        float: none;
        vertical-align: middle;
    }

#reportschedule-systemstatus-table .input-field {
    padding-top: 5px;
    padding-bottom: 7.5px;
}

.sensor-list-item > span.sensor-icon {
      cursor: pointer;
}

.yscale-buttons {
    display: inline;
}


.yscale-buttons .reset-y-scale {
    visibility: hidden;
}


.yscale-buttons.active .reset-y-scale {
    visibility: visible;
}

.app-overlay {
    /*opacity:0.8;*/
    background-color:#636363;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:20000;
}