body {
  color: #797979;
  background: #FFFFFF;
  font-family: 'Exo 2', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
}

ul li {
  list-style: none;
}

a, a:hover, a:focus, button {
  text-decoration: none;
  outline: none;
  -webkit-transition: padding 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out, border 0.2s ease-out !important;
  transition: padding 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out, border 0.2s ease-out !important;


}


#container {
  width: 100%;
  height: 100%;
}

.login-body {
  background-color: #f1f2f7;
}

.form-signin {
  margin: 100px auto 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.top-menu.not-loged {
  margin: 5px 0 0 0;
}

.form-forgot {
  max-width: 600px;
  margin: 100px auto 0;
  background: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
  margin: 0;
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
}

.form-signin .checkbox {
  margin-bottom: 14px;
}

.form-signin .checkbox {
  font-weight: normal;
  color: #b6b6b6;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin select.form-control {
  padding: 0 10px;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: none;
  font-size: 12px;
}

.form-signin .btn-login {
  background: #356dbf;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  FONT-WEIGHT: BOLD;
  max-width: 300px;
  height: 40px;
  margin: 0 auto;
  line-height: 20px;
  font-family: 'Exo 2', sans-serif;
}

.form-signin p {
  text-align: center;
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 300;
}

.form-signin a {
  color: #356dbf;
}

.form-signin a:hover {
  color: #356dbf;
  text-decoration: underline;
}

.form-signin p.alert-text {
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 300;
  margin-top: 25px;
}

.form-signin p.alert-text a {
  color: #FFFFFF;
  text-decoration: underline;
}

.form-signin p.alert-text a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.login-wrap, .payments.validate {
  padding: 20px;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.top-menu .fa-hover {
  margin: 13px;
}

.login-social-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.login-social-link a {
  color: #fff;
  padding: 15px 28px;
  border-radius: 4px;
}

.login-social-link a:hover {
  color: #fff;
}

.login-social-link a i {
  font-size: 20px;
  padding-right: 10px;
}

.login-social-link a.facebook {
  background: #5193ea;
  margin-right: 22px;
  box-shadow: 0 4px #2775e2;
  float: left;
}

.login-social-link a.twitter {
  background: #44ccfe;
  box-shadow: 0 4px #2bb4e8;
  float: left;
}

#sidebar {
  z-index: 10;
  background: #efefef;
  min-width: 250px;
  height: 100%;
  padding-top: 65px;
}

.sidebar-content {
  position: fixed;
  opacity: 0;
  z-index: 10;
  background: #efefef;
  left: 15px;
  width: auto;
  height: 100%;
  padding-top: 65px;
  top: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

#sidebar ul li {
  position: relative;
}

#sidebar .sub-menu > .sub li {
  padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
  padding-bottom: 10px;
}

.progress-content {
  background: url(../img/study-low.png) no-repeat top;
  width: 248px;
  height: 38px;
  margin-top: -15px;
}

.progress-content .progress-content-actual {
  background: url(../img/study-full.png) no-repeat top;
  width: initial;
  height: 38px;
  background-position: initial;
}

.dcjq-icon {
  height: 17px;
  width: 17px;
  display: inline-block;
  background: url(../img/nav-expand.png) no-repeat top;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.active .dcjq-icon {
  background: url(../img/nav-expand.png) no-repeat bottom;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.nav-collapse.collapse {
  display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
  margin: -2px 0 0;
  padding: 0;
}

ul.sidebar-menu {
  margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
  display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
  display: block;
}

.mail-info, .mail-info:hover {
  margin: -3px 6px 0 0;
  font-size: 11px;
}

.header, .footer {
  min-height: 65px;
  padding: 0;
}

.header {
  border-bottom: 3px solid #0348af;
  position: fixed;
  width: 100%;
  z-index: 10000 !important;
}

.login-body .header {
  position: relative;
  width: 100%;
  border-bottom: 0 solid #0348af;
}

.white-bg {
  background: #fff;
  z-index: 10;
}

.login-body .white-bg {
  background: transparent;
  z-index: 10;
}

label.error {
  display: none !important;
}

.wrapper {
  margin-top: 0px;
  padding: 0;
  width: 100%;
}

a.logo {
  font-size: 21px;
  color: #2e2e2e;
  float: left;
  margin-top: 13px;
  text-transform: uppercase;
}

a.logo:hover, a.logo:focus {
  text-decoration: none;
  outline: none;
}

a.logo span {
  color: #FF6C60;
}

#top_menu .nav > li, ul.top-menu > li {
  float: left;
}

.notify-row {
  float: left;
  margin-top: 17px;
  margin-left: 40px;
}

.notify-row .notification span.label {
  display: inline-block;
  height: 18px;
  width: 20px;
  padding: 5px;
}

ul.top-menu > li > a {
  color: #666666;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #f0f0f8 !important;
  padding: 2px 6px;
  margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
  border: 1px solid #f0f0f8 !important;
  background-color: #fff !important;
  border-color: #f0f0f8 !important;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #2E2E2E !important;
}

.notify-row .badge {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
}

.dropdown-menu.extended {
  max-width: 400px !important;
  min-width: 160px !important;
  top: 42px;
  width: 400px !important;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
  border: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.dropdown-menu.extended li p {
  background-color: #F1F2F7;
  color: #666666;
  margin: 0;
  padding: 10px;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
  background-color: #a9d86e;
  color: #fff;
}

.dropdown-menu.extended li p.red {
  background-color: #ff6c60;
  color: #fff;
}

.dropdown-menu.extended li p.yellow {
  background-color: #fcb322;
  color: #fff;
}

.dropdown-menu.extended li a {
  border-bottom: 1px solid #EBEBEB !important;
  font-size: 12px;
  list-style: none;
}

.dropdown-menu.extended li a {
  padding: 15px 10px !important;
  width: 100%;
  display: inline-block;
}

.dropdown-menu.extended li a:hover {
  background-color: #F7F8F9 !important;
  color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
  font-size: 13px;
  font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: -4px;
}

.dropdown-menu.extended .progress {
  margin-bottom: 0 !important;
  height: 10px;
}

.dropdown-menu.inbox li a .photo img {
  border-radius: 2px 2px 2px 2px;
  float: left;
  height: 40px;
  margin-right: 4px;
  width: 40px;
}

.dropdown-menu.inbox li a .subject {
  display: block;
}

.dropdown-menu.inbox li a .subject .from {
  font-size: 12px;
  font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.dropdown-menu.inbox li a .message {
  display: block !important;
  font-size: 11px;
}

.top-nav {
  margin-top: 0;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
  width: 268px !important;
}

.top-nav li.dropdown .dropdown-menu {
  float: right;
  right: 0;
  left: auto;
}

.dropdown-menu.extended.logout > li.col-1, .dropdown-menu.extended.logout > li.col-3 {
  float: left;
  text-align: center;
  width: 30%;
}

.dropdown-menu.extended.logout > li.col-2 {
  float: left;
  text-align: center;
  width: 40%;
}

.dropdown-menu.extended.logout > li > a {
  color: #a4abbb;
  border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
  background: none !important;
  color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
  background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
  color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
  font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
  display: block;
}

.top-nav .username {
  font-size: 13px;
  color: #555555;
}

.top-nav .username b {
  display: inline-block;
}

.top-nav ul.top-menu > li > a {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px;
  background: none;
  margin-right: 0;
}

.top-nav ul.top-menu > li.profile > a {
  padding: 4px;
}

.top-nav ul.top-menu > li {
  margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
  border: 1px solid #F1F2F7;
  background: #F1F2F7;
}

.top-nav .dropdown-menu.extended.logout {
  top: 50px;
}

.top-nav .nav .caret {
  border-bottom-color: #A4AABA;
  border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}

.log-arrow-up {
  background: url("../img/arrow-up.png") no-repeat;
  width: 20px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: -10px;
}

.notify-arrow {
  border-style: solid;
  border-width: 0 9px 9px;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: -18px;
  transition: all 0.25s ease 0s;
  width: 0;
  z-index: 10;
  margin-top: 10px;
  opacity: 1;
}

.notify-arrow-yellow {
  border-color: transparent transparent #FCB322;
  border-bottom-color: #FCB322 !important;
  border-top-color: #FCB322 !important;
}

.notify-arrow-red {
  border-color: transparent transparent #ff6c60;
  border-bottom-color: #ff6c60 !important;
  border-top-color: #ff6c60 !important;
}

.notify-arrow-green {
  border-color: transparent transparent #a9d86e;
  border-bottom-color: #a9d86e !important;
  border-top-color: #a9d86e !important;
}

.search {
  margin-top: 6px;
  width: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #fff;
  box-shadow: none;
  background: url("../img/search-icon.jpg") no-repeat 10px 8px;
  padding: 0 5px 0 35px;
  color: #fff;
}

.search:focus {
  margin-top: 5px;
  width: 180px;
  border: 1px solid #eaeaea;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #c8c8c8;
  font-weight: 300;
}

.sidebar-toggle-box {
  float: left;
  padding-right: 15px;
  margin-top: 20px;
  margin-left: 0px;
}

.sidebar-toggle-box .fa-bars {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
}

.sidebar-closed > #sidebar > ul {
  display: none;
}

.sidebar-closed #main-content {
  margin-left: 0px;
}

.sidebar-closed #sidebar {
  margin-left: -180px;
}

.state-overview .symbol, .state-overview .value {
  display: inline-block;
  text-align: center;
}

.state-overview .value {
  float: right;
}

.state-overview .value h1, .state-overview .value p {
  margin: 0;
  padding: 0;
  color: #c6cad6;
}

.state-overview .value h1 {
  font-weight: 300;
}

.state-overview .symbol i {
  color: #fff;
  font-size: 50px;
}

.state-overview .symbol {
  width: 40%;
  padding: 25px 15px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
  width: 58%;
  padding-top: 21px;
}

.state-overview .terques {
  background: #6ccac9;
}

.state-overview .red {
  background: #ff6c60;
}

.state-overview .yellow {
  background: #f8d347;
}

.state-overview .blue {
  background: #57c8f2;
}

.border-head h3 {
  border-bottom: 1px solid #c9cdd7;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  font-weight: 300;
}

.custom-bar-chart {
  height: 290px;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
  border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
  height: 100%;
  position: relative;
  width: 4.3%;
  margin: 0px 2%;
  float: left;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0x;
  border-radius: 5px 5px 0 0;
  z-index: 10;
}

.custom-bar-chart .bar .title {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.custom-bar-chart .bar .value {
  position: absolute;
  bottom: 0;
  background: #bfc2cd;
  color: #bfc2cd;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.custom-bar-chart .bar .value:hover {
  background: #e8403f;
  color: #fff;
}

.y-axis {
  color: #555555;
  position: absolute;
  text-align: right;
  width: 100%;
}

.y-axis li {
  border-top: 1px dashed #dbdce0;
  display: block;
  height: 58px;
  width: 100%;
}

.y-axis li:last-child {
  border-top: none;
}

.y-axis li span {
  display: block;
  margin: -10px 0 0 -25px;
  padding: 0 10px;
  width: 40px;
}

.y-axis {
  color: #555555;
  text-align: right;
}

.chart {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.chart .heading {
  text-align: left;
}

.chart .heading span {
  display: block;
}

.panel.green-chart .chart-tittle {
  font-size: 16px;
  padding: 15px;
  display: inline-block;
  font-weight: normal;
  background: #99c262;
  width: 100%;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

#barchart {
  margin-bottom: -15px;
  display: inline-block;
}

.chart-tittle .title {
}

.panel.green-chart .chart-tittle .value {
  float: right;
  color: #c0f080;
}

.panel.green-chart {
  background: #a9d96c;
  color: #fff;
}

.panel.terques-chart {
  background: #41cac0;
  color: #fff;
}

.panel.terques-chart .chart-tittle .value {
  float: right;
  color: #fff;
}

.panel.terques-chart .chart-tittle .value a {
  color: #fff;
  font-size: 12px;
}

.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
  color: #55f2e7;
  font-size: 12px;
}

.panel.terques-chart .chart-tittle {
  font-size: 16px;
  padding: 15px;
  display: inline-block;
  font-weight: normal;
  background: #39b7ac;
  width: 100%;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

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

.panel-body.chart-texture {
  background: url("../img/chart-texture.jpg");
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.task-thumb {
  width: 90px;
  float: left;
}

.task-thumb img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.task-thumb-details {
  display: inline-block;
  margin: 25px 0 0 10px;
}

.task-progress {
  float: left;
}

.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
  color: #39b5aa;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.task-thumb-details p, .task-progress p {
  padding-top: 5px;
  color: #a4aaba;
}

.personal-task tbody tr td {
  padding: 11px 15px;
  border-color: #eeeff1;
}

.personal-task tbody tr td i {
  font-size: 20px;
  color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f7f8fc;
}

.personal-task.table-hover > tbody > tr:hover > td i {
  color: #39b5aa;
}

.personal-task > tbody > tr > td:last-child {
  text-align: right;
}

.task-option {
  float: right;
}

.task-option select {
  height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px;
  color: #a4abbb;
}

.progress-panel {
  padding-bottom: 5px;
}

.badge.bg-primary {
  background: #8075c4;
}

.badge.bg-success {
  background: #a9d86e;
}

.badge.bg-warning {
  background: #FCB322;
}

.badge.bg-important {
  background: #ff6c60;
}

.badge.bg-info {
  background: #41cac0;
}

.badge.bg-inverse {
  background: #2A3542;
}

.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.timeline:before {
  background-color: #C7CBD6;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 0;
}

h3.timeline-title {
  margin: 0;
  color: #C8CCD7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.t-info {
  color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item {
  display: table-row;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-desk h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
}

.timeline-desk .panel {
  display: block;
  margin-left: 25px;
  position: relative;
  text-align: left;
  background: #F4F4F4;
}

.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.timeline-item .timeline-desk .arrow {
  border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
  left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
  left: -30px;
  position: absolute;
  top: 15px;
}

.timeline .timeline-icon {
  background: #C7CBD6;
  box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
  text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
  color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green {
  color: #39B6AE;
}

.timeline-desk h1.blue, .timeline-desk span a.blue {
  color: #56C9F5;
}

.timeline-desk h1.purple, .timeline-desk span a.purple {
  color: #8074C6;
}

.timeline-desk h1.light-green, .timeline-desk span a.light-green {
  color: #A8D76F;
}

.timeline .timeline-icon.red {
  background: #EF6F66;
  box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
  background: #39B6AE;
  box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
  background: #56C9F5;
  box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
  background: #8074C6;
  box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
  background: #A8D76F;
  box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -32px;
}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

.timeline .timeline-date {
  left: -200px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
}

.timeline-desk h5 span {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-item.alt:before {
  display: none;
}

.timeline-item:before, .timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-desk p {
  font-size: 12px;
  margin-bottom: 0;
}

.timeline-desk a {
  color: #EF6F66;
}

.timeline-desk .panel {
  margin-bottom: 5px;
}

.timeline-desk .album {
  margin-top: 20px;
}

.timeline-desk .album a {
  margin-right: 5px;
  float: left;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 20px;
  padding: 8px;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 25px;
}

.timeline-item.alt .timeline-date {
  left: auto;
  right: -200px;
  text-align: left;
}

.mbot30 {
  margin-bottom: 30px;
}

.revenue-head {
  background: #ff6c60;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  line-height: 50px;
}

.revenue-head span {
  background: #e56155;
  padding: 16px;
  -webkit-border-radius: 4px 0px 0px 0px;
  border-radius: 4px 0px 0px 0px;
}

.revenue-head span i {
  font-size: 18px;
}

.revenue-head h3 {
  display: inline;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
}

.revenue-head span.rev-combo {
  background: #e56155;
  padding: 16px;
  line-height: normal;
  -webkit-border-radius: 0px 4px 0px 0px;
  border-radius: 0px 4px 0px 0px;
}

.easy-pie-chart {
  display: inline-block;
  padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
  display: inline-block;
}

.chart-info {
  width: 100%;
  margin-bottom: 5px;
}

.chart-position {
  margin-top: 70px;
}

.chart-info span {
  margin: 0 3px;
}

.chart-info .increase {
  background: #ff6c60;
  width: 10px;
  height: 10px;
}

.chart-info .decrease {
  background: #f2f2f2;
  width: 10px;
  height: 10px;
}

.panel-footer.revenue-foot {
  background-color: #e6e7ec;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  border: none;
  padding: 0;
  width: 100%;
  display: inline-block;
}

.panel-footer.revenue-foot ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-flex;
}

.panel-footer.revenue-foot ul li {
  float: left;
  width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
  -webkit-border-radius: 0px 0px 0px 4px;
  border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
  -webkit-border-radius: 0px 0px 4px 0px;
  border-radius: 0px 0px 4px 0px;
  border-right: none;
}

.panel-footer.revenue-foot ul li a {
  display: inline-block;
  width: 100%;
  padding: 14px 15px;
  text-align: center;
  border-right: 1px solid #d5d8df;
  color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
  background: #fff;
  position: relative;
}

.panel-footer.revenue-foot ul li a i {
  color: #c6cad5;
  display: block;
  font-size: 16px;
}

.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
  color: #ff6c60;
  display: block;
  font-size: 16px;
}

.flat-carousal {
  background: #58c9f3;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 10px;
  color: #fff;
  position: relative;
}

.flat-carousal h1 {
  text-align: center;
  font-size: 16px;
  margin: 30px 20px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}

a.view-all {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-bottom: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

ul.ft-link {
  margin: 0;
  padding: 0;
}

ul.ft-link li {
  border-right: 1px solid #E6E7EC;
  display: inline-block;
  line-height: 30px;
  margin: 8px 0;
  text-align: center;
  width: 24%;
}

ul.ft-link li a {
  color: #74829c;
  text-transform: uppercase;
  font-size: 12px;
}

ul.ft-link li a:hover, ul.ft-link li.active a {
  color: #58c9f3;
}

ul.ft-link li:last-child {
  border-right: none;
}

ul.ft-link li a i {
  display: block;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  border-radius: 3px 3px 3px 3px !important;
  -moz-border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
}

.owl-buttons {
  position: absolute;
  top: 70px;
  width: 100%;
}

.owl-prev, .owl-next {
  position: absolute;
}

.owl-next {
  right: 0;
}

.owl-buttons .owl-prev {
  text-indent: -9999px;
  background: url("../img/left-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
}

.owl-buttons .owl-next {
  text-indent: -9999px;
  background: url("../img/right-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
}

.post-wrap aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top;
}

.pro-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.post-info {
  position: relative;
}

.arrow-pro.right:after {
  border-left-color: #FFFFFF;
  border-right-width: 0;
  top: 85px;
  content: " ";
}

.arrow-pro.left:after {
  border-right-color: #FFFFFF;
  border-left-width: 0;
  top: 80px;
  content: " ";
}

.arrow-pro.left {
  left: -8px;
}

.arrow-pro:after {
  border-width: 7px;
  content: "";
}

.arrow-pro, .arrow-pro:after {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  right: -5px;
}

.post-highlight.yellow {
  background: #f8d347;
  border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
  background: #41cac0;
  border-radius: 4px 0px 0px 04px;
  -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
  margin: 0;
  font-size: 18px;
  color: #a19899;
  font-weight: 300;
}

.post-highlight.terques h2 {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  padding: 0 20px;
  line-height: 22px;
  margin: 0;
  font-weight: 300;
}

.post-highlight.terques h2 span, .post-highlight.terques h2 a {
  color: #92faf3;
}

.post-info h1 strong {
  text-transform: uppercase;
  color: #937b7b;
}

.post-info .desk {
  display: inline-block;
}

.post-info .desk h3 {
  font-size: 16px;
}

.post-info .desk.yellow h3 {
  color: #f8d347;
}

.post-btn {
}

.post-btn a {
  float: left;
  margin-right: 8px;
  font-size: 18px;
  color: #9a9a9a;
}

.post-btn a:hover {
  color: #727272;
}

.pro-thumb {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.4);
}

.pro-thumb img {
  text-align: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.v-align {
  vertical-align: middle !important;
}

.twite h1 {
  margin: 50px 0;
}

.social-footer {
  display: inline;
  text-align: center;
}

.social-footer ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.social-footer ul li {
  display: inline-block;
  margin: 0 20px;
}

.social-footer ul li a {
  font-size: 25px;
  color: #ceced0;
}

.social-footer ul li a:hover i.fa-facebook, .social-footer ul li.active a i.fa-facebook {
  color: #486eac;
}

.social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter {
  color: #58c9f3;
}

.social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
  color: #4a4a4a;
}

.social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
  color: #d1282d;
}

.pie-foot {
  background: #6b6b6b;
  padding: 18px 15px;
  color: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.follower {
  background: #01a89e;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
  padding: 8px 5px 5px 5px;
  color: #757575;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  font-weight: 300;
}

.follower-foot ul {
  padding: 0;
  margin: 0;
}

.follower-foot ul li {
  display: inline-block;
  text-align: center;
  width: 48%;
  line-height: normal;
}

.follower-foot ul li h5 {
  margin: 5px 0 0 0;
}

.follower h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 300;
}

.follow-ava {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #18b2a6;
  display: inline-block;
}

.follower img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 62px;
  height: 62px;
}

.weather-bg {
  background: #8175c7;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.weather-bg i {
  font-size: 60px;
  display: block;
}

.weather-bg .degree {
  font-size: 60px;
}

.weather-category {
  padding: 15px 0;
  color: #74829C;
}

.weather-category ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.weather-category ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  display: inline-block;
}

.weather-category ul li h5 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 300;
}

.weather-category ul li a {
}

.weather-category ul li:last-child {
  border-right: none;
}

.fontawesome-icon-list h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
}

