* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  background-color: #435165;
  margin: 0;
}



#myshortcuts {

  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  width: 200px;
  height: 115px;

  
}

#myshortcutsheader {
  padding: 10px;
  z-index: 10;
  background-color: #3274d6;
  color: #fff;
}



#laborcalc {
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  width: 200px;
  height: 175px;

  
}

#laborcalcheader {
  padding: 10px;
  z-index: 10;
  background-color: #3274d6;
  color: #fff;
}


#mycalcshort {

  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  width: 200px; 
  height: 220px;
}


#mycalcshortheader {
  padding: 10px;
  z-index: 10;
  background-color: #3274d6;
  color: #fff;
}




#mysearch {
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  width: 200px; 
  height: 290px;


}


#mysearchheader {
  padding: 10px;
  z-index: 10;
  background-color: #3274d6;
  color: #fff;
}


#notepad {

  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  width: 200px;
  height: 240px;

}

#notepadheader {
  padding: 10px;
  background-color: #3274d6;
  color: #fff;
}

#mycalc {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  width: 200px; 
  top: 60px;
  left: 1265px;
  height: 335px;
}


#mycalcheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #3274d6;
  color: #fff;
}




textarea {
  resize: none;
  padding: 2px;

}

.browserlinks a {
  color: #3274d6;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: normal !important;
}


.column {
  float: left;
  margin-left:10px; 
  width: 314px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;

}
.l-row:after {
  content: "";
  display: table;
  clear: both;

}

.g-row:after {
  content: "";
  display: table;
  clear: both;

}

.row {
  margin-bottom:20px !important; 
}


div.inline { float:left; padding-right:10px; }
.clearBoth { clear:both; }


.newquote, .editquote {
  width: 1400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin:30px auto;
  
}


.dividingbar {
	  border-bottom: 1px solid #dee0e4;
	  margin-bottom: 20px; 
	
}

.dividingbarcalc {
	border-bottom: 1px solid #dee0e4;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px; 
	width:140px;  
	
}

.login {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}

.newquote h1, .editquote h1 {
  text-align: left;
   margin-left: 10px;
   margin-top:15px;   
  color: #5b6574;
  font-size: 24px;
  
}

.searchresults, .dashboard {
	
  width: 1400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin:30px auto;
  min-height: 800px;
  
}


.searchresultscontent, .dashboardcontent, .newquotecontent, .editquotecontent {
	
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  
}

.searchresults .inline h1, .dashboard .inline h1    {
	   text-align: left;
	   margin-left: 10px;
	   margin-top:15px;   
	  color: #5b6574;
	  font-size: 24px;
	padding-top: 20px;
	
}




.searchresults a, .dashboard a  {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: bold;

}

.searchresults a:hover, .dashboard a:hover  {
  color: #3274d6;
}


.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login .links, .newquote .links, .editquote .links, .searchresults .links {
  display: flex;
  padding: 0 15px;
}

.login .links a, .newquote .links a, .editquote .links a {
  color: #adb2ba;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: bold;
}

.login .links a:hover, .newquote .links a:hover, .editquote .links a:hover {
  color: #9da3ac;
}

.login .links a.active, .newquote .links a.active, .editquote .links {
  border-bottom: 3px solid #3274d6;
  color: #3274d6;
}

.login form, .newquote .maincolumn form , .editquote .maincolumn form{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}


.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #3274d6;
  color: #ffffff;
}




.newquote .maincolumn form input[type="text"]:focus, 
.newquote .maincolumn  form input[type="number"]:focus,
.newquote .maincolumn  form input[type="email"]:focus,
.newquote .maincolumn  form input[type="list"]:focus,
.newquote .maincolumn  form input[type="date"]:focus,
.newquote .maincolumn  select,
.newquote .maincolumn  textarea,
 .editquote .maincolumn form input[type="text"]:focus, 
 .editquote .maincolumn form input[type="number"]:focus,
.editquote .maincolumn form input[type="email"]:focus,
.editquote .maincolumn form input[type="list"]:focus,
.editquote .maincolumn form input[type="date"]:focus,
.editquote .maincolumn select,
.editquote .maincolumn textarea
 {

  outline-color: #3274d6;

	
	
}

.partNumberFieldBox{
	width: 168px;	
}

.descriptionFieldBox{
	width: 139px;	
}

