﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
/*::-webkit-scrollbar {
    width: 8px;
    background-color: #E7F5F8;
}

::-webkit-scrollbar-thumb {
    background-color: #B6E1E9;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #B6E1E9; 
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #B6E1E9;        
    }

::-webkit-scrollbar-track {
    
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #E7F5F8 inset;
}
*/

/*override Cloud.com.min.css*/
body {
    background-color: #eee;
}

    body[data-leftbar-theme=dark] .left-side-menu {
        background: #313a46
    }

        body[data-leftbar-theme=dark] .left-side-menu .logo {
            background: #00bcd4 !important;
            background: #313a46 !important;
        }

.navbar-custom {
    background-color: #00bcd4 !important;
}

    .navbar-custom .topbar-right-menu .nav-link {
        color: #ffffff !important;
    }

.nav-user {
    /*background-color: #00bcd4 !important;*/
    background-color: transparent !important;
    border: 0px !important;
}

.navbar-P0001 {
    background-color: red !important;
    background-color: rgba(10,207,151) !important;
}

.logo span.logo-lg {
    color: #ffffff !important;
    font-size: 25px !important;
}

.logo span.logo-sm {
    color: #ffffff !important;
    font-size: 25px !important;
}

.jq-toast-wrap {
    width: 500px;
}

.page-title-box i {
}

.table td {
    padding: .30rem !important;
    padding-left: .95rem !important;
}

.table thead {
    background-color: #CCCCCC;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}

@media (min-width:1200px) and (max-width:1500px) {
    .widget-flat i.widget-icon {
        display: block;
    }
}

.message-box {
    border: 1px solid #CCCCCC;
    webkit-box-shadow: 10px 10px 10px 0 rgba(154,161,171,.15);
    box-shadow: 10px 10px 10px 0 rgba(154,161,171,.15);
}

/* Pre Loader*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fafbfe;
    background-color: #000000;
    opacity: .9;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    /*width: 150px;
    height: 150px;*/
    margin: -75px 0 0 -75px;
    z-index: 1001;
    width: 150px;
    text-align: center;
}
/* Pre Loader*/

.mandatory {
    border-color: #ffbc00 !important;
}

/*Customize dataTables.bootstrap4.css*/
.table {
    border: 1px solid #ccc;
}

#datatable-buttons th {
    padding-left: 1.5em !important;
}

#datatable-buttons.dataTable thead .sorting:before,
#datatable-buttons.dataTable thead .sorting:after,
#datatable-buttons.dataTable thead .sorting_asc:before,
#datatable-buttons.dataTable thead .sorting_asc:after,
#datatable-buttons.dataTable thead .sorting_desc:before,
#datatable-buttons.dataTable thead .sorting_desc:after,
#datatable-buttons.dataTable thead .sorting_asc_disabled:before,
#datatable-buttons.dataTable thead .sorting_asc_disabled:after,
#datatable-buttons.dataTable thead .sorting_desc_disabled:before,
#datatable-buttons.dataTable thead .sorting_desc_disabled:after {
    left: 0.1em;
    margin-top: -2px;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997
}

    .fixed-action-btn.active ul {
        visibility: visible
    }

    .fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
        padding: 0 0 0 15px
    }

        .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
            text-align: right;
            right: 64px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 100%;
            left: auto;
            width: 500px
        }

            .fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
                display: inline-block;
                margin: 7.5px 15px 0 0
            }

    .fixed-action-btn.direction-right {
        padding: 0 15px 0 0
    }

        .fixed-action-btn.direction-right ul {
            text-align: left;
            direction: rtl;
            left: 64px;
            right: auto
        }

            .fixed-action-btn.direction-right ul li {
                margin: 7.5px 0 0 15px
            }

    .fixed-action-btn.direction-bottom {
        padding: 0 0 15px 0
    }

        .fixed-action-btn.direction-bottom ul {
            top: 64px;
            bottom: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
        }

            .fixed-action-btn.direction-bottom ul li {
                margin: 15px 0 0 0
            }

    .fixed-action-btn.toolbar {
        padding: 0;
        height: 56px
    }

        .fixed-action-btn.toolbar.active > a i {
            opacity: 0
        }

        .fixed-action-btn.toolbar ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            top: 0;
            bottom: 0;
            z-index: 1
        }

            .fixed-action-btn.toolbar ul li {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: inline-block;
                margin: 0;
                height: 100%;
                -webkit-transition: none;
                transition: none
            }

                .fixed-action-btn.toolbar ul li a {
                    display: block;
                    overflow: hidden;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    color: #fff;
                    line-height: 56px;
                    z-index: 1
                }

                    .fixed-action-btn.toolbar ul li a i {
                        line-height: inherit
                    }

    .fixed-action-btn ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 64px;
        margin: 0;
        visibility: hidden
    }

        .fixed-action-btn ul li {
            margin-bottom: 15px
        }

        .fixed-action-btn ul a.btn-floating {
            opacity: 0
        }

    .fixed-action-btn .fab-backdrop {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 40px;
        height: 40px;
        background-color: #26a69a;
        border-radius: 50%;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

.disable-control {
    pointer-events: none;
    color: #b1b3b9;
}

@media (min-width:1029px) and (max-width:1067px) {
    .container-fluid {
        margin-top: 70px;
    }

    .calendar-dates .comments {
        display: none;
    }

    .metismenu {
        margin-top: 80px;
    }
}

/*@media (min-width:878px) and (max-width:1028px) {
    .container-fluid {
        margin-top: 0px;
    }

    .calendar-dates .comments {
        display: block;
    }

    .metismenu {
        margin-top: 0px;
    }
}*/

@media (min-width:768px) and (max-width:877px) {
    .container-fluid {
        margin-top: 70px;
    }

    .calendar-dates .comments {
        display: none;
    }

    .metismenu {
        margin-top: 80px;
    }
}


/*@media (min-width:466px) and (max-width:767px) {
    .container-fluid {
        margin-top: 0px;
    }

    .calendar-dates .comments {
        display: block;
    }

    .metismenu {
        margin-top: 0px;
    }
}*/

@media (max-width:647px) {
    .mobile-view-extra-data {
        display: block !important;
        width:auto;
    }
}

@media (max-width:465px) {
    .simplebar-wrapper {
        margin: 80px !important;
    }

    #header_dummy_id {
        width: 100% !important;
    }

    #header_dummy_id_notification_list {
        margin-left: 35% !important;
    }

    .container-fluid {
        margin-top: 0px!important;
    }

    .calendar-dates .comments {
        display: none;
    }

    .metismenu {
        margin-top: 80px;
    }
}

.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}
