/*--Style Sheet--*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
p{margin: 0 0 30px;}
p:last-child{margin: 0;}

.x-navbar .desktop .x-nav > li .x-nav-submenu, .x-navbar .mobile .x-nav > li .x-nav-submenu {
	position: absolute;
	top: 75px;
	background-color: #151515;
	padding: 8px 0;
	margin: 0;
	border-radius: 0 0 5px 5px;
	display: none;
}

.x-navbar .desktop .x-nav > li .x-nav-submenu.in, .x-navbar .mobile .x-nav > li .x-nav-submenu.in {
	display: block;
	margin: 0 0 30px;
}

.x-navbar .mobile .x-nav > li .x-nav-submenu.in {
	width: 100%;
	float: left;
}

.x-navbar .desktop .x-nav > li .x-nav-submenu li, .x-navbar .mobile .x-nav > li .x-nav-submenu li {
	list-style: none;
	text-align: left;
	float: left;
	width: 100%;
}

.x-navbar .desktop .x-nav > li .x-nav-submenu li a {
	color: hsla(0,0%,100%,0.5);
	padding: 5px 15px;
	white-space: nowrap;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	letter-spacing: 0.035em;
	margin: 0 0;
	display: inline-block;
}

.x-navbar .mobile .x-nav > li .x-nav-submenu li a {
	color: hsla(0,0%,100%,0.5);
	padding: 5px 15px;
	white-space: nowrap;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	letter-spacing: 0.035em;
	margin: 0 0;
	display: inline-block;
}

.x-navbar .desktop .x-nav > li .x-nav-submenu li a:hover, .x-navbar .mobile .x-nav > li .x-nav-submenu li a:hover {
	color: hsl(0,0%,96%);
}

.planwrap {
	display: inline-block;
	width: 280px;
	box-shadow: 0px 0px 9.88px 3.12px rgba(0, 0, 0, 0.06);
	margin: 0 15px;
	padding: 30px 15px 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	vertical-align: top;
	min-height: 445px;
	text-align: center;
}
.planwrap_name {
	font-weight: 700;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	color: #000;
}
.planwrap_price {
	float: left;
	width: 100%;
	font-size: 40px;
	font-weight: 700;
}
.planwrap_perlic {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.btnarea {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0px;
}
.decbtn {
	display: inline-block;
	width: 35px;
	padding: 6px 12px 6px 12px !important;
	border: none !important;
	border-radius: 5px !important;
	color: #fff !important;
	background-color: #F27244 !important;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}
.signuparea .planseats {
	display: inline-block;
	width: auto;
	border-radius: 5px;
	vertical-align: middle;
}
.payment_plans .planseats {
	display: inline-block;
	width: 50px;
	border-radius: 5px;
	vertical-align: middle;
	height: 35px !important;
	text-align: center;
	margin: 0 5px;
}
.btnarea .planseats {
	margin-bottom: 0;
}
.incbtn {
	display: inline-block;
	width: 35px;
	padding: 6px 11px 6px 11px !important;
	border: none !important;
	color: #fff !important;
	background-color: #F27244 !important;
	border-radius: 5px !important;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}
.planwrap_getstart {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.planwrap:nth-child(2) .planwrap_getstart {
	margin: 45px 0 30px 0;
}
.planbtn {
	background-color: #F27244 !important;
	color: #fff !important;
	border: none !important;
	padding: 12px 30px !important;
	border-radius: 4px !important;
	font-weight: bold !important;
}
.planwrap_features {
	float: left;
	width: 100%;
	color: #333;
	line-height: 27px;
	text-align: left;
	padding: 0 20px 0;
	font-weight: 600;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.additionalbtn {
	float: left;
	width: 100%;
	margin: 120px 0 0 0;
	text-align: center;
}
.additionalbtn .btn {
	padding: 15px 25px 15px 25px;
	font-size: 18px;
}
.additionalpricingplan {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.additionalpricingplan .planwrap_name {
	font-weight: 700;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	color: #000;
	text-align: center;
}
.additionalpricingplan .planwrap_price {
	float: left;
	width: 100%;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.additionalpricingplan .planbtn {
	background-color: #F27244;
	color: #fff;
	border: none;
	padding: 12px 30px;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
}
.additionalpricingplan .planwrap_getstart {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
}
.renewbtn {
	float: left;
	width: auto;
}


.userpage_content .btn.btn-primary {
	box-shadow: none;
	background-color: #FFF;
	border: none;
	border-radius: 3px;
	color: #F27244;
	padding: 12px 30px;
	border: 1px solid #F27244;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat';
	text-shadow: none;
}

.userpage_content .btn.btn-primary.added {
	background-color: #f27244;
	color: #fff;
}

.userpage_content .btn.btn-primary:hover {
	box-shadow: none;
	background-color: #F27244;
	color: #ffffff;
}

.userpage_content .btn.btn-primary:active {
	box-shadow: none;
	background-color: #ffffff;
	color: #ffffff;
}

.userpage_content .btn.btn-primary:focus {
	box-shadow: none;
}

.body_area {
	display: inline-block;
	width: 100%;
	margin: 120px 0 70px 0;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}

.minheightdashbrd {
	min-height: 640px;
}

.signuparea {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.signuparea_inner {
	display: inline-block;
	max-width: 460px;
	padding: 0;
	margin: 60px 0;
	min-width: 460px;
	box-shadow: 0px 0px 9.88px 3.12px rgba(0, 0, 0, 0.06);
	vertical-align: top;
}
.logoarea {
	float: left;
	width: 100%;
	margin: 30px 0 0px 0;
	padding: 15px;
}
.logoarea img {
	max-width: 214px;
}
.title_txt {
	float: left;
	width: 100%;
	padding: 0 30px;
}
.title_txt .pageheading {
	float: left;
	width: 100%;
	margin: 24px 0 0px 0;
	text-align: left;
	color: #3A3A37;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat';
}
.title_txt .pagesheading {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #3A3A37;
	font-family: 'Montserrat';
}
.payment_plans_sn {
	display: inline-block;
	width: calc(100% - 60px);
	margin: 15px 0 30px;
	font-size: 15px;
	padding: 15px 87px;
	font-weight: 600;
	text-align: left;
	background-color: #F27244;
	color: #fff;
	border-radius: 3px;
}
.payment_plans_sn span {
	display: inline-block;
	width: 87px;
}
.signup_form {
	float: left;
	width: 100%;
	padding: 0 30px 30px;
}

.signup_form .subtitle {
	font-weight: 700;
	border-bottom: 1px solid #000;
	float: left;
	margin: 0 0 10px;
}

.form_group {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.form_group:last-child {
	margin: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.w48{
    width: 48%;
}
.w100 {
    width: 100%;
}
.signup_form .form-control {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	height: 42px;
	border-radius: 0px;
}
.signup_form .form-control::placeholder {
    background-color: #ffffff;
}
.signup_form .form-control:active::placeholder {
    background-color: #ffffff;
}

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

.signup_form .createaccbtn {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #F27244;
    height: 48px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
}
#loginform .form_group:last-child .error_text {
	padding: 10px 0 0 0px;
}
.acceptext a {
    color: #F27244;
}


.error_text {
	float: left;
	font-size: 14px;
	padding: 0px 0 0 0px;
	color: #F27244;
	font-weight: 500;
}

.paymentblocks {
	float: left;
	width: 100%;
	margin: 60px 0;
}

.paymentsbox {
	float: left;
	width: 100%;
	text-align: center;
}

.paymentsbox_inner {
	display: inline-block;
	max-width: 340px;
	box-shadow: 0px 0px 9.88px 3.12px rgba(0, 0, 0, 0.06);
	border: 1px solid #ccc;
	vertical-align: top;
	border-radius: 3px;
}


.thankmsg {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}

.trxwrap_success {
	float: left;
	width: 100%;
	padding: 15px 30px 30px;
}

.trxwrap_failure {
	float: left;
	width: 100%;
	padding: 15px 30px 30px;
}

.trxwrap_sttext {
	font-weight: 600;
	font-size: 21px;
	color: #A34D37;
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.trxwrap_trxdetails {
	float: left;
	width: 100%;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 10px 0;
}
.trxwrap_weltext {
	float: left;
	width: 100%;
	font-size: 11px;
	margin: 0 0 30px 0;
}
.trxwrap_trxdetails_item {
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	color: #000;
}
.trxwrap_logibbtnwrap {
	float: left;
	width: 100%;
}
.trxwrap_logibbtnwrap a {
	display: inline-block;
	width: 145px;
	background-color: #A34D37;
	color: #fff;
	padding: 8px 7px;
	border-radius: 3px;
	font-weight: 600;
	text-decoration: none;
}
#loginform {
	float: left;
	width: 100%;
	padding: 0 30px 30px;
	margin: 25px 0 0 0;
}
.logincred {
	float: left;
	width: 100%;
	text-align: left;
	color: #3A3A37;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat';
	line-height: 24px;
	margin: 0 0 10px 0;
}
.forgorpass {
	float: left;
	width: 100%;
	text-align: left;
}
.forgorpass a {
	color: #398CBF;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat';
}
.forgorpass a:hover {
	color: #F27244;
}
#loginform .form-control {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px 15px;
	border-radius: 4px;
	color: #3A3A37;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat';
	line-height: 24px;
}
#loginform .form-control::placeholder {
    background-color: #ffffff;
	color: #3A3A37;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat';
	line-height: 24px;
}
#loginform .form-control:active::placeholder {
    background-color: #ffffff;
	color: #3A3A37;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat';
	line-height: 24px;
}

#loginform .forgorpass a {
	font-weight: 500;
}

#loginform .loginbtn {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #ffffff;
    color: #F27244;
    padding: 10px 15px;
    font-weight: 600;
	border: 1px solid #F27244;
	font-size: 16px;
	font-family: 'Montserrat';
}

#loginform .loginbtn:hover {
    background-color: #F27244;
	border: 1px solid #F27244;
	color: #ffffff;
}
.alreadyhavacc {
	margin: 0 0 30px 0px;
	float: left;
	width: 100%;
}
.haveanacc {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat';
}

.haveanacc a {
	color: #398CBF;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat';
}
.haveanacc a:hover {
	color: #F27244;
}

#forgorpwd{
	float: left;
	width: 100%;
	padding: 0 30px 30px;
	margin: 15px 0 0 0;
}
#forgorpwd .form-control {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	height: 42px;
	border-radius: 4px;
    border-radius: 3px;
}
#forgorpwd .form-control::placeholder {
    background-color: #ffffff;
}
#forgorpwd .form-control:active::placeholder {
    background-color: #ffffff;
}

#forgorpwd .forgotpassword {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #ffffff;
    height: 48px;
    color: #F27244;
    padding: 10px 15px;
    font-weight: 600;
	border: 1px solid #F27244;
}

#forgorpwd .forgotpassword:hover {
    background-color: #F27244;
    color: #ffffff;
}
.success {
	float: left;
	width: 100%;
	color: #008000;
	padding: 30px 30px 30px 30px;
	font-weight: 600;
}

.dashboardmenu_wrap {
	min-height: 680px;
}
.userarea {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.usericon {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 50px;
	padding: 0 0 0px 0;
}
.clubusername {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 15px;
	font-weight: 600;
	font-family: Montserrat;
	color: #3A3A37;
}
.clubarea {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 0 0;
}
.clubarea select.single {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: none;
}
.clubarea select.multiple {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border: none;
	cursor: pointer;
}

.dashmenu li {
	float: left;
	width: 100%;
	margin: 0 0 15px 0px;
	list-style: none;
}

.dashmenu li a {
	float: left;
	width: 100%;
	background-color: #eee;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
	padding: 14px 15px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat';
}
.dashmenu li a:hover {
	background-color: #F27244;
	border: 1px solid #F27244;
	color: #fff;
	border-radius: 5px;
}

.dashmenu li.active a {
	background-color: #F27244;
	border: #F27244;
	color: #fff;
	border-radius: 5px;
}

.userpage_title {
	padding: 14px 0px;
	float: left;
	width: 100%;
}
.userpage_title h2 {
	margin: 0;
	color: #3A3A37;
	font-size: 36px;
	font-family: 'Barlow';
	font-weight: 800;
	display: inline-block;
}
.userpage_title h2 .fa {
	padding: 0 10px 0 0;
}
.creaddevalee {
	float: left;
	width: 100%;
	text-align: right;
	margin: 27px 0 0 0;
}
.creaddevalee .btn.btn-primary {
	/* border: none;
	padding-left: 0;
	padding-right: 0;
	width: auto; */
}
.creaddevalee .btn.btn-primary:hover {
	color: #F27244;
	background-color: #fff;
}

