﻿/* CSS Document */
body {
    margin: 0px;
	font-family: 'Open Sans', sans-serif !important;
}

a:hover {
   color: black;
}

#content {
   height: 98vh;
}

.contentGridItem {
    min-height: 100vh;
}

#loginPanelImage {
    background-image: url('../../img/loginImage.jpg');
    background-size: cover; 
	background-position: center;
}

.contentGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contentGridItem {
    display: grid;
    align-items: center;
}

.loginLogo {
	display: block;
	margin: 0 auto;
}

.form input {
    min-height: 40px;
    min-width: 300px;
    display: block;
    margin: 1em auto 0 auto;
    border-radius: 0px;
    padding: 0px;
	border: 1px solid #707070;
}

.form input::placeholder {
    padding-left: 5px;
}

#login {
    background-color: #ea2626;
    color: white;
    border: 2px solid #ea2626;
    margin-top: 2em ;
	cursor: pointer;
}

.forgotPassword {
    display: block;
    margin: 0em auto 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: black;
}

.registerTrial {
        display: block;
    margin: 0.25em auto 0 auto;
    text-align: center;
        font-size: 2em;
    color: #0D1160
}

.introVideoContainer {
    text-align: center;
}

.introVideoContainer img {
    display: inline;
    text-align: center;
    vertical-align: middle;
}


.introVideoContainer .introVideoText {
    display: inline;
    text-align: center;
    margin-left: 15px;
    text-decoration: none;
    color: black;
    font-size: 1.5em;
}

.loginText {
    min-width: 300px;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    font-size: 0.7em;  
}


#popUpOverlay {
    display: none; /*grid*/
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0px;
	left: 0px;
    background-color: rgba(0,0,0,0.7);
        align-items: center;
    
}

.popUp {
    display: none; /*grid*/
    margin: 0 auto;
    background: white;
    width: 60%;
    height: auto;
    align-items: center;
}

.popUpVideo {
    width: 95%;
}

.popUpVideo iframe {
    margin: 0 auto;
    display: block;
}


.popUpWide {
    display: none; /*grid*/
    margin: 0 auto;
    background: white;
    width: 90%;
    height: auto;
    align-items: center;
}

.onPagePopUp {
	display: grid;
}

.popUp video {
    display: block;
    margin: 0 auto;
}

.popUpHeader {
    display: grid;
   grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: silver;
    color: white;
   min-height: 60px;
}

.popUpTitle {
margin-left: 1em;
    font-weight: bold;
    font-size: 1.3em;
}

.popUpClose {
    text-align: right;
    margin-right: 1em;
    cursor: pointer;
}

.popUpClose img {
    width: 40px;
}
.popUpBlue .popUpHeader {
	    background-color: #0D1160;
}

.popUpBlue {
    border: 4px solid #0D1160;
}

.popUpRed .popUpHeader {
	    background-color: #FF0303;
}

.popUpRed {
    border: 4px solid #FF0303;
}

.popUpYellow .popUpHeader {
	    background-color: #FFEE00;
}

.popUpYellow .popUpTitle {
	color: black;
}

.popUpYellow {
    border: 4px solid #FFEE00;
}

.popUpGreen .popUpHeader {
	    background-color: #ea2626;
}

.popUpGreen {
    border: 4px solid #ea2626;
}

.popUpLink{
	cursor: pointer;
}

.popUp .popUpContent {
    padding: 3vh;
}

.popUp .popUpContent ul {
    list-style-type: none;
}

.popUp .popUpContent li {

}

.popUp .popUpContent li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 2vh;
    padding: 2.5vh;
    background-color: #E7E7E7;
    margin-top: 1.5vh;
    display: block;
    
}

.popUp .popUpContent li a i {
    float: right;
}

.yellowBackgroundColor {
    background-color: yellow;
}

a.yellowBackgroundColor {
	    margin: 0 auto;
    text-align: center;
    display: block;
    width: 200px;
	text-decoration: none;
	color: black;
}

a.yellowBackgroundColor:hover {
    background: black;
    color: white;
}

.redBackgroundColor {
    background-color: red;
}

