/* COLORS */
.labelcolor_1  { background-color: #427E98; }
.labelcolor_2  { background-color: #216068; }
.bg-labelcolor_3, .labelcolor_3
{ background-color: #6CA030; }
.labelcolor_4  { background-color: #8049AE; }
.labelcolor_5  { background-color: #3993BB; }
.labelcolor_6  { background-color: #00BCD4; }
.labelcolor_7  { background-color: #8BC34A; }
.labelcolor_8  { background-color: #A767DD; }
.labelcolor_9  { background-color: #3266A0; }
.labelcolor_10 { background-color: #19B398; }
.labelcolor_11 { background-color: #3F9E2A; }
.labelcolor_12 { background-color: #C346AA; }
.labelcolor_13 { background-color: #2042A1; }
.labelcolor_14 { background-color: #0B7831; }
.labelcolor_15 { background-color: #AAA516; }
.labelcolor_16 { background-color: #B31D6E; }
.labelcolor_17 { background-color: #5F4674; }
.labelcolor_18 { background-color: #5C793B; }

/* GLOBALS */

.mt-15 { margin-top: 15px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-30{ margin-top: 30px !important; }
.mt-1 { margin-top: 1px !important; }
.mt-n-40{ margin-top: -40px; }
.mt-n-25{ margin-top: -25px; }
.mt-n-20{ margin-top: -20px; }
.mt-n-15 { margin-top: -15px; }
.mt-n-5 { margin-top: -5px; }
.ml-10{ margin-left: 10px !important;  }
.ml-ch-50 > *{ margin-left: 50px !important; }
.mb-10{ margin-bottom: 10px !important;  }
.mr-15 { margin-right: 15px !important; }
.opacity0{ opacity: 0 !important;  }
.cursor-default{ cursor:default !important;}
.cursor-pointer{ cursor:pointer !important;}
.p-t-md{ padding-top: 15px !important;}
.h-100vh{ height: 100vh;}
.rotate90{ transform: rotate(90deg); }
.rotate180{ transform: rotate(180deg); }

*:not(.fa):not(.glyphicon){
    font-family: 'Open Sans Hebrew', sans-serif !important;
    letter-spacing: 0.034em;
}

html{ background-color: white !important; }
body{ overflow: hidden !important; }
iframe{ width: 100%; }
ul{ padding: 0; }
ul > li{ list-style: none; }


/* MAIN HEADER */
#header,
#header .nav-left,
#header .nav-left > li,
#header .nav-right > li,
#header .branding{
    background-color: #0D3E89; }
#header > header{
    display: flex;
    width: 100%;}
#header .branding a.brand img{
    width:50px;
    margin-top: 3px;}

#header .nav-left > li.nav-profile > span{
    line-height: 45px;
    font-size: 12px; }
#header .nav-left > .nav-profile > span,
#header .nav-left > li > a.no-active,
#header .nav-left > li > a.no-active:hover{
    color: rgba(255, 255, 255, 0.7);
    line-height: 42px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    cursor: default; }
#header .nav-left > li.nav-profile .dropdown-menu > li.gln-wrap{
    padding:10px 15px;
    color:#0D3E89;
    background-color: rgba(0, 0, 0, 0.2); }
#header .nav-left > li.nav-profile .dropdown-menu > li.gln-wrap .fa{
    margin: 2px -2px 0 6px;
    transform: rotate(90deg);}
#header .nav-left > li.nav-greeting{
    font-size: 12px;}
#header .nav-left > li.nav-greeting img{
    margin-top:-3px;}
#header .nav-left > li.nav-greeting > a .user-online-round {
    position: absolute;
    bottom: 6px;
    right: 5px;
    padding: 5px 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: green;
    border: 2px solid #fff;}

.appWrapper.rtl #header .nav-right{
    position: absolute;
    top: 8px;
    left: 8px; }
.appWrapper.rtl #header .branding {
    float: right;
    text-align: center;}
.appWrapper #header .branding a.brand {
    display: block;
    background: #fff;
    height: 47px; }
.appWrapper.rtl #header .branding a.brand {
    margin-left:-15px;
    margin-right:-15px;
    float: none;}
.appWrapper.rtl #header .nav-right .nav-logout > a{
    line-height: 25px !important;
    padding: 2px 25px 2px 15px !important; }
.appWrapper.rtl #header .nav-right .nav-logout > a.btn-ef.btn-ef-3.btn-ef-3c:after{
    right: 5px; }
.appWrapper.rtl #header .nav-logout .fa{
    transform: rotate(180deg);
    line-height: 30px; }

body.sidebar-xs #header .branding a.brand img{
    margin-top: 0;
    width: 40px;  }
.appWrapper.rtl.sidebar-xs #header .branding{
    padding-right: 0 !important;
    text-align: center !important;  }
body.sidebar-xs.appWrapper.rtl #header .branding a.brand{
    margin-right:0; }
body.sidebar-sm #header .branding{
    width:80px;
    padding:0;}