.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6 {
  margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
  border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list a {
  color: #797979;
}

.fontawesome-icon-list a:hover {
  color: #35404D;
}

.fontawesome-icon-list i {
  font-size: 16px;
  padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
  margin-top: 10px;
}

.mail-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mail-box aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top;
}

.mail-box .sm-side {
  width: 25%;
  background: #e5e8ef;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}

.mail-box .lg-side {
  width: 75%;
  background: #fff;
  border-radius: 0px 4px 4px 0;
  -webkit-border-radius: 0px 4px 4px 0;
}

.mail-box .sm-side .user-head {
  background: #00a8b3;
  border-radius: 4px 0px 0px 0;
  -webkit-border-radius: 4px 0px 0px 0;
  padding: 10px;
  color: #fff;
  min-height: 80px;
}

.user-head .inbox-avatar {
  width: 65px;
  float: left;
}

.user-head .inbox-avatar img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.user-head .user-name {
  display: inline-block;
  margin: 0 0 0 10px;
}

.user-head .user-name h5 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 300;
}

.user-head .user-name h5 a {
  color: #fff;
}

.user-head .user-name span a {
  font-size: 12px;
  color: #87e2e7;
}

a.mail-dropdown {
  background: #80d3d9;
  padding: 3px 5px;
  font-size: 10px;
  color: #01a7b3;
  border-radius: 2px;
  margin-top: 20px;
}

.inbox-body {
  padding: 20px;
}

.btn-compose {
  background: #ff6c60;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  color: #fff;
}

.btn-compose:hover {
  background: #f5675c;
  color: #fff;
}

ul.inbox-nav {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.inbox-divider {
  border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
  display: inline-block;
  line-height: 45px;
  width: 100%;
}

ul.inbox-nav li a {
  color: #000000;
  line-height: 45px;
  width: 100%;
  display: inline-block;
  padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
  color: #000000;
  background: #d5d7de;
}

ul.inbox-nav li a i {
  padding-right: 10px;
  font-size: 16px;
  color: #000000;
}

ul.inbox-nav li a span.label {
  margin-top: 13px;
}

ul.labels-info li h4 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  color: #5c5c5e;
  font-size: 13px;
  text-transform: uppercase;
}

ul.labels-info li {
  margin: 0;
}

ul.labels-info li a {
  color: #000000;
  border-radius: 0;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
  color: #000000;
  background: #d5d7de;
}

ul.labels-info li a i {
  padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
  margin-bottom: 0;
  padding: 0 22px;
  color: #9d9f9e;
  font-size: 11px;
}

.inbox-head {
  padding: 20px;
  background: #41cac0;
  color: #fff;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  min-height: 80px;
}

.inbox-head h3 {
  margin: 0;
  display: inline-block;
  padding-top: 6px;
  font-weight: 300;
}

.inbox-head .sr-input {
  height: 40px;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  float: left;
  border-radius: 4px 0 0 4px;
  color: #8a8a8a;
}

.inbox-head .sr-btn {
  height: 40px;
  border: none;
  background: #00a6b2;
  color: #fff;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

.table-inbox {
  border: 1px solid #d3d3d3;
  margin-bottom: 0;
}

.table-inbox tr td {
  padding: 12px !important;
}

.table-inbox tr td:hover {
  cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
  color: #f78a09;
}

.table-inbox tr td .fa-star {
  color: #d5d5d5;
}

.table-inbox tr.unread td {
  font-weight: 600;
  background: #f7f7f7;
}

ul.inbox-pagination {
  float: right;
}

ul.inbox-pagination li {
  float: left;
}

.mail-option {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
  margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
  border: 1px solid #e7e7e7;
  padding: 5px 10px;
  display: inline-block;
  background: #fcfcfc;
  color: #afafaf;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

.inbox-pagination a.np-btn {
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
  display: inline-block;
  background: #fcfcfc;
  color: #afafaf;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
  margin-top: 0;
}

.mail-option .btn-group a.all {
  padding: 0;
  border: none;
}

.inbox-pagination a.np-btn {
  margin-left: 5px;
}

.inbox-pagination li span {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
}

.fileinput-button {
  border: 1px solid #e6e6e6;
  background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

.btn-send, .btn-send:hover {
  background: #00A8B3;
  color: #fff;
}

.btn-send:hover {
  background: #009da7;
}

.modal-header h4.modal-title {
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
}

.modal-body label {
  font-weight: 400;
  font-family: 'Exo 2', sans-serif;
}

.heading-inbox h4 {
  font-size: 18px;
  color: #444;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top: 20px;
}

.sender-info {
  margin-bottom: 20px;
}

.sender-info img {
  width: 30px;
  height: 30px;
}

.sender-dropdown {
  background: #eaeaea;
  padding: 0 3px;
  color: #777;
  font-size: 10px;
}

.view-mail a {
  color: #FF6C60;
}

.attachment-mail {
  margin-top: 30px;
}

.attachment-mail ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.attachment-mail ul li {
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.attachment-mail ul li img {
  width: 100%;
}

.attachment-mail ul li span {
  float: right;
}

.attachment-mail .file-name {
  float: left;
}

.attachment-mail .links {
  width: 100%;
  display: inline-block;
}

.body-404 {
  background: #18d4cb;
  color: #fff;
}

.error-wrapper {
  text-align: center;
  margin-top: 10%;
}

.error-wrapper .icon-404 {
  background: url("../img/404_icon.png") no-repeat;
  width: 289px;
  height: 274px;
  display: inline-block;
  margin-left: 30px;
}

.error-wrapper h1 {
  font-size: 90px;
  font-weight: 300;
  margin: -50px 0 0 0;
}

.error-wrapper h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.error-wrapper p, .error-wrapper p a {
  font-size: 18px;
  font-weight: 300;
}

.error-wrapper p.page-404 {
  color: #7dfff7;
}

.error-wrapper p.page-404 a, .error-wrapper p.page-500 a, .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
  color: #fff;
}

.body-500 {
  background: #8075c6;
  color: #fff;
}

.error-wrapper p.page-500 {
  color: #afa5f1;
}

.error-wrapper .icon-500 {
  background: url("../img/500_icon.png") no-repeat;
  width: 289px;
  height: 274px;
  display: inline-block;
  margin-left: 55px;
}

.profile-nav .user-heading {
  background: #ff766c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}

.profile-nav .user-heading.round a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}

.profile-nav .user-heading p {
  font-size: 12px;
}

.profile-nav ul {
  margin-top: 1px;
}

.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}

.profile-nav ul > li:last-child {
  border-bottom: none;
}

.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #89817f;
  border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
  background: #f8f7f5 !important;
  border-left: 5px solid #ff766c;
  color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i {
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}

.r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}

.p-text-area, .p-text-area:focus {
  border: none;
  font-weight: 300;
  box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
}

.profile-info .panel-footer {
  background-color: #f8f7f5;
  border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
  color: #7a7a7a;
}

.bio-graph-heading {
  background: #41cac0;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding: 40px 110px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.bio-graph-info {
  color: #89817e;
}

.bio-graph-info h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}

.bio-row {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
}

.bio-row p span {
  width: 100px;
  display: inline-block;
}

.bio-chart, .bio-desk {
  float: left;
}

.bio-chart {
  width: 40%;
}

.bio-desk {
  width: 60%;
}

.bio-desk h4 {
  font-size: 15px;
  font-weight: 400;
}

.bio-desk h4.terques {
  color: #4CC5CD;
}

.bio-desk h4.red {
  color: #e26b7f;
}

.bio-desk h4.green {
  color: #97be4b;
}

.bio-desk h4.purple {
  color: #caa3da;
}

.file-pos {
  margin: 6px 0 10px 0;
}

.profile-activity h5 {
  font-weight: 300;
  margin-top: 0;
  color: #c3c3c3;
}

.summary-head {
  background: #ee7272;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.summary-head p {
  color: rgba(255, 255, 255, 0.6);
}

ul.summary-list {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

ul.summary-list > li {
  display: inline-block;
  width: 19.5%;
  text-align: center;
}

ul.summary-list > li > a > i {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}

ul.summary-list > li > a {
  padding: 10px 0;
  display: inline-block;
  color: #818181;
}

ul.summary-list > li {
  border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child {
  border-right: none;
}

.activity {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.activity.alt {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

.activity span {
  float: left;
}

.activity.alt span {
  float: right;
}

.activity span, .activity.alt span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.activity span img, .activity.alt span img {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.activity.terques span {
}

.activity h4 {
  display: -webkit-box;
}

.activity.terques h4 {
  color: #8dd7d6;
}

.activity.purple span {
  background: #b984dc;
}

.activity.purple h4 {
  color: #b984dc;
}

.activity.blue span {
  background: #90b4e6;
}

.activity.blue h4 {
  color: #90b4e6;
}

.activity.green span {
  background: #aec785;
}

.activity.green h4 {
  color: #aec785;
}

.activity h4 {
  margin-top: 0;
  font-size: 16px;
}

.activity p {
  margin-bottom: 0;
  font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  color: #bebebe;
}

.activity .activity-desk {
  margin-left: 70px;
  position: relative;
}

.activity.alt .activity-desk {
  margin-right: 70px;
  position: relative;
}

.activity.alt .activity-desk .panel {
  float: right;
  position: relative;
}

.activity-desk .panel {
  background: #F4F4F4;
  display: inline-block;
}

.activity .activity-desk .arrow {
  border-right: 8px solid #F4F4F4 !important;
}

.activity .activity-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.activity-desk .arrow-alt {
  border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.activity-desk .album {
  display: inline-block;
  margin-top: 10px;
}

.activity-desk .album a {
  margin-right: 10px;
}

.activity-desk .album a:last-child {
  margin-right: 0px;
}

.invoice-list {
  margin-bottom: 30px;
}

.invoice-list h4 {
  font-weight: 300;
  font-size: 16px;
}

.invoice-block {
  text-align: right;
}

ul.amounts li {
  background: #f5f5f5;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 300;
}

.invoice-btn a {
  font-weight: 300;
  margin: 0 5px;
  font-size: 16px;
}

.corporate-id {
  margin-bottom: 30px;
}

.panel-primary > .panel-heading.navyblue {
  background-color: #2A3542;
  border-color: #2A3542;
  color: #FFFFFF;
}

.table-advance tr td {
  vertical-align: middle !important;
}

.no-border {
  border-bottom: none;
}

.dataTables_length, .dataTables_filter {
  padding: 15px;
}

.dataTables_info {
  padding: 0 15px;
}

.dataTables_filter {
  float: right;
}

.dataTables_length select {
  width: 65px;
  padding: 5px 8px;
}

.dataTables_length label, .dataTables_filter label {
  font-weight: 300;
}

.dataTables_filter label {
  width: 100%;
}

.dataTables_filter label input {
  width: 78%;
}

.border-top {
  border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
  float: left;
  margin: 0 1px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
  color: #c7c7c7;
}

.dataTables_paginate.paging_bootstrap.pagination li a {
  color: #797979;
  padding: 5px 10px;
  display: inline-block;
}

.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a {
  color: #797979;
  background: #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination {
  float: right;
  margin-top: -5px;
  margin-bottom: 15px;
}

.dataTable tr:last-child {
  border-bottom: 1px solid #ddd;
}

.has-toolbar.fc {
  margin-top: 50px;
}

.fc-header-title {
  display: inline-block;
  margin-top: -50px;
  vertical-align: top;
}

.fc-view {
  margin-top: -50px;
  overflow: hidden;
  width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
  background: #F3F3F3 !important;
  border-color: #DDDDDD;
  border-style: none solid;
  color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
  background: #FF6C60 !important;
  color: #fff !important;
}

.fc-event-skin {
  background-color: #6883a3 !important;
  border-color: #6883a3 !important;
  color: #FFFFFF !important;
}

.fc-grid th {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #F3F3F3 !important;
}

.fc-header-title h2 {
  font-size: 20px !important;
  color: #C8CCD7;
  font-weight: 300;
}

.external-event {
  cursor: move;
  display: inline-block !important;
  margin-bottom: 6px !important;
  margin-right: 6px !important;
  padding: 8px;
}

#external-events p input[type="checkbox"] {
  margin: 0;
}

.drg-event-title {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.fc-content .fc-event {
  border-radius: 4px;
  webkit-border-radius: 4px;
  padding: 4px 6px;
}

.fc-corner-left {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
  padding-top: 10px;
  margin-top: 10px;
}

.btn-row {
  margin-bottom: 10px;
}

.tab-head {
  background: #7087a3;
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}

.tab-container {
  margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 1px;
  color: #fff;
}

.tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
  background-color: #f1f2f7;
  border-color: #f1f2f7;
  color: #797979;
}

.panel-heading .nav {
  border: medium none;
  font-size: 13px;
  margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
  background: #7087A3;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.tab-bg-dark-navy-red {
  background: #ff6c60;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.panel-heading .nav > li > a, .panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
  border-width: 0;
  border-radius: 0;
}

.panel-heading .nav > li > a {
  color: #fff;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
  color: #47596f;
  background: #fff;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
}

.tab-right {
  height: 38px;
}

.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav-tabs > li > a {
  margin-left: 1px;
  margin-right: 0px;
}

.m-bot20 {
  margin-bottom: 20px;
}

.m-bot-none {
  margin-bottom: 0;
}

.wht-color {
  color: #fff;
}

.close-sm {
  font-size: 14px;
}

.carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -webkit-transition: background-color 0.25s ease 0s;
}

.carousel-indicators .active {
  background: #ff6c60;
  height: 10px;
  margin: 1px;
  width: 10px;
}

.carousel-indicators.out {
  bottom: -5px;
}

.carousel-indicators.out {
  bottom: -5px;
}

.carousel-control {
  color: #999999;
  text-shadow: none;
  width: 45px;
}

.carousel-control i {
  display: inline-block;
  height: 25px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 5;
}

.carousel-control.left, .carousel-control.right {
  background: none;
  filter: none;
}

.carousel-control:hover, .carousel-control:focus {
  color: #CCCCCC;
  opacity: 0.9;
  text-decoration: none;
}

.carousel-inner h3 {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}

.carousel-inner {
  margin-bottom: 15px;
}

.gritter-close {
  left: auto !important;
  right: 3px !important;
}

.sm-input {
  width: 175px;
}

.form-horizontal.tasi-form .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form-horizontal.tasi-form .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.form-horizontal.tasi-form .form-group .help-block {
  margin-bottom: 0;
}

.round-input {
  border-radius: 500px;
  -webkit-border-radius: 500px;
}

.m-bot15 {
  margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
  margin-top: 1px;
  border: none;
}

.iconic-input {
  position: relative;
}

.iconic-input i {
  color: #CCCCCC;
  display: block;
  font-size: 16px;
  height: 16px;
  margin: 8px 5px 8px 10px;
  position: absolute;
  text-align: center;
  width: 16px;
}

.iconic-input input {
  padding-left: 30px !important;
}

.iconic-input.right input {
  padding-left: 10px !important;
  padding-right: 30px !important;
}

.iconic-input.right i {
  float: right;
  right: 5px;
}

.spinner, input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
  background: url("../img/input-spinner.gif") right no-repeat !important;
}

button i.spinner {
  padding: 0 10px;
  margin-right: 5px;
}

.cmxform .form-group label.error {
  display: inline;
  margin: 5px 0;
  color: #B94A48;
  font-weight: 400;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error, .cmxform .form-group textarea.error {
  border-color: #B94A48 !important;
}

#signupForm label.error {
  display: inline;
  margin: 5px 0px;
  width: auto;
  color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus {
  border: none;
}

table.sliders tr td {
  padding: 30px 0;
  border: none;
}

.slider {
  margin-top: 3px;
}

.slider-info {
  padding-top: 10px;
}

.sliders .ui-widget-header {
  background: #22bacf !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0 !important;
}

#eq span {
  height: 120px;
  float: left;
  margin: 15px
}

.ui-widget-content {
  background: #f0f2f7 !important;
  border: none !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

.ui-slider-horizontal {
  height: 8px !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.35em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff !important;
  border: 3px solid #22bacf !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}

.ui-slider-vertical {
  width: 8px !important;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.5em !important;
}

.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.6em;
  position: absolute;
  width: 1.6em;
  z-index: 2;
}

.bound-s {
  width: 90px;
  margin-bottom: 15px;
}

.has-switch {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.231;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
  mask: url('../img/mask.png') 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.has-switch.deactivate label, .has-switch.deactivate span {
  cursor: default !important;
}

.has-switch > div {
  width: 162%;
  position: relative;
  top: 0;
}

.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}

.has-switch > div.switch-off {
  left: -63%;
}

.has-switch > div.switch-off label {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}

.has-switch > div.switch-on {
  left: 0%;
}

.has-switch > div.switch-on label {
  background-color: #41cac0;
}

.has-switch input[type=checkbox] {
  display: none;
}

.has-switch span {
  cursor: pointer;
  font-size: 14.994px;
  font-weight: 700;
  float: left;
  height: 29px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}

.has-switch span.switch-left {
  border-radius: 30px 0 0 30px;
  background-color: #2A3542;
  color: #41cac0;
  border-left: 1px solid transparent;
}

.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #bdc3c7;
  color: #ffffff;
  text-indent: 7px;
}

.has-switch span.switch-right [class*="fui-"] {
  text-indent: 0;
}

.has-switch label {
  border: 4px solid #2A3542;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  height: 29px;
  margin: 0 -21px 0 -14px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 29px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}

.switch-square {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
  mask: url('../img/mask.png') 0 0 no-repeat;
}

.switch-square > div.switch-off label {
  border-color: #7f8c9a;
  border-radius: 6px 0 0 6px;
}

.switch-square span.switch-left {
  border-radius: 6px 0 0 6px;
}

.switch-square span.switch-left [class*="fui-"] {
  text-indent: -10px;
}

.switch-square span.switch-right {
  border-radius: 0 6px 6px 0;
}

.switch-square span.switch-right [class*="fui-"] {
  text-indent: 5px;
}

.switch-square label {
  border-radius: 0 6px 6px 0;
  border-color: #41cac0;
}

.tagsinput {
  border: 1px solid #e3e6ed;
  border-radius: 6px;
  height: 100px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}

.tagsinput .tag {
  border-radius: 4px;
  background-color: #41cac0;
  color: #ffffff;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.14s linear;
  -moz-transition: 0.14s linear;
  -o-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
}

.tagsinput .tag:hover {
  background-color: #39b1a8;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 20px;
}

.tagsinput .tag:hover .tagsinput-remove-link {
  color: #ffffff;
  opacity: 1;
  display: block \9;
}

.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}

.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none \9;
}

.tagsinput-remove-link:before {
  color: #ffffff;
  content: "\f00d";
  font-family: "FontAwesome";
}

.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

.tagsinput-add:hover {
  background-color: #3bb8af;
}

.tagsinput-add:before {
  content: "\f067";
  font-family: "FontAwesome";
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.checkboxes label, .radios label {
  display: block;
  cursor: pointer;
  line-height: 20px;
  padding-bottom: 7px;
  font-weight: 300;
}

.radios {
  padding-top: 18px;
}

.label_check input, .label_radio input {
  margin-right: 5px;
}

.has-js .label_check, .has-js .label_radio {
  padding-left: 34px;
}

.has-js .label_radio {
  background: url(../img/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
  background: url(../img/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
  background: url(../img/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
  background: url(../img/checkbox/radio-on.png) no-repeat;
}

.has-js .label_check input, .has-js .label_radio input {
  position: absolute;
  left: -9999px;
}

.add-on {
  float: right;
  margin-top: -37px;
  padding: 3px;
  text-align: center;
}

.add-on .btn {
  padding: 9px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  margin-bottom: 10px;
  padding-left: 0px;
}

.daterangepicker .ranges label {
  padding-bottom: 0;
  padding-top: 8px;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover, .datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled], .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover {
  background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
  text-shadow: none;
}

.datepicker th.switch {
  width: 125px;
}

.datepicker td span {
  height: 40px;
  line-height: 40px;
}

.bootstrap-timepicker table td input {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.cke_top, .cke_bottom {
  background: #F5F5F5 !important;
  background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  box-shadow: none;
  padding: 6px 8px 2px;
}

.cke_top {
  border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
  display: block;
  padding: 0;
}

.stepy-tab {
  text-align: center;
}

.stepy-tab ul {
  display: inline-block;
}

.stepy-tab ul li {
  float: left;
}

.step legend {
  border: none;
}

.button-back {
  float: left;
}

.button-next, .finish {
  float: right;
}

.button-back, .button-next, .finish {
  cursor: pointer;
  text-decoration: none;
}

.step {
  clear: left;
}

.step label {
  display: block;
}

.stepy-titles li {
  color: #757575;
  cursor: pointer;
  float: left;
  margin: 10px 15px;
}

.stepy-titles li span {
  display: block;
}

.stepy-titles li.current-step div {
  color: #fff;
  cursor: auto;
  background: #A9D86E;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.stepy-titles li div {
  font-size: 16px;
  font-weight: 300;
  background: #eee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.user-heading.alt {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.alt.green-bg {
  background: #aec785;
}

.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
  border-left: 5px solid #aec785;
}

.user-heading.alt a {
  float: left;
  margin-right: 15px;
  margin-left: -10px;
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.user-heading.alt a img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.twt-feed {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  text-align: center;
}

.twt-feed.blue-bg {
  background: #58C9F3;
}

.twt-feed h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}

.twt-feed a {
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  margin-bottom: -55px;
}

.twt-feed a img {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 55px;
  width: 100%;
}

.twt-category ul li {
  color: #89817f;
  font-size: 13px;
}

.twt-category h5 {
  font-size: 20px;
  font-weight: 300;
}

.twt-write .t-text-area {
  border: 1px solid #eeeeee;
  border-radius: 0;
}

.twt-write {
  margin-bottom: 10px;
}

.twt-footer {
  padding: 10px 15px;
}

.btn-space {
  padding-left: 11.6%;
  padding-right: 11%;
}

.p-head {
  color: #f77b6f;
  font-weight: 400;
  font-size: 14px;
}

.cmt-head {
  font-weight: 400;
  font-size: 13px;
}

.p-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
}

.chat-form {
  margin-top: 25px;
  clear: both;
}

.chat-form .input-cont {
  margin-bottom: 10px;
}

.chat-form .input-cont input {
  margin-bottom: 0px;
}

.chat-form .input-cont input {
  border: 1px solid #d3d3d3 !important;
  margin-top: 0;
  min-height: 45px;
}

.chat-form .input-cont input {
  background-color: #fff !important;
}

.chat-features a {
  margin-left: 10px;
}

.chat-features a i {
  color: #d0d0d0;
}

.timeline-messages:before {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  top: 0;
  width: 2px;
}

.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
  content: "";
  left: 60px;
  position: absolute;
  top: -2px;
}

.timeline-messages, .msg-time-chat, .timeline-messages .msg-in, .timeline-messages .msg-out {
  position: relative;
}

.timeline-messages .msg-in .arrow {
}

.timeline-messages .msg-in .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 13px;
  width: 0;
}

.timeline-messages .msg-out .arrow {
}

.timeline-messages .msg-out .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 13px;
  width: 0;
}

.msg-time-chat:first-child:before {
  margin-top: 16px;
}

.msg-time-chat:before {
  background: #CCCCCC;
  border: 2px solid #FAFAFA;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height: 14px;
  margin: 23px 0 0 -6px;
  width: 14px;
}

.msg-time-chat:hover:before {
  background: #41cac0;
}

.msg-time-chat:first-child {
  padding-top: 0;
}

.message-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
}

