﻿.right-align-ltr-input {
    direction: ltr !important;
    text-align: right !important;
}

.text-input-ltr {
    direction: ltr !important;
    text-align: right !important;
}

.HandCursor {
    cursor: pointer;
}

.align-v-middle {
    vertical-align: middle !important;
    margin-top: auto;
    margin-bottom: auto;
}

.min-height-tab {
    min-height: 200px;
}

/*FilterSummary*/

#FilterSummaryContainer .badge {
    font-weight: 500;
    color: #373f44;
    border-radius: 30px;
    padding: 4px 26px 4px 15px;
    background: #b7dbe4;
    margin-bottom: 5px;
    margin-left: 5px;
}

.card-tools .btn-app {
    margin: 0;
}
/*FilterSummary*/
/*modal-dialog-aside*/
.modal .modal-dialog-aside {
    width: 350px;
    max-width: 80%;
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform .2s;
}


    .modal .modal-dialog-aside .modal-content {
        height: inherit;
        border: 0;
        border-radius: 0;
    }

        .modal .modal-dialog-aside .modal-content .modal-body {
            overflow-y: auto
        }

.modal.fixed-left .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

.modal.fixed-right .modal-dialog-aside {
    margin-right: auto;
    transform: translateX(-100%);
}

.modal.show .modal-dialog-aside {
    transform: translateX(0);
}

/*modal-dialog-aside*/
.tab-min-height {
    min-height: 220px;
}

.text-area-min-height {
    min-height: 40px;
}


/*loading animations*/
.gooey {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    background: #fff;
    filter: contrast(20);
}

    .gooey .dot {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 12px;
        left: 15px;
        filter: blur(4px);
        background: #000;
        border-radius: 50%;
        transform: translateX(0);
        animation: dot 2.8s infinite;
    }

    .gooey .dots {
        transform: translateX(0);
        margin-top: 12px;
        margin-left: 31px;
        animation: dots 2.8s infinite;
    }

        .gooey .dots span {
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            margin-left: 16px;
            filter: blur(4px);
            background: #000;
            border-radius: 50%;
        }

@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
/*loading animation end*/


/*table*/

/*sweet alert*/
.swal-wide {
    width: 650px !important;
}

    .swal-wide .swal-text, .swal-wide .swal2-html-container {
        text-align: right !important;
    }

