body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 9pt;
    padding:0;
    margin:0;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.hide {
    display: none;
}

/**
This option is only to be used when something is automatically toggling using
.show()/.hide()/.toggle(), but the overall state needs to be managed externally.
In particular, this is used in the toolbar, allowing the toolbar to show/hide
as needed, but external components (such as auth) can control their presence.
**/
.forceHide {
    display: none !important;
}


.toolbar {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    min-height: 36px;
    font-size: 11pt;
    background: #DDD;
    border: 1px solid black;
    z-index: 25;
    float: left;
    overflow: hidden;
    width: 100%;
}
.toolbar .toolbarItem {
    display: block;
    float: left;
}

#Toolbar.quickReplay {
    display: none;
    height: 0;
    min-height: 0;
    top: 0;
}

.plusMinus {
    font-family: monospace;
    font-weight: bold;
    font-size: 14pt;
    padding: 1px;
    cursor: pointer
}

.plusMinus:hover {
    background-color: #EEE;
    color: #555;
    border: 1px solid black;
    padding: 0;
}

#ModeButtons {
    margin-right: 8px;
}
#SizeSpan,
#QualitySpan {
    position: relative;
    margin-top: 8px;
    padding-left: 5px;
}
#ExtraButtons {
    float: right;
}
#Logo, #authButton {
    padding: 3px 7px 0 5px;
    border-left: 1px solid gray;
    margin-bottom: -2px;
    background-color: #e5e5e5;
    cursor: pointer
}

#authButton.selected {
    background-color: white;
}

.authButtonMenu {
    position: absolute;
    width: 100px;
    z-index: 25;
}

.authButtonMenu li {
    border: 1px solid white;
    cursor: pointer;
}

.authButtonMenu li:hover {
    border: 1px solid #999999;
    background-color: #dadada;
    font-weight: normal;
    color: #212121;
}

.ToolbarButton {
    margin: 1px;
    border: 1px solid #DDDDDD;
    vertical-align: top;
    cursor: pointer;
}

.ToolbarButton:hover {
    margin: 1px;
    border: 1px solid #999999;
}

.ToolbarButton .selected {
    border: 1px solid #999999;
}

.selectedModeDisplay {
    border: 1px solid #999999;
}

a.PlusMinus {
    font-family: monospace;
    font-weight: bold;
    font-size: 14pt;
    text-decoration: none;
} a.PlusMinus:link, a.PlusMinus:visited {
      color: black;
      border: 1px solid #DDD;
  } a.PlusMinus:hover {
        background-color: #EEE;
        color: #555;
        border: 1px solid black;
    }

#Left {
    position: relative;
    left: 0;
    top: 0;
    width: 230px;
    z-index: 25;
    float: left;
    clear: none;
    border-right: 1px solid black;
    overflow: hidden;
}
div.sideConf {
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

.selectionList.subList {
    margin-left: 16px;
    margin-top: 2px;
}

.selectionList .selectionListTitle {
    white-space: nowrap;
    margin: 0;
}

.selectionListTitle .title {
    background: url(/static/image/Tree_Server.png) left center no-repeat;
    margin: 1px 0 1px 2px;
    padding: 0 0 0 19px;
    white-space: nowrap;
    cursor: default;
}

.selectionListTitle .disabled {
    color: #666;
    text-decoration: line-through;
}

.listExpand {
    display: inline-block;
    top: -4px;
    margin: 2px;
    height: 11px;
    width: 11px;
    font-size: 10px;
    line-height: 11px;
    vertical-align: top;
    background: #CCC;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.listExpand:hover {
    background: #666;
    color: #CCC;
}

.listExpand.disabled:hover {
    background: #CCC !important;
    color: black !important;
    cursor: default;
}

.selectionList ul {
    padding: 0 0 0 22px;
    margin: 0;
}

.selectionList li {
    list-style: none;
    margin: 0 0 0 1px;
    border-left: 1px dotted #CCC;
    white-space: pre;
    padding-left: 32px;
    z-index: 50;
}

.selectionList .selected, #MapPanel .selected {
    font-weight: bold;
}

.selectionList .selection {
    cursor: pointer;
    background-position: 10px top;
    background-repeat: no-repeat;
}

#ConfigPanel .selectionListTitle {
    margin-top: 1px;
}

#ConfigPanel .selectionListTitle .title {
    background: url(/static/image/Tree_Systems.png) left center no-repeat;
}

#ConfigPanel .selectionList ul {
    margin: 0;
    padding: 0 0 0 10px;
    cursor: pointer;
}

#ConfigPanel .selectionList li {
    background-position: 10px top;
}

#ConfigPanel .selectionList .selected {
    font-weight: bold;
}

.grayText {
    color: #B0B0B0;
}

.LiveList .Camera {
    background-image: url(/static/image/Tree_Camera.png);
}
.LiveList .camera-ptz {
    background-image: url(/static/image/Tree_CameraPTZ.png);
}
.LiveList .camera-loss {
    background-image: url(/static/image/Tree_Loss.png);
}
.LiveList .camera-ptz.camera-loss {
    background-image: url(/static/image/Tree_CameraPTZ_Loss.png);
}
.LiveList .camera-dis {
    display: none;
}
.LiveList .camera-unsupported {
    background-image: url(/static/image/Tree_Camera_Unsupported.png);
}
.LiveList .camera-ptz.camera-unsupported {
    background-image: url(/static/image/Tree_CameraPTZ_Unsupported.png);
}

.LiveList .Audio {
    background-image: url(/static/image/Tree_AudioInput.png);
}

.SearchList .selection {
    background: url(/static/image/Tree_UnCheck.png) 10px center no-repeat;
    padding: 0 0 0 30px;
}

.SearchList .selection.selected {
    background: url(/static/image/Tree_Check.png) 10px center no-repeat;
}

.SearchList .searchInput.halfSelected {
    background: url(/static/image/Tree_HalfCheck.png) 10px center no-repeat;
}

.SearchList .selection.unsupported	{
    background: url(/static/image/Tree_UnCheck_Disabled.png) 10px center no-repeat;
    color: grey;
}

.SearchList .title.selection {
    background-position: 0;
    padding-left: 20px;
}

.SearchList .selected	{
    font-weight: normal;
}

.SearchList .srch-disp	{
    font-weight: bold;
}

.thumbnailOsdContainer {
    bottom: 0;
    position: absolute;
    width: 92%;
    opacity: 0.5;
    left: 4px;
    padding-left: 5%;
    max-height: 20px;
    height: 20px;
    z-index: 50;
}

