@CHARSET "ISO-8859-1";

@font-face {
  font-family: 'open sans';
  src: URL('./fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300; /*lighter*/
}
@font-face {
  font-family: 'open sans';
  src: URL('./fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400; /*normal*/
}
@font-face {
  font-family: 'open sans';
  src: URL('./fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'open sans';
  src: URL('./fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'open sans';
  src: URL('./fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700; /*bold*/
}
@font-face {
  font-family: 'open sans';
  src: URL('./fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800; /*bolder*/
}
@font-face {
  font-family: 'poppins light';
  src: URL('./fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'poppins';
  src: URL('./fonts/Poppins-Regular.ttf') format('truetype');
}

* {
	font-family: 'open sans', sans-serif;
}

body {
	font-family: 'open sans', sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 13px;
	background-color: #A1A8AD;
	background-image: url("../images/bg-dot-1.gif");
}

iframe{
	font-size: 13px;
}
div,span,ul,ol,li,img,h3,h4,form,input {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.button-margin{
	margin-left:5px;
}
#wrapper {
	/*margin-left: 10px;
	width: 98%;*/
 	width: 99%;
	margin-left: .5%;
	margin-right: .5%;
	margin-top: 65px;
	background-color: transparent;
}

#header {
	height: 0px;
	background: url('../images/header.png');
}

#panel-wrapper {
	background-color: #FFFFFF;
	border-radius:  0px 0px 6px 6px;
	margin-bottom:40px;
}

#form-panel {
	min-height: 470px;
	width: 76%;
	float: left;
}

#form-panel-wrapper {
	min-height: 530px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
@media only screen and (max-width: 600px) {
	#form-panel, #form-panel-wrapper{
		min-height: auto;
	}
}

#footer {
	background: none repeat scroll 0 0 #ededed;
    border-top: 1px solid #dddddd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 2px 4px rgba(255, 255, 255, 0.6);
    color: #999999;
    padding: 2px 10px 4px;
    position: fixed;
    bottom: 0px;
    width:100%;
    z-index: 1100;
}

.panel-title {
    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(center top , #ffffff 0%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    
    border-bottom: 1px solid #d3d3d3;
    color: #0c192e;
    border-radius: 6px 6px 0px 0px;
    text-shadow: 0 1px 0 #fff;
    height: 50px;
    padding: 10px 20px 0px 20px;
    font-size: 20px;
}
.panel-title-bottom {
	background: -moz-linear-gradient(center top , #ffffff 0%, #dedede 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    color: #0c192e;
    border-radius: 0px 0px 6px 6px;
    text-shadow: 0 1px 0 #fff;
    height: 30px;
    padding: 15px 0px 0px 10px;
    font-size: 20px;
}
.panel-title-bottom:empty {
	display: none;
}
.info-panel-title {
	background: -moz-linear-gradient(center top , #ffffff 0%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    border-bottom: 1px solid #d3d3d3;
    color: #0c192e;
    border-radius: 6px 6px 0px 0px;
    text-shadow: 0 1px 0 #fff;
    height: 35px;
    padding: 5px 0px 0px 10px;
    font-size: 14px;
}

a {
	text-decoration: none;
}

a:visited {
	color: #505050;
}

a:link {
	color: #505050;
}

a:hover {
	color: #505050;
	text-decoration: underline;
}



.menulist li {
	margin-left: 30px;
	font-size: 11px;
	font-weight: 500;
	color: #404040;
	padding: 2px 1px 3px;
	list-style-type: none;
	line-height: 5px;
	margin-left: 20px;
}

.menulist li:hover {
	cursor: pointer;
	text-decoration: underline;
}

#menu-div {
	font-size: 13px;
}

#menu-div h2 {
	padding-left: 10px;
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
}


table {
	font-size: 13px;
	border-collapse: collapse;
}

td {
	vertical-align: bottom;
}

.table-borderless th, 
.table-borderless td{
  border: 0 !important;
}

.txtInputField {
	font-size: 11px;
	font-weight: bold;
	border: 0px solid #3B5908;
	border-bottom: 1px solid #aaaaaa;
}

.txtInputField:focus {
	border-bottom: 2px solid #efa342;
}

.amountInputField {
	font-size: 11px;
	font-weight: bold;
	border: 0px solid #3B5908;
	border-bottom: 1px solid #aaaaaa;
	text-align: right;
}

.totalInputField {
	font-size: 13px;
	font-weight: normal;
	border: 0px solid #3B5908;
	border-bottom: 1px solid #aaaaaa;
	text-align: right;
}

.amountInputField:focus {
	border-bottom: 2px solid #efa342;
}

.tblAmountInputField {
	font-size: 11px;
	font-weight: bold;
	border: 0px solid #3B5908;
	text-align: right;
}

.uibutton1 {
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 2px 6px;
	background: url("../images/ui-bg.png") repeat scroll 0 0 #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #999999 #888888;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.uitext1 {
	background: none repeat scroll 0 0 transparent;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	outline: medium none;
	padding: 2px 15px 4px;
	line-height: normal !important;
}

.uibutton1:hover {
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	border-bottom-color: #999999;
}

.uibutton1:active {
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	background: none repeat scroll 0 0 #DDDDDD;
	border-bottom-color: #999999;
}

.uibutton2 {
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 2px 6px;
	background: url("../images/ui-bg.png") repeat scroll 0 0 #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #999999 #888888;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.uitext2 {
	background: none repeat scroll 0 0 transparent;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	outline: medium none;
	padding: 2px 8px 4px;
	line-height: normal !important;
}

.uibutton2:hover {
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	border-bottom-color: #999999;
}

.uibutton2:active {
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	background: none repeat scroll 0 0 #DDDDDD;
	border-bottom-color: #999999;
}

.status-div{
	align:center;
    position: fixed;
    top: 0;
    z-index:6000;
    width:100%;
}

.status-text{
	vertical-align:middle;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	width:50%;
	height:30px;
	background-color: #FCE779;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
}

.status-text #status-text{
	width: 400px;
	float:left;
}

.status-text .status-close-div{
	float:right;	
	padding-top: 5px;
}
.transparency {
	-moz-border-radius: 10px 10px 10px 10px;
	z-index: 100;
}

.blurscreen {
	height: 435px;
	width: 950px;
	filter: alpha(opacity = 55);
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0.5;
	display: none;
	z-index: 10;
}

#ui-datepicker-div, #ui-monthpicker-div {
	display: none;
}
input.hasMonthpicker{
	width: 120px !important;
}
div.ui-datepicker {
	font-size: 11px;
}

#infopanel {
	background-color: #F5F8FB;
	overflow: auto;
	height: 430px;
}