.userpage_content {
	float: left;
	width: 100%;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
	font-family: 'Open Sans';
}

.bold-700 {
	font-weight: 700;
}

.bold-400 {
	font-weight: 400;
}

.flex-3-items-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-3-items-line img {
	display: inline-block;
    border-style: none;
    padding-bottom: 5px;
}

.flex-3-items-line .fa-info {
	border: 1px solid #050505;
    width: 18px;
    height: 18px;
    line-height: 15px;
    cursor: pointer;
    border-radius: 50%;
    color: #050505;
    text-align: center;
}

#being-doing-key, #heart-head-key {
	display: none;
}

.left-flex-3 {
	flex: 3;
	text-align: right;
}

.right-flex-3 {
	flex: 3;
	text-align: left;
}

.center-flex {
	flex: 1;
	text-align: center;
}

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

/* Tooltip container */
.tooltip-custom {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.heart-tooltip-bg {
	background-color: #E8BAB6;
}
.head-tooltip-bg {
	background-color: #CDE6AD;
}
.being-tooltip-bg {
	background-color: #C4DDEC;
}
.doing-tooltip-bg {
	background-color: #FFDBB3;
}
.heart-tooltip-color {
	color: #C72F21;
}
.head-tooltip-color {
	color: #6DC004;
}
.being-tooltip-color {
	color: #398CBF;
}
.doing-tooltip-color {
	color: #FD8700;
}
.tooltip-custom .tooltiptext {
	visibility: hidden;
	width: 308px;
	height: 178px;
	text-align: center;
	padding: 16px;
	border-radius: 8px;

	/* Position the tooltip text - see examples below! */
	bottom: 100%;
	right: -30px;
	margin-left: -60px;
	position: absolute;
	z-index: 1;
}

.tooltiphead {
	font-family: 'barlow';
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}
.tooltipitem {
	display: flex;
    justify-content: space-between;
	align-items: center;

	font-family: 'barlow';
	
	font-size: 16px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	line-height: 16px;
}

.tooltipitem p {
	padding-bottom: 2px;
}

.tooltipitem p:first-child {
	flex: 1;
	text-align: left;
	margin: 0;
	padding: 0;
}

.tooltipitem p:last-child {
	flex: 9;
	text-align: left;
	color: #000000;
	font-weight: 500;
}

.tooltip-custom .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	right: 30px;
	margin-left: -5px;
	border-width: 10px;
	border-style: solid;
	width: 20px;
    height: 12px;
	border-color: #E8BAB6 transparent transparent transparent;
}

