﻿
body {
}
/*Implemented To Display Icons*/

.display .ui-grid-row:hover .ui-grid-cell {
	/*background-color: lightgray;*/
}

.ui-grid-row:hover .ui-grid-cell .display-block {
	/*color: black;
    display: block;*/
}

.paddingBottomClassOfMaterial {
	padding-bottom: 4px;
}

.size {
	height: 15px;
	width: 15px;
}
/*link style in dropdown*/
.linkAdd {
	background-color: lightgray;
	color: blue;
	cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}


/*--For UI Grid */
.gridims {
	padding: 0px 10px;
}

.popupIms {
	height: 800px;
}

.gridImsHeight {
	height: 500px;
}

.imsPopupWidth {
	width: 800px;
	margin-left: -85px;
	margin-top: -90px;
}

.imsPopupWidth-large {
	width: 900px;
	margin-left: -155px;
	margin-top: -90px;
}

.alignContent {
	text-align: center;
}

.labelPaddingClass {
	padding-top: 17px;
}

.formcontrolOld {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

	.formcontrolOld:focus {
		color: #495057;
		background-color: #fff;
		border-color: #80bdff;
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	}

.dropClass {
	position: relative;
	display: inline-block;
}

.dropClass-content {
	display: none;
	position: absolute;
	background-color: white;
	/*min-width: 200px;*/
	overflow: auto;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropClass .dropClass-content #manfSingleDiv:hover,
.dropClass .dropClass-content #catSingleDiv:hover,
.dropClass .dropClass-content #subCatSingleDiv:hover,
.dropClass .dropClass-content #uomSingleDiv:hover {
	background-color: #4da6ff;
}

.backGroundClass {
	background-color: #f9f9f9
}

.lightBackGroudClass {
	background-color: #777
}

.anchorLinkColor {
	color: #2076dd;
	font-size: 14px;
}

/*-------Inner Card Design-------------*/
.innercard1 {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 25px 0;
	box-shadow: 0 1px 3px 0 #dbe2e2;
	border-radius: 6px;
	color: rgba(0, 0, 0, 0.87);
	background: #fff;
}

	.innercard1 .innercard-content {
		padding: 15px 10px;
		position: relative;
	}

.innercard .innercard-header {
	z-index: 3;
}
/*------End InnserCard Design-------*/
/*--Item Creation Page Inline Styles*/
.dropDownDivHeight {
	overflow: auto;
	height: 150px;
	/*padding: 7px;*/
}

.dropDownDivContentDiv {
	padding: 4px 0px 4px 10px;
}

	.dropDownDivContentDiv:hover {
		cursor: pointer;
		background-color: #bdbdbd;
		color: white;
	}

.dropDownDivAnchorDiv {
	background-color: #f9f9f9 !important;
	padding: 10px 0px !important;
}

	.dropDownDivAnchorDiv a {
		padding-left: 0px !important;
	}

.innercard-content-th {
	font-weight: bold;
	font-size: 14px;
	color: #777;
}

.innercardHeaderBackGround {
	background-color: #f5f4f4;
}

.itemTypelabelpadding {
	padding-left: 0px;
}

/*-------End of Item Creation Page Inline Styles---------*/
/*---Saleinvoice page classes*/

.formcontrolM {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 6px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

	.formcontrolM:focus {
		/*border-color: #66afe9;*/
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	}

.formclass:hover {
	background-color: lightskyblue;
}

.fixIcon {
	position: relative;
}

	.fixIcon select {
		height: 34px;
		margin: 0px -4px;
		border: 1px solid #ccc;
		padding: 0px !important;
		border-radius: 5px 0px 0px 5px;
	}

	.fixIcon input {
		padding-left: 30px;
	}

	.fixIcon #txtdiscount {
		padding-left: 43px;
		margin-right: -4px;
	}

	.fixIcon input[type="number"] {
		padding-left: 43px;
		margin-right: -4px;
	}

	.fixIcon i {
		position: absolute;
		padding: 10px 12px;
		pointer-events: none;
	}

	.fixIcon select {
		position: absolute;
		padding: 10px 12px;
	}

.disabledBackGroundClass {
	background-color: #f9f9f9;
}

.paddingZeroClass {
	padding: 0px;
}

.paddingRightZeroClass {
	padding-right: 0px !important;
}

.totalLabelClassInSaleInvoice {
	font-weight: bold;
	font-size: 14px;
	color: #777;
}

/*---End---*/
/*---Transaction page Classes---*/
.transactionPageAddAdjLinkDivClass {
	padding: 0px 20px;
}

.transactionPageAddAdjLinkClass {
	color: cornflowerblue;
	font-size: 15px;
}

.transsactionPageAdjTableThClass {
	font-weight: bold !important;
	font-size: 13px !important;
	color: #777 !important;
	width: 30% !important;
	text-align: center !important;
}

.transsactionPageAdjTableThActionClass {
	font-weight: bold !important;
	font-size: 14px !important;
	color: #777 !important;
	width: 3% !important;
}

.transactionPageTableClass {
	border: 1px solid #dad4d4;
}

/*--End of Transaction page classes*/
/*--Services Page Classes--*/
.servicePageTableThClasses {
	font-weight: bold !important;
	font-size: 14px !important;
	color: #777 !important;
}

.servicePageTableThClassOfAction {
	width: 3px !important;
}
/*--End of Services Page Classes--*/
.iconColorClass {
	color: red;
}

.divMarginClass {
	margin-top: 9px;
}

.text-right {
	text-align: right;
}

.badge {
	background-color: #596472;
}

/*Theme css start*/
.theme {
	padding: 15px 5px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px #596472 solid;
}

	.theme:last-child {
		border-bottom: none;
	}

.language-name {
	width: 100%;
	display: inline-block;
}

	.language-name span {
		width: 32%;
		display: inherit;
		text-align: center;
		font-weight: 600;
	}

.navbar-fixed .navbar-absolute {
	position: fixed;
	padding-top: 5px;
	z-index: 1029;
	right: 0;
	left: 240px;
}

.sidebar-mini .navbar-fixed .navbar-absolute {
	position: fixed;
	padding-top: 5px;
	z-index: 1029;
	right: 0;
	left: 80px;
}

.navbar-fixed .main-panel > .content {
	margin-top: 50px;
	padding: 13px 0px;
}

/*Theme colour azure*/
.theme-azure .sidebar[data-active-color="blue"] li.active > a {
	background-color: #00bcd4;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.theme-azure ::-webkit-scrollbar-thumb {
	background: #00bcd4;
}

.theme-azure .navbar .navbar-brand {
	color: #00acc1 !important;
	text-transform: uppercase;
}

.theme-azure .select-language {
	background: #00bcd4;
	border: 1px #06abc0 solid;
}

	.theme-azure .select-language:focus {
		background-color: #19a1b3;
	}


.theme-azure .btn-rotate:focus i, .theme-azure .btn-rotate:hover i {
	color: #00bcd4;
}

.theme-azure .btn .material-icons {
	color: #00bcd4;
}

.theme-azure .main-panel .content .btn .btn-info {
	background-color: #00bcd4;
	/*box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);*/
}

.theme-azure .main-panel .content .card-content .is-focused input,
.theme-azure .main-panel .content .card-content select:focus,
.theme-azure .main-panel .content .card-content input.formcontrolM:focus,
.theme-azure .main-panel .content .card-content select.formcontrolM:focus,
.theme-azure .main-panel .content .card-content .is-focused select {
	border: 1px solid #00bcd4 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-azure .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
	background-color: #00bcd4;
	color: #fff;
}

.theme-azure .logo-normal {
	height: 52px;
	padding-left: 20px;
	background-image: url(../Content/assets/img/logo-azure2.png);
	background-repeat: no-repeat;
}

.theme-azure .main-panel .content .label-floating .control-label {
	color: #07a2b6;
}

.theme-azure .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
	border-color: #00bcd4 transparent #00bcd4 transparent
}

