﻿/*.tree-items>li:nth-child(1)>a:before {
    background-image: url('../images/tree_ico1.png');
}

.tree-items>li:nth-child(2)>a:before {
    background-image: url('../images/tree_ico2.png');
}

.tree-items>li:nth-child(3)>a:before {
    background-image: url('../images/tree_ico3.png');
}

.tree-items>li:nth-child(4)>a:before {
    background-image: url('../images/tree_ico4.png');
}

.tree-items>li:nth-child(5)>a:before {
    background-image: url('../images/tree_ico5.png');
}

.tree-items>li:nth-child(6)>a:before {
    background-image: url('../images/tree_ico6.png');
}

.tree-items>li:nth-child(7)>a:before {
    background-image: url('../images/tree_ico7.png');
}*/

/* тид */



.content{
	min-height: 200px;
}
.content-bd {
    padding-top: 12px;
    min-height: 240px;
}

.content-block {
    margin-top: 10px;
}

.content-block>label {
    float: left;
    line-height: 34px;
    color: #000;
}

.con-list {
    display: block;
    margin-left: 87px;
}

.con-list>li {
    float: left;
    line-height: 34px;
    margin-right: 30px;
}

.con-list>li.active>a {
    color: #0090e9;
}

.con-list>li>a,
.con-list>li>span {
    color: #666;
}

.date-lp {
    float: left;
}

.ewb-datetime {
    float: left;
    width: 160px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 0 34px 0 10px;
    background: url('../images/ico_date.png') no-repeat right 9px center;
}

.date-sp {
    float: left;
    width: 20px;
    text-align: center;
    line-height: 34px;
}

.con-list>li>.date-sure {
    float: left;
    width: 60px;
    height: 34px;
    line-height: 32px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    color: #0090e9;
    border: 1px solid #0090e9;
}

@media(max-width:767px) {
    .content-bd {
        padding-top: 0;
    }
    .content-block>label {
        float: none;
    }
    .con-list {
        margin-left: 0;
    }
    .date-lp,
    .ewb-datetime {
        width: 100%;
        margin-bottom: 10px;
    }
    .con-list>li>.date-sure {
        width: 100%;
        margin-left: 0;
    }
    .date-sp {
        display: none;
    }
}

.table-style {
    margin-top: 30px;
}

.state {
    display: inline-block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 14px;
}

.state.ing {
    background-color: #fda400;
}

.state.end {
    background-color: #d2d2d2;
}

@media(max-width:979px) {
    .table-style {
        margin-top: 20px;
    }
}