.thumbnailOsdContainer .timestamp {
    padding-left: 12px;
    padding-right: 20px;
    white-space: nowrap;
}

.thumbnailOsdContainer .zoomOut {
    position: absolute;
    top: 16%;
    left: 0;
    opacity: 1;
}

.thumbnailOsdContainer .zoomOut.disabled {
    opacity: 0.5;
}

.thumbnailOsdContainer .zoomIn {
    left: 15px;
    position: absolute;
    top: 16%;
    opacity: 1;
}

.thumbnailOsdContainer .zoomIn.disabled {
    opacity: 0.5;
}

.thumbnailOsdContainer .Play {
    right: 0;
    position: absolute;
    bottom: 3px;
}

.videoThumbnailOsd {
    opacity: 1;
}

.GroupsList .groupItem {
    background-image: url(/static/image/Tree_Camera.png);
}
.GroupsList .camera-ptz {
    background-image: url(/static/image/Tree_CameraPTZ.png);
}
.GroupsList .camera-loss {
    background-image: url(/static/image/Tree_Loss.png);
    cursor: default;
}
.GroupsList .camera-ptz.camera-loss {
    background-image: url(/static/image/Tree_CameraPTZ_Loss.png);
}
.GroupsList .camera-dis {
    display: none;
}
.GroupsList .Audio {
    background-image: url(/static/image/Tree_AudioInput.png);
}

#addServerShowForm {
    font-size: 1.6em;
    position: relative;
    z-index: 8;
    cursor: pointer;
    width: 50%;
    background: url(/static/image/Tree_ServerAdd.png) left center no-repeat;
    padding: 0 0 0 19px;
    margin-left: 3px;
    white-space: nowrap;
}
#addServerShowForm:hover {
    text-decoration: underline;
}
#SaveView {
    width: 45%;
    cursor: pointer;
    position: relative;
    margin-left: 55%;
    margin-top: 2px;
    display: none;
    visibility: hidden;
}
#addServerFormContainer {
    width: 94%;
    padding: 0 3% 5px;
    position: absolute;
    background-color: white;
    border-bottom: 1px solid black;
    z-index: 2;
}

#addServerFormContainer .close {
    float: right;
    margin-top: -25px;
    font-size: 25px;
    cursor: default;
    font-weight: bold;
    text-align: center;
}

#addServerLoginContainer {
    margin-top: 4px;
}

#addServerLoginContainer .line {
    width: 100%;
    clear: left;
}

#addServerLoginContainer .line .fixedCol {
    float: left;
    width: 65px;
    line-height: 26px;
    vertical-align: middle;
}

#addServerLoginContainer .line .content {
    margin-left: 65px;
}

#addServerLoginContainer input.login {
    width: 100%;
}


#SearchPanel input.dt {
    left: 50px;
}
#SearchPanel label {
    display: block;
    font-size: .8em;
}

#addServerFormContainer select,
#SearchPanel input.dt {
    width: 100%;
}

#addServerFormContainer .buttonBar {
    margin-top: 5px;
}

.buttonBar .button {
    width: 50px;
    margin: 0px;
    padding: 0px;
}

#addServerFormContainer .buttonBar div {
    display: inline-block;
}
.right {
    float: right;
}

#addServerFormContainer .buttonBar .selectAll input {
    vertical-align: middle;
    margin: 0;
}

#ViewPanel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#ViewPanel .View {
    background-repeat: no-repeat;
    background-position: 2px center;
    background-image: url(/static/image/Tree_View.png);
    padding: 0 0 0 22px;
    margin: 1px 0 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
}
#ViewPanel .View:hover {
    background-color: #333;
    color: #CCC;
}

#ViewPanel .selected {
    font-weight:bold;
}
#ViewPanel .folder {
    background-image: url(/static/image/Tree_Folder.png);
    background-repeat: no-repeat;
    background-position: 2px 0;
    white-space: nowrap;
}
#ViewPanel .expanded {
    background-image: url(/static/image/Tree_FolderEx.png) !important;
}
#ViewPanel .folder span {
    padding-left: 22px;
    display: block;
    cursor: pointer;
}
#ViewPanel .folder .View {
    margin-left: 23px;
}
#ViewPanel .folder .folder {
    margin-left: 22px;
}
#ViewPanel .viewRemoval {
    position: absolute;
    display: block;
    right: 0;
    height: 16px; width: 16px;
    margin: 0;	padding: 0;
    background: #CCC;
    color: black;
    font-size: 16px;
    line-height: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
} #ViewPanel .viewRemoval:hover {
      color: white;
      background: red;
  }

#MapPanel .Map .label {
    background-repeat: no-repeat;
    background-position: 2px 0;
    background-image: url(/static/image/Tree_MapAdd.png);
    padding: 0 0 0 22px;
    margin: 1px 0 0 0;
    display: inline-block;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
}

#MapPanel .Map .childExpand {
    display: inline-block;
    top: 1px;
    margin: 2px;
    height: 10px;
    width: 10px;
    font-size: 10px;
    line-height: 10px;
    vertical-align: top;
    background: #CCC;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: -13px;
    margin-right: -8px;
}

.invisible {
    visibility: hidden;
}

#MapPanel .Map {
    white-space: nowrap;
}

#MapPanel .Map .content {
    margin-left: 13px;
    padding-left: 6px;
    border-left: 1px dotted #CCC
}

#MapPanel .Map.rootContainer > .content {
    margin-left: 8px;
}

#MapPanel .Map .content.hasContent {
    padding-top: 2px;
    padding-bottom: 2px;
}

#MapPanel .Map.rootContainer {
    cursor: default;
}

#GroupPanel .groupHeader {
    background-repeat: no-repeat;
    background-position: 2px 0;
    background-image: url(/static/image/Tree_Groups.png);
    padding: 0 0 3px 22px;
    margin: 1px 0 0 0;
    display: inline-block;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
}

#GroupPanel .listExpand {
    margin-left: 6px;
}

#GroupPanel .Group {
    white-space: nowrap;
}

#GroupPanel .selectionListTitle .title {
    margin: 1px 0 1px 2px;
    padding: 0 0 0 19px;
    white-space: nowrap;
    cursor: default;
}

#GroupPanel .selectionList {
    padding: 0 0 3px 0;
}

#GroupPanel .selectionList ul {
    padding: 0 0 0 30px;
}

