

#event_modal textarea#message {
    height: 100px;
}

#tasks_list .label-task_type, #tasks_list .label-description {
    display: none;
}

.comment_selected {
    background-color: #e0e0e0;
}

/* .comments_block {
    padding-left: 15px;
    border-left: 1px solid gray;
} */

.comment {
    margin-bottom: 3px;
    padding-left: 10px;
    border-left: 1px solid gray;
}

.input-group-full {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.btn-margin {
    margin-right: 3px;
    margin-bottom: 3px;
}

.warnings_or {
    border-top: dotted 1px gray;
    /* border-bottom: dotted 1px gray; */
    padding: 0px;
    /* padding-top: 3px;
    padding-bottom: 3px; */
    /* font-weight: bold; */
    /* text-align: center; */
}

table.bps_documents > tbody > tr > td {
    white-space: nowrap;
    padding: 3px 5px;
}

#document_form_action_wrapper {
    min-height: 37px;
    padding: 5px 0px;
}
.document_form_action.affix {
    z-index: 30;
    top: 0px;
    padding: 5px;
    margin-left: -5px;
    /*right: 15px;*/
    background-color: white;
    /*padding: 5px;*/
    /*width: 62%;*/
}

table.table_field > tbody > tr > td {
    padding: 2px;
}

.dd-item > .dd-content {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* Немного прилижем select2 под inspinia  */
/* .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px;
} */

.select2-container .select2-selection--multiple {
    min-height: 26px;
}

.select2-container--default .select2-selection--multiple {
    border-color: #e5e6e7;
    border-radius: 1px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #1ab394;
}

.select2-dropdown {
    border-color: #1ab394;
}

.select2-selection__choice {
white-space: normal;
}

#event_modal .label-message {
    display: none;
}

/* .alert {
    font-weight: bold;
} */

.bg-success > a {
    color: aliceblue;
}

.bg-success > a:hover {
    text-decoration: underline;
}

.limit_y_content_block {
    max-height: 500px;
    overflow-y: scroll
}
