@charset "UTF-8";
/*@font-face {
   font-family: "Gotham";
   src: url("fonts/Gotham-Light.eot");
   src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype");
   font-weight: 300;
   font-style: normal;
   font-stretch: normal
}
@font-face {
   font-family: "Gotham";
   src: url('fonts/Gotham-Medium.eot');
   src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),url('fonts/Gotham-Medium.woff') format('woff'),url('fonts/Gotham-Medium.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
   font-stretch: normal;
}
@font-face {
   font-family: "Gotham";
   src: url('fonts/Gotham-Book.eot');
   src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),url('fonts/Gotham-Book.woff') format('woff'),url('fonts/Gotham-Book.ttf') format('truetype');
   font-weight: 400;
   font-style: normal;
   font-stretch: normal;
}*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "../../core/css/jquery-ui.css";
html {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #5e676d;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 16px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

p {
  margin: 0 0 10px;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, .link-grey, .link-14sp, .link-12sp {
  color: #00a6df;
  text-decoration: none;
}
a:hover, .link-grey:hover, .link-14sp:hover, .link-12sp:hover, a:focus, .link-grey:focus, .link-14sp:focus, .link-12sp:focus {
  color: #006d93;
  text-decoration: none;
}
a:focus, .link-grey:focus, .link-14sp:focus, .link-12sp:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
h1 {
  font-size: 56px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
}

h2 {
  font-size: 34px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
}

h3 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

h5 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

h6 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

h1 {
  line-height: 1.1;
  letter-spacing: 0em;
}

h1.light-40sp, h1.bg-h1-40sp {
  font-size: 40px;
}

h2 {
  line-height: 1.2;
  letter-spacing: 0em;
}

h2.book, h2.bg-h2-book {
  font-weight: 400;
  font-size: 30px;
}

h3 {
  line-height: 1.3;
  letter-spacing: 0em;
}

h4 {
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 0;
  margin: 10px 0;
}

h5 {
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 0;
  margin: 0;
}

.bg-h1 {
  color: #ffffff;
}

.bg-h1-40sp {
  color: #ffffff;
}

.bg-h2 {
  color: #ffffff;
}

.bg-h2-book {
  color: #ffffff;
}

.bg-h3 {
  color: #ffffff;
}

.heading-label, .bg-heading-label {
  font-size: 18px;
  line-height: 1.3;
  color: rgba(10, 9, 9, 0.9);
  font-weight: 500;
}

.sub-heading, .bg-sub-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(10, 9, 9, 0.9);
}

.default-text-bold, .bg-default-text-bold, .default-text-bold-1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 9, 9, 0.9);
}

.default-text-bold-1 {
  color: rgba(10, 9, 9, 0.4);
}

.default-text, .bg-default-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.8);
}

.meta-text, .bg-meta-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}

.caption, .bg-caption {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.caption-dark {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.small-meta-text, .bg-small-meta-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}

.form-radio-container {
  display: flex;
  gap: 18px;
}

.input-text, .form-radio label, .form-checkbox label {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.label-text, .floating-label {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.label-text-small {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.error {
  font-weight: 400;
  font-size: 12px;
  color: #ff0000;
}

.disabled-text, input[type=text]:disabled {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.bg-heading-label {
  color: #ffffff;
}

.bg-sub-heading {
  color: rgba(255, 255, 255, 0.9);
}

.bg-default-text-bold {
  color: #ffffff;
}

.bg-default-text {
  color: rgba(255, 255, 255, 0.9);
}

.bg-meta-text {
  color: rgba(255, 255, 255, 0.9);
}

.bg-caption {
  color: rgba(253, 253, 253, 0.9);
}

.bg-small-meta-text {
  color: rgba(255, 255, 255, 0.9);
}

.btn-flat {
  box-shadow: none !important;
}

a, .link-grey, .link-14sp, .link-12sp {
  color: #00a6df;
  text-decoration: none;
  font-size: 16px;
  background-color: transparent;
  font-weight: 400;
}
a:hover, .link-grey:hover, .link-14sp:hover, .link-12sp:hover, a:active, .link-grey:active, .link-14sp:active, .link-12sp:active, a:focus, .link-grey:focus, .link-14sp:focus, .link-12sp:focus {
  color: #0080ac;
  outline: none;
  text-decoration: none;
}

.link-14sp {
  font-size: 14px;
}

.link-grey {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

button, input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.dummy_submit {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

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

input, select, textarea {
  outline: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  font-weight: 400;
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  border: solid 1px #d8d8d8;
}

.form-control-material {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  font-weight: 400;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
}

.form-control-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.error_msg.success_msg {
  color: #00a6df;
  background: #CFF5DE;
}

.error_msg {
  background: #fcebd1;
  font-size: 13px;
  color: #222;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px;
  line-height: 17px;
}

.error_msg {
  color: #ff0000;
}

input[type=text]:disabled {
  border-bottom: 1px dotted #d8d8d8;
  cursor: default;
}
input[type=text]:disabled + .floating-label.active {
  top: -15px;
  font-size: 11px;
  font-weight: 300;
}

.select_box select {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.floating-label {
  position: absolute;
  top: 6px;
  left: 0;
  transition: 0.2s ease all;
  pointer-events: none;
}

.floating-label_border {
  border-bottom: 2px solid #00a6df;
  width: 0;
  height: 1px;
  margin: -1px auto auto auto;
  transition: width 0.5s ease, border-bottom 0.5s ease;
}

.search-icon {
  position: absolute;
  right: 0;
  top: 12px;
}
.search-icon:before {
  background: url("../images/Boostrap3_grid_System.png") no-repeat;
  background-position: 0px -9px;
  width: 18px;
  height: 22px;
  display: inline-block;
  content: "";
}

input:focus + .floating-label, textarea:focus + .floating-label {
  top: -15px;
  font-size: 11px;
  font-weight: 300;
  color: #00a6df;
}

input:focus ~ .floating-label_border, textarea:focus ~ .floating-label_border {
  width: 100%;
  border-bottom: 2px solid #00a6df;
  margin-top: -1px;
}

.error + .floating-label, .error_field + .floating-label {
  color: #ff0000;
  top: -15px;
  font-size: 11px;
  font-weight: 300;
}

input:not(:empty) + .floating-label {
  top: -15px;
}

.error ~ .floating-label_border, .error_field ~ .floating-label_border {
  width: 100%;
  border-bottom: 2px solid #ff0000;
  margin-top: -1px;
}

input[type=checkbox] {
  display: none;
  box-sizing: border-box;
}

.form-checkbox input[type=checkbox]:checked + .checkbox-material .check, .checkbox-default input[type=checkbox]:checked + .checkbox-material .check {
  color: #00a6df;
}

input[type=checkbox] {
  opacity: 0;
  color: #D8D8D8;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.form-checkbox {
  transform: translateZ(0);
}

.form-checkbox label {
  cursor: pointer;
  padding-left: 0px;
}

.checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: #32ce7d;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  transform: scale3d(2.3, 2.3, 1);
}
.checkbox-material .check {
  position: relative;
  color: #d8d8d8;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}
.checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -6px;
  margin-left: 4px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -moz-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -o-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  animation: checkbox-off 0.3s forwards;
}

input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}

input[type=checkbox]:checked + .checkbox-material .check:before {
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards;
}

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
    -moz-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
    -o-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
    -moz-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
    -o-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
.radio-success input[type=radio]:checked ~ .circle {
  border-color: #00a6df;
}

.radio-success input[type=radio]:checked ~ .check {
  background-color: #00a6df;
}

.form-radio input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.55, 0.55, 1);
  transform: scale3d(0.55, 0.55, 1);
}

.form-radio input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.form-radio {
  margin-bottom: 10px;
}

.form-radio label {
  cursor: pointer;
  padding-left: 31px;
  position: relative;
}

.form-radio > label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 0px;
  transition-duration: 0.2s;
}
.form-radio > label .circle {
  border: 2px solid #d8d8d8;
  height: 16px;
  width: 16px;
  border-radius: 100%;
}
.form-radio > label .check {
  height: 16px;
  width: 16px;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  transform: scale3d(0, 0, 0);
}
.form-radio > label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  transform: scale3d(1.5, 1.5, 1);
}

.btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #00a6df;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.btn::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at center, #FFF 0%, #FFF 10%, transparent 10.01%, transparent 100%);
  background-size: 1% 1%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: 0.3s background-color ease-in;
  opacity: 0.3;
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* line 125, bootstrap/_buttons.scss */
.btn:not(:active):after {
  animation: ripple 1s ease-out;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #0093c6;
}

/* line 15, bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #0093c6;
}

.btn:active::after {
  background-size: 10000% 10000%;
  transition: 0.25s background-size ease-out, 0.15s background-color ease-in;
  background-color: #DBDBDB;
  /*box-shadow: 0 10px 10px rgba(0,0,0,0.19), 0 6px 3px rgba(0,0,0,0.23);*/
  opacity: 0.3;
}

a.btn.disabled, .btn.disabled.link-12sp, .btn.disabled.link-14sp, .btn.disabled.link-grey, fieldset[disabled] a.btn, fieldset[disabled] .btn.link-12sp, fieldset[disabled] .btn.link-14sp, fieldset[disabled] .btn.link-grey {
  pointer-events: none;
}

.btn-default {
  color: #00a6df;
  background-color: #fff;
}
.btn-default:focus, .btn-default.focus {
  color: #00a6df;
  background-color: #f2f2f2;
}
.btn-default:hover {
  color: #00a6df;
  background-color: #f2f2f2;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #00a6df;
  background-color: #e6e6e6;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #00a6df;
  background-color: #e6e6e6;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #00a6df;
}

.btn-primary {
  color: #fff;
  background-color: #f8ab33;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #f7a11a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f7a11a;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f09508;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #f09508;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #f8ab33;
}
.btn-primary .badge {
  color: #f8ab33;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00a6df;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #0093c6;
}
.btn-success:hover {
  color: #fff;
  background-color: #0093c6;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0080ac;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #0080ac;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #00a6df;
}
.btn-success .badge {
  color: #00a6df;
  background-color: #fff;
}

