html,
a,a:focus,a:active,a:hover{ outline: none;}
.__dashboard {
    height: auto;
    padding: 0;
    margin: 0;
}
.__btnblck{
    background-color: #24272e !important;
    color: #fff;
    border-radius: 3px;
}
.__sidebar {
   position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    background-color: #24272e;
    min-height: 100%;
    box-shadow: inset -29px 0px 23px -19px rgba(26, 28, 34, .3);
    min-height: 100%;
    -webkit-transition: all cubic-bezier(0.24, 0.87, 0.58, 1) .6s;;
    -moz-transition: all cubic-bezier(0.24, 0.87, 0.58, 1) .6s;;
    transition: all cubic-bezier(0.24, 0.87, 0.58, 1) .6s;
    z-index: 2 !important;
}
.__sidebar-active .__sidebar:after{
  position: absolute;
    top: 79px;
    width: 5px;
    bottom: 0;
    background-color: #131519;
    content: "";
    display: block;
    z-index: 0;
}
.__contents {
    height: auto;
    margin-left: 250px;
}
.__lsdef {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.__sidebar-options li {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 10px 0;
}
.__sidebar-options li.__sidebar-logo {
    margin: 0;
}

.__sidebar-options li a {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0px 8px 2px -7px rgba(0, 0, 0, .5);
}
.__red-btn {
    background-color: #ed1d26;
    color: #fff;
}
.__sidebar-options li a:hover,
.__sidebar-options li a:active,
.__sidebar-options li a:focus {
    color: #fff;
}
.__red-btn:hover,
.__red-btn:focus,
.__red-btn:active {
    background: #ed1d26;
    background: -moz-linear-gradient(top, #ed1d26 0%, #e82023 52%, #ea0007 100%);
    background: -webkit-linear-gradient(top, #ed1d26 0%, #e82023 52%, #ea0007 100%);
    background: linear-gradient(to bottom, #ed1d26 0%, #e82023 52%, #ea0007 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ed1d26', endColorstr='#ea0007', GradientType=0);
}

.__blk {
    display: block;
    clear: both;
}
.__sidebar-logo a {
    padding: 0 !important;
}

.__header-navigation li {
    display: inline-block;
    float: left;
    width: auto;
    line-height: 78px;
    padding: 0 10px;
}
.__header-navigation li.__pull-right {
    float: right;
}
.__header-navigation li a {
    line-height: 42px;
    font-size: 18px;
}
.__input-def {
    background-color: #2b2e34;
    width: 500px;
    line-height: 0;
    border: none;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    color: #fff;
}
[data-notifications] {
    position: relative;
}
[data-notifications]:after {
    content: attr(data-notifications);
    background-color: #ed1d26;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -13px;
    right: -14px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    border: solid 3px #1a1c22;
    font-family: inherit;
    background: #ed1d26;
    background: -moz-linear-gradient(top, #ed1d26 0%, #e82023 52%, #ea0007 100%);
    background: -webkit-linear-gradient(top, #ed1d26 0%, #e82023 52%, #ea0007 100%);
    background: linear-gradient(to bottom, #ed1d26 0%, #e82023 52%, #ea0007 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ed1d26', endColorstr='#ea0007', GradientType=0);
}
.__header-navigation li.__hamburger {
    display: none;
}
.__search-form .__input-def {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.__form-blast {
    border-top: solid 3px #24272e;
    height: auto;
    float: left;
    /* -webkit-user-select: none ;
    -moz-user-select:none ;
    -o-user-select:none ; */
    /* margin-bottom: 20px; */
    width: 100%;
}
/* .__s2{
    margin-bottom: 3px;
} */
.__panel-light {
    background-color: #fff;
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, .4);
    border-top: solid 4px #24272e;
    border-bottom: solid 1px #dedede;
        /* padding-bottom: 26px; */
        padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100% ;
    /* padding-top: 10px; */
}
.__blue-border-top{
    border-top-color: #5780b8 ;
}
.__lblvl-def{
    cursor: default ;
}
.__row {
    float: left;
    /* padding: 5px 0; */
    height: auto;
    margin: 0;
    width: 100%;
}
.__font-28 {
    font-size: 28px;
}
.__txt-drk {
    color: #24272e;
}
.__title {
    margin: 0;
    padding: 0;
    margin: 8px 0;
}
.__dashboard-contents-body {
      padding: 0;
    margin: 0;
    /* margin-top: 15px; */
}
.__lbl-def {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 24px;
    color: #a6a6a6 ;
}
.__input-form-def {
   padding: 6px 19px;
    width: 100%;
    border: solid 1px #dcdee5;
    background-color: #fbfbfb;
}
.__half-bx {
    padding: 0;
}
.__half-bx .__input-form-def {
    width: 95%;
}
.__radios li {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 15px;
}
.__radios li label.__radio-label {
    line-height: 26px;
    cursor: pointer;
}
.__radio-def input[type=radio] , .__radio-def input[type=checkbox] {
    display: none;
}
.__radio-def input[type=radio]+label,.__radio-def input[type=checkbox]+label {
    position: relative;
    padding-left: 25px;
}
.__radio-def input[type=radio]+label:after,.__radio-def input[type=checkbox]+label:after {
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    border: solid 5px #ffffff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px #999;
}
.__radio-def input[type=checkbox]+label:after{
    border-radius: 0 !important ;
}
.__radio-def input[type=radio]:checked+label:after , .__radio-def input[type=checkbox]:checked+label:after {
    background-color: #3f6395;
}
.__btn-orange{
    background-color: #f84e4e;
    color: #fff;
    padding: 6px 12px;
    border: none;
    text-align: center;
    min-width: 194px;
    border-radius: 3px;
    text-transform: uppercase;
	width: auto;
}
.__bold{
    font-weight: bold ;
}


.__worker-bx{
    border-bottom: solid 1px #f5f5f7;
    padding: 15px;
    float: left;
    width: 100%; position: relative ;
    border-radius: 1px;
}
.__worker-all-details{
        margin-left: 60px;
}
.__worker-name{
    font-weight: bold;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
.__worker-details{
    padding: 0;
    margin: 0;
    /* line-height:0px; */
}
.__worker-location{
    margin: 0;
    margin-top: -7px;
    padding: 0;
}
.__time-ago{
    color: #a7a7a7;
    font-size: 13px;
}
.__dpbx {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #577fb6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
    background-repeat: no-repeat ;
    background-position: center ;
    background-image: url(../images/user_profile_585485-30x30.png);
    
}
.__workers-list li{
    margin-bottom: 17px ;
}
.__dash li{
    /* width: 98% ;
    margin: 0 auto ;
    margin-bottom: 8px ; */
}
.__dash li:after{
    content: "";
    display: block;
    width: 1px; height: 1px ;
    clear: both ;
}
.__blast-status{
    display: inline-block ;
}
.__blast-status{
    content: "";
    display: blo
}
.__user-tick{
    color : #5780b8 ;
}
.__glyphicons{
    position: relative ;
        padding-left: 28px;
}
.__dash li a{
    display: block;
    float: left;
    width: 100%;
}
.__dash li a:hover .__worker-bx{
    /*background-color: #1a1c22;*/
}
.__glyphicons:before{
    content: "";
    display: inline-block;
    width: 25px; height: 25px;

    left: 0 ;
    top: 0;
    bottom: 0;
    margin: auto ;
   
    background-image: url(../images/icons-dash.png);
    position: absolute ;

}
.__user-tick:before{
        background-position: -7px -12px;
}
.__5more{
    color: #ed1d26 ;
}
.__5more:before{
        background-position: -52px -72px;
}
.__completed{
    color: #6eb857 ;
}
.__completed:before{
     background-position: -25px -39px;
}
.__completed-time{
    color: #5780b8 ;
}
.__completed-time:before{
    background-position: -78px -109px;
}
.__job-title-d{
    position: relative ;
}
.__job-title-d:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #5780b8;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -22px;
}
.__dash .__worker-bx{
    /* padding:24px !important ; */
}
.__arrow-right{
    position: absolute;
    right: 0;
    top: 24px;
    bottom: 0;
    margin: auto;
    color: #bababb;
}
.__txt-blue{
    color: #5780b8 ;
}
.__past-blast{
    color: #838384 ;
}
.__past-blast:before{
    background-position: -106px -142px;
}

.__worker-location-name{
    line-height: 30px; 
}
.__mrg-30-right{
        margin-right: 30px;
}
.__worker-stats-54{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 37px;
    background-color: #eaeaea;
}
.__jh584 li{
    margin-bottom: 5px ;
    float: left;
    width: 100%;
}
.__jh584 li:first-child{
    margin-top:-5px ;
}
.__jh584 li:first-child .__worker-bx{
    border-top: none !important ;
}
.__inner-wrap-10{
    
    margin: 13px;
    float: left;
}
.__head-nw{
    background-color: #f7f7f7;
    border: solid 1px #e3e3e3;
}
.__worker-stats-54:after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    background-color: #06d03f;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/tick-green.png)!important;
    background-position: center ;
    background-repeat: no-repeat ;
    
}
.__jh584 .__dpbx {
    background-image: url(../images/workers-icon-90x90.png)!important;
    background-color: transparent ;
    background-size: cover ;
}
.__backbtn{
    background-color: transparent ;
    background-image: url(../images/back-button-54x30.png)!important;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 80px;
    padding: 20px 24px;
    border: none;
    outline: none;
    border-radius: 3px;
    display: block;

}
.__ulst{
        border-bottom: solid 1px #cdcdcd;
        margin-top: 7px;
}
.__userlist .__worker-all-details{
    margin-left: 0px ;
}
.__backbtn:hover{
background-color: #e2e2e2 ;
}
.__emprl{
    font-weight: normal  !important;
        margin-left: 25px;
}
.__userlist .__worker-name{
    max-width: 100% ;
    display: inline;
    font-size: 13px;
}
.__btn-uslst {
    padding: 5px 7px;
    background-color: transparent;
    border: solid 1px transparent;
    border-radius: 2px;
    font-size: 20px !important;
}
.__btn001{
    color:#010101 ;
    border-color:#010101 ;
}
.__btn001:hover,.__btn001:focus{
    color:#fff ;
    background-color:#010101 ;
}
.__btn002{
    color:#595959 ;
    border-color:#595959 ;
}
.__btn002:hover,.__btn002:focus{
    color:#fff ;
   background-color:#595959 ;
}
.__btn003{
    color:#289c0d ;
    border-color:#289c0d ;
}
.__btn003:hover,.__btn003:focus{
    color:#fff ;
    background-color:#289c0d ;
}
.__btn004{
    color:#ff7676 ;
    border-color:#ff7676 ;
}
.__btn004:hover,.__btn004:focus{
    color:#fff ;
    background-color:#ff7676 ;
}
.__btngrp{
    text-align: center ;
}
.__txt-center{
    text-align: center ;
}
.__header215{
    padding-top: 7px;
    
}
.__l1{
    line-height: 48px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.__list250125{
    border-bottom: dashed 1px #bdbec2 ;
    position: relative ;
    padding-top: 11px;
    padding-bottom: 11px;
}
.__table-view{
    border: solid 1px #dadce2;
    float: left;
    width: 100%;
    color: #000 ;
}
.__btnbtm{
    border: none;
    background-color: transparent;
    font-size: 28px;
    color: #000; outline: none ;
}
.__btnbtm:hover,__btnbtm:focus,__btnbtm:active{
    color: #f84e4e ;
}
.__nbntm{
    border-bottom: none !important ;
}
@media screen and (max-width: 1100px) {
    .__contents {
        margin-left: 0 !important;
    }
    .__sidebar {
        left: -100%;
    }
    .__header-navigation li.__hamburger {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .__btn2bl{
        width: 100% ;
        float: left; margin: 3px 0 ;
    }
    .__btnbtm{
        position: relative;
		bottom: 50px;
    }
    .__padder{
        padding-left: 30px;
    }
    .__sec-con-blocks,.__sec-head-blocks{
        line-height: 35px ;
        text-align: left ;
    }
    .__txtlftsm{
        text-align: left !important ;
    }
    .__userlist .__worker-all-details {
    margin-left: 0 ;
}
.__userlist .__dpbx{
    left: -11px;
    top: -7px;
    margin: 0;
}
    .__sec-head-blocks{
        font-weight: bolder ;
    }
    .__sec .__row{
        width: 50%  !important;
    }
    .__sidebar-active .__sidebar{
    left: 0 !important;
    
}
.__line49{
    line-height: 49px;
}
.__sidebar-active .__contents:before {
   position: fixed; top: 0 ;
   bottom: 0; left: 0 ; right: 0 ;
   background-color: rgba(26,28,34,.6); display: block; content: "" ; z-index: 1 ;
}
    .__link-icon-right{
       display: none ;
    }
    .__dash li:nth-child(odd) a .__worker-bx{
    background-color: #1a1c22;
    color: #d6d6d6;
}
  .__datas-bx{
        padding: 24px 19px 8px;
    background-color: #f7f7f7;
    margin: 13px 0 0;
    /* border: solid 1px #777; */
    /* border-bottom: solid 1px #c3c3c3; */
    box-shadow: 0px 3px 5px -3px rgba(0,0,0,.5);
    border-top: solid 1px #e6e6e6; border-radius: 5px ;
}
    .__search-form .__input-def {
        width: 200px;
    }
    .__search-form .__input-def:focus {

    }
    .__half-bx .__input-form-def{
        width: 100% ;
    }
    div .__half-bx:first-child{
        margin-bottom: 15px;
    }
    .__wrng{
            margin-bottom: 30px;
    }
    .__workers-list li .__worker-bx{
    border-bottom: none ;
}
.__workers-list li:last-child .__worker-bx{
    border: solid 1px #dfdfe0;
}
}
/*SLIDERRRRRR*/
/*! =======================================================
                      VERSION  9.1.3              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}
.slider.slider-horizontal {
    width: 100%;
    height: 20px
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}
.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center
}
.slider.slider-vertical {
    height: 210px;
    width: 20px
}
.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0
}
.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}
.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)
}
.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed
}
.slider input {
    display: none
}
.slider .tooltip.top {
    margin-top: -36px
}
.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}
.slider .hide {
    display: none
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    /* -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
    border-radius: 4px;
    border: solid 1px #dcdee5;
}
.__mrg25{
    margin: 25px 0 0;
}
.slider-handle:after {
    bottom: 120%;
    left: 0;
    font-weight: bold;
    /* background-color: #f00; */
    content: attr(aria-valuenow);
    display: block;
    position: absolute;
}
.slider-handle:before {
    /* background-color: #f00; */
    content: '$';
    bottom: 120%;
    right: 100% ;
    display: block;
    position: absolute;

}
.slider-selection {
    position: absolute;
    background-color: #3f6395;
    /* background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%); */
    background-image: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    /* background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)
}
.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}
.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #2a4468;
    /* background-image: -webkit-linear-gradient(top,#149bdf 0,#0480be 100%); */
    background-image: -o-linear-gradient(top,#149bdf 0,#0480be 100%);
    /* background-image: linear-gradient(to bottom,#149bdf 0,#0480be 100%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    border: 0 solid transparent;
}
.slider-handle.round {
    border-radius: 50%
}
.slider-handle.triangle {
    background: transparent none
}
.slider-handle.custom {
    background: transparent none
}
.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}
.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}
.slider-tick.round {
    border-radius: 50%
}
.slider-tick.triangle {
    background: transparent none
}
.slider-tick.custom {
    background: transparent none
}
.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}
.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1
}
.__txtarea-def{
    resize: none ; 
    min-height: 130px;
}
.__noborder-top{
    border-top: none !important ;
}
.__txt-dash-sec{
    font-weight: lighter;
    font-size: 23px;
    color: #747477;
}
ul.__dash-4857 li{
    text-align: center ;
}
.__sec-head-blocks{
    color: #1868c2 ;
}
.__sec-con-blocks{
       color: #959698;
    font-size: 12px;
    line-height: 35px;
}


/* The switch - the box around the slider */
.switch_profile {
  position: relative;
  display: inline-block;
  width: 73px;
  height: 40px;
}

/* Hide default HTML checkbox */
.switch_profile input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /* background-color: #989898;*/
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
  background-color: #f84e4e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f84e4e;
}
.__formdivider{
      width: 100%;
    clear: both;
    height: 1px;
    background-color: #d6d6d6;
    margin: 18px 0 2px;
    float: left;
}
input:checked + .slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
      transform: translateX(33px);
}
.slider:hover {
   /* box-shadow: inset 0px 0px 22px -7px rgba(0,0,0,.8);*/
}
.slider:after{
   content: "yes";
    position: absolute;
    display: block;
    color: #fff;
    font-size: 12px;
   content: "No";
   right: 12px;
   top: 7px ;
    text-transform: uppercase;
    font-weight: normal;
}
input:checked + .slider:after{
    content: "yes";
     top: 7px;
    left: 12px;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
Try it Yourself »
/*
Search
*/
  .input-wrapper{
                position: relative ; 
            }
            .search-submit{
                position: absolute ; 
                right: 0 ; 
                top: 0 ; bottom: 0 ; width: 47px;
                background-color:rgb(237, 29, 38) ; 
                height: 36px; margin: auto ; z-index: 5000 ;
            }
            .search-btn-{
                 width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    /* margin-top: -8px; */
    display: block;
            }
            .icon-srch{
                margin-top: -10px ; 
            }
            .srch-inner{
                position: relative  ; width: 100%; height: 100%  ; 
            }
            .icon-srch {
    /* margin-top: -10px; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 18px;
    height: 14px; color: #fff ; 
}
            .clear-btn{
                position: absolute;
    left: 106%;
    top: 0;
    bottom: 0;
    width: 60px;
            }
            .cle-btn{
                display: block;
    float: left;
    height: 100%;
    width: 100%;
    border: none;
    background-color: #70747e;
    color: #fff; line-height: 0 ; 
}
.input-wrapper {
    position: relative;
}
.noborder-topzz .namemar {
    margin-left: 45px ;
}
.__worker-bx div{
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nopad{
    padding: 0px;
}
.divPointer{
    padding:0px 0px;
}
.divPointerzz{
    cursor: pointer;
}
button.close{
    color: #fff;
    opacity: 1;
}
.sidehead {
    font-size: 15px !important;
    margin: 3px 0px 0px 0px !important;
}
.__sendmsg button, select{
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500 !important;
    margin-bottom: 10px;
    outline: medium none;
    padding: 8px 15px;
    text-shadow: none;
}
.input-group{
    margin-bottom: 12px;
}
.__blue-border-top {
    border-top-color: transparent;
}
/**/