select:invalid {
    color: gray;
}
select option[value=""][disabled] {
    display: none;
}
.underline {
    border-bottom: 1px solid #3c8dbc;
}
.new-window {
    position: relative;
}
.new-window:before {display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #07c42f;
    content: "\f08e";
    position: absolute;
    left: -18px;
    top: 5px;
    font-size: 14px;
}
.email-address {
    border-bottom: 1px solid #1e79b9;
    position: relative;
}
.email-address:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff1e05;
    content: "\f003";
    position: absolute;
    left: -18px;
    top: 3px;
    font-size: 14px;
}
.grid-view .email-address:before {
    content: "";
}
.alert.error-alert {
    margin-left: 0;
    font-size: 17px;
}
.alert.error-alert.error-blank {
    width: 90%;
    margin: 20px auto;
}
.right-side .content-header{
    overflow: visible;
}
.grid-view{
    width: 100%;
    padding-bottom: 0;
}
.grid-view.fixed-actions {
    overflow-x: auto;
    overflow-y: hidden;
}
.modal-lg {
    max-width: 930px;
}
.modal-dialog.full-screen {
    width: 930px;
}
.modal {
    overflow-y: hidden;
}
.modal.in {
    z-index: 1041;
}
.modal-custom {
    max-width: 1024px;
}
.modal-custom .modal-body {
    overflow-y: auto;
}
.modal-body .tab-content .nav-tabs-custom .grid-view{
    padding-top: 0;
}
.nav-tabs-custom #notepad-grid {
    padding-top: 0;
}
.nav-tabs-custom .grid-view.grid-view-loading {
     padding-top: 20px;
}
div.grid-view {
    position: static;
}
.modal div.grid-view {
    position: relative;
}
.grid-view div.summary {
    text-align: left;
}
.grid-view .filters .filter-container select.form-control {
    padding: 0;
    min-width: 50px;
}
.grid-view .filters .filter-container #AdminFieldConfiguration_table_name {
    min-width: 90px;
}
.grid-view .filters .filter-container #AdminFieldConfiguration_field_type,
#AdminFieldConfiguration_dataType {
    min-width: 80px;
}
.form .form-group {
    margin-bottom: 10px;
}
.form-group .input-group .twitter-typeahead {
    display:table-cell!important;
}
.box-body > .form span.twitter-typeahead .tt-query,
.box-body > .form span.twitter-typeahead .tt-hint,
.form > .row > .form-group input.form-control,
.form > .row > .form-group select.form-control,
.modal-body > .row > .form-group input.form-control,
.modal-body > .row > .form-group select.form-control {
    height: 36px;
    line-height: 24px;
}
.form > .row > .form-group input.form-control[type="file"] {
    line-height: initial;
}
.box-body > .form span.twitter-typeahead .tt-query,
.box-body > .form span.twitter-typeahead .tt-hint {
    display: inline-block;
}
.twitter-typeahead input.tt-hint {
    height: 35px;
    line-height: 35px;
}
.editableform .twitter-typeahead input.tt-hint {
    height: 28px;
    line-height: 28px;
}
.input-group .input-group-addon {
    padding-bottom: 5px;
    color: #969a9b;
}
.has-error span.input-group-addon,
.input-group.has-error,
.form-control.has-error,
.has-error .form-control,
.commonForm .error .form-control {
    border-color: #f56954;
}
.has-error span.input-group-addon {
    color: #f56954;
}
.sort-caret:before {
    content: "\f0dc";
}