.btn-link {
  color: #00a6df;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #006d93;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 2px;
  height: 42px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.btn-sm {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
  height: 32px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 60px 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  position: absolute;
  right: 0;
  top: -35px;
}
.modal-header .close:after {
  background: url("../images/Boostrap3_grid_System.png");
  background-position: -27px -10px;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 60px auto;
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a, .navbar-nav > li > .link-12sp, .navbar-nav > li > .link-14sp, .navbar-nav > li > .link-grey {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > .link-12sp, .navbar-nav .open .dropdown-menu > li > .link-14sp, .navbar-nav .open .dropdown-menu > li > .link-grey,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > .link-12sp, .navbar-nav .open .dropdown-menu > li > .link-14sp, .navbar-nav .open .dropdown-menu > li > .link-grey {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > .link-12sp:hover, .navbar-nav .open .dropdown-menu > li > .link-14sp:hover, .navbar-nav .open .dropdown-menu > li > .link-grey:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > .link-12sp:focus, .navbar-nav .open .dropdown-menu > li > .link-14sp:focus, .navbar-nav .open .dropdown-menu > li > .link-grey:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a, .navbar-nav > li > .link-12sp, .navbar-nav > li > .link-14sp, .navbar-nav > li > .link-grey {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .link-12sp, .navbar-default .navbar-nav > li > .link-14sp, .navbar-default .navbar-nav > li > .link-grey {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > .link-12sp:hover, .navbar-default .navbar-nav > li > .link-14sp:hover, .navbar-default .navbar-nav > li > .link-grey:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .link-12sp:focus, .navbar-default .navbar-nav > li > .link-14sp:focus, .navbar-default .navbar-nav > li > .link-grey:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > .link-12sp, .navbar-default .navbar-nav > .active > .link-14sp, .navbar-default .navbar-nav > .active > .link-grey, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > .link-12sp, .navbar-default .navbar-nav > .disabled > .link-14sp, .navbar-default .navbar-nav > .disabled > .link-grey, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > .link-12sp, .navbar-default .navbar-nav > .open > .link-14sp, .navbar-default .navbar-nav > .open > .link-grey, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-12sp, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-14sp, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-grey {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-12sp:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-14sp:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-grey:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-12sp:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-14sp:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > .link-grey:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > .link-12sp, .navbar-default .navbar-nav .open .dropdown-menu > .active > .link-14sp, .navbar-default .navbar-nav .open .dropdown-menu > .active > .link-grey, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .link-12sp, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .link-14sp, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .link-grey, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > .link-12sp, .navbar-inverse .navbar-nav > li > .link-14sp, .navbar-inverse .navbar-nav > li > .link-grey {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > .link-12sp:hover, .navbar-inverse .navbar-nav > li > .link-14sp:hover, .navbar-inverse .navbar-nav > li > .link-grey:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > .link-12sp:focus, .navbar-inverse .navbar-nav > li > .link-14sp:focus, .navbar-inverse .navbar-nav > li > .link-grey:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > .link-12sp, .navbar-inverse .navbar-nav > .active > .link-14sp, .navbar-inverse .navbar-nav > .active > .link-grey, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > .link-12sp, .navbar-inverse .navbar-nav > .disabled > .link-14sp, .navbar-inverse .navbar-nav > .disabled > .link-grey, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > .link-12sp, .navbar-inverse .navbar-nav > .open > .link-14sp, .navbar-inverse .navbar-nav > .open > .link-grey, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-12sp, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-14sp, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-grey {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-12sp:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-14sp:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-grey:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-12sp:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-14sp:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .link-grey:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .link-12sp, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .link-14sp, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .link-grey, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .link-12sp, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .link-14sp, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .link-grey, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a, .dropdown-menu > li > .link-12sp, .dropdown-menu > li > .link-14sp, .dropdown-menu > li > .link-grey {
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.8);
  padding: 20px 20px;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > .link-12sp:hover, .dropdown-menu > li > .link-14sp:hover, .dropdown-menu > li > .link-grey:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > .link-12sp:focus, .dropdown-menu > li > .link-14sp:focus, .dropdown-menu > li > .link-grey:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > .link-12sp, .dropdown-menu > .active > .link-14sp, .dropdown-menu > .active > .link-grey, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #f8ab33;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > .link-12sp, .dropdown-menu > .disabled > .link-14sp, .dropdown-menu > .disabled > .link-grey, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > .link-12sp:hover, .dropdown-menu > .disabled > .link-14sp:hover, .dropdown-menu > .disabled > .link-grey:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > .link-12sp:focus, .dropdown-menu > .disabled > .link-14sp:focus, .dropdown-menu > .disabled > .link-grey:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a, .open > .link-12sp, .open > .link-14sp, .open > .link-grey {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  background-clip: padding-box;
  border-radius: 2px;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.8);
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.8);
  bottom: -10px;
}

body {
  background: #f5f5f5;
  height: 100%;
}

.blue-text {
  color: #00a7df;
  font-weight: 400;
}

.form-control-material {
  background: transparent;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.8);
}

.rgb4 {
  color: rgba(0, 0, 0, 0.4);
}

.rgb0 {
  color: #000000;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 12px 20px;
  vertical-align: middle;
  border: solid 1px #d8d8d8;
  text-align: left;
}

.label-js:valid + .floating-label {
  top: -15px;
  font-size: 11px;
}

.cancel-user-btn {
  background: none;
  box-shadow: none;
}

.sub-line {
  margin-left: 45px;
}

.sub-line li {
  font-weight: 400;
  list-style-type: disc;
  color: #000;
}

.sub-line ol li {
  color: #5e676d;
  font-weight: 300;
  list-style: decimal;
}

/*.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}*/
.table {
  width: 100%;
  max-width: 100%;
}

.radio-success > label .circle {
  height: 20px;
  width: 20px;
}

.radio-success > label .check {
  margin-left: 2px;
  margin-top: 2px;
}

.border-btn {
  color: rgba(0, 0, 0, 0.7);
  border: solid 1px #d3d2d3;
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.form-checkbox label {
  display: block;
  word-wrap: break-word;
}

.sprite-img {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("https://cfs22.simplilearn.com/paperclip/b2b-sprite-v4.svgz") no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.sidebar-nav {
  background: url("https://cfs22.simplilearn.com/paperclip/displayemail/Sprite-image-for-Exclusive-Live-class-at-course-page-1.svg") no-repeat;
}

li.active .report-nav {
  background-position: -38px -112px;
}

li .report-nav {
  background-position: -2px -112px;
}

.header {
  background: #ffffff;
  position: fixed;
  padding: 8px 0;
  width: 100%;
  z-index: 3;
  height: 82px;
  box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.41);
}

.header-mid {
  padding: 20px 19px;
  width: calc(100% - 318px);
}

header .header-mid h1.default-text:after, header .header-mid h1.bg-default-text:after {
  background-position: -33px -114px;
  margin-left: 5px;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 0;
  cursor: default;
}

header .header-mid h1.standard-licences:after {
  display: none;
}

.header-mid h1.small-meta-text span.medium-font, .header-mid h1.bg-small-meta-text span.medium-font {
  color: #0a0909;
}

.header-mid h1.default-text:focus .popover.bottom, .header-mid h1.bg-default-text:focus .popover.bottom, .header-mid h1.default-text:hover .popover.bottom, .header-mid h1.bg-default-text:hover .popover.bottom, .export-csv-all:hover .popover.bottom, .popup-filter:hover .popover.bottom, .learner-search:hover .popover.bottom, .team-search:hover .popover.bottom {
  display: inline-block;
  top: 39px;
  left: 148px;
  background-color: #000;
}

.export-csv-all:hover .popover.bottom {
  top: 32px;
  left: -115px;
}

.popup-filter:hover .popover.bottom {
  width: 178px;
  top: 32px;
  left: -132px;
}

.learner-search:hover .popover.bottom {
  top: 32px;
  left: -134px;
}

.team-search:hover .popover.bottom {
  top: 32px;
  left: -134px;
}

.remove-margin {
  margin-right: -15px;
  margin-left: -15px;
}

.learning-status-block .modal-header.border-bottom {
  border-bottom: 1px solid #d8d8d8;
}

.remove-padding {
  padding-left: 0;
  padding-right: 0;
}

.remove-margin .last-update-fix {
  position: absolute;
  top: -30px;
  width: 100%;
  text-align: right;
  padding: 0;
}

.course-list-details {
  margin-top: 20px;
}

.main-dashboard {
  padding-left: 30px;
}

.logo-head {
  padding-left: 0;
  width: 318px;
}

.header_logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.header_left {
  text-align: left;
}

.header_logo img {
  max-width: 100%;
  max-height: 50px;
}
.header_logo .logo-text{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #646464;
  padding-left: 17px;
  position: relative;
}
.header_logo .logo-text::before{
  width: 1px;
  height: 28px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  background: #E0E0E0;
  margin: 0 8px;
  position: absolute;
  left: 0;
  top: 6px;
}

.header h1 {
  display: inline;
  padding-right: 20px;
  color: rgba(10, 9, 9, 0.85);
  line-height: 22px;
  width: 90%;
}

.header .dropdown-menu {
  right: 0;
  left: initial;
}

.dropdown-menu > li > a, .dropdown-menu > li > .link-12sp, .dropdown-menu > li > .link-14sp, .dropdown-menu > li > .link-grey {
  font-size: 14px;
  padding: 8px 20px;
  color: rgba(0, 0, 0, 0.4);
}

.sidebar {
  background: #262930;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 83px;
  width: 318px;
  line-height: 25px;
}

.sidebar .navbar {
  border: none;
}

.sidebar ul.nav {
  width: 100%;
  /*margin-top: 20px;*/
  height: 100%;
  overflow-y: auto;
}

.dot-icon {
  position: relative;
  background-position: -13px -11px;
  right: -10px;
  top: 7px;
  margin: 0;
  width: 18px;
}

.header-dot-nav {
  position: absolute;
  right: 19px;
  top: 18px;
  text-align: right;
}

/*.header-mid .open>span{
	background-position:-25px -11px;
}*/
.open > span {
  background-position: -38px -11px;
}

.home-img {
  background-position: -1px -2px;
}

.active .home-img {
  background-position: -37px -2px;
}

.ler-mang {
  background-position: -4px -40px;
}

.lib-access {
  background-position: 15px;
}

.second-nav-active .ler-mang {
  background-position: -76px -40px;
}

.active.second-nav-active .ler-mang {
  background-position: -40px -40px;
}

.welcomenote-img {
  background-position: -73px -202px;
  filter: brightness(0) invert(1);
}

.active .welcomenote-img {
  background-position: -73px -202px;
  filter: brightness(1) invert(0);
}

.settings-img {
  background-position: -2px -182px;
}

.second-nav-active .settings-img {
  background-position: -74px -182px;
}

.active.second-nav-active .settings-img {
  background-position: -38px -182px;
}

.manage-team-img {
  background-position: -21px -170px;
}

.second-nav-active .manage-team-img {
  background-position: -71px -170px;
}

.active.second-nav-active .manage-team-img {
  background-position: -121px -170px;
}

.view-report-img {
  background-position: -21px -95px;
}

.second-nav-active .view-report-img {
  background-position: -71px -95px;
}

.active.second-nav-active .view-report-img {
  background-position: -122px -95px;
}

.modify-img {
  background-position: -74px -112px;
}

.second-nav-active .modify-img {
  background-position: -71px -133px;
}

.active.second-nav-active .modify-img {
  background-position: -121px -133px;
}

.learningpath-img {
  background-position: -2px -149px;
}

.second-nav-active .learningpath-img {
  background-position: -74px -149px;
}

.active.second-nav-active .learningpath-img {
  background-position: -38px -149px;
}

.modify-msg {
  background-position: -3px -75px;
}

.second-nav-active .modify-msg {
  background-position: -74px -74px;
}

.active.second-nav-active .modify-msg {
  background-position: -38px -74px;
}

.viewlog-img {
  background-position: -21px -245px;
}

.second-nav-active .viewlog-img {
  background-position: -71px -245px;
}

.active.second-nav-active .viewlog-img {
  background-position: -121px -245px;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 100px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #a7afb4;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #a7afb4;
}

.delete-img {
  background-position: -134px -85px;
  position: absolute;
  right: -28px;
  top: 6px;
}

.course-list-details .delete-img {
  background-position: -134px -85px;
  /*position: inherit;*/
}

.sidebar a, .sidebar .link-12sp, .sidebar .link-14sp, .sidebar .link-grey {
  color: #989dad;
  display: block;
}

.navbar-nav li.active {
  background: #e6ebef;
}

.sidebar .navbar-nav > li.second-nav-active > a, .sidebar .navbar-nav > li.second-nav-active > .link-12sp, .sidebar .navbar-nav > li.second-nav-active > .link-14sp, .sidebar .navbar-nav > li.second-nav-active > .link-grey {
  color: #ffffff;
  position: relative;
}

.sidebar .navbar-nav > li.second-nav-active > a:after, .sidebar .navbar-nav > li.second-nav-active > .link-12sp:after, .sidebar .navbar-nav > li.second-nav-active > .link-14sp:after, .sidebar .navbar-nav > li.second-nav-active > .link-grey:after {
  background: #4a4a4a;
  position: absolute;
  content: "";
  width: 70%;
  display: block;
  height: 1px;
  bottom: 0;
  left: 77px;
}

.sidebar .navbar-nav > li.active.second-nav-active > a:after, .sidebar .navbar-nav > li.active.second-nav-active > .link-12sp:after, .sidebar .navbar-nav > li.active.second-nav-active > .link-14sp:after, .sidebar .navbar-nav > li.active.second-nav-active > .link-grey:after {
  display: none;
}

.sidebar .navbar-nav > li.active a + ul.sub-nav, .sidebar .navbar-nav > li.active .link-12sp + ul.sub-nav, .sidebar .navbar-nav > li.active .link-14sp + ul.sub-nav, .sidebar .navbar-nav > li.active .link-grey + ul.sub-nav {
  background: transparent;
}

.sidebar .navbar-nav > li.active:hover {
  background: #e6ebef;
}

.navbar-nav > .active > a, .navbar-nav > .active > .link-12sp, .navbar-nav > .active > .link-14sp, .navbar-nav > .active > .link-grey {
  color: #00a7df;
  border-left: 8px solid #00a7df;
  padding-left: 11px;
}

.sidebar .navbar-nav > li {
  float: none;
}

.sidebar .navbar-nav > li > a:hover, .sidebar .navbar-nav > li > .link-12sp:hover, .sidebar .navbar-nav > li > .link-14sp:hover, .sidebar .navbar-nav > li > .link-grey:hover {
  background: #191b1f;
}

.sidebar .navbar-nav > li > a, .sidebar .navbar-nav > li > .link-12sp, .sidebar .navbar-nav > li > .link-14sp, .sidebar .navbar-nav > li > .link-grey {
  font-size: 14px;
  font-weight: 300;
  background: #262930;
}

.sidebar .navbar-nav > li > a span.text-span, .sidebar .navbar-nav > li > .link-12sp span.text-span, .sidebar .navbar-nav > li > .link-14sp span.text-span, .sidebar .navbar-nav > li > .link-grey span.text-span {
  display: inline-block;
  width: calc(100% - 61px);
}

.sidebar .navbar-nav > li.active > a, .sidebar .navbar-nav > li.active > .link-12sp, .sidebar .navbar-nav > li.active > .link-14sp, .sidebar .navbar-nav > li.active > .link-grey {
  background: #e6ebef;
  color: #262930;
  font-weight: 500;
}

.sidebar .navbar-nav > li > ul > li.third-nav-active {
  background: #f3f6f8;
}

.sidebar .navbar-nav > li > ul > li > a, .sidebar .navbar-nav > li > ul > li > .link-12sp, .sidebar .navbar-nav > li > ul > li > .link-14sp, .sidebar .navbar-nav > li > ul > li > .link-grey {
  padding-top: 0;
}

.sidebar .navbar-nav > li > ul > li:last-child {
  margin-bottom: 33px;
  display: inline-block;
  width: 100%;
}

/*.main-dashboard{
	padding:0 30px;
}*/
.active .sub-nav > li a, .active .sub-nav > li .link-12sp, .active .sub-nav > li .link-14sp, .active .sub-nav > li .link-grey {
  padding: 10px 19px;
  color: #00a7df;
  font-weight: 300;
}

.sub-nav > li > ul > li > a, .sub-nav > li > ul > li > .link-12sp, .sub-nav > li > ul > li > .link-14sp, .sub-nav > li > ul > li > .link-grey, .active .sub-nav > li > ul > li > a {
  padding: 0;
  font-size: 12px;
  color: #989dad;
}

.sub-nav > li > ul {
  padding-left: 25px;
  padding-bottom: 15px;
  display: none;
}

.sub-nav > li > a, .sub-nav > li > .link-12sp, .sub-nav > li > .link-14sp, .sub-nav > li > .link-grey {
  padding: 10px 19px;
}

.active .sub-nav > li a.sub-active, .active .sub-nav > li .sub-active.link-12sp, .active .sub-nav > li .sub-active.link-14sp, .active .sub-nav > li .sub-active.link-grey {
  font-weight: 500;
  color: #262930;
  background-color: #f3f6f8;
  padding-left: 77px;
}

.active .sub-nav > li a, .active .sub-nav > li .link-12sp, .active .sub-nav > li .link-14sp, .active .sub-nav > li .link-grey {
  color: #989dad;
}

.main {
  margin-left: 318px;
  padding: 0 20px;
  position: relative;
  top: 82px;
}

.main h3.book, .main h3.bg-h2-book {
  margin: 30px 0;
}

.success_msg {
  padding: 0px;
  color: green;
  margin-top: 35px;
  font-size: 20px;
  display: none;
}

.body-mid {
  background: #ffffff;
  display: inline-block;
  padding: 0 30px 30px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 30px;
}

.view-wraper {
  padding: 0px 14px 0px;
}

.view-wraper .view-in {
  padding: 0;
}

.table > thead > tr > th:first-child, .table > tbody > tr > td:first-child {
  border-left: 0;
}

.table > thead > tr > th:last-child, .table > tbody > tr > td:last-child {
  border-right: 0;
  padding-right: 5px;
}

.table > thead > tr > th {
  border-top: 0;
  font-weight: 500;
}

.table > thead > tr > th.padin-left {
  padding-left: 56px;
}

.course-select {
  margin: 25px 0;
}

.course-select .filter-course {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
}

.selectbox {
  padding-left: 0;
}

.course-select .selectbox {
  padding-right: 0px;
  margin-bottom: 5px;
  padding-left: 15px;
}

.course-select .open, .course-select .open > .dropdown-menu {
  width: 100%;
  display: block;
}

.course-select .dropdown-menu > li > a, .course-select .dropdown-menu > li > .link-12sp, .course-select .dropdown-menu > li > .link-14sp, .course-select .dropdown-menu > li > .link-grey {
  font-size: 12px;
  color: #0a0909;
}

.width48 {
  width: 48%;
}

.in-blocks {
  padding: 20px;
  background: #ffffff;
  display: inline-block;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.learners-nos {
  padding: 33px 0 0 0;
}

.status-wrap ul {
  display: inline-block;
  padding-left: 8px;
}

.status-wrap ul.left-ul {
  border-right: 1px dashed #d8d8d8;
  margin-right: 3px;
  margin-left: 8px;
  padding: 10px 0 0 0;
}

.status-wrap, .learners-wrap {
  display: inline-block;
  text-align: center;
  margin-left: -5px;
}

.status-wrap li {
  display: block;
  margin-right: 55px;
  width: 120px;
  line-height: normal;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d8d8d8;
  padding-bottom: 15px;
  margin-right: 20px;
}

.status-wrap li:nth-child(2) {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.status-wrap ul:nth-child(2) li {
  margin-right: 0;
}

.status-wrap li:nth-child(2) p.status-txt {
  margin-bottom: 0;
}

.label-a {
  padding-top: 43px;
  padding-bottom: 43px;
  display: block;
  text-align: center;
  border-right: 1px dashed #d8d8d8;
  margin-top: 30px;
}

.learners-c {
  padding-left: 0;
  padding-top: 35px;
}

.enterprise-home .label-a {
  padding: 30px 0;
}

.count-txt {
  color: #00a7df;
  font-size: 36px;
}

.learners-txt {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.learners-txt, .count-txt {
  padding-right: 20px;
}

.status-nos {
  font-size: 18px;
  color: #00a7df;
  font-weight: 400;
  margin-bottom: 8px;
}

.status-txt {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.average-learning {
  margin-top: 30px;
}

.average-learning {
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
  margin-bottom: 30px;
}

.average-learning h3 {
  margin-top: 36px;
  margin-bottom: 8px;
}

.course-details-wrap h3.sub-heading, .course-details-wrap h3.bg-sub-heading {
  margin-bottom: 15px;
  margin-top: 34px;
}

.home-ave {
  padding: 20px 0px;
}

.average-learning .course-select {
  margin: 0;
}

.add-learner {
  margin-top: 0;
}

.learner-list .add-learner-btn, .learner-list .add-course-btn {
  padding-top: 2px;
  line-height: 0;
}

.token-txt {
  text-align: right;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  margin: 36px 0 0;
}

/*.learner-list p.error{
    position: absolute;
    top: -29px;
    left: 15px;
}*/
.table-wrap {
  display: inline-block;
  width: 100%;
}

.col-scroll {
  max-height: 237px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.for-erro-ui p.error {
  margin: 0;
  position: absolute;
  top: 34px;
  left: 0px;
}

p.add-learner-err {
  position: inherit;
}

#noproduct-select-error {
  display: flex;
  align-items: center;
  gap: 8px;
}

.selectbox-icon p.error {
  position: inherit;
  top: 0px;
}

.col-scroll::-webkit-scrollbar {
  width: 3px;
  margin-left: 10px;
}

.col-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d8d8d8;
}

.col-scroll::-webkit-scrollbar-thumb:window-inactive {
  background: #d8d8d8;
}

.add-learner .col-scroll, .csv-less-margin .col-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 74px;
  padding-bottom: 14px;
}

.csv-less-margin {
  margin-top: 0;
}

.csv-less-margin .course-details-wrap h3.sub-heading, .csv-less-margin .course-details-wrap h3.bg-sub-heading {
  margin: 36px 0 0 0;
}

.csv-less-margin .col-scroll.less-porperty {
  min-height: auto;
}

.learner-row-template {
  padding-top: 0;
}

.col-scroll .form-control-wrapper {
  margin-bottom: 0px;
}

.col-wrap {
  padding: 15px 0 0px 0;
  display: inline-block;
  width: 100%;
}

.cols {
  float: left;
  width: 45%;
  margin-right: 30px;
  border-bottom: 1px solid #ccc;
}

.cols-list {
  /*border-bottom:1px solid #ccc;*/
}

.input-cols, .btns {
  border-bottom: 0;
}

.input-cols {
  margin-right: 30px;
}

.add-cols-include {
  padding: 0;
}

.btn-add {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
}

.txt-transform {
  text-transform: none !important;
}
.bulk-frame {
  right: 13%;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 6px;
  box-shadow: 0 1px 3px #0000004d;
  overflow: hidden;
  top: -207%;
  bottom: 10%;
  border: none;
  display: none;
  width: 1042px;
  height: 500px;
  z-index: 1000;
  position: absolute;
}
.bulk-embed {
  width: 100%;
  border: none; 

}
.margin-cls {
  margin-left: 5px;
}
.btn-disable {
  opacity: 0.5;
  cursor: not-allowed;
}
.div-frame {
  display: flex;
  flex-direction: column;
  overflow: visible;
  align-items: center;
  z-index: 2000;
  position: initial;
}
.overlay-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 999; 
  display: none; 
}


.btns {
  margin-right: 0px;
}

.extend-btn .add-btn:before {
  background-position: -54px -9px;
}

.name-email {
  float: left;
  margin-top: -25px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.browse-logo {
  position: relative;
}

.browse-logo .csv-btn {
  position: absolute;
  top: 20px;
  font-size: 16px;
  left: 0;
}

.browse-file {
  opacity: 0;
  position: relative;
  z-index: 2;
  font-size: 0;
  width: 100%;
  height: 30px;
  cursor: pointer;
}

.select-in {
  border-bottom: 1px solid #d8d8d8;
}

.selectbox-icon {
  position: relative;
}

.link-text:before, .custom-select .selectbox-icon:before, .dataTables_paginate .pagin-next:before, .dataTables_paginate .pagin-prev:before, .dataTables_paginate a.pagin-prev.first:after, .dataTables_paginate .pagin-prev.first.link-12sp:after, .dataTables_paginate .pagin-prev.first.link-14sp:after, .dataTables_paginate .pagin-prev.first.link-grey:after, .dataTables_paginate a.pagin-next.last:after, .dataTables_paginate .pagin-next.last.link-12sp:after, .dataTables_paginate .pagin-next.last.link-14sp:after, .dataTables_paginate .pagin-next.last.link-grey:after, .header-mid h1.default-text:after, .header-mid h1.bg-default-text:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("https://cfs22.simplilearn.com/paperclip/b2b-sprite-v4.svgz") no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.add-btn:before {
  background-position: -85px -12px;
}

.csv-btn:before {
  background-position: -110px -37px;
}

.custom-select .selectbox-icon:before {
  background-position: -140px -17px;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 12px;
  top: 9px;
}

.arrow-down:before {
  background-position: -106px -9px;
  position: absolute;
  right: 0;
  top: 6px;
}

.not-email {
  color: #ccc;
  padding-left: 20px;
  cursor: default;
  text-transform: capitalize;
}

.custom-select .open, .custom-select .open > .dropdown-menu, .custom-select .filter-course {
  width: 100%;
  display: block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

#team-select-box-ul {
  min-height: auto;
  padding: 5px;
}

.custom-select .open > .dropdown-menu.col-scroll {
  max-height: 200px;
}

.custom-select .open > .dropdown-menu a, .custom-select .open > .dropdown-menu .link-12sp, .custom-select .open > .dropdown-menu .link-14sp, .custom-select .open > .dropdown-menu .link-grey {
  margin-left: 0;
}

.custom-select .filter-course {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
  border-bottom: 1px solid #ccc;
}

.custom-select .dropdown-menu li a, .custom-select .dropdown-menu li .link-12sp, .custom-select .dropdown-menu li .link-14sp, .custom-select .dropdown-menu li .link-grey {
  white-space: normal;
}

.user-details-wrap .access-input {
  border-bottom: 0;
}

.days-span {
  position: absolute;
  top: 6px;
  right: 22px;
}

.access-input, .valid-text {
  border-bottom: 0;
}

.access-input {
  margin-top: -8px;
}

.course-details-wrap .col-scroll .form-control-wrapper {
  margin-bottom: 0;
}

.valid-text i {
  margin-left: 20px;
}

.btn-lg {
  min-width: 160px;
}

.submit-buttons {
  float: right;
  margin-top: 40px;
}

.filter-blocks-wrap {
  overflow-y: auto;
  width: 93%;
  height: 159px;
}

.filter-blocks-wrap .label-txt {
  font-weight: 400;
  font-size: 12px;
}

.filter-search {
  margin-top: 25px;
  float: right;
  position: relative;
  display: flex;
}

.team-filter-search {
  margin-top: 25px;
  float: right;
  position: relative;
}

.input-search {
  display: inline-block;
  background: #ffffff;
  border-radius: 50px;
  height: 42px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.team-input-search {
  display: inline-block;
  background: #ffffff;
  border-radius: 50px;
  height: 42px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.filter-btn span.badge {
  z-index: 0;
}

.filter-btn span.badge-custom-style {
  background-color: #00a7df;
  color: #fff;
}

.search-btn, .filter-btn {
  background: #ffffff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.active-filter {
  background: #00a6df;
  cursor: pointer;
}

.search-btn {
  margin-left: 0;
  position: absolute;
  right: 0;
  box-shadow: none;
  /*pointer-events: none;*/
  z-index: 1;
  cursor: pointer;
}

.enter-search {
  border: none;
  margin-top: 9px;
  display: inline-block;
  padding-left: 20px;
  background: transparent;
  line-height: 24px;
  width: 43px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-right: 2px;
}

.enter-search-focus {
  width: 235px;
  opacity: 1;
}

.search-btn:before, .filter-btn:before {
  margin: 10px 0 0 8px;
}

.search-btn:before {
  background-position: -109px -87px;
}

.filter-btn:before {
  background-position: -84px -62px;
}

.export-csv-all:before {
  background-position: -85px -113px;
}

.active-filter.filter-btn:before {
  background-position: -59px -62px;
}

.active-filter.export-csv-all:before {
  background-position: -85px -113px;
}

.filter-dropdown {
  position: absolute;
  right: 19px;
  background: #ffffff;
  width: 705px;
  margin-top: 20px;
  padding: 20px 0 20px 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.filter-dropdown .default-text, .filter-dropdown .bg-default-text {
  font-weight: 500;
  text-align: center;
  color: #000000;
}

.filter-dropdown .mob-fil {
  padding-bottom: 20px;
}

.filter-blocks {
  width: 155px;
  float: left;
}

.label-txt {
  width: 100px;
  display: inline-block;
  line-height: normal;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 12px;
  font-weight: 500;
}

.filter-subtxt {
  margin: 6px 0 8px 0;
  display: inline-block;
  width: 100%;
}

.filter-subtxt div {
  float: left;
  margin-right: 38px;
  font-weight: 500;
}

.team-bl {
  margin-left: 59px;
}

.filter-blocks .form-checkbox {
  margin-bottom: 10px;
}

.team-block {
  width: auto;
}

.checkbox-material .check {
  width: 18px;
  height: 18px;
  border: solid 2px #d8d8d8;
  /*border-radius: 0;*/
}

.checkbox-material .check:before {
  margin-top: -4px;
  margin-left: 6px;
}

.filter-btns {
  width: 93%;
  margin-top: 10px;
}

.filter-btns span {
  font-weight: 500;
}

.canceall, .clearall-btn {
  color: rgba(0, 0, 0, 0.4);
}

.clearall-btn {
  float: left;
}

.badge {
  position: absolute;
  z-index: 9999;
  background: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  top: -10px;
  right: -1px;
  color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.select-all, .icons-filter {
  /*background:$white-bg;
  border:1px solid #d8d8d8;*/
  /*height: 38px;*/
  margin-bottom: 10px;
  margin-left: 15px;
  float: left;
}

.icons-filter {
  width: 63px;
  text-align: center;
  padding: 4px 10px;
  margin-right: 0;
  margin-bottom: 0;
}

.icons-filter:before {
  margin-right: 0;
}

.select-all .form-checkbox {
  display: inline-block;
  padding: 7px 0 7px 19px;
  height: 36px;
}

.filter-sort {
  float: left;
}

.filter-sort li {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  position: relative;
  background-color: #dadada;
  border: solid 1px #dadada;
  width: 50px;
  height: 30px;
}

.filter-sort li.greyscaleicon {
  border: solid 1px #4a4a4a;
}

.filter-sort li.sort-txt {
  cursor: default;
  color: rgba(0, 0, 0, 0.2);
}

.group-edits:before {
  background-position: -85px -39px;
}

.group-calyender:before {
  background-position: -110px -63px;
}

.group-del:before {
  background-position: -135px -37px;
}

.team-switch:before {
  background-position: -99px -169px;
}

.view-wraper .label-txt {
  font-size: 12px;
  font-weight: 400;
  margin-left: 0;
}

.view-wraper .group-mem {
  padding-left: 38px;
  margin-top: -10px;
}

.table-list {
  border-bottom: solid 1px #d8d8d8;
}

.list-head {
  padding-left: 35px;
  border-bottom: solid 1px #d8d8d8;
}

.emai-table {
  font-weight: 400;
  color: #000000;
}

.td-block {
  position: relative;
}

.link-12sp {
  font-size: 12px;
}

.status-filter .dropdown-menu {
  right: 0;
  left: inherit;
}

/*.view-learner-table tbody tr th:last-child,.view-learner-table tbody tr td:last-child{
    width: 16%;
}*/
.view-learner-table tbody tr td {
  position: relative;
  padding: 20px;
  word-break: break-word;
  word-wrap: break-word;
}

#default-product-row,#default-library-row {
  padding-right: 10px;
  margin-bottom: -7px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

/*.view-learner-table tbody tr td:last-child{
    padding-left: 9px;
}*/
.view-learner-table td span.label-txt {
  width: auto;
}

.action-taken {
  color: #000000;
}

.filter-status-wrap .action-taken {
  width: calc(100% - 40px);
  float: left;
  padding-top: 11px;
}

.filter-status-wrap .status-filter .dot-icon {
  position: inherit;
  top: inherit;
  right: inherit;
}

.dataTables_wrapper .view-learner-table .emai-table p.rgb4 {
  margin-bottom: 0;
}

.action-taken:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 26px;
  background: #d8d8d8;
  top: 0;
  bottom: 0;
  padding: 20px 0;
}

.medium-font {
  font-weight: 500;
}

.view-wraper .checkbox-material {
  /*top: 11px;*/
}

.dataTables_paginate {
  margin: 20px auto 0;
  text-align: center;
  display: table;
}

.dataTables_paginate span {
  border: solid 1px #d8d8d8;
  display: inline-block;
}

.dataTables_paginate a, .dataTables_paginate .link-12sp, .dataTables_paginate .link-14sp, .dataTables_paginate .link-grey {
  display: inline-block;
  background: #ffffff;
  border-right: solid 1px #d8d8d8;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  cursor: pointer;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 500;
}

.dataTables_paginate a:last-child, .dataTables_paginate .link-12sp:last-child, .dataTables_paginate .link-14sp:last-child, .dataTables_paginate .link-grey:last-child {
  border-right: 0;
}

.dataTables_paginate a.pagin-prev, .dataTables_paginate .pagin-prev.link-12sp, .dataTables_paginate .pagin-prev.link-14sp, .dataTables_paginate .pagin-prev.link-grey, .dataTables_paginate a.pagin-next, .dataTables_paginate .pagin-next.link-12sp, .dataTables_paginate .pagin-next.link-14sp, .dataTables_paginate .pagin-next.link-grey {
  color: #979797;
  border: none;
}

.dataTables_paginate a.current, .dataTables_paginate .current.link-12sp, .dataTables_paginate .current.link-14sp, .dataTables_paginate .current.link-grey {
  color: #000000;
}

span.ellipsis {
  color: #000000;
  border: 0;
  border-right: 1px solid #d8d8d8;
  height: 35px;
  line-height: 32px;
}

.dataTables_paginate a.previous, .dataTables_paginate .previous.link-12sp, .dataTables_paginate .previous.link-14sp, .dataTables_paginate .previous.link-grey, .dataTables_paginate a.next, .dataTables_paginate .next.link-12sp, .dataTables_paginate .next.link-14sp, .dataTables_paginate .next.link-grey, .dataTables_paginate a.pagin-prev, .dataTables_paginate .pagin-prev.link-12sp, .dataTables_paginate .pagin-prev.link-14sp, .dataTables_paginate .pagin-prev.link-grey, .dataTables_paginate a.pagin-next, .dataTables_paginate .pagin-next.link-12sp, .dataTables_paginate .pagin-next.link-14sp, .dataTables_paginate .pagin-next.link-grey {
  background: transparent;
  font-size: 0;
  position: relative;
  cursor: default;
}

.dataTables_paginate a.pagin-prev.first, .dataTables_paginate .pagin-prev.first.link-12sp, .dataTables_paginate .pagin-prev.first.link-14sp, .dataTables_paginate .pagin-prev.first.link-grey, .dataTables_paginate a.pagin-next.last, .dataTables_paginate .pagin-next.last.link-12sp, .dataTables_paginate .pagin-next.last.link-14sp, .dataTables_paginate .pagin-next.last.link-grey {
  display: none;
}

.dataTables_paginate a.previous:before, .dataTables_paginate .previous.link-12sp:before, .dataTables_paginate .previous.link-14sp:before, .dataTables_paginate .previous.link-grey:before, .dataTables_paginate a.next:before, .dataTables_paginate .next.link-12sp:before, .dataTables_paginate .next.link-14sp:before, .dataTables_paginate .next.link-grey:before, .dataTables_paginate a.pagin-prev:before, .dataTables_paginate .pagin-prev.link-12sp:before, .dataTables_paginate .pagin-prev.link-14sp:before, .dataTables_paginate .pagin-prev.link-grey:before, .dataTables_paginate a.pagin-next:before, .dataTables_paginate .pagin-next.link-12sp:before, .dataTables_paginate .pagin-next.link-14sp:before, .dataTables_paginate .pagin-next.link-grey:before, .dataTables_paginate a.pagin-prev.first:after, .dataTables_paginate .pagin-prev.first.link-12sp:after, .dataTables_paginate .pagin-prev.first.link-14sp:after, .dataTables_paginate .pagin-prev.first.link-grey:after, .dataTables_paginate a.pagin-next.last:after, .dataTables_paginate .pagin-next.last.link-12sp:after, .dataTables_paginate .pagin-next.last.link-14sp:after, .dataTables_paginate .pagin-next.last.link-grey:after {
  background-position: -111px -10px;
  position: relative;
  top: 3px;
  margin: 0;
}

.dataTables_paginate a.next:before, .dataTables_paginate .next.link-12sp:before, .dataTables_paginate .next.link-14sp:before, .dataTables_paginate .next.link-grey:before {
  background-position: -111px -10px;
  top: 1px;
}

.dataTables_paginate a.previous:before, .dataTables_paginate .previous.link-12sp:before, .dataTables_paginate .previous.link-14sp:before, .dataTables_paginate .previous.link-grey:before, .dataTables_paginate a.pagin-prev:before, .dataTables_paginate .pagin-prev.link-12sp:before, .dataTables_paginate .pagin-prev.link-14sp:before, .dataTables_paginate .pagin-prev.link-grey:before, .dataTables_paginate a.pagin-prev.first:after, .dataTables_paginate .pagin-prev.first.link-12sp:after, .dataTables_paginate .pagin-prev.first.link-14sp:after, .dataTables_paginate .pagin-prev.first.link-grey:after {
  transform: rotate(90deg);
  /*margin-left: 5px;*/
}

.dataTables_paginate a.next:before, .dataTables_paginate .next.link-12sp:before, .dataTables_paginate .next.link-14sp:before, .dataTables_paginate .next.link-grey:before, .dataTables_paginate a.pagin-next:before, .dataTables_paginate .pagin-next.link-12sp:before, .dataTables_paginate .pagin-next.link-14sp:before, .dataTables_paginate .pagin-next.link-grey:before, .dataTables_paginate a.pagin-next.last:after, .dataTables_paginate .pagin-next.last.link-12sp:after, .dataTables_paginate .pagin-next.last.link-14sp:after, .dataTables_paginate .pagin-next.last.link-grey:after {
  transform: rotate(-90deg);
  /*margin-left: 10px;*/
}

.dataTables_paginate a.pagin-prev.first:after, .dataTables_paginate .pagin-prev.first.link-12sp:after, .dataTables_paginate .pagin-prev.first.link-14sp:after, .dataTables_paginate .pagin-prev.first.link-grey:after, .dataTables_paginate a.pagin-next.last:after, .dataTables_paginate .pagin-next.last.link-12sp:after, .dataTables_paginate .pagin-next.last.link-14sp:after, .dataTables_paginate .pagin-next.last.link-grey:after {
  position: absolute;
  top: 4.1pt;
  left: -6px;
}

.dataTables_paginate a.paginate_button.disabled:before, .dataTables_paginate .paginate_button.disabled.link-12sp:before, .dataTables_paginate .paginate_button.disabled.link-14sp:before, .dataTables_paginate .paginate_button.disabled.link-grey:before, .dataTables_paginate a.paginate_button.disabled:after, .dataTables_paginate .paginate_button.disabled.link-12sp:after, .dataTables_paginate .paginate_button.disabled.link-14sp:after, .dataTables_paginate .paginate_button.disabled.link-grey:after {
  cursor: default;
}

.filter-sort li.sort-addedon {
  border-bottom: solid 2px #000000;
  color: #000000;
  font-weight: 500;
}

.down-arrow:before {
  background-position: -7px -88px;
  margin-left: 6px;
  margin-right: 0;
}

.active-up .down-arrow:before {
  background-position: -32px -88px;
}

.mobi-filter {
  margin-top: 0;
  display: inline-block;
  float: none;
  margin-left: 15px;
}

.mobi-filter .filter-dropdown {
  width: 340px;
  padding: 20px 0 20px 30px;
}

.mobi-filter .filter-dropdown li {
  float: left;
  margin-right: 40px;
  width: 134px;
  margin-bottom: 25px;
}

.mobi-filter-in:before {
  background-position: -83px -108px;
}

.mobi-filter .filter-dropdown li.right-li {
  margin-right: 0;
}

.setting-wraper {
  padding-top: 30px;
}

.b2blogo {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 10px;
}

.assigned-bg:before {
  background-position: -131px -148px;
  height: 12px;
  width: 16px;
}

/*pop up css start*/
.learning-status-pop .modal-dialog {
  width: 880px;
}

.learning-status-pop .width545 {
  width: 545px;
}

.learning-status-pop {
  text-align: center;
}

.learning-status-pop .modal-footer {
  text-align: center;
}

.learning-status-btn {
  width: 222px;
}

.learning-status-pop .modal-footer, .learning-status-pop .modal-header {
  border: none;
}

.learning-status-pop .modal-body {
  /*	border-top:1px solid #d8d8d8;
  	padding:20px 30px 15px 30px ;*/
}

.learning-status-pop .modal-body p {
  margin: 0;
}

.header-border {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.border-both-side {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.remove-top-padding {
  padding-top: 0;
}

.header-big-block .col-sm-4 {
  padding: 3px 0;
}

#updating-learner-list .modal-footer {
  padding-bottom: 30px;
}

.learning-status-pop .close:before {
  background-position: -133px -58px;
  position: absolute;
}

.status-heads {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  padding: 8px 0;
}

.status-courses {
  color: #000000;
  padding: 15px 0;
}

.status-courses a, .status-courses .link-12sp, .status-courses .link-14sp, .status-courses .link-grey {
  margin-left: 20px;
}

.learning-ststs {
  max-height: 240px;
  overflow-y: auto;
}

.learning-ststs .status-courses span {
  color: rgba(0, 0, 0, 0.4);
  padding-left: 5px;
}

.status-courses span.course-valid {
  color: rgba(0, 0, 0, 0.4);
  padding-left: 10px;
}

.div-header .col-lg-4 {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.div-header .col-lg-4:last-child {
  border-right: 0;
}

.assign-courses .div-header .col-lg-4 {
  border-right: 0;
  border-bottom: 0;
}

.learning-status-pop .assign-courses {
  text-align: left;
}

.change-passwords {
  width: 50%;
}

.assign-courses .status-courses {
  padding-bottom: 5px;
  padding-top: 8px;
  margin-right: 0;
}

.assign-courses .filter-course {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 37px;
  font-size: 14px;
}

.assign-courses .reseller-stats {
  padding-top: 3px;
}

.assign-courses .selectbox-icon:before {
  top: 14px;
  right: -4px;
}

.div-header {
  margin-bottom: 15px;
}

.assign-txt {
  color: #000000;
  padding-top: 10px;
}

.delete-txt {
  text-align: center;
  margin-bottom: 15px;
}

/*.delete-learner .assign-courses-in{
	width: 40%;
}*/
/**Learning hours css starts**/
.view-time-logs-section .modal.fade .modal-dialog {
  transform: translate(0px, 0px);
}

.learning-hrs.modal-content {
  height: 580px;
}

.learning-hrs.modal-content .close-btn {
  color: #777;
}

.learning-hrs h2 {
  padding-top: 18px;
  padding-bottom: 42px;
}

.learning-time {
  width: 670px;
  background-color: #f9f9f9;
  padding: 18px 0;
  margin: 0 auto 24px;
  position: relative;
}

.learning-row {
  position: relative;
  text-align: left;
  padding: 5px 10px 5px;
  border-bottom: 1px solid #d6d6d6;
}

.learning-row:last-child {
  border-bottom: 0;
}

.learning-heading {
  width: 670px;
  margin: 0 auto;
  background: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0;
  text-align: left;
}

.learning-heading .text4 {
  width: 120px;
  display: inline-block;
  font-size: 14px;
}

.learning-heading .text4:first-child {
  min-width: 60px;
  display: inline-block;
  width: 60px;
}

.learning-heading .text4:last-child {
  margin-left: 82px;
}

.learning-time .text4 {
  font-size: 14px;
}

.label5 {
  font-size: 22px;
  color: #5fcf80;
  font-weight: 500;
}

.learning-time .label5 {
  font-size: 16px;
  min-width: 120px;
  display: inline-block;
  color: #5fcf80;
}

.learning-row span.text1 {
  margin-right: 18px;
  display: inline-block;
  min-width: 195px;
}

.learning-row span.details {
  position: relative;
  margin-right: 0;
  cursor: pointer;
  cursor: pointer;
  min-width: 10px;
  font-size: 0;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  vertical-align: top;
  margin-top: 5px;
}

.learning-row span.details:after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  right: 4px;
  top: -1px;
  color: #aaa;
  text-align: center;
}

.learning-row span.details.expand:after {
  content: "-";
  right: 6px;
  top: -2px;
}

.learning-row span.count {
  margin-right: 15px;
  margin-bottom: 5px;
  min-width: 30px;
  width: 30px;
  line-height: 29px;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 50%;
}

.learning-time sub {
  bottom: 0;
  font-size: 8px;
}

.learning-time.scrolly {
  max-height: 400px;
  display: block;
  padding: 0 0 25px;
}

.learning-hour {
  padding: 5px 0 5px 55px;
}

/**Learning hours css ends**/
/** error/success msgs **/
.alert {
  padding: 2px 10px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/** error/success msgs **/
.delete-learner .form-control-wrapper {
  margin-bottom: 20px;
}

.group-extend .div-header {
  margin-top: 15px;
}

.scroll-validity {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 699px;
}

.scroll-in {
  width: 685px;
}

.group-extend .group-header {
  margin-bottom: 0;
  margin-top: 25px;
}

.additional-days {
  margin-top: 7px;
}

.additional-days > label span {
  left: 0;
}

.additional-days .form-radio label {
  padding-left: 23px;
}

.group-del {
  color: rgba(0, 0, 0, 0.4);
}

.group-name {
  text-align: left;
}

.group-name div {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

.assign-to {
  margin-top: 30px;
  margin-bottom: 25px;
}

.assigned-bg {
  background: #f5f5f5;
  padding: 2px 5px;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
}

.assign-courses .meta-text, .assign-courses .bg-meta-text {
  color: rgba(0, 0, 0, 0.4);
}

.extend-validity-content .rgb0 {
  color: #000000;
}

.assign-courses .scroll-in .meta-text, .assign-courses .scroll-in .bg-meta-text {
  color: #000000;
  padding: 0;
}

.group-extend .add-valid-se {
  margin-top: -13;
}

.assign-courses .form-control-material {
  color: #000000;
}

.validity-nos {
  margin-bottom: 0;
}

.assign-courses .scroll-validity, .assign-courses .scroll-in {
  width: auto;
}

.modal-header {
  padding: 27px;
}

.modal-footer {
  padding: 20px;
}

#status-pop2 .modal-header, #add-learner-success .modal-header {
  padding: 30px 15px;
}

#status-pop2 .modal-header h3, #add-learner-success .modal-header h3 {
  padding-bottom: 30px;
}

#status-pop2 .modal-dialog, #add-learner-success .modal-dialog {
  width: 729px;
}

.currency-price {
  font-weight: 500;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

#edit-learner-name .assign-courses-in, #edit-learner-email .assign-courses-in, #edit_team_name_box .assign-courses-in {
  margin: 0 auto;
  width: 50%;
}

.team-lern-stats {
  max-height: 266px;
}

.team-lern-stats, .team-lern-stats .scroll-in {
  width: auto;
}

/*pop up css end*/
.navbar-nav > li > a, .navbar-nav > li > .link-12sp, .navbar-nav > li > .link-14sp, .navbar-nav > li > .link-grey {
  padding: 24px 20px;
  font-weight: 500;
}

.course-details-wrap .course-inputs {
  width: 356px;
  float: left;
  position: relative;
}

.valid-course-inputs {
  float: left;
}

.valid-text {
  padding-top: 3px;
  font-size: 13px;
}

/** reseller reset pwd**/
.reset-pwd-form {
  width: 544px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 180px auto;
  padding: 23px 70px 50px 70px;
  position: relative;
}

.reset-pwd-form.login a.link-grey, .reset-pwd-form.login .link-grey {
  float: none !important;
  padding-top: 20px;
  display: block;
  text-align: right;
  margin-bottom: -4px;
}

.form-control-wrapper.frm-wrap-less-margin {
  margin-bottom: 0;
}

.reset-pwd-form h3 {
  font-size: 22px;
}

.reset-pwd-form .btn {
  width: 100%;
  margin-top: 10px;
}

.forgot-password {
  text-align: right;
  margin-top: 20px;
}

.remember-txt {
  position: absolute;
  bottom: -50px;
  left: 0;
}

.reset-pwd-form p.caption-dark {
  margin-bottom: 20px;
}

.reseller-home {
  padding-top: 60px;
  padding-bottom: 60px;
}

.course-status {
  background: #f5f5f5;
  border-radius: 4px;
  margin: 0 0 30px 25px;
  width: 210px;
  height: 210px;
}

.course-status .status-nos {
  font-size: 24px;
}

.reseller-learners .label-a {
  border: 0;
}

.learner-graph {
  text-align: center;
  margin: 30px 0 50px;
}

.account-select {
  display: inline-block;
  width: 100%;
}

.account-select .select_box {
  width: 60px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  position: relative;
}

.account-select .select_box select {
  width: 100px;
  padding-right: 45px;
}

/* .account-select .acc-name {
  float: left;
  width: 80%;
  margin-bottom: 18px;
} */

.account-select .caret {
  position: absolute;
  top: 15px;
  right: 0;
  pointer-events: none;
}

.pwd-alert.popover.right {
  width: 410px;
  height: 180px;
  padding: 13px;
  top: -57px;
  left: 420px;
  max-width: inherit;
}

.pwd-alert.popover.right label {
  margin-bottom: 10px;
}

.pwd-alert.popover.right .form-checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background: #fff;
  border: 1px solid #00a6df;
}

/** reseller reset pwd**/
.atpheader {
  border-bottom: 0;
  box-shadow: none;
  background: #ffffff;
}

.atpbody {
  width: 544px;
  margin: 180px auto;
  text-align: center;
  display: inherit;
  padding: 50px 30px;
}

.atpheader .container {
  text-align: center;
}

.atpbody h1 {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 10px;
}

.atpbody h2 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 0;
  line-height: 22px;
  margin: 0;
}

.denied-img {
  background: url("https://cfs22.simplilearn.com/paperclip/b2b-sprite-v4.svgz") no-repeat -5px -137px;
  width: 60px;
  height: 60px;
  display: block;
  margin: auto auto 18px auto;
}

.atpheader .atplogo {
  padding: 20px 0;
  display: inline-block;
}

.csv-section {
  padding: 0;
}

.import-csv {
  width: 200px;
  height: 120px;
  border: dashed 1px #00a6df;
  line-height: 90px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.import-csv .csv-btn:before {
  position: absolute;
  top: 0;
  left: 38%;
}

.import-csv .csv-btn {
  display: block;
  position: absolute;
  left: 24%;
  top: 30%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
}

.csv-uploaded {
  width: 200px;
  height: 209px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  padding: 30px 0 20px;
  position: relative;
  margin-bottom: 30px;
}

.csv-uploaded .csv-file-icon {
  display: block;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.csv-uploaded .csv-file-icon:before {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 30px;
  height: 35px;
  background-position: -66px -146px;
}

.csv-uploaded p {
  margin-bottom: 0;
}

a.change-csv, .change-csv.link-12sp, .change-csv.link-14sp, .change-csv.link-grey {
  position: absolute;
  bottom: -40px;
  left: 50px;
  z-index: 1;
  cursor: pointer;
}

.csv-note {
  /*width: 726px;*/
  /*height: 189px;*/
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 15px 30px;
}

.csv-note ol {
  padding: 0;
}

.csv-note p.default-text, .csv-note p.bg-default-text {
  line-height: normal;
  margin: 0;
}

h3.sub-heading.user_details, h3.user_details.bg-sub-heading {
  margin-top: 34px;
}

.csv-note li.small-meta-text, .csv-note li.bg-small-meta-text {
  line-height: 25px;
}

.csv-note img {
  margin-top: 15px;
}

.import-progress {
  margin-right: 15px;
}

.import-progress p.completed-learner-count {
  clear: both;
}

.progres-div {
  width: 140px;
  height: 4px;
  border-radius: 5px;
  background-color: #eee;
  position: relative;
  margin-bottom: 5px;
}

.progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 4px;
  border-radius: 5px;
  background-color: #00a2df;
  border-radius: 5px;
}

.action-taken.csv-action:after {
  right: 50px;
}

.csv-download-icon {
  position: relative;
  background-position: -89px -109px;
  right: 0;
  top: 4px;
  margin: 0;
  width: 20px;
}

.thumb-outer {
  width: 225px;
  height: 120px;
  border: 1px dashed #00a6df;
  display: table;
  border-radius: 5px;
}

.thumb-inner-th {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 50px;
  float: none;
  margin: 0 auto;
  text-align: center;
}

.thumb-inner-th img {
  max-width: 225px;
  max-height: 50px;
}

.logo-info {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 5px;
  margin-bottom: 0;
}

.logo-info span {
  font-weight: 300;
  font-size: 12px;
}

.thumb-wrapes {
  padding-bottom: 10px;
}

.change-logo .csv-btn:before {
  margin-left: -6px;
}

.password-blocks {
  padding-top: 40px;
  padding-left: 0;
}

.change-password-wrap .average-learning {
  margin-bottom: 0;
}

/** Loader css **/
#data-table_length {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 12px;
}

#data-table_length select {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 5px 5px 10px;
  width: 119px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

/* enterprise home css start */
.enterprise-home .label-a {
  border-right: 0;
}

.enterprise-home .count-txt {
  font-weight: 500;
}

.enterprise-home .status-nos {
  font-weight: 400;
  font-size: 18px;
  color: #00a6df;
}

.enterprise-home .status-txt {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1.57;
}

.enterprise-home .learners-nos {
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  text-align: center;
  padding: 0;
  margin-top: 20px;
}

.enterprise-home ul li {
  padding: 40px 48px;
  margin: 30px 0;
}

.enterprise-home ul li:first-child {
  border-right: 2px dotted #d8d8d8;
}

.enterprise-home .in-blocks {
  padding-right: 30px;
  padding-bottom: 30px;
}

.enterprise-home .in-blocks p.heading-label, .enterprise-home .in-blocks p.bg-heading-label {
  padding: 15px 0 0 8px;
}

/* enterprise home css end */
.loader-section {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

.loader-section-top {
  z-index: 9999;
}

.loader-orbit-container,
.shapes {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 84px;
  height: 84px;
  top: 30%;
}

.loader-orbit,
.shape {
  position: absolute;
  inset: 0;
  animation: loader_orbit_rotate 1.2s linear infinite;
}

.loader-dot,
.shape:before,
.shape:after {
  position: absolute;
  width: 6px;
  height: 7px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.loader-dot-left,
.shape:before {
  left: 0;
  background: #0041c2;
}

.loader-dot-right,
.shape:after {
  right: 0;
  background: #f78100;
}

.loader-logo,
.shapes > span:last-child,
.shapes > span:last-child:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  background: url("../../frontend/images/favicon_new.png") no-repeat center center;
  background-size: contain;
  content: "";
}

@keyframes loader_orbit_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader_orbit_rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/** Loader css **/
/*Assign Course popup css modified start*/
.multiple-assign {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.multiple-assign .course-details-wrap {
  text-align: left;
}

.multiple-assign .course-details-wrap .col-scroll {
  overflow-x: hidden;
}

.multiple-assign .sub-heading .meta-text, .multiple-assign .bg-sub-heading .meta-text, .multiple-assign .sub-heading .bg-meta-text, .multiple-assign .bg-sub-heading .bg-meta-text {
  color: rgba(0, 0, 0, 0.4);
}

/*Assign Course popup css modified end*/
.view-in .dataTables_wrapper .view-learner-table > thead > tr > th {
  width: 27% !important;
  padding-top: 9px;
  padding-bottom: 9px;
}

.setting-wraper form.form-inline {
  padding-top: 10px;
}

.select-box-filter span.col_header {
  color: rgba(0, 0, 0, 0.4);
}

.modal-footer .btn {
  margin-right: 10px;
}

.csv-history-wrap .filter-status-wrap .status-filter {
  top: 13px;
}

.csv-looks-like {
  padding-right: 10px;
}

/*menu ui changes made css start*/
.sidebar .navbar {
  margin-top: 15px;
  height: 84%;
  overflow: hidden;
}

.navbar .sprite-img {
  margin-right: 31px;
  margin-left: 0px;
}

.sub-nav {
  display: none;
}

.sidebar .navbar-nav > li > ul > li > a, .sidebar .navbar-nav > li > ul > li > .link-12sp, .sidebar .navbar-nav > li > ul > li > .link-14sp, .sidebar .navbar-nav > li > ul > li > .link-grey {
  padding-left: 77px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
}

.sidebar .navbar-nav > li > ul > li > :hover {
  background: #191b1f;
}

.sidebar .navbar-nav > li > ul > li > a:hover, .sidebar .navbar-nav > li > ul > li > .link-12sp:hover, .sidebar .navbar-nav > li > ul > li > .link-14sp:hover, .sidebar .navbar-nav > li > ul > li > .link-grey:hover {
  color: #00a6df;
}

.sub-nav > li a, .sub-nav > li .link-12sp, .sub-nav > li .link-14sp, .sub-nav > li .link-grey, .active .sub-nav > li a {
  padding-bottom: 15px;
}

/*menu ui changes made css end*/
/*slide in menu start*/
.ipad-logo, .ipad-menu-icon span {
  display: none;
}

.header_logo {
  display: block;
}

.sub-nav > li.sub-nav-li-open ul {
  display: block;
}

.navbar-nav li.second-nav-active .sub-nav, .navbar-nav li.second-nav-active .sub-nav > li.third-nav-active ul {
  display: block;
}

#courses-list {
  cursor: pointer;
}

#library-list {
  cursor: pointer;
}

.popup-library-list{
  cursor: pointer;
}

.popup-courses-list {
  cursor: pointer;
}

.course-list-block ,.library-list-block{
  width: 92%;
  max-height: 130px;
  overflow-y: auto;
  margin: 30px auto auto auto;
}

#course-list-selected-bundle .course-list-block p {
  text-align: left;
  font-size: 14px;
}
#library-list-selected .library-list-block p {
  text-align: left;
  font-size: 14px;
}


.csv-less-margin .remove-extra-padding {
  padding: 0;
  min-height: auto;
}

/*slide in menu end*/
.valid-upto .form-control-wrapper {
  margin-bottom: 10px;
}

.valid-upto .row {
  margin-bottom: 20px;
}

.valid-upto .status-courses span.course-valid {
  padding-left: 0px;
}

/*Add team Css start*/
.add-teams .add-learner {
  margin-bottom: 0px;
}

.add-teams .course-list-details {
  margin-top: 2px;
}

.add-teams .team-step:before {
  display: none;
}

.view-teams .table-responsive .checkbox-material {
  top: 2px;
  padding-right: 13px;
}

.checkbox-material .check {
  border-width: 1px;
  border-radius: 0;
}

.view-teams .table > thead > tr > th:first-child {
  padding-left: 18px;
}

.select-all span.caption, .select-all span.bg-caption {
  color: rgba(0, 0, 0, 0.4);
}

/*Add team Css end*/
/*view team popup Css start*/
.view-teams .view-in .view-learner-table > thead > tr > th {
  width: 20%;
}

.scroll-validity-bottom {
  margin-bottom: 25px;
}

.team-assign-course .scroll-validity .assigned-bg {
  display: inline-block;
}

.for-box-shadow {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: move;
}

.for-box-shadow:before {
  background: url("https://cfs22.simplilearn.com/paperclip/b2b-sprite-v4.svgz") no-repeat -104px -144px;
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.switch-learner .div-header .sub-heading, .switch-learner .div-header .bg-sub-heading {
  text-align: center;
}

#status-pop2 .heading-no-padding h3 {
  padding-bottom: 0px;
}

.margin-auto-half {
  width: 50%;
  margin: 0 auto;
}

.remove-learner-ul {
  display: inline-block;
  width: 100%;
}

.remove-learner-ul li {
  width: 49%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.font12-black {
  color: #000000;
  font-size: 12px;
  line-height: 1.08;
  font-weight: 300;
}

.first-ch {
  padding-left: 37px;
}

.name-chk {
  margin-right: 20px;
  top: 3px;
}

.serach-team .form-control {
  width: 96%;
}

.serach-team .icon-s {
  position: absolute;
  right: 5px;
  top: 10px;
  background-position: -125px -166px;
}

.team-switch:hover .popover.bottom {
  top: 32px;
  left: -95px;
  width: 230px;
}

.team-switch .popover-content {
  font-size: 12px;
}

.team-edit-btn {
  padding-top: 0;
}

.team-det {
  padding-bottom: 15px;
}

.add-page-btn {
  margin-bottom: 35px;
}

.licence-txt {
  text-align: right;
}

.team-add-cour {
  margin-bottom: 80px;
  padding-left: 15px;
  margin-top: 24px;
}

.admin-det-ails .action-taken {
  width: calc(100% - 0px);
}

.admin-det-ails .action-taken:after {
  display: none;
}

.edit-admin .team-edit-btn {
  margin-bottom: 20px;
}

.edit-admin-teams {
  padding-right: 0;
}

.edit-admin-teams .delete-img {
  background-position: -135px -85px;
  margin-right: 13px;
}

.learner-into-team-btn {
  margin-top: 60px;
}

/*view team popup Css end*/
.course-list-details .delete-img {
  background-position: -135px -85px;
}

.add-btn-bg-padding {
  padding: 4px 4px 4px 0;
  background-color: #f2f2f2;
}

/*Dashboard css start*/
.top-section-dashboard, .dashboard-content {
  margin-top: 20px;
}

.last-updated-das {
  text-align: right;
  float: right;
  color: #78909c;
  font-size: 12px;
  font-weight: 500;
}

.dashboard-wraper .learners-dropdown1 {
  width: 220px;
}

.dashboard-wraper .dropd .btn-default {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-right: 20px;
  overflow: hidden;
  color: #78909c;
  font-weight: bold;
  font-size: 12px;
  border: solid 1px #e9edef;
  position: relative;
  text-align: left;
  padding-left: 20px;
  padding-right: 50px;
}

.dashboard-wraper .dropd .btn-default .caret {
  float: right;
  position: absolute;
  top: 14px;
  right: 13px;
}

.dashboard-wraper .dropd .btn-default .caret:before {
  content: "";
  display: inline-block;
  height: 36px;
  border-left: solid 1px #e9edef;
  position: absolute;
  top: -19px;
  right: 15px;
}

.dashboard-wraper .dropd ul.dropdown-menu {
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

.dashboard-wraper .dropd ul.dropdown-menu > li > a, .dashboard-wraper .dropd ul.dropdown-menu > li > .link-12sp, .dashboard-wraper .dropd ul.dropdown-menu > li > .link-14sp, .dashboard-wraper .dropd ul.dropdown-menu > li > .link-grey {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}

.dashboard-wraper .dashbrd-mid, .dashbrd-right {
  border: solid 1px #e9edef;
  background: #fff;
  position: relative;
}

.dashboard-wraper .dashbrd-mid .dashbrd-heading, .dashbrd-right .dashbrd-heading {
  background: #eaeef0;
  padding: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #37474f;
  line-height: normal;
}

.dashbrd-right p, .dashbrd-right a, .dashbrd-right .link-12sp, .dashbrd-right .link-14sp, .dashbrd-right .link-grey {
  margin: 0;
  line-height: normal;
}

.dashbrd-right p {
  padding-top: 5px;
}

.dashbrd-right .dashbrd-heading span {
  display: block;
  font-weight: 500;
  color: #78909c;
}

.dashbrd-right .dashbrd-heading {
  padding: 12px 20px 13px 20px;
}

.dashboard-le-co {
  display: inline-block;
  width: 100%;
}

.pending-mids {
  margin: 20px 0 10px 0;
  display: inline-block;
  width: 100%;
  min-height: 53px;
  padding-right: 20px;
  position: relative;
}

.pending-counts {
  color: #00a6de;
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
}

.last-week-diff {
  border-left: 1px solid #eaeef0;
  margin-top: 10px;
}

.week-diff {
  color: #93a6b0;
  font-size: 12px;
  font-weight: 500;
}

.perc-count {
  color: #37474f;
}

.resend-act-eml {
  font-size: 10px;
  font-weight: bold;
  border-top: solid 1px #eaeef0;
  padding: 15px 20px;
  display: block;
}

.total-ler-details {
  padding: 20px;
  display: inline-block;
  width: 100%;
}

.total-learner-txt {
  font-size: 24px;
  font-weight: 500;
  color: #37474f;
  margin-bottom: 20px;
}

.total-learner-num {
  font-size: 40px;
  font-weight: 300;
  color: #37474f;
  margin-bottom: 20px;
}

.for-verticle {
  display: table;
  vertical-align: middle;
  margin: auto auto auto 0;
  height: 100%;
}

.for-center {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.inprog-count {
  color: #00a6de;
  padding-left: 100px;
  float: left;
}

.for-center .week-diff {
  float: left;
  width: 100px;
}

.notshared {
  font-size: 14px;
  color: #37474f;
  font-weight: bold;
  padding-left: 0px;
}

.pannel-wrap {
  display: flex;
  width: 100%;
}

.skew-box {
  width: 448px;
  border-top: 135px solid #4192d9;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  color: #fff;
  position: relative;
  display: block;
  transition: all 0.2s ease;
}

.skew-box:hover {
  color: #f5f5f5;
  width: 458px;
  margin-left: -5px;
}

.skew-box:focus, .skew-box:active {
  color: #f5f5f5;
}

.skew-box-inprog:hover {
  width: 358px;
  margin-left: 45px;
}

.end-course:hover {
  width: 258px;
  margin-left: 95px;
}

.unloked-certificate:hover {
  width: 158px;
  margin-left: 145px;
}

.skew-box-txt {
  display: table;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  margin: 0 auto;
}

.skew-box-txt span {
  display: flex;
  margin-top: -80px;
  font-size: 20px;
  font-weight: bold;
}

.skew-box-inprog {
  width: 348px;
  height: 135px;
  margin-left: 50px;
  border-top: 135px solid #0074d9;
}

.end-course {
  width: 248px;
  margin-left: 100px;
  border-top: 135px solid #004b8d;
}

.unloked-certificate {
  width: 148px;
  margin-left: 150px;
  border-top: 135px solid #002f59;
}

.total-ler-coun {
  padding-left: 40px;
  width: 448px;
}

.loader-icon-db {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  z-index: 1;
}

.pending-mids .loader-icon-db {
  top: 5px;
  left: 45%;
}

.col-sm-lg {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.col-right-sec .col-sm-lg:after {
  content: "------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------";
  max-height: 0;
  overflow: hidden;
  display: block;
  word-break: break-all;
}

.div-zero-count-msg {
  width: 100%;
  height: 100%;
  margin: 30px auto;
  vertical-align: middle;
  display: table;
  text-align: center;
}

.para-zero-count-msg {
  font-size: 24px;
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/*Dashboard css End*/
/*welcome note css*/
.welcome-note p, .welcome-note span {
  color: #000000;
}

.welcome-note .rec-txt {
  font-weight: 500;
}

.welcome-note .txt-editor {
  margin-top: 30px;
}

.welcome-note .txt-editor .cke_contents, .welcome-note .txt-editor .cke_contents textarea {
  min-height: 300px;
  padding: 10px 20px;
}

.welcome-note .txt-editor .cke_contents ul, .welcome-note .txt-editor .cke_contents textarea ul {
  list-style: inherit;
  padding-left: 30px;
}

.welcome-note .txt-editor .cke_contents h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.welcome-note .screen-img {
  text-align: right;
}

.welcome-note .screen-img img {
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
}

.welcome-note .note-btns {
  margin-top: 30px;
}

.welcome-note .note-btns .btn {
  margin-left: 20px;
}

.welcome-note .note-btns .prev-btn {
  border: 1px solid #d8d8d8;
  color: rgba(0, 0, 0, 0.4);
}

.user-wrap-div {
  background: #f5f5f5;
}

.user-wrap-div .user-mid-content {
  background: #ffffff;
  padding: 10px 30px;
  border: 1px solid #d8d8d8;
}

.user-wrap-div .user-mid-content h4, .welcome-note .txt-editor .cke_contents h4 {
  margin: 21px 0;
}

.user-wrap-div .user-mid-content h5, .welcome-note .txt-editor .cke_contents h5 {
  margin: 23px 0;
}

.user-wrap-div .user-mid-content ul {
  padding-left: 30px;
}

.user-wrap-div .user-mid-content ul li {
  list-style: disc;
}

.user-wrap-div .container img {
  max-width: 906px;
}

.prev-wel-not {
  margin-top: 50px;
  color: #000;
}

.custom-email-teams {
  margin-bottom: 20px;
}

.custom-email-teams h3 {
  margin: 0px;
}

.custom-m + .floating-label {
  top: -15px;
  font-size: 11px;
}

/*welcome note css end*/
/*export csv history css start*/
.csv-download-txtxs {
  padding-right: 20px;
  text-align: right;
}
.csv-download-txtxs p {
  margin-bottom: 5px;
  line-height: normal;
}
.csv-download-txtxs p.download_links {
  margin-bottom: 15px;
}
.csv-download-txtxs .csvDownloadicon {
  position: relative;
  display: block;
}
.csv-download-txtxs .csvDownloadicon img.loader-icon-db {
  top: -15px;
}
.csv-download-txtxs .csvDownloadicon img.loader-csv-download {
  position: static;
}

.csvexport .filter-status-wrap .action-taken {
  width: calc(100% - 98px);
  margin-top: 4px;
}
.csvexport .filter-status-wrap .action-taken:after {
  right: 60px;
}
.csvexport .filter-btn {
  box-shadow: none;
  background: transparent;
  width: 36px;
  height: 30px;
  margin-left: 0;
}
.csvexport .filter-btn:before {
  margin-left: -3px;
  margin-top: 4px;
}

.greyscaleicon:before {
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*export csv history css end*/
/*add learner via csv new changes css start*/
.prepareCSV_pop .modal-header {
  padding-top: 0;
}

.import-csv, .csv-uploaded {
  margin-right: 60px;
}

.prepare_csv {
  cursor: pointer;
  color: #00a6df;
  text-decoration: underline;
  padding-bottom: 10px;
}

.prepareCSV {
  padding-left: 50px;
  padding-right: 45px;
  color: #4a4a4a;
}

.mainTXT_heading {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  padding-bottom: 20px;
}

.prepareCSV .first_mainTxt {
  padding-bottom: 8px;
}

.csvlookslike, .csvlooksTXT {
  display: inline-block;
  vertical-align: middle;
}

.csvlooksTXT {
  width: calc(100% - 427px);
  margin-left: 16px;
  vertical-align: top;
  line-height: 16px;
}

.csvtxt1 {
  padding-top: 17px;
}

.csvtxt2 {
  padding-top: 41px;
}

.titleNameEmail {
  padding-left: 54px;
  width: 260px;
  margin-top: -14px;
  line-height: normal;
}

.prepareCSV .modal-footer {
  border-top: 1px solid #e9e8e8;
  margin-top: 25px;
}
.prepareCSV .modal-footer button {
  margin-top: 10px;
}

/*add learner via csv new changes css end*/
@media (max-width: 1169px) {
  .bulk-frame {
    right: 0;
    left: -3%;
    margin: auto;
    top: -42px;
  }
  .div-frame {
    display: flex !important;
    flex-direction: column;
    overflow: visible;
    text-align: -webkit-center;
    align-items: center;
    z-index: 2000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    position: absolute;
  }
  .selectbox {
    padding: 0px;
  }

  .sidebar {
    width: 100px;
  }

  .navbar-nav > li > a, .navbar-nav > li > .link-12sp, .navbar-nav > li > .link-14sp, .navbar-nav > li > .link-grey {
    text-align: l;
  }

  .main {
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0px;
  }

  .filter-status-wrap .action-taken, .emai-table {
    width: 71px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .emai-table {
    width: 150px;
  }

  /* 	.sidebar .sprite-img {
  	margin-right:0;
  	} */
  .sidebar .nav-txt {
    display: none;
  }

  .course-details-wrap .col-scroll {
    width: 100%;
  }

  .course-details-wrap .course-inputs {
    width: 29%;
  }

  .header_logo {
    float: left;
    display: none;
    text-align: inherit;
  }

  .status-wrap ul.left-ul {
    margin-right: 0;
    margin-left: 0;
  }

  .status-wrap li {
    margin-right: 10px;
  }

  .course-status {
    width: 190px;
    height: 190px;
  }

  .innerblocks .label-a {
    padding-top: 50px;
    padding-bottom: 47px;
    margin-top: 35px;
  }

  .enter-search:focus {
    width: 164px;
  }

  .header-mid {
    padding: 20px 0px;
    width: calc(100% - 60px);
  }

  .pwd-alert.popover.right {
    left: 200px;
  }

  .logo-head {
    width: 60px;
  }

  /*slide in menu start*/
  .sidebar .navbar-nav > li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }

  .ipad-overlay {
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 0%;
    z-index: 9999;
    display: block;
    transition: all 0.2s ease;
  }

  .sidebar {
    width: 275px;
    left: -280px;
    transition: all 0.2s ease-in-out;
  }

  .ipad-logo .header_logo {
    display: block;
    min-height: 70px;
    text-align: center;
    padding: 15px 0;
  }

  .ipad-overlay .sidebar .navbar {
    margin-top: -1px;
  }

  .ipad-menu-icon {
    display: block;
    min-height: 70px;
    position: relative;
    z-index: 1;
    background: #ffffff;
  }

  .ipad-menu-icon span {
    left: -12px;
    top: 15px;
    display: block;
  }

  .ipad-menu-icon .ipad-menu-bar:before {
    background-position: -113px -115px;
    top: 15px;
  }

  .ipad-menu-icon .ipad-menu-close:before {
    background-position: -135px -115px;
  }

  .csv-note {
    margin-top: 30px;
  }

  .sliden-nav-open {
    width: 100%;
  }

  .sliden-nav-open .sidebar {
    left: 0;
  }

  .modal-none {
    width: 100%;
    height: 100%;
  }

  /*slide in menu end*/
  .innerblocks .label-a {
    margin-top: 15px;
  }

  .header-mid {
    padding: 23px 0;
  }

  .csv-download-icon {
    top: 5px;
  }

  .emai-table {
    width: 225px;
  }

  .filter-status-wrap .action-taken {
    width: 80%;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .ipad-overlay {
    top: 83px;
  }

  .navbar-nav li.second-nav-active .sub-nav, .navbar-nav li.second-nav-active .sub-nav > li.third-nav-active ul {
    display: inline-block;
    width: 100%;
  }

  .table > thead > tr > th:last-child, .table > tbody > tr > td:last-child {
    width: 25%;
  }

  .view-teams .table > thead > tr > th:first-child {
    padding-left: 18px;
  }

  .col-mid-sec {
    display: table-footer-group;
    float: none;
  }

  .col-right-sec {
    display: table-header-group;
    float: none;
  }

  .dashbrd-right {
    width: auto;
  }

  .col-sm-lg {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dashbrd-mid {
    margin: 0 15px;
  }

  .dashbrd-right {
    min-height: 200px;
  }
}
@media (max-width: 1304px) { 
  .dashbord-height {
   height:84vh !important;
  }
}
@media (min-width: 1305px) and (max-width: 1468px) {
  .dashbord-height {
    height:84vh !important;
  }
}
@media (min-width: 1469px) and (max-width: 1999px) {
  .dashbord-height {
    height:90vh !important;
  }
}  
@media (min-width: 1170px) and (max-width: 1304px) { 
  .bulk-frame {
    right: 17%;
    min-width: 880px;
  }
}
@media (min-width: 2000px) and (max-width: 3000px) { 
  .bulk-frame {
    right: 8%;
  }
}
 @media (min-width: 1469px) and (max-width: 1699px) {
  .bulk-frame {
   right: 10%;
   left: -14%;
   max-width: 100%;
   top: -154%;
   height: 627px;
  }
 }
@media (min-width: 1305px) and (max-width: 1468px) {
 .bulk-frame {
   right: 13%;
   min-width: 967px;
   top: -188%;
   height: 627px;
  }
}
@media (min-width: 1700px) and (max-width: 1999px) {
 .bulk-frame {
  right: 10%;
  left: -11%;
  max-width: 100%;
  top: -154%;
  height: 627px;
  }
}
@media (min-width: 2000px) { 
 .dashbord-height {
   height:87vh !important;
 }
}
@media (max-width: 1023px) {
  .body-mid {
    padding: 0 20px 30px;
  }
  .bulk-frame {
    right: 0%;
  }
}
@media (max-width: 1063px) {
  .bulk-frame {
    right: -1%;
    margin:auto;
    min-width: 100%;
    left: -4.5%;;
    top: none;
  }
}
@media (max-width: 767px) {
  .bulk-frame {
    margin-top: -409px !important;
  }
}


  .learning-status-pop .modal-dialog {
    width: 690px;
  }

  .action-taken:after {
    right: 20px;
  }

  .status-filter {
    top: 6px;
    right: 12px;
  }

  .status-wrap ul.left-ul {
    margin-left: 30px;
    margin-right: 30px;
  }

  .course-status {
    width: 180px;
    height: 180px;
  }

  .csv-download-icon {
    top: -3px;
  }

  .emai-table {
    width: 150px;
  }

  .link-12sp {
    float: left !important;
  }

  .last-updated-das {
    float: left;
    padding-left: 37px;
    padding-top: 20px;
    text-align: left;
    width: 90%;
  }

  .notshared {
    width: 30%;
  }

  .inprog-count {
    padding-left: 50px;
  }

  .dashbrd-mid {
    margin: 0 15px;
  }

  .user-wrap-div .container img {
    max-width: 686px;
  }

  .csvexport .emai-table {
    width: auto;
  }
  .csvexport .filter-status-wrap .action-taken {
    width: calc(100% - 76px);
  }
}
@media (max-width: 768px) {
  .valid-text i {
    margin-left: 3px;
  }

  .sidebar, .main {
    /*top: 82px;*/
  }

  h2.book, h2.bg-h2-book {
    font-size: 24px;
  }

  .course-select {
    margin: 17px 0;
  }

  .header_logo {
    text-align: inherit;
  }

  .scroll-validity, .scroll-in {
    width: auto;
  }

  .group-name {
    text-align: center;
  }

  .body-mid {
    padding: 0px 14px 30px;
  }

  .status-wrap li {
    margin-right: 40px;
  }

  .account-status {
    margin-top: 30px;
  }

  .select-all .form-checkbox {
    padding: 7px 0 7px 7px;
  }

  .table > thead > tr > th.padin-left {
    padding-left: 46px;
  }

  .learning-ststs .status-courses span {
    padding-left: 3px;
  }

  .setting-wraper {
    padding: 30px 20px 20px 20px;
  }

  .atpbody {
    padding: 50px 30px;
  }

  .multiple-assign .course-list-details .delete-img {
    margin-right: 10px;
  }

  .enterprise-home ul li {
    padding: 30px;
  }

  .custom_clearfix {
    clear: both;
  }
}
@media (min-width: 1170px) and (max-width: 1899px) {
  .col-right-sec {
    display: table-header-group;
    float: none;
  }

  .col-mid-sec {
    display: table-footer-group;
    float: none;
  }

  .notshared {
    width: 38%;
  }

  .col-sm-lg {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 194px;
  }

  .dashbrd-mid {
    margin: 0 15px;
  }

  .dashbrd-right {
    min-height: 200px;
  }
}
.progress-state {
  margin-right: 20px;
  width: 600px;
  /*text-align: right;*/
}
.progress-state .import-progress {
  max-width: 270px;
  display: inline-block;
  text-align: left;
}
.progress-state .elvc-import-progress {
  max-width: 270px;
  display: inline-block;
}
.progress-state .elvc-import-progress p.elvc-completed-learner-count {
  display: inline-block;
  width: calc(100% - 35px);
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  text-align: left;
}
.progress-state .elvc-import-progress div {
  display: inline-block;
}
.progress-state .elvc-import-progress div img {
  width: 35px;
}

.add-view-button {
  width: 150px;
}

.add-view-button.btn-primary:focus,
.add-view-button.btn-primary.focus,
.add-view-button,
.add-view-button:hover,
.add-view-button:active,
.add-view-button:active:focus,
.add-view-button:visited {
  background-color: #00A7DD;
}

.add-view-button-large {
  width: 234px;
}

.heading-add-view-button {
  margin: 30px 0;
}

.elvc-button-outline-primary {
  border: 1px solid #00A7DD;
}

.elvc-right-align {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .progress-state {
    width: 350px;
  }

  #csv-upload-result .link-12sp {
    float: none !important;
  }
}
.main > .container-fluid {
  position: relative;
}

.learning-path-wrapper {
  border-left: 2px dashed #979797;
  display: inline-block;
  width: 99%;
  padding-left: 0px;
  margin-left: 40px;
  margin-top: 10px;
  position: relative;
}

.first-form .form-radio label {
  padding-left: 40px;
  color: #494f56;
  font-size: 12px;
}

.custom-learning-path .form-radio input[type=radio] {
  position: absolute;
}

.first-form .form-radio > label span {
  top: -3px;
}

.first-form .form-control-wrapper {
  margin-bottom: 16px;
}

.learning-path-wrapper div.steps-list {
  margin-left: 70px;
  margin-top: 70px;
}

.learning-path-wrapper div.steps-list:first-child {
  margin-top: 45px;
}

.learning-path-wrapper .steps-list, .learning-path-wrapper .elcet-list, .elective-course .steps-list, .elective-course .elcet-list {
  margin-top: 45px;
  position: relative;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  background: #fff;
}
.learning-path-wrapper .step-main, .elective-course .step-main {
  padding-bottom: 40px;
}
.learning-path-wrapper .steps-list:before, .elective-course .steps-list:before {
  content: "";
  height: 1px;
  background: #00a6df;
  display: inline-block;
  position: absolute;
  left: -47px;
  width: 47px;
  top: 33px;
}
.learning-path-wrapper .count-list, .elective-course .count-list {
  width: 65px;
  height: 65px;
  display: inline-block;
  position: absolute;
  border: 1px solid #00a4e5;
  background: #fff;
  color: #00a4e5;
  font-size: 22px;
  text-align: center;
  line-height: 65px;
  font-weight: 400;
  border-radius: 50%;
  left: -105px;
  cursor: pointer;
}
.learning-path-wrapper .count-list.active, .elective-course .count-list.active {
  background: #00a4e5;
  color: #fff;
}
.learning-path-wrapper .steps-head, .learning-path-wrapper .elctive-header, .elective-course .steps-head, .elective-course .elctive-header {
  background: #e1e7ea;
  padding: 15px 30px;
  display: inline-block;
  width: 100%;
}
.learning-path-wrapper .steps-head .form-control-wrapper, .learning-path-wrapper .elctive-header .form-control-wrapper, .elective-course .steps-head .form-control-wrapper, .elective-course .elctive-header .form-control-wrapper {
  margin-bottom: 0;
}
.learning-path-wrapper .step-main .col-sm-6, .elective-course .step-main .col-sm-6 {
  padding: 0 35px;
  margin-top: 30px;
}
.learning-path-wrapper .step-main center, .elective-course .step-main center {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.learning-path-wrapper .form-left, .elective-course .form-left {
  border-right: 1px solid #dadada;
}
.learning-path-wrapper .step-main label, .elective-course .step-main label {
  font-size: 18px;
  color: #494f56;
  display: block;
  margin-bottom: 25px;
  font-weight: 400;
}

.custom-learning-path .select_box {
  overflow: hidden;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  position: relative;
  margin-bottom: 15px;
}
.bigdrop {
  width: 355px !important;
}
.custom-learning-path .select_box1 {
  border-radius: 2px;
  position: relative;
  margin-bottom: 15px;
}
.custom-learning-path .select_box_drop {
  border-radius: 2px;
  position: relative;
  margin-bottom: 15px;
  width: 290px !important;

}
.license-order .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-right: 19px !important;
}
.select_box_drop .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-right: 20px !important;
}
.select_box_drop .select2-container .select2-selection--single {
  width: 290px !important;
}
.license-order .select2-container .select2-selection--single {
  width: 290px !important;

}
.select2-container .select2-selection--single {
  height: 44px !important;
  width: 324px !important;
}
.select2-selection__rendered {
  line-height: 31px !important;
}

.select2-container--default .select2-selection--single {
  padding-top: 7px;
  border-radius: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow  {
  margin-top: 8px !important;
  margin-right: 72px !important;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 1px !important;
  border-top: 1px solid #d8d8d8 !important;
  border-top-right-radius: 3px !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff !important;
  font-weight: 500 !important;
}
.elective-courses .select2-container--default .select2-selection--single {
  border-bottom: 1px solid #d8d8d8 !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;

}
.elective-edit .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 8px !important;
    margin-right: 1px !important;
}
.elective-edit .select2-container .select2-selection--single{
  width:293px !important;
  border-bottom: 1px solid #d8d8d8 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.custom-learning-path .del-filter {
  margin-bottom: 32px;
}

.custom-learning-path .select_box:after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(https://cfs22.simplicdn.net/paperclip/custom-sprite_v1.svgz) no-repeat;
  background-position: -136px -22px;
  position: absolute;
  right: 8px;
  top: 15px;
  z-index: 0;
}

@-moz-document url-prefix() {
  .custom-learning-path .select_box select, .custom-learning-path .select_box select:-moz-focusring, .custom-learning-path .select_box select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #b7b7b7 !important;
    background-image: none !important;
    border: 0;
  }
}
.bg-color {
  background-color: #FFFFFF;
}
.custom-learning-path .license-order {
  margin-bottom:32px;
}
/* works on chrome */
.custom-learning-path .select_box select:focus > option:checked { 
  font-weight: 500;
}
/* works on firefox */
.custom-learning-path .select_box select option:checked,
.custom-learning-path .select_box select option:hover {
  font-weight: 500;
}
.custom-input .left-mg-clp {
  margin-left: 15px;
}
.custom-learning-path .license-text {
  margin-bottom:12px;
  margin-top: 32px;
}
.custom-learning-path .select_box select {
  white-space: nowrap;
  overflow: hidden;
  width:297px;
  text-overflow: ellipsis;
  border-bottom: 0;
  height: 44px;
  padding-left: 15px;
  color: #676A6C;
  font-size: 14px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
}

.custom-learning-path .select_box_drop select {
  white-space: nowrap;
  overflow: hidden;
  width:297px;
  text-overflow: ellipsis;
  border-bottom: 0;
  padding-left: 15px;
  color: #676A6C;
  font-size: 14px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
}

.custom-learning-path .add-more {
  color: #b7b7b7;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px;
}

.custom-learning-path .add-more:before {
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  background-position: -98px -19px;
  vertical-align: middle;
  margin-right: 10px;
}

.custom-learning-path .form-right .form-control-wrapper {
  margin-bottom: 15px;
}

.custom-learning-path .form-right input {
  height: 44px;
  font-size: 14px;
  color: #b7b7b7;
  padding-left: 17px;
}

.custom-learning-path .complete-any {
  font-size: 12px;
  color: #787878;
}
.select2-container--open .select2-dropdown {
  border-color: #d8d8d8 !important;
}

.custom-learning-path .complete-any .select_box {
  width: 46px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.custom-learning-path .complete-any .select_box:after {
  right: 2px;
  top: 5px;
}

.custom-learning-path .complete-any .select_box select {
  height: 26px;
  padding-left: 5px;
  width: 125%;
}

.blue-border-btn {
  border: 1px solid #00a4e5;
  background: transparent;
  min-width: 136px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  height: auto;
  border-radius: 2px;
  font-weight: 400;
  color: #00a4e5;
  padding: 0;
}

.custom-learning-path .add-plus {
  width: 38px;
  height: 45px;
  display: block;
  float: left;
  margin-top: 30px;
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  background-position: -20px -60px;
  clear: both;
  margin-left: -19px;
  cursor: pointer;
}

.master-icon {
  width: 52px;
  height: 70px;
  display: block;
  float: left;
  margin-top: 30px;
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  background-position: -76px -61px;
  clear: both;
  margin-left: -25px;
  background-color: #f5f5f5;
}

.elect-content {
  width: 70%;
  display: block;
  margin: 40px auto;
}

.elect-content .add-more {
  float: right;
}

.elcet-list {
  display: inline-block;
  width: 100%;
}

.elective-btn {
  margin: 70px 0;
}

.custom-learning-path .custom-input {
  width: 290px;
}
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E9F4FF !important;
  color: #676A6C !important; 
}
.select2-results__option { 
  font-size: 12px !important;
  line-height: 1.4 !important;
} 


.clp-delivery-mode-select-box-ul-element {
  background: none !important;
} 

.steps-head .custom-input {
  float: left;
  position: relative;
  top: -5px;
}

.edit-n-delete {
  float: right;
  width: auto;
  margin-top: 8px;
}

.cmn-iocons {
  width: 18px;
  height: 18px;
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  display: inline-block;
  cursor: pointer;
}

.edit-n-delete .edit-custom {
  background-position: -22px -22px;
  margin-right: 10px;
}

.edit-n-delete .delete-custom {
  background-position: -61px -22px;
}

.elective-course .add-more {
  margin-bottom: 35px;
}

.elctive-header {
  color: #263238;
  font-size: 16px;
  letter-spacing: -0.7px;
  font-weight: 400;
}

.custom-remove-list {
  position: relative;
  margin-bottom: 15px;
}

.custom-remove-list input {
  height: 44px;
  color: #b7b7b7;
}

.custom-remove-list .delete-product-button {
  position: absolute;
  right: 5px;
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  background-position: -31px -121px;
  width: 12px;
  height: 12px;
  top: 16px;
}

.custom-learning-path-view h4 {
  font-size: 24px;
  color: #37474f;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.custom-view-list .steps-head {
  font-size: 18px;
  color: #263238;
  font-weight: 400;
}

.custom-learning-path span.title {
  position: relative;
  top: 5px;
}

.learning-path-wrapper .custom-view-list .step-main label {
  font-size: 17px;
  color: #9b9b9b;
  margin-bottom: 15px;
}

.custom-view-list ul li {
  line-height: 1.29;
  font-size: 14px;
  color: #494f56;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.custom-view-list ul li:before {
  content: "";
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  background-position: -145px -107px;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

.custom-view-content {
  display: inline-block;
  width: 100%;
  max-height: 294px;
  overflow: hidden;
}

.expand-custom {
  max-height: inherit;
  overflow: visible;
}

.custom-view-list .elect-content {
  width: 85%;
  display: block;
}

.custom-view-list .elect-content label {
  font-size: 18px;
  color: #9b9b9b;
  margin-bottom: 16px;
  display: block;
}

.view-custom-list .list-card {
  background: #fff;
  height: 193px;
  margin-bottom: 30px;
  padding: 35px 25px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.view-custom-list .list-card .heading {
  height: 70px;
  position: relative;
}

.view-custom-list .list-card .heading a, .view-custom-list .list-card .heading .link-12sp, .view-custom-list .list-card .heading .link-14sp, .view-custom-list .list-card .heading .link-grey {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  display: inline-block;
  background-position: -22px -22px;
  text-indent: -999px;
}

.view-custom-list .list-card h4 {
  margin: 0;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.8px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 25px;
  word-wrap: break-word;
}

.view-custom-list .list-card h4:before {
  content: "";
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  background-position: -144px -66px;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}

.view-custom-list .list-card h4:after {
  content: "";
  width: 56px;
  height: 3px;
  display: block;
  clear: both;
  background: #00a6df;
  margin-top: 6px;
}

.view-custom-list .bottom-list {
  padding-left: 30px;
}

.view-custom-list .bottom-list span {
  width: 75px;
  font-size: 16px;
  color: #494f56;
  font-weight: 400;
  display: inline-block;
}

.view-custom-list .bottom-list span:last-child {
  width: 120px;
}

.view-custom-list .bottom-list span label {
  display: block;
  font-size: 14px;
  color: #898989;
  margin-bottom: 3px;
  font-weight: 300;
}

.view-custom-list .bottom-list .assigned label {
  color: #fff;
  background: #07b6e2;
  border-radius: 15px;
  width: 90px;
  padding-left: 10px;
}

.border-elective {
  min-width: 196px;
  text-align: center;
  border: 1px dashed #00a4e5;
  background: transparent;
  box-shadow: none;
  text-transform: capitalize;
  line-height: 50px;
  color: #00a4e5;
  font-size: 18px;
  height: auto;
  padding: 0;
  font-weight: 400;
}

.navbar .custom-learning-icon {
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) no-repeat;
  background-position: -144px -66px;
  -webkit-filter: invert(0.8);
  filter: invert(0.8);
}

.active .custom-learning-icon {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.elective-course {
  position: relative;
  left: 30px;
}

.first-form {
  margin-top: 45px;
}

.custom-learning-path #default-product-row {
  padding-right: 0;
}

.pagination-data {
  display: block;
  clear: both;
  text-align: center;
}

.pagination-data ul {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.pagination-data ul li {
  display: inline-block;
  width: auto;
}

.pagination-data ul li a, .pagination-data ul li .link-12sp, .pagination-data ul li .link-14sp, .pagination-data ul li .link-grey, .pagination-data ul li.active {
  display: inline-block;
  background: #fff;
  border: solid 1px #d8d8d8;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  cursor: pointer;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 500;
  border-right: 0;
}

.pagination-data ul li:last-child a, .pagination-data ul li:last-child .link-12sp, .pagination-data ul li:last-child .link-14sp, .pagination-data ul li:last-child .link-grey, .pagination-data ul li.last.active {
  border-right: solid 1px #d8d8d8;
}

.pagination-data ul li.active {
  color: #000;
}

@media (max-width: 768px) {
  .view-custom-list .list-card {
    padding: 15px 15px;
  }

  .view-custom-list .list-card .heading {
    height: 90px;
  }

  .view-custom-list .bottom-list span {
    font-size: 14px;
    width: 81px;
  }

  .view-custom-list .bottom-list span:last-child {
    width: 98px;
  }

  /*.view-custom-list .bottom-list span:nth-last-child(2){
      width:80px;
  }*/
}
@media (min-width: 769px) and (max-width: 1023px) {
  .view-custom-list .bottom-list span {
    width: 68px;
  }
}
.addCSVBtn {
  font-size: 12px;
  line-height: 1.5;
}
.addCSVBtn a, .addCSVBtn .link-12sp, .addCSVBtn .link-14sp, .addCSVBtn .link-grey {
  text-decoration: underline;
  font-size: 12px;
}
.addCSVBtn p {
  color: #80868a;
}

.custom_cards {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  padding: 30px;
  margin-top: 27px;
}
.custom_cards .fields_div {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.custom_cards textarea {
  width: 100%;
  height: 122px;
  border-radius: 2px;
  border: solid 1px #c3c3c3;
  background: transparent;
  padding-left: 10px;
}
.custom_cards textarea {
  height: 123px;
}
.custom_cards .btns_div {
  padding-top: 10px;
  text-align: center;
  clear: both;
}
.custom_cards .btns_div .cancel-user-btn {
  min-width: 1px;
}
.custom_cards .btns_div .save-learner-list-manual {
  min-width: 135px;
}
.custom_cards .textarea-txt {
  font-size: 12px;
  float: right;
}
.custom_cards .edit_custom_cards {
  display: inline-block;
  border-right: solid 1px #e9e8e8;
  /*padding-right: 30px;*/
  padding-right: 5px;
  width: calc(100% - 60px);
  vertical-align: middle;
  padding-right: 18px;
}
.custom_cards .edit_custom_cards .field_enetred {
  font-size: 16px;
  color: #2a2f32;
  font-weight: 400;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom_cards .edit_custom_cards .type_entered {
  color: #80868a;
  line-height: 1.29;
}
.custom_cards .div_btns {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.custom_cards .edit_field_btn, .custom_cards .delete_field_btn {
  cursor: pointer;
  padding-left: 20px;
  height: 20px;
}
.custom_cards .edit_field_btn:before, .custom_cards .delete_field_btn:before {
  background: url(https://cfs22.simplilearn.com/paperclip/custom-sprite_v1.svgz) -20px -21px no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}
.custom_cards .delete_field_btn {
  margin-top: 20px;
}
.custom_cards .delete_field_btn:before {
  background-position: -60px -20px;
}
.custom_cards .single_option {
  position: relative;
  margin-top: 10px;
}
.custom_cards .single_option p {
  position: absolute;
  left: 10px;
  top: 10px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
}
.custom_cards .single_option .info_txt {
  text-align: right;
  color: #80868a;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 5px;
}
.custom_cards .single_option textarea {
  padding-top: 10px;
  padding-right: 10px;
}

.edit_create_class {
  margin-top: 0;
}

.add_field_btn {
  position: relative;
  cursor: pointer;
  color: #2a2f32;
  font-weight: 500;
  margin-top: 25px;
}
.add_field_btn:before {
  width: 40px;
  height: 40px;
  background: #00a4e5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.add_field_btn:after {
  width: 27px;
  height: 27px;
  content: "+";
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 9px;
  color: #ffffff;
  font-size: 25px;
  vertical-align: middle;
}

/*switch btn css start*/
.custom_learner_field_disabled {
  background-color: #eee;
  opacity: 0.5;
}
.custom_learner_field_disabled .switch_btns {
  margin-bottom: 0;
}

.switch_btns {
  padding-left: 11px;
  height: 20px;
  margin-bottom: 15px;
}
.switch_btns .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch_btns .switch input {
  display: none;
}
.switch_btns .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #585858;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch_btns .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch_btns input:checked + .slider {
  background-color: #00a4e5;
}
.switch_btns input:focus + .slider {
  box-shadow: 0 0 1px #00a4e5;
}
.switch_btns input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.switch_btns .slider.round {
  border-radius: 34px;
}
.switch_btns .slider.round:before {
  border-radius: 50%;
}

.custom_learner_field_disabled .edit_custom_cards .field_enetred {
  color: #929292;
}

.custom_cards.custom-select .selectbox-icon:before {
  margin-right: 0;
  right: 0;
}

/*switch btn css end*/
.custom_cards textarea.custom_textbox_error {
  border: 1px solid #ff0000;
}

.Instructions_Txtx {
  padding-left: 14px;
  margin: 0;
}

.clf_popup .close:before {
  background-position: -133px -58px;
  position: absolute;
}
.clf_popup .modal-dialog {
  width: 720px;
}
.clf_popup .modal-content {
  height: 454px;
}
.clf_popup .modal-body {
  text-align: left;
  padding-top: 36px;
}
.clf_popup .modal-body .updating_inner {
  padding-top: 30px;
}
.clf_popup .modal-body .updating_inner p {
  font-size: 18px;
  color: #81868a;
  width: 422px;
  margin: 0 auto;
  padding-top: 24px;
}
.clf_popup .modal-body .updating_inner p.font-16 {
  font-size: 16px;
}
.clf_popup .modal-body .loader-section {
  position: absolute;
  top: 20px;
  left: 19px;
  width: 685px;
  height: 306px;
}
.clf_popup .modal-body .loader-section .shapes {
  top: 49px;
}
.clf_popup .modal-body .body_content_div {
  width: 605px;
  margin: 0 auto;
  height: 215px;
  /*max-height: 305px;*/
  overflow-y: auto;
  overflow-x: hidden;
}
.clf_popup .modal-body .body_content_div .navbar-nav > li {
  border: solid 1px #c3c3c3;
}
.clf_popup .modal-body .body_content_div .navbar-nav > li .dropdown-menu {
  width: 100%;
  margin-top: 2px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.175);
  margin-bottom: 5px;
}
.clf_popup .modal-body .body_content_div .navbar-nav > li a, .clf_popup .modal-body .body_content_div .navbar-nav > li .link-12sp, .clf_popup .modal-body .body_content_div .navbar-nav > li .link-14sp, .clf_popup .modal-body .body_content_div .navbar-nav > li .link-grey {
  width: 230px;
  height: 40px;
  padding: 10px 13px;
  display: inline-block;
  position: relative;
  color: #4a4a4a;
  font-weight: normal;
  font-size: 14px;
  word-wrap: break-word;
  white-space: normal;
}
.clf_popup .modal-body .body_content_div .navbar-nav > li a span, .clf_popup .modal-body .body_content_div .navbar-nav > li .link-12sp span, .clf_popup .modal-body .body_content_div .navbar-nav > li .link-14sp span, .clf_popup .modal-body .body_content_div .navbar-nav > li .link-grey span {
  position: absolute;
  top: 19px;
  right: 10px;
}
.clf_popup .modal-body .body_content_div .navbar-nav > li a.disabkled, .clf_popup .modal-body .body_content_div .navbar-nav > li .disabkled.link-12sp, .clf_popup .modal-body .body_content_div .navbar-nav > li .disabkled.link-14sp, .clf_popup .modal-body .body_content_div .navbar-nav > li .disabkled.link-grey {
  color: #b7b7b7;
}
.clf_popup .modal-body .body_content_div input {
  width: 230px;
  height: 42px;
  padding: 10px 13px;
  border: solid 1px #bcbcbc;
}
.clf_popup .modal-body .body_content_div input .value_fields_div {
  padding-left: 26px;
}
.clf_popup .modal-body .value_fields_div input[type=text]:disabled {
  border: solid 1px #e9e8e8;
  background: transparent;
}
.clf_popup .modal-body .fields_row {
  margin-bottom: 50px;
}
.clf_popup .modal-body .fields_row .value_fields_div {
  padding-left: 36px;
}
.clf_popup .modal-body .fields_row .value_fields_div p.error {
  clear: both;
}
.clf_popup .modal-body .fields_row .input_div {
  position: relative;
}
.clf_popup .modal-body .fields_row .input_div .btn-add {
  position: absolute;
  top: 6px;
  right: 0;
  border: 0 !important;
}
.clf_popup .modal-body .fields_row .input_div .btns_add {
  width: 50px;
  padding: 0;
  text-align: center;
  margin-left: 31px;
}
.clf_popup .modal-body .fields_row .input_div .delete_btns {
  width: 20px;
  height: 20px;
  border: solid 1px #5a5a5a;
  border-radius: 50%;
  display: inline-block;
  right: 12px;
}
.clf_popup .modal-body .fields_row .input_div .delete_btns:after {
  display: inline-block;
  content: "";
  background: url("https://cfs22.simplilearn.com/paperclip/b2b-sprite-v4.svgz") no-repeat -137px -116px;
  width: 16px;
  height: 16px;
}
.clf_popup .modal-body .modal-footer {
  position: relative;
  /*top: -34px;*/
  bottom: -6px;
  background: #fff;
  padding-top: 23px;
}
.clf_popup .modal-body .modal-footer .btn {
  width: 136px;
  font-size: 14px;
}
.clf_popup .modal-body .modal-footer span.error {
  position: relative;
  left: -125px;
}

.clf_popup .modal-body .body_content_div input.error_border {
  border: 1px solid red;
}

.clf_popup .modal-body .modal-footer .btn.cancel {
  color: #6f8a96;
  background: transparent;
}

.member_group {
  padding-left: 29px;
  font-size: 12px;
  line-height: normal;
}

.select-all span.caption, .select-all span.bg-caption {
  font-weight: normal;
}

.deselect_all {
  cursor: pointer;
  float: left;
  padding: 7px 0 7px 0;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 15px;
  margin-bottom: 8px;
}
.deselect_all:before {
  content: "-";
  border: solid 1px #999999;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  font-size: 18px;
  margin-right: 15px;
}

.select-all,
.deselect_all {
  width: 225px;
}

.csv_download_message {
  margin-left: 20px;
  background: #fff;
  border-radius: 100px;
  padding: 7px 17px;
  font-size: 12px;
  position: relative;
}
.csv_download_message .loader-icon-db {
  position: static;
}
.csv_download_message span, .csv_download_message a, .csv_download_message .link-12sp, .csv_download_message .link-14sp, .csv_download_message .link-grey {
  font-size: 12px;
}

.learners-dropdown {
  width: 150px;
}

.learners-dropdown > .btn.dropdown-toggle {
  background-color: #00A7DD;
  color: white;
  width: 100%;
}

.learners-dropdown > .btn.dropdown-toggle:hover,
.learners-dropdown.open > .btn.dropdown-toggle {
  background-color: #00A7DD;
  color: white;
}

.learners-dropdown > .btn.dropdown-toggle,
.learners-dropdown > .dropdown-menu {
  width: 150px;
  min-width: auto;
}

.add-team-button {
  margin-bottom: 11.5px;
}

.csv_download_message a.clear_Txt, .csv_download_message .clear_Txt.link-12sp, .csv_download_message .clear_Txt.link-14sp, .csv_download_message .clear_Txt.link-grey {
  padding-left: 18px;
}

.filter-sort .icons_filter_new:hover .popover.bottom {
  left: -58px;
  top: 25px;
  width: 160px;
  display: block;
}

.filter-sort .icons_filter_new.export-csv-all-clf:hover .popover.bottom {
  left: -25px;
  width: 106px;
}

.navbar-nav > li > a.export-csv-all, .navbar-nav > li > .export-csv-all.link-12sp, .navbar-nav > li > .export-csv-all.link-14sp, .navbar-nav > li > .export-csv-all.link-grey {
  padding: 0;
}

.hoverIcons {
  width: 61px;
  height: 24px;
  border-radius: 2px;
  border: solid 1px #dadada;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 14px;
  background: #ffffff;
}
.hoverIcons:before {
  content: "";
  display: inline-block;
  width: 1px;
  background: #dadada;
  height: 13px;
  position: absolute;
  left: 29px;
  top: 5px;
}
.hoverIcons span {
  width: 29px;
  height: 22px;
  display: inline-block;
  background: url("https://cfs22.simplilearn.com/paperclip/b2b_sprite_clf_v3.svgz") no-repeat;
  cursor: pointer;
}
.hoverIcons span.ztoaOrder {
  background-position: -5px -25px;
}
.hoverIcons span.atozOrder {
  background-position: -44px -27px;
}
.hoverIcons span.orderSelected {
  background-position: -46px -53px;
}
.hoverIcons span.orderDeselected {
  background-position: -6px -53px;
}

.clf_popup .dropdown-menu {
  max-height: 128px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dropdown-menu > li {
  position: relative;
  margin-bottom: 1px;
}

.dropdown-menu > li:hover .hoverIcons {
  display: inline-block !important;
}

.topHeader_sticky .popover-content {
  padding: 4px 14px;
}

.filter-search .navbar-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.filter-search .navbar-nav .dropdown-menu {
  right: 0;
  left: inherit;
  top: 61px;
  width: 214px;
  z-index: 1;
  display: inline-block;
}
.filter-search .navbar-nav .dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.filter-search .navbar-nav .dropdown-menu li a, .filter-search .navbar-nav .dropdown-menu li .link-12sp, .filter-search .navbar-nav .dropdown-menu li .link-14sp, .filter-search .navbar-nav .dropdown-menu li .link-grey {
  color: rgba(0, 0, 0, 0.75);
  padding-left: 15px;
  height: 40px;
  padding-top: 10px;
  cursor: default;
}

.label-txt.caption.js_select_all_cation.html_select_cap, .label-txt.js_select_all_cation.html_select_cap.bg-caption {
  width: 170px;
}

.filter-search .navbar-nav .dropdown-menu li.active, .filter-search .navbar-nav .dropdown-menu li.active a, .filter-search .navbar-nav .dropdown-menu li.active .link-12sp, .filter-search .navbar-nav .dropdown-menu li.active .link-14sp, .filter-search .navbar-nav .dropdown-menu li.active .link-grey {
  background-color: #f5f5f5;
}

.body-mid_selected .body-mid {
  padding: 0;
  background: #f1f1f1;
}
.body-mid_selected .body-mid td {
  border-top: 0;
  border-bottom: 0;
}
.body-mid_selected .body-mid .emai-table p.pull-left {
  margin: 0;
}

.subHeadings {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 22px;
}

.searchResult {
  padding-left: 15px;
  padding-bottom: 12px;
}

.checkbox-material .check {
  border: solid 1px #999999;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}

.form-checkbox input[type=checkbox]:checked + .checkbox-material .check, .checkbox-default input[type=checkbox]:checked + .checkbox-material .check {
  color: #00a6df;
  border-color: #00a6df;
}

.checkbox-material .check:before {
  webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);
  margin-top: -5px;
  margin-left: 5px;
  width: 1px;
  height: 1px;
}

.selectedRow {
  background-color: #f1f1f1;
}

.emai-table a.link-12sp, .emai-table .link-12sp {
  position: relative;
  top: -8px;
}

.filter-sort li {
  border-radius: 2px;
  margin-left: 12px;
}

.filter-sort li:hover {
  border: solid 1px #00a7dc;
}

.icons_filter_new:before {
  background: url("https://cfs22.simplilearn.com/paperclip/b2b_sprite_clf_v3.svgz") no-repeat;
  width: 25px;
  height: 22px;
  content: "";
  display: inline-block;
}

.update_fieldValue:before {
  background-position: -3px -82px;
}

.update_fieldValue.active:hover:before {
  background-position: -1px -113px;
}

.update_fieldValue.active:before {
  background-position: -1px -142px;
}

.export-csv-all-clf:before {
  background-position: -65px -84px;
}

.export-csv-all-clf:hover:before {
  background-position: -64px -114px;
}

.export-csv-all-clf.active:before {
  background-position: -64px -142px;
}

.export-csv-all-clf.active:hover:before {
  background-position: -64px -113px;
}

.srtByname:before {
  background-position: -44px -2px;
}

.icons-filter.active {
  border: solid 1px #4a4a4a;
}

.learnersSelected {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  margin: 0;
}

.topHeader_sticky {
  /* position: fixed; */
  position: sticky;
  top: 80px;
  background: #f5f5f5;
  z-index: 2;
}

.learnersWrap {
  /* margin-top: 144px; */
  box-shadow: none;
}
.learnersWrap .loader-icon-db {
  top: inherit;
  bottom: -10px;
}

@media (max-width: 768px) {
  .learnersWrap {
    margin-top: 195px;
  }
}
.gotoTop_btn {
  position: fixed;
  width: 30px;
  height: 30px;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.gotoTop_btn:hover {
  background: #f5f5f5;
}
.gotoTop_btn:after {
  background: url("https://cfs22.simplilearn.com/paperclip/b2b_sprite_clf_v3.svgz") no-repeat -45px -24px;
  content: "";
  display: inline-block;
  width: 21px;
  height: 24px;
}

#status-pop2.clf_popup .modal-header {
  padding-bottom: 18px;
}

#status-pop2.clf_popup .modal-header h3 {
  padding-bottom: 0;
}

.learner_row_selected {
  background: #f1f1f1;
}
.learner_row_selected .filter-status-wrap .status-filter .dot-icon {
  opacity: 0.3;
  cursor: default;
}
.learner_row_selected .form-checkbox input[type=checkbox]:checked + .checkbox-material .check, .learner_row_selected .checkbox-default input[type=checkbox]:checked + .checkbox-material .check {
  color: #999999;
  border-color: #999999;
}

.filter-search .srtByname:hover .popover.bottom {
  width: 68px;
  left: -22px;
}

.updating_field_values {
  background: #ffffff;
}

.clf_popup .modal-body .updating_inner p.success_Txt {
  color: #21ad66;
  padding-top: 63px;
}

.clf_popup .modal-body .loader-section.updating_field_values {
  height: 230px;
}

.filter-search .srtByname {
  cursor: pointer;
}

.single_select_learner .form-checkbox input[type=checkbox]:checked + .checkbox-material .check, .checkbox-default input[type=checkbox]:checked + .checkbox-material .check {
  color: #00a6df;
  border-color: #00a6df;
}

.clf_popup .modal-body .fields_row.scrollHeight {
  margin-bottom: 130px;
}

.clf_popup .modal-body .fields_row .input_div .btn-add:before {
  background: url("https://cfs22.simplilearn.com/paperclip/b2b_sprite_clf_v3.svgz") no-repeat -8px -190px;
}

.clf_popup .modal-body .fields_row .input_div .delete_btns:after {
  background: url("https://cfs22.simplilearn.com/paperclip/b2b_sprite_clf_v3.svgz") no-repeat -44px -190px;
  width: 24px;
  height: 24px;
}

.view-learners-button {
  margin-right: 20px;
}

.dashboard-add-learners {
  margin: 0 auto 3rem auto;
}

.courseUpdate_wrap .subTxt_crs {
  padding-bottom: 46px;
  color: #484f57;
  font-weight: 500;
}
.courseUpdate_wrap .radio_section_main div.radio_section_div:first-child {
  padding-bottom: 14px;
}
.courseUpdate_wrap .radio_section_main p {
  color: #484f57;
  padding-left: 35px;
}
.courseUpdate_wrap .radio_section_main .form-radio label {
  font-size: 16px;
  color: #384047;
  padding-left: 35px;
}
.courseUpdate_wrap .radio_section_main .form-radio label span {
  top: -1px;
}
.courseUpdate_wrap .radio_section_main .form-radio label b {
  color: #a8a8a8;
  font-weight: 300;
}
.courseUpdate_wrap .radio_section_main .form-radio input[type=radio] {
  display: none;
}
.courseUpdate_wrap .radio_section_main .form-radio input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.53, 0.55, 1);
  transform: scale3d(0.53, 0.55, 1);
}
.courseUpdate_wrap .days_input_crsAll {
  color: #484f57;
  padding-left: 35px;
}
.courseUpdate_wrap .days_input_crsAll .input_wrap_update {
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.courseUpdate_wrap .days_input_crsAll .input_wrap_update .date_updated_crs {
  font-weight: 500;
}
.courseUpdate_wrap .days_input_crsAll .input_wrap_update .updateBorder_wrap {
  width: 81px;
  height: 26px;
  border-radius: 4px;
  border: solid 1px #81868a;
  display: inline-block;
  vertical-align: middle;
}
.courseUpdate_wrap .days_input_crsAll .input_wrap_update .updateBorder_wrap .crs_upd_days {
  position: absolute;
  right: 8px;
  top: 2px;
}
.courseUpdate_wrap .days_input_crsAll .input_wrap_update .date_change_crs {
  color: #00a4e5;
  padding-left: 28px;
  cursor: pointer;
}
.courseUpdate_wrap .days_input_crsAll input {
  width: 81px;
  height: 26px;
  box-shadow: none;
  outline: none;
  border: 0;
  background: transparent;
  padding: 0 5px;
}
.courseUpdate_wrap .disabled_opacity {
  opacity: 0.5;
}
.courseUpdate_wrap .crs_update_btns {
  text-align: center;
  margin-top: 58px;
}
.courseUpdate_wrap .crs_update_btns .btn {
  width: 220px;
}
.courseUpdate_wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a8a8;
}
.courseUpdate_wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a8;
}
.courseUpdate_wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #a8a8a8;
}
.courseUpdate_wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #a8a8a8;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Jun, 2018, 3:44:12 PM
    Author     : ruchi
*/
.report-container .icon-bar:before {
  cursor: pointer;
  background: url("https://cfs22.simplilearn.com/paperclip/Sprite_for_Report_2018.svgz") no-repeat;
  content: "";
  position: absolute;
}
.report-container .flash-msg {
  position: fixed;
  top: 1px;
  z-index: 3;
  font-size: 16px;
  text-align: center;
  width: 133%;
  height: 82px;
  padding: 26px;
  left: -325px;
  color: #fff;
  margin-left: 10%;
}
.report-container .flash-success {
  background-color: #5fcf80;
}
.report-container .flash-success:before {
  background-position: -35px -35px;
  margin-left: -30px;
  width: 24px;
  height: 24px;
}
.report-container .flash-failure {
  background: #ff6666;
}
.report-container .flash-failure:before {
  background-position: -62px -35px;
  margin-left: -30px;
  width: 24px;
  height: 24px;
}
.report-container .report-list {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 12px 0px;
  padding: 22px 30px 0 30px;
}
.report-container .report-list .rp-name, .report-container .report-list .numberofsubscriber, .report-container .report-list .subscriber-btns {
  display: inline-block;
}
.report-container .report-list .rp-name {
  width: 40%;
  color: #81868a;
  border-right: solid 2px #f5f5f5;
}
.report-container .report-list .numberofsubscriber {
  width: 8%;
}
.report-container .report-list .subscriber-btns {
  width: 50%;
  position: relative;
  top: -13px;
  right: -10px;
}
.report-container .report-list .report-name {
  font-size: 16px;
  font-weight: 500;
  color: #484f57;
  margin: 0;
}
.report-container .report-list .next-report {
  border-right: solid 2px #f5f5f5;
  margin: 12px;
  padding: 12px;
}
.report-container .report-list .report {
  margin-top: 12px;
  margin-left: 12px;
  color: #81868a;
  display: inline-block;
  word-break: keep-all;
}
.report-container .report-list .report-user {
  margin-bottom: 0;
  margin-top: 10px;
  text-indent: 7px;
  font-weight: 500;
  color: #484f57;
  font-size: 14px;
}
.report-container .report-list .manage-subscription-btn {
  margin: 24px 15px 24px 35px;
}
.report-container .report-list .manage-subscription-btn, .report-container .report-list .download-btn {
  color: #00a6df;
  display: inline-block;
}
.report-container .report-list .manage-subscription-btn a, .report-container .report-list .manage-subscription-btn .link-12sp, .report-container .report-list .manage-subscription-btn .link-14sp, .report-container .report-list .manage-subscription-btn .link-grey, .report-container .report-list .download-btn a, .report-container .report-list .download-btn .link-12sp, .report-container .report-list .download-btn .link-14sp, .report-container .report-list .download-btn .link-grey {
  border: solid 1px #00a6df;
  padding: 10px;
}
.report-container .report-list .manage-subscription-btn a.subscribe-btn, .report-container .report-list .manage-subscription-btn .subscribe-btn.link-12sp, .report-container .report-list .manage-subscription-btn .subscribe-btn.link-14sp, .report-container .report-list .manage-subscription-btn .subscribe-btn.link-grey, .report-container .report-list .download-btn a.subscribe-btn, .report-container .report-list .download-btn .subscribe-btn.link-12sp, .report-container .report-list .download-btn .subscribe-btn.link-14sp, .report-container .report-list .download-btn .subscribe-btn.link-grey {
  padding: 10px 56px;
}
.report-container .report-list .export-btn {
  margin-top: 24px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -7px;
}
.report-container .report-list .subscribe-btn {
  background-color: #00a7dd;
  color: #fff;
  text-align: center;
}
.report-container .report-list .subscribe-btn a, .report-container .report-list .subscribe-btn .link-12sp, .report-container .report-list .subscribe-btn .link-14sp, .report-container .report-list .subscribe-btn .link-grey {
  color: #fff;
  padding: 10px;
}
.report-container .report-list .download-export {
  margin: 12px 0PX;
}
.report-container .report-list .download-btn {
  margin: 24px 0px 24px 15px;
}
.report-container .report-list .download-btn a, .report-container .report-list .download-btn .link-12sp, .report-container .report-list .download-btn .link-14sp, .report-container .report-list .download-btn .link-grey {
  padding: 10x 15px;
}
.report-container .report-list .export-csv {
  color: #494f55;
  font-size: 12px;
  padding: 11px;
  border: none;
}
.report-container .report-list .export-btn:before {
  background: url(https://cfls5.simplilearn.com/backend/images/loading-dots.gif);
  background-size: 60px 60px;
  content: "";
  width: 40px;
  height: 15px;
  position: absolute;
  z-index: 1;
  background-position: -10px;
  top: 23px;
  float: right;
  left: 45px;
}
.report-container .modal-dialog {
  width: 975px;
}
.report-container .modal-header .close-btn {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 26px;
  right: -20px;
  position: relative;
  top: -52px;
  float: right;
  cursor: pointer;
  right: -24px;
}
.report-container .modal-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #494f55;
}
.report-container .modal-body .report-email {
  color: #81868a;
  font-size: 14px;
  margin: 17px 0 22px 0;
}
.report-container .modal-body .slname, .report-container .modal-body .slfrequency, .report-container .modal-body .slnextmaildate {
  padding: 10px;
  margin: 10px 13px;
  border-radius: 3px;
  border: solid 1px #cccccc;
}
.report-container .modal-body .slname {
  width: 26%;
}
.report-container .modal-body .slfrequency {
  width: 22%;
  background-color: #ffffff;
  height: 40px;
}
.report-container .modal-body .slnextmaildate {
  display: inline-block;
  background-color: #e1e6ea;
  padding: 7px 5px;
  width: 37%;
}
.report-container .modal-body .slnextmaildate span {
  color: #81868a;
}
.report-container .modal-body .add-element:before {
  margin-top: 14px;
  background-position: -61px -3px;
  width: 24px;
  height: 24px;
}
.report-container .modal-body .remove-element:before {
  margin-top: 14px;
  background-position: -90px -3px;
  width: 24px;
  height: 24px;
}
.report-container .modal-footer .subscribe-btn {
  border-radius: 2px;
  background-color: #00a7dd;
  color: #fff;
  padding: 10px 23px;
}
.report-container #downloadLearnerActivityFilterModal .modal-body {
  padding: 50px;
}
.report-container #downloadLearnerActivityFilterModal .modal-body > .form-group + .form-group {
  margin-top: 42px;
}
.report-container #downloadLearnerActivityFilterModal .form-group {
  font-size: 14px;
}
.report-container #downloadLearnerActivityFilterModal .form-group .radio input[type=radio] {
  margin-right: 14px;
}
.report-container #downloadLearnerActivityFilterModal .form-group > label {
  font-weight: bold;
  display: block;
  margin-bottom: 18px;
}
.report-container #downloadLearnerActivityFilterModal .form-group > .inputs-group {
  margin-left: 21px;
}
.report-container #downloadLearnerActivityFilterModal .form-group .date {
  padding: 0;
  width: 180px !important;
  height: 36px !important;
  position: relative;
}
.report-container #downloadLearnerActivityFilterModal .form-group .date .input-group-addon {
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  right: 0;
  border: solid 1px #bfcace;
  background-color: #f3f6f8;
  z-index: 1;
}
.report-container #downloadLearnerActivityFilterModal .form-group .date .input-group-addon .calendar-icon {
  position: absolute;
  top: 7px;
  left: 9px;
  background: url("https://cfs22.simplilearn.com/paperclip/displayemail/Sprite-image-for-Exclusive-Live-class-at-course-page-1.svg") no-repeat no-repeat -219px -2px;
  width: 18px;
  height: 20px;
}
.report-container #downloadLearnerActivityFilterModal .form-group .date-input {
  width: 100%;
  height: 100%;
  color: #484f57;
}
.report-container #downloadLearnerActivityFilterModal .radio > span + span {
  margin-left: 38px;
}
.report-container #downloadLearnerActivityFilterModal .date-range {
  display: flex;
}
.report-container #downloadLearnerActivityFilterModal .date-range > .form-group {
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .report-container .flash-msg {
    left: -119px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .report-container .flash-msg {
    left: -119px;
    margin-left: 0;
  }

  .report-container .modal-dialog {
    width: 753px;
  }
  .report-container .modal-body .remove-element:before {
    margin-top: 35px;
  }
  .report-container .modal-body .slfrequency {
    width: 19%;
  }
  .report-container .report-list {
    padding: 0 12px;
  }
  .report-container .report-list .rp-name {
    width: 31%;
  }
  .report-container .report-list .rp-description {
    display: none;
  }
  .report-container .report-list .numberofsubscriber {
    width: 11%;
    position: relative;
    top: 10px;
  }
  .report-container .report-list .subscriber-btns {
    width: 56%;
    top: 0px;
  }
  .report-container .report-list .export-btn:before {
    left: 45px;
  }
  .report-container .report-list .report {
    margin-left: 15px;
  }
  .report-container .report-list .report-name {
    padding: 15px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Jun, 2018, 3:44:12 PM
    Author     : ruchi
*/
.preference-container .icon-bar:before {
  cursor: pointer;
  background: url("https://cfs22.simplilearn.com/paperclip/Sprite_for_Report_2018.svgz") no-repeat;
  content: "";
  position: absolute;
}
.preference-container .flash-msg {
  position: fixed;
  top: 1px;
  z-index: 3;
  font-size: 16px;
  text-align: center;
  width: 133%;
  height: 82px;
  padding: 26px;
  left: -325px;
  color: #fff;
  margin-left: 10%;
}
.preference-container .flash-success {
  background-color: #5fcf80;
}
.preference-container .flash-success:before {
  background-position: -35px -35px;
  margin-left: -30px;
  width: 24px;
  height: 24px;
}
.preference-container .flash-failure {
  background: #ff6666;
}
.preference-container .flash-failure:before {
  background-position: -62px -35px;
  margin-left: -30px;
  width: 24px;
  height: 24px;
}
.preference-container .preference-heading {
  font-size: 24px;
  font-weight: 500;
  color: #2a2f32;
  margin: 30px 0;
}
.preference-container .preference-list-container {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 36px 40px;
}
.preference-container .preference-list-container .preference-list .preference-item {
  font-size: 16px;
  padding: 24px 0;
}
.preference-container .preference-list-container .preference-list .preference-item .p-name {
  width: 40%;
  display: inline-block;
  font-size: 16px;
  color: #484f57;
}
.preference-container .preference-list-container .preference-list .preference-item .preference-item-option {
  width: 59%;
  display: inline-block;
  float: right;
}
.preference-container .preference-list-container .preference-list .preference-item .preference-item-option .preference-option-checkbox {
  display: inline-block;
  width: 33%;
  text-align: right;
}
.preference-container .preference-list-container .preference-list .preference-item .preference-item-option .form-radio label {
  font-size: 14px;
  color: #51565e;
}
.preference-container .preference-list-container .custom-url {
  padding: 0px 0 0px 0;
}
.preference-container .preference-list-container .custom-url textarea {
  float: right;
  width: 46%;
  padding: 12px 15px;
  resize: vertical;
}
.preference-container .preference-list-container .custom-url textarea::placeholder {
  font-size: 14px;
  color: #808080;
}
.preference-container .preference-list-container .help-and-support-example {
  color: black;
  float: right;
  font-size: 10px;
  width: 46%;
  padding-right: 12px;
}
.preference-container .preference-list-container .error-url {
  display: inline-block;
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: -3px;
  padding-bottom: 0;
}
.preference-container .preference-list-container .validation-notes {
  color: #000;
  font-size: 10px;
  width: auto;
  float: none;
  text-align: right;
  display: block;
  clear: both;
}
.preference-container .preference-list-container .validation-notes div {
  float: right;
  width: 45%;
  text-align: left;
}
.preference-container .preference-list-container .validation-notes div p {
  margin-bottom: 0;
}
.preference-container .preference-list-container .scorm-domain-label {
  float: left;
  text-align: right;
  width: 50%;
}
.preference-container .preference-list-container .preference-note-button {
  margin-top: 29px;
  padding-bottom: 32px;
}
.preference-container .preference-list-container .preference-note-button .preference-note {
  font-size: 12px;
  color: #51565e;
  display: inline-block;
  float: left;
  width: calc(100% - 185px);
}
.preference-container .preference-list-container .preference-note-button button {
  width: 180px;
  height: 34px;
  border-radius: 2px;
}
.preference-container .preference-list-container .radio-success input[type=radio]:checked ~ .circle {
  border-color: #d8d8d8;
}
.preference-container .preference-list-container .form-radio > label span {
  top: -2px;
}
.preference-container .preference-list-container .scorm-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.preference-container .preference-list-container .scorm-buttons {
  margin-top: 20px;
}
.preference-container .preference-list-container .show-scorm-popup {
  position: absolute;
  height: 300px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 oct, 2018, 3:44:12 PM
    Author     : ruchi
*/
.integration-container {
  margin: 40px 30px;
}
.integration-container .integration-heading {
  font-size: 24px;
  font-weight: 500;
  color: #2a2f32;
  margin: 0;
}
.integration-container .integration-info {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #484f57;
}
.integration-container .authentication-details {
  margin-top: 40px;
}
.integration-container .authentication-details form {
  padding-top: 32px;
  margin-left: 25px;
}
.integration-container .authentication-details form .input-group label {
  display: inline-block;
  width: 15%;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  color: #484f57;
}
.integration-container .authentication-details form .input-group .form-control {
  display: inline-block;
  width: 30%;
  height: 28px;
}
.integration-container .authentication-details form .input-group .input-group-addon {
  display: inline-block;
  position: relative;
  background: #00a7dd;
  top: 0px;
  left: -4px;
  padding: 2px;
  height: 28px;
}
.integration-container .authentication-details form .input-group .input-group-addon a.btn, .integration-container .authentication-details form .input-group .input-group-addon .btn.link-12sp, .integration-container .authentication-details form .input-group .input-group-addon .btn.link-14sp, .integration-container .authentication-details form .input-group .input-group-addon .btn.link-grey {
  line-height: 12px;
  color: #fff;
  font-size: 12px;
}
.integration-container .authentication-details form .input-group input.form-control {
  color: #484f57;
  font-size: 12px;
}
.integration-container .authentication-details form .client-id {
  margin-bottom: 24px;
}
.integration-container .course-catalogue-integration {
  margin-top: 49px;
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 40px 30px;
}
.integration-container .course-catalogue-integration .integration-list {
  margin: 34px 30px;
}
.integration-container .course-catalogue-integration .integration-list .form-radio label {
  padding-right: 8px;
}
.integration-container .course-catalogue-integration a.btn, .integration-container .course-catalogue-integration .btn.link-12sp, .integration-container .course-catalogue-integration .btn.link-14sp, .integration-container .course-catalogue-integration .btn.link-grey {
  padding: 10px 30px;
  line-height: 14px;
}
.integration-container .integration-subheading {
  font-size: 16px;
  color: #2a2f32;
}
.integration-container .integration-subheading a.btn, .integration-container .integration-subheading .btn.link-12sp, .integration-container .integration-subheading .btn.link-14sp, .integration-container .integration-subheading .btn.link-grey {
  border-radius: 2px;
  border: solid 1px #00a7dd;
  background-color: #ffffff;
  color: #00a7dd;
  float: right;
}
.integration-container .icon-bar:before {
  cursor: pointer;
  background: url("https://cfs22.simplilearn.com/paperclip/Sprite.svg") no-repeat;
  content: "";
  position: absolute;
  margin-left: -30px;
  top: 30px;
}
.integration-container .view-document:before {
  background-position: -50px -75px;
  width: 20px;
  height: 20px;
  top: 8px;
  margin-left: -19px;
}
.integration-container .flash-msg {
  position: fixed;
  padding: 34px 0;
  line-height: 14px;
  top: 0px;
  z-index: 3;
  width: 100%;
  left: 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: none;
}
.integration-container .flash-msg .msg-flash {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.integration-container .flash-msg #close-flash {
  background: url("https://cfs22.simplilearn.com/paperclip/Sprite.svg") no-repeat;
  content: "";
  position: absolute;
  background-position: -138px -39px;
  width: 24px;
  height: 24px;
  right: 32px;
  display: inline-block;
  cursor: pointer;
}
.integration-container .flash-success {
  background: #5fcf80;
  display: table;
}
.integration-container .flash-success .msg-flash:before {
  background-position: -38px -39px;
  width: 24px;
  height: 24px;
}
.integration-container .flash-failure {
  background: #ff6666;
  display: table;
}
.integration-container .flash-failure .msg-flash:before {
  background-position: -66px -39px;
  width: 24px;
  height: 24px;
}
.integration-container .radio-success input[type=radio]:checked ~ .circle {
  border-color: #d8d8d8;
}
.integration-container .form-radio > label span {
  top: -2px;
}
.integration-container .popover.top > .arrow {
  display: none;
}
.integration-container .popover {
  background-color: #e4e7ec;
}
.integration-container .popover-content {
  width: 145px;
  height: 32px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
  background-color: #e4e7ec;
  color: black;
  color: #51565e;
  letter-spacing: normal;
  text-align: center;
  font-size: 12px;
  padding: 6px;
}
.integration-container #auth_token_hide {
  opacity: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 Dec, 2018, 4:13:37 PM
    Author     : himanshu
*/
.custom-box {
  border-radius: 0;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.ui-autocomplete-input.enter-search-focus {
  width: 320px;
}

@media (max-width: 800px) {
  .ui-autocomplete-input.enter-search-focus {
    width: 290px;
  }
}
.ui-autocomplete-input {
  width: 39px;
}

ul.ui-autocomplete {
  margin-top: 7px;
  margin-bottom: 10px;
  list-style-type: none;
  position: fixed;
  display: block;
}

ul.ui-autocomplete {
  top: -8698px;
  left: 882.969px;
  width: 320px;
  z-index: 2;
  border-top: 1px solid black;
}
ul.ui-autocomplete li {
  background: #fff;
  text-align: left;
  font-size: 13px;
  margin-top: -1px;
  padding: 8px;
  padding-left: 15px;
  display: block;
  color: #183152;
  text-decoration: none;
}
ul.ui-autocomplete li:hover {
  background: #edf2f5;
  font-weight: 500;
}

.filter-btn {
  box-shadow: none;
}

.input-search {
  box-shadow: none;
  /*    input{
          width: 39px;
      }*/
}

.selection-box {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

ul.ui-autocomplete, ul.ui-autocomplete li:last-child {
  -moz-border-radius-bottomleft: 22px;
  -moz-border-radius-bottomright: 22px;
  -webkit-border-bottom-left-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

ul.ui-autocomplete {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.title {
  background-color: #f5f5f5;
  box-shadow: none;
  position: absolute;
  padding: 8px 0;
  width: 100%;
  z-index: 1;
}

.icon-set-before-44:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(https://cfs22.simplilearn.com/paperclip/affliate-sprite-v4.svg);
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}

.icon-set-before-20:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://cfs22.simplilearn.com/paperclip/affliate-sprite-v4.svg);
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
}

.cross-icon:before {
  background-position: -118px -124px;
}

.search-icon {
  top: 0;
}
.search-icon:before {
  background-position: -9px -112px;
}

.search-icon-focus:before {
  background-position: -16px -174px;
  height: 24px;
  width: 24px;
  top: 9px;
  right: 9px;
  position: absolute;
}

.search-icon-active:before {
  background-position: 37px 246px;
}

.filter-icon {
  top: 0;
}
.filter-icon:before {
  background-position: -65px -112px !important;
}

.filter-icon-focus:before {
  background-position: -65px -165px !important;
}

.sort-icon:before {
  background-position: -7px -216px !important;
}

.sort-icon-focus:before {
  background-position: -65px -216px !important;
}

.course-list-container {
  margin-top: 116px;
}
.course-list-container .course-list {
  height: 100px;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 12px 2px;
  padding: 22px 22px 22px 22px;
  padding-right: 0;
  cursor: pointer;
}
.course-list-container .course-list .course-title {
  font-size: 14px;
  color: #81868a;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.course-list-container .course-list .course-name {
  font-size: 16px;
  font-weight: 500;
  color: #484f57;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
}
.course-list-container .course-list .course-type {
  font-size: 14px;
  color: #484f57;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.course-list-container .course-list .course-type .text-1 {
  text-align: center;
}
.course-list-container .course-list .course-type .text2 {
  text-align: center;
  font-weight: normal;
}
.course-list-container .course-list .course-type .box {
  padding: 6px 9px 4px 11px;
  border-radius: 16.5px;
  border: solid 1px #484f57;
  text-align: center;
  display: table;
  font-size: 14px;
  line-height: 14px;
  margin: 0 auto;
}
.course-list-container .course-list .learners-count {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #484f57;
}
.course-list-container .course-list .scorm-page-navaigate {
  height: 100px;
  position: relative;
  top: -22px;
  padding: 0;
}
.course-list-container .course-list .right-btn {
  background-color: #edf2f5;
  color: #000;
  height: 100%;
  border: none;
  width: 56px;
  float: right;
}
.course-list-container .course-list .hidden {
  display: none;
}

.filter-box {
  height: auto !important;
  width: 250px !important;
  padding: 0 !important;
}
.filter-box .filter-subheading {
  background-color: #edf2f5;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  padding: 16px 0px 14px 0px;
  display: flex;
  margin: 0;
}
.filter-box .filter-subheading .subheading-text {
  color: #2a2f32;
  flex: 1 1 50%;
  margin-left: 95px;
}
.filter-box .filter-block {
  height: auto !important;
  display: flex;
  padding-left: 33px;
}
.filter-box .filter-block:first-child {
  width: auto;
  padding-right: 47px;
}
.filter-box .filter-block .filter-section {
  flex: 1 0 50%;
  width: auto !important;
  overflow-y: hidden;
}
.filter-box .filter-block .filter-section label {
  margin: 22px auto;
}
.filter-box .filter-block .filter-section .filter-text {
  font-weight: normal;
  color: #2a2f32;
  width: auto;
}
.filter-box .btn-group {
  position: relative;
  right: 27px;
  bottom: 20px;
  width: 100%;
}
.filter-box .btn-group .cabel-btn {
  color: #00a7df;
}
.filter-box .btn-group .apply-btn {
  color: #fff;
  background-color: #00a6df;
}

.first-row {
  width: 100%;
}

.second-row {
  display: flex;
  padding-left: 15px;
}
.second-row div {
  margin-right: 20px;
}
.second-row .filters {
  margin-top: 8px;
}
.second-row h4 {
  font-size: 18px;
  line-height: 18px;
  color: #2a2f32;
  font-weight: 300;
}
.second-row .text7 {
  font-size: 18px;
  line-height: 18px;
}
.second-row .text8 {
  color: #484f57;
  font-weight: 500;
}
.second-row .text9 {
  color: #2a2f32;
  line-height: 24px;
  font-size: 14px;
  height: 24px;
  padding-top: 8px;
  padding-right: 10px;
}

.autocomplete-list-box {
  top: 151px !important;
  /*left: 817.969px !important;*/
  width: 322px !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Dec, 2018, 4:37:53 PM
    Author     : nithi
*/
.left-section-btn {
  margin: 10px 0 0 50px;
  background-color: #e6ebef;
  flex: 1 0 307px;
  max-width: 307px;
}
.left-section-btn .btn-bg-black {
  float: right;
  font-size: 14px;
  padding: 10px 15px 8px 15px;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
}

.icon-set-before:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://cfs22.simplilearn.com/paperclip/affliate-sprite-v4.svg);
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.flash-msg {
  position: fixed;
  padding: 34px 0;
  line-height: 14px;
  top: 0px;
  z-index: 3;
  width: 100%;
  left: 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: none;
}
.flash-msg .msg-flash {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.flash-msg .icon-bar:before {
  cursor: pointer;
  background: url(https://cfs22.simplilearn.com/paperclip/Sprite.svg) no-repeat;
  content: "";
  position: absolute;
  margin-left: -30px;
  top: 30px;
}
.flash-msg #close-flash {
  background: url(https://cfs22.simplilearn.com/paperclip/Sprite.svg) no-repeat;
  content: "";
  position: absolute;
  background-position: -138px -39px;
  width: 24px;
  height: 24px;
  right: 32px;
  display: inline-block;
  cursor: pointer;
}

.flash-success {
  background: #5fcf80;
  display: table;
}
.flash-success .msg-flash:before {
  background-position: -38px -39px;
  width: 24px;
  height: 24px;
}

.flash-failure {
  background: #ff6666;
  display: table;
}
.flash-failure .msg-flash:before {
  background-position: -66px -39px;
  width: 24px;
  height: 24px;
}

.scorm-setting-integration {
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
  height: 88px;
}
.scorm-setting-integration .integration-subheading {
  float: left;
  border-radius: 3px;
  background-color: transparent;
  padding: 11px 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.scorm-setting-integration .back-icon:before {
  background-position: -119px -226px;
  margin-right: 10px;
}

.data-container {
  display: flex;
  margin-top: 52px;
}
.data-container .left-section {
  padding: 12px 24px 12px 40px;
  background-color: #e6ebef;
  flex: 1 0 307px;
  max-width: 307px;
}
.data-container .left-section ul {
  margin-top: 16px;
  list-style: disc;
}
.data-container .left-section .text1 {
  color: #797979;
  font-size: 14px;
  font-weight: 500;
}
.data-container .left-section .course-names {
  margin-bottom: 12px;
  font-size: 14px;
  color: #4a4a4a;
}
.data-container .right-section {
  font-size: 14px;
  color: #4a4a4a;
  margin-left: 21px;
  padding-right: 72px;
}

.detail-section {
  margin-top: 42px;
}
.detail-section .tab-nav {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #e1e6ea;
  padding-left: 30px;
  margin-bottom: 0;
}
.detail-section .tab-nav li {
  line-height: 16px;
  font-size: 16px;
  text-align: right;
  color: #484f57;
  margin-right: 80px;
  padding-bottom: 20px;
  cursor: pointer;
}
.detail-section .tab-nav .active {
  border-bottom: solid 4px #00a7dd;
  font-weight: 500;
}
.detail-section .scorm-tab-nav .scorm-content-section {
  background-color: #fff;
  padding-left: 30px;
}
.detail-section .scorm-tab-nav .scorm-content-section .heading {
  padding-top: 40px;
}
.detail-section .scorm-tab-nav .scorm-content-section .sub-heading, .detail-section .scorm-tab-nav .scorm-content-section .bg-sub-heading {
  margin-top: 32px;
}
.detail-section .scorm-tab-nav .scorm-content-section .checkbox-group {
  display: inline-flex;
}
.detail-section .scorm-tab-nav .scorm-content-section .checkbox-group label {
  margin-right: 80px;
  line-height: 16px;
  font-size: 16px;
  color: #4a4a4a;
}
.detail-section .scorm-tab-nav .scorm-content-section .checkbox-group label:hover {
  cursor: pointer;
}
.detail-section .scorm-tab-nav .scorm-content-section .settings-section .radio {
  display: block;
  margin-bottom: 12px;
}
.detail-section .scorm-tab-nav .scorm-content-section .settings-section input {
  display: none;
}
.detail-section .scorm-tab-nav .scorm-content-section .settings-section label:hover {
  cursor: pointer;
}
.detail-section .scorm-tab-nav .scorm-content-section .settings-section label:before {
  margin-right: 15px;
  margin-bottom: 0;
  position: relative;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #dedee0;
  border-radius: 3px;
  margin-right: 18px;
  position: relative;
  top: 5px;
  content: "";
  border-radius: 50%;
}
.detail-section .scorm-tab-nav .scorm-content-section .dispatch-section {
  margin-top: 53px;
  display: flex;
}
.detail-section .scorm-tab-nav .scorm-content-section .dispatch-section ul {
  padding-top: 12px;
  margin-left: 92px;
}
.detail-section .scorm-tab-nav .scorm-content-section .dispatch-section li {
  line-height: 12px;
  margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 12px;
}
.detail-section .scorm-tab-nav .scorm-content-section .dispatch-section .completed-icon:before {
  background-position: -148px -227px;
}
.detail-section .scorm-tab-nav .scorm-download-content {
  background-color: #fff;
  padding-top: 20px;
  padding-left: 15px;
}
.detail-section .scorm-tab-nav .scorm-download-content .group {
  width: 75%;
  display: flex;
}
.detail-section .scorm-tab-nav .scorm-download-content .group .scorm-generated {
  flex: 1;
}
.detail-section .scorm-tab-nav .scorm-download-content .group .scorm-generated p.text5 {
  padding-bottom: 20px;
}
.detail-section .scorm-tab-nav .scorm-download-content .group .scorm-generated p.text6 {
  padding-bottom: 16px;
}
.detail-section .scorm-tab-nav .scorm-download-content .group .scorm-generated .scorm-generated-dates {
  height: 160px;
  overflow-y: auto;
  margin-right: 10px;
}
.detail-section .scorm-tab-nav .scorm-download-content .group .scorm-generated-dispatch {
  flex: 1;
}
.detail-section .scorm-tab-nav .scorm-download-content .group .scorm-generated-dispatch p.text5 {
  padding-bottom: 20px;
}
.detail-section .scorm-tab-nav .scorm-download-content .group .scorm-generated-dispatch p.text6 {
  padding-bottom: 16px;
}
.detail-section .scorm-tab-nav .scorm-download-content .btn-group {
  display: flex;
  max-width: 50%;
  margin-top: 70px;
  padding-bottom: 168px;
}
.detail-section .scorm-tab-nav .scorm-download-content .btn-group button {
  float: none;
  margin-right: 20px;
  font-weight: 500;
}
.detail-section .plvc-tab-nav .elvc-expired-class {
  font-size: 18px;
  font-weight: 500;
  color: #81868a;
  margin-bottom: 24px;
}
.detail-section .plvc-tab-nav .eachElvcCard {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #e1e6ea;
  background-color: #ffffff;
  padding: 24px 15px 10px 30px;
  overflow: hidden;
}
.detail-section .plvc-tab-nav .eachElvcCard p.elvc-name {
  font-size: 18px;
  font-weight: 500;
  color: #484f57;
  margin-bottom: 8px;
}
.detail-section .plvc-tab-nav .eachElvcCard p.class-id {
  color: #81868a;
  font-size: 12px;
  width: 30%;
}
.detail-section .plvc-tab-nav .eachElvcCard p.elvc-date-range {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  color: #484f57;
  width: 50%;
}
.detail-section .plvc-tab-nav .eachElvcCard p.elvc-date-range:before {
  content: "";
  display: block;
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -147px -2px;
  width: 18px;
  height: 20px;
  float: left;
  margin: 0 12px 0 0;
}
.detail-section .plvc-tab-nav .eachElvcCard .elvc-time {
  font-size: 14px;
  letter-spacing: normal;
  color: #484f57;
  width: 50%;
  margin-top: 12px;
}
.detail-section .plvc-tab-nav .eachElvcCard .elvc-time:before {
  content: "";
  display: block;
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -146px -38px;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 12px 0 0;
}
.detail-section .plvc-tab-nav .eachElvcCard .timing div.col-sm-6:first-child {
  padding-top: 24px;
}
.detail-section .plvc-tab-nav .eachElvcCard .rightnumbers {
  padding-right: 0px;
}
.detail-section .plvc-tab-nav .eachElvcCard .rightnumbers p.autoAssign {
  padding-left: 20px;
  font-size: 14px;
  color: #2a2f32;
}
.detail-section .plvc-tab-nav .eachElvcCard .rightnumbers p.autoAssign i {
  padding-left: 20px;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.detail-section .plvc-tab-nav .eachElvcCard .rightnumbers p.autoAssign i {
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -181px -37px;
  width: 14px;
  height: 14px;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 66px;
  background-color: #f2f6f9;
  width: 100%;
  display: table;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div {
  padding-left: 20px;
  vertical-align: middle;
  color: #484f57;
  display: table-cell;
  width: 40%;
  height: 66px;
  font-size: 14px;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div div.usericon {
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -184px -3px;
  width: 15px;
  height: 18px;
  display: inline-block;
  padding-right: 10px;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div p {
  display: inline-block;
  margin: 0px;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div div.clickable {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  right: 15px;
  padding: 0px;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div div.clickable .dropdown-menu {
  left: -244px;
  top: 0px;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div div.clickable .dropdown-menu li a:hover, .detail-section .plvc-tab-nav .eachElvcCard .registration-number div div.clickable .dropdown-menu li .link-12sp:hover, .detail-section .plvc-tab-nav .eachElvcCard .registration-number div div.clickable .dropdown-menu li .link-14sp:hover, .detail-section .plvc-tab-nav .eachElvcCard .registration-number div div.clickable .dropdown-menu li .link-grey:hover {
  color: #00a7dd;
  text-transform: capitalize;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div .clickable {
  position: absolute;
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -144px -72px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div .clickable.open {
  background-position: -144px -324px;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div div.notclickable {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  right: 15px;
  pointer-events: none;
}
.detail-section .plvc-tab-nav .eachElvcCard .registration-number div .notclickable {
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -144px -144px;
  width: 60px;
  height: 60px;
}

.text4 {
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}

.text5 {
  line-height: 14px;
  font-size: 14px;
  color: #81868a;
}

.text6 {
  line-height: 14px;
  font-size: 14px;
  color: #2a2f32;
}

.check {
  line-height: 14px;
  font-size: 14px;
  color: #4a4a4a;
}

.btn-dispatch {
  height: 42px;
  line-height: 14px;
  padding: 10px 15px 8px 15px;
  border-radius: 2px;
  background-color: #00a7dd;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  border: none;
}

.download-icon:before {
  background-position: -17px -676px;
}

.checked:before {
  background-image: url(https://cfs22.simplilearn.com/paperclip/affliate-sprite-v4.svg);
  background-position: -96px -280px;
}

.selected:before {
  background: url(https://cfs22.simplilearn.com/paperclip/affliate-sprite-v4.svg);
  background-position: -57px -280px;
}

.btn-bg-white {
  float: right;
  font-size: 14px;
  padding: 10px 15px 8px 15px;
  color: #00a6df;
  background-color: transparent;
  border: 1px solid #00a6df;
}

input[type=radio]:checked + label:before {
  background-image: url(https://cfs22.simplilearn.com/paperclip/affliate-sprite-v4.svg);
  background-position: -275px -638px;
}

.tableProgress {
  width: 100%;
}
.tableProgress tr:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #81868a;
}
.tableProgress td {
  padding: 5px;
  padding-left: 24px;
}
.tableProgress td label {
  margin-right: 10px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}
.tableProgress .progress {
  height: 4px;
  width: 105px;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #e1e6ea;
  border-radius: 100px;
}
.tableProgress .progress .progress-bar {
  height: 4px;
  border-radius: 100px;
  background-color: #00a7dd;
}

.additionalinfo {
  width: 70%;
}
.additionalinfo a, .additionalinfo .link-12sp, .additionalinfo .link-14sp, .additionalinfo .link-grey {
  text-align: right;
  float: right;
  display: block;
  text-decoration: none;
  color: #00a7dd;
}
.additionalinfo a:hover, .additionalinfo .link-12sp:hover, .additionalinfo .link-14sp:hover, .additionalinfo .link-grey:hover, .additionalinfo a:focus, .additionalinfo .link-12sp:focus, .additionalinfo .link-14sp:focus, .additionalinfo .link-grey:focus, .additionalinfo a:visited, .additionalinfo .link-12sp:visited, .additionalinfo .link-14sp:visited, .additionalinfo .link-grey:visited {
  text-decoration: none;
}
.additionalinfo a[data-toggle=collapse]:after, .additionalinfo [data-toggle=collapse].link-12sp:after, .additionalinfo [data-toggle=collapse].link-14sp:after, .additionalinfo [data-toggle=collapse].link-grey:after {
  content: "Hide Details";
}
.additionalinfo a[data-toggle=collapse]:before, .additionalinfo [data-toggle=collapse].link-12sp:before, .additionalinfo [data-toggle=collapse].link-14sp:before, .additionalinfo [data-toggle=collapse].link-grey:before {
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -147px -293px;
  width: 10px;
  height: 6px;
  cursor: pointer;
}
.additionalinfo a[data-toggle=collapse].collapsed:after, .additionalinfo [data-toggle=collapse].collapsed.link-12sp:after, .additionalinfo [data-toggle=collapse].collapsed.link-14sp:after, .additionalinfo [data-toggle=collapse].collapsed.link-grey:after {
  content: "View Details";
}
.additionalinfo a[data-toggle=collapse].collapsed:before, .additionalinfo [data-toggle=collapse].collapsed.link-12sp:before, .additionalinfo [data-toggle=collapse].collapsed.link-14sp:before, .additionalinfo [data-toggle=collapse].collapsed.link-grey:before {
  background-position: -60px -242px;
}

.date {
  height: 52px !important;
  width: 44px !important;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  padding: 6px 10px 8px 10px;
  line-height: 21px;
}
.date .day {
  font-size: 16px;
  color: #00a7dd;
}
.date .month {
  font-size: 12px;
}

div.completed {
  border: solid 1px #5fcf80;
}
div.completed .day,
div.completed .month {
  color: #5fcf80 !important;
}

div.deleted {
  border: solid 1px #bfcace;
}
div.deleted .day,
div.deleted .month {
  color: #bfcace !important;
}

div.upcoming {
  border: solid 1px #118aef;
}
div.upcoming .day,
div.upcoming .month {
  color: #118aef !important;
}

div.upcoming.next-upcoming {
  border: solid 2px #118aef;
}

div.new {
  border: solid 1px #f5a623;
}
div.new .day,
div.new .month {
  color: #f5a623 !important;
}

div.new.next-upcoming {
  border: solid 2px #f5a623;
}

div.next-upcoming .day,
div.next-upcoming .month {
  font-weight: bold;
}

.carousel-inner {
  position: relative;
  width: 81%;
  overflow: hidden;
  display: inline-block;
  margin: auto;
}

.carousel-control {
  width: 7%;
}

.carousel-control.left {
  float: left;
}

.carousel-control.left,
.carousel-control.right {
  height: 52px !important;
  display: inline-block;
  background-color: none !important;
  background-image: none !important;
  cursor: pointer;
}

.leftArrow {
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -8px -330px;
  width: 7px;
  height: 12px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: absolute;
  top: 8px;
  left: -16px;
}

.rightArrow {
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -45px -330px;
  width: 7px;
  height: 12px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 5px;
}

.sessionsRow {
  padding-left: 0px;
}
.sessionsRow ul.sessions {
  padding-left: 0px;
}

.sub-menu-item {
  border-bottom: 1px solid #e1e6ea;
  height: 10px;
  text-align: center;
  margin-bottom: 23px;
  list-style: none;
  width: 100%;
}

.sub-menu-item > a, .sub-menu-item > .link-12sp, .sub-menu-item > .link-14sp, .sub-menu-item > .link-grey {
  text-decoration: none;
  background: white;
  color: #484f57;
  position: absolute;
  left: 86px;
  top: -2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.slick-slide:focus {
  outline: none;
}

.notactive {
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  color: #484f57;
}

.slick-track {
  margin: 0px !important;
}

.input_fields_wrap {
  height: 36px;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  position: relative;
}
.input_fields_wrap input,
.input_fields_wrap input:focus {
  width: 85%;
  display: inline-block;
  float: left;
  height: 36px;
  border-radius: 2px;
  border: solid 1px #bfcace;
  background-color: #ffffff;
  padding-left: 30px;
  outline: none;
}
.input_fields_wrap i.search-icon {
  position: absolute;
  left: 11px;
  top: 13px;
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -5px -293px;
  width: 13px;
  height: 13px;
}
.input_fields_wrap div.operation {
  width: 22px;
  height: 36px;
  display: inline-block;
  margin-left: 7px;
}

.model-subtitel {
  font-size: 14px;
  font-weight: 500;
  color: #484f57;
}

.remove {
  display: inline-block;
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -181px -246px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.add_field_button {
  display: inline-block;
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -145px -246px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.existing-title {
  color: #484f57;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.new-learner {
  color: #00a7dd;
  cursor: pointer;
}

.modeltitle {
  text-align: center;
  font-size: 20px;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -41px -293px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    background-color: #fff;
  }
}
#assign .modal-body {
  height: 348px;
  overflow-y: auto;
  padding: 31px 0px 40px 39px;
  background-color: #ffffff;
  border-bottom: solid 1px #bfcace;
  border-top: solid 1px #bfcace;
  text-align: left;
}

#assign .modal-footer {
  text-align: right !important;
  background-color: #fff;
}

.eachnewlearner {
  margin-bottom: 16px;
  margin-top: 16px;
  display: flex;
}
.eachnewlearner input,
.eachnewlearner select {
  border-radius: 2px;
  border: solid 1px #bfcace;
  background-color: #ffffff;
  padding-left: 15px;
}
.eachnewlearner .invalidip {
  border: 1px solid #ff5252;
}
.eachnewlearner .errormessage {
  color: #ff0000;
  font-size: 12px;
}
.eachnewlearner div:first-child {
  display: inline-block;
  width: 25%;
  margin-right: 17px;
}
.eachnewlearner div:first-child input {
  width: 100%;
  height: 36px;
}
.eachnewlearner div:nth-child(2) {
  display: inline-block;
  width: 35%;
  margin-right: 17px;
}
.eachnewlearner div:nth-child(2) input {
  width: 100%;
  height: 36px;
}
.eachnewlearner div:nth-child(3) {
  display: inline-block;
  width: 25%;
  position: relative;
}
.eachnewlearner div:nth-child(3) select,
.eachnewlearner div:nth-child(3) select:focus {
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.eachnewlearner div:nth-child(3):after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 9px;
  top: 16px;
  pointer-events: none;
}
.eachnewlearner div.operation {
  width: 22px;
  height: 36px;
  display: inline-block;
  margin-left: 7px;
}

.assign,
.assign:focus,
.assign:active,
.assign:hover {
  background-color: #00a7dd;
  color: #fff;
  outline: none;
  width: 160px;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
}

.cancel,
.cancel:focus,
.cancel:active,
.cancel:hover {
  font-size: 14px;
  font-weight: 500;
  color: #484f57;
  outline: none;
  border: none;
  background-color: #fff;
}

.addNew {
  font-size: 14px;
}

.invalidip {
  border: 1px solid #ff5252;
}

.errormessage {
  color: #ff0000;
  font-size: 12px;
}

.modal-header {
  padding: 11px;
}

.main-right {
  padding-top: 40px;
}

.registeredNumber {
  font-size: 16px;
  font-weight: 500;
  color: #484f57;
}

.slick-slide {
  width: 46px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .modal-dialog {
    width: 885px;
    margin: 30px auto;
    background-color: #fff;
  }

  .registration-number div {
    display: table-cell;
    width: 40%;
    height: 66px;
  }

  .first-child {
    display: inline-block;
    width: 212px;
    margin-right: 25px;
  }
  .first-child input {
    width: 100%;
    height: 36px;
  }

  .second-child {
    display: inline-block;
    width: 297px;
    margin-right: 25px;
  }
  .second-child input {
    width: 100%;
    height: 36px;
  }

  .third-child {
    display: inline-block;
    width: 205px;
  }
  .third-child select,
.third-child select:focus {
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    outline: none;
  }
  .third-child input,
.third-child input:focus {
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    outline: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rightArrow {
    right: -10px;
  }

  .first-child {
    display: inline-block;
    width: 182px;
    margin-right: 20px;
  }
  .first-child input {
    width: 100%;
  }

  .second-child {
    display: inline-block;
    width: 231px;
    margin-right: 20px;
  }
  .second-child input {
    width: 100%;
  }

  .third-child {
    display: inline-block;
    width: 146px;
  }
  .third-child select,
.third-child select:focus {
    width: 100%;
    height: 36px;
    outline: none;
  }
  .third-child input,
.third-child input:focus {
    width: 100%;
    height: 36px;
    outline: none;
  }

  div.operation {
    width: 22px;
    height: 36px;
    display: inline-block;
    margin-left: 7px;
  }

  .input_fields_wrap {
    height: 36px;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
  }
  .input_fields_wrap input,
.input_fields_wrap input:focus {
    width: 85%;
  }
  .input_fields_wrap div.operation {
    margin-left: 7px;
  }

  .eachnewlearner {
    margin-bottom: 16px;
    margin-top: 16px;
    display: flex;
  }
  .eachnewlearner input,
.eachnewlearner select {
    border-radius: 2px;
    border: solid 1px #bfcace;
    background-color: #ffffff;
    padding-left: 15px;
  }
  .eachnewlearner div:first-child {
    display: inline-block;
    width: 25%;
    margin-right: 13px;
  }
  .eachnewlearner div:first-child input {
    width: 100%;
  }
  .eachnewlearner div:nth-child(2) {
    display: inline-block;
    width: 35%;
    margin-right: 13px;
  }
  .eachnewlearner div:nth-child(2) input {
    width: 100%;
  }
  .eachnewlearner div:nth-child(3) {
    display: inline-block;
    width: 25%;
  }
  .eachnewlearner div:nth-child(3) select,
.eachnewlearner div:nth-child(3) select:focus {
    width: 100%;
    height: 36px;
    outline: none;
  }
  .eachnewlearner div.operation {
    width: 25px;
    height: 36px;
    display: inline-block;
    margin-left: 7px;
  }

  .registration-number {
    padding-top: 12px;
  }
  .registration-number div.elvc-max-registration {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 14px;
  }
  .registration-number div.assined {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 42px !important;
  }
  .registration-number .clickable .dropdown-toggle {
    height: 60px !important;
    width: 60px !important;
    padding-left: 0px !important;
  }

  .detail-section .plvc-tab-nav .eachElvcCard .timing div.col-sm-6:first-child {
    padding-left: 15px;
  }

  .detail-section .plvc-tab-nav .eachElvcCard .registration-number div {
    padding-left: 14px;
    display: block;
    width: 100%;
    height: auto;
  }
  .detail-section .plvc-tab-nav .eachElvcCard .elvc-time {
    width: 100%;
  }

  .tableProgress td label {
    margin-right: 0px;
  }

  .barsection {
    padding: 0px;
  }

  .modal-header {
    padding: 11px;
  }
  .modal-header .modaltitle {
    font-size: 20px;
    font-weight: 500;
  }

  .progress {
    width: 95px !important;
  }

  .leftArrow {
    left: -14px;
  }
}
.submit-disable {
  opacity: 0.5;
  pointer-events: none;
}

.modaltitle {
  font-size: 20px;
  font-weight: 500;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: #edf2f5 !important;
  border: none;
  border-radius: 0;
  font-weight: normal;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background-color: #edf2f5 !important;
}

#success-status-msg {
  margin-bottom: 20px;
}

#assign .modal-body::-webkit-scrollbar {
  width: 12px;
}

#assign .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(145, 89, 89, 0.3);
  border-radius: 10px;
}

@media (min-width: 480px) and (max-width: 1024px) and (orientation: portrait) {
  .input_fields_wrap input,
.input_fields_wrap input:focus {
    width: 83% !important;
  }

  .eachnewlearner div:first-child {
    display: inline-block;
    width: 25%;
    margin-right: 16px;
  }

  .eachnewlearner div:nth-child(2) {
    display: inline-block;
    width: 35%;
    margin-right: 16px;
  }
}
.ui-autocomplete {
  max-height: 300px !important;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  border-radius: 0px;
}

.ui-tooltip {
  border-radius: 0px;
}

ul.ui-autocomplete li:last-child {
  border-radius: 0px !important;
}

.spaceissue {
  width: 89%;
  float: left;
  border: solid 1px #bfcace;
  padding-left: 30px;
  display: flex;
  padding-right: 10px;
  height: 40px;
  line-height: 35px;
}
.spaceissue div:first-child {
  flex: 4;
}
.spaceissue div:first-child div:first-child {
  width: 37%;
  overflow: hidden;
}
.spaceissue div:first-child div:nth-child(2) {
  width: 60% !important;
  overflow: hidden;
  float: right !important;
  text-align: right !important;
}
.spaceissue div:nth-child(2) {
  font-size: 12px;
  color: #bfcace;
  line-height: 35px !important;
}

ul.ui-autocomplete,
ul.ui-autocomplete li:last-child {
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.clicabledisable {
  pointer-events: none;
  opacity: 0.5;
}

#showKnowMorePopup .modal-body {
  height: auto !important;
  padding: 40px 40px;
  text-align: left;
}
#showKnowMorePopup .modal-body .upload-file {
  position: relative;
  cursor: pointer;
}
#showKnowMorePopup .modal-body .upload-file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
}
#showKnowMorePopup .modal-body .upload-file input + label {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  line-height: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
  border: 1px solid #00a7dd;
  color: #00a7dd;
  width: 220px;
  background-color: white;
  padding: 12px 30px 13px 75px;
  border-radius: 2px;
  font-weight: 400;
}
#showKnowMorePopup .modal-body .upload-file input + label:before {
  content: "";
  background: url("https://cfs22.simplilearn.com/paperclip/b2b-sprite-v4.svgz") no-repeat;
  background-position: -113px -36px;
  height: 24px;
  width: 20px;
  display: inline-block;
  left: 44px;
  position: absolute;
  top: 7px;
}
#showKnowMorePopup .modal-body .loader {
  width: 220px;
  height: 40px;
  border: 1px solid #00a7dd;
  position: relative;
}
#showKnowMorePopup .modal-body .loader:before {
  content: "";
  background: url("https://cfls5.simplilearn.com/backend/images/loading-dots.gif") no-repeat 0;
  height: 17px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
}
#showKnowMorePopup .modal-body .upload-file1 input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
}
#showKnowMorePopup .modal-body .upload-file1 input + label {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  line-height: 15px;
  margin-bottom: 0px;
  color: #00a7dd;
  background-color: white;
  padding: 12px 10px 13px 31px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
#showKnowMorePopup .modal-body .upload-file1 .changefile {
  display: inline-block;
  position: relative;
  top: -12px;
}
#showKnowMorePopup .modal-body .upload-file1 .changefile:before {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #bfcace;
  display: inline-block;
  position: absolute;
  top: 7px;
  z-index: 99;
}
#showKnowMorePopup .modal-body .upload-file1 .filesinfo {
  display: inline-block;
  padding-right: 20px;
}
#showKnowMorePopup .modal-body .upload-file1 .filesinfo .filename {
  color: #484f57;
  font-size: 14px;
}
#showKnowMorePopup .modal-body .upload-file1 .filesinfo .filesize {
  color: #81868a;
  margin-top: 8px;
  font-size: 12px;
}
#showKnowMorePopup .modal-body .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#showKnowMorePopup .modal-header {
  text-align: center;
  font-weight: 400;
}
#showKnowMorePopup .modal-header .heading {
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
}
#showKnowMorePopup .modal-header .subtitle {
  color: #81868a;
  font-size: 14px;
}
#showKnowMorePopup .modal-dialog {
  width: 812px;
}
#showKnowMorePopup .modal-body {
  padding: 40px;
}
#showKnowMorePopup .modal-body .learnerdetail {
  color: #484f57;
  font-size: 14px;
  font-weight: 500;
}
#showKnowMorePopup .modal-body .description {
  color: #484f57;
}
#showKnowMorePopup .modal-body .suggestion {
  color: #00a7dd;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 24px;
}
#showKnowMorePopup .modal-body .error {
  color: #ff0000;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #showKnowMorePopup .modal-dialog {
    width: 716px;
  }
}
.modal-content {
  position: relative;
}
.modal-content .icon-set-before {
  position: absolute;
  top: -29px;
  width: 10px;
  right: 12px;
}
.modal-content .icon-set-before:before {
  content: "";
  background: url("https://cfs22.simplilearn.com/paperclip/b2b-sprite-v4.svgz") no-repeat;
  background-position: -138px -59px;
  height: 24px;
  width: 20px;
  display: inline-block;
  left: 44px;
  top: 7px;
}
.modal-content .icon-set-before:hover {
  cursor: pointer;
}