#info-panel {
	float: right;
	width:23%;
	border-bottom: 1px solid #EFEFEF;
}

.panel-element {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	color: #0068C4;
	font-size: 11px;
	margin: 2px 2px 3px;
	overflow: auto;
	padding: 6px 10px;
}

.panel-element:hover {
	background: none #0068C4 center right no-repeat;
	color: #FFFFFF;
	font-weight: 700;
	cursor: pointer;
}

.selected-panel-element {
	background: none #E8EDFF center right no-repeat;
	font-size: 11px;
	font-weight: 700;
	color: #0068C4;
	-moz-border-radius: 10px;
	margin: 2px 2px 3px 2px;
	padding: 6px 10px 6px 10px;
	overflow: auto;
}

.panel-header-element2 {
	color: #666699;
	font-size: 11px;
}

#footer-link {
	padding-top: 5px;
	text-align: center;
	color: #808080;
}

#footer-link a:hover {
	color: #E87308;
	font-weight: bold;
	text-decoration: underline;
}

#y-persistentmasthead-con {
    background-color: #F6F8F9;
    border-bottom: 1px solid #B6C3CE;
    left: 0;
    position: fixed;
    top: 0;
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	height: 36px;
}
.y-fp-pg-grad {
    background-image: url("../images/gsprite_pg_slate_20100521.png");
    background-repeat: repeat-x;
}