.asc .sort-caret:before{
    content: "\f0dd";
}
.desc .sort-caret:before{
    content: "\f0de";
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {

    top: auto;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {

    top: auto;
}
#articleList tbody > tr > td {
    vertical-align: middle;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.editableform.form-inline .form-group{
    display:block!important;
}
.editableform .customerInput{
    width: 250px !important;
}
.combobox-container,
.form-search .combobox-container,
.form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    max-width:200px;
}
.form-search .combobox-container .input-group-addon,
.form-inline .combobox-container .input-group-addon {
    width: auto;
}
.combobox-selected .caret {
    display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .glyphicon-remove {
    display: none;
}
.typeahead-long {
    max-height: 300px;
    overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
    color: #B94A48;
    border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
    border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
    color: #C09853;
    border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
    border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
    color: #468847;
    border-color: #468847;
}
.control-group.success .combobox-container .caret {
    border-top-color: #468847;
}

.required .required,
span.required {
    color:red
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0;
    border:0!important;
}
/*
.dataTables_wrapper {
    position: relative;
}
div.dataTables_length {
    position: absolute;
    right: 0px;
    top: -38px;
}

div.dataTables_filter {
    position: absolute;
    left: 0px;
    top: -38px;
}*/

.topNavBar ul.menu,.topNavBar .slimScrollDiv {
    height: auto!important;
    max-height: 350px;
}
/*======================================================================================================================
 *=============================DASHBOARD STYLE =========================================================================
*=======================================================================================================================
*/
#dashboard-content-wrapper {
    overflow: visible;
    width: 100%;
    min-height: 500px;
    position: relative;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
 }
#dashboard-content-wrapper #update-notification{
    position: fixed;
    bottom:10px;
    right: 10px;
    width: 250px;
    height: 100px;
    display: none;
    word-wrap: break-word;
}
#dashboard-content-wrapper #update-notification img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
#dashboard-content-wrapper #update-notification h4{
    padding: 5px 10px;
}
#dashboard-content-wrapper #update-notification h4.notify-text{
    text-align: center;

}
#dashboard-content-wrapper #update-notification h4.loading{
    display: none;
}
#dashboard-content-wrapper #main {
    padding-right: 5px;
    float: none;
    margin: 0 auto;
    padding-left: 5px;
}
#dashboard-content-wrapper #main #left{
    padding-left: 0;
    padding-right: 10px;
}
#dashboard-content-wrapper #main #right{
    padding-left: 10px;
    padding-right: 0;
}
#dashboard-content-wrapper #main.no-blocks #left,
#dashboard-content-wrapper #main.no-blocks #right {
    min-height: 500px;
}
#dashboard-content-wrapper .connectedSortable.sorting {
    padding-bottom: 70px;
}
#dashboard-content-wrapper .inventory-box .box-header h3{
    cursor: move;
    color: #365e7a;
    text-shadow: none;
    font-family: "segoe ui";
    font-size: 19px;
    padding: 9px 5px 9px 12px;
    line-height: 18px;
}
#dashboard-content-wrapper .inventory-box .box-loading{
    text-align: center;
    display: none;
}
#dashboard-content-wrapper .inventory-box .box-loading img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
#dashboard-content-wrapper .inventory-box .box-header .box-tools .btn{
    margin-left: 5px;
}
#dashboard-content-wrapper .inventory-box .box-header .box-tools .btn.btnFullScreen {
    padding: 5px 4px;
}
#dashboard-content-wrapper .box-header .box-tools .btn > .fa {
    font-size: 13px;
    margin-top: 1px;
}
#dashboard-content-wrapper .box-header .box-tools .btn.btnClose > .fa {
    margin-top: 0;
}
#dashboard-content-wrapper .inventory-box .grid-view .scroll-wrapper{
    overflow: auto;
    font-size: 80%;
    margin-bottom: 10px;
}
#dashboard-content-wrapper .inventory-box .grid-view-info{
    min-height: 25px;
}
#dashboard-content-wrapper .col-statistics {
    color: #b72f36;
    font-size: 12px;
    font-weight: 400;
}
#dashboard-content-wrapper .box-tools .btn {
    font-size: 11px;
}
#add-new-inventory-modal .modal-dialog {
    width: 400px;
}
#add-new-inventory-modal .modal-dialog.dialog-lg {
    width: 800px;
    max-width: 95%;
}
#add-new-inventory-modal .dialog-lg .modal-body > div {
    margin-top: 15px;
}
#add-new-inventory-modal ul li{
    list-style: none;
}
#add-new-inventory-modal .modal-body {
    overflow: auto;
    padding: 15px;
}
#add-new-inventory-modal .dialog-lg .modal-body {
    padding: 0 15px 15px;
}
#add-new-inventory-modal .modal-footer{
    margin-top: 0;
}
#add-new-inventory-modal input[type="radio"] {
    cursor: pointer;
    scale: 1.3;
}
#setting-inventory-modal .modal-dialog {
    width: 360px;
}
#setting-inventory-modal.modal-420 .modal-dialog {
    width: 420px;
}
#setting-inventory-modal.modal-medium .modal-dialog{
    width: 400px;
}
#setting-inventory-modal .modal-body{
    overflow: auto;
}
#setting-inventory-modal .modal-footer{
    margin-top: 0;
    padding: 8px 15px 8px;
}
#setting-inventory-modal label{
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
#setting-inventory-modal .status-variable-group .filter-2 {
    padding-left: 0;
}
.modal button.close {
    font-weight: 600;
    line-height: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 2px;
}
.jFiler.jFiler-theme-dragdropbox {
    cursor: pointer;
}
.ch-status-action-wrapper .entry:not(:first-of-type)
{
    margin-top: 10px;
}

