/** Layout **/
body {
	padding-top: 5px;
	font-family: 'TitilliumText22LRegular';
	color: #797979;
}

.body-wrapper {
	margin: 10px;
	padding: 0px;
}

/** Header **/
.header {
	margin-bottom: 5px;
}

.header-actions ul {
	list-style: none;
	text-transform: uppercase;
	overflow: hidden;
	margin-left: 0px;
}

.header-actions ul li {
	list-style: none;
	float: left;
	margin-left: 15px;
}

.header-actions form {
	margin: 0px;
}

.header-actions form input {
	width: 150px;
}

.navigation-right {
	width: 75%;
	float: right;
}

.outer-navigation-holder {
	text-transform: uppercase;
	clear: both;
}

.navigation-holder {
	border-top: 1px solid #d9d9d9;
	margin-top: 5px;
	padding-top: 5px;
}

.header a {
	color: #797979;
}

.nav-basic {
	margin: 0;
	padding: 0;
}

.nav-basic > li {
	float: left;
	margin-right: 15px;
	list-style: none;
}

.navbar .nav > li > a {
	padding: 0;
}

.navbar {
	margin-bottom: 15px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus{
	background: none;
	box-shadow: none;
	color: #777777;
}

.navigation-holder ul > li > ul {
	position:absolute;
	list-style: none;
	margin: 0px;
	display: none;
	background-color: #ffffff;
	padding: 0px 5px 5px 5px;
}

.navigation-holder ul > li:hover > ul {
	display: block;
}

.pull-right .nav-basic {
	margin-right: 0;
}

.pull-right .nav-basic > li {
	float: left;
	margin-left: 15px;
	margin-right: 0px;
}

.pull-right .nav-basic > li:first-child {
	margin-left: 0;
}

.upgrade-link {
	background: transparent url(/i/cart-icon.png) no-repeat 0px center;
    padding-left: 30px !important;
    vertical-align: text-top;
}

.logo {
	display: inline-block;
	float: left;
	width: 23%;
	min-width: 100px;
}

.mobile-menu-btn {
	display: none;
}

.icon-lock {
	width: 16px;
	height: 16px;
	display: block;
	background: url(/i/flat-padlock-icon.png) no-repeat 0px 0px;
	margin: 0px;
}

.user-actions {
	overflow: hidden;
}

#fieldset-login #username, #fieldset-login #password {
	width: 236px;
}

/** Data tables **/

.dataTables_filter input {
	width: 200px;
}

.actions {
    float: left;
    margin-right: 15px;
}

.generic-actions {
	clear: both;
	margin-bottom: 15px;
}

.checkbox-actions {
	float: right;
	margin-left: 15px;
}

.item-actions a {
	padding-left: 5px;
	font-size: 14px;
}

.item-actions a:first-child {
	padding-left: 0px;
}

.multiple-checkbox-group {
	width: 90%;
	overflow: hidden;
}

.multiple-checkbox-group .checkbox {
	display: inline-block;
	width: 30%;
	min-height: 25px;
}

/** Text styles **/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}

h1, h2 {
	font-size: 28px;
}

h4 {
	font-size: 14px;
}

strong {
	color: #4D4D4D;
}

span > strong, span > em > strong {
	color: inherit;
}

.green, .green-bold {
	color: #50b948;
}

.green-bold {
	font-weight: bold;
}

.red, .red-bold {
	color: #e51937;
}

.red-bold {
	font-weight: bold;
}

.black, .black-bold {
	color: #000000;
}

.black-bold {
	font-weight: bold;
}

.blue, .bold-blue {
	color: #0055A5;
}

.bold-blue {
	font-weight: bold;
}

.red-background {
	background-color: #e51937;
	color: #ffffff;
}

.blue-background {
	background-color: #0055A5;
	color: #ffffff;
}

.green-background {
	background-color: #50b948;
	color: #ffffff;
}

.red-background a, .blue-background a, .green-background a {
	color: #ffffff;
}

select.green {
	border-color: #50b948;
}

select.red {
	border-color: #e51937;
}

a:hover {
	text-decoration: none;
}

.high-zindex {
	z-index: 9999;
}

.low-zindex {
	z-index: 1;
}

.text-normal-case {
	text-transform: none;
}

.error-text {
    color: #e51937;
}

/** Turn off rounded corners **/
.btn, .no-corners, select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"], .unedi-input {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/** Form styling **/
input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"], .uneditable-input {
	height: 16px;
	line-height: 16px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor: pointer;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(0, 85, 165, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 85, 165, 0.6);
    outline: 0 none;
}

.input-append input, .input-append select, .input-append .uneditable-input {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.form-actions {
    background-color: white;
    border-top: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.control-group {
	margin-bottom: 0px;
}

.control-group .mceEditor table {
	margin-bottom: 10px;
}


#captcha {
	display: none;
}

#recaptcha_widget_div {
	margin-bottom: 10px;
}

option {
	padding: 5px 4px;
}

/** Button styles **/
.btn {
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
}

.btn-outer-blue, .btn-outer-blue:hover {
	background-color: #ffffff;
	border-color: #0055A5;
	border-width: 1px;
	color: #0055A5;
	background-image: none;
}

.btn-primary, .btn-primary:hover, .btn-blue, .btn-blue:hover {
	background-color: #0055A5;
	border-color: #0055A5;
	color: #ffffff;
	background-image: none;
}

.btn-red, .btn-red:hover {
	background-color: #e51937;
	border-color: #e51937;
	border-width: 1px;
	color: #ffffff;
	background-image: none;
}

.btn-green, .btn-green:hover {
	background-color: #50b948;
	border-color: #50b948;
	border-width: 1px;
	color: #ffffff;
	background-image: none;
}

.btn-grey {
	background-color: #ffffff;
	border-color: #D9D9D9;
	color: #D9D9D9;
	border-width: 1px;
	background-image: none;
}

.btn-grey:hover {
	background-color: #ffffff;
	border-color: #D9D9D9;
	color: #D9D9D9;
	background-image: none;
}

.btn-black, .btn-black:hover {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
	border-width: 1px;
	background-image: none;
}

/** Homepage **/

.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}

.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.centering {
  float:none;
  margin:0 auto;
	display: table;
}

.homepage-unauth {
	margin: 0px auto;
}

.homepage-unauth form {
  margin: 20px auto 30px auto;
  display: table;
}

.homepage-unauth > .centering > img {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	display: table;
}