.theme-azure .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
	background-color: #00bcd4;
}

.theme-azure .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
	background-color: #00bcd4;
}
/*Theme colour black*/
.theme-black .sidebar[data-active-color="blue"] li.active > a {
	background-color: #596472 !important;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(89, 100, 114, .4);
}

.theme-black ::-webkit-scrollbar-thumb {
	background: #596472 !important;
}

.theme-black .navbar .navbar-brand {
	color: #596472 !important;
	text-transform: uppercase;
}

.theme-black .select-language {
	background: #596472;
	border: 1px #596472 solid;
}

.theme-black .btn-rotate:focus i, .theme-black .btn-rotate:hover i {
	color: #596472;
}

.theme-black .btn .material-icons {
	color: #596472;
}

.theme-black .wrapper .main-panel .content .btn.btn-info {
	background-color: #596472;
	/*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(89, 100, 114, .4);*/
}

.theme-black .main-panel .content .card-content .is-focused input,
.theme-black .main-panel .content .card-content select:focus,
.theme-black .main-panel .content .card-content input.formcontrolM:focus,
.theme-black .main-panel .content .card-content select.formcontrolM:focus,
.theme-black .main-panel .content .card-content .is-focused select {
	border: 1px solid #596472 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-black .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
	background-color: #596472;
	color: #fff;
}