body.sidebar-sm #header .branding a.brand{
    width: 100%;
    margin: 0 !important;
    padding-left: 0;}
body.sidebar-xs .nav-left{
    top:45px !important;
    right:0 !important;
    left: auto !important;}

#header .select-wrapper{
    display: inline-table;
    height: 43px;
    width: 210px;
}
#header .select-wrapper > li{
    display: table-cell;
    vertical-align: middle;
}
#header #_distributed_list_chosen a.chosen-single {
    background: none;
    color: rgba(255, 255, 255, 0.7);
    height: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    padding: 0 5px !important;
}
#header #_distributed_list_chosen > a > span{
    margin-right: 12px;
    font-size: 12px;
}
.rtl #header #_distributed_list_chosen > a > span{
    margin-right: 0;
    margin-left: 12px;
    font-size: 12px;
}
.rtl .chosen-container-single .chosen-single div{
    left: 0;
    right: auto;
}
#header #_distributed_list_chosen div b{
    background-position: 2px 3px;
}
#header #_distributed_list_chosen .chosen-drop{
    border-color: #fff;
}
#header #_distributed_list_chosen .active-result.highlighted{
    background: #0D3E89;
}
#header .nav-left > li.return-btn{
    padding: 8px;
}
#header .nav-left > li.return-btn > a{
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid;
    border-radius: 3px;
    box-sizing: content-box;
    padding: 2px 10px;
    /*background: radial-gradient(transparent,rgba(255,255,255,0.15));*/
}
@media screen and (max-width: 340px){
    body.sidebar-xs #header > header{
        height: 90px;}
    body.sidebar-xs #header .branding a.brand img {
        width: 50px; }
}
@media only screen and (max-width: 768px) {
    #header .nav-left{
        width: 100%; }
    #header .nav-right{
        top:52px !important; }
}

/* === */

.multiSelect .clearButton{ right:auto;left:2px; }
.multiSelect > button{ width: 100%;}

#content{ overflow-y: auto; }
.content-spinner{
    position: absolute;
    top: 41%;
    left: 48%; }

.checkbox-custom.disabled,
.checkbox-custom-alt.disabled,
input[disabled="disabled"]{ cursor: not-allowed !important; }
a.no-active,
a.no-active:hover,
a.no-active:active{
    cursor: default;
    color: inherit;}

.appWrapper.rtl .page-login button[type="submit"] .fa-key{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.appWrapper.rtl .list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-left: 1%; }
.appWrapper.rtl .dropdown-menu.pull-right {
    left: 8px;
    right: auto;
    float: right; }
.tab-pane ul.controls{
    position: absolute;
    top: 0;
    padding: 0;
    z-index: 9;}
.appWrapper.rtl .tab-pane ul.controls{
    direction: rtl;
    left: 15px; }
.tab-pane ul.controls > li{
    display: inline-block;
    border-right: 1px solid #DEE1E2;
    list-style: none;
    cursor: pointer;
    font-size: 14px;}
.tab-pane ul.controls > li > a{
    display: block;
    height: 100%;
    line-height: 43px;
    min-width: 41px;
    padding: 0 10px;
    text-align: center;
    color: #95a2a9;}
.appWrapper.rtl .tab-pane ul.controls .more-actions{
    left:-66px; }
.tab-pane ul.controls > .more-actions > .dropdown-menu.with-arrow::after{
    border-bottom-color: #fff !important; }
.tile-header  ul.controls li.info-section{
    border:none !important; }
.tile-header  ul.controls li.info-section .fa{
    font-size: 25px;
    margin-top: 10px;}
@media screen and (max-width: 1370px){
    .tile-header  ul.controls > li > a > span{
        display: none;
    }
}

.appWrapper.rtl .dropdown-menu {
    left: auto;
    right: 0;
    padding-top: 0;}
.appWrapper.rtl #navigation .dropdown > ul li > a {
    padding: 10px 30px 10px 0; }
.appWrapper.rtl #navigation .dropdown > ul li > a > .badge{
    right: auto;
    left: 7px;
    top: 11px;}
