/************************************************************************************************************************************************
   MODULE:           styleSales.css                                                                                          
   
   DESCRIPTION: 
               
  
   AUTHOR:           Ken Harvey
 

   HISTORY:
      02/16/2022    Ken Harvey      18350 DocuSign Enhancement multiple documents
      12/07/2021    Ken Harvey      18347 Add infor to contract general tab
      08/31/2021    Ken Harvey      17903 Add cents to pricing detail pages
      11/30/2020    Ken Harvey      15426 Option image processing

*************************************************************************************************************************************************/


#CalendarControlIFrame {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 250px;
    width: 250px;
    z-index: 99;
}

#CalendarControl {
    position: absolute;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 100;
}

    #CalendarControl table {
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 8pt;
        border-left: 1px solid #336;
        border-right: 1px solid #336;
    }

    #CalendarControl th {
        font-weight: normal;
    }

        #CalendarControl th a {
            font-weight: normal;
            text-decoration: none;
            color: #FFF;
            padding: 1px;
        }

    #CalendarControl td {
        text-align: center;
    }

    #CalendarControl .header {
        background-color: #336;
    }

    #CalendarControl .weekday {
        background-color: #DDD;
        color: #000;
    }

    #CalendarControl .weekend {
        background-color: #FFC;
        color: #000;
    }

    #CalendarControl .current {
        border: 1px solid #339;
        background-color: #336;
        color: #FFF;
    }

    #CalendarControl .weekday,
    #CalendarControl .weekend,
    #CalendarControl .current {
        display: block;
        text-decoration: none;
        border: 1px solid #FFF;
        width: 2em;
    }

        #CalendarControl .weekday:hover,
        #CalendarControl .weekend:hover,
        #CalendarControl .current:hover {
            color: #FFF;
            background-color: #336;
            border: 1px solid #999;
        }

    #CalendarControl .previous {
        text-align: left;
    }

    #CalendarControl .next {
        text-align: right;
    }

    #CalendarControl .previous,
    #CalendarControl .next {
        padding: 1px 3px 1px 3px;
        font-size: 1.4em;
    }

        #CalendarControl .previous a,
        #CalendarControl .next a {
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
        }

    #CalendarControl .title {
        text-align: center;
        font-weight: bold;
        color: #FFF;
    }

    #CalendarControl .empty {
        background-color: #CCC;
        border: 1px solid #FFF;
    }


.body {
    font-family: "Segoe UI", Verdana;
    font-size: 12pt;
}

.button {
    background-color: #1B87E6;
    color: white;
    font-family: "Segoe UI", Verdana;
    font-size: 12pt;   
    border: none;
    cursor: pointer;
}


.button1 {
    background: linear-gradient(#848484,#313131);
    color: white;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid #BABABA;
}

.buttonConfirm {
    background-color: yellow;
    color: black;
    font-family: "Segoe UI", Verdana;
    font-size: 12pt;
    border: none;
}

.buttonPending {
    background-color: blue;
    color: black;
    font-family: "Segoe UI", Verdana;
    font-size: 12pt;
    border: none;
}

.buttonover {
    border: none;
    background-color: #5F5F5F;
    color: white;
    font-family: 'Segoe UI';
    font-size: 12pt;  
}

div {
    font-family: "Segoe UI", Verdana;
    font-size: 12pt;  
}

.dropdown {
     height: 30px;   
    border: none;  
    color: black;
    background-color: white;
    border-radius: 5px;
    box-shadow: 4px 4px #ccc;
}


.checkbox {
  border:none;
}

.textbox {
    border:none;
    background-color: white;
    border-radius: 5px;
    font-family:"Segoe UI", Verdana;
    padding:4px 4px 5px 5px;
    font-size:12pt;
    
}

.textbox1 {
    border: none;
    background-color: white;
    border-radius: 5px;
    border:none;
    font-family: "Segoe UI", Verdana;
    padding: 4px 4px 5px 5px;
    font-size: 10pt;    
}
.pricebox {
    border: none;
    background-color: white;
    border-radius: 5px;
    font-family: "Segoe UI", Verdana;
    padding: 4px 4px 5px 5px;
    width: 90px;
    text-align: right;
    font-size: 14pt;
}

.priceboxdisabled {
    border: none;
    background-color: gainsboro;
    border-radius: 5px;
    font-family: "Segoe UI", Verdana;
    padding: 4px 4px 5px 5px;
    width: 120px;
    text-align: right;
    font-size: 12pt;   
}

.priceboxlabel {
    border: none;
    background-color: transparent;
    border-radius: 5px;
    font-family: "Segoe UI", Verdana;
    padding: 4px 4px 5px 5px;
    width: 120px;
    text-align: right;
    font-size: 14pt;
}

.file-upload input {
    background-color:blue;
}



