.disabled-input{
    background: lavender !important;
}

.display-none {
    display: none !important;
}

.error {
    color: red;
}
    td.td-label{
        width: 280px;
}

td.td-input textarea.form-control{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    border: 1px solid #cccccc !important;
    box-sizing: border-box;
}

td.td-input select.form-control, td.td-input input[type="text"] {
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    vertical-align: middle;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #cccccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    float: left;
}

#content .form-bg{
    border: 1px solid #ededed;
    background-color: #f4f4f4;
    float: none;
    color: #272727;
    padding: 20px 25px;
    box-sizing: border-box;
}

select {
    width: 100%;
    padding-left: 8px !important;
}
table.data-table input[type="text"].form-control{
    width: 100% !important;
}

table{
    width: 100%;
}

table td {
    vertical-align: middle;
}

.btndate, .save {
    background-color: #4165b5;
    border-color: #357ebd;
}

.delFilter{
}

.save {
    color: #ffffff;
    -moz-user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    margin: 15px 0 !important;
    width: auto !important;
}

.disabled{
    background: silver;
    cursor: auto;
    height: 33px;
}



.formDiv{
    margin-top: 10px;
    padding-right: 19px;
    width: 100%;
}

.td-input {
    position: relative;
}

.data-table {
    background: #EEF4F8;
}

img.calendar-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 7px;
}

.person-check input {
    float: left;
    width: auto;
    margin: 10px;
}

.form__btn {
    width: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    td.td-label {
        width: 40%;
    }
}