/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.tipsy { padding: 5px !important; font-size: 11px !important; line-height: 140% !important; opacity: 0.8 !important; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(/build/images/46bd59d0472597ded9f5a15dc3f573ce.gif); }
.tipsy-inner { padding: 4px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north, .tipsy-north .arrow { background-position: top center; }
.tipsy-south, .tipsy-south .arrow { background-position: bottom center; }
.tipsy-east, .tipsy-east .arrow { background-position: right center; }
.tipsy-west, .tipsy-west .arrow { background-position: left center; }
.tipsy .arrow { display:none;}

/*tweaks*/
.tipsy { padding: 5px !important; font-size: 11px !important; line-height: 140% !important; opacity: 0.8 !important; }

body.lb div.tipsy-inner { white-space:nowrap; }

/*
 * Yellow tipsy
 */


.tipsy.yellow {
    padding: 0 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    background-image: none;
}
.tipsy.yellow .tipsy-inner {
    margin: 13px !important;
    background: #FFE87C;
    /*border:2px solid #FFFFFF;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#444444;
    text-align: center;
    max-width: 170px;
    z-index: 10000;
    font-size: 16px !important;
    padding:10px 15px;
    line-height: 120% !important;
    position:relative;
    -moz-box-shadow: 1px 1px 2px #989898;
    -webkit-box-shadow: 1px 1px 2px #989898;
    box-shadow: 1px 1px 2px #989898;

}
.tipsy.compr-info .tipsy-inner{
    max-width: 450px;    
    text-align: left;
    padding:28px 28px 20px 28px;
}
.tipsy.compr-info .tipsy-inner p{
    line-height: 26px;
}
.tipsy.compr-info .tipsy-inner h4{
    font-size: 20px;
    margin:0px 0 6px 0;
}
.tipsy.yellow .arrow {
    display:block;
    position:absolute;
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-image: url(/images/design_v4/tipsy.png);
    top:0;
    left:0;
    border:none;
    z-index:-1;
}
.tipsy.yellow.tipsy-north .arrow { top:-13px; height:14px;}
.tipsy.yellow.tipsy-south .arrow { bottom:-13px;top:auto; }
.tipsy.yellow.tipsy-east .arrow { right:-13px;left:auto; }
.tipsy.yellow.tipsy-west .arrow { left:-13px; }

.tipsy.keyword-tipsy .tipsy-inner {
    max-width:360px;
    box-shadow: none;
}
.tipsy.keyword-tipsy label {
    color:#989898;
    font-size:13px;
    cursor: pointer !important;
}
.tipsy.keyword-tipsy .ez-checkbox {
    opacity:0.4;
}/*=======================================
* Tooltips
* ======================================*/

.efaqt-tooltip {
    min-width:236px;
    border:2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:absolute;
    color:#fff;
    top: 120px;
    left:220px;
    z-index:9999;
    background: rgba(68, 68, 68, 0.9);
    font-size:16px;
}

.efaqt-tooltip.relative {
    position: relative;
    left: unset;
    top: unset;
}

.efaqt-tooltip .content-wrap{
    margin:12px 8px 0px 8px;
    padding-bottom:8px;
}

.efaqt-tooltip p{
    font-size:16px;
    margin:2px 0 2px 0;
}

.efaqt-tooltip-wraper {
    position:relative;
}
.efaqt-tooltip .arrow-box{
    position:absolute;
    width:16px;
    height:32px;
    background: url(/images/design_v4/icons-sprite.png) no-repeat -20px -780px;
}
.efaqt-tooltip.error {
    background-color: #de002b;
    min-width: 0;
    z-index: 1120;
    border:none;
}
.efaqt-tooltip.big {
    text-align: center;
    max-width: 350px;
    font-size:17px;
    font-weight: bold;
    line-height: 140%;
}
.error-zIndex-10000 {
    z-index: 10000 !important;
}
.efaqt-tooltip.error .text-wrap {
    padding: 5px 15px;
}
.efaqt-tooltip.big .text-wrap {
    padding: 15px;
}


.efaqt-tooltip .arrow-left.arrow-box   { right: 100%;top: 50%; margin-top: -17px;}
.efaqt-tooltip .arrow-up.arrow-box     { left: 50%; margin-left: -17px;width:32px;height:16px;top:0;margin-top:-28px;}
.efaqt-tooltip .arrow-bottom.arrow-box { top: 100%; left: 50%; margin-left: -17px;width:32px;height:16px;background-position: -20px -796px;}
.efaqt-tooltip .arrow-right.arrow-box  { left: 100%; top: 50%; margin-top: -17px;background-position: -36px -780px;}

.efaqt-tooltip.error .arrow-box{
    width:13px;
    height:32px;
    background-position: -53px -768px;
    display: none;

}
.efaqt-tooltip.error .arrow-box.arrow-right{
    width:6px;
    height:32px;
    background-position: -65px -768px;

}
.efaqt-tooltip.error .arrow-box.arrow-up{
    background-position: -60px -764px;
    height: 23px;
    width: 11px;
    top: 6px;
    margin-left: -5px;
}
.efaqt-tooltip.first-flashcard-tooltip-tpl-tooltip .arrow-box.arrow-up{
    width:44px;
    height:19px;
    background-position: -300px -496px;
    margin-left:-23px;
    margin-top:-49px;
}
/*#study-timer .timer-tip .arrow.arrow-right:after,
#study-timer .timer-tip .arrow.arrow-right:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}
#study-timer .timer-tip .arrow.arrow-right:after { border-color: rgba(68, 68, 68, 0); border-left-color: #444; border-width: 14px; top: 50%;  margin-top: -14px; }
#study-timer .timer-tip .arrow.arrow-right:before { border-color: rgba(255, 255, 255, 0); border-left-color: #fff; border-width: 17px; top: 50%; margin-top: -17px; }*/

/*.efaqt-tooltip .arrow-left.arrow-box:after, */
/*.efaqt-tooltip .arrow-left.arrow-box:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } */
/*.efaqt-tooltip .arrow-left.arrow-box:after { border-color: rgba(68, 68, 68, 0); border-right-color: rgba(68, 68, 68, 0.9); border-width: 14px; top: 50%; margin-top: -14px; } */
/*.efaqt-tooltip .arrow-left.arrow-box:before { border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 17px; top: 50%; margin-top: -17px; }*/

/*.efaqt-tooltip .arrow-up.arrow-box:after, */
/*.efaqt-tooltip .arrow-up.arrow-box:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;} */
/*.efaqt-tooltip .arrow-up.arrow-box:after { border-color: rgba(68, 68, 68, 0); border-bottom-color: rgba(68, 68, 68, 0.9); border-width: 14px; left: 50%;  margin-left: -14px; } */
/*.efaqt-tooltip .arrow-up.arrow-box:before { border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 17px; left: 50%; margin-left: -17px; }*/

/*.efaqt-tooltip .arrow-bottom.arrow-box:after, */
/*.efaqt-tooltip .arrow-bottom.arrow-box:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;} */
/*.efaqt-tooltip .arrow-bottom.arrow-box:after { border-color: rgba(213, 213, 213, 0); border-top-color: rgba(68, 68, 68, 0.9); border-width: 14px; left: 50%;  margin-left: -14px; } */
/*.efaqt-tooltip .arrow-bottom.arrow-box:before { border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 17px; left: 50%; margin-left: -17px; }*/

/*.efaqt-tooltip .arrow-right.arrow-box:after, */
/*.efaqt-tooltip .arrow-right.arrow-box:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;} */
/*.efaqt-tooltip .arrow-right.arrow-box:after { border-color: rgba(68, 68, 68, 0); border-left-color: rgba(68, 68, 68, 0.9); border-width: 14px; top: 50%;  margin-top: -14px; } */
/*.efaqt-tooltip .arrow-right.arrow-box:before { border-color: rgba(255, 255, 255, 0); border-left-color: #fff; border-width: 17px; top: 50%; margin-top: -17px; }*/


.efaqt-tooltip .button-row{
    /*background:#989898;*/
    height:36px;
    text-align: right;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: rgba(213, 213, 213, 0.2);
}


.efaqt-tooltip .button-row .button{
    position:relative;
    top:4px;
    right:4px;
}



/* Source info tooltip*/
.source-info-popup-tooltip{
    min-width:334px;
}
.source-info-popup-tooltip .cover {
    width:100px;
    height:120px;
    background-color: rgba(213, 213, 213, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right:16px;

    float:left;
}
.source-info-popup-tooltip .cover img{
    width:100px;
    height:120px;
}
.source-info-popup-tooltip .source-data {
    float:left;
    width: 250px;
}
.source-info-popup-tooltip .source-data .title{
    border-bottom: 2px solid #fff;
    margin:0px 0px 8px 0px;
}
.source-info-popup-tooltip .source-data .title H3{

    font-weight: 700;
    font-size:22px;
    color:#fff;
    margin:0px 0px 8px 0px;
}
.source-info-popup-tooltip .source-data .meta{
    color:#ffe87c;
    font-size:14px;
}
.source-info-popup-tooltip.active .arrow-box.arrow-up {
    margin-left: -86px;
}

.source-info-popup-tooltip .button-row{
    text-align: left;
    padding:8px 12px;
    height:64px;
}

.source-info-popup-tooltip .content-wrap{
    margin:12px 12px 0px 12px;
}
.source-info-popup-tooltip .share-title{
    font-weight:700;
    margin:0 0 6px 0;
}
.source-info-popup-tooltip .social-links{
    float:left;
    margin-right:8px;
}
.source-info-popup-tooltip .social-links a{
    display: inline-block;
    *display:inline;
    zoom:1;
    width: 28px;
    height:28px;
    margin-right:6px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    border:2px solid #6eb4d0;
}
.source-info-popup-tooltip .input-row{
    width:139px;
    float:left;
}
.source-info-popup-tooltip .input-row input{
    width:153px;
    font-weight:700;
    border:2px solid #fff;
    background: #dfdfdf;
    font-size:14px;
}
/* END of Source info tooltip*/


/* course info popup */

#courseInfoPopup{
 width:236px;
 /*height:176px;*/
 /*background:#000;*/
 border:2px solid #fff;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 position:absolute;
 color:#fff;
/* top: 120px;
 left:220px;*/
 z-index:99;
}


.efaqt-tooltip.first-flashcard-tooltip-tpl-tooltip .arrow-box.arrow-up,
.efaqt-tooltip.round-tooltip .arrow-box.arrow-up
{
    width:44px;
    height:19px;
    background-position: -300px -496px;
    margin-left:-23px;
    margin-top:-49px;
}

.efaqt-tooltip.round-tooltip .arrow-box.arrow-up {
    /*margin-top: -42px;*/
    display: none !important;
}

.efaqt-tooltip.first-flashcard-tooltip-tpl-tooltip,
.efaqt-tooltip.round-tooltip
{
     width:634px;
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.58);
     -moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.58);
     box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.58);
     -khtml-box-shadow: 0px 10px 3px rgba(50, 50, 50, 0.58);
     border:none;
     -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
     z-index:99;
     background: #FFE87C;
     color:#444;
}


.efaqt-tooltip.round-tooltip:after,
.efaqt-tooltip.round-tooltip:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.efaqt-tooltip.round-tooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fdfcfa;
    border-width: 30px;
    margin-left: -30px;
}
.efaqt-tooltip.round-tooltip:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ff6b31;
    border-width: 34px;
    margin-left: -34px;
}

.efaqt-tooltip.round-tooltip {
    width:330px;
    background: #fdfcfa;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    -khtml-box-shadow: none;
    padding: 18px;
    border: 2px solid #ff6b31;
    border-radius: 25px;
}

#first-flashcard-tooltip-tpl-tooltip-content{
   margin:30px;
}
#first-flashcard-tooltip-tpl-tooltip-content p{
   font-size:18px;
}
#first-flashcard-tooltip-tpl-tooltip-content .see-examples-lnk{
   font-weight: bold;
   margin-top:10px;
   font-size:16px;
   display:inline-block
}
html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #f2f2f2;
    color: #444444;

}

.animate-slow {
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.animate-very-slow {
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.animate-bg {
    webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.not-animate, .not-animate a {
    webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.right {
    display: block;
    float: right;
}

.left {
    display: block;
    float: left;
}

.center {
    text-align: center;
}

h1 {
    font-weight: 100;
    font-size: 30px;
}

h2 {
    font-weight: 700;
    font-size: 26px;
}

h3 {
    font-weight: 700;
    font-size: 20px;
}

h4 {
    font-weight: 700;
    font-size: 15px;
}

strong {
    font-weight: 900;
}

.strong {
    font-weight: 900 !important;
}

button:focus {
    outline: 0 !important;
}

.block {
    display: block;
}

.ico {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(/images/design_v4/icons-sprite.png?1) no-repeat;
    margin-right: 6px;
    width: 19px;
    height: 18px;
    vertical-align: top;
}

.ico-w17 {
    width: 17px;
    display: none;
}

.corner-gray-top {
    background: url(/images/design_v4/efaqtNetwork/icons/tooltip-arrow-grey.png) 0px 0px no-repeat;
    position: absolute;
    width: 25px;
    left: 30px;
    height: 13px;
    top: -13px;
}

.corner-gray-right {
    background: url(/images/design_v4/efaqtNetwork/icons/tooltip-arrow-grey.png) -13px 0px no-repeat;
    position: absolute;
    width: 13px;
    right: -13px;
    height: 25px;
    top: 30px;
}

.corner-gray-bottom {
    background: url(/images/design_v4/efaqtNetwork/icons/tooltip-arrow-grey.png) 0px -13px no-repeat;
    position: absolute;
    width: 25px;
    left: 30px;
    height: 13px;
    bottom: -13px;
}

.corner-gray-left {
    background: url(/images/design_v4/efaqtNetwork/icons/tooltip-arrow-grey.png) 0px 0px no-repeat;
    position: absolute;
    width: 13px;
    left: -13px;
    height: 25px;
    top: 30px;
}

body.rotate .ico {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ico.summarize {
    background-position: -20px -20px;
}

.ico.practice {
    background-position: -60px -20px;
}

.ico.print {
    background-position: -100px -20px;
}

.ico.book-info {
    background-position: -140px -20px;
}

.ico.edit {
    background-position: -180px -19px;
    width: 12px;
}

.ico.thunder {
    background-position: -220px -20px;
    width: 10px;
    height: 21px;
}

.ico.amex-inactive {
    background-position: -300px -20px;
    width: 48px;
    height: 30px;
}

.ico.diamond {
    background-position: -260px -59px;
    width: 10px;
}

.ico.datepicker-ico {
    background-position: -20px -60px;
    width: 22px;
    height: 22px;
}

.ico.fb-connect {
    background-position: -60px -60px;
    width: 25px;
    height: 25px;
}

.ico.connected {
    background-position: -100px -60px;
    width: 25px;
    height: 25px;
}

.ico.no-connected {
    background-position: -140px -60px;
    width: 25px;
    height: 25px;
}

.ico.amex {
    background-position: -300px -60px;
    width: 48px;
    height: 30px;
}

.ico.plus2 {
    background-position: -180px -99px;
    margin: 0;
    width: 15px;
}

.ico.close {
    background-position: -60px -100px;
    margin: 0;
}

.ico.plus.active,
.ico.plus-active {
    background-position: -100px -100px;
    margin: 0;
}

.ico.plus {
    background-position: -140px -100px;
    margin: 0;
}

.ico.plus-white {
    background-position: -180px -100px;
    width: 14px;
    vertical-align: middle;
}

.ico.sub-closed {
    background-position: -219px -100px;
    width: 14px;
    vertical-align: middle;
}

.ico.sub-opened {
    background-position: -260px -100px;
    width: 14px;
    vertical-align: middle;
}

.ico.cal31 {
    background-position: -300px -100px;
    width: 29px;
    height: 26px;
}

.ico.efaqt-network-big {
    background-position: -20px -140px;
    width: 36px;
    height: 27px;
}

.ico.mindmap {
    background-position: -60px -138px;
    width: 28px;
    vertical-align: middle;
}

.ico.mindmap.active {
    background-position: -100px -138px;
}

.ico.alert {
    background-position: -140px -139px;
    width: 12px;
}

.ico.help {
    background-position: -220px -140px;
    width: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}

.ico.help:hover {
    background-position: -220px -140px;
    width: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.ico.help-active {
    background-position: -260px -140px;
}

.ico.mc-inactive {
    background-position: -300px -140px;
    width: 48px;
    height: 30px;
}

.ico.network-white {
    background-position: -20px -177px;
    width: 14px;
}

.ico.network {
    background-position: -60px -177px;
    width: 14px;
}

.ico.network-black {
    background-position: -100px -177px;
    width: 14px;
}

.ico.mc {
    background-position: -300px -180px;
    width: 48px;
    height: 30px;
}

.ico.btn-delete {
    background-position: -172px -215px;
}

.ico.magnifier {
    background-position: -260px -215px;
    width: 22px;
    height: 25px;
}

.ico.tree {
    background-position: -300px -220px;
    width: 28px;
    height: 25px;
}

.ico.toc-delete-undo {
    background-position: -340px -220px;
    width: 16px;
    height: 7px;
}

.ico.qa {
    background-position: -60px -260px;
    width: 28px;
    height: 20px;
}

.ico.qa-black {
    background-position: -100px -260px;
    width: 28px;
    height: 20px;
}

.ico.note {
    background-position: -180px -260px;
    width: 28px;
    height: 20px;
}

.ico.note-black {
    background-position: -220px -260px;
    width: 28px;
    height: 20px;
}

.ico.remove {
    background-position: -260px -260px;
}

.ico.phone {
    background-position: -300px -260px;
    width: 24px;
    height: 38px;
}

.ico.mail {
    background-position: -20px -300px;
}

.ico.social-mail {
    background-position: -20px -300px;
    width: 28px;
    height: 28px;
}

.ico.facebook {
    background-position: -60px -300px;
}

.ico.social-facebook {
    background-position: -60px -300px;
    width: 28px;
    height: 28px;
}

.ico.twitter {
    background-position: -100px -300px;
}

.ico.social-twitter {
    background-position: -100px -300px;
    width: 28px;
    height: 28px;
}

.ico.google {
    background-position: -140px -300px;
}

.ico.social-google {
    background-position: -140px -300px;
    width: 28px;
    height: 28px;
}

.ico.order {
    background-position: -175px -300px;
}

.ico.print-bigger {
    background-position: -300px -300px;
    width: 29px;
    height: 32px;
}

.ico.edit-small-active {
    background-position: -180px -335px;
}

.ico.delete-small-active {
    background-position: -220px -335px;
}

.ico.keyword-active {
    background-position: -260px -335px;
}

.ico.mail-active {
    background-position: -20px -340px;
}

.ico.facebook-active {
    background-position: -60px -340px;
}

.ico.twitter-active {
    background-position: -100px -340px;
}

.ico.google-active {
    background-position: -140px -340px;
}

.ico.visa-inactive {
    background-position: -300px -340px;
    width: 48px;
    height: 30px;
}

.ico.edit-small {
    background-position: -180px -375px;
}

.ico.delete-small {
    background-position: -220px -375px;
}

.ico.share-small {
    background-position: -220px -375px;
}

.ico.keyword {
    background-position: -260px -375px;
}

.ico.plus-orange {
    background-position: -100px -380px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 0px;
}

.ico.plus-orange-active {
    background-position: -140px -380px;
    width: 16px;
    height: 16px;
}

.ico.visa {
    background-position: -300px -380px;
    width: 48px;
    height: 30px;
}

.ico.datepicker-black {
    background-position: -60px -420px;
    width: 19px;
    height: 17px;
}

.ico.datepicker-blue {
    background-position: -100px -420px;
    width: 19px;
    height: 17px;
}

.ico.datepicker-orange {
    background-position: -140px -420px;
    width: 19px;
    height: 17px;
}

.ico.network-black2 {
    background-position: -180px -420px;
    width: 17px;
    height: 14px;
}

.ico.brain-small-black {
    background-position: -220px -420px;
    width: 17px;
    height: 14px;
}

.ico.plus-blue {
    background-position: -260px -420px;
    width: 14px;
    height: 14px;
}

.ico.info-small-black {
    background-position: -20px -460px;
    width: 12px;
    height: 12px;
}

.ico.info-small-white {
    background-position: -60px -460px;
    width: 12px;
    height: 12px;
}

.ico.round-arrow-blk-sml {
    background-position: -100px -460px;
    width: 15px;
    height: 11px;
}

.ico.round-arrow-wht-sml {
    background-position: -140px -460px;
    width: 15px;
    height: 11px;
}

.ico.digest-small {
    background-position: -340px -860px;
    width: 16px !important;
    height: 14px;
}

.ico.triangle-white-sml {
    background-position: -180px -460px;
    width: 9px;
    height: 12px;
}

.ico.triangle-black-sml {
    background-position: -220px -460px;
    width: 9px;
    height: 12px;
}

.ico.magnifier2 {
    background-position: -260px -460px;
    width: 22px;
    height: 25px;
}

.ico.book-grey {
    background-position: -20px -500px;
    width: 20px;
    height: 27px;
}

.ico.book-black {
    background-position: -60px -500px;
    width: 20px;
    height: 27px;
}

.ico.print-black {
    background-position: -100px -500px;
    width: 14px;
    height: 15px;
}

.ico.undo-yellow {
    background-position: -140px -500px;
    width: 23px;
}

.ico.redo-yellow {
    background-position: -180px -500px;
    width: 23px;
}

.ico.delete-red-cross {
    background-position: -220px -500px;
    width: 11px;
    height: 12px;
}

.ico.simple-pus {
    background-position: -100px -539px;
    width: 13px;
}

.ico.pause {
    background-position: -140px -540px;
    width: 8px;
    height: 12px;
}

.ico.start {
    background-position: -180px -540px;
    width: 8px;
    height: 12px;
}

.ico.plus3 {
    background-position: -300px -540px;
    margin: 0;
    width: 25px;
    height: 25px;
}

.ico.arrow-up-blue-small {
    background-position: -100px -580px;
    width: 14px;
    height: 14px;
}

.ico.flip {
    background-position: -180px -580px;
    width: 22px;
    height: 22px;
}

.ico.wrong {
    background-position: -220px -580px;
    width: 22px;
    height: 22px;
}

.ico.correct {
    background-position: -260px -580px;
    width: 22px;
    height: 22px;
}

.ico.arr-left-blue {
    background-position: -20px -620px;
    width: 12px;
    height: 12px;
}

.ico.rnd-arr-right-gray {
    background-position: -100px -620px;
    width: 16px;
    height: 16px;
}

.ico.rnd-arr-bottom-blue {
    background-position: -180px -620px;
    width: 16px;
    height: 16px;
}

.ico.rnd-question-blk {
    background-position: -260px -620px;
    width: 16px;
    height: 16px;
}

.ico.mindmap-sml {
    background-position: -300px -620px;
    width: 19px;
    height: 18px;
}

.ico.rnd-plus-onwhite {
    background-position: -20px -660px;
    width: 20px;
    height: 20px;
}

.ico.rnd-menu-onwhite {
    background-position: -60px -660px;
    width: 20px;
    height: 20px;
}

.ico.arrow-down-white-small {
    background-position: -140px -660px;
    width: 14px;
    height: 14px;
}

.ico.social-mail-gray {
    background-position: -220px -660px;
    width: 20px;
    height: 20px;
}

.ico.social-facebook-gray {
    background-position: -260px -660px;
    width: 10px;
    height: 20px;
}

.ico.comp-reading {
    background-position: -300px -660px;
    width: 28px;
    height: 38px;
}

.ico.social-twitter-gray {
    background-position: -20px -700px;
    width: 16px;
    height: 20px;
}

.ico.social-google-gray {
    background-position: -60px -700px;
    width: 20px;
    height: 20px;
}

.ico.corner-up-blk {
    background-position: -100px -700px;
    width: 20px;
    height: 10px;
}

.ico.network-blue {
    background-position: -140px -700px;
    width: 17px;
}

.ico.network-light-gray {
    background-position: -180px -700px;
    width: 17px;
}

.ico.pause-break {
    background-position: -300px -700px;
    width: 28px;
    height: 25px;
}

.ico.arrow-right-stop {
    background-position: -20px -740px;
    width: 14px;
    height: 9px;
}

.ico.arrow-back {
    background-position: -60px -740px;
    width: 22px;
    height: 22px;
}

.ico.arrow-back:hover,
.ico.arrow-back-hvr {
    background-position: -100px -740px;
    width: 22px;
    height: 22px;
}

.ico.arrow-back:active,
.ico.arrow-back-hvr2 {
    background-position: -140px -740px;
    width: 22px;
    height: 22px;
}

.ico.arrow-right-shdw {
    background-position: -220px -740px;
    width: 14px;
    height: 24px;
}

.ico.arrow-left-shdw {
    background-position: -260px -740px;
    width: 14px;
    height: 24px;
}

.ico.magnifier-sml-wht {
    background-position: -300px -740px;
    width: 14px;
    height: 14px;
}

.ico.thin-dark-arrow-down {
    background-position: -180px -780px;
    width: 12px;
}

.ico.dropmark-black {
    background-position: -180px -780px;
    width: 12px;
    height: 7px;
}

.ico.dropmark-white {
    background-position: -220px -780px;
    width: 12px;
    height: 7px;
}

.ico.thin-light-arrow-up {
    background-position: -260px -780px;
    width: 12px;
}

.ico.facebook-wh {
    background-position: -140px -820px;
    width: 10px;
    height: 20px;
}

.ico.twitter-wh {
    background-position: -180px -820px;
    width: 20px;
    height: 17px;
}

.ico.mail-wh {
    background-position: -100px -820px;
    width: 18px;
    height: 13px;
}

.ico.brain-small-yellow {
    background-position: -20px -860px;
    width: 17px;
    height: 14px;
}

.ico.brain-small-blue {
    background-position: -100px -860px;
    width: 17px;
    height: 14px;
}

.ico.close-small {
    background-position: -140px -858px;
}

.ico.move-up-disabled {
    background-position: -180px -859px;
    width: 14px;
    height: 14px;
}

.ico.move-down-disabled {
    background-position: -220px -859px;
    width: 14px;
    height: 14px;
}

.ico.move-up-enabled {
    background-position: -260px -859px;
    width: 14px;
    height: 14px;
}

.ico.move-down-enabled {
    background-position: -300px -859px;
    width: 14px;
    height: 14px;
}

.ico.delete-blue-cross {
    background-position: -20px -900px;
    width: 12px;
    height: 12px;
}

.ico.btn-bold {
    background-position: -100px -900px;
    width: 15px;
    height: 15px;
}

.ico.btn-italic {
    background-position: -140px -900px;
    width: 15px;
    height: 15px;
}

.ico.btn-underline {
    background-position: -180px -900px;
    width: 15px;
    height: 15px;
}

.ico.btn-textcolor {
    background-position: -220px -900px;
    width: 15px;
    height: 15px;
}

.ico.btn-insertorderedlist {
    background-position: -260px -900px;
    width: 15px;
    height: 15px;
}

.ico.btn-insertunorderedlist {
    background-position: -300px -900px;
    width: 15px;
    height: 15px;
}

.ico.btn-equation {
    background-position: -20px -940px;
    width: 15px;
    height: 15px;
}

.ico.btn-expand {
    background-position: -60px -940px;
    width: 15px;
    height: 15px;
}

.ico.btn-expand.blue {
    background-position: -140px -940px;
    width: 15px;
    height: 15px;
}

.ico.btn-image {
    background-position: -180px -940px;
    width: 15px;
    height: 15px;
}

.ico.qa-blue-sml {
    background-position: -220px -940px;
    width: 16px;
    height: 12px;
}

.ico.qa-grey-sml {
    background-position: -260px -940px;
    width: 16px;
    height: 12px;
}

.ico.note-grey-sml {
    background-position: -300px -940px;
    width: 16px;
    height: 12px;
}

.ico.faqts {
    background-position: -340px -940px;
    width: 19px;
    height: 13px;
}

.ico.note-blue-sml {
    background-position: -20px -980px;
    width: 16px;
    height: 12px;
}

.ico.cross-sml-gray {
    background-position: -60px -980px;
    width: 10px;
    height: 10px;
}

.ico.cross-sml-black {
    background-position: -100px -980px;
    width: 10px;
    height: 10px;
}

.ico.open-small {
    background-position: -140px -980px;
}

.ico.flag-big-light {
    background-position: -180px -980px;
    height: 21px;
}

.ico.flag-big-dark {
    background-position: -220px -980px;
    height: 21px;
}

.ico.flag-big-red {
    background-position: -260px -980px;
    height: 21px;
}

.ico.flag-medium-dark {
    background-position: -300px -980px;
    width: 14px;
    height: 16px;
}

.ico.flag-medium-red {
    background-position: -20px -1020px;
    width: 14px;
    height: 16px;
}

.ico.flag-small-dark {
    background-position: -60px -1020px;
    width: 9px;
    height: 11px;
}

.ico.flag-small-red {
    background-position: -100px -1020px;
    width: 9px;
    height: 11px;
}

.ico.summary-edit {
    background-position: -220px -1020px;
}

.ico.handle {
    background-position: -300px -1020px;
    width: 14px;
    height: 14px;
}

.ico.remove-light {
    background-position: -180px -1060px;
    width: 11px;
    height: 10px;
}

.ico.library {
    background-position: -300px -1060px;
    width: 17px;
    height: 19px;
}

.ico.cross-big-blk {
    background-position: -180px -1060px;
    width: 14px;
    height: 14px;
}

.ico.arrow-left-blue {
    background-position: -100px -1100px;
    width: 8px;
    height: 10px;
}

.ico.arrow-right-white {
    background-position: -140px -1100px;
    width: 8px;
    height: 10px;
}

.ico.arrow-left-gray {
    background-position: -180px -1100px;
    width: 8px;
    height: 10px;
}

.ico.brain-white {
    background-position: -300px -1100px;
    width: 13px;
    height: 13px;
}

.ico.flip-white {
    background-position: -260px -1100px;
    width: 29px;
    height: 22px;
}

.ico.dublicate {
    background-position: -20px -1140px;
    width: 12px;
    height: 12px;
}

.ico.arrow-down-white-big {
    background-position: -60px -1140px;
    height: 18px;
    width: 27px;
}

.ico.delete-red {
    background-position: -220px -1140px;
    width: 12px;
    height: 12px;
}

.ico.btn-help {
    background-position: -340px -100px;
    height: 11px;
    width: 11px;
}

.items-count {
    cursor: default;
}

.items-count .ico.network-light-gray {
    top: 2px;
    position: relative;
}

.page-title-container {
    /*    width:860px;*/
    height: 79px;
    position: relative;
}

.page-title-container.old {
    width: 670px;
    height: 49px;
    position: relative;
    margin-left: 40px;
}

.page-title-container.library-title {
    width: 694px;
    margin-left: 15px;
}

.page-title-container .line {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    font-size: 1px;
    height: 1px;
    position: absolute;
    top: 39px;
    width: 100%;
}

.button.disabled {
    opacity: .8;
    pointer-events: none;
    cursor: default;
}

.button.disabled:hover,
.button.disabled:active {
    background: #ff6b31;
    padding: 9px 19px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.button.disabled.small:hover,
.button.disabled.small:active {
    padding: 4px 12px;
}

.button .ico {
    vertical-align: middle;
}

.button.blue {
    background: #6EB4D0;
}

.button.blue:hover {
    background: #4394B5;
}

.button.gray {
    background: #d6d8d7;
    color: #444444;
}

.button.gray:hover,
.button.gray:active {
    background: #D4D4D4;
}

.button.gray.dark {
    background: #BAB6B6;
    color: #444444;
}

.button.gray.dark:hover,
.button.gray.dark:active {
    background: #CEC8C8;
}

.button.facebook {
    background: #3C5A99;
}

.button.facebook:hover {
    background: #34508b;
}

.button.facebook:active {
    background: #34508b;
    -moz-box-shadow: inset 0px 2px 2px #1c3362;
    -webkit-box-shadow: inset 0px 2px 2px #1c3362;
    box-shadow: inset 0px 2px 2px #1c3362;
}

.button.gmail {
    background: #eb2d2e;
}

.button.gmail:hover {
    background: #e02020;
}

.button.gmail:active {
    background: #e02020;
    -moz-box-shadow: inset 0px 2px 2px #a62020;
    -webkit-box-shadow: inset 0px 2px 2px #a62020;
    box-shadow: inset 0px 2px 2px #a62020;
}

.button.outlook {
    background: #0071c5;
}

.button.outlook:hover {
    background: #006ab8;
}

.button.outlook:active {
    background: #006ab8;
    -moz-box-shadow: inset 0px 2px 2px #004f8c;
    -webkit-box-shadow: inset 0px 2px 2px #004f8c;
    box-shadow: inset 0px 2px 2px #004f8c;
}

.button.transparent {
    background: transparent;
    color: #ff6b31;
    border: solid 1px #ff6b31;
}

.button.transparent.white-text {
    color: #FFF;
}

.button.transparent:hover {
    background: #ff6b31;
    color: #FFF;
}

.button.transparent.gray {
    background: transparent;
    color: #BAB6B6;
    border: solid 1px #BAB6B6;
}

.button.transparent.gray:hover {
    background: #BAB6B6;
    color: #444444;
}

.button.transparent.red {
    background: transparent;
    color: #e50e38;
    border: solid 1px #e50e38;
}

.button.transparent.red:hover {
    background: transparent;
    color: #e50e38;
}

.button.box {
    display: block;
    width: auto;
}

.button.facebook {
    background: #3C5A99;
    padding: 10px 16px 14px 16px;
}

.button.facebook:active {
    background: #34508b;
}

.button-preloader {
    margin-right: 4px;
    vertical-align: middle;
}

h2.signup_header {
    margin: 0 0 -5px 0;
}

.button.facebook .ico {
    margin-right: 10px;
}

.button.share-btn.tw {
    background: none repeat scroll 0 0 #55ACEE;
}

.button.share-btn.tw.disabled:hover,
.button.share-btn.tw.disabled:active {
    background: none repeat scroll 0 0 #55ACEE;
}

.button.small {
    padding: 4px 12px;
}

.button.xsmall {
    padding: 2px 10px;
    font-size: 14px;
}

.button.medium {
    padding: 5px 15px 5px 16px;
}

.button.big {
    padding: 12px 18px 16px 18px;
    font-size: 20px;
}

.button.bigger {
    height: 22px;
    max-height: 22px;
    font-size: 18px;
    min-width: 65px;
}

.button.rounded {
    width: 92px;
    height: 92px;
    max-height: 67px;
    -webkit-border-radius: 92px;
    -moz-border-radius: 92px;
    border-radius: 92px;
    font-size: 34px;
    padding: 25px 0 0 0;
}

.button.no-min-width {
    min-width: 0;
}

.button.two-labels .label2,
.btn.two-labels .label2 {
    display: none;
}

.button.two-labels:hover .label1,
.btn.two-labels:hover .label1 {
    display: none;
}

.button.two-labels:hover .label2,
.btn.two-labels:hover .label2 {
    display: inline;
}

.button-link.with-border {
    border: solid 2px #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 10px;
    -webkit-box-shadow: 0px 1px 1px #4394B5;
    -moz-box-shadow: 0px 1px 1px #4394B5;
    box-shadow: 0px 1px 1px #4394B5;
}

.button-link.xsmall {
    padding: 2px 10px;
    font-size: 14px;
}

.button-link.small {
    padding: 4px 10px;
}

.button-link.medium {
    padding: 5px 10px;
}

.button-link.medium.with-border {
    padding: 4px 10px;
}

.button-link.hover,
.button-link:hover {
    text-decoration: underline;
    color: #444444;
}

.button-link.disabled {
    cursor: default;
}

.button-link.disabled:hover {
    text-decoration: none;
}

.button-link.black {
    color: #444444;
}

.button-link.white {
    color: #FFFFFF;
}

.button-link.blue,
.text-blue {
    color: #6EB4D0;
}

.button-link.orange,
.text-orange {
    color: #ff6b31;
}

.text-white {
    color: #FFF;
}

.button-link.red {
    color: #e50e38;
}

.upper {
    text-transform: uppercase;
}

.text-gray {
    color: #ECECEC;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.content-center {
    width: fit-content;
    margin: 0 auto;
}

.button.gray.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
    filter: alpha(opacity=0.4);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    cursor: default;
}

.window-toolbar-btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ico.triangle-white-sml {
    top: 8px;
    left: 5px;
    position: relative;
}

.label-button-style {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 5px;
}

.label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.pl0 {
    padding-left: 0px;
}

.pr10 {
    padding-right: 10px;
}

.no-margin-top {
    margin-top: 0px !important;
}

.text-gray {
    color: #989898;
}

.white-content {
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 3px #AAA;
    -webkit-box-shadow: 0px 0px 3px #AAA;
    box-shadow: 0px 0px 3px #AAA;
    padding: 20px 50px 40px 50px;
    margin-bottom: 20px;
}

.input-text {
    border: solid 1px #989898;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 300;
    font-size: 16px;
}

input.has-error {
    border: solid 2px #ce2d2d;
    background: #f36767;
    color: #fff;
}

input.error {
    border-color: #de002b;
}

select.error {
    border-color: #de002b;
}

.text-orange {
    color: #ff6b31;
}

a.text-orange:hover,
a:hover .text-orange {
    color: #E28D2F;
}

/*
 * Header start
 */

.ss-header.small {
    height: 40px;
}

.ss-header-line {
    position: absolute;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ss-header .content {
    height: auto;
}

.study-logo {
    background: url(/images/design_v4/logo70x70.png) no-repeat left top;
    width: 70px;
    height: 70px;
    margin-top: 5px;
}

.study-logo.small {
    background: url(/images/design_v4/logo_32x32.png) no-repeat left top;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 4px;
}

.back-home-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    vertical-align: top;
    margin-top: 9px;
}

.book-title-container {
    height: 38px;
}

.book-title {
    margin: 8px 0 0 0;
    color: #FFF;
    white-space: nowrap;
    max-width: 712px;
    overflow: hidden;
    font-size: 24px;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 700;
}

.book-title-prefix {
    margin: 8px 0 0 0;
    color: #FFF;
    opacity: 0.6;
    font-size: 24px;
    font-weight: 700;
    vertical-align: top;
    display: none;
}

.book-title-container.practice .book-title {
    max-width: 628px;
}

.book-title-container.practice .book-title-prefix {
    display: inline-block;
}

.ico.book-info {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    width: 19px;
    height: 18px;
    position: relative;
    top: 17px;
    left: 2px;
    margin-right: 0
}

.ico.book-info:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.time {
    margin-top: 5px;
    color: #FFF;
    font-weight: 700;
}

.time span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    text-align: center;
    background-color: #6EB4D0;
    font-size: 15px;
    padding: 6px 0;
}

.time .min {
    margin-right: 1px;
}

.time .sec {
    margin-left: 1px;
}

.ss-menu {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.ss-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.ss-menu li a {
    font-weight: 700;
    font-size: 16px;
    padding: 8px 40px 9px 0px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ss-menu li a:hover .ico,
.ss-menu li a:hover .title {
    text-decoration: underline;
}

.counter {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: solid 2px #FFF;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-color: #ff6b31;
    text-decoration: none !important;
    padding: 2px 7px;
    font-size: 14px;
    text-align: left;
}

.counter.with-shadow {
    -moz-box-shadow: 1px 1px 1px #666;
    -webkit-box-shadow: 1px 1px 1px #666;
    box-shadow: 1px 1px 1px #666;
}

.ss-menu .counter {
    margin-left: 4px;
    vertical-align: top;
    margin-top: -2px;
}

.ico.library {
    vertical-align: top;
}

.ico.print,
.ico.mindmap-sml,
.ico.practice {
    margin-top: 1px;
}

/*
 * Header end
 */
/* study break popup */

#break-time-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

/*
 * Custom window starts
 */
.efaqt-overlay-opened {
    overflow: hidden;
    width: calc(100% - 15px);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 17px;
}

.overlay.white-overlay {
    background-color: white;
    background: rgba(255, 255, 255, 0.9);
}

.overlay.toc-editor {
    z-index: 49;
    overflow: hidden;
}

.overlay-bg,
.overlay .bg {
    background: #6EB4D0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 1050;
}

.overlay-bg {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.overlay-bg.white-overlay {
    background: rgba(255, 255, 255, 0.5);
}

.overlay.full .bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.overlay.white-plain .bg {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.window {
    width: 780px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    overflow: hidden;
    z-index: 1101;
    position: absolute;
    left: 50%;
    margin-left: -390px;
    margin-bottom: 50px;
    top: 50px;

    /*-moz-box-shadow: 0 0 8px #666;*/
    /*-webkit-box-shadow: 0 0 8px #666;*/
    /*box-shadow: 0 0 8px #666;*/
}

.overlay.white-overlay .window {
    max-width: 1241px;/* top: 50px; *//* width: 890px; *//* margin-left: -445px; */
    margin: 0 auto;
    top: 132px;
    left: unset;
    position: relative;
    width: unset;
}

.window-content h2 {
    display: block;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.window .title-bar {
    height: 50px;
    clear: both;
    /*margin-bottom: 2px;*/
    background-color: #506fee;
}

.window .title-bar-text {
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.window .button-bar {
    padding: 15px;
    text-align: right;
}

.window .button-bar .button, .window .button-bar .button-link {
    margin-top: 6px;
    margin-right: 8px;
    vertical-align: middle;
}

.window .button-bar .button-link {
    margin-top: -3px;
}

.window .button-bar a {
    margin-left: 10px;
}

.window-content-container::-webkit-scrollbar {
    width: .5em;
    height: .5em;
}

.window-content-container::-webkit-scrollbar-thumb {
    background: #999;
}

.window-content-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.window-content-container {
    overflow-x: hidden;
    overflow-y: auto;
}

.window-content-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 50px;
    left: 0;
    z-index: 1105;
}

.close-window {
    width: 28px;
    height: 28px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    padding: 0;
    margin: 16px 0 0;
    position: absolute;
    top:0;
    right: 0;
}

.full-frame-window {
    margin: -20px -50px;
}

.full-frame-window .close-window {
    background: none;
    filter: none;
    border: none;
    width: 19px;
    padding: 9px 0 0 0;
}

.full-frame-padded {
    padding: 28px 45px;
}

/*
 * Custom window end
 */

/*
 * Custom checkbox start
 */

.ez-hide {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    outline: none;
}

.ez-checkbox {
    background: url(/images/design_v4/icons-sprite.png) -180px -60px no-repeat;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 17px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    left: 0px;
}

.ez-checkbox input {
    position: relative;
    top: 0;
    left: -4px;
    margin: 0;
}

.ez-checkbox.cb-white {
    background-position: -220px -300px;
}

.ez-checkbox.toc-blue {
    background-position: -60px -579px;
}

.ez-checkbox.toc-orange {
    background-position: -20px -579px;
}

.ez-checkbox.toc-gray {
    background-position: -20px -820px;
}

.ez-checkbox.toc-gray2 {
    background-position: -140px -1060px;
}

.ez-checkbox.wht-orange {
    background-position: -20px -1100px;
}

.ez-checked {
    background-position: -220px -60px;
}

.ez-checked.checked-white {
    background-position: -260px -300px;
}

.ez-checked.checked-gray2 {
    background-position: -100px -1060px;
}

.ez-checked.toc-blue {
    background-position: -260px -540px;
}

.ez-checked.toc-orange {
    background-position: -220px -540px;
}

.ez-checked.toc-gray {
    background-position: -60px -820px;
}

.ez-checked.orange {
    background-position: -100px -780px;
}

.ez-checked.wht-orange {
    background-position: -60px -1100px;
}

.ez-checkbox.new {
    background: url(/images/design_v4/efaqtNetwork/icons/unchecked-check.png) no-repeat;
}

.ez-checked.new {
    background: url(/images/design_v4/efaqtNetwork/icons/checked-check.png) no-repeat;
}

.ez-checkbox {
    zoom: 1;
    *display: inline;
    _height: 16px;
}

.cb-input .ez-checkbox {
    display: block;
    float: left;
    margin: 6px 0 0 5px;
}

/*
 * Custom checkbox finish
 */

/*
 * Notification start
 */

/*.notification,*/
/*.network-notification {*/
/*    position: fixed;*/
/*    z-index: 3001;*/
/*    top: -42px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    padding: 10px 0;*/
/*    font-size: 19px;*/
/*    font-weight: 700;*/
/*    background: #ffe87c;*/
/*    text-align: center;*/
/*}*/
.notification,
.network-notification {
    position: fixed;
    z-index: 3001;
    top: -42px;
    left: 50%;
    width: auto;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 700;
    background: #d8ead2;
    text-align: left;
    border: 1px solid #acd39d;
    border-radius: 10px;

    transform: translate(-50%, 0);
}

.notification.with-progress-bar {
    width: 92%;
}

.notification .close {
    margin-top: 0;
    top: 8px !important;
}

.notification .button {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.notification.network {
    z-index: 43;
    left: 50%;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.notification.network a {
    font-weight: normal;
}

.notification #dots {
    display: inline-block;
    width: 25px;
}

.network-notification {
    left: 0;
    z-index: 43;
    font-size: 15px;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.network-notification .close {
    margin: 3px 5px 0 0;
    height: 12px;
}

.network-notification a {
    text-decoration: underline;
}

.notification.error {
    background: #de002b;
    color: #FFF;
}

/*
 * Notification end
 */

.share-via-mail-content {
    display: none;
}

.share-via-mail-content input[type="text"],
.share-via-mail-content textarea {
    width: 385px;
    margin-bottom: 4px;
}

.share-via-mail-content .buttons {
    margin-top: 5px;
    height: 40px;
}

.share-via-mail-content .left {
    margin-bottom: 20px;
}

.share-via-mail-content .right {
    width: 188px;
    margin: 0 20px 0 0;
}

.share-via-mail-content .right .visual {
    width: 232px;
    height: 200px;
    background: url(/images/design_v4/illustrations/shareEmail.png) no-repeat;
}

#landing-page-signin {
    text-align: center;
    color: #444;
}

#landing-page-signin h1 {
    font-size: 36px;
    font-weight: bolder;
}

#landing-page-signin .study-logo {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 90px;
    color: #000;
}

#landing-page-signin .signup-form {
    width: 408px;
    margin: 0 auto;
}

#landing-page-signin .signup-form .row {
    margin: 8px 0 8px 0;
    height: 33px;
}

#landing-page-signin .signup-form .row input {
    width: 386px;
}

#landing-page-signin .signup-form .row.twocol .col {
    width: 196px;
    float: left;
}

#landing-page-signin .signup-form .row.twocol .col input {
    width: 174px;
}

#landing-page-signin .signup-form .row.twocol .col.left {
    margin-right: 15px;
}

#landing-page-signin .signup-form .row.button-row {
    margin: 18px 0 18px 0;
}

#landing-page-signin .button {
    min-width: 260px;
}

#landing-page-signin .button.facebook .ico {
    position: relative;
    top: -2px;
    left: 0px;
}

