﻿.tab-blue {
    width: 100%;
}

    .tab-blue td,
    .tab-blue th {
        border: none;
        margin: 0;
        padding: 2px;
    }

        .tab-blue th, .tab-blue th a {
            font: normal 12px PF Square Sans Pro,Verdana;
            color: #fff;
            text-decoration: none;
        }

            .tab-blue th a:hover {
                text-decoration: underline;
            }

        .tab-blue td:nth-child(1)
        .tab-blue th:nth-child(1) {
            width: 20%;
        }

        .tab-blue td:nth-child(2),
        .tab-blue th:nth-child(2) {
            width: 10%;
            text-align: center;
        }

        .tab-blue td:nth-child(4),
        .tab-blue th:nth-child(4) {
            width: 10%;
            text-align: center;
        }

        .tab-blue td:nth-child(5),
        .tab-blue th:nth-child(5) {
            width: 6%;
        }

            .tab-blue td:nth-child(5) input[type="image"] {
                width: 24px;
                height: 24px;
            }

        .tab-blue td textarea {
            width: 100%;
            box-sizing: border-box;
        }

        .tab-blue .empty-row{
            text-align:center;
            font-size:12px;
            color:palevioletred;
        }



#tab-add-doc {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
}

    #tab-add-doc input[type="text"],
    #tab-add-doc textarea {
        width: 100%;
    }

    #tab-add-doc textarea {
        height: 200px;
    }

    #tab-add-doc td:nth-child(1) {
        text-align: right;
        width: 1%;
        white-space: nowrap;
    }

.dt-picker {
    width: auto !important;
    text-align: center;
}
