/* font-face */

@font-face {
  font-family: "tex";
  src: url("/public/fonts/texgyreadventor-regular/texgyreadventor-regular.eot?")
      format("eot"),
    url("/public/fonts/texgyreadventor-regular/texgyreadventor-regular.woff")
      format("woff"),
    url("/public/fonts/texgyreadventor-regular/texgyreadventor-regular.ttf")
      format("truetype"),
    url("/public/fonts/texgyreadventor-regular/texgyreadventor-regular.svg#TeXGyreAdventor-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "tex-bold";
  src: url("/public/fonts/texgyreadventor-bold/texgyreadventor-bold.eot?")
      format("eot"),
    url("/public/fonts/texgyreadventor-bold/texgyreadventor-bold.woff")
      format("woff"),
    url("/public/fonts/texgyreadventor-bold/texgyreadventor-bold.ttf")
      format("truetype"),
    url("/public/fonts/texgyreadventor-bold/texgyreadventor-bold.svg#TeXGyreAdventor-Bold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.tex {
  font-family: "tex", Arial, Helvetica, sans-serif;
}

/* --- Tags --- */

body {
  background: #f8fbff;
  padding: 0;
  margin: 0;
  font-family: "tex", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
}

img {
  border: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: 400;
}

h2 {
  padding: 0 0 25px 0;
  font-size: 20px;
  color: #133246;
}

h3 {
  padding: 35px 0 10px 0;
  font-size: 18px;
  font-weight: 800;
  color: #a04aa9;
}

p {
  padding: 5px 0;
  margin: 0;
  font-family: "tex", Arial, Helvetica, sans-serif;
  color: #4d555c;
  line-height: 1.8em;
}

a {
  color: #00aeef;
  text-decoration: none;
}

a:hover {
  color: #40c6ed;
}

ul li {
  color: #4d555c;
}

hr {
  clear: both;
  padding: 0;
  margin: 0;
  color: #fff;
  border-color: #fff;
  border: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr.alt {
  background-color: #ecf2ff;
}

td {
  padding: 10px;
  line-height: 1.6em;
  color: #737f89;
}

tr.totals td,
td.totals {
  font-weight: 800;
}

tr.incomplete td {
  font-weight: 800;
}

td.overdue {
  color: #7a0026;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select,
textarea {
  float: left;
  line-height: 1em;
}

input.text {
  width: 326px;
  height: 20px;
  padding: 8px 12px 10px 12px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #c3d8e9;
  font-size: 18px;
  color: #133246;
}

input.short {
  width: 170px;
}

input.number {
  width: 40px;
  height: 16px;
  padding: 6px;
}

input[disabled="disabled"],
input.disabled {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

textarea {
  width: 326px;
  height: 150px;
  padding: 8px 12px 10px 12px;
  margin: 0 0 8px 0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #c3d8e9;
  font-size: 18px;
}

label {
  clear: left;
  float: left;
  display: block;
  width: 230px;
  padding: 10px 10px 15px 0;
  text-align: right;
  color: #133246;
}

table select {
  float: right;
}

select.skinned {
  width: 352px;
  height: 40px;
  border: 1px solid white;
  z-index: 20 !important;
}

select.twin {
  width: 170px;
}

div.cmf-skinned-select {
  /* To support skinned droplist */
  float: left;
  border: 1px solid #c3d8e9;
  background: url(../images/select_skin.png) top right no-repeat;
  margin-right: 10px;
}

div.cmf-skinned-text {
  /* To support skinned droplist */
  height: 38px;
  padding: 8px 0 10px 10px;
  font-size: 16px;
  color: #133246;
}

form h1,
form h2,
form p {
  margin-bottom: 10px;
  padding-left: 240px;
}

form h2 {
  padding: 20px 0 10px 240px;
  font-size: 16px;
  font-weight: 800;
  color: #a04aa9;
}

form p.summary {
  padding-bottom: 20px;
  width: 500px;
}

div.fileinputs {
  position: relative;
  float: left;
  width: 350px;
}

div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 350px;
  height: 40px;
}

input.file {
  position: relative;
  text-align: right;
  width: 350px;
  height: 40px;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
}

.upload_fake_input {
  width: 230px;
  height: 22px;
  padding: 8px 12px 10px 12px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #c3d8e9;
  font-size: 18px;
  background: #fff;
}

.browse_btn {
  float: right;
  width: 86px;
}

/* --- Common --- */

strong {
  color: #133246;
  font-weight: 400;
}
/*
.btn,
.form_btn {
  display: block;
  float: left;
  background: url(../images/btn_yellow_template.png) no-repeat top right;
  width: auto;
  height: 32px;
  padding: 8px 35px 0 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "tex-bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1em;
  text-shadow: -1px -1px #d99926;
  color: #fff;
  border: 0;
}
*/
.form_btn_registration_complete {
  display: block;
  float: left;
  /*background-color: red;*/
  width: auto;
  height: 40px;
  padding: 0px 35px 0 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "tex-bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1em;
  /*text-shadow: -1px -1px #d99926;*/
  color: #fff;
  border: 0;
}

.btn:hover {
  color: #fff4b9;
}

.form_btn {
  height: 40px;
  padding: 0px 35px 4px 16px;
  cursor: pointer;
}

.btn_grey {
  display: block;
  float: left;
  background: url(../images/btn_grey_template.png) repeat-x top left;
  width: auto;

  padding: 8px 10px 8px 10px;
  margin-right: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
  text-shadow: 1px 1px #e3f0fb;
  color: #45556b;
  border: 1px solid #94a4b1;
  line-height: 14px;
}

button.btn_grey {
  display: block;
  float: left;
  background: url(../images/btn_grey_template.png) repeat-x top left;
  width: auto;
  height: 32px;
  padding: 0 16px 0 16px;
  margin-right: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 31px;
  text-shadow: 1px 1px #e3f0fb;
  color: #45556b;
  border: 1px solid #94a4b1;
}

.actions .btn_grey,
.actions .btn,
.actions .form_btn {
  float: right;
  margin: 0px 0 4px 8px;
}

input.btn_grey {
  height: 32px;
  padding: 0px 15px 4px 15px;
  line-height: 1em;
  cursor: pointer;
}

.form_btn_grey {
  background: url(../images/btn_largegrey_template.png) no-repeat top right;
  text-shadow: -1px -1px #8a9aa7;
  color: white !important;
  font-size: 1rem;
  padding-right: 35px !important;
  border: none;

  font-family: "tex-bold", Arial, Helvetica, sans-serif;
  border-radius: 3px !important;
  float: left;
}

.btn_grey:hover {
  color: #133246;
}

.form_btn_grey:hover {
  color: #ddeaf5;
}

table .btn,
table .btn_grey {
  background: #40c6ed;
  height: 14px;
  padding: 5px 15px 5px 15px;
  border: 0;
  font-family: "tex", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

table input.btn,
table input.btn_grey {
  height: 24px;
  padding: 0px 15px 4px 15px;
  border: 0;
  cursor: pointer;
  font-family: "tex", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

table .btn:hover,
table .btn_grey:hover {
  background-color: #00aeef;
  color: #fff;
}

hr.divider {
  background: url(../images/bg_div_light.png) repeat-x top left;
  height: 2px;
}

hr.spacer {
  height: 20px;
}

ul.icon_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.icon_list li {
  width: 340px;
  padding: 0 0 17px 0;
}

ul.icon_list li .icon {
  float: left;
  width: 16px;
  height: 16px;
  padding: 2px 10px 15px 0;
}

.icon_add,
input.icon_add {
  display: block;
  background: url(../images/btn_add_icon.png) no-repeat top left;
  padding-left: 32px;
}

.icon_edit,
input.icon_edit {
  display: block;
  background: url(../images/btn_edit_icon.png) no-repeat top left;
  padding-left: 32px;
}

.icon_remove,
input.icon_remove {
  display: block;
  background: url(../images/btn_remove_icon.png) no-repeat top left;
  padding-left: 32px;
}

.icon_basket,
input.icon_basket {
  display: block;
  background: url(../images/btn_basket_icon.png) no-repeat top left;
  padding-left: 36px;
}

.icon_piechart,
input.icon_piechart {
  display: block;
  background: url(../images/btn_piechart_icon.png) no-repeat top left;
  padding-left: 32px;
}

.icon_piechart,
input.icon_piechart {
  display: block;
  background: url(../images/btn_barchart_icon.png) no-repeat top left;
  padding-left: 32px;
}

.icon_download,
input.icon_download {
  display: block;
  background: url(../images/btn_download_icon.png) no-repeat top left;
  padding-left: 32px;
}

.icon_notes,
input.icon_notes {
  display: block;
  background: url(../images/btn_notes_icon.png) no-repeat top left;
  padding-left: 32px;
}

table .icon_add,
table input.icon_add {
  background: #40c6ed url(../images/table_btn_add.png) no-repeat;
  background-position: 8px 9px;
  padding-left: 25px;
}

table .icon_remove,
table input.icon_remove {
  background: #40c6ed url(../images/table_btn_remove.png) no-repeat;
  background-position: 8px 12px;
  padding-left: 25px;
}

/* Forms */

.login .text {
  width: 460px;
}

.login .password {
  width: 250px;
}

.field_note {
  float: left;
  width: 190px;
  padding: 10px 0 0 20px;
  text-align: left;
  color: #737f89;
}

.form_note {
  width: 350px;
}

.checkbox {
  margin: 5px 10px 0 0;
  padding: 0;
}

.end_form_checkbox {
  padding-left: 240px;
  text-align: left;
  color: #737f89;
}

/* --- Navigation --- */

.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 35px;
}

.nav li {
  float: left;
  display: block;
}

.nav li a {
  display: block;
  font-size: 14px;
  color: #133246;
  padding: 0px 10px;
  height: 27px;
}

.nav li a:hover {
  color: #40c6ed;
}

.nav li.current a {
  background: url(../images/nav_bg_on.png) repeat-x top left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

.subnav {
  height: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.subnav li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #8f9eab;
  font-size: 12px;
  line-height: 1em;
}

.subnav li a {
  padding: 0 5px;
}

.subnav li.current a,
.subnav li.current a:hover {
  background: #40c6ed;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}

.subnav li.first {
  padding: 0 10px 0 0;
}

.subnav li.last {
  padding: 0 10px 0 15px;
  border: 0;
}

.subnav li a:hover {
  color: #40c6ed;
}

/* --- Structural --- */

.container {
  width: 960px;
  margin: 0 auto;
}

.col {
  float: left;
}

.quarter {
  width: 240px;
}

.half {
  width: 480px;
}

.three_quarters {
  width: 720px;
}

.text_margin_right p {
  padding-right: 130px;
}

/* Header */

#header {
  padding: 5px 0px 10px 0px;
}

#header .logo {
  display: block;
  float: left;
  margin: 0 0 0 0;
}

#header .nav_group {
  float: right;
  width: 720px;
  height: 30px;
}

#header .subnav {
  float: right;
  padding: 5px 0 0 0;
}

#header .nav {
  clear: right;
  float: right;
  padding: 10px 0 0 0;
}

#header .nav li {
  padding: 0 0 0 10px;
}

/* Footer */

#footer {
  background: url(../images/bg_div_light.png) repeat-x top left;
  width: 100%;
  margin-top: 30px;
}