#forgottenpassword {
    background-color: #FFFFFF;
    border: medium none;
    color: #0088CC;
    text-decoration: none;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}

/** Course lists **/
.my-courses-bundles {
    overflow: hidden;
    margin-left: 2px;
    clear: both;
}

.course-bundle-box {
    width: 32%;
    margin-left: 1.22%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

#bundle-back-btn {
    cursor: pointer;
}

@keyframes fade-out {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#course-holder .course-bundle-box:hover .course-bundle-single-description {
    visibility: hidden;
    opacity: 0;
    animation: fade-out 1s;
    display: none;
}

#course-holder .course-bundle-box:hover .course-bundle-short-description {
    visibility: visible;
    opacity: 1;
    animation: fade-in 1s;
    display: block;
}

#course-holder .course-bundle-box:hover .course-bundle-box-description {
    max-height: 200px;
    transition: max-height 0.5s ease-in;
    -webkit-transition: max-height 0.5s ease-in;
}

#course-holder .course-bundle-box  h2 {
    margin-left: 0px;
    padding: 10px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.course-bundle-box-description {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 12px 0px 0px 0px;
    min-height: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    -webkit-transition: max-height 0.4s ease-out;
}

.course-bundle-box-description p {
    padding: 0px 12px;
}

.course-bundle-single-description {
    overflow: hidden;
    text-overflow: ellipis;
    white-space: nowrap;
    visibility: visible;
    opacity: 1;
    animation: fade-in 0.5s;
}

.course-bundle-short-description {
    visibility: hidden;
    display: none;
    opacity: 0;
}

.bundle-percentage-box {
	overflow: hidden;
	padding: 12px;
}

.bundle-percentage-box-bg {
	float: left;
	width: 85%;
	height: 20px;
	border: 1px solid #ffffff;
}

.bundle-percentage-box-bg-fill {
	background-color: #ffffff;
}

#course-holder {
	margin-left: -20px;
}

#course-holder h2 {
	clear: both;
	padding: 14px 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	box-sizing: border-box;
}

.course-box {
	background-color: #3377B7;
	margin-bottom: 20px;
	width: 220px;
	float: left;
	margin-left: 20px;
}

.course-new-content {
	background-color: #e51937;
	color: #ffffff;
	padding: 1px 5px;
	margin-left: 5px;
	display: inline-block;
}

#top-actions {
	margin-bottom: 5px;
}

.course-box img {
	height: 110px;
	margin: 0 auto;
}

.course-box > span {
	height: 120px;
	width: 100%;
	max-height: 110px;
	font-family: 'GrilledCheese BTN';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 195%;
	line-height: 30px;
	text-align: center;
}

.course-box > .black-bg {
	background-color: #000000;
	color: #ffffff;
}

.course-box > .white-bg {
	background-color: #ffffff;
	color: #000000;
}

.course-box:hover {
	background-color: #0055A5;
	cursor: pointer;
}

.module-box {
	margin-bottom: 20px;
	background-color: #0055A5;
}

.activity .module-box {
	margin-bottom: 0px;
}

.module-navigation {
	border-top: 1px solid #ffffff;
	padding: 5px;
}

.module-navigation a {
	color: #ffffff;
}

.course-name {
	overflow: auto;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px;
	text-decoration: none;
	min-height: 42px;
}

.course-name:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.modal.modules-dialog {
	top: 5%;
}

.modules-dialog h3 {
	font-size: 18px;
}

.modules-dialog .modal-footer {
	border-top: 0px;
}

.modules-dialog .modal-header {
	padding: 0 0 10px 0;
	border: none;
}

.modules-dialog .close {
	opacity: 1;
	color: #ffffff;
	font-size: 24px;
}

.module-list {
	background-color: #ffffff;
	font-size: 14px;
	list-style: none;
	margin: 0px;
}

.module-list li {
	list-style: none;
	margin: 0px;
	border-top: 1px solid #3377b7;
	padding: 0px;
}

.module-list li:first-child {
	border-top: 0px;
}

.module-list a {
	text-transform: none;
	padding: 10px 5px;
	display: block;
	vertical-align: middle;
	color: #3377b7;
}

.module-list li:hover {
	background-color: #3377b7;
}

.module-list li:hover a {
	color: #ffffff;
}

.module-list li.saved-content {
	text-transform: none;
	padding: 10px 5px;
	display: block;
	vertical-align: middle;
	color: #0088cc;
	overflow: hidden;
}

.saved-content > span:last-child {
	margin-left: 0px;
}

.audio-data, .open-data {
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.module-number {
	float: left;
	min-height: 40px;
	padding-right: 5px;
	width: 12px;
}

.module-name {
	width: 70%;
	float: left;
}

.module-rating {
	float: right;
	min-height: 40px;
}

#online-workbook-levels {
	list-style: none;
	margin-left: 17px;
	margin-bottom: 0px;
}

#online-workbook-levels li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

/** Soft Keyboard **/
#soft-keyboard {
	display: none;
	position: absolute;
}

#soft-keyboard button {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	padding: 0px;
}

/** Activities **/
#module-i {
	background: url('/i/module-i-icon.png') no-repeat right bottom;
}

.modal {
	border-radius: 0px;
	border: none;
	background-color: #0055a5;
	color: #ffffff;
	padding: 15px 15px 7px 15px !important;
	top: 30%;
}

.modal-body {
	padding: 0px;
}

.modal-footer {
	border-top: 1px solid #ffffff;
	background-color: #0055a5;
	border-radius: 0px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	box-shadow: none;
}

.modal-footer .btn {
	border: none;
	font-weight: bold;
}

.modal.fade.in {
	top: 30%;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.4;
}

.welcome-header {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.welcome-message {
	border-top: 1px solid #ffffff;
	padding: 10px 0px;
}

.activity-header {
	color: #4D4D4D;
	background-color: #D8D8D8;
	padding: 10px 5px;
	margin-bottom: 15px;
}

.activity-header *:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.activity-header .jp-stop {
	padding-bottom: 4px;
}

.activity h1, .search h1 {
	padding: 14px 12px;
	text-transform: uppercase;
	background-color: #0055A5;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
}

#activity-pause-btn {
	margin-left: 5px;
}

