﻿/************************************************************
* CSS for all the site pages
* Compact the file after making any changes and save it 
* to the file 2014Site_compild. 
* use any online compress css like 
* http://www.cssdrive.com/index.php/main/csscompressor/
*************************************************************/

/* DEFAULTS
----------------------------------------------------------*/
body {
    font-size: .90em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black;
    overflow: hidden;
    min-width: 1026px;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

input {
    padding: 2px;
    font-size: 14px;
}

.navclearance {
    padding-top: 24px;
}

/* GLOBALS
----------------------------------------------------------*/
.clear {
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.textCenter {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.paddall {
    padding: 2px 2px 2px 2px;
}

.paddheader {
    padding: 0px 0px 3px 0px;
}

.textright {
    text-align: right;
}

.validation-error {
    color: red;
    font-weight: bold;
}

.validation-warning {
    color: orange;
    font-weight: bold;
}

.validation-msg {
    text-align: left;
    position: absolute;
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    min-width: 105px;
    color: #333333;
    padding: 3px;
    margin-top: 8px;
    font-size: 12px;
    vertical-align: top;
    margin-left: 8px;
}

/* LINKS 
----------------------------------------------------------*/
a {
    color: #058DD1;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #058DD1;
        text-decoration: underline;
        cursor: pointer;
    }

/* Asynchronous feedback
----------------------------------------------------------*/

.async-control {
    font-size: 14px;
    color: #5B5555;
    font-weight: normal;
}

/* TOP MENU 
----------------------------------------------------------*/
#navm {
    background-color: #0277BD;
    color: #666;
    padding-bottom: 0px;
    font-size: medium;
    z-index: 102;
    position: fixed;
    width: 100%;
    top: 0;
    min-width: 1026px;
    height: 28px;
}

    #navm a {
        color: White;
        cursor: pointer;
    }

#nav {
    margin: 0;
    padding: 0px 1px 0;
    line-height: 100%;
    display: block;
}

    #nav li {
        margin: 0 0px 0 0px;
        padding: 0 0 0px;
        float: left;
        position: relative;
        z-index: 10;
        list-style: none;
    }

    #nav a {
        font-weight: normal;
        color: white;
        text-decoration: none;
        display: block;
        padding: 5px 14px 6px;
        margin: 0;
        cursor: pointer;
        text-shadow: 0 1px 1px rgba(0,0,0, .3);
    }

        #nav a:hover {
            background: #01579B;
            cursor: pointer;
            color: white;
        }

    #nav .selected, #nav .selected:hover {
        font-weight: normal;
        color: white;
        text-decoration: none;
        display: block;
        padding: 5px 14px 6px;
        margin: 0;
        cursor: pointer;
        background-color: #004D91;
        text-shadow: 0 1px 1px rgba(0,0,0, .3);
    }


        /*
#nav .selected > span
{
    border-color: transparent transparent white transparent ;
	border-style: solid;
	border-width: 8px;
	height: 0;
	width: 0;
	position:absolute;
	left:40%;
	top:13px;
}*/

        #nav .selected > span {
            border-color: #004D91 transparent transparent transparent;
            border-style: solid;
            border-width: 8px;
            height: 0;
            width: 0;
            position: absolute;
            left: 40%;
            top: 27px;
        }

    #nav .logo, #nav .logo:hover {
        font-weight: normal;
        color: white;
        text-decoration: none;
        display: block;
        padding: 6px 16px;
        margin: 0;
        width: 200px;
        cursor: pointer;
        height: 12px;
        background: url('../../Styles/Images/calsense-logo.png') 2px 2px no-repeat;
        text-shadow: 0 1px 1px rgba(0,0,0, .3);
    }

    #nav li .report-list {
        border-right: 1px solid #C3C3C3; /* for IE7*/
        width: 175px;
        min-height: 30px;
        margin-right: 4px;
        white-space: normal;
        display: none;
        top: 27px;
        left: 0px;
        position: absolute;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid white;
        padding: 0;
        margin: 0;
        background: #039BE5;
        color: White;
    }

    #nav li:hover .report-list li {
        display: block;
        width: 100%;
    }
    /* added */
    #nav li:hover .report-list {
        display: inherit;
    }


    #nav li .report-list .list {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
    }

        #nav li .report-list .list:hover {
            padding: 5px 0px 5px 3px;
            font-size: small;
            background-color: #0288D1;
            cursor: pointer;
            height: 19px;
            padding-left: 14px;
        }

    #nav li .report-list .list-item {
        position: relative;
    }

    #nav li .report-list .list-selected,
    #nav li .report-list .list-selected:hover {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
        background-color: #0277BD;
        cursor: pointer;
    }

    #nav li .report-separator {
        border-top: 1px solid #83C2D0;
    }

    #nav li .report-list .list-empty {
        padding: 5px 3px 5px 3px;
        font-size: small;
        height: 34px;
        padding-left: 6px;
        font-style: italic;
    }

    /* Sub menu */

    #nav li .report-list .list-sub {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
        background-image: url('/Images/arrow-right-white.png');
        background-position-x: 96%;
        background-position-y: center;
        background-repeat: no-repeat;
    }

        #nav li .report-list .list-sub:hover {
            padding: 5px 0px 5px 3px;
            font-size: small;
            background-color: #0288D1;
            cursor: pointer;
            height: 19px;
            padding-left: 14px;
        }

    #nav li .report-list li .sub-report-list {
        border-right: 1px solid #C3C3C3; /* for IE7*/
        width: 230px;
        min-height: 30px;
        margin-right: 4px;
        white-space: normal;
        display: none;
        top: -1px;
        left: 175px;
        position: absolute;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid white;
        padding: 0;
        margin: 0;
        background: #039BE5;
        color: White;
    }

    #nav li .report-list li:hover .sub-report-list li {
        display: block;
        width: 100%;
    }

    #nav li .report-list li:hover .sub-report-list {
        display: inherit;
    }

    #nav li .report-list li .sub-report-list .list {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
    }

        #nav li .report-list li .sub-report-list .list:hover {
            padding: 5px 0px 5px 3px;
            font-size: small;
            background-color: #0288D1;
            cursor: pointer;
            height: 19px;
            padding-left: 14px;
        }

    #nav li .report-list li .sub-report-list .list-selected,
    #nav li .report-list li .sub-report-list .list-selected:hover {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
        background-color: #00879f;
        cursor: pointer;
    }

    #nav li .report-list li .sub-report-list .list-empty {
        padding: 5px 3px 5px 3px;
        font-size: small;
        height: 34px;
        padding-left: 14px;
        font-style: italic;
    }

    #nav li .report-list .list-sub2 {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
        background-image: url('/Images/arrow-right-white.png');
        background-position-x: 96%;
        background-position-y: center;
        background-repeat: no-repeat;
    }

        #nav li .report-list .list-sub2:hover {
            padding: 5px 0px 5px 3px;
            font-size: small;
            background-color: #0288D1;
            cursor: pointer;
            height: 19px;
            padding-left: 14px;
        }

    #nav li .report-list .sub-report-list2 {
        border-right: 1px solid #C3C3C3; /* for IE7*/
        width: 175px;
        min-height: 30px;
        margin-right: 4px;
        white-space: normal;
        display: none;
        top: -1px;
        left: 175px;
        position: absolute;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid white;
        padding: 0;
        margin: 0;
        background: #039BE5;
        color: White;
    }

    #nav li .report-list li:hover.sub-report-list2 li {
        display: block;
        width: 100%;
    }

    #nav li .report-list li:hover .sub-report-list2 {
        display: inherit;
    }

    #nav li .report-list .sub-report-list2 .list {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
    }

        #nav li .report-list .sub-report-list2 .list:hover {
            padding: 5px 0px 5px 3px;
            font-size: small;
            background-color: #0288D1;
            cursor: pointer;
            height: 19px;
            padding-left: 14px;
        }

    #nav li .report-list .sub-report-list2 .list-selected,
    #nav li .report-list .sub-report-list2 .list-selected:hover {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
        background-color: #00879f;
        cursor: pointer;
    }

    #nav li .report-list li .sub-report-list2 .list-empty {
        padding: 5px 3px 5px 3px;
        font-size: small;
        height: 34px;
        padding-left: 14px;
        font-style: italic;
    }

    #nav li .report-list .sub-report-list .sub-report-list3 {
        border-right: 1px solid #C3C3C3; /* for IE7*/
        width: 175px;
        min-height: 30px;
        margin-right: 4px;
        white-space: normal;
        display: none;
        top: -1px;
        left: 230px;
        position: absolute;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid white;
        padding: 0;
        margin: 0;
        background: #039BE5;
        color: White;
    }

    #nav li .report-list .sub-report-list li:hover.sub-report-list3 li {
        display: block;
        width: 100%;
    }

    #nav li .report-list .sub-report-list li:hover .sub-report-list3 {
        display: inherit;
    }

    #nav li .report-list .sub-report-list .sub-report-list3 .list {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
    }

        #nav li .report-list .sub-report-list .sub-report-list3 .list:hover {
            padding: 5px 0px 5px 3px;
            font-size: small;
            background-color: #0288D1;
            cursor: pointer;
            height: 19px;
            padding-left: 14px;
        }

    #nav li .report-list .sub-report-list .sub-report-list3 .list-selected,
    #nav li .report-list .sub-report-list .sub-report-list3 .list-selected:hover {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
        background-color: #00879f;
        cursor: pointer;
    }

    #nav li .report-list li .sub-report-list .sub-report-list3 .list-empty {
        padding: 5px 3px 5px 3px;
        font-size: small;
        height: 34px;
        padding-left: 14px;
        font-style: italic;
    }

/* RIGHT MENU "ACCOUNT MENU"
----------------------------------------------------------*/
#navRight {
    margin: 0;
    padding: 0px 1px 0;
    line-height: 100%;
    display: block;
}

    #navRight li {
        margin: 0 0px 0 0px;
        width: 240px;
        padding: 0 0 0px;
        float: right;
        position: relative;
        z-index: 10;
        list-style: none;
        text-align: center;
    }

    #navRight a {
        font-weight: normal;
        color: white;
        text-decoration: none;
        display: block;
        padding: 5px 14px 6px;
        margin: 0;
        cursor: pointer;
        text-shadow: 0 1px 1px rgba(0,0,0, .3);
    }

        #navRight a:hover {
            background: #01579B;
            cursor: pointer;
            color: white;
        }

    #navRight .selected, #navRight .selected:hover {
        font-weight: normal;
        color: white;
        text-decoration: none;
        display: block;
        padding: 5px 14px 6px;
        margin: 0;
        cursor: pointer;
        background-color: #0277BD;
        text-shadow: 0 1px 1px rgba(0,0,0, .3);
    }

        #navRight .selected > span {
            border-color: #00879f transparent transparent transparent;
            border-style: solid;
            border-width: 8px;
            height: 0;
            width: 0;
            position: absolute;
            left: 40%;
            top: 27px;
        }

    #navRight li .report-list {
        border-right: 1px solid #C3C3C3; /* for IE7*/
        width: 98%;
        min-height: 30px;
        margin-right: 4px;
        text-align: left;
        white-space: normal;
        display: none;
        top: 27px;
        left: 0;
        position: absolute;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid white;
        padding: 0;
        background: #039BE5;
        color: White;
    }

    #navRight li:hover .report-list {
        display: inherit;
    }

        #navRight li:hover .report-list li {
            display: block;
            width: 100%;
            text-align: left;
        }
    /* added */

    #navRight li .report-list .list {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
    }

        #navRight li .report-list .list:hover {
            padding: 5px 0px 5px 3px;
            font-size: small;
            background-color: #0288D1;
            cursor: pointer;
            height: 19px;
            padding-left: 14px;
        }

    #navRight li .report-list .list-item {
        position: relative;
    }

    #navRight li .report-list .list-selected,
    #navRight li .report-list .list-selected:hover {
        padding: 5px 0px 5px 3px;
        font-size: small;
        height: 19px;
        padding-left: 14px;
        background-color: #0277BD;
        cursor: pointer;
    }

    #navRight li .report-separator {
        border-top: 1px solid #83C2D0;
    }

#nav .flag, #nav .flag:hover {
    font-weight: normal;
    color: white;
    text-decoration: none;
    display: block;
    height: 28px;
    padding: 0px 4px;
    margin: 0;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0,0,0, .3);
}

#nav .flag-select, #nav .flag-select:hover {
    font-weight: normal;
    color: white;
    text-decoration: none;
    display: block;
    height: 28px;
    padding: 0px 4px;
    margin: 0;
    cursor: pointer;
    background-color: white;
    text-shadow: 0 1px 1px rgba(0,0,0, .3);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