#footer .content {
  border-top: 1px solid #eee;
  width: 960px;
  margin: 0 auto;
}

#footer .content .nav {
  float: left;
  padding: 8px 0 0 0;
}

#footer .content .nav li {
  padding: 0 24px 0 0;
}

#footer .subnav {
  clear: left;
  float: left;
  padding: 15px 0 0 0;
}

#footer .subnav li {
  border-bottom-color: #133246;
}

#footer .subnav li a {
  color: #133246;
}

#footer p {
  clear: both;
  padding: 15px 0 20px 0;
  font-size: 12px;
  color: #737f89;
}

/* --- Pages --- */

/* Home */

#home {
  background: #f8fbff url(../images/home_bg.png) repeat-x top left;
}

#main_image {
  clear: both;
  background: url(../images/home_header_image.png) no-repeat top right;
  height: 268px;
  margin-top: 23px;
}

#main_image .content {
  float: left;
  width: 480px;
}

#main_image h1 {
  padding: 25px 0 0 0;
  font-size: 32px;
  font-weight: 400;
  color: #dbdde1;
  line-height: 1.2em;
  text-shadow: -1px -1px #0f1f27;
}

#main_image p {
  font-size: 15px;
  color: #bacede;
  line-height: 1em;
  text-shadow: -1px -1px #0f1f27;
}

