﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/*vouchertable {
    background-color: lightblue;
    margin-left: 25px;
    width: 98%;
}*/
/*--- Grid and Loader Css starts---------------------*/
.grid-msg-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
}

.grid-msg-overlay .msg {
	opacity: 1;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 50%;
	background-color: #eee;
	border-radius: 4px;
	border: 1px solid #555;
	text-align: center;
	font-size: 24px;
	display: table;
}

	.grid-msg-overlay .msg span {
		display: table-cell;
		vertical-align: middle;
	}

@keyframes lds-double-ring {
	0%

{
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes lds-double-ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lds-double-ring_reverse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes lds-double-ring_reverse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.lds-double-ring {
	position: relative;
}

	.lds-double-ring div {
		position: absolute;
		width: 100px;
		height: 100px;
		top: 20px;
		left: 20px;
		border-radius: 50%;
		border: 8px solid white;
		border-color:none;
		/*border-color: #2bb4db transparent #2bb4db transparent;*/
		-webkit-animation: lds-double-ring 1s linear infinite;
		animation: lds-double-ring 1s linear infinite;
	}

		.lds-double-ring div:nth-child(2) {
			width: 70px;
			height: 70px;
			top: 35px;
			left: 35px;
			border-color: transparent #8ca1a3 transparent #8ca1a3;
			-webkit-animation: lds-double-ring_reverse 1s linear infinite;
			animation: lds-double-ring_reverse 1s linear infinite;
		}

.lds-double-ring {
	width: 130px !important;
	height: 130px !important;
	margin-top: 160px !important;
	margin: 0 auto;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}


.settings.flyout-view {
	position: absolute;
	padding-top: 0px;
}

.settings.flyout-view {
	position: absolute;
	padding-top: 0px;
}

.flyout-view.flyout-view-right {
	margin-right: 1px;
}

.flyout-view.settings {
	transition: width 0s;
	-webkit-transition: width 0s;
}

.flyout-view.scroller {
	overflow: visible;
}

body .scroller {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.flyout-view {
	font-family: "Avenir Next forINTUIT", "Arial", -apple-system, "Helvetica Neue", sans-serif;
	font-weight: 400;
	background-color: #ffffff;
	height: auto;
	position: absolute;
	z-index: -2;
	color: #404040;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 1px solid #babec5;
	border-top: 0;
	top: 48px;
	padding-top: 20px;
	cursor: default;
	font-family: "Avenir Next forINTUIT", "Arial", -apple-system, "Helvetica Neue", sans-serif;
	font-size: 1.3rem;
}

body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}

body, div {
	margin: 0px;
	padding: 0px;
}

*, :after, :before {
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

*, :after, :before {
	box-sizing: border-box;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

*, .hi, :after, :before, button.hi.icon-font-override {
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

*, .hi {
}

user agent stylesheet div {
	display: block;
}

.global-header-view .global-header-item {
	height: 48px;
	vertical-align: middle;
	padding: 0;
	cursor: pointer;
	white-space: nowrap;
	display: table-cell;
}
/*-----------End Grid and Loader css*/
/*--------------------Sales Invoice Grid Remove icons----------------------*/
.remove_item {
	color: indianred;
	cursor: pointer;
}
.gridstyle {
	font-weight: bold;
	font-size: 14px;
	color: #777;
	width: 8%
}

.gridstyle1 {
	font-weight: bold;
	font-size: 14px;
	color: #777;
	width: 18%
}
/*-----------------------sales invoice Gric Remove icons END*/
/*------------Spinner Class----------------------------------*/
.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}
/*---------Spinner Class end----------------------------------*/