.SiteList.PageContainer {
    width:100%;
}
.SiteList:after {
    content: "";
    display: table;
    clear: both;
}
.SiteList .MainHeader {
    width:20%;
    margin: 0 auto;
}
.SiteList input {
    width: 20%;
    text-indent:5px;
    height:30px;
    float:right;
    border-radius: 5px 25px 25px 5px;
    background:white;
    border:0;
    outline:0;
    box-shadow:none;
}
.SiteList .EditBtn {
    width:35%;
    display:block;
    float:right;
    cursor:pointer;
    margin-right:5px;
}
.SiteList .EditBtn img {
   width:80%;
}
.SiteList .DeleteBtn img {
    width:80%;
}
.SiteList .DeleteBtn {
    cursor:pointer;
    display:block;
    float:right;
    width:35%;
}
.SiteList .Url {
    width:50%;
    cursor:pointer;
    vertical-align:middle ;
}
.SiteList .Blocked {
    width:20%;
    cursor:pointer;
}
.SiteList .EditDelete {
    width: 20%;
}
.SiteList .Blocked input {
    display:block;
    width:15%;
    margin:0 auto;
    float:none;
}
.SiteList table {
    margin-top:30px;
}
.SiteList  .FilterInput {
    display: block;
    background-color: white;
}
.SiteList .table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #eee;
}
.SiteList table thead {
    background-color: #eee;
}
.SiteList  .TableRowActions{
    width:20%;
}
.SiteList  .box:after {
    content: "";
    display: table;
    clear: both;
}
.SiteList  .box-primary:after {
    content: "";
    display: table;
    clear: both;
}
.SiteList .form-group:after, .box-header:after {
    content: "";
    display: table;
    clear: both;
}
