﻿body{background:#f4f4f4;}
img{width:100%;max-height:560px;}
a {color:#696969;}
.bg-orange {background:#d8622b;color:#fff!important;}
.ms-img {
    height : 48px;
    width : 48px;
    padding :2px;
}
.molecular-structure{width:64px;}
.s-li {
    border-bottom : 1px solid #808080;
    max-width:432px;
}
.s-span {
    font-size:12px;
    color:#808080;
}
h5{white-space:normal}
/*.ms-img{width:64px !important;}
#ui-id-1{z-index:99999}
#ui-id-1 li{border-bottom:1px solid #a60032}
#ui-id-1 li a{font-size: 16px;margin-left: 15px;overflow-wrap: break-word;font-weight:normal;}*/
ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}
.list-size{
    margin:5px;
}
.list-scroll{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;  
    padding-bottom: 10px; 
}
::-webkit-scrollbar {
    width: .5em;
    height: .5em;
}
::-webkit-scrollbar-button {
    background: #a60032;
}
::-webkit-scrollbar-track-piece {
    background: #ff93b3
}
::-webkit-scrollbar-thumb {
    background: #a60032
}
#SearchBox{border: .5px solid;}

.Document {
    width: 1164px;
    height: 1200px;
}
.firstitem > ul > li:first-child  {
    background-color:#FF9;
}
.width115px{
    width: 77px;
}
.field-validation-error{
    color:rgba(255, 0, 0, 1.00);
}
.input-validation-error{
    border: 1px solid #ff0000;
}
.hoverEff {
    cursor:pointer;
    width:21px;
}
.hoverEff:hover {
    background-color:rgb(248, 242, 242);
}
.expand {
    background-image: url(/Images/pm.png);
    background-position-x: -22px;
    background-repeat:no-repeat;
}
.collapsee  {
    background-image: url(/Images/pm.png);
    background-position-x: -2px; 
    background-repeat:no-repeat;
}
#QuotationChildTable {
    width:100%;
}
.table-plain tbody tr,
.table-plain tbody tr:hover,
.table-plain tbody td {
  background-color:transparent;
  border:none;
}

@media only screen and (max-width: 767px) {
    .Document {
        width: 100%;
        height: 100vh;
    }
}

@media (min-width: 1367px) {
    .container {
        max-width: 1367px;
    }
}