.ch-status-set-to, .ch-status-when {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    width: auto;
}

.ch-status-action-wrapper .col-when {
    padding-right: 0;
}

#articleList .price,
#articleList .deliverycosts {
    width: 100px;
}

div[data-notify="container"] span[data-notify="title"],
div[data-notify="container"] span[data-notify="message"] {
    font-size: 16px;
}

#newInventoryList .input-group-addon,
#newCalibrationList .input-group-addon {
    display: none;
}

#newInventoryList > table,
#articleList > table,
#type-grid > table {
    min-width: 890px;
}

#newInventoryList > table {
    margin-bottom: 5px;
}

#newCalibrationList,
#newInventoryList {
    padding-top: 0;
    margin-bottom: 7px;
}

.col-title .asc > .caret,
.asc > .caret {
    border-top: none;
    border-bottom: 4px solid;
}

.col-title .caret,
.desc > .caret {
    border-bottom: none;
    border-top: 4px solid;
}
img.img-responsive {
    display: inline;
}
.tab_images input[type="file"],
.tab_documents input[type="file"] {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    display: none;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding: 0;
    left: 0;
}
.tab_images .add-photo-btn,
.tab_documents .add-document-btn {
    position: relative;
    cursor: pointer;
    text-align: center;
    background-color: #3c8dbc;
    color: #fff;
    display: block;
    height: 33px;
    font-size: 14px;
    padding: 5px 13px;
    float: left;
    border: 1px solid #ccc;
    border-left: 0;
    margin-left: 10px;
    line-height: 20px;
}
.tab_images .add-photo-btn:hover,
.tab_documents .add-document-btn:hover,
.btn-upload-image:hover,
.btn-upload-document:hover {
    background-color: #32749b;
}
.tab_images .add-photo-btn:hover,
.tab_images .add-photo-btn:focus,
.tab_documents .add-document-btn:hover,
.tab_documents .add-document-btn:focus {
    color: #fff;
}
.tab_images input[type="text"],
.tab_documents input[type="text"] {
    float: left;
    width: 78%;
    height: 33px;
    padding-left: 7px;
}
#tab_images .wrap-upload {
    display: block;
}
.btn-upload-image,
.btn-upload-document {
    background-color: #3c8dbc;
    color: #fff;
    padding: 9px 12px !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.tab_images {
    height: 35px;
}
#tab_images .image_inventory,
#tab_images .cal-inventory-img {
    margin-top: 10px;
    max-height: 200px;
    max-width: 100%;
}
#tab_images .cal-inventory-img {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
#tab_images .cal-inventory-img:hover {
    opacity: 0.7;
}
#tab_documents > pre > label {
    margin-bottom: 0;
    color: #59949d;
    font-weight: 400;
}
.loading_image {
    background: url(../img/ajax-loader.gif) no-repeat;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background-size: cover;
    display: none;
}
.modal-body {
    padding-bottom: 0;
    max-height: calc(100vh - 160px);
}
.modal:not(.grid-modal) .modal-body {
    overflow-y: auto;
}
.grid-modal .modal-body .grid-view > .items-wrapper {
    overflow: auto;
    max-height: calc(100vh - 255px);
    min-height: 186px;
}
.grid-view.fixed-header-footer > .items-wrapper {
    overflow: auto;
    max-height: calc(100vh - 100px);
    min-height: 200px;
}
.grid-modal .modal-body .nav-tabs:not(.hidden) + .tab-content .grid-view > .items-wrapper {
    max-height: calc(100vh - 292px);
    min-height: 186px;
}
.grid-modal .modal-body {
    min-height: 308px;
}
.grid-modal .modal-body .nav-tabs:not(.hidden) + .tab-content .grid-view > .items-wrapper {
    max-height: calc(100vh - 295px);
}
.grid-modal .modal-body .grid-view thead > tr:first-child,
.grid-view.fixed-header-footer thead > tr:first-child {
    position: sticky !important;
    top: 0;
    z-index: 99;
}
.grid-view > .items-wrapper > .table > thead > tr:first-child > th {
    border-bottom: 1px solid #c5dbec !important;
}
.grid-view > .items-wrapper > .table > thead > tr:nth-child(2) > td {
    border-top: none !important;
}
.grid-modal .modal-body .grid-view tfoot,
.grid-view.fixed-header-footer tfoot {
    position: sticky !important;
    bottom: 0;
    z-index: 99;
}
.grid-view > .items-wrapper > .grid-view tfoot > tr > td {
    border-top: 1px solid #c5dbec;
    border-bottom: 1px solid #c5dbec;
}
.grid-view > .items-wrapper > .grid-view tfoot > tr > td {
    border-right: 1px solid #c5dbec !important;
}
.grid-view > .items-wrapper > .table,
.table-fixed-header {
    border-collapse: separate;
    border: none;
}
.table-fixed-header {
    margin-right: 1px;
    margin-bottom: 1px;
}
.grid-view > .items-wrapper > .table > thead > tr > th,
.grid-view > .items-wrapper > .table > thead > tr > td,
.grid-view > .items-wrapper > .table > tbody > tr > td,
.table-fixed-header > thead > tr > td,
.table-fixed-header > tbody > tr > td:not(:last-child) {
    border-bottom: none !important;
}
.table-fixed-header > thead > tr > th {
    border-bottom: none;
}
.grid-view > .items-wrapper > .table > thead > tr.filters > td {
    background-color: #fff;
}
.grid-view > .items-wrapper > .table > thead > tr > th:not(:last-child),
.grid-view > .items-wrapper > .table > thead > tr > td:not(:last-child),
.grid-view > .items-wrapper > .table > tbody > tr > td:not(:last-child),
.grid-view > .items-wrapper > .table > tfoot > tr > td:not(:last-child),
.table-fixed-header > tbody > tr > td:not(:last-child),
.table-fixed-header > tfoot > tr > td:not(:last-child) {
    border-right: none;
}
.table-fixed-header > thead > tr > th:not(:last-child) {
    border-right: none !important;
}
.table-fixed-header > thead > tr > th:last-child,
.table-fixed-header > tbody > tr > td:last-child,
.table-fixed-header > tfoot > tr > td:last-child {
    border-right-width: 2px !important;
    border-bottom: none;
}
.table-fixed-header > tbody > tr:last-child > td,
.table-fixed-header > tfoot > tr:last-child > td {
    border-bottom-width: 2px;
}
.alert.alert-block {
    z-index: auto!important;
}
#barcode_field_fieldname_form_alert,
#barcode_type_form_alert {
    margin-left: 0;
    line-height: initial;
}
#apply-status-wrapper .wrap-status {
    margin-top: 10px;
}
#additional_status_field {
    height: 34px;
    padding: 6px 12px;
    width: 100%;
}
.customer-group .input-group,
#notepadGroup .row > .form-group > .input-group,
#updateCommentModal .row > .form-group > .input-group {
    width: 100%;
}
.col-actions .btnPrint,
.col-actions .btnPrintBarcode {
    margin-left: 5px;
}
a.btn-primary:link,
a.btn-primary:visited {
    color: #fff;
}
.blockMsg > h1 {
    font-size: 20px;
    margin-top: 10px;
}
.help-block.error {
    margin-bottom: 0;
}
.actionView {
    padding: 0;
    width: 26px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
}
.wrap-pagination > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.wrap-pagination > .col-xs-12:nth-child(2) {
    margin-top: 5px;
}
.wrap-pagination > .col-xs-12 > .no-class {
    float: left;
}
#modal-multiDelete .modal-footer,
#modal-assignAll .modal-footer {
    padding: 10px 20px 10px;
}
#modal-multiDelete .modal-body,
#modal-assignAll .modal-body,
#modal-createAll .modal-body {
    font-size: 17px;
    padding-top: 15px;
}
#modal-assignAll {
    overflow: hidden;
}
#assignCustomerModal .wrap-assign {
    position: absolute;
    bottom: 65px;
    left: 130px;
}
#assignCustomerModal .wrap-assign > button {
    line-height: 20px;
}
#assignCustomerModal .tab-pane.active {
    position: relative;
}
#assignCustomerModal .tab-content.empty .wrap-assign {
    bottom: 29px;
}
#assign-customer-grid > table {
    min-width: 800px;
}
#assign-customer-grid .bulk-actions-blocker {
    display: none !important;
}
#add-field-limit-grid {
    max-height: 500px;
    padding-top: 0;
}
#addFieldLimitModal .modal-dialog .grid-view .col-xs-4,
#addFieldLimitModal .modal-dialog .grid-view .col-xs-8 {
    padding-left: 0;
    width: 100%;
}
#addFieldLimitModal .modal-dialog .grid-view .col-xs-8 > .no-class {
    float: left;
}