.activity h2 {
	padding: 8px 0px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.questions {
	list-style: none;
	margin-left: 0px;
	overflow:auto;
	/* max-height: 200px; */
}

.questions li {
	list-style: none;
}

.questions > li {
	list-style: none;
	clear: both;
	padding: 0px 5px 15px 0px;
}

.questions > li > ul > li {
    list-style: initial;
}

.answer-holder {
	clear: both;
}

.answers {
	list-style: none;
	margin-left: 0px;
}

.iframe-size1 {
	height: 200px;
}

.iframe-size2 {
	height: 400px;
}

.iframe-size3 {
	height: 600px;
}

.iframe-size4 {
	height: 800px;
}

.iframe-size5 {
	height: 1000px;
}

.span49percent {
	width: 48%;
	float: left;
	margin-left: 1%
}

.answers li {
	list-style: none;
	padding: 0px 5px 15px 0px;
}

.horizontal-answers li {
	display: inline-block;
	padding-right: 15px;
}

.answers p {
	display: inline;
	margin: 0px;
}

.answers label {
	display: inline-block;
	clear: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.answers label p:hover {
	text-decoration: underline;
	color: #4d4d4d;
}

.answers.horizontal-answers label {
	padding: 0px;
}

.span49percent label {
	max-width: 92%;
	text-indent: -16px;
	padding-left: 11px;
}

.answers input[type=checkbox] {
	margin: -2px 0 0;
	padding: 0px;
	width: 25px;
	height: 25px;
}

.questions select {
	width: auto;
	margin-bottom: 5px;
}

.questions input[type=text] {
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
}

.blanks-text {
	width: auto;
	margin-bottom: 5px;
}

.blanks-text-small, .blanks-text-size1 {
	width: 125px;
}

.blanks-text-size2 {
	width: 150px;
}

.blanks-text-medium, .blanks-text-size3 {
	width: 175px;
}

.blanks-text-size4 {
	width: 200px;
}

/** size5/6 are textareas on blanks **/
.blanks-text-size5 {
	width: 510px;
	height: 150px;
}

.questions .blanks-text-large, .qustions .blanks-text-size6 {
	width: 510px;
	height: 300px;
}

.blanks-text-span {
	min-height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
	border-radius: 0;
	background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	color: #555;
    display: inline-block;
    font-size: 14px;
	padding: 4px 6px;
    vertical-align: middle;
	margin-left: 0;
	min-width: 105px;
}

.blank-words-content p {
	overflow: hidden;
}

.mixed-up-sentence-holder {
	padding-bottom: 30px;
}

.mixed-up-sentence-word-empty {
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  border-radius: 0;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  color: #555;
  display: inline-block;
  font-size: 14px;
  padding: 4px 6px;
  vertical-align: middle;
  margin-left: 5px;
  min-width: 50px;
}

.mixed-up-sentence-word {
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  color: #555;
  display: inline-block;
  font-size: 14px;
  padding: 4px 6px;
  vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}

table.answers tr td {
	padding-bottom: 5px;
}

.questions h3 {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	color: #4d4d4d;
	padding: 8px 0px;
	font-size: 14px;
	line-height: 14px;
}

.analytics-heading .questions h3 {
	font-size: initial;
}

.questions h2 {
	padding: 0px;
}

.questions h3.error {
	color: #e51937;
}

.questions .required h3:after {
	content: '*';
}

.questions textarea {
	width: 95%;
	height: 300px;
}

.questions textarea.open-small, .questions textarea.open-size1 {
	height: 20px;
}

.questions textarea.open-size2 {
	height: 80px;
}

.questionnaire .questions textarea.open-size2 {
	height: 40px;
}

.questions textarea.open-medium, .questions textarea.open-size3 {
	height: 140px;
}

.questions textarea.open-size4 {
	height: 200px;
}

.questions textarea.open-size5 {
	height: 260px;
}

.questions textarea.open-large, .questions textarea.open-size6 {
	height: 300px;
}

.questionnaire > ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
}

.questionnaire > ul > li {
	list-style: none;
}

.questionnaire h4 {
	margin-bottom: 2px;
}

.questionnaire input.answers-6 {
	width: 50%;
}

.questionnaire .answers-17 {
	margin-bottom: 15px;
}

.questionnaire .answers-17 label {
	padding-top: 15px;
}

.questionnaire .answers-1 .horizontal-answers .questionnaire-detail,
.questionnaire .answers-2 .horizontal-answers .questionnaire-detail {
	display: block;
}

.questionnaire input[type=checkbox] {
	margin: -2px 0 0;
	padding: 0px;
	width: 25px;
	height: 25px;
}


.open-send-to-trainer {
	margin-top: -25px;
}

.open-send-to-trainer label {
	display: inline;
}

.progress-holder {
	margin: 5px 0px;
}

.progress-bar-holder {
	border: 1px solid #0055A5;
	float: left;
	width: 85%;
}

.progress-holder .bar {
	background-color: #0055A5;
	height: 16px;
	border: 1px solid #ffffff;
}

.activities-list {
	background-color: #0055A5;
	list-style: none;
	color: #ffffff;
	margin-left: 0px;
}

.activities-list i {
	margin-top: 7px;
}

.activities-list a {
	color: #ffffff;
	padding: 0px 5px;
	line-height: 29px;
	display: block;
	border-top: 1px solid #90afd5;
}

.activities-list .section {
	color: #ffffff;
	padding: 0px 5px;
	line-height: 29px;
	display: block;
	border-top: 1px solid #90afd5;
}

.activities-list a.complete {
	background: url('/i/activity-complete.png') no-repeat 99% center;
	padding-right: 18px;
}

.activities-list a.not-complete {
	background: url('/i/activity-not-complete.png') no-repeat 99% center;
	padding-right: 18px;
}

.activities-list > li:first-child > a {
	border-top: none;
}

.activities-list a:hover, .activities-list a.active {
	background-color: #5777b9;
	text-decoration: none;
}

.activities-list li {
	list-style: none;
}

.activities-list ul {
	margin-left: 0px;
}

.activities-list ul li a {
	padding-left: 15px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.outer-video-wrapper {
	float: right;
	margin-left: 15px;
}

.video-player-wrapper {

}

.video-title-bar {
	background-color: #0055A5;
}

.dock-video {
	float: left;
	border: none;
	display: none;
}

.move-video {
	float: left;
	border: none;
}

.expand-video {
	float: right;
	border: none;
}

.audio-player-wrapper {
	display: table;
}

.slow-btn {
	display: none;
	background: #000000 url(../i/slow-play.png) no-repeat center center;
	height: 30px;
	padding: 0px 28px;
}

.slow-btn:hover {
	background: #000000 url(../i/slow-play.png) no-repeat center center;
	height: 30px;
	padding: 0px 28px;
}

.word-audio-player-wrapper .play-holder button.slow-btn-small, .slow-btn-small {
	display: none;
	background: #0055a5 url(../i/slow-play.png) no-repeat 1px center;
	height: 18px;
	padding: 0px 13px;
	border-color: #0055a5
}

.word-audio-player-wrapper .play-holder button.slow-btn-small:hover, .slow-btn-small:hover {
	background: #0055a5 url(../i/slow-play.png) no-repeat 1px center;
	height: 18px;
	padding: 0px 13px;
	border-color: #0055a5
}


.audio-holder {
	border: 1px solid #4D4D4D;
	padding: 5px;
}

.flash-recorder {
	display: none;
}

.web-rtc {
	display: none;
}

.flash-prompt {
	padding-bottom: 15px;
}

.play-holder {
	float: left;
	margin-right: 5px;
}

.stop-holder {
	float: left;
	margin-right: 5px;
}

.audio-progress-holder {
	float: left;
	background-color: #DDDDDD;
	height: 13px;
	width: 165px;
	margin-bottom: 2px;
}

.jp-current-time {
	font-size: 12px;
	font-style: italic;
	float: left;
	width: 30px;
}

.jp-duration {
	font-size: 12px;
	font-style: italic;
	float: right;
	width: 30px;
}

.jp-seek-bar {
	width: 0px;
	height: 100%;
	background-color: #D9D9D9;
}

.jp-play-bar {
	background-color: #0055A5;
	width:0px;
	height:100%;
}

.volume-text-holder {
	float: left;
	font-style: italic;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 12px;
}

.jp-volume-bar {
	float: left;
	width: 75px;
	height: 11px;
	margin-top: 4px;
	border: 1px solid #4d4d4d;
}

.jp-volume-bar-value {
	background-color: #4d4d4d;
	height: 11px;
}

.content-float {
	float: left;
	width: 450px;
}

.middle-answer {
	width: 20%;
	text-align: center;
}

.middle-answer select {
	margin-bottom: 0px;
}

.no-break {
	white-space: nowrap;
	width: 35%;
}

.left-answer {
	width: 45%;
}

.answer-buttons {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d8d8d8;
}

.answer-buttons button {
	margin-right: 15px;
}

.marked-right {
	margin-right: 5px;
}

.marked-left {
	margin-left: 5px;
}

.blank-words-holder {
    background-color: #D8D8D8;
    color: #4D4D4D;
    padding: 10px 10px 5px 10px;
	width: 110px;
	margin: 0px;
	min-height: 40px;
}

.blank-words-content {
	padding-right: 140px;
}

.blank-words-holder ul {
	margin: 0px;
}

.blank-words-holder ul li {
	padding: 0px;
}

.activity-pages {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.activity-pages li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

.page_navigation a, .question_navigation a {
	background-color: #0055A5;
	border-color: #0055A5;
	color: #ffffff;
	background-image: none;
	margin-right: 5px;
	line-height: 30px;
	padding: 0px 10px;
	display: inline-block;
}

.page_navigation a:hover, .question_navigation a:hover {
	text-decoration: none;
}

.page_navigation a.no_more, .question_navigation a.no_more {
	display: none;
}

.course-name .next_link {
	float: right;
}

.total-score-holder {
	font-weight: bold;
}

#dictionary-box, #translate-box, #google-image-box {
	overflow: hidden;
}

.dictionary-box {
    background-color: #E5E5E5;
    margin-bottom: 10px;
    padding: 10px;
}

.dictionary-box footer {
	padding: 5px;
	line-height: 18px;
}

.dictionary-box input, .dictionary-box select {
    width: 90%;
}

.dictionary-list {
	border: 1px solid #D8D8D8;
	list-style: none;
	margin: 0px;
}

.dictionary-list li {
	list-style: none;
	padding: 3px;
	cursor: pointer;
}

.activity .dictionary-box h1 {
	font-weight: bold;
	font-size: 16px;
	background-color: #E5E5E5;
	padding: 0px;
	line-height: 18px;
	color: #4D4D4D;
}

#dictionary-definition > ul {
	list-style: none;
	background-color: #f5f5f5;
	padding: 5px 5px 0px 5px;
	margin: 0px;
}

#dictionary-definition > ul > li {
	padding-bottom: 5px;
}