#main_image p.tagline {
  padding: 20px 0 30px 0;
}

#main_image p.tour_link {
  padding: 0;
  font-size: 14px;
}

#main_image .cta {
  display: block;
  background: url(../images/home_btn_cta.png);
  width: 265px;
  height: 38px;
  padding: 8px 0 0 25px;
  font-family: "tex-bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1em;
  text-shadow: -1px -1px #d99926;
  color: #fff;
}

#main_image .cta:hover {
  color: #fff;
}

#usps {
  padding: 28px 0 35px 0;
}

#usps .quarter {
  width: 210px;
  padding: 0 30px 0 0;
}

#usps h2 {
  padding: 0 0 6px 0;
}

#usps h2 .icon {
  float: left;
  width: 20px;
  height: 20px;
  padding: 1px 6px 0 0;
}

.features,
.benefits {
  width: 400px;
  padding: 20px 40px 0 0;
}

#home_mid {
  height: 435px;
}

#search form {
  padding: 0 0 40px 0;
}

#search .text {
  width: 330px;
  font-family: "tex-bold", Arial, Helvetica, sans-serif;
  color: #abbdcc;
  margin-right: 5px;
}

#testimonials img.logo {
  padding: 15px 0 22px 0;
}

#testimonials p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  color: #4d555c;
}