#landing-page-signin .signup-form .row.button-row-hint {
    margin: 24px 0 0 0;
    font-weight: 700;
    font-size: 16px;
}

#landing-page-signin .separator-or {
    width: 546px;
    margin: 20px auto 20px auto;
}

#landing-page-signin .separator-or .separator {
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    border-top: 1px solid #989898;
    position: relative;
    top: 18px;
}

#landing-page-signin .separator-or .or-label {
    font-style: italic;
    color: #989898;
    background: #ececec;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0px 8px 0px 8px;
    font-size: 24px;
    position: relative;
}

/*
 * Yellow tooltip start
 */

/*
 * Yellow tooltip end
 */

.white-gray-bg {
    z-index: 0;
    background: #FFF;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.white-gray-bg div {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -245px;
}

.white-gray-bg div.ss {
    margin-left: -195px;
}

.white-gray-bg.review div.ss {
    margin-left: -505px;
}

#content
.shadow {
    background: url('/images/design_v4/headerShadow.png') top left no-repeat;
    width: 779px;
    height: 23px;
    position: absolute;
    top: 0px;
    left: 250px;
    z-index: 3;
}

#intro-popup .window-content-inner {
    padding: 0px;
}

.promote-efaqt-pro-banner .left-content {
    width: 50%;
    float: left;
    background: #F2F2F2;
    height: 470px;
    padding: 0 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.promote-efaqt-pro-banner .left-content img {
    width: 100%;
    height: auto;
}

.promote-efaqt-pro-banner .right-content {
    width: 50%;
    float: left;
    height: 470px;
    padding: 0 40px;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.promote-efaqt-pro-banner .right-content p {
    margin-top: 0;
    font-size: 18px;
    line-height: 160%;
    width: 80%;
}

.promote-efaqt-pro-banner h2 {
    padding: 60px 0 30px 0;
    font-weight: 700;
}

.promote-efaqt-pro-banner .close-window {
    position: absolute;
    top: 3px;
    right: 0px;
}

.user-panel-container.overlay {
    z-index: 1000;
}

.user-panel-container.overlay .user-panel {
    z-index: 1051;
}

.mobile-hidden {
    display: none !important;
}

.libraryFirstViewPopupWnd .window-content {
    background: #fff;
}

.libraryFirstViewPopup h2 {
    margin: 0px 0 0px 0;
}

.libraryFirstViewPopup .text {
    color: #444;
    margin: 17px 0 27px 0;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}

.libraryFirstViewPopup .button-row {
    text-align: center;
    margin-top: 30px;
}

.film-overlay {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(/images/design_v4/placeholders/placeholder_video.png) no-repeat;
    width: 500px;
    height: 180px;
    margin: 0 auto;
}

.film-overlay img {
    margin: 62px 0 0 217px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
}

.film-overlay:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.restartTutorialPopup .window-content {
    background: #EFEFEF;
}

.restartTutorialPopup h2 {
    margin: 21px 0 0px 0;
}

.restartTutorialPopup .text {
    color: #444;
    margin: 17px 0 27px 0;
    /*padding-top:10px;*/
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}

.restartTutorialPopup .button-row {
    text-align: center;
    margin-top: 30px;
}

.restartTutorialPopup .button {
    /*margin-top:-10px;*/
}

.nowrap {
    white-space: nowrap;
}

/* ====== maintenancePopup ====== */

.maintenancePopup .visual {
    background: url(/images/design_v4/maintenance.png);
    width: 115px;
    height: 111px;
    margin: 0 auto;
}

.maintenancePopup .rightside {
    font-size: 16px;
    line-height: 31px;
    padding-top: 6px;
}

.maintenancePopup .text {
    margin: 28px 30px 24px;
    display: block;
    height: auto;
}

.maintenancePopup .button-row {
    text-align: center;
}

/* ====== Common rules for popup ====== */
.regular-popup h2 {
    margin: 0px 0 0px 0;
}

.regular-popup .text {
    color: #444;
    margin: 17px 0 27px 0;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}

.regular-popup .button-row {
    text-align: center;
    margin-top: 30px;
}

.button-row.centered {
    text-align: center;
    margin-top: 30px;
}

/* gopro */

.white-row {
    height: 112px;
    text-align: center;
    background: #fff;
    padding-top: 68px;
    position: relative;
}

.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    webkit-transform: rotate(360deg);
}

.white-row .triangle {
    position: absolute;
    margin-left: -20px;
    bottom: -24px;
    left: 50%;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-style: solid;
    width: 0px;
    height: 0px;
    line-height: 0px;
}

.white-row H1.title {
    color: #444;
    font-weight: 700;
    font-size: 34px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.white-row H1.title.gopro {
    font-size: 49px;
}

.white-row H3.title {
    color: #7c7c7c;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.go-pro .page-title {
    font-weight: 700;
    font-size: 34px;
}

.go-pro + .white-row {
    height: 74px;
    padding-top: 30px;
}

.gopro-white-content {
    background: #FFFFFF;
    overflow: hidden;
}

.ss-header.go-pro .back-home-link {
    top: 30px;
}

.paymentResultPopupWnd .window-content {
    background: #fff;
}

.paymentResultPopup h2 {
    margin: 0px 0 0px 0;
}

.paymentResultPopup .text {
    color: #444;
    margin: 17px 0 27px 0;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}

.paymentResultPopup .button-row {
    text-align: center;
    margin-top: 30px;
}

.paymentResultPopup .button {
    padding: 9px 30px;
}

.go-to-button-block {
    margin: 4px 24px 0 0;
}

#chapter-select-cont .mCSB_container {
    margin-right: 0;
}

#chapter-select-cont .mCSB_scrollTools {
    z-index: 102;
}

#chapter-select-cont .inner {
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    z-index: 101;
    color: #fff;
}

#chapter-select-cont ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#chapter-select-cont ul.filter {
    font-weight: 700;
}

#chapter-select-cont ul.filter:after {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    margin: 10px 25px 0 25px;
}

#chapter-select-cont ul.chapter-list li.d0 {
    font-weight: 700;
    margin-top: 0;
}

#chapter-select-cont ul.chapter-list.only-one-level li.d0 {
    margin-top: 0;
}

#chapter-select-cont ul li input {
    margin-left: 10px;
}

#chapter-select-cont ul li label {
    padding-left: 20px;
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

#chapter-select-cont ul li label.disabled {
    color: #999;
    cursor: default;
    font-weight: 400;
    pointer-events: auto;
}

#chapter-select-cont ul li {
    padding: 7px 5px 7px 0;
    position: relative;
}

#chapter-select-cont .ez-checkbox {
    top: 8px;
    left: 0;
    position: absolute;
}

#chapter-select-cont ul.filter .ez-checkbox {
    top: 9px;
}

/***Jquery Select2 plugin****/

.select2-selection--single,
.select2-selection--single .select2-selection__rendered,
.select2-selection--single .select2-selection__arrow {
    height: 37px !important;
    line-height: 36px !important;
}

.select2-dropdown {
    z-index: 2001 !important;
}

.select2-selection {
    outline: none;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-results__options a em {
    position: relative;
    top: 4px;
}

.select2-results__option--highlighted[aria-selected] a {
    color: #fff;
}

body .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
}

.select2-results__option[role="group"] {
    padding: 0 !important;
}

.select2-container--disabled {
    background: #f7f7f7;
    cursor: not-allowed;
}

.row .select2-selection--single .select2-selection__rendered,
.select2-results__option {
    padding-left: 12px !important;
    color: #333333 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f9f9f8 !important;
    opacity: .5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff !important;
    background-color: #5677fc !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
    margin-left: -16px !important;
    margin-top: -4px !important;
}

.select2-results__option {
    padding: 11px 11px 11px 15px !important;
}

.select2-search--dropdown {
    position: absolute !important;
    top: -37px !important;
    width: 95%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-weight: 300;
    font-size: 16px;
    outline: none;
    border: transparent !important;
}

.select2-dropdown .add-own {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #444444 none repeat scroll 0 0;
}

.select2-dropdown .add-own a {
    color: #fff;
    position: relative;
    top: -2px;
    margin: 0;
}

.select2-dropdown .add-own .own-study-val {
    padding: 4px 10px;
    width: 240px;
    height: 35px;
    margin-right: 10px;
    border-width: 1px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: nowrap;
}

.select2-container,
.select2-results__option {
    max-width: 100%;
}

.select2-results__option li {
    display: block;
}

.select2-container--open:focus {
    border: 1px solid transparent !important;
}

.select2-focus {
    border: 1px solid #57e2e5 !important;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 6px;
}

.add-study-profile {
    outline: none !important;
}

.add-study-profile .button:focus {
    padding: 11px 19px 7px 19px;
    background: #E28D2F;
    -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.add-study-profile .button-link:focus {
    text-decoration: underline;
}

#panel-profile .content-row.last {
    border-bottom: none;
}

#mindmap-source-container {
    background-color: #fff;
}

/* Actions */
.pointer-events {
    pointer-events: none;
}

/* Add course popup loading */
.error-msg {
    text-align: center;
    padding: 30px;
}

.error-msg p {
    font-size: 18px;
}

