﻿
.form-control ,.typeahead, .tt-query, .tt-hint {
    border: 1px solid #777777 !important;

}
.form-control, .form-select {
    padding: 0.4rem !important;
    border: 1px solid #777777 !important;
}
.modal-body label{
    margin-bottom:5px;
}
.ag-theme-alpine-dark .ag-row, .ag-theme-alpine .ag-row {
    font-size: 12px !important;
}
.ag-header-cell-text {
    font-size: 12px !important;
}

.horizontal-menu .bottom-navbar {
    background: #e7e7e7 !important;
}

.btn-circle {
    width: 15px;
    height: 15px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-success {
    color: #000;
    background-color: #08ab90;
    border-color: #08ab90;
}

.custom-table td{
    font-size:.7rem
}
.table td,th {
    color: #000;
}
h4 {
    color: #000;
}
/*Loading*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loader {
    top: 50%;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    border-width: 3px 2px 3px 2px;
    border-style: solid dotted solid dotted;
    border-color: #de3500 rgba(255, 255, 255,0.3) #fff rgba(151, 107, 93, 0.3);
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
}

    .loader:before, .loader:after {
        content: '';
        top: 0;
        left: 0;
        position: absolute;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        transform: translate(-10px, 19px) rotate(-35deg);
    }

    .loader:after {
        border-color: #de3500 #0000 #0000 #0000;
        transform: translate(32px, 3px) rotate(-35deg);
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.miniloader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #d10014;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*End Loading*/

/*Scroll*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /*display: none;*/
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 30px;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 16px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #666;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #b1b1b1;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
}
/*End Scroll*/

.content-wrapper {
    padding: 0px !important;
}