/* DIMENSIONS */
/* COLORS */
/* ## fonts ## */
/* ## Fix the clear on elements without the required class. NB: watch it! ## */
/* ## rounded corners ## */
/* ## Box shadow ## */
/* ## Accessibility ## */
/* Places an item out of sight while keeping it available for screenreaders. */
/* Focusable elements such as links and inputs are placed back in sight on focus, for keyboard users. */
/* To hide hide text */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/* ## keyframes ## */
/* MEDIA QUERIES */
/* 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
*/
/* line 9, ../sass/partials/base/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 30, ../sass/partials/base/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/partials/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 39, ../sass/partials/base/_reset.scss */
nav ul {
  list-style: none;
}

/* line 43, ../sass/partials/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 47, ../sass/partials/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 53, ../sass/partials/base/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 62, ../sass/partials/base/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 69, ../sass/partials/base/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 76, ../sass/partials/base/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 80, ../sass/partials/base/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, ../sass/partials/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 91, ../sass/partials/base/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, ../sass/partials/base/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 104, ../sass/partials/base/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3, ../sass/partials/base/_base.scss */
html,
body {
  height: 100%;
}

/* line 8, ../sass/partials/base/_base.scss */
h1 {
  font-size: 20px;
  line-height: 50px;
  padding-bottom: 10px;
}

/* line 14, ../sass/partials/base/_base.scss */
a {
  color: #5e5e5e;
}

/* line 18, ../sass/partials/base/_base.scss */
a.accent {
  color: #ff2b54;
}

/* line 22, ../sass/partials/base/_base.scss */
label {
  color: rgba(0, 0, 0, 0.54);
}

/* line 26, ../sass/partials/base/_base.scss */
.btn-success {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #27ae60;
  border-radius: 2px;
  border: none;
}

/* line 33, ../sass/partials/base/_base.scss */
.btn-primary {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #3498db;
  border-radius: 2px;
  border: none;
}

/* line 40, ../sass/partials/base/_base.scss */
.btn-danger {
  background: #e74c3c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  border: none;
}

/* line 47, ../sass/partials/base/_base.scss */
.btn-default {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
}

/* line 53, ../sass/partials/base/_base.scss */
.mb-1 {
  margin-bottom: 10px;
}

/* line 57, ../sass/partials/base/_base.scss */
.mb-2 {
  margin-bottom: 15px;
}

/* line 61, ../sass/partials/base/_base.scss */
.mb-3 {
  margin-bottom: 20px;
}

/* line 65, ../sass/partials/base/_base.scss */
.wrapper-row {
  height: 100%;
}

/* line 69, ../sass/partials/base/_base.scss */
.container-fluid,
.container {
  height: 100%;
}

/* line 74, ../sass/partials/base/_base.scss */
.navbar.navbar-default {
  border-radius: 0px;
  border: none;
  background: #2d3644;
  height: 75px;
}

/* line 81, ../sass/partials/base/_base.scss */
.content-wrapper {
  padding-bottom: 50px;
  padding-top: 65px;
}
/* line 84, ../sass/partials/base/_base.scss */
.content-wrapper .page-header {
  line-height: 20px;
  margin-top: 15px;
}

/* line 91, ../sass/partials/base/_base.scss */
.navbar-inverse .navbar-header {
  height: 75px;
}
/* line 94, ../sass/partials/base/_base.scss */
.navbar-inverse .navbar-brand {
  line-height: 30px;
  padding: 10px;
  margin-top: 0 !important;
  height: 75px;
}

/* line 103, ../sass/partials/base/_base.scss */
.form-group input {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  margin-top: 0;
  background: 0 0;
  padding: 2px 2px 1px;
  border-width: 0 0 1px 0;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left;
  box-shadow: none !important;
}

/* line 125, ../sass/partials/base/_base.scss */
.checkbox input[type="checkbox"] {
  height: 15px;
  margin-top: 3px;
  width: 15px;
  margin-left: 0px;
}

/* line 133, ../sass/partials/base/_base.scss */
table tr {
  font-size: 12px;
}
/* line 135, ../sass/partials/base/_base.scss */
table tr th {
  color: rgba(0, 0, 0, 0.54);
}
/* line 138, ../sass/partials/base/_base.scss */
table tr td {
  color: rgba(0, 0, 0, 0.87);
}

/* line 146, ../sass/partials/base/_base.scss */
.test .form-group input {
  height: 13px;
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  margin-top: 2px;
}

/* line 156, ../sass/partials/base/_base.scss */
.timer {
  background: #fff;
}

/*admin base*/
/* line 162, ../sass/partials/base/_base.scss */
.sidebar {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  background: #323333;
}

/* line 168, ../sass/partials/base/_base.scss */
.dropdown-toggle {
  padding: 15px 25px !important;
  margin-top: 12px;
  margin-right: 12px;
  border-radius: 30px;
  color: #fff !important;
  background: #0190a0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0190a0 0%, #2cc8af 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0190a0 0%, #2cc8af 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0190a0 0%, #2cc8af 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0190a0', endColorstr='#2cc8af',GradientType=0 );
  /* IE6-9 */
}