/* NOTIFICAION WINDOW
----------------------------------------------------------*/
#NotfWin {
    width: 330px;
    position: absolute;
    top: 28px;
    left: 501px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: White;
    max-height: 460px;
    min-height: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    padding: 0;
    margin: 0;
    font-size: 12px;
    align-content: flex-start;
}

    #NotfWin div {
        border-bottom: 1px solid #E5E5E5;
        padding: 2px 0px 8px 6px;
        width: 99%;
    }

        #NotfWin div:hover {
            border-bottom: 1px solid #E5E5E5;
            padding: 2px 0px 8px 6px;
            width: 99%;
            background-color: #F3F3F3;
        }

    #NotfWin .loading-div {
        border-bottom: 1px solid #E5E5E5;
        padding: 2px 0px 8px 6px;
        width: 99%;
    }

    #NotfWin .success-div, #NotfWin .success-div:hover {
        padding: 2px 0px 8px 6px;
        width: 100%;
        background-color: #fff9d7;
        color: black;
    }

    #NotfWin .error-div, #NotfWin .error-div:hover {
        padding: 2px 0px 8px 6px;
        width: 100%;
        background-color: #ffebe8;
        color: black;
    }


    #NotfWin img {
        vertical-align: top;
        width: 14px;
        padding-right: 14px;
        float: right;
    }

    #NotfWin span {
        font-size: 11px;
        color: #878382;
    }

    #NotfWin a {
        padding: 4px 0 2px;
        display: block;
        width: 99%;
        font-size: 12px;
        text-align: center;
    }

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* LEFT PANEL "Controller List"
----------------------------------------------------------*/
#leftpanel {
    background-color: #F5F5F5;
    width: 300px;
    padding: 6px 0px 0px 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#leftpanel-collapse {
    background-color: #F5F5F5;
    width: 18px;
    padding: 6px 0px 0px 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#leftpanel .searchbar {
    width: 266px;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 4px 4px 4px 4px;
    font-size: .95em;
    display: inline;
}

.leftlist-arrow {
    border: 1px solid #ccc;
    padding: 4px 0px 4px 0px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

    .leftlist-arrow:hover {
        border: 1px solid #ccc;
        padding: 4px 0px 4px 0px;
        display: inline-block;
        float: right;
        background-color: #D7D7D7;
        cursor: pointer;
    }

#leftpanel .leftlist {
    width: 300px;
    height: 3000px;
    padding-top: 4px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: scroll;
    /*overflow-y:hidden;*/
}

#leftList .company {
    background-color: #F5F5F5;
    padding: 6px 4px 6px 3px;
    cursor: pointer;
    border-top: 1px solid #F5F5F5;
    background-repeat: no-repeat;
    background-position: right;
}

    #leftList .company > span {
        font-weight: bold;
    }

    #leftList .company:hover {
        background-color: #ccc;
        padding: 6px 4px 6px 3px;
        cursor: pointer;
        border-top: 1px solid #F5F5F5;
    }

#leftList .regions {
    background-color: #d9d9d9;
    /*background-color: #F5F5F5;*/
    padding: 6px 4px 6px 6px;
    cursor: pointer;
    border: 1px solid #000000;
    background-repeat: no-repeat;
    background-position: right;
    font-weight: bold;
}

    #leftList .regions:hover {
        background-color: #ccc;
        padding: 6px 4px 6px 6px;
        cursor: pointer;
        border: 1px solid #000000;
    }

#leftList .regionsgrp {
    border-left: 4px double #ccc;
    margin-left: 10px;
}

    #leftList .regionsgrp:hover {
        border-left: 4px double #ccc;
        margin-left: 10px;
    }

#leftList .sites {
    background-color: #F5F5F5;
    padding: 6px 4px 6px 6px;
    cursor: pointer;
    border-top: 1px solid #F5F5F5;
    background-repeat: no-repeat;
    background-position: right;
    font-weight: bold;
    margin-left: 10px;
}

    #leftList .sites:hover {
        background-color: #ccc;
        padding: 6px 4px 6px 6px;
        cursor: pointer;
        border-top: 1px solid #F5F5F5;
        margin-left: 10px;
    }

#leftList .arrow {
    padding-right: 5px;
}

    #leftList .arrow:hover {
        padding-right: 5px;
    }

#leftList .controllers {
    background-color: #F5F5F5;
    padding: 6px 4px 6px 14px;
    margin-left: 20px;
    cursor: pointer;
    border-top: 1px solid #F5F5F5;
    color: black;
    background-repeat: no-repeat;
    background-position: right;
    border-left: 4px double #ccc;
}

    #leftList .controllers:hover {
        background-color: #ccc;
        padding: 6px 4px 6px 14px;
        margin-left: 20px;
        cursor: pointer;
        border-top: 1px solid #F5F5F5;
        color: black;
        background-repeat: no-repeat;
        background-position: right;
        border-left: 4px solid #02A6C9;
    }

#leftList .warning {
    color: Red;
    padding-left: 3px;
}

/* LEFT PANEL "Controller List"
----------------------------------------------------------*/
#rightPanel {
    background-color: white;
    padding: 0px 0px 0px 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

    #rightPanel .rightpage {
        height: 3000px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 8px;
    }

/* HOME POPUP WINDOW
----------------------------------------------------------*/
.leftwin-contine {
    background-color: White;
    border: 1px solid #8B8B8B;
    line-height: 1.3em;
    padding: 0px 0px 0px 15px;
    position: absolute;
    z-index: 100;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 3px 3px 6px #888888;
    width: 340px;
}

.leftwin-border {
    border-color: transparent #8B8B8B transparent transparent;
    border-style: solid;
    border-width: 11px;
    height: 0;
    width: 0;
    position: absolute;
    left: -22px;
    top: 9px;
}

.leftwin-arrow {
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    left: -20px;
    top: 10px;
}

#leftwin .closeimg {
    position: absolute;
    top: 3px;
    left: 340px;
    cursor: pointer;
}

#leftwincontent .title {
    border-bottom: 1px solid #F5F5F5;
    width: 95%;
    padding: 4px 0px 6px 2px;
}

#leftwincontent .option {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#leftwincontent .option-title {
    color: #C0C0C0;
    padding: 4px 0px 2px 0px;
}

#leftwincontent .option-item {
    padding: 4px 0px 4px 8px;
    background-color: White;
    cursor: pointer;
}

    #leftwincontent .option-item:hover {
        padding: 4px 0px 4px 8px;
        background-color: #F3F3F3;
        cursor: pointer;
    }

#leftwincontent .empty {
    padding: 6px 8px 4px 4px;
    vertical-align: top;
}

#leftwincontent .warningtxt {
    color: Red;
    font-size: small;
}

#leftwincontent .partnum {
    font-size: x-small;
}

#leftwincontent .dashboardlink {
    text-align: right;
    font-size: small;
}
/* GOOGLE MAP INFO WINDOW
----------------------------------------------------------*/
.gm-infowindow {
    background-color: White;
    width: 340px;
    border: 0;
}

    .gm-infowindow a {
        display: none;
        visibility: visible;
    }

/* TOP POP WINDOW
----------------------------------------------------------*/
.topwin-contine {
    background-color: White;
    border: 1px solid #8B8B8B;
    line-height: 1.3em;
    padding: 0px 0px 0px 0px;
    position: absolute;
    z-index: 70;
    height: 165px;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 3px 3px 6px #888888;
    width: 180px;
}

.topwin-border {
    border-color: #8B8B8B transparent transparent transparent;
    border-style: solid;
    border-width: 11px;
    height: 0;
    width: 0;
    position: absolute;
    left: 3px;
    top: 166px;
}

.topwin-arrow {
    border-color: white transparent transparent transparent;
    border-style: solid;
    border-width: 11px;
    height: 0;
    width: 0;
    position: absolute;
    left: 3px;
    top: 164px;
}

#topwin .closeimg {
    position: absolute;
    top: 3px;
    left: 166px;
    cursor: pointer;
}

#topwincontent .title {
    border-bottom: 1px solid #F5F5F5;
    width: 95%;
    padding: 4px 0px 6px 2px;
}

#topwincontent .option {
    padding: 0px 0px 0px 2px;
    display: inline-block;
    width: 99%;
    vertical-align: top;
}

#topwincontent .option-title {
    color: #C0C0C0;
    padding: 4px 0px 2px 0px;
}

#topwincontent .option-item {
    padding: 4px 0px 4px 8px;
    background-color: White;
    cursor: pointer;
}

    #topwincontent .option-item:hover {
        padding: 4px 0px 4px 8px;
        background-color: #F3F3F3;
        cursor: pointer;
    }

#topwincontent .empty {
    padding: 6px 8px 4px 4px;
    vertical-align: top;
}

#topwincontent .warningtxt {
    color: Red;
    font-size: small;
}

#topwincontent .partnum {
    font-size: x-small;
}

#topwincontent .dashboardlink {
    text-align: right;
    font-size: small;
}

/* BUTTONS
----------------------------------------------------------*/
.blue-button {
    background-color: #01A0E4;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 2px 4px 2px;
    margin: 2px 2px 2px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    width: 110px;
}

    .blue-button:hover {
        background-color: #0F90C6;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        width: 110px;
    }

.gray-button {
    background-color: #E7E7E7;
    color: black;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 2px 4px 2px;
    margin: 2px 2px 2px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    width: 110px;
}

    .gray-button:hover {
        background-color: #D7D7D7;
        color: black;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        width: 110px;
    }

.brown-button {
    background-color: #A52A2A;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 2px 4px 2px;
    margin: 2px 2px 2px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    width: 110px;
}

    .brown-button:hover {
        background-color: #911616;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        width: 110px;
    }

.green-button {
    background-color: #4AA02C;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 2px 4px 2px;
    margin: 2px 2px 2px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    min-width: 120px;
}

    .green-button:hover {
        background-color: #227804;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        min-width: 120px;
    }

    .green-button:disabled {
        background-color: #D7D7D7;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        min-width: 120px;
    }

.picker-button {
    width: 24px;
    height: 24px;
    border: 0px;
    display: inline-block;
    background: #E7E7E7 url('Images/list.png') center center no-repeat;
}

    .picker-button:hover {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D7D7D7 url('Images/list.png') center center no-repeat;
        cursor: pointer;
    }

/* TEXT BOX
----------------------------------------------------------*/

.searchtext {
    width: 99%;
    color: #ccc;
    border: 1px solid black;
}

.txt-disabled {
    background-color: #E5E5E5;
    border: 1px solid #BCBCBC;
}

/* GRID VIEW
----------------------------------------------------------*/
.grid-view {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    font-size: 0.9em;
}

    .grid-view th {
        background-color: white;
        color: Black;
        font-weight: bold;
        border-bottom: solid 2px #E5E5E5;
        height: 28px;
        text-align: center;
        background-color: white;
    }

        .grid-view th:hover {
            background-color: white;
            color: Black;
            font-weight: bold;
            border-bottom: solid 2px #E5E5E5;
            height: 28px;
            text-align: center;
        }

    .grid-view .thleft {
        text-align: left;
    }

        .grid-view .thleft:hover {
            text-align: left;
        }

    .grid-view tr {
        background-color: White;
        color: Black;
        border-bottom: solid 1px #E5E5E5;
        height: 28px;
        text-align: center;
    }

        .grid-view tr:hover {
            background-color: #E3E3E3;
            color: black;
            border-bottom: solid 1px #E5E5E5;
            height: 28px;
            text-align: center;
        }

    .grid-view span {
        font-size: 11px;
        padding-bottom: 2px;
        display: block;
        color: gray;
    }

    .grid-view .margings {
        margin: 2px 0px 2px 0px;
    }

.pgr {
    text-align: center;
    background: #C8C5C5 url(grd_pgr.png) repeat-x top;
}

    .pgr table {
        text-align: center;
        background-color: #E3E3E3;
        margin: 5px 0;
    }

    .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-left: solid 1px #666;
        font-weight: bold;
        color: Red; /* #fff;*/
        line-height: 12px;
        background-color: #E3E3E3;
    }

    .pgr a {
        color: #666;
        text-decoration: none;
    }

        .pgr a:hover {
            color: #000;
            text-decoration: none;
        }

/* MESSAGES BOXES
----------------------------------------------------------*/
.errorbox {
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    color: #333333;
    padding: 3px;
    margin: 3px;
    font-size: 14px;
    vertical-align: top;
}

.successbox {
    background-color: #c3fbce;
    border: 1px solid #10dd3c;
    color: #333333;
    padding: 3px;
    margin: 3px;
    font-size: 14px;
    vertical-align: top;
}

.infobox {
    background-color: #fff9d7;
    border: 1px solid #e2c822;
    color: #333333;
    padding: 3px;
    margin: 2px 0px 3px 0px;
    font-size: 14px;
    vertical-align: top;
    width: 99%;
}

.bluebox {
    background-color: #eceff6;
    border: 1px solid #d4dae8;
    color: #333333;
    padding: 3px;
    margin: 3px;
    font-size: 15px;
    vertical-align: top;
}

