.link-hardware-product-popup {
  min-height: 356px;
}
.link-hardware-product-popup .header {
  background-color: #CCC;
  padding: 4px 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.link-hardware-product-popup .vertical-auto-scroll {
  overflow-y: auto;
  max-height: 330px;
  min-height: 225px;
}

.link-hardware-product-popover {
    top: 100%;
    z-index: 1000;
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.link-hardware-product-popover-img {
    border: 1px solid #dbdbdb;
    width: 40px;
    height: 40px;
}

.link-hardware-product-popover-even-row {
    background-color: #f2f2f2;
}

.link-hardware-product-popover-header-height {
    min-height: 30px;
}

.link-hardware-product-popover-check-green {
    color: green;
}

.link-hardware-product-popover-warning-yellow {
    color: #C79420;
}

.link-hardware-product-popover-x-red {
    color: red;
}

.link-hardware-product-popover-button {
    width: 50px; 
    height: 22px;
}

.link-hardware-product-popover-input {
    width: 40px;
    height: 22px;
    padding: 4px;
    text-align: center;
}

.link-hardware-product-popup .link-button-disabled-text {
    color: #C79420;
}

.link-hardware-product-popup .has-error {
    border-color: #c84d49;
}

/*New Silder Popup*/

.link-hardware-product-popup .has-success {
    border-color: green;
}

.disableClear {
    color: #999999;
    font-size: 14px;
    /*padding-top: 38px;
    padding-left: 5px;*/
}

.enableClear {
    color: #337ab7;
    font-size: 14px;
    /*padding-top: 38px;*/
    cursor: pointer;
    /*padding-left: 5px;*/
}

.divCLearData {
    padding-left: 5px;
}

ul.serviceLinkList {
    /*padding: 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;*/
}

    ul.serviceLinkList li {
        display: table-cell;
        width: 50%;
        text-align: center;
        outline: none
    }

        ul.serviceLinkList li a {
            color: #979797;
            font-weight: bold;
            font-size: 12px;
        }

        ul.serviceLinkList li.active a {
            color: #2375B7;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ccc;
            border-bottom-color: transparent;
            border-top-color: #2375B7;
            border-top-width: 4px;
            height:100%;
        }
    ul.serviceLinkList > li > a {
        border-color: #eee #eee #ddd;
       text-decoration: none;
    background-color: #eee;

    }


ul.serviceLinkList > li:hover > a {
    color: #2375B7;
}


ul.linkHardwareList {
    margin-left: 24px;
    margin-top: 20px;
    margin-right: 10px;
    clear: both
}

ul.nolinkHardwareList {
    margin-left: 52px;
    margin-top: 0px;
    margin-right: 10px;
    clear: both;
    list-style-type: decimal;
}

.linkHardwareMessage a.close {
    top: -5px;
    right: 0;
    font-size: 24px;
    opacity: 1;
}

.hardwareMessages a.close {
    top: 0;
    right: 0;
    font-size: 24px;
    opacity: 1;
}

p.noHardwareSecondaryMessage {
    margin: 0 0 0 30px;
}

.link-hardware-products-js .btn.disabled,
.link-hardware-products-js .btn[disabled] {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: gray;
    border: none;
    opacity: 1;
    color: white;
    font-size: 11px;
}
.link-hardware-product-popover-check-white {
    background-color: green;
    color:white;   
}
.activeGreen {
    width: 60px;
    background-color: green;
    color: white;
    font-size: 11px;
}

.notLinked {
    width: 78px;
    background-color:#2375BB;
    color: white;
    font-size: 12px;
}

.disabledGray {
    width: 60px;
    background-color: gray;
    color: white;
}

.cartinfo-iconblueV2 {
    font-size: 17px;
    text-decoration: none;
    vertical-align: bottom;
    background-color: #F8E1AA;
}

.alert-info-V2 {
    color: #eba912;
    background-color: #fdf6e6;
    border-color: #eba912;
    font-size: 13px;
    line-height: 16px;
    border-radius: 0px;
}

.orangeIcon {
    color: #eba912;
}

.serial-msg {
    margin-left: 1px;
    margin-top: 1px;
    font-weight: normal;
    color: #c84d49;
}
.poDate-msg {
    margin-left: 5px;
    margin-top: 1px;
    font-weight: normal;
    color: #c84d49;
}
/*New Silder Popup*/

/*Calender*/
.ui-widget-header {
    background:white;
    border:none;
}
.ui-datepicker-title {
    color:#2375B7;
}

.ui-datepicker-calendar th {
    background: #DDDDDD;
    padding: 5px;
    border:1px solid #ffffff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    /*background:#ffffff;
    border:none;*/
   
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #ff0000;
}



.ui-widget-header .ui-datepicker-prev .ui-icon {
    background: url(/Site/Content/images/icons/arrow-right-small.png) center center no-repeat !important;
    width: 16px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}

.ui-widget-header .ui-datepicker-next .ui-icon {
    background: url(/Site/Content/images/icons/arrow-right-small.png) center center no-repeat !important;
    width: 16px;
   
}
#SNoErrorContainer .error-note {
    border: white;
}
#PODateMandatoryOrInvalidErrorContainer .error-note {
    border: white;
}
.mandatoryStar {
    color: #a94442;
}