/*------------DMS ICONS----------*/
.icon.icon-doc,
.icon.icon-pdf,
.icon.icon-txt,
.icon.icon-xml,
.icon.icon-html,
.icon.icon-default-doc,
.icon.icon-jpg,
.icon.icon-png,
.icon.icon-gif,
.icon.icon-tif,
.icon.icon-default-img,
.icon.icon-xls,
.icon.icon-default-xls,
.icon.icon-ppt,
.icon.icon-default-ppt,
.icon.icon-default-text,
.icon.icon-zip {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 24px;
    height: 24px;
    float: none;
    margin: 0 auto;
}
.icon.icon-doc {
    background-image: url("../img/icons/dms/DOC-30.png");
}
.icon.icon-pdf {
    background-image: url("../img/icons/dms/PDF-30.png");
}
.icon.icon-txt {
    background-image: url("../img/icons/dms/TXT-30.png");
}
.icon.icon-default-text {
    background-image: url("../img/icons/dms/DOC-DEFAULT-30.png");
}
.icon.icon-xml {
    background-image: url("../img/icons/dms/XML-30.png");
}
.icon.icon-html {
    background-image: url("../img/icons/dms/HTML-30.png");
}
.icon.icon-default-doc {
    background-image: url("../img/icons/dms/DEFAULT_DOC-30.png");
}
.icon.icon-jpg {
    background-image: url("../img/icons/dms/JPG-30.png");
}
.icon.icon-png {
    background-image: url("../img/icons/dms/PNG-30.png");
}
.icon.icon-gif {
    background-image: url("../img/icons/dms/GIF-30.png");
}
.icon.icon-tif {
    background-image: url("../img/icons/dms/TIF-30.png");
}
.icon.icon-default-img {
    background-image: url("../img/icons/dms/DEFAULT_IMG-30.png");
}
.icon.icon-xls {
    background-image: url("../img/icons/dms/XLS-30.png");
}
.icon.icon-default-xls {
    background-image: url("../img/icons/dms/DEFAULT_XLS-30.png");
}
.icon.icon-ppt {
    background-image: url("../img/icons/dms/PPT-30.png");
}
.icon.icon-default-ppt {
    background-image: url("../img/icons/dms/DEFAULT_PPT-30.png");
}
.icon.icon-zip {
    background-image: url("../img/icons/dms/ZIP-30.png");
}