.heart-tooltip .tooltiptext::after {
	border-color: #E8BAB6 transparent transparent transparent;
}
.head-tooltip .tooltiptext::after {
	border-color: #CDE6AD transparent transparent transparent;
}
.being-tooltip .tooltiptext::after {
	border-color: #C4DDEC transparent transparent transparent;
}
.doing-tooltip .tooltiptext::after {
	border-color: #FFDBB3 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-custom:hover .tooltiptext {
	visibility: visible;
}

.addevaluator_form {
	float: left;
	width: 100%;
	padding: 0 30px 30px;
}
.evaluatorbtn {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #E33F64;
    height: 48px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
}
.btn.evaluatorbtn {
	color: #fff;
}
.success_text {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 0 0;
	color: #008000;
	font-size: 16px;
}
.alreadyhavacc {
	margin: 0 0 30px 0px;
}
#evaloginform {
	float: left;
	width: 100%;
	padding: 0 30px 30px;
	margin: 15px 0 0 0;
}
#evaloginform .form-control {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	height: 42px;
	border-radius: 4px;
    border-radius: 3px;
}
#evaloginform .form-control::placeholder {
    background-color: #ffffff;
}
#evaloginform .form-control:active::placeholder {
    background-color: #ffffff;
}
#evaloginform .evaloginbtn {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #E33F64;
    height: 48px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
}
.evaluatorsbtn {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #E33F64;
    height: 48px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
}

.btn.evaluatorsbtn {
	color: #fff;
}