#GroupPanel .factory {
    background-image: url(/static/image/Tree_Group0.png);
}
#GroupPanel .court {
    background-image: url(/static/image/Tree_Group1.png);
}
#GroupPanel .house {
    background-image: url(/static/image/Tree_Group2.png);
}
#GroupPanel .skyscraper {
    background-image: url(/static/image/Tree_Group3.png);
}
#GroupPanel .station {
    background-image: url(/static/image/Tree_Group4.png);
}
#GroupPanel .office {
    background-image: url(/static/image/Tree_Group5.png);
}

.exchangeButtons {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.exchangeButton {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 2px;
    height: 24px;
    color: black;
    cursor: pointer;
    border-top: 1px solid black;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(/static/image/NavBar_BG.png);
    background-repeat: repeat-x;
}

.exchangeButton:hover {
    background-image: url(/static/image/NavBar_BGH.png);
}
.exchangeButton.selected {
    background-image: url(/static/image/NavBar_BG_Sel.png);
}
.exchangeButton.selected:hover {
    background-image: url(/static/image/NavBar_BG_SelH.png);
}

.exchangeButton span {
    vertical-align: top;
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

.exchangeButton .exchangeIcon {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

.exchangeIcon.cameraIcon {
    background: url(/static/image/NavBar_Cameras.png);
}
.exchangeIcon.viewIcon {
    background: url(/static/image/NavBar_Views.png);
}
.exchangeIcon.triggerIcon {
    background: url(/static/image/NavBar_SoftTrigger.png);
}
.exchangeIcon.mapIcon {
    background: url(/static/image/NavBar_Compass.png);
}
.exchangeIcon.groupIcon {
    background: url(/static/image/NavBar_Groups.png);
}
.exchangeButton .exchangeCounter {
    /*display: block;*/
    position: absolute;
    line-height: 12px;
    top: 0;
    left: 20px;
    background: red;
    padding: 1px 3px;
    border: 2px solid #FFF;
    /*font-size: 11px;*/
    font-weight: bold;
    color: white;
    border-radius: 25px;
    -moz-border-radius: 25px;
}

#Right {
    position: absolute;
    left: 230px;
    top: 40px;
    bottom: 0;
    right: 0;
}

#Right .panelContainer {
    position: relative;
    margin: 0px auto;
    z-index: 1;
}

#Right .SystemsPanel {
    background-color: #F0F0F0;
    border: 1px solid black;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    border-top: 0;
}

.SystemsPanel #configPage {
    position: absolute;
    height: 100%;
    width: 100%;
}

.SystemsPanel .page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    padding-top: 50px; /*To allow for 50px header*/
}

.SystemsPanel .page .header {
    margin-top: -52px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.SystemsPanel .page .header h1 {
    font-weight: bold;
    margin: 0;
    font-size: 22px;
}

.SystemsPanel .page .content.fieldsetContainer {
    margin: 0;
}

.gradient {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(255,255,255,1) 26%, rgba(241,241,241,1) 50%, rgba(241,241,241,1) 50%, rgba(240,240,240,1) 50%, rgba(246,246,246,1) 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(26%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(50%,rgba(240,240,240,1)), color-stop(95%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(255,255,255,1) 26%,rgba(241,241,241,1) 50%,rgba(241,241,241,1) 50%,rgba(240,240,240,1) 50%,rgba(246,246,246,1) 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(255,255,255,1) 26%,rgba(241,241,241,1) 50%,rgba(241,241,241,1) 50%,rgba(240,240,240,1) 50%,rgba(246,246,246,1) 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(255,255,255,1) 26%,rgba(241,241,241,1) 50%,rgba(241,241,241,1) 50%,rgba(240,240,240,1) 50%,rgba(246,246,246,1) 95%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 25%,rgba(255,255,255,1) 26%,rgba(241,241,241,1) 50%,rgba(241,241,241,1) 50%,rgba(240,240,240,1) 50%,rgba(246,246,246,1) 95%); /* W3C */
}

.VideoPanel  {
    position: absolute;
    background-color: #BBB;
    border: 1px solid black;
    z-index: 15;
    text-align: center;
    overflow: hidden;
}

.VideoPanel.hasVideo  {
    background-color: black;
}

.VideoPanel .imgContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.VideoPanel .imgContainer img,  .VideoPanel .imgContainer canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.thumbnailImgContainer {
    margin-left: 4%;
}

.thumbnailClickDisplay {
    border: 2px solid #e59400;
}

.VideoPanel.panelDragSource {
    cursor: url(/static/cursors/Cursor_Unavailable.cur), default;
}

.VideoPanel.panelDragTarget {
    cursor: url(/static/cursors/Cursor_Drag.cur), pointer;
}

.VideoPanel .panelOverlay {
    background-color: #0080ff;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    width: 100%;
}

.panelBar {
    top: 50%;
    position: absolute;
    height: 12px;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    color: white;
    text-align: left;
}
.panelBar h4 {
    position: absolute;
    top: 0;
    margin: 0 10px;
    padding: 0;
    font: bold 18px Arial;
}

.panelBar .osdContainer {
    display: inline;
    font: bold 12px Arial;
    white-space: nowrap;
}

.panelBar .osdContainer.error {
    color: red;
}

.OSD {
    width: auto;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    padding: 3px 10px;
    text-align: center;
    display: block;
}
.OSD h4 {
    position: relative !important;
    margin: 0 auto;
    display: inline;
}
.OSD span {
    position: relative;
    float: none;
    right: 0;
}
#SearchPanel {}
#SearchPanel .SearchTime {
    width: 100%;
    margin: 3px 0;
    position: relative;
}
#SearchPanel .SearchTime label {
    font-weight: bold;
    float: left;
    width: 25px;
    text-align: right;
}
#SearchPanel .SearchTime > span {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 3px;
    background: #CCC;
    font-weight: normal;
    border: 1px solid #333;
    padding: 0 4px;
    cursor: pointer;
}
#SearchPanel > input {
    width: 90%;
    margin: 0 5% 2px;
}
.iPhoneTD label {
    width: 10% !important;
    padding-top: 5px;
}
.iPhoneTD select {
    width: 28%;
    margin-left: 2%;
}
.iPhoneTD input[type=button] {
    width: 50%;
}
.timeEntry_wrap {
    padding: 0;
    margin: 0;
    width: 70%;
}
.timeEntry_wrap > span {
    vertical-align: middle;
}
input.hasTimeEntry {
    padding: 0;
    margin: 0;
    width: 35%;
}
.normalTD input[type=none] {
    width: 25%;
}

