*, *:focus, *:active {
	outline: none;
}

*:-webkit-autofill {
	border-color: transparent !important;
	box-shadow: none !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

select:focus, .ui.form select:focus {
	border-color:#85b7d9;
}
.ui.form textarea.readonly {
	border: 0px;
	background: #F7F7F7;
}
.ui.search>.results .result .title {
	font-weight: normal;
	float:left;
}
.ui.search>.results .result .description {
	float:right;
}
.ui.search>.results {
	max-height: 328px;
	overflow-y: auto;
}
.search.account .icon.input input {
	border-radius: 0;
}

.translist .field .search.account .icon.input input {
	border-width: 0;
}

.translist .field .search.account .icon.input input:focus {
	border-width: 1px;
}


/* Snack bar design begins */

.snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 5px 10px;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 0px;
}

.snackbar-close {
	float: right;
	font-size: 18px;
	font-weight: bold;
}

.snackbar-success {
	background-color: #cde2c4;
	color: #3c763d;
}

.snackbar-danger {
	background-color: #f2dede;
	color: #a94442;
}

.snackbar-info {
	background-color: #d9edf7;
	color: #31708f;
}

.snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
	z-index:2000;
}

@-webkit-keyframes fadein {
	from {
		top: -30px;
		opacity: 0;
	}
	to {
		top: 0px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		top: -30px;
		opacity: 0;
	}
	to {
		top: 0px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		top: 0;
		opacity: 1;
	}
	to {
		top: -30px;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		top: 0;
		opacity: 1;
	}
	to {
		top: -30px;
		opacity: 0;
	}
}


/* Snack bar design end */


/* ---------------- custom css begins ---------------- */

.pusher {
	/* Header dropdown */
	overflow: visible !important;
}

.bigfont, .bigfontall > *, .override.bigfontall * {
	font-size: 2rem;
}

.largefont, .largefontall *, .override.largefontall * {
	font-size: 1.71428571rem;
}

.mediumfont, .mediumfontall *:not(small), .override.mediumfontall *:not(small) {
	font-size: 1.28571429rem;
}

.smallfont, .smallfontall *:not(small), .override.smallfontall *:not(small) {
	font-size: 1.07142857rem;
}

.tinyfont, .tinyfontall *, .override.tinyfontall * {
	font-size: 1rem;
}

.ui.form.mediumfontall .field>label, .ui.form.mediumfontall .inline.fields .field>label {
	font-weight: normal;
}

.mediumfontall h1 {
	font-size: 4rem;
}

.mediumfontall h2 {
	font-size: 2rem;
}

.boldfont {
	font-weight: bold !important;
}

.field.required label, .text-error1 {
	color: #800000 !important;
}
.text-error2 {
	color: rgba(128, 0, 0, 0.6) !important;
}

.modal .header {
	background-color: #f7f7f7 !important;
}

.customheader {
	background-color: #f7f7f7 !important;
	border: 1px solid #efefef !important;
}

.companymenu .scrolling.menu {
	margin: 0 !important;
}

.ui.menu .ui.dropdown .menu>.footeritem, .footeritem {
	margin: 0;
	text-align: left;
	font-size: 1em!important;
	padding: .78571429em 1.14285714em!important;
	background: 0 0!important;
	color: rgba(0, 0, 0, .87)!important;
	text-transform: none!important;
	font-weight: 400!important;
	box-shadow: none!important;
	-webkit-transition: none!important;
	transition: none!important;
	cursor: pointer;
}

.companydrop .text {
	display: none !important;
}

.rightfloat {
	right: 0 !important;
	position: absolute;
}

.ui.table.custom {
	font-size: 1.2em;
}

.selectable.table tr {
	cursor: pointer;
}

.ui.table.custom thead th {
	background-color: #fff;
}

.no-padding, .np {
	padding: 0 !important;
}

.no-margin, .nm {
	margin: 0 !important;
}

