html {
	min-width: 100%;
	min-height: 100%;
}

body {
	font: 14px sans-serif;
	text-align: center;
	background:#fdfdfd;
	min-width: 100%;
	min-height: 100%;
}

.movingbackground {
    background-image: url('image/polkadots.jpg');
    background-repeat: repeat;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* START loading code........................................................................................... */
.loading {
	border: 4px solid #cccccc;
	border-radius: 50%;
	border-top: 4px solid #4285f4; /*#f03f49;*/
	width: 30px;
	height: 30px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
	display: none;
	margin-left: 0px;
	vertical-align: middle;
}

.loadingBig {
	border: 8px solid #cccccc;
	border-radius: 50%;
	border-top: 8px solid #4285f4; //#f03f49;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
	display: none;
	margin-left: 0px;
	vertical-align: middle;
}

            /* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* END loading code........................................................................................... */

/* START Panel Design code........................................................................................... */

.panel > .panel-heading {
	background-image: none;
	background-color: #f03f49;
	color: white;
}

/* END Panel Design code........................................................................................... */

/* START Table Design code........................................................................................... */

.custom-table-hover tbody tr:hover td, .custom-table-hover tbody tr:hover th {
	background-color: #4285f4;
	color: #ffffff;
}

.custom-table-hover thead tr {
	background-color: #f03f49;
	color: #ffffff;
}

.custom-table-hover tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

/* .......... */

.remarks-table-hover {
	background-color: #eeeeee;
	margin-bottom: 30px;
}

.remarks-table-hover tbody tr th {
	background-color: #f03f49;
	color: #ffffff;
	height: 30px;
}

.remarks-table-hover tbody tr:hover td {
	background-color: #4285f4;
	color: #ffffff;
}

.remarks-table-hover thead tr {
	background-color: #f03f49;
	color: #ffffff;
}

.remarks-table-hover tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}



/* END Table Design code........................................................................................... */