.message-img img {
  display: block;
  height: 44px;
  width: 44px;
}

.message-body {
  margin-left: 80px;
}

.msg-time-chat .msg-in .text {
  border: 1px solid #e3e6ed;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
  border: 1px solid #e3e6ed;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.msg-time-chat p {
  margin: 0;
}

.msg-time-chat .attribution {
  font-size: 11px;
  margin: 0px 0 5px;
}

.msg-time-chat {
  overflow: hidden;
  padding: 8px 0;
}

.msg-in a, .msg-in a:hover {
  color: #b64c4c;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}

.msg-out a, .msg-out a:hover {
  color: #288f98;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}

span.customSelect {
  font-size: 12px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #EAEAEA;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #A4AABA;
}

span.customSelect.changed {
  background-color: #fff;
}

.customSelectInner {
  background: url(../img/customSelect-arrow.gif) no-repeat center right;
}

.boxed-page {
  background-color: #ccc !important;
}

.boxed-page .container {
  background: #2A3542;
  padding-left: 0;
  padding-right: 0;
}

.boxed-page .container #sidebar {
  position: inherit;
}

.boxed-page .container .header .container {
  background: #fff;
}

.boxed-page .container aside {
  float: left;
}

.boxed-page .container .wrapper {
  background: #F1F2F7;
  min-height: 900px;
}

.tools a {
  margin-left: 10px;
  color: #a7a7a7;
  font-size: 12px;
}

.gmaps {
  height: 300px;
  width: 100%;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}

.rating-list {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 15px;
  text-align: left;
}

.rating span.star, .rating span.star, .rating-list span.star, .rating-list span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span.star:hover, .rating span.star:hover {
  cursor: pointer;
}

.rating span.star:before, .rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #BEC3C7;
}

.rating-list span.star:before, .rating-list span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #BEC3C7;
}

.rating-list span.star.active:before, .rating-list span.star.active:before, .rating-list span.star.active ~ span.star:before, .rating-list span.star.active ~ span.star:before {
  content: "\f005";
  color: #41CAC0;
}

.rating span.star.active:before, .rating span.star.active:before, .rating span.star.active ~ span.star:before, .rating span.star.active ~ span.star:before {
  content: "\f005";
  color: #41CAC0;
}

.classic-search {
  margin-bottom: 30px;
}

.classic-search h4 {
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 16px;
}

.classic-search h4 a {
  color: #314558;
}

.classic-search h4 a:hover {
  text-decoration: underline;
}

#editor-container {
  width: 100%;
  margin: 10px auto 0;
}

#header-editor {
  overflow: hidden;
  padding: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

#headerLeft, #headerRight {
  width: 49%;
  overflow: hidden;
}

#headerLeft {
  float: left;
  padding: 10px 1px 1px;
}

#headerLeft h2, #headerLeft h3 {
  margin: 0;
  overflow: hidden;
  font-weight: normal;
  font-family: 'Exo 2', sans-serif;
}

#headerLeft h2 {
  font-size: 2.6em;
  line-height: 1.1em;
  text-transform: capitalize;
  color: #314558;
  margin-bottom: 20px;
}

#headerLeft h3 {
  font-size: 1.5em;
  line-height: 1.1em;
  margin: .2em 0 0;
  color: #757575;
}

#headerRight {
  float: right;
  padding: 1px;
}

#headerRight p {
  line-height: 1.8em;
  text-align: justify;
  margin: 0;
}

#headerRight p + p {
  margin-top: 20px;
}

#headerRight > div {
  padding: 20px;
  margin: 0 0 0 30px;
  font-size: 1.1em;
  color: #757575;
}

#columns {
  color: #757575;
  overflow: hidden;
  padding: 20px 0;
}

#columns h3 {
  color: #314558;
}

#columns > div {
  float: left;
  width: 33.3%;
}

#columns #column1 > div {
  margin-left: 1px;
}

#columns #column3 > div {
  margin-right: 1px;
}

#columns > div > div {
  margin: 0px 10px;
  padding: 10px 20px;
}

#columns blockquote {
  margin-left: 15px;
}

#taglist {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  margin: 0 0 0 20px;
}

.cke_editable.cke_editable_inline.cke_focus {
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  cursor: text;
  outline: medium none;
}

.adv-table table tr td {
  padding: 10px;
}

.adv-table table.display thead th {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
  background: none;
}

td.details {
  background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
  border: none;
}

.adv-table table.display tr.odd.gradeA {
  background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
  background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
  float: right;
  margin-left: 10px;
  width: 78%;
}

.adv-table .dataTables_filter label {
  line-height: 33px;
  width: 100%;
}

.adv-table .dataTables_length select {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 8px;
  width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
  padding: 15px 0;
}

.adv-table .dataTables_length, .adv-table .dataTables_filter {
  padding: 15px 0;
}

.cke_chrome {
  border: none !important;
}

.editable-table .dataTables_filter {
  width: 80%;
}

tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1 {
  background: none !important;
}

.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
  height: 300px;
}

.demo-xchart {
  height: 256px;
  width: 100%;
}

.full-width #main-content {
  margin-left: 0;
}

.horizontal-menu {
  margin-left: 50px;
  float: left;
}

.horizontal-menu .navbar-nav > li > a {
  padding-bottom: 20px;
  padding-top: 20px;
}

.full-width .navbar-header {
  width: 100%;
}

.full-width .nav > li > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width .nav .open > a:hover, .full-width .nav .open > a:focus {
  background-color: #F77B6F;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.full-width .dropdown-menu {
  box-shadow: none;
}

.full-width .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 13px;
}

.form-body {
  padding: 20px;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  background-color: #2A3542;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
  box-shadow: none !important;
}

.ms-container .ms-list.ms-focus {
  border: 1px solid #2A3542;
}

.ms-selectable .search-input, .ms-selection .search-input {
  margin-bottom: 10px;
}

.spinner-buttons.btn-group-vertical .btn {
  height: 17px;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
}

.spinner-buttons.btn-group-vertical .btn i {
  margin-top: -3px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px !important;
  -webkit-border-radius: 0 0 4px !important;
}

.wysihtml5-toolbar .btn-default {
  background: #fff;
  color: #757575;
}

#sortable {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

#sortable li {
  padding-left: 3em;
  font-size: 12px;
}

#sortable li i {
  position: absolute;
  left: 6px;
  padding: 4px 10px 0 10px;
  cursor: pointer;
}

#sortable li input[type=checkbox] {
  margin-top: 0;
}

.ui-sortable > li {
  padding: 15px 0 15px 35px !important;
  position: relative;
  background: #f5f6f8;
  margin-bottom: 2px;
  border-bottom: none !important;
}

.ui-sortable li.list-primary {
  border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
  border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
  border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
  border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
  border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
  border-left: 3px solid #BEC3C7;
}

.lock-screen {
  background: #02bac6 url("../img/lock-bg.jpg");
  background-size: cover;
  background-repeat: repeat;
}

.lock-wrapper {
  margin: 10% auto;
  max-width: 330px;
}

.lock-box {
  background: rgba(255, 255, 255, .3);
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
}

.lock-wrapper img {
  position: absolute;
  left: 40%;
  top: -40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #fff;
}

.lock-wrapper h1 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0 0 0;
}

.lock-wrapper .locked {
  margin-bottom: 20px;
  display: inline-block;
  color: #026f7a;
}

.btn-lock, .btn-lock:hover {
  background: #02b5c2;
  color: #fff;
}

.lock-input {
  width: 83%;
  border: none;
  float: left;
  margin-right: 3px;
}

#time {
  width: 100%;
  color: #fff;
  font-size: 60px;
  margin-bottom: 80px;
  display: inline-block;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}

.language, .dropdown.profile {
  margin-top: 4px;
}

.language .dropdown-menu {
  border: 1px solid #eee;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
}

.language .dropdown-menu li a {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.language .dropdown-menu li:last-child a {
  border-bottom: none;
}

.language .dropdown-menu li a {
  font-size: 13px;
}

.prod-cat li a {
  border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
  color: #3b3b3b;
}

.prod-cat li ul {
  margin-left: 30px;
}

.prod-cat li ul li a {
  border-bottom: none;
}

.prod-cat li ul li a:hover, .prod-cat li ul li a:focus, .prod-cat li ul li.active a, .prod-cat li a:hover, .prod-cat li a:focus, .prod-cat li a.active {
  background: none;
  color: #ff7261;
}

.pro-lab {
  margin-right: 20px;
  font-weight: normal;
}

.pro-sort {
  padding-right: 20px;
  float: left;
}

.pro-page-list {
  margin: 5px 0 0 0;
}

.product-list img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
  position: relative;
}

.adtocart {
  background: #fc5959;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  left: 45%;
  bottom: -25px;
  position: absolute;
}

.adtocart i {
  color: #fff;
  font-size: 25px;
  line-height: 42px;
}

.pro-title {
  color: #5A5A5A;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}

.product-list .price {
  color: #fc5959;
  font-size: 15px;
}

.pro-img-details {
  margin-left: -15px;
}

.pro-img-details img {
  width: 100%;
}

.pro-d-title {
  font-size: 16px;
  margin-top: 0;
}

.product_meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 15px 0;
}

.product_meta span {
  display: block;
  margin-bottom: 10px;
}

.product_meta a, .pro-price {
  color: #fc5959;
}

.pro-price, .amount-old {
  font-size: 18px;
  padding: 0 10px;
}

.amount-old {
  text-decoration: line-through;
}

.quantity {
  width: 120px;
}

.pro-img-list {
  margin: 10px 0 0 -15px;
  width: 100%;
  display: inline-block;
}

.pro-img-list a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pro-d-head {
  font-size: 18px;
  font-weight: 300;
}

.site-footer {
  background: #5b6e84;
  color: #fff;
  padding: 10px 0;
}

