/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 .assessment_button {}
 .assessment_button img {
	 width: 18px;
	 margin: 0 0 0 12px;
	 display: none;
 }
 .assessment_button button {
	padding: 12px 24px;
    text-decoration: none;
    border: 2px solid #efaf43;
    background-color: #efaf43;
    border-color: #efaf43;
    color: #fff;
    font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 13px;
 }
.assessment_button button:hover,
.assessment_button button:active,
.assessment_button button:focus {
	border: 2px solid #efaf43;
    background-color: #efaf43;
    border-color: #efaf43;
    opacity: 0.9;
	color: #fff;
}
 .assessment_button button:disabled,
 .assessment_button button[disabled]{
   border: 1px solid #999999;
   background-color: #cccccc;
   color: #666666;
   cursor: inherit;
 }
 #responseIsSelected {}
 #responseIsSelected .success {
	 background: green;
	 color: #fff;
	 display: inline-block;
	 margin: 20px 0 0;
	 padding: 10px 20px;
 }
 #responseIsSelected .error {
	 background: red;
	 color: #fff;
	 display: inline-block;
	 margin: 20px 0 0;
	 padding: 10px 20px;
 }
 .selectFeedbackData ul {
	 margin: 0;
 }
 ul {
	 margin-bottom: 0 !important;
 }
 .user_error {
	 color: red !important;
	 font-size: 12px !important;
	 margin: 15px 0 0 !important;
 }
 .preloader-wrap {
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0; 
   bottom: 0;
   z-index : 2; 
 }
 
 .percentage {
   z-index: 100;
   border: 1px solid #ccc;
   text-align:center;
   color: #fff;
   line-height: 30px;
   font-size : 15px;
 }
 .loader a {
	 text-align: center;
	 display: inline-block;
	 background: #fff;
	 padding: 10px 20px;
	 font-size: 20px;
	 color: #000;
	 font-weight: bold;
	 margin: 15px 0 0;
	 border-radius: 4px;
 }
 .loader a:hover {
	 background: #fff;
	 color: #000;
 }
 .loader, .percentage {
	 height: 30px;
	 max-width: 500px;
	 border: 2px solid #00a0c1;
	 border-radius: 20px;
	 font-weight: 300;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
 }
 .loader:after,
 .percentage:after {
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
 }
 .trackbar {
   width: 100%;
   height: 100%;
   border-radius: 20px;
   color: #fff;
   text-align: center;
   line-height: 30px;
   overflow: hidden;
   position: relative;
   opacity: 0.99;
 }
 .loadbar {
	 width: 0%;
	 height: 100%;
	 background: repeating-linear-gradient( 45deg, #012243, #012243 10px, #00a6dc 10px, #00a6dc 20px );
	 box-shadow: 0px 0px 14px 1px #012243;
	 position: absolute;
	 top: 0;
	 left: 0;
	 animation: flicker 5s infinite;
	 overflow: hidden;
 }
 .preloader-wrap p {
	 text-align: center !important;
	 margin: 8px 0 0 !important;
	 font-size: 14px;
	 color: #fff;
 }
 @keyframes animation {
   10% {
	 opacity: 0.9;
   }
   30% {
	 opacity: 0.86;
   }
   60% {
	 opacity: 0.8;
   }
   80% {
	 opacity: 0.75;
   }
 }
 .tti-platform {
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 z-index: 999999999;
	 background: #042545;
	 top: 0;
	 left: 0;
 }
 #isSelected {
	 background: #042545;
	 border: none;
	 color: #fff;
	 padding: 12px 20px;
	 border-radius: 4px;
	 font-size: 14px;
	 text-transform: uppercase;
 }
 .download_pdf {
	 font-size: 14px;
 }
 .download_pdf img {
	 float: left;
 }
 .download_pdf span {
	 float: left;
	 margin: 8px 0 0;
	 color: #000;
	 font-weight: bold;
 }
 #take_loader_front {
	 width: 20px;
	 margin: 10px 0 0 9px;
	 display: none;
 }
 .selectFeedbackData label {
  display: block;
	 margin-top: -9px;
 }
 .selectFeedbackData label span{
   position: relative;
   top: -5px;
 }
 .ttisi-content-block  li {
   list-style: none;
   display: block;
   padding-left: 20px;
   background-image:url('../images/filled_circle.png');
   background-repeat: no-repeat;
   background-position: 0 9px;
   margin-bottom: 10px;
   background-size: 6px;
   margin: 0 0 0 12px !important;
 }
 #wdm_enroll_help_btn {
   display: none;
 }
 .ttisi-front-noti {
   position: relative;
   border-left-color: #f11b42 !important;
   overflow: hidden;
   background: #fff;
   border-left: 4px solid #fff;
   box-shadow: 1px 1px 5px 3px rgba(0,0,0,.2);
   margin: 14px 0 22px;
   padding: 1px 12px;
 }
 .related .add_to_cart_button {
   display: none !important;
 }
 #ttisi-assessment-users_length{
   padding-bottom: 20px;
 }
 .tti-user-assess-history {
   float: left;
   margin-right: 40px;
 }
 .ttisi-content-block ul {
	 margin: 0;
	 padding-left: 20px;	
 }
 
 .selectFeedbackData label span {
	 position: relative;
	 top: -11px;
 }
 .tti-platform-user-level-loading {
   display: none;
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 999999999;
   background: #042545;
   top: 0;
   left: 0;
 }
 /*header#masthead,
 .menu-panel {
   z-index: 1 !important;
 }*/

 /* Order thank you page style */
