#quote-main{
   float:left;
    
    width:100%;
    margin-top:-20px;
}

#draw-main #controls{
    float:left;
}
/*.controlstop{
     margin-top:5px;
}
.controlsskooch{
     margin-top:5px;
}*/
contractcontrols{
    float:left;
    width:100%;
}
controlleft{
    float:left;
    width:40%;
}
controlright{
    float:right;
    width:40%;
}
line_items_so{
    float:left;
    width:90%;

}
#item-container{
    float:left;
    display:none; 
    width: 100%;
    height:100%;
margin-top:-35px;
}
#item-content{
    width: 100%;
    height:100%;

    border:thin black solid;

}


#detail{
    font-size: 18px;
}
.typeul{
    width:90px;
    height:100%;
    float:left;
margin-top:8px;
margin-left:15px;
    /*      border:#d3d3d3 .05em solid;  */
}
.typeul li{
    width:100%;
    list-style:none;
    font-size:60px;
    float:left;
    border:#d3d3d3 3px solid;
    text-align:center;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-bottom:5px;
    margin-left:0px;
  

}
#cathead{
    width:400px;
    float:left;
    font-size:25px;
    height:50px;
    text-align:center;
    margin-top:20px;
    margin-left:10px;
    font-size:15px;

}
#cathead span{
   float:left;
/*    width:30%;*/
    padding-left: 10px;
    padding-right: 10px;
}
#cancelitemsbutton{
    float:left;
    margin-top:10px
}

#list{
    width:875px;
    float:left;
    font-size:25px;
    height:95%;
 
    margin-left:25x;
margin-top:2px;
}
#list table{

    width:850px;

    margin-left:30px;
}

#list td {
    padding-left:  5px;
    /*    border-left:#d3d3d3 2px solid;*/
    border:#d3d3d3 2px solid;

}
#searchlist{
    margin-top:-10px;
      float:left;
/*    width:30%;*/
    padding-left: 10px;
    padding-right: 10px; 
}
#searchlist table{

    width:850px;

    margin-left:5px;
}

#searchlist td {
    padding-left:  5px;
    /*    border-left:#d3d3d3 2px solid;*/
    border:#d3d3d3 2px solid;

}
.desccell{
/*    width:300px;*/
  
}
.dropnote{
    font-size:40px;
  padding-left:5px;
  padding-right:7px;
}
.thenote {
width:95%;

 padding: 4px;
 margin:4px;
position: relative;
float:left;

}
#list table tr{
    height:60px ;

}
#list ul {

    float:left;
    width:95%;
    list-style:none;
}
.itmnoteshead{
    width:90%;
    float:left;
     margin-left:15px;
    margin-bottom:3px;
    font-weight:bold;
    
        text-align: justify;
}
.itmnotesbullet{
    width:90%;
    float:left;
        margin-bottom:10px;
         margin-top:10px;
margin-left:5px;
list-style-type:circle;
}
.itmnotesbullet li{
  margin-left:30px;  
 padding-bottom:5px;
list-style-type:disc;
}
.itmnotesnotes{
    width:95%;
    float:left;
    font-style:italic;
    margin:5px 5px;
   text-align:center;
}


#pageblock {
    display:none;
    left:0px;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:500%;
    background-color:  #d3d3d3;

    opacity:.8
}
#addnote{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: activecaption;
    display:none;
}
#notetext{
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    height:120px;

}
#noteproceed{
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    width:110px;
    top:130px;
}
#areyousure{
    display:none;
    width:500px;
    height:200px;

    padding:8px;

    position:absolute;
    top:5%;

    background-color:#ffffff;
    border:#d3d3d3 medium solid;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
}
#itemsdetail{
    display:none;
    width:900px;
    height:150px;

    padding:8px;
margin-left:auto;
margin-right:auto;
  position:absolute;
    top:225px;

    background-color:#ffffff;
    border:#d3d3d3 medium solid;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
}
#detailitemnumber{
    float:left;
    width:100px;
    font-size:25px;
     margin-left:5px;
}
#detailitemdesc{
    text-align:center;
    color:red;
    float:left;
    width:880px;
    font-size:32px;
  
    padding-left:10px;
     padding-right:10px;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
}
.detailitemdescwhite{
    background-color: #ffffff;
    color:red;
}
.detailitemdescred{
    background-color: red;
    color:#ffffff;
}
#qtywrapper{
   width:600px;
   margin-left:auto;
   margin-right:auto;
}
#qtynum
{
    width:100px; 
    float:left;
    margin-left:5px;
    font-size:25px;
}
.qtylabel{
    margin-left:15px;
    margin-top:10px;
    float:left;
    font-size:20px;
}
#detailcustprice{
   display:none;
  width:100px; 
    float:left;
    margin-left:5px;
    font-size:25px;
}
#custpricelabel{
   display:none;

}
#detailcontrols{
    float:left;
    clear:left;
}
#detailcontrols input{
    font-size:20px;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
}
#gyrpop {
    position: absolute;
    width: 300px;
    height: 200px;
    left: 350px;
    top: 200px;
    border-width: 5px;
    border-style: solid;
    background-color: #D3D3D3;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#gyrpop div{
    float:left;
    width:100%;
  margin-top:20px;
}
#gyrpop a{
    position:relative;
    top:100px;
   padding:20px;

   text-align:center;
    background-color: #5994bf;
    color:#ffffff;
    cursor:pointer;
    font-weight:bold;
    border:none;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;

}
#lccallpop {
    position: absolute;
    width: 300px;
    height: 200px;
    left: 350px;
    top: 200px;
    border-width: 5px;
    border-style: solid;
    background-color: #D3D3D3;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display:none;
}