.dictionary-definition {
	font-weight: bold;
}

 .dictionary-box .senseEntry {
	padding-top: 5px;
 }

 .dictionary-audio-player-wrapper {
	float: left;
 }

.dictionary-audio-player-wrapper .audio-holder {
	border: 0px;
	padding: 0px;
}

.dictionary-audio-player-wrapper .play-holder button {
 	padding: 0px;
 	line-height: 16px;
}

#translate-box ul {
	list-style: none;
	margin: 0px;
}

#translate-box ul li {
	list-style: none;
	background-color: #f5f5f5;
	padding: 3px;
}

.quizlet {
	border: none;
	width: 100%;
}

.box {
	border: 1px solid #d0d0d0;
	padding: 15px 15px 15px 15px;
}

.info-screen {
	background-color: #ffffff;
	width: 100%;
}

.info-screen p:last-child, .info-screen ul:last-child {
	margin-bottom: 0px;
}

.info-screen-top {
	border: none;
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}

.info-screen-top td.first-cell {
	width: 181px;
}

.info-screen-top td.second-cell div {
	padding: 60px 10px;
	font-size: 20px;
}

.info-screen-bottom {
	width: 80%;
	margin: 0px auto;
	border-spacing: 10px;
	border-collapse: inherit;
}

.info-screen-bottom td {
	padding: 15px;
}

ul.ticks {
	list-style: none;
	margin-left: 10px;
}

ul.ticks li {
	background: url(/i/li-tick.png) no-repeat left 4px;
	padding-left: 20px;
}

.table-toeic {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	table-layout: fixed;
}

.table-toeic td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 0px 5px;
	border: inherit;
	font-size: 12px;
}

.table-toeic td p:last-child {
	padding-bottom: 0px;
}

.table-no-width {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	table-layout: fixed;
}

.table-no-width td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 0px 5px;
	border: inherit;
	font-size: 12px;
}

.table-no-width td p:last-child {
	padding-bottom: 0px;
}

.table-border {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
}

.table-border td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 0px 5px;
	border: inherit;
	font-size: 12px;
}

