/* rgb(102, 102, 102) 
*/
body{
    background-color: rgb(240, 242, 244);
    
}
.color{
    color: #000000;
    color: #ffffff;
}
:root {
    --main-btn-color: #0073a8;    
}
fieldset{
    border-radius: 10px;
    padding: 20px;
    border-color: #0073a8;
    
}

legend{
    padding: 15px;
    font-size: 32px;
    color:  #0073a8;
}

::placeholder{
    text-align: left;
    padding-left:  5px;
    color: #adabab;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}

label{
    border: none;
    width: 90%;
    font-size: 15px;
    font-weight: 300;
    /*color:#adabab;*/
    background: #ffffff;
    outline: none;
    text-align: center;
    
    font-family: system-ui;
    margin: 0 auto;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px
}

input{
    margin-right: 0px;
    width: 90%;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    background: transparent;
    outline: none;
    text-align: left;
    padding: 15px 2px;
    border: none;
    cursor:pointer;
    margin: 0 auto;
    display: block;
    border-radius: 28px;
}

input[type="checkbox"]{
    width: 90%;
    margin: none !important;
    float: right !important;    
}

/*************
    QTY
**************/
.orderT label{
    color: #9c9c9c !important;
    font-weight: bold !important;
}
.qtyWrap{
   /* border: 1px solid black;*/
    width: 100%;
    display: table;
    

}

.qtyWrap select{
   /*border: 1px solid #ababab;*/
   text-indent: 18px;
}
.qtyWrap div{
    /*border: 1px solid blue;*/
    padding: 11px 0px;
}

.qtyWrap div label{
    float: left;
    margin: 0px 0px;
    text-align: left;
    
   
}
.qtyWrap div:first-child{
    width: 55%;
    float: left;
    margin-left: 20px;
    margin-right: 0px;
    
}
.qtyWrap div:nth-of-type(2){
    width: 20%;
    float: left;
    margin-right: 1px;
}
.qtyWrap div:nth-of-type(2) select{
    width: 100%;
    margin: 0;
    padding: 0;
}
.qtyWrap div:last-child{
    width: 10%;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}

.qtyWrap div:last-child input{
    width: 50%;
    float: right;
    
}

input[type="radio"]{
    width: 20px !important;
    display:block;
    margin: 0 auto;
}


input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 100;
    margin-left: 20px;
    padding: 15px 0;
    /*color: #adabab;*/
    border: none;
    background-color: transparent;
}

select:focus {
    outline: none;

}

.firstFieldset div select{
    width: 90% !important;
    
}
#otherInput input{
    margin: 0 !important;
    padding: 0 !important;
}
/****************
    Center Qty
*****************/
.centerQty{
    width: 50% !important;
    display: table;
    margin: 0 auto;
    padding: 10px 2px !important;
}
/*****************
    TextArea
 ****************/

textarea{
    display: block;
    margin-right: 0px;
    border: none;
    width: 92%;
    font-size: 15px;
    font-weight: 100;
    color: #666666;
    background: #ffffff;
    outline: none;
    text-align: center;
    padding: 15px 1px;
    resize: vertical;
    margin: 0 auto;
   
}


/*******************
    Buttons
*******************/
.buttons{
    
    display: flex;
    align-items: baseline;
    flex-direction: row;
    margin: 10px 5px;
    justify-content: space-between;
    
}

.buttons input{
    color:  #0073a8;
    background-color: #ffffff !important;
    
    border-radius: 25px;
    margin: 0px !important;
    text-align: center !important;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    font-weight: bold;
}

.buttons input:hover {
    background-color:#1b1b77 !important;
    color: #ffffff;
   
}

#nextBtn{
    width: 50%;
    display: block;
    margin: 10px auto !important;
}

#goBackBtn{
    
  width: 48%;
    
}

#reviewBtn{
   
  width: 48%;
}

#submitFormBtn{
    
    width: 50%;
    display: block;
    margin: 10px auto !important;
    
}

#homeBtn{
    width: 50%;
  
    margin: 10px auto !important;
}

