		a{
			cursor:pointer;
		}
		.fa{
			cursor:pointer;
		}
		.error-msg {
			color: red;
		}
		.btn{
			border-radius:0px;
		}
		.selected-wflow{
    		background-color: #0BB5FF;
    		color: #000;
		}
		.selected-stage{
    		background-color: #0BB5FF;
    		color: #000;
		}
		.selected-task{
    		background-color: #0BB5FF;
    		color: #000;
		}
		.selected-row{
			color: #000;
		}
		#l-model{
			width: 1100px;
		}
		.ui-autocomplete {
    		z-index: 100000;
		}
		.right .direct-chat-text {
    		margin-left: 50px;
    		margin-right: 0px;
		}
		.left .direct-chat-text {
    		margin-left: 0px;
    		margin-right: 50px;
		}
		.direct-chat-warning{
			width: 300px; 
			position: fixed; 
			right: 0px; 
			bottom: 0px;
			z-index: 10;
		}
		.right .direct-chat-text::after, .right .direct-chat-text::before  {
		    left: 99%;
		}
		.todo-chat{
			right: 320px;
		}
		.option-d{
		    content: " ";
		    background: #dd4b39;
		    color: #fff;
		}
		.td-key{
			width: 20%;
		}
		.td-val{
			width: 30%;
		}
		.dropdown-wrapper{
			z-index: 1000000;
		}
		.ht-auto{
			height: auto !important;
		}
		@media screen {
		    #printSection {
		        display: none;
		    }
		}
		@media print {
		    body * {
		        visibility:hidden;
		    }
		    #printSection, #printSection * {
		        visibility:visible;
		    }
		    #printSection {
		        position:absolute;
		        left:0;
		        top:0;
		    }
		}
		#snackbar {
		    visibility: hidden;
		    min-width: 250px;
		    margin-left: -125px;
		    background-color: #333;
		    color: #fff;
		    text-align: center;
		    border-radius: 2px;
		    padding: 16px;
		    position: fixed;
		    z-index: 100000;
		    left: 50%;
		    bottom: 50px;
		    font-size: 17px;
		}
		.notification-div{
			cursor: pointer;
			display: none;
		    position: fixed;
		    width: 250px;
		    left: 2%;
		    bottom: 5%;
		    background: #fff;
		    box-shadow: 0 0 10px #888;
		    min-height: 100px;
		    z-index: 100;
		}
		.noti-icon{
			color: deepskyblue;
		}
		.noti-icon{
			text-align: center;
		    font-size: 50px;
		    padding-top: 14px;
		    padding-left: 25px;
		}
		.status-box:hover{
			box-shadow: 0 0 20px #888;
			cursor: pointer;
		}
		#snackbar.show {
		    visibility: visible;
		    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
		    animation: fadein 0.5s, fadeout 0.5s 2.5s;
		}
		#snackbar.toast {
		    visibility: visible;
		}
		
		@-webkit-keyframes fadein {
		    from {bottom: 0; opacity: 0;} 
		    to {bottom: 50px; opacity: 1;}
		}
		
		@keyframes fadein {
		    from {bottom: 0; opacity: 0;}
		    to {bottom: 50px; opacity: 1;}
		}
		
		@-webkit-keyframes fadeout {
		    from {bottom: 50px; opacity: 1;} 
		    to {bottom: 0; opacity: 0;}
		}
		
		@keyframes fadeout {
		    from {bottom: 50px; opacity: 1;}
		    to {bottom: 0; opacity: 0;}
		}
.wf-box{
	padding-top: 6px;
    padding-bottom: 8px;
    border: 1px solid #ccc;
}
.page-shadow {
  box-shadow: 0 0 5px #888888;
}
.page-shadow:hover {
  box-shadow: 0 0 20px #888888;
}
.div-card{
	box-shadow: 0 0 3px #888888;
}
thead{
	background-color: #3c8dbc;
}
thead a{
	color: #fff;
}
thead th{
	color: #fff;
}
thead td{
	color: #fff;
}
.content-header{
  background: #fff !important;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .modal-xl {
  	width: 90%;
   	max-width:1200px;
  }
}
/* Scrollbar Css */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.main-header{
	box-shadow: 0px 2px #888888;
}
.inv-req-btn{
	position: relative;
}
.inv-req-btn > .inv-req-lbl{
    position: absolute;
    border-radius: 10px;
}
.active-row{
	background: #808080 !important;
    color: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border-bottom: 1px solid #C0C0C0;
}
/* .modal-body{
	background: #ecf0f5;
} */
.column-drpdn{
	max-height: 400px;
	overflow-y: scroll;
}
.page-cnt{
	min-height: 600px;
}
.active-task-row{
	text-align: center;
    background: #2ECC71 !important;
    color: #fff;
}
.ggl-tooltip {
  border: 1px solid #E0E0E0;
  font-family: Arial, Helvetica;
  font-size: 10pt;
  padding: 12px 12px 12px 12px;
}

.ggl-tooltip div {
  padding: 6px 6px 6px 6px;
}

.ggl-tooltip span {
  font-weight: bold;
}
th > a{
	display: inline-flex;
}
svg{
	overflow: inherit !important;
	width: auto;
	float: right;
}
/*
	Timeline chart css
*/
.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: 600;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #66DC71;
}
.li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #66DC71;
}
.timeline>li {
    margin-right: 0px;
}
.timeline-label{
	width: 150px;
}
.wflow-icon{
	margin-right: 10px !important;	
}
.loadmore-icon{
	font-size: 20px;
}
/* body.modal-open {
    overflow: hidden;
} */
.scr-select { display:inline-block; vertical-align:top; overflow:hidden; border:solid grey 1px; }
.scr-select select { padding:10px; margin:-5px -20px -5px -5px; }
@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

.btn-margin {
      margin-top: 24px;
}
/****** Style Star Rating Widget *****/
fieldset, .rating-label {
	margin: 0;
	padding: 0;
}

.rating {
	border: none;
	float: left;
}

.rating>input {
	display: none;
}

.rating>label:before {
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating>.half:before {
	content: "\f089";
	position: absolute;
}

.rating>label {
	color: #ddd;
	float: right;
}

.rating>input:checked~label{
	color: #FFD700;
}


.timePickerIcon{
position: absolute;
    top: 0;
    width: 43px;
    padding-top: 10px;
    height: 100%;
    left: 117px;
    }


.inv-td{
	width: 80px;
	height: 20px;
}
.inv-table{
	margin-bottom: 0;
}
.tCenter {
    text-align: center;
  }

 .exportNew {
    text-align   : center;
    border       : solid 1px #eaeaea;
    width        : fit-content;
    margin       : auto;
    padding      : 9px 30px;
    margin-top   : 16px;
    margin-bottom: 5px;
    cursor       : pointer;
    transition   : 0.3s ease-in;
 }
  .lableToDownload {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 14px;
  }
  
  .fileNameOfExport {
    text-overflow: ellipsis;
    overflow     : hidden;
    width        : 250px;
    height       : 1.2em;
    white-space  : nowrap;
  }
  
   .exportNew:hover {
    background: #f9f9f9;
    transition: 0.3s ease-out;
  }
  
  .w-100{
  width:100%
  }
  
  .p-4{
  	padding: 4px;
  }
  .pop-p{
  padding: 10px 0px 0px 0px;
  }