.error-msg .close-window {
    position: static;
    display: inline-block;
    zoom: 1;
    background: #ff6b31;
    padding: 9px 19px;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 19px;
    max-height: 19px;
    white-space: nowrap;
    text-align: center;
    min-width: 50px;
    vertical-align: top;
    cursor: pointer;
    webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

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

.main-ico.plus-grey {
    zoom: 1;
    margin-right: 6px;
    vertical-align: top;
}

.bookshelf-wrap {
    min-height: 100px;
}

/***owl carousel sources/courses***/

.affiliate .source-block {
    float: right;
    width: 732px;
    position: relative;
}

.affiliate .source-block.full-width {
    width: 980px;
}

.affiliate .source-block .slide-wrapper {
    width: 31px;
    position: absolute;
}

.affiliate .source-block .slide-wrapper.back {
    top: 0;
    left: 0;
}

.affiliate .source-block .slide-wrapper.forward {
    top: 0;
    right: 0;
}

.affiliate .source-block .slide-wrapper a {
    width: 31px;
    height: 53px;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}

.affiliate .source-block .slide-wrapper.back a {
    background: url(/images/design_v4/homepage/scroll-left-btn.png);
}

.affiliate .source-block .slide-wrapper.forward a {
    background: url(/images/design_v4/homepage/scroll-right-btn.png);
}

.affiliate .source-block .sources {
    box-sizing: border-box;
    width: 100%;
    padding: 0 63px;
}

.affiliate .source-left {
    float: right;
}

.affiliate .source {
    width: 150px;
    float: left;
    height: 318px;
    overflow: hidden;
    position: relative;
}

.affiliate .source img {
    width: inherit;
    display: inline-block;
}

.affiliate .source .source-image div.cover {
    width: 100px;
    height: 120px;
    display: inline-block;
}

.affiliate .source .source-title {
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}

.affiliate .source .source-description {
    color: #8d8d8d;
    font-size: 14px;
}

.affiliate .source .notes-count {
    padding-top: 17px;
    border-top: 1px solid #c9c9c9;
    padding-left: 30px;
    background: url(/images/design_v4/homepage/note-icon.png) 0 50% no-repeat;
    font-size: 15px;
    position: absolute;
    bottom: 0;
}

.affiliate .source .notes-count strong {
    display: inline-block;
    min-width: 11px;
}

.icofr {
    display: inline-block;
}

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

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

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

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

.show-first-time-mobile-popup h1 {
    font-size: 50px;
    font-weight: 600;
}

.show-first-time-mobile-popup img {
    margin-top: 25px;
}

.show-first-time-mobile-popup p {
    font-size: 45px;
}

.show-first-time-mobile-popup .button {
    font-size: 45px;
    width: auto;
    line-height: 1;
    padding: 10px 26px 41px 20px;
}

.show-first-time-mobile-popup,
.show-first-time-mobile-popup-opened .overlay-bg {
    z-index: 8000;
    text-align: center;
}

.share_course-added .button-bar {
    padding: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.share_course-added .button-bar > .button {
    margin: 0;
    background: #ff6b31;
}

.shared-source-added .book {
    float: left;
}

.shared-source-added .right-side-popup {
    margin-left: 180px;
}

.shared-source-added .right-side-popup .title {
    color: #444;
}

.shared-source-added .right-side-popup .author {
    color: #999;
}

.shared-source-added h1 {
    margin-top: 0;
}

.wideVideo {
    position: relative;
    margin-top: 10px;
}

.wideVideo img {
    width: 100%;
}

.videoPopUp {
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: url('/images/design_v4/homepage/videoPopUpBg.png');
    background-repeat: repeat;
}

.videoEmbed {
    position: relative;
    width: 66%;
    height: 0;
    top: 55%;
    left: 50%;
    padding-bottom: 37%;
    background: #000;
    margin-top: -20%;
    margin-left: -33%;
    text-align: center;
}

.videoEmbed iframe, .videoEmbed object, .videoEmbed embed {
    position: absolute;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.closeVideo {
    position: absolute;
    z-index: 30000;
    top: -24px;
    right: 0;
    font-weight: 700;
}

.closeVideo a {
    color: #fff;
    text-decoration: none;
}

.closeVideo a:hover {
    text-decoration: underline;
}

.closeVideo img {
    position: relative;
    top: -2px;
    left: -4px;
}

@media (max-width: 768px) {

    .notification, .network-notification {
        width: 90%;
        padding: 10px 28px 10px 10px;
        font-size: 15px;
        text-align: center;
    }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * !!!!! You can edit all bootstrap variables in http://bootstrap-live-customizer.com/
 */
/*! Generated by Live LESS Theme Customizer */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #425cc4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff6b31;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #dddddd;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 24px;
  color: #444444;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: .2em;
  background-color: #ff9064;
}
.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;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ff6b31;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fd4700;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #ff6b31;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fd4700;
}
.text-danger {
  color: #de002b;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ab0021;
}
.bg-primary {
  color: #fff;
  background-color: #ff6b31;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #fd4700;
}
.bg-success {
  background-color: #96d755;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #7cc930;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #ff9064;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ff6b31;
}
.bg-danger {
  background-color: #ff1240;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #de002b;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #dddddd;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #dddddd;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #dddddd;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\A0   \2014";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #444444;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 20px;
  padding-left: 20px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #96d755;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #89d241;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ff9064;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ff7d4a;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ff1240;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f80030;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #dddddd;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #dddddd;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(221, 221, 221, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f7f7f7;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 36px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  background-color: #96d755;
  border-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ff6b31;
}
.has-warning .form-control {
  border-color: #ff6b31;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #fd4700;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb497;
}
.has-warning .input-group-addon {
  color: #ff6b31;
  background-color: #ff9064;
  border-color: #ff6b31;
}
.has-warning .form-control-feedback {
  color: #ff6b31;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #de002b;
}
.has-error .form-control {
  border-color: #de002b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ab0021;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4569;
}
.has-error .input-group-addon {
  color: #de002b;
  background-color: #ff1240;
  border-color: #de002b;
}
.has-error .form-control-feedback {
  color: #de002b;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #999999;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #999999;
  background-color: #ffffff;
  border-color: #999999;
}
.btn-default:focus,
.btn-default.focus {
  color: #999999;
  background-color: #e6e6e6;
  border-color: #595959;
}
.btn-default:hover {
  color: #999999;
  background-color: #e6e6e6;
  border-color: #7a7a7a;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #999999;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #7a7a7a;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #999999;
  background-color: #d4d4d4;
  border-color: #595959;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #999999;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #999999;
}
.btn-primary {
  color: #ffffff;
  background-color: #ff6b31;
  border-color: #ff6b31;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #fd4700;
  border-color: #b13200;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #fd4700;
  border-color: #f34400;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #fd4700;
  background-image: none;
  border-color: #f34400;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #d93d00;
  border-color: #b13200;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ff6b31;
  border-color: #ff6b31;
}
.btn-primary .badge {
  color: #ff6b31;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #7cc930;
  border-color: #7cc930;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #63a026;
  border-color: #3d6217;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #63a026;
  border-color: #5e9824;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #63a026;
  background-image: none;
  border-color: #5e9824;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #51831f;
  border-color: #3d6217;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #7cc930;
  border-color: #7cc930;
}
.btn-success .badge {
  color: #7cc930;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #57e2e5;
  border-color: #57e2e5;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #2bdade;
  border-color: #19a0a3;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #2bdade;
  border-color: #22d9dd;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #2bdade;
  background-image: none;
  border-color: #22d9dd;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #1fc3c7;
  border-color: #19a0a3;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #57e2e5;
  border-color: #57e2e5;
}
.btn-info .badge {
  color: #57e2e5;
  background-color: #ffffff;
}
.btn-warning {
  color: #0a0a0a;
  background-color: #ff6b31;
  border-color: #0a0a0a;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #0a0a0a;
  background-color: #fd4700;
  border-color: #000000;
}
.btn-warning:hover {
  color: #0a0a0a;
  background-color: #fd4700;
  border-color: #000000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #0a0a0a;
  background-color: #fd4700;
  background-image: none;
  border-color: #000000;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #0a0a0a;
  background-color: #d93d00;
  border-color: #000000;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ff6b31;
  border-color: #0a0a0a;
}
.btn-warning .badge {
  color: #ff6b31;
  background-color: #0a0a0a;
}
.btn-danger {
  color: #ffffff;
  background-color: #de002b;
  border-color: #de002b;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #ab0021;
  border-color: #5f0012;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ab0021;
  border-color: #a1001f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ab0021;
  background-image: none;
  border-color: #a1001f;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #87001a;
  border-color: #5f0012;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #de002b;
  border-color: #de002b;
}
.btn-danger .badge {
  color: #de002b;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #425cc4;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ff6b31;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 25px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 15px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 15px;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #dddddd;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #444444;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #444444;
  text-decoration: none;
  background-color: #ff6b31;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 36px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dddddd;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dddddd;
  border-color: #425cc4;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dddddd #dddddd #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff6b31;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 72px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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-brand {
  float: left;
  height: 72px;
  padding: 25px 20px;
  font-size: 18px;
  line-height: 22px;
}
.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: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 20px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 12.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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 .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navbar-form {
  padding: 10px 20px;
  margin-right: -20px;
  margin-left: -20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-sm {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
.navbar-btn.btn-xs {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #444444;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2b2b2b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #444444;
}
.navbar-default .navbar-nav > li > a {
  color: #444444;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #999999;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #999999;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #999999;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #444444;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #999999;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #999999;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #dddddd;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-link {
  color: #444444;
}
.navbar-default .navbar-link:hover {
  color: #999999;
}
.navbar-default .btn-link {
  color: #444444;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #999999;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #999999;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #425cc4;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ff6b31;
  background-color: #dddddd;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #ff6b31;
  border-color: #ff6b31;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 36px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #ff6b31;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #fd4700;
}
.label-success {
  background-color: #7cc930;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #63a026;
}
.label-info {
  background-color: #57e2e5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2bdade;
}
.label-warning {
  background-color: #ff6b31;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #fd4700;
}
.label-danger {
  background-color: #de002b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ab0021;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #dddddd;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #425cc4;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #425cc4;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #ff6b31;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #7cc930;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #57e2e5;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ff6b31;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #de002b;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.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;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #dddddd;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff6b31;
  border-color: #ff6b31;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fffefd;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #96d755;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #ffffff;
  background-color: #89d241;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #ff6b31;
  background-color: #ff9064;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ff6b31;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #ff6b31;
  background-color: #ff7d4a;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ff6b31;
  border-color: #ff6b31;
}
.list-group-item-danger {
  color: #de002b;
  background-color: #ff1240;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #de002b;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #de002b;
  background-color: #f80030;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #de002b;
  border-color: #de002b;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #444444;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #444444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ff6b31;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ff6b31;
  border-color: #ff6b31;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff6b31;
}
.panel-primary > .panel-heading .badge {
  color: #ff6b31;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff6b31;
}
.panel-success {
  border-color: #a1d241;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #96d755;
  border-color: #a1d241;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a1d241;
}
.panel-success > .panel-heading .badge {
  color: #96d755;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a1d241;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #ff5f4a;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ff9064;
  border-color: #ff5f4a;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff5f4a;
}
.panel-warning > .panel-heading .badge {
  color: #ff9064;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff5f4a;
}
.panel-danger {
  border-color: #f80059;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ff1240;
  border-color: #f80059;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f80059;
}
.panel-danger > .panel-heading .badge {
  color: #ff1240;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f80059;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #ffffff;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #ffffff;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00c4ff;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00c4ff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00c4ff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #00c4ff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #00c4ff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00c4ff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00c4ff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00c4ff;
}
.tooltip-inner {
  max-width: 314px;
  padding: 3px 8px;
  color: #444444;
  text-align: center;
  background-color: #00c4ff;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.1);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.1);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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,
.visible-sm,
.visible-md,
.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: 1279px) {
  .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: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .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: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .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;
  }
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.ico2016.article {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px 0px;
  width: 160px;
  height: 220px;
}
.ico2016.book {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -510px -230px;
  width: 160px;
  height: 220px;
}
.ico2016.booksummary {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -340px 0px;
  width: 160px;
  height: 220px;
}
.ico2016.brain-blue {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -625px -911px;
  width: 17px;
  height: 14px;
}
.ico2016.brain-green {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -598px -911px;
  width: 17px;
  height: 14px;
}
.ico2016.brain-red {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -652px -911px;
  width: 17px;
  height: 14px;
}
.ico2016.brain-yellow {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -679px -911px;
  width: 17px;
  height: 14px;
}
.ico2016.btn-bold {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -782px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.btn-equation {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -510px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.btn-explain {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -626px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.btn-image {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -728px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.btn-insertorderedlist {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -408px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.btn-insertunorderedlist {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -408px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.btn-italic {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -476px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.btn-textcolor {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -782px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.btn-underline {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -660px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.cases {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -460px;
  width: 160px;
  height: 220px;
}
.ico2016.certified-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -189px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.certified-sm-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -481px;
  width: 10px;
  height: 10px;
}
.ico2016.certified-sm-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -361px;
  width: 10px;
  height: 10px;
}
.ico2016.certified-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -416px;
  width: 16px;
  height: 16px;
}
.ico2016.classnote {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -680px -230px;
  width: 160px;
  height: 220px;
}
.ico2016.cup-green {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -140px;
  width: 48px;
  height: 48px;
}
.ico2016.finger-up {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -760px;
  width: 16px;
  height: 17px;
}
.ico2016.flag-big-light {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -600px;
  width: 16px;
  height: 18px;
}
.ico2016.flag-big-red {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -640px;
  width: 16px;
  height: 18px;
}
.ico2016.flag-small-red {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -539px;
  width: 9px;
  height: 10px;
}
.ico2016.handout {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -680px 0px;
  width: 160px;
  height: 220px;
}
.ico2016.icon-active-read {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -680px;
  width: 19px;
  height: 15px;
}
.ico2016.icon-add-course-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -520px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-course-purple {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -494px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-course-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -468px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-study-material-purple-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -442px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-study-material-purple {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -416px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-study-material-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -390px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-summary-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -364px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-summary-color-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -338px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-summary-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -312px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-add-user-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -240px -760px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-add-user-circle-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -280px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-add-user-circle-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -360px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-add-user-circle-medium-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -762px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-add-user-circle-medium-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -796px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-add-user-circle-medium-purple {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-add-user-circle-medium-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -204px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-add-user-circle-purple {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -400px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-add-user-circle-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -440px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-add-user-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -480px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-add-user-purple {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -520px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-add-user-white-sm {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -544px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-add-user-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -120px -760px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-added-summary-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -286px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-added-summary-green {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -260px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-added-summary-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -234px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-app-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -310px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-app-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -380px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-arrow-down-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -208px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-arrow-down-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -182px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-arrow-down-orange {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -156px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-arrow-down-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -130px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-arrow-small-down-black-open {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -341px;
  width: 10px;
  height: 10px;
}
.ico2016.icon-arrow-small-down-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -401px;
  width: 10px;
  height: 10px;
}
.ico2016.icon-arrow-small-down-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -441px;
  width: 10px;
  height: 10px;
}
.ico2016.icon-arrow-small-down-orange {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -421px;
  width: 10px;
  height: 10px;
}
.ico2016.icon-arrow-small-down-white-open {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -461px;
  width: 10px;
  height: 10px;
}
.ico2016.icon-arrow-small-down-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -321px;
  width: 10px;
  height: 10px;
}
.ico2016.icon-available-flashcards-and-notes-blue {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -650px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-available-flashcards-and-notes-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -494px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-available-flashcards-and-notes-medium-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -456px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-available-flashcards-and-notes-medium-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -490px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-available-flashcards-and-notes-medium-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -524px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-available-flashcards-and-notes-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -546px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-brain-grey {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -520px;
  width: 16px;
  height: 18px;
}
.ico2016.icon-brain-yellow {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -480px;
  width: 16px;
  height: 18px;
}
.ico2016.icon-checkmark-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -364px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-checkmark-blue {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -312px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-checkmark-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -234px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-checkmark-orange {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -208px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-checkmark-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -720px;
  width: 17px;
  height: 16px;
}
.ico2016.icon-close-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-close-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -34px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-close-no-circle-red {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -75px;
  width: 15px;
  height: 15px;
}
.ico2016.icon-close-no-circle-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px 0px;
  width: 15px;
  height: 15px;
}
.ico2016.icon-close-w-sm-dark {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -381px;
  width: 10px;
  height: 10px;
}
.ico2016.icon-close-w-sm {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -501px;
  width: 10px;
  height: 10px;
}
.ico2016.icon-close-w {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -25px;
  width: 15px;
  height: 15px;
}
.ico2016.icon-close-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -238px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-comment-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -709px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-comment-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -683px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-comment-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -657px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-comment-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -631px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-comments {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -263px;
  width: 12px;
  height: 11px;
}
.ico2016.icon-compreehension-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -527px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-concentration-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -750px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-concentration-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px 0px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-copy-paste-orange-sm {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -306px -460px;
  width: 128px;
  height: 119px;
}
.ico2016.icon-course-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -501px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-course-medium-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -612px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-course-medium-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -646px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-course-medium-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -680px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-course-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -475px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-courses {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px -667px;
  width: 19px;
  height: 12px;
}
.ico2016.icon-date-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -85px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-date-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -59px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-date-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -33px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-edit-course-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -820px -716px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-edit-course-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -104px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-edit-pencil-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -754px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-edit-pencil-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -702px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-editor-add-image-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -102px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-editor-bold-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -136px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-editor-bullet-list-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-editor-italic-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -204px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-editor-numeral-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -238px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-editor-sup-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -272px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-editor-underline-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -306px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-email-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -676px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-email-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -442px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-email-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -390px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-empty-summary-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -690px;
  width: 110px;
  height: 110px;
}
.ico2016.icon-flag-en {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -476px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-flag-nl {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -510px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-flag-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -130px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-flashcard-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -520px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-flashcard-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -240px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-flashcard-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -646px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-flashcard-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -680px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-flashcard-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -714px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-flashcards-and-notes-blue {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -104px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-flashcards-and-notes-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -78px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-flashcards-and-notes-medium-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -816px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-flashcards-and-notes-medium-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-flashcards-and-notes-medium-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -884px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-flashcards-and-notes-orange {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -520px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-flashcards-and-notes-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -468px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-flip-card-png {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -440px;
  width: 19px;
  height: 16px;
}
.ico2016.icon-flip-card-svg {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -400px;
  width: 19px;
  height: 16px;
}
.ico2016.icon-flip-card {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -360px;
  width: 19px;
  height: 16px;
}
.ico2016.icon-form-error-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -241px;
  width: 12px;
  height: 12px;
}
.ico2016.icon-form-sucess-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -219px;
  width: 12px;
  height: 12px;
}
.ico2016.icon-friend-added-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -280px -760px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-friend-added-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -160px -760px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-friend-added-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -200px -760px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-friend-added-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -800px -597px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-fullscreen {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -280px;
  width: 20px;
  height: 20px;
}
.ico2016.icon-hamburguer-menu-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -340px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-hamburguer-menu-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -68px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-hamburguer-menu-orange {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -34px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-hamburguer-menu-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-hamburguer-small-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -800px -637px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-hamburguer-small-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -820px -690px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-heart-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -760px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-heart-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -720px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-heart-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -680px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-heart-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -640px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-help-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -111px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-help-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -137px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-info-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -163px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-info-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -748px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-info-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -215px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-key-svg {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -241px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-key {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -267px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-link-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -293px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-link-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -319px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-link-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -345px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-lock-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -371px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-lock-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -397px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-material-gray-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -423px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-material-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -449px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-material-medium-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -714px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-material-medium-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -578px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-material-medium-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -442px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-mindmap-white-2 {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -553px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-mindmap-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -579px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-mindmaps-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -690px -460px;
  width: 64px;
  height: 64px;
}
.ico2016.icon-mindmaps-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -610px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-note-medium-black-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -340px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-note-medium-black-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -306px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-note-medium-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -272px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-notes-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -540px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-notes-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -470px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-people-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -787px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-people-blue {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -813px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-people-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -839px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-people-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -865px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-people-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -891px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-play-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -136px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-play-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -102px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-play-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -68px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-plus-gray-sm {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -172px;
  width: 13px;
  height: 13px;
}
.ico2016.icon-plus-round {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -320px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-plus-white-sm {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -149px;
  width: 13px;
  height: 13px;
}
.ico2016.icon-practice-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -156px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-practice-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -182px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-print-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -400px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-print-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -330px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-print-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -260px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-print-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -286px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-print-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -694px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-print-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -338px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-questions-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -260px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-questions-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -190px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-reload-12 {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -195px;
  width: 12px;
  height: 14px;
}
.ico2016.icon-resend-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -600px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-resend-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -560px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-resend-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -240px;
  width: 30px;
  height: 30px;
}
.ico2016.icon-retention-full-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -572px -911px;
  width: 16px;
  height: 15px;
}
.ico2016.icon-retention-full-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -546px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-retention-green {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -572px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-retention-red {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -598px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-retention-yellow {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -624px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-review-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-review-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -660px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-review-big-cover-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -590px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-search-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -728px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-search-gray-custom {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -198px;
  width: 32px;
  height: 32px;
}
.ico2016.icon-search-orange-sm {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -444px -460px;
  width: 112px;
  height: 109px;
}
.ico2016.icon-search-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -806px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-share-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -832px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-share-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -858px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-share-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -884px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-share-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-shortcut-orange {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -26px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-shortcut-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -52px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-social-blog {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -724px -534px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-facebook-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -690px -534px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-facebook-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -748px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-facebook-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -612px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-googleplus-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -578px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-googleplus-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -544px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-googleplus-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -884px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-messenger-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-messenger-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -816px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-messenger-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -592px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-twitter-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -558px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-twitter-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -422px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-twitter-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -388px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-buttons-x {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -354px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-facebook-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -320px -760px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-googleplus-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -792px -534px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-instagram {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -758px -534px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-twitter-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -442px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-social-youtube {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -374px -844px;
  width: 24px;
  height: 24px;
}
.ico2016.icon-stop-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -78px -911px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-stop-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -780px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-student-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -70px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-student-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -680px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-student-small-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -50px;
  width: 15px;
  height: 15px;
}
.ico2016.icon-study-session-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -120px -690px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-study-session-timer-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -730px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-teacher-big-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -240px;
  width: 20px;
  height: 20px;
}
.ico2016.icon-teacher-big-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -450px -597px;
  width: 60px;
  height: 60px;
}
.ico2016.icon-test-rect-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -892px -198px;
  width: 16px;
  height: 21px;
}
.ico2016.icon-trash-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -320px;
  width: 16px;
  height: 20px;
}
.ico2016.icon-trash-red {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -52px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-trash-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -26px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-upload-orange-sm {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px -460px;
  width: 126px;
  height: 127px;
}
.ico2016.icon-user-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px 0px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-user-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -761px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-user-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -735px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-user-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -605px -878px;
  width: 16px;
  height: 16px;
}
.ico2016.icon-warn-h-16 {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -706px -911px;
  width: 16px;
  height: 14px;
}
.ico2016.icon_drawf-sm {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -566px -460px;
  width: 114px;
  height: 101px;
}
.ico2016.important-icon-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -764px -460px;
  width: 63px;
  height: 63px;
}
.ico2016.logo-icon-x24 {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -374px -810px;
  width: 24px;
  height: 24px;
}
.ico2016.mindmap {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -510px 0px;
  width: 160px;
  height: 220px;
}
.ico2016.note-bg {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -284px;
  width: 1px;
  height: 27px;
}
.ico2016.presentation {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -340px -230px;
  width: 160px;
  height: 220px;
}
.ico2016.progress-perfect {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -521px;
  width: 12px;
  height: 8px;
}
.ico2016.retention-gray {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -560px;
  width: 16px;
  height: 18px;
}
.ico2016.search-close {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -125px;
  width: 14px;
  height: 14px;
}
.ico2016.si_stack {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px -230px;
  width: 160px;
  height: 220px;
}
.ico2016.syllabus {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -230px;
  width: 160px;
  height: 220px;
}
.ico2016.teacher-2sm-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -100px;
  width: 15px;
  height: 15px;
}
.ico2016.teacher-sm-black {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -878px;
  width: 23px;
  height: 23px;
}
.ico2016.topic {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px 0px;
  width: 160px;
  height: 220px;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.pages-ico.icon-books-list {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -34px -43px;
  width: 32px;
  height: 24px;
}
.pages-ico.icon-check-green {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -115px -56px;
  width: 16px;
  height: 16px;
}
.pages-ico.icon-fcards-list {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: 0px 0px;
  width: 31px;
  height: 33px;
}
.pages-ico.icon-flag-en {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -81px 0px;
  width: 24px;
  height: 24px;
}
.pages-ico.icon-flag-fr {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: 0px -87px;
  width: 24px;
  height: 16px;
}
.pages-ico.icon-flag-nl {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -81px -34px;
  width: 24px;
  height: 24px;
}
.pages-ico.icon-flashcards-and-notes-orange {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -115px -30px;
  width: 16px;
  height: 16px;
}
.pages-ico.icon-help-gray {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -115px -82px;
  width: 16px;
  height: 16px;
}
.pages-ico.icon-lightbulb {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -41px 0px;
  width: 30px;
  height: 31px;
}
.pages-ico.icon-lock {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: 0px -43px;
  width: 24px;
  height: 34px;
}
.pages-ico.icon-search-black-transparent {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -115px 0px;
  width: 19px;
  height: 20px;
}
.pages-ico.times-used-black {
  background-image: url(/build/images/d0bfbac2392a0be1cfda331cbe7530a1.png);
  background-position: -34px -87px;
  width: 12px;
  height: 11px;
}
/*! Generated by Live LESS Theme Customizer */
.body-search {
  overflow-y: scroll;
}
.visible-xs {
  display: none;
}
.disabled {
  pointer-events: none;
}
.white-gray-bg {
  top: 0;
}
#header.search-header {
  position: relative;
  z-index: 1;
}
#header.search-header .content {
  width: 1180px;
}
img {
  vertical-align: top;
}
.col-sm-12,
.col-md-4,
.col-md-3,
.col-md-9 {
  min-height: 1px;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-group input {
  outline: none;
}
.blue-bg {
  background: #ff6b31;
}
.search-header {
  float: left;
  width: 100%;
  height: 96px;
  margin-top: -2px;
  border-top: 2px solid #6eb4d0;
  z-index: 1;
  position: relative;
}
.search-header .btn {
  width: 103px;
  height: 48px;
  background: #000;
  color: #fff;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
}
.search-header .sign-up-btn {
  display: inline-block;
  list-style: none;
  padding: 0;
  float: right;
  margin: 6px 0;
}
.search-header .sign-up-btn li {
  display: inline-block;
  margin-left: 5px;
}
.search-header .sign-up-btn li a {
  padding: 4px 19px;
}
.search-header .sign-up-btn li a.with-border {
  padding: 2px 19px;
}
.search-header__input[type="text"],
.search-header__input {
  border-radius: 0;
  border: 1px solid #ddd !important;
  color: #444444;
  margin: 0 -4px 0 0 !important;
  padding: 0 10px 0 36px;
  width: 710px;
  box-shadow: none;
  border-radius: 20px;
}
.search-header__input[type="text"]::-webkit-input-placeholder,
.search-header__input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.search-header__input[type="text"]::-moz-placeholder,
.search-header__input::-moz-placeholder {
  color: #5e5e5e;
}
.search-header__input[type="text"]:-ms-input-placeholder,
.search-header__input:-ms-input-placeholder {
  color: #5e5e5e;
}
.search-header__form {
  margin-top: 23px;
}
.search-header__title {
  font-weight: 600;
  font-size: 21px;
  padding-top: 35px;
}
.search-content {
  margin-top: 0;
  float: left;
  width: 100%;
}
.search-content .search-keyword {
  font-weight: 600;
}
.search-content__total-count-box {
  margin-top: 35px;
}
.search-content .icon-user-gray {
  margin-left: 2px;
  margin-right: 0;
  position: relative;
  top: -2px;
}
.search-content .ico {
  margin-right: 4px;
}
#search-filter {
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 50px;
}
.search-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}
.search-filter .search-filter-title {
  margin-top: 15px;
}
.search-filter .search-filter-title {
  margin-top: 35px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.search-filter .search-filter-count {
  color: #999;
  font-size: 11px;
  position: relative;
}
.search-filter .search-filter-count .search-premium-content {
  font-size: 18px;
  right: -19px;
  top: -6px;
}
.search-filter .filter-label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
}
.search-filter .filter-label:first-letter {
  text-transform: uppercase;
}
.search-filter input[type="checkbox"]:not(:checked),
.search-filter input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.search-filter input[type="checkbox"]:not(:checked) + label,
.search-filter input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.search-filter input[type="checkbox"]:not(:checked) + label:before,
.search-filter input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 16px;
  height: 16px;
  border: 1px solid #a0a3a5;
  background: #fff;
  border-radius: 1px;
}
.search-filter input[type="checkbox"]:not(:checked) + label:after,
.search-filter input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  font-size: 14px;
  line-height: 0.8;
  color: #fff;
  -webkit-transition: all .1s;
  transition: all .1s;
  background: url(/images/design_v4/icons/icon-added-summary-white.png) 0 -1px no-repeat;
  width: 16px;
  height: 16px;
}
.search-filter input[type="checkbox"]:checked + label:before {
  background: #ff6b31 !important;
  border-color: #ff6b31 !important;
}
.search-filter input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.search-filter input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.search-filter input[type="checkbox"]:disabled:not(:checked) + label:before,
.search-filter input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.search-filter input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.search-filter input[type="checkbox"]:disabled + label {
  color: #aaa;
}
.disabled .search-filter input[type="checkbox"]:checked + label:before {
  border-color: #bbb;
  background: transparent;
}
#search-pagination {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
}
#search-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search-pagination li {
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  color: #ff6b31;
  margin-bottom: 12px;
}
#search-pagination li span,
#search-pagination li button {
  color: #ff6b31;
  border: 1px solid #989898;
  padding: 8px 5px;
  min-width: 36px;
  line-height: 1;
  display: inline-block;
  box-shadow: none;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#search-pagination li span:not(span):hover,
#search-pagination li button:not(span):hover {
  color: #fff;
  background: #ff6b31;
  border: 1px solid #989898;
}
#search-pagination li span {
  color: #fff;
  border: 1px solid #989898;
  background: #ff6b31;
  min-width: 36px;
}
#search-pagination li span.pag-dots {
  border: none;
  background: none;
  color: #ff6b31;
  font-weight: 600;
}
#search-pagination li .pag-switch {
  padding-left: 10px;
  padding-right: 10px;
}
.search-media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.search-content-elem {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.search-content-elem .search-content-elem-inner {
  width: 100%;
}
.search-content-elem .search-content-elem-inner.no-padding {
  padding: 0;
}
.search-content-elem .author,
.search-content-elem .people-count,
.search-content-elem .item-counts,
.search-content-elem .search-media-heading {
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.search-content-elem .search-media {
  margin-right: 20px;
  margin-bottom: 20px;
  min-height: 165px;
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.12);
}
.search-content-elem .search-media:hover {
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.2);
}
.search-content-elem .search-media:hover .author,
.search-content-elem .search-media:hover .people-count,
.search-content-elem .search-media:hover .item-counts {
  color: #444444;
}
.search-content-elem .search-media:hover .search-media-heading {
  color: #ff6b31!important;
}
.search-content-elem .search-media-left {
  width: 108px;
  float: left;
  overflow: hidden;
  margin-right: -115px;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
  position: relative;
  z-index: 1;
  height: 100%;
}
.search-content-elem .search-media-left img {
  max-width: 100%;
  width: 100%;
  float: left;
  display: block;
}
.search-content-elem .search-media-left img.search-placeholder {
  margin-bottom: 0;
}
.search-content-elem .search-media-body {
  padding: 15px 15px 10px 122px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  word-break: break-word;
}
.search-content-elem h6 {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.search-content-elem h6 a {
  color: #666666;
}
.search-content-elem .author {
  margin-bottom: 7px;
  /*white-space:nowrap!important;*/
  font-size: 12px;
}
.search-content-elem .people-count {
  letter-spacing: -1px;
}
.search-content-elem .item-counts {
  margin-bottom: 6px;
  letter-spacing: -1px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.search-content-elem .search-studying-count {
  padding-left: 1px;
  margin-left: -2px;
}
.search-content-elem .search-link-to-source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.icon-drop-down {
  background: url(/images/design_v4/svg/icon-arrow-down-black.svg) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon-user-gray {
  background: url(/images/design_v4/icons/icon-user-gray.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.icon-search {
  background: url(/images/design_v4/icons/icon-search-black.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon-available-flashcards-and-notes-gray {
  background: url(/images/design_v4/icons/icon-available-flashcards-and-notes-gray.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.search-page-header .search-header__input[type="text"],
.search-page-header .search-header__input {
  width: 609px;
}
.search-page-form .search-header__input[type="text"],
.search-page-form .search-header__input {
  width: 710px;
}
.search-small {
  display: inline-block;
  float: right;
  margin-top: 2px;
  margin-right: 20px;
}
.search-small .search-header__input[type="text"],
.search-small .search-header__input {
  border-radius: 30px;
  border: none !important;
  margin: 0 -4px 0 0 !important;
  padding: 5px 11px 5px 35px;
  width: 300px;
}
.search-small #search-keyword::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  font-style: italic;
}
.search-small #search-keyword:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 14px;
  font-style: italic;
}
.search-small #search-keyword::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 14px;
  font-style: italic;
}
.search-small #search-keyword:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-style: italic;
}
.search-small #header-search-from {
  margin-top: 0;
  position: relative;
  min-width: 250px;
  width: 320px;
}
.search-small #header-search-from button[type=submit] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  outline: 0;
  border: 0;
}
.search-small #header-search-from i.loading {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  -webkit-animation: around 5.4s infinite;
          animation: around 5.4s infinite;
}
.search-small #header-search-from i.loading:after,
.search-small #header-search-from i.loading:before {
  content: "";
  background: inherit;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  -webkit-animation: around 0.7s ease-in-out infinite;
          animation: around 0.7s ease-in-out infinite;
}
.search-small #header-search-from i.loading:after {
  -webkit-animation: around 0.7s ease-in-out 0.1s infinite;
          animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}
@-webkit-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#search-add-book-content {
  margin-top: 20px;
}
#search-add-book-no-results-msg {
  margin-top: 45px;
}
#search-add-book-info-msg p {
  margin: 18px 0 20px 0;
}
.mob-filter-enabled {
  display: none;
}
.search-premium-content {
  position: absolute;
  right: 5px;
  bottom: 0;
  color: gold;
  font-size: 23px;
  font-family: Arial, sans-serif;
}
.hidden-btn {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
}
#header-search-from {
  width: 320px;
  margin-top: 17px;
}
#header-search-from input {
  width: 100%;
}
#search-content {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 28px;
}
#search-content h3 {
  margin-left: 20px;
}
#personal-content-hint {
  margin-top: 20px;
}
#personal-content-hint p {
  font-size: 14px;
}
#personal-content-hint span {
  color: red;
}
.search-container-wrapper .search-small {
  margin-top: 0;
  margin-right: 0;
  width: 100%;
  float: none;
}
.search-container-wrapper .search-small .form-group {
  width: 100%;
}
.search-container-wrapper #header-search-from {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}
.search-container-wrapper #header-search-from input {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  background-position-x: 20px;
}
.search-container-wrapper #header-search-from input + button[type=submit] {
  left: initial;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  padding: 14px 30px;
  background-color: #444444;
  border-radius: 25px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
  position: absolute;
  background-image: none;
}
.search-container-wrapper #header-search-from input + button[type=submit]:hover {
  background-color: #000000;
}
.search-results-title {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0;
  font-size: 18px;
  font-weight: 500;
}
#filter-form {
  padding-bottom: 40px;
}
/**********owl testimonials*****************/
.smart_slider .inner {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.smart_slider .smart {
  width: 100%;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 30px 20px 27px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.15);
}
.smart_slider .othr {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
}
.smart_slider figure {
  width: 65px;
  float: left;
  margin: 0 0 13px 0;
  padding: 0;
  border-radius: 50%;
}
.smart_slider figure img {
  width: 100%;
  border-radius: 50%;
}
.smart_slider .r_dtl {
  overflow: hidden;
  margin: 0;
  padding: 4px 0 0 15px;
  font-size: 17px;
  color: #868686;
}
.smart_slider h4,
.smart_slider .name-info {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #313131;
  font-weight: 400;
  font-family: 'Quando', sans-serif;
}
.smart_slider .quote_icon {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
}
.smart_slider .rating {
  float: right;
  margin: 6px 0 10px 0;
  padding: 0;
}
.smart_slider .rating i {
  display: inline-block;
  margin: 0 0 0 1px;
  padding: 0;
  font-size: 20px;
  color: #f3cd35;
}
.smart_slider p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #868686;
  line-height: 25px;
}
.smart_slider .read_link {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 17px;
  color: #ff6b31;
}
.smart_slider .read_link:hover {
  color: #ba6600;
}
.smart_slider .rvw_img {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.smart_slider .rvw_img img {
  margin-left: 23px;
}
.smart_slider .smart {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  min-height: 305px;
}
.smart_slider figure {
  width: 48px;
}
.smart_slider .r_dtl {
  font-size: 15px;
}
.smart_slider .quote_icon img {
  width: 36px;
}
.smart_slider .rating {
  padding: 2px 0 10px 0;
}
.smart_slider .rating i {
  font-size: 15px;
}
.smart_slider p {
  line-height: 21px !important;
  clear: both;
}
.smart_slider .read_link {
  font-size: 14px;
}
.smart_slider.owl-carousel.owl-drag .owl-item {
  padding: 15px;
}
.smart_slider.owl-carousel.owl-drag .owl-item .item {
  margin-bottom: 5px;
}
.smart_slider.owl-carousel .owl-nav div.owl-prev,
.smart_slider.owl-carousel .owl-nav div.owl-next {
  text-align: center;
  width: 36px;
  height: 36px;
  color: #868686;
  font-size: 0;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background: none;
  border: 2px solid #e4e0da;
  line-height: 32px;
  z-index: 555;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.smart_slider.owl-carousel .owl-nav div.owl-prev {
  left: -45px;
}
.smart_slider.owl-carousel .owl-nav div.owl-prev:after {
  content: "\F060";
  font-family: 'FontAwesome';
  font-size: 14px;
}
.smart_slider.owl-carousel .owl-nav div.owl-next {
  right: -45px;
}
.smart_slider.owl-carousel .owl-nav div.owl-next:after {
  content: "\F061";
  font-family: 'FontAwesome';
  font-size: 14px;
}
.smart_slider.owl-carousel .owl-nav div.owl-prev:hover,
.smart_slider.owl-carousel .owl-nav div.owl-next:hover {
  background: #ff6b31;
  border-color: #ff6b31;
  color: #fff;
}
.smart_slider.owl-carousel .owl-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 9;
}
.smart_slider.owl-carousel .owl-dot {
  margin: 0 2px;
  display: inline-block;
}
.smart_slider.owl-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #f5a13d;
  opacity: 0.5;
}
.smart_slider.owl-carousel .owl-dot.active span {
  opacity: 1;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-nav .owl-prev {
  left: -5px;
  position: absolute;
}
.owl-nav .owl-next {
  right: -5px;
  position: absolute;
}
/*   HOMEPAGE BANNER SECTION */
.webp .home_banner {
  background: #fef1e2 url(/homepage/images/head_bg.webp) no-repeat center top;
  position: relative;
  background-size: cover;
}
.no-webp .home_banner {
  background: #fef1e2 url(/homepage/images/head_bg.jpg) no-repeat center top;
  position: relative;
  background-size: cover;
}
.webp .home_banner.search {
  background: #fef1e2 url(/images/design_2020/lp/summarylp_bg.webp) no-repeat center top;
  position: relative;
  background-size: cover;
}
.no-webp .home_banner.search {
  background: #fef1e2 url(/images/design_2020/lp/summarylp_bg.png) no-repeat center top;
  position: relative;
  background-size: cover;
}
.home_banner {
  width: 100%;
  margin: 0;
  padding: 110px 0 30px 0;
  /*background:#fef1e2 url(/homepage/images/head_bg.jpg) no-repeat center top;
    position:relative;background-size:cover*/
}
.home_banner:before {
  content: "";
  width: 70%;
  float: right;
  padding: 0;
  margin: 0;
  background: url(/homepage/images/banner_curve.png) no-repeat right top;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: -65px;
}
.home_banner .details {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.home_banner h2,
.home_banner h1 {
  padding: 0 0 0 12px;
  margin: 0 0 20px 0;
  font-size: 45px;
  color: #ff6b31;
  font-weight: 400;
}
.home_banner.search h1 {
  text-shadow: 1px 0 0 #e28d30, -1px 0 0 #e28d30, 0 1px 0 #e28d30, 0 -1px 0 #e28d30;
}
.home_banner .details p {
  padding: 0;
  margin: 0 0 25px 0;
  color: #fff;
}
.head_video {
  width: 100%;
  float: left;
  padding: 0;
  max-width: 400px;
  margin-top: 77px;
  margin-left: 86px;
}
.home_banner.search .header-inner {
  padding: 20px 45px;
  width: 100%;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #989898;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.home_banner.search .header-inner img {
  height: 34px;
}
.home_banner.search .header-inner .flex.list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_banner.search .header-inner .flex.list span {
  margin-left: 10px;
  color: #444;
  font-size: 18px;
}
.home_banner.search .header-inner .flex.list span:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url(/images/green_tick.png) 0 0 no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.head_video.image-circle figure {
  margin: 0 auto;
  max-width: 300px;
  float: none;
}
.head_video figure {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
}
.head_video figure img {
  width: 100%;
}
.banner_list {
  padding: 0;
  margin: 0 0 50px 0;
}
.banner_list li {
  list-style: none;
  padding: 9px 0 9px 37px;
  margin: 0;
  font-size: 27px;
  color: #fff;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.8px;
  background: url(/homepage/images/check_icon.png) no-repeat left 19px;
}
.banner_list li:after {
  content: "";
  padding: 0;
  margin: 0;
  height: 1px;
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 37px;
}
.banner_list li:last-child:after {
  display: none;
}
.home_banner figure {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.banner_list.small li {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: unset;
  background: url(/homepage/images/check_icon.png) no-repeat left 8px;
}
.home_banner h3 {
  padding: 0 0 0 12px;
  margin-bottom: 21px;
  font-size: 20px;
  font-family: unset;
  color: white;
  width: 100%;
}
.home_banner .sign_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home_banner p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 19px;
}
.home_banner .sign_btn {
  text-align: center;
  display: block;
}
.home_banner h2,
.home_banner h1 {
  font-size: 38px;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
  /*font-family: 'SofiaProBold'*/
}
.modal-lg {
  max-width: 800px;
}
.search-row .search-small {
  display: inline-block;
  float: none;
  margin-top: 6px;
  margin-right: 20px;
}
.search-row .search-small button {
  background-color: inherit;
}
.search-row .search-small .search-header__input[type="text"],
.search-row .search-small .search-header__input {
  border: 1px solid !important;
}
.search-row.blp #search-content h3 {
  margin: 0;
}
.search-row.blp .search-content-elem {
  float: left;
}
.search-row.blp #other-blp h2 {
  font-size: 18px;
}
.search-row.blp #other-blp ul {
  list-style: none;
  padding: 0;
}
.search-row.blp #other-blp ul li a {
  color: #868686;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
}
.search-row.blp #other-blp ul li a.orange {
  color: #ff6b31;
}
.search-row.blp #other-blp ul li h4 {
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
/*  END HOMEPAGE BANNER SECTION*/
@media (max-width: 1280px) {
  #header-search-from {
    margin-left: 0;
    width: 350px;
  }
  .library-page #header-search-from {
    width: 195px;
  }
}
@media (max-width: 1210px) {
  .ss-header.small {
    height: auto;
    padding-bottom: 4px;
  }
}
@media (max-width: 990px) {
  .search-container-wrapper .search-container-right-side .search-small {
    padding: 0;
    background: none;
    margin-bottom: 0;
  }
  .search-header {
    border-top: none;
  }
  #filter-form {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .search-small .search-header__input[type="text"],
  .search-small .search-header__input {
    width: 170px;
  }
}
@media (max-width: 991px) {
  #header-search-from {
    width: 100px;
  }
  .search-container-left-side {
    display: none;
  }
}
@media (max-width: 767px) {
  .form-group {
    box-sizing: border-box;
    width: 100%;
  }
  body .search-header__input {
    width: 100% !important;
    box-sizing: border-box;
  }
  body .page-title-container {
    right: 0;
  }
  .hidden-xs {
    display: none !important;
  }
  #header.search-header .sign-up-btn {
    margin-right: 15px;
  }
  #header.search-header .content {
    width: 100%;
  }
  #header.search-header .content > div {
    padding: 0;
  }
  #header.search-header .form-inline .form-group {
    width: 100%;
  }
  #header.search-header .form-inline .form-group input {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding-left: 16px;
  }
  #header.search-header .icofr.icon-friends {
    margin-top: 2px;
  }
  #header.search-header .study-logo.small {
    margin-left: 15px;
  }
  #header.search-header .search-small {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ss-header.small .menu-buttons .button.go-efaqt-pro {
    padding: 4px 6px;
    font-size: 14px;
    margin-right: 10px !important;
  }
  .ico.thunder {
    width: 8px;
  }
  .friends-nav {
    padding-right: 10px;
  }
  .visible-xs {
    display: block;
  }
  #filter-form {
    display: none;
  }
  .search-row.blp .mob-search-filter-btn {
    display: none !important;
  }
  .search-row.blp #filter-form {
    display: block;
  }
  #search-filter {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mob-search-filter-btn {
    border: 1px solid #bbbbbb;
    width: 100%;
    padding: 7px 10px;
    background: none;
    text-align: center;
    margin-top: 25px;
    color: #444;
    border-radius: 20px;
  }
  .drop-down-icon {
    position: relative;
    top: 3px;
  }
  .search-small {
    width: calc(100% + 30px);
    background: #6eb4d0;
    padding: 15px 0 15px 10px;
    border-top: 0;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-top: 11px;
  }
  .search-small .form-group {
    width: 100%;
  }
  .search-small .search-header__input {
    width: 100%;
    box-sizing: border-box;
  }
  .search-content__total-count-box {
    text-align: center;
  }
  .search-content__total-count-box {
    margin-bottom: 21px;
    margin-top: 20px;
  }
  .search-content-elem .search-media {
    margin-right: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 15px rgba(0, 0, 0, 0.1);
  }
  .sidebar-filter-box li:nth-child(1) span {
    margin-top: 20px;
  }
  .icon-search {
    background: url(/images/design_v4/icons/icon-search-white.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 15px;
    margin-top: 11px;
  }
  .back-icon {
    background: url(/images/design_v4/svg/back-icon.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 4px;
    margin-right: 4px;
  }
  #header-search-from button[type=submit] {
    position: static;
    width: auto;
    height: auto;
    background-color: #f1f1f1;
    color: #fff;
    text-align: center;
    border: none;
    padding: 5px 16px;
    border-radius: 20px;
  }
  .user-menu.new {
    margin-right: 15px;
  }
  .mob-filter-enabled {
    display: none;
  }
  .mob-back-to-search {
    background: none;
    border: none;
    color: #fff;
  }
  .back-link {
    display: none;
  }
  .search-filter-open #filter-form {
    display: block;
    padding-bottom: 50px;
  }
  .search-filter-open .search-content__right {
    display: none;
  }
  .search-filter-open .drop-down-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .search-filter-open .search-small {
    height: 29px;
  }
  .search-filter-open .mob-filter-disabled {
    display: none;
  }
  .search-filter-open .mob-filter-enabled {
    display: block;
  }
  .search-container-right-side {
    line-height: 2;
    min-height: 37px;
  }
  .search-container-left-side {
    display: none;
  }
  .search-content__total-count-box {
    margin-left: 0;
  }
  .search-container-wrapper #header-search-from input {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .search-container-wrapper #header-search-from input + button[type=submit] {
    right: -1px;
    padding: 5px 18px;
    font-size: 14px;
  }
  .home_banner .details {
    margin-bottom: 30px;
  }
  .home_banner .container {
    width: 90%;
  }
  .home_banner .sign_btn {
    width: 100%;
  }
  .home_banner .head_video {
    margin-top: 0px;
    margin-left: 0px;
  }
  .search-small {
    background: inherit;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
    padding: 0;
  }
  .search-small #header-search-from {
    width: 100%;
  }
  .search-small #header-search-from button[type=submit] {
    background-color: inherit;
  }
  .home_banner.search .header-inner {
    padding: 10px;
    text-align: left;
  }
  .home_banner.search .header-inner .flex.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 400px) {
  .upgrade-btn-price {
    display: none;
  }
  #search-pagination li {
    margin-right: 7px;
  }
}
#search-content [class*="col"] {
  padding-right: 5px;
  padding-left: 5px;
}
/*! Generated by Live LESS Theme Customizer */
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.animated-loading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
  margin-bottom: 30px;
}
.background-masker {
  background: #fff;
  position: absolute;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 77%;
  right: 0;
}
.background-masker.subheader-right {
  left: 60%;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 70%;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 87%;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 63%;
  top: 88px;
}
@-webkit-keyframes contentLoadingShimmerFlashcards {
  0% {
    background-position: -726px 0;
  }
  100% {
    background-position: 726px 0;
  }
}
@keyframes contentLoadingShimmerFlashcards {
  0% {
    background-position: -726px 0;
  }
  100% {
    background-position: 726px 0;
  }
}
@-webkit-keyframes contentLoadingShimmerToc {
  0% {
    background-position: -310px 0;
  }
  100% {
    background-position: 310px 0;
  }
}
@keyframes contentLoadingShimmerToc {
  0% {
    background-position: -310px 0;
  }
  100% {
    background-position: 310px 0;
  }
}
.toc-anim {
  border-radius: 2px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 600px 50px;
  height: 15px;
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 20px;
  margin-left: 11px;
  margin-top: 25px;
}
.toc-anim:before {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: #f8f8f8;
  margin-left: 15px;
}
/*
 * Fade in / fade out animation
 */