#resultpopup .modal-dialog,
#processpop .modal-dialog {
  width: 630px;
  text-align: center;
}
#resultpopup .modal-header .heading,
#processpop .modal-header .heading {
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
}
#resultpopup .modal-header .subtitle,
#processpop .modal-header .subtitle {
  color: #81868a;
  font-size: 14px;
}
#resultpopup .modal-body,
#processpop .modal-body {
  height: 154px;
  font-size: 16px;
  color: #484f57;
  padding: 40px;
}
#resultpopup .modal-body span,
#processpop .modal-body span {
  font-weight: 500;
  color: #4a4a4a;
  font-size: 20px;
}
#resultpopup .modal-body .title1,
#processpop .modal-body .title1 {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
}
#resultpopup .modal-body .title2,
#processpop .modal-body .title2 {
  font-size: 14px;
  color: #81868a;
}
#resultpopup .modal-body .successfully:before,
#processpop .modal-body .successfully:before {
  content: "";
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -1px -361px;
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  left: -16px;
  top: 5px;
}
#resultpopup .modal-body .incorrect:before,
#processpop .modal-body .incorrect:before {
  content: "";
  background: url(https://cfs22.simplilearn.com/paperclip/ExclusiveLiveclass.svg) no-repeat -37px -361px;
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  left: -16px;
  top: 5px;
}

