.scrollBdy{
    overflow: auto;
}

.rp {
	padding-left: 0;
	padding-right: 0;
}

.rp1 {
	padding-left: 0;
}

.rp2 {
	padding-right: 0;
}

.tm {
	margin-top: 30px;
}

.tm1 {
	margin-top: 20px;
}

html,
body {
	font-family: 'Source Sans Pro';
}

a:hover,
a:focus {
	text-decoration: none;
}


/* abc */


/* checkbox and radio buttion */

.seemore-link,
.seemore-link a {
	font-family: 'Source Sans Pro';
	font-size: 18px;
	line-height: 21px;
	color: #3B86FF;
	text-decoration: none;
}

.feedback1,
.feedback2,
.feedback3 {
	width: 110px;
	margin: 0 auto;
	float: left;
}

.emoji-img {
	padding-left: 30px;
	padding-bottom: 8px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-family: 'Source Sans Pro';
	font-size: 15px;
	line-height: 0;
	font-weight: normal;
	display: inline-block;
	color: #4D565C;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #BECE00;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #BECE00;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/* dropdown  */

select {
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: solid 1px #cccccc;
	border-radius: 0;
	height: auto;
	cursor: pointer;
	background: #fff;
}

select option {
	padding: 10px;
}


/* abc */


/* page styling start here */


/* Loginpage style start here */

.customimg {
	width: 100%;
	margin: 0 auto;
}

.loginp-form {
	padding-top: 160px;
	padding-bottom: 80px;
}

.apd {
	margin-left: 25px;
	margin-right: 25px;
}

.form-container {
	width: 360px;
	margin: 0 auto;
}

.form-container h1 {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	line-height: 16px;
	color: #4D4F5C;
	padding-top: 10px;
	padding-bottom: 15px;
}

.form-container input,
.form-container input:focus,
.form-container input::placeholder {
	font-family: 'Source Sans Pro';
	font-size: 15px;
	line-height: 18px;
	color: #43425D;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #E9E9F0;
	box-shadow: none;
	border-radius: 0;
}

.form-container .custombtn,
.form-container .custombtn:hover,
.form-container .custombtn:focus {
	font-family: 'Source Sans Pro';
	font-size: 15px;
	line-height: 18px;
	color: #02385E;
	background-color: #BECE00;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	width: 180px;
	margin: 0 auto;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-shadow: none;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	margin-top: 20px;
	outline: none;
}


/* Loginpage style end here */


/* dashboard style start here */

.bgcolor {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bgcolor1 {
	background-color: #F7F7F7;
	padding-bottom: 100px;
}

.logoimg {
	float: left;
	padding-top: 5px;
}

.logoimg1 {
	float: right;
}

.flexbox1 {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	align-items: center;
}


/* navigation style start here */

.navigation ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

.navigation ul li {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.navigation ul li a {
	font-family: 'Source Sans Pro';
	color: #4D4F5C;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

.navigation ul li a:hover {
	color: #02385E;
	background-color: transparent;
}


/* dropdown navigation style start here */

nav a {
	padding: 1rem 1.5rem;
	color: #ffffff;
	text-align: left;
}

nav a:hover {
	background-color: #2f2f2f;
}

.dropdown {
	display: inline-block;
}

.dropdown .drop {
	background-color: #2f2f2f;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown .drop {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	line-height: 19px;
	color: #9A9A9A;
	background-color: transparent;
	padding: 1rem;
	border-radius: 6px;
	position: relative;
	display: inline-block;
	text-decoration: none !important;
}

.dropdown>.dropdown-menu {
	list-style: none;
	margin: 0 auto;
	margin-top: 8px;
	padding: 0;
	position: absolute;
	float: left;
	display: none;
	/* max-height: 0; */
	/* overflow: hidden; */
	transition: all .55s linear;
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	right: 0;
	left: auto;
}


/* .dropdown > .dropdown-menu.open {
  max-height: 300px;
  height: auto;
  transition: all .25s linear;
} */

.show {
	display: block;
}


/* dropdown for userclick end here */

.dropdown>.dropdown-menu>li {
	margin-left: 10px;
	margin-right: 10px;
	list-style-type: none;
}

.dropdown>.dropdown-menu>li>a {
	padding: 10px 10px;
	display: block;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 16px;
	color: #4D565C;
	text-align: left;
	transition: all .25s linear;
	text-decoration: none !important;
	text-align: center;
}

.dropdown>.dropdown-menu>li>a:hover,
.dropdown>.dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #02385E;
}

.down-caret {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	display: inline-block;
	margin-left: 6px;
	top: -3px;
	position: relative;
	transform: rotate(0deg);
	transition: all 0.25s ease-in;
}

.open-caret {
	transform: rotate(180deg);
	transition: all 0.25s ease-out;
}


/* dropdown for userclick end here */


/* dropdown for notification start here */

.dots .dropdown1 {
	display: inline-block;
}

.dots .dropdown1,
.dots .drop1 {
	background-color: #2f2f2f;
}

.dots .dropdown1 {
	position: relative;
	display: inline-block;
}

.dots .dropdown1,
.dots .drop1 {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	line-height: 19px;
	color: #9A9A9A;
	background-color: transparent;
	padding: 5px;
	border-radius: 6px;
	position: relative;
	display: inline-block;
	text-decoration: none !important;
}

.dots .dropdown-menu1 {
	display: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	list-style: none;
	margin: 0 auto;
	margin-top: 8px;
	padding: 0;
	position: absolute;
	float: left;
	/* max-height: 0; */
	/* overflow: hidden; */
	transition: all .55s linear;
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	right: 0;
	left: auto;
	width: 400px;
	z-index: 1000;
}

.dots .dropdown-menu1 li {
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
}

.show1 {
	display: block;
}

.dots li.drpheading {
	background-color: #ffffff;
	padding: 18px 0;
	display: block;
	font-family: 'Source Sans Pro';
	font-size: 17px;
	line-height: 20px;
	color: #4D565C;
	text-align: left;
	transition: all .25s linear;
	text-decoration: none !important;
	text-align: center;
	border-bottom: 1px solid #F1F1F3;
}

.dots li.drpheading a.seealllink {
	color: #3B86FF;
	padding: 5px 0;
	text-align: center;
	background-color: #ffffff;
	border-bottom: none;
	font-size: 13px;
	line-height: 15px;
	padding-left: 0;
	font-weight: normal;
}

.dots li a {
	padding: 12px 0 12px 30px;
	display: block;
	background-color: #FAFAFA;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 16px;
	color: #4D565C;
	text-align: left;
	transition: all .25s linear;
	text-decoration: none !important;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #F1F1F3;
}

.dots li.drp a span {
	padding: 0 0;
	display: block;
	background-color: #FAFAFA;
	font-family: 'Source Sans Pro';
	font-size: 11px;
	line-height: 13px;
	color: #4D565C;
	text-align: left;
	transition: all .25s linear;
	text-decoration: none !important;
	text-align: left;
	margin: 0 auto;
	width: auto;
	height: auto;
	font-weight: normal !important;
}


/* .dots .dropdown-menu1 li  a:hover, .dots .dropdown-menu1  li  a:focus {
 
  color: #02385E;
} */

.down-caret {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	display: inline-block;
	margin-left: 6px;
	top: -3px;
	position: relative;
	transform: rotate(0deg);
	transition: all 0.25s ease-in;
}

.open-caret {
	transform: rotate(180deg);
	transition: all 0.25s ease-out;
}


/* dropdown for notification end here */


/* dropdown naviagtion style end here */

.right-box {
	float: right;
}

.right-box i {
	font-size: 26px;
	color: #A5A4BF;
}

.customarrow {
	background-color: transparent;
	outline: 0;
	border-radius: 0 !important;
}

.customfont1 li a {
	font-family: 'Source Sans Pro';
	font-size: 14px;
	line-height: 19px;
	color: #9A9A9A;
	text-align: center;
	padding: 6px;
}

.user-settingicon {
	position: relative;
	display: inline-block;
}

.customfont1 p {
	font-family: 'Source Sans Pro';
	font-size: 15px;
	line-height: 19px;
	color: #9A9A9A;
	margin: 8px 0 0 0;
}

.arrrowicon2 {
	position: absolute;
	top: -30px;
	right: 20px;
	bottom: 0;
	font-size: 42px !important;
	color: #faf6f6 !important;
	width: 16px;
	height: 12px;
}


/* notificcation style start here */

.dots * {
	/* disable border-box from bootstrap */
	box-sizing: content-box;
	list-style-type: none;
}

.customarrow {
	padding: 0 5px;
}

.right-box i.customficon {
	font-size: 16px;
	line-height: 5px;
	padding-right: 5px;
	padding-left: 8px;
}

.customarrow span {
	font-family: 'Source Sans Pro';
	font-size: 12px;
	line-height: 14px;
	color: #43425D;
}

.dots {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.dots li.moti a.dropbutton1 {
	text-decoration: none;
	font-size: 20px;
	color: #34495e;
	text-decoration: none;
}

.dots li.moti a.dropbutton1:hover,
.dots li.moti a.dropbutton1:focus {
	text-decoration: none;
	font-size: 20px;
	color: #bdc3c7;
	text-decoration: none !important;
}

.dots {
	display: inline-block;
}

.dots .noti {
	display: box;
	-webkit-display: box;
	-moz-display: box;
	-o-display: box;
	-ms-display: box;
	position: relative;
	width: 100%;
	padding: 0 0;
}

.dots .noti span {
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #BCBCCB;
	padding: 0;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	position: relative;
}

.dots .noti mark {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #FFF;
	width: 20px;
	height: 20px;
	background-color: #FF6B6B;
	position: absolute;
	top: -5px;
	left: -10px;
	font-size: 10px;
	line-height: 13px;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	color: #FFF;
	font-weight: 700;
}

.dots .noti mark.big {
	width: 13px;
	height: 13px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 30px;
	font-size: 10px;
	line-height: 13px;
	top: -5px;
	left: 14px;
}

.dots .noti mark.green {
	background-color: #27ae60;
}

.dots .noti mark.blue {
	background-color: #3498db;
}

.dots>.noti>a>span>mark {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.dots>.noti:hover>a>span>mark {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.dots>.noti:hover>a>span>mark.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.dots>.noti:hover>a>span>mark.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

.dots>.noti:hover>a>span>mark.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.dots>.noti:hover>a>span>mark.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

.noti {
	list-style-type: none;
}

code {
	background: #ecf0f1;
}


/* animation keyframes */

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 1;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}


/* notification style end here */


/* navigation style start here */


/* task dashboard style start here */

.select-callback {
	display: inline-block;
}

.main-callback-section {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	align-items: center;
}

.callback-change {
	margin-left: 20px;
}

.select-callback {
	border-radius: 0 !important;
}

.task-chartbox {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}

.task-select {
	width: 20%;
}

.task-style-select {
	float: right;
}

.task-deatils {
	padding: 20px 15px 30px;
}

.task-style-select1 {
	/* border: none !important;
	border-radius: 0 !important; */
	width: 270px !important;
	background: #ffffff url("../img/icon-select.png") no-repeat 95% 55% !important;
	font-size: 25px !important;
	line-height: 30px !important;
	font-weight: bold;
}

.task-tablelist {
	padding: 20px 15px 30px;
}

.task-tablelist tr th {
	background-color: #F5F6FA;
	color: #A3A6B4;
	font-family: 'Source Sans Pro';
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

.task-tablelist tr td {
	background-color: #ffffff;
	border-bottom: 1px solid #F1F1F3;
	color: #4D4F5C;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	padding: 15px 15px;
}

.task-tablelist tr td button.btnbox {
	cursor: pointer;
	background-color: #02385E;
	color: #ffffff;
	border: none;
	padding: 10px 15px;
	width: 120px;
}

.call-form {
	padding: 15px 0;
}


/* select style for call */

.select-style-call {
	width: 134px;
	height: 40px;
	display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	-o-display: flex;
	-ms-display: flex;
	align-items: center;
	border: 1px solid #E8E9EC;
	border: 1px solid #E8E9EC;
	border-radius: 0;
	overflow: hidden;
	color: #4D4F5C;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 15px;
	border-radius: 0;
	background: #ffffff url("../img/arrow1.png") no-repeat 90% 55%;
	cursor: pointer;
}

.ficon {
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 15px;
	font-weight: normal !important;
}

div.mm-dropdown {
	border: 1px solid #E8E9EC;
	width: 135px;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	position: relative;
}

div.mm-dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	border: 1px solid #E8E9EC;
	border-top: 0;
	width: 135px;
	background: #ffffff;
	left: -1px;
	right: 0;
}

.activeclass {
	color: #b21f29 !important;
	font-weight: bold;
}

.calendar-box {
	width: 150px;
	display: inline-block;
	border-radius: 0;
}

.calendar-box input {
	border-radius: 0 !important;
	padding: 7px !important;
	font-family: 'Source Sans Pro' !important;
	font-size: 13px !important;
	line-height: 15px !important;
}

div.mm-dropdown ul li,
div.mm-dropdown div.textfirst {
	padding: 0;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 15px;
	color: #4D565C;
	padding: 8px 15px;
	cursor: pointer;
}

div.mm-dropdown div.textfirst img.down {
	float: right;
	margin-top: 5px
}

div.mm-dropdown ul li:last-child {
	border-bottom: 0;
}

div.mm-dropdown ul li {
	display: none;
	padding-left: 15px;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.mm-dropdown ul li.main {
	display: block;
}

.select-style-call select option {
	background: red !important;
	border-bottom: 1px solid #ffffff;
}

.select-style-call select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.select-style-call select:focus {
	outline: none;
}


/* select style for call */

.custombtn1,
.custombtn1:hover,
.custombtn1:focus {
	background: #02385E;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	outline: 0 !important;
}

.call-form label {
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding-top: 10px;
	float: left;
	width: 80px;
}

.colls-body {
	padding: 12px 15px;
}

.colls-body p {
	padding: 10px 0 0;
	background: transparent;
	color: #4D4F5C;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.colls-body p span.numtxt {
	padding: 10px 0 0;
	background: transparent;
	color: #4D4F5C;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
}


/* table collapse style start here */

.table tr {
	cursor: pointer;
}

.hiddenRow {
	padding: 0 4px !important;
	background-color: #eeeeee;
	font-size: 13px;
}


/* table collapse style end here */


/* task dashboard style start here */


/* dashboard content section start here */

.heading h1 {
	font-family: 'Source Sans Pro';
	font-size: 26px;
	line-height: 31px;
	/*color: #43425D;*/
	color:#b21f29;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	margin-top: 20px !important;
}

.dashboard-chartbox {
	background-color: #ffffff;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	padding: 20px;
}

.dashboard-chartbox p {
	font-family: 'Source Sans Pro';
	font-size: 21px;
	line-height: 27px;
	color: #43425D;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.dashboard-chartbox h1 {
	font-family: 'Source Sans Pro';
	font-size: 100px;
	line-height: 100px;
	color: #4D4F5C;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0;
}

.chart-points {
	width: 70%;
}

.dashboard-chartbox img {
	float: right;
}

.chart-deatils {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	align-items: center;
}

.performance-chartbox {
	padding: 16px 20px;
}

.performance-deatils {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	align-items: center;
	padding-bottom: 30px;
}

.performance-text {
	width: 80%;
	display: inline-block;
}

.performance-text p {
	font-family: 'Source Sans Pro';
	font-size: 20px;
	line-height: 26px;
	color: #43425D;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.performance-select {
	display: inline-block;
	text-align: right;
}


/* customised select style here */

.select-style {
	width: 200px;
	height: 40px;
	display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	-o-display: flex;
	-ms-display: flex;
	align-items: center;
	border: 1px solid #D7DAE2;
	border: 1px solid #D7DAE2;
	border-radius: 0;
	overflow: hidden;
	color: #4D4F5C;
	font-family: 'Source Sans Pro';
	font-size: 15px;
	line-height: 18px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	background: #ffffff url("../img/icon-select.png") no-repeat 90% 55%;
	cursor: pointer;
}

.form-control:focus {
	box-shadow: none !important;
}

.select-style select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.select-style select:focus {
	outline: none;
}


/* customised select style here */

.flexbox2 {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
}

.flexbox2 .col {
	flex: 1;
}

.flexbox2 .col:nth-child(1) {
	width: 57%;
	margin-right: 2%;
	background-color: #ffffff;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}

.flexbox2 .col:nth-child(2) {
	width: 40%;
	background-color: #ffffff;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}


/* dashboard content section start here */


/* dashboard style end here */


/* page styling end here */

.chartStyle{
	display: flex;
    padding-left: 10px;
    justify-content: center;
}
#revAmt{
	text-align:center;
	color:#a6a7ad;
	font-size:16px;
}
.cal_btn{
	
	cursor: pointer;
    color: #ffffff;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
	    margin-left: -15px;
}
.cal_btn:focus{
	outline:0;
}
.logoutBtn:hover{
	color: #b21f29 !important;
	font-weight:bold;
}
.viewMoreBtn{
	padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    width: 80px;
	cursor: pointer;
    background-color: #02385E;
    color: #ffffff;
    border: none;
}

.bibaClr{
	color: #b21f29 !important;
}

/* media query start here */

@media only screen and (max-width: 1200px) {
	/* dashboard style start here */
	.customwidth {
		width: 1000px;
		margin: 0 auto;
	}
	/* .mrp1{padding-left: 15px;}
	.mrp2{padding-right: 15px;} */
	.logoimg {
		width: 125px;
	}
	.logoimg1 {
		width: 70px;
		margin-left: 10px;
	}
	.navigation ul li a {
		font-size: 16px;
		line-height: 20px;
		padding-left: 12px;
		padding-right: 12px;
	}
	/* dashboard style end here */
	/* dashboard content section start here */
	.heading h1 {
		font-size: 22px;
		line-height: 27px;
	}
	.dashboard-chartbox p {
		font-size: 18px;
		line-height: 23px;
		padding-bottom: 10px;
	}
	.dashboard-chartbox h1 {
		font-size: 85px;
		line-height: 85px;
	}
	.performance-text p {
		font-size: 18px;
		line-height: 24px;
	}
	.task-style-select1 {
		font-size: 22px !important;
		line-height: 24px !important;
		width: 250px !important;
	}
	.task-tablelist tr th {
		font-size: 16px;
		line-height: 20px;
	}
	/* dashboard content section start here */
}

@media only screen and (max-width: 1028px) {
	/* dashboard style start here */
	.seemore-link,
	.seemore-link a {
		font-size: 16px;
		line-height: 19px;
	}
	.dropdown>.dropdown-menu.open {
		left: -5px;
	}
	.customwidth {
		width: 980px;
		margin: 0 auto;
	}
	.logoimg {
		width: 120px;
	}
	.logoimg1 {
		width: 65px;
		margin-left: 15px;
	}
	.navigation ul li a {
		font-size: 15px;
		line-height: 18px;
		padding-left: 12px;
		padding-right: 12px;
	}
	/* dashboard style end here */
	/* dashboard content section start here */
	.mrow {
		margin-left: 10px;
		margin-right: 10px;
	}
	.heading h1 {
		font-size: 20px;
		line-height: 24px;
	}
	.performance-text p {
		font-size: 15px;
		line-height: 20px;
	}
	.dashboard-chartbox p {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.dashboard-chartbox h1 {
		font-size: 75px;
		line-height: 75px;
	}
	.task-tablelist tr th {
		font-size: 15px;
		line-height: 20px;
	}
	/* dashboard content section start here */
}

@media only screen and (max-width: 992px) {
	.wrapper {
		width: 992px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	/* login style end here */
	.loginp-form {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.logos-container {
		padding-left: 12px;
		padding-right: 12px;
	}
	/* login style end here */
}

@media only screen and (max-width: 480px) {
	.logos-container img:nth-child(1) {
		width: 170px;
		margin: 0 auto;
	}
	.logos-container img:nth-child(3) {
		width: 90px;
		margin: 0 auto;
	}
	.form-container {
		width: 300px;
		margin: 0 auto;
	}
	.form-container .custombtn,
	.form-container .custombtn:hover,
	.form-container .custombtn:focus {
		width: 160px;
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 360px) {
	.logos-container img:nth-child(1) {
		width: 130px;
		margin: 0 auto;
	}
	.logos-container img:nth-child(3) {
		width: 90px;
		margin: 0 auto;
	}
	.form-container {
		width: 90%;
		margin: 0 auto;
	}
}


/* media query end here */

 