.go-top {
  margin-right: 1%;
  float: right;
  background: rgba(255, 255, 255, .5);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.go-top i {
  color: #2A3542;
}

.feature-head {
  padding: 10px 0 50px;
}

.feature-head h1 {
  font-size: 25px;
  font-weight: normal;
}

.pricing-table {
  background: #fff;
  text-align: center;
  padding: 0 0 25px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pricing-table.most-popular {
  top: -20px;
  position: relative;
}

.most-popular {
  background: #f77b6f;
  color: #fff;
}

.most-popular h1 {
  font-size: 25px !important;
  padding-bottom: 10px;
  padding-top: 17px !important;
}

.most-popular h2 {
  background: #d76b61 !important;
  margin-top: 20px !important;
}

.most-popular ul li {
  border-bottom: 1px dotted #d76b61 !important;
}

.most-popular .price-actions .btn {
  background: #d76b61 !important;
  margin: 10px 0;
  cursor: pointer;
}

.pricing-table .price-actions .btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #acacac;
  color: #fff;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  cursor: pointer;
}

.pricing-head h1 {
  font-size: 18px;
  font-weight: 300;
  padding-top: 15px;
}

.pricing-head h2 {
  padding: 30px 0;
  background: #777777;
  color: #fff;
  font-size: 50px;
  font-weight: 100;
}

.pricing-table ul {
  margin: 15px 0;
  padding: 0;
}

.pricing-table ul li {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 2em;
  padding: 1em 0;
  text-align: center;
  font-weight: 300;
}

.pricing-head span.note {
  display: inline;
  font-size: 25px;
  line-height: 0.8em;
  position: relative;
  top: -18px;
}

.pricing-quotation, .team-info {
  background: #EEEEEE;
  padding: 20px 20px 35px 20px;
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
  font-weight: 300;
}

.pricing-quotation p, .team-info p {
  margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
  position: relative;
}

.pricing-quotation:before, .team-info:before {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  border-image: none;
  border-right: 1px solid #EEEEEE;
  border-style: none;
  top: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 48%;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 15px;
}

.sortable .panel .panel-heading {
  cursor: move;
}

.vertical-menu li a {
  background: #fff;
  width: 100%;
  float: left;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #797979;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vertical-menu li a:hover, .vertical-menu li a:focus, .vertical-menu li.active a {
  background: #2A3542;
  width: 100%;
  float: left;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cover-photo {
  position: relative;
}

.fb-timeline-img img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.profile-thumb img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-top: -90px;
  border: 3px solid #fff;
}

.profile-thumb {
  float: left;
  position: relative;
}

.fb-user-mail {
  margin: 10px 0 0 20px;
  display: inline-block;
}

.fb-name {
  bottom: 5px;
  left: 175px;
  position: absolute;
}

.fb-name h2 a {
  color: #FFFFFF;
  text-rendering: optimizelegibility;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  font-size: 25px;
}

.fb-user-thumb {
  float: left;
  width: 70px;
  margin-right: 15px;
}

.fb-user-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.fb-user-details h3 {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 300;
}

.fb-user-details p {
  color: #c3c3c3;
}

.fb-user-status {
  padding: 10px 0;
  line-height: 20px;
}

.fb-time-action {
  padding: 15px 0;
}

.fb-border {
  border-top: 1px solid #ebeef5;
}

.fb-time-action span, .fb-time-action a {
  margin-right: 5px;
}

.fb-time-action a {
  color: #2972a1;
}

.fb-time-action a:hover {
  text-decoration: underline;
}

.fb-time-action span {
  color: #5a5a5a;
}

.fb-status-container, .fb-comments li {
  margin: 0 -15px 0 -15px;
  padding: 0 15px;
}

.fb-gray-bg {
  background: #f6f6f6;
}

.fb-comments li {
  border-top: 1px solid #ebeef5;
  padding: 15px;
}

.fb-comments .cmt-thumb {
  width: 50px;
  float: left;
  margin-right: 15px;
}

.fb-comments .cmt-thumb img {
  width: 50px;
}

.fb-comments .cmt-details {
  padding-top: 5px;
}

.fb-comments .cmt-details a {
  font-size: 14px;
  font-weight: bold;
}

.fb-comments .cmt-details a.like-link {
  font-size: 12px;
  font-weight: normal;
}

.cmt-form {
  display: inline-block;
  width: 90%;
}

.cmt-form textarea {
  height: 50px;
  line-height: 35px;
}

.fb-timeliner h2 {
  background: #828283;
  color: #fff;
  margin-top: 0;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 300;
}

.fb-timeliner ul {
  margin-left: 15px;
  margin-bottom: 20px;
}

.fb-timeliner ul li {
  margin-bottom: 3px;
}

.fb-timeliner ul li a {
  color: #999797;
  border-left: 4px solid #d3d7dd;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}

.fb-timeliner ul li a:hover {
  color: #999797;
  border-left: 4px solid #b1b1b1;
  padding-left: 10px;
}

.fb-timeliner ul li.active a {
  color: #7a7a7a;
  border-left: 4px solid #7a7a7a;
  padding-left: 10px;
}

.recent-highlight {
  background: #FF6C60 !important;
}

.chat-room {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

.chat-room aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top;
}

.chat-room .left-side {
  width: 20%;
  background: #e5e8ef;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}

.chat-room .mid-side {
  width: 60%;
  background: #fff;
  border-right: 1px solid #e5e8ef;
}

.chat-room .right-side {
  width: 20%;
  background: #fff;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

.chat-room .left-side .user-head {
  background: #00A8B3;
  border-radius: 4px 0 0;
  -webkit-border-radius: 4px 0 0;
  color: #FFFFFF;
  min-height: 70px;
  padding: 15px;
}

.chat-room .right-side .user-head {
  background: #00A8B3;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  color: #FFFFFF;
  min-height: 70px;
  padding: 10px;
  border-left: 1px solid #00A8B3;
  margin-left: -1px;
  position: relative;
}

.chat-room .user-head i {
  float: left;
  font-size: 40px;
  margin-right: 10px;
}

.chat-room .user-head h3 {
  margin: 6px 0 0 0;
  font-weight: 100;
  letter-spacing: 1px;
}

.chat-room-head {
  background: #41CAC0;
  color: #FFFFFF;
  min-height: 70px;
  padding: 15px;
}

.chat-room-head h3 {
  margin: 5px 0 0;
  font-weight: 100;
  letter-spacing: 1px;
  display: inline-block;
}

.chat-room-head .search-btn {
  width: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: none;
  background: #01a6b2 url("../img/chat-search.png") no-repeat 12px 9px;
  padding: 0 5px 0 35px;
  margin-top: 2px;
  border: none;
  color: #fff;
}

.chat-room-head .search-btn:focus {
  width: 180px;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 300;
  color: #fff;
}

.chat-room-head .search-btn:focus::-moz-placeholder {
  color: #fff;
}

ul.chat-list li a {
  color: #000000;
  display: block;
  padding: 15px;
  font-weight: 300;
}

ul.chat-list li a:hover, ul.chat-list li.active a {
  color: #00a9b4;
  background: #f2f4f7;
}

ul.chat-list li h4 {
  padding: 17px 15px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #D5D7DE;
}

ul.chat-list li h4 i {
  padding-right: 5px;
}

ul.chat-list li a span {
  padding-left: 10px;
}

ul.chat-list li a i.fa-times {
  color: #9fa3b0;
}

ul.chat-list li.active {
  color: #00a9b4;
  background: #f2f4f7;
}

ul.chat-list {
  border-bottom: 1px solid #d5d7de;
  margin-bottom: 0px;
}

ul.chat-user {
  margin-bottom: 200px;
}

ul.chat-user li {
  border-bottom: none;
}

ul.chat-user li a:hover {
  background: none;
  color: #000000;
}

.chat-room .left-side footer {
  background: #d5d7de;
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  padding: 15px;
  height: 70px;
  width: 100%;
  position: relative;
  bottom: 0;
}

.chat-room .left-side footer .dropdown-menu {
  right: 0;
}

.chat-room .chat-avatar img {
  margin-right: 5px;
}

.chat-room .left-side footer .dropdown-menu i {
  margin-right: 10px;
}

.chat-room .mid-side footer {
  background: #f6f6f6;
  padding: 15px;
  height: 70px;
  width: 60%;
  position: absolute;
  bottom: 0;
  border-right: 1px solid #E5E8EF;
}

.chat-room .right-side footer {
  background: #fff;
  padding: 15px;
  height: 70px;
  width: 25%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #E5E8EF;
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
}

.chat-room .left-side footer .chat-avatar img {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  float: left;
}

.chat-room .left-side footer .user-status {
  float: left;
  margin: 10px;
}

.chat-room .left-side footer .user-status i {
  padding-right: 5px;
}

.chat-room .left-side footer a.chat-dropdown {
  background: #96979a;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
  padding: 3px 5px;
}

.chat-room .row {
  margin-left: 0px;
  margin-right: 0px;
}

.room-desk {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  padding: 0px;
}

.room-desk h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  margin: 5px 0 0 0;
}

.room-box {
  border: 1px solid #e7e7e7;
  background: #f7f8fa;
  padding: 10px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.room-box .col-lg-8 {
  padding: 0;
}

.room-box .col-lg-4 {
  padding: 0;
  font-weight: bold;
}

.room-box h5 {
  margin: 0 0 5px 0;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}

.room-box .room-icon {
  color: #00a9b4;
  font-size: 40px;
  text-align: center;
}

.room-box .room-icon a {
  color: #00a9b4;
}

.room-box h5 a {
  color: #00a9b4;
}

.chat-tools {
  float: right;
  padding: 3px;
  width: 40px;
  height: 35px;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  margin-top: 6px;
  margin-left: 10px;
}

.chat-tools i {
  font-size: 16px !important;
  float: none !important;
  margin-right: 0 !important;
  color: #fff;
}

.btn-key {
  background: #4ac9c0;
}

.btn-key:hover {
  background: #44bab2;
}

.invite-row {
  background: #E5E8EF;
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
}

.invite-row h4 {
  font-size: 16px;
  font-weight: 300;
}

ul.chat-available-user {
  padding: 10px;
}

ul.chat-available-user li {
  margin-bottom: 15px;
}

ul.chat-available-user li a {
  color: #000000;
}

ul.chat-available-user li i {
  padding-right: 5px;
  font-size: 10px;
}

.group-rom {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eaebee;
}

.group-rom .first-part a i {
  margin-left: 10px;
  color: #00a9b4;
}

.group-rom .first-part, .group-rom .second-part, .group-rom .third-part {
  float: left;
  padding: 15px;
}

.group-rom .first-part {
}

.group-rom .first-part.odd {
  background: #f7f8fa;
  color: #000000;
  font-weight: 600;
}

.group-rom .second-part {
  width: 48%;
}

.group-rom .third-part {
  float: right;
  color: #d4d3d3;
}

a.guest-on {
  color: #000000;
  margin-top: 8px;
  display: inline-block;
}

a.guest-on i {
  background: #40cabe;
  color: #fff;
  padding: 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: 5px;
}

.chat-txt {
  float: left;
  width: 85%;
  margin-right: 5px;
}

.lobby {
  padding: 0 !important;
}

div.supplement-text.padding-left,
p.supplement-text.padding-left {
  padding-left: 60px;
  position: relative;
}


div.supplement-text.padding-leftpadding-left,
p.supplement-text.padding-leftpadding-left {
  padding-left: 120px;
  position: relative;
  margin-top: 30px !important;
}

div.supplement-text.padding-left .left-null,
p.supplement-text.padding-left .left-null {
  margin-left: -60px;
}

div.supplement-text.padding-left i,
p.supplement-text.padding-left i {
  position: absolute;
  left: 0;
  margin-top: 5px;
}

div.supplement-text.padding-leftpadding-left i,
p.supplement-text.padding-leftpadding-left i {
  position: absolute;
  left: 60px;
  margin-top: 5px;
}

.question.padding-left {
  padding-left: 60px;
  position: relative;
}

.question.padding-left .left-null {
  margin-left: -60px;
}

.question.padding-left i {
  position: absolute;
  left: 0;
  margin-top: 5px;
}

.courses.test.rewrite-words-in-box #course-leasson-head-list h5, .courses.test.assemle-sentences #course-leasson-head-list h5 {
  margin-top: 0;
}

.courses.test.rewrite-words-in-box .col-lg-2.buttons {
  margin-top: 10px;
}

.courses.test.rewrite-words-in-box #course-list .list-item .row, .courses.test.answer-the-question #course-list .list-item .row, .courses.test.put-correct-order #course-list .list-item .row, .courses.test.assemle-sentences #course-list .list-item .row, .courses.test.linking #course-list .list-item .row, .courses.test.correct-incorrect #course-list .list-item .row, .courses.test.select-correct-answer #course-list .list-item .row, .courses.test.select-correct-answer-text #course-list .list-item .row, .courses.test.add-words-in-text #course-list .list-item .row, .courses.test.moving-words-in-text #course-list .list-item .row {
  border-top: 0;
}

.courses.test.rewrite-words-in-box .list-item.test .fa.fa-repeat, .courses.test.answer-the-question .list-item.test .fa.fa-repeat, .courses.test.put-correct-order .list-item.test .fa.fa-repeat, .courses.test.assemle-sentences .list-item.test .fa.fa-repeat, .courses.test.linking .list-item.test .fa.fa-repeat, .courses.test.correct-incorrect .list-item.test .fa.fa-repeat, .courses.test.select-correct-answer .list-item.test .fa.fa-repeat, .courses.test.select-correct-answer-text .list-item.test .fa.fa-repeat, .courses.test.add-words-in-text .list-item.test .fa.fa-repeat, .courses.test.moving-words-in-text .list-item.test .fa.fa-repeat {
  color: #ff6666;
  margin-left: 15px;
}

.courses.test.rewrite-words-in-box .sm2-bar-ui.compact.full-width, .courses.test.answer-the-question .sm2-bar-ui.compact.full-width, .courses.test.put-correct-order .sm2-bar-ui.compact.full-width, .courses.test.assemle-sentences .sm2-bar-ui.compact.full-width, .courses.test.linking .sm2-bar-ui.compact.full-width, .courses.test.correct-incorrect .sm2-bar-ui.compact.full-width, .courses.test.select-correct-answer-text .sm2-bar-ui.compact.full-width, .courses.test.select-correct-answer .sm2-bar-ui.compact.full-width, .courses.test.add-words-in-text .sm2-bar-ui.compact.full-width, .courses.test.moving-words-in-text .sm2-bar-ui.compact.full-width {
  border-top: 1px solid #CBDEF9;
  border-bottom: 1px solid #CBDEF9;
  margin: 15px 0;
}

.courses.test.rewrite-words-in-box .supplement-text, .courses.test.select-correct-answer-text .supplement-text, .courses.test.add-words-in-text .supplement-text, .courses.test.moving-words-in-text .supplement-text, .courses.test.select-correct-answer .supplement-text {
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 35px;
  font-size: 15px;
  color: #000;
}

.courses.test.select-correct-answer .supplement-text {
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 35px;
  font-size: 15px;
  color: #4c4c4c;
}

.courses.test.add-words-in-text .supplement-text {
  line-height: 35px;
}

.courses.test.rewrite-words-in-box .supplement-text {
  line-height: 35px;
}

.progress-site {
  display: inline-block;
  float: right;
}

.progress-site i {
  padding-left: 6px;
  color: #d9dad8;
}

.progress-site i.active {
  color: #5cbb1c;
}

.courses.test.moving-words-in-text .supplement-text i, .courses.test.add-words-in-text .supplement-text i, .courses.select-correct-answer-text .supplement-text i, .courses.test.rewrite-words-in-box .supplement-text i {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #0348af;
  background: #ddeafd;
  width: 40px;
  height: 25px;
  margin-right: 20px;
  font-style: normal;
}

.courses.test.rewrite-words-in-box .test-text, .courses.test.select-correct-answer-text .test-text {
  margin-bottom: 15px;
  line-height: 21px;
}

.courses.test.rewrite-words-in-box .supplement-text .form-control, .courses.test.moving-words-in-text .supplement-text .form-control, .courses.test.add-words-in-text .supplement-text .form-control, .courses.test.select-correct-answer-text .supplement-text .form-control {
  width: auto;
  display: inline-block;
  height: 48px;
  padding: 12px 10px;
}

.courses.test.moving-words-in-text .supplement-text .form-control {
  width: auto;
  display: inline-block;
  height: 30px;
  padding: 5px 0px 5px 0px;
  min-width: 55px;
  vertical-align: middle;
}

.courses.test.add-words-in-text .supplement-text .form-control, .courses.test.rewrite-words-in-box .supplement-text .form-control {
  height: auto;
  font-size: 16px;
  line-height: 0;
  padding: 2px 10px 5px 10px;
}

.courses.test.rewrite-words-in-box .supplement-text .form-control {
  height: 23px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0;
  border-left: 1px solid #a4c0e9;
  font-size: 16px;
  padding: 0px 10px;
}

.courses.test.rewrite-words-in-box .answer-box {
  border: 1px solid #a4c0e9;
  height: 25px;
  line-height: 0px;
  font-size: 16px;
  display: inline-block;
  padding: 0px;
  border-radius: 3px;
  margin: 0 10px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.courses.test.rewrite-words-in-box .answer-box .incorect-answer {
  padding: 2px 15px 2px 15px;
  font-weight: 600;
  color: #0348af;
  background: #d2e2fc;
}

.wrapper.courses.test.rewrite-words-in-box .input-change-span {
  margin: 0 !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.panel-body-gray {
  background: #e4e4e4;
}

.panel-heading .left-btn.red {
  position: relative;
  display: block;
  padding: 12px 15px 8px 15px;
  background: #e46154;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.panel-heading .left-btn i {
  color: #fff;
  font-size: 25px;
}

.panel-heading span.text {
  margin-left: 25px;
  margin-top: 5px;
  font-weight: bold;
}

.large-text {
  text-transform: uppercase;
}

.panel.statistic {
}

.panel.statistic .tab-right {
  height: 70px;
  padding-top: 15px
}

.panel.statistic .date {
  font-size: 13px;
}

.bold {
  font-weight: bold;
}

.page-review {
  margin-top: 12px;
  display: inline-block;
}

.text-yellow {
  color: #f9d247;
}

.text-turquoise {
  color: #90d6d6;
}

.panel-body.profile-info .title {
  color: #2b3445;
  margin-bottom: 5px;
  font-size: 15px;
}

.panel-body.profile-info .title i {
  color: #2b3445;
  font-size: 18px;
}

.panel-body.profile-info .content {
  color: #9da0a7;
  margin-bottom: 10px;
}

.profile-nav .panel-heading {
  border: 0;
}

.profile-nav .panel-heading a {
  display: inline-block;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
}

.profile-nav .panel-heading .left-btn.red, .panel-heading .left-btn.red, .profile-nav .panel-heading .left-btn.yellow, .panel-heading .left-btn.yellow, .profile-nav .panel-heading .left-btn.turquoise, .panel-heading .left-btn.turquoise, .profile-nav .panel-heading .left-btn.blue {
  position: relative;
  display: block;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 7px 10px 0px 10px;
  width: 45px;
  height: 40px;
}

.profile-nav .panel-heading .left-btn.yellow {
  background: #dfbd41;
}

.profile-nav .panel-heading .left-btn.blue {
  background: #869dbf;
}

.profile-nav .panel-heading.tab-bg-dark-navy-yellow {
  background: #f8d347;
}

.profile-nav .panel-heading.tab-bg-dark-navy-blue {
  background: #90b4e8;
}

.profile-nav .tab-right {
  height: 40px;
}

.profile-nav .panel-heading.tab-right.button {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

.profile-nav .panel-heading.button .left-btn {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading .left-btn.yellow {
  background: #dfbd41;
}

.panel-heading .left-btn.turquoise {
  background: #51aca3;
}

.panel-heading.tab-bg-dark-navy-turquoise {
  background: #41cac0;
}

.panel-heading.tab-bg-dark-navy-yellow {
  background: #f8d347;
}

#dashboard .tab-right {
  height: 40px;
}

#dashboard .dashboard.graph.value {
  margin-top: 0px;
  display: block;
  color: #ff6c60;
  font-weight: bold;
  padding: 0;
  line-height: 115px;
}

#dashboard .dashboard.graph.value.next-line {
  display: block;
  margin-top: -40px;
  color: #c7cbd6;
  padding: 0;
  line-height: 0;
  font-weight: bold;
}

#dashboard .panel-heading {
  border: 0;
}

#dashboard .friends img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 52px;
  height: 52px;
}

#dashboard .friends .follow-ava {
  margin: 5px;
  position: relative;
}

#dashboard .friends .follow-ava i {
  position: absolute;
  right: 0;
  bottom: 0px;
}

#cke_notes {
  display: none !important;
}

#words .panel-heading {
  margin-bottom: 15px;
}

#words .panel-body .graph {
  float: left;
  text-align: center;
  width: 100%;
}

#words .panel-body .info {
  margin: 0 auto;
  width: 90%;
  line-height: 22px;
}

#words .panel-body .info .title {
  color: #0348af;
}

#words .panel-body .info .icons {
  float: right;
  background: #0348af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 6px;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
  width: 48px;
  height: 22px;
  clear: both;
}

#words .panel-body .info .icons i {
  color: #fff;
  margin: 0 3px;
}

#words .panel-body .info .date {
  float: left;
}

#words .panel-body .flag {
  float: left;
  position: absolute;
  top: 0px;
  left: 22px;
}

#words .panel-body .flag img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#words .tab-right, #grammar .tab-right, #tests .tab-right {
  height: 45px;
}

#words .panel-heading .left-btn.red, #grammar .panel-heading .left-btn.red, #tests .panel-heading .left-btn.red {
  padding: 10px;
  width: 45px;
  height: 45px;
}

#words.detail .panel-body {
  border: 1px solid #cddff9;
  border-radius: 3px;
}

#words.detail .headWord {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  padding: 24px 0;
}

#words.detail .translationWord {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  background: #efefef;
  padding: 25px 0;
}

#words.detail .player {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 30px 0;
  width: 100%;
}

#words.detail .player .player-buttons {
  margin: 0 auto;
  display: inline-block;
}

#words.detail .words-bus {
  text-align: center;
  padding: 0px 0 10px 0;
}

#words.detail .player .play {
  float: left;
  width: 60px;
  height: 60px;
}

#words.detail .player .prev a {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: transparent url(../img/360-button-prev.png) no-repeat 50% 50%;
}

#words.detail .player .next a {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: transparent url(../img/360-button-next.png) no-repeat 50% 50%;
}

#words.detail .player .prev.disabled a, #words.detail .player .next.disabled a {
  opacity: 0.5;
  cursor: default;
}

#words.detail .buttons {
  bottom: 10px;
  position: absolute;
  right: 0;
}

#words.detail .buttons button {
  margin-top: 10px;
}

#words.detail .row.relative {
  position: relative;
}

#words.detail .test .panel-body {
  padding: 10px;
}

#words.detail .test .badge {
  margin-left: 40px;
}

#words.detail .test .number {
  margin-right: 15px;
}

#words.detail .test .sm2_button {
  margin-right: 25px;
}

#words.detail .ms-container .ms-list {
  height: 704px;
}

#words.detail .ms-container {
  width: 100%;
}

#words.detail .ms-container .ms-selectable {
  width: 100%;
}

#words.detail .ms-container .ms-list.small {
  height: 200px;
}

#words.detail .ms-container .ms-elem-selectable {
  font-size: 15px;
}

#words.detail .ms-container .ms-elem-selectable.current {
  background: #81a8e2;
  color: white;
}

#words.detail .form-control, #tests.detail .form-control {
  color: #333333;
}

#words.listen.detail table td {
  padding: 10px;
  vertical-align: top;
}

#grammar .chapters li {
  padding: 7px;
}

#tests .graph {
  width: 55%;
}

#tests .legend {
  width: 45%;
}

#tests .legend td {
  padding: 10px;
}

#tests .legend .legendColorBox {
  margin-right: 10px;
  display: inline-block;
  margin-top: 5px;
}

#tests .legend .legendLabel {
  font-size: 14px;
  color: #828282;
}

#tests .legend .btn {
  margin-top: 40px;
  width: 150px;
}

#tests.detail h2 {
  color: #0348af;
}

#tests.detail .panel {
  background: none !important;
}

#tests.detail .panel-body-gray {
  padding: 0 10px;
}

#tests.detail .col-sm-5 {
  border-right: 1px solid #f1f2f7;
}

#tests.detail .col-sm-5 .btn.btn-default.test {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

#tests.detail .number, #tests.detail .sm2_button {
  margin-right: 5px;
}

#tests.detail .badge.bg-info {
  margin-top: 6px;
  margin-left: 20px;
}

#tests.detail .row.relative.test .col-lg-12 .panel-body {
  padding: 5px 15px;
}

#tests.detail .btn.bottom {
  margin: 0 auto;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  padding: 6px 60px;
}

#tests.detail .btn.bottom.disable {
  cursor: default;
}

#tests.detail button.answer-pronunciation.disable {
  cursor: default;
}

#tests.detail .btn.btn-default.test.border {
  width: 40%;
  background: none;
  border: 2px solid #0348af;
  color: #000;
  white-space: normal;
  padding: 10px 50px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  margin: 10px 15px;
}

#tests.detail .test-buttons {
  text-align: center;
}

#tests.detail .question-icon {
  font-size: 30px;
  color: #0348af;
  cursor: help;
  margin-right: 90px;
  float: right;
  width: 100%;
  text-align: right;
  display: block;
}

#tests.detail .answer-pronunciation.correct {
  background: #6dbb4a !important;
  color: #fff !important;
  border-color: #6dbb4a;
  border: 2px solid #6dbb4a !important;
}

#tests.detail .answer-pronunciation.incorrect {
  background: #ec6459 !important;
  color: #fff !important;
  border-color: #ec6459;
  border: 2px solid #ec6459 !important;
}

#tests.detail .form-control.spelling.answer.incorrect {
  border-color: #a94442;
  background: #FFCFCA;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#tests.detail .form-control.spelling.answer.correct {
  border-color: #3c763d;
  background: #B3FFB4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#tests.detail .sm2-360ui {
  margin: 0 auto;
  float: none;
  display: block;
  margin-top: 30px;
}

#tests.detail .test-title {
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin: 20px 0;
}

#tests.detail .row.relative.test .col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

#messages .trash i {
  color: #fff;
  font-size: 25px;
  margin-top: 7px;
}

#messages .group-rom .first-part.odd {
  background: none;
}

#messages .group-rom .second-part {
  width: 89%;
}

#messages .group-rom .first-part, #messages .group-rom .second-part, #messages .group-rom .third-part {
  float: left;
  padding: 15px 15px 0 15px;
}

#messages .group-rom {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eaebee;
  padding-bottom: 15px;
  display: inline-block;
}

#messages .chat-room .mid-side footer {
  background: #f6f6f6;
  padding: 15px;
  height: 70px;
  width: 100%;
  position: relative;
  bottom: 0;
  border-right: 0px solid #E5E8EF;
}

#messages .chat-txt {
  float: left;
  width: 90%;
  margin-right: 5px;
}

#messages .chat-list {
  border: 0;
}

#messages .chat-list li {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d5d7de;
}

#messages .chat-list .second-part {
  width: 75%;
}

#messages .chat-list .first-part {
  width: 60px;
}

#friends .user-heading.alt a {
  float: left;
  margin-right: 15px;
  margin-left: -10px;
  display: inline-block;
  border: 5px solid rgba(254, 108, 96, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

#friends .panel-body .user-heading {
  float: left;
  width: 40%;
  padding-top: 3px;
}

#friends .user-heading.alt a img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

#friends .rating span.star:before, #friends .rating span.star:before {
  padding-right: 0;
}

#friends .rating {
  font-size: 15px;
  text-align: left;
}

#friends .search {
  margin-top: -4px;
  border: 1px solid #fff;
  color: #fff;
  background: url("../img/search-icon.png") no-repeat 10px 8px;
}

#friends .form-control:-moz-placeholder {
  color: #fff
}

#friends .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1
}

#friends .form-control:-ms-input-placeholder {
  color: #fff
}

#friends .form-control::-webkit-input-placeholder {
  color: #fff
}

.conversation-box:hover {
  background: #f1f2f7;
  cursor: pointer;
}

.conversation-box .label, .dropdown-menu.extended.inbox li .label {
  padding: .2em .6em !important;
}

.conversation-box .message {
  margin-top: 5px;
}

.conversation-box .message .left {
  float: left;
  width: 75%;
  text-align: left;
}

.conversation-box .message .right {
  float: right;
  width: 25%;
  text-align: right;
}

ul.chat-user {
  margin-bottom: 0px;
}

#boxscroll {
  padding: 40px;
  height: 220px;
  width: 460px;
  border: 2px solid #35404d;
  overflow: auto;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

#conversations {
  height: 450px;
  border: 0;
  overflow: auto;
}

#messages-list {
  height: 450px;
  border: 0;
  overflow: auto;
}

#messages-list-all, .chat-messages-all {
  display: inline-block;
  width: 100%;
}

.no-messages {
  margin: 10% auto;
  width: 230px;
}

div.ajax-messages {
  width: 100%;
  position: absolute;
  z-index: 10001;
}

div.ajax-messages .alert {
  width: 40%;
  margin-top: 10px;
  padding: 10px 20px;
  float: right;
  margin-right: 10px;
}

.fileupload-preview {
  width: 150px;
  overflow: hidden;
  display: inline-block;
}

.controls.upload {
  margin-top: 340px;
  margin-left: 0px;
}

.room-box .col-lg-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.row.test .input-sm.form-control {
  width: 80%;
  float: left;
}

.row.test .fa-question {
  cursor: help;
}

p.error {
  color: red;
  font-size: 13px;
}

.x-cart-legent {
  font-size: 36px;
  font-weight: 900;
  width: 100%;
  display: inline-block;
}

.x-cart-legent .orange {
  color: #f7d446;
  width: 32%;
  display: inline-block;
  text-align: center;
}

.x-cart-legent .red {
  color: #ff6b5f;
  width: 32%;
  display: inline-block;
  text-align: center;
}

.x-cart-legent .blue {
  color: #3fcbbe;
  width: 32%;
  display: inline-block;
  text-align: center;
}

.room-desk .col-lg-4 {
  width: 31.4%;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.courses #graph-1 {
  height: 160px;
}

.courses .legend-1 {
  margin-bottom: 10px;
}

.courses .progress-2 {
  margin-top: 20px;
}

.courses .progress-1.progress {
  margin-top: 5px;
}

.courses .row-c-1 {
  margin-top: 30px;
}

.courses #course-list .list-item {
  padding: 0 15px;
  float: left;
  padding-bottom: 5px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.courses #course-list .list-item h4 {
  margin-top: 0;
  padding: 10px 15px;
  background: url(../img/ep1.jpg);
  background-size: cover;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  text-align: center;
  border: 1px solid transparent;
}

.courses #course-list .list-item.final-test h4 {
  background: url(../img/ep2.jpg);
  background-size: cover;
}

.courses #course-list .list-item.active h4, .courses #course-list .list-item h4.active, .courses #course-list .list-item h4:hover {
  color: #FFFFFF;
  cursor: pointer;
  background: url(../img/ep1-transparent.jpg);
  background-size: cover;
  font-weight: normal;
}

.courses #course-list .list-item.final-test.active h4, .courses #course-list .list-item.final-test h4.active, .courses #course-list .list-item.final-test h4:hover {
  color: #FFFFFF;
  cursor: pointer;
  background: url(../img/ep2-transparent.jpg);
  background-size: cover;
  font-weight: normal;
}

.courses #course-list .list-item p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #9a9a9a;
  text-align: center;
}