.theme-black .logo-normal {
	height: 52px;
	padding-left: 20px;
	background-image: url(../Content/assets/img/logo-black2.png);
	background-repeat: no-repeat;
}

.theme-black .main-panel .content .label-floating .control-label {
	color: #0d4f58;
}

.theme-black .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
	border-color: #596472 transparent #596472 transparent
}

.theme-black .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
	background-color: #596472;
}

.theme-black .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
	background-color: #596472;
}
/*Theme colour Green*/
.theme-green .sidebar[data-active-color="blue"] li.active > a {
	background-color: #60bf52;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(96, 191, 82, .4);
}

.theme-green ::-webkit-scrollbar-thumb {
	background: #60bf52 !important;
}

.theme-green .navbar .navbar-brand {
	color: #60bf52 !important;
	text-transform: uppercase;
}

.theme-green .select-language {
	background: #60bf52;
	border: 1px #60bf52 solid;
}

.theme-green .btn-rotate:focus i, .theme-green .btn-rotate:hover i {
	color: #60bf52;
}

.theme-green .btn .material-icons {
	color: #60bf52;
}

.theme-green .wrapper .main-panel .content .btn.btn-info {
	background-color: #60bf52;
	/*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(96, 191, 82, .4);*/
}

.theme-green .main-panel .content .card-content .is-focused input,
.theme-green .main-panel .content .card-content select:focus,
.theme-green .main-panel .content .card-content input.formcontrolM:focus,
.theme-green .main-panel .content .card-content select.formcontrolM:focus,
.theme-green .main-panel .content .card-content .is-focused select {
	border: 1px solid #60bf52 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-green .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
	background-color: #60bf52;
	color: #fff;
}

.theme-green .logo-normal {
	height: 52px;
	padding-left: 20px;
	background-image: url(../Content/assets/img/logo-green2.png);
	background-repeat: no-repeat;
}

.theme-green .main-panel .content .label-floating .control-label {
	color: #1acb00;
}

.theme-green .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
	border-color: #60bf52 transparent #60bf52 transparent
}

.theme-green .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
	background-color: #60bf52;
}

.theme-green .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
	background-color: #60bf52;
}

/*Theme colour Orange*/
.theme-orange .sidebar[data-active-color="blue"] li.active > a {
	background-color: #ffa534;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 165, 52, .4);
}

.theme-orange ::-webkit-scrollbar-thumb {
	background: #ffa534 !important;
}

.theme-orange .navbar .navbar-brand {
	color: #ffa534 !important;
	text-transform: uppercase;
}

.theme-orange .select-language {
	background: #ffa534;
	border: 1px #ffa534 solid;
}

.theme-orange .btn-rotate:focus i, .theme-orange .btn-rotate:hover i {
	color: #ffa534;
}

.theme-orange .btn .material-icons {
	color: #ffa534;
}

.theme-orange .wrapper .main-panel .content .btn.btn-info {
	background-color: #ffa534;
	/*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 165, 52, .4);*/
}

.theme-orange .main-panel .content .card-content .is-focused input,
.theme-orange .main-panel .content .card-content select:focus,
.theme-orange .main-panel .content .card-content input.formcontrolM:focus,
.theme-orange .main-panel .content .card-content select.formcontrolM:focus,
.theme-orange .main-panel .content .card-content .is-focused select {
	border: 1px solid #ffa534 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-orange .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
	background-color: #ffa534;
	color: #fff;
}

.theme-orange .logo-normal {
	height: 52px;
	padding-left: 20px;
	background-image: url(../Content/assets/img/logo-orange2.png);
	background-repeat: no-repeat;
}

.theme-orange .main-panel .content .label-floating .control-label {
	color: #d1964c;
}

.theme-orange .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
	border-color: #ffa534 transparent #ffa534 transparent
}