/*----------Icons on Tabs---------*/
li .icon.icon-user,
li .icon.icon-trigger,
li .icon.icon-compare,
li .icon.icon-preview,
li .icon.icon-specification-detail,
li .icon.icon-provision-detail,
.icon.icon-title-specification,
.icon.icon-title-provision-detail,
.icon.icon-modal-provision-detail,
.icon.icon-modal-specification,
.icon.icon-router,
.icon.icon-channel,
.icon.icon-reload-channel,
.icon.icon-source-node-group,
.icon.icon-target-node-group,
.icon.icon-administration,
.icon.icon-template,
.icon.icon-log,
.icon.icon-database-import,
.icon.icon-database-add {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 12px 3px 11px 0 !important;
    float: left;
}
.icon.icon-database-import {
    background-image: url("../img/icons/icon-database-import.png");
    margin: 0 5px !important;
}
.icon.icon-database-add {
    background-image: url("../img/icons/icon-database-add.png");
}
.dropdown-menu li:hover .icon.icon-database-add {
    background-image: url("../img/icons/icon-database-add-white.png");
}
.dropdown-menu .icon.icon-database-add {
    margin: 0 -14px 0 0 !important;
    width: 14px !important;
    float: left !important;
}
li .icon.icon-user {
    background-image: url("../img/icons/icon-customer.png");
}
li.active .icon.icon-user {
    background-image: url("../img/icons/icon-active-customer.png");
}
li .icon.icon-preview {
    background-image: url("../img/icons/icon-preview.png");
}
li .icon.icon-template {
    background-image: url("../img/icons/icon-template.png");
}
li .icon.icon-log {
    background-image: url("../img/icons/icon-log.png");
}
li .icon.icon-provision-detail {
    background-image: url("../img/icons/icon-provision-detail.png");
}
li.active .icon.icon-preview {
    background-image: url("../img/icons/icon-active-preview.png");
}
li.active .icon.icon-template {
    background-image: url("../img/icons/icon-active-template.png");
}
li.active .icon.icon-log {
    background-image: url("../img/icons/icon-active-log.png");
}
li.active .icon.icon-provision-detail {
    background-image: url("../img/icons/icon-active-provision-detail.png");
}
li .icon.icon-compare {
    background-image: url("../img/icons/icon-compare.png");
}
li.active .icon.icon-compare {
    background-image: url("../img/icons/icon-active-compare.png");
}
li .icon.icon-trigger {
    background-image: url("../img/icons/icon-trigger.png");
}
li.active .icon.icon-trigger {
    background-image: url("../img/icons/icon-active-trigger.png");
}
li .icon.icon-router {
    background-image: url("../img/icons/icon-router.png");
}
li.active .icon.icon-router {
    background-image: url("../img/icons/icon-active-router.png");
}
li .icon.icon-channel {
    background-image: url("../img/icons/icon-channel.png");
}
li.active .icon.icon-channel {
    background-image: url("../img/icons/icon-active-channel.png");
}
li .icon.icon-reload-channel {
    background-image: url("../img/icons/icon-reload-channel.png");
}
li.active .icon.icon-reload-channel {
    background-image: url("../img/icons/icon-active-reload-channel.png");
}
.icon.icon-source-node-group {
    background-image: url("../img/icons/icon-source-node-group.png");
}
.icon.icon-target-node-group {
    background-image: url("../img/icons/icon-target-node-group.png");
}
i.icon.icon-source-node-group,
i.icon.icon-target-node-group {
    margin: 2px 5px 0 0 !important;
}
li .icon.icon-administration {
    background-image: url("../img/icons/icon-administration.png");
}
li.active .icon.icon-administration {
    background-image: url("../img/icons/icon-active-administration.png");
}
li .icon.icon-specification-detail {
    background-image: url("../img/icons/icon-multimeter.png");
}
li.active .icon.icon-specification-detail {
    background-image: url("../img/icons/icon-active-multimeter.png");
}
.icon.icon-title-specification {
    background-image: url("../img/icons/icon-title-multimeter.png");
    margin: 2px 5px 2px 0 !important;
}
.icon.icon-title-provision-detail {
    background-image: url("../img/icons/icon-provision-detail-title.png");
    margin: 0 5px 0 0 !important;
    width: 25px;
    height: 25px;
}
.icon.icon-modal-provision-detail {
    width: 23px;
    height: 23px;
    background-image: url("../img/icons/icon-provision-detail-modal.png");
    margin: 1px 5px 2px 0 !important;
}
.icon.icon-modal-specification {
    background-image: url("../img/icons/icon-modal-multimeter.png");
    margin: 4px 5px 2px 0 !important;
}
/*------------END DMS ICONS----------*/

