* {
    outline: none !important;
}

hr
{
    border-top-color:#b2b2b2 !important;
}

.page_content {
    width: 100%;
    border: 1px solid #c4ced3;
    padding:10px;
}

.breadcrumbs {
    font-size: 13px;
    margin: 20px 0px 0px 0px;
}

.breadcrumbs a, 
.breadcrumbs a:hover
{
    color:#6d6d6d;
    text-decoration:none;
}

.breadcrumbs a:last-of-type
{
    font-weight:bold;
}

.param
{
    width:100%;
    margin-bottom:15px;
}

.param_name
{
    display:inline-block;
    width:40%;
    text-align:right;
    vertical-align:top;
    font-weight:bold;
}

.param_instr
{
    width:100%;
    font-weight:normal;
    margin-bottom:5px;
}

.param_value
{
    display:inline-block;
    margin-left:25px;
    text-align:left;
    width: calc(59% - 25px);
}

.param_ellipsis
{
    max-width:98%;
    display:inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.param.disabled
{
    color:#ccc;
}

.alignLeft
{
    text-align:left !important;
}



/*.param [type='radio'] {
    transform: scale(1.3);
    margin-right: 5px;
}*/

/*==================== Radio button ===========================*/
.radio-item {
    display: block;
    position: relative;
    /*padding: 0 6px;*/
    /*margin: 10px 0 0;*/
    margin-top: -5px;
    margin-bottom: 10px;
}

/*.param .radio-item:last-of-type {
    margin-bottom: 0px;
}*/

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    margin:0px;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 13px;
    border: 2px solid #6D6D6D;
    background-color: transparent;
}


.radio-item input[type=radio]:checked + label:after {
    border-radius: 15px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    left: 7px;
    content: " ";
    display: block;
    background-color: white;
}

.radio-item input[type=radio]:checked + label:before {
    border: 2px solid #198dfe;
    background: #198dfe;
}

.radio-item label {
    cursor: pointer;
}
/*=============================================================*/


/*.param [type='checkbox'] 
{
    transform: scale(1.33);
    margin-left: 3px;
    margin-right: 5px;
}*/


/*================================= Checkbox ====================*/
.checkbox-item {
    display: block;
    position: relative;
    /*padding: 0 6px;*/
    /*margin: 10px 0 0;*/
    margin-top: -5px;
    margin-bottom: 10px;
}


.checkbox-item.mini {
    margin-top: -3px;
    margin-bottom:0px;
    height:25px !important;
    line-height:25px!important;
    cursor:pointer;
    top:-2px;
}


.checkbox-item.inline
{
    display:inline-block;
}

/*.param > .param_value + .checkbox-item:last-of-type {
    margin-bottom: 0px;
}*/

.checkbox-item input[type='checkbox'] {
    display: none;
}

.checkbox-item label {
    margin: 0px;
}

.checkbox-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 2px solid #6D6D6D;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#dddddd 100%); 
    background: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );

}

.checkbox-item.mini label:before 
{
    width: 16px;
    height: 16px;
}


.checkbox-item input[type=checkbox]:checked + label:after {
    position: absolute;
    font: 18px 'Open Sans', bold;
    left: 6px;
    top: 2px;
    content: '\02143';
    transform: rotate(40deg);
    color:white;
    font-weight:bold;
}

.checkbox-item.mini input[type=checkbox]:checked + label:after {
   
    left: 4px;
    top: 2px;
    font-size: 14px;
}

.checkbox-item.mini.popup input[type=checkbox]:checked + label:after {
   
    left: 6px;
}


.checkbox-item input[type=checkbox]:checked + label:before {
    border: 2px solid #198dfe;
    background: #198dfe;
}

.checkbox-item label {
    cursor: pointer;
}

/*.checkbox-item
{
    margin-top:-5px;
}

.checkbox-item.inline
{
    display:inline-block;
}

.param [type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    color: #666;
    top: 5px;
    height: 22px;
    width: 22px;
    border: 2px solid #6D6D6D;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#dddddd 100%); 
    background: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
}

.param [type='checkbox']:checked::before
{
    position: absolute;
    font: 18px 'Open Sans', bold;
    left: 4px;
    top: -5px;
    content: '\02143';
    transform: rotate(40deg);
    color:white;
    font-weight:bold;
}

.param [type='checkbox']::-ms-check::before 
{
    position: absolute;
    font: 18px 'Open Sans', bold;
    left: 4px;
    top: -5px;
    content: '\02143';
    transform: rotate(40deg);
    color: white;
    font-weight: bold;
}

.param [type='checkbox']:checked
{
    border: 2px solid #198dfe;
    background: #198dfe;
}

.param [type='checkbox']::-ms-check
{
    border: 2px solid #198dfe;
    border-radius: 3px;
    background: #198dfe;

}*/

