/*
 * 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
 */
 .gm-style-iw {
    overflow: hidden !important;
}
 /* .gm-style-iw{
   height: 100% !important; 
   
}*/
.tableadd
{
    color: white;
}

a
{
    cursor: pointer;
}

.tdheader
{
    font-weight: bold;
    vertical-align: middle !important;
}
.tblWidth
{
    width: 30%;
}
.pager .finish > a, .pager .finish > span
{
    float: right;
}
.deviceManagerlbl
{
    font-size: 18px;
    font-weight: 500;
}
.nameGstyles
{
    font-size: 15px;
    font-weight: 900;
}
.groupStyle
{
    border: solid 1px grey;
    margin: 0px 20px 0px 0px;
    font-size: 10px;
}
.groupStyle1
{
    border: solid 1px grey;
    margin: 0px 20px 0px 0px;
    font-size: 13px;
}
.configPageInst
{
    width: 100%;
    font-weight: 900;
    margin-top: 15px;
    border-radius: 11px;
}

.tsFont
{
    font-size: 10px;
}
.countMargin
{
    color: #F9311D;
    font-size: 20px;
    margin-left: 10px;
}
.countMargin1
{
    color: #26C606;
    font-size: 20px;
    margin-left: 10px;
}
.dashboard-stat2.bordered
{
    border: 1px solid #e7ecf1;
}
.dashboard-stat2
{
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 15px 15px 30px;
}
.dashboard-stat2 .display
{
    margin-bottom: 20px;
}
.dashboard-stat2 .display .number
{
    float: left;
    display: inline-block;
}
.dashboard-stat2 .display .number h3
{
    margin: 0 0 2px;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
}
.dashboard-stat2 .display .icon
{
    display: inline-block;
    float: right;
    padding: 7px 0 0;
}
.dashboard-stat2 .display .icon > i
{
    color: #cbd4e0;
    font-size: 26px;
}
.dashboard-stat2 .progress-info
{
    clear: both;
}
.dashboard-stat2 .progress-info .progress
{
    margin: 0;
    height: 4px;
    clear: both;
    display: block;
}
.progress-bar.green-sharp
{
    background: #2ab4c0 !important; /*  background: #28a745 !important; */
    color: #FFF !important;
}
.progress-bar.red-haze
{
    background: #f36a5a !important; /*   background: #007bff !important;*/
    color: #fff !important;
}
.progress-bar.blue-sharp
{
    background: #5C9BD1 !important; /*   background: #ffc107 !important;*/
    color: #fff !important;
}
.progress-bar.purple-soft
{
    background: #8877a9 !important; /*  background: #E31A14 !important;*/
    color: #fff !important;
}
.progress-bar
{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.dashboard-stat2 .progress-info .status
{
    margin-top: 5px;
    font-size: 11px;
    color: #AAB5BC;
    font-weight: 600;
    text-transform: uppercase;
}
.dashboard-stat2 .progress-info .status .status-title
{
    float: left;
    display: inline-block;
}
.dashboard-stat2 .progress-info .status .status-number
{
    float: right;
    display: inline-block;
}
.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.r-red
{
    color: #EE1B14;
}
.y-green
{
    color: #09AB1F;
}
.b-blue
{
    color: #0A0AF1;
}
.font-green-sharp
{
    /*  color: #2ab4c0 !important; */
    color: #28a745 !important;
}
.font-red-haze
{
    /*  color: #f36a5a !important; */
    color: #007bff !important;
}
.font-blue-sharp
{
    /* color: #5C9BD1 !important; */
    color: #ffc107 !important;
}
.font-purple-soft
{
    /* color: #8877a9 !important; */
    color: #E31A14 !important;
}
.small-box
{
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.small-box > .inner
{
    padding: 10px;
}

.small-box h3
{
    z-index: 5;
}

.small-box h3
{
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box h3, .small-box p
{
    z-index: 5;
}

.small-box p
{
    font-size: 15px;
}

.small-box .icon
{
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 50px;
    color: rgba(0,0,0,0.15);
}

.small-box > .small-box-footer
{
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.bg-red
{
    background-color: #dd4b39 !important;
    color: #fff;
}
.bg-meter-black
{
    background-color: #151515 !important;
    color: #fff;
}
.bg-skyblue
{
    background-color: #07BDC9 !important;
    color: #fff;
}
.bg-darkblue
{
    background-color: #0077b5 !important;
    color: #fff;
}
.bg-green
{
    background-color: #00a65a !important;
    color: #fff;
}

.bg-yellow
{
    background-color: #f39c12 !important;
    color: #fff;
}
.bg-aqua
{
    background-color: #00c0ef !important;
    color: #fff;
}
.colWidth
{
    width: 19.667%;
}
.cardN
{
    margin-bottom: 1.5rem;
    border-radius: 0;
}
.cardN1
{
    margin-bottom: 10px;
    border-radius: 0;
}
.cardN
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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(0,0,0,.125);
    border-radius: .25rem;
}
.card-body
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-bodyN
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.70rem;
}
.stat-widget-one .stat-icon
{
    vertical-align: top;
}
.stat-widget-one .stat-icon2
{
    vertical-align: top;
}
.dib
{
    display: inline-block;
}
.stat-widget-one .stat-icon i
{
    font-size: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100px;
    padding: 15px;
    font-weight: 900;
    display: inline-block;
}
.stat-widget-one .stat-icon2 i
{
    font-size: 15px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100px;
    padding: 10px;
    font-weight: 500;
    display: inline-block;
}
.stat-widget-one .stat-content
{
    margin-left: 0px;
    margin-top: 7px;
}
.stat-widget-one .stat-contentN
{
    margin-left: 0px;
    margin-top: 0px;
}
.stat-widget-one .stat-text
{
    font-size: 12px;
    color: #868e96;
}
.stat-widget-one .stat-digit
{
    font-size: 20px;
    color: #373757;
}
.stat-widget-one .stat-digit1
{
    font-size: 20px;
    color: #373757;
    font-weight: 600;
}
.success
{
    border-top: 3px solid #28a745;
}
.text-success
{
    color: #ffffff !important;
    background-color: #28a745 !important;
}
.text-success-s
{
    color: #28a745 !important;
}
.border-success
{
    border-color: #28a745 !important;
}
.primary
{
    border-top: 3px solid #007bff;
}
.text-primary
{
    color: #ffffff !important;
    background-color: #007bff !important;
}
.text-primary-p
{
    color: #007bff !important;
}
.border-primary
{
    border-color: #007bff !important;
}
.warning
{
    border-top: 3px solid #ffc107;
}
.text-warning-w
{
    color: #ffc107 !important;
}
.text-warning
{
    color: #ffffff !important;
    background-color: #ffc107 !important;
}
.border-warning
{
    border-color: #ffc107 !important;
}
.alart
{
    border-top: 3px solid #E31A14;
}
.text-alart-a
{
    color: #E31A14 !important;
}
.text-alart
{
    color: #ffffff !important;
    background-color: #E31A14 !important;
}
.border-alart
{
    border-color: #E31A14 !important;
}
.stat-widget-four .stat-icon
{
    display: inline-block;
    position: absolute;
    top: 5px;
}
.stat-widget-four
{
    position: relative;
}
.stat-widget-four .stat-content
{
    margin-left: 40px;
    text-align: center;
}
.text-left
{
    text-align: left !important;
}
.stat-widget-four .stat-heading
{
    font-size: 20px;
}
.text-left
{
    text-align: left !important;
}
.stat-widget-four i
{
    display: block;
    font-size: 36px;
}
.stats-left
{
    float: left;
    width: 70%; /* background-color: #4F52BA; */
    text-align: center;
    padding: 1em;
    height: 97px;
}

.stats-left h5
{
    color: #fff;
    font-size: 1em;
}

.stats-left h4
{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.stats-right
{
    float: right;
    width: 30%;
    text-align: center;
    padding: 2.30em 0em;
    background-color: rgba(79, 82, 186, 0.88);
}

.stats-right label
{
    font-size: 2em;
    color: #fff;
}
.stats-right i
{
    font-size: 37px;
    color: #ffffff;
}
.stats
{
    margin-bottom: 13px;
}
.m-widget24 .m-widget24__item .m-widget24__title
{
    color: #575962;
}
.m-widget24 .m-widget24__item .m-widget24__title
{
    margin-left: 0.8rem;
    margin-top: 1.21rem;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
}
.m-widget24 .m-widget24__item .m-widget24__desc
{
    color: #9699a2;
}
.m-widget24 .m-widget24__item .m-widget24__desc
{
    margin-left: 1.8rem;
    font-size: 1rem;
    font-weight: 300;
}
.m-widget24 .m-widget24__item .m-widget24__stats
{
    /*   float: right;     margin-right:7.8rem; */
    margin-left: 0.8rem;
    margin-top: -0.43rem;
    font-size: 24px;
    font-weight: 600;
}
.m--font-brand
{
    color: #716aca !important;
}
.m--bg-brand
{
    background-color: #716aca !important;
}
.m--font-brand-Blue
{
    color: #2095f2 !important;
}
.m--bg-brand-Blue
{
    background-color: #2095f2 !important;
}
.m--font-brand-red
{
    color: #f44236 !important;
}
.m--bg-brand-red
{
    background-color: #f44236 !important;
}
.m--space-10
{
    display: block;
    height: 0;
    margin-bottom: 10px;
}
.m-widget24 .m-widget24__item .progress
{
    margin-top: 1.14rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    margin-bottom: .5rem;
    height: .5rem;
}

.progress.m-progress--sm
{
    height: 6px;
}
.progress
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.m-widget24 .m-widget24__item .m-widget24__change
{
    color: #9699a2;
}
.m-widget24 .m-widget24__item .m-widget24__change
{
    margin-left: 1.8rem;
    display: inline-block;
    margin-bottom: 2.86rem;
    font-size: 1rem;
    font-weight: 300;
}
.m-widget24 .m-widget24__item .m-widget24__number
{
    color: #9699a2;
}
.m-widget24 .m-widget24__item .m-widget24__number
{
    float: right;
    margin-right: 1.8rem;
    display: inline-block;
    margin-bottom: 2.86rem;
    font-size: 1rem;
    font-weight: 300;
}
.m-portlet
{
    -webkit-box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    background-color: #fff;
}
.m-portlet
{
    margin-bottom: 2.2rem;
}
.row.m-row--col-separator-xl > div
{
    border-bottom: 0;
    border-right: 3px solid #ebedf2;
}
.info-box
{
    display: block;
    min-height: 70px;
    background: #fff;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.bg-aqua
{
    background-color: #00c0ef !important;
    color: #fff;
}

.info-box-icon
{
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
}

.info-box-content
{
    padding: 5px 10px;
    margin-left: 25px;
}
.info-box-contentN
{
    padding: 12px;
    margin-left: 145px;
}
.Info-text
{
    font-size: 40px;
    color: #33e6ff;
    border-bottom: 1px black solid;
    width: 110px;
}
.Info-textDetails
{
    font-size: 20px;
}
.Info-textOtherDetails
{
    font-size: 10px;
    color: #999999;
}
.Info-Image
{
    height: 145px;
    width: 145px;
    border-radius: 30px;
}

.info-box-text
{
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #868e96;
}

.info-box-number
{
    display: block;
    font-weight: bold;
    font-size: 30px;
}

.info-box small
{
    font-size: 14px;
}

.info-boxN
{
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.bg-aqua
{
    background-color: #00c0ef !important;
    color: #fff;
}

.info-box-iconN
{
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.info-box-contentN
{
    padding: 5px 10px;
    margin-left: 90px;
}
.info-box-contentN
{
    padding: 12px;
    margin-left: 145px;
}
.Info-textN
{
    font-size: 40px;
    color: #33e6ff;
    border-bottom: 1px black solid;
    width: 110px;
}
.Info-textDetailsN
{
    font-size: 20px;
}
.Info-textOtherDetailsN
{
    font-size: 10px;
    color: #999999;
}
.Info-ImageN
{
    height: 145px;
    width: 145px;
    border-radius: 30px;
}

.info-box-textN
{
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-numberN
{
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.info-boxN small
{
    font-size: 14px;
}
.number small
{
    color: #868e96;
}
.text-center
{
    text-align: center;
    font-weight: 900;
    font-size: 16px;
}
.text-center1
{
    text-align: center;
}
.quick-btn
{
    background: #eee;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    color: #444;
    display: inline-block;
    height: 80px;
    margin: 10px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    width: 362px;
    position: relative;
}

.quick-btn .label
{
    position: absolute;
    right: -5px;
    top: -5px;
}

.quick-btn span
{
    display: block;
}

.label-default
{
    background-color: #777;
}
.quick-btn .label
{
    position: absolute;
    right: -5px;
    top: -5px;
}

.quick-btn span
{
    display: block; /* color: #ffffff; */
}

.label-default
{
    background-color: #777;
}

.label
{
    padding: .2em .6em .3em;
    font-size: 115%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.btn-metis-2
{
    color: #fff;
    background-color: #9fd256;
    border-color: #6fac34;
}

.btn-purple
{
    background-color: #6639b8;
}
.btn-blue
{
    background-color: #2095f2;
}
.btn-red
{
    background-color: #f44236;
}
.btn-icon
{
    color: #ffffff;
}
.color-red
{
    color: #dd4b39;
}
.color-blue
{
    color: #00c0ef;
}
.color-darkblue
{
    color: #0077b5;
}
.color-green
{
    color: #00a65a;
}
.bg-red1
{
    background-color: #f44236 !important;
    color: #fff;
}
.bg-green1
{
    background-color: #4CAF50 !important;
    color: #fff;
}
.bg-cyan
{
    background-color: #00BCD4 !important;
    color: #fff !important;
}
.bg-indigo
{
    background-color: #3F51B5 !important;
    color: #fff;
}
.widgetN
{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.widgetN2
{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.widgetN.style2 .widgetN-icon
{
    background-color: inherit;
}
.widgetN .widgetN-icon
{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
}
.widgetN .widgetN-icon .iconStyle
{
    font-size: 2em;
    line-height: 44px;
}
.widgetN .widgetN-icon .iconStyleN
{
    font-size: 3em;
    line-height: 70px;
}
.widgetN .widgetN-body
{
    /*  padding: 16px 20px; */
    padding: 2px 5px;
}
.widgetN .widgetN-bodyN
{
    /*  padding: 16px 20px; */
    padding: 10px 1px;
}
.text-right
{
    text-align: right;
}
.widgetN h2, .widgetN h3
{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}
.tile-box
{
    line-height: inherit;
    display: block;
    position: relative;
    height: auto;
    padding: 0;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}
.tile-box
{
    border-radius: 3px;
}
.btn-primary1
{
    color: #fff;
    background: #00bca4;
}
.tile-box-shortcut .bs-badge
{
    left: auto;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.5);
}
.bs-badge.badge-absolute
{
    position: absolute;
    z-index: 5;
}
.badge, .bs-badge
{
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    display: inline-block;
    min-width: 20px; /* height: 20px; */
    padding: 0 5px 0 4px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
}
.tile-box-shortcut .tile-header
{
    background: none;
    padding: 0;
    position: absolute;
    right: 10px;
    bottom: 6px;
    font-size: 13px;
    font-weight: 400;
}
.tile-header
{
    font-size: 15px;
    padding: 5px 10px;
    text-align: left;
    text-transform: uppercase;
    border: 0 !important;
    background: rgba(255, 255, 255, .2);
    font-weight: 700;
}
.tile-box-shortcut .tile-content-wrapper
{
    padding: 0;
    min-height: 80px;
}
.tile-content-wrapper
{
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.tile-box-shortcut .tile-content-wrapper > .glyph-icon
{
    position: absolute;
    left: 15px;
    top: 30px;
}
.tile-content-wrapper > .glyph-icon
{
    font-size: 35px;
    line-height: 70px;
    position: absolute;
    top: 50%;
    left: 15px;
    height: 70px;
    margin-top: -36px;
    opacity: .30;
    -moz-opacity: .30;
    filter: alpha(opacity: 30);
}
.glyph-icon
{
    text-align: center;
}
.badge-black, .label-black, .btn-black, .hover-black:hover, .bg-black
{
    color: #ccc;
    border-color: #000;
    background: #2d2d2d;
}
.btn-orange
{
    color: #fff;
    border-color: #d67520;
    background: #e67e22;
}
.btn-green
{
    color: #fff;
    border-color: #29b765;
    background: #2ecc71;
}
.btn-danger
{
    color: #fff;
    border-color: #cf4436;
    background: #e74c3c;
}
.btn-blue
{
    color: #fff;
    border-color: #308dcc;
    background: #3498db;
}
#flotTip
{
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .80;
    filter: alpha(opacity=85);
}
.dashboard-stat.blue
{
    background-color: #3598dc;
}
.dashboard-stat.red
{
    background-color: #e7505a;
}
.dashboard-stat.green
{
    background-color: #32c5d2;
}
.dashboard-stat.purple
{
    background-color: #8E44AD;
}
.dashboard-stat
{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}
a
{
    text-shadow: none;
    color: #337ab7;
    text-decoration: none;
}
.dashboard-stat.dashboard-stat-v2 .visual
{
    padding-top: 62px;
    margin-bottom: 42px;
}
.dashboard-stat .visual
{
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}
.dashboard-stat.blue .visual > i
{
    color: #FFF;
    opacity: .1;
}
.dashboard-stat.red .visual > i
{
    color: #FFF;
    opacity: .1;
}
.dashboard-stat.green .visual > i
{
    color: #FFF;
    opacity: .1;
}
.dashboard-stat.purple .visual > i
{
    color: #FFF;
    opacity: .1;
}
.dashboard-stat .visual > i
{
    margin-left: -40px;
    font-size: 90px;
    line-height: 60px;
}
.dashboard-stat .details
{
    position: absolute;
    right: 5px;
    padding-right: 26px;
}
.dashboard-stat.blue .details .number
{
    color: #FFF;
}
.dashboard-stat.red .details .number
{
    color: #FFF;
}
.dashboard-stat.green .details .number
{
    color: #FFF;
}
.dashboard-stat.purple .details .number
{
    color: #FFF;
}
.dashboard-stat.blue .details .desc
{
    color: #FFF;
    opacity: 1;
}
.dashboard-stat.red .details .desc
{
    color: #FFF;
    opacity: 1;
}
.dashboard-stat.green .details .desc
{
    color: #FFF;
    opacity: 1;
}
.dashboard-stat.purple .details .desc
{
    color: #FFF;
    opacity: 1;
}
.dashboard-stat .details .number
{
    padding-top: 25px;
    text-align: right;
    font-size: 26px;
    line-height: 18px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 600;
}
.dashboard-stat .details .desc
{
    text-align: right;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}
.avatar_bg
{
    background: url(img/cover.png) no-repeat 0px 0px;
    background-size: cover;
    padding: 30px;
    text-align: center;
    overflow: auto;
}

.avatar
{
    /* background-size: contain;     background-repeat: no-repeat;     background-position: center center;     position: relative;     border-radius: 50%;     overflow: hidden; */
    background-color: #ffffff;
    height: 100px;
    width: 110px;
    border-radius: 50%;
    background-position: center center;
    background-size: contain;
    margin-left: 38%;
}
.avatar1
{
    background-color: #ffffff;
    height: 100px;
    width: 110px;
    border-radius: 50%;
    background-position: center center;
    background-size: contain; /* margin-left: 20%;     margin-top: 20%;     margin-bottom: 20%; */
    margin-left: 33%;
    margin-top: 0%;
    margin-bottom: 2%;
}
.avatar img
{
    width: 100px;
    max-width: 100%;
    height: auto;
    border-radius: 1000px;
    border: 4px solid #fff;
}
.col-white
{
    color: #ffffff !important;
}
.padding-20
{
    padding: 20px !important;
}
.card-footer-bordered
{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
}
.border-right
{
    border-right: 1px solid #E5E5E5;
}
.align-center
{
    text-align: center;
}
.font-20
{
    font-size: 16px !important;
}
.font-20b
{
    font-size: 16px !important;
    font-weight: 700;
}
.card .card-title
{
    font-size: 20px;
    font-weight: 300;
}
.card .card-title2
{
    font-size: 11px;
    font-weight: 300;
}
title2
{
    font-size: 17px;
    font-weight: 300;
}
.m-t-10
{
    margin-top: 10px;
}
.card-title
{
    margin-bottom: 0.75rem;
}
.card .card-subtitle
{
    font-size: 15px;
    margin-bottom: 15px;
    color: #999;
    font-weight: 300;
}
.card .bg-blue.b-t-radius
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.avatar .border-trans
{
    border-color: transparent !important;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
}
.avatar1 .border-trans
{
    border-color: transparent !important;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
}
.avatar
{
    text-align: center;
}
.avatar1
{
    text-align: center;
}
.bg-blue
{
    /*  background: #f39c12 !important; /*3598dc*/
    background-image: linear-gradient(#f39c12, #F5C77E);
}
.bg-green
{
    /*   background: #00a65a !important; /*3598dc*/
    background-image: linear-gradient(#00a65a, #6EF3B6);
}
.bg-red
{
    /*  background: #dd4b39 !important; /*3598dc*/
    background-image: linear-gradient(#dd4b39, #F57E6F);
}
.bg-meter-black
{
    /*  background: #dd4b39 !important; /*3598dc*/
    background-image: linear-gradient(#020202, #424242);
}
.bg-skyblue
{
    /*  background: #dd4b39 !important; /*3598dc*/
    background-image: linear-gradient(#07BDC9, #81EFF7);
}
.card
{
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}
.cardtext
{
    font-size: 18px;
    font-weight: 700;
}
.cardFontGreen
{
    color: #28a745 !important;
    font-size: 15px;
    font-weight: 400;
}
.cardFontRed
{
    color: #dd4b39 !important;
    font-size: 15px;
    font-weight: 400;
}
.cardFontBlue
{
    color: #00c0ef !important;
    font-size: 15px;
    font-weight: 400;
}
.cardFontdarkblue
{
    color: #0077b5 !important;
    font-size: 15px;
    font-weight: 400;
}
.cardFontpurple
{
    color: #6639b8 !important;
    font-size: 15px;
    font-weight: 400;
}
.alignvCenter
{
    margin-top: auto;
    margin-bottom: auto;
}
.padding-5
{
    padding: 5px !important;
}
.ajax-dropdown::before
{
    border-color: rgba(131,131,131,0);
    border-bottom-color: #838383;
    border-width: 0px !important;
    left: 50%;
}
.ajax-dropdown::after
{
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 7px;
    left: 50%;
    margin-left: 152px !important;
}
fieldset.scheduler-border
{
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 20px 20px 1.5em 20px !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border
{
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
.systemlableCol
{
    margin: 10px 0px 10px 0px;
}
.systemSpan
{
    font-weight: 900;
}
.systemInfo
{
    margin: 10px 0px 10px 0px;
    border-right: black 1px dotted;
    height: 20px;
}
.dashboard-stat2 .progress-info .status
{
    margin-top: 5px;
    font-size: 11px;
    color: #AAB5BC;
    font-weight: 600;
    text-transform: uppercase;
}
.dashboard-stat2 .progress-info .status .status-title
{
    float: left;
    display: inline-block;
}
.dashboard-stat2 .progress-info .status .status-number
{
    float: right;
    display: inline-block;
}
.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.font-green-sharp
{
    color: #2ab4c0 !important;
}
.font-red-haze
{
    color: #f36a5a !important;
}
.font-blue-sharp
{
    color: #5C9BD1 !important;
}
.font-purple-soft
{
    color: #8877a9 !important;
}
.dashboard-stat.blue
{
    background-color: #3598dc;
}
.dashboard-stat.red
{
    background-color: #e7505a;
}
.dashboard-stat.green
{
    background-color: #32c5d2;
}
.dashboard-stat.purple
{
    background-color: #8E44AD;
}
.dashboard-stat
{
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
}
a
{
    text-shadow: none;
    color: #337ab7;
    text-decoration: none;
}
.dashboard-stat.dashboard-stat-v2 .visual
{
    padding-top: 35px;
    margin-bottom: 40px;
}
.dashboard-stat .visual
{
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}
.dashboard-stat.blue .visual > i
{
    color: #FFF;
    opacity: .1;
}
.dashboard-stat.red .visual > i
{
    color: #FFF;
    opacity: .1;
}
.dashboard-stat.green .visual > i
{
    color: #FFF;
    opacity: .1;
}
.dashboard-stat.purple .visual > i
{
    color: #FFF;
    opacity: .1;
}
.dashboard-stat .visual > i
{
    margin-left: -35px;
    font-size: 110px;
    line-height: 110px;
}
.dashboard-stat .details
{
    position: absolute;
    right: 15px;
    padding-right: 15px;
}
.dashboard-stat.blue .details .number
{
    color: #FFF;
}
.dashboard-stat.red .details .number
{
    color: #FFF;
}
.dashboard-stat.green .details .number
{
    color: #FFF;
}
.dashboard-stat.purple .details .number
{
    color: #FFF;
}
.dashboard-stat.blue .details .desc
{
    color: #FFF;
    opacity: 1;
}
.dashboard-stat.red .details .desc
{
    color: #FFF;
    opacity: 1;
}
.dashboard-stat.green .details .desc
{
    color: #FFF;
    opacity: 1;
}
.dashboard-stat.purple .details .desc
{
    color: #FFF;
    opacity: 1;
}
.dashboard-stat .details .number
{
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 300;
}
.dashboard-stat .details .desc
{
    text-align: right;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}
.cardLeftbackgreen
{
    background-color: #4CAF50;
}
.cardRightbackgreen
{
    background-color: rgba(76, 175, 80,0.88);
}
.cardLeftbackred
{
    background-color: #f44236;
}
.cardRightbackred
{
    background-color: rgba(244,66,54,0.88);
}
.widgetN
{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.widgetN.style2 .widgetN-icon
{
    background-color: inherit;
}
.widgetN .widgetN-icon
{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
}
.widgetN .widgetN-icon .iconStyle
{
    font-size: 3.333em;
    line-height: 1.75em;
}
.widgetN .widgetN-body
{
    padding: 16px 20px;
}
.text-right
{
    text-align: right;
}
.widgetN h2, .widgetN h3
{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}
.small-info-box
{
    padding: 8px;
    color: #fff;
    background-color: #248dad;
}

.small-info-box div.media
{
    -webkit-box-align: center;
    align-items: center;
}

.media
{
    display: flex;
}

.small-info-box span
{
    font-weight: 400;
}

.small-info-box i
{
    font-size: 28px;
}

.media-body
{
    -webkit-box-flex: 1;
    flex: 1;
}

.small-info-box h6
{
    font-size: 14px;
}

.small-info-box h6, .small-info-box span
{
    font-weight: 400;
}

.no-margin
{
    margin: 0;
}

.infobox-green
{
    color: #9ABC32;
}
.mb-4, .my-4
{
    margin-bottom: 1.5rem !important;
}
.h1, h1
{
    font-size: 2.5rem;
}
.mb-0, .my-0
{
    margin-bottom: 0 !important;
}
.h4, h4
{
    font-size: 1.5rem;
    font-weight: 600;
}
.text-muted
{
    color: #868e96 !important;
}
.font-weight-bold
{
    font-weight: 700 !important;
}
.text-uppercase
{
    text-transform: uppercase !important;
}
.bg-flat-color-1
{
    background: #20a8d8;
}
.mt-3, .my-3
{
    margin-top: 1rem !important;
}
.cardR
{
    background: #ffffff none repeat scroll 0 0;
    margin: 15px 0;
    padding: 20px;
    border: 0 solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(8, 78, 178, 0.5);
}
.p-30
{
    padding: 30px !important;
}
.media
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.color-primary, .text-primary
{
    color: #4680ff;
}
.media-text-right
{
    text-align: right;
}
.media-body
{
    vertical-align: middle;
}
.media-body p
{
    color: #99abb4;
    line-height: 15px;
}
.m-b-0
{
    margin-bottom: 0px !important;
}
.f-s-40
{
    font-size: 40px !important;
}
.color-success, .text-success
{
    color: #26dad2;
}
.color-warning, .text-warning
{
    color: #ffb64d;
}
.color-danger, .text-danger
{
    color: #fc6180;
}
.bg-purple
{
    background: #8E44AD !important;
}
.bg-primary
{
    background: #4680ff !important;
    color: #ffffff;
    fill: #4680ff;
}
.p-20
{
    padding: 10px !important;
}
.bgredW
{
    background: #f44236 !important;
    color: #ffffff;
    fill: #4680ff;
    border: 1px solid #ffffff;
}
.bggreenW
{
    background: #4CAF50 !important;
    color: #ffffff;
    fill: #4680ff;
    border: 1px solid #ffffff;
}
.bggreyW
{
    background: #CBC3BC !important;
    color: #ffffff;
    fill: #CBC3BC;
    border: 1px solid #ffffff;
}
.bgForCount
{
    background: #c79121 !important;
    color: #ffffff;
    fill: #c79121;
    border: 1px solid #ffffff;
}
.txtWdignostic h4
{
    font-weight: 900;
    font-size: 20px;
}
.count.conye small
{
    padding: 16px;
}
.count.conye small
{
    font-size: 13px;
    color: #fff;
}
.user_total
{
    margin-bottom: 10px;
    border: 1px s;
    padding: 3px;
    margin-top: 0px;
    margin-bottom: 27px;
}
.count_bottom
{
    display: inline-block;
    width: 100%;
}
.count
{
    font-size: 25px !important;
}
.col-md-6.main_div_3
{
    text-align: center;
    margin: auto;
}
.fault
{
    color: #fff;
    background: #c79121 !important;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-top: 0px;
    text-transform: uppercase;
    margin-top: 10px;
}
.on
{
    color: #fff;
    background: #4CAF50 !important;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-top: 0px;
    text-transform: uppercase;
    margin-top: 10px;
}
.of
{
    color: #fff;
    background: #ff0808 !important;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-top: 0px;
    text-transform: uppercase;
    margin-top: 10px;
}
.lblMode
{
    color: #fff;
    background: #c79121 !important;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-top: 0px;
    text-transform: uppercase;
}

/*.of
{
    background: #ff0808;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: none; 
}*/
.falut
{
    font-size: 16px;
    color: #454444;
    font-weight: bold;
}
.count.conye
{
    font-size: 13px !important;
    line-height: 18px;
}
.count.conye1
{
    font-size: 10px !important;
    line-height: 18px;
}
.small-info-box-red
{
    padding: 10px;
    color: #fff;
    background-color: #f44236 !important;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 4px;
}
.small-info-box-green
{
    padding: 10px;
    color: #fff;
    background-color: #4CAF50 !important;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 4px;
}
.p-20W
{
    padding: 9px !important;
}
@media (max-width:767px)
{
    .user_total
    {
        border: 1px s;
        padding: 8px;
        margin-top: 8px;
        margin-bottom: 12px;
        font-size: 15px;
    }
    .col-md-2.col-sm-4.col-xs-12.title_status_count
    {
        border-bottom: 1px solid #eee;
        padding: 2px;
    }
    .count
    {
        font-size: 15px !important;
    }
    .col-md-2.col-sm-4.col-xs-6.title_status_count
    {
        margin: 0;
        padding: 0;
        border-right: none !important;
    }
}
.p_para
{
    text-align: center;
}
.hrs
{
    font-size: 21px;
}
.count_bottom2
{
    display: flex;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}
.\=row.title_count
{
    text-align: center;
}
.tile_count
{
    margin-bottom: 20px;
    margin-top: 20px;
}

.tile_stats_count
{
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px;
    padding: 0 10px 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile_stats_count span
{
    font-size: 13px;
}

.count_bottom i
{
    width: 12px;
}

.count
{
    font-size: 40px;
}

.count
{
    line-height: 47px;
    font-weight: 600;
}

.green
{
    color: #1ABB9C;
}
.profile-pic {
    width: 250px;
    height: 276px;
    display: block;
}

.file-upload
{
    display: none !important;
}
.circle
{
    border-radius: 1000px !important;
    overflow: hidden;
    width: 181px;
    height: 180px;
    border: 6px solid rgba(98, 108, 114, 0.7);
    position: relative;
    top: 19px;
}
img
{
    max-width: 100%;
    height: auto;
}
.p-image
{
    position: absolute;
    top: 161px;
    right: 30px;
    color: #1b1b1b;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    font-size: 17px; /*! z-index: 9999; */
    font-weight: bold;
}
.p-image:hover
{
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button
{
    font-size: 1.2em;
}

.upload-button:hover
{
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}
@media (max-width:767px)
{
    .fa-user::before
    {
        content: "\f007" !important;
    }
    .circle-tile-heading
    {
        position: relative;
        width: 80px;
        height: 80px;
        margin: 0px 12px -100px !important;
        border: 3px solid rgba(255,255,255,0.3);
        border-radius: 100%;
        color: #fff;
        transition: all ease-in-out .3s;
    }
    .circle-tile
    {
        text-align: center;
        margin-top: 25px;
    }
    #hide-menu
    {
        margin-top: 0px !important;
    }
    .circle
    {
        border-radius: 1000px !important;
        overflow: hidden;
        width: 150px;
        height: 150px;
        border: 6px solid rgba(98, 108, 114, 0.7);
        position: relative;
        top: 19px;
        left: 0;
        margin: auto;
        margin-bottom: auto;
        margin-bottom: 35px;
    }
    .p-image
    {
        position: absolute;
        top: 130px;
        right: 82px;
        color: #1b1b1b;
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        font-size: 17px;
        z-index: 9999;
        font-weight: bold;
    }
    #name_head
    {
        font-size: 21px !important;
        font-weight: bold;
        text-align: center;
    }
    .name_head_3 span
    {
        width: 125px;
        display: inline-block;
    }
    fieldset.scheduler-border
    {
        border: 1px groove #ddd !important;
        padding: 0 1.4em 0.4em 0.4em !important;
        margin: 0px 0px 0.5em 0px !important;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 0px 0px #000;
        box-shadow: 0px 0px 0px 0px #000;
        padding: 3px;
    }
    .name_head_3
    {
        font-weight: bold;
        display: flex;
        font-size: 12px;
    }
    #Consumer_map
    {
        height: 215px !important;
    }
}

.circle-tile
{
    margin-bottom: 30px;
    text-align: center;
}
.dark-blue
{
    background-color: #34495e;
}
.circle-tile-heading
{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #fff;
    transition: all ease-in-out .3s;
}
.circle-tile-content
{
    padding-top: 50px;
}
.dark-blue
{
    background-color: #34495e;
}
.circle-tile
{
    text-align: center;
}
.text-faded
{
    color: rgba(255,255,255,0.7);
}
.circle-tile-description
{
    text-transform: uppercase;
}
.circle-tile-number
{
    padding: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}
.text-faded
{
    color: rgba(255,255,255,0.7);
}
.circle-tile-footer
{
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}
.circle-tile-heading .fa
{
    line-height: 80px;
}
.fa-fw
{
    width: 1.28571429em;
    text-align: center;
}
.fa-3x
{
    font-size: 3em;
}

.circle-tile-footer:hover
{
    color: #fff;
}
.circle-tile-footer
{
}
.circle-tile-footer
{
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
#chat-container
{
    position: absolute;
    width: 93% !important;
    height: 373px !important;
    z-index: 2;
    border-left: 1px solid #CDCECF;
    right: -93%;
    top: 0;
    background: #fff;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
}
.dropdown-toggle.no-margin.userdropdown.prof
{
    margin-top: 10px !important;
}
@media (max-width:767px)
{

    #hide-menu > :first-child > a, .btn-header a
    {
        margin-top: 8px !important;
        width: 125% !important;
        /* height: 33px !important; */
        line-height: 38px !important;
    }
    .select8
    {
        display: flex;
    }
    .logo
    {
        width: 36%;
        margin-top: -27px;
    }
    .open > .dropdown-menu
    {
        -webkit-animation-name: flipInX;
        -moz-animation-name: flipInX;
        -o-animation-name: flipInX;
        animation-name: flipInX;
        -webkit-animation-duration: .4s;
        -moz-animation-duration: .4s;
        -o-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        padding: 13px;
    }
    .dropdown-menu > li > a
    {
        display: inline;
        padding: 3px 0px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
    {
        text-decoration: none;
        color: #387296;
        background-color: #fff;
    }
    .btn-header > :first-child > a
    {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        cursor: default !important;
        display: inline-block;
        font-weight: 700;
        height: 30px;
        line-height: 24px;
        min-width: 30px;
        padding: 0px;
        text-align: center;
        text-decoration: none !important;
        -moz-user-select: none;
        -webkit-user-select: none;
        background-color: #f8f8f8;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
        background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
        border: 1px solid #bfbfbf;
        color: #6D6A69;
        font-size: 17px;
        margin: 10px 0 0;
    }
    .dropdown-toggle.no-margin.userdropdown.prof
    {
        margin-top: 5px !important;
    }
}
/*table, th, td
{
    margin: 10px 0;
    border: solid 1px #333;
    padding: 2px 4px;
    font: 15px Verdana;
}
th
{
    font-weight: bold;
} */

button.btn_consum {
    position: relative;
    margin-top: 35px;
    background: #3025d2;
    border: none;
    color: #fff;
    padding: 6px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #8c8c8c;
    text-align: center;
    margin-left: 27px;
}
.staus h4 {
    font-size: 14px;
    font-weight: bold;
    color: #e76251;
}

.avatar {
    text-align: center;
    margin-bottom: 23px !important;
    margin: auto;
}

.staus {
    text-align: center;
    margin-top: 10px;
    background: #fff;
    width: 240px;
    margin: auto;
    border-radius: 4px;
    padding: 3px;
}

.staus small {
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
}

.staus i {
    margin-left: 10px;
    font-size: 21px;
}

.iIcon {
    color: red;
}

.eIcon {
    color: green;
}

.solar_grap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #efe1b3;
}

div#ExportSpTrendChbox label {
    margin-left: 13px;
    margin-right: 33px;
    font-size: 11px;
    font-weight: bold;
}

div#ImportSpTrendChbox label {
    margin-left: 12px;
    margin-right: 28px;
    font-size: 11px;
    font-weight: bold;
}

@media (max-width:767px) {
    .solar_grap span {
        position: relative !important;
    }
}

.enery_impirt {
    display: flow-root;
    margin-top: 25px;
}

.avatar .border-trans {
    border-color: transparent !important;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}
