.CompanyList.PageContainer {
    width:100%;
}
.CompanyList:after {
    content: "";
    display: table;
    clear: both;
}
.CompanyList .MainHeader {
    width:20%;
    margin: 0 auto;
}
.CompanyList 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;
}
.CompanyList .EditBtn {
    width:35%;
    display:block;
    float:right;
    cursor:pointer;
    margin-right:5px;
}
.CompanyList .EditBtn img {
    max-width:95%;
}
.CompanyList .DeleteBtn img {
    max-width:95%;
}
.CompanyList .DeleteBtn {
    cursor:pointer;
    display:block;
    float:right;
    width:35%;
}
.CompanyList .CheckActive {
    width:20%;
    cursor:pointer;
}
.CompanyList .ElementName {
    width:50%;
    text-align: center;
    cursor:pointer;
}
.CompanyList .EditDelete {
    width: 40%;
}
.CompanyList .CheckActive input {
    display:block;
    width:25%;
    margin:0 auto;
    float:none;
}
.CompanyList table {
    margin-top:30px;
}
.CompanyList  .FilterInput {
    display: block;
    background-color: white;
}
.CompanyList .table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #eee;
}
.CompanyList table thead {
    background-color: #eee;
}
.CompanyList  .TableRowActions{
    width:20%;
}
.CompanyList  .box:after {
    content: "";
    display: table;
    clear: both;
}
.CompanyList  .box-primary:after {
    content: "";
    display: table;
    clear: both;
}
.CompanyList .form-group:after, .box-header:after {
    content: "";
    display: table;
    clear: both;
}
.CompanyList .NewCompanyButton {
    margin-bottom:20px;
}