.table-border td p:last-child {
	padding-bottom: 0px;
}

.images-horizontal {
	width: 100%;
}

.images-horizontal td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.images-horizontal-responsive {
	overflow: hidden;
}

.image-horizontal {
	float: left;
	width: 32%;
	margin-left: 1%;
	text-align: center;
	height: 215px;
}

.image-horizontal img {
	max-width: 150px;
	max-height: 150px;
	vertical-align: middle;
}

.image-horizontal-image {
	text-align: center;
	line-height: 150px;
	vertical-align: middle;
}

.image-horizontal-word {
	margin: 5px 0px;
}

.image-horizontal-word input, .image-horizontal-word .drop-word {
	width: 80%;
}

.images-vertical td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.drop-word {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
	border-radius: 0 0 0 0;
	min-height: 20px;
	width: 100px;
	padding: 5px;
	display: inline-block;
	margin: 0px 2px 5px 2px;
}

.drop-word.ui-state-active {
	border: 1px solid #0055A5;
}

.drag-word {
	background-color: #FFFFFF;
    border: 1px solid #0055A5;
	border-radius: 0 0 0 0;
	min-height: 20px;
	width: 100px;
	padding: 5px;
	display: inline-block;
	margin-bottom: 5px;
	cursor: move;
    color: #0055A5;
}

.images-horizontal img {
	width: 100%;
	max-width: 150px;
}

.images-horizontal img.marked-left {
	max-width: 19px;
}

.images-horizontal input {
	width: 85%;
}

.images-horizontal .drop-word {
	width: 85%;
}

.question-4 .blank-words-holder li {
    border: 1px solid #0055A5;
	border-radius: 0 0 0 0;
	min-height: 20px;
	width: 100px;
	padding: 5px;
	display: inline-block;
	margin-bottom: 5px;
}

.question-10 {

}

.active-drag {
	color: #ffffff;
	background-color: #0055A5;
	width: auto;
}

.drag-dropped {
	padding: 0px;
	width: auto;
	min-height: 30px;
	border: 0px;
}

.blank-words-content .ui-state-disabled,
.blank-words-content .ui-widget-content .ui-state-disabled,
.blank-words-content .ui-widget-header .ui-state-disabled {
	opacity: 1;
}

.beattheclock-holder {
	height: 400px;
	position: relative;
	border: 1px solid #0055A5;
}

.question-timer {
	float: right;
}

.flexslider {
	width: 79%;
	margin: 0px auto;
	padding: 35px 25px;
	text-align: center;
}

/*
.flex-direction-nav a {
	opacity: 1;
}
*/

/*
.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-next {opacity: 1; right: -36px;}
.flexslider:hover .flex-prev {opacity: 1; left: -36px;}
*/

.slideshow .word {
	font-size: 28px;
	font-family: serif;
	font-style: italic;
	padding-bottom: 30px;
	line-height: 34px;
}

.slideshow .definition {
	font-size: 16px;
}

.slideshow li {
	padding: 0px;
}

.slideshow-audio-player-wrapper {
	margin: 0 auto;
 	display: table;
 }

.slideshow-audio-player-wrapper .audio-holder {
	border: 0px;
	padding: 0px;
}

.slideshow-audio-player-wrapper .play-holder button {
 	padding: 0px;
 	line-height: 16px;
}

.slide-options {
	padding-bottom: 13px;
}

.word-audio-player-wrapper {
	float: left;
	padding-top: 3px;
 }

.word-audio-player-wrapper .audio-holder {
	border: 0px;
	padding: 0px;
}

.word-audio-player-wrapper .play-holder button {
 	padding: 0px;
 	line-height: 16px;
}

.flexslider .slides img {
    display: block;
    margin: 0px auto;
    width: auto;
}

#activity-menu-btn {
	display: none;
}

.ui-slider {
	width: 50%;
	margin-left: 8px;
	height: 15px;
	border-radius: 0px;
}

.ui-slider-handle {
	height: auto !important;
    line-height: initial !important;
    margin-top: -2px;
    padding: 5px 10px;
    text-align: center;
    width: auto !important;
}

.ui-slider .ui-slider-range {
	background-image: none;
	border-radius: 0px;
}

/** My Eflex **/
.my-eflex h2 {
	padding: 14px 12px;
	text-transform: uppercase;
	background-color: #0055A5;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
}

.my-eflex .nav {
	padding: 5px 12px;
	text-transform: uppercase;
	background-color: #0055A5;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.my-eflex .nav-pills > li {
	margin-right: 10px;
}

.my-eflex .nav-pills > li > a {
	border-radius: 0;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	padding-bottom: 4px;
}

.my-eflex .nav-pills > .active > a, .my-eflex .nav-pills > .active > a:hover, .my-eflex .nav > li > a:hover {
	background-color: #5777B9;
	color: #ffffff;
	outline: none;
}

.profile-box {
	color: #0055A5;
}

.profile-name-box {
	background-color: #e5e5e5;
	margin-bottom: 10px;
}

.profile-image {
	background-color: #ffffff;
	margin-left: 0px;
	padding-right: 10px;
}

.profile-name {
	background-color: #e5e5e5;
	padding: 10px;
	width: 120px;
	margin-left: 0px;
}

.profile-details-box {
	background-color: #e5e5e5;
	padding: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	box-sizing: border-box;
}

#manage .profile-details-box {
	text-transform: none;
}

.profile-details-box select {
	width: 100%;
}

.profile-details-box input[type=text],
.profile-details-box input[type=email],
.profile-details-box input[type=password] {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
}

.profile-details-box table {
	border-collapse: collapse
}

.profile-details-box table th {
	text-align: right;
	padding-right: 10px;
	line-height: 25px;
	vertical-align: top;
}

.profile-details-box table td {
	text-align: left;
	line-height: 25px;
}

.email-box, .image-box {
	text-transform: none;
}

.email-box input {
	width: 186px;
}

.email-box select {
	width: 200px;
}

.fileupload .uneditable-input {
	width: 300px;
	display: block;
	margin-bottom: 5px;
}

.image-box .uneditable-input {
	width: 96%;
}

.fileupload .btn-file {
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    width: 175px;
}

.fileupload .btn-file span {
	padding-top: 1px;
}

/*
.fileupload .btn-file span {
	display: block;
	margin: 0px auto;
}
*/

.fileupload .fileupload-new .btn-fileremove {
	display: none;
}

