/*Apps styles*/
.grid-striped .row:nth-of-type(even) {
    background-color: #f8f9fa;
}

.thead-applicationTable{
    background: #006857 !important;
    color: #f8f9fa;
    font-weight: bold;
}
.form-group.required .col-form-label:after {
    content:"*";
    color:red;
}

.table-body>div:nth-of-type(odd) {
    background: #e0e0e0;
}

td{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transparent{
    background-color:transparent !important;
    border:0 !important;
    outline: none !important;
    margin-left:-13px !important;
}

.btn-modal{
    width: 15% !important;
    height: 70% !important;
    margin-right: 10px !important;;
    margin-top: 10px !important;;

}
#deleteMsg{
    color: rgba(255, 0, 0, 0.86);
}

.ui-dialog .ui-dialog-titlebar{
    color: #ff8800 !important;
}
.modal-body{
    font-size: 16px;
    font-weight: bold;
}

.help-block{
    color: red;
    font-weight: bold;
}
.has-error{
    color: red;
    font-weight: bold;
}

.input-group{
    margin-left: -15px;
}

#hta_link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    border:0;
}

.block {
    padding-left: 25%;
    background-color: transparent !important;
}
select option:hover{
    left: 0;
    height: auto;
    width: 100%;
    background-color: blue;
}

.truncate-text {
    width: 250px;
    overflow: hidden;
    max-height: 100px;
    display:inline-block;
    word-break: break-word;
    position:relative;
}

.col-form-label{
    font-weight: bold;
}

.btn-margin{
    margin-left: 10px !important;
}