/******************************************************************************/
/* Product.css */
/* Copyright 2016 Sencore, Inc. All rights reserved. */
/******************************************************************************/

/* Clear the top-level status bar of all formatting. */
.info-message{
   background: #e6f3ff;
   color: #30569D;
   padding: 2px;
   border: 1px solid #30569d78;
   border-radius: 4px;
   margin-top: 2px;
}
.statusToolbar {
   background: #FFFFFF;
   background-image: none;
   border: none;
}

.tab-container {
   width: 1100px;
}

.port {
   border-bottom: 1px solid #999999;
   min-height: 32px;
}

.port-status-only {
   padding-top: 5px;
}

.port-title {
   font-weight: bold !important;
   width: 74px;
}

.port-toolbar {
   background: #FFFFFF;
   background-image: none;
   border-bottom: none;
}

.port-toolbar-expanded {
   background: #FFFFFF;
   background-image: none;
   border-bottom: none;
}

.port-toolbar-spacer {
   width: 4px;
}

.port-status {
   padding: 0px 15px 10px 15px;
}

.port-status-item {
   font: 12px arial,tahoma,helvetica,sans-serif !important;
   color: #30569D;
}

.port-config-item {
   font: 12px arial,tahoma,helvetica,sans-serif !important;
   color: #FF8C00;
}

.icon-status_off {
   background-image: url( '../../img/product/status_off.png' ) !important;
}

.icon-status_uid {
   background-image: url( '../../img/product/status_uid.png' ) !important;
}

.icon-status_ok {
   background-image: url( '../../img/product/status_ok.png' ) !important;
}

.icon-status_error {
   background-image: url( '../../img/product/status_error.png' ) !important;
}

.icon-status_only {
   background-image: url( '../../img/product/status_only.png' ) !important;
}

.icon-expand {
   background-image: url( '../../img/product/expand.png' ) !important;
}

.icon-collapse {
   background-image: url( '../../img/product/collapse.png' ) !important;
}

.label-icon {
   padding-left: 20px !important;
   background-repeat: no-repeat;
}

.application-card {
   padding-bottom: 10px;
}

.button-background {
   background: #5E5E5E !important;
   border-color: #5E5E5E !important;
}

.pidlock-dnd-background {
   background-color: #FBB917 !important;
}

.button-title-background {
   background: #f5f5f5 !important;
   border-color: #f5f5f5 !important;
}