#SearchBar {
    border-top: 1px solid black;
    background: #DDD;
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 0px;
    overflow: hidden;
}
#SearchBar #imgButtons {
    position: absolute;
    top: 5px;
    left: 230px;
    right: 0px;
}
#SearchBar img {
    padding: 2px;
    cursor: pointer;
    border: none;
}

#SearchBar #imgButtons .selected {
    border: solid 1px #999;
}

#SearchBar #PlayStat {
    position: absolute;
    margin: 10px;
    margin-left: 480px;
    font-size: 14px;
}
#SearchBar #timestamp {
    font-size: 14px;
    position: absolute;
    right: 0;
    margin: 10px;
}
#SearchBar .SearchTime {
    width: 200px;
    margin-left: 10px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 6px;
}
#SearchBar .SearchTime > label {
    font-weight: bold;
    float: left;
    margin-left: 10px;
    width: 40px;
    text-align: left;
}
#SearchBar .SearchTime > span {
    position: relative;
    display: block;
    margin-left: 45px;
    margin-right: 3px;
    background: #CCC;
    width: 60%;
    font-weight: normal;
    border: 1px solid #333;
    padding: 0 4px;
    cursor: pointer;
}
#SearchBar .SearchTime > input {
    width: 100%;
    margin: 0 5% 2px;
}

#SearchBar .button {
    margin-top: 5px;
}

#SearchBar #SearchButton {
    margin-right: 3px;
    padding:0;
}

#SearchBar #quickExportButton {
    padding:0;
}

.timeEntry_wrap {
    padding: 0;
    margin: 0;
    margin-left: 40px;
    width: 100%;
}
.timeEntry_wrap > span {
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -2px;
}
input.hasTimeEntry {
    padding: 0;
    margin-top: 4px;
    margin-left: 0px;
    width: 32%;
    font-size: 12px;
}
.normalTD input[type=none] {
    width: 25%;
}

#SearchBar .timezoneContainer {
    margin: 5px 0 0 0;
}

#SearchBar #MetaBar {
    position: absolute;
    top: 28px;
    left: 230px;
    right:0;
    margin: 10px;
    height: 152px;
    bottom: 20px;
}
#SearchBar #MetaBar #shiftLeft {
    position: absolute;
    left: 105px;
    margin-top : 0;
}

#SearchBar #MetaBar #shiftRight {
    position: absolute;
    right: -13px;
    margin-top : 0;
}

#SearchBar #MetaBar #zoomIn1 {
    position: absolute;
    left: 133px;
    margin-top : 0;
    opacity: 1;
}

#SearchBar #MetaBar #zoomOut1 {
    position: absolute;
    left: 133px;
    margin-top : 20px;
}

#SearchBar #MetaBar #zoomIn2 {
    position: absolute;
    right: 13px;
    margin-top : 0;
    opacity: 1;
}

#SearchBar #MetaBar #zoomOut2 {
    position: absolute;
    right: 13px;
    margin-top : 20px;
}

#SearchBar #MetaBar #timelineContainer {
    border: 1px solid #C0C0C0;
    position: absolute;
    left: 150px;
    right: 50px;
    margin-top: 0;
    height: 36px;
    z-index: 10;
}

.exportMarker {
    display: none;
    position: absolute;
    height: 440px;
    left: 0;
    width: 1px;
    z-index: 20;
}

.exportMarker .exportHandle {
    position: absolute;
    left: 0;
    width: 1px;
    background: #000000;
    border-color: #DDD;
    border-style: solid;
    border-width: 0 1px 0 1px;
}

.exportMarker .exportHandle.exportTop {
    height: 34px;
}

.exportMarker .exportHandle.exportBottom {
    top: 35px;
    height: 406px;
}

.exportMarker.exportStart .exportHandle.exportTop {
    border-color: #00ff00;
}

.exportMarker.exportEnd .exportHandle.exportTop {
    border-color: #ff0000;
}

#SearchBar #MetaBar #timelineContainer #timeline {
    margin-top: 2px;
    border-top: 2px solid black;
}

#SearchBar #MetaBar #timelineContainer #timeline .timeSpan {
    position: absolute;
    white-space: nowrap;
}

#SearchBar #MetaBar #timelineContainer #timeline .timeSpanMark {
    border-left: 1px solid black;
    height: 12px;
}

#SearchBar #MetaBar .frameSpan {
    position: absolute;
    white-space: nowrap;
}

#SearchBar #MetaBar #timelineContainer #timeline .frameSpan {
    top: 4px;
}

#SearchBar #MetaBar #timelineContainer #timeline .thumbnailSpanMark {
    border-left: 1px solid #FF6347;
    height: 36px;
}

#SearchBar #MetaBar #timelineContainer #timeline .selected {
    position: absolute;
    background-color: #A0A0A0;
    height: 35px;
}

#SearchBar #MetaBar #Scroll {
    position: absolute;
    margin-top: 40px;
    left: 0;
    right: 10px;
    height: 121px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}

#SearchBar #MetaBar #Scroll #metadataContent{
    left: 0;
    right: 50px;
    z-index: 2;
    border: 1px solid #000000;
    height: 288px;
    font: bold 12px Arial;
}

#SearchBar #MetaBar #Scroll .frameSpan {
    top: 1px;
}

#SearchBar #MetaBar #Scroll .thumbnailSpanMark {
    border-left: 1px solid #FF6347;
    height: 17px;
}

#SearchBar #MetaBar #Scroll #metadataContent .inputRow{
    border-bottom: 2px solid black;
    position: absolute;
    width: 100%;
    cursor: pointer;
}

#SearchBar #MetaBar #Scroll #metadataContent .inputRow .inputName{
    width: 139px; /*150px -5px padding -5px padding -1px border*/
    padding-left: 19px;
    padding-right: 5px;
    border-right: 1px solid black;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 2px 0;
}

#metadataContent .inputRow .inputName.camera {
    background-image: url(/static/image/Tree_Camera.png);
}

#metadataContent .inputRow .inputName.audio {
    background-image: url(/static/image/Tree_AudioInput.png);
}

#SearchBar #MetaBar #TimelineSlider {
    top: 0;
    left: 157px;
    height: 200px;
}

#SearchBar #MetaBar #TimelineSlider:focus, #SearchBar #MetaBar #TimelineSlider *:focus {
    outline: 0;
}

#SearchBar #MetaBar #TimelineSlider  .ui-slider-handle {
    z-index: 100;
    position: absolute;
    top: 5px;
    width: 6px;
}

#SearchBar #MetaBar #TimelineSlider span {
    display: block;
    cursor: w-resize;
}