.assessment_wrapper {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.assessment_info {
	float: left;
	width: 100%;
	padding: 15px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.assessment_info .flex-aline {
	flex: 1; /* Ensures all elements take equal space */
}
.assessment_topics {
	/* float: left; */
	width: auto;
	color: #F27244;
  	text-align: left;
}

.evaluatee_name {
  	text-align: center;
	color: #AF6452;
}

.assessment_counts {
	/* float: right; */
	width: auto;
  	text-align: right;
}

.assessment_counts .activeindex {
	display: inline-block;
	width: auto;
	color: #F27244;
}

.assessment_counts .slashicon {
	display: inline-block;
	width: auto;
	margin: 0 2px;
}

.assessment_counts .totalindex {
	display: inline-block;
	width: auto;
}

.assessment_questions_wrapper {
	float: left;
	width: 100%;
}

.assessment_question {
	font-size: 20px;
	padding: 0 15px;
	margin: 0 0 15px;
	font-weight: 600;
	color: #000000;
	min-height: 60px;
	float: left;
	width: 100%;
}


.assessment_question_icon {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.assessment_question_icon .fa {
	font-size: 30px;
}

.assessment_question_options {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.questionops {
	padding: 0;
	margin: 0;
}

.bx-wrapper {
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}

.questionops li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	margin: 0 5px 0;
	width: auto;
	font-weight: 600;
	cursor: pointer;
	color: #000000;
}

.prevquestion {
	outline: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 600;
	font-family: Montserrat;
	background-color: #F27244 !important;
	border: 1px solid #F27244 !important;
}

.nextquestion {
	outline: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 600;
	font-family: Montserrat;
	background-color: #F27244 !important;
	border: 1px solid #F27244 !important;
}

.nextquestion.completeassessment {
	background-color: #398CBF !important;
	border: 1px solid #398CBF !important;
	color: #FFFFFF !important;
}

.nextquestion.completeassessment:hover {
	background-color: #52A7DC !important;
	border: 1px solid #52A7DC !important;
	color: #FFFFFF !important;
}

.sendnotifications {
	background-color: #ffffff !important;
	color: #F27244 !important;
	border: 1px solid #F27244 !important;
	min-height: 47px;
	padding: 0 15px 0;
}

.sendnotifications:hover {
	background-color: #F27244 !important;
	color: #ffffff !important;
	border: 1px solid #F27244 !important;
}

.generatereport {
	background-color: #ffffff !important;
	color: #F27244 !important;
	border: 1px solid #F27244 !important;
	min-height: 47px;
	min-width: 160px;
}

.generatereport:hover {
	background-color: #F27244 !important;
	color: #ffffff !important;
	border: 1px solid #F27244 !important;
}
/* Assessment Detal */
.assessment-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.assessment-detail-collapse {
	background-position: -12px 0px !important;
}

.assessment-detail-expand {
    background-position: -13px -7px !important;
}

.hiddenRow {
	padding: 0 !important;
}
.expand-background {
	background-color: #f8f9fa !important;
}
.assessment-detail-info-content {
	padding: 16px 14px;
}
.assessment-detail-info-content .due_date {
	padding: 12px 0;
}
.assessment-detail-info-content .due_date span {
	font-weight: 800;
}
.assessment-detail-info-content .due_date img {
	display: inline-block;
	padding-right: 10px;
	width: 27px;
	height: 27px;
}
.evaluatee-info-header, .evaluatee-info-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.evaluatee-info-header div {
	flex: 1;
	font-weight: 600;
}
.evaluatee-info-content div {
	flex: 1;
	font-weight: 500;
	padding: 12px 12px;
}
.evaluatee-info-content > *:not(:first-of-type) { border-left: 1px solid #dee2e6; }
.evaluatee-info-content .evaluatee_fname {
	font-weight: 600 !important;
}

.assessment-detail-info-content .evaluatee_info {
	font-size: 14px;
	font-weight: 500;
}

.evaluatee_fname {
	font-weight: 700;
}
.assessment-detail-info-content .evaluators {
	display: flex;
	justify-content: space-between;
}
.assessment-detail-info-content .evaluators > *:not(:first-of-type) { border-left: 1px solid #dee2e6; }
.assessment-detail-info-content .evaluators .column {
	flex: 1;
}
.assessment-detail-info-content .evaluators .column .content {
	font-weight: 500;
	border-bottom: 1px solid #dee2e6;
}
.evaluatee-info {
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 15px;
	border-radius: 4px;
}
.evaluatee-info-wrapper { padding: 0 !important; }
.assessment-detail-info-content .evaluators .column .heading {
	font-weight: 700;
	padding: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dee2e6;
}
.assessment-detail-info-content .evaluators .column .content .evaluatee {
	padding: 12px;
	border-bottom: 1px solid #dee2e6;
}
.send_notification {
	color: #7E7E7E;
	font-weight: 800 !important;
	padding-top: 10px;
	cursor: pointer;
}
.send_notification .active {
	color: #F27244;
}

/* End Assessment-detail */


.swal-icon {
    width: 104px !important;
    height: 104px !important;
}

.swal-modal {
	width: 463px !important;
	padding: 10px 0px !important;
}

.swal-modal .swal-text {
	padding: 0 30px !important;
}

.swal-icon--info:before {
    width: 8px;
    height: 23px;
    bottom: 27px;
    border-radius: 4px;
    margin-left: -3px;
}

.swal-icon--info:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: -3px;
    top: 35px;
}

.swal-icon--success__ring{
	border: 4px solid #CDE4AD !important;
	width: 104px !important;
    height: 104px !important;
}

.swal-icon--success__line {
	background-color: #6DC004  !important;
}

.swal-icon--warning {
	border-color: #E8BAB6 !important;
}

.swal-icon--warning__body, .swal-icon--warning__dot {
	background-color: #C72F21 !important;
}

.swal-icon--warning__body {
	margin-left: -3px;
	width: 8px;
    height: 29px;
    top: 30px;
    border-radius: 4px;
}

.swal-icon--warning__dot {
	width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -15px;
}

.swal-icon--success__line--long {
    width: 47px;
    right: 19px;
    top: 50px;
}

.swal-icon--success__line--tip {
    width: 25px;
    left: 25px;
    top: 60px;
}

.swal-footer {
	text-align: center;
}

.swal-footer .swal-button {
	background-color: #F27244 !important;
	color: #ffffff !important;
	border-color: #F27244 !important;
}

.swal-footer .swal-button:hover {
	background-color: #ffffff !important;
	color: #F27244 !important;
	border: 1px solid #F27244 !important;
}

.swal-footer .swal-button:active, .swal-footer .swal-button:focus {
	outline: none;
	box-shadow: none;
}

.nextquestion .fa {
	font-size: 17px;
	margin: 0 0 0 10px;
}

.all_evaluators_wrap {
	min-height: 197px;
	border-radius: 4px;
}
.all_evaluatees_wrap {
	min-height: 45px;
	border-radius: 4px;
}

.one_across_wrap {
	min-height: 197px;
}

.one_up_wrap {
	min-height: 197px;
}

.one_down_wrap {
	min-height: 197px;
}

.all_evaluators_label {
	background-color: #E3E3E3;
	color: #3A3A37;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 600 !important;
	font-family: 'Montserrat';
}
.all_evaluatees_label {
	background-color: #E3E3E3;
	color: #3A3A37;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 600 !important;
	font-family: 'Montserrat';
}

.one_across_label {
	background-color: #E3E3E3;
	color: #3A3A37;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 600 !important;
	font-family: 'Montserrat';
}

.one_down_label {
	background-color: #E3E3E3;
	color: #3A3A37;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 600 !important;
	font-family: 'Montserrat';
}

.one_up_label {
	background-color: #E3E3E3;
	color: #3A3A37;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 600 !important;
	font-family: 'Montserrat';
}


.all_evaluatees {
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
}
.all_evaluators {
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
}
.selected_evaluators {
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
}

.one_across {
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
}

.one_ups {
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
}

.one_downs {
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
}

.evaluator {
	float: left;
	width: 100%;
	margin: 0 0;
	padding: 5px 0 5px;
}

.evaluator_name {
	float: left;
	width: 40%;
	padding: 0;
}

.evaluator_fname {
	float: left;
	width: 100%;
	font-weight: 600;
	text-transform: capitalize;
}

.removeevltorbtn {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #F27244;
	border: 1px solid #F27244;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 15px;
	cursor: pointer;
	border-radius: 50%;
}

.removeevltorbtn .fa {
	font-size: 16px;
	position: relative;
	top: -2px;
}

.evaluator_btns {
	float: right;
	width: 60%;
	text-align: right;
}


.all_evaluators .btn-primary {outline: none !important; box-shadow: none !important;min-width: 100px;}
.selected_evaluators .btn-primary {outline: none !important; box-shadow: none !important;}

.pagination_custom {
	/* display: inline-block; */
	width: auto;
}

.pagination_custom .pagination-left {
	float: left;
}
.pagination_custom .pagination-left .rows_per_page {
	font-size: 16px;
	padding: 5px;
	border-radius: 4px;
}

.pagination_custom .pagination-left span {
	padding-left: 5px;
	font-weight: 200;
}

.pagination_custom .pagination-right {
	float: right;
}

.pagination_custom .page-numbers {
	background-color: #ffffff; /* rgb(228,63,101); */
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	color: grey;
	text-decoration: navajowhite;
	font-size: 16px;
	font-weight: 500;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 4px;
	min-width: 45px;
	min-height: 40px;
}

.pagination_custom .prev, .pagination_custom .next {
	background-color: #f27244;
	color: #ffffff;
}
.pagination_custom .page-numbers.current {
	background-color: #f27244;
	color: #ffffff;
}
.pagination_custom .page-numbers.placeholder-prevnext {
	color: #ccc;
    pointer-events: none;
    cursor: default;
}
.compareform select {
    font-size: 16px;
    padding: 8px 30px;
    font-weight: 600;
    height: 47px;
}
.compareform select option {
    font-size: 16px;
    padding: 8px 30px;
    font-weight: 600;
    height: 47px;
}
.yearselect {
	float: left;
	width: 100%;
	position: relative;
}
.years_digit {
    float: left;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    padding: 8px 30px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
	color: #3A3A37;
}
.years_digit .fa {
    float: right;
    margin: 5px 0px 0 0;
    font-size: 20px;
    font-weight: 600;
	color: #3A3A37;
}
.yearswrap {
	position: absolute;
	left: 0;
	top: 38px;
	border: 1px solid #CCC;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border-radius: 0 0 3px 3px;
	display: none;
	background-color: #fff;
}
.yearswrap.in {
	display: block;
}
.yearswrap li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 5px 8px 5px 8px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    color: #3A3A37;
}
.yearswrap li:last-child {
	border-bottom: none;
}
.yearswrap li .fa-check-square {
	color: #F27244;
}

.mw120 {
	min-width: 45px;
	display: inline-block;
}

.settings_form {
	float: left;
	width: 100%;
	padding: 0;
}

.settings_form .form-control {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	height: 42px;
	border-radius: 4px;
}
.settings_form .form-control::placeholder {
    background-color: #ffffff;
}
.settings_form .form-control:active::placeholder {
    background-color: #ffffff;
}

.togglepass {
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 42px;
	cursor: pointer;
	z-index: 1;
	text-align: center;
	line-height: 40px;
}

.evaluatee_search {
	position: absolute;
	right: 0px;
	top: 33px;
	width: 40px;
	height: 42px;
	z-index: 1;
	text-align: center;
	line-height: 42px;
}

.evsearchres {
	position: absolute;
	top: 85px;
	left: 0;
	min-height: 200px;
	overflow-y: auto;
	width: 100%;
	background-color: #ffffff;
	margin: 0;
	box-shadow: 0 0 6px 2px #ccc;
	border-radius: 4px;
	padding: 16px;
	list-style: none;
	display: none;
	z-index: 2;
	max-height: 222px;
}

.evsearchres.in {
	display: block;
}

.evsearchres li {
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
	cursor: pointer;
}

.evsearchres li .evselect {
	float: left;
	width: 20px;
}

.evsearchres li .evselect .fa {
	vertical-align: top;
	font-size: 23px;
}

.evsearchres li .evselect .fa.fa-check-square {
	color: #3A3A37;
}

.evsearchres li .evnameemail {
	float: left;
	width: calc(100% - 32px);
	margin: 0 0 0 12px;
}

.evsearchres li .evname {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat';
	color: #3f3f37;
	line-height: 14px;
	margin: 0 0 5px 0;
}

.evsearchres li .evemail {
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 14px;
	color: #3f3f37;
	line-height: 14px;
}

.evaluator_search {
	position: absolute;
	right: 0px;
	top: 33px;
	width: 40px;
	height: 42px;
	z-index: 1;
	text-align: center;
	line-height: 42px;
}

.datetimepicker_calendar {
	position: absolute;
	right: 0px;
	top: 33px;
	width: 40px;
	height: 42px;
	z-index: 1;
	text-align: center;
	line-height: 42px;
}

.datetimepicker_calendar img {
	margin: 10px 0 0 10px;
}

/* DateTimePicker Custom Style */
.xdsoft_datetimepicker {
	border-radius: 12px;
	padding: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar table, .xdsoft_datetimepicker .xdsoft_calendar table td, .xdsoft_datetimepicker .xdsoft_calendar table th {
	border: none;
	background-color: #ffffff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar table td {
	font-size: 14px !important;
	text-align: center;
}
.xdsoft_datetimepicker .xdsoft_calendar table td, .xdsoft_datetimepicker .xdsoft_calendar table th {
	width: 18.285714%;
	height: 46px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td>div {
	display: flex;
	justify-content: center;
	align-items: center;    
    padding-right: 0px !important;
    width: 46px;
    height: 46px; 
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 20px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #3af !important;
    box-shadow: none !important;
	border-radius: 4px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #F27244 !important;
	box-shadow: none !important;
	border-radius: 4px;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 362px !important;
}

.xdsoft_datetimepicker .xdsoft_label {
	font-size: 18px !important;
	padding: 20px 3px !important;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 130px !important;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 100px !important;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 144px !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 280px !important;
}

.xdsoft_time_box {
    border: 0px !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
	background: #ffffff !important;
	font-size: 14px !important;
	height: 26px !important;
	width: 104px;
	margin: 3px 0 3px 20px;
	border-bottom-width: 1px !important;
	border-top: 1px solid #E3E3E3 !important;
	border: 1px solid #E3E3E3;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    display: none !important;
}


.xdsoft_monthpicker .xdsoft_prev {
	background-position: 0 0 !important;
	height: 20px !important;
	width: 10px !important;
	margin-top: 24px !important;
    margin-left: 36px !important;
}

.xdsoft_monthpicker .xdsoft_next {
	background-position: -18px 0 !important;
	height: 20px !important;
	width: 10px !important;
	margin-top: 24px !important;
    margin-right: 36px !important;
}

.xdsoft_timepicker .xdsoft_prev {
    background-position: -31px 0 !important;
    height: 10px !important;
    width: 20px !important;
}

.xdsoft_timepicker .xdsoft_next {
    background-position: -31px -22px !important;
    height: 10px !important;
    width: 20px !important;
}

.xdsoft_datetimepicker .xdsoft_label i {
	background-position: -31px -22px !important;
    height: 10px !important;
    width: 20px !important;
	margin-left: 3px !important;
}

.xdsoft_timepicker .xdsoft_prev, .xdsoft_timepicker .xdsoft_next {
	margin-left: 68px !important;
    margin-top: 12px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    color: #E3E3E3 !important;
	opacity: 1 !important;
    cursor: default;
}

.xdsoft_datepicker_buttons {
	clear: both; display: flex; justify-content: flex-end; padding: 20px !important;
	border-top: 1px solid #373737 !important;
}

.xdsoft_datepicker_buttons button {
	width: 81px;
	height: 40px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 !important;
	margin-left: 10px;
}

.xdsoft_datepicker_buttons button:hover {
	border: 1px solid #F27244 !important;
}

.xdsoft_datepicker_buttons .cancel_btn {
	color: black;
	background: #fff;
	border: 1px solid #fff;
}

.xdsoft_datepicker_buttons .apply_btn {
	color: #fff;
	background: #F27244;
	border: 1px solid #F27244;
}


/* End DateTimePicker Style */

.evasearchres {
	position: absolute;
	top: 85px;
	left: 0;
	min-height: 200px;
	overflow-y: auto;
	width: 100%;
	background-color: #ffffff;
	margin: 0;
	box-shadow: 0 0 6px 2px #ccc;
	border-radius: 4px;
	padding: 16px;
	list-style: none;
	display: none;
	max-height: 223px;
	z-index: 2;
}

.evasearchres.in {
	display: block;
}

.evasearchres li {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	cursor: pointer;
}

.evasearchres li:last-child {
	margin: 0 0 0 0;
}

.evasearchres li .evselect {
	float: left;
	width: 20px;
}

.evasearchres li .evselect .fa {
	vertical-align: top;
	font-size: 23px;
}

.evasearchres li .evselect .fa.fa-check-square {
	color: #3A3A37;
}

.evasearchres li .evnameemail {
	float: left;
	width: calc(100% - 32px);
	margin: 0 0 0 12px;
}

.evasearchres li .evname {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat';
	color: #3f3f37;
	line-height: 14px;
	margin: 0 0 5px 0;
}

.evasearchres li .evemail {
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 14px;
	color: #3f3f37;
	line-height: 14px;
}

.subtitle {
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 20px 0;
}

#licensetable {
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;

}
#licensetable thead {
	background-color: #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
#licensetable thead tr {
	border-color: #E3E3E3;
	border-style: none;
    border-bottom: 1px solid #E3E3E3;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
#licensetable .license {
	cursor: pointer;
}
#licensetable .license .selincese{
	text-align: center;
}

#licensetable .license .selincese .fa {
	font-size: 15px;
}

#licensetable .license .fa-check-circle {
	color: #F27244;
}

