﻿#wating-loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.5;
    background-color: #fff;
    z-index: 999999;
    text-align: center;
}

#wating-loading-image {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 99999;
}

.form-group-fixed {
    margin-bottom: 0.5em !important;
}

label.error {
    color: red !important;
}

body {
    overflow-x: hidden;
}

.un-bold {
    font-weight: normal !important;
}

.text-blue-cloud {
    color: #13afd3 !important;
}
/* width */
/*::-webkit-scrollbar {
    width: 7px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: #f1f1f1;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #17a2b8 !important;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
        background: #555;
    }*/

.modal-xxl {
    max-width: 95% !important;
}

.modal-xsl {
    max-width: 85% !important;
}

.page {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media print {
    @page {
        size: landscape
    }
}

.card-body {
    padding: 0.7rem !important;
}

.table-layout-fixed {
    table-layout: fixed !important;
}

.dropdown-hidden-text {
    display: none;
}

.dropdown-collapse-expand {
    cursor: pointer;
}

.dropdown-dots {
    color: blue;
    font-weight: bold;
}

.title-transform {
    text-transform: uppercase;
    color: #cf0000;
    font-weight: bold;
    font-size: 0.8em;
}

.notify-text {
    color: orangered;
}