.fileupload .fileupload-exists .btn-fileremove {
	display: block;
	float: left;
	height: 18px;
	margin-left: 5px
}

.course-form {
	padding-bottom: 15px;
}

#list-form select {
	margin-bottom: 0px;
}

#list-form input {
	margin-bottom: 0px;
}

#coursesTable select {
	width: 560px;
	margin-bottom: 0px;
}

#coursesTable input {
	width: 80px;
	margin-bottom: 0px;
}

select.multiselect {
    height: 200px;
    width: 50%;
}

.ui-multiselect {
	background-color: #FFFFFF;
    border: 1px solid #cccccc;
	border-radius: 0px;
	margin-bottom: 15px;
}

.ui-multiselect input.search {
    height: 20px;
	width: 60%;
}

.ui-multiselect div.right-column {
	border-left: 1px solid #cccccc;
}

.ui-multiselect li {
	font-size: 12px;
	min-height: 22px;
	height: auto;
	line-height: 22px;
}

.ui-multiselect .ui-widget-header {
	font-size: 12px;
	font-weight: normal;
}

.ui-multiselect .actions {
	float: none;
	width: 100%;
}

.blue-bar {
    background-color: #0055a5;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 12px;
    text-transform: uppercase;
}

#usergroupsmanage input[type=text] {
	width: 350px;
}

#usergroupsmanage input[type=text].search {
	width: 300px;
}

#usergroupsmanage textarea {
	width: 350px;
}

#usergroupsmanage select {
	width: 365px;
}

.data-tables-scroll {
	overflow: auto;
}

.csv-import {
	width: 2000px;
}

.csv-import input[type=text] {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	margin-bottom: 0px;
	font-size: 12px;
	padding: 2px;
}

.csv-import select {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0px;
	padding: 2px;
	font-size: 12px;
}

.csv-import th, .csv-import td {
	padding: 2px;
	white-space: nowrap;
}

.csv-import th:last-child, .csv-import td:last-child {
	width: 55px;
	text-align: center;
}

.import-error {
	background-color: #e51937 !important;
	color: #ffffff !important;
	font-weight: bold;
}

.user-search {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.user-search input[type=text] {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	margin-bottom: 0px;
}

#import select {
	width: auto;
}

.my-eflex-nav-form {
	display: none;
	margin-right: 0;
}

.my-eflex-nav-form form {
	margin-bottom: 0;
}

.my-eflex-nav-form select {
	width: auto;
	text-transform:none;
}

.my-eflex-nav-form option {
	padding: 4px;
}

#trainers-hr-message {
	display: none;
}

#report-filter {
	margin-right: 0px;
}

#report-filter label {
	margin-bottom: 0px;
}

#reportingStart, #reportingEnd {
	width: 75px;
	height: 20px;
}

.filter-form select {
	width: 90%;
}

.filter-form #reportingStart, .filter-form #reportingEnd, .filter-form #externalReference {
	width: 84%;
}

.analytics-heading h1 {
	padding: 7px 12px;
}

.analytics-heading span.pull-left {
	line-height: 30px;
}

.percentage-complete-bg {
    background: url(/i/reporting-bg.png);
    background-repeat: no-repeat;
}

.percentage-complete-text {
	display: none;
}

.reports-table {
	border-collapse: collapse;
	color: #0055A5;
	width: 100%;
}

.reports-table > thead > tr {
	border-bottom: 2px solid #abbbdc;
}

.reports-table > thead > tr > th {
	background-color: #5777b9;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px 5px;
	text-align: center;
}

.reports-table > thead tr > th.first {
	padding: 14px 12px;
	text-align: left;
}

.reports-table > thead tr > th.analytics-first {
	padding: 8px 12px;
	text-align: left;
}

.reports-table > thead > tr > th.last {
	padding: 14px 7px 14px 7px;
	width: 16px;
}

.reports-table > tbody > tr > td.analytics-score {
	padding: 5px 0px;
	width: 150px;
	font-weight: bold;
}

.reports-table > tbody > tr {
	background-color: #f1f1f1;
	border-bottom: 2px solid #ffffff;
}

.reports-table > tbody > tr.white-background {
	background-color: #ffffff;
}

.reports-table > tbody > tr.border-bottom {
	border-bottom: 2px solid #f2f2f2;
}

.reports-table > tbody > tr:hover {
	background-color: #e5e5e5;
}

.reports-table > tbody > tr:hover .percentage-complete-text {
	display: inline;
}

.reports-table > tbody > tr.no-hover {
	border-bottom: 0px;
}

.reports-table > tbody > tr.no-hover > td {
	padding: 0px;
}

.reports-table > tbody > tr.no-hover:hover {
	background-color: #ffffff;
}

.reports-table > tbody > tr > td {
	text-align: center;
}

.reports-table > tbody > tr > td.first {
	padding: 10px 12px;
	text-transform: uppercase;
	text-align: left;
}

.reports-table > tbody > tr.expanded-item > td {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #808080;
	background-color: #ffffff;
	border-bottom: 2px solid #f2f2f2;
}

.reports-table > tbody > tr.expanded-item > td.first {
	padding-left: 25px;
}

.reports-table > tbody > tr > td.analytics-first {
	padding: 5px 12px;
	text-transform: uppercase;
	text-align: left;
}

.reports-table > tbody > tr > td.text-left {
	text-align: left;
	padding: 5px 12px;
}

.reports-table > tbody > tr > td.text-top {
	padding-top: 10px;
    vertical-align: top;
}

.reports-table > tbody > tr > td.line {
	border-left: 1px solid #ffffff;
}

.reports-table > tbody > tr > td.line-right {
	border-right: 1px solid #ffffff;
}

.reports-table > tbody > tr > td.last {
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
}

.reports-table > tfoot > tr > th {
	background-color: #5777b9;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	padding: 0px 5px;
	border-bottom: 2px solid #abbbdc;
}

.reports-table > tfoot > tr > th.first {
	padding: 14px 12px;
	text-align: left;
}

.reports-table > tfoot > tr > th.analytics-score {
	width: 150px;
}

.reports-table > tfoot > tr > th.last {
	background-color: #ffffff;
	border-bottom: none;
}

.reports-table > thead > tr > th.month-arrow {
	padding: 14px 0px;
	width: 20px;
}

.reports-table > tbody > tr > th {
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
	padding: 5px 5px;
	border-bottom: 2px solid #abbbdc;
}

.analytics-heading .reports-table {
	margin-bottom: 15px;
}