.additionalbtn .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}
.addevaluatee .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}
.addevaluators .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}
.viewevaluatees .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}
.viewevaluators .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}
.viewpayments .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}


.updateevaluatee .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}
.addevaluator .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}

.renaddbtn {
	min-height: 35px;
}

.renaddbtn .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}
.editevaluator .btn-primary:hover {
	color: #fff;
	background-color: #F27244;
	border-color: #F27244;
}

.userphoto {
	float: left;
	width: 100%;
	position: relative;
}

.userpic {
	margin: auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
}
.editpic {
	position: relative;
	right: 0;
	font-size: 13px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: -0.2px;
	color: #000;
}
.x-nav-wrap.desktop {
	display: block;
	text-align: right;
}

.masthead-inline .desktop .x-nav {
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0 10px 0 0;
}
.note {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #3F3F37;
    font-weight: 400;
}
.note span {
    font-weight: 700;
    color: #3F3F37;
}
.loginform .loginbtn:focus {
	border: none;
	box-shadow: none;
}
.info {
	width: 100%;
}
.info .fa {
	border: 1px solid #F27244;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	border-radius: 50%;
	color: #F27244;
	text-align: center;
}
.page-id-92 .swal-text {
	text-align: center;
}

.masthead-inline .x-btn-navbar {
	text-decoration: none;
}
.x-navbar .mobile .x-nav {
	padding: 0;
}
.x-navbar .x-nav-wrap .x-nav > li > a {
	text-decoration: none;
}