@-webkit-keyframes fadeInOutDisabled {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInOutDisabled {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
/** Group Animation **/
@-webkit-keyframes group-fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes group-fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** End Group Animation **/
/** Left Animation **/
@-webkit-keyframes left-fl {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    opacity: 0.9;
    left: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes left-fl {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    opacity: 0.9;
    left: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/** End Left Animation **/
/** Right Animation **/
@-webkit-keyframes right-fl {
  0% {
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    opacity: 0.9;
    right: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes right-fl {
  0% {
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    opacity: 0.9;
    right: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/** End Right Animation **/
html {
  min-height: 100%;
  position: relative;
}
html,
body {
  height: auto;
  min-height: 100%;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  color: #868686;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
  background: #f6f6f4;
  overscroll-behavior: none;
}
label {
  cursor: pointer;
}
a {
  cursor: pointer;
  color: #ff6b31;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
textarea {
  border-color: #dddddd;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}
h1 {
  font-size: 30px;
  margin: 25px 0;
  font-family: 'Quando', sans-serif;
}
h2 {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
h4 {
  font-family: 'Quando', sans-serif;
  font-size: 20px;
}
h5 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
h6 {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
ul li .c1,
ol li .c1,
ul li .c2,
ol li .c2,
ul li .c3,
ol li .c3 {
  list-style: none;
  display: inline;
}
.bounce {
  -webkit-animation: bounce 2s ease infinite;
          animation: bounce 2s ease infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.logoCenter img {
  height: 37px;
}
.form-control {
  font-size: 17px;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  box-shadow: none;
}
select.form-control:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
  outline: none;
  border-color: #1fcbff;
}
.btn-link,
.button-link,
.btn {
  outline: 0;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
}
.btn-link[disabled],
.button-link[disabled],
.btn[disabled] {
  color: #999999;
}
.btn-link > span,
.button-link > span,
.btn > span {
  display: inline-block;
  vertical-align: middle;
}
.btn-primary[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
.btn-cuccess[disabled] {
  color: #fff;
}
.btn-googleplus,
.btn-twitter,
.btn-facebook {
  color: #fff;
  font-weight: 300;
  padding-left: 12px;
  padding-right: 12px;
  border: none;
  border-radius: 3px;
}
.btn-googleplus:focus,
.btn-twitter:focus,
.btn-facebook:focus,
.btn-googleplus:hover,
.btn-twitter:hover,
.btn-facebook:hover {
  color: #fff;
}
.btn-facebook {
  background: #4d6fa9;
}
.btn-facebook:focus,
.btn-facebook:hover {
  background: #3d5886;
}
.btn-facebook-auth {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.btn-twitter {
  background: #000;
}
.btn-twitter:focus,
.btn-twitter:hover {
  background: #000000;
}
.btn-googleplus {
  background: #dd4b39;
}
.btn-googleplus:focus,
.btn-googleplus:hover {
  background: #c23321;
}
.btn-default {
  border-color: #171717;
  color: #171717;
  background: none;
}
.btn-default:not([disabled]):focus,
.btn-default:not([disabled]):hover {
  background: #f65c02;
  color: #fff;
  border-color: #f65c02;
}
.btn-br-3 {
  border-radius: 3px;
}
.btn-radius-2 {
  border-radius: 2px;
}
.btn {
  outline: 0 !important;
}
.btn-primary-white {
  background: #171717;
  color: #fff;
  border: 1px solid #171717;
  border-radius: 40px;
  padding: 14px 30px;
  font-size: 18px;
}
.btn-primary-white:hover {
  background: #f65c02;
  color: #fff;
  border-color: #f65c02;
}
.btn-primary-white.close-button {
  border: 1px solid #313131;
  background-color: #fff !important;
  color: #313131;
  padding-top: 9px;
  padding-bottom: 9px;
}
.ico2016.icon-add-study-material-purple {
  background-position: -875px -442px !important;
  display: none;
}
.ico2016.icon-plus-gray-sm {
  background-position: -868px -818px !important;
  width: 30px;
  height: 30px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
}
.library-section-title .unsorted-counter.badge {
  background: #fef1e2!important;
  color: #ff6b31!important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 25px;
}
.icon-students {
  background-position: -28px -828px !important;
}
.friend-items .icon-students {
  background-position: -50px -828px !important;
}
.book-index-box .panel-default {
  box-shadow: 0 0 12px rgba(181, 181, 181, 0.3);
}
.book-index-box .panel-default ul li a {
  color: #ff6b31;
  font-size: 18px;
}
.book-index-box ul.list-group li.list-group-item a {
  color: #868686;
}
.book-index-box ul.list-group li.list-group-item a:hover {
  color: #ff6b31;
}
.ico2023.icon-edit-course-gray {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("/images/design_2023/icons/wheel16.svg") no-repeat center center / 16px;
}
.btn-primary-sm-lg {
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
}
.btn-warning {
  border-color: #989898;
}
.btn-warning:hover {
  border-color: #0a0a0a;
  background-color: #ff6b31;
}
.btn-warning:active {
  border-color: #cb7f2b;
  background-color: #ff6b31;
}
.btn-clear {
  margin-left: 10px;
  padding: 6px 12px;
  border: 1px solid #989898;
  background: none;
  color: #171717;
}
.btn-clear:hover {
  border-color: #171717;
  color: #171717;
}
.btn-white {
  color: #333;
}
.btn-white,
.btn-white:focus,
.btn-white:active {
  background: #fff;
  border-color: #fff;
}
.btn-white-border {
  border-width: 2px;
  border-color: #ff6b31;
  color: #ff6b31;
  border-radius: 5px;
  background: transparent;
}
.btn-white-border:hover {
  background: #ff6b31;
  border-color: #ff6b31;
  color: #fff;
}
.btn-orange-border {
  border-width: 2px;
  border-color: #ff6b31;
  background: transparent;
  padding: 5px 11px;
}
.btn-orange-border:hover {
  border-width: 3px;
  background: #ff6b31;
  border-color: #ff6b31;
  padding: 4px 10px;
}
.transparent,
.btn-transparent {
  background: transparent;
}
a.btn {
  text-decoration: none;
}
a.btn:hover {
  text-decoration: none;
}
button:focus,
.btn:focus,
btn.focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
.button-link {
  display: inline-block;
  border: none;
  padding: 9px 10px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #ff6b31;
}
.button-link:hover {
  color: #0a0a0a;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link-white:focus,
.btn-link-white:active,
.btn-link-white:hover,
.btn-link-white {
  color: #fff;
}
.btn-link-orange:focus,
.btn-link-orange:active,
.btn-link-orange:hover,
.btn-link-orange {
  color: #ff6b31;
}
.btn-lg {
  padding: 14px 30px !important;
  border-radius: 40px;
  font-size: 18px;
}
.btn-lg.btn-square {
  border-radius: 10px;
}
.btn-padding-sm {
  padding-left: 20px;
  padding-right: 20px;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #999999;
  background-color: #fff;
  border-color: #999999;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000000;
  background-color: #fff;
  border-color: #999999;
}
.btn-default:focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
  background: #fff;
  border-color: #171717;
  color: #171717;
  background: none;
}
.btn-default:focus:not([disabled]):focus,
.open > .dropdown-toggle.btn-default:focus:not([disabled]):focus,
.open > .dropdown-toggle.btn-default.focus:not([disabled]):focus,
.btn-default:focus:not([disabled]):hover,
.open > .dropdown-toggle.btn-default:focus:not([disabled]):hover,
.open > .dropdown-toggle.btn-default.focus:not([disabled]):hover {
  background: #f65c02;
  color: #fff;
  border-color: #f65c02;
}
.btn-warning:focus {
  border-color: #989898;
}
.btn-warning:focus:hover {
  border-color: #0a0a0a;
  background-color: #ff6b31;
}
.btn-warning:focus:active {
  border-color: #cb7f2b;
  background-color: #ff6b31;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.button {
  outline: 0;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
  outline: 0 !important;
  border-color: #989898;
}
.button[disabled] {
  color: #999999;
}
.button > span {
  display: inline-block;
  vertical-align: middle;
}
.button:hover {
  border-color: #0a0a0a;
  background-color: #ff6b31;
}
.button:active {
  border-color: #cb7f2b;
  background-color: #ff6b31;
}
.button.big {
  padding: 14px 30px !important;
  border-radius: 40px;
  font-size: 18px;
}
.button.big.btn-square {
  border-radius: 10px;
}
.button {
  outline: 0;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
  outline: 0 !important;
  border-color: #989898;
}
.button[disabled] {
  color: #999999;
}
.button > span {
  display: inline-block;
  vertical-align: middle;
}
.button:hover {
  border-color: #0a0a0a;
  background-color: #ff6b31;
}
.button:active {
  border-color: #cb7f2b;
  background-color: #ff6b31;
}
.no-link {
  cursor: default;
}
.tooltip {
  font-size: 16px;
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  padding: 4px 10px;
}
.orange-tooltip + .tooltip > .tooltip-inner {
  background-color: #ff6b31;
}
.orange-tooltip + .tooltip.right > .tooltip-arrow {
  border-right-color: #ff6b31;
}
body .btn-lg-custom {
  padding-left: 13px;
  padding-right: 40px;
}
body .btn-lg-custom .ico-in-btn {
  margin-right: 13px;
}
.margin-r-5 {
  margin-right: 5px;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0 !important;
}
.padding-r-6 {
  padding-right: 6px;
}
.pointer {
  cursor: pointer;
}
.full-width {
  width: 100%;
}
.full-width-float {
  float: left;
  width: 100%;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.navbar:after,
.navbar:before {
  display: none;
}
.navbar-btn {
  margin-top: 17px;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
  padding: 2px 12px 2px 2px;
  border-radius: 30px;
  height: 36px;
  line-height: 30px;
  overflow: hidden;
}
.navbar-default .navbar-nav > li > a.disabled .caret {
  display: none;
}
.navbar-default .navbar-nav > li > a.btn-clear {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
}
.navbar-default .navbar-nav > li > a.btn-clear span.red {
  color: red;
}
.nav .open > a,
.nav .open > a:hover,
.navbar-default .nav .open > a:hover,
.nav .open > a:focus,
.navbar-default .nav .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #444444;
  border-color: #dddddd;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 12px;
  border-radius: 6px;
  padding: 0;
}
.dropdown-menu > li > span,
.dropdown-menu > li > button,
.dropdown-menu > li > a {
  display: block;
  padding: 5px 12px;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu .divider {
  margin: 0 12px;
}
.dropdown-menu button {
  color: #666666;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > button:hover {
  background-color: none;
  color: #ff6b31;
  padding: 5px 12px;
}
.dropdown-menu > .active > a .caret,
.dropdown-menu > .active > a:hover .caret,
.dropdown-menu > .active > a:focus .caret,
.dropdown-menu > li > a:hover .caret,
.dropdown-menu > li > a:focus .caret,
.dropdown-menu > li > button:hover .caret {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -321px;
  width: 10px;
  height: 10px;
}
.dropdown-menu-primary > li > a:hover,
.dropdown-menu-primary > li > a:focus,
.dropdown-menu-primary > li > button:hover {
  background-color: #ff6b31;
  color: #fff;
}
.dropdown-menu > li > button[disabled]:hover {
  background-color: #dddddd;
  color: #fff;
}
.section-content {
  background: #fff;
}
.section-top {
  margin-top: 20px;
}
.section-blue-bg {
  background: #ff6b31;
}
.section-light-gray-bg {
  background: #f8f8f8;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.well-white {
  background: #fff;
  border: 1px solid #dddddd;
  box-shadow: none;
}
.well-lg {
  border-radius: 3px;
}
.open .btn-warning {
  background: #0a0a0a;
  color: #fff;
}
ul.circle {
  list-style-type: circle;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
a[aria-expanded="true"] .caret,
.open .caret {
  border-bottom: 0;
  border-top: 4px solid #000000;
}
.dropdown-menu {
  padding: 5px 5px 20px 5px;
}
.dropdown-menu li:nth-last-child(1) a {
  border-radius: 0 0 10px 10px;
  background-clip: padding-box;
}
.dropdown-menu li:first-child a {
  border-radius: 0;
  background-clip: padding-box;
}
.dropdown-menu li.one-elem a {
  border-radius: 10px;
}
.dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.display-inline {
  display: inline-block;
}
.col-centered {
  float: none;
  margin: 0 auto;
  clear: both;
}
.inline-box {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: -4px;
}
.label {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60%;
  padding: 3px 4px;
  border-radius: 0;
}
.ez-checkbox {
  background: none;
  display: inline-block;
  zoom: 1;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  left: 0;
  border: 1px solid #999999;
  border-radius: 3px;
}
.ez-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}
.ez-checkbox.ez-checked:not(.triangle-checkbox) {
  background: #444444;
  border-color: #444444;
}
.ez-checkbox.ez-checked:not(.triangle-checkbox):before {
  content: '';
  display: block;
  position: relative;
  left: -2px;
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -720px;
  width: 17px;
  height: 16px;
}
.ez-checkbox .ez-checkbox {
  background: transparent !important;
  border-color: transparent !important;
}
.check-white {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -720px;
  width: 17px;
  height: 16px;
}
.ez-checked.triangle-checkbox:after {
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -890px -720px;
  width: 17px;
  height: 16px;
}
.select2-container.error {
  border: 1px solid red;
}
.select2-results__option {
  border-bottom: 1px solid #dfdfdf;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dfdfdf;
}
.triangle-checkbox {
  background: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  overflow: hidden;
  vertical-align: top;
  border: none;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}
.triangle-checkbox:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ff6b31 transparent transparent;
}
.ham {
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}
.ham.ham-sm {
  width: 15px;
  height: 12px;
}
.ham.ham-sm span {
  height: 2px;
}
.ham.ham-sm .ham-2,
.ham.ham-sm .ham-1 {
  margin-bottom: 3px;
}
.ham.ham-white span {
  background: #fff;
}
.ham span {
  display: block;
  height: 4px;
  background: #444444;
  line-height: 1;
}
.ham .ham-2,
.ham .ham-1 {
  margin-bottom: 3px;
}
.overlay-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-popup.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overlay-popup.flex > div {
  margin-bottom: 10px;
}
.overlay-popup.flex h1,
.overlay-popup.flex h2,
.overlay-popup.flex h3,
.overlay-popup.flex h4 {
  color: #fff;
}
.overlay-bg,
.overlay .bg {
  background: #6EB4D0;
  background: #000000;
  width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1050;
}
.overlay-bg.white-overlay,
.overlay .bg.white-overlay {
  background: #faf9f7;
}
.overlay.white-overlay {
  background: #faf9f7;
}
.overlay.white-overlay .window {
  background: #faf9f7;
  overflow-y: auto;
}
.efaqt-overlay-opened {
  overflow: hidden;
  width: calc(100% - 15px);
}
.close-popup {
  width: 25px;
  height: 25px;
  background: #999999;
  color: #fff;
  opacity: 1;
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  font-weight: 300;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}
.close-popup:hover {
  background: #999999;
  color: #fff;
}
.close-invite-box,
button.close-btn,
.close-btn {
  background-color: #999999;
  padding: 5px;
  position: absolute;
  display: block;
  border: 0;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  float: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  text-shadow: none;
  opacity: 1 !important;
  z-index: 50;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  border-radius: 50%;
}
.close-invite-box:before,
button.close-btn:before,
.close-btn:before {
  content: '';
  display: inline-block;
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -25px;
  width: 15px;
  height: 15px;
}
.close-invite-box:hover,
button.close-btn:hover,
.close-btn:hover {
  background-color: #444444;
}
.close-invite-box.close-btn-sm,
button.close-btn.close-btn-sm,
.close-btn.close-btn-sm {
  width: 18px;
  height: 18px;
  padding: 3px 4px;
  top: 10px;
  right: 10px;
}
.close-invite-box.close-btn-sm:before,
button.close-btn.close-btn-sm:before,
.close-btn.close-btn-sm:before {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -501px;
  width: 10px;
  height: 10px;
}
.close-invite-box.close-btn-sm-dark,
button.close-btn.close-btn-sm-dark,
.close-btn.close-btn-sm-dark {
  width: 18px;
  height: 18px;
  padding: 3px 4px;
  background: #fff;
  top: 10px;
  right: 10px;
}
.close-invite-box.close-btn-sm-dark:before,
button.close-btn.close-btn-sm-dark:before,
.close-btn.close-btn-sm-dark:before {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -381px;
  width: 10px;
  height: 10px;
}
.close-invite-box.close-btn-sm-dark:hover,
button.close-btn.close-btn-sm-dark:hover,
.close-btn.close-btn-sm-dark:hover {
  opacity: .8 !important;
}
/*
 * Alert starts
 */
.alert-content {
  position: absolute;
  z-index: 1101;
  width: 480px;
  left: 50%;
  top: 130px;
  margin: 0 0 0 -240px;
  background: #fff;
  overflow: hidden;
  padding: 52px 20px 49px;
  min-height: 157px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.alert-content h2 {
  display: block;
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 1.3;
}
.alert-content .remove-action-batch-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.alert-content span {
  font-size: 16px;
}
.alert-content p {
  margin: 0 0 15px;
}
.alert-content .title-tip {
  color: red;
  position: relative;
}
.alert-content .buttons {
  text-align: center;
}
.alert-content .buttons.align-right {
  text-align: right;
}
.alert-content .buttons.align-center {
  text-align: center;
}
.alert-content .buttons .alert-footer {
  float: left;
}
.alert-content .button {
  margin-left: 6px;
}
.alert-content .not-pro {
  text-align: center;
}
.alert-content .not-pro h4 {
  font-size: 24px;
}
.alert-content .not-pro a {
  text-decoration: underline;
}
.alert-content .btn {
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  white-space: inherit;
  min-width: 100px;
}
.alert-content .btn-default {
  border-color: #666666;
}
#confirm_button_no_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 0;
  box-shadow: none;
  min-width: 10px;
  background-color: transparent;
}
.my-alert.overlay {
  z-index: 9999;
}
::-moz-selection {
  background: #ff6b31;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #ff6b31;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #ff6b31;
  /* Gecko Browsers */
  color: #fff;
}
.share-src-popup-footer .buttons > div:nth-child(1) {
  padding-right: 0;
}
.share-src-popup-footer .buttons > div:nth-child(2) {
  padding-left: 0;
}
.share-src-popup-footer a {
  margin-bottom: 5px;
}
.share-src-popup-footer .btn-facebook {
  border-radius: 2px;
}
.share-src-popup-footer .btn-twitter {
  border-radius: 2px;
}
.share-src-popup-footer .btn-googleplus {
  border-radius: 2px;
}
.share-src-popup-footer .char-cnt {
  display: none !important;
}
.event-friends-preloader-wrapper .event-flashcard-loading-animation {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1500px 50px;
  height: 'auto';
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 18px;
}
.section-friends-navigation .flashcard-loading-animation {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1500px 50px;
  height: 'auto';
  position: relative;
  margin-bottom: 12px;
  margin-top: 15px;
  margin-bottom: 42px;
}
.none {
  display: none;
}
.show {
  display: block;
}
.close {
  opacity: 1;
  float: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  text-shadow: none;
}
.icon-invite-search {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -198px;
  width: 32px;
  height: 32px;
}
.icon-close {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px 0px;
  width: 15px;
  height: 15px;
  display: block;
}
body .form-group {
  margin-bottom: 20px;
}
body .form-group label {
  color: #444;
  margin-bottom: 8px;
  font-size: 14px;
}
body .form-group .input-group-addon {
  background-color: #fff;
  border: 1px solid #dddddd;
  font-size: 12px;
  padding: 9px;
  font-weight: bold;
  color: #666666;
}
body .form-group .input-group-addon i {
  display: inline-block;
  vertical-align: middle;
}
body .form-group .input-group-addon button {
  display: inline-block;
  vertical-align: top;
  background: none;
  border: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  border-radius: 3px;
  text-transform: uppercase;
}
body .form-group .input-group-addon:first-child {
  background-color: transparent;
  border: none;
  left: 2px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  top: 1px;
  z-index: 10;
}
body .form-group .input-group-addon:last-of-type {
  border-left: none;
  border-radius: 0 4px 4px 0 0 0 0;
  background-clip: padding-box;
  text-transform: uppercase;
  padding-right: 10px;
  line-height: 0.9;
}
body .form-group .input-group-addon:last-of-type:hover {
  color: #000000;
}
body .form-group .input-group-addon:last-of-type.invite-email-btn-wrap {
  padding: 0;
}
body .form-group.form-group-image .form-control {
  box-shadow: none;
  padding: 7px 7px 7px 40px;
  height: auto;
  font-size: 14px;
  border-color: #dddddd;
  border-right: none;
  margin: 0;
}
body .form-group.form-group-image .form-control::-webkit-input-placeholder {
  font-size: 14px;
}
body .form-group.form-group-image .form-control:-moz-placeholder {
  font-size: 14px;
}
body .form-group.form-group-image .form-control::-moz-placeholder {
  font-size: 14px;
}
body .form-group .zclip {
  width: 100% !important;
}
body .form-group .zclip embed {
  width: 100%;
}
body .form-group .zclip-group input {
  border-radius: 3px 0 0 3px !important;
}
body .form-group .zclip-group .addon-copy-url {
  border-radius: 0 3px 3px 0 !important;
  padding: 0;
}
body .section-friends-navigation__search-icon.input-group-addon {
  padding: 1.5px;
}
.cyan-border:not(a):focus {
  border-color: #57e2e5 !important;
}
.cyan-border:not(a):focus ~ a,
.cyan-border:not(a):focus ~ span {
  border-color: #57e2e5;
}
.btn-facebook-invite {
  background: #ff6b31;
  color: #fff;
  font-weight: 300;
  padding-left: 6px;
  padding-right: 26px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
}
.btn-facebook-invite:focus {
  background: #ff6b31;
  color: #fff;
}
.btn-facebook-invite:hover {
  background: #ff510d;
  color: #fff;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.icon-facebook {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -592px -760px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.not-friend > .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -480px;
  width: 30px;
  height: 30px;
  top: -1px;
}
.not-favorite {
  border-color: #999999;
}
.not-friend:hover .icofr,
.not-friend:focus .icofr,
.friend .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -120px -760px;
  width: 30px;
  height: 30px;
}
.not-friend:active,
.not-friend:active:focus {
  background-color: #fff;
  color: #ff6b31;
}
.not-friend:active .icofr,
.not-friend:active:focus .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -520px;
  width: 30px;
  height: 30px;
}
.accept-friend-invite {
  padding: 5px 15px 6px 5px !important;
  background-color: #ff6b31;
  color: #fff;
  border-color: #ff6b31;
}
.accept-friend-invite:hover,
.accept-friend-invite:active {
  border-color: #ff6b31;
}
.accept-friend-invite:hover .icofr,
.accept-friend-invite:active .icofr {
  margin-right: 8px;
}
.accept-friend-invite:focus {
  color: #fff;
}
.accept-friend-invite:hover,
.accept-friend-invite:hover:active,
.accept-friend-invite:focus:active,
.accept-friend-invite:active {
  background-color: #fff;
  color: #ff6b31;
}
.accept-friend-invite:hover .icofr,
.accept-friend-invite:hover:active .icofr,
.accept-friend-invite:focus:active .icofr,
.accept-friend-invite:active .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -286px -911px;
  width: 16px;
  height: 16px;
}
.accept-friend-invite .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -234px -911px;
  width: 16px;
  height: 16px;
}
.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary:active {
  border-color: #ff6b31;
}
.friend:focus {
  color: #fff;
}
.btn-not-favorite:focus {
  color: #999999;
  background-color: #fff;
}
.friend:hover,
.friend:hover:active,
.friend:hover:focus {
  border-color: #de002b;
  background-color: #de002b;
  color: #fff;
  padding: 6px 15px 6px 6px;
}
.friend:hover .hover-text,
.friend:hover:active .hover-text,
.friend:hover:focus .hover-text {
  position: relative;
}
.friend:hover .icofr,
.friend:hover:active .icofr,
.friend:hover:focus .icofr {
  vertical-align: middle;
  top: 0;
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px 0px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.not-favorite:not([disabled]):hover,
.not-favorite.not-favorite:not([disabled]):focus,
.not-favorite:not([disabled]):active,
.favorite {
  background-color: #fff;
  border-color: #ff6b31;
}
.not-favorite:not([disabled]):hover .icon-favorite,
.not-favorite.not-favorite:not([disabled]):focus .icon-favorite,
.not-favorite:not([disabled]):active .icon-favorite,
.favorite .icon-favorite {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -760px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.favorite:hover,
.favorite.btn-default:active:focus,
.favorite:hover:active,
.favorite:active {
  background-color: #de002b;
  border-color: #de002b;
  padding: 6px 9.5px;
}
.favorite:hover .icofr,
.favorite.btn-default:active:focus .icofr,
.favorite:hover:active .icofr,
.favorite:active .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px 0px;
  width: 15px;
  height: 15px;
}
.request-friend {
  background-color: #999999;
}
.request-friend .icon-req-sent-small {
  margin-right: 4px;
}
.request-friend[disabled] {
  color: #fff;
}
.resend-friend-invite {
  background-color: #fff;
  color: #999999;
}
.resend-friend-invite:not([disabled]):focus .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -240px;
  width: 30px;
  height: 30px;
}
.resend-friend-invite:not([disabled]):hover {
  background-color: #999999;
  color: #fff;
}
.resend-friend-invite:not([disabled]):hover .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -240px;
  width: 30px;
  height: 30px;
  border-color: #999999;
}
.icofr {
  position: relative;
}
.btn.decline-friend-invite,
.window .btn.decline-friend-invite {
  padding: 6px 10px;
  margin-left: 5px;
  vertical-align: middle;
  background-color: #fff;
  border-color: #de002b;
}
.btn.decline-friend-invite .icofr,
.window .btn.decline-friend-invite .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -75px;
  width: 15px;
  height: 15px;
}
.btn.decline-friend-invite:hover,
.window .btn.decline-friend-invite:hover {
  background-color: #de002b;
}
.btn.decline-friend-invite:hover .icofr,
.window .btn.decline-friend-invite:hover .icofr {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px 0px;
  width: 15px;
  height: 15px;
}
.search-add-to-favorite:not([disabled]).not-favorite:focus,
.search-add-to-favorite:not([disabled]).not-favorite:hover {
  background: none;
  border: none;
}
.search-remove-from-favorite.favorite:hover,
.search-remove-from-favorite.favorite:focus,
.search-remove-from-favorite.favorite:active {
  background: none;
  padding: 0;
}
.search-remove-from-favorite.favorite:hover .icon-favorite,
.search-remove-from-favorite.favorite:focus .icon-favorite,
.search-remove-from-favorite.favorite:active .icon-favorite {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -680px;
  width: 30px;
  height: 30px;
}
.icon-req-sent-small {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -440px;
  width: 30px;
  height: 30px;
}
.icon-add-friend {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -520px;
  width: 30px;
  height: 30px;
}
.icon-friend-added {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -120px -760px;
  width: 30px;
  height: 30px;
}
.icon-favorite {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -680px;
  width: 30px;
  height: 30px;
}
.icon-resend {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -850px -560px;
  width: 30px;
  height: 30px;
  left: -1px;
}
.icon-subject {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -501px -878px;
  width: 16px;
  height: 16px;
  top: 0;
}
.icon-source {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -449px -878px;
  width: 16px;
  height: 16px;
  top: 0;
}
.icon-courses {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px -667px;
  width: 19px;
  height: 12px;
  top: 3px;
  left: -3px;
}
.icon-items-nt-fl {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -78px;
  width: 16px;
  height: 16px;
  top: 2px;
}
.icon-items-nt-fl-blue {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -104px;
  width: 16px;
  height: 16px;
  top: 2px;
}
.icon-students {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -813px -878px;
  width: 16px;
  height: 16px;
  top: 1px;
}
.icon-flashcards {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -920px -494px;
  width: 16px;
  height: 16px;
  top: 2px;
}
.icon-lock-white {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.disable {
  pointer-events: none;
  opacity: 0.7;
}
.margin-auto {
  margin: 0 auto;
  float: none;
  clear: both;
}
.window .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.window textarea {
  width: 100%;
}
.window .char-cnt {
  position: absolute;
  bottom: 9px;
  right: 10px;
}
.window .msg-box {
  position: relative;
}
.window .close-link {
  position: absolute;
  top: 0px;
}
.article {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px 0px;
  width: 160px;
  height: 220px;
}
.article-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/article.png);
}
.booksummary {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -340px 0px;
  width: 160px;
  height: 220px;
}
.booksummary-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/booksummary.png);
}
.book {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -510px -230px;
  width: 160px;
  height: 220px;
}
.book-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/book.png);
}
.cases {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -460px;
  width: 160px;
  height: 220px;
}
.cases-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/cases.png);
}
.classnote {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -680px -230px;
  width: 160px;
  height: 220px;
}
.classnote-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/classnote.png);
}
.handout {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -680px 0px;
  width: 160px;
  height: 220px;
}
.handout-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/handout.png);
}
.mindmap {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -510px 0px;
  width: 160px;
  height: 220px;
}
.mindmap-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/mindmap.png);
}
.presentation {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -340px -230px;
  width: 160px;
  height: 220px;
}
.presentation-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/presentation.png);
}
.si_stack {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px 0px;
  width: 160px;
  height: 220px;
}
.si_stack-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/si_stack.png);
}
.syllabus {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: 0px -230px;
  width: 160px;
  height: 220px;
}
.syllabus-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/syllabus.png);
}
.topic {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -170px 0px;
  width: 160px;
  height: 220px;
}
.topic-not-sprite {
  background-image: url(/images/design_2016/sprites/placeholders/si_stack.png);
}
.blank-source-type {
  width: 165px;
  height: 220px;
  display: inline-block;
  text-align: center;
  background-image: url(/images/design_2016/sprites/placeholders/blank-source-type.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.invite-email-btn-wrap {
  padding: 0;
}
.invite-box-email-btn {
  padding: 12px 10px;
}
.label-primary,
.label-default {
  font-size: 10px;
  text-transform: none;
  border-radius: 0.25em;
}
.label-primary a,
.label-default a {
  color: #fff;
  text-decoration: none;
}
.label-primary a:hover,
.label-default a:hover {
  color: #fff;
}
.label-default:hover {
  background-color: #ff6b31;
}
.source-placeholder {
  display: inline-block;
}
.no-box-shadow {
  box-shadow: none;
}
.all-friends-count {
  border: none;
  background: none;
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  padding: 0;
  height: 30px;
  width: 31px;
}
.all-friends-count span {
  top: -2px !important;
  left: -1px;
}
.alert-content .btn {
  margin: 0 5px;
}
.window-content-inner {
  position: relative;
}
.white-overlay.no-scroll .window-content {
  overflow-y: hidden;
}
.libraryFirstViewPopupWnd .btn {
  padding-left: 50px;
  padding-right: 50px;
}
/* date picker */
body .ui-widget-content {
  border: 1px solid #ccc;
  background: #dddddd;
  border-radius: 1px;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default {
  border: 1px solid #dddddd;
  background: #f8f8f8;
  font-weight: bold;
  color: #ff6b31;
  outline: none;
  text-align: center;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-content .ui-state-hover,
body .ui-state-hover {
  border: 1px solid #425cc4;
  color: #fff;
  background: #ff6b31;
}
body .ui-widget-header {
  color: #666666;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus {
  border: 1px solid #425cc4;
  background: #ff6b31 !important;
  font-weight: bold;
  color: #fff;
  outline: none;
}
body .ui-datepicker .ui-datepicker-prev-hover,
body .ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
body .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
body .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
body .ui-widget-header .ui-icon {
  background-image: url(/images/jquery-ui/ui-icons_ffffff_256x240.png) !important;
}
body .ui-datepicker .ui-datepicker-title select {
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  border-color: #ccc;
}
/** Switch **/
.onoffswitch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch .onoffswitch-label {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  width: 55px;
  position: relative;
  vertical-align: middle;
  margin: 0;
}
.onoffswitch .onoffswitch-enabled,
.onoffswitch .onoffswitch-disabled {
  vertical-align: middle;
  font-weight: 500;
  padding-left: 5px;
  margin: 0;
}
.onoffswitch .onoffswitch-disabled {
  opacity: .8;
}
.onoffswitch .onoffswitch-enabled {
  color: #ff6b31;
}
.onoffswitch .onoffswitch-enabled {
  display: none;
}
.onoffswitch .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #ff6b31;
  color: #fff;
}
.onoffswitch .onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #999999;
  color: #333;
  text-align: right;
}
.onoffswitch .onoffswitch-switch {
  display: block;
  width: 20px;
  margin: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.toggle-compr-reading .onoffswitch .onoffswitch-switch {
  right: 29px;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label + .onoffswitch-disabled {
  display: none;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label + .onoffswitch-disabled + .onoffswitch-enabled {
  display: inline-block;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-disabled + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-disabled + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-disabled + .onoffswitch-label + .onoffswitch-enabled {
  display: inline-block;
}
.onoffswitch .onoffswitch-checkbox:not(:checked) + .onoffswitch-disabled + .onoffswitch-label + .onoffswitch-enabled {
  display: inline-block;
}
.label-primary:hover {
  background-color: #425cc4;
}
.add-to-friend-btn.remove-from-friend:hover {
  background-color: #de002b;
}
.add-to-friend-btn.remove-from-friend:hover .hover-text {
  display: block;
}
.add-to-friend-btn.remove-from-friend:hover .default-text {
  display: none;
}
.add-to-friend-btn .icofr {
  left: 0;
  position: relative;
  margin-right: 3px;
}
.add-to-friend-btn.request-sent-friend,
.add-to-friend-btn.request-sent-friend:hover {
  background-color: #999999;
  padding: 2px 10px 2px 3px;
  color: #fff;
}
.add-to-favorite-btn .icofr {
  position: relative;
}
.add-to-favorite-btn.remove-from-favorite:hover {
  background-color: #de002b;
}
.add-to-favorite-btn.remove-from-favorite:hover .hover-text {
  display: block;
}
.add-to-favorite-btn.remove-from-favorite:hover .default-text {
  display: none;
}
.owl-no-controls {
  padding: 0;
}
.owl-no-controls .owl-controls {
  display: none !important;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  padding-left: 23px;
  line-height: 1.1;
  margin-bottom: 0;
}
input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #dddddd;
  border: 1px solid #999999;
  left: 0;
  top: 0;
  border-radius: 50%;
}
input[type="radio"]:checked + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #666666;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}
.radio-primary:checked + label:after {
  background: #ff6b31 !important;
}
.radio-warning:checked + label:after {
  background: #ff6b31 !important;
}
.no-margin {
  margin: 0;
}
.date-picker-box {
  width: 168px;
}
.sl-datepicker {
  position: absolute;
  top: 10px;
  right: 10px;
}
.add-source-block {
  margin-bottom: 30px;
}
.icon-added-summary-color {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -286px -911px;
  width: 16px;
  height: 16px;
  top: 2px;
}
.facebook-login {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -612px -844px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.submit-form-btn {
  border: 2px solid #ff6b31;
  background-color: #ff6b31;
  border-radius: 3px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}
.submit-form-btn:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.submit-form-btn a {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 40px;
  display: inline-block;
  margin-left: 0;
}
.img-thumbnail-share-screen {
  position: absolute;
  left: 50%;
  margin-left: -49px;
  top: -10%;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.12);
}
.img-thumbnail-share-screen .img-thumbnail-inner {
  width: 98px;
  height: 98px;
  display: block;
}
.watch-video-btn .icon-play {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -136px -810px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.watch-video-btn:hover .icon-play,
.watch-video-btn:focus .icon-play {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -68px -810px;
  width: 24px;
  height: 24px;
}
.first-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.first-popup ul li {
  margin-bottom: 8px;
}
.first-popup ul li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/images/design_v4/studyscreen/icon-added-summary-black.png) 0 0 no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.first-popup .icon-box {
  margin: 0 auto;
  padding: 20px;
  border: 4px solid #5677fc;
  display: inline-block;
  border-radius: 50%;
}
.first-popup .icon-box.icon-box-orange {
  border-color: #ff6b31;
}
.first-popup .event-upgrade-unlock {
  padding: 10px 40px;
  font-weight: 600;
  display: inline-block;
  margin-top: 37px;
}
.first-popup .event-upgrade-unlock:focus,
.first-popup .event-upgrade-unlock:active,
.first-popup .event-upgrade-unlock:hover {
  background: #ff4a03;
  color: #fff;
}
.first-popup .last-p {
  margin-bottom: 30px;
}
.first-popup h4,
.first-popup h3 {
  margin-bottom: 30px;
}
.share-source-popup .h5 span {
  font-weight: 400;
  color: #999999;
  font-size: 14px;
  padding-left: 5px;
}
.btn-bold-border {
  border-width: 2px;
}
.tabs-star {
  font-style: normal;
  color: #ff6b31;
  margin-right: 2px;
}
body > object {
  display: none;
}
.ico2016 {
  display: inline-block;
}
.teacher-2sm-icon-block {
  position: absolute !important;
  right: -3px;
  top: -5px !important;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
}
.certified-2sm-icon-block {
  position: absolute !important;
  left: -3px;
  top: -5px !important;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
  width: 16px;
  height: 16px;
  padding: 1px 0 0 3px;
}
.certified-2sm-icon-block span {
  top: -2px !important;
}
.course-loading .window-content-container {
  opacity: .7;
}
.add-course-window .disable {
  -webkit-animation: fadeInOutDisabled 1s infinite;
  animation: fadeInOutDisabled 1s infinite;
}
.list-errors {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
.popover {
  font-size: 14px;
}
.popover .nowrap {
  white-space: normal;
}
.popover.popover-danger {
  width: 100%;
  border: 1px solid #de002b;
}
.popover.popover-danger.bottom > .arrow:after {
  border-bottom-color: #de002b;
}
.popover.popover-danger.right > .arrow:after {
  border-right-color: #de002b;
}
.popover.popover-danger.top > .arrow:after {
  border-top-color: #de002b;
}
.popover.popover-danger.left > .arrow:after {
  border-left-color: #de002b;
}
.popover.popover-danger .popover-content {
  color: #de002b;
  font-size: 12px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.blue-serif {
  color: #ff6b31;
}
.pacifico-serif {
  font-family: 'Pacifico', cursive;
}
.gray-serif {
  color: #666666;
}
.teacher-icon-svg {
  background: url('/images/design_2016/course-add-popup-svg/teacher.svg') no-repeat;
  background-size: contain;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.chris_ico {
  background: url(/images/design_2016/chris_logo_150.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.chris_ico.lazy {
  background: none;
}
.ad-container {
  font-size: 16px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
m-0 {
  margin: 0px !important;
}
.w-50 {
  width: 50%;
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.quiz-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border: 1px solid orange;
  width: 100%;
  padding: 30px;
}
.quiz-container .chris_ico {
  float: none;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.quiz-container .question {
  font-size: 20px;
  text-align: left;
}
.quiz-container .testimonials {
  margin: 0px;
}
.quiz-container p {
  font-size: 18px;
  text-align: left;
  line-height: 37px;
}
.quiz-container p.center {
  text-align: center;
}
.quiz-container .button {
  margin-left: 20px;
  color: #f7a245;
  background-color: rgba(247, 162, 69, 0.1);
  box-shadow: rgba(247, 162, 69, 0.6) 0px 0px 0px 1px inset;
  cursor: pointer;
  opacity: 1;
  will-change: opacity;
  height: auto;
  border-radius: 4px;
  max-width: 150px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.quiz-container .button .key-helper-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  box-shadow: transparent 0px 0px 0px 1px;
  margin: 8px;
}
.quiz-container .button .key-helper-wrap .key-helper {
  position: relative;
  width: 24px;
  min-width: 22px;
  height: 24px;
  font-size: 12px;
  line-height: 16px;
  font-family: sans-serif;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f7a245;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: rgba(247, 162, 69, 0.6);
}
.quiz-container .button .key-helper-wrap .key-helper .letter {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.quiz-container .button .choice-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  min-width: 75px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px 12px 4px 0px;
}
.quiz-container.quiz .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-container .action_btn {
  margin-left: 10px;
}
.quiz-container .col-md-12 {
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz-container .col-md-12 .question {
  text-align: center;
}
.quiz-container .col-md-12 .button {
  margin: 5px 30px;
}
@media (max-width: 767px) {
  .quiz-container .col-md-12 .button {
    margin: 0px 0px 18px 0px;
  }
}
.quiz-container ul {
  list-style: none;
  text-align: left;
}
.quiz-container ul li {
  padding-left: 25px;
}
.quiz-container ul li:before {
  content: url(/images/green_tick.png);
  display: inline-block;
  margin-left: -25px;
  width: 25px;
}
.col-md-12.ad-container {
  float: left;
}
.content-outer-p50 {
  padding: 0px 50px 20px 50px;
}
.content-inner-bordered {
  border: 1px solid #989898;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
/****************preloader**************/
.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.preloader .msg {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
}
i.loading {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  -webkit-animation: around 5.4s infinite;
          animation: around 5.4s infinite;
}
i.loading:after,
i.loading:before {
  content: "";
  background: inherit;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  -webkit-animation: around 0.7s ease-in-out infinite;
          animation: around 0.7s ease-in-out infinite;
}
i.loading:after {
  -webkit-animation: around 0.7s ease-in-out 0.1s infinite;
          animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}
@-webkit-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn.orange-blinking {
  -webkit-animation-name: blinking-orange-background;
          animation-name: blinking-orange-background;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}
@-webkit-keyframes blinking-orange-background {
  50% {
    color: #ffffff;
    background-color: #ff6b31;
    border-color: #ff6b31;
  }
}
@keyframes blinking-orange-background {
  50% {
    color: #ffffff;
    background-color: #ff6b31;
    border-color: #ff6b31;
  }
}
.window .preloader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: transparent;
}
.window .preloader i.loading {
  display: contents;
}
.activation-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 135px;
  padding-bottom: 110px;
  max-height: 236px;
}
.activation-status .step-wrap {
  width: 900px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}
.activation-status .step-wrap .step-ico {
  margin-right: 20px;
  position: relative;
  top: -138px;
}
.activation-status .step-wrap .step-ico .desc {
  font-size: 19px;
  color: #333;
  width: 236px;
  position: absolute;
  top: 192px;
  text-align: center;
  padding: 0;
}
.activation-status .step-wrap .step-ico .desc .status {
  font-size: 17px;
  font-weight: 400;
  color: #999;
}
.activation-status .step-wrap .step-ico .desc .status .completed {
  display: none;
  color: #77aa14;
}
.activation-status .step-wrap .step-ico .desc .status .uncompleted {
  color: red;
}
.activation-status .step-wrap .step-ico .desc .help {
  font-size: 18px;
}
.activation-status .step-wrap .step-ico.practice-card .desc {
  padding: 0 30px;
}
.activation-status-popup.step1 .activation-status .step-wrap .step-ico:nth-child(1) .status .completed {
  display: inline;
}
.activation-status-popup.step1 .activation-status .step-wrap .step-ico:nth-child(1) .status .uncompleted {
  display: none;
}
.activation-status-popup.step1 .activation-status .step-wrap .step-ico:nth-child(1) .help {
  display: none;
}
.activation-status-popup.step2 .activation-status .step-wrap .step-ico:nth-child(1) .status .completed,
.activation-status-popup.step2 .activation-status .step-wrap .step-ico:nth-child(2) .status .completed {
  display: inline;
}
.activation-status-popup.step2 .activation-status .step-wrap .step-ico:nth-child(1) .status .uncompleted,
.activation-status-popup.step2 .activation-status .step-wrap .step-ico:nth-child(2) .status .uncompleted {
  display: none;
}
.activation-status-popup.step2 .activation-status .step-wrap .step-ico:nth-child(1) .help,
.activation-status-popup.step2 .activation-status .step-wrap .step-ico:nth-child(2) .help {
  display: none;
}
.activation-status-popup.step1-3 .activation-status .step-wrap .step-ico:nth-child(1) .status .completed,
.activation-status-popup.step1-3 .activation-status .step-wrap .step-ico:nth-child(3) .status .completed {
  display: inline;
}
.activation-status-popup.step1-3 .activation-status .step-wrap .step-ico:nth-child(1) .status .uncompleted,
.activation-status-popup.step1-3 .activation-status .step-wrap .step-ico:nth-child(3) .status .uncompleted {
  display: none;
}
.activation-status-popup.step1-3 .activation-status .step-wrap .step-ico:nth-child(1) .help,
.activation-status-popup.step1-3 .activation-status .step-wrap .step-ico:nth-child(3) .help {
  display: none;
}
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(1) .status .completed,
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(2) .status .completed,
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(3) .status .completed {
  display: inline;
}
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(1) .status .uncompleted,
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(2) .status .uncompleted,
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(3) .status .uncompleted {
  display: none;
}
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(1) .help,
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(2) .help,
.activation-status-popup.step3 .activation-status .step-wrap .step-ico:nth-child(3) .help {
  display: none;
}
.activation-status .completion-rate {
  text-align: center;
  top: -40px;
  position: relative;
}
.activation-status .completion-rate .percent {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Quando', sans-serif;
}
.activation-status .completion-rate .percent span {
  font-size: 30px;
}
.activation-status .completion-rate .percent:before {
  content: "0";
}
.activation-status-popup.step1 .activation-status .completion-rate .percent:before {
  content: "33";
}
.activation-status-popup.step2 .activation-status .completion-rate .percent:before,
.activation-status-popup.step1-3 .activation-status .completion-rate .percent:before {
  content: "66";
}
.activation-status-popup.step3 .activation-status .completion-rate .percent:before {
  content: "100";
}
.activation-status .completion-rate .separator {
  margin: 1px 0 4px 0;
  color: #333;
}
.activation-status .completion-rate button {
  margin-top: 16px;
}
.activation-status.step1 .completion-rate .percent:before {
  content: "33";
}
.percent.red {
  color: red;
}
.percent.dark-green {
  color: green;
}
.percent.green {
  color: #00ff7f;
}
.percent.dark-blue {
  color: #1a47fb;
}
.percent.blue {
  color: #00b3ee;
}
.percent.orange {
  color: #ff6b31;
}
.status.percent {
  font-weight: 800;
  text-decoration: underline;
}
#referralChannelPopup h4 {
  color: #ff6b31;
}
#referralChannelPopup .buttons-block {
  max-width: 600px;
  margin: 0 auto;
}
#referralChannelPopup .buttons-block .btn-wrap {
  margin-bottom: 10px;
}
#referralChannelPopup .buttons-block .btn-wrap .sign_btn {
  min-width: 241px;
  text-transform: inherit;
}
#tutorial-circle-wrap,
.settings-toggle {
  position: relative;
  right: 0;
  margin-right: 5px;
  width: 38px;
  height: 38px;
  z-index: 3;
  color: #ff6b31;
  line-height: 32px;
  border: 1px solid #878788;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tutorial-circle-wrap a,
.settings-toggle a {
  margin: 0 auto;
  line-height: 20px;
}
#tutorial-circle-wrap img,
.settings-toggle img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.tutorial-menu {
  list-style-type: none;
  padding: 10px;
  line-height: 26px;
  margin: 0;
}
.tutorial-menu li a {
  text-decoration: underline;
}
.tutorialPopup.save .modal-body .step {
  margin-bottom: 30px;
}
.tutorialPopup.save .modal-body .step iframe {
  height: 300px;
  width: 100%;
}
.tutorialPopup.save .modal-body .step p {
  margin-top: 20px;
}
.tutorialPopup.save .modal-body .step ol {
  padding-left: 17px;
}
.tutorialPopup.save .modal-body .step ol li {
  padding-left: 10px;
  font-size: 16px;
  line-height: 26px;
}
.efaqt-tooltip.tutorial-menu-tooltip-tpl-tooltip.round-tooltip {
  width: 348px;
}
.efaqt-tooltip.tutorial-menu-tooltip-tpl-tooltip.round-tooltip:before,
.efaqt-tooltip.tutorial-menu-tooltip-tpl-tooltip.round-tooltip:after {
  left: 77%;
}
.row.mobile-back {
  display: none;
}
/************************************************/
@media (max-width: 767px) {
  body {
    background-color: #faf9f7;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body:not(.library-page) .footer-container-height,
  body:not(.library-page) .footer-container {
    display: none;
  }
  body.left-side-menu-open {
    -ms-touch-action: none;
        touch-action: none;
  }
  header.top-header .navbar-default .navbar-collapse {
    margin: unset;
    margin-left: auto;
  }
  header.top-header .navbar-default .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-flex .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ad-container {
    width: 100%;
  }
  .row.mobile-back {
    display: block;
  }
  .quiz-container {
    padding: 10px;
  }
  .quiz-container.no-padding {
    padding: 0px;
  }
  .quiz-container .mt-50 {
    margin-top: 0px;
  }
  .quiz-container .text-right {
    text-align: center;
  }
  .quiz-container ul {
    padding-left: 0px;
  }
  .quiz-container img {
    max-width: 250px;
  }
  .quiz-container p {
    text-align: center;
  }
  .quiz-container.quiz .button {
    margin-bottom: 10px;
  }
  .content-page-right-inner.quiz .quiz-container {
    padding: 30px;
  }
  .button-wrapper {
    text-align: center;
  }
  .window {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .alert-content {
    width: 100% !important;
    margin-left: 0 !important;
    left: unset;
  }
  .alert-content .ez-checkbox {
    position: relative;
    top: -1px;
  }
  .footer-container .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #fff;
  }
  .window-fullheight.cardAiAssistant h6 {
    margin-top: 22px;
  }
  .ai-cards-settings-popup h2 {
    font-size: 18px;
  }
  .ai-cards-settings-popup .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .ai-cards-settings-popup .flex select {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
.fancybox-wrap .info-box {
  padding: 3px;
  font-size: 15px;
}
.sources-list {
  padding: 30px;
}
.search-result-wrap .sources-list {
  background: none;
}
.middle-header--blue-bg h1 {
  color: #414141;
}
.courses-list .sm-item,
.courses-list .publisher-data {
  font-family: 'Lato', sans-serif;
  font-size: 15px!important;
  font-weight: 500;
}
.courses-list .source-name {
  margin-bottom: 10px!important;
}
.courses-list .source-name:hover {
  color: #ff6b31!important;
}
.window .title-bar {
  background: #ff6b31!important;
}
.button-row-hint a,
.btn-forgot a.btn-link {
  color: #ff6b31!important;
  font-size: 13px;
  font-weight: 400;
}
body .form-group label.rememberme {
  font-size: 13px;
}
.middle-header--blue-bg {
  margin-top: 0!important;
}
.padding-top-20 {
  padding: 20px 0!important;
  position: relative;
}
.search-row {
  margin-top: 40px;
}
.frame-outer {
  background: #FFF;
}
.frame-outer:hover .question {
  color: #ff6b31;
}
.page-content .item-content .info {
  padding: 14px!important;
  text-align: center !important;
}
.study-profile .select2-container {
  width: 100%!important;
}
#logoheader {
  background: #faf9f7!important;
}
.payment-success-wrap .footer-img {
  background-color: #faf9f7!important;
}
.embed-responsive-16by9 {
  margin-bottom: 20px;
}
ul.activation-steps {
  width: 100%;
  float: left;
  margin: 35px 0;
  text-align: center;
  padding: 0;
}
ul.activation-steps li {
  display: inline-block;
  margin: 0 25px;
  padding: 0;
}
ul.activation-steps li a {
  color: #868686;
  font-size: 20px;
  position: relative;
  pointer-events: none;
  cursor: default;
}
ul.activation-steps li a span {
  width: 38px;
  height: 38px;
  border: 2px solid #868686;
  display: inline-block;
  vertical-align: middle;
  line-height: 37px;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  font-weight: 600;
}
ul.activation-steps li a:hover {
  color: #ff6b31;
}
ul.activation-steps li a:hover span {
  border-color: #ff6b31;
  background: #FFF;
}
ul.activation-steps li.active a {
  color: #ff6b31;
  font-size: 24px;
  font-weight: 500;
}
ul.activation-steps li.active a span {
  border-color: #ff6b31;
  background: #FFF;
  width: 52px;
  height: 52px;
  font-size: 24px;
  line-height: 50px;
}
.title-item a.back-to-library:before,
.title-item a.back-to-library:after {
  display: none;
}
.title-item a.back-to-library {
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  color: #ff6b31;
  text-decoration: none;
  display: inline-block;
}
.title-item a.back-to-library:hover {
  background: none;
  color: #444444;
}
.back-home.title-item h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  gap: 0em;
  font-size: 15px;
}
.back-home.title-item .left-arrow,
.back-home.title-item .app-back-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  /* Adjust if needed based on your font */
}
.back-home.title-item .left-arrow {
  margin-right: 0.3em;
  position: relative;
  top: -0.05em;
  /* Fine-tune arrow vertical position */
}
.back-home.title-item .app-back-link {
  color: #ff6b31;
  text-decoration: none;
}
.back-home.title-item .app-back-link:hover {
  background: none;
  color: #444444;
}
@supports (-webkit-touch-callout: none) {
  .back-home.title-item .left-arrow {
    -webkit-transform: translateY(0.15em);
            transform: translateY(0.15em);
    /* Extra adjustment for iOS Safari */
  }
}
.window .upload-sumamry-drop {
  width: 300px;
  border: 1px dashed;
  padding: 20px;
  text-align: center;
  background: #faf9f7;
}
.window .upload-sumamry-drop.added {
  text-align: left;
}
.window .upload-sumamry-drop.hover {
  background: #fff;
}
.window .upload-sumamry-drop.fade {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.importPdfPopup h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.importPdfPopup ul.activation-steps li {
  margin: 0 15px;
}
.importPdfPopup .modal-body .close {
  background: none;
}
.importPdfPopup .upload-sumamry-drop {
  width: 271px;
  position: relative;
  padding: 62px 35px;
  margin: 0 auto;
}
.importPdfPopup .upload-sumamry-drop p {
  font-size: 30px;
}
.importPdfPopup .upload-sumamry-drop .file-row {
  display: inline-block;
}
.importPdfPopup .upload-sumamry-drop .file-row .file-row-text {
  display: none;
  font-weight: 600;
  position: relative;
}
.importPdfPopup .upload-sumamry-drop .file-row .file-row-text .remove {
  position: relative;
  right: -4px;
  top: 6px;
}
.importPdfPopup .upload-sumamry-drop h2 {
  display: block;
  line-height: 35px;
}
.importPdfPopup .upload-sumamry-drop.added {
  padding: 85px 20px;
  min-height: 190px;
}
.importPdfPopup .upload-sumamry-drop.added .file-row-text {
  display: block;
  line-break: normal;
}
.importPdfPopup .upload-sumamry-drop.added h2 {
  display: none;
}
.importPdfPopup .cont-right h1 {
  margin: 0 0 30px 0;
  font-size: 24px;
}
.importPdfPopup .cont-right ul,
.importPdfPopup .cont-right ol {
  font-size: 18px;
}
.importPdfPopup .cont-right ul li,
.importPdfPopup .cont-right ol li {
  margin-top: 15px;
  color: #868686;
}
.importPdfPopup .cont-right ul li h2,
.importPdfPopup .cont-right ol li h2 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 22px;
}
.importPdfPopup .bottom-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.importPdfPopup .bottom-tools select {
  font-size: 14px;
}
.importPdfPopup .bottom-tools select:not(:first-child) {
  margin-left: 10px;
}
.importPdfPopup #import-pdf-step2 .row:nth-child(2) {
  padding: 0 30px;
}
.ai-cards-settings-popup h2 {
  margin: 35px 0;
  text-align: center;
}
.ai-cards-settings-popup textarea::-webkit-input-placeholder {
  opacity: 0.6;
  font-style: italic;
}
.ai-cards-settings-popup textarea:-ms-input-placeholder {
  opacity: 0.6;
  font-style: italic;
}
.ai-cards-settings-popup textarea::placeholder {
  opacity: 0.6;
  font-style: italic;
}
.ai-cards-settings-popup select {
  font-size: 14px;
}
.ai-cards-settings-popup select:not(:first-child) {
  margin-left: 10px;
}
.ai-cards-settings-popup select:nth-child(1),
.ai-cards-settings-popup select:nth-child(2) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ai-cards-settings-popup select:nth-child(1) {
  max-width: 123px;
}
.introjs-tooltip {
  font-size: 16px;
}
.isbn-info {
  font-size: 12px;
  text-decoration: underline;
  margin-left: 10px;
}
.isbn-tip {
  position: relative;
  line-height: normal;
}
.isbn-tip .tip-details {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
}
.isbn-tip .tip-details .left {
  width: 285px;
}
.isbn-tip .tip-details .left.or-sep {
  position: relative;
  top: 68px;
  width: 40px;
  text-align: center;
}
.isbn-tip .tip-details .left img {
  width: 100%;
}
.cross-ico {
  width: 24px;
  height: 18px;
  position: relative;
  right: 0;
  padding-bottom: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  background: none;
}
.cross-ico.btn {
  cursor: pointer;
}
.cross-ico.btn:hover span {
  background-color: #666666;
}
.cross-ico span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #8d8d8d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cross-ico.red span {
  background: red;
}
.cross-ico span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.cross-ico span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cross-ico span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cross-ico span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.checkmark-ico {
  display: inline-block;
  width: 20px;
  height: 15px;
  position: relative;
  left: 4px;
}
.checkmark-ico span {
  display: block;
  width: 9px;
  height: 18px;
  border: solid #7cc930;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.activation-tip {
  position: relative;
  top: 70px;
  left: 120px;
  color: #868686;
  width: 234px;
}
.activation-tip.edit-prefab-toc-tip {
  position: relative;
  top: 65px;
}
.activation-tip p a {
  text-decoration: underline;
  position: relative;
  z-index: 9;
}
.activation-tip p a:hover {
  color: #0a0a0a;
}
.activation-tip p:before {
  top: -56px;
  left: -120px;
  content: "";
  position: absolute;
  width: 130px;
  height: 137px;
  background-image: url(/images/design_2020/curved-arrow_top-left.svg);
}
.activation-tip .close {
  position: absolute;
  top: -15px;
  right: -5px;
}
.activation-tip .close:hover {
  opacity: 0.8;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.flex.center-align {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-form-settings-study .panel-default {
  min-height: 190px;
}
.event-form-settings-study h5 {
  font-weight: 500;
}
.event-form-settings-study .timers-box .study-timer {
  padding: 0px;
}
.title.as-link {
  text-decoration: underline;
  color: #ff6b31;
}
.title.as-link.no-wrap {
  white-space: nowrap;
}
.window-fullheight.save .modal-body p span {
  color: inherit;
}
.window-fullheight .wrapper-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.window-fullheight .wrapper-down .wrapper-item {
  width: 100%;
  margin-bottom: 20px;
}
.window-fullheight .wrapper-down .wrapper-item.empty {
  display: none;
}
.window-fullheight .wrapper-down .wrapper-item .flashcard-wrapper p {
  margin: 0 0 11px;
}
.window-fullheight .wrapper-down .wrapper-item .flashcard-wrapper p span {
  font-size: 15px !important;
}
.window-fullheight .wrapper-down .wrapper-item .flashcard-wrapper div > p {
  margin-left: 10px;
  white-space: nowrap;
}
.window-fullheight .wrapper-down .app-card-item {
  border: 1px solid #dddddd;
  margin-bottom: 0 !important;
}
.window-fullheight .wrapper-down .app-card-item .note-text .keyword,
.window-fullheight .wrapper-down .app-card-item .question .keyword,
.window-fullheight .wrapper-down .app-card-item .answer .keyword {
  cursor: inherit;
}
.window-fullheight .wrapper-down .app-card-item .note-text .keyword:hover,
.window-fullheight .wrapper-down .app-card-item .question .keyword:hover,
.window-fullheight .wrapper-down .app-card-item .answer .keyword:hover {
  background: inherit;
  border-color: inherit;
  color: inherit;
}
.app-card-item-inner:hover .window-fullheight .wrapper-down .app-card-item .note-text .keyword.active,
.app-card-item-inner:hover .window-fullheight .wrapper-down .app-card-item .question .keyword.active,
.app-card-item-inner:hover .window-fullheight .wrapper-down .app-card-item .answer .keyword.active {
  border-bottom: inherit;
}
.window-fullheight .wrapper-down .app-card-item .note-text k,
.window-fullheight .wrapper-down .app-card-item .question k,
.window-fullheight .wrapper-down .app-card-item .answer k {
  padding: 1px 2px;
  margin-right: -1px;
}
.window-fullheight.cardAiAssistant h6 {
  position: relative;
  padding-left: 20px;
}
.window-fullheight.cardAiAssistant h6:before {
  content: "";
  background: url("/images/design_2020/ai.png") no-repeat center center / 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  top: -2px;
}
.window-fullheight.cardAiAssistant h6.reaction:before {
  background: url("/images/design_2020/explain_ico.png") no-repeat center center / 15px;
}
.window-fullheight.cardAiAssistant .wrapper-down .wrapper-item p {
  margin-bottom: 0;
}
.window-fullheight.cardAiAssistant .wrapper-down .wrapper-item .btn-primary-white {
  text-transform: inherit !important;
  margin-bottom: 15px;
}
.window-fullheight.cardAiAssistant .wrapper-down .prompt-wrapper {
  position: relative;
  padding: 1rem 0 1rem 1rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
  border: 1px solid #d9d9e3;
  border-radius: 10px;
}
.window-fullheight.cardAiAssistant .wrapper-down .prompt-wrapper textarea {
  padding-right: 3rem;
  max-height: 200px;
  height: 28px;
  overflow-y: auto;
  background-color: transparent;
  resize: none;
  border-width: 0;
}
.window-fullheight.cardAiAssistant .wrapper-down .prompt-wrapper button {
  position: absolute;
  right: -4px;
  bottom: 3px;
  border: transparent;
  background-color: transparent;
}
.window-fullheight.cardAiAssistant .wrapper-down .prompt-wrapper button img {
  height: 42px;
  width: 42px;
}
.window-fullheight.cardAiAssistant .wrapper-down .messages .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #dddddd;
}
.window-fullheight.cardAiAssistant .wrapper-down .messages .message .image-wrapper {
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0 10px 0 0;
  vertical-align: top;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.window-fullheight.cardAiAssistant .wrapper-down .messages .message .loading-dots {
  font-size: 21px;
  font-weight: 700;
}
.editable-inline .form-control {
  height: 32px;
}
.editable-inline .editable-buttons .btn-sm {
  padding: 2px 7px;
  border-radius: 25px;
}
.free-try-upgrade-popup ul {
  text-align: left;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.free-try-upgrade-popup .btn-link {
  font-weight: 300;
  text-decoration: underline;
}
.free-try-upgrade-popup .blink {
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#menu-bottom {
  position: fixed;
  float: left;
  top: 2%;
  left: 50%;
  z-index: 3;
}
#menu-bottom a {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}
#menu-bottom a.menu-item-small {
  padding: 10px 20px !important;
  border: 2px solid #ff6b31;
  border-radius: 25px;
  color: white;
  background-color: #ff6b31;
}
#menu-bottom a.menu-item-small:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #ff6b31;
  border-color: #ff6b31;
  color: #fde5c4;
}
#menu-bottom a.menu-item-small.red {
  border: 2px solid #e11919;
  background-color: #e11919;
}
#menu-bottom a.menu-item-small.red:hover {
  background-color: #fc0404;
  border-color: #fc0404;
}
#menu-bottom div.discount_timer {
  color: red;
}
.ico2023 {
  display: inline-block;
  width: 16px;
  height: 18px;
}
.ico2023.icon-info-gray {
  background: url("/images/design_2023/icons/btn-explain.svg") no-repeat center center / 16px;
}
#pwa-install-promo {
  padding: 15px 10px;
}
#pwa-install-promo.fade.in {
  background: #f6f6f4;
}
#pwa-install-promo .modal-dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pwa-install-promo .modal-dialog .modal-content {
  box-shadow: 0 8px 22px -6px #00001f, 0 8px 20px -4px #00001f;
}
#pwa-install-promo .auto-installable,
#pwa-install-promo .manual-installable {
  display: none;
  padding: 0px 10px 35px 10px;
  position: relative;
  z-index: 1;
}
#logIn #pwa-install-promo .auto-installable,
#logIn #pwa-install-promo .manual-installable {
  border: none;
}
#pwa-install-promo .step {
  margin-top: 35px;
}
#pwa-install-promo .step .btn-red {
  background-color: #e06666;
  color: #0a0a0a;
}
#pwa-install-promo .step .btn-red .icon-check-green {
  position: relative;
  left: 10px;
}
#pwa-install-promo .step h6 {
  text-align: left;
  font-size: 13px;
  margin-top: 35px;
}
#pwa-install-promo .pwa-bkg {
  position: absolute;
  z-index: -999;
  top: -50%;
  left: -50%;
}
#pwa-install-promo .pwa-bkg img {
  max-width: 100%;
}
#pwa-install-promo .icon {
  width: 70px;
  height: 70px;
  margin: 35px auto 20px;
  background-color: white;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#pwa-install-promo .icon img {
  width: 115%;
  height: auto;
}
#pwa-install-promo h5 {
  margin-top: 10px;
}
#pwa-install-promo h2 {
  font-size: 23px;
  color: #444;
}
#pwa-install-promo p {
  margin: 0 0 20px;
  color: #333;
  font-size: 14px;
}
#pwa-install-promo p.intro {
  padding: 0 60px;
}
#pwa-install-promo .learn-more {
  color: #00a684;
  text-decoration: none;
  font-size: 12px;
}
.preloader-css {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader-css.relative {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  height: 100%;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  .w-50,
  .w-40,
  .w-60 {
    width: 100% !important;
  }
  .non-mob {
    display: none !important;
  }
  .content-outer-p50 {
    padding: 0px 20px 20px 20px;
  }
  .content-inner-bordered {
    padding: 10px 0;
  }
  .separator .or {
    padding: 0 10px 0 10px!important;
    font-size: 20px!important;
  }
  .btn-facebook {
    font-size: 15px!important;
  }
  .login-image {
    margin-top: 0!important;
  }
  .login-image img {
    width: 100%!important;
  }
  .auth-form .dropup {
    width: 100%!important;
  }
  #signUp .btn-facebook,
  #signUp #signup-with-email-btn {
    width: auto!important;
  }
  .page-content .item-content .info {
    padding: 0px!important;
  }
  body .content-page-button {
    white-space: inherit!important;
  }
  .content-page-summary {
    padding: 40px 10px!important;
  }
  .inline-box.col-xs-6 {
    width: 100%;
  }
  body .list .materials-list .friend-item-container .friend-item-img {
    text-align: center!important;
  }
  .list .materials-list .friend-item-title {
    font-size: 14px!important;
  }
  a.event-ga-click.btn.btn-warning.btn-bold-border.text-normal.waves-effect.waves-light {
    white-space: inherit!important;
  }
  .payment-success .payent-success h2 {
    font-size: 26px!important;
    font-weight: 500;
    padding: 30px 20% 0!important;
  }
  /*.top-header .top-page-menu{-webkit-box-ordinal-group: 2!important;-ms-flex-order: 1!important;order: 1!important;}*/
  .middle-header--blue-bg h2 {
    font-size: 26px!important;
    font-weight: 500;
  }
  .search-container-wrapper #header-search-from input {
    padding-left: 10px!important;
  }
  .payment-choice.checkboxed {
    padding-top: 0!important;
  }
  .payment-choice.checkboxed ul li {
    position: relative;
    padding-left: 25px;
  }
  .ez-checkbox {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .payment-choice.checkboxed label.price {
    padding-left: 0!important;
    display: inherit!important;
    line-height: 20px;
  }
  /*.logoCenter{width: 140px; float: left;}
    .logoCenter img{ width:100%;}*/
  .right span.secured-text {
    font-size: 13px;
  }
  .footer-container .col-xs-6 {
    width: 100%;
    text-align: center;
  }
  .footer-container .navbar {
    text-align: center;
  }
  .footer-container .navbar .dropdown-menu {
    min-width: unset;
  }
  .footer-container .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  body .form-group {
    margin-bottom: 10px;
  }
  .payment-success .share-block {
    margin-bottom: 180px!important;
  }
  .col-xs-6.btn-forgot {
    padding-right: 0!important;
  }
  .padding-top-20 {
    padding: 28px 0!important;
  }
  ul.activation-steps li {
    margin: 0 12px;
    max-width: 36%;
  }
  ul.activation-steps li a {
    font-size: 14px;
  }
  ul.activation-steps li a span {
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 0px;
    display: block;
    margin: 0 auto;
  }
  ul.activation-steps li.active a {
    color: #ff6b31;
    font-size: 16px;
    font-weight: 600;
  }
  ul.activation-steps li.active a span {
    border-color: #ff6b31;
    background: #FFF;
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 35px;
  }
  ul.activation-steps li a div.or-txt {
    top: unset;
    left: unset;
    font-size: 13px;
  }
}
@media (max-width: 334px) {
  ul.activation-steps {
    display: none !important;
  }
  .content-inner-bordered.plan-select {
    margin-top: 30px;
  }
  .heart_sec.sign .content-inner-bordered {
    margin-top: 20px !important;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .study-break-notification {
    right: 0 !important;
  }
}
@media (min-width: 1000px) {
  .event-page-with-tabs .container {
    width: 100vw;
  }
}
@media (min-width: 1280px) {
  .event-page-with-tabs .container {
    width: 1280px;
  }
}
/*! Generated by Live LESS Theme Customizer */
.animated-loading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
  margin-bottom: 30px;
}
.background-masker {
  background: #fff;
  position: absolute;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 77%;
  right: 0;
}
.background-masker.subheader-right {
  left: 60%;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 70%;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 87%;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 63%;
  top: 88px;
}
@-webkit-keyframes contentLoadingShimmerFlashcards {
  0% {
    background-position: -726px 0;
  }
  100% {
    background-position: 726px 0;
  }
}
@keyframes contentLoadingShimmerFlashcards {
  0% {
    background-position: -726px 0;
  }
  100% {
    background-position: 726px 0;
  }
}
@-webkit-keyframes contentLoadingShimmerToc {
  0% {
    background-position: -310px 0;
  }
  100% {
    background-position: 310px 0;
  }
}
@keyframes contentLoadingShimmerToc {
  0% {
    background-position: -310px 0;
  }
  100% {
    background-position: 310px 0;
  }
}
.toc-anim {
  border-radius: 2px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 600px 50px;
  height: 15px;
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 20px;
  margin-left: 11px;
  margin-top: 25px;
}
.toc-anim:before {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: #f8f8f8;
  margin-left: 15px;
}
/*
 * Fade in / fade out animation
 */