.appWrapper.rtl .dropdown-menu::before,
.appWrapper.rtl .dropdown-menu::after{
    right: 41% !important;}

.alert {
    font-weight: bold;
    text-align: right;
    border-left: 3px transparent;
    border-right: 3px solid; }
.font-weight-500{
    font-weight: 500 !important;  }

/* CONTEXTMENU */
.angular-bootstrap-contextmenu > ul {
    right: auto !important; }

/* PAGE MESSAGE */
page-message .alert.alert-success{ border: 1px solid #5CB85C !important; }
page-message .alert.alert-warning{ border: 1px solid #f0ad4e !important; }
page-message .alert.alert-danger{ border: 1px solid #D9534F !important; }
page-message > .page-massages-wrap{
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 20px;
    min-width: 30%; }
page-message > .page-massages-wrap .alert {
    box-shadow: 2px 3px 4px #8e8e8e }
.page-massages-wrap{
    display: block;  }
.page-massages-wrap i.fa-times{
    cursor: pointer;
    margin-top: 3px; }

.sidebar-sm #sidebar #navigation > li.dropdown > ul,
.sidebar-xs #sidebar #navigation > li.dropdown > ul{
    background-color: #fff; }

body.sidebar-xs .sidebar-collapse-wrap{
    width: 50px;  }

.panel .panel-heading .panel-title .accordion-toggle span{
    font-size:12px;  }

#sidebar {
    background-color: #fff;}
#sidebar uib-accordion .panel-group .panel > .panel-heading .panel-title {
    border-bottom: 1px solid #032c6c; }
#sidebar uib-accordion .panel-group .panel > .panel-heading .panel-title > a,
#sidebar uib-accordion .panel-group .panel > .panel-heading .panel-title > a:hover {
    color: #032c6c; }
#sidebar uib-accordion .panel-group .panel:not(.panel-open) > .panel-heading .panel-title > a {
    color: #032c6c; }
#sidebar uib-accordion .panel-group .panel:not(.panel-open) > .panel-heading .panel-title > a:hover {
    color: #032c6c; }
#sidebar uib-accordion .panel-group .panel .panel-body {
    color: #032c6c;
    background-color: #fff; }
#sidebar uib-accordion .panel-group .panel:not(.panel-open) > .panel-heading {
    background-color: #fff; }
#navigation {
    background-color: #FFF; }
ul#navigation > li,
ul#navigation > li > a *{
    cursor: pointer;}
#navigation > li.open > a,
#navigation > li:hover > a {
    color: #032c6c; }
#navigation > li:hover > a,
#navigation > li.active > a,
#navigation > li.active:hover > a{
    background-color: #f4f4f4 !important;
    color: #032c6c !important;}
#navigation .dropdown > a > i:last-of-type{
    font-size: 14px;}
#navigation .dropdown.open > a > i:last-of-type:before {
    content: "\f106" !important;}
#navigation > li a {
    color: #032c6c;}
#navigation > li a:hover {
    background-color: #0D3E89;
    color: white;}
#navigation .dropdown > ul {
    background-color: #fff;
    padding: 0; }
#navigation .dropdown > ul > i.fa-spinner{
    margin-top: 20px; }
#navigation .dropdown > ul li:hover > a, #navigation .dropdown > ul li.active{
    background-color: #ccc;}
#navigation .dropdown > ul li:hover > a, #navigation .dropdown > ul li.active > a {
    color: #032c6c; }
.sidebar-xs #sidebar #navigation > li.dropdown > ul {
    background-color: #fff; }
.sidebar-xs #header .branding > a {
    width: 62px; }
.pageheader .page-bar .page-breadcrumb > li:before {
    transform: rotate(180deg);}
.pageheader .page-bar .page-breadcrumb > li:first-child {
    background-color: initial;
    margin-left:0 !important;}