input:disabled, input.trans, .ui.form .field input.trans {
	background: transparent !important;
	color: rgba(0, 0, 0, .87) !important;
}
.disabled, .ui.disabled, *:disabled {
	color: #AAA !important;
	cursor: default;
	opacity: 1 !important;
	background: transparent !important;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

html, body {
	background: #FFF;
	overflow: hidden;
}

.mainWrap {
	background: transparent;
	max-height: calc(100% - 65px);
	min-height: auto;
	height: 100%;
	overflow-y: auto;
}

.ui.menu {
	background: transparent;
	box-shadow: none;
}

.sidebar.menu a {
	color: #fff;
}

.no-border {
	border: none !important;
}

.text-center, .ac, .ui.table td.ac {
	text-align: center !important;
}

.text-right, .ar, .ui.table td.ar {
	text-align: right !important;
}

.cursorpointer, .cp {
	cursor: pointer;
}

.dn {
	display: none;
}
.dib {
	display: inline-block;
}
.nb {
	border: 0 !important;
}
*.bct {
	border-color: transparent !important;
}
table tbody tr.nbh td, .ui.table tr.nbh td {
	border-top: 0px;
}
.nbs {
	box-shadow: none !important;
}

.no-right-border {
	border-right: none !important;
}

.no-left-border {
	border-left: none !important;
}

.no-top-border {
	border-top: none !important;
}

.no-bottom-border {
	border-bottom: none !important;
}

.no-border-radius {
	border-radius: unset !important;
}

.ui.table tbody tr:last-child td {
	border-bottom: 1px solid rgba(34, 36, 38, .1);
}

.fwn {
	font-weight: normal !important;
}

.strike {
	text-decoration: line-through;
}
.strong {
	font-weight: bolder !important;
}
.wsnw {
	white-space: nowrap;
}
.scroll-container {
	max-height: calc(85vh);
	overflow: auto;
	padding-bottom: 60px;
}

.ui.modal>.content, .ui.modal .ui.horizontal.segments {
	background: #F6F6F6;
}

.ui.modal .ui.horizontal.segments {
	border: 0;
	box-shadow: none;
}


/* Transaction edit grid begins */

.ui.table thead th.ac {
	text-align: center;
}

.ui.table.translist tbody tr td.field, .ui.table.translist tfoot tr td.field {
	padding: 0 !important;
}

.ui.table.translist tbody tr td.field .ui.input, .ui.table.translist tfoot tr td.field .ui.input {
	margin: 0;
	background: transparent;
}

.ui.table.translist tbody tr.dnd-sortable-drag {
	background: #EFEFEF;
}

.ui.table.translist tbody tr td.field .input, .ui.table.translist tfoot tr td.field .input {
	width: 100%;
}

.ui.table.translist tbody tr td .move.icon, .ui.table.translist tbody tr td .stax {
	visibility: hidden;
}

.ui.table.translist tbody tr:hover td .move.icon, .ui.table.translist tbody tr:hover td .stax {
	visibility: visible;
}

.ui.table.translist tbody tr td.field .ui.selection.dropdown {
	border: 0;
}

.ui.table tbody tr td.field input,  td.field input {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 10px 8px;
	box-shadow: none;
	outline: none;
}

.ui.table tbody tr td.field input:focus, .ui.table tfoot tr td.field input:focus {
	box-shadow: none;
	outline: 1px solid #0099e5;
	outline-offset: 0px;
}


/* Transaction edit grid end */
.ui.transparent.input {
	border-bottom: 1px dotted #CCC;
}
.ui.transparent.input input, .transparent.select .text, .transparent.select input.search, .transparent.select .dropdown.icon {
	padding: 3px !important;
	font-size: 85% !important;
}

.transparent.input textarea {
	border-color: transparent!important;
	background-color: transparent!important;
	padding: 3px !important;
	box-shadow: none!important;
	border-radius: 0!important;
	font-size: 85% !important;
	resize: none;
}

.dropdown .light {
	color: #1e70bf;
}
.descrip textarea::placeholder {
	color: #BBB;
}

.transparent.input input:focus, .transparent.input textarea:focus, .transparent.select input.search:focus, .text-area:focus {
	border-width: 1px !important;
	border-style: solid !important;
	color: rgba(0, 0, 0, .95) !important;
	border-color: #85b7d9 !important;
	border-radius: .28571429rem !important;
	background: #fff !important;
	box-shadow: 0 0 0 0 rgba(34, 36, 38, .35) inset !important;
	resize: vertical;
}

.transparent.select .ui.dropdown {
	padding: 0;
	min-height: auto;
	background: transparent;
	border: 0;
	color: #000 !important;
}

.edittable td {
	padding-top: 0 !important;
	padding-bottom: 0!important;
	margin-top: 0 !important;
	margin-bottom: 0!important;
}

.edittable tbody tr:hover {
	background: transparent;
}

.message.empty .header {
	display: none;
}

.message.empty {
	padding: 0 !important;
}

textarea:focus {
	background: white !important;
}

input.nf:focus, textarea.nf:focus {
	border: none !important;
	outline: none !important;
}

.nf:focus {
	/*no focus*/
	border: none !important;
	outline: none !important;
}

.fr {
	/* fload right*/
	float: right;
}

.ftd, .edittable td.ftd {
	/*focus td*/
	border: 1px solid #85b7d9 !important;
	border-top: 1px solid #85b7d9 !important;
	background: #fff !important;
	box-shadow: 0 0 0 0 rgba(34, 36, 38, .35) inset !important;
}

.edittable input {
	border: none !important;
	outline: none !important;
	height: 40px !important;
}

.edittable th.tool, td.tool {
	width: 3em !important;
}

.showoverfllow {
	overflow: visible !important;
}

.edittable .search .results {
	width: 12em !important;
}

.edittable td {
	box-sizing: border-box !important;
	border: 1px solid transparent;
}

.descrip {
	border-top: 1px solid rgba(34, 36, 38, .1)!important;
}

.descrip textarea.textarea {
	background: #fff !important;
	border: 1px solid transparent;
	color: gray;
	resize: none;
	min-height: 40px;
	max-height: 70px;
	width: 100%;
}
.descrip.transparent.input textarea:focus {
	color: gray !important;
}

.ui.table tr:first-child td.trans {
	border-top: 1px solid transparent;
}

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
	background: #1E78BC;
	color: #FFF;
}