@-webkit-keyframes fadeInOutDisabled {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInOutDisabled {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
/** Group Animation **/
@-webkit-keyframes group-fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes group-fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** End Group Animation **/
/** Left Animation **/
@-webkit-keyframes left-fl {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    opacity: 0.9;
    left: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes left-fl {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    opacity: 0.9;
    left: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/** End Left Animation **/
/** Right Animation **/
@-webkit-keyframes right-fl {
  0% {
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    opacity: 0.9;
    right: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes right-fl {
  0% {
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    opacity: 0.9;
    right: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/** End Right Animation **/
body:-webkit-full-screen .footer-container,
body:-webkit-full-screen .footer-container-height {
  display: none;
}
body:-moz-full-screen .footer-container,
body:-moz-full-screen .footer-container-height {
  display: none;
}
body:-ms-fullscreen .footer-container,
body:-ms-fullscreen .footer-container-height {
  display: none;
}
body:fullscreen .footer-container,
body:fullscreen .footer-container-height {
  display: none;
}
.top-header {
  background: #fff;
  border-bottom: 1px solid #c1c1c1;
}
.top-header__avatar {
  width: 30px;
  height: 30px;
  background-color: #f8f8f8;
  vertical-align: top;
}
.top-header__sub-menu {
  border: 1px solid #989898;
}
.top-header_username {
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.top-header__logo-img {
  position: relative;
  left: -1px;
}
.top-header .top-page-menu {
  display: inline-block;
  margin-left: 10px;
}
.top-header .top-page-menu a {
  line-height: 40px;
  margin-left: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #414141;
}
.top-header .top-page-menu a:hover,
.top-header .top-page-menu a.active {
  color: #ff6b31;
  text-decoration: none;
}
.top-header .menu-center {
  margin: 0 auto;
}
.top-header .menu-center .sign_btn {
  margin-top: 0;
  text-transform: none;
}
.top-header .menu-center .sign_btn:not(:first-child) {
  margin-left: 10px;
}
.top-header .menu-center .btn span {
  display: inline;
}
.top-header .menu-center .btn:not(:first-child) {
  margin-left: 10px;
}
.top-header #fullscreen-button {
  border-radius: unset;
}
.top-header #fullscreen-button .icon-fullscreen {
  vertical-align: middle;
}
.top-header .navbar-nav {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header .navbar .search-small {
  float: none;
  margin-left: 20px;
}
.top-header .navbar .search-small .search-header__input {
  background-color: #f1f1f1;
}
.top-header .navbar-collapse {
  margin-left: auto;
  padding: 0;
}
.top-header .navbar-collapse.mobile-only {
  display: none;
}
@media (max-width: 1275px) {
  .top-header .top-page-menu {
    margin-left: auto;
  }
  .top-header .navbar .search-small {
    margin-left: 1px;
  }
}
@media (max-width: 990px) {
  .top-header .navbar-collapse {
    padding-left: 0;
    text-align: right;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px auto 0 auto;
  }
  .top-header .navbar-collapse .navbar-nav {
    margin: 0px;
  }
  .top-header .top-page-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0px;
  }
  .top-header .top-page-menu a {
    margin-left: 5px;
    font-size: 14px;
  }
  .top-header .navbar .search-small {
    background-color: #fff;
    padding: 0;
    width: auto;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    margin: 9px 0px 0px 0px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .top-header .navbar-toggle {
    margin: 0;
  }
  .top-header .nav > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .top-header .navbar-header.authorized .top-page-menu a {
    margin-left: 5px;
  }
  .top-header .navbar-collapse.mobile-only {
    display: block;
    margin-top: 15px !important;
  }
  .top-header .navbar-collapse.mobile-only ul li a {
    margin: 0 0 0 10px !important;
  }
  .top-header #header-search-from {
    width: auto;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
    min-width: 290px;
  }
  .top-header .hidden-btn {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
  }
  .top-header .navbar-default .navbar-nav > li > a {
    margin-left: 5px;
    padding: 2px 6px 2px 2px;
  }
  .top-header .hamburger {
    margin-left: 9px;
    margin-top: 9px;
  }
  .top-header .navbar-btn {
    margin-top: 5px;
    margin-left: 5px;
  }
  .top-header .dropdown-menu:before,
  .top-header .dropdown-menu:after {
    display: none;
  }
  .top-header .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    width: auto;
    margin-top: 8px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    overflow: hidden;
    min-width: unset;
    left: unset;
    right: 0;
  }
  .top-header .navbar-nav .open .dropdown-menu li a {
    padding: 8px 15px 8px 12px;
    overflow: hidden;
  }
  .top-header .navbar-nav .open .dropdown-menu li.divider.mobile-hide {
    display: none;
  }
  .top-header .navbar-nav .open .dropdown-menu li.divider.mobile-hide + li {
    display: none;
  }
  .top-header_username {
    width: 0;
  }
}
@media (max-width: 662px) {
}
.study-screen-page #fullscreen-button {
  margin-left: 10px;
}
.btn-with-svg {
  position: relative;
  padding-left: 37px !important;
}
.btn-with-svg svg {
  height: 25px;
  position: absolute;
  top: 5px;
  left: 14px;
}
.sponsored-logo {
  margin: -5px 15px 0 15px;
  display: inline-block;
}
.sponsored-logo ul {
  width: auto;
  margin: 0;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  float: left;
}
.sponsored-logo ul li {
  display: inline-block;
  vertical-align: middle;
}
.sponsored-logo ul li.sponsor-copy {
  color: #ccc;
  font-size: 14px;
  margin-right: 10px;
  float: left;
  padding: 14px 0;
}
.sponsored-logo ul li.sponsor-copy p {
  margin: 0;
}
.sponsored-logo ul li.logo img {
  margin: 0;
}
.sponsored-logo ul li.months-balloon {
  margin-left: 20px;
  text-align: center;
}
.sponsored-logo ul li.months-balloon p {
  border: 0;
  color: #fff;
  background: #FFA406;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0;
  padding-top: 14px;
  position: relative;
}
.sponsored-logo ul li.months-balloon p span {
  text-transform: uppercase;
  font-size: 10px;
  clear: both;
  width: 100%;
  float: left;
}
.sponsored-logo ul li.months-balloon p::before {
  content: "";
  background: url("/images/design_2016/study-booster/arrow-months.svg") no-repeat center center / 9px;
  width: 9px;
  height: 13px;
  position: absolute;
  left: -7px;
  top: 19px;
}
.sponsored-logo .months-balloon p strong {
  font-family: "Pacifico", cursive;
  font-size: 30px;
  clear: both;
  line-height: 0;
}
.middle-header-print {
  display: none;
}
.black-menu #middle-header-students-list {
  padding: 0px 0 0;
  height: 37px;
  margin-left: 10px;
  margin-bottom: 0px;
}
.black-menu #middle-header-students-list ul {
  margin: 0;
  padding: 0;
}
.black-menu #middle-header-students-list li {
  display: inline-block;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
body.is-mobile .black-menu #middle-header-students-list li:nth-child(n+7) {
  display: none;
}
.black-menu #middle-header-students-list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
}
.black-menu #middle-header-students-list a,
.black-menu #middle-header-students-list a:hover {
  color: #ff6b31;
  text-decoration: none;
  font-size: 14px;
}
.black-menu #middle-header-students-list a:hover span {
  color: #ff6b31;
}
.black-menu #middle-header-students-list a:after,
.black-menu #middle-header-students-list a:before {
  width: 0;
}
.middle-header {
  color: #868686;
  padding: 30px 0;
}
.middle-header .row {
  width: auto;
  margin-right: -20px;
  margin-left: -20px;
}
.middle-header .media-body {
  vertical-align: middle;
  padding-top: 15px;
}
.middle-header h2 {
  color: #ff6b31;
  font-weight: 500;
  margin: 8px 0 14px;
  line-height: 1.1;
  font-size: 45px;
}
.middle-header .media-left,
.middle-header .media > .pull-left {
  padding-right: 27px;
}
.middle-header .media-left img {
  width: 108px;
}
.middle-header__students-container {
  float: right;
}
.middle-header #middle-header-students-list {
  padding: 7px 0 0;
  height: 37px;
  margin-bottom: 7px;
}
.middle-header #middle-header-students-list ul {
  margin: 0;
  padding: 0;
}
.middle-header #middle-header-students-list li {
  display: inline-block;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.middle-header #middle-header-students-list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.middle-header #middle-header-students-list a,
