﻿.card-container {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: 0.25rem;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px 30px 30px;
}
.card-home {
    padding: 15px 0px 0px 0px !important;
    margin-bottom:unset !important;
}
.card-container .card-header-tab {
    position: relative;
    display: inline-block;
    width: 100%;
}
        .card-container .card-header-tab .card-header-title {
            color: rgba(13, 27, 62, 0.7);
            font-size: 18px;
            float: left;
            line-height: 34px;
            margin-right:20px;
        }
    .card-container .card-header-tab .actions-pane-right   {
        
        font-size: 18px;
        float: right;
    }
        .card-container .card-header-tab .actions-pane-right .form-control {
            border: 1px solid #f6ba3b;
            border-radius: 0px;
        }
        .card {
            border: 0;
            margin-bottom: 30px;
            margin-top: 30px;
            border-radius: 6px;
            color: #333;
            /*background: #fff;*/
            width: 100%;
            /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
        }

.card {
    position: relative;
    
    
    display: table;
    
    min-width: 0;
    word-wrap: break-word;
    
}
    .card.card-stats .card-header.card-header-icon, .card.card-stats .card-header.card-header-text {
        text-align: right;
        text-align: -webkit-right;
        width: 50%;
        position: relative;
        display: table-cell;
        padding-right: 10px;
        border-right: 1px solid #eee;
    }

    .card [class*=card-header-] {
        margin: 0 15px;
        padding: 0;
        position: relative;
    }

    .card .card-header {
        z-index: 3 !important;
    }

    .card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
        color: #fff;
    }

    .card .card-header {
        border-bottom: none;
        background: transparent;
    }

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: 0px 15px 15px 15px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 0px;
    margin-top: 20px;
    margin-right: 15px;
    float: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.card .card-icon i {
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    display: block;
}
.card .card-title {
    text-align: left;
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 20px;
}
    .card .card-title h3 {
        font-size: 16px;
        color: #656565;
        margin-top: 15px;
    }
    .card .card-title h6 span, .card .card-title h6 {
        font-size: 30px;
        
    }
.card .card-header-red .card-icon, .card .card-header-red .card-text, .card .card-header-red:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(193, 6, 27, 0.4);
}
.card .card-header-red

.card.bg-red, .card .card-header-red .card-icon, .card .card-header-red .card-text, .card .card-header-red:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-red .back, .card.card-rotate.bg-red .front {
    background: linear-gradient(60deg,#f54054,#cc1529);
}
.card .card-header-yellow .card-icon, .card .card-header-yellow .card-text, .card .card-header-yellow:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}

.card.bg-warning, .card .card-header-yellow .card-icon, .card .card-header-yellow .card-text, .card .card-header-yellow:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-yellow .back, .card.card-rotate.bg-yellow .front {
    background: linear-gradient(60deg,#f8c24e,#ffae00);
    background-color: #f8c24e;
}
.card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
}

.card.bg-success, .card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg,#66bb6a,#43a047);
}
.card-header-title-grid {
    font-size: 18px;
    padding: 0px 15px 15px 0px;
    margin-bottom: 0px;
    /* display: inline-block; */
    position: relative;
    /* float: left; */
    border-bottom: 1px solid #eee;
    color: rgba(13, 27, 62, 0.7);

}
    .card-header-title-grid i,
    .card-header-title i {
        font-size: 27px;
        margin-right: 10px;
        color: #d51e32;
    }

    .card-container .table > tbody > tr:first-child td {
        border-top: 0px;
    }
.card-container .table > thead > tr > th,
.card-container .table > tbody > tr > th,
.card-container .table > tfoot > tr > th,
.card-container .table > thead > tr > td,
.card-container .table > tbody > tr > td,
.card-container .table > tfoot > tr > td {
    padding: 10px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
 .none-border {
     border:unset !important;
 }
.mr-bottom-none {
    margin-bottom :unset !important;
}
.panel-body-dashboard {
    padding: 0px 15px 0px 15px;
}
.liink-app {
    display: inline-block;
}
.liink-app a {
    font-weight: bold;
    color: #c52133;
}

.downtitle {
    /*color: rgba(13, 27, 62, 0.7);*/
    font-size: 15px;
   
    line-height: 38px;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .liink-app {
        width: 100%;
        text-align: center;
        padding-top:10px;
    }
    .card-container .card-header-tab .actions-pane-right {
        margin: 0 auto;
        float: none;
        display:inline-block;
        width:100%;
        padding-top:10px;

    }
        .card-container .card-header-tab .actions-pane-right select {
            margin: 0 auto;
            max-width:80%;
        }
}