﻿/* START RESOURCES PANEL */

#vms-resource-grouping-container {
    /* display: table-cell; */
    display: flex;
    justify-content: flex-end;
    vertical-align: middle;
    margin: 1px 0px 0px 10px;
    cursor: pointer;
}

.vms-resources-filter-options-button {
    
}

.vms-resources-filter-options-button.active {
    
}


#monitoring-switch-to-tree-btn {
    width: 25px;
    height: 15px;
    display: inline-block;
    float: left;
    color: #c7cbd1;
    margin-right: 9px;
}
#monitoring-switch-to-tree-btn:before {
    font-size: 22px;
    float: left;
    line-height: 14px;
    margin: 0px 0px 0px 1px;
}

#monitoring-switch-to-accordion-btn {
    width: 25px;
    height: 15px;
    display: inline-block;
    float: left;
    color: #c7cbd1;
}

#monitoring-switch-to-accordion-btn:before {
    font-size: 22px;
    float: left;
    line-height: 14px;
    margin: 0px 0px 0px 2px;
}

#monitoring-switch-to-tree-btn.active,
#monitoring-switch-to-accordion-btn.active {
    color: #358cd8;
}

    #monitoring-switch-to-tree-btn:hover,
    #monitoring-switch-to-accordion-btn:hover {
        color: #69b9ff;
    }

    #monitoring-switch-to-tree-btn.disabled,
    #monitoring-switch-to-accordion-btn.disabled,
    #monitoring-switch-to-tree-btn.disabled:hover,
    #monitoring-switch-to-accordion-btn.disabled:hover {
        cursor: not-allowed;
        pointer-events: none;
        color: #606263;
    }
















#vms-table-scroll {
    max-height: 500px;
    overflow: auto;
}

#vms-resources-filter-section {
    width: 100%;
    border-bottom: solid #1a2028 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#vms-resources-filter-options {
    color: #b5b5b6;
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin-left: 15px;
}

    #vms-resources-filter-options .active {
        color: #ffffff;
        font-family: Arial, sans-serif;
    }


#vms-resources-search-section {
    height: 9%;
    background-color: #4C4B55;
    padding: 7px;
}

#vms-resources-search-button-wrapper {
    height: 42px;
    display: table;
    vertical-align: middle;
    width: 100%;
}

/*.vms-resources-filter-options-button {
    width: 100px;
    height: 40px;
    background-color: #21282f;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #b5b5b6;
    border: none;
}*/

    /*.vms-resources-filter-options-button.active {
        background-color: #546b7f;
        font-family: OpenSans-Semibold;
        color: #ffffff;
        border: none;
    }*/

#vms-resources-filter-options-more {
    color: #c5c8ce;
    font-size: 14px;
    font-family: Arial;
}

#vms-tree-filter {
    height: 35px;
    position: relative;
    display: table;
    width: 100%;
    /* border-top: 1px #1f3f74 solid;
    border-bottom: 1px #1f3f74 solid; */
    /*border-top: 1px solid #1A2028;*/ /*#383D43*/
    /* border-bottom: 1px solid #1A2028; */
    /* box-shadow: 0 0 0 1px #1A2028, 0 0 0 2px #383D43; */
    margin-bottom: 5px;
}

#vms-resources-filter-input {
    background-color: #292d35;
    display: block;
    margin: auto;
    /*margin-top: 15px;*/
    color: #606263;
    font-size: 14px;
    font-family: Arial;
    /*background-color: #ffffff;*/
    border: none;
    /* border-right: 1px #383c43 solid; */
    /*border-bottom:*/ 
    height: 32px;
    padding: 0;
    padding-left: 25px;
    display: table-cell;
    width: calc(80% - 20px);
    outline: none;
    /*background: #ffffff url(/app/images/icons/search_lense.png) no-repeat 95% 5px;*/
}

#vms-resources-filter-input:-ms-input-placeholder  {
    /* font-weight: bold; */
}

#vms-resources-filter-search-btn {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
}


/*#vms-resources-filter-section input {
    width: 90%;
    height: 100%;
    border: 0;
    border-radius: 3px;
    color: #C5C8CE;
    font-size: .9em;
    background:  url(../../../images/icons/search_lense.png) no-repeat right center;
    background-color: #ffffff;
}*/


/* A draggable divider line between resource groups and resources */
#vms-panel-resources-divider {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    height: 7px;
    background: #1a2028 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAIAAAByV3HfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAB9JREFUKFNjEBKTphZiOHXnJZCiCjnqLtJI6rlLTBoAq5GHYuxcaUAAAAAASUVORK5CYII=') /*/app/images/icons/dragger_vertical.png*/ no-repeat center center;
    cursor: pointer;
}

/*#vms-resource-grouping-container {
    width: 100%;
    height: calc(100% - 45px);
}*/


