﻿.form-input-ctn {
    position: relative;
}
.mandatory-error {
    border-color: #F67949!important;
}
.mandatory-error-msg {
    display: none;
    position: absolute;
    left: 190px;
    top: -20px;
    background-color: #F67949;
    padding: 0px 15px;
    color: white;
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.4em;
}
.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.dataTable {
    width: 100% !important;
}

.dataTables_wrapper {
    width: 100%;
}
.dataTables_filter input {
    border: 1px solid #ccc !important;
    -webkit-appearance: none;
    border-radius: 4px;
}
input[type="search"] {
    border: 1px solid #ccc !important;
    -webkit-appearance: none;
    border-radius: 4px;
    padding: 5px 8px;
}