.analytics-heading .reports-table .text-right {
	text-align: right;
}

.month-arrow a {
	color: #ffffff;
	font-size: 20px;
}

.reports-course-table .chart-btn {
	width: 20px;
}

.reports-course-table {
	border-collapse: collapse;
	color: #0055A5;
	background-color: #ffffff;
	width: 100%;
	font-size: 13px;
}

.reports-course-table thead tr th {
	color: #0055A5;
	border-bottom: 2px solid #f2f2f2;
	width: 106px;
}

.reports-course-table thead tr th.first {
	text-align: left;
	width: 412px;
}

.reports-course-table thead tr th.first-activity {
	padding-left: 35px;
	text-align: left;
	width: 401px;
}

.reports-course-table thead tr th.first-attempt {
	padding-left: 0px;
	width: 469px;
}

.reports-course-table thead tr th.last {
	padding: 0px 7px;
    width: 16px;
}

.reports-course-table tbody tr td {
	border-bottom: 2px solid #f2f2f2;
	color: #808080;
	width: 106px;
}

.reports-course-table tbody tr:last-child td {
    border-bottom: 0px solid #f2f2f2;
}

.reports-course-table tbody tr.reports-module-table > td {
    border-bottom: 2px solid;
}

.reports-course-table tbody tr td.first {
	padding-left: 3px;
	text-align: left;
	width: 387px;
}

.reports-course-table tbody tr td.first-activity {
	padding-left: 35px;
	text-align: left;
}

.reports-course-table tbody tr td.first-attempt {
	padding-left: 0px;
	width: 438px;
}

.reports-course-table tbody tr td.last {
	font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.reports-course-table tbody tr.status_1 td{
	color: #e51937;
}

.reports-course-table tbody tr.status_2 td {
	color: #50b948;
}

.data-back-btn {
	display: none;
}

.my-eflex .word-audio-player-wrapper {
	padding-top: 0px;
}

.progress-report {
}

/** Search Results **/
.search-results {
	list-style: none;
	margin: 0px;
}

.search-results li {
	list-style: none;
}

.search h2 {
	font-size: 18px;
	line-height: 22px;
}

.search h3 {
	font-size: 16px;
	line-height: 20px;
}

.search-results h3 {
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 16px;
}

.search-results h3 a {
	color: inherit;
}

/** Help **/

.help-dialog {
	top: 10% !important;
}

.help {
	padding: 15px;
}

.microphone-settings {
	margin-left: 16px;
}

.microphone-settings img {
	margin: 5px;
}

.microphone-settings li {
	margin-bottom: 10px;
}

/** Footer */
footer {
	line-height: 32px;
	vertical-align: middle;
	background-color: #0055a5;
	color: #ffffff;
	margin: 15px 0;
}

footer .pull-left {
	padding-left: 5px;
}

footer a, footer a:hover {
	color: inherit;
}

.social-icons {
	list-style: none;
	margin-left: 0px;
}

.social-icons img {
	width: 32px;
	height: 32px;
}

.social-icons li {
	list-style: none;
	display: block;
	float: left;
	padding-left: 5px;
	background-color: #ffffff;
}

/* Relevant to the plugin. */
.listTree {
    margin-bottom: 18px;
}

.listTree ul {
    margin: 0;
}

.listTree li {
    list-style-type: none;
}

.listTree > ul > li {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ddd;
}

.listTree > ul > li:first-child {
    border-width: 1px 1px 0 1px;
}

.listTree > ul > li:last-child {
    border-width: 1px;
}

.listTree > ul > li:last-child > ul > li:last-child {
}

.listTree span {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.listTree > ul > li > ul > li {
    background-color: #fff;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ddd;
    padding-left: 10px;
}

.listTree > ul > li > ul > li:first-child {
    border-width: 1px 0 0 0;
}

.listTree > ul > li > ul > li:last-child {
    border-width: 1px 0 0 0;
}

.listTree i {
    float: right;
    margin-right: 5px;
}

.listTree i:first-child {
    margin-right: 10px;
}

.listTree > ul > li.activity-section {
    background-color: #eee;
    font-weight: bold;
}

.listTree .active {
    background-color: #cdcdcd !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

.listTree > ul > li.activity-section ul {
    font-weight: normal;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.listTree li.placeholder {
    border: medium none;
    margin: 0;
    padding: 0;
    position: relative;
}

.listTree > ul > li.placeholder:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent red;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 5px medium 5px 5px;
    content: "";
    height: 0;
    left: -5px;
    margin-top: 0px;
    position: absolute;
    top: -4px;
    width: 0;
}

.listTree > ul > li > ul > li.placeholder:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent blue;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 5px medium 5px 5px;
    content: "";
    height: 0;
    left: 10px;
    margin-top: 0px;
    position: absolute;
    top: -4px;
    width: 0;
}

#list-search {
    width: 95%;
}

#selectable-activities, .selectable-items {
    max-height: 620px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* #selectable-activities > li {
    cursor: move;
} */

.listTree > ul > li.hide-activity {
    height: 0px;
    border: none;
    line-height: 0px;
    visibility: hidden;
}

.align-icon i {
    vertical-align: top;
}

.select2-container {
	margin-bottom: 10px;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 5px 5px 2px 16px;
	margin: 3px 3px 3px 3px;
	position: relative;
	line-height: 13px;
	color: inherit;
	cursor: default;
	border: 1px solid #aaaaaa;
	border-radius: 0px;
	box-shadow: none;
	background-color: #ffffff;
	background-image: none;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices {
	height: 28px;
	line-height: 29px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	background-color: white;
	filter: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-drop, .select2-drop.select2-drop-above {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.listTree > ul > li.hide-activity {
	height: 0px;
	border: none;
	line-height: 0px;
	visibility: hidden;
}

.ui-sortable tr td span.ui-icon-arrowthick-2-n-s {
    display: inline-block;
    margin-right: 5px;
}

.api-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.api-table td, .api-table th {
	padding: 5px;
	border: 1px solid #cccccc;
}

.api-table th {
	text-align: left;
	vertical-align: top;
}

.api-parameters {
	width: 100%;
}

.api-table pre {
	padding: 0px;
	margin-bottom: 0px;
}

.content-authoring #activity-menu {
	text-transform: uppercase;
}

.chartWithOverlay {
    position: relative;
}

.chartGroupOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
}

.chartGroupOverlay ul {
	list-style: none;
	margin-left: 25%;
}

.chartGroupOverlay li {
	list-style: none;
	display: inline-block;
	font-weight: bold;
}

@media (min-width: 979px) {
    .body-wrapper {
        margin: 10px auto;
    }

    .my-courses-bundles {
        margin-left: 8px;
    }
}

@media (min-width: 1200px) {
    .course-box {
        margin-left: 18px;
    }

    #course-holder h2 {
        margin-left: 17px;
    }

    .my-courses-bundles {
        margin-left: 2px;
    }
}

