.hide {
    display: none !important;
}

/* General Links */
a {
    color: #1890ff;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #1890ff;
}

.control-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.lamp-green {
    color: #00a51a;
}

.lamp-yellow {
    color: #f39c12;
}

.lamp-red {
    color: red;
}

.targetDate-green {
    color: #00a51a;
}

.targetDate-yellow {
    color: #f39c12;
}

.targetDate-red {
    color: red;
}

form .form-group label.has-error {
    padding: 0 5px 1px;
    font-size: 11px;
    color: #dd4b39;
    position: initial;
    background: transparent;
    -webkit-box-shadow: 0 0px 0px #dedede;
    box-shadow: 0 0px 0px #dedede;
}

form .form-group label.has-error:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff6969;
    border-style: solid;
    border-width: 0;
    content: inherit;
}

.ui-jqgrid .actions > a.btn.btn-default i.fa-pencil, .ui-jqgrid .actions > a.btn.btn-default i.glyphicon-ok-circle {
    color: #444;
}
.ui-jqgrid .actions > a.btn.btn-default i.fa-trash-o {
    color: #444;
}