.courses #course-list .list-item.head .row {
  padding: 15px 15px;
}

.courses #course-list .list-item.sub .row {
  padding: 10px 15px;
}

.courses #course-list .list-item p.progress-3 {
  margin-bottom: 5px;
}

.courses #course-list .list-item .progress {
  margin-bottom: 0;
}

.courses #course-list .list-item.blue {
  border-left: 10px solid #66cdcc;
}

.courses #course-list .list-item.red {
  border-left: 10px solid #ff6666;
}

.courses #course-list .list-item.green {
  border-left: 10px solid #99cc67;
}

.courses #course-list .list-item.yellow {
  border-left: 10px solid #ffcc00;
}

.courses #course-list .list-item.head .fa.fa-thumbs-up, .courses #course-list .list-item.head .fa.fa-thumbs-down {
  margin-top: 10px;
}

.courses .course-panel-heading {
  margin-bottom: 10px;
}

.courses .course-panel-heading h1 {
  width: 100%;
}

.courses .course-panel-heading .text {
  font-size: 40px;
  color: #0348af;
  text-align: center;
  margin-top: 100px;;
  margin-bottom: 70px;
}

.courses .text-heading {
  font-size: 40px;
  color: #0348af;
  text-align: center;
  margin-top: 40px;;
  margin-bottom: 40px;
}

.courses .text-heading.margin-zero {
  margin-bottom: 0px;
}

.courses .text-info {
  font-size: 20px;
  color: #0348af;
  text-align: center;
  margin-top: 20px;;
  margin-bottom: 40px;
}

.wrapper.cms h1 {
  font-size: 40px;
  color: #0348af;
  text-align: left;
  margin-top: 0px;;
  margin-bottom: 20px;
  border-bottom: 1px solid #0348af;
  padding-bottom: 10px;
}

.courses #course-head-list {
}

.courses #course-head-list .list-item {
  margin-bottom: 30px;
}

.courses #course-head-list .list-item a {
  border: 1px solid #cddff9;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  text-align: center;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}

.courses #course-head-list .list-item h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  background: #0348af;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  display: inline-block;
  font-size: 55px;
  line-height: 30px;
  height: 70px;
  padding: 17px 15px;
}

.courses #course-head-list .list-item p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 23px;
  color: #0348af;
}

.courses .btn.btn-back {
  margin-top: 70px;
}

.bullet .bullet-icon.red {
  background: #ff6666;
}

.bullet .bullet-icon.green {
  background: #99cc67;
}

.bullet .bullet-icon.blue {
  background: #66cdcc;
}

.bullet .bullet-icon.purple {
  background: #8074C6;
}

.bullet .bullet-icon.yellow {
  background: #ffcc00;
}

.bullet .bullet-icon.light-green {
  background: #A8D76F;
}

.bullet .bullet-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
}

.bullet.bullet-sx .bullet-icon {
  height: 18px;
  width: 18px;
}

.bullet.bullet-lg .bullet-icon {
  height: 45px;
  width: 45px;
}

.bullet .bullet-icon.border {
  border: 2px solid #969696;
}

.bullet .bullet-icon.text-center {
  margin: 0 auto;
}

.rating_lesson_popup .rating-lesson-bg {
  background: url("../img/rating_lesson.png") no-repeat 0px 0px;
  height: 240px;
  width: 100%;
}

.rating_lesson_popup .rating {
  margin-bottom: 0px;
  display: inline-block;
}

.rating_lesson_popup .rating span.star:hover:before, .rating_lesson_popup .rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #ffcc00;
}

.rating_lesson_popup .rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #ffcc00;
}

.rating_lesson_popup h2, .rating_lesson_popup h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.rating_lesson_popup .btn.btn-success {
  margin-top: 10px;
}

.rating_lesson_popup .row {
  border-bottom: 0 !important;
  padding: 0 !important;
}

.rating_test_popup {
  cursor: auto;
}

.rating_test_popup h2, .rating_test_popup h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.rating_test_popup .btn.btn-success {
  margin-top: 10px;
}

.rating_test_popup textarea {
  min-height: 110px;
}

#references_popup .rating-lesson-bg {
  background: url("../img/rating_test.png");
  background-size: cover;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

#references_popup .rating {
  margin-bottom: 0px;
  display: inline-block;
}

#references_popup .rating span.star:hover:before, #references_popup .rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #ffcc00;
}

#references_popup .rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #ffcc00;
}

#references_popup h2, #references_popup h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

#references_popup .btn.btn-primary {
  margin-top: 10px;
  border-color: #0348AF;
  background: #0348AF;
  color: #fff;
  text-transform: uppercase;
}

#references_popup .close {
  font-size: 15px;
  height: 12px;
  padding: 0;
  z-index: 10;
  line-height: 0;
  margin: 10px;
  position: absolute;
  right: 0;
}

#references_popup .appear_window {
  padding-top: 15px
}

#references_popup .modal-body {
  padding: 0px;
}

#references_popup .col-lg-12 {
  margin-top: 0px;
  padding: 20px;
}

.wrapper.courses.test.linking .word-two,
.wrapper.courses.test.linking .word-one {

  width: 100%;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px 10px 45px;
  margin: 0;
  cursor: pointer;

  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}

.wrapper.courses.test.linking .word-one {
  padding: 10px 15px 10px 15px;

}


.wrapper.courses.test.linking .col-md-4.droppable .word-two i,
.wrapper.courses.test.linking .word-two i {
  width: 20px;
  height: 20px;
  display: inline-block;

  cursor: pointer;
  left: 10px;
  top: 30%;
  position: absolute;

}

.wrapper.courses.test.linking .word-two i:before {


  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";


  font-size: 20px;


}

.wrapper.courses.test.linking .col-md-4.droppable .word-two i:before {


  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f147";

  font-size: 20px;


}


.wrapper.courses.test.linking .col-md-4.droppable .word-two {


  cursor: default;

}


.wrapper.courses.test.linking .word-two.clicked i:before {
  content: "\f0c8";
}

.wrapper.courses.test.linking .col-md-4.droppable {
  padding: 0;
}

.wrapper.courses.test.linking .col-md-4.border.droppable {
  cursor: pointer;
  margin: 0;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(3, 72, 175, 1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(3, 72, 175, 1);
  box-shadow: inset 0px 0px 0px 1px rgba(3, 72, 175, 1);

}

.wrapper.courses.test.linking .col-md-4.border.droppable:before {

  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f196";
  position: absolute;
  left: 10px;
  font-size: 20px;
  vertical-align: middle;
  top: 30%;
  color: #0348af;


}


.wrapper.courses.test.linking .test-element {
  margin-bottom: 10px !important;
}

.wrapper.courses.test.linking .word-one.gradient {
  background: #0348AF;
}

.wrapper.courses.test.linking .col-md-4.right .word-two.gradient {
  background: #81A8E2;
}


.wrapper.courses.test.linking .col-md-4.right .word-two.gradient.clicked,
.wrapper.courses.test.linking .col-md-4.right .word-two.gradient.clicked.blue.green,
.wrapper.courses.test.linking .col-md-4.right .word-two.gradient.clicked.blue.red {
  background: #0348af;
}


.wrapper.courses.test.linking .word-two.gradient.red span:before,
.wrapper.courses.test.linking .word-two.gradient.green span:before {


  content: "";

}


.wrapper.courses.test.linking .droppable.border,
.wrapper.courses.test.linking .word-one,
.wrapper.courses.test.linking .word-two {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


.wrapper.courses.test.linking .droppable .word-two.gradient,
.wrapper.courses.test.linking .droppable .word-two.gradient.blue.green,
.wrapper.courses.test.linking .droppable .word-two.gradient.blue.red {
  background: #81A8E2;
}

.wrapper.courses.test.linking .droppable .word-two.gradient.green {
  color: #fff;
  background: #6abb14;
}

.wrapper.courses.test.linking .droppable .word-two.gradient.red {
  color: #fff;
  background: #cf1313;
}

/*
.wrapper.courses.test.linking .word-two.row-size-1,
.wrapper.courses.test.linking .word-one.row-size-1{	height: 45px; }
.wrapper.courses.test.linking .word-two.row-size-1 span:before {   margin-top: 12px;   display: inline-block;  }
.wrapper.courses.test.linking .word-two.row-size-1 span {	height: 45px; }
.wrapper.courses.test.linking .word-one.row-size-1 span {	height: 45px; }

.wrapper.courses.test.linking .word-two.row-size-2,
.wrapper.courses.test.linking .word-one.row-size-2{	height: 70px; }
.wrapper.courses.test.linking .word-two.row-size-2 span:before {   margin-top: 25px;   display: inline-block; }
.wrapper.courses.test.linking .word-two.row-size-2 span {	height: 70px; }
.wrapper.courses.test.linking .word-one.row-size-2 span {	height: 70px; }

.wrapper.courses.test.linking .word-two.row-size-3,
.wrapper.courses.test.linking .word-one.row-size-3{	height: 90px; }
.wrapper.courses.test.linking .word-two.row-size-3 span:before {     margin-top: 35px;   display: inline-block; }
.wrapper.courses.test.linking .word-two.row-size-3 span {	height: 90px; }
.wrapper.courses.test.linking .word-one.row-size-3 span {	height: 90px; }

.wrapper.courses.test.linking .word-two.row-size-4,
.wrapper.courses.test.linking .word-one.row-size-4{	height: 115px; }
.wrapper.courses.test.linking .word-two.row-size-4 span:before {    margin-top: 45px;   display: inline-block;  }
.wrapper.courses.test.linking .word-two.row-size-4 span {	height: 115px; }
.wrapper.courses.test.linking .word-one.row-size-4 span {	height: 115px; }

.wrapper.courses.test.linking .word-two.row-size-5,
.wrapper.courses.test.linking .word-one.row-size-5{	height: 135px; }
.wrapper.courses.test.linking .word-two.row-size-5 span:before {     margin-top: 55px;    display: inline-block; }
.wrapper.courses.test.linking .word-two.row-size-5 span {	height: 135px; }
.wrapper.courses.test.linking .word-one.row-size-5 span {	height: 135px; }
*/


.wrapper.courses.test.correct-incorrect .text-list .row {
  margin: 15px;
  color: #6d6d6d;
  font-weight: bold;
}

.wrapper.courses.test.select-correct-answer #correct-answer-row {
  margin: 5px 25px;
}

.wrapper.courses.test.select-correct-answer #correct-answer-row .row {
  margin: 10px 0 0 0;
}

.wrapper.courses.test.select-correct-answer .form-control {
  display: inline-block;
  width: 40px;
  min-width: 40px;
}

.wrapper.courses.test.select-correct-answer .form-control .btn.dropdown-toggle.btn-default {
  height: 25px;
}

.wrapper.courses.test.select-correct-answer #correct-answer-row .row .text {
  padding-top: 6px;
}

.wrapper.courses.test.moving-words-in-text .moving-word {
  background: #ddeafd;
  margin: 7px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: auto;
  color: #0348af;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
  font-weight: normal;
  touch-action: none;
  cursor: pointer;
  line-height: 0;
  display: inline-block;
  height: 30px;
}

.wrapper.courses.test.moving-words-in-text .sticky-possibilities:not(.disable-mobile-click-active) .moving-word:hover,
.wrapper.courses.test.moving-words-in-text .sticky-possibilities:not(.disable-mobile-click-active) .moving-word:hover:before,
.wrapper.courses.test.moving-words-in-text .moving-word.mobile-click-active {
  background: #0348AF;
  color: #FFFFFF;
}

.wrapper.courses.test.moving-words-in-text .moving-word:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f256";
  color: #0348af;
  font-size: 13px;
  margin-top: 1px;
  margin-right: 10px;
}

.wrapper.courses.test.moving-words-in-text .form-control.mdroppable.boxArt .mdraggable.moving-word {
  display: initial;
  margin: 0;
}


.wrapper.courses.test.moving-words-in-text .form-control.mdroppable.boxArt .mdraggable.moving-word.blue {
  -webkit-box-shadow: 1px 0px 1px 0px rgba(3, 72, 175, 1) !important;
  -moz-box-shadow: 1px 0px 1px 0px rgba(3, 72, 175, 1) !important;
  box-shadow: 1px 0px 1px 0px rgba(3, 72, 175, 1) !important;
}

.wrapper.courses.test.moving-words-in-text #boxArt .moving-word {
  line-height: 18px;
}


.wrapper.courses.test.moving-words-in-text .mdroppable.boxArt .moving-word:before {
  content: "";
  color: #0348af;
  font-size: 16px;
  margin-top: 0;
  margin-right: 0px;
}