/* line 193, ../sass/partials/base/_base.scss */
.admin {
  background: url(../images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
}
/* line 200, ../sass/partials/base/_base.scss */
.admin .content-wrapper {
  padding-top: 130px;
}
/* line 204, ../sass/partials/base/_base.scss */
.admin .filter {
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  background: #fff;
  border: none;
}
/* line 210, ../sass/partials/base/_base.scss */
.admin .filter h2 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #5e5e5e;
}
/* line 218, ../sass/partials/base/_base.scss */
.admin .btn-success,
.admin .btn-secondary,
.admin .btn-primary {
  border-radius: 25px;
  padding: 13px 20px;
  background: #ff2d5c;
  color: #fff;
}
/* line 227, ../sass/partials/base/_base.scss */
.admin .btn-danger,
.admin .btn-default {
  border-radius: 25px;
  padding: 13px 20px;
  color: #fff;
  background: #be1d3b;
  border: none;
  margin-bottom: 20px;
}
/* line 239, ../sass/partials/base/_base.scss */
.admin .table tr td {
  padding: 18px 8px;
  border-bottom: solid 1px #ebebeb;
}
/* line 243, ../sass/partials/base/_base.scss */
.admin .table tr th {
  border-bottom: none;
  font-size: 14px;
}
/* line 250, ../sass/partials/base/_base.scss */
.admin .table-striped > tbody > tr {
  background: #fff;
}
/* line 252, ../sass/partials/base/_base.scss */
.admin .table-striped > tbody > tr:hover {
  background: #27c2ad !important;
}
/* line 254, ../sass/partials/base/_base.scss */
.admin .table-striped > tbody > tr:hover td {
  color: #fff;
}
/* line 256, ../sass/partials/base/_base.scss */
.admin .table-striped > tbody > tr:hover td a {
  color: #fff;
}
/* line 263, ../sass/partials/base/_base.scss */
.admin .pagination > .active > span {
  background-color: #ff3258 !important;
  border-color: #ff3654 !important;
}
/* line 270, ../sass/partials/base/_base.scss */
.admin .pagination li .active span {
  background-color: #ff3258 !important;
  border-color: #ff3654 !important;
}
/* line 274, ../sass/partials/base/_base.scss */
.admin .pagination li a {
  color: #5e5e5e;
}
/* line 280, ../sass/partials/base/_base.scss */
.admin .tabs {
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  border: none;
}
/* line 288, ../sass/partials/base/_base.scss */
.admin .nav-tabs {
  border: none;
}
/* line 290, ../sass/partials/base/_base.scss */
.admin .nav-tabs li {
  border: none;
  box-shadow: none;
}
/* line 293, ../sass/partials/base/_base.scss */
.admin .nav-tabs li a {
  border: none !important;
  box-shadow: none;
}
/* line 299, ../sass/partials/base/_base.scss */
.admin .nav-tabs .active a {
  border-radius: 25px;
  padding: 13px 20px;
  background: #ff2d5c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d5c', endColorstr='#ff404b',GradientType=0 );
  /* IE6-9 */
  color: #fff !important;
  border: none;
}
/* line 330, ../sass/partials/base/_base.scss */
.admin .tab-content .tab-pane .panel-body {
  background: #fff;
  padding: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 336, ../sass/partials/base/_base.scss */
.admin .tab-content .tab-pane .panel-body .btn-group label:first-child {
  background: #ff3c4e;
  box-shadow: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 10px 15px;
}
/* line 343, ../sass/partials/base/_base.scss */
.admin .tab-content .tab-pane .panel-body .btn-group label:nth-child(2) {
  background: #ff3c4e;
  box-shadow: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 10px 15px;
}
/* line 351, ../sass/partials/base/_base.scss */
.admin .tab-content .tab-pane .panel-body .btn-group label.active {
  background: #27c2ad;
}
/* line 355, ../sass/partials/base/_base.scss */
.admin .tab-content .tab-pane .panel-body.padding {
  padding: 15px;
}
/* line 362, ../sass/partials/base/_base.scss */
.admin .tab-content .transparent {
  padding: 0;
}
/* line 364, ../sass/partials/base/_base.scss */
.admin .tab-content .transparent .panel-body {
  background: transparent;
}
/* line 367, ../sass/partials/base/_base.scss */
.admin .tab-content .transparent .edit-block {
  background: #fff;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
}
/* line 379, ../sass/partials/base/_base.scss */
.admin .formheader {
  background: #f8f8f8;
  padding: 25px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 1;
}

/* line 390, ../sass/partials/base/_base.scss */
.projectMenu {
  margin-bottom: 20px;
}

/* line 395, ../sass/partials/base/_base.scss */
.projects .project {
  cursor: pointer;
}
/* line 398, ../sass/partials/base/_base.scss */
.projects td.statsHolder {
  position: relative;
}
/* line 402, ../sass/partials/base/_base.scss */
.projects .stat-holder {
  display: none;
  position: absolute;
  top: -50%;
  left: -50%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  z-index: 99;
  min-width: 500px;
  border: solid 1px #e8e8e8;
}
/* line 414, ../sass/partials/base/_base.scss */
.projects .stat-holder .glyphicon-remove {
  cursor: pointer;
}
/* line 418, ../sass/partials/base/_base.scss */
.projects .stat-holder table {
  width: 100%;
}
/* line 421, ../sass/partials/base/_base.scss */
.projects .stat-holder table tr {
  margin-bottom: 5px;
  border-bottom: solid 1px #e8e8e8;
}
/* line 424, ../sass/partials/base/_base.scss */
.projects .stat-holder table tr td {
  padding: 10px 10px 10px 0;
}
/* line 427, ../sass/partials/base/_base.scss */
.projects .stat-holder table tr th {
  padding-left: 0;
  padding-bottom: 5px;
}

/* line 435, ../sass/partials/base/_base.scss */
.pagination-wrap {
  text-align: center;
}

/* line 439, ../sass/partials/base/_base.scss */
.popover {
  border-radius: 2px;
  border: none;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

/* line 450, ../sass/partials/base/_base.scss */
.ms-container .ms-selectable .ms-list,
.ms-container .ms-selection .ms-list {
  box-shadow: none;
  border-radius: 2px;
}
/* line 454, ../sass/partials/base/_base.scss */
.ms-container .ms-selectable .ms-list li:hover,
.ms-container .ms-selection .ms-list li:hover {
  background: #27c2ad;
}

/* line 464, ../sass/partials/base/_base.scss */
.alert ul {
  list-style: none;
}

/* line 469, ../sass/partials/base/_base.scss */
.base-error {
  border: solid 1px #fff;
}
/* line 471, ../sass/partials/base/_base.scss */
.base-error p {
  color: #fff;
}

/* line 476, ../sass/partials/base/_base.scss */
.alert-danger {
  background: #ff2d5c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d5c', endColorstr='#ff404b',GradientType=0 );
  /* IE6-9 */
  border: none;
  color: #fff;
}
/* line 499, ../sass/partials/base/_base.scss */
.alert-danger li {
  color: #fff;
  line-height: 26px;
}

/* line 507, ../sass/partials/base/_base.scss */
.form-horizontal .userAmount {
  float: left;
  margin-right: 0;
}
/* line 512, ../sass/partials/base/_base.scss */
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
/* line 515, ../sass/partials/base/_base.scss */
.form-horizontal .form-group label {
  margin-bottom: 5px;
}
/* line 520, ../sass/partials/base/_base.scss */
.form-horizontal .createUserFields {
  float: left;
  margin-left: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 527, ../sass/partials/base/_base.scss */
.form-horizontal .createProjectBtn {
  float: right;
  margin-top: 20px;
}
/* line 531, ../sass/partials/base/_base.scss */
.form-horizontal .createProjectBtn .submitProject {
  float: left;
  margin-left: 10px;
}
/* line 536, ../sass/partials/base/_base.scss */
.form-horizontal .createProjectBtn .cancelProject {
  float: left;
}
/* line 542, ../sass/partials/base/_base.scss */
.form-horizontal .userField input {
  margin: 10px 10px;
  margin-bottom: 25px;
}
/* line 547, ../sass/partials/base/_base.scss */
.form-horizontal .userField #projectUser {
  margin-left: 0;
}

/* line 554, ../sass/partials/base/_base.scss */
.btn-group .glyphicon-remove {
  top: 3px;
}

/* line 560, ../sass/partials/base/_base.scss */
.btn-success .glyphicon-plus {
  top: 2px;
}

/* line 569, ../sass/partials/base/_base.scss */
.ms-container {
  width: 100% !important;
}
/* line 571, ../sass/partials/base/_base.scss */
.ms-container .ms-list {
  height: auto !important;
  border: none !important;
}
/* line 574, ../sass/partials/base/_base.scss */
.ms-container .ms-list li {
  line-height: 40px;
}

/* line 580, ../sass/partials/base/_base.scss */
.project-user {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 10px;
}

/* line 585, ../sass/partials/base/_base.scss */
.panel-body {
  position: relative;
}

/* line 593, ../sass/partials/base/_base.scss */
.new-score-fields.men span,
.new-score-fields.women span,
.form-group.score span {
  float: left;
  padding: 7px 15px;
  color: rgba(0, 0, 0, 0.54);
}
/* line 598, ../sass/partials/base/_base.scss */
.new-score-fields.men .remove-converter span,
.new-score-fields.women .remove-converter span,
.form-group.score .remove-converter span {
  color: #3498db;
}

/* line 604, ../sass/partials/base/_base.scss */
.file-manager {
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 15px;
  margin: 10px 0 0 0;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 614, ../sass/partials/base/_base.scss */
.file-overview {
  margin-bottom: 15px;
}
/* line 616, ../sass/partials/base/_base.scss */
.file-overview .col-md-3 {
  height: 170px;
}
/* line 619, ../sass/partials/base/_base.scss */
.file-overview .col-md-3 .thumbnail {
  height: 100%;
  position: relative;
  text-align: center;
  clear: both;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
/* line 627, ../sass/partials/base/_base.scss */
.file-overview .col-md-3 .thumbnail img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  max-height: 140px;
  cursor: pointer;
}
/* line 638, ../sass/partials/base/_base.scss */
.file-overview .col-md-3 .thumbnail p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 652, ../sass/partials/base/_base.scss */
#questions tr {
  cursor: all-scroll;
}

/* line 658, ../sass/partials/base/_base.scss */
.test {
  margin-bottom: 30px;
}
/* line 661, ../sass/partials/base/_base.scss */
.test .panel ul {
  list-style: none;
}

/* line 667, ../sass/partials/base/_base.scss */
.timer {
  position: fixed;
  top: 70px;
  left: 0;
  height: 50px;
  border-radius: 0px 0px 9px 9px;
  padding-top: 17px;
  z-index: 9999999;
  background: #ff2d5c;
  background: -moz-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  background: -webkit-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  background: linear-gradient(to bottom, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d5c', endColorstr='#ff404b',GradientType=0 );
}
/* line 685, ../sass/partials/base/_base.scss */
.timer p {
  color: #fff;
}

/* line 691, ../sass/partials/base/_base.scss */
.save-template {
  margin-top: 10px;
}

/* line 695, ../sass/partials/base/_base.scss */
.codes {
  margin-top: 20px;
  font-size: 12px;
}
/* line 698, ../sass/partials/base/_base.scss */
.codes h2 {
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 706, ../sass/partials/base/_base.scss */
.feedback-section .feedback-block {
  margin-bottom: 40px;
}
/* line 708, ../sass/partials/base/_base.scss */
.feedback-section .feedback-block h2 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}
/* line 715, ../sass/partials/base/_base.scss */
.feedback-section .feedback-block p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1px;
}

/* line 723, ../sass/partials/base/_base.scss */
.info-block {
  margin-bottom: 5px;
}
/* line 725, ../sass/partials/base/_base.scss */
.info-block h2 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
/* line 733, ../sass/partials/base/_base.scss */
.info-block p,
.info-block strong,
.info-block ul li {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1px;
}
/* line 741, ../sass/partials/base/_base.scss */
.info-block ul {
  line-height: 30px;
  list-style: none;
}

@media (min-width: 969px) {
  /* line 750, ../sass/partials/base/_base.scss */
  .sidebar {
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    padding-top: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #1f4458;
  }
  /* line 763, ../sass/partials/base/_base.scss */
  .sidebar li.active a {
    color: #fff;
    background-color: #27c2ad;
  }
  /* line 766, ../sass/partials/base/_base.scss */
  .sidebar li.active a:hover {
    background-color: #27c2ad;
  }
  /* line 771, ../sass/partials/base/_base.scss */
  .sidebar li.active li a {
    background-color: transparent;
    color: #fff;
  }
  /* line 774, ../sass/partials/base/_base.scss */
  .sidebar li.active li a:hover {
    background-color: #27c2ad;
    color: #fff;
  }
  /* line 781, ../sass/partials/base/_base.scss */
  .sidebar li {
    margin: 0 -20px;
  }
  /* line 783, ../sass/partials/base/_base.scss */
  .sidebar li a {
    line-height: 55px;
    color: #fff;
    font-size: 16px;
  }
  /* line 787, ../sass/partials/base/_base.scss */
  .sidebar li a:hover {
    text-decoration: none;
    background: #27c2ad;
  }
  /* line 793, ../sass/partials/base/_base.scss */
  .sidebar li ul li {
    margin: 0;
  }
  /* line 795, ../sass/partials/base/_base.scss */
  .sidebar li ul li a {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px 15px 10px 40px;
  }
  /* line 801, ../sass/partials/base/_base.scss */
  .sidebar li ul li a:hover {
    text-decoration: none;
    background: #27c2ad;
  }
  /* line 808, ../sass/partials/base/_base.scss */
  .sidebar li ul li.active a {
    color: #fff;
    background-color: #27c2ad;
  }
  /* line 811, ../sass/partials/base/_base.scss */
  .sidebar li ul li.active a:hover {
    background-color: #27c2ad;
  }
}
@media (max-width: 767px) {
  /* line 823, ../sass/partials/base/_base.scss */
  .userField input {
    margin: 10px 0 !important;
  }
}
/* Loading Effect One */
/* Clear Loading */
/* line 832, ../sass/partials/base/_base.scss */
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  z-index: 9999;
}

/* line 842, ../sass/partials/base/_base.scss */
.clear-loading {
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 853, ../sass/partials/base/_base.scss */
.loading-effect-1 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

/* line 862, ../sass/partials/base/_base.scss */
.loading-effect-1 span {
  display: block;
  -webit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 879, ../sass/partials/base/_base.scss */
.loading-effect-1 span:first-child {
  width: 40px;
  height: 40px;
  border-color: #428bca;
  border-left-color: transparent;
  top: 0;
  left: 0;
  -webkit-animation: effect-1-1 2s infinite linear;
  -moz-animation: effect-1-1 2s infinite linear;
  -ms-animation: effect-1-1 2s infinite linear;
  -o-animation: effect-1-1 2s infinite linear;
  animation: effect-1-1 2s infinite linear;
}

/* line 892, ../sass/partials/base/_base.scss */
.loading-effect-1 span:last-child {
  width: 30px;
  height: 30px;
  border-color: #32465f;
  border-bottom-color: transparent;
  top: 5px;
  left: 5px;
  -webkit-animation: effect-1-1 1s infinite linear;
  -moz-animation: effect-1-1 1s infinite linear;
  -ms-animation: effect-1-1 1s infinite linear;
  -o-animation: effect-1-1 1s infinite linear;
  animation: effect-1-1 1s infinite linear;
}

@-webkit-keyframes effect-1-1 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-1-1 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes effect-1-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes effect-1-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/*front end specific css*/
/*basic*/
/* line 974, ../sass/partials/base/_base.scss */
.background {
  background: url(../images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* line 982, ../sass/partials/base/_base.scss */
.navbar-brand {
  padding: 0;
  display: block;
  margin: 10px 0 0 0 !important;
}
/* line 986, ../sass/partials/base/_base.scss */
.navbar-brand img {
  max-height: 100%;
}

/* line 991, ../sass/partials/base/_base.scss */
.front-end {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}
/* line 995, ../sass/partials/base/_base.scss */
.front-end *::-webkit-input-placeholder {
  color: #8B92AA;
}
/* line 998, ../sass/partials/base/_base.scss */
.front-end *:-moz-placeholder {
  /* FF 4-18 */
  color: #8B92AA;
}
/* line 1002, ../sass/partials/base/_base.scss */
.front-end *::-moz-placeholder {
  /* FF 19+ */
  color: #8B92AA;
}
/* line 1006, ../sass/partials/base/_base.scss */
.front-end *:-ms-input-placeholder {
  /* IE 10+ */
  color: #8B92AA;
}
/* line 1011, ../sass/partials/base/_base.scss */
.front-end .panel h1,
.front-end h2,
.front-end h3,
.front-end h4,
.front-end h5,
.front-end h6,
.front-end .h1,
.front-end .h2,
.front-end .h3,
.front-end .h4,
.front-end .h5,
.front-end .h6 {
  font-weight: 300px !important;
}
/* line 1026, ../sass/partials/base/_base.scss */
.front-end h1 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
}
/* line 1032, ../sass/partials/base/_base.scss */
.front-end input {
  border-radius: 20px;
  border-color: #555a6c;
  border-width: 2px;
  color: #8B92AA;
  padding-left: 20px;
  height: 36px;
}
/* line 1041, ../sass/partials/base/_base.scss */
.front-end .gradient-btn {
  background: #ff2d5c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d5c', endColorstr='#ff404b',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  border-radius: 20px;
  padding: 11px 15px;
  margin-top: 10px;
  font-weight: 300;
  box-shadow: none;
}
/* line 1071, ../sass/partials/base/_base.scss */
.front-end .error .error-heading {
  margin-bottom: 0;
}
/* line 1074, ../sass/partials/base/_base.scss */
.front-end .error li {
  color: #fff;
  margin-bottom: 5px;
  line-height: 20px;
}
/* line 1081, ../sass/partials/base/_base.scss */
.front-end .well.tabs {
  background: transparent;
  border: none;
}
/* line 1084, ../sass/partials/base/_base.scss */
.front-end .well.tabs ul {
  border-bottom: solid 2px #555a6c;
}
/* line 1086, ../sass/partials/base/_base.scss */
.front-end .well.tabs ul li {
  position: relative;
}
/* line 1088, ../sass/partials/base/_base.scss */
.front-end .well.tabs ul li a {
  color: #fff;
  font-weight: bold;
  background: transparent;
  border: solid 2px #555a6c;
}
/* line 1093, ../sass/partials/base/_base.scss */
.front-end .well.tabs ul li a:hover {
  color: #fff;
  border: none;
  background: #555a6c;
  border: solid 2px #555a6c;
}
/* line 1099, ../sass/partials/base/_base.scss */
.front-end .well.tabs ul li a:focus {
  color: #fff;
  border: none;
  background: #555a6c;
  border: solid 2px #555a6c;
}
/* line 1106, ../sass/partials/base/_base.scss */
.front-end .well.tabs ul li .info-alert {
  position: absolute;
  top: -6px;
  right: -4px;
  background: #ff2d5c;
  padding: 0 8px;
  border-radius: 100%;
  font-weight: bold;
}
/* line 1117, ../sass/partials/base/_base.scss */
.front-end .well.tabs ul li.active a {
  background: #555a6c;
  color: #27c2ad;
}
/* line 1124, ../sass/partials/base/_base.scss */
.front-end .nav-tabs > li {
  margin-bottom: -2px;
}
/* line 1128, ../sass/partials/base/_base.scss */
.front-end .nav-tabs > li.active > a,
.front-end .nav-tabs > li.active > a:hover,
.front-end .nav-tabs > li.active > a:focus {
  border: none;
  color: #8B92AA;
}
/* line 1137, ../sass/partials/base/_base.scss */
.front-end #questions form label {
  color: #fff;
}
/* line 1140, ../sass/partials/base/_base.scss */
.front-end #questions form input {
  color: #c4c8d6;
  border-radius: 5px;
}
/* line 1144, ../sass/partials/base/_base.scss */
.front-end #questions form textarea {
  min-height: 125px;
  max-width: 100%;
  margin: 0px;
  background: transparent;
  border: solid 2px #555a6c;
  color: #c4c8d6;
}

/*menu*/
/* line 1159, ../sass/partials/base/_base.scss */
.front-end .navbar-inverse {
  background: #34394b;
  border: none;
  height: 70px;
  -webkit-box-shadow: 12px 9px 38px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 12px 9px 38px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 12px 9px 38px 0px rgba(0, 0, 0, 0.75);
}
/* line 1166, ../sass/partials/base/_base.scss */
.front-end .navbar-inverse .dropdown {
  margin-right: 10px;
  margin-top: 5px;
}
/* line 1170, ../sass/partials/base/_base.scss */
.front-end .navbar-inverse .dropdown .dropdown-menu {
  float: none;
  position: relative;
  padding: 5px 20px;
  border-radius: 20px;
  min-width: auto;
  margin-top: 10px;
}
/* line 1177, ../sass/partials/base/_base.scss */
.front-end .navbar-inverse .dropdown .dropdown-menu .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -20px;
  right: 10%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #fff;
  border-top-width: 0;
  border-width: 11px;
}
/* line 1192, ../sass/partials/base/_base.scss */
.front-end .navbar-inverse .dropdown .dropdown-menu .arrow:after {
  border-width: 10px;
  position: absolute;
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 1204, ../sass/partials/base/_base.scss */
.front-end .navbar-inverse .dropdown .dropdown-toggle.gradient-btn {
  padding: 10px 50px;
  color: #fff;
}

/*login*/
/* line 1213, ../sass/partials/base/_base.scss */
.login-section {
  margin-top: 80px;
}
/* line 1215, ../sass/partials/base/_base.scss */
.login-section .panel {
  padding: 35px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34394b+0,303444+49,2b2f3e+100 */
  background: #34394b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #34394b 0%, #303444 49%, #2b2f3e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #34394b 0%, #303444 49%, #2b2f3e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #34394b 0%, #303444 49%, #2b2f3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34394b', endColorstr='#2b2f3e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
}
/* line 1244, ../sass/partials/base/_base.scss */
.login-section input {
  margin-bottom: 5px;
}
/* line 1248, ../sass/partials/base/_base.scss */
.login-section label,
.login-section .forgot-password {
  color: #859bbc;
  line-height: 20px;
  font-size: 11px;
  padding-left: 5px;
}
/* line 1256, ../sass/partials/base/_base.scss */
.login-section .forgot-password {
  float: right;
  padding-right: 0;
}
/* line 1261, ../sass/partials/base/_base.scss */
.login-section .checkbox {
  padding-right: 0px;
}
/* line 1263, ../sass/partials/base/_base.scss */
.login-section .checkbox .col-xs-11 {
  padding-right: 0px;
}
/* line 1268, ../sass/partials/base/_base.scss */
.login-section .logo {
  text-align: center;
  margin-bottom: 50px;
}
/* line 1271, ../sass/partials/base/_base.scss */
.login-section .logo img {
  width: 90px;
}

/*welcome*/
/* line 1280, ../sass/partials/base/_base.scss */
.front-end .welcome {
  margin-top: 80px;
}
/* line 1282, ../sass/partials/base/_base.scss */
.front-end .welcome .panel {
  padding: 35px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34394b+0,303444+49,2b2f3e+100 */
  background: #34394b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #34394b 0%, #303444 49%, #2b2f3e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #34394b 0%, #303444 49%, #2b2f3e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #34394b 0%, #303444 49%, #2b2f3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34394b', endColorstr='#2b2f3e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
}
/* line 1311, ../sass/partials/base/_base.scss */
.front-end .welcome .logo-holder {
  text-align: center;
  margin-bottom: 35px;
}
/* line 1317, ../sass/partials/base/_base.scss */
.front-end .welcome .content p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
/* line 1325, ../sass/partials/base/_base.scss */
.front-end .welcome .gradient-btn {
  margin-top: 30px;
}
/* line 1331, ../sass/partials/base/_base.scss */
.front-end #account p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
/* line 1336, ../sass/partials/base/_base.scss */
.front-end #account .btn-success {
  margin-top: 30px;
}