/*===============================================================*/


/*=========================== Toggle Slider =====================*/

.switch {
  position: relative;
  display: inline-block;
  /*width: 60px;*/
  height: 27px;
  margin:0px;
  vertical-align:middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  border: 2px solid #bbb;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: -1px;
  bottom: -1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #bbb;
  z-index:99;
}

.slider:after
{
    content:"No";
    color:#555;
    position:absolute;
    left:20px;
    top:0px;
    text-align: center;
    height:25px;
    line-height:23px;
    width: calc(100% - 20px);
}

input:checked + .slider {
  background-color: #198dfe;
  border: 2px solid #167ee4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #198dfe;
}

input:checked + .slider:before {
  /*-webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);*/
    margin-left: calc(100% - 22px);
    border: 1px solid #198dfe;
}

input:checked + .slider:after {
    content:"Yes";
    color:#fff;
    left:0px;
    right: 28px !important;
    text-align:center;
}

.slider.round {
  border-radius: 13px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider.publish:after
{
    content:"Unpublished";
}
input:checked + .slider.publish:after 
{
    content:"Published";
    
}
/*===============================================================*/

.param span.group 
{
    display: block;
    margin-bottom: 5px;
}

.param span.group:last-child
{
    margin-bottom:0px;
}

.param_default
{
    font-size:12px;
    font-weight:bold;
}

.param_default::before
{
    content:"Default: ";
    font-weight:normal;
}

.param_helper
{
    font-size:12px;
}

.k-button.highlight, .k-button.highlight:hover {
    color: white;
    background: linear-gradient(#F27742, #EC611D);
}

.highlight, .highlight:hover {
    color: white;
    background: linear-gradient(#F27742, #EC611D) !important;
    border-color: #F27742 !important;
}



.save-button
{
    position:relative;
    overflow:visible !important;
}

.save-button::after
{
    position: absolute;
    top: 9px;
    left: calc(100% + 10px);
    font-size: 12px;
    line-height:14px;
    color:#6d6d6d;
}

.save-button.saved::after {
    content: "Changes have been saved!";
}

.save-button.saved.configRecipients::after {
    content: "Saved! Next: Set up Alert Recipients";
}

.save-button.error::after {
    content: "There are some errors in data entry. \A Please check the data.";
    /*position: absolute;
    top: 30px;
    right: 0px;
    font-size: 12px;
    line-height:12px;*/
    color:red;
    white-space: pre;
    top:2px;
}



.global_section_toggle {
    float: right;
    font-size: 13px;
    font-weight: normal;
    color: #00a8e1;
}

.global_section_toggle div
{
    display:inline-block;
    margin-left:25px;
    cursor:pointer;
}

.section {
    border-bottom: 1px solid #6D6D6D;
    padding: 15px 20px;
}

.section.noBorder {
    padding: 15px 0px;
}

.section:last-of-type
{
    border:none !important;
}

.section_activator {
    color: #6D6D6D;
    font-weight: bold;
    cursor: pointer;
    font-size: 120%;
}

.section_activator span {
    margin-right: 5px;
    display: none;
}

.section:not(.active) .section_activator span.fa-chevron-down {
    display: inline-block;
}

.section.active .section_activator span.fa-chevron-up {
    display: inline-block;
}

.section_content {
    display: none;
    margin-top: 10px;
    padding-bottom: 20px;
}

.section.active .section_content
{
    display:block;
}

.section.Fixed .section_activator span
{
    display:none !important;
}

.section_descr
{
    margin-bottom:25px;
}

.form-control.error,
.k-widget.error > .k-dropdown-wrap,
.k-widget.error > .k-numeric-wrap
{
    border: 1px solid #C32828 !important;
    background: #f9e9e9;
}

div.error_msg {
    color: #C32828;
    font-size: 11px;
}

a.glyphicon {
    color: #6d6d6d !important
}

.disabled a.glyphicon
{
    color: #ccc !important
}

a.glyphicon:hover {
    text-decoration: none
}

a.glyphicon:focus {
    text-decoration: none
}

.glyphicon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.glyphicon.no-icon
{
    font-family:inherit;
    font-weight:inherit;
    line-height:inherit;
    top:0px;
}

.tip, span.glyphicon::before, span.glyphicon-hover::before {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 5px 5px 0.5em -0.1em rgba(0, 0, 6, 0.5);
    color: #000;
    cursor: default;
    display: none;
    font: 500 13px Arial,sans-serif;
    height: auto;
    left: 100%;
    margin: -10px 0 0 6px;
    min-height: 30px;
    opacity: 0.9;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 280px;
    z-index: 9998;
}

a.glyphicon:focus .tip {
    display: block
}

a.glyphicon:hover .tip {
    display: block
}

a.glyphicon[tabindex="1"]:focus {
    outline: medium none
}

.param_info
{
    display:inline-block;
    font-size:16px;
    margin-left:5px;
}

/*========================================== Tabs =========================================*/
.tabs
{
    width:100%;
    overflow:hidden;
}

.tab {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background: #eee;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 55px;
}

.tab.tab2
{
    width:50%;
}

.tab.tab3
{
    width:33.333%;
}

.tab.tab4
{
    width:25%;
}

.tab.active {
    background:#777;
    color:white;
}

.tab.disabled {
    background: #eee;
    color: #6d6d6d;
    cursor:default;
}

.tab:not(.active):not(.disabled) {
    background: #aaa;
    color:white;
}

.tab:not(:last-child)::after 
{
    content: "";
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 25px;
    left:100%;
    z-index:100;
}

.tab:not(:last-child)::before 
{
    content: "";
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0 33px 29px;
    border-color: transparent transparent transparent white;
    left:100%;
    z-index:100;
    top:-5px;
}

.tab.active::after
{
    border-color: transparent transparent transparent #777;
}

.tab.disabled::after {
    border-color: transparent transparent transparent #eee;
}

.tab:not(.active):not(.disabled)::after {
    border-color: transparent transparent transparent #aaa;
}

.tab_content_wrapper {
    width: 100%;
    border: 1px solid #c4ced3;
    padding: 10px;
}

.tab_content
{
    display:none;
}

.tab_content.active
{
    display:block;
}

#tab_header
{
    height:85px;
    padding: 15px 0px;
    min-width:800px;
}

/*=========================================================================================*/


/*===================================== Flat Tabs =========================================*/

.FlatTabs > div
{
    height:40px;
    line-height:40px;
    font-weight:bold;
    display:inline-block;
    margin-right:50px;
    cursor:pointer;
}

.FlatTabs > div.active
{
    border-bottom:3px solid;
}

/*=========================================================================================*/


/*===================================Table================================================*/

.html_table 
{
    width:100%;
    font-size:13px;
    min-width:850px;
}

.html_table tr
{
    /*height:30px;
    line-height:30px;
    height:40px;
    line-height:15px;*/

    height: 40px;
}

.html_table th
{
    border-bottom: 2px solid #6d6d6d;
    text-align:left;
    padding:0px 3px;
}

.html_table td
{
    border-bottom: 1px solid #dddddd;
    padding:0px 3px;
}

.html_table tr:last-of-type td
{
    border-bottom: none;
}

.html_table th.sort
{
    cursor:pointer;
}

.html_table th.sort.asc::after
{
    content: "\2193";
    margin-left:3px;
}

.html_table th.sort.desc::after
{
    content: "\2191";
    margin-left:3px;
}

/*.html_table .td_ellipsis
{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}*/

.html_table td.ellipsis div
{
    display:flex;
    justify-content: center;
    flex-direction: column;
}

/*div.wrap_line1
{
    height:20px;
}

div.wrap_line2
{
    height:40px;
}*/
/*=========================================================================================*/


/*==================================MultiselectStyles======================================*/


.CustomMultiSelect.k-list-container 
{
    background-color: white !important;
}

.CustomMultiSelect .k-group-header
{
    display:none !important;
}

.CustomMultiSelect .k-group {
    left: 0px;
    /*background: #e9e9e9;*/
    background: none !important;
    color: rgb(46, 46, 46) !important;
    /*text-align:center;*/
    text-align:left;
    text-transform:none;
    font-weight:bold !important;
    font-size:13px !important;
    padding-top:5px !important;
}

.CustomMultiSelect .k-item.k-first{
    padding-top:32px;
}

.CustomMultiSelect .k-item.k-state-focused
{
    /*border:none;*/
    box-shadow:none;
}

.CustomMultiSelect .k-item.k-state-selected
{
    background-color: white !important;
    color: #000 !important;
    /*height:25px !important;*/
}

.CustomMultiSelect .k-item.k-state-focused
{
    color: #000 !important;
    /*height:25px !important;
    line-height:25px!important;*/
}

.CustomMultiSelect .k-list .k-state-selected
{
    border-radius: 0px !important;
}

.CustomMultiSelect .k-item.k-state-hover
{
    background: none !important;
}


.CustomMultiSelect .k-list .k-item
{
    /*height:25px !important;
    line-height:25px!important;*/
}


.SurveyCategory.k-multiselect .k-button span:first-child
{
    height:20px !important;
    line-height: 20px !important;
}

.SurveyCategory .k-multiselect-wrap li
{
    max-width:239px !important;
}


/*=========================================================================================*/


.fixed {
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 1000;
}


.subsection_separator {
    border-top: dashed 1px #c4ced3;
    width:85%;
}


.minibtn
{
    padding: 2px 6px !important;
    font-size:13px;
    text-align:center;
    vertical-align:unset !important;
}

.minibtn span
{
    vertical-align:middle;
}

.publish_btn
{
    width: 80px;
    display:block;
    margin:0px auto;
}

.publish_btn::before
{
    content:"Publish";
}

.publish_btn.invert::before
{
    content:"Unpublish";
}

.SurveyTypeAbbr
{
    font-weight:bold;
    display:inline-block;
    width:30px;
    text-align:right;
    margin-right:10px;
}

.SurveyTypeName
{
    display:inline-block;
    text-align:left;
}

.pipe_sign
{
    width:20px;
    display:inline-block;
    margin-left:20px;
    border-left:1px solid #c5c5c5;
    vertical-align:top;
    line-height:30px;
    margin-top:20px;
}

.paginator
{
    margin-top:20px;
}

.pager
{
    display:inline;
}

.pager div
{
    text-align:center;
    width:28px;
    display:inline-block;
    cursor:pointer;
    color:#00A8E1;
}

.pager div.disabled
{
    color:#BEBEBE;
    cursor:default;
}

.pager div:first-of-type,
.pager div:last-of-type
{
    width:90px;
}

.survey_link
{
    cursor:pointer;
    color:#00A8E1;
}


#survey_name
{
    font-size:18px;
    color:#4A4A4A;
    text-align:left;
    letter-spacing: 0.18px;
    font-weight: bold;
    display:inline-block;

    height:35px;
    overflow:hidden;
    max-width:96%;
    text-overflow:ellipsis;
    white-space:nowrap;
    
}

#pencil_icon
{
    width:22px;
    margin-left:15px;
    vertical-align:top;
    cursor:pointer;
}

#edit_name
{
    display:none;
    width:100%;
    height:40px;
}

.btn_wrapper
{
    display:inline-block;
    vertical-align:top;
}

#create_new_category
{
    width:70%;
    display:inline-block;
}

.btn_light
{
    display:inline-block;
    height: 34px;
    vertical-align: top;
    border-bottom: 1px solid #b2b2b2;
    margin-left: -5px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-radius: 0px 4px 4px 0px;
    padding: 5px;
    cursor:pointer;

}

#new_category
{
    display: inline-block;
    width:72%;
}

#cat_msg 
{
    color:red;
    font-size:11px;
}

#type_msg
{
    color:red;
    font-size:11px;
    height:17px;
    position:absolute;
    margin-top:9px;
    margin-left:5px;
}

.link
{
    display:inline-block;
    font-weight:bold;
    width:87%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.param.disabled .link
{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.link_btn
{
    vertical-align:top;
    display:inline-block;
    color:#00A8E1;
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
    position:relative;
}

.param.disabled .link_btn
{
    color:#ccc;
    cursor:auto;
}


.checkbox-item input:disabled ~ label:before
{
    border: 2px solid #ddd;
    background: #eee;
}

.radio-item input:disabled ~ label:before
{
    border: 2px solid #ddd !important;
    background: #eee !important;
}

.radio-item input:checked:disabled ~ label:before
{
    background: #ddd !important;
}

.switch input:disabled ~ .slider.round:before
{
    background: #eee !important;
}

.switch input:disabled ~ .slider.round:after
{
    color:#aaa !important;
}

.switch input:disabled ~ .slider
{
   border: 2px solid #ddd !important;
   background-color: #eee !important;
}

@media (max-width:1200px)
{
    .pipe_sign{display:none !important;}
    .SurveyNameFilter{display:inline-block}
    .search_btn{vertical-align:bottom !important;margin-bottom:0px}
    #survey_name{max-width:94%}
    #edit_name{width:82%}
    .long_name {width:75% !important}
}

@media (max-width:750px)
{
    .long_name {width:67% !important}
}

#copy_public_link.success::after,
#copy_preview_link.success::after
{
    content: "Copied";
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 12px;
    line-height: 14px;
    color: #6d6d6d;
}

.back
{
    margin-right:10px;
    font-size:20px;
    cursor:pointer;
}

.disabled .btn-custom-secondary,
.disabled .btn-custom-secondary:hover,
.disabled .btn-custom-secondary:focus,
.disabled .btn-custom-secondary:active
{
    background-color:#eee;
    border-color: #ddd;
    color: #aaa;
    cursor:auto;
    box-shadow:none;
}


.TemplateCard
{
    width:100%;
    margin:15px 0px;
    border:1px solid #b2b2b2;
    padding:10px;
}

.TemplateCardSurveyName,
.TemplateCardActions,
.TemplateCardActions > div
{
    display:inline-block;
}

.TemplateCardSurveyName
{
    font-weight:bold;
    width: calc(100% - 325px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align:middle;
    font-size:15px;
}

.TemplateCardDescription
{
    margin:10px 0px;
}

.TemplateCategory
{
    font-weight:bold;
    margin-bottom:-12px;
}


.answer-clear {
    position: absolute;
    left: 100%;
    top: 23px;
    width: 25px;
    padding: 0px;
    text-align: center;
}


@keyframes blink {  
  0% { color: red; }
  100% { color: black; }
}
@-webkit-keyframes blink {
  0% { color: red; }
  100% { color: black; }
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
} 


.Scale100 
{
    font-size: 14px !important;
}

.Scale100 .ComposedAnswers 
{
    font-size: 15px !important;
}

.Scale100 .ScoreLabel 
{
    font-size: 18px !important;
}

.Scale100 .ScoreText
{
    font-size: 16px !important;
}



.Scale120 {
    font-size: 17px !important;
}

.Scale120 h1 {
    font-size: 26px !important;
}

.Scale120 h2 {
    font-size: 22px !important;
}

.Scale120 .btn {
    font-size: 17px !important;
}

.Scale120 .answer-clear {
    top: 29px !important;
}

.Scale120 .ComposedAnswers 
{
    font-size: 18px !important;
}

.Scale120 .ScoreLabel 
{
    font-size: 22px !important;
}

.Scale120 .ScoreText
{
    font-size: 19px !important;
}

.Scale120 .k-icon
{
    font-size: 20px !important;
}

.Scale120 .fa-long-arrow-left.back
{
    font-size: 22px !important;
}



.Scale150 {
    font-size: 21px !important;
}

.Scale150 h1 {
    font-size: 33px !important;
}

.Scale150 h2 {
    font-size: 26px !important;
}

.Scale150 .btn {
    font-size: 21px !important;
}

.Scale150 .answer-clear {
    top: 36px !important;
}

.Scale150 .ComposedAnswers 
{
    font-size: 22px !important;
}

.Scale150 .ScoreLabel 
{
    font-size: 27px !important;
}

.Scale150 .ScoreText
{
    font-size: 24px !important;
}

.Scale150 .k-icon
{
    font-size: 25px !important;
}

.Scale150 .fa-long-arrow-left.back
{
    font-size: 28px !important;
}




.Scale200 {
    font-size: 28px !important;
}

.Scale200 h1 {
    font-size: 42px !important;
}

.Scale200 h2 {
    font-size: 34px !important;
}

.Scale200 .btn {
    font-size: 28px !important;
}

.Scale200 .answer-clear {
    top: 48px !important;
}

.Scale200 .ComposedAnswers 
{
    font-size: 30px !important;
}

.Scale200 .ScoreLabel 
{
    font-size: 36px !important;
}

.Scale200 .ScoreText
{
    font-size: 32px !important;
}

.Scale200 .k-dropdown-wrap
{
    padding-left: 0px !important;
}

.Scale200 .col-md-3
{
    width: 31% !important;
}

.Scale200 .k-icon
{
    font-size: 30px !important;
}

.Scale200 .fa-long-arrow-left.back
{
    font-size: 38px !important;
}