.buttons form{
    width: 100%;
    display: flex;
    align-items: center;
}
/*************
    NAV
*************/
#nav{
    display: inline-block;
    width: 100%;
    padding: 10px 20px 10px 0;
    background-color: blue;
    color: #ffffff;
}
/*ICON*/
#nav #logo{
    display: inline-block;
    margin-left: 100px;
}
#nav #logo h2{   
    margin: 0;
    padding: 0;
    color: #0073a8;
    letter-spacing: 3px;
}
#nav div h2 span{
    font-size: 60px;
    font-weight: 700;
    font-family: system-ui;
    color: red;
}

/*****PHONE SIGN IN****/
#righttNav {
    float: right;  
   margin: 10px 100px 0 0;;

 }
 #righttNav  div{
    float: left;
    margin-right: 20px;
 }
 #navPhone h2,h4{
     margin: 0px !important;
     font-size: 17px
 }
 #navPhone h2{
    color: red;
    letter-spacing: 1px;
}
#signBtn{
    
    display: block;
    padding: 0px !important;
}
#signBtn input{
    border-radius: 5px;
  
    font-weight: 600;
    width: 100%;
    color:#0073a8;
    margin: 3px 0 0 0;
    font-size: 12px;
    font-family: system-ui;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    text-align: center;
    padding: 9px  20px !important;
    background-color: #ffffff;
}

#nav div  div input:hover{
    background-color:#1b1b77;
    color: #ffffff;
  border: 1px solid #ffffff;
}    


/***************
    Wraper
***************/

.wrapper{
    margin: 0 auto;
    width: 70%;           
}
.wrapper2{
    margin: 0 auto;
    width: 80%;           
}      

/******************
    Display Table 
*******************/



table{
    width: 100%;
    margin: 0px 10px 0px 0px;
    border-collapse: collapse;
}

th{
    width: 30%;
    font-size: 15px;
    text-align: left;
    color: rgb(128,128,128);
    border: 1px solid #dddddd;
}

td{
    width: 55%;
    text-align: left;
    font-size: 20px;
    font-weight: 300; 
    border: 1px solid #dddddd;
    border-left: 1px solid rgb(102, 102, 102) ;
}
.tables tr td div{
    width: 30px !important;
    color: #ffffff;
    background-color: rgb(102, 102, 102)!important;
    text-align: center;
    font-size: 15px;
    padding: 0px 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px !important;
    
}

tr:nth-child(even) {
    background-color: #dddddd;
}
#tablesWrap{
    display: flex;
    align-items: row;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    
}
#tablesWrap  div{
    width: 100%;
}
#tablesWrap label{
    border: none;
    width: 70% !important;
    color: #0073a8;
    margin: 0px !important;
    display: block;
    padding: 10px  20px !important;
    float: left;
    background-color: transparent !important;  
    font-weight: 600; 
}
/*
#myTable tr td input{ 
    background-color: transparent !important;
} 
#tablesWrap div{
    float: left;
    width: 48%;
    margin: 0 auto;
    display: block;
  
}*/
#tablesWrap div:first-child{
    margin-right: 3%;
}
#thankYou{
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #0073a8;
    text-align: center;
    font-size: 20px;
}
.titleTable th{
    padding: 10px 5px !important;
    background-color: #0073a8; 
    color: #ffffff !important;     
} 
.titleTable:hover th{
 cursor: pointer;
}
.wrapOneTwo{
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    align-items: flex-start;
}
.wrapOneTwo > div {
    width: 50%;
}

.tableHover:hover{
    cursor: pointer;
}

/***************
     TOOLTIP 
****************/
.tooltip {
    background-color: #ffffff !important;
    border: 1px solid rgb(240, 242, 244);
    margin: 10px 0px 10px 5px;
    width: 48%;
    position: relative;
    display: inline-block;
    border-radius: 28px;
    padding: 5px 0px;
}
.att{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/******************
    Attachement
******************/
#file{
    padding: 5px 0px !important;
   text-align: left !important;
    color: #ababab !important; 
    margin-top: 10px;
}
#file + label{
    cursor: pointer;
}


