textarea {
    resize: none;
    min-height: 80px;
}

.ngdialog.ngdialog-theme-plain.ngDialog-large .ngdialog-content {
    width: 800px;
}

.ngdialog.ngdialog-theme-plain {
    padding:30px 0px 0px 0px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #cae0ef;
}
.table-striped > thead > tr > th{
    background-color: #9fc4de;
}

.table-hover > tbody > tr:hover {
    background-color: #c0e6cc;
}

.table-selected-row {
    background-color: #fa8072 !important;
    color: white !important;
    font-weight: bold;
}

.table-selected-row a {
    color: white !important;
    font-weight: bold;
    cursor: pointer;
}

.fa.fa-pencil{
    padding-right: 15%;
}
a {
    cursor: pointer;
}

table.dataTable thead .sorting:after{
    opacity: 1.0;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content{
    width:70% !important;
}

.growl-container.growl-fixed {
    z-index: 9999999 !important;
}

.differentCell {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
}