.theme-orange .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
	background-color: #ffa534;
}

.theme-orange .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
	background-color: #ffa534;
}
/*Theme colour Orange*/
.theme-red .sidebar[data-active-color="blue"] li.active > a {
	background-color: #FB404B;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(251, 64, 75, .4);
}

.theme-red ::-webkit-scrollbar-thumb {
	background: #FB404B !important;
}

.theme-red .navbar .navbar-brand {
	color: #FB404B !important;
	text-transform: uppercase;
}

.theme-red .select-language {
	background: #FB404B;
	border: 1px #FB404B solid;
}

.theme-red .btn-rotate:focus i, .theme-red .btn-rotate:hover i {
	color: #FB404B;
}

.theme-red .btn .material-icons {
	color: #FB404B;
}

.theme-red .wrapper .main-panel .content .btn.btn-info {
	background-color: #FB404B;
	/*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(251, 64, 75, .4);*/
}

.theme-red .main-panel .content .card-content .is-focused input,
.theme-red .main-panel .content .card-content select:focus,
.theme-red .main-panel .content .card-content input.formcontrolM:focus,
.theme-red .main-panel .content .card-content select.formcontrolM:focus,
.theme-red .main-panel .content .card-content .is-focused select {
	border: 1px solid #FB404B !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.theme-red .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
	background-color: #FB404B;
	color: #fff;
}

.theme-red .logo-normal {
	height: 52px;
	padding-left: 20px;
	background-image: url(../Content/assets/img/logo-red2.png);
	background-repeat: no-repeat;
}

.theme-red .main-panel .content .label-floating .control-label {
	color: #ee555e;
}

.theme-red .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
	border-color: #FB404B transparent #FB404B transparent
}

.theme-red .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
	background-color: #FB404B;
}

.theme-red .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
	background-color: #FB404B;
}
/*Theme colour Purple*/
.theme-purple .sidebar[data-active-color="blue"] li.active > a {
	background-color: #9368e9;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(147, 104, 233, .4);
}

.theme-purple ::-webkit-scrollbar-thumb {
	background: #9368e9 !important;
}

.theme-purple .navbar .navbar-brand {
	color: #9368e9 !important;
	text-transform: uppercase;
}

.theme-purple .select-language {
	background: #9368e9;
	border: 1px #9368e9 solid;
}

.theme-purple .btn-rotate:focus i, .theme-purple .btn-rotate:hover i {
	color: #9368e9;
}

.theme-purple .btn .material-icons {
	color: #9368e9;
	line-height: 21px !important;
}

.theme-purple .main-panel .content .btn.btn-info {
	background-color: #9368e9;
	/*box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(147, 104, 233, .4);*/
}

.theme-purple .main-panel .content .card-content .is-focused input,
.theme-purple .main-panel .content .card-content select:focus,
.theme-purple .main-panel .content .card-content input.formcontrolM:focus,
.theme-purple .main-panel .content .card-content select.formcontrolM:focus,
.theme-purple .main-panel .content .card-content .is-focused select {
	border: 1px solid #9368e9 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.theme-purple .main-panel .content .card-content .display .ui-grid-row:hover .ui-grid-cell {
	background-color: #9368e9;
	color: #fff;
}

.theme-purple .logo-normal {
	height: 52px;
	padding-left: 20px;
	background-image: url(../Content/assets/img/logo-purple2.png);
	background-repeat: no-repeat;
}

.theme-purple .main-panel .content .label-floating .control-label {
	color: #a580ee;
	z-index: +1;
}

.theme-purple .main-panel .content .container-fluid .card .grid-msg-overlay .lds-css .lds-double-ring div:nth-child(1) {
	border-color: #9368e9 transparent #9368e9 transparent
}

.theme-purple .wrapper .main-panel .content .card-content .nav.nav-tabs .activeClass {
	background-color: #9368e9;
}

.theme-purple .wrapper.ng-scope .main-panel .collapse.navbar-collapse ul li.open ul li a:hover {
	background-color: #9368e9;
}
/*Theme css end*/
/*Language Switch Css Start*/
.switch {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 24px;
	margin: 0 6%;
}

	.switch:last-child {
		margin-right: 0px;
	}

	.switch input {
		display: none;
	}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 18px;
		width: 18px;
		left: 4px;
		top: 3px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}

.switch .slider {
	margin-bottom: 0;
}