@media (max-width: 979px) {
    #online-workbook-levels {
        margin-left: 20px;
    }
	.activities-list a.complete {
		background: url("/i/activity-complete.png") no-repeat scroll 150px center rgba(0, 0, 0, 0);
	}

	.activities-list a.not-complete {
    	background: url("/i/activity-not-complete.png") no-repeat scroll 150px center rgba(0, 0, 0, 0);
	}

	.blanks-text-small, .blanks-text-size1 {
		width: 75px;
	}

	.blanks-text-size2 {
		width: 95px;
	}

	.blanks-text-medium, .blanks-text-size3 {
		width: 115px;
	}

	.blanks-text-size4 {
		width: 135px;
	}

	/** size5/6 are textareas on blanks **/
	.blanks-text-size5 {
		width: 95%;
		height: 100px;
	}

	.questions .blanks-text-large, .qustions .blanks-text-size6 {
		width: 95%;
		height: 250px;
	}

  .image-horizontal {
    width: 48%;
    margin-left: 2%;
  }

  .my-courses-bundles {
    margin-left: 12px;
  }

.course-bundle-box {
    width: 49%;
    margin-left: 1%;
    float: left;
}

}

@media (max-width: 767px) {

.my-courses-bundles {
    margin-left: -6px;
  }

	#course-holder {
		margin-left: 0px;
	}

	.progress-bar-holder {
		width: 95%;
	}

	#dictionary-box {
		width: 32%;
		margin-right: 1%;
		float: left;
	}

	#translate-box {
		width: 32%;
		margin-left: 1%;
		float: left;
	}

	#google-image-box {
		width: 32%;
		margin-left: 2%;
		float: left;
	}

	.dictionary-box {
		min-height: 141px;
	}

	.course-box {
		width: 31.3333%;
		margin-left: 0;
		margin-right: 2%;
		max-width: 220px;
	}

	.navbar {
		margin-bottom: 10px;
	}

	.header-actions ul {
		margin-bottom: 0px;
	}

	.pull-right .nav-basic > li {
		margin-left: 10px;
	}

	.nav-basic > li {
		margin-right: 10px;
	}

	#menu-admin-navigation {
		display: none;
	}

	#activity-menu {
		display: none;
	}

	.activity-row > .span9 {
		width: 100%;
	}

	.mobile-menu-btn {
		background: url("/i/menu-btn.png") no-repeat scroll 7px 7px #0055a5;
		height: 28px;
		width: 32px;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
		border-style: solid;
		border-width: 1px;
	}

	#activity-menu-btn {
		display: block;
		position: absolute;
		top: 6px;
		left: 8px;
	}

	.activity h1 {
		position: relative;
		padding-left: 50px;
	}

	.activities-list a.complete {
		background: url("/i/activity-complete.png") no-repeat scroll 99% center rgba(0, 0, 0, 0);
	}

	.activities-list a.not-complete {
    	background: url("/i/activity-not-complete.png") no-repeat scroll 99% center rgba(0, 0, 0, 0);
	}

	#time-spent {
		display: none;
	}

	.middle-answer img {
		float: left;
	}

	#soft-keyboard button {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.ui-slider {
		width: 91%;
	}

	.questionnaire input.answers-6 {
		width: 91%;
	}

      #online-workbook-levels {
        margin-left: 0px;
    }

}

@media (max-width: 640px) {
	.course-box img, .course-box > span {
		font-size: 180%;
	}
}

@media (max-width: 576px) {
.course-bundle-box {
    width: 100%;
    margin-left: 0%;
    float: none;
}

.my-courses-bundles {
    margin-left: 0px;
}

	.course-box {
		width: 47%;
		margin-left: 1%;
		margin-right: 2%;
		max-width: 220px;
	}

	.course-box img, .course-box > span {
		font-size: 150%;
	}

	.navbar {
		margin-bottom: 5px;
	}

	#powered-by {
		display: none;
	}

	.hide-small {
		display: none;
	}

	.no-break {
		white-space: normal;
	}
}

@media (max-width: 520px) {
	.navigation-right {
		display: none;
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.logo {
		float: none;
	}

	#main-navigation-btn {
		background-color: #50b948;
		display: block;
		float: right;
		margin-top: 10px;
	}

  .image-horizontal {
    width: 100%;
    margin-left: 0%;
  }

  .dictionary-box {
	min-height: initial;
  }

	#dictionary-box {
		width: 100%;
		margin-right: 0%;
		float: none;
	}

	#translate-box {
		width: 100%;
		margin-left: 0%;
		float: none;
	}

	#google-image-box {
		width: 100%;
		margin-left: 0%;
		float: none;
	}

	.open-send-to-trainer {
		margin-top: 0px;
	}

}

@media (max-width: 380px) {

	.header-actions form input {
		width: 100px;
	}

	.hide-very-small {
		display: none;
	}

	.audio-player-wrapper {
		width: auto;
		display: table;
	}

	.audio-player-wrapper .audio-progress-holder {
		width: auto;
	}

	.audio-player-wrapper .jp-current-time {
		display: none;
	}

	.audio-player-wrapper .jp-current-time {
		display: none;
	}

	.audio-player-wrapper .volume-text-holder {
		margin-left: 0;
	}

	.audio-player-wrapper .jp-duration {
		display: none;
	}

	.ui-slider {
		width: 85%;
	}

	.course-box img, .course-box > span {
		height: 80px;
	}
}

@media (max-height: 500px) {
	.homepage-unauth > .centering > img {
		width: 35%;
	}
}

/*** Datatables Pagination Styles (1.1.10 integration) ***/

.dataTables_paginate ul.pagination{
    margin-top:0;
}

ul.pagination {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #f5f5f5;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.dataTables_wrapper .row{
    margin:0;
}

.dataTables_wrapper .row:first-child{
    margin-left:-30px;
    margin-top:10px;
}

.alert p:last-child {
    margin-bottom: 0px;
}

@media print {
    .noprint {
        display: none !important;
    }
}