#lccallpop div {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    #lccallpop a {
        position: relative;
        top: 70px;
        padding: 20px;
        text-align: center;
        background-color: #5994bf;
        color: #ffffff;
        cursor: pointer;
        font-weight: bold;
        border: none;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
.showgreendiscount{
border-color:#006600;
display:block;
 
}
.showreddiscount{
border-color:#cc3300;
display:block;

}
.nodiscountcolor{
display:none;
  //opacity:1;
}


/*****************/
/*CONTRACT DIV*/
/*****************/



#rightcon{
    float:right;
    width:18%;
    overflow:hidden;
}


.selected{
    border:8px red solid;
    margin-left:-10px;

}
.customselected{

    margin-right:4px;

}

#discforce span{
    background-color: #5994bf;margin-right:-2px;
    font-size:25px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    text-align:left;
    padding-top: 10px;
    padding-left: 5px;

    width:48%;
    height:40px;
    float:right;
}

#disctext{
    width:100px;

    float:right;
    font-size:18px;
    text-align:left;
    margin-right:20px;
    margin-top:10px;

    color:#5994bf;
    font-weight:bold;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;

}
#com{
    float:right;
    width:170px;
    padding:4px 0px 3px 0px;
    font-size:20px;
    text-align:center;
    margin-right:5px;
    margin-top:10px;
    background-color: #5994bf;
    color:#ffffff;
    cursor:pointer;
    font-weight:bold;
    border:none;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;

}

#coverbutton{
    float:right;
}
.toolbutton{
    float:left;
    margin-left:12px;
    padding-left:10px;
     padding-right:10px;
       padding-top:8px;
     height:40px;
    background-color: #5994bf;
    font-size:25px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
    cursor:pointer;
}
.navbutton{
    float:left;
    width:70px;
    height:70px;
    /*    background-color: olivedrab;*/
    font-size:25px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;

}

.groupbutton div{
    width:75%;
    margin-left:70px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #5994bf;
    font-size:35px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
}

.Date{
    width:11%   ;
}
#line-items-wrapper{
    width:100%;
    float:left;
}

#lineitems{
    width:98%;
    float:left;

    margin-left:5px;
    margin-top:30px;
}
.lineitems{
    font-size:20px;

}
.linediv{
    width:100%;
    float:left;

}
.lineitemhead{
    width:6%;
    float:left;

}
.lineitem{
    width:6%;
    float:left;

}
.linedesc{
    width:53%;
    float:left;

}
.lineqty{
    width:4%;
    float:left;
    text-align:right;

}
.lineprice{
    width:9%;
    float:left;
    text-align:right;

}
.cashlineqty{
    width:6.3%;
    float:left;
    text-align:right;
border-right-style: none;
}
.cashlineprice{
    width:7%;
    float:left;
    text-align:right;
border-left-style: none;
}
.lineextprice{
    width:10%;
    float:left;
    text-align:right;

}
.totaldiv{

    float:left;
    clear:left;
    /*    border-top:2px black solid;*/
}
.finprompt {
    width: 20%;
    float: left;
    font-size: 20px;
    text-align: center;
    color: darkgreen;
}
.promptdescript {
    text-align: right !important;
    text-align: center !important;
    color: darkgreen;
}
.linedelete{
  width:33px;
    height:25px;
    float:left;
    margin-right:2px;
    margin-top:3px;

    padding-bottom: 6px;
    padding-top: 2px;
    background-color: #5994bf;
    font-size:25px;
    color:#ffffff;
    background-color: tomato;
    font-weight:bold;
    border-top-right-radius:18px;
    border-top-left-radius:18px;
    border-bottom-right-radius:18px;
    border-bottom-left-radius:18px;
     cursor:pointer;
     text-align:center;
    
}
#salecheck{
  width:33px;
    height:25px;
    float:right;
    margin-right:20px;
