body{
    background: #839098;
}
.listBlock{
    width:100%;
    padding: 20px;
    background-color: #F1F1EE;
}
.listBlock .listBlock-head{

    clear:both;
    width: 100%;
    height: 30px;
    border-bottom:2px solid #0077b3;
}
.listBlock .listBlock-head div{
    float:left;
    width:15%;
    padding:8px;
}
.listBlock .listBlock-body .listBlock-item{
    width:100%;
    clear:both;
}
.listBlock .listBlock-body .listBlock-item:hover{
    background-color: #D1DBE2;
}
.listBlock .listBlock-body .listBlock-col{
    float:left;
    width:15%;
    padding:8px;
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listBlock .listBlock-body .listBlock-col .listAction-btn{
    height:17px;

}

.filterContainer{
    position: fixed;
    margin-left: 59px;
    margin-top: -65px;
    padding: 10px;
    background-color: #fff;
    border-left: 1px solid #c6d0da;
    border-right: 1px solid #c6d0da;
    border-bottom: 1px solid #c6d0da;
    z-index: 10;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.filterContainer-tab{
    float: left;
    position: fixed;
    margin-top: 28px;
    background-color: #fff;
    padding: 7px;
    margin-left: -11px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor:pointer;
    transition: all;
    font-family: Lato, Arial, sans-serif;
    text-transform: uppercase;
    font-size:12px;
    border-left: 1px solid #c6d0da;
    border-right: 1px solid #c6d0da;
    border-bottom: 1px solid #c6d0da;
}
.filterContainer-tab:hover{
    background-color: #DDDEDF;
}
.filterContainer select{
    width:120px;
    font-size: 15px;
}
.filterContainer a{
    margin-right:5px;
    color:#C9C9C9;
}
.filterContainer a:hover{
    color:#5f6f81;
}

.formBlock{
    padding:20px;
    background-color: #F1F1EE;
}
.formBlock .formBlock-row{
    width:100%;
    clear: both;
    border-bottom: 1px solid #c6d0da;
}
.formBlock .formBlock-col.formBlock-label{
    width:15%;
}
.formBlock .formBlock-col.formBlock-label label{
    padding-top: 10px;
    margin-top: 18px;
    color:#5f6f81;
}
.formBlock .formBlock-col{
    float:left;
    width:85%;
    margin:10px 0 10px 0;
}

.contentBlock{
    padding:20px;
    background-color: #F1F1EE;
}