.woocommerce-order .download-report {
    border: 2px solid #00a8e1;
    padding: 20px 10px;
	margin: 35px 0px;
}

.woocommerce-order .download-report h4 {
	margin-bottom: 0px;
}
.woocommerce-order .download-report img {
	vertical-align: bottom;
}

/* WooCommerce Accouint page style */
.frop-account-wrapper h3 {
    color: #00a6e4;
    margin-bottom: 10px;
    border-bottom: 2px solid black;
}
.frop-account-wrapper .frop-report {
    padding: 10px;
    border: 2px solid #00a6e4;
    margin-bottom: 24px;
}
.frop-account-wrapper p.message {
    margin-bottom: 15px;
}
.frop-account-wrapper .frop-report a {
	display: inline-block;
    padding: 5px;
    border: 2px solid #00a6e4;
    background-color: #00a6e4;
    color: #fff;
    box-shadow: 5px 5px 5px 0px #888888;
	border-radius: 5px;
}
.frop-account-wrapper .frop-report img {
	vertical-align: middle;
}


/* Range Slider Style */
.gen-charac-accuracy {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Work Sans", sans-serif;
	text-align: center;
}
.gen-charac-accuracy h4 {
	margin: 0;
}
.gen-charac-accuracy h4 {
	color: #999;
	font-weight: 500;
}
.gen-charac-accuracy h4:after {
	content: "%";
	padding-left: 1px;
}
.gen-charac-accuracy input[type=range] {
	outline: 0;
	border: 0;
	border-radius: 500px;
	width: 100%;
	max-width: 100%;
	margin: 24px 0 16px;
	transition: box-shadow 0.2s ease-in-out;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.gen-charac-accuracy input[type=range] {
		overflow: hidden;
		height: 40px;
		-webkit-appearance: none;
		background-color: #ddd;
	}
	.gen-charac-accuracy input[type=range]::-webkit-slider-runnable-track {
		height: 40px;
		-webkit-appearance: none;
		color: #444;
		-webkit-transition: box-shadow 0.2s ease-in-out;
		transition: box-shadow 0.2s ease-in-out;
	}
	.gen-charac-accuracy input[type=range]::-webkit-slider-thumb {
		width: 40px;
		-webkit-appearance: none;
		height: 40px;
		cursor: ew-resize;
		background: #fff;
		box-shadow: -340px 0 0 320px #1597ff, inset 0 0 0 40px #1597ff;
		border-radius: 50%;
		-webkit-transition: box-shadow 0.2s ease-in-out;
		transition: box-shadow 0.2s ease-in-out;
		position: relative;
	}
	.gen-charac-accuracy input[type=range]:active::-webkit-slider-thumb {
		background: #fff;
		box-shadow: -340px 0 0 320px #1597ff, inset 0 0 0 3px #1597ff;
	}
}