.class-tag {
  height: 20px;
  border-radius: 3px;
  background-color: #ff6666;
  padding: 4px 8px 4px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  color: #fff;
  margin-left: 2px;
  position: relative;
}
.class-tag::before {
  height: 5px;
  width: 5px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  border-radius: 50%;
}

#configure-certificate-btn {
  padding: 10px 15px;
}

.xapi-tab-nav .xapi-content-section {
  background-color: #fff;
  padding-left: 30px;
}
.xapi-tab-nav .xapi-content-section .heading {
  padding-top: 40px;
}
.xapi-tab-nav .xapi-content-section .sub-heading, .xapi-tab-nav .xapi-content-section .bg-sub-heading {
  margin-top: 32px;
}
.xapi-tab-nav .xapi-content-section .checkbox-group {
  display: inline-flex;
}
.xapi-tab-nav .xapi-content-section .checkbox-group label {
  margin-right: 80px;
  line-height: 16px;
  font-size: 16px;
  color: #4a4a4a;
}
.xapi-tab-nav .xapi-content-section .checkbox-group label:hover {
  cursor: pointer;
}
.xapi-tab-nav .xapi-content-section .settings-section .radio {
  display: block;
  margin-bottom: 12px;
}
.xapi-tab-nav .xapi-content-section .settings-section input {
  display: none;
}
.xapi-tab-nav .xapi-content-section .settings-section label:hover {
  cursor: pointer;
}
.xapi-tab-nav .xapi-content-section .settings-section label:before {
  margin-right: 15px;
  margin-bottom: 0;
  position: relative;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #dedee0;
  border-radius: 3px;
  margin-right: 18px;
  position: relative;
  top: 5px;
  content: "";
  border-radius: 50%;
}
.xapi-tab-nav .xapi-content-section .dispatch-section {
  margin-top: 53px;
  display: flex;
}
.xapi-tab-nav .xapi-content-section .dispatch-section ul {
  padding-top: 12px;
  margin-left: 92px;
}
.xapi-tab-nav .xapi-content-section .dispatch-section li {
  line-height: 12px;
  margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 12px;
}
.xapi-tab-nav .xapi-content-section .dispatch-section .completed-icon:before {
  background-position: -148px -227px;
}
.xapi-tab-nav .xapi-download-content {
  background-color: #fff;
  padding-top: 20px;
  padding-left: 15px;
}
.xapi-tab-nav .xapi-download-content .group {
  width: 75%;
  display: flex;
}
.xapi-tab-nav .xapi-download-content .group .xapi-generated {
  flex: 1;
}
.xapi-tab-nav .xapi-download-content .group .xapi-generated p.text5 {
  padding-bottom: 20px;
}
.xapi-tab-nav .xapi-download-content .group .xapi-generated p.text6 {
  padding-bottom: 16px;
}
.xapi-tab-nav .xapi-download-content .group .xapi-generated .scorm-generated-dates {
  height: 160px;
  overflow-y: auto;
  margin-right: 10px;
}
.xapi-tab-nav .xapi-download-content .group .xapi-generated-dispatch {
  flex: 1;
}
.xapi-tab-nav .xapi-download-content .group .xapi-generated-dispatch p.text5 {
  padding-bottom: 20px;
}
.xapi-tab-nav .xapi-download-content .group .xapi-generated-dispatch p.text6 {
  padding-bottom: 16px;
}
.xapi-tab-nav .xapi-download-content .btn-group {
  display: flex;
  max-width: 50%;
  margin-top: 70px;
  padding-bottom: 168px;
}
.xapi-tab-nav .xapi-download-content .btn-group button {
  float: none;
  margin-right: 20px;
  font-weight: 500;
}