#header-img-div{
	float:left;
	padding-top: 2px;
	padding-left: 10px;
}
#header-welcome-div{
	float:right;
	padding-top:10px;
	padding-right: 10px;
	color: #003399;
}
.popupmenu{
	position: absolute;
	z-index: 99999;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	padding: 15px;
	height: auto;
	width: auto;
}

.popupmenu-users{
	position: absolute;
	z-index: 99999;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	padding: 5px 25px 15px 0;
	height: auto;
	width: auto;
}

.popupmenu h3{
	font-size: 14px;
	font-weight: normal;
	color: #035bac;	
}
.menuitem{
	background-color: transparent;
	float:left;
	height: 16px;
	width: auto;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 12px;
}
.menuitem:hover{
	background-color: #FFFFFF;
	border: 1px 0px solid #CFCFCF;
}

/*************  BOOTSTRAP OVERRIDES *********************/

/* remove btn outline */
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
	outline: none !important;
}

/* .dropdown-toggle{
	font-size: 13px;
} */
.btn.selectpicker{
	font-size: 13px;
}
.btn.btn-sm.selectpicker{
	font-size: 12px;
}
/* selectpicker height issue fix */
.bootstrap-select > .dropdown-menu.open{
    max-height: 320px !important;
}
ul.dropdown-menu.inner.selectpicker{
    max-height: 230px !important;
}

.bootstrap-select .btn:focus,
.bootstrap-select a:focus {
	outline: none !important;
}

.default-width{
	width:250px;
}

.employee-table tr{
	height: 35px;
}

.employee-table tr td{
	vertical-align: top;
}

label{
	font-size: 13px;
	font-weight: normal;
}

.form-horizontal .control-label{
	text-align:right;
	
}

.alert span#alert-div{
	font-size:13px;
}
.alert button.close{
	font-size: 20px;
	top: 0;
}

.small-width{
	width: 150px !important;
}

.tiny-width{
	width: 50px;
	text-align:right;
	display:inline;
}

.green{
	color: green;
	cursor: pointer;
}

.red{
	color: red;
	cursor: pointer;
}

.enquiryno{
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	padding-right: 5px;
	margin-top: 15px;
}
.companyname{
	color: #2caae1;
	font-size: 14px;
}
.contactname{
	color: #757575;
	font-size: 13px;
	width: 100px;
}
.mobile{
	color: #757575;
	font-size: 14px;
}
.email{
	color: #757575;
	font-size: 11px;
}
.actionplan{
	color: #59a51a;
	font-size: 13px;
}
.actiondate{
	color: #f18e00;
	font-size: 11px;
	font-weight: bold;
}
.createddate{
	color: #ff8080;
	font-size: 11px;
	font-weight: bold;
}
.location{
	color: #757575;
	font-size: 12px;
}
.product{
	color: #757575;
	font-size: 13px;
}
.price{
	color: #757575;
	font-size: 11px;
}
.assignedto{
	color: #757575;
	font-size: 13px;
}

.createdby{
	color: #757575;
	font-size: 13px;
}

.statusicons{
	font-size: 18px;
	cursor: pointer;
}
.listview{
	width: auto;	
}
.checkbox{
	vertical-align: middle;
	width: 30px;
	margin: 0px;
}
.placeholder{
	height: 10px;
}

.col-total{
	font-weight: bold;
	color: rgb(0,176,80)
}
.col-activity{
	background-color: yellow;
	font-weight: bold;
	text-align:center;
}
.col-expenses{
	background-color: rgb(252,213,180);
	font-weight: bold;
	text-align:center;
}
.header-row td{
	background-color: #f2f2f2;
	font-weight: bold;
}
/*
table:not(.table-hover) tr td{
	background-color: #FFFFFF;
}
table tr td{
	background-color: #FFFFFF;
}
*/

.dashboard-panel{
	border:1px solid #C0C0C0;
	border-radius: 5px;
	color:#808080;
	padding: 10px;
	margin:10px 30px;	
}