#slideshow_container {
  position: relative;
}

#slider {
  width: 480px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

#slides {
  width: 10000px;
  position: absolute;
  top: 0;
  left: 0;
}

.panel {
  float: left;
  width: 480px;
  height: 190px;
  position: relative;
}

.arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  padding: 28px 0 0 0;
  text-indent: -1999px;
  overflow: hidden;
  cursor: pointer;
}

#left_arrow {
  left: -30px;
  padding-right: 30px;
}

#right_arrow {
  right: -30px;
  padding-left: 30px;
}

#contact_info {
  padding: 0 0 40px 0;
}

/* Marketing Website general styles */

#website {
  background: #f8fbff url(../images/console/background_tile.png) repeat top left;
}

#main_content {
  padding: 0;
}

.rhs {
  padding: 80px 0 0 0;
}

.rhs h2 {
  font-size: 18px;
  padding: 40px 0 10px 0;
}

/* Tour page */

.tour {
  clear: both;
  padding-top: 20px;
}

.tour_content {
  padding: 50px 0 10px 0;
}

.tour .screenshot {
  width: 410px;
  height: 285px;
}

.tour_even .screenshot {
  float: right;
}

/* Topics and Courses Page */

.topics {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 0;
}

.topics li {
  background: url(../images/section_arrow_contracted.png) no-repeat top left;
  background-position: 0px 10px;
  padding: 0 0 20px 0;
}

.topics li.expanded {
  background: url(../images/section_arrow_expanded.png) no-repeat top left;
  background-position: 0px 11px;
}

a.topic_head {
  font-size: 16px;
  font-weight: 800;
  color: #133246;
  padding: 0 0 0 15px;
}

a.topic_head:hover {
  color: #40c6ed;
}

.topics .courses {
}

.topics .course {
  background: #fff;
  padding: 10px;
  margin: 5px 0 0 0;
  border-top: 1px solid #bacede;
  border-bottom: 1px solid #bacede;
}

.topics .course p {
  padding-left: 0;
}

.topics .courses table {
  margin-bottom: 20px;
}

.screenshot {
  float: left;
  width: 240px;
  height: 150px;
  position: relative;
  margin-right: 12px;
  border: 1px solid #d1e7f9;
}

