div#taskdetailsfull label, td label {
    text-align: left;
    display: block;
    margin-left: 0px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
}
button.btn-default:hover {
    background:none;
    background-color: #ebebeb;
}

button.btn-warning:hover {
    background:none;
    background-color: #ed9c28;
}
button.btn-success:hover {
    background:none;
    background-color: #398439;
}
button.btn-danger:hover {
    background:none;
    background-color: #d2322d;

}
div.tooltip {
    position:absolute;
    display:block;
}
a.btn-primary:link, a.btn-primary:visited {
    color: #fff !important;
}

a, a:link, a:visited {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


#toolboxmenu a:link, #toolboxmenu a:visited {
    color: #D20000;
    text-decoration: none;
}

#toolboxmenu a:hover, #toolboxmenu a:active {
    color: #333;
    text-decoration: none;
}

/* --- CALLOUT ALERT BOXES --- */

.callout {
    margin-bottom: 20px;
    padding: 20px;
    border-left: 3px solid #eee;
    background: #fafafa;
    position: relative;
}

.callout-sm {
    padding: 10px;
}

.callout .close {
    position: absolute;
    top: 5px;
    right: 8px;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 22px;
}

.callout h4.iconic-title {
    padding-left: 35px;
    position: relative;
}

.callout h4.iconic-title .glyphicon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.callout hr {
    border-top: 1px solid #fff;
}

.callout p:last-child {
    margin-bottom: 0
}

.callout code {
    background-color: #fff;
    border-radius: 3px
}

.callout-danger {
    background-color: #fdf7f7;
    border-color: #c0392b;
}

.callout-danger h4 {
    color: #c0392b;
}

.callout-warning {
    background-color: #fcf8f2;
    border-color: #f60;
}

.callout-warning h4 {
    color: #f60;
}

.callout-info {
    background-color: #f4f8fa;
    border-color: #2980b9;
}

.callout-info.callout-info-hard {
    background-color: #d9ebf4;
    border-color: #2980b9;
}

.callout-info h4 {
    color: #2980b9;
}

.callout-success {
    background-color: #dff0d8;
    border-color: #27ae60;
}

.callout-success h4 {
    color: #27ae60;
}
.hidden-element {
    display: none;
}