.address-block {
    padding: 15px;
    border:1px solid #e6e6e6;
    min-height: 130px;
}
.address-class{
    opacity: 0;
    height: 0;
    width: 0;
    display: inherit;
}
.address-class:checked + .address-block
{
    border:1px solid #8dc63f;
}
.address-class:checked + .address-block:after
{
    font-family: 'FontAwesome';
    content: '\f00c';
    font-weight: 900;
    float: right;
    color:#8dc63f;
}
.mytasks {
    counter-reset: my-badass-counter;
}
.mytasks .list-group-item {
    position: relative;
    padding: 20px 30px;
}
.mytasks .list-group-item:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background: rgba(34, 34, 34, 0.1);
    text-align: center;
    padding-top: 2%;
}
.mytasks .bg-success {
    background-color: #8dc63f !important;
    color:#fff !important;
    border:1px solid rgba(34, 34, 34, 0.1) !important;
}
.mytasks .bg-success * {
    color:#fff !important;
}
.ms-container {
    width: auto !important;
}
.ui-widget-content { background: none !important; margin: 0 auto !important; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #333 !important;
    color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover
{
    background: #fff !important;
    color: #333 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #e69700 !important;
    background: #e69700 url(../js/jquery-ui/images/ui-bg_diagonals-thick_20_e69700_40x40.png) 50% 50% repeat !important;
    color: #fff !important;
}
.callpopup {
    width: 300px;
    padding: 20px 20px 30px 20px;
}
.callpopup .identify {
    margin-top: 15px;
    margin-bottom: 15px;
}
.callpopup .identify .name {
    font-size: 16px;
    font-weight: 600;
}
.callpopup .identify .phone {
    font-size: 16px;
}
.callpopup .identify .state {
    color: #aaa;
}
.customer .icon i {
    font-size:50px;
}