.row-no-padding > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.right-bar-layout {
  height: 100vh;
  display: table;
  width: 100%;
  margin: 0px;
  background: #fff;
  float: none;
}
.right-bar-layout .background-wrapper {
  background: url("../images/right-panel-image_v1.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
}
.right-bar-layout .right-panel {
  background: #000;
}
.right-bar-layout .right-panel .content {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  width: 100%;
  font-weight: 500;
  padding-bottom: 15px;
}
.right-bar-layout .right-panel .additional-content {
  color: #fff;
  padding-top: 18px;
  font-size: 16px;
  line-height: 2.5;
  width: 100%;
}
.right-bar-layout .right-panel .right-heading {
  color: #fff;
  width: 100%;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}
.right-bar-layout .left-panel {
  background: #fff;
}

.right-panel > .background-wrapper > .container-fluid {
  bottom: 0px;
  position: absolute;
  padding: 70px 40px 20px;
  width: 100%;
  background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  padding-right: 0px;
}

#form-wrapper .container-fluid, #form-wrapper .container-fluid > .row {
  height: 100%;
}

#form-wrapper {
  flex: 1 1 auto;
}

#form-wrapper .container-fluid > .row {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

#form-wrapper {
  display: grid;
}
#form-wrapper .container-fluid {
  padding-bottom: 20px;
  margin-left: unset;
  margin-right: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.right-bar-layout .left-panel, .right-bar-layout .right-panel {
  display: table-cell;
  height: 100%;
}

