﻿.w50 {
    width: 50%;
}

.ht30 {
    height: 30px!important;
}

/*table */
table {
    border-collapse: collapse;
}

    table th, table td {
        padding: 3px;
    }

        table th:hover {
            cursor: pointer;
        }

.arrow-down:after, .arrow-up:after {
    content: ' ';
    position: relative;
    left: 5px;
    border: 6px solid transparent;
}

.arrow-down:after {
    top: 12px;
    border-top-color: black;
}

.arrow-up:after {
    bottom: 15px;
    border-bottom-color: black;
}

.arrow-down, .arrow-up {
    padding-right: 10px;
}

.anchor_sorting {
    text-decoration: none;
    color: #fff !important;
}

    .anchor_sorting:hover {
        color: #fff !important;
    }

.btn-md-80 {
    width: 90px !important;
}

.error {
    color: red;
    border-color: red;
}

a.disabledInvisible {
    pointer-events: none;
    cursor: default;
}

.required_image {
    width: 7px;
    margin-top: -10px;
}

input[type='text'] {
    height: 40px;
}

.add-on {
    height: 100%;
}

/*Pagination*/
.pagination {
    height: 40px;
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
                border-left-width: 1px;
                -webkit-border-radius: 3px 0 0 3px;
                -moz-border-radius: 3px 0 0 3px;
                border-radius: 3px 0 0 3px;
            }

            .pagination ul > li > a, .pagination ul > li > span {
                float: left;
                padding: 0 14px;
                line-height: 38px;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-left-width: 0;
            }

        .pagination ul > .active > a, .pagination ul > .active > span {
            color: #999999;
            cursor: default;
            background: gainsboro;
        }

#previewTable tr td {
    font-size: 17px;
}

/*For create asset screen*/
    .tree {
        /*min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #fbfbfb;
        border: 1px solid #999;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
    }

        .tree li {
            list-style-type: none;
            margin: 0;
            padding: 10px 5px 0 5px;
            position: relative;
        }

            .tree li::before, .tree li::after {
                content: '';
                left: -20px;
                position: absolute;
                right: auto;
            }

            .tree li::before {
                border-left: 1px solid #999;
                bottom: 50px;
                height: 100%;
                top: 0;
                width: 1px;
            }

            .tree li::after {
                border-top: 1px solid #999;
                height: 20px;
                top: 25px;
                width: 25px;
            }

            .tree li span {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 1px solid #999;
                border-radius: 5px;
                display: inline-block;
                padding: 3px 8px;
                text-decoration: none;
            }

            .tree li.parent_li > span {
                cursor: pointer;
            }

        .tree > ul > li::before, .tree > ul > li::after {
            border: 0;
        }

        .tree li:last-child::before {
            height: 30px;
        }

        .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
            background: #eee;
            border: 1px solid #94a0b4;
            color: #000;
        }