.confbox {
    position: fixed;
    top: 26px;
    z-index: 12;
    left: 50%;
    border: 1px solid #F0C36D;
    background-color: #F9EDBE;
    padding: 2px 8px 4px 8px;
}

.global-msg {
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    color: #333333;
    padding: 3px;
    margin: 6px 4px 4px 4px;
    font-size: 14px;
    vertical-align: top;
    width: 99%;
}

/* WARNING WINDOW
----------------------------------------------------------*/
#warnWin {
    position: fixed;
    z-index: 105;
    top: 30%;
    left: 40%;
    width: 310px;
}

    #warnWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 310px;
        padding: 4px 4px 4px 4px;
    }

    #warnWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #warnWin .content {
        padding: 6px 4px 6px 4px;
        max-height: 200px;
        overflow-y: auto;
    }

    #warnWin .closeimg {
        position: absolute;
        top: 3px;
        left: 300px;
        cursor: pointer;
    }

/* CONFIRMATION WINDOW
----------------------------------------------------------*/
#confWin {
    position: fixed;
    z-index: 105;
    top: 40%;
    left: 40%;
    width: 310px;
}

    #confWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 310px;
        padding: 4px 4px 4px 4px;
    }

    #confWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #confWin .content {
        padding: 6px 4px 6px 4px;
    }

        #confWin .content i {
            display: block;
            font-size: 11px;
            color: gray;
            padding-top: 3px;
        }

    #confWin .closeimg {
        position: absolute;
        top: 3px;
        left: 300px;
        cursor: pointer;
    }

/* ASSET MANAGEMENT WINDOW
----------------------------------------------------------*/
#confWinAsset {
    position: fixed;
    z-index: 105;
    top: 40%;
    left: 40%;
    width: 310px;
}

    #confWinAsset .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 310px;
        padding: 4px 4px 4px 4px;
    }

    #confWinAsset .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #confWinAsset .content {
        padding: 6px 4px 6px 4px;
    }

        #confWinAsset .content i {
            display: block;
            font-size: 11px;
            color: gray;
            padding-top: 3px;
        }

/* TWO WIRE WINDOW
----------------------------------------------------------*/
#twoWireWin {
    position: fixed;
    z-index: 90;
    top: 20%;
    left: 40%;
    width: 360px;
}

    #twoWireWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 360px;
        padding: 4px 4px 4px 4px;
    }

    #twoWireWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #twoWireWin .content {
        padding: 6px 4px 6px 4px;
    }

    #twoWireWin .closeimg {
        position: absolute;
        top: 3px;
        left: 350px;
        cursor: pointer;
    }

    #twoWireWin .picker {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D5D5D5 url('Images/list.png') center center no-repeat;
    }

    #twoWireWin .indent {
        text-align: right;
        display: inline-block;
        width: 114px;
    }

    #refreshWin {
        position: fixed;
        z-index: 1000;
        top: 30%;
        left: 40%;
        width: 310px;
    }

    #refreshWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 310px;
        padding: 4px 4px 4px 4px;
    }

    #refreshWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #refreshWin .content {
        padding: 6px 4px 6px 4px;
        max-height: 200px;
        overflow-y: auto;
    }

    #refreshWin .closeimg {
        position: absolute;
        top: 3px;
        left: 300px;
        cursor: pointer;
    }

        /* FEEDBACK WINDOW
----------------------------------------------------------*/
        #feedbackWin {
    position: fixed;
    z-index: 99;
    top: 20%;
    left: 40%;
    width: 380px;
}

    #feedbackWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 380px;
        padding: 4px 4px 4px 4px;
    }

    #feedbackWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #feedbackWin .content {
        padding: 6px 4px 6px 4px;
    }

    #feedbackWin .closeimg {
        position: absolute;
        top: 3px;
        left: 370px;
        cursor: pointer;
    }

    #feedbackWin textarea {
        width: 100%;
        padding: 3px;
        margin: 8px 0;
        resize: none;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    #feedbackWin .inputarea {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    #feedbackWin .errorMsg {
        display: none;
        color: Red;
        margin-left: 10px;
    }

/* NO WATER DAYS WINDOW
----------------------------------------------------------*/
#noWaterWin {
    position: fixed;
    z-index: 105;
    top: 35%;
    left: 40%;
    width: 310px;
}

    #noWaterWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 310px;
        padding: 4px 4px 4px 4px;
    }

    #noWaterWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #noWaterWin .content {
        padding: 6px 4px 6px 4px;
    }

    #noWaterWin .closeimg {
        position: absolute;
        top: 3px;
        left: 300px;
        cursor: pointer;
    }

/* LIGHT WINDOW
----------------------------------------------------------*/
#lightWin {
    position: fixed;
    z-index: 105;
    top: 25%;
    left: 35%;
    width: 360px;
    height: 240px;
}

    #lightWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 360px;
        padding: 4px 4px 4px 4px;
    }

    #lightWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #lightWin .content {
        padding: 6px 4px 6px 4px;
    }

    #lightWin .closeimg {
        position: absolute;
        top: 3px;
        left: 350px;
        cursor: pointer;
    }

/* PROGRESS WINDOW
----------------------------------------------------------*/
#progressWin {
    position: fixed;
    z-index: 101;
    top: 35%;
    left: 40%;
    width: 280px;
}

    #progressWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 310px;
        padding: 4px 4px 4px 4px;
    }

    #progressWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #progressWin .content {
        vertical-align: central;
        padding: 6px 4px 6px 4px;
    }

    #progressWin img {
        width: 14px;
    }

/* ON Off WINDOW
----------------------------------------------------------*/
#OnOffWin {
    position: fixed;
    z-index: 105;
    top: 35%;
    left: 37%;
    width: 350px;
}

    #OnOffWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #OnOffWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #OnOffWin .content {
        padding: 6px 4px 6px 4px;
    }

    #OnOffWin .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

/* Master Valve Override(MVOR2000) WINDOW
----------------------------------------------------------*/
#MVOR2000Win {
    position: fixed;
    z-index: 105;
    top: 35%;
    left: 37%;
    width: 350px;
}

    #MVOR2000Win .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #MVOR2000Win .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #MVOR2000Win .content {
        padding: 6px 4px 6px 4px;
    }

    #MVOR2000Win .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

#selOpenCloseClear {
    float: left;
    width: 70px;
}

#lblMVOR2000 {
    float: left;
    width: 110px;
    padding-left: 5px;
    padding-right: 5px;
}

#selHours {
    float: left;
    width: 50px;
}

#lblHoursMVOR2000 {
    float: left;
    width: 40px;
    padding-left: 5px;
}

/* ClearAccumulatedRainWin WINDOW
----------------------------------------------------------*/
#ClearAccumulatedRainWin, #ClearAccumulatedRain3000Win {
    position: fixed;
    z-index: 105;
    top: 35%;
    left: 37%;
    width: 350px;
}

    #ClearAccumulatedRain3000Win .border, #ClearAccumulatedRainWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #ClearAccumulatedRainWin .title, #ClearAccumulatedRain3000Win .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #ClearAccumulatedRainWin .content, #ClearAccumulatedRain3000Win .content {
        padding: 6px 4px 6px 4px;
    }

    #ClearAccumulatedRainWin .closeimg, #ClearAccumulatedRain3000Win .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

#rdProgram, #rdStation {
    float: left;
    width: 30px;
}

#lblProgram, #lblStation {
    float: left;
    width: 100px;
}

#selProgramET2000_E, #selProgramET2000, #selStation {
    float: left;
    width: 150px;
}
/*#selProgramET2000_E .progrdisabled, #selProgramET2000 .progrdisabled*/
#ClearAccumulatedRainWin .progrdisabled, #ClearAccumulatedRain3000Win .progrdisabled {
    /*removes extra space*/
    display: none;
    /*height of window does NOT change*/
    /*visibility:hidden;*/
}

#ClearAccumulatedRain3000Win .picker {
    width: 24px;
    height: 24px;
    border: 0px;
    display: inline-block;
    background: #D5D5D5 url('Images/list.png') center center no-repeat;
}

#ClearAccumulatedRain3000Win .indent {
    text-align: right;
    display: inline-block;
    width: 114px;
}

/* ClearMLB2000Win WINDOW
----------------------------------------------------------*/
#ClearMLB2000Win {
    position: fixed;
    z-index: 105;
    top: 35%;
    left: 37%;
    width: 350px;
}

    #ClearMLB2000Win .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #ClearMLB2000Win .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #ClearMLB2000Win .content {
        padding: 6px 4px 6px 4px;
    }

    #ClearMLB2000Win .contentdisabled {
        /*removes extra space*/
        display: none;
        /*height of window does NOT change*/
        /*visibility:hidden;*/
    }

    #ClearMLB2000Win .contentPOC {
        margin: 6px 4px 6px 14px;
    }

    #ClearMLB2000Win .contentPOCdisabled {
        margin: 6px 4px 6px 14px;
        background-color: #E7E7E7;
    }

.btnClearMLB2000disabled {
    background-color: #E7E7E7;
    color: black;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 2px 4px 2px;
    margin: 2px 2px 2px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    width: 110px;
}

#ClearMLB2000Win .closeimg {
    position: absolute;
    top: 3px;
    left: 340px;
    cursor: pointer;
}

/* PASWWORD RESET WINDOW
----------------------------------------------------------*/
#restPassWin {
    position: fixed;
    z-index: 105;
    top: 30%;
    left: 37%;
    width: 350px;
}

    #restPassWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #restPassWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #restPassWin .content {
        padding: 6px 4px 6px 4px;
    }

    #restPassWin .closeimg {
        position: absolute;
        top: 5px;
        left: 340px;
        cursor: pointer;
    }

#ifReset {
    background-position: center center;
    width: 310px;
    height: 182px;
    background-image: url('/Images/loading.gif');
    background-repeat: no-repeat;
}

/* CS3000 ENGINEERING WINDOW
----------------------------------------------------------*/
#cs_AM_Win {
    position: fixed;
    z-index: 105;
    top: 20%;
    left: 37%;
    width: 350px;
}

    #cs_AM_Win .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #cs_AM_Win .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #cs_AM_Win .content {
        padding: 6px 4px 6px 4px;
    }

    #cs_AM_Win .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

    #cs_AM_Win input[type=radio] {
        margin: 6px;
    }

/* Calsense Command Popup
----------------------------------------------------------*/
.calsenseCommandWin {
    position: fixed;
    z-index: 105;
    top: 35%;
    left: 37%;
    width: 350px;
}

    .calsenseCommandWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    .calsenseCommandWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    .calsenseCommandWin .content {
        padding: 6px 4px 6px 4px;
    }

    .calsenseCommandWin .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

/* CS3000 MVOR WINDOW
----------------------------------------------------------*/
#cs_MVORWin {
    position: fixed;
    z-index: 105;
    top: 20%;
    left: 37%;
    width: 370px;
}

    #cs_MVORWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 370px;
        padding: 4px 4px 4px 4px;
    }

    #cs_MVORWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #cs_MVORWin .content {
        padding: 6px 4px 6px 4px;
    }

    #cs_MVORWin .closeimg {
        position: absolute;
        top: 3px;
        left: 360px;
        cursor: pointer;
    }

    #cs_MVORWin input[type=radio] {
        margin-left: 80px;
        margin-top: 6px;
    }

    #cs_MVORWin .picker {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D5D5D5 url('Images/list.png') center center no-repeat;
    }

    #cs_MVORWin span {
        font-size: x-small;
    }

/* CS3000 LIGHT WINDOW
----------------------------------------------------------*/
#cs_lightWin {
    position: fixed;
    z-index: 105;
    top: 20%;
    left: 35%;
    width: 360px;
    height: 240px;
}

    #cs_lightWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 360px;
        padding: 4px 4px 4px 4px;
    }

    #cs_lightWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #cs_lightWin .content {
        padding: 6px 4px 6px 4px;
    }

    #cs_lightWin .closeimg {
        position: absolute;
        top: 3px;
        left: 350px;
        cursor: pointer;
    }

    #cs_lightWin .picker {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D5D5D5 url('Images/list.png') center center no-repeat;
    }

    #cs_lightWin span {
        font-size: x-small;
    }

/* CS3000 Clear MLB WINDOW
----------------------------------------------------------*/
#cs_ClearMLBWin {
    position: fixed;
    z-index: 105;
    top: 20%;
    left: 37%;
    width: 370px;
}

    #cs_ClearMLBWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 370px;
        padding: 4px 4px 4px 4px;
    }

    #cs_ClearMLBWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #cs_ClearMLBWin .content {
        padding: 6px 4px 6px 4px;
    }

    #cs_ClearMLBWin .closeimg {
        position: absolute;
        top: 3px;
        left: 360px;
        cursor: pointer;
    }

    #cs_ClearMLBWin input[type=radio] {
        margin-left: 80px;
        margin-top: 6px;
    }

    #cs_ClearMLBWin .picker {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D5D5D5 url('Images/list.png') center center no-repeat;
    }

