/*
DISCUSSION LIST

*/

.list-block {
    cursor: pointer;
    padding: 0px;
    background: #b3e6ff linear-gradient(to left, #b3e6ff 0%, white, #b3e6ff);
    border-bottom: 1px solid grey;
    color: #506a6b;
    font-size: 16px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    margin-left: 2px;
    margin-right: 1px;
    margin-bottom: 5px;
}

.left-block {
    width: 60px;
    background: #d9d9f2;
    text-align: center;
}

.doc {
    font-size: large;
    font-weight: bold;
}

.ch {
    font-size: large;
    font-weight: bold;
}


.disc-block {
    /*   display:inline-block; */
}

.disc-block .task {
    background: inherit;
    color: black;
}

.disc-block .task-desc {
    background: inherit;
    color: black;
}

/* Message box */
.p_box {
    margin: 5px 1px;
    padding: 1px;
    background: #ececf8;
    border: 1px solid #8f8fd6;
}

.p_title {
    background-color: #a3a3dc;
    font-weight: bold;
    font-size: large;
}

.p_tags {
    padding: 2px;
    font-size: small;
}

.tag {
    font-size: small;
    color: #39739d;
    padding: 1px;
    margin: 1px 2px;
    background-color: #E1ECF4;
    border: 1px solid #c7dcea;
}

.tag a {
    text-decoration: none;
}

.tag a:hover {
    background-color: #c7dcea;
}

.big {
    font-size: large;
}

.big a {
    display: inline-block;
    margin: 5px;
}

.rating {
    padding: 0px 5px;
    font-weight: bold;
    display: inline-block;
    /*   width:65px; */
    color: green;
}


.arrow-up {
    color: green;
    display: inline-block;
    cursor: pointer;
}

.arrow-down {
    color: red;
    display: inline-block;
    cursor: pointer;
}


.user-info {
    display: inline-block;
    font-size: small;
    text-align: right;
}

.user {
    color: black;
    font-weight: bold;
}

.engineer {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.date {

}

.delete-msg {
    font-size: small;
    color: red;
}

.delete-msg a {
    cursor: pointer;
}

.restore {
    font-size: small;
    color: green;
}

.restore a {
    cursor: pointer;
}


/* ADD FORM  */
.add {
    width: 100%;
    padding: 5px;
    margin: 5px;
    border: 1px solid grey;
    background: #f2f2f2;
}

.label {
    font-size: small;
    color: grey;
}

.btn-group a {
    cursor: pointer;
    color: #555;
    padding: 2px;
}

.btn-group a:hover {
    background: #aaa;
}


.m_header {
    width: 100%;
}

.m_text {
    width: 100%
}

.m_tags {
    width: 100%;
}