#SearchBar #MetaBar #TimelineSlider  .timelineSliderPointer {
    position: absolute;
    top: -8px;
    left: -2px;
    height: 14px;
    width: 8px;
    background: url(/static/image/Yellow_Pointer.png);
}

#SearchBar #MetaBar #TimelineSlider .timelineSliderHandle {
    position: absolute;
    height: 143px;
    top: 4px;
    left: 0;
    background: #FFFF66;
    width: 5px;
}

#SearchBar #MetaBar #TimelineSlider  .timelineSliderHandleCenter {
    position: absolute;
    height: 143px;
    top: 0;
    left: 2px;
    background: #000000;
    width: 1px;
}

#SearchBar #MetaBar #TimelineSlider .sliderTimeMark {
    position: absolute;
    top: 15px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    white-space: nowrap;
    overflow: visible;
    cursor: default;
}

#SearchBar .sliderClass {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
}

#SearchBar .SearchTimeRange {
    width: 200px;
    margin-left: 10px;
    margin-top: 5px;
}

#SearchBar .SearchTimeRange input{
    font-size:9pt;
}

#SearchBar .SearchTimeRange input[type='text']{
    -moz-appearance: none;
}

#SearchBar .datepicker {
    width: 100%;
    font-size: 12px;
}

#SearchBar .timepicker {
    width: 100px;
}

#SearchBar .time .timeEntry_wrap {
    margin-left: 3px;
}

#SearchBar #endSearchTime {
    padding-top: 5px;
}

#SearchBar .ui-resizable-n {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    cursor: n-resize;
}

.searchBarResizeHelper {
    border-top: 2px solid gray;
}

.leftResizeHelper {
    border-right: 2px solid gray;
}

#MetadataLegend {
    margin-top: 35px;
    width: 210px;
    padding: 2px;
}

#MetadataLegend .fieldset {
    border: 1px solid white;
    padding: 5px 15px 5px 5px;
    margin: 5px;
}

#MetadataLegend .fieldset .fieldsetLegend {
    display: inline;
    position: relative;
    top: -12px;
    background-color: #DDDDDD;
}

#MetadataLegend table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

#MetadataLegend .title {
    text-align: right;
    width: 50%;
    padding-right: 5px;
    padding-bottom: 5px;
}

#MetadataLegend .colorBlock {
    height: 14px;
    border: 1px solid black;
    padding: 0px;
    margin: 0;
}

.colorBlock .top, .colorBlock .bottom {
    height: 7px;
    line-height: 7px;
}

.freeRun .top {
    background-color: rgb(30,179,30); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(30,179,30,1) 0%, rgba(16,93,16,1) 100%);  /*FF3.6+*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,179,30,1)), color-stop(100%,rgba(16,93,16,1)));  /*Chrome,Safari4+*/
    background: -webkit-linear-gradient(top,  rgba(30,179,30,1) 0%,rgba(16,93,16,1) 100%);  /*Chrome10+,Safari5.1+*/
    background: -o-linear-gradient(top,  rgba(30,179,30,1) 0%,rgba(16,93,16,1) 100%);  /*Opera 11.10+*/
    background: -ms-linear-gradient(top,  rgba(30,179,30,1) 0%,rgba(16,93,16,1) 100%);  /*IE10+*/
    background: linear-gradient(to bottom,  rgba(30,179,30,1) 0%,rgba(16,93,16,1) 100%);  /*W3C*/
}

.freeRun .bottom {
    background-color: rgb(16,93,16); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(16,93,16,1) 0%, rgba(30,179,30,1) 100%);  /*FF3.6+*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,93,16,1)), color-stop(100%,rgba(30,179,30,1)));  /*Chrome,Safari4+*/
    background: -webkit-linear-gradient(top,  rgba(16,93,16,1) 0%,rgba(30,179,30,1) 100%);  /*Chrome10+,Safari5.1+*/
    background: -o-linear-gradient(top,  rgba(16,93,16,1) 0%,rgba(30,179,30,1) 100%);  /*Opera 11.10+*/
    background: -ms-linear-gradient(top,  rgba(16,93,16,1) 0%,rgba(30,179,30,1) 100%);  /*IE10+*/
    background: linear-gradient(to bottom,  rgba(16,93,16,1) 0%,rgba(30,179,30,1) 100%);  /*W3C*/
}

.alarm .top {
    background: rgb(255,5,5); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,5,5,1) 0%, rgba(160,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,5,5,1)), color-stop(100%,rgba(160,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,5,5,1) 0%,rgba(160,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,5,5,1) 0%,rgba(160,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,5,5,1) 0%,rgba(160,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,5,5,1) 0%,rgba(160,0,0,1) 100%); /* W3C */
}