/* CS3000 Clear MLB WINDOW
----------------------------------------------------------*/
#cs_ControllerSelectWin {
    position: fixed;
    z-index: 105;
    top: 20%;
    left: 37%;
    width: 370px;
}

    #cs_ControllerSelectWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 370px;
        padding: 4px 4px 4px 4px;
    }

    #cs_ControllerSelectWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #cs_ControllerSelectWin .content {
        padding: 6px 4px 6px 4px;
    }

    #cs_ControllerSelectWin .closeimg {
        position: absolute;
        top: 3px;
        left: 360px;
        cursor: pointer;
    }

    #cs_ControllerSelectWin input[type=radio] {
        margin-left: 80px;
        margin-top: 6px;
    }

    #cs_ControllerSelectWin .picker {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D5D5D5 url('Images/list.png') center center no-repeat;
    }

/* CS3000 NO WATER DAYS WINDOW
----------------------------------------------------------*/
#cs_noWaterWin {
    position: fixed;
    z-index: 105;
    top: 20%;
    left: 40%;
    width: 360px;
}

    #cs_noWaterWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 360px;
        padding: 4px 4px 4px 4px;
    }

    #cs_noWaterWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #cs_noWaterWin .content {
        padding: 6px 4px 6px 4px;
    }

    #cs_noWaterWin .closeimg {
        position: absolute;
        top: 3px;
        left: 350px;
        cursor: pointer;
    }

    #cs_noWaterWin .picker {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D5D5D5 url('Images/list.png') center center no-repeat;
    }

    #cs_noWaterWin .indent {
        text-align: right;
        display: inline-block;
        width: 114px;
    }

/* CS3000 SELECTION WINDOW
----------------------------------------------------------*/
#cs_selectionWin {
    position: fixed;
    z-index: 106;
    top: 10%;
    left: 30%;
    width: 440px;
}

    #cs_selectionWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 440px;
        padding: 4px 4px 4px 4px;
    }

    #cs_selectionWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #cs_selectionWin .content {
        padding: 6px 4px 6px 4px;
        overflow-y: auto;
        max-height: 400px;
    }

        #cs_selectionWin .content span {
            padding: 2px 2px 2px 2px;
            margin: 2px 0 2px 0;
            display: block;
            background-color: green;
            color: white;
            font-size: smaller;
        }

    #cs_selectionWin input[type=checkbox] {
        margin: 3px;
    }

    #cs_selectionWin .closeimg {
        position: absolute;
        top: 3px;
        left: 430px;
        cursor: pointer;
    }

    #cs_selectionWin b {
        padding: 6px 4px 6px 4px;
    }

    #cs_selectionWin label {
        display: inline-block;
    }

/* DIRECT ACCESS
----------------------------------------------------------*/
#direct_access_win {
    position: fixed;
    z-index: 80;
    bottom: 0;
    right: 20px;
    min-width: 340px;
}

    #direct_access_win .border {
        background-color: #f0f0f0;
        line-height: 1.1em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border-top: 1px solid #8B8B8B;
        border-left: 1px solid #8B8B8B;
        border-right: 1px solid #8B8B8B;
    }

    #direct_access_win .title {
        border-bottom: 1px solid #F5F5F5;
        padding: 4px 0px 6px 2px;
    }

    #direct_access_win .content {
        padding: 3px 2px 3px 2px;
    }

    #direct_access_win .closeimg {
        position: absolute;
        top: 10px;
        right: 5px;
        cursor: pointer;
    }

#direct_access_display {
    display: block;
    font-size: 15px;
    white-space: pre-wrap;
    color: #D7D700;
    background-color: #204A87;
    font-family: 'Courier New', Courier, monospace;
}

    #direct_access_display .firstRow {
        background-color: #00225F;
    }

#direct_access_status {
    display: block;
    padding: 3px 0px 3px 0px;
}

    #direct_access_status span {
        padding-left: 10px;
    }


    #direct_access_status img {
        vertical-align: top;
        width: 14px;
        margin-right: 2px;
    }

#direct_access_actions-bg {
    background: #f0f0f0;
    filter: alpha(opacity=75);
    opacity: .75;
    position: absolute;
    bottom: 20px;
    left: 0px;
    min-height: 58px;
    width: 100%;
    z-index: 1;
}

.direct-access-button {
    background-color: #01A0E4;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    margin: 2px 0 1px 0;
    padding: 2px 1px 2px 1px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    display: inline-block;
    width: 80px;
    text-decoration: none;
}

    .direct-access-button:hover {
        background-color: #0F90C6;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        margin: 2px 0 1px 0;
        padding: 2px 1px 2px 1px;
        border: 1px solid white;
        outline: 1px solid black;
        width: 80px;
        text-decoration: none;
    }

.direct-access-button-red {
    background-color: #D44937;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    margin: 2px 0 1px 0;
    padding: 2px 1px 2px 1px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    display: inline-block;
    width: 80px;
    text-decoration: none;
}

    .direct-access-button-red:hover {
        background-color: #CE3E2E;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        margin: 2px 0 1px 0;
        padding: 2px 1px 2px 1px;
        border: 1px solid white;
        outline: 1px solid black;
        width: 80px;
        text-decoration: none;
    }

/* Go TO STATIONS & GO TO SCREEN WINDOW
----------------------------------------------------------*/
#direct_access_stations {
    position: fixed;
    z-index: 90;
    top: 35%;
    left: 37%;
    width: 350px;
}

    #direct_access_stations .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #direct_access_stations .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #direct_access_stations .content {
        padding: 6px 4px 6px 4px;
    }

    #direct_access_stations .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

#da_selStation {
    float: left;
    width: 150px;
}

#direct_access_screen {
    position: fixed;
    z-index: 90;
    top: 35%;
    left: 37%;
    width: 350px;
}

    #direct_access_screen .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #direct_access_screen .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #direct_access_screen .content {
        padding: 6px 4px 6px 4px;
    }

    #direct_access_screen .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

/* LOGIN PAGE
----------------------------------------------------------*/
#loginbox {
    width: 490px;
    min-height: 420px;
    background-color: #F5F5F5;
    border: 1px solid #D7D7D7;
}

.bluelogo {
    height: 120px;
    text-align: center;
}

#loginbox .textbox {
    color: black;
    padding: 4px 4px 4px 4px;
    width: 200px;
}

#loginbox .button {
    background-color: #01A0E4;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 3px 2px 3px 2px;
    margin: 2px 2px 2px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    width: 100%;
}

    #loginbox .button:hover {
        background-color: #0F90C6;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 3px 2px 3px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        width: 100%;
    }

#loginbox .rowtbl {
    height: 35px;
}

#loginbox .valid {
    width: 10px;
}

/* MISC
----------------------------------------------------------*/
.failureNotification {
    font-size: 1.0em;
    color: Red;
    width: 300px;
}

.fadebackground {
    background: black;
    filter: alpha(opacity=30);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .30;
    z-index: -1;
}

.headerbox {
    min-width: 300px;
    width: 99%;
    border: 1px solid #D7D7D7;
    background-color: #F5F5F5;
    padding: 4px 0px 0px 4px;
    height: 26px;
    vertical-align: middle;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 1px;
}

.footer {
    padding: 8px 0px 8px 0px;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    margin-top: 8px;
    background-color: #F0F0F0;
    color: #918D8C;
}
/* HOME WIDGETS 
----------------------------------------------------------*/
.widgetparent {
    min-width: 725px;
    display: block;
    vertical-align: top;
    background-color: #fcfcfc;
}

/* NORMAL WIDGETS 
----------------------------------------------------------*/
.widgetchild {
    display: inline-block;
    *display: inline; /* for IE7*/
    *zoom: 1; /* for IE7*/
    /*min-width:300px;*/
    min-height: 370px;
    margin-right: 10px;
    white-space: normal;
    margin-top: 10px;
    background-color: white;
}

.widgetborder {
    min-width: 300px;
    width: 345px;
    border: 1px solid #D7D7D7;
    height: 400px;
    vertical-align: middle;
    position: relative;
}

.widgettitlebox {
    border-bottom: 1px solid #D7D7D7;
    background-color: #F5F5F5;
    height: 30px;
    vertical-align: middle;
    cursor: move;
}

.widgettitle {
    font-size: 16px;
    display: inline;
}

.widgetpadding {
    padding: 4px 0px 0px 4px;
}

.widgetchparent {
    padding-top: 25px;
}

.widgetchart {
    position: absolute;
    width: 99.8%;
    height: 340px;
}

.widgetfiltered {
    font-size: 12px;
    padding: 4px 4px 10px 0px;
    float: right;
    height: 60px;
    padding-bottom: 25px;
}

.widgetcontent {
    font-size: 14px;
    padding: 4px 0px 4px 4px;
}

.widgetpadding label {
    float: right;
    padding-right: 4px;
}

.widgetpadding img {
    width: 16px;
    padding: 2px;
    cursor: pointer;
}

.widgetloading {
    position: absolute;
    width: 100%;
    height: 340px;
    text-align: center;
    z-index: 30;
    background-color: white;
    filter: alpha(opacity=50);
    opacity: .50;
    padding-top: 25px;
}

.w-widget-support,
.widget-support {
    position: absolute;
    top: 381px;
    font-size: 9px;
    text-align: right;
    z-index: 30;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    padding: 3px;
    background-color: #F3F3F3;
    filter: alpha(opacity=50);
    opacity: .50;
    display: normal;
    cursor: default;
}

.widgetloading img {
    width: 16px;
    margin-top: 140px;
}

.widget-button {
    background-color: #D44937;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    margin: 0px 1px 5px 8px;
    border: 1px solid white;
    outline: 1px solid #ccc;
}

    .widget-button:hover {
        background-color: #CE3E2E;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 10px;
        padding: 2px 6px 2px 6px;
        margin: 0px 1px 5px 8px;
        border: 1px solid white;
        outline: 1px solid black;
    }

    .widget-button:disabled {
        background-color: #E7E7E7;
        color: black;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        font-size: 10px;
        padding: 2px 6px 2px 6px;
        margin: 0px 1px 5px 8px;
        border: 1px solid white;
        outline: 1px solid black;
    }

.widgetborder-temp {
    min-width: 300px;
    width: 345px;
    border: 1px dashed #D7D7D7;
    height: 400px;
    position: relative;
}

.widgettitle-temp {
    height: 30px;
}

/* WIDER WIDGETS 
----------------------------------------------------------*/
.w-widgetchild {
    display: inline-block;
    *display: inline; /* for IE7*/
    *zoom: 1; /* for IE7*/
    /*min-width:700px;*/
    min-height: 370px;
    margin-right: 10px;
    white-space: normal;
    margin-top: 10px;
    background-color: white;
}

.w-widgetborder {
    min-width: 700px;
    width: 703px;
    border: 1px solid #D7D7D7;
    height: 400px;
    vertical-align: middle;
    position: relative;
}

.w-widgettitlebox {
    border-bottom: 1px solid #D7D7D7;
    background-color: #F5F5F5;
    height: 30px;
    vertical-align: middle;
    cursor: move;
}

.w-widgettitle {
    font-size: 16px;
    display: inline;
}

.w-widgetpadding {
    padding: 4px 0px 0px 4px;
}

.w-widgetchparent {
    padding-top: 25px;
}

.w-widgetchart {
    position: absolute;
    width: 99.8%;
    height: 340px;
}

.w-widgetfiltered {
    font-size: 12px;
    padding: 4px 4px 10px 0px;
    float: right;
    height: 60px;
    padding-bottom: 25px;
}

.w-widgetcontent {
    font-size: 14px;
    padding: 4px 0px 4px 4px;
}

.w-widgetpadding label {
    float: right;
    padding-right: 4px;
}

.w-widgetpadding img {
    width: 16px;
    padding: 2px;
    cursor: pointer;
}

.w-widgetloading {
    position: absolute;
    width: 100%;
    height: 340px;
    text-align: center;
    z-index: 30;
    background-color: white;
    filter: alpha(opacity=50);
    opacity: .50;
    padding-top: 25px;
}

    .w-widgetloading img {
        width: 16px;
        margin-top: 140px;
    }

.w-widget-button {
    background-color: #D44937;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    margin: 0px 1px 5px 8px;
    border: 1px solid white;
    outline: 1px solid #ccc;
}

    .w-widget-button:hover {
        background-color: #CE3E2E;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 10px;
        padding: 2px 6px 2px 6px;
        margin: 0px 1px 5px 8px;
        border: 1px solid white;
        outline: 1px solid black;
    }

    .w-widget-button:disabled {
        background-color: #E7E7E7;
        color: black;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        font-size: 10px;
        padding: 2px 6px 2px 6px;
        margin: 0px 1px 5px 8px;
        border: 1px solid white;
        outline: 1px solid black;
    }

.w-widgetborder-temp {
    min-width: 300px;
    width: 703px;
    border: 1px dashed #D7D7D7;
    height: 400px;
    position: relative;
}