.middle-header #middle-header-students-list a:hover {
  color: #ff6b31;
  text-decoration: none;
  font-size: 14px;
}
.middle-header #middle-header-students-list a:hover span {
  color: #ff6b31;
}
.middle-header__friends-list#middle-header-students-list {
  margin-bottom: 4px;
  padding: 5px 0;
  height: 26px;
}
.middle-header .show-on-practice {
  display: none;
  padding: 0 5px;
}
.middle-header__student-avatar {
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #dddddd;
  text-align: center;
  padding: 6px;
  color: #666666;
}
.middle-header__student-avatar.big {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 95px;
}
.middle-header__breadacrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: #ff6b31;
  font-size: 14px;
}
.middle-header__breadacrumb .breadcrumb > .active {
  color: #999999;
}
.middle-header__breadacrumb a {
  color: #ff6b31;
  font-size: 14px;
  display: inline-block;
  text-decoration: none !important;
  vertical-align: top;
  vertical-align: middle;
}
.middle-header__breadacrumb a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #999999;
}
.middle-header__breadacrumb a:hover::after {
  width: 0;
}
.middle-header__breadacrumb a:hover {
  color: #444444;
}
.middle-header__breadacrumb .active {
  color: #444444;
}
.middle-header__breadacrumb li + li:before {
  content: "//";
  padding: 0 2px;
  color: #444444;
}
.middle-header__breadacrumb li:nth-child(2) a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 495px;
}
.middle-header__breadacrumb span {
  vertical-align: middle;
  line-height: 18px;
}
.middle-header__source-meta-container .ico2016 {
  display: inline-block;
  margin-right: 1px;
  position: relative;
  top: 2px;
}
.middle-header__meta-type-author-container {
  font-size: 14px;
  margin-bottom: 0;
}
.middle-header__meta-type-container {
  display: inline-block;
  padding: 1px 12px 0;
  color: #444444;
  text-transform: uppercase;
  background: #fff;
  font-weight: 600;
  line-height: 20px;
  margin-right: 10px;
}
.middle-header__meta-author-container {
  color: #dddddd;
  font-style: italic;
}
.middle-header__add-friend {
  color: #ff6b31!important;
  border: none;
  background: none;
  padding: 0;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none !important;
  vertical-align: top;
}
.middle-header__add-friend:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.middle-header__add-friend:hover::after {
  width: 0;
}
.middle-header__add-friend:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: none;
}
.middle-header__label {
  font-size: 18px;
}
.middle-header__label-friends {
  font-weight: 500;
}
.middle-header__ham-container > a {
  vertical-align: middle;
}
.middle-header__ham-menu {
  vertical-align: middle;
  display: none !important;
}
.middle-header__ham-menu .ham {
  margin-right: 5px;
}
.middle-header__shortcuts {
  margin-right: 0;
}
.middle-header__shortcuts .ico2016 {
  top: 0;
}
.middle-header__practice-results-title {
  display: none;
}
.middle-header__big-avatar .fr-img-box {
  width: 100px;
  height: 100px;
  border: 2px solid #ff6b31;
  background-color: #dddddd;
  background-size: cover;
}
.middle-header__library-meta {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.hamburger {
  width: 24px;
  height: 18px;
  margin: 10px 0 0 24px;
  padding-bottom: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  background: none;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #444444;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hamburger:hover span {
  background-color: #666666;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 7px;
}
.hamburger span:nth-child(4) {
  top: 14px;
}
.right-side-menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.right-side-menu,
.left-side-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.right-side-menu.left-side-menu,
.left-side-menu.left-side-menu {
  left: 0;
  right: unset;
}
.right-side-menu .hamburger-box,
.left-side-menu .hamburger-box {
  height: 80px;
}
.right-side-menu .hamburger,
.left-side-menu .hamburger {
  margin-right: 10px;
  margin-bottom: 40px;
  display: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.right-side-menu .hamburger span,
.left-side-menu .hamburger span {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.right-side-menu .right-side-menu-inner,
.left-side-menu .right-side-menu-inner {
  position: relative;
  z-index: 2;
  width: 300px;
  overflow: hidden;
}
.right-side-menu a:not(.btn),
.left-side-menu a:not(.btn) {
  padding: 13px 18px 13px 10px;
  text-decoration: none;
  color: #666666;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.right-side-menu a:not(.btn):hover,
.left-side-menu a:not(.btn):hover {
  color: #ff6b31;
}
.right-side-menu .btn,
.left-side-menu .btn {
  margin-top: 13px;
}
.right-side-menu .btn span,
.left-side-menu .btn span {
  position: relative;
  top: -2px;
  right: 7px;
}
.right-side-menu .list-group,
.left-side-menu .list-group {
  border-radius: 0;
}
.right-side-menu .list-group li,
.left-side-menu .list-group li {
  border: none;
  padding: 0;
}
.right-side-menu-open,
.left-side-menu-open {
  margin: 0;
}
.right-side-menu-open #content,
.left-side-menu-open #content {
  height: 100vh;
  overflow: hidden;
}
.right-side-menu-open .footer-container,
.left-side-menu-open .footer-container {
  display: none;
}
.right-side-menu-open .right-side-menu-overlay,
.left-side-menu-open .right-side-menu-overlay {
  visibility: visible;
  opacity: 1;
}
.right-side-menu-open .right-side-menu-open .right-side-menu,
.right-side-menu-open .left-side-menu-open .right-side-menu {
  width: 300px;
}
.left-side-menu-open .right-side-menu-open .left-side-menu,
.left-side-menu-open .left-side-menu-open .left-side-menu {
  width: 300px;
}
.right-side-menu-open .top-header .hamburger,
.left-side-menu-open .top-header .hamburger {
  visibility: hidden;
}
.right-side-menu-open .hamburger,
.left-side-menu-open .hamburger {
  display: block;
}
.right-side-menu-open .hamburger span:nth-child(1),
.left-side-menu-open .hamburger span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.right-side-menu-open .hamburger span:nth-child(2),
.left-side-menu-open .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right-side-menu-open .hamburger span:nth-child(3),
.left-side-menu-open .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.right-side-menu-open .hamburger span:nth-child(4),
.left-side-menu-open .hamburger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.middle-header-counters {
  margin-top: 8px;
}
.right-menu-push-container,
#content {
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
  clear: both;
}
.friends-loading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 600px 34px;
  height: 30px;
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 0;
  width: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  opacity: .5;
  padding: 7px 0;
}
.middle-header-small {
  min-height: 72px;
  padding: 13px 0;
}
.middle-header-small h5 {
  color: #444444;
  margin: 10px 0;
}
.ss-header {
  height: auto;
  position: relative;
}
.top-go-pro-btn {
  margin-left: 20px;
}
.top-go-pro-btn a {
  padding-left: 15px;
  padding-right: 17px;
}
.top-go-pro-btn .ico2016 {
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.header-login-section {
  overflow: hidden;
  float: right;
}
.header-login-section .hamburger {
  margin-top: 8px;
}
.header-login-section__buttons {
  float: left;
  font-size: 14px;
  display: inline-block;
}
.header-login-section__buttons a {
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 40px;
  display: inline-block;
  margin-left: 0;
}
.header-login-section__buttons a.text-normal {
  text-transform: none;
}
.header-login-section__login-button {
  margin-right: 15px;
}
@media (max-width: 1280px) {
  .header-login-section__buttons {
    float: none;
  }
  .header-login-section__buttons a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .header-login-section__login-button {
    margin-right: 6px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1030px) {
  .ss-header {
    padding: 10px 0;
  }
}
#library-referrals-header .info .right a {
  color: #ff6b31;
}
#library-referrals-header .info .right a:hover {
  text-decoration: none;
}
#library-referrals-header .info .right p {
  font-weight: 400;
}
#library-referrals-header .info .right p b {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
#library-referrals-header {
  background: #fff;
  padding: 15px;
  border: 1px solid #666;
  border-radius: 5px;
  margin-top: 30px;
}
#library-referrals-header ul li {
  font-weight: 400;
  font-size: 15px;
}
.navbar-default .dropdown-menu > li > span,
.navbar-default .dropdown-menu > li > button,
.dropdown-menu > li > a {
  font-size: 14px;
}
.top-header .navbar-default .navbar-nav > li > a:hover {
  border-color: inherit;
}
.top-header .navbar-default .navbar-nav > li > #tutorial-circle-wrap:hover {
  border-color: #171717;
}
@media (max-width: 767px) {
  .payment-success-wrap .illustration {
    width: 100%;
  }
  .middle-header {
    padding: 0;
  }
  .left-side-menu-open .left-side-menu {
    width: 90vw;
    height: 100vh;
    max-height: 100vh;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .left-side-menu-open .left-side-menu .right-side-menu-inner {
    width: 90vw;
  }
  .right-side-menu .hamburger-box,
  .left-side-menu .hamburger-box {
    height: 50px;
  }
}
/*! Generated by Live LESS Theme Customizer */
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.animated-loading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
  margin-bottom: 30px;
}
.background-masker {
  background: #fff;
  position: absolute;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 77%;
  right: 0;
}
.background-masker.subheader-right {
  left: 60%;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 70%;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 87%;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 63%;
  top: 88px;
}
@-webkit-keyframes contentLoadingShimmerFlashcards {
  0% {
    background-position: -726px 0;
  }
  100% {
    background-position: 726px 0;
  }
}
@keyframes contentLoadingShimmerFlashcards {
  0% {
    background-position: -726px 0;
  }
  100% {
    background-position: 726px 0;
  }
}
@-webkit-keyframes contentLoadingShimmerToc {
  0% {
    background-position: -310px 0;
  }
  100% {
    background-position: 310px 0;
  }
}
@keyframes contentLoadingShimmerToc {
  0% {
    background-position: -310px 0;
  }
  100% {
    background-position: 310px 0;
  }
}
.toc-anim {
  border-radius: 2px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: contentLoadingShimmerToc;
  animation-name: contentLoadingShimmerToc;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 600px 50px;
  height: 15px;
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 20px;
  margin-left: 11px;
  margin-top: 25px;
}
.toc-anim:before {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: #f8f8f8;
  margin-left: 15px;
}
/*
 * Fade in / fade out animation
 */