/**---------Progress bars------- */
.progress {
    height: 18px;
    background: #ebebeb;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 5px;
}
.progress > span {
    position: relative;
    float: left;
    margin: 0;
    min-width: 30px;
    height: 18px;
    line-height: 15px;
    text-align: right;
    background: #cccccc;
    border: 1px solid;
    border-color: #bfbfbf #b3b3b3 #9e9e9e;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
    background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
    background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
    background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #cccccc);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress > span > span {
    padding: 0 8px;
    margin-top: -2px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #404040;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.progress .red > span ,
.progress .blue > span {
    color: #fff;
}
.progress .green {
    background: #85c440;
    border-color: #78b337 #6ba031 #568128;
    background-image: -webkit-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
    background-image: -moz-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
    background-image: -o-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
    background-image: linear-gradient(to bottom, #b7dc8e, #99ce5f 70%, #85c440);
}
.progress .red {
    background: #db3a27;
    border-color: #c73321 #b12d1e #8e2418;
    background-image: -webkit-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
    background-image: -moz-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
    background-image: -o-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
    background-image: linear-gradient(to bottom, #ea8a7e, #e15a4a 70%, #db3a27);
}
.progress .orange {
    background: #f2b63c;
    border-color: #f0ad24 #eba310 #c5880d;
    background-image: -webkit-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
    background-image: -moz-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
    background-image: -o-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
    background-image: linear-gradient(to bottom, #f8da9c, #f5c462 70%, #f2b63c);
}
.progress .blue {
    background: #5aaadb;
    border-color: #459fd6 #3094d2 #277db2;
    background-image: -webkit-linear-gradient(top, #48a3dc, #1c82c2 70%, #106fa9);
    background-image: -moz-linear-gradient(top, #48a3dc, #1c82c2 70%, #106fa9);
    background-image: -o-linear-gradient(top, #48a3dc, #1c82c2 70%, #106fa9);
    background-image: linear-gradient(to bottom, #48a3dc, #1c82c2 70%, #106fa9);
}
/**---------End Progress bars------- */