.error{
    color: red !important;
}
.pointers{ cursor: pointer; }

.detail_history_view .col-sm-12{
	padding: 0 5px;
}
#lockscreen {
    background: rgba(0,0,0,0.8);
}
.bigdrop{
    width: 600px !important;
}
.parsel_status{
    width: 6% !important;
}
.parsel_transit_listing .parsel_time,
.parsel_transit_listing .parsel_delivery{
    width: 12% !important;

}
.parsel_transit_listing .parsel_carrier{

    width: 5% !important;
}
.parsel_transit_listing .parsel_from,
.parsel_transit_listing .parsel_to{
    width: 23% !important;
}
/*.tag-editor li{
    display: inline-block;
    margin: 5px 0 5px 5px !important;
    vertical-align: top;
    position: relative;
    z-index: 1;
    cursor: default;
    -webkit-transition: .13s ease-out;
    -o-transition: .13s ease-out;
    transition: .13s ease-out;
    
}
.tag-editor li .tag-editor-spacer{
    display: none;
}
.tag-editor li .tag-editor-tag,
.tag-editor li .tag-editor-spacer,
.tag-editor li .tag-editor-delete{
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px 5px;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: .13s ease-out;
    -o-transition: .13s ease-out;
    transition: .13s ease-out;
    background: #358ee0;
    
}
.tag-editor li .tag-editor-tag{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.tag-editor li .tag-editor-delete{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.tag-editor .tag-editor-delete i::before{
    color: #fff !important;
}
.new_order_filed  .tag-editor li .tag-editor-delete{
    padding: 6px 5px 6px 5px;
}
.tag-editor li .tag-editor-tag{
   padding: 5px 10px; 
}*/
.tag-editor li:first-child{
    background: transparent;
}
.tag-editor li{
    border-radius: 100px;
    /*background: #358ee0;*/
    margin-right: 5px !important;
}
.tag-editor li div{
    background: #358ee0 !important;
    color: #fff !important;
    padding: 6px 10px !important;
}
.tag-editor .tag-editor-delete i{
    line-height: 20px !important;
    display: inline-block;
}
.tag-editor .tag-editor-delete i:before{
    color: #fff !important; 
}
.tag-editor li .tag-editor-spacer{
    display: none;
}

.select_offer_shipping{
    position: absolute;
    right: 23px;
    top: 4px;
    content: '';
    background: #358edf;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    padding: 2px 8px;
}
.select_offer_shipping i{
    font-size: 14px;
    vertical-align: text-bottom;
    cursor: pointer;
}
.select_offer_script{
    position: absolute;
    right: 23px;
    top: 4px;
    content: '';
    background: #358edf;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    padding: 2px 8px;
}
.select_offer_script i{
    font-size: 14px;
    vertical-align: text-bottom;
    cursor: pointer;
}
.select_offer_coupon{
    position: absolute;
    right: 23px;
    top: 4px;
    content: '';
    background: #358edf;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    padding: 2px 8px;
}
.select_offer_coupon i{
    font-size: 14px;
    vertical-align: text-bottom;
    cursor: pointer;
}
.select_offer_website{
    position: absolute;
    right: 23px;
    top: 4px;
    content: '';
    background: #358edf;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    padding: 2px 8px;
}
.select_offer_website i{
    font-size: 14px;
    vertical-align: text-bottom;
    cursor: pointer;
}
.select_offer_product{
    position: absolute;
    right: 23px;
    top: 4px;
    content: '';
    background: #358edf;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    padding: 2px 8px;
}
.select_offer_product i{
    font-size: 14px;
    vertical-align: text-bottom;
    cursor: pointer;
}
#history_tab_label{
        text-transform:capitalize;	
}
.user_draft_cont .styled-select select{
    border: 1px solid rgba(39, 54, 70, 0.15);
    color: #4a4a4a;
}
.user_draft_cont label{
    color:rgba(39, 54, 70, 0.8)
}
.all_shipping_view .styled-select .arrow,
.user_draft_cont .styled-select .arrow{
    border-top: 5px solid rgba(39, 54, 70, 0.8);
}
.white-background-color
{
    background-color: #fff;
}

.chat_view_section .panel-primary {
    border-color: #d7d7d7;
}
.chat_view_section .panel-body{
    background: #fafafa;
}
.chat_view_section .chat_history_view{
    overflow-y: auto;
    max-height: 350px;
    margin-bottom:20px;
}
.chat_view_section .list-group-item{
    background: #fff;
    border-radius: 0;
    margin-bottom: 7px;
    border: 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    cursor: pointer;
}
.chat_view_section .list-group-item.active,
.chat_view_section .list-group-item:hover{
    background: #358ee0;
    color: #fff;
}
.chat_view_section .list-group .input-lg{
    box-shadow: none;
    font-size: 14px;
    border-radius: 3px;
}
.chat_view_section .list-group-item img{
    border-radius: 100px;
    margin-right: 5px;
}
.chat_footer textarea{
    box-shadow: none;
}
.chat_header{
    border-bottom: 1px solid red;
}
.user_thu_chat{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    vertical-align: top;
    overflow: hidden;
}
.user_thu_chat img{
    width: 100%;
    height: 100%;
}
.chat_message_left,
.chat_message_right{
    display: inline-block;
    vertical-align: top;
    max-width: 350px;
}
.right_chat_view{
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.chat_message_right{
    margin-right:10px;
}
.chat_message_left p{
    background: #f1f1f1;
    border-radius: 4px;
}
.chat_message_right p{
    background: #358ee0;
    border-radius: 4px;
}
.chat_message_left p,
.chat_message_right p{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    padding:7px;
}
.left_chat_view{
    padding-right: 100px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.chat_message_left{
    margin-left: 10px;
}
.chat_message_left p{
    color: #373737;
}
.chat_time{
    font-size: 11px;
    color: #929292;
}
.chat_footer .btn-primary:hover{
    color: #fff;
}
.noti_view_se{
    display: inline-block;
    vertical-align: middle;
}
.noti_view_se .messages-menu.open a,
.noti_view_se .messages-menu a:hover{
    background-color: transparent;
}
.noti_view_se .messages-menu .dropdown-menu{
    right: 0;
    left: auto;
    min-width: 270px;
    padding: 0;
}
.noti_view_se .messages-menu a{
    position: relative;
}
.noti_view_se .messages-menu > a i{
    color: #358ee0;
}
.noti_view_se .messages-menu a .label{
    position: absolute;
    top: 5px;
    right: 6px;
}
.noti_view_se .header{
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.noti_mess_se{
    overflow-y:auto;
    max-height: 210px; 
}
.noti_mess_se > div{
    margin-bottom: 7px;
}
.noti_mess_se > div:last-child{
    margin-bottom: 0;
}
.noti_mess_se a{
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    border-bottom: 1px solid #efefef;
}
.noti_mess_se h4{
    font-size: 14px;
    color: #373737;
    font-family: 'nunito_sansbold';
    margin-bottom:2px;
}
.noti_mess_se h4 small{
    float: right;
}
.noti_mess_se p{
    font-size: 13px;
    color: #373737;
    margin-bottom: 0;
}
.noti_view_se .footer{
    background: #efefef;
}
.noti_view_se .footer a{
    font-size: 14px;
    padding: 10px;
}