.pageheader .page-bar .page-breadcrumb > li:first-child > a {
    color: #95a2a9; }
.pageheader .page-bar .page-breadcrumb > li > a:hover,
.pageheader .page-bar .page-breadcrumb > li:first-child > a:hover {
    color: #0D3E89; }
.pageheader .page-bar .page-breadcrumb > li.active > a{
    color: #506990;
    text-decoration: underline; }
.pageloader-wrap{
    background-color: rgba(255, 255, 255, 0.93);
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 100;
    overflow: hidden;}
#pageloader.animate {
    z-index: 99;}
#pageloader.animate .dot1{
    background-color: #0D3E89;
}
#pageloader.animate .dot2 {
    background-color: #e05d6f;}
.rtl .tile .tile-header.dvd .controls>li{
    border-left: none;
    border-right:1px solid rgba(0,0,0,.1);}

.tile .tile-header {
    height: 43px;
    padding: 8px 0;}
.tile .tile-header h2{
    padding: 0 15px;
}
.tile .tile-header .controls {
    position: relative;
    margin-top: -34px;
    height: auto; }
.tile .tile-header .controls + section > .controls {
    left: 98px !important; }

.nav-tabs > li > a{
    color:#95a2a9;}
.btn.btn-blue-gs1 {
    background-color: #0D3E89;
    color: white;
    border-color: #0D3E89; }
.btn.btn-blue-gs1:hover,
.btn.btn-blue-gs1:active,
.btn.btn-blue-gs1.active {
    border-color: #0485EA;
    color: white; }
.btn.btn-blue-gs1:active,
.btn.btn-blue-gs1.active {
    background-color: #0485EA;
    border-color: #0D3E89; }
button.ColVis_Button{
    border: 1px solid #F9F9F9 !important;}
ul.ColVis_collection{
    padding: 0 !important;
    background: #fff !important;
    border:none !important;
    border-radius: 0 !important;}
ul.ColVis_collection li,
ul.ColVis_collection li:hover{
    text-align: right !important;
    box-shadow: none !important;
    background: #fff !important;
    border: none !important;}
ul.ColVis_collection li:hover{
    background: #FBF8F8 !important;}
ul.ColVis_collection li input[type="checkbox"]{
    margin: 0px 8px;
    vertical-align: bottom;}
.nav-tabs > li > a {
    padding: 12px 15px;}
.tab-content .tab-pane {
    padding: 8px 0; }

.bg-blue-gs1{
    background-color: #0D3E89 !important; }
.bg-default{
    background-color: #c5c5c5 !important; }

.text-blue-gs1{
    color: #0D3E89 !important; }
.tooltip {
    z-index: 9999 !important;}
.checkbox-custom-alt.checkbox-custom-sm{
    padding-left: 0 !important;}
.checkbox-custom-alt.checkbox-custom-sm > i,
.checkbox-custom-alt.checkbox-custom-sm > i{
    background-color: #fff;
    margin-right: 0;
    margin-left: 6px;}
.checkbox-custom-alt.checkbox-custom-sm > i::before{
    left: 0px !important;}

iframe#product-edit-frame{
    width:100%;
    height: 190vh;
    overflow: hidden;}
.tile#product-edit .tile-body{
    min-height: 75vh;}

.chosen-container-multi .chosen-choices li{
    float:right;}
.chosen-container .chosen-drop{
    left: auto;
    right:-9999px;}
.chosen-container.chosen-with-drop .chosen-drop{
    left: auto;
    right: 0;}
.chosen-single {
    height: 43px!important;
    line-height: 2!important;
    padding: 6px 12px!important;
    border: none!important;
    border-bottom:1px solid #e5e5e5!important;
}

/* PRODUCT EDIT (iframe) */
iframe#product-edit-frame body.dir_rtl #left_cont{
    width:21% !important;}

#import-frame{
    height: 440px;}

#report-generator-frame, #billing-frame, #uploader-frame{
    height: 100em;}

/* PUBLISH PRODUCTS MODAL */
table tbody tr.disabled,
table tbody tr.disabled:hover{
    cursor: not-allowed !important;
    background-color: #f7f7f7 !important;
    color: #b9b9b9;
}
table tbody tr .published{
    display: none;
}table tbody tr.disabled .published{
    display: block;
}
table tbody tr.disabled .not-published{
    display: none;
}

/* RETAILER LABELS PAGE */
#managing-recipient-frame{
    height: 100vh;
}
/* COLORS FOR LABELS */
.labelTag{
    padding: 4px;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px;
    margin: 5px 0 0 5px;
    color: #ffffff;
}

.thumb-c {
    width: 51px;
}

.media{
    padding:0;
    list-style-type: none;
    overflow: inherit;
}
.media .task-container{
    padding: 5px;
    margin-bottom: 5px;
    clear: both;
}
.rtl .media .task-container{
    border-left: none;
    border-right: 3px solid;
    padding: 10px 15px;
}
.media li.task-container .media-body{
    width: auto;
    display: inline-block;
}
.rtl .media .thumb{
    margin-left: 20px;
}
.media .thumb > img{
    margin: 0;
    width:57px;
}
.media-heading-h {
    top: 6px;
    position: relative;
}

.media-heading-c {
    margin-right: 18px;
}
.user-block {
    padding-top: 10px;
    height: 70px;
    width: 96.4%;
    display: inline-block;
}
.remove-list-style {
    list-style-type: none;
    padding-top: 12px;
}
.media-body-c {
    height: 51px;
    padding-top: 15px;
}
.checkbox-position {
    position: relative;
    left: 28px;
    top: 23px;
}
.btn-custom {
    margin-left: 7px;
}
li div button.btn-hover {
    display: none;
}
li:hover div button.btn-hover {
    display: inline-block;
}
.label-wrap {
    height: 43vh;
}
.label-wrap .label-header {
    width: 100%;
    height: 50px;
    background-color: #aeb8bf;
    color: #fff;
    font-size: 13px;
    padding: 16px 7px;
}
.label-wrap .label-body {
    width:100%;
    height: 100%;
    background-color: #e6e8f1;
}
.label-wrap .label-ul{
    list-style-type: none;
    min-height: 180px;
    padding: 7px 13px;
}
.label-wrap .label-ul > li{
    display: inline-block;
    width: 100%;
}
.label-wrap .label-ul > li > label.checkbox{
    display: inline;
}
.label-wrap .label-ul > li > .labelTag{
    padding: 4px 6px 0;
    height: 30px;
    font-size: 12px;
}
.label-wrap .label-ul > li > .labelTag:hover{
    cursor: pointer;
}
.label-wrap .label-ul li.show-all-wrap,
.label-wrap .label-ul li.no-labels-wrap{
    cursor: pointer;
    font-weight: bold;
    color: #636363;
}
ul.label-list>li{
    display: inline-block;
    float: right;
}
.labelTag-custom {
    padding: 0 11px;
    margin-top: 11px;
}
.terms-checkbox,
.terms-text {
    display: inline-block;
}
.terms-surround{
    width: 100%;
    display: block;
}
.no-info {
    font-size: 16px;
    color: #8c8c8c;
}
#hideMe {
    color:#e05d6f;
}
.btn-custom-p {
    padding: 5px 32px;
}
.actions-li {
    display: inline-block;
    padding-left: 11px;
}
.action-label {
    display: inherit;
}
.from-date-text {
    float: right;
    line-height: 30px;
}
.from-date-modal {
    width: 249px;
    float: right;
    margin-right: 11px;
}
ul.uib-datepicker-popup.dropdown-menu.ng-scope {
    width: 317px;
}
button > i.glyphicon-chevron-left::before {
    display:none;
}
button > i.glyphicon-chevron-left::after {
    content: "\e080";
}
button > i.glyphicon-chevron-right::before {
    display:none;
}
button > i.glyphicon-chevron-right::after {
    content: "\e079";
}
.add-comment {
    padding-right: 240px;
}
@media screen and (max-width: 996px) {
    .add-comment {
        padding-right: 0;
    }
}
.icon-plus-text {
    float: right;
    margin: 0;
}
.icon-plus-fa {
    float: right;
    position: relative;
    top: 2px;
    padding-right: 6px;
}
.add-comment:hover {
    color:#30712d;
    cursor: pointer;

}
.icon-plus-active {
    color:#30712d;
}
.comment-uib {
    clear: both;
}
.btn-run-validation {
    margin-top: 9px;
    margin-bottom: 31px;
}
#comment {
    resize: none;
    max-width: 439px;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 5px;
}
#append-to {
    padding-top: 25px;
}
#content > div > div > div > ui-view > div.row.ng-scope > div:nth-child(2) > section > div.tile-header.dvd.dvd-btm > ul > li.dropdown.more-actions.open > ul > li {
    width: 106px;
}
#content > div > div > div > div.row.ng-scope > div > section > div.tile-header.dvd.dvd-btm > ul > li > ul,
#content > div > div > div > ui-view > div.row.ng-scope > div:nth-child(2) > section > div.tile-header.dvd.dvd-btm > ul > li.dropdown.more-actions.open > ul {
    left: -10px !important;
    min-width: 108px;
}
.export-well {
    border-radius: 7px;
}
.export-li {
    width: 274px;
    text-align: right;
    position: relative;
    right: 51px;
}
.export-li-list {
    width: 274px;
    line-height: 34px;
}
.actions-ul-list {
    column-count: 3;
}
.export-h4 {
    padding-bottom: 11px;
}
div.export-well > ul > li:nth-child(1) > label {
    margin:0;
}
.bs-custom > .col-xs-1 {
    width: 11% !important;
}
.bs-custom > .brand-wrap {
    overflow: hidden;
    white-space: nowrap;
}
.brand-wrap > .text-slider {
    position: relative;
}
.capcha {
    padding-top: 26px;
}
.capcha>div {
    margin: 0 auto;
}
#header.distribuitor_mode,
#header.distribuitor_mode .nav-left,
#header.distribuitor_mode .nav-left > li,
#header.distribuitor_mode .nav-right > li,
#header.distribuitor_mode .branding, #header.distribuitor_mode .btn.btn-blue-gs1{
    background-color: #41B549;
}
td form.editable-select:first-of-type {
    display: block !important;
}
td form.editable-select {
    display: none;
}
#add_service_order_message_b{
    margin-top: 20px;
}
#add_service_order_message_b label, #dt_messages tr a, #dt_messages tr .editable{
    cursor: pointer;
}
#add_service_order_message_b textarea{
    margin-top: 13px;
}
.service_order_hid_col{
    display:none;
}
#header .fa-newspaper-o{
    color: red;
    font-weight: bold;
    margin-top: 14px;
}