.dashboard-panel-title{
	font-size: 30px;
	margin: 10px 0 25px 0;
	font-weight: 500;
}
.dashboard-panel-title span {
  font-size: 15px;
  vertical-align: middle;
  text-transform: capitalize;
}
#dashboard-tabs.nav-tabs > li {
  float: right !important;
}
#dashboard-charts{
	padding: 5px 20px;
}
#dashboard-charts, #dashboard-list{
	margin-top: 25px;
}

.chart-widget{
	border: 1px solid #ccc;
	border-radius: 5px;
}

.chart-widget h4{
	background-color: #F5F5F5;
	padding: 20px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #ccc;	
}

.chart-widget #funnel{
	padding:50px;
}

.report-widget{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
}
.parameter-value{
	font-size: 36px;
	text-transform: uppercase;
	text-align:center;
	cursor: pointer;
	animation-timing-function: ease-out;
	animation-duration: 2s;
}
.parameter-value:hover{
	transform: scale(1.2);
}
.parameter-name{
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
}
.sub-category-name{
	font-size: 12px;
	text-transform: uppercase;
	text-align:center;
	color: #888;
}
.category-name{
	font-size: 14px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	text-align:center;
	margin-top:15px;
	padding: 5px 10px;
	border-radius: 3px;
	background: purple;
	color: #fff;
}
.parameter-progress{
	margin: 10px 0px 5px 0px;
}
.parameter-wrapper{
	border-right: 2px solid #efefef;
}
.turquoise{
	color: turquoise;
}
.purple{
	color: purple;
}
.green{
	color: green;
}
.gold{
	color: gold;
}
.orange{
	color: orange;
}
.teal{
	color: teal;
}
.yellow{
	color: yellow;
}

.bg-green{
	background: green;
	color: #fff;
}
.bg-yellow{
	background: yellow;
	color: #333;
}
.bg-red{
	background: red;
	color: #fff;
}
.bg-gold{
	color: #333;
	background: gold;
}
.bg-pink{
	color: #fff;
	background: rgb(255,0,128);
}
.bg-orange{
	color: #fff;
	background: orange;
}
.bg-teal{
	color: #fff;
	background: teal;
}
.bg-purple{
	color: #fff;
	background: purple;
}
.bg-blue{
	color:#fff;
	background:rgb(59,89,152);
}
.bg-skyblue{
	color:#fff;
	background:#2196F3;
}
.bg-grey{
	color:#333;
	background: #ccc;
}
.bg-black{
	color:#fff;
	background:#000;
}
.bg-aqua{
	color:#ff1593;
	background:Aquamarine;
}
.bg-brown {
	color: #fff;
	background-color: brown;
}
#attendance-table tr td{
	align: center;
}

.chart-assignedto {
	padding: 25px;
	text-transform: uppercase;
	color: black;
	border-top: 1px solid #ccc;	
}

