File: /var/www/concertium.com/public_html/wp-content/themes/dt-the7/css/style.css
@charset "UTF-8";
@font-face {
font-family: 'cooper_hewittbold';
src: url("../fonts/cooperhewitt-bold-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-bold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'cooper_hewittbook';
src: url("../fonts/cooperhewitt-book-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-book-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'cooper_hewittmedium';
src: url("../fonts/cooperhewitt-medium-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-medium-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'cooper_hewittmedium_italic';
src: url("../fonts/cooperhewitt-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-mediumitalic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
.clearfix:after,.clearfix:before{display:table;content:" "}
.clearfix:after{clear:both}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Noto Sans', sans-serif;
font-size: 16px;
line-height: 1.25;
color: #293a47;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-family: 'cooper_hewittmedium';
font-weight: normal;
}
.text-center{
text-align: center !important;
}
p{
margin-bottom: 25px;
}
.no-padding-top{padding-top:0 !important;}
.no-padding-bottom{padding-bottom:0 !important;}
.no-box-shadow{box-shadow:none !important;}
.scoring-wrapper{
margin: 0 auto 40px;
}
#question-answer-container,
#scoring_submit_button,
.question-type-cat{
display: none;
}
.scoring-container{
margin: 0;
}
.scoring-container.hide{
display: none;
}
.scoring-container h1{
font-family: 'cooper_hewittmedium';
font-size: 28px;
border-bottom: 1px solid #cdd1d4;
margin: 40px 0 30px;
padding: 0 0 15px;
color: #293a47;
}
.scoring-box-panel{
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
padding: 16px;
margin: 0 0 30px;
opacity: 0.4;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 10px;
}
.scoring-box-panel:after{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.scoring-box-panel.active{
opacity: 1;
background-color: #293a47;
color: #ffffff;
box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}
.scoring-box-panel.active .checkbox label,
.scoring-box-panel.active .radio label{
color: #ffffff;
}
.scoring-box-panel.active:after{
display: none;
}
.scoring-start-box{
padding: 100px 150px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
margin: 0 0 30px;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 10px;
text-align: center;
}
.scoring-button{
font-weight: 700;
color: #ffffff;
height: 46px;
min-width: 150px;
padding: 12px;
border: none;
border-radius: 5px;
background-color: #ff671f;
cursor: pointer;
line-height:inherit;
font-family:"Noto Sans", Helvetica, Arial, Verdana, sans-serif;
}
.heading-wrapper{
border-bottom: 1px solid #cdd1d4;
margin: 40px 0 30px;
padding: 0 0 15px;
display: flex;
justify-content: space-between;
}
.heading-wrapper h2{
font-family: 'cooper_hewittmedium';
font-size: 28px;
margin: 0;
width: 75%;
color:#293a47;
}
.scoring-right-pan{
display: flex;
align-items: center;
}
.scor-ans-text{
font-size: 13px;
color: #94a3ac;
margin-right: 10px;
white-space: nowrap;
}
.scor-preload-pan{
width: 185px;
height: 10px;
background-color: #98a4ae;
border-radius: 15px;
position:relative;
overflow: hidden;
}
.scor-preload-pan span{
position: absolute;
height: 100%;
left: 0;
top: 0;
background-color: #ffbf3f;
}
.question-heading{
font-family: 'cooper_hewittmedium';
font-size: 26px;
margin: 0 0 30px;
padding: 5px 0 4px 50px;
position: relative;
text-align: left;
}
.question-heading span{
width: 40px;
height: 40px;
background-color: #ff671f;
font-size: 20px;
font-family: 'cooper_hewittbold';
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
color: #ffffff;
}
/*Checkbox & Radio*/
.form-panel {
position: relative;
}
.scor-form-heading{
font-size: 20px;
font-family: 'cooper_hewittmedium';
}
.checkbox, .radio {
margin-bottom: 5px; }
.checkbox input[type="checkbox"], .radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
position: absolute;
visibility: hidden;
top: 1px; }
.checkbox input[type="checkbox"]:checked + label:after, .radio input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after,
.radio input[type="radio"]:checked + label:after {
opacity: 1;
filter: alpha(opacity=100); }
.checkbox input[type="checkbox"]:checked + label:before, .radio input[type="checkbox"]:checked + label:before,
.checkbox input[type="radio"]:checked + label:before,
.radio input[type="radio"]:checked + label:before {
border-color: #ff671f;
background-color: #ff671f; }
.checkbox input[type="checkbox"]:disabled + label, .radio input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label,
.radio input[type="radio"]:disabled + label {
color: #aeb6c0; }
.checkbox input[type="checkbox"]:disabled + label:before, .radio input[type="checkbox"]:disabled + label:before,
.checkbox input[type="radio"]:disabled + label:before,
.radio input[type="radio"]:disabled + label:before {
opacity: 0.4;
filter: alpha(opacity=40); }
.checkbox input[type="checkbox"]:disabled + label:hover:before, .radio input[type="checkbox"]:disabled + label:hover:before,
.checkbox input[type="radio"]:disabled + label:hover:before,
.radio input[type="radio"]:disabled + label:hover:before {
opacity: 0.4;
filter: alpha(opacity=40);
border-color: #aeb6c0;
background-color: transparent; }
.checkbox input[type="checkbox"]:disabled + label:hover:after, .radio input[type="checkbox"]:disabled + label:hover:after,
.checkbox input[type="radio"]:disabled + label:hover:after,
.radio input[type="radio"]:disabled + label:hover:after {
opacity: 0;
filter: alpha(opacity=0); }
.checkbox.no-text label, .no-text.radio label {
padding-left: 20px; }
.checkbox label, .radio label {
cursor: pointer;
position: relative;
padding: 7px 7px 7px 40px;
font-size: 14px;
color: #293a47;
font-weight: 400;
line-height: 1.4;
margin: 0;
display: block;
min-height: 18px;
border-radius: 5px;
}
.radio label:hover{
background-color: #4f5763;
}
.checkbox label::before, .radio label::before {
content: "";
border: 1px solid #aeb6c0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 16px;
height: 16px;
position: absolute;
left: 10px;
top: 50%;
display: block;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
border-radius: 0.2rem; }
.checkbox label::after, .radio label::after {
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: #ffffff;
font-size: 1.26rem;
position: absolute;
left: 0;
top: 50%;
display: block;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
text-align: center;
width: 1.692rem; }
.radio input[type="radio"]:checked + label:before {
background-color: #ff671f; }
.radio label:before {
border-radius: 50%; }
.radio label:after {
border: 2px solid #fff;
border-top: none;
border-left: none;
width: 7px;
height: 12px;
position: absolute;
top: 50%;
left: 12px;
margin-top: -4px;
content: " ";
-moz-box-sizing: border-box;
box-sizing: border-box;
opacity: 0;
transform: scale(0.7) rotate(45deg) translate(0, -50%);;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.radio label:hover:before {
background-color: transparent; }
.scoring-question{
margin: 0 0 20px;
font-family: 'cooper_hewittmedium';
font-size: 18px;
}
.scor-top-heading{
display: flex;
justify-content: space-between;
}
.scoring-gray-button{
font-size: 18px;
font-weight: 700;
color: #ffffff;
height: 48px;
min-width: 150px;
padding: 12px;
border: none;
border-radius: 5px;
background-color: #293a47;
cursor: pointer;
}
.scor-chart-pan{
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
padding: 40px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
border-radius: 5px;
margin: 0 0 30px;
}
.gauge-chart{
margin-left: 30px;
margin-bottom: 20px;
}
.gauge-chart-final{
margin-left: 0;
margin-bottom: 20px;
}
.scor-chart-right{
width: 415px;
border-radius: 5px;
background-color: #293a47;
padding: 30px 84px 20px 30px;
color: #fff;
font-size: 30px;
position: relative;
margin-right: 30px;
margin-bottom: 20px;
}
.scor-bog-text{
font-family: 'cooper_hewittmedium';
font-size: 102px;
display: block;
line-height: 1;
margin: 5px 0 0 0;
}
.scor-chart-right:after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 17px 18px 17px 0;
border-color: transparent #293a47 transparent transparent;
position: absolute;
right: 100%;
top: 50%;
transform: translate(0, -50%);
}
.scor-thumb-pan{
background-color: #3b4b59;
width: 60px;
height: 60px;
border-radius: 50%;
position: absolute;
right: 20px;
bottom: 65px;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
color: #ffbf3f;
}
.scor-thumb-pan span{
position: absolute;
width: 100%;
font-size: 12px;
color: #fff;
top: 100%;
left: 0;
margin-top: 8px;
}
.scor-chart-comment{
width: 100%;
margin: 20px 0 0;
background-color: #98a4ae;
padding: 66px 130px;
border-radius: 0 0 5px 5px;
}
.textarea-wrapper{
display: flex;
justify-content: space-between;
align-items: center;
}
.input-panel {
display: block;
width: 100%;
height: 38px;
padding: 6px 15px;
font-size: 14px;
line-height: 1.4;
color: #293a47;
background-color: #ffffff;
background-image: none;
border: 1px solid #e4e4e4;
border-radius: 5px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
textarea.input-panel {
height: auto;
resize: none;
min-height: 70px;
}
.scor-chart-comment label{
display: block;
margin: 0 0 6px;
color: #fff;
width: 100%;
}
.scor-chart-comment .input-panel{
border-color: #868c90;
border-radius: 0;
}
.textarea-wrapper button{
margin-left: 40px;
}
.scor-chart{
width: 460px;
}
.scor-chart_final{
width: 200px;
}
.form-panel02{
position: relative;
margin: 0 0 20px;
}
.form-panel02 label{
margin: 0 0 6px;
display: block;
}
.question-heading02{
font-size: 24px;
margin-bottom: 40px;
}
.scoring-box-wrapper{
margin: 0 -15px 30px;
}
.scoring-box{
width: 25%;
float: left;
padding: 0 15px;
margin: 0 0 30px;
}
.scoring-box-inner{
border: 1px solid #cdd1d4;
box-shadow: 0 4px 7px rgba(0,0,0,0.1);
background-color: #fff;
padding: 20px 12px 12px;
text-align: center;
background-color: #98a4ae;
color: #fff;
border-radius: 5px;
}
.scoring-box-inner h4{
font-size: 24px;
min-height: 120px;
color: #fff;
}
.scoring-box-inner p{
font-weight: 700;
margin: 0 0 8px;
}
.scoring-box-inner p span{
display: block;
font-size: 26px;
}
.score-preload{
width: 100%;
height: 22px;
padding: 2px 6px;
color: #fff;
border-radius: 25px;
font-size: 14px;
font-weight: 700;
display: flex;
justify-content: space-between;
align-items: center;
background: #293a47;
background: linear-gradient(to right, #293a47 0%,#ff671f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293a47', endColorstr='#ff671f',GradientType=1 );
}
.text-danger {
color: #dc3545 !important;
}
/***Responsive***/
@media only screen and (max-width: 1180px) {
.scoring-box-inner h4 {
font-size: 22px;
min-height: 90px;
}
}
@media only screen and (max-width: 960px) {
.scoring-start-box{
padding: 50px 0;
}
.gauge-chart{
margin-left: 0;
}
.scor-chart-pan{
padding-top: 20px;
}
.scor-chart-right{
margin: 20px 0;
}
.scor-chart-right:after{
border-width: 0 17px 18px 17px;
border-color: transparent transparent #253746 transparent;
top: auto;
bottom: 100%;
left: 50%;
transform: translate(-50% , 1px);
}
.scor-chart-comment{
padding: 30px;
}
.scoring-box{
width: 50%;
}
}
@media only screen and (max-width: 767px) {
.scoring-wrapper {
margin: 0 15px;
}
.scoring-container h1{
font-size: 22px;
}
.scoring-start-box {
padding: 20px 0;
}
.scoring-button,
.scoring-gray-button{
font-size: 16px;
height: 42px;
min-width: 120px;
padding: 8px;
}
.heading-wrapper{
display: block;
}
.heading-wrapper h2{
font-size: 22px;
width: auto;
margin: 0 0 18px;
}
.question-heading{
font-size: 22px;
padding-left: 46px;
margin-bottom: 20px;
}
.question-heading span{
width: 34px;
height: 34px;
font-size: 18px;
}
.scoring-question{
font-size: 16px;
}
.scor-top-heading{
display: block;
margin: 0 0 25px;
text-align: center;
}
.scor-chart{
width: 100%;
}
.scor-chart-right{
width: 90%;
font-size: 20px;
padding: 20px 70px 15px 20px;
}
.scor-bog-text{
font-size: 70px;
}
.scor-thumb-pan{
width: 45px;
height: 45px;
bottom: 40px;
}
.scor-thumb-pan span{
white-space: nowrap;
left: -6px;
}
.scor-chart-comment {
padding: 20px;
margin-top: 30px;
}
.textarea-wrapper{
display: block;
}
.textarea-wrapper button {
margin: 15px 0 0;
}
.scoring-box-wrapper {
margin: 0 0 20px;
}
.scoring-box {
width: 100%;
float: none;
padding: 0;
margin-bottom: 20px;
}
}
=======
@charset "UTF-8";
@font-face {
font-family: 'cooper_hewittbold';
src: url("../fonts/cooperhewitt-bold-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-bold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'cooper_hewittbook';
src: url("../fonts/cooperhewitt-book-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-book-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'cooper_hewittmedium';
src: url("../fonts/cooperhewitt-medium-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-medium-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'cooper_hewittmedium_italic';
src: url("../fonts/cooperhewitt-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/cooperhewitt-mediumitalic-webfont.woff") format("woff");
font-weight: normal;
font-style: normal; }
.clearfix:after,.clearfix:before{display:table;content:" "}
.clearfix:after{clear:both}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Noto Sans', sans-serif;
font-size: 16px;
line-height: 1.25;
color: #293a47;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-family: 'cooper_hewittmedium';
font-weight: normal;
}
.text-center{
text-align: center !important;
}
p{
margin-bottom: 25px;
}
.no-padding-top{padding-top:0 !important;}
.no-padding-bottom{padding-bottom:0 !important;}
.no-box-shadow{box-shadow:none !important;}
.scoring-wrapper{
margin: 0 auto 40px;
}
#question-answer-container,
#scoring_submit_button,
.question-type-cat{
display: none;
}
.scoring-container{
margin: 0;
}
.scoring-container.hide{
display: none;
}
.scoring-container h1{
font-family: 'cooper_hewittmedium';
font-size: 28px;
border-bottom: 1px solid #cdd1d4;
margin: 40px 0 30px;
padding: 0 0 15px;
color: #293a47;
}
.scoring-box-panel{
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
padding: 16px;
margin: 0 0 30px;
opacity: 0.4;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 10px;
}
.scoring-box-panel:after{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.scoring-box-panel.active{
opacity: 1;
background-color: #293a47;
color: #ffffff;
box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}
.scoring-box-panel.active .checkbox label,
.scoring-box-panel.active .radio label{
color: #ffffff;
}
.scoring-box-panel.active:after{
display: none;
}
.scoring-start-box{
padding: 100px 150px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
margin: 0 0 30px;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 10px;
text-align: center;
}
.scoring-button{
font-weight: 700;
color: #ffffff;
height: 46px;
min-width: 150px;
padding: 12px;
border: none;
border-radius: 5px;
background-color: #ff671f;
cursor: pointer;
line-height:inherit;
font-family:"Noto Sans", Helvetica, Arial, Verdana, sans-serif;
}
.heading-wrapper{
border-bottom: 1px solid #cdd1d4;
margin: 40px 0 30px;
padding: 0 0 15px;
display: flex;
justify-content: space-between;
}
.heading-wrapper h2{
font-family: 'cooper_hewittmedium';
font-size: 28px;
margin: 0;
width: 75%;
color:#293a47;
}
.scoring-right-pan{
display: flex;
align-items: center;
}
.scor-ans-text{
font-size: 13px;
color: #94a3ac;
margin-right: 10px;
white-space: nowrap;
}
.scor-preload-pan{
width: 185px;
height: 10px;
background-color: #98a4ae;
border-radius: 15px;
position:relative;
overflow: hidden;
}
.scor-preload-pan span{
position: absolute;
height: 100%;
left: 0;
top: 0;
background-color: #ffbf3f;
}
.question-heading{
font-family: 'cooper_hewittmedium';
font-size: 26px;
margin: 0 0 30px;
padding: 5px 0 4px 50px;
position: relative;
text-align: left;
}
.question-heading span{
width: 40px;
height: 40px;
background-color: #ff671f;
font-size: 20px;
font-family: 'cooper_hewittbold';
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
color: #ffffff;
}
/*Checkbox & Radio*/
.form-panel {
position: relative;
}
.scor-form-heading{
font-size: 20px;
font-family: 'cooper_hewittmedium';
}
.checkbox, .radio {
margin-bottom: 5px; }
.checkbox input[type="checkbox"], .radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
position: absolute;
visibility: hidden;
top: 1px; }
.checkbox input[type="checkbox"]:checked + label:after, .radio input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after,
.radio input[type="radio"]:checked + label:after {
opacity: 1;
filter: alpha(opacity=100); }
.checkbox input[type="checkbox"]:checked + label:before, .radio input[type="checkbox"]:checked + label:before,
.checkbox input[type="radio"]:checked + label:before,
.radio input[type="radio"]:checked + label:before {
border-color: #ff671f;
background-color: #ff671f; }
.checkbox input[type="checkbox"]:disabled + label, .radio input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label,
.radio input[type="radio"]:disabled + label {
color: #aeb6c0; }
.checkbox input[type="checkbox"]:disabled + label:before, .radio input[type="checkbox"]:disabled + label:before,
.checkbox input[type="radio"]:disabled + label:before,
.radio input[type="radio"]:disabled + label:before {
opacity: 0.4;
filter: alpha(opacity=40); }
.checkbox input[type="checkbox"]:disabled + label:hover:before, .radio input[type="checkbox"]:disabled + label:hover:before,
.checkbox input[type="radio"]:disabled + label:hover:before,
.radio input[type="radio"]:disabled + label:hover:before {
opacity: 0.4;
filter: alpha(opacity=40);
border-color: #aeb6c0;
background-color: transparent; }
.checkbox input[type="checkbox"]:disabled + label:hover:after, .radio input[type="checkbox"]:disabled + label:hover:after,
.checkbox input[type="radio"]:disabled + label:hover:after,
.radio input[type="radio"]:disabled + label:hover:after {
opacity: 0;
filter: alpha(opacity=0); }
.checkbox.no-text label, .no-text.radio label {
padding-left: 20px; }
.checkbox label, .radio label {
cursor: pointer;
position: relative;
padding: 7px 7px 7px 40px;
font-size: 14px;
color: #293a47;
font-weight: 400;
line-height: 1.4;
margin: 0;
display: block;
min-height: 18px;
border-radius: 5px;
}
.radio label:hover{
background-color: #4f5763;
}
.checkbox label::before, .radio label::before {
content: "";
border: 1px solid #aeb6c0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 16px;
height: 16px;
position: absolute;
left: 10px;
top: 50%;
display: block;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
border-radius: 0.2rem; }
.checkbox label::after, .radio label::after {
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: #ffffff;
font-size: 1.26rem;
position: absolute;
left: 0;
top: 50%;
display: block;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
text-align: center;
width: 1.692rem; }
.radio input[type="radio"]:checked + label:before {
background-color: #ff671f; }
.radio label:before {
border-radius: 50%; }
.radio label:after {
border: 2px solid #fff;
border-top: none;
border-left: none;
width: 7px;
height: 12px;
position: absolute;
top: 50%;
left: 12px;
margin-top: -4px;
content: " ";
-moz-box-sizing: border-box;
box-sizing: border-box;
opacity: 0;
transform: scale(0.7) rotate(45deg) translate(0, -50%);;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.radio label:hover:before {
background-color: transparent; }
.scoring-question{
margin: 0 0 20px;
font-family: 'cooper_hewittmedium';
font-size: 18px;
}
.scor-top-heading{
display: flex;
justify-content: space-between;
}
.scoring-gray-button{
font-size: 18px;
font-weight: 700;
color: #ffffff;
height: 48px;
min-width: 150px;
padding: 12px;
border: none;
border-radius: 5px;
background-color: #293a47;
cursor: pointer;
}
.scor-chart-pan{
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
padding: 40px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
border-radius: 5px;
margin: 0 0 30px;
}
.gauge-chart{
margin-left: 30px;
margin-bottom: 20px;
}
.gauge-chart-final{
margin-left: 0;
margin-bottom: 20px;
}
.scor-chart-right{
width: 415px;
border-radius: 5px;
background-color: #293a47;
padding: 30px 84px 20px 30px;
color: #fff;
font-size: 30px;
position: relative;
margin-right: 30px;
margin-bottom: 20px;
}
.scor-bog-text{
font-family: 'cooper_hewittmedium';
font-size: 102px;
display: block;
line-height: 1;
margin: 5px 0 0 0;
}
.scor-chart-right:after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 17px 18px 17px 0;
border-color: transparent #293a47 transparent transparent;
position: absolute;
right: 100%;
top: 50%;
transform: translate(0, -50%);
}
.scor-thumb-pan{
background-color: #3b4b59;
width: 60px;
height: 60px;
border-radius: 50%;
position: absolute;
right: 20px;
bottom: 65px;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
color: #ffbf3f;
}
.scor-thumb-pan span{
position: absolute;
width: 100%;
font-size: 12px;
color: #fff;
top: 100%;
left: 0;
margin-top: 8px;
}
.scor-chart-comment{
width: 100%;
margin: 20px 0 0;
background-color: #98a4ae;
padding: 66px 130px;
border-radius: 0 0 5px 5px;
}
.textarea-wrapper{
display: flex;
justify-content: space-between;
align-items: center;
}
.input-panel {
display: block;
width: 100%;
height: 38px;
padding: 6px 15px;
font-size: 14px;
line-height: 1.4;
color: #293a47;
background-color: #ffffff;
background-image: none;
border: 1px solid #e4e4e4;
border-radius: 5px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
textarea.input-panel {
height: auto;
resize: none;
min-height: 70px;
}
.scor-chart-comment label{
display: block;
margin: 0 0 6px;
color: #fff;
width: 100%;
}
.scor-chart-comment .input-panel{
border-color: #868c90;
border-radius: 0;
}
.textarea-wrapper button{
margin-left: 40px;
}
.scor-chart{
width: 460px;
}
.scor-chart_final{
width: 200px;
}
.form-panel02{
position: relative;
margin: 0 0 20px;
}
.form-panel02 label{
margin: 0 0 6px;
display: block;
}
.question-heading02{
font-size: 24px;
margin-bottom: 40px;
}
.scoring-box-wrapper{
margin: 0 -15px 30px;
}
.scoring-box{
width: 25%;
float: left;
padding: 0 15px;
margin: 0 0 30px;
}
.scoring-box-inner{
border: 1px solid #cdd1d4;
box-shadow: 0 4px 7px rgba(0,0,0,0.1);
background-color: #fff;
padding: 20px 12px 12px;
text-align: center;
background-color: #98a4ae;
color: #fff;
border-radius: 5px;
}
.scoring-box-inner h4{
font-size: 24px;
min-height: 60px;
color: #fff;
}
.scoring-box-inner p{
font-weight: 700;
margin: 0 0 8px;
}
.scoring-box-inner p span{
display: block;
font-size: 26px;
}
.score-preload{
width: 100%;
height: 22px;
padding: 2px 6px;
color: #fff;
border-radius: 25px;
font-size: 14px;
font-weight: 700;
display: flex;
justify-content: space-between;
align-items: center;
background: #293a47;
background: linear-gradient(to right, #293a47 0%,#ff671f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293a47', endColorstr='#ff671f',GradientType=1 );
}
.text-danger {
color: #dc3545 !important;
}
/***Responsive***/
@media only screen and (max-width: 1180px) {
.scoring-box-inner h4 {
font-size: 22px;
}
}
@media only screen and (max-width: 960px) {
.scoring-start-box{
padding: 50px 30px;
}
.gauge-chart{
margin-left: 0;
}
.scor-chart-pan{
padding-top: 20px;
}
.scor-chart-right{
margin: 20px 0;
}
.scor-chart-right:after{
border-width: 0 17px 18px 17px;
border-color: transparent transparent #253746 transparent;
top: auto;
bottom: 100%;
left: 50%;
transform: translate(-50% , 1px);
}
.scor-chart-comment{
padding: 30px;
}
.scoring-box{
width: 50%;
}
}
@media only screen and (max-width: 767px) {
.scoring-wrapper {
margin: 0 15px;
}
.scoring-container h1{
font-size: 22px;
}
.scoring-start-box {
padding: 20px;
}
.scoring-button,
.scoring-gray-button{
font-size: 16px;
height: 42px;
min-width: 120px;
padding: 8px;
}
.heading-wrapper{
display: block;
}
.heading-wrapper h2{
font-size: 22px;
width: auto;
margin: 0 0 18px;
}
.question-heading{
font-size: 22px;
padding-left: 46px;
margin-bottom: 20px;
}
.question-heading span{
width: 34px;
height: 34px;
font-size: 18px;
}
.scoring-question{
font-size: 16px;
}
.scor-top-heading{
display: block;
margin: 0 0 25px;
text-align: center;
}
.scor-chart{
width: 100%;
}
.scor-chart-right{
width: 90%;
font-size: 20px;
padding: 20px 70px 15px 20px;
}
.scor-bog-text{
font-size: 70px;
}
.scor-thumb-pan{
width: 45px;
height: 45px;
bottom: 40px;
}
.scor-thumb-pan span{
white-space: nowrap;
left: -6px;
}
.scor-chart-comment {
padding: 20px;
margin-top: 30px;
}
.textarea-wrapper{
display: block;
}
.textarea-wrapper button {
margin: 15px 0 0;
}
.scoring-box-wrapper {
margin: 0 0 20px;
}
.scoring-box {
width: 100%;
float: none;
padding: 0;
margin-bottom: 20px;
}
}