.gen-charac-accuracy input[type=range]::-moz-range-progress {
	background-color: #43e5f7;
}
.gen-charac-accuracy input[type=range]::-moz-range-track {
	background-color: #9a905d;
}
.gen-charac-accuracy input[type=range]::-ms-fill-lower {
	background-color: #43e5f7;
}
.gen-charac-accuracy input[type=range]::-ms-fill-upper {
	background-color: #9a905d;
}
.gen-charac-accuracy .display-accuracy {
	position: relative;
    left: -50%;
    color: #fff;
    font-weight: 600;
    top: 5px;
	display: none;
}
.gen-charac-accuracy  #h4-container {
	width: inherit;
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	position: absolute;
}
.gen-charac-accuracy  #h4-container #h4-subcontainer {
	width: 100%;
	position: relative;
}
.gen-charac-accuracy  #h4-container #h4-subcontainer h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	width: 40px;
	height: 40px;
	color: #fff !important;
	font-size: 12px;
	transform-origin: center -10px;
	transform: translateX(0%) scale(1.85);
	transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.gen-charac-accuracy  #h4-container #h4-subcontainer h4 span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1597ff;
	border-radius: 0 50% 50% 50%;
	transform: rotate(45deg);
	z-index: -1;
}
  
.gen-charac-accuracy  input:not(:active) + #h4-container h4 {
	opacity: 0.7;
	margin-top: -50px;
	pointer-events: none;
}

/* Style Message */
.ftf-ajax-message {
    color: #000000;
    padding: 35px;
    text-align: center;
    position: relative;
    background-color: #f8f8f8;
    clear: both;
    margin: 30px 0;
    font: inherit;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 600;
}
p.ftf-action {
    text-align: center;
    padding-top: 10px;
}
p.ftf-action a {
    padding: 12px 24px;
    text-decoration: none;
    border: 2px solid #efaf43;
    background-color: #efaf43;
    border-color: #efaf43;
    color: #fff;
    font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 13px;
}
p.ftf-action a:hover,
p.ftf-action a:active,
p.ftf-action a:focus {
	border: 2px solid #efaf43;
    background-color: #efaf43;
    border-color: #efaf43;
    opacity: 0.9;
	color: #fff;
}

.ftf-error-notice {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
	margin: 2rem 0rem 0rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.ftf-error-notice p {
    padding: 0;
    margin: 0;
}
.ftf-invite-partner label {
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: Lora;
    font-size: 15px;
}
.ftf-invite-partner label span.ftf-required {
    color: red;
}

.ftf-invite-partner input[type="text"],
.ftf-invite-partner input[type="email"] {
    min-height: 27px;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f8fa;
}
.ftf-invite-partner .ftf-border-red,
.ftf-border-red {
	border-color: red !important;
}
.ftf-invite-partner .ftf-error-display {
	color: red !important;
    padding: 0;
    margin: 0 0 20px;
    font-size: 14px;
}

div.ftf-action {
    text-align: left;
    padding-top: 10px;
}
div.ftf-action input[type="submit"] {
    padding: 12px 24px;
    text-decoration: none;
    border: 2px solid #efaf43;
    background-color: #efaf43;
    border-color: #efaf43;
    color: #ffffff;
    font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 13px;
}
div.ftf-action input[type="submit"]:hover,
div.ftf-action input[type="submit"]:active,
div.ftf-action input[type="submit"]:focus {
	opacity: .9;
	background-color: #efaf43;
    border-color: #efaf43;
    color: #ffffff;
}


/* Loader */
/* Loader - Absolute Center Spinner */

.gdpr-loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.gdpr-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}


/* :not(:required) hides these rules from IE9 and below */

.gdpr-loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.gdpr-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*  Dashboard Sections Locked */
.ftf_mark_section_compelete a.locked-section,
input.locked-section {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