@-webkit-keyframes fadeInOutDisabled {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInOutDisabled {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
/** Group Animation **/
@-webkit-keyframes group-fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes group-fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** End Group Animation **/
/** Left Animation **/
@-webkit-keyframes left-fl {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    opacity: 0.9;
    left: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes left-fl {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    opacity: 0.9;
    left: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/** End Left Animation **/
/** Right Animation **/
@-webkit-keyframes right-fl {
  0% {
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    opacity: 0.9;
    right: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes right-fl {
  0% {
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    opacity: 0.9;
    right: 31%;
    top: 25%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/** End Right Animation **/
.footer-container-height {
  height: 73px;
  float: left;
  width: 100%;
}
@media (max-width: 1280px) {
  .footer-container-height {
    height: 120px;
  }
}
.footer-container {
  border-top: 1px solid #dddddd;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 45;
}
.footer-container,
.footer-container a {
  color: #868686;
}
.footer-container .nav > li {
  display: inline-block;
  vertical-align: top;
}
.footer-container .navbar-nav {
  margin-right: 0;
}
.footer-container .navbar-nav.navbar-right {
  margin-right: 112px;
  margin-top: 15px;
}
.footer-container .navbar-nav.navbar-right .footer-container__lang {
  padding-top: 0px;
}
.footer-container .navbar-header {
  margin-top: 26px;
}
.footer-container #preferences-form {
  margin-top: 17px;
}
.footer-container .navbar-default .navbar-nav > li > a {
  padding: 6px 12px;
  line-height: 22px;
}
.footer-container .navbar-default .navbar-nav > li > a span {
  position: relative;
  top: -1px;
}
.footer-container .btn-default,
.footer-container .dropdown-toggle {
  color: #444444 !important;
  border-color: #999999 !important;
  padding: 5px 12px 4px;
  background: #fff !important;
  -webkit-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}
.footer-container .btn-default:hover,
.footer-container .dropdown-toggle:hover {
  background: transparent;
  color: #000000 !important;
  border-color: #666666 !important;
}
.footer-container .btn-default .ico2016,
.footer-container .dropdown-toggle .ico2016 {
  margin-right: 4px;
}
.footer-container .dropup .dropdown-menu:after,
.footer-container .dropup .dropdown-menu:before {
  display: none;
}
.footer-container .dropup a span {
  vertical-align: middle;
  display: inline-block;
}
.footer-container .dropup a .ico2016 {
  margin-right: 4px;
}
.footer-container .dropup .dropdown-menu {
  bottom: 120%;
}
.footer-container .open.bootstrap-select li[data-original-index="1"] {
  border-top: 1px solid #dddddd;
}
.footer-container .open.bootstrap-select:before,
.footer-container .open.bootstrap-select:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: auto;
  z-index: 1001;
}
.footer-container .open.bootstrap-select:before {
  border-width: 4px 5px 0 4px;
  border-color: #dddddd transparent transparent transparent;
  right: 16px;
  bottom: 40px;
}
.footer-container .open.bootstrap-select:after {
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  right: 18px;
  bottom: 41px;
}
.footer-container__help {
  margin-right: 14px;
}
.footer-container__lang {
  padding-top: 17px;
}
.footer-container__menu-container a {
  display: inline-block;
  text-decoration: none !important;
  vertical-align: top;
}
.footer-container__menu-container a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #666666;
}
.footer-container__menu-container a:hover::after {
  width: 0;
}
.footer-container .footer-container__copy {
  font-weight: 400;
  margin-right: -5px;
}
@media (max-width: 1024px) {
  .footer-container .navbar-default .navbar-nav > li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-top: 5px;
    margin-right: 10px;
  }
  .footer-container .navbar-default .navbar-nav > li > a {
    padding: 6px;
    margin: 0;
    vertical-align: top;
  }
  .footer-container .navbar-nav {
    margin: 12.5px -10px;
  }
  .footer-container .text-right {
    text-align: center;
  }
  .footer-container .navbar-right {
    float: none !important;
    display: inline-block;
    margin-right: 0px !important;
  }
  .footer-container .navbar {
    margin-right: 0!important;
    margin-top: 0px !important;
    text-align: center;
  }
  .footer-container .non-mob {
    display: none !important;
  }
  .footer-container .footer-container__help {
    margin-right: 3px;
  }
  .footer-container .footer-container__copy {
    width: 100%;
    margin-top: -14px !important;
    display: block;
  }
  .footer-container .footer-container__menu2 {
    margin-bottom: 5px;
  }
}
.support-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff !important;
  margin: 0 10px 10px 0;
}
.support-btn label {
  margin: 0;
  display: block;
  font-size: 14px;
}
.support-btn .ico2016 {
  background: url(/images/design_2016/whatsUp_50.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 26px;
}
.support-btn .phone {
  text-decoration: underline;
}
#window.orange-full .title-bar,
#window.orange-full .window-content-container {
  background-color: #0a0a0a;
  color: #fff;
}
#window.orange-full .whatsupSupportPopup {
  text-align: center;
  margin-bottom: 50px;
}
#window.orange-full .whatsupSupportPopup .whatsup_ico {
  background: url(/images/design_2016/whatsUp_80.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
}
#window.orange-full .whatsupSupportPopup .text {
  display: inline-block;
}
#window.orange-full .whatsupSupportPopup .info {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
#window.orange-full .whatsupSupportPopup .info a {
  text-decoration: underline;
  color: #fff;
}
#window.orange-full .whatsupSupportPopup .info a:hover {
  color: #425cc4;
}
#window.orange-full .whatsupSupportPopup .info .small {
  font-size: 72%;
  position: relative;
  top: -20px;
}
.footer-container .dropup {
  margin-top: 0!important;
}
.auth-form .dropup {
  margin-bottom: 20px!important;
  text-align: left;
}
.auth-form .content-outer-p50 {
  min-height: 580px;
}
.auth-form .dropup .dropdown-menu {
  left: auto !important;
}
.auth-form .dropup .dropdown-menu li a span {
  float: left;
}
.auth-form .dropup .dropdown-menu li a span:nth-child(2) {
  margin-left: 10px;
}
.auth-form .dropup .dropdown-menu:before,
.auth-form .dropup .dropdown-menu:after {
  content: none;
}
@media (max-width: 600px) {
  .auth-form .dropup {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .auth-form .content-outer-p50 {
    min-height: unset !important;
  }
}
.window {border-radius: 10px;}

.input-group {
    width: 100%;
}
.input-group .form-control {
    float: none;
}
.ref-req .custom-control-label, .ref-req-pastdue label {
    color: red;
}

/**** bootstrap ******/
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.modal-dialog {
    width: auto !important;
}
/*******end bootstrap*************/

.modal-body .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.was-validated .form-control:invalid~.invalid-feedback {
    display: block;
}

/*************************************   All Popup  *************************************/
.save .modal-body {
    padding:40px 50px 25px 50px;
    
    color: #868686;
    font-size: 17px;
}
.save .modal-body img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}
.window-content h2 {
    font-weight: 500;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.orange {
    color: #ff6b31 !important;
}
.price_block .col-md-5, .price_block .col-lg-5, .price_block .col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
}