.mobilemenu {
	cursor: pointer;
	float: right;
	margin: 10px 0 0 0;
	display: none;
}
.mobilemenu .fa {
	font-size: 30px;
}

.dashboardmenuarea {
	position: fixed;
	top: 0;
	left: -100%;
	width: 80%;
	z-index: 1031;
	transition: all 0.3s ease-in;
	background-color: #fff;
	height: 100%;
}

.dashboardmenuarea.in {
	left: 0;
}
.closemenu {
	float: left;
	width: 100%;
}
.closemenu .fa {
	font-size: 24px;
	padding: 10px 16px 0px 0px;
	font-weight: 400;
	float: right;
	cursor: pointer;
	font-family: FontAwesome;
}

.widgetbox h5 {
	font-size: 17px;
}

.welcome_text_message {
	white-space: pre-wrap;
}


/* The switch - the box around the slider */
.role-switch-container {
	text-align: right;
    font-weight: 500;
	font-size: 16px;
}

.role-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
}

/* Hide default HTML checkbox */
.role-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.role-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #398CBF;
	-webkit-transition: .4s;
	transition: .4s;
}

.role-switch .slider:before {
	position: absolute;
	content: "";
	height: 22px;
    width: 22px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.role-switch input:checked + .slider {
	background-color: #F27244;
}

.role-switch input:focus + .slider {
	box-shadow: 0 0 1px #F27244;
}

.role-switch input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.role-switch .slider.round {
	border-radius: 34px;
}

.role-switch .slider.round:before {
	border-radius: 50%;
}

.role-switch-label, .role-switch {
	display: inline-block !important;
}

.dashboard_notifications {
	float: left;
	width: 100%;
}

.dashboard_notification {
	float: left;
	width: 100%;
	background-color: #f6f6f6;
	padding: 15px;
	margin: 0 0 15px;
	border-left: 5px solid #F27244;
}

.dashboard_notification:last-child {
	margin: 0;
}

.notification_left {
	float: left;
	width: 75%;
}

.notification_title {
	float: left;
	width: 100%;
	font-weight: 600;
	color: #F27244;
}

.notification_description {
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
}

.notification_evaluatee_name {
	float: left;
	width: 100%;
	font-weight: 500;
	color: #000;
	margin: 5px 0 0 0;
	font-size: 14px;
}

.notification_right {
	float: left;
	width: 25%;
	text-align: right;
}

.notification_date {
	float: left;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	color: #000;
}

.notification_button {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}

.notification_button a {
	color: #F27244;
	font-weight: 600;
	padding: 10px 22px;
	border-radius: 3px;
	font-size: 13px;
	border: 1px solid #F27244;
	transition: all 0.1s ease-in;
	float: right;
	width: auto;
}

.notification_button a:hover {
	background-color: #F27244;
	color: #fff;
}

.body_area .error_text {
	font-weight: 500;
}

.startnewassessmet {
	float: right;
	width: auto;
}
.startnewassessmet .btn.btn-primary {
	box-shadow: none;
	background-color: #F27244;
	border: none;
	border-radius: 3px;
	color: #FFF;
	padding: 12px 30px;
	border: 1px solid #F27244;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 600;
}
.startnewassessmetphone {
	float: right;
	width: auto;
}
.startnewassessmetphone .btn.btn-primary {
	box-shadow: none;
	background-color: #F27244;
	border: none;
	border-radius: 3px;
	color: #FFF;
	padding: 10px 30px;
	border: 1px solid #F27244;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 600;
}
.startnewassessmetphone {
	float: right;
	width: auto;
	display: none;
}
.widgetbox h4 {
	font-size: 20px;
	color: #3A3A37;
	font-family: 'Montserrat';
	font-weight: 700;
}
.welcome_text_message {
	font-size: 16px;
	color: #3A3A37;
	font-family: 'montserrat';
	font-weight: 400;
}

.welcome_text_message a {
	color: #F27244 !important;
}
.evaluateesno {
	font-size: 36px;
	line-height: 44px;
	color: #A64C38;
	font-weight: 800;
}
.evaluteebox h5 {
	font-size: 20px;
	color: #3A3A37;
	font-family: 'Montserrat';
	font-weight: 700;
}
.evaluteebox p {
	font-size: 16px;
	color: #3A3A37;
	font-family: 'montserrat';
	font-weight: 400;
	line-height: 24px;
}

.Evaluatorsno {
	font-size: 36px;
	line-height: 44px;
	color: #A64C38;
	font-weight: 800;
}
.evaluatorsbox h5 {
	font-size: 20px;
	color: #3A3A37;
	font-family: 'Montserrat';
	font-weight: 700;
}
.evaluatorsbox p {
	font-size: 16px;
	color: #3A3A37;
	font-family: 'montserrat';
	font-weight: 400;
	line-height: 24px;
}
.lastpayno {
	font-size: 36px;
	line-height: 44px;
	color: #A64C38;
	font-weight: 800;
}
.lastpaynobox h5 {
	font-size: 20px;
	color: #3A3A37;
	font-family: 'Montserrat';
	font-weight: 700;
}
.lastpaynobox p {
	font-size: 16px;
	color: #3A3A37;
	font-family: 'montserrat';
	font-weight: 400;
	line-height: 24px;
}
.lasttrdateno {
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #3F3F37;
}

.widgetbox h4 {
	font-size: 20px;
	color: #3A3A37;
	font-family: 'Montserrat';
	font-weight: 700;
}
.table.evaluatee_table {
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;

}
.table.evaluatee_table a:hover {
	color: #F27244;
}
.evaluatee_table thead {
	background-color: #E3E3E3;
}
.evaluatee_table.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #E3E3E3;
}
.evaluatee_table.table thead tr th {
	border-bottom-color: #E3E3E3;
	font-size: 16px;
	font-family: 'montserrat';
	line-height: 24px;
	font-weight: 700;
	padding: 16px 16px;
}
.evaluatee_table.table tbody tr td {
	font-size: 13px;
	font-family: 'Montserrat';
	line-height: 23px;
	color: #3A3A37;
	padding: 16px 16px;
	white-space: nowrap;
}
.evaluatee_table.table tbody tr td a{
	font-size: 16px;
	font-family: 'Montserrat';
	line-height: 24px;
	color: #3A3A37;
	font-weight: 700;
	color: #F27244;
}
.table.evaluator_table {
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
.table.evaluator_table a:hover {
	color: #F27244;
}
.evaluator_table thead {
	background-color: #E3E3E3;
}
.evaluator_table.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #E3E3E3;
}
.evaluator_table.table thead tr th {
	border-bottom-color: #E3E3E3;
	font-size: 16px;
	font-family: 'montserrat';
	line-height: 24px;
	font-weight: 700;
	padding: 16px 16px;
}
.evaluator_table.table tbody tr td {
	font-size: 13px;
	font-family: 'Montserrat';
	line-height: 23px;
	color: #3A3A37;
	padding: 16px 16px;
	white-space: nowrap;
}
.evaluator_table.table tbody tr td a{
	font-size: 16px;
	font-family: 'Montserrat';
	line-height: 24px;
	color: #3A3A37;
	font-weight: 700;
	color: #F27244;
}