margin-top:20px;
}
.dummylinedelete{
  width:25px;
    height:25px;
    float:left;
       margin-right:2px;
           margin-top:4px;
 padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 2px;
    background-color: #5994bf;
    font-size:25px;
    color:#ffffff;
    background-color: #ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
      cursor:pointer;
}
.total{
    width:10%;
    float:left;
    text-align:right;
    float:left;
    text-align:right;
}
.monthamt{
 text-align:right;
 color:#008800;
}
.retaildiv{

    float:left;
    clear:left;
    /*    border-top:2px black solid;*/
}
.retail{
    width:10%;
    float:left;
    text-align:right;
    float:left;
    text-align:right;
}
/*****************/
/*END CONTRACT DIV*/
/*****************/
#remdel{
    position:absolute;
    width:150px;
    /*    margin-left:auto;
        margin-right:auto;*/
    display:none;
}
#deleteitem{
    margin-top:10px;
    float:left;
}
#removeitem{

    float:left;
}
#canceldeleteitem{
    margin-top:10px;
    float:left;
}

#savestatus{
    float:left;
    width:auto;
    font-size:20px;
    text-align:center;
    margin-right:5px;
    margin-top:5px;
    background-color:#f0ede5;
    color:#5994bf;

    font-weight:bold;
    border:none;

}



#resultselect{
    float:left;
    margin-top:8px;
    margin-left:15px;
    height:35px;
    width:225px;
    font-size:20px;
    font-weight: bold;
}


#contracttasks{
    float:left;
    margin-top:8px;
    margin-left:15px;
    height:35px;
    width:165px;
    font-size:20px;
    font-weight: bold;
}

.groupbutton {
    float:left;
    width:100%;
    padding-bottom: 10px;
}



#detail-open{

    margin-top:-2px;
    margin-right:10px;
    margin-left:10px;
    float:left;
    height:38px;
    width:90px;
    font-size:20px;
    font-weight: bold;
    color:#ffffff;
    display:none;
    background-color:#5994bf;
    font-weight:bold;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}
.detailwrapper{
    float:left;
    margin-top:25px;
    margin-left:-5px;

    width:100%;
    color:#5994bf;
    /*       border:3px  steelblue solid;;*/
    display:block;
}

#versionselect{
   float:left;
    margin-left:100px;
 
}
#versionselect span{
   float:left;
 
}
.versionradio{
    float:left;
   margin:0px 0px 3px 20px;
    height:20px;
    width:20px;
color:#0000ff;

}
#versionselect label{
   float:left;

height:20px;
    width:20px;
  margin:2px 0px 0px 5px;
  font-weight:bold;
}
.versionempty{

color: tomato;

}
.versionfull{

color:green;

}
#financediv{
    float:left;
    width:170px;
}
#financeselect{
   float:left;
    margin-left:10px;
    margin-top:-20px;
}
#paybutton{
 
float:left;
    width:100px;
    margin-left:10px;

    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #5994bf;
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
text-align:center;
cursor:pointer;
}

#cancelclose{
    float:right;
    background-color: #5994bf;
    font-size:25px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
    margin-top:20px;
}
#showhidedetail{
    float:right;
    width:100%;
margin-top:50px;
}

#showdetail{
    margin-top:20px;
float:right;
    width:150px;
    margin-left:30px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #5994bf;
    font-size:25px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
text-align:center;
cursor:pointer;
}
#showretail{
    margin-top:20px;
float:right;
    width:85px;
    margin-left:30px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #5994bf;
    font-size:25px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
text-align:center;
cursor:pointer;
}
#showtotal{
    margin-top:20px;
float:right;
    width:85px;
    margin-left:30px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #5994bf;
    font-size:25px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
text-align:center;
cursor:pointer;
}

#appttrackresult{
  float:left;
  width:100%;
}
.cloak{
    /*    background-color: #5994bf;
        color: #5994bf;*/
    /*      background-color:#f0ede5;
            color:#f0ede5;*/
    display:none;
}
.subtoolbutton{
      float:left;
    margin-left:30px;
    padding-left:10px;
     padding-right:10px;
       padding-top:8px;
     height:30px;
    background-color: #5994bf;
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
    cursor:pointer;  
}
.subtoolinput{
      float:left;
      margin-top:11px;
    margin-left:30px;
    padding-left:10px;
     padding-right:10px;
       padding-top:3px;
     height:30px;
    background-color: #5994bf;
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
    cursor:pointer;  
}
#um{
    float:left;
    font-size:18px;
    margin:7px 0px 0px 5px;
}
#salewrapper{
    position: absolute;
    left:0;
    top:0;
    display:none;
  
     width:180px;
     height:200px;
}
#salewrapper #img1{
    float:left;
max-width:100%;
max-height:100%;
}
#salewrapper #img2{
    float:left;
max-width:100%;
max-height:100%;
margin-top:40px;
}