.wrapper.courses.test.moving-words-in-text #boxArt .moving-word {
  margin: 7px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content {
  margin: 20px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .row {
  margin-bottom: 30px;
  font-weight: bold;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word {
  float: left;
  width: 120px;
  padding: 13px 30px 14px 30px;
  position: relative;
  text-align: center;
  margin: 0 10px;
  height: 45px;
  cursor: pointer;
  background: #f5f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dedee0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dedee0));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dedee0 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #dedee0 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dedee0 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #dedee0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dedee0', GradientType=0);
}

.wrapper.courses.test.assemle-sentences .beta .drag-word {
  margin: 10px 10px 0 10px !important;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word.green {
  color: #fff;
  background: #68c35c;
  background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsiwjsigeti9ijewmcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0iizy4yzm1yyigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iimznjhlmmeiihn0b3atb3bhy2l0et0imsivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+);
  background: -moz-linear-gradient(top, #68c35c 0%, #368e2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68c35c), color-stop(100%, #368e2a));
  background: -webkit-linear-gradient(top, #68c35c 0%, #368e2a 100%);
  background: -o-linear-gradient(top, #68c35c 0%, #368e2a 100%);
  background: -ms-linear-gradient(top, #68c35c 0%, #368e2a 100%);
  background: linear-gradient(to bottom, #68c35c 0%, #368e2a 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#68c35c', endcolorstr='#368e2a', gradienttype=0);
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word.red {
  color: #fff;
  background: #f83636;
  background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsiwjsigeti9ijewmcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0ii2y4mzyzniigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iinjmja2mduiihn0b3atb3bhy2l0et0imsivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+);
  background: -moz-linear-gradient(top, #f83636 0%, #c20605 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f83636), color-stop(100%, #c20605));
  background: -webkit-linear-gradient(top, #f83636 0%, #c20605 100%);
  background: -o-linear-gradient(top, #f83636 0%, #c20605 100%);
  background: -ms-linear-gradient(top, #f83636 0%, #c20605 100%);
  background: linear-gradient(to bottom, #f83636 0%, #c20605 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f83636', endcolorstr='#c20605', gradienttype=0);
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word span.left {
  background: url("../img/assemble.png") no-repeat 0px 0px;
  height: 45px;
  width: 18px;
  position: absolute;
  top: 0;
  left: -12px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word span.right {
  background: url("../img/assemble.png") no-repeat -20px 0px;
  height: 45px;
  width: 18px;
  position: absolute;
  top: 0;
  right: -12px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word.red span.left {
  background: url("../img/assemble.png") no-repeat -107px 0px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word.red span.right {
  background: url("../img/assemble.png") no-repeat -132px 0px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word.green span.left {
  background: url("../img/assemble.png") no-repeat -43px 0px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .drag-word.green span.right {
  background: url("../img/assemble.png") no-repeat -65px 0px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .textarea {
  margin: 10px 0;
  width: 99%;
}

.wrapper.courses.test.answer-the-question #answer-the-question-content {
  margin: 20px;
}

.wrapper.courses.test.answer-the-question #answer-the-question-content .row {
  margin-top: 15px;
}

.wrapper.courses.test.answer-the-question #answer-the-question-content .row .col-lg-6.answer {
  padding-top: 7px;
}

.wrapper.courses.test.put-correct-order #put-content-order-content {
  margin: 20px;
}

.wrapper.courses.test.put-correct-order #put-content-order-content .row {
  width: 50%;
}

.wrapper.courses.test.put-correct-order #put-content-order-content .sentence {
  margin: 10px 0;
  padding: 7px 5px;
  background: #f9f9f9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f9f9f9 0%, #dedee0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #dedee0));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #dedee0 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #dedee0 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #dedee0 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #dedee0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dedee0', GradientType=0);
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.wrapper.courses.test.put-correct-order #put-content-order-content .row {
  position: relative;
}

.wrapper.courses.test.correct-incorrect .list-item.sub:hover, .wrapper.courses.test.linking .list-item.sub:hover, .wrapper.courses.test.select-correct-answer .list-item.sub:hover, .wrapper.courses.test.add-words-in-text .list-item.sub:hover, .wrapper.courses.test.rewrite-words-in-box .list-item.sub:hover, .wrapper.courses.test.moving-words-in-text .list-item.sub:hover, .wrapper.courses.test.assemle-sentences .list-item.sub:hover, .wrapper.courses.test.answer-the-question .list-item.sub:hover, .wrapper.courses.test.put-correct-order .list-item.sub:hover, .wrapper.courses.test.select-correct-answer-text .list-item.sub:hover {
  cursor: default !important;
  background: #fff !important;
}

.wrapper.courses.test.select-correct-answer .fa.incorrect.fa-times-circle, .wrapper.courses.test.add-words-in-text .fa.incorrect.fa-times-circle, .wrapper.courses.test.rewrite-words-in-box .fa.incorrect.fa-times-circle, .wrapper.courses.test.linking .fa.incorrect.fa-times-circle, .wrapper.courses.test.answer-the-question .fa.incorrect.fa-times-circle, .wrapper.courses.test.assemle-sentences .fa.incorrect.fa-times-circle, .wrapper.courses.test.put-correct-order #put-content-order-content .fa.incorrect.fa-times-circle, .wrapper.courses.test.select-correct-answer-text .fa.incorrect.fa-times-circle, .wrapper.courses.test.moving-words-in-text .fa.incorrect.fa-times-circle {
  color: red;
  font-size: 20px;
  display: none;
  position: absolute;
  top: 5px;
  right: -10px;
}

.wrapper.courses.test.select-correct-answer .fa.correct.fa-check-circle, .wrapper.courses.test.add-words-in-text .fa.correct.fa-check-circle, .wrapper.courses.test.rewrite-words-in-box .fa.correct.fa-check-circle, .wrapper.courses.test.linking .fa.correct.fa-check-circle, .wrapper.courses.test.answer-the-question .fa.correct.fa-check-circle, .wrapper.courses.test.assemle-sentences .fa.correct.fa-check-circle, .wrapper.courses.test.put-correct-order #put-content-order-content .fa.correct.fa-check-circle, .wrapper.courses.test.select-correct-answer-text .fa.correct.fa-check-circle, .wrapper.courses.test.moving-words-in-text .fa.correct.fa-check-circle {
  color: green;
  font-size: 20px;
  display: none;
  position: absolute;
  top: 5px;
  right: -10px;
}

.wrapper.courses.test.add-words-in-text .fa.correct.fa-check-circle, .wrapper.courses.test.add-words-in-text .fa.incorrect.fa-times-circle, .wrapper.courses.test.moving-words-in-text .fa.correct.fa-check-circle, .wrapper.courses.test.moving-words-in-text .fa.incorrect.fa-times-circle, .wrapper.courses.test.rewrite-words-in-box .fa.correct.fa-check-circle, .wrapper.courses.test.rewrite-words-in-box .fa.incorrect.fa-times-circle, .wrapper.courses.test.linking .fa.correct.fa-check-circle, .wrapper.courses.test.linking .fa.incorrect.fa-times-circle, .wrapper.courses.test.answer-the-question .fa.correct.fa-check-circle, .wrapper.courses.test.answer-the-question .fa.incorrect.fa-times-circle, .wrapper.courses.test.put-correct-order #put-content-order-content .fa.correct.fa-check-circle, .wrapper.courses.test.put-correct-order #put-content-order-content .fa.incorrect.fa-times-circle, .wrapper.courses.test.assemle-sentences .fa.correct.fa-check-circle, .wrapper.courses.test.assemle-sentences .fa.incorrect.fa-times-circle, .wrapper.courses.test.select-correct-answer-text .fa.correct.fa-check-circle, .wrapper.courses.test.select-correct-answer-text .fa.incorrect.fa-times-circle, .wrapper.courses.test.select-correct-answer .fa.correct.fa-check-circle, .wrapper.courses.test.select-correct-answer .fa.incorrect.fa-times-circle {
  top: 0px;
  right: -8px;
  width: 20px;
  background: #fff;
  height: 19px;
  border: 1px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 1000;
}

.wrapper.courses.test.moving-words-in-text .fa.incorrect.fa-times-circle:before {
  content: "\f00d";
}

.wrapper.courses.test.moving-words-in-text .fa.correct.fa-check-circle:before {
  content: "\f00c";
}

.wrapper.courses.test.moving-words-in-text .fa.incorrect.fa-times-circle, .wrapper.courses.test.moving-words-in-text .fa.correct.fa-check-circle {
  top: 0px;
  right: -30px;
  width: 20px;
  background: #fff;
  height: 19px;
  border: 1px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 1000;
}

.wrapper.courses.test.rewrite-words-in-box .fa.correct.fa-check-circle, .wrapper.courses.test.rewrite-words-in-box .fa.incorrect.fa-times-circle {
  top: 0px;
  right: -8px;
}

.wrapper.courses.test.linking .fa.correct.fa-check-circle, .wrapper.courses.test.linking .fa.incorrect.fa-times-circle {
  top: 20px;
  z-index: 999;
}

.wrapper.courses.test.answer-the-question .fa.correct.fa-check-circle, .wrapper.courses.test.answer-the-question .fa.incorrect.fa-times-circle {
  top: 5px;
}

.wrapper.courses.test.put-correct-order #put-content-order-content .fa.correct.fa-check-circle, .wrapper.courses.test.put-correct-order #put-content-order-content .fa.incorrect.fa-times-circle {
  top: 17px;
}

.wrapper.courses.test.add-words-in-text .fa.correct.fa-check-circle:before, .wrapper.courses.test.add-words-in-text .fa.incorrect.fa-times-circle:before, .wrapper.courses.test.answer-the-question .fa.correct.fa-check-circle:before, .wrapper.courses.test.answer-the-question .fa.incorrect.fa-times-circle:before, .wrapper.courses.test.put-correct-order #put-content-order-content .fa.correct.fa-check-circle:before, .wrapper.courses.test.put-correct-order #put-content-order-content .fa.incorrect.fa-times-circle:before, .wrapper.courses.test.select-correct-answer-text .fa.correct.fa-check-circle:before, .wrapper.courses.test.select-correct-answer-text .fa.incorrect.fa-times-circle:before {
  position: absolute;
  top: -1px;
}

.wrapper.courses.test.rewrite-words-in-box .fa.correct.fa-check-circle:before, .wrapper.courses.test.rewrite-words-in-box .fa.incorrect.fa-times-circle:before {
  position: absolute;
  top: -2px;
}

.wrapper.courses.test.moving-words-in-text .fa.correct.fa-check-circle:before, .wrapper.courses.test.moving-words-in-text .fa.incorrect.fa-times-circle:before {
  position: absolute;
  top: -1px;
}

.wrapper.courses.test.select-correct-answer-text .fa.correct.fa-check-circle, .wrapper.courses.test.select-correct-answer-text .fa.incorrect.fa-times-circle {
  position: absolute;
  top: -1px;
  right: -5px;
}

.wrapper.courses.test.select-correct-answer .fa.correct.fa-check-circle, .wrapper.courses.test.select-correct-answer .fa.incorrect.fa-times-circle {
  position: absolute;
  top: 5px;
  right: 7px;
}

.wrapper.courses.test.select-correct-answer .fa.correct.fa-check-circle:before, .wrapper.courses.test.select-correct-answer .fa.incorrect.fa-times-circle:before {
  position: absolute;
  top: -1px;
  right: -0px;
}

.wrapper.courses.test.linking .fa.correct.fa-check-circle:before, .wrapper.courses.test.linking .fa.incorrect.fa-times-circle:before {
  position: absolute;
  top: -2px;
}

.wrapper.courses.test.add-words-in-text input.input-change.green {
  -webkit-box-shadow: 0 0px 0 0px rgb(106, 187, 20) !important;
  -moz-box-shadow: 0 0px 0 0px rgb(106, 187, 20) !important;
  box-shadow: 0 0px 0 0px rgb(106, 187, 20) !important;
}


.wrapper.courses.test.select-correct-answer .select-answer.green button {
  color: #fff;
  background: #6abb14;
}

.wrapper.courses.test.select-correct-answer .select-answer, .wrapper.courses.test.select-correct-answer-text .select-answer {
  padding: 0;
  color: #000;
}

.wrapper.courses.test.select-correct-answer .relative {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.wrapper.courses.test.select-correct-answer ul.help-text {
  margin-top: 40px;
  position: relative;
}

.wrapper.courses.test.select-correct-answer ul.help-text li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #0348af;
  padding-left: 50px;


  display: inline-block;
  width: 100%;

}

.wrapper.courses.test.select-correct-answer ul.help-text li .alphabet {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #0348af;
  background: #ddeafd;
  width: 40px;
  height: 25px;
  margin-top: -2px;
  margin-right: 0px;
  position: absolute;
  left: 0;
}

.wrapper.courses.test.select-correct-answer .supplement-text select {
  color: #0348af;
  background: #ddeafd;
  text-align: center;
  font-size: 18px;
  border: 0;
  line-height: 17px;
  padding: 0 0 0 20px;
}

.wrapper.courses.test.select-correct-answer .supplement-text select.red, .wrapper.courses.test.select-correct-answer .supplement-text select.green {
  padding: 0 0 0 25px;
}

.wrapper.courses.test.select-correct-answer .supplement-text select option.lt {
  text-align: center;
  background: #fff !important;
}

.wrapper.courses.test.select-correct-answer .supplement-text select option.first {
  display: none;
}

.wrapper.courses.test.select-correct-answer-text dl.help-text {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 0px;
  width: 93%;
}

.wrapper.courses.test.select-correct-answer-text dl.help-text dd {
  min-height: 35px;
  line-height: 0;
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: 15px;
  color: #0348af;
}

.wrapper.courses.test.select-correct-answer-text dt {
  float: left;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #0348af;
  background: #ddeafd;
  width: 40px;
  height: 30px;
  margin-right: 20px;
}

.wrapper.courses.test.select-correct-answer-text dl.help-text dd .alphabet {
  font-size: 15px;
  color: #0348af;
  font-weight: bold;
  margin-right: 5px;
}

.wrapper.courses.test.select-correct-answer-text button {
  border: 1px solid transparent;
  background: transparent;
  min-height: 25px;
  line-height: 25px;
  text-align: left;
}

.wrapper.courses.test.select-correct-answer-text button:hover {
  border: 0;
  background: #fff;
  border: 1px solid #a3c2f1;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.wrapper.courses.test.select-correct-answer-text button.red {
  color: #fff;
  background: #cf1313;
}

.wrapper.courses.test.select-correct-answer-text button.green {
  color: #fff;
  background: #6abb14;
}

.wrapper.courses.test.select-correct-answer-text button.red.blue,
.wrapper.courses.test.select-correct-answer-text button.green.blue,
.wrapper.courses.test.select-correct-answer select.red.blue,
.wrapper.courses.test.select-correct-answer select.green.blue,
.wrapper.courses.test.rewrite-words-in-box .input-change.red.blue,
.wrapper.courses.test.rewrite-words-in-box .input-change.green.blue,
.wrapper.courses.test.add-words-in-text .input-change.red.blue,
.wrapper.courses.test.add-words-in-text .input-change.green.blue,
.wrapper.courses.test.moving-words-in-text .input-change-span .moving-word.red.blue,
.wrapper.courses.test.moving-words-in-text .input-change-span .moving-word.green.blue,
.wrapper.courses.test.linking .word-one.red.blue {
  color: #fff;
  background: #0348af !important;
  box-shadow: none !important;
}

.wrapper.courses.test.moving-words-in-text .input-change-span i.blue {
  display: none !important;
}

.wrapper.courses.test.select-correct-answer-text button.red .alphabet, .wrapper.courses.test.select-correct-answer-text button.green .alphabet {
  color: #fff !important;
}

.courses.test.select-correct-answer-text .supplement-text {
  line-height: 35px;
}

.wrapper.courses.test.add-words-in-text input.input-change.green,
.wrapper.courses.test.rewrite-words-in-box input.input-change.green,
.wrapper.courses.test.answer-the-question input.input-change.green,
.wrapper.courses.test.put-correct-order #put-content-order-content .sentence.green,
.wrapper.courses.test.moving-words-in-text .input-change-span .moving-word.green,
.wrapper.courses.test.select-correct-answer-text .select-answer.green {
  color: #fff;
  background: #6abb14;
  -webkit-box-shadow: 1px 0px 1px 0px rgb(106, 187, 20) !important;
  -moz-box-shadow: 1px 0px 1px 0px rgb(106, 187, 20) !important;
  box-shadow: 1px 0px 1px 0px rgb(106, 187, 20) !important;
}


.wrapper.courses.test.select-correct-answer-text .answer-span select {


  color: #0348af;
  cursor: default;
  background: transparent;
  text-align: center;
  font-size: 18px;
  border: 0;

  right: initial;
  left: 5px;
  text-align: center;

  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  display: inline-block;
  position: absolute;

}

.wrapper.courses.test.select-correct-answer-text .supplement-text select.red, .wrapper.courses.test.select-correct-answer-text .supplement-text select.green {
  padding: 0 0 0 25px;
}

.wrapper.courses.test.select-correct-answer-text .supplement-text select option.lt {
  text-align: center;
}

select option {
  color: #000;
}

.wrapper.courses.test.add-words-in-text input.input-change.red,
.wrapper.courses.test.rewrite-words-in-box input.input-change.red,
.wrapper.courses.test.answer-the-question input.input-change.red,
.wrapper.courses.test.put-correct-order #put-content-order-content .sentence.red,
.wrapper.courses.test.moving-words-in-text .input-change-span .moving-word.red,
.wrapper.courses.test.select-correct-answer-text .select-answer.red,
.wrapper.courses.test.select-correct-answer .select-answer.red {
  color: #fff;
  background: #cf1313;
}

.wrapper.courses.test.select-correct-answer .select-answer.red button {
  color: #fff;
  background: #cf1313;
}

.wrapper.courses.test.select-correct-answer .red.blue button {
  color: #fff;
  background: #0348af;
}

.wrapper.courses.test.select-correct-answer .red.blue button.btn-default:hover,
.wrapper.courses.test.select-correct-answer .red.blue button.btn-default:focus,
.wrapper.courses.test.select-correct-answer .red.blue button.btn-default:active {
  color: #fff !important;
  background: #0348af;
}


.wrapper.courses.test.select-correct-answer .green.blue button {
  color: #fff;
  background: #0348af;
}

.wrapper.courses.test.add-words-in-text .input-change-span, .wrapper.courses.test.moving-words-in-text .input-change-span, .wrapper.courses.test.rewrite-words-in-box .input-change-span, .wrapper.courses.test.answer-the-question .input-change-span {
  margin: 0 10px;
  position: relative;
}

.wrapper.courses.test.rewrite-words-in-box .input-change-span {
  min-width: 150px;
  display: inline-block;
}

.courses.test.rewrite-words-in-box .supplement-text .form-control {
  min-width: 150px;
}

.wrapper.courses.test.add-words-in-text .input-change-span {
  min-width: 150px;
  display: inline-block;
}


.wrapper.courses.test.add-words-in-text .input-change-span input {
  width: 100%;
  min-width: 150px;
}

.wrapper.courses.test.answer-the-question .input-change-span {
  margin: 0;
  display: inline-block;
  width: 100%;
}

.wrapper.courses.test.moving-words-in-text #draggable {
  position: relative;
}

.wrapper.courses.test.moving-words-in-text #droppable {
  position: absolute;
  left: 250px;
  top: 0;
  width: 125px;
  height: 125px;
  background: #999;
  color: #fff;
  padding: 10px;
}

.wrapper.courses.test.moving-words-in-text span.form-control.mdroppable.input-sm {
  min-width: 150px;
  text-indent: -9999em;
}

.wrapper.courses.test.moving-words-in-text span.form-control.mdroppable.input-sm.currentField {
  min-width: inherit;
  text-indent: 0;
  padding: 6px 0;
  height: 30px;
}

.wrapper.courses.test.moving-words-in-text div.boxArt {
  border: 1px solid #cddff9;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  background: #fff;
  min-height: 60px;
  padding: 7px;


  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;


}

.wrapper.courses.test.linking .linking-words .row {
  margin-right: 0;
  margin-left: 0;
}

.wrapper.courses.test.linking .linking-words .col-md-4.left {
  padding-right: 10px;
}

.wrapper.courses.test.linking .linking-words .col-md-4.right {
  padding-left: 10px;
  display: inline-block;
}

.wrapper.courses.test.assemle-sentences .alpha.form-control {
  min-height: 120px;
  background: #FCFCFC;
  display: inline-block;
  clear: both;
  padding: 0 10px 10px 10px;
}

.wrapper.courses.test.assemle-sentences .beta {
  min-height: 66px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  width: 99%;
  padding: 0 10px 10px 10px;
}

.wrapper.courses.test.assemle-sentences #assemble-santences-content .alpha .drag-word {
  margin-left: 10px;
  width: 120px;
  margin-top: 10px;
}

.wrapper.courses.test.select-correct-answer-text .answer-span {

  position: relative;
  margin: 0 0px;


}

.wrapper.courses.test.select-correct-answer-text .supplement-text .answer-span {


  display: inline-block;


}


.wrapper.courses.test.select-correct-answer-text .question .answer-span {
  position: relative;
  margin: 0 5px;
  display: inline-block;

  border-radius: 4px;
  width: 40px;
  height: auto;
  text-align: center;
  float: none;
  margin-top: 5px;


}

.wrapper.courses.test.select-correct-answer-text .answer-span select {
  background: #ddeafd;
  top: -17px;
}


.wrapper.courses.test.select-correct-answer-text .question {
  line-height: 35px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #000;
}

.wrapper.courses.test.select-correct-answer-text dl.help-text.phrases {
  margin-left: 57px;
  margin-bottom: 15px;
}

.wrapper.courses.test.select-correct-answer-text .supplement-text.phrases {
  margin-bottom: 25px;
}


/* .wrapper.courses.test.select-correct-answer-text .supplement-text.phrases.padding-left{padding-left:0 !important;} */


.wrapper.courses.test.select-correct-answer-text .question i {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #0348af;
  background: #ddeafd;
  width: 40px;
  height: 25px;
  margin-right: 20px;
  font-style: normal;
}

.wrapper.courses #course-leasson-head-list .list-item.test h5 {
  margin-top: 0px !important;
}

.wrapper.courses #course-leasson-head-list .list-item.test .col-lg-2.text-center.buttons {
  margin-top: 5px;
}

.list-item.test.head .col-lg-1.text-center.review {
  margin-top: 0px;
}

.list-item.test .col-lg-1.text-center.review a.green {
  color: #99cc67;
}

.list-item.test .col-lg-1.text-center.review a.red {
  color: #ff6666;
}

.courses #course-list .list-item .rating_test_popup .row {
  border-top: 0;
  padding: 0;
}

.courses #course-list .list-item .rating_test_popup textarea {
  line-height: 20px;
  margin-top: 10px;
  resize: none;
}

#references_popup .row {
  margin-right: 0;
  margin-left: 0;
}

.continue-test {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 30px;
  float: right;
  background-color: #5ca114;
  border: 0;
  border-bottom: 3px solid #4b8a08;
  height: 47px;
  font-size: 18px;
  line-height: 35px;
}

.continue-test i {
  font-size: 15px;
}

.continue-test:hover {
  background-color: #4b8a08;
  border-bottom: 3px solid #4b8a08;
}

.evaluate-test {
  width: 160px;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  float: right;
  background-color: #0348AF;
  border: 0;
  border-bottom: 3px solid #013E81;
  height: 40px;
  font-size: 18px;
  line-height: 30px;
}

.evaluate-test i {
  font-size: 20px;
  line-height: 20px;
  padding-right: 5px;
}

.help-test {
  width: 160px;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #0348AF;
  float: left;
  background-color: #DDEAFD;
  border: 0;
  border-bottom: 3px solid rgb(197, 219, 251);
  height: 40px;
  font-size: 18px;
  line-height: 30px;
}

.help-test i {
  font-size: 20px;
  line-height: 20px;
  padding-right: 5px;
}

.help-test {
  width: 200px;
  margin-top: 30px;
  float: left;
}


.help-test:hover {
  background-color: #0348AF;
  border: 0;
  border-bottom: 3px solid #0348AF;
  color: #fff !important;
}


.wrapper.courses.test.rewrite-words-in-box.reading .gray {
  background: #eaeaea;
}

.wrapper.courses.test.rewrite-words-in-box.reading table td {
  text-align: left;
  padding: 5px 10px;
  padding-right: 25px;
}

.wrapper.courses.test.rewrite-words-in-box.reading table {
  margin: 0 auto;
}

.wrapper.courses.test.rewrite-words-in-box.reading .title {
  background: #293541;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}

.wrapper.courses.test.rewrite-words-in-box.reading table.table_2 tr {
  border-bottom: 1px solid #ddd;
}

.wrapper.courses.test.rewrite-words-in-box.reading table.table_2 tr td {
  min-width: 200px;
  text-align: center;
}

.wrapper.courses.test.rewrite-words-in-box.reading table.table_3 {
  min-width: 70%;
}

.wrapper.courses.test.rewrite-words-in-box.reading table.table_3 tr td {
  width: 50%;
}

.wrapper.courses.test.rewrite-words-in-box.reading table.table_0, .wrapper.courses.test.rewrite-words-in-box.reading table.table_1, .wrapper.courses.test.rewrite-words-in-box.reading table.table_2, .wrapper.courses.test.rewrite-words-in-box.reading table.table_3, .wrapper.courses.test.rewrite-words-in-box.reading table.table_4 {
  min-width: 1000px;
}

.wrapper.courses.test.rewrite-words-in-box.reading table.table_4 tr {
  background: #b8cfe6;
}

.wrapper.courses.test.rewrite-words-in-box.reading table.table_4 tr td {
  border: 1px solid #fff;
  min-width: 50%;
  color: #000;
  text-align: center;
}

.wrapper.courses.test .list-item .row.list-item-row .col-lg-2.text-center.buttons {
  padding-right: 0;
}

.top-nav-header ul li.validity-account {
  width: auto;
  min-width: 250px;
  background: #ff6c60;
  color: #fff;
  text-align: center;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  display: inline-block;
  height: auto;
}

.top-nav-header ul li.validity-account .days {
  font-size: 18px;
}

.top-nav-header ul li.validity-account .date {
  font-size: 18px;
  margin-bottom: 10px;
}

.top-nav-header ul li.validity-account p, .top-nav-header ul li.validity-account a {
  background: none;
  color: #fff;
  margin: 0;
}

.top-nav-header .btn.btn-default {
  margin: 10px;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #FFF;
}

.top-nav-header .btn.btn-default:hover {
  margin: 10px;
  background: #0348af;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  border: 1px solid #0348af;
}

.top-nav-header .dropdown-menu {
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  border: 1px solid #81B0E9;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.top-nav-header ul li.validity-account {
  width: auto;
  min-width: 250px;
  background: #81B0E9;
  color: #fff;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  height: auto;
}

#friends .col-lg-3 {
  height: 145px;
}

.login-body {
  background: url(../img/bg.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  background-attachment: fixed;
}

.login-body .login-wrap-footer {
  margin-top: 25px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}

.login-body .login-wrap-footer a {
  color: #fff;
}

.login-body .login-wrap-footer a:hover {
  text-decoration: underline;
}

.login-body .form-group {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.login-body a.logo {
  margin-top: 50px;
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.form-signin {
  margin: 50px auto 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
  margin-bottom: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: #5d5d5d;
  font-size: 15px;
  padding: 5px 10px;
  -webkit-box-shadow: inset 2px 3px 10px -5px rgba(200, 200, 200, 1);
  -moz-box-shadow: inset 2px 3px 10px -5px rgba(200, 200, 200, 1);
  box-shadow: inset 2px 3px 10px -5px rgba(200, 200, 200, 1);
}

.form-signin .form-group.terms label {
  color: #9a9a9a;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  width: 17px;
  margin-bottom: 0;
  height: 17px;
}

.form-signin .checkbox label::before {
  content: "";
  width: 17px;
  height: 17px;
  top: -2px;
  left: 0;
  margin-left: -5px;
}

.form-signin .payments .checkbox label::before {
  margin-top: 0;
}

.form-signin .payments .checkbox label::after {
  left: 13px;
  top: -2px;
}

.form-signin label {
  color: #9a9a9a;
  font-weight: 500;
  font-size: 15px;
  line-height: 35px;
  margin-bottom: 0;
}

.form-control {
  color: #5d5d5d;
}

.form-control.btn-default {
  color: #fff;
}

.form-signin .btn-login {
  margin-top: 10px;
}

.form-signin h3 {
  text-transform: uppercase;
  padding-left: 15px;
  text-align: left;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(3, 72, 175);
  font-weight: bold;
}

.top-nav-header {
  float: right;
  margin-top: 13px;
}

.top-nav-header ul li {
  float: left;
  height: 32px;
  line-height: 35px;
}

.top-nav-header ul li.col-0 {
  margin-right: 10px;
}

.top-nav-header ul li.col-1, .top-nav-header ul li.col-2, .top-nav-header ul li.col-3 {
  margin: 0 10px;
}

.top-nav-header ul li.col-1 a, .top-nav-header ul li.col-2 a, .top-nav-header ul li.col-3 a {
  font-size: 16px;
  color: #0348af;
}

.top-nav-header ul li span.username {
  color: #81a8e2;
  font-size: 15px;
}

.top-nav-header ul li span.username b {
  display: inline-block;
}

#sidebar h2 a {
  display: inline-block;
  width: 100%;
}

#sidebar h2 {
  font-size: 18px;
  font-weight: bold;
  color: #0348af;
  padding: 0 10px 0 20px;
  width: 100%;
}

#sidebar h2 i {
  float: right;
}

#sidebar i.left {
  float: none;
}

#sidebar .ls-levels {
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 50px;
}

#sidebar .ls-levels a.ls-level {
  border: 0;
  background: #fff;
  outline: none;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  font-size: 18px;
  color: #3c3c3c;
  margin: 0 10px 10px 0;
  display: inline-block;
  padding: 2px 10px;
  text-align: center;
}

#sidebar .ls-levels a.ls-level:hover, #sidebar .ls-levels a.ls-level.active {
  background: #0348af;
  color: #fff;
}

#sidebar .sidebar-menu {
  padding: 0;
  margin: 0;
  width: 100%
}

#sidebar .sidebar-panel {
  margin-bottom: 40px;
}

#sidebar .sidebar-menu ul {
  width: 100%
}

#sidebar .sidebar-menu li {
  border-top: 1px solid #fff;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  font-size: 12px;
  color: #000000;
  font-size: 17px;
}

#sidebar .sidebar-menu li a {
  font-size: 12px;
  position: relative;
  color: #000000;
  font-size: 17px;
  display: inline-block;
  padding: 5px 0px 5px 40px;
  width: 100%;
}