.page-template-assessments .table-responsive {
	overflow: auto !important;
}
.page-template-assessments .table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
}
.page-template-assessments .table-responsive::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.page-template-assessments .table-responsive::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, .1);
}
.page-template-assessments .table-responsive {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, .5) rgba(255, 255, 255, .1);
}

.table.assessments_table {
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
.table.assessments_table a:hover {
	color: #F27244;
}
.assessments_table thead {
	background-color: #E3E3E3;
}
.assessments_table.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #E3E3E3;
}
.assessments_table.table thead tr th {
	border-bottom-color: #E3E3E3;
	font-size: 16px;
	font-family: 'montserrat';
	line-height: 24px;
	font-weight: 700;
	padding: 16px 16px;
}
.assessments_table.table tbody tr td {
	font-size: 13px;
	font-family: 'Montserrat';
	line-height: 23px;
	color: #3A3A37;
	padding: 16px 14px;
	white-space: nowrap;
	font-weight: 400;
}
.assessments_table.table tbody tr td a{
	font-size: 16px;
	font-family: 'Montserrat';
	line-height: 24px;
	color: #3A3A37;
	font-weight: 700;
	color: #F27244;
}
.x-colophon.bottom .x-colophon-content {
	font-size: 14px !important;
}

.table.pay_history_table {
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
.table.pay_history_table a:hover {
	color: #F27244;
}
.pay_history_table thead {
	background-color: #E3E3E3;
}
.pay_history_table.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #E3E3E3;
}
.pay_history_table.table thead tr th {
	border-bottom-color: #E3E3E3;
	font-size: 16px;
	font-family: 'montserrat';
	line-height: 24px;
	font-weight: 700;
	padding: 16px 16px;
}
.pay_history_table.table tbody tr td {
	font-size: 13px;
	font-family: 'Montserrat';
	line-height: 23px;
	color: #3A3A37;
	padding: 16px 14px;
	white-space: nowrap;
	font-weight: 400;
}
.pay_history_table.table tbody tr td a{
	font-size: 16px;
	font-family: 'Montserrat';
	line-height: 24px;
	color: #3A3A37;
	font-weight: 700;
	color: #F27244;
}