.widgetspecial {
    position: absolute;
    top: 0;
    height: 369px;
    width: 100%;
    overflow-y: auto;
}

/* google table*/
.gtable-headerRow {
    text-align: left;
    border: 0;
}

.gtable-tableRow {
    background-color: White;
    color: Black;
    height: 22px;
    font-size: 12px;
    text-align: left;
}

.gtable-hoverTableRow {
    background-color: #E3E3E3;
    color: black;
    height: 22px;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}

/* REPORTS PAGE
----------------------------------------------------------*/
#btnRun {
    width: 200px;
}


/* REPORT SELECTION
----------------------------------------------------------*/
/*
#reportSelection { min-width:725px; min-height:120px; vertical-align:top; font-size:13px; font-weight:500; margin-top:5px; }
#reportSelection .report-list {border-right:1px solid #C3C3C3; width:175px;  min-height:200px; margin-right:4px; white-space:normal; }
#reportSelection .report-list p {color:gray; padding-bottom:8px;}

#reportSelection .report-list .list {border-bottom:1px solid #F2F2F2; padding:5px 0px 5px 3px; font-size:small; height:19px;}
#reportSelection .report-list .list:hover {border-bottom:1px solid #F2F2F2; padding:5px 0px 5px 3px; font-size:small;background-color:#F3F3F3;cursor:pointer;height:19px;}

#reportSelection .report-list .list-item { position:relative; }

#reportSelection .report-list .list-selected,
#reportSelection .report-list .list-selected:hover {border-bottom:1px solid #F2F2F2; padding:5px 0px 5px 3px; font-size:small; height:19px;background-color:#e0dfdf;cursor:pointer;}
    */

/*#reportSelection .report-list .list-item {height:18px; position:absolute}
#reportSelection .report-list .list-item:hover {background-color:#F3F3F3;cursor:pointer;height:18px;position:absolute}*/

/*#reportSelection .report-list .selected, 
#reportSelection .report-list .selected:hover {background-color:#e0dfdf;position: absolute; width:173px;height:28px; padding-top:-5px; }*/

/*#reportSelection .report-list .list-selected .selected-border { border-color: transparent transparent transparent #C3C3C3; border-style: solid; border-width: 10px; height: 0; width: 0; position: absolute; left: 172px; top: 0px;}
#reportSelection .report-list .list-selected .selected-arrow  { border-color: transparent transparent transparent #e0dfdf; border-style: solid; border-width: 9px; height: 0; width: 0; position: absolute; left: 172px; top: 1px;}*/
/*
#reportSelection .report-list .list-selected .selected-border { border-color: transparent #C3C3C3 transparent transparent; border-style: solid; border-width: 10px; height: 0; width: 0; position: absolute; left: 153px; top: 0px;}
#reportSelection .report-list .list-selected .selected-arrow  { border-color: transparent white transparent transparent; border-style: solid; border-width: 9px; height: 0; width: 0; position: absolute; left: 156px; top: 1px;}
*/

/*#optionWin .report-selection { min-width:205px; min-height:200px; white-space:normal; padding-left:8px; }*/




/* REPORTS SELECTION WIDGETS
----------------------------------------------------------*/
.selectionparent {
    min-width: 725px;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
}

.selectionchild {
    display: inline-block;
    *display: inline; /* for IE7*/
    *zoom: 1; /* for IE7*/
    min-width: 205px;
    min-height: 275px;
    margin-right: 5px;
    white-space: normal;
    margin-top: 5px;
}

.selectionborder {
    min-width: 205px;
    width: 205px;
    height: 275px;
    border: 1px solid #D7D7D7;
    vertical-align: middle;
}

.selectiontitlebox {
    border-bottom: 1px solid #D7D7D7;
    background-color: #F5F5F5;
    height: 24px;
    vertical-align: middle;
}

.selectiontitle {
    font-size: 14px;
}

.selectionpadding {
    padding: 2px 0px 0px 4px;
}

.selectioncontent {
    height: 250px;
    width: 100%;
    float: left;
}

.selectioncontent-note {
    height: 250px;
    width: 100%;
    float: left;
    position: relative;
}

.selectionlpadding {
    padding-left: 2px;
}

.report-select {
    width: 200px;
    border: 0;
    border-top: 1px solid #D7D7D7;
    height: 225px;
    font-size: 14px;
    cursor: pointer;
}

.selectionline {
    padding: 2px;
}

.selectiontag {
    width: 99%;
    background-color: white;
    border: 1px solid #BCBCBC;
}

.selectiontag-disabled {
    width: 99%;
    background-color: #E5E5E5;
    border: 1px solid #BCBCBC;
}

.selectionsection {
    height: 6px;
}

.selectionnote {
    position: absolute;
    top: 85%;
    font-size: 11px;
    font-style: italic
}


/* WIDER REPORTS SELECTION WIDGETS
----------------------------------------------------------*/
.w-selectionchild {
    display: inline-block;
    *display: inline; /* for IE7*/
    *zoom: 1; /* for IE7*/
    min-width: 410px;
    min-height: 350px;
    margin-right: 5px;
    white-space: normal;
    margin-top: 5px;
}

.w-selectionborder {
    min-width: 410px;
    width: 410px;
    height: 350px;
    border: 1px solid #D7D7D7;
    vertical-align: middle;
}

.w-selectiontitlebox {
    border-bottom: 1px solid #D7D7D7;
    background-color: #F5F5F5;
    height: 24px;
    vertical-align: middle;
}

.w-selectioncontent {
    height: 325px;
    width: 100%;
    float: left;
}

.w-selectioncontent-note {
    height: 325px;
    width: 100%;
    float: left;
    position: relative;
}

.w-report-select {
    width: 405px;
    border: 0;
    border-top: solid 1px #D7D7D7;
    height: 294px;
    font-size: 14px;
    cursor: pointer;
    padding: 3px;
}

/* TASK NOTIFICATIONS PAGE
----------------------------------------------------------*/
#dNotf div {
    border-bottom: 1px solid #E5E5E5;
    padding: 2px 0px 8px 6px;
    width: 99%;
}

    #dNotf div:hover {
        border-bottom: 1px solid #E5E5E5;
        padding: 2px 0px 8px 6px;
        width: 99%;
        background-color: #F3F3F3;
    }

#dNotf img {
    vertical-align: top;
    width: 14px;
    padding-right: 14px;
    float: right;
}

#dNotf span {
    font-size: 12px;
    color: #878382;
}

#dNotf i {
    font-size: 11px;
    display: block;
}

/* ADMIN PAGE
----------------------------------------------------------*/

.adminMenu {
    margin: 14px 0px 0px 22px;
}

    .adminMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .adminMenu li {
        display: inline;
        padding: 3px;
        font-size: 14px;
        margin-right: 32px;
    }

    .adminMenu a {
        color: #058DD1;
        text-decoration: none;
        cursor: pointer;
        padding: 3px;
    }

        .adminMenu a:hover {
            color: #058DD1;
            text-decoration: underline;
            cursor: pointer;
            padding: 3px;
        }

    .adminMenu .selected, .adminMenu .selected:hover {
        border-bottom: 4px solid #058DD1;
        text-decoration: none;
        padding: 3px;
    }

.setting-padding {
    margin-left: 20px;
    margin-top: 8px;
}

.setting-title {
    vertical-align: middle;
    display: inline;
    font-size: 16px;
    background-color: white;
    padding-right: 8px;
    position: relative;
    z-index: 0;
}

.setting-line {
    height: 12px;
    border-bottom: 1px solid #E3E3E3;
    margin-left: 3px;
    display: inline-block;
    left: 20px;
    width: 930px;
    position: absolute;
    z-index: -1;
}

.separator-line {
    height: 12px;
    border-bottom: 1px solid #E3E3E3;
    display: inline-block;
    left: 20px;
    width: 930px;
    margin: 10px 0px 10px 3px;
}

#settingPage {
    min-width: 930px;
    max-width: 1200px;
}

.warnpadding {
    padding: 6px 4px 0px 4px;
}

#settingPage p {
    font-size: 12px;
    padding-top: 10px;
    color: gray;
    width: 470px;
}

#settingPage .textbox {
    color: black;
    padding: 3px 3px 3px 3px;
    border: 1px solid #C0C0C0;
    width: 280px;
    margin-top: 8px;
}

    #settingPage .textbox:hover {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px groove #D9D9D9;
        width: 280px;
        margin-top: 8px;
    }

#settingPage .textbox-l {
    color: black;
    padding: 3px 3px 3px 3px;
    border: 1px solid #C0C0C0;
    width: 480px;
    margin-top: 8px;
}

    #settingPage .textbox-l:hover {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px groove #D9D9D9;
        width: 480px;
        margin-top: 8px;
    }

#settingPage .textbox-long2 {
    color: black;
    padding: 3px 3px 3px 3px;
    border: 1px solid #C0C0C0;
    margin-bottom: 5px;
    width: 180px;
}

    #settingPage .textbox-long2:disabled {
        padding: 3px 3px 3px 3px;
        border: 1px groove #D9D9D9;
        width: 190px;
        background-color: #D7D7D7;
    }

#settingPage .select-s {
    color: black;
    padding: 3px 3px 3px 3px;
    border: 1px solid #C0C0C0;
    width: 208px;
    margin-top: 8px;
}

    #settingPage .select-s:hover {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px groove #D9D9D9;
        width: 208px;
        margin-top: 8px;
    }


#settingPage .textbox-s {
    color: black;
    padding: 3px 3px 3px 3px;
    border: 1px solid #C0C0C0;
    width: 200px;
    margin-top: 8px;
}

    #settingPage .textbox-s:hover {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px groove #D9D9D9;
        width: 200px;
        margin-top: 8px;
    }

#settingPage .textbox:disabled {
    color: black;
    padding: 3px 3px 3px 3px;
    border: 1px groove #D9D9D9;
    width: 280px;
    margin-top: 8px;
    background-color: #D7D7D7;
}

#settingPage select {
    color: black;
    padding: 3px 3px 3px 3px;
    border: 1px solid #C0C0C0;
    width: 288px;
}

    #settingPage select:hover {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px groove #D9D9D9;
        width: 288px;
    }

#settingPage label {
    width: 180px;
    padding-right: 6px;
    text-align: right;
    display: inline-block;
    margin-top: 8px;
}

#settingPage .labeltext-mand {
    width: 180px;
    color: #9C0000;
    padding-right: 6px;
    text-align: right;
    display: inline-block;
    margin-top: 8px;
}

#settingPage .lblHidden {
    display:none;
}


#settingPage .lblCTC {
    width:250px;
}

#settingPage .label-grid {
    width: 180px;
    padding-right: 6px;
    text-align: right;
    display: grid;
    margin-top: 8px;
    vertical-align: top;
}

#settingPage .button {
    background-color: #01A0E4;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 3px 2px 3px 2px;
    margin-left: 1px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    width: 286px;
}

    #settingPage .button:hover {
        background-color: #0F90C6;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 3px 2px 3px 2px;
        margin-left: 1px;
        border: 1px solid white;
        outline: 1px solid black;
        width: 286px;
    }

#settingPage .addbutton {
    background-color: #D44937;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    padding: 8px 16px 8px 16px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    margin-left: 6px;
}

    #settingPage .addbutton:hover {
        background-color: #CE3E2E;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        padding: 8px 16px 8px 16px;
        border: 1px solid white;
        outline: 1px solid black;
        margin-left: 6px;
    }

#settingPage .disabledbtn {
    background-color: #F5F5F5;
    color: gray;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 2px 5px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    width: 120px;
    display: inline-block;
    margin-left: 1px;
}

#settingPage .validation-box {
    text-align: left;
    position: absolute;
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    min-width: 305px;
    color: #333333;
    padding: 3px;
    margin-top: -2px;
    font-size: 12px;
    vertical-align: top;
    margin-left: 14px;
}

#settingPage .time-select,
#settingPage .time-select:hover {
    color: black;
    border: 1px solid #C0C0C0;
    margin-bottom: 5px;
    width: 52px;
}

#dvUserRights, #dvUserAssign {
    margin-left: 190px;
    width:950px;
}

    #dvUserRights label, #dvUserAssign label {
        padding-left: 6px;
        text-align: left;
        display: inline-block;
        margin-top: 8px;
        width: unset;
    }

/* SETTINGS HOME LINKS SELECTION
----------------------------------------------------------*/
.linksparent {
    width: 650px;
}

.linkschild {
    width: 300px;
    padding-top: 25px;
}

    .linkschild th {
        background-color: #e9e9e9;
        padding: 6px 6px 6px 8px;
        vertical-align: central;
    }

    .linkschild td {
        border-bottom: 1px solid #e7e7e7;
        vertical-align: central;
    }

        .linkschild td:hover {
            border-bottom: 1px solid #e7e7e7;
            vertical-align: central;
            background-color: #F5F5F5;
        }

    .linkschild a {
        cursor: pointer;
        display: block;
        width: 100%;
        padding: 8px;
    }