a.redBackgroundColor {
	    margin: 0 auto;
    text-align: center;
    display: block;
    width: 200px;
	text-decoration: none;
}

a.redBackgroundColor:hover {
    background: black;
    color: white;
}

.accordionContent {
    border: 1px solid #E7E7E7;
    padding: 2.5vh;
}

/*standard Page CSS*/

.standardPage .contentGrid {
    display: grid;
    grid-template-columns: 16% 84%;
    align-items: flex-start;
}

#companyLogo {
/*image is placed in the company/organization theme.css file*/
	display: grid;
    grid-auto-columns: 1fr;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 12vw;
    max-height: 300px;
}

#homeButton {
    cursor: pointer;
}

#mainMenuGrid {
    display: grid;
    padding-top: 1em;
    padding-bottom: 1em;
    /*image and color gradient are placed in the compnay/organization theme.css File*/
}

.mainMenuGridItem {
    min-height: 1.2vh;
    color: white;
    text-decoration: none;
    font-size: 1.1vw;
}

.mainMenuGridItem img {
    width: 2vw;
    height: 2vw;
    padding: 7px 10px 7px 20px;
    vertical-align: middle;
}

.menuItemAcive, .mainMenuGridItem:hover {
    color: white;
}

#accountTimer {
    background-color: yellow;
   min-height: 16vh;
    text-align: center;
}

.dayCount {
    font-size: 1.2em;
    font-weight: bold;
}

/*Primary Content area*/

#primaryContentGrid {
  background-image: linear-gradient(#DCDDE4, #6E6F72); 
	row-gap: 0px;
	align-content: start;
}

.primaryContentGridItem {
  margin-left: 2em;
    margin-right: 2em;
}

#titleBarGrid {
    display: grid;
    grid-template-columns: 65% 10% 10% 15%;
    color: white;
    font-weight: bold;
    align-items: center;
 margin-left: 0px;
    margin-right: 0px;
	 height: 10vh;
}

#titleBarGrid img{
    height: 4vh;
}

#titleBar {
    font-size: 3.7vh;
    margin:0.25em 0.5em;
}

#titleBarGrid img {
    vertical-align: middle;
}

#myAccount img {
    margin-right: 7px;
}

#actionButtonsGrid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    margin-top: 1em;
}

#mobileLink img {
	display: none !important;
}


.clickable {
    cursor: pointer;
}

a.primaryBackgroundColor:hover, button.primaryBackgroundColor:hover {
    background-color: black;
}

a.popBackgroundColor:hover, button.popBackgroundColor:hover {
    background-color: black;
}

a.primaryTextColor:hover, button.primaryTextColor:hover {
   color: black;
}

a.popTextColor:hover, button.popTextColor:hover {
    color: black;
}

.buttonItem {
 width: auto;
    padding: 0.4em 0.9em;
    color: white;
    font-weight: bold;
    font-size: 1.05em;
    border: 0px;
	margin-left: 3px;
	 min-height: 38px;
}

.buttonItem img {
   width: 20px;
    height: 20px;
    margin-right: 10px;
}

#tabsNavGrid {
    display: grid;
    grid-template-columns: 15% 15%  15%  15%  15%  15%;
}

.tabsNavGridItem {
    background-color: white;
    border: 1px solid #707070;
    height: 65px;
    display: grid;
    align-items: center;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
	cursor: pointer;	
}