.alarm .bottom {
    background: rgb(160,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(160,0,0,1) 0%, rgba(255,5,5,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,0,0,1)), color-stop(100%,rgba(255,5,5,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(160,0,0,1) 0%,rgba(255,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(160,0,0,1) 0%,rgba(255,5,5,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(160,0,0,1) 0%,rgba(255,5,5,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(160,0,0,1) 0%,rgba(255,5,5,1) 100%); /* W3C */
}

.motion .top {
    background: rgb(51,122,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(51,122,255,1) 0%, rgba(0,73,205,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,122,255,1)), color-stop(100%,rgba(0,73,205,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(51,122,255,1) 0%,rgba(0,73,205,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(51,122,255,1) 0%,rgba(0,73,205,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(51,122,255,1) 0%,rgba(0,73,205,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(51,122,255,1) 0%,rgba(0,73,205,1) 100%); /* W3C */
}


.motion .bottom {
    background: rgb(0,73,205); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,73,205,1) 0%, rgba(51,122,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,73,205,1)), color-stop(100%,rgba(51,122,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,73,205,1) 0%,rgba(51,122,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,73,205,1) 0%,rgba(51,122,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,73,205,1) 0%,rgba(51,122,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,73,205,1) 0%,rgba(51,122,255,1) 100%); /* W3C */
}


.noColor .top {
    background: rgb(245,245,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(208,208,208,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(208,208,208,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(208,208,208,1) 100%); /* W3C */
}

.noColor .bottom {
    background: rgb(208,208,208); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(208,208,208,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,208,208,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(208,208,208,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
}

.frameBorder {
    position: absolute;
    top: 0px;
    left: 0px;
    border-style: solid;
    border-width: 4px;
    z-index: 10;
}

.inputMetadataItem {
    position: absolute;
    top: 1px;
    height: 14px;
}

.inputMetadataItem .top, .inputMetadataItem .bottom {
    height: 7px;
    line-height: 7px;
}

.PTZ, .PTZ div.manualPTZ {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 25;
}
.PTZ div.manualPTZ { background: url(/static/image/trans.png); }

.PTZ .ptzSpeed {
    position: absolute;
    left: 0px;
    color: white;
    background: url(/static/image/50black.png);
    margin-top: 17px;
    font-size: 10px;
}

.PTZ div.sCtrl {
    height: 50px;
}
.PTZ ul {
    display: inline;
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 35;
    text-align: right;
    background: url(/static/image/50black.png);
    color: white;
    margin: 0;
    padding: 0;
}
.PTZ ul li {
    display: none;
    list-style: none;
    cursor: pointer;
}
.PTZ ul:hover li{
    display: block;
}
.PTZ ul span {
    text-align: center;
    cursor: default;
}
.PTZ ul:hover span,
.PTZ ul li:hover { text-decoration: underline; }
.PTZ .ptz_ctrls {
    display: block;
    width: 100%;
    position: relative;
    top: 4px;
    z-index: 50;
}
.PTZ .ptz_ctrls .ptz_button,
.PTZ .ptz_ctrls .ptz_value {
    width: 16px;
    height: 16px;
    position: relative;
    margin: 1px 0 0 1px;
    background: url(/static/image/Arrow_BG.png);
    color: white;
    display: block;
    float: left;
    text-align: center;
}
.PTZ .ptz_ctrls .ptz_button {
    cursor: pointer;
}
.PTZ .ptz_ctrls .ptz_button:hover {
    background: #888;
}

/* TODO: Replicate these styles */
.context-menu-item.context-menu-icon {
    /*min-height: 16px; */
    background-repeat: no-repeat;
    background-position: 6px 2px;
}
.context-menu-item.context-menu-icon-check {
    background-image: url(/static/image/Menu_Check.png);
}

.context-menu-item {
    height: 14px;
    clear: both;
}
.context-menu-separator {
    height: 2px;
    line-height: 2px;
}

.context-menu-item .name {
    width: 120px;
    clear: both;
    display: block;
    float: left;
}
.context-menu-item .keyboard {
    width: 40px;
    display: block;
    float: right;
    text-align: right;
    padding-right: 10px;
}

#notify {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    text-align: right;
    z-index: 90;
}
#notify div {
    cursor: pointer;
    font-weight: bold;
    font-size: 10;
}


#Left .ui-resizable-e {
    cursor: e-resize;
    width: 4px;
    right: -2px;
    top: 0px;
    height: 100%;
    /*Must provide a transparent background for IE, otherwise events will pass through*/
    background-image: url("about:blank");
}
html {
    overflow:hidden;
}

.loginRequiredLink {
    cursor: pointer
}

.dialog {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 100;
    border: 1px solid black;
    padding: 3px;
    display: none;
}

.dialog .dialogTitle{
    margin-bottom: 5px;
    cursor: move;
}

.dialog .dialogClose {
    float: right;
    height: 13px;
    width: 13px;
    line-height: 12px;
    cursor: default;
    font-weight: bold;
    background-color: red;
    text-align: center;
    color:white;
}

.dialog .dialogTitleContent {
    font-weight: bold;
}

#ptzControlsDialog {
    width: 187px;
    background-color: #F0F0F0;
}

#ptzControlsDialog fieldset {
    border-color: #FFFFFF;
}

#ptzControlsDialog fieldset div {
    text-align: center;
}

#ptzControlsDialog .presetsContainer {
    width: 160px;
    height: 150px;
    background-color: white;
    border: 1px solid #828790;
    overflow: auto;
}

#ptzControlsDialog .presetsContainer .presetItem {
    text-align: left;
    padding: 2px;
    clear: left;
    cursor: default;
    white-space: nowrap;
}
#ptzControlsDialog .presetsContainer .presetItem .selected {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: bold;
}

#ptzControlsDialog .presetsContainer .presetItem div {
    /*float: left;*/
    text-align: left;
    display: inline;
}

#ptzControlsDialog .presetsContainer .presetItem .presetId {
    width: 30px;
    float: left;
}

#ptzControlsDialog .presetsContainer .presetItem .presetName {
    width: 30px;
    float: left;
}

#ptzControlsDialog img {
    width: 16px;
    height: 16px;
    padding: 3px 3px 3px 2px;
    border: 1px solid black;
}

#softTriggersDialog {
    height: 300px;
    width: 540px;
    background-color: #F0F0F0;
    position: fixed;
}

#softTriggersDialog .dialogHeader {
    height: 50px;
}

#softTriggersDialog #filterBox {
    height: 25px;
    border: 1px solid  #F0F0F0;
}

#softTriggersDialog #filterBox #filterText {
    float: right;
    width: 255px;
    margin-right: 23px;
    margin-bottom: 6px;
}

#softTriggersDialog table {
    position: relative;
    width: 100%;
    background-color: white;
    border: 1px solid #C0C0C0;
    text-align: left;
    font-size: 11px;
    border-collapse: collapse;
    cursor: default;
}

#softTriggersDialog td, #softTriggersDialog th {
    border: 1px solid #C0C0C0;
}


#softTriggersDialog th {
    height: 18px;
}

#softTriggersDialog tr {
    height: 12px;
}

#softTriggersDialog td {
    padding: 0 1px;
}

#softTriggersDialog tr input {
    margin: 1px;
}

#softTriggersDialog tr td.triggerCheckbox {
    width: 14px;
    vertical-align: middle;
}

#softTriggersDialog .t_state {
    color: green;
}

#softTriggersDialog .alarm {
    color: red;
}

.placeholder {
    color: gray;
}

.exportDownload {
    /*line-height: 22px;*/
}

.exportDownload span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}

.exportDownload a span {
    text-decoration: underline;
}

.exportDownload .fileSizeContainer {
    margin-left: 5px;
}

.exportDownload .downloadIcon {
    width: 22px;
    height: 22px;
    background-image: url(/static/image/download-icon.png);
    margin-right: 5px;
}

#ptzControlsDialog img:hover {
    border-color: #3C7FB1;
}

#ptzControlsDialog .ptzZoom {
    vertical-align: middle;
}

#ptzControlsDialog .ptzZoom .ptzZoomLabel {
    padding: 0 34px;
    line-height: 25px;
    vertical-align: top;
}