.vms-resource-group-view {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: auto;
    overflow-y: hidden;
    /*border: 1px solid yellow;*/
    background: #31353f; /*Scroll bar fixes*/
}
.vms-resource-group-view .vms-resources-treeview-container .edit-mode .vms-buttons-edit-mode .vms-treeview-edit-button-cancel {
    margin-left: 84px;
}

.available-resource-header-in-tree {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.vms-grouping-scroller {
    height: 90%;
    width: 5%;
    background-color: #546b7f;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    right: 0;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #c5c8ce;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #c5c8ce;
    position: absolute;
    bottom: 15px;
    cursor: pointer;
}*/

/***** Accordion bootstrap overrides START *****/

.vms-resources-accordion-container {
    /*display: none;*/
}

.vms-resources-accordion {
    cursor: pointer;
    margin: 0;
    overflow: auto;
    position: relative;
}

.vms-resources-accordion-panel {
    border: 0;
    margin: 0;
    overflow-y: auto;
    position: relative;
}


    .vms-resources-accordion-panel:nth-of-type(1) {
        border-top: 1px solid #2e3947;
    }

    .resources-in-views-inner .vms-resources-accordion-panel:nth-of-type(1) {
        border-top:none !important;
    }


/*.vms-resources-accordion-panel > :not(.vms-resources-accordion-subpanel) {
    display: none;
}*/

.vms-resources-accordion-panel-header {
    display: table;
    background-color: #21282f;
    border-bottom: 1px solid #2e3947;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
}

/* Change the panel color when active */
.vms-resources-accordion-panel.active .vms-resources-accordion-panel-header {
    background-color: #2b3542;
    border-left: 5px solid #546b7f;
    border-top: 1px black ridge;
}

/* Add a group icon before the panel title */
.vms-resources-accordion-panel-header::before {
    content: url(/app/images/icons/tree_icons/group.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
}

.vms-resources-accordion-panel-header::after {
    content: url(/app/images/layout/panels/profile_accordion/category_expand.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
}


.vms-resources-accordion-panel.active > .vms-resources-accordion-panel-header::after {
    content: url(/app/images/layout/panels/profile_accordion/category_collapse.png);
}

/* Add a SELECTED group icon before the panel title if active*/
.vms-resources-accordion-panel.active .vms-resources-accordion-panel-header::before {
    content: url(/app/images/icons/tree_icons/group.png);
}


.vms-resources-accordion-panel-header-generic {
    display: table;
    background-color: #21282f;
    border-bottom: 1px solid #2e3947;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
}


    .vms-resources-accordion-panel-header-generic::after {
        content: url(/app/images/layout/panels/profile_accordion/category_expand.png);
        display: table-cell;
        line-height: 10%;
        vertical-align: middle;
        position: relative;
        right: -10px;
        width: 13px;
    }


.vms-resources-accordion-panel.active > .vms-resources-accordion-panel-header-generic::after {
    content: url(/app/images/layout/panels/profile_accordion/category_collapse.png);
}


.icon-group-videosource::before {
    content: url(/app/images/icons/accordion/static_camera.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}

.icon-group-view::before {
    content: url(/app/images/icons/accordion/tview.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}

.icon-group-audiosource::before {
    content: url(/app/images/icons/accordion/microphone.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}

.icon-group-tour::before {
    content: url(/app/images/icons/accordion/microphone.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}

.icon-group-url::before {
    content: url(/app/images/icons/accordion/treeLink.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}


.icon-group-url-in-tree::before {
    content: url(/app/images/icons/accordion/treeLink.png);
    display: inline;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}

.icon-group-videosource-in-tree::before {
    content: url(/app/images/icons/accordion/static_camera.png);
    display: inline;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}

.icon-group-view-in-tree::before {
    content: url(/app/images/icons/accordion/tview.png);
    display: inline;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}

.icon-group-audiosource-in-tree::before {
    content: url(/app/images/icons/accordion/microphone.png);
    display: inline;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}

.icon-group-tour-in-tree::before {
    content: url(/app/images/icons/accordion/microphone.png);
    display: inline;
    line-height: 10%;
    vertical-align: middle;
    width: 30px;
    padding-right: 16px;
}






/*.vms-resources-accordion-panel-header-views::before {
    content: url(/app/images/icons/tree_icons/group.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
}*/

.vms-resources-accordion-panel-title {
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
}

.vms-resources-accordion-panel.active .vms-resources-accordion-panel-title {
    font-weight: bold;
}

/*** SUBPANEL STYLES START */

.vms-resources-accordion-subpanel {
    display: none;
    height: 30px;
    width: 100%;
    padding-left: 30px;
}


/* Open a sub-panel when the parent panel becomes active*/
.vms-resources-accordion-panel.active > .vms-resources-accordion-subpanel {
    display: table;
}

.vms-resources-accordion-subpanel.active {
    background-color: #37414d;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.vms-resources-accordion-subpanel.disabled {
    opacity: 0.5;
}

.vms-resources-accordion-subpanel-title {
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    display: block;
    max-width: 328px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-top: 5px;
    height: 100%;
}

.vms-resources-accordion-subpanel.active > .vms-resources-accordion-subpanel-title {
    font-weight: bold;
}

/* Add a camera icon before the sub-panel title */
/* Resource-specific icons*/
.vms-resources-accordion-subpanel.vms-resource-video-source::before,
.vms-treeview-resource-panel.vms-resource-video-source::before {
    content: url(/app/images/monitoring/treeview/normal/VideoSource.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 20px;
}

.vms-resources-accordion-subpanel.vms-resource-video-source.active::before, .vms-treeview-resource-panel.vms-resource-video-source.active::before {
    content: url(/app/images/monitoring/treeview/normal/VideoSource.png);
    width: 20%;
}

.vms-resources-accordion-subpanel.vms-resource-url::before,
.vms-treeview-resource-panel.vms-resource-url::before {
    content: url(/app/images/monitoring/treeview/normal/Url.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 20px;
}

.vms-resources-accordion-subpanel.vms-resource-url.active::before, .vms-treeview-resource-panel.vms-resource-url.active::before {
    display: table-cell;
    content: url(/app/images/monitoring/treeview/normal/Url.png);
    width: 20%;
}

.vms-resources-accordion-subpanel.vms-resource-audio-source::before, .vms-treeview-resource-panel.vms-resource-audio-source::before {
    content: url(/app/images/monitoring/treeview/normal/AudioSource.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 20%;
}

.vms-resources-accordion-subpanel.vms-resource-audio-source.active::before, .vms-treeview-resource-panel.vms-resource-audio-source.active::before {
    content: url(/app/images/monitoring/treeview/normal/AudioSource.png);
    width: 20%;
}

/*.vms-resources-accordion-subpanel.map::before, .vms-treeview-resource-panel.map::before {
    content: url(/app/images/icons/tree_icons/map.png);
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 20%;
}*/

/*.vms-resources-accordion-subpanel.map.active::before {
    content: url(/app/images/icons/tree_icons/map.png);
    width: 20%;
}*/

.vms-resources-accordion-subpanel:hover {
    /*background-color: #606263;*/
    border: 1px outset #606263;
}

/* Icons for the resources*/
vms-resources-accordion-subpanel-title.vms-resource-ptz-video-source::before {
    content: url("/app/images/monitoring/treeview/normal/PtzVideoSource.png");
    display: table-cell;
    line-height: 10%;
    vertical-align: middle;
    width: 20%;
}



/*** SUBPANEL STYLES END */

/* FLAT TREE */
.vms-treeview {
    height: 100%;
    cursor: pointer;
    margin: 0;
    overflow: auto;
    position: relative;
    overflow-x: hidden;
}

.vms-dragging-queue-toggler {
    display: block;
    background-color: #295287; 
    padding: 5px;
    margin-right: 5px;
    float: left;
    color: #295287;
    font-size: x-small;
    height: 100%;
    border-top: 1px solid #546b7f;
    border-left: 1px solid #546b7f;
    border-right: 1px solid #546b7f;
}

.vms-dragging-queue-toggler.active {
    background-color: #337ab7;
    color: #ffffff;
}

#vms-flat-tree-breadcrumbs {
    display: block;
    /*height: 15px;*/
    color: #b5b5b6;
    padding: 3px;
}

.vms-flat-tree-breadcrumb {
    text-decoration: underline;
    font-size: 11px;
}

.vms-treeview-panel {
    border: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    height: 100%;
}

.vms-treeview-hidden {
    display: none;
}

/* Hide if not active */
.vms-treeview-panel > .vms-treeview-panel {
    display: none;
}


.vms-treeview-panel:nth-of-type(1) {
    border-top: 1px solid #2e3947;
}

.vms-treeview-panel.active {
    font-weight: bold;
}

.vms-treeview-resource-panel {
    /*display: none;*/
    height: 30px;
    width: 95%;
    margin-left: 5%;
    background-color: #353f4c;
}


    .vms-treeview-resource-panel.active {
        background-color: #37414d;
    }

.vms-treeview-panel.active > .vms-resources-accordion-panel-header {
    background-color: #2b3542;
    border-left: 5px solid #546b7f;
    border-top: 1px black ridge;
}

.vms-treeview-resource-panel.active .vms-resources-accordion-subpanel-title {
    font-weight: bold;
}

.vms-treeview-panel.active .vms-resources-accordion-panel-title {
    font-weight: bold;
}

.vms-treeview-resource-panel.map.active::before {
    content: url(/app/images/icons/tree_icons/map.png);
    width: 20%;
}

.vms-treeview-panel.active > .vms-resources-accordion-panel-header::after {
    content: url(/app/images/layout/panels/profile_accordion/category_collapse.png);
}

.vms-treeview-panel.active .vms-resources-accordion-panel-header::before {
    content: url(/app/images/icons/tree_icons/group.png);
}

.vms-treeview-resource-panel > .vms-resource-video::before {
    content: url(/app/images/icons/tree_icons/static_camera.png);
    margin-right: 3px;
}

.vms-treeview-resource-panel > .vms-resource-ptz::before {
    content: url(/app/images/icons/tree_icons/ptz_camera.png);
    margin-right: 3px;
}

.vms-treeview-resource-panel > .vms-resource-audio::before {
    content: url(/app/images/icons/tree_icons/microphone.png);
    margin-right: 3px;
}

.vms-treeview-resource-panel > .vms-resource-url::before {
    content: url(/app/images/icons/tree_icons/treeLink.png);
    margin-right: 3px;
}


/* Open a sub-panel when the parent panel becomes active*/
/*.vms-treeview-panel.active .vms-treeview-resource-panel {
    display: table;
}*/

.vms-treeview-resource-panel:hover {
    border: 1px outset #606263;
}

#btn-flatten-tree {
    width: 20px;
    background-color: #b5b5b6;
    color: #2e3947;
    /*background-image: url(/app/images/chevron_down.png);
    background-repeat: no-repeat;*/
}

.view-row-even span.vms-resources-accordion-subpanel-title {
    color: black;
}

.view-row-odd span.vms-resources-accordion-subpanel-title {
    color: black;
}

.accordionRowHover:hover {
    background-color: #B0D3F1;
    border: none;
}



/* new icons in hierarchy tree */

/*
.videosource-icon{
    background-image:url('/app/images/monitoring/treeview/normal/VideoSource.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.videosource-ptz-icon{
    background-image:url('/app/images/monitoring/treeview/normal/PtzVideoSource.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.audiosource-icon{
    background-image:url('/app/images/monitoring/treeview/normal/AudioSource.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.relay-output-icon{
    background-image:url('/app/images/monitoring/treeview/normal/RelayOutput.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.url-icon{
    background-image:url('/app/images/monitoring/treeview/normal/Url.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.view-icon{
    background-image:url('/app/images/monitoring/treeview/normal/View.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.tour-icon{
    background-image:url('/app/images/monitoring/treeview/normal/tour.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.resourcegroup-icon{
    background-image:url('/app/images/monitoring/treeview/normal/ResourceGroup.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}


.playbackvideosource-icon{
    background-image:url('/app/images/monitoring/treeview/normal/PlaybackVideoSource.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.playbackaudiosource-icon{
    background-image:url('/app/images/monitoring/treeview/normal/PlaybackAudioSource.png');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}

.mixedvideo-icon{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNDNmNDE5MC04NDQ4LTQ2N2QtYmViMS01Yzg2NDc4M2YyOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEVBRTc2MjQyOTE4MTFFNTgxQjlDRjdGMjc0OUFFOEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEVBRTc2MjMyOTE4MTFFNTgxQjlDRjdGMjc0OUFFOEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzQzZjQxOTAtODQ0OC00NjdkLWJlYjEtNWM4NjQ3ODNmMjk5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0M2Y0MTkwLTg0NDgtNDY3ZC1iZWIxLTVjODY0NzgzZjI5OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlTAXOoAAAE5SURBVHjavNMxS0JRFMBxNRGkoUgDF9ewphrCQRyiIcIgcEiDPkPQEERDNLUFTrq7ZAg5CAYuLk+IQBQhaSioKJqCCCKh4PU/cJTXAzURvPDj8LjvnnfvOfc5TdN0jDJcjhGH2/pwfnHpIdyiicNEfL01KIHTfgSSFAhzmEcWRyR6GuYIN1hADRHckTSF2f/uYFoWwQeZrCIIP04FO/romUCTTBHS2MQkvmEgBKnTicyTqO3ucbQfxFDBJ4pI4hgT2MIytl36xUXtQGd84Vq3fYUVbGCPr2aIZ1iyFrGOvCaSGgS0lc8sSFna7dVYwlq3BiySQrzoi2196R4HmMGOesQ+SfP2i2Ro0cpMvtkKuqvdkPGKVdntnwQsiva5bFmtQU47kh7qXyD5O6GBsB7zoe9FGvvf+CvAAL8dauxvDGgaAAAAAElFTkSuQmCC');
    background-repeat:no-repeat;
    padding:1px 10px;
    margin-left:-15px;
}
*/
    .monitoring-search-container{
        margin: 0px 0px 5px 1px;
    }

/*******************************/
