﻿.RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td, .RadGrid_Bootstrap .rgEditRow > td {
    padding: 5px 7px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px 6px;
}
.RadGrid_Bootstrap .rgRow > td:first-child, .RadGrid_Bootstrap .rgAltRow > td:first-child {
    vertical-align: middle;
}
.sidebar .nav p {
    font-size: 15px;
}
.sidebar .nav li a, .sidebar .nav li .dropdown-menu a {
    font-size: 14px;
}
.sidebar .nav {
    margin-top: 0px;
    display: block;
}


/*CARD*/
.card {
 
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 0px;
    width: 100%;
    border-radius: 5px;
}
    .card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
        margin-top: 15px;
        border-bottom: 2px solid #E6E9ED;
        padding-bottom: 20px;
    }

    .card [class*="card-header-"] .card-icon, .card [class*="card-header-"] .card-text {
        text-align: center !important;
    }

.card-icon i {
    text-align: center !important;
    font-size: 38px !important;
}

.card [class*="card-header-"] .card-icon,
.card [class*="card-header-"] .card-text {
    border-radius: 0px;
    padding: 6px !important;
    margin-top: 0px !important;
    margin-right: 8px !important;
    float: left;
}
.card-stats .card-title span {
    font-size: 45px;
    color: #1ABB9C;
    font-weight: 600;
}
.card-stats .card-header .card-category:not([class*="text-"]) {
    color: #BAB8B8;
    font-size: 21px;
}

.proccess {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.49);
    z-index: 5000;
}