/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

 .widgettitleinnerdetailbox ul li {
    display: flex;
    margin-bottom: 18px;
}
.customdashboardheading {
    background: #bd1616;
    padding: 14px 8px!important;
    width: 50%;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
   
}
.customdashboardspanheading {
    background: #bd1616;
    padding: 11px 16px;
    width: 18%;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
    min-width: 80px;
    font-size: 15px;
}
.customcolorheading2 {
    background: #7030a0;
}
.customcolorheading5 {
    background: #358082;
}
.customcolorspan2{
    background: #7030a0;
}
.customcolorheading3 {
    background: #ff0000;
}
.customcolorspan3 {
    background: #ff0000;
}
.customcolorheading4 {
    background: #548235;
}
.customcolorspan4 {
    background: #548235;
}
.customcolorspan5 {
    background: #358082;
}
.widgettitleinnerdetailbox {
    margin-top: 40px;
}
.customfromgroupsetting {
    margin-top: 20px;
    margin-bottom: 20px;
}
.customfilterbtnsetting {
    margin-top: 40px;
}
.customfilterbtnsetting button {
    padding: 4px 27px;
    background: #474544;
    color: #ffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 6px;
}
.customdownloadbtnsetting {
    margin-top: 10px;
    background: #3a3633;
    color: #fff;
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
#containerv2 {
    position: relative;
    overflow: hidden;
    width: 578px;
    height: 282px;
    text-align: left;
    line-height: normal;
    z-index: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    touch-action: manipulation;
    outline: none;

}
.customhightchartgraph2box {
    margin-top: 22px;
    margin-bottom: 44px;
}
div#containerv2 {
    width: 100%;
}
div#container_bar_chart {
    width: 100%;
    height: 283px;
}
.customdownloadbtnbox {
    float: right;
}
.error {
    color: red;
}
.actionbtns {
    display: flex;
}
.customeditbtnsetting {
    border: none;
    background: #3276b1;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    padding: 6px 10px;
}

.customdeltedbtnsetting {
    border: none;
    background: #b13232;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    padding: 6px 10px;
}

.openingupdatebtn {
    float: right;
    margin-bottom: 10px;
}
.openingupdatebtn i {
    margin-right: 6px!important;
}
.customtabledatatb {
    width: 100%!important;
}
.tablesubmitbtnsetting {
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
}
.manualaddbtn {
   
    padding-bottom: 13px!important;
  
}
div#btnContainer button {
    background: #3276b1;
    padding: 3px;
    border-radius: 4px;
    color: white;
}
.manualaddbtn a button {
    background: #3276b1;
    color: white;
    padding: 6px;
    border-color: white;
    border-radius: 4px;
    box-shadow: none;
}
button#addMore {
    color: white;
    background: #3276b1;
    padding: 5px 16px;
    border-radius: 3px;
}
.customgraphsetting {
    position: relative;
}
.graphavgval {
    position: absolute;
    left: 49%;
    bottom: 24%;
}

td.text-center.color11 {
    background: #bbff99;
}
@media (min-width: 1701px) and (max-width: 5000px) {}
@media (min-width: 1400px) and (max-width: 1700px) {}
@media (min-width: 1200px) and (max-width: 1399px) {





    
}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 451px) and (max-width: 767px) {}
@media (min-width: 371px) and (max-width: 450px) {}
@media (min-width: 320px) and (max-width: 370px) {}