#sidebar .sidebar-menu li i {
  color: #7d7d7d;
  cursor: pointer;
  z-index: 10;
  font-size: 15px;
  left: 15px;
  top: 10px;
  position: absolute;
}

#sidebar .sidebar-menu li:hover i {
  color: #fff;
}

#sidebar ul.sidebar-menu li:hover, #sidebar ul.sidebar-menu li:hover > a, #sidebar ul.sidebar-menu > li > a.active, #sidebar ul.sidebar-menu > li.active > a, #sidebar ul.sidebar-menu > li.active > a:hover, #sidebar ul.sidebar-menu > li > a:hover {
  background-color: #0348af;
  color: #fff;
}

#sidebar ul.sidebar-menu > li > a.active, #sidebar ul.sidebar-menu > li > a.active i, #sidebar ul.sidebar-menu > li > a:hover, #sidebar ul.sidebar-menu > li.active > i, #sidebar ul.sidebar-menu > li.active > i:hover, #sidebar ul.sidebar-menu > li > a:hover i {
  color: #fff;
}

#sidebar .sidebar-content ul.child li a {
  background: #D6D6D6;
  padding-left: 40px;
}

#sidebar .sidebar-content ul.child > li:hover a, #sidebar .sidebar-content ul.child > li > a.active {
  background-color: #81A8E2;
  color: #fff;
}

#main-content.full {
  width: 100%;
}

#sidebar ul.sidebar-menu > li.parent ul.child {
  display: none;
}

#sidebar ul.sidebar-menu > li.parent ul.child.active {
  display: block;
}

#sidebar .sidebar-content ul.child li a.demo {
  background: #FEBBBD;
}

.nicescroll-rails {
  top: 65px;
}

.btn.btn-back {
  color: #d0d0d0;
  font-size: 20px;
  margin: 0 auto;
  display: block;
}

.btn.btn-back:hover {
  color: #0348af;
}

.pull-center {
  float: none !important;
  text-align: center;
}

section#main-content {
  margin-top: 85px;
  padding: 0 40px;
}

body.no-package section#main-content {
  margin-top: 85px;
  padding: 0 40px;
  width: 100% !important;
}

#packages-head-list {
  margin-bottom: 0px;
}

#packages-head-list .package-item {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #cddff9;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  padding: 30px;
  text-align: center;
}

#packages-head-list .package-item .form-control {
  position: relative;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  height: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#packages-head-list .package-item .form-group {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
}

#packages-head-list .package-item h2 {
  padding: 10px 15px;
  min-width: 210px;
  width: auto;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  background: #0348af;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#packages-head-list .package-item p {
  color: #acacac;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding: 8px;
  margin: 0px;
}

#packages-head-list .package-item .price {
  margin-top: 10px;
  font-size: 40px;
  color: #48a91e;
  margin-bottom: 5px;
}


.wizard-register #packages-head-list .package-item .price {
  margin-top: 15px;
  font-size: 40px;
  color: #48a91e;
  margin-bottom: -10px;
}

#main-content table {
  margin-bottom: 0 !important;
}

#packages-head-list .package-item .price .old-price {
  font-size: 19px;
  padding-right: 10px;
  color: #e20606;
  font-weight: normal;
  text-decoration: line-through;
}

#packages-head-list .package-item .btn {
  border: 1px solid #cddff9;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  min-width: 210px;
  padding: 10px;
  background: #f3f8ff;
  font-size: 30px;
  color: #0348af;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: -70px;
}

#packages-head-list .package-item .btn:hover, #packages-head-list .package-item .btn.active:hover, #packages-head-list .package-item .btn.active {
  border: 1px solid #0348af;
  background: #0348af;
  color: #fff;
}

#packages-head-list .package-item .form-group.has-error .btn {
}

.payments {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}

.payments .payment-method {
  text-align: center;
}

.payments .payment-method p {
  font-size: 16px;
  color: #a2a2a2;
  font-weight: 300;
}

.payments .alert-text {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  color: #a2a2a2;
  line-height: 30px;
}

.payments .alert-text a {
  color: #0348af;
}

.payments .terms input {
  margin-right: 10px;
}

.payments .terms {
  color: #a2a2a2;
  font-size: 16px;
  text-align: center;
}

.payments .terms a {
  color: #a2a2a2;
  font-size: 16px;
  text-decoration: underline;
}

.payments .form-horizontal .terms .control-label {
  color: #a2a2a2;
  font-size: 16px;
  text-align: center;
}

.payments .btn.btn-action.btn-lg i {
  margin-right: 10px;
}

.payments .btn.btn-action.btn-lg {
  border: 1px solid #0348af;
  background: #0348af;
  color: #fff;
  font-size: 30px;
  min-width: 210px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.payments .checkbox label::before {
  margin-top: 2px;
}

.payments .checkbox label::after {
  left: -1px;
  top: 2px;
}

.payments .radio label::before {
  margin-left: 0px;
}

.payments .radio label::after {
  margin-left: 0px;
}

.payments .radio label {
  width: 17px;
  height: 17px;
}

.radio label.hide-element {
  width: auto;
  height: auto;
}

.radio label.hide-element::before {
  display: none;
}

.information-page {
  padding: 100px 0;
  text-align: center;
  color: #0348af;
}

.information-page i {
  font-size: 150px;
  opacity: 0.5;
}

.information-page .detail-title {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 20px;
}

.information-page p {
  padding: 15px;
  font-size: 20px;
}

.panel-heading {
  margin-top: 0px;
  border-color: #0348af;
  font-size: 20px;
  font-weight: 500;
  color: #0348af;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}

.panel-body {
  padding-left: 0;
  padding-right: 0;
}

.courses legend {
  margin-bottom: 0;
}

.courses fieldset {
  position: relative;
  padding: 10px 0;
  margin: 0;
}

.courses fieldset .container {
  padding-right: 0;
  padding-left: 0;
}

.courses-navigation.left a:hover, .courses-navigation.right a:hover {
  color: #0348af;
  cursor: pointer;
}

.courses-navigation.left a {
  font-size: 50px;
  color: #d4e4fd;
}

.courses-navigation.right a {
  font-size: 50px;
  color: #d4e4fd;
}

.courses-navigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.courses.test h1 {
  font-size: 26px;
  color: #0348af;
  font-weight: bold;
  margin-top: 0px;
}

.courses.test p.subtitle {
  font-size: 15px;
  color: #0348af;
  font-weight: normal;
}

.courses section#main-content {
  margin-top: 50px;
}

.courses .text-element-style-3 fieldset {
  padding: 15px 25px 25px 25px;
  opacity: 1;
  min-height: 160px;
  width: auto;
  display: inline-block;
  margin: 0 2px;
  border: 2px solid #bed7fc;
  font-size: 15px;
  color: #000000;
}

.text-element-style-1 {
  position: relative;
}

.text-element-style-1 .text-element-icon em {
  margin-right: -5px;
  cursor: pointer;
  font-size: 20px;
  color: #eac226;
}

.text-element-style-1 .text-element-content {
  left: -9999em;
  z-index: 100;
  font-size: 15px;
  color: #6D590C;
  padding: 15px;
  border: 1px solid #d8af10;
  background: #eac226;
  position: absolute;
  width: 370px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.text-element-style-2 {
  position: relative;
}

.text-element-style-2 .text-element-icon {
  cursor: pointer;
  background: #ecc21b;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
}

.text-element-style-2 .text-element-icon em {
  cursor: pointer;
  font-size: 20px;
  margin-right: -5px;
  color: #fff;
}

.text-element-style-2 .text-element-content {
  left: -9999em;
  z-index: 100;
  font-size: 15px;
  color: #6D590C;
  padding: 15px;
  border: 1px solid #eac541;
  border-left: 6px solid #eac541;
  background: #fff;
  position: absolute;
  width: 600px;
}

.text-element-style-3 {
  position: relative;
  margin-left: 50px;
}

.text-element-style-3 fieldset {
  padding: 25px;
  opacity: 1;
  width: auto;
  display: inline-block;
  margin: 0 2px;
  border: 2px solid #bed7fc;
  font-size: 15px;
  color: #595959;
}

.text-element-style-3 legend {
  display: block;
  padding: 0 20px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: inherit;
  color: #508ce5;
  border: 0;
}

.text-element-style-3 .text-element-content {
  padding-left: 50px;
}

.text-element-style-3 .text-element-body ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 40px !important;
  margin-bottom: 0px;
}

.text-element-style-3 .text-element-body ul li {
  padding-left: 0px;
}

.text-element-style-3 .text-element-icon {
  display: none;
  position: absolute;
  left: -45px;
  top: 25.5%;
  font-size: 40px;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  color: #fff;
  text-align: center;
  line-height: 80px;
}

.text-element-style-3 .text-element-icon em {
  margin-right: -10px;
}

.text-element-style-4 {
  padding: 20px;
  position: relative;
  background: #fff0bb;
  border-bottom: 2px solid #eac541;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  width: auto;
  display: inline-block;
}

.text-element-style-4 .text-element-icon {
  background: #fce38c;
  border: 1px solid #ecc21b;
  width: 85px;
  height: 85px;
  border-radius: 85px 85px 85px 85px;
  -moz-border-radius: 85px 85px 85px 85px;
  display: inline-block;
  text-align: center;
  line-height: 97px;
  -webkit-border-radius: 85px 85px 85px 85px;
  position: absolute;
  top: 24%;
  left: 30px;
}

.text-element-style-4 .text-element-body {
  padding-left: 120px;
}

.text-element-style-4 .text-element-icon em {
  margin-right: -10px;
  font-size: 35px;
  color: #ecc21b;
}

.text-element-style-4 .text-element-content {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  color: #605515
}

.text-element-style-4 .element-title {
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
  color: #605515;
}

.text-element-style-5 {
  padding: 20px;
  width: auto;
  display: inline-block;
  position: relative;
  background: #fefae2;
  border: 1px solid #f4dc4f;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.text-element-style-5 .text-element-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 100px;
  position: absolute;
  top: 27%;
  left: 35px;
  text-align: center;
  line-height: 70px;
}

.text-element-style-5 .text-element-body {
  padding-left: 120px;
}

.text-element-style-5 .text-element-icon em {
  font-size: 70px;
  color: #f4dc4f;
}

.text-element-style-5 .text-element-content {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  color: #605515;
}

.text-element-style-5 .element-title {
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #605515;
}

.text-element-style-6 {
  position: relative;
}

.text-element-style-6 .text-element-content {
  font-size: 15px;
  color: #000;
  padding: 5px 15px;
  border-left: 5px solid #eac541;
  background: #fff;
  word-break: break-word;
  width: auto;
  display: inline-block;
  margin-left: 20px;
}

.text-element-style-6 .text-element-content em {
  margin-right: -3px;
}

.test.reading .text-element-style-6 .text-element-content ul {
  margin-bottom: 0px;
  padding-left: 0;
  list-style: none;
}

.test.reading .text-element-style-6 .text-element-content ul li {
  list-style: none;
}

.text-element-style-7 {
  display: none;
}

body.teaching .text-element-style-7 {
  display: block;
}

.text-mini-element-icon-bulb {
  cursor: pointer;
  background: #ecc21b;
  color: #6D590C;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.text-mini-element-icon-bulb em {
  cursor: pointer;
  margin-right: -3px;
}

footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(3, 72, 175, 0.3);
}

#sticky.stick {
  position: fixed;
  top: 65px;
  width: inherit;
  z-index: 100;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}


.sticky-possibilities.stick {
  position: fixed;
  top: 65px;
  width: inherit;
  z-index: 100;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}


.sticky-possibilities.stick {
  background: #fff;
  margin-top: 10px;
}


span.hide-course-bar {
  position: absolute;
  right: -10px;
  display: none;
  top: 7px;
  border: 1px solid #A3C2F1;
  background-color: #fff;
  height: 20px;
  color: #A3C2F1;
  width: 20px;
  line-height: 17px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  text-align: center;
}

span.hide-course-bar:hover {
  color: #0348AF;
  cursor: pointer;
}

.stick span.hide-course-bar {
  display: block;
}

.checkbox-toggle-answers {
  padding-right: 60px;
  line-height: 30px;
  position: relative;
}

.reset-test-answers {
  padding-right: 35px;
  line-height: 35px;
  position: relative;
}

.reset-test-answers label {
  font-weight: 300;
  font-size: 14px;
  color: #6a6a6a;
}

.reset-test-answers .icon {
  background: #0348af;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  display: inline-block;
}

.reset-test-answers .icon i {
  color: #fff;
}

.courses fieldset {
  opacity: 0;
}

#course-leasson-head-list fieldset {
  opacity: 1;
}

.nav-tabs {
  border-bottom: 1px solid #0348af;
  margin-bottom: 30px;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -0;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7aa2df;
  border: 1px solid transparent;
  border-radius: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #0348af;
  cursor: default;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.profile-last-lesson {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background: #e6effb;
  display: inline-block;
  width: 100%;
  border: 1px solid #b3cbf0;
  padding: 12px 15px;
  margin-bottom: 10px;
  background: url(../img/ep1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-last-lesson p {
  font-size: 25px;
  line-height: 45px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.profile-last-lesson p i {
  margin-right: 5px;
}

.profile-last-lesson .btn {
  background: #5cbb1c;
  border: 1px solid #4fa614;
  height: 45px;
  font-size: 20px;
  color: #fff;
  float: right;
}

.profile-last-lesson .btn i {
  padding-right: 5px;
}

.profile-last-lesson .btn:hover, .profile-last-lesson .btn:focus {
  background: #4fa614;
  border: 1px solid #4fa614;
  height: 45px;
  font-size: 20px;
  color: #fff;
}

.profile-actual-lesson {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background: url(../img/ep2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  border: 1px solid #5cbb1c;
  padding: 7px 15px;
}

.profile-actual-lesson p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.profile-actual-lesson p b {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.profile-actual-lesson p i {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}

.profile-actual-lesson button {
  background: transparent;
  border: 0;
  height: 20px;
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  float: right;
}

.profile-actual-lesson button i {
  padding-right: 5px;
}

.profile-actual-lesson button:hover,
.profile-actual-lesson button:focus,
.profile-actual-lesson .open .dropdown-toggle.btn-default {
  color: #fff !important;
  background: transparent;
  border: 0;


}

.profile-actual-lesson .open > .dropdown-menu {
  width: 100%;
  display: block;
}

.profile-actual-lesson .dropdown-menu {
  top: 33px;
  left: 16px;
  background-color: #094300;
  border: 1px solid rgb(92, 187, 28);
  border-top: 0;;
  /*border-left: 0;*/
  border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}

.profile-actual-lesson .dropdown-menu a {
  color: #fff;
}

.profile-actual-lesson .btn-group {
  float: right;
  margin-top: 8px;
}

.profile-actual-lesson .dropdown-menu > li > a:hover, .profile-actual-lesson .dropdown-menu > li > a:focus {
  background-color: rgba(229, 255, 211, 0);
  color: #3E8E08;
  text-decoration: none;
}

.profile-lessons .panel-heading {
  margin-top: -10px;
  margin-bottom: 15px;
}

.profile-lessons {
  margin-bottom: 25px;
}

.profile-lessons .profile-lesson-item {
  margin-bottom: 15px
}

.profile-lessons .profile-lesson-item b {
  color: #0348af;
  font-size: 20px;
}

.profile-lessons .profile-lesson-item .lesson-title {
  border-bottom: 1px solid #d5e7f5;
  padding: 10px 0;
  padding-left: 0;
}

.profile-lessons .profile-lesson-item .lesson-percentage {
  border-bottom: 0 solid #d5e7f5;
}

.profile-lessons .profile-lesson-item .lesson-percentage .list-item {
  margin-top: 15px;
}

.profile-lessons .profile-lesson-item .lesson-percentage .list-item p {
  font-size: 15px;
  font-weight: 300;
  color: #9a9a9a;
  text-align: center;
}

.profile-lessons .profile-lesson-item .lesson-percentage .progress {
  margin-bottom: 0px;
}

.table.table-striped a {
  color: #0348af;
}

.table.table-striped {
  font-size: 15px;
}

.edit-profile .form-horizontal .control-label {
  font-weight: 300;
  font-size: 17px;
}

#course-leasson-head-list {
}

#course-leasson-head-list .list-item {
  margin-bottom: 15px
}

#course-leasson-head-list .list-item a {
  padding: 0px 0;
  display: inline-block;
}

#course-leasson-head-list .list-item .lesson-title {
  background: url(../img/ep1.jpg);
  background-size: cover;
  padding: 10px 0;
  padding-left: 0;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #fff;
}

#course-leasson-head-list .list-item.final-test .lesson-title {
  background: url(../img/ep2.jpg);
  background-size: cover;
}


#course-leasson-head-list .list-item .lesson-title.demo,
#course-leasson-head-list .list-item.final-test .lesson-title.demo {
  background: url(../img/ep-demo.jpg);
}


section.courses.test {
  background: rgba(129, 168, 226, 0.15);
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

section.courses.test .panel {
  margin-bottom: 0px;
  background-color: transparent;
}

section.courses.test .panel-body {
  padding: 0;
}

section.courses.test.reading {
  background: transparent;
  display: inline-block;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

section.courses.test.reading .panel {
  margin-bottom: 0px;
  background-color: transparent;
}

section.courses.test.reading .panel-body {
  padding: 15px 0;
  color: #000;
}

section.courses.test.reading .panel-body p {
  color: #000;
  font-size: 15px !important;
}

#course-leasson-head-list .list-item .lesson-title a {
  color: #fff;
  padding: 0 15px;
  font-size: 18px;
}

#course-leasson-head-list .list-item .lesson-title a.reset-sublesson, #course-leasson-head-list .list-item .lesson-title a.reset-teaching, #course-leasson-head-list .list-item .lesson-title a.reset-lesson {
  float: right;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

#course-leasson-head-list .list-item .lesson-title a.reset-teaching i, #course-leasson-head-list .list-item .lesson-title a.reset-sublesson i, #course-leasson-head-list .list-item .lesson-title a.reset-lesson i {
  font-sizE: 18px;
  padding-left: 5px;
  line-height: 25px;
}

#course-leasson-head-list .list-item .lesson-percentage {
  border-bottom: 0 solid #d5e7f5;
}

#course-leasson-head-list .list-item .lesson-percentage .list-item {
  margin-top: 12px;
  padding: 0 0px 0 20px;
}

#course-leasson-head-list .list-item .lesson-percentage .list-item p {
  font-size: 16px;
  font-weight: 300;
  color: #9a9a9a;
  text-align: center;
}

#course-leasson-head-list .list-item .lesson-percentage .progress {
  margin-bottom: 0px;
  margin-top: 5px;
}

#course-leasson-head-list .lesson-test {
  height: 45px;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}

#course-leasson-head-list .lesson-test a {
  display: inline-block;
  width: 100%;
}

#course-leasson-head-list .lesson-test i {
  font-size: 22px;
  color: #c1d5f3;
  float: left;
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 30px;
}

#course-leasson-head-list .lesson-test .lesson-test-content {
  height: 45px;
  background: #eff5ff;
  border-bottom: 1px solid #c3d2ea;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  width: 100%;
  float: left;
  display: inline-block;
  font-size: 17px;
  line-height: 45px;
  color: #0348af;
  padding: 0 20px;
}

#course-leasson-head-list .lesson-test a:hover .lesson-test-content,
#course-leasson-head-list .lesson-test a:active .lesson-test-content {
  color: white;
  background: #81a8e2;
  border-color: #0348af;
}

#course-leasson-head-list .lesson-test a:hover > i,
#course-leasson-head-list .lesson-test a:active > i {
  color: #0348af;
}


#course-leasson-head-list .lesson-test .lesson-test-content.demo {
  background: rgba(252, 89, 94, 0.41);
  border-bottom: 1px solid rgba(252, 89, 94, 1);
}


#course-leasson-head-list fieldset {
  padding: 25px 25px 15px 25px;
  margin: 0;
  border: 1px solid #cddff9;
  margin-bottom: 20px;
}

#course-leasson-head-list legend {
  display: block;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: inherit;
  color: #0348af;
  border: 0;
}

#course-leasson-head-list legend a {
  font-size: 25px;
  line-height: inherit;
  color: #0348af;
}

.folders {
  display: inline-block;
  width: 100%;
}

.folders ul.folder {
  width: 100%;
  display: inline-block;
  margin-top: 0px;
}

.folders ul.sub-folder {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.folders ul li {
  min-height: 40px;
  width: 100%;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.folders .folder-open a {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  color: #0348af;
  position: relative;
  padding-left: 0px;
}

.folders .folder-closed a {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #81A8E2;
  position: relative;
  padding-left: 0px;
}

.folders .folder-closed a.demo, .folders .folder-closed a.demo i {
  color: #FB7579;
}

.folders .folder-file a {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #81A8E2;
  position: relative;
  padding-left: 0px;
  line-height: 30px;
}

.folders .folder-back a {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #81A8E2;
  position: relative;
  padding-right: 0px;
  line-height: 30px;
}

.folders .folder-closed a i {
  font-size: 27px;
  font-weight: bold;
  color: #81A8E2;
  position: relative;
  width: 46px;
  padding-right: 20px;
}

.folders .folder-file a i {
  font-size: 27px;
  font-weight: bold;
  color: #81A8E2;
  position: relative;
  width: 46px;
  padding-right: 20px;
}

.folders .folder-back a i {
  font-size: 17px;
  font-weight: bold;
  color: #81A8E2;
  position: relative;
  width: 46px;
  padding-right: 20px;
}

.folders .folder-closed a:hover, .folders .folder-back a:hover, .folders .folder-file a:hover, .folders .folder-file a.active, .folders .folder-file a.active i, .folders .folder-closed a:hover i, .folders .folder-back a:hover i, .folders .folder-file a:hover i {
  color: #0348af;
}

.test.reading ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 20px;
}

.test.reading ul li {
  list-style: inherit;
  line-height: 23px;
  display: list-item;
}

.test.reading ol li {
  list-style: inherit;
  line-height: 23px;
  display: list-item;
}

.test.reading ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.test.reading ul ul, .test.reading ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}