.tabContent  {
    background-image: linear-gradient(#E7E7E7, #A4A3A3); 
    padding: 2em;

}

.tabNavActive {
    background-color: #F6BDBA;
    border: 1px solid #707070;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #E7E7E7;
}

.tabContentNavGrid {
    background-color: white;
    padding: 1em;
    align-items: center;
}

.tabContent table {
    background-color: white;
    padding:1em;
}

.tabContentNavGrid {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.searchFormNameText {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 1em;
    }

.searchFormContainer input {
    padding: 0.4em 0.9em;
    height: 24px;
    background-color: #E7E7E7;
    border: 1px solid #707070;
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.tableContainer {
    height: 50vh;
    overflow: scroll;
}

.tableContainer .tableHeader {
    color: white;
    font-weight: normal;
}

.tableContainer .tableHeader th  {
    font-weight: normal;
    text-align: left;
    padding: 5px;
}

tr:nth-child(odd) {background: #EFEFEF}
tr:nth-child(even) {background: #FFF}

.tableContainer td {
    padding-left: 5px;
}

.tableContainer td img {
    display: block;
    margin: auto;
}

.tableContainer table img {
    height: 35px;
    width: 35px;
}

.tableContainer table img.fullSized {
    height: auto;
    width: auto;
	    margin-top: 1em;
    margin-bottom: 1em;
}

.tableContainer td {
    height: 50px
}

.iconTableHeader {
    text-align: center;
}

.tableHeader th a {
    color: white;
}

.tableHeader th a:hover {
    color: silver;
}

#footerGrid {
    display: grid;
     grid-template-columns: 80% 20%;
		  height: 17vh;
   align-content: space-evenly; 
	position: absolute;
	bottom: 0px;
	width: 80%;
}

#footerText {
    text-align: center;
    color: white;
}

#footerLogo {
    text-align: right;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*start on page form*/
.twoColumnForm form {
    display: grid;
     grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.threeColumnForm form {
    display: grid;
     grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.fourColumnForm form {
    display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.fiveColumnForm form {
    display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.sixColumnForm form {
    display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.popupContentContainer form div {
   background-color: #E3E3E3;
    padding: 0.5em;
}

.popupContentContainer form input {
    height: 25px;
    width: 98%;
}

.popupContentContainer form select {
    height: 30px;
    width: 98%;
}

.popupContentContainer label {
    display: block;
    color: #0C125E
}

.popupContentContainer form  .formButtonContainer {
   background-color: inherit;
}

/*end on page form*/

/*Invoice Information Page*/
.threeColumnContent {
        display: grid;
     grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 20px;
  grid-row-gap: 10px;
}

.invoiceData {
    border: 1px solid gray;
    padding: 5px;
}

.fullPagePopUp {
    width: 95%;
}
.fullPagePopUp .popUpTitle {
    margin-left: 1vh;
}

.popupContentContainer .invoiceDataContainer {
    padding: 1vh;
}

.popupContentContainer .invoiceData {
    padding: 3px;
}

.invoiceTable {
    height: 25vh;
}

.deleteColumn {
    text-align: center;
}

.deleteColumn a {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
}

.repairType {
    border: 0px;
    }

.currencyData {
    background-color: #dadada;
    font-weight: bold;
}

/**/

/*start product search page*/

#searchInstructionsTitle {
    font-weight: bold;
}

#searchInstructions{
  margin-top: 15px;    
    margin-bottom: 15px;
}

#searchInstructions p {
    margin: 0px;
}

.addButton {
    text-align: center;
}

.addButton a {
    font-weight: bold;
    font-size: 1.75em;
    text-decoration: none;
    color: green;
}

.deleteLink {
    text-align: center;
}

.deleteLink a {
    font-weight: bold;
    font-size: 1.75em;
    text-decoration: none;
    color: red;
}


.quantityField {
    max-width: 50px
}

.twoColumnContent {
    display: grid;
    grid-template-columns: 25% 1fr;
    margin-top: 10px;
    padding: 1em;
	padding-bottom: 0px;
    background-color: white;
}

.customTableTitle {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0px;
    color: gray;
}

.customTableTitle #addRO {
  color: black;   
}

.productSearch .inventoryContainer {
    height: 32vh;
}

.productSearch .itemsAddedContainer {
    height: 24vh;
    height: 24vh;
}

.productSearch #tabsContentOne {
    padding: 0px;
}

.productSearch .tableContainer td {
    height: 30px;
}

/*Invoice page customization*/

.invoiceFormPage .popUpHeader {
    height: 30px;
}

.invoiceDataContainer div {
    display: grid;
     grid-template-columns: 30% 70%; 
}

.invoiceDataContainer div div {
    display: block;
}

.invoiceDataContainer .invoiceDataLabel  {
    font-size: 1vw;
}

.invoiceFormPage .invoiceTable {
    height: 36vh;
}

.invoiceFormPage .tableContainer td {
    height: 30px;
}

/*MOBILE and other resolutions*/

@media screen and (max-width: 1110px){  /*980px*/
	


/*login page*/
	
	.loginPage .contentGrid {
		grid-template-columns: 1fr;
		width: 90%;
		margin: 0 auto;
	}

	  .contentGrid .contentGridItem:nth-of-type(1) {
		order: 2;
	  }

	  .contentGrid .contentGridItem:nth-of-type(2) {
		order: 1;
	  }

	.loginPage .contentGridItem {
		min-height: 800px !important;
	}

	.loginPage input {
		font-size: 16px;
	}

	#login {
		font-size: 1.2em;
	}

	.forgotPassword {
		font-size: 1.2em;
	}

	.registerTrial {
		margin: 1em auto 0 auto;
		font-size: 1.4em;
	}

	#loginPanelImage {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
	}
	
/*standard pages and Scan RO page*/
	#leftSideBarGrid {
		position: absolute;
		width: 100%;
		z-index: 10000;
		display: inherit; /*switch to inherit in js*/
		align-items: start;
	}

	.mainMenuGridItem {
		font-size: 1.2em;
		padding: 0.25em;
	}

	.mainMenuGridItem img {
		width: auto;
		height: auto;
		padding: 7px 10px 7px 20px;
		vertical-align: middle;
	}
	
	#mainMenuGrid {
		display: none;
	}
	
	#mobileMenuButton {
		display: block;
		position: absolute;
		z-index: 20000;
		font-size: 2em;
		top: 50%; /*5px*/
		left: 15px;
	}
	
	#accountTimer {
		display: none;
	}

	
	.standardPage .contentGrid {
		display: inherit;
		grid-template-columns: 16% 84%;
		align-items: flex-start;
		height: 50vh;
	}

	.contentGridItem {
		display: inherit;
		min-height: inherit;
	}

	#titleBarGrid {
		display: grid;
		grid-template-columns: 50% 13% 22% 10%;
		align-items: center;
		height: 60px;
		width: 100%;
		position: fixed;
		bottom: 0px;
	}

	#titleBar {
		font-size: 1em;
		margin: 0.25em 0.5em;
	}

	#myAccount {
		font-size: 0px;
	}
	
	#primaryContentGrid {
		padding-top: 70px;
	}

	#companyLogo {
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: white;
		background-size: 60px;
		display: inherit;
	}

	#companyLogo::before {
		content: "☰";
		font-size: 2em;
		margin: 1em;
	}
	
	#homeButton {
 width: 40%;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 30%; 
}
	
	.showGridItem {
		display: grid !important;
	}
	
	.hideGridItem {
		display: none !important;
	}
	
	.popUp {
		margin: 0 auto;
		width: 90%;
		height: auto;
		align-items: center;
	}
	
	.popUpVideo iframe {
    width: 95%;
    height: auto;
}

	.twoColumnForm form {
		display: inherit;
	}

	#footerGrid {
		display: inherit;
		padding-bottom: 70px;
		height: inherit;
		position: inherit;
	}


	#footerLogo {
		text-align: center;
	}
	
	input[type='text'],
		input[type='number'],
		textarea {
		  font-size: 16px;
		}
	
	/* cont. standard page focussing on tabs*/
	
	#tabsNavGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		}

		.tabsNavGridItem {
			font-size: 16px;
		}

		.tabContentNavGrid {
			grid-template-columns: 1fr;
		}

		.tabContentNavGridItem {
			margin-top: 16px;
		}

		.primaryContentGridItem {
			margin-left: 1em;
			margin-right: 1em;
		}

		.tabContent {
			padding: 1em;
		}
	
	.searchFormNameText {
		display: inline-block;
		margin-bottom: 0.5em;
	}
	
	
	.popUpHeader {
		grid-template-columns: 1fr;
	}
	



		
}  /*end MOBILE 1110*/

/*end all MOBILE and TABLET*/