/* SETTINGS ALERT CHECKBOXES
----------------------------------------------------------*/
#alert-filter-checkboxes {
    margin-left: 190px;
    width: 660px;
}

    #alert-filter-checkboxes .node {
        background-color: #e9e9e9;
        padding: 6px 0px 6px 22px;
        vertical-align: middle;
        display: block;
        font-weight: bold;
        cursor: pointer;
        border-bottom: 1px solid #D7D7D7;
        background-image: url('/Images/arrow_right.png');
        background-position-x: 5px;
        background-position-y: center;
        background-repeat: no-repeat;
    }

        #alert-filter-checkboxes .node label {
            text-align: left;
            display: inline;
            padding-left: 6px;
        }

    #alert-filter-checkboxes .leaves {
        height: 25px;
        border-bottom: 1px solid #e7e7e7;
        vertical-align: central;
        display: block;
    }

        #alert-filter-checkboxes .leaves:hover {
            border-bottom: 1px solid #e7e7e7;
            background-color: #F5F5F5;
            vertical-align: central;
            display: block;
        }

    #alert-filter-checkboxes .leaf {
        vertical-align: central;
        display: inline;
        padding-left: 44px;
        cursor: pointer;
    }

        #alert-filter-checkboxes .leaf label {
            text-align: left;
            display: inline;
            cursor: pointer;
        }

    #alert-filter-checkboxes select {
        display: inline-block;
        clear: both;
        float: right;
        width: 100px;
        cursor: pointer;
    }

        #alert-filter-checkboxes select:hover {
            display: inline-block;
            clear: both;
            float: right;
            width: 100px;
            cursor: pointer;
        }

/* Reset Password
----------------------------------------------------------*/
#resetpassword {
    background-color: white;
    width: 305px;
}

    #resetpassword .labeltext-mand {
        width: 80px;
        color: #9C0000;
        padding-right: 4px;
        text-align: right;
        display: inline-block;
        margin-top: 4px;
    }

    #resetpassword .textbox {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px solid #C0C0C0;
        width: 180px;
        margin-top: 8px;
    }

        #resetpassword .textbox:hover {
            color: black;
            padding: 3px 3px 3px 3px;
            border: 1px groove #D9D9D9;
            width: 180px;
            margin-top: 8px;
        }
/* Widgets Settings
----------------------------------------------------------*/
#widget-list li {
    display: inline-block;
    padding: 15px;
}

#widget-list div {
    width: 260px;
    height: 316px;
    border: 1px solid #D7D7D7;
    display: inline-block;
    text-align: center;
}

    #widget-list div:hover {
        width: 260px;
        height: 316px;
        border: 1px solid #B0B0B0;
        display: inline-block;
        text-align: center;
    }

#widget-list img {
    padding: 5px;
    width: 160px;
    height: 160px;
    margin-top: 4px;
    margin-bottom: 5px;
}

#widget-list p {
    height: 46px;
    width: 250px;
    text-align: center;
    padding: 4px;
}

#widget-list .controller {
    text-align: center;
    color: gray;
    font-size: 12px;
}

#widget-list .image, #widget-list .image:hover {
    width: 100%;
    height: 180px;
    border: 0px;
}

#widget-list .added {
    background: url('../styles/Images/added.png') top left no-repeat;
    width: 100px;
    height: 100px;
    position: relative;
    left: 0px;
    display: block;
}

#widget-list .new {
    color: red;
    font-size: 10px;
    padding: 2px;
}


/* SITE / CONTROLLER LIST
----------------------------------------------------------*/
div.controller-list {
    table-layout: fixed;
    max-width: 1400px;
    min-width: 706px;
    border: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    cursor: default
}

table.controller-list {
    table-layout: fixed;
    max-width: 1400px;
    min-width: 706px;
    border: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    table.controller-list th {
        background-color: #006200;
        color: white;
        border: 1px solid #CCCCCC;
        height: 28px;
        text-align: center;
    }

    table.controller-list tr {
        background-color: White;
        height: 28px;
        vertical-align: middle;
    }

    table.controller-list table tr:hover {
        background-color: #FFF9D7 !important;
    }

    table.controller-list tr .id-col {
        text-align: center;
        overflow: hidden;
        width: 5%;
        word-wrap: break-word;
        font-weight: bold;
    }

    table.controller-list tr .id-col-bdr {
        text-align: center;
        overflow: hidden;
        width: 5%;
        word-wrap: break-word;
        font-weight: bold;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    table.controller-list tr .site-col {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 15px;
        font-weight: bold
    }

    table.controller-list tr .site-col-bdr {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 15px;
        font-weight: bold;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    table.controller-list tr .cont-col {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 10px;
        border-left: 1px solid #ccc;
    }

    table.controller-list tr .cont-col-bdr {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 10px;
        border-top: 1px solid #ccc;
    }

    table.controller-list tr .mod-col {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 10px;
    }

    table.controller-list tr .mod-col-bdr {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 10px;
        border-top: 1px solid #ccc;
    }

    table.controller-list tr .number-col {
        text-align: center;
        overflow: hidden;
        width: 7%;
        word-wrap: break-word;
    }

    table.controller-list tr .number-col-bdr {
        text-align: center;
        overflow: hidden;
        width: 7%;
        word-wrap: break-word;
        border-top: 1px solid #ccc;
    }

    table.controller-list tr .ip-col {
        text-align: center;
        overflow: hidden;
        width: 10%;
        word-wrap: break-word;
    }

    table.controller-list tr .ip-col-bdr {
        text-align: center;
        overflow: hidden;
        width: 10%;
        word-wrap: break-word;
        border-top: 1px solid #ccc;
    }

    table.controller-list tr .ac-sm-col {
        text-align: center;
        overflow: hidden;
        width: 7%;
        word-wrap: break-word;
        border-right: 1px solid #ccc;
    }

    table.controller-list tr .ac-sm-col-bdr {
        text-align: center;
        overflow: hidden;
        width: 7%;
        word-wrap: break-word;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    table.controller-list tr .action-col {
        text-align: center;
        overflow: hidden;
        word-wrap: break-word;
        border-right: 1px solid #ccc;
    }

    table.controller-list tr .action-col-bdr {
        text-align: center;
        overflow: hidden;
        word-wrap: break-word;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    table.controller-list .id-col-hdr {
        overflow: hidden;
        width: 5%;
        word-wrap: break-word;
        cursor: default;
    }

    table.controller-list .site-col-hdr,
    table.controller-list .name-col-hdr {
        overflow: hidden;
        word-wrap: break-word;
        cursor: default;
    }

    table.controller-list .action-col-hdr {
        overflow: hidden;
        word-wrap: break-word;
        cursor: default;
        text-align: center;
    }

    table.controller-list .number-col-hdr {
        overflow: hidden;
        width: 7%;
        word-wrap: break-word;
        cursor: default;
    }

    table.controller-list .ip-col-hdr {
        overflow: hidden;
        width: 10%;
        word-wrap: break-word;
        cursor: default;
    }

    table.controller-list tr .action-col-hdr a {
        padding: 0 10px 0 10px;
    }

    table.controller-list .id-hdr-hdn {
        width: 5%;
        height: 0px;
        visibility: hidden;
    }

    table.controller-list .site-hdr-hdn,
    table.controller-list .name-hdr-hdn {
        height: 0px;
        visibility: hidden;
    }

    table.controller-list .number-hdr-hdn {
        width: 7%;
        height: 0px;
        visibility: hidden;
    }

    table.controller-list .ip-hdr-hdn {
        width: 10%;
        height: 0px;
        visibility: hidden;
    }

    table.controller-list tr .action-col a,
    table.controller-list tr .action-col-bdr a {
        padding: 0 4px 0 4px;
    }

    table.controller-list .separator {
        background-color: #0A8A0A;
        color: white;
        padding-left: 5px;
    }

    table.controller-list tr span {
        color: gray;
        font-style: italic;
        padding-left: 5px;
    }

    table.controller-list tr .non-ver-cont {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        border-left: 1px solid #ccc;
        ;
        padding-left: 10px;
        color: red;
        font-style: italic;
    }

    table.controller-list tr .non-ver-mod {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 10px;
        color: red;
        font-style: italic;
    }

    table.controller-list tr .non-ver-number {
        text-align: center;
        overflow: hidden;
        width: 10%;
        word-wrap: break-word;
        color: red;
        font-style: italic;
    }

    table.controller-list tr .clos-col-bdr {
        border-top: 1px solid #ccc;
        background-color: white
    }

.controller-list .fixed-hdr-container {
    font-size: 13px;
    position: fixed;
    max-width: 1400px;
}

table.controller-list tr .img-reset {
    vertical-align: middle;
    cursor: pointer;
}

/* WEATHER SHARING -> WEATHER SENSE
----------------------------------------------------------*/

table.weather-sense-table {
    margin-bottom:40px;
}

.weather-section-title {
    font-size: 16px;
    padding-top:30px;
}

table.weather-sense-table .number-col-hdr {
    width: 62px;
    border: 1px solid #CCCCCC;
}

table.weather-sense-table th {
    background-color: #006200;
    color: white;
    height: 28px;
    text-align: center;
}

table.weather-sense-table tr .name-col-hdr {
    width: 130px;
    border: 1px solid #CCCCCC;
}

table.weather-sense-table tr .option-col-hdr {
    width: 270px;
    word-wrap: break-word;
    border: 1px solid #CCCCCC;
}

    table.weather-sense-table tr {
        background-color: White;
        height: 28px;
        vertical-align: middle;
    }


.EditWinWeatherSense {
    position: fixed;
    z-index: 90;
    top: 5%;
    left: 20%;
    width: 365px;
}

    .EditWinWeatherSense .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 100%;
        padding: 4px 4px 4px 4px;
    }

    .EditWinWeatherSense .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    .EditWinWeatherSense .content {
        padding: 6px 4px 6px 4px;
    }

    .EditWinWeatherSense .textbox-small {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px solid #C0C0C0;
        margin-bottom: 5px;
        width: 40px;
    }

    .EditWinWeatherSense .failureNotification {
        margin-left: 10px;
    }

/* FILED & WEB ADMIN PAGES
----------------------------------------------------------*/
#field-padding {
    margin-left: 20px;
    margin-top: 8px;
}

    #field-padding p {
        font-size: 14px;
        padding-top: 6px;
        color: gray;
    }

#company-filter {
    font-size: 16px;
    font-weight: bold;
}

    #company-filter span {
        margin: 0px 10px 0px 10px;
        color: #D7D7D7;
    }

    #company-filter a {
        margin: 0px 10px 0px 10px;
    }

.no-bullets {
    list-style-type: none;
}

.swapping {
    width: 100%;
    margin-left: 10px;
}

    .swapping p {
        width: 600px !important;
        padding-top: 0px !important;
    }

    .swapping .desc {
        color: gray;
        display: block;
        font-size: 13px;
        padding-top: 10px;
    }

    .swapping .lbl-error {
        display: block;
        color: red;
        width: 100%;
        height: 20px;
        padding: 4px;
    }

    .swapping .steps-pad {
        height: 20px;
    }

.swap-box {
    background-color: #eceff6;
    border: 1px solid #d4dae8;
    color: #333333;
    padding: 4px;
    margin: 3px;
    font-size: 14px;
    vertical-align: top;
    width: 430px;
}

.swap-first-col {
    width: 10px;
}

.step-num-green {
    font-weight: bold;
    padding: 4px 10px 4px 10px;
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 18px;
    background: green url('Images/check_white.png') center center no-repeat;
}

.step-num-gray {
    background-color: #D5D5D5;
    font-weight: bold;
    color: white;
    display: inline-block;
    width: 8px;
    height: 18px;
    padding: 4px 10px 4px 10px;
    border-radius: 50%;
}

.step-num-red {
    background-color: #CE3E2E;
    font-weight: bold;
    color: white;
    display: inline-block;
    width: 8px;
    height: 18px;
    padding: 4px 10px 4px 10px;
    border-radius: 50%;
}

.step-num-border {
    width: 14px;
    border-left: 1px solid #D5D5D5;
}

.step-title {
    padding-left: 14px;
}


#info_container {
    height: 220px;
}

.progress-div {
    position: absolute;
    z-index: 10;
    width: 430px;
}

progress-border {
    background-color: White;
    line-height: 1.3em;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 3px 3px 6px #888888;
    border: 1px solid #8B8B8B;
    width: 430px;
}

.progress-icon {
    position: absolute;
    width: 30px;
    top: 80px;
    left: 50%;
}

.progress-back {
    background: black;
    filter: alpha(opacity=30);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 210px;
    opacity: .30;
    z-index: -1;
}