.right-bar-layout .left-panel > .left-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content-heading {
  color: #2a2f32;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 8px;
}

.content-sub-heading {
  font-size: 14px;
  color: #2a2f32;
  text-align: center;
  padding-bottom: 30px;
}

.content-wrapper {
  width: 400px;
  padding-top: 40px;
  margin-right: 0px;
}

.logo-image {
  text-align: center;
  padding-bottom: 30px;
}
.logo-image img.atplogo {
  max-width: 300px;
  max-height: 50px;
}

input[type=password] {
  width: 100%;
}

input[type=password]::-webkit-credentials-auto-fill-button {
  display: none;
}

.form_container input[type=text]:focus,
.form_container input[type=password]:focus,
.form_container input[type=email]:focus,
.placeholder_wrap:focus-within {
  outline: none;
  border: 1px solid #118aef;
}

input[type=text], input[type=password], input[type=email], textarea {
  margin-bottom: 0px;
  border: 1px solid #bfcace;
  color: #2a2f32;
  font-size: 14px;
  padding-left: 10px;
  background: #fff;
  height: 36px;
  border-radius: 3px;
  font-weight: 300;
  width: 100%;
}

.form-input {
  margin-bottom: 20px;
}

.password-icon {
  content: "";
  background: url("https://cfaccounts.simplicdn.net/frontend/images/on-boarding-icons.svg") no-repeat;
  position: absolute;
  right: 10px;
  display: inline-block;
  top: 10px;
}

