﻿
.success {
    color: #17af5b;
}

.danger {
    color: #ff0000;
}

.text-right {
    float: right;
}

#loader {
    background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    z-inde: 999;
    left: 0;
    position: absolute;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    display: none;
}

#center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -50px;
    z-index: 5;
}

ul.checktree {
    padding: 5px 5px 5px 15px;
}

    ul.checktree li {
        border-left: 1px dashed #ebe9f1;
        padding: 5px;
    }

        ul.checktree li:last-child:before {
            border-left: 1px dashed #ebe9f1;
        }

        ul.checktree li:last-child {
            border-left: none;
        }

.AlertWarning {
    border: 1px solid red !IMPORTANT;
}

.exportbtn {
    padding: 5px;
    margin-left: 10px;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    color: #161d31 !important;
}

a > .fa.fa-times {
    color: red;
}

.dataTables_length,
.dataTables_filter {
    display: inline-block;
    float: left;
}

.dataTables_filter {
    float: right;
}

.offcanvas {
    z-index: 1070 !important;
}

.tblData {
    width: 100%;
}

    .tblData th,
    .tblData td {
        padding: 5px;
        text-align: left;
    }

        .tblData td:nth-child(1) {
            font-weight: bold;
        }

    .tblData th {
        background-color: #d6d6d6;
    }

.lnkBtn {
    border-color: #7367f0 !important;
    border: 1px solid #7367f0;
    display: inline-block;
    padding: 0px 10px !important;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    font-size: 12px;
    border-width: 1px !important;
}


    .lnkBtn:hover {
        background: #7367f0;
        color: #fff;
    }

.table tfoot th, .table thead th {
    white-space: nowrap;
}
    