﻿/*Common Form Elemts*/

.checkbox-element {
  position: relative;
}

.checkbox-element input[type="checkbox"] {
  left: -99999px;
  opacity: 0;
  position: absolute;
}

.checkbox-element label {
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 24px;
  padding-left: 35px;
  vertical-align: middle;
}
.checkbox-element label::before {
  background: #FFFFFF;
  border: 2px solid rgba(35, 117, 183, 0.6);
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.checkbox-element input[type="checkbox"]:focus + label::before,
.checkbox-element input[type="checkbox"].focus + label::before {
  -webkit-box-shadow: 0 0 8px #2375BB;
  -moz-box-shadow: 0 0 8px #2375BB;
          box-shadow: 0 0 8px #2375BB;
  outline: none;
}
.checkbox-element label::before {
    border-radius: 4px;
}
.checkbox-element input[type="checkbox"]:checked + label::before,
.checkbox-element input[type="checkbox"][checked="checked"] + label::before {
    background: url(Images/check.png) center center no-repeat;
}
/*End */

/*Quote Status Filter*/

.dropdown-menu.bottom ul {
    list-style: none;
}

.dropdown-menu > .arrow,
.dropdown-menu > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.dropdown-menu > .arrow {
  border-width: 11px;
}
.dropdown-menu> .arrow:after {
  content: "";
  border-width: 10px;
}
.dropdown-menu.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.dropdown-menu.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/*Remove after Final Checkin*/
#vendorportal-orderlist table#quoteSearchResultsDataTable tr td
 {
    padding:8px;
}
/*Quote Status Filter End*/

/*Quote Details*/
#vendorportal-Quotedetails .ciscoOrderDetails tr td{
    padding:0 5px;
   
}
    #vendorportal-Quotedetails .ciscoOrderDetails tr td.no-border {
        border:none;
    }

.information-content{
    background: #eeeeee;
}

.information-content dl
 {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
.information-content dt{
  float: left;
  width: auto;
  /* adjust the width; make sure the total of both is 100% */
  padding: 2px;
  margin: 0
}


.information-content dd {
  float:none;
  padding: 2px;
  margin: 0;
   width: auto;
}
.contentLineHight {
    line-height:20px
}

tr#total td {
   border-bottom:1px solid #dddddd;
}

/*tbody.linesInfo>tr:last-child>td { padding-bottom:20px }*/

#vendorportal-QuoteConfirmation {
    min-height:300px;
}