/* STATUS MESSAGE LIST
----------------------------------------------------------*/
.status-message-list {
    padding-top: 0px;
    line-height: 1.2em;
    text-align: left;
}

    .status-message-list .status-message {
        font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
        padding-top: 4px;
        padding-bottom: 12px;
        padding-right: 10px;
        color: Black;
    }

    .status-message-list .status-message-header {
        font-weight: bold;
        padding-bottom: 4px;
    }

    .status-message-list .status-msg-error {
        color: maroon;
    }

        .status-message-list .status-msg-error .status-message-header {
            color: red;
        }

    .status-message-list .status-msg-warn .status-message-header {
        color: Orange;
    }

    .status-message-list .status-msg-info .status-message-header {
        color: Green;
    }

    .status-message-list .status-msg-stat .status-message-header {
        color: Navy;
    }
/* POPUP HELPER WINDOW
----------------------------------------------------------*/
.helpwin-contine {
    background-color: #4AA02c;
    border: 1px solid green;
    line-height: 1.3em;
    padding: 8px 10px 10px 10px;
    position: absolute;
    z-index: 35;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 3px 3px 6px #888888;
    color: white;
}

.helpwin-border {
    border-color: green transparent transparent transparent;
    border-style: solid;
    border-width: 11px;
    height: 0;
    width: 0;
    position: absolute;
    left: 3px;
    top: 104%;
}

.helpwin-arrow {
    border-color: #4AA02c transparent transparent transparent;
    border-style: solid;
    border-width: 11px;
    height: 0;
    width: 0;
    position: absolute;
    left: 3px;
    top: 100%;
}

/* HOME POP VIDEO WINDOW
----------------------------------------------------------*/
#homeVideoWin {
    position: fixed;
    z-index: 99;
    top: 20%;
    left: 28%;
    width: 660px;
}

    #homeVideoWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 660px;
        padding: 4px 4px 4px 4px;
    }

    #homeVideoWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #homeVideoWin .content {
        padding: 6px 4px 6px 4px;
    }

/* popup top info
--------------------------------------*/
.hint-popup-win {
    top: 40px;
    left: 440px;
    height: 80px;
    background-color: #464646;
    border: 1px solid #464646;
    line-height: 1.3em;
    padding: 0px 0px 0px 0px;
    position: absolute;
    z-index: 120;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    box-shadow: 3px 3px 6px #888888;
    width: 225px;
    color: white;
}

    .hint-popup-win span,
    .hint-popup-win .hint-content {
        padding: 8px;
        display: block;
    }

    .hint-popup-win ul {
        margin-top: 4px;
        list-style-position: inside;
    }

    .hint-popup-win li {
        padding: 1px;
    }

    .hint-popup-win .button {
        background-color: #01A0E4;
        color: #F9F9F9;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        border: 0;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 8px;
        width: 80px;
    }

        .hint-popup-win .button:hover {
            background-color: #0F90C6;
            color: white;
            font-weight: bold;
            cursor: pointer;
            text-align: center;
            vertical-align: middle;
            font-size: 12px;
            border: 0;
            padding: 5px 2px 4px 2px;
            margin: 2px 2px 2px 8px;
            width: 80px;
        }

.hint-popup-win-border {
    border-color: transparent transparent #464646 transparent;
    border-style: solid;
    border-width: 11px;
    height: 0;
    width: 0;
    position: absolute;
    left: 10px;
    top: -23px;
}

.def-win {
    position: fixed;
    z-index: 99;
    top: 30%;
    left: 10%;
    width: 600px;
}

    .def-win .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 600px;
        padding: 4px 4px 4px 4px;
    }

    .def-win .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    .def-win .content {
        padding: 6px 4px 6px 4px;
        max-height: 200px;
        overflow-y: auto;
    }

    .def-win .closeimg {
        position: absolute;
        top: 3px;
        left: 590px;
        cursor: pointer;
    }

    .def-win table {
        width: 100%;
    }


/* MAP SETTINGS
---------------------------------------------------------*/

#boxcontainer {
    border: 1px solid #DADADA;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    height: 600px;
}

    #boxcontainer div {
        background-color: #eceff6;
        border: 1px solid #d4dae8;
        color: #333333;
        padding: 3px 4px 3px 4px;
        margin: 2px;
        font-size: 15px;
        vertical-align: top;
        cursor: pointer;
        font-weight: bold;
        display: inline-block;
        width: 250px;
    }

.mapDraggedElem {
    position: absolute;
    z-index: 35;
    filter: alpha(opacity=50);
    opacity: .50;
    cursor: move !important;
}

.mapDraggedElemOutside {
    background-color: #ffebe8 !important;
    border: 1px solid #dd3c10 !important;
    position: absolute;
    z-index: 35;
    filter: alpha(opacity=70);
    opacity: .70;
    cursor: not-allowed !important;
}

/* FIELD SERVICE DASHBOARD
---------------------------------------------------------*/

.fs-dash-board {
    font-size: 12px;
    width: 100%;
    border: 1px solid black;
    width: 100%;
    margin: 6px 0 6px 0;
}

    .fs-dash-board th,
    .fs-dash-board th:hover {
        background-color: green;
        color: white;
        width: 9%;
        word-wrap: break-word;
        border: 1px solid white;
        border-bottom: solid 2px black;
    }

    .fs-dash-board tr .empty-cell {
        background-color: white;
        color: white;
        width: 9%;
        word-wrap: break-word;
        border: 1px solid white;
        border-bottom: solid 2px white;
    }

    .fs-dash-board tr td {
        background-color: white;
        width: 9%;
        word-wrap: break-word;
        border-bottom: solid 1px black;
    }

    .fs-dash-board tr .sep-col {
        width: 0.5%;
    }

    .fs-dash-board tr .type-col {
        width: 9%;
        word-wrap: break-word;
    }

    .fs-dash-board tr .red-col {
        background-color: #990012;
        color: white;
        width: 9%;
        word-wrap: break-word;
    }

    .fs-dash-board tr .green-col {
        background-color: #4AA02C;
        color: white;
        width: 9%;
        word-wrap: break-word;
    }

    .fs-dash-board tr .orange-col {
        background-color: #FFA62F;
        color: white;
        width: 9%;
        word-wrap: break-word;
    }

    .fs-dash-board tr .black-col {
        background-color: #000000;
        color: white;
        width: 9%;
        word-wrap: break-word;
    }

.FixedHeader {
    position: sticky;
    top: 0
}

/* SETTINGS - ACCESS CONTROL
----------------------------------------------------------*/

.access-control {
    width: 960px;
}

    .access-control .codes-tbl {
        border: 1px solid #9E9E9E;
        margin-left: 20px;
        table-layout: fixed;
        width: 190px;
        border-collapse: initial;
        border-spacing: 2px;
        cursor: default;
        font-size: 13px;
    }

        .access-control .codes-tbl .first-col {
            width: 30px;
        }


    .access-control .small-txt {
        width: 36px;
    }

    .access-control .small-dd {
        width: 80px;
        max-width: 80px;
    }

.access-control-3000 {
    width: 960px;
}

    .access-control-3000 .codes-tbl {
        border: 1px solid #9E9E9E;
        margin-left: 20px;
        table-layout: fixed;
        border-collapse: initial;
        border-spacing: 2px;
        cursor: default;
        font-size: 13px;
    }

        .access-control-3000 .codes-tbl .first-col {
            width: 160px;
        }

        .access-control-3000 .codes-tbl .second-col {
            width: 64px;
        }

        .access-control-3000 .codes-tbl .third-col {
            width: 80px;
            max-width: 80px;
        }

        .access-control-3000 .codes-tbl .spacer-col {
            width: 10px;
        }


#access_control_site {
    width: 720px;
}

    #access_control_site table {
        table-layout: fixed;
        width: 100%;
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        cursor: default;
        font-size: 13px;
    }

        #access_control_site table tr .first-row {
            width: 300px;
        }

        #access_control_site table .node {
            background-color: #FFAB91;
            vertical-align: middle;
            border-bottom: 1px solid white;
            height: 28px;
        }

            #access_control_site table .node:hover {
                background-color: #FFEE58;
                vertical-align: middle;
                border-bottom: 1px solid white;
                height: 28px;
            }

            #access_control_site table .node .label-closed {
                text-align: left;
                display: inline;
                cursor: pointer;
                padding: 6px 0px 6px 22px;
                background-image: url('/Images/arrow_right.png');
                background-position-x: 5px;
                background-position-y: center;
                background-repeat: no-repeat;
            }

            #access_control_site table .node .label-opened {
                text-align: left;
                display: inline;
                cursor: pointer;
                padding: 6px 0px 6px 22px;
                background-image: url('/Images/arrow_down.png');
                background-position-x: 5px;
                background-position-y: center;
                background-repeat: no-repeat;
            }

            #access_control_site table .node .chk {
            }

        #access_control_site table .node2 {
            background-color: #FFCCBC;
            vertical-align: middle;
            border-bottom: 1px solid white;
            height: 28px;
        }

            #access_control_site table .node2:hover {
                background-color: #FFEE58;
                vertical-align: middle;
                border-bottom: 1px solid white;
                height: 28px;
            }

            #access_control_site table .node2 .label-closed {
                text-align: left;
                display: inline;
                cursor: pointer;
                padding: 6px 0px 6px 22px;
                background-image: url('/Images/arrow_right.png');
                background-position-x: 5px;
                background-position-y: center;
                background-repeat: no-repeat;
                border-left: 22px solid white;
            }

            #access_control_site table .node2 .label-opened {
                text-align: left;
                display: inline;
                cursor: pointer;
                padding: 6px 0px 6px 22px;
                background-image: url('/Images/arrow_down.png');
                background-position-x: 5px;
                background-position-y: center;
                background-repeat: no-repeat;
                border-left: 22px solid white;
            }

            #access_control_site table .node2 .label-leaf {
                text-align: left;
                display: inline;
                cursor: default;
                padding: 6px 0px 6px 22px;
                border-left: 22px solid white;
            }

            #access_control_site table .node2 .chk {
                margin-left: 7px;
                padding-left: 8px;
                border-left: 2px dotted black;
            }

        #access_control_site table .node3 {
            background-color: #FBE9E7;
            vertical-align: middle;
            border-bottom: 1px solid white;
            height: 28px;
        }

            #access_control_site table .node3:hover {
                background-color: #FFEE58;
                vertical-align: middle;
                border-bottom: 1px solid white;
                height: 28px;
            }

            #access_control_site table .node3 .label-leaf {
                text-align: left;
                display: inline;
                cursor: default;
                padding: 6px 0px 6px 8px;
                border-left: 44px solid white;
            }

            #access_control_site table .node3 .chk {
                margin-left: 20px;
                padding-left: 8px;
                border-left: 2px dotted black;
            }

/* Commands - ACCESS CONTROL
----------------------------------------------------------*/

    #global_access_control {
        position: fixed;
        z-index: 105;
        top: 35%;
        left: 37%;
        width: 350px;
    }

    #global_access_control .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #global_access_control .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #global_access_control .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

    #global_access_control .content {
        padding: 3px 2px 3px 2px;
    }

    #global_access_control .pincodeContent {
        display: flex;
        justify-content: center;
        padding: 6px 4px 6px 4px;
    }

        #global_access_control .pincodeContent .pincode {
            margin: 0 0.5rem;
            padding: 0.5rem;
            border: 1px solid #333;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 3rem;
        }


#csUnlockAcWin {
    position: fixed;
    z-index: 90;
    top: 20%;
    left: 40%;
    width: 360px;
}

    #csUnlockAcWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 360px;
        padding: 4px 4px 4px 4px;
    }

    #csUnlockAcWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #csUnlockAcWin .content {
        padding: 6px 4px 6px 4px;
    }

    #csUnlockAcWin .closeimg {
        position: absolute;
        top: 3px;
        left: 350px;
        cursor: pointer;
    }

    #csUnlockAcWin .picker {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D5D5D5 url('Images/list.png') center center no-repeat;
    }

    #csUnlockAcWin .indent {
        text-align: right;
        display: inline-block;
        width: 114px;
    }




/* Go TO STATIONS & GO TO SCREEN WINDOW
----------------------------------------------------------*/
#send_access_control {
    position: fixed;
    z-index: 105;
    top: 35%;
    left: 37%;
    width: 350px;
}

    #send_access_control .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #send_access_control .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #send_access_control .content {
        padding: 6px 4px 6px 4px;
    }

    #send_access_control .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

#send_3000_access_control {
    position: fixed;
    z-index: 105;
    top: 35%;
    left: 37%;
    width: 350px;
}

    #send_3000_access_control .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #send_3000_access_control .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #send_3000_access_control .content {
        padding: 6px 4px 6px 4px;
    }

    #send_3000_access_control .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

    #send_3000_access_control .picker {
        width: 24px;
        height: 24px;
        border: 0px;
        display: inline-block;
        background: #D5D5D5 url('Images/list.png') center center no-repeat;
    }

#ac_selStation {
    margin-left: 50px;
    width: 180px;
}

#ac_3000_selSet {
    width: 180px;
}