/*Language Switch Css End*/
.upload-logo {
	border: 1px #00bcd4 solid;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	width: 100%;
}

.companysetup-logo {
	float: left;
	border-right: 2px #00bcd4 solid;
	padding-right: 15px;
	line-height: 52px;
}

.client-name {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 52px;
	margin-left: 25px;
	color: #555555 !important;
	font-weight: 500;
}
/*Radio box*/
.btn-radio label {
	position: relative;
	cursor: pointer;
	color: #666;
	font-size: 18px;
}

.btn-radio input[type="checkbox"], .btn-radio input[type="radio"] {
	position: absolute;
	right: 9000px;
}

	.btn-radio input[type="radio"] + .label-text:before {
		content: "\f111";
		font-family: "Font Awesome 5 Free";
		speak: none;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		width: 1em;
		display: inline-block;
		margin-right: 5px;
	}

	.btn-radio input[type="radio"]:checked + .label-text:before {
		content: "\f192";
		color: #00bcd4;
		animation: effect 250ms ease-in;
	}

	.btn-radio input[type="radio"]:disabled + .label-text {
		color: #aaa;
	}

		.btn-radio input[type="radio"]:disabled + .label-text:before {
			content: "\f111";
			color: #ccc;
		}

.company-logo {
	height: 130px;
	line-height: 130px;
}

.aqua-gradient {
	background: -webkit-linear-gradient(50deg,#2096ff,#05c6ff) !important;
	background: -o-linear-gradient(50deg,#2096ff,#05ffa3) !important;
	background: linear-gradient(40deg,#2096ff,#05c6ff) !important;
}

.file-field {
	position: relative;
}

	.file-field .btn {
		padding: 10px 15px;
		margin: 10px 1px;
		font-size: 14px;
	}

.md-form {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.file-field span {
	cursor: pointer;
}

.file-field input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}

.file-field.medium .file-path-wrapper {
	height: 3rem;
}

.file-field .file-path-wrapper {
	overflow: hidden;
	padding-left: 10px;
	height: 2.5rem;
}

.file-field.medium .file-path-wrapper .file-path {
	height: 2.8rem;
}

.file-field input.file-path {
	width: 100%;
	height: 36px;
}

.p-10 {
	padding: 10px;
}

.ui-grid-render-container .ui-grid-row i {
	color: #47505c !important;
}

.ui-grid-render-container .ui-grid-row:hover i {
	color: #fff !important;
}

.display-block {
	line-height: 29px;
}

.faplusiconclass {
	display: none !important;
}

body .content .card .card-content .table tbody tr:last-child td:last-child .fa-plus-circle {
	display: block !important;
	color: #2076dd;
}

body .content .card .card-content .col-md-12.adj-selection:last-child .col-md-1 a .fa-plus-circle {
	display: block !important;
	color: #2076dd;
}

.dropDownDivItemDiv {
	padding: 4px 5px;
}

	.dropDownDivItemDiv:hover {
		cursor: pointer;
		background-color: #bdbdbd;
		color: white;
	}

.reportFilterDivClass {
	position: absolute !important;
	padding: 0px;
	margin-top: 3%;
}

.changeTaxTypeSpanClass {
	cursor: pointer;
	margin: -12px 0px 0px 0px;
	user-select: none;
}

	.changeTaxTypeSpanClass:hover {
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(105, 110, 113, 0.6);
	}

/*--Date Picker Classed--*/
input[type="date"]::-webkit-clear-button {
	display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	color: transparent;
	background: none;
	z-index: 1;
	width: 20px;
}
input[type="date"]:before {
	font-family: 'FontAwesome';
	content: '\f073';
	font-size: 22px;
	/* width: 0px; */
	position: absolute;
	top: -1px;
	right: 12px;
	color: #999;
}
input[type="date"]::-webkit-calendar-picker-indicator:hover {
	height: 25px;
	cursor: pointer;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(105, 110, 113, 0.6);*/
}
/*--End Of Date Picker Classed--*/
.dropBackGroundClass {
	background-color: #4da6ff;
}
.main-panel .content .card-content .btn.btn-info:focus,
.main-panel .content .card-content .btn.btn-info:hover {
	background-color: #b7b7b7 !important;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(147, 104, 233, .4);
	color: white;
}
body .wrapper .sidebar .ng-scope:focus {
	background-color: #b7b7b7 !important;
	color:white;
}