.center{
	text-align:center;
}
.datatable-dsr input{
	border:  1px solid #0ff300;
}
/* .datatable-dsr table{
	border:  2px solid #ccc;
	border-radius: 5px;
} */
.datatable-dsr input:hover{
	border:  1px solid;
	border-color: #5bc0de;
}
#salesvisit-div{
	display: none;
}
#phonefollowup-div{
	display: none;
}
#salescall-div{
	display: none;
}
#activity-div{
	display: none;
}
.normal-width{
	width:100px;
}
.modal-lg{
	width:80%;
}
@media (max-width:767px) {
 	.modal-dialog{
		width: auto !important;
	}
}
.smalltext{
	font-size:11px;
}
.borders{
	border: 1px solid #ccc;
	padding: 3px;
	cursor: pointer;
	margin-top:5px;
}
.bs-select-all{
	background: #1f8ded !important;
    color: #fff !important;
    text-shadow: unset;
}
.bs-deselect-all{
	background: #f92525 !important;
    color: #fff !important;
    text-shadow: unset;
}
/*
.bs-select-all, .bs-deselect-all {
	letter-spacing: 0.5px;
	font-weight: 500;
	font-size: 11.5px !important;
}
.bs-select-all, .bs-select-all:focus, .bs-select-all:hover {
	color: #337ab7;
}
.bs-deselect-all, .bs-deselect-all:focus, .bs-deselect-all:hover {
	color: #a94442;
}

.bs-select-all{
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;
  color: black !important;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 3px !important;
  font-size: 11px !important;
  border-color: #ccc;
  hover: unset !important;
}
.bs-deselect-all{
  background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%) !important;
  color: white !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  padding: 3px 3px !important;
  font-size: 11px !important;
  border-color: #b92c28 !important;
  hover: unset !important;
}*/
nav .dropdown-menu > li > a {
  /* padding: 3px 20px; */
  font-size: 13px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content:" ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a {
    background-color: #e8e8e8;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ED3237;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.entry-block-message{
	color: #31708f;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.text-green {
	color: green;
}
.text-red {
	color: red;
}
.text-yellow {
	color: yellow;
}
.text-orange {
	color: orange;
}
.text-crimson {
    color: crimson;
}
.text-purple {
    color: purple;
}
.text-teal {
    color: teal;
}
.text-darkorange {
    color: darkorange;
}
.text-gray {
	color: gray;
}
.bg-red {
	background-color: red;
}
.bg-green {
	background-color: green;
}
sup{
    color:red;
}
.d-none{
    display: none;
}
.d-inline{
    display: inline;
}
.d-inline-block{
    display: inline-block;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.va-middle{
    vertical-align: middle !important;
}
.va-bottom{
    vertical-align: bottom !important;
}
.text-bold{
    font-weight: bold;
}
.text-semi-bold{
    font-weight: 600;
}
.w-100{
	width: 100% !important;
}
.m-0{
    margin: 0 !important;
}
.mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-1{
    margin-bottom: .25rem !important;
}
.mb-2{
    margin-bottom: .5rem !important;
}
.p-0{
    padding: 0 !important;
}
.pr-1{
    padding-right: .25rem !important;
}
.pl-1{
    padding-left: .25rem !important;
}
.pr-2{
    padding-right: .5rem !important;
}
.pl-2{
    padding-left: .5rem !important;
}
.modal-wrapper{
    padding: 10px;
    border: solid 1px #e8cfcf;
    max-height: 450px;
    overflow: auto;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 18px !important;
}

.tooltip-inner {
   font-size: 12px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   background: white;
   color: black;
   text-align: left;
   border: solid 1px lightgray;
   border-radius: 4px;
}
div.error-message {
    margin-top: 1px;
    color: crimson;
    font-size: 12.5px;
    font-weight: 500;
}
div.info-message {
    margin-top: 1px;
    color: purple;
    font-size: 12.5px;
    font-weight: 500;
}

/* navbar */
.navbar-nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-brand {
	padding-top: 11px;
}
.navbar-brand img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-brand img:hover {
	/* transform: scale(0.97); */
	transform: translateX(4px);
}

#loading-overlay {
	display: none;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(1, 1, 1, 0.6);
    user-select: none;
    padding-left: 46vw;
    padding-top: 44vh;
}
#loading-overlay .overlay-content{
	position: absolute;
	top: 40%;
	left: 50%;
	font-size: 20px;
	color: white;
	user-select: none;
	transform: translate(-50%,-50%);
}

#loading-overlay .overlay-text{
	padding-bottom: 15px;
}

#loading-overlay .overlay-loader {
	margin: auto;
    width:12px;
    height:12px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 20px 0 #FFFFFF22,-20px 0 #FFFFFF;
    animation: overlay-dot-loader 1s infinite linear alternate;
}
@keyframes overlay-dot-loader {
    0% {box-shadow: 20px 0 #FFFFFF,-20px 0 #FFFFFF22;background: #FFFFFF}
    33%{box-shadow: 20px 0 #FFFFFF,-20px 0 #FFFFFF22;background: #FFFFFF22}
    66%{box-shadow: 20px 0 #FFFFFF22,-20px 0 #FFFFFF;background: #FFFFFF22}
}

#scroll-indicator {
	background: linear-gradient(90deg, rgb(238, 214, 214) 0%, rgba(237,50,55,1) 80%); 
	height: 3px; 
	width: 0%; 
	top: 50px;
	position: fixed; 
	z-index: 1020;
}

#scrolltotop-btn {
    display: none;
    position: fixed;
    height: 34px;
    width: 34px;
    bottom: 45px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #00000040;
    color: #fff;
    border-radius: 50px;
    transition: all 150ms ease-in-out;
}
#scrolltotop-btn:hover {
    background-color: #000;
    color: #ED1C24;
}
#scrolltotop-btn .up-arrow-icon{
    position: absolute;
    top: 8px;
    left: 9.5px;
    font-size: 16px;
}