.password-icon.password-eye-slash {
  background-position: -4px -4px;
  width: 16px;
  height: 16px;
}

.password-icon.password-eye {
  background-position: -40px -6px;
  width: 16px;
  height: 12px;
  top: 12px;
}

.password-field {
  display: flex;
  position: relative;
}

.terms-content {
  font-size: 14px;
  text-transform: none;
  color: #484f57;
}

.terms-content a, .terms-content .link-12sp, .terms-content .link-14sp, .terms-content .link-grey {
  color: #118aef;
  font-size: 14px;
}

.btn-signup, .btn-signup:hover, .btn-signup:active:hover, .btn-signup:active, .btn-signup:active:focus, .btn-signup:focus {
  background: #118aef;
  width: 100%;
  text-transform: none;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  line-height: 40px;
  padding: 0px;
}

input[type=checkbox] + label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  position: relative;
  top: 5px;
  content: "";
  background: url("https://cfaccounts.simplicdn.net/frontend/images/on-boarding-icons.svg") no-repeat;
  background-position: -3px -39px;
  border: none;
}

input[type=checkbox]:checked + label:before {
  background: url("https://cfaccounts.simplicdn.net/frontend/images/on-boarding-icons.svg") no-repeat;
  background-position: -39px -39px;
}

.footer {
  white-space: nowrap;
  font-size: 10px;
  text-align: center;
  padding-bottom: 10px;
  text-decoration: none;
}

