﻿.viewers_selected {
    background-image:url(../Images/list-viewers-icon-selected.png);
    background-repeat: no-repeat;
    opacity:0.85;
    width:48px;
    height:48px;
}

.viewers_unselected {
    background-image:url(../Images/list-viewers-icon.png);
    background-repeat: no-repeat;
    opacity:0.85;
    width:48px;
    height:48px;
}

.sites_selected {
    background-image:url(../Images/list-sites-icon-selected.png);
    background-repeat: no-repeat;
    opacity:0.85;
    width:48px;
    height:48px;
}

.sites_unselected {
    background-image:url(../Images/list-sites-icon.png);
    background-repeat: no-repeat;
    opacity:0.85;
    width:48px;
    height:48px;
}

/* CSS Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.clearfix { zoom: 1; } /* IE 6/7 */

.ui-autocomplete {
            padding: 0;
            list-style: none;
            background-color: #fff;
            width: 218px;
            border: 1px solid #B0BECA;
            max-height: 350px;
            overflow-y: scroll;
        }

            .ui-autocomplete .ui-menu-item a {
                border-top: 1px solid #B0BECA;
                display: block;
                padding: 4px 6px;
                color: #353D44;
                cursor: pointer;
            }

            .ui-autocomplete .ui-menu-item:first-child a {
                border-top: none;
            }

            .ui-autocomplete .ui-menu-item a.ui-state-hover {
                background-color: #D5E5F4;
                color: #161A1C;
            }

        .ui-helper-hidden-accessible {
            display: none;
        }
#ui-id-1 {
font-size:12px;
}

/*.listsites {
background-color: rgb(227, 227, 227);
background-image: none, linear-gradient(rgb(246, 246, 246) 0px, rgb(234, 234, 234) 100%);
background-position: 50% 50%, 50% 50%;
background-repeat: repeat, repeat;
border-bottom-color: rgb(197, 197, 197);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(197, 197, 197);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(197, 197, 197);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(197, 197, 197);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
color: rgb(46, 46, 46);
cursor: pointer;
display: block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 1.6em;
line-height: normal;
position: relative;
visibility: visible;
white-space: nowrap;
width:200px;
}

.siteitem {
  display: block;
  align-content:center;
  vertical-align:middle;
  opacity: 0.75;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 5px solid #ffffff;
  background:#ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #ffffff;
  -webkit-box-shadow: 0px 0px 5px #ffffff;
  box-shadow: 0px 0px 5px #ffffff;
}*/