﻿.sk-line-material {
    top: 0;
    position: relative;
    margin: auto;
    width: 100%;
}

    .sk-line-material .sk-child {
        width: 100%;
        height: 4px;
        position: absolute;
        top: 0;
        display: inline-block;
        transform-origin: 0% 0%;
        -webkit-animation: sk-line-material 2s ease-in-out 0s infinite both;
        animation: sk-line-material 2s ease-in-out 0s infinite both;
    }

@-webkit-keyframes sk-line-material {
    0%, 80%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    40% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes sk-line-material {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#http-loader {
    opacity: 1;
    z-index: 999999;
    /*top: 40%;*/
    /* left: 50%; */
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    background: #ecefff;
}

.loader-bg {
    top: 40%;
    position: absolute;
    filter: alpha(opacity=70);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
}

.colored-parent,
.colored > div {
    background-color: rgba(26, 188, 156, 0.80);
}

.mandatoryfields {
    color: red;
}
.swal2-popup.swal2-modal.swal2-show {
    width: 565px;
}
.sk-cube-grid {
    width: 60px;
    height: 60px;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #5c1ac3;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.onScrollChangeHeader {
    background-color: #ffffff !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #5c1ac363 !important;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] {
    background: #5c1ac3;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    color: #0e1726;
}

    #sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] svg,
    #sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] span,
    #sidebar ul.menu-categories li.menu > .dropdown-toggle:hover, #sidebar ul.menu-categories li.menu > .dropdown-toggle.dropdown-toggle:not([data-active="true"]):not([aria-expanded="true"]):hover svg,
    #sidebar ul.menu-categories li.menu > .dropdown-toggle:hover, #sidebar ul.menu-categories li.menu > .dropdown-toggle.dropdown-toggle:not([data-active="true"]):not([aria-expanded="true"]):hover span {
        color: #ffffff;
    }

#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover, #sidebar ul.menu-categories li.menu > .dropdown-toggle.dropdown-toggle:not([data-active="true"]):not([aria-expanded="true"]):hover {
    background: #5c1ac363 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .tab-title {
        background: inherit !important;
    }
}

.dataTables_wrapper {
    overflow: scroll;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
    /*left: -120px !important;*/
}

.btn {
    font-weight: 700 !important;
}

input[type="file"] {
    overflow: hidden;
}
.compose-content {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

.select2-container {
    z-index: 9999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: calc(1.4em + 1.4rem + 2px) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 12px 16px;
}

.table > tbody > tr > td {
    border: none !important;
}

.table {
    padding: 10px 0 10px 5px;
    width: 100%;
    color: black;
    font-weight: bold;
}

    .table > tbody > tr > td > a {
        /*border-bottom: 2px dashed #007bff;*/
        color: #007bff
    }

    .table > tbody > tr > td {
        border: none;
        color: #0e1726;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .table > thead {
        border: none;
    }

        .table > thead > tr > th {
            color: #1b55e2;
            font-weight: 700;
            font-size: 10px;
            letter-spacing: 1px;
        }

        .table > thead > tr > th {
            background: #e0e6ed;
        }

            .table > thead > tr > th:first-child, .table > tbody > tr > td:first-child {
                border-bottom-left-radius: 6px;
                border-top-left-radius: 6px;
            }

            .table > thead > tr > th:last-child, .table > tbody > tr > td:last-child {
                border-top-right-radius: 6px;
                border-bottom-right-radius: 6px;
            }


a.text-light:focus, a.text-light:hover {
    color:#fff !important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #8dbf42 !important;
}

table.dataTable td {
    /*padding: 4px 4px !important;*/ 
}

.table-hover:not(.table-dark) tbody tr:hover {
    -webkit-transform: none !important;
    transform: none !important;
}
.layout-px-spacing {
    min-height: calc(100vh - 170px) !important;
}