.vendorFieldBox{
	width: 132px;	
}


 .newquote  .maincolumn  form input[type="text"], .newquote .maincolumn  form input[type="number"] , .editquote .maincolumn form input[type="text"], .editquote .maincolumn  form input[type="number"]  {
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
	 
	
}


.newquote  .maincolumn  form input[type="text"]:required , .editquote .maincolumn form input[type="text"]:required {
  height: 50px;
  border: 2px solid #3274d6;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
	 
	
}

.newquote .maincolumn  form input[type="list"], .newquote  .maincolumn  form select, .editquote .maincolumn form input[type="list"], .editquote  .maincolumn form select,  .editquote .maincolumn form input[type="email"] , .newquote .maincolumn  form input[type="email"] , .editquote  .maincolumnform input[type="list"]{
  width: 300px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 10px;
	
}

.newquote .maincolumn  form input[type="list"]:required, .editquote .maincolumnform input[type="list"]:required{
  width: 300px;
  height: 50px;
  border: 2px solid #3274d6;
  margin-bottom: 20px;
  padding: 0 10px;
	
}

	 
.newquote .maincolumn   textarea, .editquote .maincolumn textarea {
  width: 300px;
  height: 50px;
  border: 1px solid #dee0e4;
  padding-top: 12px;
  padding-left: 10px;
	
}

	 
	 
.newquote .maincolumn  form select:required, .editquote .maincolumn form select:required{
  width: 300px;
  height: 50px;
  border: 2px solid #3274d6;
  margin-bottom: 20px;
  padding: 0 10px;
	
}


.newquote .maincolumn  form input[type="date"]:required, .editquote .maincolumn form input[type="date"]:required {
  width: 170px; 
  height: 50px;
  border: 2px solid #3274d6;
  margin-bottom: 20px;
  padding: 0 10px;
	
}


.newquote .maincolumn  form input[type="number"], .editquote .maincolumn form input[type="number"] {
  width: 80px; 
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 10px;
	
	
}


.newquote  .maincolumn  form input[type="tel"], .editquote .maincolumn form input[type="tel"]  {
  width: 140px; 
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 10px;	
}


.login form input[type="password"], .login form input[type="text"], .login form input[type="email"]{
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}

.closeQuote  {
  width: 50px;
  padding: 15px;
  margin-bottom:10px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  
}

.newquote .maincolumn button, .editquote .maincolumn  button  {
  width: 50px;
  padding: 15px;
  margin-bottom:10px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  
}

.dashboard button  {
  width: 30px;
  padding: 5px;
  margin-bottom:10px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  
}

.newquote .maincolumn  button:hover , .editquote .maincolumn  button:hover{
  background-color: #2868c7;
  transition: background-color 0.2s;
  
}

.dashboard button:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
  
}

.login form input[type="submit"]  {
  width: 295px;
  padding: 15px;
  background-color: #3274d6;
  margin-bottom:10px;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}


.newquote  .maincolumn  form input[type="submit"], .editquote  .maincolumn form input[type="submit"]  {
  width: 295px;
  padding: 15px;
  margin-bottom:10px;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff; 
  transition: background-color 0.2s;
}

.login form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}


.saveAndCloseButton, .updateAndCloseButton {
	  background-color: #5591e9;
}


.saveButton, .updateButton {
	  background-color: #3274d6;
}




.navtop {
  background-color: #2f3947;
  height: 60px;
  width: 100%;
  border: 0;
}

.navtop div {
  display: flex;
  margin: 0 auto;
  width: 1400px;
  height: 100%;
}

.navtop div h1, .navtop div a {
  display: inline-flex;
  align-items: center;
}

.navtop div h1, .navtop h1 a {
  flex: 1;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #eaebed;
  font-weight: normal;
}

.logotext {
  color: #eaebed !important;
}


.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: bold;
}

.navtop div a i {
  padding: 2px 8px 0 0;
}

.navtop div a:hover {
  color: #eaebed;
}

body.loggedin {
  background-color: #f3f4f7;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}

.content > p, .content > div {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}

.content > p table td, .content > div table td {
  padding: 5px;
}

.content > p table td:first-child, .content > div table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}

.content > div p {
  padding: 5px;
  margin: 0 0 10px 0;
}

select:invalid { color: gray; }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #3274d6;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -110px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

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

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