.screenshot .tag {
  width: 79px;
  height: 79px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.description {
  float: left;
  width: 420px;
}

.description h2 {
  padding: 0px;
  font-size: 18px;
}

.description p {
  color: #737f89;
  margin: 0;
}

.purchase {
  float: right;
  width: 250px;
  text-align: right;
}

.price p {
  font-size: 12px;
  padding: 0px;
}

.price .amount {
  font-size: 24px;
  color: #133246;
  padding: 3px 0 60px 0;
  line-height: 1em;
}

.price .amount strike {
  color: #666;
  padding-right: 10px;
  font-size: 14px;
}

/* Pricing page */

.pricing_table {
  background: url(../images/pricing_table_bg.png) repeat-x top left;
  width: 958px;
  margin: 20px auto;
  border: 1px solid #c3d8e9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.package {
  background: url(../images/pricing_table_vert_div.png) repeat-y top right;
  float: left;
  width: 239px;
  height: 398px;
  text-align: center;
}

.active {
  /*background:url(../images/pricing_table_current_bg.png) repeat-x top left;*/
  background-color: rgba(221, 238, 252, 0.5) !important;
}

.active-link {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.pricing_table .last {
  background: none;
}

.package h2 {
  padding: 18px 0 12px 0;
  font-size: 24px;
  font-weight: 800;
  color: #a04aa9;
}

.package p {
  padding-left: 0;
}

.package p.cost {
  padding: 0;
  line-height: 1em;
  font-size: 18px;
  font-weight: 800;
  color: #133246;
}

.package ul {
  list-style: none;
  margin: 45px 0 20px 0;
  padding: 0;
}

.package ul li {
  padding: 0 0 5px 0;
  font-size: 18px;
  color: #737f89;
}

.package strong {
  font-weight: 800;
  color: #d79607;
}

.package .btn,
.package .form_btn {
  float: none;
  margin: 0 auto;
}

.downgrade {
  background: url(../images/pricing_btn_downgrade.png) repeat-x top left;
  padding-right: 16px;
  width: 140px;
}

.downgrade:hover {
  color: #133246;
}

.cancel {
  background: url(../images/pricing_btn_current.png) repeat-x top left;
  text-shadow: -1px -1px #8a9aa7;
  width: 70px;
  padding-left: 16px;
  padding-right: 16px;
}

.cancel:hover {
  color: #efeefc;
}

.upgrade {
  background: url(../images/pricing_btn_upgrade.png) repeat-x top left;
  padding-right: 16px;
  text-shadow: -1px -1px #46a711;
  width: 114px;
}

.upgrade:hover {
  color: #f1fcec;
}

p.bigstar {
  background: url(../images/asterisk.png) no-repeat left;
  padding-left: 15px;
}

.client_companies {
  padding: 10px 0 15px 5px;
  border-top: 1px solid #c3d8e9;
  border-bottom: 1px solid #c3d8e9;
}

.usps {
}

.usps h2 {
  padding: 35px 0 10px 0;
}

.usps h2 .icon {
  float: left;
  width: 20px;
  height: 20px;
  padding: 1px 6px 0 0;
  margin: 0;
}

/* --- Basket --- */

.total {
  padding: 5px 0 15px 0;
  text-align: right;
  font-size: 22px;
  color: #2f3a43;
  line-height: 1em;
}

.total span {
  font-family: "tex-bold", Arial, Helvetica, sans-serif;
}

/* --- Theme --- */

#accent_top {
  clear: both;
  background: #193544 url(../images/console/header_accent_top.png) repeat-x top
    left;
  height: 28px;
  margin-bottom: 25px;
}

#accent_bottom {
  background: #a04aa9 url(../images/console/header_accent_bottom.png) repeat-x
    top left;
  height: 10px;
  margin-bottom: 0px;
}

.nav li.current a {
  background: #193544;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */

.clearfix {
  zoom: 1;
}

.small-table thead td {
  font-size: 12px;
  text-align: center;
}

.small-table .btn_grey {
  padding: 5px 8px;
}

.hide {
  display: none;
}

.fixed-height-table {
  max-height: 300px;
  overflow-y: hidden;
  overflow-y: auto;
}

.sticky-pagination {
  position: sticky;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #fff;
  padding: 15px;
}

.sticky-pagination #add-all {
  float: right;
  margin: 0 !important;
}

.profile-pic {
  width: 592px;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 32px;
}

.profile-pic img {
  width: 150px;
  height: 150px;
  border: 2px solid #ccc;
  padding: 10px;
  object-fit: contain;
  opacity: 1;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.edit-pic {
  transition: 0.5s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.profile-pic img:hover {
  opacity: 0.3;
}

.profile-pic img:hover .edit-pic {
  opacity: 1;
}

.edit-pic .text {
  color: #00aeef;
  font-size: 16px;
  padding: 16px 32px;
}

.upload_input {
  margin-bottom: 15px;
  display: block !important;
}

.county_code_mobile {
  margin-bottom: 15px;
  display: block !important;
}

.county_code_mobile input {
  border: 1px solid #c3d8e9;
}

.county_code_mobile .cmf-skinned-text {
  width: 100px !important;
}

.county_code_mobile .cmf-skinned-select {
  width: 145px !important;
}

.county_code_mobile select.skinned {
  width: 145px !important;
}

.not-approved {
  text-align: center;
  font-size: 25px;
}

.not-approved > span {
  display: block;
  margin-bottom: 10px;
}

.ahq-btn-danger {
  background: #bf4525;
}

#confirmation .modal-footer {
  overflow: hidden;
}

#confirmation .btn {
  padding: 8px 10px;
  margin-right: 10px;
  height: auto;
  float: right;
}