.test.reading ol ol, .test.reading ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}


.test.reading ul.dropdown-menu {

  list-style-type: none;
  list-style-position: inherit;
  padding-left: 0px;


}


.test.reading p {
  margin: 0 0 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: 25px;
  font-size: 15px;
}

.nav-breadcrumbs {
  margin-bottom: 20px;
}

.nav-breadcrumbs .nav-header.row {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 1px solid #81A8E2;
  padding: 10px 0px;
  margin-right: -0;
  margin-left: -0;
}

.nav-breadcrumbs .nav-content {
  display: none;
}

.payment-screen .loading {
  position: absolute;
  top: 45%;
  left: 42%;
  text-align: center;
  color: #0348af;
  font-size: 30px;
}

.payment-screen .loading i {
  font-size: 60px;
  margin-bottom: 20px;
}

.profile-last-lesson .btn {
  opacity: 0;
}

.content-counter {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.rd_count_wrap .count_gradient_circle .count_gradient_bg, .rd_count_wrap .count_gradient_circle i {
  background: #0348AF;
  background: -moz-linear-gradient(-45deg, #0348AF 0%, #81A8E3 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0348AF), color-stop(100%, #81A8E3));
  background: -webkit-linear-gradient(-45deg, #0348AF 0%, #81A8E3 100%);
  background: -o-linear-gradient(-45deg, #0348AF 0%, #81A8E3 100%);
  background: -ms-linear-gradient(-45deg, #0348AF 0%, #81A8E3 100%);
  background: linear-gradient(135deg, #0348AF 0%, #81A8E3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0348AF ", endColorstr="#81A8E3", GradientType=1);
}

.rd_count_wrap .count_gradient_circle i {
  border-color: #fff;
  color: #fff;
}

.rd_count_wrap .count_number:after {
  background: #ffffff;
}

.count_gradient_circle {
  position: relative;
  height: 100px;
}

.count_gradient_bg {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  border-radius: 300px;
  -o-transition: all .15s ease;
  -ms-transition: all .15s ease;
  transition: all .15s ease;
}

.count_gradient_bg, .count_stroke_circle .count_bigsub_circle {
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
}

.count_gradient_circle i {
  width: 96px;
  height: 96px;
  display: block;
  text-align: center;
  line-height: 80px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  border: 8px solid;
  top: 2px;
  font-size: 30px;
}

.rd_count_to, .rd_count_to_over {
  text-align: center;
}

.count_style_11 .count_number, .icon_box i {
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
}

.count_style_11 .count_number {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 12px;
  position: relative;
  color: #000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}

.rd_count_wrap .count_number {
  font-size: 30px;
  line-height: 45px;
  font-weight: 300;
  padding-top: 18px;
  padding-bottom: 3px;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: normal;
}

.count_number {
  font-size: 37px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 2px;
}

.count_style_11 .count_number:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -15px;
}

.rd_count_wrap .count_style_11 .count_title {
  font-size: 14px;
}

.rd_count_wrap .count_title {
  font-weight: 300 !important;
  font-size: 17px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0;
}

.count_title {
  font-weight: 700 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.rd_count_wrap:hover .count_gradient_bg {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
}

.sm2-bar-ui.compact.full-width .record-text {
  color: #0348AF;
  padding: 15px 25px;
  border-top: 1px solid #CBDEF9;
}

.sm2-bar-ui {
  overflow: visible !important;
  margin-bottom: 20px;
}

.sm2-bar-ui.compact.full-width {
  position: relative;
}

.sm2-bar-ui.compact.full-width .record-text-show {
  position: absolute;
  right: 0;
  background: #CBDEF9;
  cursor: pointer;
  width: 140px;
  text-align: center;
  color: #0348AF;
  padding: 5px 10px;
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
}

.sm2-bar-ui.compact.full-width .record-text-show:hover {
  background: #B8D2F7;
}

.wizard .steps ul li {
  float: none;
  margin: 0px 15px 10px 15px;
  display: inline-block;
}

.wizard .steps ul li.current a {
  border-bottom-color: #5DC0FF;
  color: #fff;
}

.wizard .steps ul li a {
  display: block;
  padding: 0 10px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid #f3f3f3;
}

.wizard .steps ul li a:hover {
  text-decoration: none;
  border-bottom-color: #5DC0FF;
}

.wizard .steps ul li a .number {
  font-size: 22px;
}

.wizard .steps ul li a .title {
  padding-left: 5px;
  vertical-align: 0;
}

.form-signin.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.wizard .actions.clearfix {
  margin-bottom: 30px;
}

.wizard > .content {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 375ms ease-in-out;
  transition: height 375ms ease-in-out;
}

.wizard > .content > .title {
  left: -999em;
  position: absolute;
}

.wizard > .content > .body {
  float: left;
  width: 100%;
  padding: 20px 0;
  position: absolute;
}

.wizard .list-unstyled {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.wizard .list-unstyled li {
  display: inline-block;
  margin: 10px
}

.wizard .help-block.with-errors .list-unstyled li {
  margin: 0px
}

.wizard .wizard_pagination li.disabled .btn-link {
  color: #333;
}

.wizard .actions a {
  padding: 5px 15px;
}

.form-signin .wizard a.btn.btn-link, .form-signin .wizard a.btn.btn-default {
  font-size: 20px;
  color: #356dbf;
  background: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.form-signin .wizard a.btn.btn-success {
  font-size: 20px;
  color: #356dbf;
  background: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.form-signin .wizard a.btn.btn-link:hover, .form-signin .wizard a.btn.btn-default:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #356dbf;
  background: #356dbf;
}

.form-signin .wizard a.btn.btn-success:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #356dbf;
  background: #356dbf;
}

.wizard .wizard_pagination li.disabled .btn {
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.wizard > .actions > ul > li.disabled {
  display: none;
}

.payments.validate img {
  width: 100%;
}

@media (min-width: 768px) {
  .form-signin.container {
    width: 700px;
  }
}

@media (min-width: 992px) {
  .form-signin.container {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .form-signin.container {
    width: 1000px;
  }
}


.unslider {
  overflow: auto
}

.unslider-wrap {
  position: relative
}

.unslider-wrap.unslider-carousel li {
  float: left
}

.unslider-vertical > ul {
  height: 100%
}

.unslider-vertical li {
  float: none;
  width: 100%
}

.unslider-fade {
  position: relative
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10
}

.unslider li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer
}

.unslider-arrow.next {
  left: auto;
  right: 20px
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}

.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #0348af;
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: #0348af;
  cursor: default;
}


.unslider-arrow {
  display: block;
  width: 32px;
  height: 32px;

  right: -50px;
  left: auto;

  overflow: hidden;
  border-radius: 32px;

  opacity: .6;
  transition: opacity .2s;
  display: inline-block;

}

.unslider-arrow:hover {
  opacity: 1;
}

.unslider-arrow.next i,
.unslider-arrow.prev i {
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #0348af;
}


.unslider-arrow.next {
  left: auto;
  right: 20px;
  bottom: 0;
  top: auto;


}


.unslider-arrow.prev {
  left: 20px;
  right: auto;
  bottom: 0;
  top: auto;

}


#connection {
}

#connection {
}

#connection p {
  text-align: left;
}

#connection p i.fa-exclamation-circle {
  font-size: 80px;
  color: #D04848;
  text-align: center;
  display: block;
}

#connection p i.fa-map-marker {
  font-size: 15px;
  color: #797979;
  padding-right: 5px;
}


#connection .col-md-2 {
  text-align: center;


}

#connection .col-md-10 {
  padding: 5px 20px;


}

#connection .modal-footer {
  padding: 20px;
  margin-top: 0;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}


.top-adblock {
  float: left;
  margin-left: 30px;
  margin-top: 16px;
  background-color: #f2dede;
  padding: 5px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.top-adblock .bg-danger {

  color: #293541;
  font-size: 14px;
}

section#main-content-test {
  position: relative;
}

#main-content-test.admin {
  margin-top: 40px;
}

#main-content-test.admin .admin-edit {
  position: absolute;
  right: 0px;
  top: -30px;
}


#main-content-test.admin-reading {
  margin-top: 0px;
}


#main-content-test .admin-edit {
  position: absolute;
  right: 0px;
  z-index: 100;
  top: 0px;
}

.edit-profile .ios-ui-select {
  margin-top: 7px;
  position: relative;
  right: auto;
  left: 0;
  top: 0;
  display: inline-block;
}


.edit-profile .ios-ui-select.checked {
  background: #6ddc5f;
}


.cms h1, .cms h2, .cms h3, .cms h4, .cms h5 {
  font-size: 20px;
  color: #0348af;
  padding-bottom: 15px;
}

.cms h2 {
  font-weight: bold;
}

.cms p {
  font-size: 17px;
}

.text-element-style-terms {
  background: #f2f2f2;
  padding: 30px;
  color: #505050;
  font-size: 16px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.show table tr td {
  vertical-align: top;
}


.form-horizontal.contact-form label {
  font-size: 15px;
  color: #505050;
  font-weight: 400;
}

.form-horizontal.contact-form label em {
  color: red;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}

.form-horizontal.contact-form input,
.form-horizontal.contact-form textarea {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 1px solid #e3e3e3;
}

.form-horizontal.contact-form .form-control {
  height: 45px;
  padding: 10px 12px;
}

.form-horizontal.contact-form textarea.form-control {
  height: 100px;
}


.form-horizontal.contact-form .btn {
  width: 170px;
  height: 50px;
  text-transform: uppercase;
  font-size: 20px;

}


.btn.right {
  float: right;
}


.faq .panel-default > .panel-heading {
  color: #FFF;
  background-color: #0348AF;
  padding: 0;
  border-color: #0348AF;
  margin-top: 0;
}

.faq h4 {
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom: 0;
  text-transform: none;
  font-weight: 200;
}

.faq h4 a {
  padding: 10px 15px;

  width: 100%;
  display: inline-block;


}

.faq h4 a:hover,
.faq h4 a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.faq i {
  padding-right: 10px;
}

.faq .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.faq. .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.faq .panel-body {
  padding: 15px;
  font-weight: 300;
}

.faq .panel-body p {
  font-size: 15px;
  line-height: 25px;
}


.faq .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.faq .panel-default {
  border-color: #ddd;
}

.faq .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;

}

.breadcrumb {
  background: url(../img/breadcrumb.png) no-repeat;
  position: absolute;
  color: #fff;
  /* right: 14px; */
  width: 136px;
  font-size: 14px;
  text-align: center;
  top: 14px;
  right: -18px;
  font-weight: bold;
  height: 41px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  line-height: 40px;
}


.demo-msg {
  position: fixed;
  bottom: 0;
  right: 0;
  background: red;
  color: #fff;
  padding: 10px 50px;
  font-weight: bold;
}


.btn.evaluate-test {
  box-shadow: none;
  background: #6ABB14 !important;
  border-color: #529C02 !important;
  color: #fff !important;

}


.btn.evaluate-test:hover,
.btn.evaluate-test.active {
  box-shadow: none;


  background: #529C02 !important;
  border-color: #529C02 !important;
  color: #fff !important;
}


.ui-widget-content {
  background: rgba(240, 242, 247, 0) !important;
  border: none !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  background: #FFF !important; /*#0348AF*/
  border: none !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  color: #000;
  padding: 40px 20px 0px 20px;
  -webkit-box-shadow: 0px 0px 76px 6px rgb(81, 87, 90);
  -moz-box-shadow: 0px 0px 76px 6px rgb(81, 87, 90);
  box-shadow: 0px 0px 76px 6px rgb(81, 87, 90);
}


.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  display: none;
}

.ui-dialog button {
  background: #fff;
  border: 0;
  color: #0348AF;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  padding: 8px 20px;
  margin-top: 20px;
}

#record_text .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DEDCDD;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
}

img {
  max-width: 100%;
  height: auto;
}

.error p {
  color: red;
  margin: 0 0 2px 0;
}

@media (max-width: 767px) {

  .table-responsive table:not(.disable-td-width) td {
    width: auto !important;
    padding: 5px 10px !important;
  }

  .table-responsive table td p {
    padding: 0 !important;
  }

}


.red {
  color: #ff6c60;
}

.top-nav-header .dropdown-menu.red .validity-account,
.top-nav-header .dropdown-menu.red {
  background: #ff6c60;
  border: 1px solid #ff6c60;
}


/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/


/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/


/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container { /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}


/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 15px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin: 5px 0;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}


/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 15px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px; /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px; /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px; /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}


/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 15px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}


/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
  opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
  opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
  opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,
  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
  opacity .2s ease-in-out, background-color .2s ease-in-out;
}


/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/

/* default theme ("light") */

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

  background-color: rgb(3, 72, 175);

  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png); /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}


/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(102, 127, 172, 0.32);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */


/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}


/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */


/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}


/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */


/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}


/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */


/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px; /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px; /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px; /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}


/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}


/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}


/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */


/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}


/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}


/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */


/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}


/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */


/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}


/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */


/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}


/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */


/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}


/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}


/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}


/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */


.wrapper.courses.test.select-correct-answer-text.select-update .answer-span {

  position: relative;
  margin: 0 0px;


}

.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.blue.green,
.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.blue.red,
.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span {
  display: inline-block;
  background: #ddeafd;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  margin: 0 10px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  color: #0348af;
}

.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.blue.green,
.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.blue.red {


  background: #0348af !important;
  color: #fff;
}

.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.blue.green select,
.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.blue.red select {

  color: #fff !important;
}


.wrapper.courses.test.select-correct-answer-text.select-update .question .answer-span {
  position: relative;
  margin: 0 5px;
  display: inline-block;

  border-radius: 4px;
  width: 40px;
  height: auto;
  text-align: center;
  float: none;
  margin-top: 5px;


}

.wrapper.courses.test.select-correct-answer-text.select-update .answer-span label {
  margin-bottom: 0;
  font-weight: 500;
}


.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.red {
  display: inline-block;
  background: #cf1313;
  color: #fff;
}

.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.green {
  display: inline-block;
  background: #6abb14;
  color: #fff;
}


.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.red select,
.wrapper.courses.test.select-correct-answer-text.select-update .supplement-text .answer-span.green select {

  color: #fff !important;
}

.wrapper.courses.test.select-correct-answer-text button.red.blue, .wrapper.courses.test.select-correct-answer-text button.green.blue, .wrapper.courses.test.select-correct-answer select.red.blue, .wrapper.courses.test.select-correct-answer select.green.blue, .wrapper.courses.test.rewrite-words-in-box .input-change.red.blue, .wrapper.courses.test.rewrite-words-in-box .input-change.green.blue, .wrapper.courses.test.add-words-in-text .input-change.red.blue, .wrapper.courses.test.add-words-in-text .input-change.green.blue, .wrapper.courses.test.moving-words-in-text .mdraggable.moving-word.green.blue, .wrapper.courses.test.moving-words-in-text .mdraggable.moving-word.red.blue, .wrapper.courses.test.linking .word-one.red.blue {
  color: #fff;
  background: #0348af !important;

  -webkit-box-shadow: 0 0px 0 0px rgb(106, 187, 20) !important;
  -moz-box-shadow: 0 0px 0 0px rgb(106, 187, 20) !important;
  box-shadow: 0 0px 0 0px rgb(106, 187, 20) !important;
}


.wrapper.courses.test.select-correct-answer-text.select-update .answer-span .number {
  float: left;
}

.wrapper.courses.test.select-correct-answer-text.select-update .answer-span select {
  color: #0348af;
  cursor: default;
  background: transparent;
  text-align: center;
  font-size: 16px;
  border: 0;
  right: initial;
  text-align: center;
  height: inherit;
  padding: 0 5px;
  display: inline-block;
  left: 0;
  top: 0;


  position: relative;
}

.wrapper.courses.test.select-correct-answer-text.phrases .answer-span select {

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}


.wrapper.courses.test.add-words-in-text.select-update input.input-change.green {
  color: #fff;
  background: #6abb14;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(106, 187, 20) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgb(106, 187, 20) !important;
  box-shadow: 0px 0px 1px 0px rgb(106, 187, 20) !important;
}


.wrapper.courses.test.select-correct-answer-text.select-update .answer-span select {
  width: auto;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #81a8e2;

}


.tooltip {
  font-family: 'Exo 2', sans-serif !important;
}

.sprites {
  background: url("../img/sprites.png") no-repeat;
}

.file-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: 17px;
}

.file-icon.unread {
  background-position: -4px -5px;
}

.file-icon.read {
  background-position: -20px -5px;
}

.file-icon.understand {
  background-position: -36px -5px;
}

.file-icon.notunderstand {
  background-position: -53px -5px;
}


.file-icon.notrunning {
  background-position: -4px -5px;
}

.file-icon.running {
  background-position: -69px -5px;
}

.file-icon.completed_one {
  background-position: -85px -5px;
}

.file-icon.completed_two {
  background-position: -101px -5px;
}

.file-icon.completed_three {
  background-position: -117px -5px;
}

.file-icon.completed_four {
  background-position: -133px -5px;
}

.file-icon.completed_five {
  background-position: -150px -5px;
}


.file-action {
  margin-left: 15px;
}

.file-action .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.file-action ul li {
  position: relative;
}

.file-action .btn .file-icon,
.file-action ul li .file-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  bottom: 0;
  top: 2px;
  right: inherit;
  margin-right: 4px;


}

.file-action .caret {
  margin-left: 5px;
}

.file-action .dropdown-menu > li > a {

  padding: 4px 12px;
}


#test-chart .test-chart-wrapper {
  text-align: center;
  border: 1px solid rgba(3, 72, 175, 0.3);
  padding: 20px;

}

#test-chart h5 {
  color: rgba(3, 72, 175, 1);
  padding: 0px 25px 10px;
  display: inline-block;
  margin-bottom: 20px;
  width: initial;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(3, 72, 175, 1);

}

#test-chart p {
  font-size: 16px;
  line-height: 30px;
}

.wrapper.courses.test.select-correct-answer-text.phrases.new-line .supplement-text .answer-span.field {
  width: 100%;
}

.wrapper.courses.test.select-correct-answer-text.phrases.new-line dl.help-text dd {
  width: 100%;
}

.wrapper.courses.test.select-correct-answer-text.phrases.new-line button {
  width: auto;
  text-align: left;
}

.bootstrap-select.btn-group.blue .btn .filter-option,
.bootstrap-select.btn-group.red .btn .filter-option,
.bootstrap-select.btn-group.green .btn .filter-option,
.bootstrap-select.btn-group.blue.red .btn .filter-option,
.bootstrap-select.btn-group.blue.green .btn .filter-option {
  color: #fff !important;
}

.select-correct-answer-text .html-help dl {
  padding-left: 60px;
  position: relative;
}


.select-correct-answer-text .html-help dl dt {
  position: absolute;
  left: 0;
}


#main-content-test .course-panel-heading .admin-edit {
  position: relative;
  float: right;

}

.sticky-possibilities-container {
  padding: 0;
}

.sticky-possibilities-container:not(.sticky-possibilities-init) > div.sticky-possibilities-placeholder {
  display: none;
}

.sticky-possibilities-container.sticky-possibilities-init > div.sticky-possibilities-placeholder {
  float: left;
  width: 100%;
  height: 0;
  display: block;
}

.sticky-possibilities-container .sticky-possibilities.disable-mobile-click-active .moving-word:not(.mobile-click-active) {
  background: #dadada;
  color: black;
  opacity: .5;
}

.wrapper.courses.test.moving-words-in-text .disable-mobile-click-active .moving-word:before {
  content: "\f25a";
  color: black;
}

.wrapper.courses.test.moving-words-in-text .moving-word.mobile-click-active:before {
  content: "\f0a7";
  color: white;
}


.wrapper.courses.test.moving-words-in-text .sticky-possibilities-supplement-container .moving-word:not(.mdraggable) {
  margin: 0;
  height: 31px;
  line-height: 31px;
  padding: 0 20px;
  color: #fff;
}

.wrapper.courses.test.moving-words-in-text .sticky-possibilities-supplement-container .moving-word:not(.green):not(.red) {
  background: #0348af;
}

.courses.test.moving-words-in-text .supplement-text.sticky-possibilities-supplement-container .form-control {
  padding: 0;
}

.wrapper.courses.test.moving-words-in-text .sticky-possibilities-supplement-container .moving-word:not(.mdraggable):before {
  content: "\f0a6";
  color: white;
}

.wrapper.courses.test.moving-words-in-text .sticky-possibilities-supplement-container .input-change-span.include.disabled .moving-word {
  background: #dadada !important;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  box-shadow: none !important;
}

.wrapper.courses.test.moving-words-in-text .sticky-possibilities-supplement-container .input-change-span.include.disabled .moving-word::before {
  color: rgba(0, 0, 0, 0.25);
}

.wrapper.courses.test.moving-words-in-text .sticky-possibilities-supplement-container .input-change-span.focus-move > span.form-control {
  cursor: pointer;
}

.courses.test.moving-words-in-text .supplement-text .input-change-span.include .form-control {
  min-width: auto;
}

.courses-lesions-list #course-leasson-head-list legend {
  font-weight: 600;
}

.wrapper.courses.test.moving-words-in-text .sticky-possibilities-supplement-container .input-change-span .dragging {
  border-color: #81a8e2;
}