/*test*/
/* line 1344, ../sass/partials/base/_base.scss */
.front-end ul {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding-left: 15px;
}
/* line 1350, ../sass/partials/base/_base.scss */
.front-end ol {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding-left: 15px;
}
/* line 1356, ../sass/partials/base/_base.scss */
.front-end .test-wrapper {
  -webkit-box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 23px 30px 87px 0px rgba(0, 0, 0, 0.75);
  padding: 0;
  margin-top: 80px;
}
/* line 1364, ../sass/partials/base/_base.scss */
.front-end .test-header {
  background: #34394b;
  padding: 30px 160px;
  position: relative;
  z-index: -2;
}
/* line 1370, ../sass/partials/base/_base.scss */
.front-end .test-header h1 {
  font-weight: 300;
  color: #cccdd6;
  padding: 0;
}
/* line 1376, ../sass/partials/base/_base.scss */
.front-end .test-header h2 {
  color: #6d707f;
  margin-bottom: 5px;
  font-weight: 300;
}
/* line 1381, ../sass/partials/base/_base.scss */
.front-end .test-header .progress {
  border-radius: 10px;
  -webkit-box-shadow: inset 2px 4px 16px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 4px 16px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 4px 16px 1px rgba(0, 0, 0, 0.75);
  background: transparent;
  padding: 2px;
}
/* line 1389, ../sass/partials/base/_base.scss */
.front-end .test-header .progress .progress-bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2d5c+0,ff3654+49,ff404b+100 */
  background: #ff2d5c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d5c', endColorstr='#ff404b',GradientType=1 );
  /* IE6-9 */
  border-radius: 10px;
  position: relative;
  z-index: -1;
}
/* line 1418, ../sass/partials/base/_base.scss */
.front-end .test-content {
  background: #f9f9f9;
  padding: 70px;
}
/* line 1422, ../sass/partials/base/_base.scss */
.front-end .test-content .panel {
  border: solid 1px #b8b8c2;
  box-shadow: none;
  border-radius: 5px;
  position: relative;
}
/* line 1428, ../sass/partials/base/_base.scss */
.front-end .test-content .panel .active-border {
  position: absolute;
  left: -1px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #ff2d5c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff2d5c 0%, #ff3654 49%, #ff404b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d5c', endColorstr='#ff404b',GradientType=0 );
  /* IE6-9 */
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0;
  transition: 0.5s ease all;
}
/* line 1461, ../sass/partials/base/_base.scss */
.front-end .test-content .panel:hover .active-border {
  transition: 0.5s ease all;
  opacity: 1;
}
/* line 1467, ../sass/partials/base/_base.scss */
.front-end .test-content .panel [type="radio"],
.front-end .test-content .panel [type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 1479, ../sass/partials/base/_base.scss */
.front-end .test-content .panel [type="radio"] + span::before,
.front-end .test-content .panel [type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  border-radius: 6px;
  border: 1px solid #b8b8c2;
  margin-right: 8px;
  transition: 0.5s ease all;
}
/* line 1493, ../sass/partials/base/_base.scss */
.front-end .test-content .panel [type="checkbox"] + span::before {
  border-radius: 3px;
}
/* line 1497, ../sass/partials/base/_base.scss */
.front-end .test-content .panel [type="radio"]:checked + span::before,
.front-end .test-content .panel [type="checkbox"]:checked + span::before {
  background: #0b9699;
  box-shadow: none;
  border: 1px solid #0b9699;
}
/* line 1504, ../sass/partials/base/_base.scss */
.front-end .test-content .panel [type="radio"]:focus + span::after,
.front-end .test-content .panel [type="checkbox"]:focus + span::after {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}
/* line 1511, ../sass/partials/base/_base.scss */
.front-end .test-content .panel-heading {
  background: transparent;
  border-bottom: solid 1px #b8b8c2;
  height: auto;
  padding: 15px 15px;
}
/* line 1516, ../sass/partials/base/_base.scss */
.front-end .test-content .panel-heading h3 {
  color: #6d707f;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
/* line 1522, ../sass/partials/base/_base.scss */
.front-end .test-content .panel-heading p {
  color: #6d707f;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
/* line 1528, ../sass/partials/base/_base.scss */
.front-end .test-content .panel-heading .italic {
  color: #6d707f;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
}
/* line 1538, ../sass/partials/base/_base.scss */
.front-end .test-content .gradient-btn {
  width: 140px;
  box-shadow: none;
  transition: 0.5s ease all;
}
/* line 1542, ../sass/partials/base/_base.scss */
.front-end .test-content .gradient-btn:hover {
  transition: 0.5s ease all;
  opacity: 0.85;
}

@media only screen and (max-width: 992px) {
  /* line 1551, ../sass/partials/base/_base.scss */
  .sidebar {
    margin-top: 60px;
  }
  /* line 1554, ../sass/partials/base/_base.scss */
  .sidebar .nav-sidebar ul {
    list-style: none;
  }
  /* line 1556, ../sass/partials/base/_base.scss */
  .sidebar .nav-sidebar ul li {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1566, ../sass/partials/base/_base.scss */
  .front-end .test-header {
    padding: 30px;
  }
}
/*test overview*/
/* line 1575, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper {
  margin-top: 80px;
  background: #34394b;
}
/* line 1579, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel {
  background-color: transparent;
  box-shadow: none;
}
/* line 1583, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .overview-header {
  padding: 70px 15px 15px 15px;
}
/* line 1585, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .overview-header h1 {
  font-weight: 300;
  margin: 0;
  position: relative;
  z-index: 1;
}
/* line 1593, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel-body {
  background: #34394b;
}
/* line 1597, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel-body table thead tr th {
  color: #fff;
  text-align: left;
}
/* line 1603, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel-body table tbody tr {
  background: #3e4a5e;
}
/* line 1607, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel-body table tr {
  border-bottom: solid 5px #34394b;
}
/* line 1609, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel-body table tr td {
  color: #fff;
  font-size: 14px;
  border: none;
}
/* line 1613, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel-body table tr td a {
  color: #4cb3b9;
  padding: 10px 10px 10px 0;
  font-weight: 700;
}
/* line 1617, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel-body table tr td a:hover {
  text-decoration: underline;
}
/* line 1622, ../sass/partials/base/_base.scss */
.front-end .overview-wrapper .panel-body table tr th {
  font-size: 14px;
}

/*result*/
/* line 1633, ../sass/partials/base/_base.scss */
.result-wrapper {
  background: #f9f9f9;
  margin-top: 80px;
}
/* line 1637, ../sass/partials/base/_base.scss */
.result-wrapper .result-header {
  padding: 70px;
  background: #34394b;
}
/* line 1640, ../sass/partials/base/_base.scss */
.result-wrapper .result-header h1 {
  font-weight: 300;
}
/* line 1644, ../sass/partials/base/_base.scss */
.result-wrapper .result-content {
  padding: 70px;
}
/* line 1649, ../sass/partials/base/_base.scss */
.result-wrapper .result-content h1 {
  font-weight: 300;
  color: #000;
}
/* line 1653, ../sass/partials/base/_base.scss */
.result-wrapper .result-content .gradient-btn {
  width: auto;
  padding: 10px 50px;
}
/* line 1657, ../sass/partials/base/_base.scss */
.result-wrapper .result-content .feedback-block {
  margin-bottom: 50px;
}
/* line 1659, ../sass/partials/base/_base.scss */
.result-wrapper .result-content .feedback-block h2 {
  font-size: 24px;
  line-height: 50px;
}
/* line 1663, ../sass/partials/base/_base.scss */
.result-wrapper .result-content .feedback-block p {
  line-height: 20px;
}

/* line 1671, ../sass/partials/base/_base.scss */
.front-end .gender-wrapper {
  margin-top: 80px;
  background: #34394b;
}
/* line 1674, ../sass/partials/base/_base.scss */
.front-end .gender-wrapper .gradient-btn {
  color: #fff;
  width: auto;
  padding: 10px 50px;
}
/* line 1679, ../sass/partials/base/_base.scss */
.front-end .gender-wrapper .gender-header {
  padding: 70px 15px 0 15px;
}
/* line 1684, ../sass/partials/base/_base.scss */
.front-end .gender-wrapper .panel-body label {
  color: #fff;
}
/* line 1688, ../sass/partials/base/_base.scss */
.front-end .gender-wrapper .panel-body select {
  border-radius: 20px;
  padding-right: 10px;
  background: transparent;
  border: solid 2px #555a6c;
  height: 36px;
  color: #8B92AA;
}

/* line 1701, ../sass/partials/base/_base.scss */
.front-end .reset-wrapper {
  background: #34394b;
  margin-top: 80px;
  padding: 70px 15px 0 15px;
}
/* line 1705, ../sass/partials/base/_base.scss */
.front-end .reset-wrapper h1 {
  font-weight: 300;
}
/* line 1708, ../sass/partials/base/_base.scss */
.front-end .reset-wrapper .panel {
  background: transparent;
  box-shadow: none;
}
/* line 1712, ../sass/partials/base/_base.scss */
.front-end .reset-wrapper .panel label {
  color: #fff;
  font-size: 14px;
}
