/* v1.2019.05.19.1 */

.padding-right-zero {
    padding-right: 0px;
}

.padding-left-zero {
    padding-left: 0px;
}

.btn-custom {
    width: 60px !important;
}

.table-wrapper-new {
    background: #fff;
    padding: 20px 0px;
    margin: 30px auto;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

#btn_create_document {
    float: right;
    color: #333;
    background-color: #fff;
    border-radius: 3px;
    border: none;
    outline: none !important;
    margin-left: 0px;
    margin-top: 4px;
}

#btn_create_document:hover {
    color: #333;
    background: #f2f2f2;
}

.table-title-new h2 {
    margin: 5px 0 0;
    font-size: 24px;
}

.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

.table-title-private {
    color: #fff;
    background: #006699;
    padding: 5px 0px;
    margin: -20px 0px 20px;
    border-radius: 3px 3px 0 0;
}

/********************************************************************/

.table-wrapper {
    background: #fff;
    padding: 20px 25px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.table-title {
    padding-bottom: 15px;
    background: #337ab7;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}

.table-title .btn:hover,
.table-title .btn:focus {
    color: #566787;
    background: #f2f2f2;
}

.table-title .btn span {
    float: left;
    margin-top: 2px;
}

table.table tr th,
table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 0px;
    /* vertical-align: middle; */
}

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}

table.table td a:hover {
    color: #2196F3;
}

table.table td a.settings {
    color: #2196F3;
}

table.table td a.delete {
    color: #F44336;
}

table.table td i {
    font-size: 19px;
}