﻿  .requireWrite, #fullscrbtn {
            display: none;
        }
        /*#TWGanttArea{ height:600px !important;}*/
        #TWGanttArea {
            overflow: hidden !important;
            max-height: 400px !important;
        }

        .gdfTable tr th:nth-child(3), .gdfTable tr td:nth-child(3) {
            width: 130px !important;
            display: none;
        }

        .gdfTable tr th:nth-child(4) { /*width:141px !important;*/
        }

        .ganttHead1 th, .ganttHead2 th {
            text-align: center;
        }

        .gdfTable th {
            text-align: left;
        }

        .resEdit {
            padding: 15px;
        }

        .resLine {
            width: 95%;
            padding: 3px;
            margin: 5px;
            border: 1px solid #d0d0d0;
        }

        body {
            /*overflow: hidden;*/
        }

        .ganttButtonBar h1 {
            color: #000000;
            font-weight: bold;
            font-size: 28px;
            margin-left: 10px;
        }

        .disp-none {
            display: none !important;
        }

        .disp-block {
            display: block !important;
        }

        .filterCriteria .AddWrapp ul.Addview li > div span.text-red {
            color: red !important;
        }

        .text-red {
            color: red !important;
        }

        .filterCriteria .AddWrapp ul.Addview li {
            font-size: 14px;
            line-height: 24px;
        }

        .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
            padding: 2px !important;
            vertical-align: middle;
        }
        .searchbtnabsoluteset {
    position: absolute;
    right: 19px;
    top: 27px;
}