#ptzControlsDialog .ptzSpeedSlider {
    height: 0.15em;
    background-color: #E7EAEA;
    border: 1px solid;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
#ptzControlsDialog .ptzSpeedSlider .ui-slider-handle {
    position: relative;
    display: block;
    width: 11px;
    height: 19px;
    margin-top: -8px;
    margin-left: -5px;
    cursor: default;
    background-image: url(/static/image/ptzSlider.png);
    border: none;
}

.manualPTZ .row {
    height: 33%;
    width: 100%;
    clear: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.manualPTZ .selectionRectangle {
    position: absolute;
    border: 1px solid green;
    cursor: url(/static/cursors/Cursor_Magnify.cur), pointer;
}


.manualPTZ .row .ptzCursor {
    width: 33%;
    height: 100%;
    float: left;
    background: url(/static/image/trans.png);
}

.manualPTZ .row .ptzCursor.u,
.manualPTZ .row .ptzCursor.c,
.manualPTZ .row .ptzCursor.d {
    width: 34%;
}

.manualPTZ.disabled .ptzCursor
{
    cursor: inherit;
}

.manualPTZ.digitalSelect .ptzCursor.ul,
.manualPTZ.digitalSelect .ptzCursor.u,
.manualPTZ.digitalSelect .ptzCursor.ur,
.manualPTZ.digitalSelect .ptzCursor.l,
.manualPTZ.digitalSelect .ptzCursor.c,
.manualPTZ.digitalSelect .ptzCursor.r,
.manualPTZ.digitalSelect .ptzCursor.dl,
.manualPTZ.digitalSelect .ptzCursor.d,
.manualPTZ.digitalSelect .ptzCursor.dr
{
    cursor: url(/static/cursors/Cursor_Magnify.cur), pointer;

}

.manualPTZ.disabledDigitalSelect .ptzCursor.ul,
.manualPTZ.disabledDigitalSelect .ptzCursor.u,
.manualPTZ.disabledDigitalSelect .ptzCursor.ur,
.manualPTZ.disabledDigitalSelect .ptzCursor.l,
.manualPTZ.disabledDigitalSelect .ptzCursor.c,
.manualPTZ.disabledDigitalSelect .ptzCursor.r,
.manualPTZ.disabledDigitalSelect .ptzCursor.dl,
.manualPTZ.disabledDigitalSelect .ptzCursor.d,
.manualPTZ.disabledDigitalSelect .ptzCursor.dr
{
    cursor: url(/static/cursors/Cursor_Magnify_Disabled.cur), pointer;
}

.ptzCursor.ul {
    cursor: url(/static/cursors/Cursor_Arrow_0.cur), nw-resize;
}
.ptzCursor.u {
    cursor: url(/static/cursors/Cursor_Arrow_1.cur), n-resize;
}
.ptzCursor.ur {
    cursor: url(/static/cursors/Cursor_Arrow_2.cur), ne-resize;
}
.ptzCursor.l {
    cursor: url(/static/cursors/Cursor_Arrow_3.cur), w-resize;
}
.ptzCursor.c {
    cursor: url(/static/cursors/Cursor_Arrow_4.cur), crosshair;
}
.ptzCursor.r {
    cursor: url(/static/cursors/Cursor_Arrow_5.cur), e-resize;
}
.ptzCursor.dl {
    cursor: url(/static/cursors/Cursor_Arrow_6.cur), sw-resize;
}
.ptzCursor.d {
    cursor: url(/static/cursors/Cursor_Arrow_7.cur), s-resize;
}
.ptzCursor.dr {
    cursor: url(/static/cursors/Cursor_Arrow_8.cur), se-resize;
}

.ptzCursor.ul.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_0.cur), nw-resize;
}
.ptzCursor.u.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_1.cur), n-resize;
}
.ptzCursor.ur.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_2.cur), ne-resize;
}
.ptzCursor.l.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_3.cur), w-resize;
}
.ptzCursor.c.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_4.cur), crosshair;
}
.ptzCursor.r.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_5.cur), e-resize;
}
.ptzCursor.dl.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_6.cur), sw-resize;
}
.ptzCursor.d.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_7.cur), s-resize;
}
.ptzCursor.dr.disabled {
    cursor: url(/static/cursors/Cursor_Arrow_Disabled_8.cur), se-resize;
}

#aboutDialog {
    overflow: hidden;
}

#aboutDialog .line {
    display: block;
}

#aboutDialog p {
    font-size: 10px;
}

#aboutDialog .ui-dialog-buttonset {
    margin-top: .5em;
    float: right;
}

.link {
    text-decoration: underline;
    cursor: pointer;
}

#licenseDialog h1 {
    font-size: 16px;
}

#licenseDialog h2 {
    font-size: 14px;
}

#licenseDialog h3 {
    font-size: 12px;
}

.licenseInfo {
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.licenseInfo .modules {
    font-size: 10px;
}

.licenseInfo .license {
    white-space: pre;
    font-family: Courier, serif;
    font-size: 10px;
}

#credentialsForm .field {
    margin-bottom: 5px;
}

#credentialsForm .column {
    float: left;
    line-height: 25px;
    padding-right: 10px;
}

#credentialsForm .fieldValue {
    line-height: 25px;
    margin-left: 32%;
}

.ui-dialog-titlebar {
    border: none;
}