.addevaluatee {
	float: right;
	width: auto;
	margin: 5px 0 0 0;
}
.addevaluators {
	float: right;
	width: auto;
	margin: 5px 0 0 0;
}

.addevaluatee a {
	background-color: #ffffff;
	color: #F27244;
	border: 1px solid #F27244;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	font-family: 'Montserrat';
}
.addevaluators a {
	background-color: #ffffff;
	color: #F27244;
	border: 1px solid #F27244;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	font-family: 'Montserrat';
}


/*Css for modal evaluatee*/

#exampleModalLabel {
	float: left;
	width: 100%;
	text-align: left;
	color: #3A3A37;
	font-size: 22px;
	font-weight: 800;
	font-family: 'Montserrat';
	line-height: 24px;
	margin: 12px 0 13px 0;
}
#addevaluatee .addevaluatee {
	float: right;
	width: 100%;
	margin: 15px 0 0 0;
}

.addevaluatee .btn.btn-primary {
	box-shadow: none;
	background-color: #F27244;
	border: none;
	border-radius: 3px;
	color: #FFF;
	padding: 12px 30px;
	border: 1px solid #F27244;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 600;
	float: left;
	width: 100%;
}
.addevaluator {
	float: right;
	width: 100%;
	margin: 15px 0 0 0;
}

.addevaluators .btn.btn-primary {
	box-shadow: none;
	background-color: #F27244;
	border: none;
	border-radius: 3px;
	color: #FFF;
	padding: 12px 30px;
	border: 1px solid #F27244;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 600;
	float: left;
	width: 100%;
}

.modal-pd {
	padding: 0 15px 30px 15px;
}

.gobackbtn {
	cursor: pointer;
}

.gobackbtn:hover .fa {
	color: #F27244;
}

.assessments_table.table tbody tr td.assmntnm {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width:980px){

	.x-navbar .x-btn-navbar, .x-navbar .x-btn-navbar:hover {
		color: #fff;
	}

	.dashboardmenu_wrap_desktop {
		display: none;
	}
	.masthead-inline .desktop .x-nav {
		display: none;
	}

	.x-navbar .desktop .x-nav > li .x-nav-submenu, .x-navbar .mobile .x-nav > li .x-nav-submenu {
		position: relative;
		top: 0px;
	}

	.x-navbar .desktop .x-nav > li .x-nav-submenu li a {
		padding: .75em .95em;
		margin: 0 0 11px;
		display: inline-block;
		width: 100%;
	}

	.x-navbar .mobile .x-nav > li .x-nav-submenu li a {
		padding: 8px 15px;
		margin: 0 0 0;
		display: inline-block;
		width: 100%;
		border: none;
	}

	.x-navbar .desktop .x-nav > li .x-nav-submenu li:last-child a {
		margin: 0 0 30px;
	}

	.x-navbar .mobile .x-nav > li .x-nav-submenu li:last-child a {
		margin: 0 0 0;
	}

	.evaluator_btns {
		float: right;
		width: 100%;
		text-align: right;
	}
	.planwrap {
		margin: 15px 15px;
	}
	.mobilemenu {
		display: block;
	}
	.startnewassessmet {
		float: right;
		width: auto;
		display: none;
	}
	.startnewassessmetphone {
		float: right;
		width: auto;
		display: inline-block;
		margin: 0 0 0 15px;
	}


}
@media(max-width: 680px){
	.container{max-width: 100%;}
	.signuparea_inner{max-width: 100%; min-width: 100%;}
	.payment_plans_sn {
		display: inline-block;
		width: 100%;
		margin: 15px 0 30px;
		font-size: 15px;
		padding: 15px 0px;
		font-weight: 600;
		text-align: left;
		background-color: #E33F64;
		color: #fff;
		border-radius: 3px;
	}
	.payment_plans_sn span {
		display: inline-block;
		width: auto;
	}
	.evaluator_btns {
		float: right;
		width: 100%;
		text-align: right;
	}
	.planwrap {
		margin: 15px 15px;
	}
}

#club-logo-display {
    max-width: 250px;
    margin-bottom: 20px;
}