@media only screen and (min-width: 768px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.inputLabelDesign{
	background: #f03f49;
	color: #ffffff;
	border-color: #f03f49;
	min-width: 140px;
	text-align: left;
}

.inputPostDesign{
	background: #f03f49;
	color: #ffffff;
	border-color: #f03f49;
	text-align: left;
}

.inputLockDesign{
	background: #666666;
	color: #aaaaaa;
	border-color: #666666;
	text-align: left;
	border: 0;
}

.inputInputDesign{
	background: #c4c4c4;
	color: #000000;
	border-color: #c4c4c4;
	//border: 0;
}

.inputInputDesign[readonly] {
	color: #ffffff;
	background-color: #666666;
	border: 0;
}

.inputSpanDesign{
	display:block;
	height:auto;
	min-height: 30px;
	padding: 6px 10px;
	border-radius: 0 4px 4px 0;
	background: #c4c4c4;
	color: #000000;
	border-color: #c4c4c4;
	text-align: left;
	vertical-align: middle;
	word-wrap: break-word;
}

.btn-danger, .btn-danger:visited, .btn-danger:active, .btn-danger:focus{
	background: #f03f49;
	border-color: #f03f49;
}

.btn-danger:hover{
	background: #4285f4;
	border-color: #4285f4;
}

.text-danger {
	color: #f03f49;
}

/* START Counter Design code........................................................................................... */

.tablecounter {
	text-align: right;
	font-size: 14px;
	//background: #12bc00;
	background: #f03f49;
	color: #ffffff;
	border-radius:15px;
	padding: 5px 15px 5px 15px;
}

.tablecounter:empty {
	display: none;
}

.tablecounter-gray {
	text-align: right;
	font-size: 14px;
	background: #454545;
	color: #ffffff;
	border-radius:15px;
	padding: 5px 15px 5px 15px;
}

.tablecounter-gray:empty {
	display: none;
}

/* END Counter Design code........................................................................................... */

/* START Send Quotation Design code........................................................................................... */

.sendQuotationLink, .sendInvoiceLink {
	display: inline;
	text-align: center;
	font-size: 12px;
	background: #c4c4c4;
	color: #000000;
	border-radius:15px;
	padding: 5px 10px 5px 10px;
	margin: 5px 3px;
	cursor: pointer;
}

.sendQuotationLink:hover, .sendInvoiceLink:hover  {
	background: #4285f4;
	color: #ffffff;
}

/* END Send Quotation Design code........................................................................................... */


/* START Login Design code........................................................................................... */

.wrapper{ margin: 0 auto; background: #ffc46f; border-radius: 25px; vertical-align: middle; padding:0;}

.top-section{ background:#ffffff; width: 100%; border-top-left-radius: 25px; border-top-right-radius: 25px; }

.bottom-section{ background-image: linear-gradient(to bottom, #dddddd, #cccccc); width: 100%; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; padding:35px; }

.page-curl {
	/*padding: 35px;*/
	position: relative;
}

.page-curl:before, .page-curl:after {
	background: transparent;
	border-color: transparent;
	bottom: 15px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
	content: "";
	height: 10px;
	left: 22px;
	position: absolute;
	width: 50%;
	z-index: -1;
	-moz-transform: skew(-4deg) rotate(-4deg);
	-webkit-transform: skew(-4deg) rotate(-4deg);
	transform: skew(-4deg) rotate(-4deg);
}

.page-curl:after {
	-moz-transform: skew(4deg) rotate(4deg);
	-webkit-transform: skew(4deg) rotate(4deg);
	transform: skew(4deg) rotate(4deg);
	left: auto;
	right: 22px;
}

.shadow-bottom:before, .shadow-bottom:after {
	top: auto;
	bottom: 12px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 1);
}

/* END Send Login Design code........................................................................................... */



/* START CheckBox Design code........................................................................................... */

.customCheck {
	display: block;
	position: relative;
	padding: 8px 80px 8px 32px;
	margin-bottom: 12px;
	margin-right: 20px;
	cursor: pointer;
	font-size: 14px;
	color:#ffffff;
	background:#f03f49;
	border-radius:4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.customCheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 4px;
	left: 80px;
	height: 25px;
	width: 25px;
	margin-left: 30px;
	background-color: #aaa;
}

.customCheck input:checked ~ .checkmark {
	background-color: #f03f49;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.customCheck input:checked ~ .checkmark:after {
	display: block;
}

.customCheck .checkmark:after {
	left: 9px;
	top: 2px;
	width: 9px;
	height: 16px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* END CheckBox Design code........................................................................................... */


/* START Top Hidden Menu Design code........................................................................................... */

.hiddenMenu {
	width: 100%;
	//background:#e4e4e4;
	text-align:left;
	padding: 0px 20px 5px 20px;
}

.hiddenMenu span {
	//color:#444444;
	color:#ffffff;
	font-size:30px;
	cursor:pointer
}

.hiddenMenu img {
	position: absolute;
	top: 2px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* END Top Hidden Menu Design code........................................................................................... */


/* START Header Design code........................................................................................... */

.buttonHover:hover {
	/*background-image: radial-gradient(circle, #7fb4ff, #7fb4ff, #fdfdfd, #fdfdfd);*/
	background-image: radial-gradient(circle, #7fb4ff, #7fb4ff, transparent, transparent);
	border-radius: 10px;
}

.topHeader {
	display: flex;
	align-items: center;
	justify-content: center;
	/*background:#e4e4e4;*/
	background:#434343;
	border-bottom:1px solid #cccccc;
}

.topHeaderError {
	display: flex;
	align-items: center;
	justify-content: center;
	background:red;
	border-bottom:1px solid #cccccc;
}

.blockLeft {
	width: 50%;
	text-align: left;
	align-items: center;
	justify-content: center;
}

.blockRight {
	//color:#555555;
	color:#ffffff;
	font-size:22px;
	width: 50%;
	text-align: right;
	align-items: center;
	justify-content: center;
	padding: 0px 20px 0px 0px;
}

.signOutBtn {
	position:relative;
	top: -3px;
	font-size: 14px;
	background: #f03f49;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	white-space: pre;
}

.signOutBtn:hover, .signOutBtn:active {
	background: #4285f4;
	color: #ffffff;
	text-decoration: none;
}

.userStyle {
	//color:#f03f49;
	color:#ffffff;
	font-weight:bold;
}

/* END Header Design code........................................................................................... */


/* START pageHead Design code........................................................................................... */

.pageHeadDesign {
	background:#eeeeee;
}

.backBtnPosition {
	float: left;
	padding: 4px 6px;
}

/*.backBtnPosition img:hover {
	background: url('/PGFiles/image/goback_hover.png');
}*/

.eWayBillPosition {
	float: right;
	padding: 4px 6px 4px 6px;
}

.HeadText {
	display: inline-block;
	color:#ffffff;
	background: #f03f49;
	padding:5px 20px 5px 20px;
	margin: 5px 0px 0px -60px;
	font-size: 24px;
	border-radius: 25px;
}

/* END pageHead Design code........................................................................................... */


/* START Tab Design code........................................................................................... */

.tabStyle li a:active {
	background: #f03f49;
	color:#ffffff;
}

#gainordertab a:hover, #lostordertab a:hover, #declineordertab a:hover {
	background: #f03f49;
	color:#ffffff;
	border:1px solid transparent;
}

/* END Tab Design code........................................................................................... */


/* START Quotation Design code........................................................................................... */

.quotationHeading {
	color: #ffffff;
	background: #f03f49;
	border-radius: 40px;
	padding: 5px 20px 5px 20px;
	text-align: left;
}

.quotationList {
	background: #e4e4e4;
	border-radius: 10px;
	padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
}

.quotationListLink {
	text-decoration: none;
	color: #333333;
}

.quotationListLink:hover, .quotationListLink:active, .quotationListLink:focus {
	text-decoration: none;
	color: #333333;
}

/* END Quotation Design code........................................................................................... */


/* START Invoice Design code........................................................................................... */

.billtoshipto {
	text-align:left;
	font-size:22px;
	font-weight:bold;
	background:#f03f49;
	color:#ffffff;
	border-radius:40px;
	padding:5px 20px 5px 30px;
	margin-top:20px;
	margin-bottom:20px;
}

.invoiceBox {
	background: #e4e4e4;
	border-radius: 10px;
	padding: 20px 20px 5px 20px;
}

@media only screen and (min-width: 768px) {
	.billtoshiptoseparator {
		border-left:1px solid #d4d4d4;
	}
}

/* END Invoice Design code........................................................................................... */


/* START Order Placed Design code........................................................................................... */

.appqtnheading {
	text-align:left;
	font-size:22px;
	font-weight:bold;
	background:#f03f49;
	color:#ffffff;
	border-radius:40px;
	padding:5px 20px 5px 30px;
	margin-top:20px;
	margin-bottom:20px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 50px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eee;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	font-size: 26px;
	content: "|";
	padding-left: 17px;
	padding-top: 3px;
	color: #ddd;
	height: 42px;
	width: 42px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	color: white;
	background-color: #12bc00; //#f03f49;
}

input:focus + .slider {
	color: white;
	box-shadow: 0 0 1px #333333;
}

input:checked + .slider:before {
	-webkit-transform: translateX(42px);
	-ms-transform: translateX(42px);
	transform: translateX(42px);
	font-size: 26px;
	padding-left: 10px;
	padding-top: 2px;
	color: green;
	content: "✓";
}

.slider.round {
	display:flex;
	align-items: center;
	border-radius: 50px;
	padding-left: 100px;
	padding-right: 8px;
	word-wrap: break-word;
}

.slider.round:before {
	border-radius: 50%;
}

/* END Order Placed Design code........................................................................................... */



/* START Order Placed Design code........................................................................................... */
.closeBtn {
	//position: absolute;
	//right: 32px;
	//top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor: pointer;
}
.closeBtn:hover {
	opacity: 1;
}
.closeBtn:before, .closeBtn:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #333;
}
.closeBtn:before {
	transform: rotate(45deg);
}
.closeBtn:after {
	transform: rotate(-45deg);
}

/* END Order Placed Design code........................................................................................... */




/* START Settings Menu code........................................................................................... */


.settingsMenu {
	min-height: 100vh;
	background-color: #a4a4a4;
	padding-top: 60px;
	text-align:left;
	padding: 60px 0px 0px 0px;
}

.settingsMenu ul {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #949494;
}

.settingsMenu ul li {
	list-style-type:none;
	font-size: 14px;
	color: #333333;
	padding: 10px 25px 10px 25px;
	border-top: 1px solid #949494;
}

.settingsMenu ul li:hover {
	color: #f1f1f1;
	background-color: #f03f49;
	cursor: pointer;
}

.settingsMenuClicked {
	color: #f1f1f1 !important;
	background-color: #f03f49;
	cursor: pointer;
}

/* END Settings Menu code........................................................................................... */




/* START Settings code........................................................................................... */

.settingsH3 {
	background:#555555;
	color:#ffffff;
	margin:0px 0px 20px 0px;
	padding:10px 20px 10px 20px;
}

.browseInvoiceContainer {
    padding: 20px;
    border: 1px dotted #f03f49;
    border-radius: 8px;
    margin: 20px 0;
}

.browseInvoiceContainer::before {
    content: "REPLACE INVOICE";
    position: absolute;
    top: -6px;
    left: 20px;
    color: #f03f49;
    background-color: #fff;
    padding: 0 3px;
    font-size: 10px;
    font-weight: bold;
}

/* END Settings code........................................................................................... */


/* START Parts/Service code........................................................................................... */

.partsUlList {
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
	list-style: none;
	height: 100px;
	overflow: scroll;
	overflow-x: hidden;
	display:none;
}

.partsUlList li {
	padding: 2px 10px 2px 10px;
	cursor:pointer;
}

.partsUlList li:hover {
	background-color: #eeeeee;
	cursor: pointer;
}

.selecteditem {
	background-color: #eeeeee;
}

/* END Parts/Service code........................................................................................... */



.updown{
	padding-right: 30px;
	padding-left: 30px;
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Safari 3-8 */
	transform: rotate(-180deg);
	transition: transform .3s linear;
}

.collapsed .updown{
	padding-right: 30px;
	padding-left: 30px;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari 3-8 */
	transform: rotate(0deg);
	transition: transform .3s linear;
}
.details{
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Safari 3-8 */
	transform: rotate(-45deg);
	transition: transform .3s linear;
}

.collapsed .details{
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari 3-8 */
	transform: rotate(0deg);
	transition: transform .3s linear;
}






.slidesidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    background-color: #c4c4c4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:left;
}

.slidesidenav a {
    padding: 8px 8px 8px 18px;
    text-decoration: none;
    font-size: 14px;
    color: #333333;
    display: block;
    transition: 0.3s;
}

.slidesidenav a:hover {
    color: #f1f1f1;
    background-color: #f03f49;
}

.slidesidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

.slidesidenav .closebtn:hover {
    background-color: transparent;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
    text-align:left;
}

@media screen and (max-height: 450px) {
  .slidesidenav {padding-top: 15px;}
  .slidesidenav a {font-size: 18px;}
}



#partsinvoicenavigation span, #invoicenavigation span {
    padding: 5px;
    font-size: 14px;
    
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#partsinvoicenavigation span:hover, #invoicenavigation span:hover {
    color: #f03f49;
    cursor: pointer;
}

.radiocontainer {
  display: inline-block;
  position: relative;
  width: 150px;
  padding-left: 35px;
  padding-top: 5px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiocontainer .checkmark {
  position: absolute;
  top: 0;
  left: -30px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
  background-color: #f03f49;
  border: 1px solid transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
 	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jsonsection {
    background: #f0f0f0;
    padding: 30px;
    text-align: center;
    width: 100%;
}
.jsonsection:hover {
    background: #e9e9e9;
}
.jsonsection:first-child {
    border-bottom: 1px solid #e0e0e0;
}


#searchordertablebody tr:hover td>a {
    color: white;
}

.prevtokencontainer {
    background: rgba(0,0,0,.05);
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 14px;
}
.prevtokencontainer:hover {
    background: rgba(0,0,0,.1);
}
.prevtokenheader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.printtoken {
    color: grey;
    cursor: pointer;
    transition: color .3s ease;
}
.printtoken:hover {
    color: black;
}