.service_order-modal label{
    float: none;
}
.service_order-modal .form-group{
    width: 320px;
}
.service_order-modal #comment{
    margin-right: initial;
    margin-left: initial;
    margin-top: 0;
}
.service_order_c_modal {
    display: inline-block;
}
#dt_messages tr{
    cursor: auto;
}
#dt_messages_wrapper div.dataTables_scroll div.dataTables_scrollBody{
    overflow: visible !important;
}
.list-service-order-wrap #comment{
    margin: 0;
    max-width: 100%;
}
td i.fa-exclamation-triangle{
    color: red;
    font-weight: bold;
}
.list-service-order-wrap .dropdown_wrap{
    display: inline-block;
    width: 33%;
}
.list-service-order-wrap .form-group{
    margin: 20px 50px;
}
.list-service-order-wrap .dropdown-menu > .active > a,
.list-service-order-wrap .dropdown-menu > .active > a:hover,
.list-service-order-wrap .dropdown-menu > .active > a:focus{
    background: none;
    color: #4a555b;
}
.list-service-order-wrap .dropdown-menu > .active > a .glyphicon.glyphicon-remove,
.list-service-order-wrap .dropdown-menu > .active > a:hover .glyphicon.glyphicon-remove,
.list-service-order-wrap .dropdown-menu > .active > a:focus .glyphicon.glyphicon-remove{
    display: none;
}
.list-service-order-wrap .dropdown-menu > .active > a:before,
.list-service-order-wrap .dropdown-menu > .active > a:hover:before,
.list-service-order-wrap .dropdown-menu > .active > a:focus:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    border: 2px solid #4a555b;
    font-size: 9px;
    padding: 1px;
}
.glyphicon-ok:before{
    font-family: 'FontAwesome';
    content: "\f00c";
}
.glyphicon-remove:before{
    font-family: 'FontAwesome';
    content: "\f00d";
}
.page-dashboard section.products-by-retailers .chart-controls button i{
    font-weight: bold;
    font-size: 22px;
}
td .app_r{
    width: 100%;
    height: 100%;
    background-color: #ADD8E6;
    padding-top: 10px;
    padding-bottom: 10px;
}
#messages_date_filter_c{
    margin-right: 15px;
    margin-top: 15px;
}
#show_all_rejects{
    cursor: pointer;
}