.full-width {
  width: 100%;
}

div.name-link {
  cursor: pointer;
}

div.name-option {
  visibility: hidden;
}

.full-row {
  display: block !important;
}

.grid-view > .table > tbody > tr.extend-info > td {
  background: inherit !important;
}

.pnotify-center {
  right: calc(50% - 150px);
}

.cke_dialog_contents_body {
    min-width: 500px;
}

.pre-wrap {
    white-space: pre-wrap;
}

.pre-wrap .btn-group{
    white-space: nowrap;
}

.tooltip.tooltip-large {
    width: 500px;
}

.chevron-link .tmx-chevron-down {
    display: none;
}

.chevron-link.show .tmx-chevron-right {
    display: none;
}

.chevron-link.show .tmx-chevron-down {
    display: inline-block;
}

.btn.disabled, .btn[disabled]{
    pointer-events: none;
}

/*Small datepickers styles*/
.input-fixed_datepicker {
    position: absolute !important;
    left: -4px !important;
    top: 34px !important;
    z-index: 2 !important;
}

.relative_datepicker-block {
    position: relative;
}

.inline_datepicker-block {
    display: inline-block;
}

.col-lg-5.datepicker-block {
    width: auto;
}
