@CHARSET "ISO-8859-1";

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}


/*
Help Tip Start
*/
.help-tip{
	/* position: absolute;
	top: 18px;
	right: 18px; */
	padding-left: 9px;
    text-align: center;
    background-color: #d2d6de;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 26px;
    cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{	/* The tooltip */
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	z-index:1;
}

.help-tip p:before{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-10px;
	left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}
/* Help Tip End */















#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

#newCatModal {
	width: 300px;
	padding: 15px 20px;
	background: #f3f6fa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.auto{
	text-align:right;
}
#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}
#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
	text-align: center;
}
th, td {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100); /* IE */
	opacity: 1; /* Safari, Opera */
	-moz-opacity: 1.00;
	font-size:12px;
	white-space: nowrap;
}
table.dataTable tbody td.colClass,
table.dataTable thead th.colClass,
table.dataTable tfoot td.colClass{

padding: 0px 5px;
border-color: grey;
}

table.dataTable tfoot td.colClass{
	font-weight: bold;
	background: #d9d9d9;
}


td.highlight {
    background-color: #9ec8e0 !important;
}


.mandat-color {
    color: #A94442;
}

::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 7px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
.numbers{
	text-align: right;
}
.dropdown-menu.open{
	    box-shadow: 2px 5px 10px #ddd;
}

.alert{
	display: table;
	width: 100%;
	padding: 5px 10px;
}
.alert-sign{
	width: 5%;
    display: table-cell;
    font-size: 24px;
}
.alert-sign .fa{
	margin-right: 10px;
}
.alert-msg{
	width: 90%;
    display: table-cell;
    vertical-align: middle;
}
.alert-close{
	width: 5%;
	display: table-cell;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .2;
    padding-right: 10px;
    vertical-align: middle;
    height: 100%;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    -webkit-appearance: none;
}

.btn-dark{
    color: #fff;
    background: #4755c8;
    border-color: #4755c8;
}
.btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open>.dropdown-toggle.btn-dark{
	color: #fff;
    background: #4755c8;
    border-color: #4755c8;
}

.btn-dark.disabled, .btn-dark.disabled.active, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled], .btn-dark[disabled].active, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark.active, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover{
	background: #3c5977;
    border-color: #274b72;
}
.btn-dark:hover, .btn-dark:active, .btn-dark.hover{
	background: #4755c8;
}
.text-italic{
	font-style: italic;
}

/* Added By rohit So that header ccan be align left */ 
.text-left th{
text-align:left !important;
}
