html, body {
    height: 100%;
    color: #3d3d3d;
}

.container {
    /*	max-width: 900px;*/
    height: 100%;
    /*border: solid 1px black;*/
    /*background-color: #f2f2f2;*/
}

.application {
    height: 100%;
}

.table_block {
    width: 700px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
}

.glyphicon {
    cursor: pointer;
}

.load_data {
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
}

.description {
    font-size: 12px;
}

.gridStyle {
    border: 1px solid rgb(212, 212, 212);
    width: 400px;
    height: 300px;
}

.separator {
    list-style: none;
    border-bottom: solid 1px #000000;
}

.select {
    float: right;
}

.checkbox {
    border-bottom: solid 1px #000000;
}

.angular-ui-tree-handle {
    margin: 10px;
    padding: 3px;

}

.angular-ui-tree-handle {
    border: 1px solid;
    color: #324B5A;
    padding: 6px 10px;
    border-radius: 3px;

    border-color: #E2E2E2;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.container {
    width: 1250px;
    max-width: 1250px;
}

tbody > tr > th{
    font-size: 10px;
}
.glyphicon-icon{
    font-size: 10px;
}
.m_count{
    font-size: 9px;
    position: absolute;
    left: 24px;
    top: 17px;
}
.build_info>div.row:not(:first-child){
    padding: 5px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #E2E2E2;
}

.build_info{
    font-style: italic;
}
.ps{
    margin-bottom: 11px;
}
.btn-danger{
    background-color: #DDC7C7;
    border-color: #d3d3d3;
}
a:hover{
    color: #2a77b1;
}
.json_block{
    position: absolute;
    top: 830px;
}
.all_builds .items{
    margin: 15px;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid;
    border-color: #E2E2E2;
}
.acc{
    padding: 2px;
    text-align: center;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    margin: 2px;
    font-style: italic;
}
.acc.Test{
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #EED9B0;
}
.acc.Release{
    color: #468847;
    background-color: #dff0d8;
    border-color:     #B5DA96;
}
.acc.undef{
    color: #F39EA3;
    background-color: #FFE0E1;
    border-color: #ECC7CA;
    font-size: 12px;
    padding: 4px;
}

.all_builds .content>.row{
    margin-top: 3px;
}

.all_builds a{
    color: #332E2E;
}
.all_builds a div.content:hover{
    background-color: #f5f5f5;
    color: #332E2E;
}
.content{
    padding: 15px 20px;
}

.fa-search:before {
    content: "Search:";
}

.fa-caret-up:before {
    content: "\25bc";
}

.fa-caret-down:before {
    content: "\25b2";
}

.new_item pre,.edit_item pre{
    margin: 8px 5px 10px;
}
.row.project-tree{
    margin-top: 20px;
}

.active a{
    color: rgb(163, 33, 33);
}
#file_list div{
    border-radius: 4px;
    background-color:#F6F0F0;
    margin: 5px;
    padding: 5px;
}
.login_form{
    margin-top: 20px;
}