body {
    padding-top: 65px;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.table td {
    vertical-align: middle !important;
}

.table-striped tbody tr.highlight * {
    background-color: #3169C6 !important;
    color: #ffffff !important;
}

.tooltip {
    z-index: 50000;
}

.tooltip-inner {
    text-align: left;
    max-width: 500px;
}

body.modal-open {
    overflow: hidden;
}

.highlight {
    background-color: #FFFF88;
}

.table-striped tbody tr.highlightRed td {
    background-color: rgba(255, 180, 0, 0.10);
}

.table-striped tbody tr.highlightGreen td {
    background-color: rgba(0, 255, 0, 0.30);
}

.ellipsis {
    margin-left: 4px;
    padding: 3px 6px;
}

.cursorPointer {
    cursor: pointer;
}

.required {
    font-weight: bold;
}

.textarea-editable {
    overflow: auto;
    max-height: 150px;
    height: 150px;
    border: 1px solid #aaa;
    border-radius: 5px;
    overflow-x: hidden;
    padding: 5px;
}

#lifecycle .popover {
    width: auto;
    max-width: 500px;
}

#sidebar .nav > li > a {
    display: inline-block;
    width: 100%;
}

.action-row-button {
    margin-bottom: 10px;
}

[class^="doc-favorite"],
[class*=" doc-favorite"] {
    display: inline-block;
    width: 32px;
    height: 32px;
    *margin-right: .3em;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
}

.doc-favorite,
.doc-favorite-empty:hover {
    background-image: url("../img/icon-star2.png");
}

.doc-favorite-empty {
    background-image: url("../img/icon-star-grey2.png");
}

.icon-link {
    width: 16px;
    height: 16px;
    margin-right: .3em;
    background: url("../img/icon-link.png") 0 0;
}

.breadcrumb {
    margin: 0 0 10px;
}

.doc_prop_margin {
    margin-top: 10px;
    margin-left: 0 !important;
}

.form-right:after {
    content: "";
    display: table;
    clear: both;
}

.control-label-new {
    float: left;
    padding-top: 5px;
    text-align: right;
    margin-right: 20px;
}

.form-right .controls {
    margin-left: 0 !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.uppercase {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}