/* hide scrollbar*/
.hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

/* DataTable OVERRIDES --- START --- */
table.dataTable {
  border-collapse: collapse !important;
}
table.dataTable thead th, 
table.dataTable thead td, 
table.dataTable.no-footer,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #ddd !important;
}
/* DataTable filter input box */
div.dataTables_wrapper div.dataTables_filter input{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
div.dataTables_wrapper div.dataTables_filter input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(102,175,233,.6);
}
.dataTables_wrapper .dataTables_paginate{
	padding-top: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  	padding: 0.5em 1em !important;
	font-size: 0.88em;
}
/*DataTable OVERRIDES --- END --- */

/** ======= Custom Radio btn ======= */
.custom-radio-btn input[type="radio"]{
	display:none;
}
.custom-radio-btn label {
	display: inline-block;
	margin: -2px -4px -2px 0;
	padding: 4.5px 18px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.custom-radio-btn input[type="radio"]:checked + label{
    color: white;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color:#15bef5;
}
/** ======= Custom Radio btn ======= END */

.text-nowrap {
  white-space: nowrap !important;
}
.overflow-scroll{
	overflow: scroll !important;
}
.max-width-100{
	max-width: 100px !important;
}

.recording audio {
	width: 300px !important;
	height: 40px !important;
}

/** ======= Dot Flashing animation ======= */
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes dot-flashing {
  0% {
    background-color: #9880ff;
  }
  50%, 100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}
/** ======= Dot Pulse animation ======= */
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
/** ======= Dot animation end ======= */

/** SweetAlert 2 override */
.swal2-popup {
  font-size: 1.17rem;
}
.swal2-actions button.btn {
  margin: .3125em;
}

/* loading overlay with centered animation for blocking UI during processing. */
#loading-overlay {
    z-index: 1100;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(1, 1, 1, 0.6);
    user-select: none;
    padding-left: 46vw;
    padding-top: 44vh;
}
#loading-overlay img {
    /* background: #fff;
    padding: 8px 16px; */
}
#loading-overlay .loader::after, #loading-overlay img {
    width: 80px;
    /* width: 100px; */
}
#loading-overlay .loader::after {
    content: '';
    display: block;
    height: 5px;
    margin-top: 2px; 
    border-radius: 50px;
    background: linear-gradient(to right, #FBB120 50%, #D3D3D3 0);
    /* background: linear-gradient(to right, #ED1C24 50%, #fff 0); */
    background-size: 200% 100%;
    background-position: right;
    animation: overlay-loader 2s linear infinite;
}
@keyframes overlay-loader {
    0%   {background-position: right;}
    100%  {background-position: left;}
}

/* Custom CSS to position the toast at the bottom */
.toast {
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    display: none;
    min-width: 200px;
    margin-bottom: 10px;
}
@keyframes toastSlideIn {
    0% {
        opacity: 0;
        transform: translate(-50%, 100%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
.toast.show {
    animation: toastSlideIn 0.5s ease-out;
    opacity: 1;
}
.toast .close {
    padding-left: 10px;
    font-size: 20px;
    color: #000;
    opacity: 0.6;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.toast .close:hover {
    opacity: 1;
}
/* Mobile-specific adjustments (screens smaller than 768px) */
@media screen and (max-width: 767px) {
    /* Remove animation for mobile */
    .toast.show {
        animation: none;
        opacity: 1;
    }

    .toast {
        left: 15px;
        right: 15px;
        transform: none;
    }
}