.footer a, .footer .link-12sp, .footer .link-14sp, .footer .link-grey {
  font-size: 10px;
  color: #118aef;
}

input[disabled] {
  color: #81868a;
  cursor: not-allowed !important;
}

.rememberMe {
  font-size: 12px;
  color: #484f57;
  text-transform: none;
}

.forgot-link a, .forgot-link .link-12sp, .forgot-link .link-14sp, .forgot-link .link-grey {
  color: #118aef;
  font-size: 12px;
  text-transform: none;
}

.or-div {
  text-align: center;
  font-size: 14px;
  padding: 16px;
  color: #2a2f32;
  line-height: 14px;
}

.signup_link span {
  color: #484f57;
  font-size: 14px;
  padding-right: 5px;
  padding-top: 24px;
}

.signup_link a, .signup_link .link-12sp, .signup_link .link-14sp, .signup_link .link-grey {
  color: #118aef;
  font-size: 14px;
}

.sso_button_div {
  display: inline-block;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0;
  width: 100%;
  border: solid 1px #118aef;
  border-radius: 2px;
}
.sso_button_div .btn {
  color: #118aef;
  background: #fff;
  display: flex;
}
.sso_button_div .btn .sso-icon {
  width: 60px;
  height: 40px;
  background: #118aef;
  display: grid;
}
.sso_button_div .btn .sso-icon .content {
  color: #fff;
  font-size: 7px;
  line-height: 7px;
  padding-top: 5px;
}
.sso_button_div .btn .sso-icon .icon {
  width: 33px;
  height: 18px;
  position: relative;
  content: "";
  background: url("https://cfaccounts.simplicdn.net/frontend/images/on-boarding-icons.svg") no-repeat;
  background-position: -216px -1px;
  float: left;
  top: 7px;
  left: 13px;
}
.sso_button_div .btn .sso-text {
  padding-left: 86px;
}

.sso-group-name {
  font-size: 14px;
  color: #81868a;
  text-align: center;
  line-height: 14px;
  margin-bottom: 8px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.form_container input:focus:invalid {
  background-image: none;
}

input:-internal-autofill-selected {
  background: none !important;
}

.form_container .dirty input:required:invalid, input.invalid, .placeholder_wrap.invalid {
  border: 1px solid #ff0000;
}

.red {
  color: #ff0000;
}

.form_container .dirty input[type=checkbox]:required:invalid + label:before {
  background-position: -144px -36px;
}

.form_container .dirty input[type=password]:required:invalid ~ .password-icon.password-info, .form_container .dirty input[type=password].invalid ~ .password-icon.password-info {
  background-position: -112px -4px;
}

#msg_box, #error_box, #tmp_msg_box {
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
  padding-bottom: 16px;
  background: none;
  border-radius: 0px;
  margin-bottom: 0px;
  line-height: 14px;
}

#tmp_error_box {
  color: #ff0000;
  font-size: 12px;
  padding-top: 6px;
}

.bold-700 {
  font-weight: 700;
}

.bold-500 {
  font-weight: 500;
}

/* Compatibility Fixes */
@media only screen and (max-height: 500px) and (max-width: 980px) {
  .hidden-md {
    display: none !important;
  }

  .right-bar-layout {
    display: table;
    margin: auto;
  }

  .left-panel .container-fluid > .row {
    float: none !important;
    justify-content: center;
  }

  .content-wrapper {
    padding: 40px 0px 0px;
    width: 400px;
  }

  .footer {
    width: 100%;
    white-space: initial;
    text-align: center;
    left: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
}
/* tablet */
@media only screen and (min-width: 500px) and (max-width: 1186px) {
  .footer {
    /* right: unset; */
    text-align: center;
    width: 100%;
    margin-right: 0px;
  }

  .right-panel .image {
    width: auto;
  }

  .right-panel .image img {
    width: 545px;
    height: 415px;
  }

  .left-panel .container-fluid > .row {
    margin: 0px;
    justify-content: center;
    float: none !important;
  }

  .left-panel .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper {
    padding: 40px 0px 0px;
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hidden-md {
    display: none;
  }

  .col-md-5 {
    width: 100% !important;
  }

  .footer {
    /* right: unset; */
    text-align: center;
    width: 100%;
    margin-right: 0px;
    width: 400px;
    margin: auto;
  }

  .left-panel .container-fluid > .row {
    float: none !important;
    justify-content: center;
  }

  .content-wrapper {
    padding: 40px 0px 0px;
    width: 400px;
  }
}
@media only screen and (max-height: 1000px) and (orientation: landscape) {
  .right-panel > .background-wrapper > .container-fluid {
    background: -webkit-linear-gradient(0deg, black 0% rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%) !important;
  }
}
@media only screen and (min-height: 1150px) and (max-height: 1200px) and (orientation: landscape) {
  .right-panel > .background-wrapper > .container-fluid {
    background: -webkit-linear-gradient(0deg, black 0%, black 50%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 0%, black 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, black 0%, black 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, black 50%, rgba(0, 0, 0, 0) 100%) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1024px) and (orientation: landscape) {
  .right-bar-layout > .col-md-5 {
    width: 45%;
  }

  .right-bar-layout > .col-md-7 {
    width: 55%;
  }

  .right-panel > .background-wrapper > .container-fluid {
    background: -webkit-linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0) 100%) !important;
    padding-top: 100px;
  }

  .right-bar-layout .right-panel .content {
    font-size: 18px;
  }

  .right-bar-layout .right-panel .additional-content {
    font-size: 16px;
  }

  .right-bar-layout .right-panel .right-heading {
    font-size: 32px;
  }
}
@media only screen and (max-height: 900px) and (max-width: 1250px) {
  .right-panel > .background-wrapper > .container-fluid {
    background: -webkit-linear-gradient(0deg, black 0%, black 50%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 0%, black 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, black 0%, black 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, black 50%, rgba(0, 0, 0, 0) 100%) !important;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .hidden-md {
    display: none !important;
  }

  .col-md-5 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .right-bar-layout > .col-md-5 {
    width: 41.66666667% !important;
  }

  .right-bar-layout > .col-md-7 {
    width: 58.33333333% !important;
  }

  .right-panel > .background-wrapper > .container-fluid {
    background: -webkit-linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0) 100%);
    padding-top: 100px;
  }
}
/* Mobile */
@media only screen and (max-width: 650px) and (orientation: portrait) {
  .hidden-xs {
    display: none;
  }

  .footer {
    /* right: unset; */
    text-align: center;
    white-space: initial;
    width: 345px;
    margin: auto;
  }

  .code_wrap input {
    width: 200px !important;
  }

  .left-panel .container-fluid > .row {
    float: none !important;
    justify-content: center;
  }

  .content-wrapper {
    padding: 40px 0px 0px;
    width: 345px;
  }
}
@media only screen and (max-width: 349px) {
  .content-wrapper {
    width: 100%;
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1000px) {
  .hidden-md {
    display: none !important;
  }

  .col-md-5 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .col-md-5 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .col-md-5 {
    width: 100% !important;
  }
}
/* Firefox compatibility */
@supports (-moz-appearance: none) {
  .right-bar-layout .left-panel, .right-bar-layout .right-panel, .left-content {
    min-height: 100vh;
  }

  .right-bar-layout .right-panel {
    display: table;
  }
}
@supports (-moz-appearance: none) {
  @media screen and (max-height: 675px) {
    .right-bar-layout .right-panel, .right-bar-layout .left-panel, .right-bar-layout {
      height: auto;
    }

    .left-content {
      bottom: 0px;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
    }
  }
}
.certificate-options-container {
  padding: 0;
  margin: 0 0 5% 0;
}

.certificate-options-container .box {
  padding: 15px 0px 10px 0px;
  list-style: none;
  border-bottom: 2px solid darkgray;
}

.certificate-options-container .box-nav {
  border-bottom: 1px solid darkgray;
  display: flex;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a, ul.breadcrumb li .link-12sp, ul.breadcrumb li .link-14sp, ul.breadcrumb li .link-grey {
  color: #0275d8;
  text-decoration: none;
}

ul.breadcrumb li a:hover, ul.breadcrumb li .link-12sp:hover, ul.breadcrumb li .link-14sp:hover, ul.breadcrumb li .link-grey:hover {
  color: #01447e;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "❯";
  margin-right: 8px;
}

.bg-certificate-tab {
  font-size: 18px;
  color: #0275d8;
  display: inline-block;
  border-bottom: 5px solid #0275d8;
  cursor: pointer;
  padding: 9px 28px;
  border-radius: 5px 5px 0px 0px;
  margin-right: 10px;
}

.for-btn {
  background: transparent !important;
  padding: 0px !important;
}

.certificate-options-container .config-area {
  margin-top: 10px;
}

.certificate-options-container td,
.certificate-options-container th {
  padding: 3px;
}

.save-title-para {
  font-weight: 500;
  margin-top: 10px;
}

.cert-field-title {
  font-size: 18px;
  font-weight: 400;
}

.cert-field-desc {
  font-size: 11px;
  line-height: 14px;
  font-weight: 100;
}

#simplidefault-div {
  margin-top: 15px;
}

.temp-preview {
  max-width: 100%;
}

.mb-2px {
  margin-bottom: 2px;
}

.ptb-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-20px {
  margin-top: 20px;
}

.p-0 {
  padding: 0px !important;
}

#certificate-details textarea:read-only,
#certificate-details input:read-only {
  background-color: #eee;
  cursor: no-drop;
}

input#simplidefault,
input#custom {
  margin: 0 10px;
}

#custom-div {
  display: none;
}

.main > .container-fluid.stickyFluid {
  position: relative;
  min-height: 720px;
}

.fbox {
  background-color: #eeeeee;
  border: 2px solid grey;
  padding: 20px;
  margin: 30px 0 0 0;
}

input[name=custom-cert] {
  margin: 0 -39px 0 0;
}

textarea[name=program-description] {
  height: 125px;
}

#exampleModalCenter1 .modal-dialog, .modal-dialog-centered {
  width: 879px;
}

.preview-section-para {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  color: black;
}

.cert-preview-title {
  font-weight: 500;
}

.preview-image-simpli {
  max-width: 100%;
}

#certificate-details .checkbox {
  display: none;
}
#certificate-details input[type=checkbox] + label:before {
  display: none;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 5px;
  content: "";
  background: url(https://cfaccounts.simplicdn.net/frontend/images/on-boarding-icons.svg) no-repeat;
  /* background-position: -3px -39px; */
  border: none;
}
#certificate-details .switch {
  align-items: center;
  background-color: gray;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  height: 27px;
  justify-content: space-between;
  position: relative;
  user-select: none;
  width: 70px;
  border: 1px solid #0275d8;
  color: #0275d8;
}
#certificate-details .checkbox:checked ~ .switch {
  background-color: #fff;
}
#certificate-details .checkbox:not(:checked) ~ .switch {
  background-color: #fff;
  border-color: black;
  color: black;
}
#certificate-details .switch__left {
  padding-left: 5px;
  font-weight: normal;
}
#certificate-details .switch__right {
  color: black;
  font-weight: normal;
  padding-right: 5px;
}
#certificate-details .checkbox:not(:checked) ~ .switch .switch__left {
  visibility: hidden;
}
#certificate-details .checkbox:checked ~ .switch .switch__right {
  visibility: hidden;
}
#certificate-details .switch__circle {
  height: 23px;
  position: absolute;
  transition: all 0.1s linear;
  width: 24px;
}
#certificate-details .checkbox:checked ~ .switch .switch__circle {
  left: calc(100% - 26px);
  right: 0;
}
#certificate-details .checkbox:not(:checked) ~ .switch .switch__circle {
  right: calc(100% - 25px);
}
#certificate-details .visiblityCheckedTrueEvent {
  visibility: hidden !important;
}
#certificate-details .notVisiblityCheckedTrueEvent {
  visibility: hidden !important;
}
#certificate-details .checkedTrueEvent {
  left: 0 !important;
  right: calc(100% - 25px) !important;
}
#certificate-details .notCheckedTrueEvent {
  left: calc(100% - 26px) !important;
  right: 0 !important;
}
#certificate-details .switch__circle-inner {
  background-color: #0275d8;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #0275d8;
}
#certificate-details input[type=text]:disabled {
  border-bottom: 1px solid #d8d8d8;
  background: lightgrey;
  cursor: default;
}
#certificate-details button.btn.save-section-button:disabled {
  background: darkgray;
  border: 1px solid darkgrey;
  color: #000;
}

.fetch-modal-title {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin: 10px 0px 10px 0px;
}

.course-fetch {
  width: 95%;
  margin: 0 auto;
  border: 1px double black;
  padding: 40px 0px;
  height: 175px;
  background-color: #bbb8b885;
  text-align: left;
}

.fetch-modal-button {
  background-color: #8c8b8b85;
  color: black;
  font-size: 13px;
}

.fetch-modal-button-v-c {
  width: 100px;
  background-color: white;
  font-size: 14px;
  border: 1px solid black;
}

.fetch-modal-button-v-c-change {
  background: #2196f3;
  color: white !important;
  width: 100px;
  font-size: 14px;
  border: 1px solid black;
}

.fetch-modal-footer {
  padding: 20px;
}

.cert-fetch-error {
  font-size: 12px;
  color: red;
  font-weight: 500;
  text-align: left;
  line-height: 16px;
}

.save-section-button {
  width: 110px;
  font-size: 13px;
  margin-right: 10px;
  background-color: #f5f7f6;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5%;
}

.save-section-anchor {
  cursor: pointer;
  color: #0275d8;
}

.save-completion-criteria-button {
  width: 147px;
  font-size: 14px;
  margin-right: 10px;
  background-color: #01A7DD5C;
  font-size: 16px;
  color: #FFFFFF;
  padding: 6px 12px;
  border: 0px;
  display: inline-block;
}


.save-completion-criteria-button:hover{
  color: #FFFFFF;
}

.cancel-completion-criteria-button {
  width: 147px;
  font-size: 14px;
  margin-right: 10px;
  font-size: 16px;
  color: #4F4F4F;
  background-color: unset;
  padding: 6px 12px;
  border: 0px;
  display: inline-block;
}

#course-name-p {
  border: 1px solid #bfcace;
  padding: 5px 8px;
  padding-left: 10px;
  border-radius: 3px;
  color: #2a2f32;
}

#saveModalPopup .modal-title, #certModalCenter .modal-title {
  text-align: left;
  font-size: 18px;
}
#saveModalPopup .modal-header .close, #certModalCenter .modal-header .close {
  background: transparent;
  border: 0px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#saveModalPopup .modal-header .close ::after, #certModalCenter .modal-header .close ::after {
  display: none;
}

.success-view-message {
  text-align: left;
  display: none;
}

#simplidefault-div-off {
  margin-top: 20px;
}

.for-btn .btn-bg-black-custom {
  font-size: 14px;
  padding: 10px 15px 8px 15px;
  color: white;
  background-color: #00A7DD;
  border: 2px solid #00A7DD;
  width: 100%;
}

.certificate-options-container .ui-dialog,
.certificate-options-container .ui-widget,
.certificate-options-container .ui-widget-content,
.certificate-options-container .ui-corner-all,
.certificate-options-container .ui-draggable,
.certificate-options-container .ui-resizable {
  background: white !important;
}

/*# sourceMappingURL=main.css.map */

#cohort-details h6{
	margin-block-end: 0;
	margin-block-start: 0;
}
#cohort.welcome-class{
	color: #000000;
}
#cohort-class-schedule h6{
	margin-block-end: 0;
	margin-block-start: 0;
}
#cohort-selection-dropdown.selectbox-icon:before{
	margin-right: 0;
}
.note{
	font-size: 12px;
	line-height: 16px;
}
.title-text{
	color: #00a6df;
}
section#cohort-section{
	font-size: 12px;
}
#cohort-class-schedule .col-lg-5:first-child{
	padding-left: 15px
}
.modal #assign-multiple-courses #cohort-section{
  padding: 0;
  text-align: left;
}
.modal #cohort-section{
  padding: 0 15px;
  text-align: left;
}
#validity-note, #individual-assignment-note{
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}
#validity-note img, #individual-assignment-note img{ 
  margin-right: 5px;
  margin-top: 2px;
}
.mb-none{
  margin-bottom: 0;
}
.mb-md{
  margin-bottom: 20px;
}
.course-details-wrap #default-product-row, .course-details-wrap #default-library-row{
  margin-bottom: 15px;
}
#cohort-section hr{
  margin-top: 0;
}
.license-card-container {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
  margin: 18px 0;
}
.license-card {
  background-color: #fff;
  width: 300px;
  height: 160px;
  padding: 18px;
  border: 1px solid #d3d3d3;
}
.license-card span {
  display: block;
  font-weight: 500;
  color: #00000066;
}
.license-card span.license-card-heading {
  font-size: 16px;
  color: #000000e6;
}
.license-card span.license-card-program-count {
  font-size: 24px;
  color: #87ceeb;
}
.license-card span.license-card-delivery-count {
  font-size: 14px;
}
@media (max-width: 1650px) {
  .license-card {
    width: 220px;
    height: 140px;
    padding: 10px;
  }
  .license-card span.license-card-heading {
    font-size: 12px;
  }
  .license-card span.license-card-program-count {
    font-size: 14px;
  }
  .license-card span.license-card-delivery-count {
    font-size: 10px;
  }
  
}

.delivery-select {
  padding-bottom: 30px !important;
}

.access-validity {
  width: 30%;
  padding-bottom: 15px;
}

.avl-lic{
  font-weight: bold;
  margin: 18px 0;
}
#order_history_table {
  border: 1px solid #ddd;
  background: white;
} 
#myInput {
  margin-right: 30%;
background-position: 10px 12px;
background-repeat: no-repeat;
width: 28%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 41px;
margin-top: 21px;
text-align: center;
float: right;
}
.inner_table{
border: 1px solid #ddd;
}

.bundle-head {

width: 32%;

}
.products-table{
border-bottom: 1px solid #bbbec0de;
width: -moz-available;
}
.modal-products{
width: 846px
}
.order_history_table_class tbody tr td {
position: relative;
padding: 11px;
text-align: center;
word-break: break-word;
word-wrap: break-word;
}
.products-head{
text-align: left;
border-bottom: solid;
}
.products-body{
text-align: left;
border-bottom: 1px solid #bbbec0de;
}
.blue-arrow-down{
margin: -14px 12px -18px;
text-align: left;
color: #00a6df;
font-size: 24px;
}
.label-txt-order-number{
font-size: 14px;
padding-left: 10px;
color: #00a6df;
}
.order-row:hover{
background-color: #f5f5f5;
cursor: pointer;
}
.view-products-btn{
border-bottom: 1px solid blue;
cursor: pointer;
}
.order-expiry {
text-align: left;
margin: 12px;
}
.modal-products-text{
color:black;
}
.modal-heads-text{
color:black;
}

.form-control-wrapper-first-last {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.form-group-first-last {
	flex: 1; 
	margin-right: 20px; 
}

.form-group-first-last:last-child {
	margin-right: 0;
}
.password-acc-setup-icon{
	top:50% !important;
  }
#cnf-password-acc-setup-icon{
	top:50%;
}
#password {
  position: relative;
}
.eye-icon {
  position: absolute;
  right: 35px; 
  cursor: pointer;
  top: 40px; 
}

.eye-icon span {
  background-position: -20px -81px;
}

.eye-icon span:hover .password-tooltip,
.eye-icon span:focus .password-tooltip {
  visibility: visible;
  opacity: 1; 
  display: block !important;
  background-color: white;
}

/* Invalid password state */
.user_pwd[type="password"].invalid + .eye-icon span {
  background-position: -101px -81px; /* Background position for invalid state */
}

.form-control-material {
  padding-right: 60px;
}

div.pwd-alert.popover.right {
  top: -68px;
  left: 404px;
}
.password-icon {
  
  top:40px;
}

.password-icon.active-password-info {
  background-position: -61px -81px;
  width: 20px;
  height: 20px;
}
.password-icon.password-eye {
  top:40px;
}

/* CSS for b2b completion criteria changes*/

.rule_blocks_wrap {
  width: 100%;
  overflow-x: auto;
  padding: 20px;
  background: #F1F5F8;
  border: 1px solid #BDBDBD;
  margin-left: 8px;
}

.rule_blocks_wrap .form-control {
  margin-bottom: 0 !important;
}

.rule_blocks {
  width: 1500px;
}

.rule_blocks .cols_rule_bl {
  border: 1px solid #BDBDBD;
  padding: 30px 15px 14px 15px;
  width: 363px;
  display: inline-block;
  vertical-align: middle;
  background: #F2F2F2;
}

.rule_blocks {
  display: inline-block;
  clear: both;
}



.mid-line-dashed {
  display: inline-block;
  vertical-align: middle;
  width: 184px;
}

.mid-line-dashed:after,
.mid-line-dashed:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #BDBDBD;
}

.mid-line-dashed select.form-control {
  width: 73px;
  display: inline-block;
  padding: 0;
}

.plus_icon_add {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #BDBDBD;
  margin: 6px auto;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-top: 23px;
}

.plus_icon_add:before {
  display: inline-block;
  content: "";
  height: 22px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: -23px;
  left: 14px;
}

.plus_icon_add:after {
  content: "+";
  display: inline-block;
  width: 21px;
  height: 20px;
  font-size: 23px;
  color: #ccc;
  position: absolute;
  left: 7px;
  top:3px;

}

.add_plus_bl {
  width: 130px;
}

.add_plus_bl:before,
.add_plus_bl:after {
  display: none;
}

.add_plus_bl .plus_icon_add:before {
  height: 1px;
  width: 50px;
  top: 15px;
  left: -51px;
}

.and-or-line:before,
.and-or-line:after {
  content: "";
  height: 25px;
  width: 1px;
  background: #ccc;
  display: block;
  position: relative;
  left: 50%;
}

.and-or-line .form-control {
  text-align-last: center;
}


.rule-box {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding: 8px;
}

.model-save-button {
  width: 180px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  background-color: #01A7DD;
  font-size: 14px;
  color: #FFFFFF;
  padding: 12px 6px;
  border: 0px;
  display: inline-block;
}

.model-cancel-button {
  width: 180px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  font-size: 14px;
  background-color: unset;
  color: #01A7DD;
  padding: 12px 6px;
  border: 1px solid #01A7DD;
  display: inline-block;
}

.criteria-box {
  display: inline-block;
  justify-content: start;
  text-align: start;
  border: 1px solid #BDBDBD;
  padding: 10px;
}

.cross-btn-align {
  text-align: right;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* Styling for the last-updated-b2b-completion text */
.last-updated-b2b-completion {
  font-size: 14px;
  color: #666;
}

/* Custom help icon styling */
.help-icon {
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
}

.modal-custom {
  max-width: 850px;
  max-height: 550px;
  border: 2px solid #BDBDBD;
  border-radius: 4px;
  padding: 30px;
}


/* .modal-dialog {
      margin-top: 0;
  } */

.modal-backdrop-filter {
  /* backdrop-filter: blur(1px); */
  background-color: rgba(0, 0, 0, 0.5);
}



.cert-history-container {
  height: 390px;
  overflow-y: scroll;
}

.cert-criteria-label {
  font-size: 20px;
  font-weight: bold;
}

.cert-h-row {
  display: flex;

  border: 1px solid #ddd;
}

.cert-h-header {
  font-weight: bold;
  /* Make header text bold */
  padding: 10px;
  /* Add padding for headers */
  text-align: left;
  border-right: 1px solid #ddd;
}

.cert-h-col {
  padding-top: 8px;
  border-right: 1px solid #ddd;
  text-align: left;
}

.cert-h-col>.heading-title {
  text-align: left;
}

.cert-h-col>.description {
  text-align: left;
}

.activated-date {
  font-weight: 400;
}

.heading-title {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;

}

.or-section,
.and-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.or-section hr,
.and-section hr {
  flex: 1;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 10px;
}

/* .text-bold {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 10px;
} */

.description {
  margin-top: 10px;
  font-size: 1em;
}

.header-criteria {
  text-align: left;
  font-weight: bold;
  padding: 10px 0px;
}

/* Flex container for horizontal alignment */
.box-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}

.box-heading-heading {
  margin-top:20px;
  font-size: 16px;
  font-weight: 500;
}

/* Left side text */
.left-text-header {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* Right section containing the date and help icon */
.right-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Space between date and icon */
}

.b2b_criteria_step_one {
  padding-right: 10px;
  padding-left: 10px;
}

.b2b_criteria_step_one_box{
  margin-right: -10px;
  margin-left: -10px;
}

.certificate-options-container .flash-success {
  background: #27AE60;
  display: table;
}

.certificate-options-container .msg-flash {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.certificate-options-container .flash-msg-top {
  z-index: 99999;
}


.b2b-criteria-info-box {
  margin: 20px 0px 10px 0px;
}

.view-container {
  margin-top: 1%;
  border: 1px solid #828282;
  background-color: #F5F5F5;
}



.step-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.step-section span {
  font-size: 14px;
  font-weight: "bold";
}

.step-section hr {
  flex: 1;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 10px;
}


.criteria-box-input {
  display: flex;
  align-items: center;
}

.course_content_label {
  margin: 0px;
  font-size: 12px;
  font-weight: 350;
}

.criteria-text-bold {
  font-weight: 800;
}

.criteria-box-input input[type="text"] {
  width: 50%;
  margin-top: 4px;
  border: 1px solid #DFDFDF;
}

.criteria-input-label {
  font-size: 12px;
  color: #333333;
}


.v_level_operand input {
  display: block;
  margin-bottom: 5px;
}


.h_level_operand input {
  margin-top: 2px;
  width: 20%;
}

.criteria-text-color {
  color: #333333;
}

.criteria-description {
  margin-top: 10px;
  font-size: 1em;
}

.criteria-note-list {
  list-style-type:disc; 
  padding:8px 25px;
  color: #333333
}

.criteria-note-heading {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333
}

.criteria-note-box {
  border: 1px solid;
  padding: 10px 0px 0px 2px;
}

.course_contain_heading {
  font-weight: 500;
  margin-top: 25px;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
input::-ms-reveal,
input::-ms-clear {
  display: none !important;
}
#library-category-select-box-ul input.category-checkbox[type=checkbox] {
  color: #D8D8D8;
  display: inline !important;
  position: static;
  margin: 6px;
  margin-left: 10px;
  z-index: -1;
  width: 14px;
  height: 14px;
  overflow: hidden;
  left: 0;
  opacity: 1;
  pointer-events: none;
}

#additional-category-select-box-ul input.category-checkbox[type=checkbox] {
  color: #D8D8D8;
  display: inline !important;
  position: static;
  margin: 6px;
  margin-left: 10px;
  padding: 5px;
  z-index: -1;
  width: 14px;
  height: 14px;
  overflow: hidden;
  left: 0;
  opacity: 1;
  pointer-events: none;
}