#popupWin {
    position: fixed;
    z-index: 105;
    top: 5%;
    left: 37%;
    width: 100vw;
    overflow-x: visible;
    overflow-y: scroll;
    height: 80vh;
}

    #popupWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }
    #popupWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #popupWin .content {
        padding: 6px 4px 6px 4px;
    }

    #popupWin .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

/* Release Notes
----------------------------------------------------------*/

.releaseHeader {
    width: 100%;
    min-width: 1214px;
    margin-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #C7CDD1;
    padding: 12px 6px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.releaseText {
    color: #3d454c;
    font-size: 16px;
    font-size: 1rem;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    font-weight: bold;
    margin-left: 10px;
}

.releaseItemRow {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 12px 6px 12px 40px;
    box-sizing: border-box;
    border-radius: 0;
    color: #4C5860;
    border: 1px solid #C7CDD1;
    background: #fff;
    min-width: 1214px;
}

.releaseLink {
    float: right;
    color: cornflowerblue;
    font-size: 14px;
    margin: 5px 6px 12px 20px;
    cursor: pointer;
}

.publishBtn {
    background-color: #01A0E4;
    color: #F9F9F9;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 2px 4px 2px;
    margin: 2px 2px 2px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    width: 110px;
    position: absolute;
    right: 10px;
}

    .publishBtn:hover {
        background-color: #0F90C6;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        width: 110px;
        position: absolute;
        right: 10px;
    }

.webAdminPopupWin {
    position: fixed;
    z-index: 105;
    top: 5%;
    left: 20%;
    width: 600px;
}

    .webAdminPopupWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 100%;
        padding: 4px 4px 4px 4px;
    }

    .webAdminPopupWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    .webAdminPopupWin .content {
        padding: 6px 4px 6px 4px;
    }

    .webAdminPopupWin .content-program {
        padding: 6px 4px 6px 4px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .webAdminPopupWin label {
        text-align: right;
        width: 126px;
        display: inline-block;
        padding-right: 5px;
        margin-bottom: 5px;
    }

    .webAdminPopupWin .textbox {
        color: black;
        padding: 3px 3px 3px 3px;
        margin-top: 1px;
        border: 1px solid #C0C0C0;
        margin-bottom: 5px;
        width: 160px;
    }

        .webAdminPopupWin .textbox:disabled {
            padding: 3px 3px 3px 3px;
            border: 1px groove #D9D9D9;
            width: 160px;
            background-color: #D7D7D7;
        }

    .webAdminPopupWin .textbox-ms {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px solid #C0C0C0;
        margin-bottom: 5px;
        width: 120px;
    }

        .webAdminPopupWin .textbox-ms:disabled {
            padding: 3px 3px 3px 3px;
            border: 1px groove #D9D9D9;
            width: 120px;
            background-color: #D7D7D7;
        }

    .webAdminPopupWin .lbl-sml {
        text-align: right;
        width: 35px;
        display: inline-block;
        padding-right: 3px;
        margin-bottom: 5px;
    }

    .webAdminPopupWin .textbox-mid {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px solid #C0C0C0;
        margin-bottom: 5px;
        width: 80px;
    }

        .webAdminPopupWin .textbox-mid:disabled {
            padding: 3px 3px 3px 3px;
            border: 1px groove #D9D9D9;
            width: 80px;
            background-color: #D7D7D7;
        }

    .webAdminPopupWin .textbox-small {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px solid #C0C0C0;
        margin-bottom: 5px;
        width: 40px;
    }

        .webAdminPopupWin .textbox-small:disabled {
            padding: 3px 3px 3px 3px;
            border: 1px groove #D9D9D9;
            width: 40px;
            background-color: #D7D7D7;
        }

    .webAdminPopupWin .textbox-smaller {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px solid #C0C0C0;
        margin-bottom: 5px;
        width: 30px;
    }

        .webAdminPopupWin .textbox-smaller:disabled {
            padding: 3px 3px 3px 3px;
            border: 1px groove #D9D9D9;
            width: 30px;
            background-color: #D7D7D7;
        }

    .webAdminPopupWin .ms {
        width: 36px;
        text-align: left;
        padding-left: 4px;
        padding-right: 0px;
        font-size: 11px;
    }

    .webAdminPopupWin .mst {
        width: 45px;
        text-align: left;
        padding-left: 4px;
        padding-right: 0px;
        font-size: 11px;
    }

    .webAdminPopupWin select {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px solid #C0C0C0;
        margin-bottom: 5px;
        width: 228px;
    }

        .webAdminPopupWin select:disabled {
            padding: 3px 3px 3px 3px;
            border: 1px groove #D9D9D9;
            width: 228px;
            background-color: #D7D7D7;
        }

    .webAdminPopupWin hr {
        color: #e0e0e0;
        background-color: #F5F5F5;
        width: 90%;
        height: 1px;
        border: none;
        margin-bottom: 2px;
        margin-top: 2px;
    }

    .webAdminPopupWin .chk-box {
        padding-left: 4px;
    }

    .webAdminPopupWin .footer {
        background-color: #FDFDFD;
        text-align: center;
    }

    .webAdminPopupWin .picker-Container-mult {
        width: 200px;
        padding-right: 10px;
    }

#releasePopUpWin {
    position: fixed;
    z-index: 105;
    top: 5%;
    left: 37%;
    width: 100vw;
    overflow-x: visible;
    overflow-y: scroll;
    height: 80vh;
}

    #releasePopUpWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 350px;
        padding: 4px 4px 4px 4px;
    }

    #releasePopUpWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #releasePopUpWin .content {
        padding: 6px 4px 6px 4px;
    }

    #releasePopUpWin .closeimg {
        position: absolute;
        top: 3px;
        left: 340px;
        cursor: pointer;
    }

.red-button {
    background-color: #CE3E2E;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 2px 4px 2px;
    margin: 2px 2px 2px 2px;
    border: 1px solid white;
    outline: 1px solid #ccc;
    min-width: 120px;
}

    .green-button:hover {
        background-color: #227804;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        min-width: 120px;
    }

    .green-button:disabled {
        background-color: #D7D7D7;
        color: white;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 2px 4px 2px;
        margin: 2px 2px 2px 2px;
        border: 1px solid white;
        outline: 1px solid black;
        min-width: 120px;
    }

#settingPage .textarea-l {
    color: black;
    padding: 3px 3px 3px 3px;
    border: 1px solid #C0C0C0;
    width: 480px;
    margin-top: 8px;
    height: 200px;
}

    #settingPage .textarea-l:hover {
        color: black;
        padding: 3px 3px 3px 3px;
        border: 1px groove #D9D9D9;
        width: 480px;
        margin-top: 8px;
        height: 200px;
    }

#surveyPopUpWin {
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: visible;
    overflow-y: scroll;
    height: 100%;
    padding-top: 5%;
    padding-left: 30%;
}

    #surveyPopUpWin .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 700px;
        padding: 4px 4px 4px 4px;
    }

    #surveyPopUpWin .title {
        border-bottom: 1px solid #F5F5F5;
        width: 98%;
        padding: 4px 0px 6px 2px;
        background-color: White;
    }

    #surveyPopUpWin .content {
        padding: 6px 4px 6px 4px;
    }

    #surveyPopUpWin table {
        clear: both;
        margin: 0 0 5px 0;
        width: 80%;
        border-collapse: collapse;
        margin-left: auto;
        margin-right: auto;
    }

    #surveyPopUpWin textarea {
        width: 95%;
        /*height: 115px;*/
        padding: 3px;
    }

        #surveyPopUpWin table tr td {
            border: 1px solid #6CACE4;
            background-clip: padding-box;
            background-color: rgba(0,0,0,0.10);
            padding: 10px 15px;
            text-align: center;
            min-width: 20px;
            cursor: pointer;
            font-weight: 600;
        }

            #surveyPopUpWin table tr td:hover {
                border: 1px solid #6CACE4;
                background-clip: padding-box;
                background-color: rgba(0,0,0,0.40);
                padding: 10px 15px;
                text-align: center;
                min-width: 20px;
                cursor: pointer;
                font-weight: 600;
            }

    #surveyPopUpWin table tr .selected {
        border: 1px solid #6CACE4;
        background-clip: padding-box;
        background-color: rgba(0,0,0,0.40);
        padding: 10px 15px;
        text-align: center;
        min-width: 20px;
        cursor: pointer;
        font-weight: 600;
    }

    #surveyPopUpWin .closeimg {
        float: right;
        cursor: pointer;
    }

/* ASSET MANAGEMENT
----------------------------------------------------------*/
.mapContainer button.gm-ui-hover-effect {
    visibility: hidden;
}

.assetDataContainer {
    display: flex;
}

.dataPanelAsset{
    width:50%
}

.dataPanelControllers{
    width: 30%
}


.divContainerLatLong {
    display: flex;
    margin: 15px 0px 0px 20px;
}

.divLatLong{
    width:200px;
    margin-left:2px;
}

.divLatLong input{
    width:190px;
}

.divContainer {
    margin: 15px 0px 0px 20px;
}

.divContainerControllers {
    margin-top:30px;
}

.divContainer input{
    width: 392px;
}

.divContainer textarea {
    width: 397px;
}

#txtNotes {
    resize: none;
}

.assetContent {
    padding: 6px 4px 6px 4px;
    overflow-y: auto;
    max-height: 400px;
}

.fs-container {
    width: 290px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #E3E3E3;
}

#fs-controller-asset label {
    display: inline;
}

.errorMsg {
    display: none;
    color: Red;
}

/* ADD COMPANY 
----------------------------------------------------------*/
#companyContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#companyLeftPanel {
    width: 50%;
}

.divContainerSegments {
    width:50%;
}

.segmentChkBox label {
    text-align: left !important;
    margin-left: 10px;
}

.segmentContent {
    padding: 6px 4px 6px 4px;
    overflow-y: auto;
    max-height: 400px;
}


/* VIDEO LIBRARY MANAGEMENT
----------------------------------------------------------*/
table.video-list {
    table-layout: fixed;
    border: 0;
    width: 770px;
    border-collapse: collapse;
    border-spacing: 0;
}

    table.video-list th {
        color: #6d6464;
        height: 28px;
        text-align: center;
        border-bottom : 1px solid #ccc
    }

    table.video-list tr {
        background-color: #ffffff;
        height: 28px;
        vertical-align: middle;
    }

    table.video-list tr .video-col {
        text-align: center;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 15px;
        font-weight: bold;
        border: 1px solid #ccc;
    }

    table.video-list tr .name-col {
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 10px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    table.video-list tr .category-col-bdr {
        text-align: center;
        overflow: hidden;
        word-wrap: break-word;
        font-weight: bold;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    table.video-list tr .clos-col-bdr {
        border-top: 1px solid #ccc;
        background-color: white;
    }

    table.video-list tr .name-col-bdr {
        overflow: hidden;
        word-wrap: break-word;
        padding-left: 10px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    table.video-list tr .act-col {
        text-align: center;
        overflow: hidden;
        word-wrap: break-word;
    }

    table.video-list tr .act-col a,
    table.video-list tr .act-col-bdr a {
        padding: 0 6px 0 6px;
    }

    table.video-list .act-col-hdr {
        overflow: hidden;
        word-wrap: break-word;
        cursor: default;
        text-align: center;
    }

    table.video-list tr .act-col-hdr a {
        padding: 0 10px 0 10px;
    }

    table.video-list tr .name-col-footer {
        overflow: hidden;
        border-top: 1px solid #ccc;
    }

.addVideoBtn {
    background-color: #CE3E2E;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    padding: 4px 14px 4px 14px;
    border: 1px solid white;
    outline: 1px solid black;
    margin-top: 2px;
    margin-left: -115px;
}

#mainContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#videoLeftPanel {
    width: 60%;
}

#videoRightPanel {
    width: 40%;
}

/* USER PERMISSIONS POP UP HELPER
----------------------------------------------------------*/
.HelperPopUp {
    position: fixed;
    z-index: 90;
    top: 30%;
    left: 30%;
    width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .HelperPopUp .border {
        background-color: White;
        line-height: 1.3em;
        -moz-box-shadow: 0 0 5px #888888;
        -webkit-box-shadow: 0 0 5px #888888;
        box-shadow: 3px 3px 6px #888888;
        border: 1px solid #8B8B8B;
        width: 100%;
        padding: 4px 4px 4px 4px;
    }

    .HelperPopUp .helperTitle {
        border-bottom: 1px solid #F5F5F5;
        width: 95%;
        padding: 4px 0px 6px 2px;
    }

    .HelperPopUp p{
        margin: 5px 26px 0px 12px;
        text-align: justify;
        width: unset !important;
        color: black !important;
        font-size: 14px !important;
    }

    .HelperPopUp a {
        font-size:16px;
    }

/*Custom style to display the validation '*' to the rigth of a header */
.validation-error.float-right {
    float: right;
}