 body {/*background-color: #eaf1f0;*/ height:auto;}
            #content {padding:60px 0;}
            p {margin: 0 0 20px;}
            .br-b {
                border-bottom: 1px solid #ddd !important;
            }
            /**** Top Cards *****/
            .first-fold {padding:10px;margin-top:30px;}
            .card-view {
                background: #fff;
                margin-bottom: 10px;
                margin-left: -5px;
                margin-right: -5px;
                border-radius: 6px;
                border: none;
                border-radius: 0;
                box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.09);
                padding: 15px 15px 0;
            }
            .card-view.panel .panel-body {
                padding: 20px 0 20px;
                border:none;
            }
            .panel-body:before {
                display: table;
                content: " ";
            }
            .sm-data-box .data-wrap-left, .sm-data-box .data-wrap-right {
                padding-top: 19px;
                padding-bottom: 19px;
                min-height: 99px;
            }
            .sm-data-box .counter {
                font-size: 24px;
                font-weight: 600;
            }
            .sm-data-box .counter .smaller-text{
                font-size: 14px;
            }
            .sm-data-box .data-wrap-right .data-right-rep-icon, .data-right-rep-icon{
                display: inline-block;
                font-size: 40px;
                padding-top: 7px;
            }
            .uppercase-font { /*text-transform: uppercase !important; */}
            .bbmp-h2 {font-size: 22px;}
            .pr-0 {padding-right: 0px !important;}
            .pl-0 {padding-left: 0px !important;}
            .weight-500 { font-weight: 600 !important;}
            .font-13 {font-size: 14px !important;}
            .pa-0 { padding: 0px !important;}
            .block {display: block !important;}
            .inline-block {display: inline-block !important;}
            .txt-dark {color: #212121 !important;}
            .txt-light-grey {color: rgba(222, 42, 28,0.5) !important;}
            .corp-icon {background:transparent;color:#fcdf13;line-height:1;width:40px;font-size:40px;}

            @media screen and (max-width: 767px){
                .mob-title {text-align: center;}
                .l2-mob {display: block;}
                #ward-values .font-16 {font-size: 14px !important;}
                .bbmp-h2 {font-size: 16px;}
                .first-fold {margin-top:10px;}
            }
            @media (min-width: 992px){
                .col-md-push-3 {left: 25%;}
            }
            @media (min-width: 768px) and (max-width: 992px){
                .sm-data-box .font-13{font-size: 13px !important;}
            }
            @media (min-width: 768px) and (max-width: 1024px){
                .bbmp-h2 {font-size: 16px;}
            }

            /****** Styling Select ******/
            .select2-container--default .select2-selection--single {
                background: #EEE;
                border: 2px solid #e8e8e9;
                border-radius: 5px;
            }
            .select2-container--default .select2-selection--single .select2-selection__placeholder {
                color: #666 !important;
                font-size: 14px;
            }
            /****** 2 Card on right *****/
            .action-icon {
                width: 50px;
                height: 50px;
                line-height: 40px;
                font-weight: 600;
                border-radius: 3px;
                font-size: 20px;
                text-align: center;
                margin-right: 5px;
            }
            .media {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: start;
                align-items: flex-start;
            }
            .media .media-body {
                word-break: break-word;
                flex: 1;
            }
            .media-body p{
                margin-bottom:0;
                font-weight: 400;
                font-size: 14px;
            }
            .badge-primary-inverse {
                background-color: rgba(0, 128, 255, 0.1);
                color: #0080ff;
            }
            .badge-warning-inverse {
                background-color: rgba(255, 168, 0, 0.1);
                color: #ffa800;
            }
            .badge-success-inverse {
                background-color: rgba(24, 210, 107, 0.1);
                color: #18d26b;
            }
            .badge-danger-inverse {
                background-color: rgba(255, 63, 63, 0.1);
                color: #ff3f3f;
            }
            .badge {
                font-weight: 600;
            }
            .font-14 {
                font-size: 14px !important;
            }
            .float-right {float: right !important;}
            .font-16 {font-size: 16px !important;}
            .font-18 {font-size: 18px !important;}
            .mb-1, .my-1 {margin-bottom: .25rem!important;}
            .mb-4, .my-4 {margin-bottom: 1.5rem!important;}
            .mt-4, .my-4 {margin-top: 1.5rem!important;}
            .mt-0, .my-0 {margin-top: 0!important;}
            .mb-0 {margin-bottom: 0!important;}
            .media img {display:none;}
            .signature-pad--body{
                border: 1px solid #ddd;
                background: #fff;
                display: flex;
            }
            #video {
                position: relative;
                padding-bottom: 56.25%; /* 16:9 */
                height: 0;
            }
            #video iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .hashtags {color:#337ab7 !important;}
            h2.cmp-title {color:#333;padding-bottom:15px;border-bottom:1px solid #ddd;}
            h4.cmp-subtitle {color:#2a3744;line-height:1.9;}
            .cmp-block p{color:#2a3744;line-height:1.9;}
            .cmp-btn {background:#de2a1c;font-weight: 600;}