#confirmation button.btn {
  cursor: pointer;
}

.classroom-table.small-table thead td {
  text-align: left;
}

.class-info-block {
  border: 1px solid #bacede;
  padding: 5px;
  margin: 15px 0;
}

.class-info {
  width: 100%;
}

.attendess-block-holder {
  margin-bottom: 15px;
}

.attendess-block {
  display: inline-block;
  vertical-align: top;
}

.attendess-img {
  width: 150px;
  height: 150px;
  border: 1px solid #bacede;
  margin-right: 15px;
}

.attendess-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class-info .nav-tabs {
  height: inherit;
}

.stu-img {
  height: 40px;
  width: 40px;
  border: 1px solid #bacede;
  overflow: hidden;
}

.stu-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 35%;
}

.stu-img.no-border {
  border: 0;
}

.add-attendees {
  float: right;
  margin-bottom: 15px;
}

#addAttendeesModal form {
  width: 75%;
  float: left;
}

#addAttendeesModal .modal-header {
  overflow: hidden;
}

#addAttendeesModal .modal-header .close {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: inherit;
}

#addAttendeesModal label {
  padding: 0 10px 15px 0;
  width: 120px;
  text-align: right;
}

#addAttendeesModal .modal-title {
  margin: 0;
  float: left;
}

#addAttendeesModal ..modal-header .close {
  float: right;
}

#addAttendeesModal .modal-body {
  display: block;
  overflow: hidden;
}

#addAttendeesModal .modal-footer {
  border-radius: 0;
  padding: 5px;
}

#addAttendeesModal .img-holder {
  width: 20%;
  float: right;
  margin-left: 2%;
  border: 1px solid;
  overflow: hidden;
  padding: 5px;
}

#addAttendeesModal .img-holder img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.custom-modal.modal {
  overflow-y: scroll;
}

.custom-modal.modal .modal-body {
  max-height: inherit;
  height: 250px;
  padding: 15px 0;
}

.custom-modal.modal thead th {
  color: #fff;
  text-align: left;
  padding: 10px;
}

.custom-modal.modal .modal-header h5.modal-title {
  margin: 0;
}

.custom-modal.modal .modal-header .close {
  margin-top: 0;
  border: 0;
  padding: 0;
}

.custom-modal.modal .modal-body .loader {
  text-align: center;
}

.custom-modal.modal .modal-body.no-stud {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.pagination_links {
  list-style: none;
  text-align: center;
}

.pagination_links li {
  display: inline;
}

.small-table .btn_remove {
  float: right;
  font-size: 18px;
  line-height: 7px;
  color: #fff;
}

.btn_download_certificate.btn_grey {
  background-color: #62b318 !important;
  color: #ddd;
}

.button-group {
  overflow: hidden;
  max-width: 270px;
  margin: 15px auto 0;
}

.label-summary {
  margin: 10px auto;
  max-width: 320px;
  font-style: italic;
}

.form-text-wrap {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.form-text-wrap input {
  margin-right: 10px;
  float: none;
}

.text-center {
  max-width: 490px;
  margin: 0 auto 15px;
  text-align: center;
}

.verification-footer-btn .btn_grey {
  line-height: 14px;
}

.verification-label {
  line-height: 6px;
}

.ahq-user-inactive-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.ahq-user-inactive-btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ee5f5b),
    to(#bd362f)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.download-report h2 {
  margin-bottom: 15px;
}

.download-report input[type="date"] {
  width: 347px;
  height: 35px;
  display: block;
  margin-bottom: 5px;
  border: 1px solid #c3d8e9;
}

.download-report .btn {
  margin-top: 10px;
}

.no-data-found {
  font-size: 12px;
  margin-bottom: 10px;
  float: left;
  color: #f53d4d;
}

.report-row {
  display: block;
  overflow: hidden;
}
.adecco-status-report {
  text-align: left;
}

.classroom-evaluation-report__text {
  display: flex;
  flex-direction: column;
}

input.classroom-evaluation-report__input {
  padding: 0 !important;
  font-size: 14px !important;
}

.classroom-evaluation-report__btn {
  width: 92px !important;
}

#joining_link_org_role {
  z-index: 0 !important;
}