#leftNavBanner {
    width: 100%;
    height: 25px;
    cursor: default;
    color: white;
    padding-left: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    background: rgb(85,131,211); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(85,131,211,1) 0%, rgba(14,66,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,131,211,1)), color-stop(100%,rgba(14,66,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(85,131,211,1) 0%,rgba(14,66,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(85,131,211,1) 0%,rgba(14,66,155,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(85,131,211,1) 0%,rgba(14,66,155,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(85,131,211,1) 0%,rgba(14,66,155,1) 100%); /* W3C */
}

table .sorting_asc {
    background: url(/static/image/sort_asc.png) no-repeat center right;
}

table .sorting_desc {
    background: url(/static/image/sort_desc.png) no-repeat center right;
}
.mapItem {
    z-index: 40;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.mapItem .caption {
    position: absolute;
    font: Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 100px;
    font-size: 10pt;
    line-height: 16px;
}

.mapItem.balloon{
    height: 30px;
    width: 30px;
}
.mapItem.camera.balloon, .mapItem.map.balloon {
    background-image: url(/static/image/MapItemBalloonCamera.png);
}
.mapItem.camera.balloon.active, .mapItem.map.balloon.active {
    background-image: url(/static/image/MapItemBalloonCameraActive.png);
}
.mapItem.camera.balloon.loss, .mapItem.map.balloon.loss {
    background-image: url(/static/image/MapItemBalloonCameraLoss.png);
}
.mapItem.trigger.balloon {
    background-image: url(/static/image/MapItemBalloonTrigger.png);
}
.mapItem.trigger.balloon.active {
    background-image: url(/static/image/MapItemBalloonTriggerActive.png);
}
.mapItem.square{
    height: 29px;
    width: 29px;
}
.mapItem.camera.square, .mapItem.map.square {
    background-image: url(/static/image/MapItemSquareCamera.png);
}
.mapItem.camera.square.active, .mapItem.map.square.active {
    background-image: url(/static/image/MapItemSquareCameraActive.png);
}
.mapItem.camera.square.loss, .mapItem.map.square.loss {
    background-image: url(/static/image/MapItemSquareCameraLoss.png);
}
.mapItem.trigger.square {
    background-image: url(/static/image/MapItemSquareTrigger.png);
}
.mapItem.trigger.square.active {
    background-image: url(/static/image/MapItemSquareTriggerActive.png);
}
.mapItem.pin{
    height: 40px;
    width: 30px;
}
.mapItem.camera.pin, .mapItem.map.pin {
    background-image: url(/static/image/MapItemPinCamera.png);
}
.mapItem.camera.pin.active, .mapItem.map.pin.active {
    background-image: url(/static/image/MapItemPinCameraActive.png);
}
.mapItem.camera.pin.loss, .mapItem.map.pin.loss {
    background-image: url(/static/image/MapItemPinCameraLoss.png);
}
.mapItem.trigger.pin {
    background-image: url(/static/image/MapItemPinTrigger.png);
}
.mapItem.trigger.pin.active {
    background-image: url(/static/image/MapItemPinTriggerActive.png);
}
.mapItem .icon {
    position: absolute;
    height: 16px;
    width: 16px;
}

.mapItem.trigger .icon {
    top: 5px;
    left: 4px;
}
.mapItem.trigger .icon * {
    cursor: inherit;
}
.mapItem.camera .icon {
    top: 6px;
    left: 7px;
    background-image: url(/static/image/Tree_Camera.png);
}
.mapItem.camera.pin .icon {
    top: 8px;
    left: 7px;
}
.mapItem.camera .icon.ptz {
    background-image: url(/static/image/Tree_CameraPTZ.png);
}

.mapItem.map .icon {
    top: 0;
    left: 0;
    background-image: url(/static/image/Map_ToParent.png);
}

.mapItem.map.childMap .icon {
    top: 0;
    left: 0;
    background-image: url(/static/image/Tree_MapAdd.png);
}

.mapItem.map.balloon .icon, .mapItem.map.pin .icon, .mapItem.map.square .icon {
    top: 7px;
    left: 6px;
}

.mapItem.trigger .icon.rotate {
    left: 8px;
}

.mapItem .icon.rotate45 {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mapItem .icon.rotate90 {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mapItem .icon.rotate135 {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mapItem .icon.rotate180 {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mapItem .icon.rotate225 {
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.mapItem .icon.rotate270 {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.mapItem .icon.rotate315 {
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.acquiringVideoOsd, .noVideoOsd {
    color: red;
    font-size: 12px;
}

.fieldsetContainer {
    margin: 0 8px;
    position: relative;
    height: 100%;
    border-color: white;
    border-style: ridge;
    border-width: 1px;
    border-collapse: collapse;
}

.fieldsetContainer .fieldsetTitle {
    top: -8px;
    position: absolute;
    background-color: #F0F0F0;
    left: 3px;
    padding: 0 4px;
}

.fieldsetContainer .fieldsetContent {
    padding-top: 5px;
}

.tab .fieldsetContainer {
    border-color: gray;
}

.tab  .fieldsetContainer .fieldsetTitle {
    top: -12px;
    background-color: white;
}

/**
   Config List Styling
**/

.configList .item {
    margin-left: -12px;
    margin-right: 12px;
    border-left: 1px dotted #CCCCCC;
    padding-left: 12px;
    z-index: 50;
    cursor: pointer;
}

.configList .title {
    white-space: nowrap;
    margin: 0;
    height: 18px;
    line-height: 18px;
}

.configList .title.hasContent {
    margin-left: -20px;
}

.configList .title .disabled {
    color: #666;
    text-decoration: line-through;
}

.configList .item.selected > .title {
    font-weight: bold;
}

.configList .content {
    padding: 0 0 0 22px;
    margin: 0;
}


/** Config List Item Icons **/
.title .icon {
    height: 14px;
    width: 14px;
    margin: 1px 0 1px 2px;
    padding: 2px 0 0 19px;
    white-space: nowrap;
    cursor: default;
}

.configList .systems .title .icon {
    background: url(/static/image/Tree_Systems.png) left center no-repeat;
}

.configList .editSystems .title .icon {
    background: url(/static/image/Tree_ServerAdd.png) left center no-repeat;
}

.configList .client .title .icon {
    background: url(/static/image/Tree_ClientConfig.png) left center no-repeat;
}

.configList .systemInfo .title .icon {
    background: url(/static/image/Tree_ServerSetup.png) left center no-repeat;
}

.configList .system .title .icon {
    background: url(/static/image/Tree_Server.png) left center no-repeat;
}

.configList .addIpCameras .title .icon {
    background: url(/static/image/Tree_CameraIPAdd.png) left center no-repeat;
}

.configList .deviceSettings .title .icon {
    background: url(/static/image/Tree_Device.png) left center no-repeat;
}

.configList .cameraSettings .title .icon {
    background: url(/static/image/Tree_CameraIP.png) left center no-repeat;
}

.configList .cameraSettings.ptz .title .icon {
    background: url(/static/image/Tree_CameraPTZ.png) left center no-repeat;
}

.configList .users .title .icon {
    background: url(/static/image/Tree_Users.png) left center no-repeat;
}

/**
Config Page base styles
**/
.column {
    float: left;
}

.page {
    overflow: auto;
}

.section {
    clear: both;
}

.thumbnailContainer {
    background: #BBBBBB;
    position: absolute;
    border: 1px ridge;
    max-width: 200px;
    max-height: 200px;
    z-index: 50;
}

.thumbnailContainer img {
    width: 100%;
    height: 100%;
}

.thumbnailContainer .not-live {
    font-size: 8px;
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
}

#text-ruler {
    position: absolute;
    left: -400px;
    text-overflow: ellipsis;
    overflow: hidden;
}