.ui.selection.dropdown .menu>.item.optgroup {
	font-weight: bold;
}

.ui.search>.results {
	width: auto;
	min-width:100%;
}

table tbody tr.editable td .ui.input {
	margin: 0;
}

table tbody tr.editable td .button {
	margin-bottom: 0;
}

table tbody tr.editable:not(.on) td .ui.input input, table tbody tr.editable:not(.on) td .ui.input input:focus, table tbody tr.editable:not(.on) td .ui.input input:hover {
	border-color: transparent;
}

.ui.modal.xlarge {
	width: auto;
	margin: 0 auto !important;
	transform-origin: inherit;
	-webkit-transform-origin: inherit;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.modals.dimmer .ui.small.modal {
	top: auto !important;
	margin-top: 3.5rem !important;
}
.modals.dimmer .ui.scrolling.modal {
	margin: 3.5rem auto !important;
    position: absolute !important;
    left: 0;
    right: 0;
    /*min-width: 1200px;*/
}
/*
#transViewIframe {
	min-width: 900px;
}*/

/* Due date picker & selectbox in single input design */

.ui.action.mixed.input {
	border: 1px solid rgba(34, 36, 38, .15);
	background: #FFF;
}

.ui.action.mixed.input input {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.ui.action.mixed.input .ui.basic.dropdown.button {
	box-shadow: none;
	background: transparent;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.datefill .item:hover {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .95);
	z-index: 13;
	cursor: pointer !important;
	padding: 0.785714rem 1.142857rem!important;
	line-height: 1em;
}

.datefill .item {
	padding: 0.785714rem 1.142857rem !important;
	line-height: 1em !important;
}

.selected-bg-color {
	background: #ddd !important;
}

.ui .breadcrumb .not-active {
	pointer-events: none;
	cursor: default;
	color: black;
}

.ui.table.sortable.custom thead th {
	border-left: 0;
}

.ui.table.sortable.custom thead th.not-sortable {
	background: #fff;
	cursor: default;
}

.ui.input > .ui.calendar {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 0!important;
}

.ui.suggest {
	cursor: auto;
	position: absolute;
	outline: 0;
	padding: 5px;
	background: #fff;
	font-size: 1em;
	text-shadow: none;
	text-align: left;
	box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
	border: 1px solid rgba(34, 36, 38, .15);
	border-radius: .28571429rem;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
	z-index: 11;
	will-change: transform, opacity;
	width: auto;
	min-width:22%;
}

.ui.suggest .item.selected {
	background: rgba(0, 0, 0, .03);
	color: rgba(0, 0, 0, .95);
}

.ui.suggest .item:hover {
	background: rgba(0, 0, 0, .03);
	color: rgba(0, 0, 0, .95);
}

.ui.suggest .item {
	padding: 7px .78571429rem !important;
	white-space: normal;
	word-wrap: normal;
}

.pusher.minMenu .pusher .navslide.navwrap, .pusher.minMenu .pusher .navslide {
	margin-left: 60px;
}

.ui.vertical.menu.full_menu,
.clkMenu .ui.vertical.menu.icon_menu {
	display: block;
}
.clkMenu .ui.vertical.menu.full_menu,
.ui.vertical.menu.icon_menu {
	display: none;
}

@media only screen and (max-width: 767px) {
	.clkMenu .ui.vertical.menu.icon_menu ,.dn ,.search-focus .topslide  {
		display: none !important; 
	}
	.pusher.minMenu .pusher .navslide.navwrap, .pusher.minMenu .pusher .navslide {
    	margin-left: 0px;
	}
	.pusher.minMenu .pusher .navslide.navwrap, .pusher.minMenu .pusher .navslide .topslide {
		margin-top: -1px; 
	}
	.search-focus .ta{
		width:178px;
		transition:all 0.01s ease;
	}
	.ui.suggest {
		width:64% !important;
	}
	.tm{
	    margin-left: -13px;
	}
	
	.ta {
		width:50px;
		margin-top:10px;
	}

	.sli  {
		margin-top: -111px;
		margin-left: 240px; 
	}
	.mainWrap{
		max-height: calc(100% - 70px);
	}
	.date-filter .ui.calendar .ui.popup {
		display:none !important;
	}	
	.date-filter .ui.calendar .ui.popup.visible{
		display:block !important;
	}
	.top-controls .top {
		top:-0.7% !important;
	}
	
}
@media only screen and (max-width: 1200px) {
	.ui.vertical.menu.full_menu {
		display: none;
	}
	.ui.vertical.menu.icon_menu {
		display: block;
	}
	.navslide {
		margin-left: 60px;
	}
}


/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 432px) and (max-width: 767px) { 
	.quick-bar{
		width:200px !important;
	}
	.search-focus .topslide {
		display: block !important; 
		margin-top:10px !important;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
	.clkMenu .ui.vertical.menu.icon_menu  {
		display: none !important;
	}
	.pusher.minMenu .pusher .navslide {
			margin-left:-5px !important;
	}
	a .filter , .dfs {	
		display:none;
	}
	.quick-bar {
		margin-top: 7px !important;
   		width:300px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
	.ui.vertical.menu.icon_menu {
		display: none;
	}
	.navslide {
		margin-left: 190px;
	}
	.tl, .tc {
		text-align:right !important;
	}
	.ta {
		width:300px !important;
		margin-top:10px !important;
	}
	.topslide {
		display: block !important;
		padding: 10px !important;
	}
	a .filter , .dfs {	
		display:none;
	}
	.het {
		height:46.5px !important;
	}
}
@media only screen and (min-width: 1919px) and (max-width: 2560px) {
	.quick-bar {
		width:300px !important;
		margin-top:10px !important;
	}
	a .filter , .dfs {	
		display:none;
	}
}
@media print and (max-width: 1200px) {
	@page {
		size: A4 landscape; 
	}
}

@media only screen and (max-width: 767px) {
	/*.mainWrap{
		max-height: calc(100% - 70px);
    	overflow: scroll !important;
	}*/
	.tl {
		text-align:left !important;
	}
	
	.fixedtable {
		width:calc(100vw + 767px) !important;
	}
	.tc {
		text-align:center !important;
	}
	.ui.flowing.popup {
		width: 245px !important;
	}
	.date-filter .popup {
		display: none;
	}
	.date-filter.show .popup {
		display: block;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		padding: 16px !important;
		position: absolute !important;
		right: 0;
		margin-top: 110px;
		padding: 12px 6px 0 8px !important;
		background: #f9f9f9 !important;
		border: 1px solid #dad5d5 !important;
		border-radius: 5px !important;
		z-index: 2;

	}
	.date-filter .dfs {
		z-index: 1;
		padding-top: -7px;
		position: absolute;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 55%;
		padding-top: 90px !important;
	}
	.mtop {
		margin-top: -50px !important;
	}
	.report.modal {
		display: table !important;
		width: auto !important;
		margin: 0px;  
		padding: 0px; 
	}
	
}
@media print {
	.noprint, .noprint *, button {
		display: none !important;
	}
	.navslide {
		margin-left: 0px !important;
	}
	html, body {
		height: auto !important;
		overflow: hidden !important;
	}
	* { 
		font-size:12px !important; 
	}
	@page {
		 margin: 18px 20px 18px 20px;
	}
	.table td , .table th {
		padding:5px !important;
	}
	.segment {
		padding:0 !important;
	}
	.mainWrap.navslide {
		position: relative !important;
		overflow: visible !important;
		display: block !important;

		max-height: auto !important;
		height: 100% !important;
		min-height: auto !important;
	}
	thead {display: table-header-group;}
}

.report iframe {
    display: block !important;
    border: none;       
	min-height:150vh !important;
    max-height: 200vh !important;
    width: 100vw;
}

.repappView {
	width: 750px !important; 
   	display: block;
	text-align:center;
	margin-left: auto;
    margin-right: auto;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 30px;	
	margin-bottom:10px;
	min-height:150vh !important;
	max-height: 200vh !important;
}

/* ---------------- custom css end ---------------- */
.trans-bg {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
.ui.category.search .results {
	margin:0;
}


dropdown-account .input {
	width:100%;
	margin-bottom: 0px !important;
} 
app-dropdown-customer .input {
	width: 100%;
}
.nonselect{
	pointer-events:none;
}
.ui.search .prompt{
	border-radius: 0 !important;
}
.BillPro-logo{
    background-image: url('../img/logo32.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 24px;
    margin-left: -5px;
}
.totAmt {
	color: #1E78BC;
}
action-button button.ui.button {
	margin-bottom:0;
}
.ui.icon.input>i.icon:not(.link){
	pointer-events: auto;
}
.ui.button.action:focus{
	/* border: 1.5px solid #85b7d9 */
	 outline: -webkit-focus-ring-color auto 5px;
	 /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
}
.close.icon:hover{
	color: #4183c4 !important;
	cursor:  pointer !important;
}
.btd {
	border-top: 1px dashed #AAA !important;
}
input:[readonly], input.disabled, .disabled input {
	background-color: #EFEFEF !important;
}
.gray {
	color: gray;
}

/* Radial Scrollbar */
.overlay {
  position: relative;
  width: 100%;
  height: calc(100% - 140px);
  padding: 0 !important;
}
.slide_right.chat-area .overlay {height: calc(100% - 140px);}
.content-scroll {
  height: 100%;
  width: 100%;
  min-width: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100vh;
  min-height: calc(100vh - 140px);
}

.shadowContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.shadow {
  position: absolute;
  z-index: 1;
}

.radialShadowTop {
  top: 0;
  left: 0;
  Background: radial-gradient(farthest-side at 50% 0%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  width: inherit;
  height: 5px;
}

.radialShadowBottom {
  bottom: 0;
  left: 0;
  Background: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  width: inherit;
  height: 5px;
}

.shadowCoverTop {
  float: top;
  height: 5px;
  width: 100%;
  background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 100% 12px;
  background-repeat: norepeat;
  position: relative;
  z-index: 2;
}

.shadowCoverBottom {
  float: bottom;
  height: 5px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%;
  background-size: 100% 12px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

div::-webkit-scrollbar {
    width:12px;
}
div::-webkit-scrollbar-track:vertical {
    border-right:8px solid #fff;
    border-radius:10px;
    border: 3px #fff solid;
}
div::-webkit-scrollbar-thumb:vertical {
    border-right:8px solid rgba(255,255,255,.2);
    border-radius:10px;
    border: 3px #fff solid;
}
div::-webkit-scrollbar-track:horizontal {
    border-bottom:8px solid #fff;
    border-radius:10px;
    border: 3px #fff solid;
}
div::-webkit-scrollbar-thumb:horizontal {
    border-bottom:8px solid rgba(255,255,255,.2);
    border-radius:10px;
    border: 3px #fff solid;
}
div::-webkit-scrollbar-corner,
    .scroll::-webkit-resizer {background:inherit;
    border-right:8px solid rgba(255,255,255,.2); 
    border-bottom:8px solid rgba(255,255,255,.2); 
}
div::-webkit-scrollbar-track{background-color:#fff;}
.detail-view .mainWrap{overflow-y: hidden;}
.horz.loading{background: url('../img/loading.gif');height: 13px; width: 84px; background-size: cover;display: inline-block;}

.ui.search>.results .result.selected {
	background:#1E78BC;
}
.ui.search>.results .result.selected .title,
.ui.search>.results .result.selected .description {
	color: #FFF;
}

/* Attachment begins */
.ui.file.input {
	cursor: pointer;
	font-size: 18px;
	width: 150px;
	height: 30px;
	margin: 0;
	text-align: center;
	padding-left: 25px;
}
.ui.file.input .attach.icon {
	position: absolute;
	top: 0;
	font-size: 18px;
	left: 0;
}
.ui.file.input input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.ui.list.attach .item {
	position: relative;
	padding-right: 40px;
}
.ui.list.attach .item:hover {
	background-color: #ececec;
}
.ui.list.attach .item .close.icon,
.ui.list.attach .item .download.icon {
	display: none;
	position: absolute;
	top: 9px;
	right: 9px;
}
.ui.list.attach .item:hover .close.icon,
.ui.list.attach .item:hover .download.icon {
	display: block;
}

/* Attachment end */
.ui.listing.list .item .content {
	width: 100%;
}
.ui.listing.list .item .header {
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
}
.ui.listing.list .item {
	border-color: rgba(34,36,38,.1);
}
.ui.listing.list .item:hover {
	background: rgba(0,0,0,.05);
	color: #222 !important;
	border-color: rgba(34,36,38,.1);
}
.ui.listing.list .item.active, .ui.listing.list .item.active:hover {
	background: #e0e0e0;
	color: #222 !important;
	border-color: rgba(34,36,38,.1);
}
/* Loading icon begins */
.ui.loading.modalbody {
  position: relative;
  cursor: default;
  pointer-events: none;
}

.ui.loading.modalbody:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ui.loading.modalbody:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 3em;
  height: 3em;
  -webkit-animation: form-spin 0.6s linear;
  animation: form-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}
/* Loading icon end */

table.ui.table.headtable {
	margin-bottom: 0px;
	border-bottom: 0px;
}
table.ui.table.bodytable {
	margin-top: 0px;
	border-top: 0px;
}
.sticky {
	background: white;
	z-index: 1;
	position: sticky;
	top:0;
}
.fixedtable .tableHead {
	position: sticky;
	top: 0px;
	margin-bottom: 0;
	border-bottom: 0;
	z-index: 1;
}
.fixedtable .tableBody {
	margin-top: 0;
	border-top: 0;
}
i.icon.cog:before{content:"\f013"}
i.icon.ellipsis .vertical:before{content:"\f013"}
.ui.search.inline.dropdown .dropdown.icon {
	margin-top: 5px;
}
#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0px;
	display: none;
}
.bl {
    border-left: 0.15em solid #eee !important;
}
.ui.dimmer {
	background-color:rgba(0,0,0,0.5);
}
.segment-light {
	background:#fbfbfb !important;
}