.click_btn{ margin:0; padding:0; font-size:16px; color:#000; text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.click_btn:hover, .click_btn:focus{ color:#ff6e00;}

.discount .modal-dialog{ max-width:970px;}
.modal-content{ border:none; box-shadow:none; border-radius:10px;}
.modal-body .close, .notification .close{
    /*opacity: .5;*/
    /*float: right;*/
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    z-index: 999;

    position:absolute; top:15px; right:15px; width:28px; height:28px; background:#e0e0e0; border-radius:50%; opacity:1;
}
.discount .modal-body{ padding:25px;}
.discount .modal-body .detail{ width:100%; float:left; margin:0; padding:0 10px 0 0;}
.discount .modal-body h2{ margin:0 0 15px 0; padding:0; font-size:30px; color:#ff6b31; font-weight:400;}
.discount .modal-body h2.dark{ color:#000000;}
.discount .modal-body h2 strong{ font-weight:700;}
.discount .modal-body p{ margin:0 0 20px 0; padding:0; font-size:16px; color:#868686; line-height:28px;font-weight: 500;}
.enjoy_link{ margin:0; padding:0; display:inline-block; font-size:17px; color:#414141; font-weight:600;}
.enjoy_link:hover{ color:#ff6b31;}
.vd_link{
    width:100%; display:block; margin:0 0 15px 0; padding:0;
    margin-left: -18px;
}
.vd_link img{ width:100%;}
.discount .modal-body .form-group{ position:relative;}
.discount .modal-body .form-group label{ margin:0; padding:0; font-size:18px; color:#ff6b31; font-weight:700;}
.discount .modal-body .form-group .form-control{ width:26%; height:42px; margin:0; padding:0 10px; border:1px solid #dcdcdc; border-radius:5px; box-shadow:none;}
.discount .modal-body .form-group .invalid-feedback{ position:absolute; top:100%; left:27%;}
.get_btn{ margin:0; padding:9px 25px; display:inline-block; background:#ff6b31; border-radius:5px; font-size:15px; color:#fff; text-transform:uppercase; font-weight:500;}
.get_btn:hover{ background:#000; color:#fff;}

/*******40% discount offer********/
.save .modal-dialog{ max-width:700px;}
.save .money_block{ width:100%; margin:0; padding:0; display:block;}
.lifetimeOfferPopup.save .modal-body{ padding:40px 30px 25px 30px;}
.window-content .m_title{ margin:0 0 15px 0; padding:0 0 10px 0; font-size:25px; color:#000000; position:relative; text-align:center;}
.window-content .m_title:before{ content:""; width:68px; height:2px; background:#ff6b31; position:absolute; bottom:0; left:50%; margin-left:-34px;}
.window-content .m_title.left{ text-align:left;float: none;}
.window-content .m_title.left:before{ left:0; margin:0;}
.window-content .m_title span{ color:#ff6b31;}
.window-content .m_title strong{ font-weight:700;}
.window-content .m_title span.red{ color:#fc1f0c;}
.window-content .img-left-txt {width:80%;}
.save .modal-body p{ margin:0 0 20px 0; padding:0; font-size:16px; color:#868686;}
.save .modal-body p span{ color:#ff6b31;}
.save .modal-body .mb_block{ width:100%; display:block; margin:0 0 20px 0; padding:0 0 15px 0; border-bottom:1px solid #dcdcdc;}
.save .modal-body .mb_block:last-child{ border:none; margin:0; padding:0;}
.save .modal-body .mb_block p{margin:0 0 15px 0; padding:0 0 0 50px; font-size:16px; color:#868686; position:relative;}
.save .modal-body .mb_block p i{ width:38px; height:38px; border:2px solid #e3e0d9; border-radius:50%; display:inline-block; text-align:center; line-height:34px; font-size:14px; color:#868684; position:absolute; top:0; left:0;}
.save .modal-body .mb_block p span{ color:#ff6b31;}
.sign_btn{ margin:0; padding:10px 25px; display:inline-block; background:#ff6b31; border-radius:5px; font-size:14px; color:#fff; text-transform:uppercase; font-weight:600; position:relative;}
.sign_btn.red {background-color: red;}
.sign_btn.green {background-color: #47b67c;}
.sign_btn:before{ content:""; width:34px; height:34px; border-radius:0 4px 0 0; position:absolute; right:0; top:0; background:url(/homepage/images/nav_curve.png) no-repeat right top; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; transition:all .6s ease-in-out;}
.sign_btn:hover{
    /*background:#000; */
    color:#fff;
}
.easy_link{ margin:0; padding:0; font-size:15px; color:#ff6b31; line-height:24px; text-decoration:underline;}
.easy_link:hover{ color:#000;}
.save .modal-body .mb_block .trans_btn{ font-size:12px; padding:8px 14px;  text-align:center; margin:0;}

/**************/
.us_block{ width:100%; margin:0; padding:0; display:block; position:relative;}
.us_block figure{ width:125px; height:125px; margin:0; padding:0; border-radius:50%; position:absolute; top:0; right:0;}
.us_block figure img{ border-radius:50%;}
.us_block h4{ margin:0 0 15px 0; padding:0; font-size:16px; color:#414141; font-weight:500; clear:both;}
ul.us_list{ width:100%; margin:0 0 5px 0; padding:0; display:block;}
ul.us_list li{ min-height:34px; margin:0 0 10px 0; padding:5px 0 0 45px; display:block; font-size:16px; color:#868686; position:relative;}
ul.us_list li i{ width:34px; height:34px; border:2px solid #e3e0d9; border-radius:50%; display:inline-block; text-align:center; line-height:30px; font-size:14px; color:#868684; position:absolute; top:0; left:0;}
ul.us_list li span{ color:#ff6b31;}
ul.us_list li strong{ color:#414141; font-weight:600;}
.us_block .easy_link{ text-decoration:none;}
ul.chapter_list{ width:100%; margin:0 0 30px 0; padding:0; display:block;}
ul.chapter_list li{ margin:0 0 10px 0; padding:0 0 0 20px; display:block; font-size:16px; color:#414141; font-weight:500; position:relative;}
ul.chapter_list li:before{ content:"\F00C"; font-family:'FontAwesome'; font-size:14px; color:#85b868; position:absolute; top:0; left:0;}
.trans_btn{ margin:10px 0 0 0; padding:8px 20px; display:block; border:2px solid #a0a0a0; border-radius:3px; font-size:16px; color:#4c4c4c; text-transform:uppercase; font-weight:500;}
.trans_btn:hover{ background:#a0a0a0; color:#fff;}
.sign_btn.f_w{ display:block;}

.window .sign_btn, .modal .sign_btn {margin: 0;}

/********/
.sorry_block{ width:100%; margin:0; padding:0; display:block;}
.sorry_block .sorry_inn{ width:100%; margin:0; padding:0; display:block;}
.sorry_block .detail{ margin:0; padding:0 50px 0 0; overflow:hidden;}
.sorry_block figure{ width:125px; height:125px; float:right; margin:0; padding:0; border-radius:50%;}
.sorry_block figure img{ border-radius:50%;}
.sorry_block .form-control.field_2{ height:98px; margin:0 0 20px 0; padding:5px 15px; background:#f2f2f2; border-radius:5px; box-shadow:none; border:none;}
.sorry_block .form-control.field_2{border: 1px solid #868686;}

.sorry_block .add_info{ width:100%; margin:0; padding:20px 20px 5px 20px; display:block; background:#f8f8f8; border-radius:2px;}
ul.add_inn{ width:100%; margin:0; padding:0; display:block;}
ul.add_inn li{ min-height:35px; margin:0 0 18px 0; padding:0 0 0 45px; display:block; font-size:20px; color:#636363; font-weight:500; position:relative;}
ul.add_inn li i{ margin:0; padding:0; display:inline-block; width:35px; height:35px; font-size:14px; color:#eb942d; line-height:35px; border-radius:50%; background:#fff; text-align:center; position:absolute; top:0; left:0;}
ul.add_inn li a{ color:#636363;}
ul.add_inn li a:hover{ color:#ff6b31;}
ul.add_inn li i.fa-whatsapp{ font-size:18px; color:#57bb63;}
.us_block p a{ color:#636363; text-decoration:underline; font-weight:600;}
.us_block p a:hover{ color:#ff6b31; text-decoration:none;}
.gray_block{ width:100%; margin:0 0 15px 0; padding:14px 20px; display:block; background:#f8f8f8;}
.gray_block .input-group{ width:100%; margin:0; padding:0; display:block;}
.gray_block .input-group label{ margin:0 0 10px 0; padding:0; display:block; font-size:16px; color:#868686; font-weight:500;}
.gray_block .input-group .form-control{ width:60%; margin:0; padding:0 15px; height:53px; border:2px solid #cfcfcf; background:#fff; font-size:23px; color:#636363; font-weight:600; border-radius:0; box-shadow:none;}
.price_block{ width:100%; margin:0; padding:10px 15px; display:block; border-bottom:1px solid #dcdcdc;}
.price_block span{
    font-size:16px; color:#868686; margin:0; padding:0; display:block;
    font-weight: 400;
}
.price_block span.red{ color:#fc1f0c;}
.price_block:nth-child(3){ border:none;}
.price_block.gray{ border:none; background:#f2f2f2; border-radius:3px !important;}
.us_block .detail{ width:100%; margin:0; padding:0; display:block; margin-bottom:20px;}
ul.chap_list{ width:100%; margin:0; padding:0 0 0 25px; display:block;}
ul.chap_list li{ margin:0 0 7px 0; padding:0 0 7px 0; display:block; font-size:16px; color:#414141; position:relative; border-bottom:1px solid #dcdcdc;}
ul.chap_list li:last-child{ border:none;}
ul.chap_list li:before{ content:"\F00C"; font-family:'FontAwesome'; font-size:14px; color:#85b868; position:absolute; top:0; left:-25px;}
ul.us_list.bor{ margin-bottom:25px;}
ul.us_list.bor li{ padding-top:0; padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #dcdcdc;}
ul.us_list.bor li:last-child{ border:none;}
.us_block .adyen{ width:100%; margin:0; padding:0; display:block; margin-bottom:20px; text-align:right; position:relative; width:auto; height:auto; border-radius:0;}
.us_block .adyen img{ border-radius:0;}
.free_block{ width:100%; margin:0 0 10px 0; padding:12px; display:block; background:rgba(249,163,58,0.1); border:1px solid #ff6b31; text-align:center; font-size:16px; color:#636363; border-radius:5px;}
.us_block.time_block .price_block:nth-child(3){ border-bottom:1px solid #dcdcdc;}
.us_block.time_block .price_block:nth-child(4){ border:none;}
.us_block.time_block p strong{ color:#16affc; text-decoration:underline;}

/*******************/
.li_link{ margin:0 0 10px 0; padding:0; display:inline-block; font-size:14px; color:#ff6b31; border-bottom:1px solid #999999;}
.li_link:hover{ color:#000;}
.heart_sec.setting{ padding-top:110px;}
.heart_sec.setting .inner{ padding-bottom:20px;}
ul.study_link{ width:100%; float:left; margin:0 0 30px 0; padding:0; border-bottom:1px solid #dcdcdc;}
ul.study_link li{ margin:0 30px 0 0; padding:0; display:inline-block; font-size:20px; color:#868686; font-weight:500; text-transform:uppercase;}
ul.study_link li a{ display:inline-block; padding:15px 0; color:#868686; border-bottom:2px solid transparent;}
ul.study_link li a:hover{ color:#ff6b31; border-color:#ff6b31;}
ul.study_link li a.active{ border-color:#ff6b31;}
ul.study_link li:last-child{ float:right; margin:0;}

.jour_sec{ width:100%; float:left; margin:0; padding:0;}
.jour_sec h3{ margin:0 0 20px 0; padding:0 0 8px 0; font-size:20px; color:#636363; font-weight:500; text-transform:uppercase; border-bottom:1px solid #dcdcdc; position:relative;}
.jour_sec h3:before{ content:""; width:32px; height:2px; background:#ff6b31; position:absolute; bottom:-1px; left:0;}
.jour_sec p{ margin:0 0 15px 0; padding:0; font-size:16px; color:#636363; line-height:25px;}
.jour_sec p strong{ color:#414141; font-weight:600;}
.jour_sec p span{ color:#ff6b31;}
.jour_sec ul.us_list li{ padding-top:0;}
.jour_sec .sign_btn{ float:left;}
.jour_sec .jour_block{ width:100%; float:left; margin:0 0 30px 0; padding:0;}
.jour_sec .input-group{ width:100%; float:left; margin:0 0 20px 0; padding:0;}
.jour_sec .input-group label{ margin:0 0 10px 0; padding:0; display:block; font-size:16px; color:#636363; font-weight:700;}
.jour_sec .input-group .form-control{ width:100%; margin:0; padding:0 15px; height:37px; border:2px solid #dcdcdc; border-radius:5px; box-shadow:none;}

.change_btn{ margin:0 0 25px 0; padding:8px 40px; display:inline-block; background:#dcdcdc; font-size:17px; color:#4c4c4c; text-transform:uppercase; font-weight:500; border:2px solid #a0a0a0; border-radius:3px;}
.change_btn:hover{ background:#ff6b31; border-color:#ff6b31; color:#fff;}
.jour_sec .row{  margin:0 -30px;}
.jour_sec [class^="col-"], .jour_sec > [class*=" col-"] { padding:0 30px;}

/*************/
.heart_sec.sign .container{ max-width:1400px;}
.heart_sec.sign .smart_sec{ padding:0;}
.heart_sec.sign .smart_inn{ width:100%; float:left; margin:0; padding:0 30px;}
.heart_sec.sign .inner .smart_sec figure{ width:65px;}
.heart_sec.sign .inner .smart_sec figure img{ width:auto; display:inline-block;}
.already{ width:100%; float:left; margin:0; padding:0; text-align:center;}
.already h2{ margin:0 0 20px 0; padding:0; font-size:16px; color:#ff6b31; font-weight:700;}
.already .input-group{ width:100%; float:left; margin:0 0 20px 0; padding:0; position:relative;}
.already .input-group i{ position:absolute; top:10px; right:-20px; font-size:15px; color:#79b15a;}
.already .input-group .form-control{ width:100%; height:37px; margin:0; border:1px solid #dddddd; box-shadow:none; border-radius:5px;}
.already .input-group .form-control:focus{ border-color:#1fcbff; box-shadow:0 0 8px rgba(0,0,0,0.1);}
.already p{ margin:0 0 20px 0; padding:0; font-size:15px; color:#868686;}
.already p a{ color:#ff6b31;}
.already p a:hover{ color:#000;}
.continue_btn{ margin:0; padding:8px 60px; display:inline-block; background:#ff6b31; font-size:17px; color:#fff; border-radius:30px;}
.continue_btn:hover{ background:#000; color:#fff;}
ul.step_list{ width:100%; float:left; margin:0 0 40px 0; padding:0; text-align:center;}
ul.step_list li{ margin:0 20px; padding:0; display:inline-block; font-size:18px; color:#868686;}
ul.step_list li span{ margin-right:5px; width:38px; height:38px; display:inline-block; border:2px solid #868686; border-radius:50%; text-align:center; line-height:34px; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; transition:all .6s ease-in-out;}
ul.step_list li a{ color:#868686;}
ul.step_list li:hover a{ color:#ff6b31;}
ul.step_list li:hover span{ border-color:#ff6b31; background:#fff; color:#ff6b31;}
ul.step_list li.active a{ color:#ff6b31; font-size:20px; font-weight:700;}
ul.step_list li.active span{ width:55px; height:55px; line-height:51px; border-color:#ff6b31; background:#fff; color:#ff6b31;}
.home_link{ margin:0 0 -40px 0; padding:0; float:left; font-size:13px; color:#ff6b31; position:relative; z-index:9;}
.home_link i{ color:#000; margin-right:5px;}
.home_link:hover{ color:#000;}

iframe#player {
    position: relative;
    left: 0;
    top: -60px;
}

.modal.fade.discount.show {
    padding-right: 0px !important;
}
#exitIntentPopup .modal-body.step2 .wrapper {
    padding: 25px 165px;
    margin-bottom: 40px;
    font-size: 20px;
}

#exitIntentPopup .modal-content.bkg-mountains {
    background:url(/images/design_2020/mountain-valley-bg-crp.png) no-repeat left top white;
    /*background-position: 9% 223%;*/
    background-position: 100% 164%;
}
body.nl #exitIntentPopup .modal-content {
    background-position: 100% 141%;
}
#exitIntentPopup .modal-content.ny {
    background:url(/images/design_2020/mountain_fireworks_M.png) no-repeat left top white;
    background-position: 9% 98%;
    background-color: #100F20;
}
.discount .modal-content.ny .desc p {
    padding-bottom: 53px;
}
#exitIntentPopup .modal-content.ny .text-block p.title {
    color: #fff;
    font-size: 30px;
}
#exitIntentPopup .modal-content.ny .text-block p {
    color: #fff;
}
#exitIntentPopup .modal-content.ny .us_block_left, #exitIntentPopup .modal-content.ny .dismiss-btn {
    padding-left: 285px;
    text-align: left;
}
#exitIntentPopup .modal-content.ny .text-block {
    text-align: left;
}
#exitIntentPopup .modal-content.ny .text-block p {
    max-width: 500px;
}
body.en #exitIntentPopup .modal-content.ny .easy_link {
    margin-left: 0;
}

body.en #exitIntentPopup .modal-content.ny .claim {
    position: relative;
    top: -20px;
}

#exitIntentPopup .bg-image {
    /*width: 100%;*/
    position: absolute;
    bottom: 0;
    left: 0;
}

#exitIntentPopup .modal-body {
    padding: 50px 50px 20px 50px;
    z-index: 2;
}

#exitIntentPopup .easy_link {
    display: inline-block;
    text-align: left;
    max-width: 475px;
    margin-top: 20px;
    color: #868686;
}

#exitIntentPopup.dis_modal .easy_link {
    max-width: 100%;
}

/*body.en #exitIntentPopup .easy_link {*/
/*    max-width: 660px;*/
/*    margin-left: 178px;*/
/*}*/

#exitIntentPopup .modal-body .text-block {
    text-align: center;
}

#exitIntentPopup .modal-body .text-block p {
    max-width: 490px;
    display: inline-block;
    text-align: left;
}

#exitIntentPopup .modal-body .text-block p.title {
    font-size: 26px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
    /*max-width: 430px;*/
}
#exitIntentPopup.sale .modal-body .text-block p.title {
    font-size: 44px;
    margin-bottom: 25px;
}

#exitIntentPopup .modal-body .sign_btn {
    margin: 0;
    border: 2px solid #fff;
}
#exitIntentPopup .modal-body .sign_btn:hover {
    border: 2px solid #000 !important;
}
#exitIntentPopup.free-try .modal-dialog {
    max-width: 935px;
}
#exitIntentPopup.free-try .header-list {
    padding: 20px 60px;
}
body.nl #exitIntentPopup.free-try .header-list {
    padding: 20px 38px;
}
#exitIntentPopup.free-try .modal-body {
    padding: 40px 40px 40px 40px;
}
#exitIntentPopup.free-try .promo-box {
    padding: 20px 83px;
}
#exitIntentPopup.free-try .promo-box h3 {
    font-weight: 300;
    line-height: 32px;

    font-family: 'Quando', sans-serif;

}
#exitIntentPopup.free-try .promo-box:nth-child(2) h3 {
    /*font-weight: 500;*/
    /*text-decoration: underline;*/
}


#whatsapp-popup .modal-body .sign_btn:focus { color: #fff;}
#whatsapp-popup .modal-dialog{
    max-width: 880px !important;
}
#whatsapp-popup .modal-dialog .modal-body {
    padding: 45px;
}
#whatsapp-popup .modal-body .detail {
    float: none;
}
#whatsapp-popup .modal-body .row {
    align-items: center;
    margin-top: 30px;
}
#whatsapp-popup .modal-body p,  #whatsapp-popup .modal-body figure{
    margin: 0px;
}
#whatsapp-popup .modal-body .sign_btn {margin: 6px 0 0 0;}

.us_block_left figure {
    width: 125px;
    height: 125px;
    margin: 20px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.us_block_left figure img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    border-radius: 50%;
}

/****** free try *****************/

.dis_modal .detail {
    margin: 0;
    padding: 40px;
    text-align: center;
}

.dis_modal .btn-close, .modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;

    box-sizing: content-box;
    width: 0.8em;
    height: 0.8em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
}


.free-try .header-list {
    border-style: dashed;
    padding: 20px 10px;
    background-color: #f6f6f4;
    border-radius: 20px;
    margin: 0;
    text-align: center;
    background-color: #fff;
}
.free-try .header-list h5 {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.free-try .header-list .btn {
    color: #0a0a0a;
    background-color: #ff6b31;
    border-color: #0a0a0a;

    border-radius: 7px;
    padding: 14px 30px;
    font-size: 18px;
}
.free-try .header-list .btn:active:hover {
    /*color: #0a0a0a;*/
    /*background-color: #d93d00;*/
    /*border-color: #000000;*/
    /*background: #0a0a0a;*/
}
.free-try .header-list .btn:hover {
    /*background: #0a0a0a;*/
    /*border-color: #0a0a0a;*/
    /*color: #fff;*/
}
.free-try .header-list .btn:active, .free-try .header-list .btn:hover {}

.free-try .header-list .btn-link {
    cursor: pointer;
    background: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    /*color: #444444;*/
    color: blue;
}
.free-try .header-list .btn-link:visited {
    color: blue;
}
.free-try .header-list .btn-link:hover {
    color: #ff6b31;
}
.free-try .header-list ul {
    padding-left: 20px;
    margin-top: 20px;
}
.free-try .header-list ul li {
    text-align: left;
    list-style: disc;
    font-weight: 400;
    line-height: 25px;
    margin-bottom:0px;
    font-size: 16px;
}

.free-try .header-list:nth-child(1) {
    text-align: left;
}
.free-try .header-list:nth-child(2) {
    margin-top: 10px;
    border-style: solid;
}


.free-try-promo {
    padding-left: 144px;
    margin-top: 35px;
    position: relative;
}

.free-try-promo h4 {
    text-decoration: underline;
}
.free-try-promo h4:before {
    top: 7px;
    left: 79px;
    content: "";
    position: absolute;
    width: 50px;
    height: 41px;
    background: url(/homepage/images/down-left-arrow.png) center center no-repeat;
    background-size: 100% 100%;
}

.page-content.chapter .free-try {
    margin-top: 35px;
}
.page-content.chapter .free-try-promo {
    padding-left: 110px;
}
.page-content.chapter .free-try-promo h4:before {
    left: 55px;
}

        /** popup *****/

.materialUploadPopup .modal-body, #notebookUploadPopup .modal-body {
    padding: 40px !important;
}
.materialUploadPopup .modal-content {
    background-color: #fff !important;
}
.materialUploadPopup .row.mt-20 {
    margin-top: 20px;
}
.materialUploadPopup .upload-sumamry-drop.added {
    padding: 85px 20px;
    min-height: 190px;
    text-align: center;
    border: 1px dashed;
    background: #faf9f7;
    width: 271px;
    position: relative;
}
.materialUploadPopup .upload-sumamry-drop.added .remove{
    display: none;
}
.materialUploadPopup .detail {
    text-align: left;
    padding: 20px;
}
.materialUploadPopup .detail.center {
    text-align: center;
}
.materialUploadPopup .detail p.small {
    margin-top: 10px;
    font-size: 16px;
    color: #868686;
}
.materialUploadPopup h1{
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
    font-family: Quando, sans-serif;
}
.materialUploadPopup .detail.settings {
    display: flex;
    padding: 10px 60px;
}
#notebookUploadPopup .detail.settings {
    padding: 0 60px;
    width: 100%;
    justify-content: center;
    flex-flow: column;
}
.materialUploadPopup .detail.settings .field-row {
    margin-top: 15px;
}
.materialUploadPopup .detail.settings .field-elem {
    width: 100%;
}
.materialUploadPopup .detail.settings select {
    font-size: 14px;
}
.materialUploadPopup .detail.settings input[type="text"] {
    /*width: 400px;*/
    margin: 0 auto;
}
.materialUploadPopup .detail.settings select.error, .materialUploadPopup .detail.settings input[type="text"].error {
    border: 1px solid red;
}
.materialUploadPopup .detail.settings select:not(:first-child) {
    margin-left: 10px;
}
.materialUploadPopup .detail.button-cont {
    display: flex;
    padding: 10px 60px;
    margin-top: 20px;
    justify-content: right;
    align-items: end;
}
.materialUploadPopup .detail.button-cont .relative {
    position: relative;
}
.materialUploadPopup .detail.button-cont.logged-in {
    justify-content: center;
    margin-bottom: 20px;
}

.materialUploadPopup .alert.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb;
}

.materialUploadPopup .alert {
    text-align: left;
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    /*margin-bottom: var(--bs-alert-margin-bottom);*/
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.materialUploadPopup .detail.button-cont > div:last-child {
    margin-left: 20px;
}

.materialUploadPopup .modal-body h4:before {
    content: '\2713';
    color: green;
    font-size: 34px;
    padding-right: 10px;
}

.materialUploadPopup .modal-body ul {
    font-size: 18px;
}
.materialUploadPopup .modal-body ul li{
    list-style-type: disc;
    margin-top: 15px;
    color: #868686;
    line-height: 24px;
}
.materialUploadPopup .modal-body ul li .btn-link {
    padding: 0;
    text-decoration: underline;
}
.materialUploadPopup .modal-body ul li .red{
    color: red;
    font-weight: 500;
}

#notebookUploadPopup .modal-dialog {
    max-width: 750px;
}
#notebookUploadPopup .modal-body ul{
    width: fit-content;
    text-align: left;
    margin: 0 auto;
}
#notebookUploadPopup .modal-body h1{
    padding: 0 30px;
}

#notebookUploadMobilePopup .detail.button-cont {
    align-items: center;
}

/****** end free try ***********/

#addMaterialGeneralPopup .modal-dialog {
    max-width: 750px;
}
#addMaterialGeneralPopup .row.second div:nth-child(2) {
    border-left: 1px solid;
}
#addMaterialGeneralPopup .button-tools{
    margin-top: 20px;
}
#addMaterialGeneralPopup h5{
    font-weight: 400;
}
#addMaterialGeneralPopup .detail {
    padding: 35px !important;
}
/********** tabbed popup ***************/

#addMaterialGeneralTabbedPopup .modal-body {
    padding: 0 !important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
#addMaterialGeneralTabbedPopup .modal-body .row {
    margin: 0;
}

#addMaterialGeneralTabbedPopup .modal-body header {
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

#addMaterialGeneralTabbedPopup .modal-body header h2{
    margin-top: 13px;
    margin-bottom: 0px;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #1d2530;
    display: none;
}
#addMaterialGeneralTabbedPopup .modal-body header h2 p{
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0;
    color: #6c7c93;
}

#addMaterialGeneralTabbedPopup.start .modal-body header h2.start,
#addMaterialGeneralTabbedPopup.add-material-1-tab:not(.add-material-form) .modal-body header h2.add-material-1-tab,
#addMaterialGeneralTabbedPopup.add-material-2-tab:not(.add-material-form) .modal-body header h2.add-material-2-tab,
#addMaterialGeneralTabbedPopup.add-material-form.form-4 .modal-body header h2.add-material-form-4,
#addMaterialGeneralTabbedPopup.add-material-form.form-5 .modal-body header h2.add-material-form-5,
#addMaterialGeneralTabbedPopup.add-material-form.form-6 .modal-body header h2.add-material-form-6,
#addMaterialGeneralTabbedPopup.add-material-form.form-7 .modal-body header h2.add-material-form-7,
#addMaterialGeneralTabbedPopup.add-material-form.form-8 .modal-body header h2.add-material-form-8
{
    display: block;
}

#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop .remove {
    display: none;
    position: absolute;
    width: auto;
    padding: 5px;
    z-index: 2;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop.added .remove {
    display: block
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop.added h2,
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop.added h5,
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop.added h6,
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop.added figure {
    display: none;
}


#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs {
    border-bottom: none;
    width: 100%;
    padding: 10px 20px 30px 20px;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs li {
    /*width: 25%;*/
    width: 33%;
    margin-top: 0;
    padding: 0 8px;
    /*height: 100%;*/

    /*border: 1px solid #989898;*/
    /*height: 175px;*/
    /*padding: 12px;*/
    /*order-radius: 10px 10px 0 0;*/
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs.vertical li {
    width: 100%;
    margin-top: 20px;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs:has(.active) {
    /*padding-bottom: 1px;*/
    border-bottom: 1px solid #989898;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs:has(.active) li a {
    height: 70px;
    transition-duration: 1s;
    transition-property: all;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs:has(.active) li h6{
    display: none;
}
#addMaterialGeneralTabbedPopup .tab-back-link.tab-close {
    display: flex;
    font-size: 18px;
    line-height: 24px;
    width: fit-content;
}
#addMaterialGeneralTabbedPopup .tab-back-link.tab-close span{
    margin-left: 10px;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs li.active a {
    border-bottom: none;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    height: 85px;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs li a{
    /*height: 101%;*/

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ddd;
    height: 220px;
    padding: 2px 20px;
    border-radius: 10px;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs li a figure {
    margin-right: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff0ea;
    color: #ff6b31;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs li a figure svg{
    vertical-align: middle;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs li a:hover {
    border-color: #ff6b31;
    text-decoration: none;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs.vertical li a{
    height: unset;
    padding: 20px 20px;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs.vertical li a h5{
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin: 5px 0;
    color: #1d2530;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs.vertical li a:hover h5 {
    color: #ff6b31;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs.vertical li a h6{
    font-size: 18px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    margin:0;
    color: #6c7c93;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs:has(.active) li a{
    justify-content: center;
}
#addMaterialGeneralTabbedPopup .modal-body .tab-content {
    position: relative;
}
#addMaterialGeneralTabbedPopup .modal-body .row.mobile-back {
    display: none;
}
#addMaterialGeneralTabbedPopup .modal-body .row.mobile-back h6{
    margin: 0;
    font-family: "Inter", sans-serif;
}
#addMaterialGeneralTabbedPopup.import-tab .modal-body .row.mobile-back,
#addMaterialGeneralTabbedPopup.import-objectives-tab .modal-body .row.mobile-back,
#addMaterialGeneralTabbedPopup.search-tab .modal-body .row.mobile-back,
#addMaterialGeneralTabbedPopup.add-material-1-tab .modal-body .row.mobile-back,
#addMaterialGeneralTabbedPopup.add-material-2-tab .modal-body .row.mobile-back
{
    display: block;
}
#addMaterialGeneralTabbedPopup .modal-body .tab-content .close.tab-close{
    top: 5px;
    right: -2px;
    background: none;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs li a h5 {
    font-size: 18px;
    font-weight: 500;
    height: 25%;
}
#addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs:has(.active) li a h5{
    height: 100%;
    /*align-content: center;*/
}
#addMaterialGeneralTabbedPopup .modal-content {
    min-height: 500px;
}
#addMaterialGeneralTabbedPopup .modal-content .tab-content {
    width: 100%;
}
#addMaterialGeneralTabbedPopup .modal-content .tab-content .tab-pane{
    padding-bottom: 20px;
}
#addMaterialGeneralTabbedPopup .modal-content .tab-content .tab-pane .btn-lg {
    border-radius: 10px;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop{
    border: 1px dashed;
    text-align: center;
    background: #faf9f7;
    padding:17px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    cursor: pointer
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop figure {
    color: #ff6b31;
    width: fit-content;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff0ea;
    border-radius: 50px;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop figure svg{
    vertical-align: middle;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop h2 {
    font-family: "Inter", sans-serif;
    color: #1d2530;
    font-size: 22px;
    margin: 15px 0 0 0;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop h5,
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop h6  {
    font-family: "Inter", sans-serif;
    margin:0;
    color: #6c7c93;
    line-height: 35px;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .upload-sumamry-drop h5 {
    font-size: 17px;
    font-weight: 400;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup ul {
    padding: 0;
    font-size: 16px;
    margin-top: 30px;
    color: #6c7c93;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup ul li{
    list-style: none;
    display: flex;
    text-align: left;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup ul li span{
    color: #1d2530;
    font-weight: 600;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup ul li p{
    font-size: 15px;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup ul li figure{
    color: #ff6b31;
    margin-right: 10px;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .bottom-tools{
    flex-direction: column;
    font-family: "Inter", sans-serif;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .bottom-tools select {
    margin-left: 0;
    margin-bottom: 30px;
    border-radius: 10px;
    height: 47px;
    font-family: "Inter", sans-serif;
    background-color: #faf9f7;
    font-size: 15px;
}
#addMaterialGeneralTabbedPopup .modal-content .importPdfPopup button {
    width: 100%;
    border-radius: 10px;
}

/* Full modal overlay */
.modal-content .modal-loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.95);
    z-index: 1055;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.modal-content .modal-loading-overlay .modal-loading-box {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 30px;
}
/*#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload .row div:nth-child(2),*/
/*#addMaterialGeneralTabbedPopup .modal-content .row.search_material > div:nth-child(2) {*/
/*    border-left: 1px solid;*/
/*}*/
#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload h5 {
    text-align: left;
    font-weight: 500;
    font-size: 17px;
}
#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload ol {
    padding-left: inherit;
}
#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload ol li {
    text-align: left;
}
#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload ol li p {
    color: #ff6b31;
    font-weight: 300;
}
#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload .tip{
    font-size: 15px;
}
#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload .detail {
    display: flex;
    flex-direction: column;
    height: 440px;
    justify-content: space-between;
}
#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload .detail:nth-child(1) {
    justify-content: flex-start;
}

#addMaterialGeneralTabbedPopup .modal-content #scan_photo_upload ol li a,
#addMaterialGeneralTabbedPopup .modal-content .add-material-quick {
    text-decoration: underline;
}
#addMaterialGeneralTabbedPopup .modal-content .owl-carousel .owl-stage {
    margin: 0 auto;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material .detail {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material p {
    line-height: 24px;
    font-size: 15px;
    color: #6c7c93;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material h3 {
    display: flex;
    align-items: center;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material h3 span{
    margin-left: 10px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1d2530;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material h3 figure{
    color: #ff6b31;
    width: fit-content;
    padding: 6px;
    background-color: #fff0ea;
    border-radius: 12px;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material h3 figure svg {
    vertical-align: middle;
}
#addMaterialGeneralTabbedPopup .modal-content .isbn-info {
    font-size: 13px;
    position: relative;
    top: 10px;
    font-family: "Inter", sans-serif;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material .flex {
    min-height: 200px;
    justify-content: space-between;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material  .item-wrapper {
    padding: 0;
}

/** round corders of images **/
#addMaterialGeneralTabbedPopup .modal-content .search_material  .item-wrapper .wrapper {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: unset;
    background-color: unset;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material  .item-wrapper .wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 6px;
    border-radius: inherit;
    background: url("/images/design_2026/search-isbn.png") center/cover no-repeat;
    filter: blur(10px);
    z-index: 1;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material  .item-wrapper .wrapper img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    border-radius: inherit;
}
/* end round corders of images **/

#addMaterialGeneralTabbedPopup .modal-content .search_material .btn {
    width: 100%;
}
#addMaterialGeneralTabbedPopup .modal-content .isbn-tip {
    z-index: 2;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material  .image-cover img {
    width: 150px;
}
#addMaterialGeneralTabbedPopup .modal-content .search_material  .isbn-info{
    top: unset;
    color: #1d2530;
    text-decoration: underline;
    font-weight: 500;
}
#addMaterialGeneralTabbedPopup .modal-content .smart_slider  .item-wrapper {
    padding: 0;
}
#addMaterialGeneralTabbedPopup .modal-content .smart_slider  .item-wrapper .wrapper {
    height: 175px;
    width: 150px;
    padding: 12px;
}
/* non slider(owl) items */
#addMaterialGeneralTabbedPopup .modal-content .detail  {
    padding: 0 0 20px 0;
}
#addMaterialGeneralTabbedPopup .modal-content .items  {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper {
    padding: 0;
    position: relative;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .pro-tip {
    position: absolute;
    top: -12px;
    right: -47px;
    font-size: 12px;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper{
    padding: 15px;
    border: 1px solid #ddd;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper:hover {
    cursor: pointer;
    background-color: #ddd;
    border-color: #ff6b31;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper:hover h5 {
    color: #ff6b31;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper .image-cover {
    height: 155px;
    width: 233px;
    margin: 0 auto;
    display: table-cell;
    padding-top: 10px;
}
#addMaterialGeneralTabbedPopup .modal-content  #setup_structure .items  .item-wrapper .wrapper .image-cover {
    width: 379px;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper .image-cover figure {
    padding: 12px;
    border-radius: 10px;
    background-color: #fff0ea;
    width: fit-content;
    margin: 0 auto 12px;
    color: #ff6b31;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper .image-cover figure svg{
    vertical-align: middle;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper h5{
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin: 5px 0;
    color: #1d2530;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper h6{
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #6c7c93;
    margin: 8px 0 0 0;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper h6 a{
    color: #ff6b31;
}
#addMaterialGeneralTabbedPopup .modal-content .items  .item-wrapper .wrapper .isbn-info{
    top: unset;
}

#addMaterialGeneralTabbedPopup .modal-content .pro-tip {
    padding: 3px 10px;
    background-color: #fd4700;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    transform: translateX(-50%);
    white-space: nowrap;
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    top: -5px;
}
#addMaterialGeneralTabbedPopup .modal-content .smart_slider  .item-wrapper .pro-tip {
    top: 0px;
    right: unset;
    padding: 5px;
    left: 50%;
}
#addMaterialGeneralTabbedPopup .modal-content .smart_slider  .item-wrapper .wrapper:hover {
    background-color: #dddddd;
    cursor: pointer;
}
#addMaterialGeneralTabbedPopup .modal-content .smart_slider  .item-wrapper .wrapper .image-cover {
    width: unset;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
#addMaterialGeneralTabbedPopup .modal-content input[name="src_name"] {
    border-radius: 10px;
    height: 47px;
    font-family: "Inter", sans-serif;
    background-color: #faf9f7;
    font-size: 16px;
    color: #6c7c93;
}
#addMaterialGeneralTabbedPopup .modal-content .tip-structure p {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #6c7c93;
}
#addMaterialGeneralTabbedPopup .modal-content .field-title h3 {
    margin: 0px 0 15px 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1d2530;
}
#addMaterialGeneralTabbedPopup .modal-content span.tip {
    color: #ff6b31;
    font-weight: 500;
}
#addMaterialGeneralTabbedPopup .materialUploadPopup .upload-sumamry-drop.added .remove {
    display: block !important;
}

.materialUploadPopup .modal-body .tip-structure ul li {
    margin-top: 10px;
    color: #6c7c93;
    line-height: 24px;
    font-size: 13px;
    padding-left: 0px;
    font-family: "Inter", sans-serif;
}

/*#addMaterialGeneralTabbedPopup  .tab-pane.fade {*/
/*    transition: all 1.2s;*/
/*    transform: translateY(1rem);*/
/*}*/

/*#addMaterialGeneralTabbedPopup .tab-pane.fade.show {*/
/*    transform: translateY(0rem);*/
/*}*/

#addLoMaterialPopup .modal-content .upload-sumamry-drop {
    border: 1px dashed #ff6b31;
    text-align: center;
    background: #faf9f7;
    padding:17px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    cursor: pointer
}
#addLoMaterialPopup .modal-dialog {
    max-width: 750px;
}
#addLoMaterialPopup .modal-content form {
    padding: 20px 60px 40px;
}
#addLoMaterialPopup .modal-content form h2 span{
    color: #ff6b31;
    text-decoration: underline;
}

#addLoMaterialPopup .modal-content form ul {
    padding: 0;
    font-size: 16px;
    margin-top: 15px;
    color: #6c7c93;
}
#addLoMaterialPopup .modal-content form ul li{
    list-style: none;
    display: flex;
    text-align: left;
    margin-top: 0;
    color: #868686;
    line-height: 24px;
}
#addLoMaterialPopup .modal-content .step-2 ul {
    list-style: none;
    padding: 0;
}
#addLoMaterialPopup .modal-content .step-2 ul li{
    display: flex;
    padding: 8px 12px;
}
#addLoMaterialPopup .modal-content .step-2 ul li span{
    flex: 1;
    text-align: left;
    position: relative;
}
#addLoMaterialPopup .modal-content .step-2 ul li span:first-child{
    flex: 2
}


@media (max-width:1350px) {
}

@media (max-width:1200px) {
    .suceed .smart_sec .inner{ padding:0 30px;}
    .suceed .smart_sec .smart{ min-height:352px;}
    .under_list p{ font-size:14px;}
    .already{ margin-bottom:20px;}
    .discount_info{ margin-bottom:30px;}
}

@media (max-width:991px) {
    .us_block_left figure {
        position: relative;
        margin: 0 auto !important;
    }
    #exitIntentPopup .modal-body .text-block p {
        text-align: center;
    }
    #exitIntentPopup .modal-body .text-block p.title {
        font-size: 18px;
    }
    #exitIntentPopup.sale .modal-body .text-block p.title {
        font-size: 18px;
        margin: 15px 0px;
    }

    #exitIntentPopup .easy_link {
        color: #868686;
        text-align: center;
    }
    body.en #exitIntentPopup .easy_link {
        margin-left: inherit;
    }

    #exitIntentPopup .modal-content.ny .us_block_left, #exitIntentPopup .modal-content.ny .dismiss-btn {
        padding-left: inherit;
    }
    #exitIntentPopup .modal-content.ny .text-block p {
        font-weight: 800;
    }
    #exitIntentPopup .modal-content.ny .easy_link {
        color: #fff;
    }
    #exitIntentPopup .modal-content.landing-page .easy_link {
        max-width: none;
        color: gray;
        text-align: center;
    }
    #exitIntentPopup .modal-content.ny .text-block p.title {
        font-size: 25px;
    }

    #exitIntentPopup .modal-content.ny .modal-body {
        padding: 50px 15px 20px 15px;
    }
    #exitIntentPopup .modal-content.ny .text-block {
        text-align: center;
    }

    .good_sec{ padding:40px 0 0 0;}
    .suceed .smart_sec .inner{ padding:0;}
    .good_sec .good_inn{ padding:0;}
    .feature_sec{ padding:40px 0 10px 0;}
    .feature_sec .feature_block{ min-height:439px;}
    .suceed .smart_sec{ padding:40px 0 0 0;}
    .suceed .smart_sec .smart{ min-height:395px;}
    .suceed .oxford_sec.story_sec{ padding:40px 0 10px 0;}
    .suceed .oxford_sec h3{ font-size:14px;}
    .suceed .oxford_sec.story_sec p{ font-size:14px;}
    .suceed .guarantee_sec .inner{ padding:40px 30px;}
    .suceed .guarantee_sec p{ font-size:16px;}
    .suceed .faq_sec h3{ font-size:18px;}
    .suceed .faq_sec .card{ padding:10px;}
    .suceed .faq_sec .card-body{ font-size:14px; line-height:23px; padding:10px 40px 0 0;}
    .suceed .add_block h3{ font-size:16px;}
    .add_block h3 span{ font-size:15px;}

    .good_sec .good_block{ position:relative; height:100%;}
    /*.good_sec [class^="col-"]:nth-child(3) .good_block, .good_sec  > [class*=" col-"]:nth-child(3) .good_block { padding-bottom:0;}
    .good_sec [class^="col-"]:nth-child(4) .good_block, .good_sec  > [class*=" col-"]:nth-child(4) .good_block { padding-bottom:0;}*/
    .feature_sec.feature_sec_2 .feature_block{ min-height:441px;}

    .story_sec{ padding:60px 0 0 0;}
    .suceed .guarantee_sec{ padding:40px 0 0 0;}
    .faster_sec{ padding:0 0 40px 0;}
    .story_sec p{ font-size:14px; line-height:21px;}
    ul.story_list li{ font-size:14px; line-height:21px;}
    .faster_sec .f_block h3{ font-size:16px;}
    .faster_sec .f_block p{ font-size:14px; line-height:21px;}
    .faster_sec .f_block.block_2{ max-width:200px;}
    .faster_sec .f_block.block_3{ max-width:200px; min-height:136px; right:6%;}
    .faster_sec .f_block.block_4{ max-width:180px;}
    .faster_sec .f_block.block_5{ max-width:180px;}
    .faster_sec .inner{ min-height:355px;}
    .faster_sec .f_block.block_1{ top:24%;}
    .faster_sec .f_block.block_6{ bottom:5px;}
    ul.page_info{ margin-bottom:30px;}
    .heart_sec h2{ font-size:24px; margin-bottom:20px;}
    .heart_sec{ padding:90px 0 40px 0;}
    .heart_sec .inner{ padding:30px;}
    .heart_sec .pro_info h3{ font-size:17px; margin-left:0;}
    .heart_sec .pro_info .form-check{ margin-left:0;}
    .custom-control label{ font-size:14px;}
    .heart_sec .btn-block{ padding:0 0 0 15px;}

    /********  23 may  ******/
    .modal-dialog{ padding:0 10px; max-width:100%;}
    .discount .modal-body{ padding:15px;}
    .discount .modal-body .detail{ padding:0;}
    .discount .modal-body h2{ font-size:22px; margin-bottom:10px;}
    .discount .modal-body p{ font-size:14px; line-height:24px; margin-bottom:10px;}
    .enjoy_link{ font-size:14px;}
    .discount .modal-body .form-group label{ font-size:14px;}
    .get_btn{ padding:9px 15px; font-size:13px;}
    .discount .modal-body .form-group .form-control{ width:25%;}
    ul.study_link li{ font-size:14px;}
    .jour_sec h3{ font-size:16px;}
    .jour_sec p{ font-size:14px;}
    .heart_sec.setting{ padding-top:80px;}
    .home_link{ margin:0 0 10px 0;}
    ul.step_list{ margin-bottom:25px;}
    ul.step_list li{ font-size:15px;}
    ul.step_list li.active a{ font-size:16px;}
    ul.step_list li.active span{ width:40px; height:40px; line-height:36px;}
    .heart_sec h2{ font-size:20px;}
    .heart_sec.sign .smart_inn{ padding:0;}

}

@media (max-width:767px) {
    .suceed .home_banner{ padding:30px 5px 30px 5px;}
    .suceed .home_banner .details{ margin-bottom:30px;}
    .suceed .head_video{ padding-bottom:0;}
    .good_sec .good_block.text_left{ text-align:center;}
    .good_sec .good_block.text_left h3:before{ left:50%; margin-left:-8px;}
    .feature_sec .feature_block{ min-height:348px;}
    .feature_sec .feature_block h3{ font-size:15px; margin-bottom:10px;}
    .suceed .smart_sec .smart{ min-height:inherit;}
    .suceed .oxford_sec.story_sec .left_part{ padding:10px 0 0 0;}
    .suceed .oxford_sec.story_sec{ padding:40px 0;}
    .suceed .faq_sec h3{ margin-top:30px;}
    .suceed .faq_sec{ padding-top:10px;}
    .good_sec .good_block{ margin-bottom:15px; height:auto;}
    .feature_sec.feature_sec_2 .feature_block{ min-height:371px;}
    .faster_sec .inner{ min-height:inherit;}
    .faster_sec .inner::before { display:none;}
    .faster_sec .f_block{ width:100%; max-width:100% !important; float:left; position:relative; top:0 !important; left:0 !important; margin-bottom:20px; min-height:inherit !important;}
    .faster_sec{ padding-bottom:20px;}
    .heart_sec h2{ font-size:20px;}
    .heart_sec .pro_info{ margin-bottom:10px;}
    .suceed .smart_sec .smart{ margin-bottom:30px;}
    .suceed .smart_sec .owl-carousel .owl-dots{ position:absolute; bottom:10px;}

    /********  23 may  ******/
    .discount .modal-body{ padding-bottom:30px;}
    .discount .modal-body .detail{ margin-bottom:15px;}
    .discount .modal-body .form-group .form-control{ width:auto;}
    .m_title{ font-size:20px;}
    .save .modal-body p{ font-size:14px;}
    .save .modal-body .mb_block p{ font-size:14px;}
    .save .modal-body{ padding:30px 30px 25px 30px;}
    .us_block h4{ font-size:14px;}
    ul.add_inn li{ font-size:16px; line-height:35px;}
    .us_block.time_block .price_block:nth-child(5){ margin-bottom:15px;}
    .jour_sec ul.us_list li{ font-size:14px;}
    .faster_sec .f_block:before{ content:""; width:1px; height:22px; background:#ff6b31; position:absolute; top:100% !important; left:50% !important;}
    .faster_sec .f_block:after{ width:auto; height:auto; background:none; border:none; content:"\F107"; font-family:'FontAwesome'; font-size:20px !important; color:#ff6b31 !important; position:absolute; bottom:-26px
    !important; left:50% !important; margin-left:-6px; top:auto !important; right:auto !important;}
    .faster_sec .f_block:last-child:after{ display:none;}
    .faster_sec .f_block:last-child:before{ display:none;}
    .save .modal-body .mb_block .trans_btn{ margin-top:10px;}
    .suceed .guarantee_sec p{ margin-bottom:20px;}
    .learn_sec{ text-align:center;}

    .col-md-12 {
        width: 100%;
    }
    .materialUploadPopup .modal-body, #notebookUploadPopup .modal-body {
        padding: 20px !important;
    }
    .materialUploadPopup .modal-body .detail.settings {
        padding: 0 !important;
    }
    .materialUploadPopup .modal-body ul {
        font-size: 15px;
        padding-left: 20px;
    }

    #notebookUploadMobilePopup .modal-body ul li {
        margin-top: 8px;
    }
    #notebookUploadMobilePopup .modal-body .btn-import-summary {
        opacity: 0.8;
    }

    .materialUploadPopup .upload-sumamry-drop.added {
        padding-top: 8px;
        padding-bottom: 8px;
        min-height: 0;
        width: 100%;
    }
    .materialUploadPopup .detail {
        padding: 0px;
        margin-top: 20px;
    }
    .materialUploadPopup .divider {
        width: 100%;
        height: 1px;
        background-color: #444;
    }
    .materialUploadPopup .detail.settings {
        flex-flow: column;
        padding: 0 20px;
    }
    .materialUploadPopup .detail.settings select {
        margin-left: 0px !important;
    }
    .materialUploadPopup .detail.settings select:not(:first-child) {
        margin-top: 10px;
        margin-left: 10px;
    }
    .materialUploadPopup .detail.button-cont {
        flex-flow: column;
        padding: 0px;
    }
    .materialUploadPopup .detail.button-cont > div:last-child {
        margin-left: 0px;
        /*margin-top: 20px;*/
    }
    .materialUploadPopup .detail.settings input[type="text"] {
        width: 100%;
        border: 2px solid;
        font-size: 16px;
        font-style: italic;
    }
    .materialUploadPopup .mt-40, .materialUploadPopup .mt-30 {
        margin-top: 20px !important;
    }
    #exitIntentPopup.free-try .promo-box {
        padding: 5px 10px;
    }
    .notification {
        z-index: 10000;
    }

    /********  free try promo  ******/
    .free-try-promo {
        left: 0;
        padding-left: 120px;
    }

    .free-try-promo h4:before {
        top: 28px;
        left: 50px;
    }

    .page-content.chapter .free-try-promo {
        margin-bottom: 30px;
        padding-left: 120px;
    }

    .page-content .item-content.slp .free-try{
       margin-bottom: 15px;
    }

    #addMaterialGeneralTabbedPopup .modal-dialog {
        padding: 0;
    }
    #addMaterialGeneralTabbedPopup .modal-body header {
        padding: 20px;
    }
    #addMaterialGeneralTabbedPopup .modal-body ul.nav-tabs {
        padding: 10px;
    }
    #addMaterialGeneralTabbedPopup .modal-content .items .item-wrapper {
        width: 100%;
    }
    #addMaterialGeneralTabbedPopup .modal-body header h2 {
        font-size: 24px;
    }
    #addMaterialGeneralTabbedPopup .modal-content .importPdfPopup .bottom-tools select {
        margin-bottom: 15px;
    }
    #addMaterialGeneralTabbedPopup .modal-content .items .item-wrapper .wrapper .image-cover {
        display: block;
    }
    #addMaterialGeneralTabbedPopup .modal-content #setup_structure .items .item-wrapper .wrapper .image-cover {
        width: 100%;
    }

}

@media (max-width:600px) {
    .feature_sec .feature_block{ min-height:inherit;}
    .suceed .package .list_detail{ padding:28px 20px 18px 60px;}
    .suceed .smart_sec .rating{ padding:0;}
    .suceed .oxford_sec.story_sec .sm_detail{ width:220px; margin-left:-110px; bottom:10%;}
    .suceed .guarantee_sec .inner{ padding:30px 20px;}
    .suceed .guarantee_sec p{ font-size:15px; line-height:24px;}
    .suceed .add_block h3 span{ font-size:14px;}
    .feature_sec.feature_sec_2 .feature_block{ min-height:inherit;}
    .suceed .package .ed_info .ed_block::before { top:16px;}
    .suceed .package .ed_info h4{ font-size:14px;}
    .suceed .package .ed_info p strong{ font-size:16px !important;}
    .package .package_info h5{ font-size:16px; clear:both;}
    .suceed .package .package_info .price strong{ font-size:25px;}
    .suceed .get_link{ font-size:14px;}
    .heart_sec h2{ font-size:16px;}
    .heart_sec .inner{ padding:20px;}
    ul.heart_list li{ font-size:15px; line-height:20px;}
    .skip_link{ margin:0 0 15px 0; font-size:15px; display:block;}
    .heart_sec .sign_btn{ float:none;}

    .suceed .smart_sec .owl-carousel .owl-dots{ position:absolute; bottom:20px;}

    /********  23 may  ******/
    .discount .modal-dialog{ padding:0;}
    .discount .modal-body{ padding-bottom:15px;}
    .discount .modal-body .form-group .form-control{ margin:10px 0 25px 0;}
    .discount .modal-body .form-group .invalid-feedback{ bottom:30%; left:0; top:auto;}
    .discount .modal-body .form-group{ margin:0;}
    .save .modal-body{ padding:20px 15px 20px 15px;}
    .m_title{ font-size:17px;}
    .us_block figure{ position:relative; margin-bottom:10px;}
    ul.us_list li{ font-size:14px; padding:5px 0 0 40px;}
    ul.us_list li i{ width:30px; height:30px; line-height:26px; font-size:12px;}
    ul.chapter_list li{ font-size:14px;}
    .trans_btn{ font-size:14px;}
    .sorry_block .detail{ width:100%; margin:0; padding:0; overflow:inherit; display:block;}
    .sorry_block figure{ width:100%; margin-bottom:15px;}
    .sorry_block .add_info{ padding:20px 10px 5px 10px;}
    ul.add_inn li{ font-size:14px; padding:0; text-align:center;}
    ul.add_inn li i{ display:block; position:relative; margin:0 auto;}
    .gray_block .input-group label{ font-size:14px;}
    .gray_block .input-group .form-control{ width:100%;}
    .price_block span{ font-size:14px;}
    ul.chap_list li{ font-size:14px;}
    .us_block .easy_link.mf{ float:none !important; display:block;}
    ul.us_list.bor{ margin-bottom:10px;}
    .free_block{ font-size:14px;}
    .change_btn{ font-size:14px;}
    ul.study_link li{ margin:0 18px 0 0;}
    ul.step_list li{ display:block; text-align:left; margin:0 0 10px 0;}

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
    #addMaterialGeneralTabbedPopup .modal-dialog {
        max-width: 885px;
    }
    #addMaterialGeneralTabbedPopup.import-tab .modal-dialog {
        max-width: 1015px;
    }
    #addMaterialGeneralTabbedPopup.import-objectives-tab .modal-dialog {
        max-width: 550px;
    }
    #addMaterialGeneralTabbedPopup.add-material-form .modal-dialog {
        max-width: 670px;
    }
    #addMaterialGeneralTabbedPopup.add-material-form .modal-dialog .modal-content {
        min-height: unset;
    }
}/**Add user study study profile popup****/
.add-study-profile {
    text-align: center;
}

.add-study-profile .controls {
    /*height: 115px;*/
    height: auto;
    margin-top: 12px;
    text-align: left;
    display: inline-block;
}

.add-study-profile .row {
    margin-top: 5px;
    height: 38px;

    width: 343px;
    margin-bottom: 12px;
}

.add-study-profile .row.last {
    height: 0;
}

.add-study-profile h2 {
    font-weight: 700;
}

.add-study-profile .desc {
    color: #989898;
    font-size: 16px;
}

.add-study-profile .button {
    min-width: 100px;
}

.add-study-profile .buttons-row {
    position: relative;
}

.add-study-profile .row input, .add-study-profile .row .sbHolder, .add-study-profile .row select {
    height: 18px;
    width: 343px;
    padding: 12px;
    font-size: 17px;
    color: #444444;
    line-height: 16px;
    display: block;
}

.add-study-profile .row .sbHolder {
    height: 35px;
    width: 397px;
}

.add-study-profile .row .sbSelector {
    height: 40px;
    width: 380px;
    line-height: 43px;
    text-align: left;
    text-indent: 14px;
}

.add-study-profile .row .sbOptions {
    height: 143px;
    width: 397px;
    text-align: left;
}

.add-study-profile .row .sbToggle {
    top: 7px;
}

.add-study-profile .subtitle {

}

@media (max-width: 768px) {
    .add-study-profile .desc, .add-study-profile h2 {
        display: inline-block;
        width: 340px;
    }


}
/*! Generated by Live LESS Theme Customizer */
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.section-friends-navigation__sections a {
  -webkit-transition: color .1s;
  transition: color .1s;
}
.section-friends-navigation__sections a span {
  display: inline-block;
  vertical-align: middle;
}
.section-friends-navigation__sections .nav-tabs {
  border: none;
}
.section-friends-navigation__sections a.menu-name,
.section-friends-navigation__sections a.menu-name:focus {
  padding: 25px 15px;
  margin-right: 23px;
  border: none;
  color: #999999;
  background: transparent;
}
@media (max-width: 767px) {
  .section-friends-navigation__sections a.menu-name,
  .section-friends-navigation__sections a.menu-name:focus {
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.section-friends-navigation__sections li.active > a.menu-name {
  border: none;
}
.section-friends-navigation__sections li.active > a.menu-name:hover,
.section-friends-navigation__sections li > a.menu-name:hover,
.section-friends-navigation__sections li.active > a.menu-name {
  color: #444444;
  background: none;
  border: none;
  text-shadow: 1px 0 0 #444444;
}
.section-friends-navigation__sections li.active > .menu-name:after,
.section-friends-navigation__sections li.active > .menu-name:focus:after {
  content: "";
  border-bottom: 3px solid #444444;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-friends-navigation__section-tabs a {
  text-transform: uppercase;
}
.section-friends-navigation__submenus ul.dropdown-menu {
  margin-top: 0;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  border-top: none;
  cursor: pointer;
}
.section-friends-navigation__submenus ul.dropdown-menu:after,
.section-friends-navigation__submenus ul.dropdown-menu:before {
  border-style: none;
}
.section-friends-navigation__submenus ul.dropdown-menu a {
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  padding: 15px 12px;
  text-align: left;
}
.section-friends-navigation__submenus a.dropdown-toggle {
  color: #999999;
}
.section-friends-navigation__submenus a.dropdown-toggle:hover,
.section-friends-navigation__submenus a.dropdown-toggle:focus {
  background-color: transparent;
  text-shadow: 1px 0 0 #444444;
  color: #444444;
}
.section-friends-navigation__submenus a.dropdown-toggle:hover .caret,
.section-friends-navigation__submenus a.dropdown-toggle:focus .caret {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -401px;
  width: 10px;
  height: 10px;
}
.section-friends-navigation__submenus .caret {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -441px;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
}
.section-friends-navigation__submenus.open a.dropdown-toggle {
  background-color: transparent;
  color: #444444;
}
.section-friends-navigation__submenus.open .caret {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -401px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-friends-navigation__submenus .event-top-dropdown-toggle-text.active {
  color: #444444;
  text-shadow: 1px 0 0 #444444;
}
.section-friends-navigation__submenus .event-top-dropdown-toggle-text.active + .caret {
  background-image: url(/images/design_2016/sprites/generated-sprites/ico2016_1771240000000.png);
  background-position: -946px -401px;
  width: 10px;
  height: 10px;
}
.section-bottom-border {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}
.settings-section .section-friends-navigation__sections li > a.menu-name {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 365px) {
  .section-friends-navigation__sections .nav-tabs li > a.menu-name {
    margin-right: 12px;
    font-size: 13px;
  }
}

/*# sourceMappingURL=../maps/global.map*/