/*shim for patternlab*/
/*shim for specific elements / sets*/
* {
	box-sizing: unset;
}
.patternlab * {
	box-sizing: border-box;
}
.patternlab .green {
	color: #30bf78;
}

.hide {
	display: inherit !important;
}
.patternlab .hide {
	display: none !important;
}

#back_symbol-accents-container input {
	border: 1px solid #afafaf;
	border-radius: 0;
	color: unset;
	background-color: #ececec;
	-webkit-border-radius: 0;
	font-size: inherit;
	padding: 2px 6px 3px;
}

/*non-PL shims*/
#contact input {
	width: 380px;
}

.slider-container input {
    display: inline-block;
    font-size: unset;
    padding: unset;
}
#tablePagination_rowsPerPage {
    display: inline;
    font-size: unset;
    padding: unset;
    width: unset !important;   
}
#tablePagination_currPage {
	padding: unset;
	font-size: unset;
	display: inline-block;    
}
/*end shim for patternlab*/

/*** reset all elements ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;	
}
html {
	background-color: #fff;
}
body {
	background: #EFEFEF;
	color: #454d53;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	height: 100%;
	line-height: 1.38;
	margin: auto;
	min-width: 1000px;
	width: 100%;	
}
ol, ul {
	list-style: none;
}
a {
	color: #1D95CB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.link {
	color: #5dbaea;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button { 
	border: none;
}

/*** general element ***/
h1 {
	z-index: 1;
}
.divider {
	background: #e9eaea;
	height: 1px;
}
.logged-username a.nested {
    background: url(../../../assets/whiteboard/styles/../images/ui_icons_white.png) no-repeat 67px -14px;;
}
.logged-username a{
	width: 160px;
}
.logged-username a.nested {
	background-position: right -14px;
}
.logged-username a.nested:hover {
	background-position: right 19px;
}
.logged-username span {
	margin-right: 20px;
}

a.nested {
	background: url(../../../assets/whiteboard/styles/../images/arrow.png) no-repeat right 20px;
}
a.nested:hover {
	background-position: right -14px;
}
a.nested.active {
	background-position: right -44px;
}
a.nested.active:hover {
	background-position: right -74px;
}
.top-panel .menu li a.active {
   color: #1D95CB;
}

/*** footer section ***/
.footer {
	background: #fff;
	border-top: 2px solid #f3f3f3;
	width: 100%;
}
.menu-boxes {
	margin: 0 auto 15px;
	overflow: hidden;
	width: 995px;
}
.menu-boxes div {
	border-right: 1px solid #DDD;
    float: left;
    margin-top: 35px;
    padding: 0 20px 0 40px;
    width: 170px;
}
.menu-boxes .signup, 
.menu-boxes .renew_account {
	padding: 0;
	text-align: center;
	width: 280px;
}
.menu-boxes div p {
	color: #636464;
	font-size: 15px;
}
.menu-boxes div ul {
	margin: 12px 0;
}
.footer div ul li {
	padding-bottom: 4px;
}
.menu-boxes .signup p,
.menu-boxes .renew_account p {
	margin: 0 0 25px;	
}
.menu-boxes div.signup a {
	margin: 0 auto;
}
.menu-boxes div.renew_account small {
	color: #7d7d7d;
	display: block;
	font-size: 13px;
	margin: 0 30px 20px 30px;
}
.menu-boxes div.social-panel {
	border: none;
}
.menu-boxes div.social-panel ul li {
	margin-top: 10px;
}
.menu-boxes div.social-panel ul li a {
	background: url(../../../assets/whiteboard/styles/../images/socpanspr.png) no-repeat;
	display: block;
	height: 20px;
	padding-left: 30px;
}
#linkFooterFacebook {
	background-position: 0 0;
}
#linkFooterTwitter {
	background-position: 0 -20px;
}
#linkFooterGooglePlus {
	background-position: 0 -40px;
}
.footer .menu-boxes div.social-panel ul li a.linkedln {
	background-position: 0 -60px;
}
.copyright {
	color: #636464;
	font-size: 13px;
    min-width: 1024px;
    padding: 40px 0;
    text-align: center;
}
.copyright ul li {
	border-left: 1px solid #DDD;
	display: inline;
	padding: 0 10px;
}
.copyright ul li:first-child {
	border-left: none;
}

/*header and footer link style */
.footer .menu-boxes div ul li a, 
.top-block ul li a {
	font-size: 13px;
}

/*** header information ***/
.header {
	background: #fff;
	background-image: linear-gradient(bottom, #fafafa 7%, #fff 99%);
	background-image: -moz-linear-gradient(bottom, #fafafa 7%, #fff 99%);
	background-image: -webkit-linear-gradient(bottom, #fafafa 7%, #fff 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.07, #fafafa),color-stop(0.99, #fff));
	border-bottom: 1px solid #DDD;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
	height: 95px;
	height: auto !important;
	min-height: 95px;
	position: relative;
	z-index: 997;
}
.top-container {
	height: auto !important;
	margin: 0 auto;
	padding-top: 45px;
	width: 993px;
}
.logo {
	float: left;
	margin: -20px 0 0 38px;
}
.top-block {
	float: right;
}
.top-block ul {
	text-align: right;
}
.top-block ul li {
	color: #8f908f;
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
	padding: 4px;
	position: relative;	
}
.top-block ul li.signup a,
.top-block ul li.signup a:hover {
	color: #fff;
}
.top-block .logged-username {
	border: 1px solid transparent;
}
.top-block li:hover .logged-username {
	background-color: #e8e8e8;
	border: 1px #ddd solid;
	border-top-left-radius: 10px;
	width: 150px;	
}
.top-block .logged-username a {
    color: #fff;
	font-size: 12px;
    padding: 14px 20px 9px 9px;
}

.top-block li:hover .logged-username a {
    color: #1D95CB;
}

.top-block li:hover .logged-username a.nested {
    background-image: url(../../../assets/whiteboard/styles/../images/ui_icons.png);
}

.top-block .dashboardLink {
	background: #fdfcfc;
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px 1px #e6e8e9;
	display: none;
	left: -2;
	position: absolute;
	top: 32px;
	width: 170px;
	z-index: 1000;
}
.top-block .dashboardLink li {
	border: 1px solid #f5f4f4;
	display: block;
	text-align: left;
}
.top-block .dashboardLink li:hover {
	background: #f4f6f7;
	box-shadow: inset 1px 1px 1px 1px #e6e8e9;
}
.top-block .dashboardLink a {
	display: block;
	float: none;
	margin-left: 20px;
	padding: 9px 15px 9px 9px;
}
.top-panel {
	clear: right;
	float: right !important;
	height: 48px;
	margin-top: -4px;
}
.top-panel .menu {
	float: left;
}

.top-panel .menu > li{
	-moz-border-image: url(../../../assets/whiteboard/styles/../images/subnav-border.png) 0 4 0 0 stretch; 
	-webkit-border-image: url(../../../assets/whiteboard/styles/../images/subnav-border.png) 0 4 0 0 stretch;
	border-image: url(../../../assets/whiteboard/styles/../images/subnav-border.png) 0 4 0 0 *fill* stretch;
	border-right: 1px solid #DDD; 
    padding-right: 15px;

	float: left;
    font-size: 13px;
    line-height: 45px;
    margin-right: 10px;
    position: relative;
}
.top-panel .menu li a {
	color: #313131;
    display: block;
    height: 48px;
    padding: 0 14px;
}
.top-panel .menu li ul, 
.top-panel .menu li .col_list {
	display: none;	
	position: absolute;
	top: 100%;
	z-index: 2000;
}
.top-panel .menu li .col_list ul {
	border-right: 1px solid #666;
	float: left;
	padding: 10px 0;
	position: static;
	width: 230px;	
}
.top-panel .menu li .col_list ul:last-child {
	border-right: none;
}
.top-panel .menu li ul li {
	float: none;
	margin: 0;
	z-index: 1001;
}
.top-panel ul.menu li .col_list li a {	
	color: #fff;
	height: auto;
	line-height: 1.9;
	padding: 2px 15px 2px 20px;
	position: relative;
	white-space: nowrap;	
	z-index: 2000;
}
.top-panel .menu li li a:hover {
	background-color: #333;
}
.top-panel ul.menu li .col_list {
	background: #060606;
	color: #fff;
  	filter:alpha(opacity=90);
	height: auto;
	margin-left: -200px;
	opacity:0.9;
}
.top-panel .col_list_inner {
	border-width: 1px 2px 2px 2px;
	height: auto;
	overflow: hidden;
	width: 462px;
}
.top-panel .col_list_inner h2{	
	border-bottom: 1px solid #666;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
}
.top-panel ul.menu li:hover ul, 
.top-block ul li:hover ul, 
.top-panel ul.menu li:hover .col_list {
	display: block;
}
.css-arrow {
    border-color: transparent transparent #060606;
    border-style: solid;
    border-width: 20px;
    height: 0;
    left:210px;
    position: absolute;
    top:-28px;
    width: 0;
}

/*** social buttons ***/ 
.top-panel ul.social-buttons {
	background: none;
	height: auto;
	margin-top: 13px;
	width: auto;	
}
.top-panel ul.social-buttons div {
	overflow: hidden; 
}
/*** top search ***/ 
.top-panel form.search {
	float: left;
	height: 48px;	
}
.top-panel form.search ul li {
	float: left;
}
.top-panel form.search input[type="text"] {
    background-image: url(../../../assets/whiteboard/styles/../images/ui_icons.png);
    background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 1px 1px 2px #ccc;
	-moz-box-shadow: inset 1px 1px 2px #ccc;
	box-shadow: inset 1px 1px 2px #ccc;
	color: #8F908F;
	height: 20px;    
    padding: 6px 15px 6px 35px;
}
.top-panel form.search input:focus {
	border: 1px solid #D1D1D1 !important;
	box-shadow: -1px -1px rgba(0, 0, 0, 0.05);
	color: #313131;
}

/*** content types ***/
.content-type1, 
.content-type2, 
.content-type3,
.content-type4 {
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    height: 100%;
    margin: 0 auto 30px;
	position: relative;
    width: 1031px;
}
.content-type1 {
    width: 1070px;
}
.heading {
    background: #F9F8F8;
    border:1px solid #DEDEDE;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;    
    height: auto !important;
    margin-top: 33px;
    min-height: inherit;
    overflow: hidden;
    padding: 15px 25px;
    position: relative;	
}
.heading h1 {
	color: #333;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px white;
}
.main-content {
    border: 1px solid #DDD;
    color: #222;
    font-size: 14px;
    min-height: 560px;
    position: relative;
    overflow: hidden ; 
}
.main-content fieldset {
    margin: 0 0 30px;
    padding: 0 40px 40px;
}
.main-content fieldset:first-child {
	border-bottom: 1px solid #E3E1E1;
}
.main-content h2 {
	clear: both;
    font-size: 16px;
    padding: 0 0 8px;
}

.columnListing{
	display: inline-block;
}
.columnListing .leftSide, 
.columnListing .rightSide {
	float: left;
	min-height: 525px;
	padding: 30px;	   
	position: relative;
    width: 436px;
}
.columnListing .leftSide {
	border-right: 1px solid #DDD;
}
.columnListing .rightSide  .blackScreen {
    background: url(../../../assets/whiteboard/styles/../images/screen.jpg) no-repeat 0 0 transparent;
    height: 194px;
	margin: 15px auto;
    width: 296px;
}
.blackScreen span{
	display: block;
	height: 150px;
    margin: 0 auto;
	padding: 28px 0 0 34px;
    text-indent: -9000%;
    width: 197px;
}
.replace {
    display: block;
    font-size: 1%;
    line-height: 0;
    text-align: left;
    text-indent: -10000em;
}

/*** sidebar ***/ 
.sidebar {
	float: left;
}
.sidebar a {
    color: #222;
    font-size: 13px;
}

/*** breadcrumbs  ***/ 
.breadcrumbs {
	color: #59acbf;
	font-size: 11px;	
}
.breadcrumbs ul {
	padding: 0;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs li a {
	font-size: 11px  !important;
	font-weight: normal !important;
	color: #3a87ad;
}

/*common popup / layover*/
.popup,
.fancybox-wrap {
	background: #fff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0 0px 14px #666;
	-moz-box-shadow: 0 0px 14px #666;
	box-shadow: 0 0px 14px #666;
	font: bold 22px/34px Arial, sans-serif;	
	position: absolute;
	text-align: center;
	width: 645px;
	z-index: 1000;
}
.popup .popup_header, 
.smallPopup .popup_header, 
#flickr_message .popup_header {		
	background: #60d6f5;
	border-bottom: 1px solid #dfdfdf;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #5bcfed;
	color: #fff;
	padding: 30px 85px 30px 55px;
}
.popup .popup_content {
	height: 230px;
	height: auto !important;
	min-height: 230px;
	overflow: hidden;
	padding: 50px 20px 30px 1px;
	text-align: center;
}
.popup .popup_content p {
	color: #929292;
	font-size: 22px;
	margin-bottom: 25px;
}
.popup .popup_content p big {
	color: #ff705d;
	display: block;
	text-transform: uppercase;
}
.popup .popup_close, 
.fancybox-close {
	background: url(../../../assets/whiteboard/styles/../images/icon_close.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 39px;
	position: absolute;
	right: 22px;
	text-indent: -9000%;
	top: 18px;
	width: 39px;	
}
.popup .buttons {
	font-size: 18px;
	font-weight: 500;
}
.popup .buttons span {
	font-weight: 600;
	height: 40px;
	min-width: 82px;
	padding: 11px 30px 0 35px;
	text-align: center;
}
.popup small {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.jqmWindow {
    background-color: #EEE;
    border: 3px solid #333;
    -moz-border-radius:4px; 
    -webkit-border-radius:4px;
	border-radius: 4px; 
    color: #333;
    display: none;
    left: 50%;
    margin-left: -220px;
    padding: 30px 20px;
    position: fixed;
    top: 35%;
    width: 400px;
	z-index: 9999;
}
.jqmWindow p.confirm-text {
    font-size: 15px;
	font-weight: bold;
	margin: 10px auto;
    width: 280px;
}
.jqmWindow div.controls {
    margin: 25px auto;
    width: 320px;
}
.jqmWindow a {
	text-decoration:none; 
	text-transform: uppercase;
}
.jqmWindow a.no {
	margin-left:15px;
}
.jqmWindow a.no span{
	text-shadow: none;
}
.jqmOverlay {
	background: rgba(0, 0, 0, 0.2);
}

/*** rating ***/ 
.rating ul, .rating,
.rating span {
	background: url(../../../assets/whiteboard/styles/../images/rating_matrix.png) repeat-x left 1px;
	display: inline-block;
	height: 20px;
	position: relative;
	text-align: left;
	width: 93px;
}
.percentage {
	background: url(../../../assets/whiteboard/styles/../images/rating_matrix.png) no-repeat 0 -95px;
	height: 19px;
}
.rating ul,
.rating span { 
	background-position: left -94px;
}
.rating ul.rate0,
.rating span.rate0 {
    width: 0px;
}
.rating ul.rate1,
.rating span.rate1 {
	width: 19px;
}
.rating ul.rate2,
.rating span.rate2 {
	width: 38px;
}
.rating ul.rate3,
.rating span.rate3 {
	width: 57px;
}
.rating ul.rate4,
.rating span.rate4 {
	width: 76px;
}
.rating ul.rate5,
.rating span.rate5 {
	width: 95px;
}
ul.rating_action li {
	float:left;
	text-indent: -999em;
}
ul.rating_action li a {
	height: 19px;
	position: absolute;
	top: 0;
	width: 19px;
	z-index: 200;
}
ul.rating_action li.one a {
	left: 0;
}
ul.rating_action li.two a {
	left: 19px;
}
ul.rating_action li.three a {
	left: 38px;
}
ul.rating_action li.four a {
	left: 57px;
}
ul.rating_action li.five a {
	left: 76px;
}
ul.rating_action li a:hover {
	background: url(../../../assets/whiteboard/styles/../images/rating_matrix.png) no-repeat;
	height: 19px;
	left: 0;
	overflow: hidden;
	width: 93px;
	z-index: 2;
}
ul.rating_action li.one a:hover {
    background-position: 0 -18px;
}
ul.rating_action li.two a:hover {
    background-position: 0 -37px;
}
ul.rating_action li.three a:hover {
    background-position: 0 -56px;
}
ul.rating_action li.four a:hover {
    background-position: 0 -75px;
}
ul.rating_action li.five a:hover {
    background-position: 0 -94px;
}
.rating_action .first-rating{
	display: none;
}

/*** captcha elements ***/ 
#recaptcha_widget_div {
	clear: both;
	margin: 15px 0 15px 160px;
}
.recaptcha_theme_red #recaptcha_response_field {
	height: auto;
	left: 0;
}
#recaptcha_widget_div .recaptcha_input_area label {
	line-height: normal;
}
#recaptcha_widget_div .recaptcha_input_area{
	margin-bottom: 0 !important;
}



/*** forms ***/ 
select:focus, 
input:focus, 
textarea:focus  {
    border: 1px solid #02CBF0 !important;
	-webkit-box-shadow: 0 2px 5px #AFE7F3;
	-moz-box-shadow: 0 2px 5px #AFE7F3;
    box-shadow: 0 2px 5px #AFE7F3;
}
.txt{
    -webkit-box-shadow: -1px -1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:  -1px -1px rgba(0, 0, 0, 0.05);
	box-shadow: -1px -1px rgba(0, 0, 0, 0.05);
	color: #3C3C3B; 
	font: 14px "Open Sans",Arial,sans-serif;
    height: 29px;
	padding: 0 10px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    width: 228px;
}
.txt.pr {
	background: #fff url(../../../assets/whiteboard/styles/../images/ico-progress.gif) no-repeat 97% center !important;
}
.txt.av {
	border: 1px solid #468847 !important;
	-webkit-box-shadow: 0 2px 5px #c2d4c4 !important;
	-moz-box-shadow: 0 2px 5px #c2d4c4 !important;
	box-shadow: 0 2px 5px #c2d4c4 !important;
}
.txt.na,  textarea.na {
	border: 1px solid #ff1800 !important;
	-webkit-box-shadow: 0 2px 5px #f5b5b0 !important;
	-moz-box-shadow: 0 2px 5px #f5b5b0 !important;
	box-shadow: 0 2px 5px #f5b5b0 !important;
}
span.av, 
span.na {
	display: block !important;
	float: right;
	width: 400px;
}
span.na {
	color: #ff1800 !important;
}
span.av {
	color: #468847 !important;
}
.short {
    padding: 0 6px;
    width: 44px !important;
}
textarea.txt{
	padding: 5px 10px;
}
.greybg{
 	background: #F5F5F5;
	border: 1px solid #DDD;
}
.yellowbg{
	background: #fffbde;
	border: 1px solid #d8d8d8;
}
.yellowbg:focus {
	border: 1px solid #d8d8d8 !important;
	box-shadow: none;
}
.whitebg{
 	background: #fcfcfc;
	border: 1px solid #d1d1d1;
}
.allRounded {
    border-radius: 4px;
}
.allRounded12{
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.noRoundRight{

    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
}
.allRounded20{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.select_wrap select {
	background: #F5F5F5;
	border: 1px solid #DDD;
	min-width: 60px;
	padding: 2px 0 0 10px;
}
.selectGreyBg,
.selectWhiteBg {
	display: inline;
    margin-right: 10px;
}
.selectGreyBg select, 
.selectWhiteBg select {
	min-width: 60px;
	padding: 3px 0;
}
.selectWhiteBg select {
	background: #fff;
	border: 1px solid #CCC;
}

/*** pagination ***/ 
.pagination {
	border-bottom: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
	font-size: 13px;
	margin: 0 auto 40px;
	overflow: hidden;
	padding: 5px 13px 7px;
	width: 885px;
}
.pagination p {
	float: left;
	margin: 0 5px 0 0 !important;
}
.pagination ul {
	float: right;	
	margin: 0 !important;
}
.pagination li {
	display: inline;
	margin-right: 14px 0;
}
.paginationSep {
	margin: 0 5px;
}
.pagination ul.results-list {
	float: left;
	margin: 0 16px 0 0;
}
.pagination a.active {
    color: #353535;
    font-weight: bold;
}

/*** content type 1 ***/ 
.content-type1 .main-content {
    background: #fff;
	border-top: none;
	padding: 25px 0;
}

/*** content type 2 ***/ 
.content-type2 .main-content {
	background: #fff;
	border-top: none;
}
.content-type2 h1 {
	color: #404040;
    font-size: 36px;
    text-align: center;
}
.content-type2 h1:before {
	background: #d3d3d3;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 1px;
    position: relative;	
    top: 30px;
}

/***table design page ***/ 
.tableDesign .main-content {
	padding: 25px 40px;
}
.tableDesign .steps{
	border-bottom: 1px solid #E3E1E1;
	font-weight: normal;
    margin: 40px 0 20px;
}
.tableDesign table{
	border-collapse: separate !important;
	margin: 40px auto 25px;
	width: 100%;
}
.tableDesign  thead tr {
	background: #f1f1f1;
	background-image: linear-gradient(bottom, #F1F1F1 5%, #fff 77%);
	background-image: -o-linear-gradient(bottom, #F1F1F1 5%, #fff 77%);
	background-image: -moz-linear-gradient(bottom, #F1F1F1 5%, #fff 77%);
	background-image: -webkit-linear-gradient(bottom, #F1F1F1 5%, #fff 77%);
	background-image: -ms-linear-gradient(bottom, #F1F1F1 5%, #fff 77%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #F1F1F1),color-stop(0.77, #fff));
}
.tableDesign th, 
.tableDesign td {	
	border: 1px solid #e3e1e1;
	border-width: 0 1px 1px 0;
	font-size: 12px;
	font-weight: normal;	
	padding: 7px 10px;
	text-align: center;
}
.tableDesign thead td, 
.tableDesign thead th {
	border-top: 1px solid #e3e1e1;
}
.tableDesign thead tr th:first-child {
	border-left: 1px solid #e3e1e1;
	border-radius: 10px 0 0 0;
}
.tableDesign thead th:last-child {
	border-radius: 0 10px 0 0;
}
.tableDesign th.rank{
	width: 70px;
}
.tableDesign tbody td:first-child {
    border-left: 1px solid #E3E1E1;
}
.tableDesign td:nth-child(2){
	text-align: left;
}
.tableDesign tbody tr:nth-child(2n) {
	background-image: linear-gradient(bottom, #F5F5F5 45%, #FBFBFB 92%);
	background-image: -o-linear-gradient(bottom, #F5F5F5 45%, #FBFBFB 92%);
	background-image: -moz-linear-gradient(bottom, #F5F5F5 45%, #FBFBFB 92%);
	background-image: -webkit-linear-gradient(bottom, #F5F5F5 45%, #FBFBFB 92%);
	background-image: -ms-linear-gradient(bottom, #F5F5F5 45%, #FBFBFB 92%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, #F5F5F5),color-stop(0.92, #FBFBFB));
}

/*** form class ***/
.formClass{ 
	margin-top: 40px;
}
.formClass li {
    margin: 0 0 12px;
}
.formClass label {
    display: block;
    float: left;
    line-height: 3.5;
}

/*** sub navigation system ***/ 
.subnavi {	
	background: #F1F1F1;
	background-image: linear-gradient(bottom, #F1F1F1 16%, #fff 92%);
	background-image: -o-linear-gradient(bottom, #F1F1F1 16%, #fff 92%);
	background-image: -moz-linear-gradient(bottom, #F1F1F1 16%, #fff 92%);
	background-image: -webkit-linear-gradient(bottom, #F1F1F1 16%, #fff 92%);
	background-image: -ms-linear-gradient(bottom, #F1F1F1 16%, #fff 92%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.16, #F1F1F1),color-stop(0.92, #fff));
	border-bottom: 1px solid #e3e1e1;
	height: 56px;
	overflow: visible !important;
	padding: 0 !important;
	position: relative;
}
.subnavi li {
	color: #232424;
	display: inline-block;
	float: none !important;
	font-size: 14px;
	height: 72px;
}
.subnavi li.active {
	background: url(../../../assets/whiteboard/styles/../images/subnavi_active.png) no-repeat center 56px;
	font-weight: bold;
}
.subnavi li a {
	border-right: 1px solid #e3e1e1;
	color: #232424 !important;
	display: block;    
	height: 36px;
	margin-left: -4px;
	padding: 19px 30px 0 30px;
	text-align: center;
}
.subnavi li a:hover {
	background: #eee;
	font-weight: bold;
	text-decoration: none;
}

/*** user feedback message ***/ 
.userMessage {
	border-radius: 4px;
	margin: 25px 40px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.userMessage.error {
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
}
.userMessage.success {
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	color: #468847;
}
.userMessage.info {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #3A87AD;
}
.userMessage.warning {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	color: #C09853;
}
.userMessage h3 {
	font-size: 14px;
	margin-bottom: 5px !important;
	text-shadow: 1px 1px #fff;
}
.userMessage ul li {	
	clear: both !important;
	display: inline-block !important;
	font-size: 14px;
	margin: 0;
	text-shadow: 1px 1px #fff;
}
/*** buttons & icons ***/ 
.xsmallBtn {
	font-size: 11px;
    height: 30px;
    padding: 3px 10px;
}
.smallBtn {
	font-size: 11px;
    height: 30px;
    padding: 7px 20px;
}
.mediumBtn {
	font-size: 15px;
    padding: 10px 20px;
}
.biggerBtn {
	font-size: 18px;
    height: 40px;
    padding: 7px 25px 10px;
}

/***** color button styles *****/
.greyBtn {	
	background-color: whiteSmoke;
	background-image: -ms-linear-gradient(top, #FAFAFA, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #E6E6E6);
	background-image: -o-linear-gradient(top, #FAFAFA, #E6E6E6);
	background-image: -moz-linear-gradient(top, #FAFAFA, #E6E6E6);	
	background-image: linear-gradient(top, #FAFAFA, #E6E6E6);
	border: 1px solid #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1),inset 1px 0 0 rgba(255, 255, 255, 0.3),inset -1px 0 0 rgba(255, 255, 255, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.7),0 1px 0 rgba(100, 100, 100, 0.1),0 2px 0 rgba(150, 150, 150, 0.1);	
	color: #333;
	cursor:pointer;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.greyBtn:hover {
	background: #e6e6e6;
	text-decoration: none;
}
.greyBtn:active {
	box-shadow: inset 0.05em 0.15em 0.4em rgba(0,0,0,0.4),inset 0 0 0.2em rgba(255,255,255,0.3),inset 0 1px 2px rgba(0,0,0,0.9);
}
.greenBtn {
	background-color: #7da92a;		
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3cb54), color-stop(50%, #8cb73a), color-stop(50%, #8cb73a), color-stop(100%, #7da92a));
	background-image: -webkit-linear-gradient(left top, left bottom, color-stop(0%, #a3cb54), color-stop(50%, #8cb73a), color-stop(50%, #8cb73a), color-stop(100%, #7da92a));
	background-image: -moz-linear-gradient(top, #a3cb54 0%, #8cb73a 50%, #8cb73a 50%, #7da92a 100%);
	background-image: linear-gradient(top, #a3cb54 0%, #8cb73a 50%, #8cb73a 50%, #7da92a 100%);
	border: 1px solid #6d7e46;
	border-color: #7da92a #a3cb54 #6d7e46;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3),inset 1px 0 0 rgba(255, 255, 255, 0.22),inset -1px 0 0 rgba(255, 255, 255, 0.22),inset 0 1px 0 rgba(255, 255, 255, 0.4),0 1px 0 rgba(100, 100, 100, 0.1),0 2px 0 rgba(150, 150, 150, 0.1);
	color: #fff;	
	cursor:pointer;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.greenBtn:hover {
	background: #a3cb54;
	background: -moz-linear-gradient(top, #7da92a 0%, #8cb73a 50%, #8cb73a 50%, #a3cb54 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7da92a), color-stop(50%, #8cb73a), color-stop(50%, #8cb73a), color-stop(100%, #a3cb54));
	background: linear-gradient(top, #7da92a 0%, #8cb73a 50%, #8cb73a 50%, #a3cb54 100%);
	text-decoration: none;
}
.greenBtn:active {
	box-shadow:inset 0.05em 0.15em 0.4em rgba(0,0,0,0.4),inset 0 0 0.2em rgba(255,255,255,0.3),inset 0 1px 2px rgba(0,0,0,0.9);
}
.redBtn {
	background-color: #d44a0a;		
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f16d52), color-stop(50%, #de5421), color-stop(50%, #de5421), color-stop(100%, #d44a0a));
	background-image: -webkit-linear-gradient(left top, left bottom, color-stop(0%, #f16d52), color-stop(50%, #de5421), color-stop(50%, #de5421), color-stop(100%, #d44a0a));
	background-image: -moz-linear-gradient(top, #f16d52 0%, #de5421 50%, #de5421 50%, #d44a0a 100%);
	background-image: linear-gradient(top, #f16d52 0%, #de5421 50%, #de5421 50%, #d44a0a 100%);
	border: 1px solid #6d7e46;
	border-color: #d44a0a #f16d52 #6d7e46;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3),inset 1px 0 0 rgba(255, 255, 255, 0.22),inset -1px 0 0 rgba(255, 255, 255, 0.22),inset 0 1px 0 rgba(255, 255, 255, 0.4),0 1px 0 rgba(100, 100, 100, 0.1),0 2px 0 rgba(150, 150, 150, 0.1);
	color: #fff;	
	cursor:pointer;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.redBtn:hover {
	background: #f16d52;
	background: -moz-linear-gradient(top, #d44a0a 0%, #de5421 50%, #de5421 50%, #f16d52 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d44a0a), color-stop(50%, #de5421), color-stop(50%, #de5421), color-stop(100%, #f16d52));
	background: linear-gradient(top, #d44a0a 0%, #de5421 50%, #de5421 50%, #f16d52 100%);
}
.redBtn:active {
	box-shadow:inset 0.05em 0.15em 0.4em rgba(0,0,0,0.4),inset 0 0 0.2em rgba(255,255,255,0.3),inset 0 1px 2px rgba(0,0,0,0.9);
}

/*** tabulation system ***/
.tabs {
	margin: 0 0 30px;
	overflow: hidden;
	position: relative;	
}
.tabs dt, 
.tabs dt span{
	background: url(../../../assets/whiteboard/styles/../images/tabs.png) no-repeat;
}
.tabs dt {
	cursor: pointer;
	float: left;
	font-size: 12px;
	height: 30px;
	min-width: 91px;
	text-align: center;	
}
.tabs dt span {
    background-position: right top;
    display: block;
    height: 23px;
    padding: 7px 30px 0 0;
	position: relative;
	right: -31px;
}
.tabs dt.active {
    background-position: left -37px;
    color: #2f1f08;
	cursor: auto;
    font-weight: bold;
	position: relative;
	z-index: 3;	
}
.tabs dt.active span {
    background-position: right -36px;
}
.tabs dd {
	display: none;
	float: right;
	margin: 29px 0 0 -100%;
	position: relative;	
	width: 100%;
	z-index: 2;
}
.tabs dd.active {
	display: block;
}
.tabs .tab-content {	
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 0 10px 10px 10px;
	padding: 25px;
}
.tabs .tab-content p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 20px;
}
.tabs .tab-content p.copy_area {
	background: #ededec;
	padding: 2px 9px;
}
.tabs .tab-content p.file {
	text-align: center;
}
.tabs .tab-content p.file input, 
.tabs .tab-content p input {
	margin: 0;
}
.tabs .tab-content textarea {
	background: #f8f7f7;
	border-radius: 0;
	font: italic bold 13px Arial, sans-serif;
	height: 90px;
	margin-left: -16px;
	padding: 15px;
	width: 780px;
}
.tabs form{
	border: 1px solid #ddd;
}
.tabs .tab_header {	
	background: #fbfbfb;
	box-shadow: 0 2px 2px 1px #f1f0f0;	
	font-size: 18px;
	font-weight: 600;
	padding: 20px 17px;
}

/*** advertisment  ***/ 
.advertBox {
   	margin: 30px auto;
    text-align: center !important;
}
.advertBoxTop {
	padding: 20px 0 20px;
    text-align: center !important;
}
.longerBannerAd {
	height: 70px;
	margin: 0 auto;
	width: 970px;
}
.advertismentBox {
	position: absolute;
    right: 0;
    top: 0;
}
    .advertismentBox.bottom {
        margin-top: 700px;
    }
.skyscraperAd {
    position: absolute;
	right: -165px;
    top: 150px;
}

.squareSideAd {
    position: absolute;
	right: -330px;
    top: 150px;
}
.squaredAd {
    margin: -10px 0 0 0px;
}
.forgotSend {
	float: left;
	margin: 20px;
}
/*** global colors ***/ 
.red {
	color: #ff705d;
    font-weight: 600;
}
.orange {
	color: orange;
    font-weight: 600;
}
.green {
	color: #90bb3f;
    font-weight: 600;
}


/**** pushdown nav **/


/****** sub nav ****/
.subNavSection{
	background: #3a3939;
	background-image: linear-gradient(bottom, #282828 7%, #3a3939 99%);
	background-image: -moz-linear-gradient(bottom, #282828 7%, #3a3939 99%);
	background-image: -webkit-linear-gradient(bottom, #282828 7%, #3a3939 99%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.07, #282828),color-stop(0.99, #3a3939));
	border-top: 3px solid #208cb9;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	display: none;
	position: relative;
}
.subNavSection h2{
	border-bottom: 1px solid #414141;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.subNavSection ul{
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
    vertical-align: top;
    width: 244px;
}
.subNavSection a{
	color: #fff;
}
.subNavSection a:hover{
	color: #1D95CB;
}
.subNavSection div{
	display: none;
	height: auto !important;
    margin: 0 auto;
    padding: 15px 0 15px 80px;
    position: relative;
    width: 993px;
}
/*** social buttons ***/ 
.top-panel ul.social-buttons {
	background: none;
	height: auto;
	margin-top: 13px;
	width: auto;	
}
.top-panel ul.social-buttons div {
	overflow: hidden; 
}
/* Mobile Styles */
/*** terms & privacy pages ***/
body.mobile-body {
    min-width: 100px;
}

.mobile-body .content-type1,
.mobile-body .content-type2,
.mobile-body .content-type3,
.mobile-body .content-type4 {
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    height: 100%;
    margin: 0 auto 5%;
    position: relative;
    width: auto;
}

.mobile-body .heading {
    background: #F9F8F8;
    border:1px solid #DEDEDE;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto !important;
    margin-top: 0px !important;
    min-height: inherit;
    overflow: hidden;
    padding: 1% 2%;
    position: relative;
}
.mobile-body .heading h1 {
    color: #333;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px white;
}

.mobile-body .terms .main-content{
    padding: 4% 4%;
}
.mobile-body .terms h2{
    font-size: 1.2em;
    margin: 1% 0;
}
.mobile-body .terms p {
    font-size: 1.1em;
    margin-bottom: 1em;
}
.mobile-body .terms_listing{
    overflow: hidden;
    padding-left: 3%;
}
.mobile-body .terms_listing li{
    background: url(../../../assets/whiteboard/styles/../images/marker.png) no-repeat left 7px;
    font-size: 1.0em;
    margin-bottom: 1em;
    padding-left: 1%;
}
.top_mobile_promos {
	background: url(../../../assets/whiteboard/styles/../images/mobile.jpg) no-repeat 0px 12px;
	height: 40px;
	margin-left: 10px;
	width: 130px;
}
.top-panel .menu .top_mobile_promos a {
    float: left;
    height: 40px;
    padding: 0;
}
#mobile_android {
	float: right;
}
.top_mobile_promos span {
	margin-left: 20px;
}
.top_mobile_promos a:first-child {
	margin:0 6px 0 18px;
}
.hidden {
    display: none !important;
}


input.green-btn, input.red-btn, button.red-btn,  
button.green-btn {
-webkit-font-smoothing: antialiased !important;
}

input.green-btn:focus {
  border: none !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
    .sign_in .heading{
        height:100px !important;
        padding-top:0px !important;
    }
    .main-content{
        width:1070px !important;
    }
    .columnListing .leftSide{
        width:498px !important;
    }
    #oauth-facebook-btn{
        display:inline-block;
    }
    #oauth-twitter-btn{
        display:inline-block;
    }
    #oauth-google-btn{
        display:inline-block;
    }    
}

.logo{
    margin-left: 12px;
}

.blueBtn {
    background-color: #1a95ce;      
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ca5da), color-stop(50%, #269fd4), color-stop(50%, #269fd4), color-stop(100%, #1a95ce));
    background-image: -webkit-linear-gradient(left top, left bottom, color-stop(0%, #2ca5da), color-stop(50%, #269fd4), color-stop(50%, #269fd4), color-stop(100%, #1a95ce));
    background-image: -moz-linear-gradient(top, #2ca5da 0%, #269fd4 50%, #269fd4 50%, #1a95ce 100%);
    background-image: linear-gradient(top, #2ca5da 0%, #269fd4 50%, #269fd4 50%, #1a95ce 100%);
    border: 1px solid #126996;
    border-color: #2ca5da #269fd4 #1a95ce;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3),inset 1px 0 0 rgba(255, 255, 255, 0.22),inset -1px 0 0 rgba(255, 255, 255, 0.22),inset 0 1px 0 rgba(255, 255, 255, 0.4),0 1px 0 rgba(100, 100, 100, 0.1),0 2px 0 rgba(150, 150, 150, 0.1);
    color: #fff;    
    cursor:pointer;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.blueBtn:hover {
    background: #2ca5da;
    background: -moz-linear-gradient(top, #1a95ce 0%, #269fd4 50%, #269fd4 50%, #2ca5da 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a95ce), color-stop(50%, #269fd4), color-stop(50%, #269fd4), color-stop(100%, #2ca5da));
    background: linear-gradient(top, #1a95ce 0%, #269fd4 50%, #269fd4 50%, #2ca5da 100%);
}
.blueBtn:active {
    box-shadow:inset 0.05em 0.15em 0.4em rgba(0,0,0,0.4),inset 0 0 0.2em rgba(255,255,255,0.3),inset 0 1px 2px rgba(0,0,0,0.9);
}

/*** footer section ***/
.footer .menu-boxes div {
    height: 160px;
}
.copyright a {
    color:#1D95CB;
}
.copyright a:hover {
    color: #6ecaf4;
}

/*header and footer link style */
.footer .menu-boxes div ul li a, 
.top-block ul li a {
    color: #1d95cb;
}
.footer .menu-boxes div ul li a:hover, 
.top-block ul li a:hover {
    color: #6ecaf4;
}

.top-block ul li a.green {
    color: #76a740;
}

.top-block ul li a.green:hover {
    
}

/*** header information ***/
.top-block .sep {
    margin-left: 6px;
    padding-left: 4px;
}
.top-block .logged-username {
    padding: 10px;
}
.top-panel .menu li ul, 
.top-panel .menu li .col_list {
    left: 0;
    min-height: 143px;
}

/*** general element ***/
ul.social-buttons, 
ul.social-buttons li {
    float: left;
}
ul.social-buttons li {
    background: none;
    height: auto;
    width: auto;
}


/*** top search ***/ 
.top-panel form.search {
    margin-top: 8px;    
}
.top-panel form.search input[type="text"] {
    background-position: 10px -52px;
    width: 95px;
}

/*** content types ***/
.columnListing{
    position:relative;
}

/*** content type 2 ***/ 
.content-type2 h1 span {
    background: url(../../../assets/whiteboard/styles/../images/sprites.png) no-repeat scroll #F9F8F8;
    padding: 0 17px 14px 77px;
    position: relative;
}

/*** buttons & icons ***/ 
@media screen and (-webkit-min-device-pixel-ratio:0) { /* for chrome and safari */
    .biggerBtn {
        padding: 8px 25px 10px;
    }
}

.ico_favorite, 
.ico_favorited,
.ico_flag,
.ico_flagged {
    background: url(../../../assets/whiteboard/styles/../images/ico_actions_spr.png) no-repeat;
    display: inline-block;  
    position: relative;
    text-indent: -9000%;
    width: 20px;    
}
.ico_favorite,
.ico_favorited:hover {
    background-position: -3px -32px;
}
.ico_favorited,
.ico_favorite:hover {
    background-position: -3px -4px;
}
.ico_flag,
.ico_flagged:hover {
    background-position: -3px -62px;
}
.ico_flagged,
.ico_flag:hover {
    background-position: -3px -90px;
}

/*** global icons ***/ 

/*** legal & 404 ***/ 

.warning {
    margin: 10px 30px;
}
.app-authorize {
    margin: 10px 30px;
}
.dev-dashboard {
    padding: 20px;
} 
.dev-dashboard h1{
    margin-bottom: 20px;
}
.sitemap .main-content{
    padding: 30px;
}

.sitemap .main-content h2 {
    border-bottom: 1px solid #E3e1e1;
}

.sitemap .main-content div h2 {
    border:none;
    margin:10px 0;
}

.columns>ul{
    display:inline;
    float:left;
    margin-top: 10px;
    width: 240px;
}
.columns>ul>li>a{
    font-weight: 600;
}
.columns ul li ul {
    margin:10px 0 20px 20px;
}

.formClass div {
    margin-bottom: 26px;
    width: 600px;
}
.formClass div.longerTags label{
    width: 100%;
}
.formClass div.longerTags textarea.txt {
    margin-left: 165px;
}

/* new header stylings */
.heading {
    border-bottom: none;
}
.subnavi {
    background: #F9F8F8;
    border: 1px solid #e7e1e1;
    border-bottom: none;
    border-top: none;
    -webkit-box-shadow: -2px -12px 28px -19px #aaa inset;
    -moz-box-shadow: -2px -12px 28px -19px #aaa inset;
    box-shadow: -2px -12px 28px -19px #aaa inset;
    height: 47px;
    overflow: visible !important;
    padding: 0 !important;
    position: relative;
}
.subnavi li.active {
    background: none;
    font-weight: bold;
}
.subnavi li {
    display: inline-block;
    float: none !important;
    font-size: 20px;
    height: 55px;
}
 .subnavi li.active a,  
 .subnavi li.active a:hover  {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
    border: 1px solid #e7e1e1;
    border-bottom: none;
    color: #000 !important;
    cursor:default; 
    height: 38px;
}
.subnavi li a {
    background: #3484a9; /* Old browsers */
    background: -moz-linear-gradient(top,  #64b1d4 0%, #3484a9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64b1d4), color-stop(100%,#3484a9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #64b1d4 0%,#3484a9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #64b1d4 0%,#3484a9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #64b1d4 0%,#3484a9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #64b1d4 0%,#3484a9 100%); /* W3C */
    border: 1px solid #5b9cb9;
    color: #fff !important;
    height: 37px;
    margin-left: 0;
    padding: 8px 30px 0;
}
.subnavi li a:hover {
    background: #569dbd; /* Old browsers */
    background: -moz-linear-gradient(top, #a3dffa 0%, #569dbd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3dffa), color-stop(100%,#569dbd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a3dffa 0%,#569dbd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a3dffa 0%,#569dbd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a3dffa 0%,#569dbd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a3dffa 0%,#569dbd 100%); /* W3C */
    border: 1px solid #5b9cb9;
    color: #fff !important;
    font-weight: 600;
    margin-left: 0;
}
.topRounded{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 600;
}

.active {
    color: black;
}
.multi_table table thead th.headerNoSort span {
    background: none;
    cursor: default;
}
.maintenance {
    background: none repeat scroll 0 0 #184E64;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 9999;
}

.maintenance-container {
    width: 670px;
    margin: 0 auto;
}

.maintenance span {
    text-align: center;
}
.maintenance a {
    color: #fff;
    text-decoration: underline;
}

.maintenance-warning {
    background: url(../../../assets/whiteboard/styles/../images/warning.png) no-repeat 0 center;
    height: 40px;
    width: 30px;
    float: left;
    display: block;
}

#site-notice-modal .modal-header {
    border-bottom: 1px solid #F2F2F2;
    height: 60px;
    width: 512px;
}

#site-notice-modal .modal-header h3 {
    border: none;
    float: left;
    font-size: 24px;
    margin: 0;
    padding: 10px 20px;
}

#site-notice-modal .modal_content .footer {
    border-top: 1px solid #CCCCCC;
    padding: 10px 0 0;
    width: 420px;
}

#site-notice-modal .modal_content {
    min-height: 224px;
    padding: 20px 20px 0;
}

#site-notice-modal .modal_content .modal_actions {
    text-align: center;
    padding: 20px 0;
}

#site-notice-modal .modal_content .modal_actions .btn {
    font-weight: normal;
}

#site-notice-modal .modal_content .modal_actions .modal_accept {
    width: 200px;
    font-weight: 600;
}

#site-notice-modal .modal_content {
    min-height: 224px;
    padding: 20px 20px 0;
}

#site-notice-modal .modal_content p {
    margin: 10px 20px 30px;
}

#site-notice-modal .close_modal {
    color: #1D95CB;
    float: right;
    padding: 19px 8px;
    background: url(/assets/whiteboard/images/cardActions-spr.png) no-repeat 0px 4px;
    background-position: 0px -83px;
    width: 20px;
}

#site-notice-modal .close_modal span {
    float: right;
    margin-right: 30px;
    margin-top: -4px;
}

#site-notice-modal .modal a.close-modal {
    display: none;
}

#choose-session_form {
    margin: 0;
}
#choose-session_form ul {
    float: left;
    margin-left: 30px;
    width: 160px;
}

#choose-session_form .greenBtn {
    margin: 10px 0;
}

/* sso */

#logged {
    margin-top: -14px; 
}
.top-block {
    margin: 8px 4px 0 0;
}
.top-block li:hover .logged-username {
    box-shadow: 2px 2px 1px 0 #ccc;
}
.top-block .dashboardLink {
    box-shadow: 2px 2px 1px 0 #ccc;
}

.site-logos li{    
    display: inline-block;
    float:left;
    height: 35px;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    width: 156px;
}
.site-logos a, .site-logos span {
    color : #fff;
    font: 400 14px "Open Sans",sans-serif;
}

.site-logos {
    margin-left: 70px;
}

#essay-button {
    cursor: pointer;
}

.tab-arrow {
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #6E8390;
    bottom: -12px;
    height: 0;
    right: 65px;
    width: 0;
    position: absolute;
}

.tab-shadow, 
.blue-arrow,
.tab-arrow {
    z-index: 998;
 }

 .tab-shadow {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-right: 26px solid #2A3237;
    border-top: 45px solid rgba(0, 0, 0, 0);
    height: 0;
    left: -26px;
    right: 65px;
    top: 0;
    width: 0;
    position: absolute;
 }

.blue-arrow { 
    background-color: #0d8abd;
    border-radius: 0 0 4px 4px;
    box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.09);
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-left: 30px;
    padding: 8px 10px;
    position: relative;
    top: -40px;
}

.site-logos a img{
    background: #353f45; /* Old browsers */
    padding: 10px 18px 5px;
    text-decoration: none;
}

.blue-arrow a {
    background: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    position:relative;
    text-decoration: none;
}
.site-logos span img{
    background: #6e8390; /* Old browsers */
    background: -moz-linear-gradient(top,  #506471 0%, #6e8390 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e8390), color-stop(100%,#506471)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #506471 0%, #6e8390  100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #506471 0%, #6e8390  100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #506471 0%, #6e8390 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #506471 0%, #6e8390  100%); /* W3C */
    cursor: default;    
    padding: 14px 30px;
}

#linkGlobalNavLoginOption {
    color: #fff;
}
#flashcard-button {
    margin-left: 10px;
}
#global-nav {
    background: #353f45;
}

.logo {
    margin:-30px 0 0 0;
}

.logo a,
h1.logo {
    height: 70px;
    width: 233px;
}


#msg_fce {
    margin: 0 auto;
    position: relative;
    right: 300px;
    text-align: right;
}
#msg_fdb {
    text-align: center;  
}
.callout {
    font-size: 12px;
    font-style: italic;
}

.site-bar {
    height: 45px;
    margin: 0 auto;
    width: 993px;
}

iframe {
    border: none;
}

#facebookShareBtn 
iframe {
overflow: hidden;
}

.latest-topics,
.popular-topics {
    margin-top: 40px;
}

.ad_promo {
    font-style: italic;
    margin-top: 2px;
    text-align: center;
}

.ad_promo a {
    color: #000;
    font-size: 10px;
}

.fc-loading { display: none; text-align: center; }
.fc-loading .message {background: url(../../../assets/whiteboard/styles/../images/loading.gif) no-repeat left center; line-height: 15px; padding-left: 20px; font-size: 13px;}
.sorry-msg {
    background: url(../../../assets/whiteboard/styles/../images/key.png) no-repeat;
    width: 640px;
}

.sorry-msg div{
    height: 100px;
    margin-left: 100px;
}
.toggle-push-right, nav.menu, .toggle-search{
  display: none;
}

#ad_bg {
    cursor: pointer;
    display: inline;
    height: 1200px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 140px;
    width: 100%;
    }


.ad_image {
    background: url(../../../fce/css/../images/adbackground.jpg) no-repeat scroll center 0 #D0C4B4;
    margin: 0 auto;
    overflow: auto;
    padding: 150px 0 0;    
    width: 1296px;
}

.logo a,
h1.logo {
    background: url(../../../fce/css/../images/global_spr.png) no-repeat 0 0;
}    
/***** single sign on ***/


#flashcard-button {
    background: url(../../../fce/css/../images/site_logos-spr.png) no-repeat 10px -44px #6e8390; /* Old browsers */
    background: url(../../../fce/css/../images/site_logos-spr.png) no-repeat 10px -44px, -moz-linear-gradient(top,  #506471 0%, #6e8390 100%); /* FF3.6+ */
    background: url(../../../fce/css/../images/site_logos-spr.png) no-repeat 10px -44px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e8390), color-stop(100%,#506471)); /* Chrome,Safari4+ */
    background: url(../../../fce/css/../images/site_logos-spr.png) no-repeat 10px -44px, -webkit-linear-gradient(top,  #506471 0%, #6e8390  100%); /* Chrome10+,Safari5.1+ */
    background: url(../../../fce/css/../images/site_logos-spr.png) no-repeat 10px -44px, -o-linear-gradient(top,  #506471 0%, #6e8390  100%); /* Opera 11.10+ */
    background: url(../../../fce/css/../images/site_logos-spr.png) no-repeat 10px -44px, -ms-linear-gradient(top,  #506471 0%, #6e8390 100%); /* IE10+ */
    background: url(../../../fce/css/../images/site_logos-spr.png) no-repeat 10px -44px, linear-gradient(to bottom,  #506471 0%, #6e8390  100%); /* W3C */
}

#essay-button {
    background: url(../../../fce/css/../images/site_logos-spr.png) no-repeat 4px -4px #353f45; /* Old browsers */
}

/* end sso */

.site-update {
    color: #FFFFFF;
    display: none;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 993px;
}

/*profile page*/
.robotIcon {
    background: url(../../../fce/css/../images/robotIcon.jpg) no-repeat 10px 10px;
}

/*fc-study css*/


#playBtn div,
#playBtn2 div{
    background: url(../../../fce/css/../images/audioBtn-spr.png) no-repeat 0 0 #fbfbfb;
}


/** legal & 404 ***/
.legal .blackScreen span {
    background: url(../../../fce/css/../images/legal.png) no-repeat center center transparent;
}
.page404 .blackScreen span{
    background: url(../../../fce/css/../images/404.png) no-repeat center center transparent;
}
.blackScreen span{
 background: url(../../../fce/css/../images/faq.png) no-repeat scroll center center transparent;
}

.payment-error {
  color: #9c252d;
  font-style: italic;
  font-size: 12px;
}
.payment-error .payment-error-icon {
  float: left;
}

.payment-error-icon {
  background: transparent url("/fce/images/warning-icon.png") right top no-repeat;
  width: 20px;
  height: 40px;
  margin: 0px 10px;
  display: block;
  float: left;
}

.dashboard-error {
    display: block;
    clear: both;
    padding-top: 20px;
    line-height: 23px;
    font-size: 14px;
}

.dashboard-error a {
    float: none !important;
    color: #9c252d;
    text-decoration: underline;
}




#buttonFooterCreateFlashcards {
    font-weight: 600;
}
#fancybox-overlay {
  background: none repeat scroll 0 0 #000000;
  cursor: auto;
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.fancybox-wrap {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px white;
  box-shadow: 0px 0px 0px white;
  background: transparent;
  font-family: "Open Sans",​Arial,​Verdana,​sans-serif;
}
.fancybox-wrap .fancybox-inner {
  display: inline-block;
  float: left;
  overflow: visible !important;
}
.fancybox-wrap #fancybox-upgrade-content {
  width: 500px;
  height: auto;
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  color: #000000;
  line-height: normal;
  font-weight: normal;
  background: #FFFFFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.fancybox-wrap #fancybox-upgrade-content .close-btn {
  top: 19px;
  right: 24px;
  position: absolute;
  cursor: pointer;
  color: #1D95CB;
}
.fancybox-wrap #fancybox-upgrade-content .close-btn:hover {
  opacity: 0.8;
}
.fancybox-wrap #fancybox-upgrade-content .close-btn:active {
  opacity: 1;
}
.fancybox-wrap #fancybox-upgrade-content .close-btn:after {
  margin-left: 5px;
  vertical-align: middle;
  content: "f";
  font-family: crm-font;
  font-size: 13px;
}
.fancybox-wrap #fancybox-upgrade-content .fancybox-header {
  padding: 16px 0px;
  width: 100%;
  display: inline-block;
  float: left;
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
}
.fancybox-wrap #fancybox-upgrade-content .fancybox-header h3 {
  margin: 0px 0px 0px 20px;
}
.fancybox-wrap #fancybox-upgrade-content .content-top {
  padding: 40px 0px 20px 0px;
  width: 100%;
  display: inline-block;
  float: left;
}
.fancybox-wrap #fancybox-upgrade-content .content-top p {
  margin: 0px 70px 20px 70px;
  text-align: left;
}
.fancybox-wrap #fancybox-upgrade-content .content-top p:first-child {
  font-size: 18px;
}
.fancybox-wrap #fancybox-upgrade-content .content-top p:last-child {
  font-size: 13px;
  opacity: 0.5;
}
.fancybox-wrap #fancybox-upgrade-content .content-bottom {
  padding: 40px 0px;
  width: 100%;
  display: inline-block;
  float: left;
}
.fancybox-wrap #fancybox-upgrade-content .content-bottom .actions button:first-child {
  margin-right: 4px;
}

.no-access {
    display: block !important;
    padding: 65px 180px !important;
}
.no-access div {
    float: left;
}
.no-access p {
    float: center;
    margin: 10px 0 30px;
}

.chegg-ads {
    position: relative;
    right: -330px;
    top: 450px;
}

.footer .nta {width: 995px; margin: 10px auto 0px auto; position: relative;}
.footer .nta span { font-size: 20px; position: relative; top: -25px; margin-right: 25px; }
.footer .nta a { position: relative; top: -25px; }

.footer-essay-link{
    margin: 12px auto 0px auto;
    position: relative;
    padding: 14px;
    font-size: 14px;
    text-align: center;
}

.footer .plus-additional-documents-section{
    font-size: 14px;    
    font-weight: normal ;
    position: relative;
    width:100%
}

.footer .plus-additional-show-more-link{
    margin: 15px auto 20px 0;
    cursor: pointer;
}

.footer .plus-additional-show-more-link strong {
    font-weight: normal;
    font-style: normal;
}

.footer .plus-popular-documents-zippy {    
    width:96%;
}

.footer .plus-popular-documents-zippy ul{
    column-count: 2;
}

.footer .plus-popular-documents-zippy ul,
.footer .plus-popular-documents-zippy ul li{
    float:none;
    list-style: none;
}

.footer .plus-popular-documents-zippy ul li a{
   font-weight: normal;
   font-style: normal;
   color: #1D95CB;
   text-decoration: none;  
}

.footer .plus-popular-documents-zippy ul li a:hover {
    text-decoration: underline;
}@font-face {
  font-family: 'crm-font';
  src: url('/fce/fonts/crm-fonts-webfont.eot');
  src: url('/fce/fonts/crm-fonts-webfont.eot?#iefix') format('embedded-opentype'), url('/fce/fonts/crm-fonts-webfont.ttf') format('truetype'), url('/fce/fonts/crm-fonts-webfont.svg#crm-fonts') format('svg');
  font-weight: normal;
  font-style: normal; }

.all-rounded {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.txt {
  padding: 5px 10px;
  width: 228px;
  height: 29px;
  font: 14px "Open Sans", Arial, sans-serif;
  color: #3C3C3B;
  -webkit-box-shadow: 0px 0px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 0px #FFFFFF;
  box-shadow: 0px 0px 0px #FFFFFF;
  text-shadow: none; }

.greybg {
  background: #FFFFFF;
  border: 1px solid #DDD; }

.main-content fieldset:first-child {
  border: 0px; }

.btn {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  border: 0px;
  opacity: 1;
  font-family: "Open Sans", ​Arial, ​Verdana, ​sans-serif; }
  .btn:hover {
    opacity: 0.7;
    text-decoration: none; }
  .btn:active {
    opacity: 1; }
  .btn.disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn label {
    color: inherit; }
    .btn label:before {
      color: inherit; }

.round-btn {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

.medium-btn {
  width: 200px; }

.small-btn {
  width: 120px; }

.extra-small-btn {
  width: 80px; }
  .extra-small-btn.round-btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }

.thick-btn {
  padding: 12px 0px; }

.thin-btn {
  padding: 8px 0px; }

.extra-thin-btn {
  padding: 4px 0px;
  font-size: 12px; }

.grey-btn {
  background: #dbdbdb;
  color: #393939;
  font-weight: 600; }
  .grey-btn:hover {
    background: #8ABC54;
    color: #FFFFFF; }
  .grey-btn:active {
    background: #8ABC54;
    color: #FFFFFF; }
  .grey-btn.disabled:hover {
    background: #dbdbdb; }
  .grey-btn.disabled:active {
    background: #dbdbdb; }

.green-btn {
  background: #8ABC54;
  color: #FFFFFF;
  font-weight: 600; }
  .green-btn.disabled:hover {
    background: #8ABC54; }
  .green-btn.disabled:active {
    background: #8ABC54; }

.red-btn {
  background: #d44a0a;
  color: #FFFFFF;
  font-weight: 600; }
  .red-btn.disabled:hover {
    background: #d44a0a; }
  .red-btn.disabled:active {
    background: #d44a0a; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

select:focus, input:focus, textarea:focus {
  border: 1px solid #02CBF0 !important;
  -webkit-box-shadow: 0px 0px 0px #FFFFFF !important;
  -moz-box-shadow: 0px 0px 0px #FFFFFF !important;
  box-shadow: 0px 0px 0px #FFFFFF !important; }

div.body > div.footer #buttonFooterCreateFlashcards {
  width: 180px; }
body.fixed {
	overflow: hidden;
	position: fixed;
}

body .mobileRoadblock {
	margin: 0px;
	padding: 0px;
	position: fixed;
	overflow: scroll;
	top: 0px; 
	left: 0px;
	width: 100%; 
	min-height: 100%;
	background: #fff;
	z-index: 9999;
}

body .roadblockContent {
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: visible;
	width: 100%;
	z-index: 5;
	height: auto;
}

body .roadblockContent > a{
	display: block;
}
body .mobileRoadblock img{
	margin: 0px;
	padding: 0px;
}

body .mobileRoadblock .store {
	display: block;
	margin: 6% auto 150px auto;
}

body .mobileRoadblock a.continue {
	text-align: center;
	position:absolute;
	width: 100%;
	color: #63a6ca;
	text-decoration: none;
	display:inline-block;
	bottom: 3%;
	font-size: 1em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	z-index: 10;
}.modal {
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  display: none;
  width: 512px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
  background: url(../../../assets/whiteboard/styles/../images/close.png) no-repeat 0 0;
  display: block;
  height: 30px;
  position: absolute;
  right: -12.5px;
  text-indent: -9999px;
  top: -12.5px;
  width: 30px;
}

.modal-spinner {
  background: url(../../../assets/whiteboard/styles/../images/spinner.gif) #111 no-repeat center center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: none;
  height: 64px;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  position: fixed;
  top: 50%;
  width: 64px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}button {
	-webkit-appearance: none;
    border-radius: 0;
}


/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
nav.menu {
    position: fixed;
    z-index: 20;
    background-color: #4687a3;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 2px -16px 10px #135470 inset;
}
nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu a {
	text-decoration: none;
   // font-weight: 300;
    color: #fff;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.menu a:hover {
	text-decoration: none;
	background-color: #60A1BD;
   // font-weight: 300;
    color: #fff;
}


button.close-menu {
    background-color: #3184a1;
    color: #fff;
}
button.close-menu:focus {
    outline: none
}


nav.push-menu-right {
	//-webkit-transition: all .8s ease-in;
   //transition: all .8s ease-in;
    top: 0;
    width: 260px;
    height: 100%;
}
nav.push-menu-right li {
    display: block;
    text-align: center;
    border-bottom: solid 1px #669cb3;
    //border-top: solid 1px #b5dbe9;
}
nav.push-menu-right li:first-child {
    border-top: none
}
nav.push-menu-right li:last-child {
    border-bottom: none
}
nav.push-menu-right a {

      display: block;
  padding: 20px 10px 20px 40px;
  text-align: left;
  font-size: 18px;
}
nav.push-menu-right button.close-menu {
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #3184a1;
    color: #fff;
}
nav.push-menu-right {
    right: -260px
}
body.pmr-open nav.push-menu-right {
    right: 0;
}

.toggle-menu-right {
	position: absolute;
	right: 0;
	top: 0;
}

.tab-shadow, .blue-arrow, .tab-arrow {
	z-index:2;
}

.header {
	z-index: 1;
}

nav.push-menu-right {

	-webkit-transition: right .8s;
	transition: right .8s;
	z-index: 999;
	right: -260px;
	position: absolute;
}



.toggle-push-right  {
  cursor: pointer;
  float: right;
  background: url('/fce/images/menu-bars.png') no-repeat transparent;
  width: 40px;
  -webkit-background-size: 35px;
  -moz-background-size: 35px;
  background-size: 35px;
  height: 30px;
  margin: -4px 10px;

}

.toggle-push-right span {
	display: none;
}

.body.pmr-open {
	left: -260px;
}


.body {
	position: relative;
	-webkit-transition: left .8s;
	transition: left .8s;
	left: 0;
}

.btn-upgrade {
	background: #8ABC54;
}

nav.menu a.btn-upgrade:hover {
	background: #A4D66E;
}


@media screen and (max-width: 400px) {
	#fC_top_placement_search form ul li input {
		width: 60% !important;
	}
	.fc-basic-search #submit {
		width: 36% !important;
	}

	.search .fc-basic-search ul li {
		display: -moz-deck;
	}
}/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../../../assets/whiteboard/scripts/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../../assets/whiteboard/scripts/select2/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('../../../assets/whiteboard/scripts/select2/select2.png') no-repeat 100% -22px;
    background: url('../../../assets/whiteboard/scripts/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../../assets/whiteboard/scripts/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../assets/whiteboard/scripts/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../assets/whiteboard/scripts/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../../../assets/whiteboard/scripts/select2/select2-spinner.gif') no-repeat 100%;
    background: url('../../../assets/whiteboard/scripts/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../../assets/whiteboard/scripts/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../assets/whiteboard/scripts/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../assets/whiteboard/scripts/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

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

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../../../assets/whiteboard/scripts/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../../../assets/whiteboard/scripts/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin-left: 0;
    margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../../../assets/whiteboard/scripts/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('../../../assets/whiteboard/scripts/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}
.study_content .heading {
    font-size: 12px;
    overflow: visible;
    padding: 13px 20px;
    z-index: 1;
}
.study_content h1 {
    font-weight: 600;
    text-transform: none;
}
.informationBlock {
    display: inline-block;
}

.informationBlock p,
.rating_wrap {
    border-left: 1px solid #999999;
    float: left;
    min-height: 18px;
  	height: auto;
    margin-right: 5px;
    padding-left: 5px;
}
.informationBlock p:first-child {
    border: none;
    padding-left: 0;
}

/*** mini nav ***/
.study_content .subnavi p {
    float: left;
    font-size: 12px;
    height: 36px;
    padding-top: 20px;
    text-align: center;
    width: 20px;
}

/*** main content ***/
.study_content {
    box-shadow: none;
}
.study_content  .main-content {
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    margin: -10px 0 0px;
    padding: 25px 40px 25px 20px;
}
.study_content .main_side {
    float: left;
    font-size: 16px;
    line-height: 1.88;
    margin: 0 54px 0 0;
    width: 558px;
}

 .sidebar h4{
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}
.study_content .sidebar {
    margin-left: 0px;
    width: 340px;
}
.headerOptions {
    background: #f7f7f7;
}

.headerOptions input {
    margin-top: 10px;
}
.headerOptions fieldset > ul {
    left: 5px;
    position: relative;
    top: 6px;
}
.headerOptions .mini_nav li ul {
    top: 25px;
}
.headerOptions fieldset .start_button {
    font-size: 11px;
    padding: 5px;
    position: relative;
    top: 8px;
    float: left;
}
.no-access {
    display: block !important;
    padding: 65px 180px !important;
}
.no-access div {
    float: left;
}
.no-access p {
    float: center;
    margin: 10px 0 30px;
}

#tablePagination_currPage{
    background: none;
    border: none;
    font-weight: bold;
    text-align: center;
    width: 27px;
}
.cardContent {
    cursor: pointer;
}

/*new placement for related essays */
.more_sets {
    float: right;
    height: 100px;
    margin: 4px 20px 0 0;
    width: 300px;
    z-index: 1;
}
.more_sets h2 {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 4px;
    padding: 6px 0;
}
.breadcrumbs, .study_content h1, .informationBlock {
    width: 600px;
}
.more_sets ul.related  li {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: left;
}
.more_sets ul.related a {
    color: #1D95CB !important;
    font-size: 12px;
}
.more_sets ul.related {
    height: 85px;
    margin-bottom: 40px;
    overflow-y: scroll;
    padding-right: 10px;
}
.rightFloat {
    float: right;
    text-align: center;
}

/*** two page elements ***/
.memorize_card,
.test_flashcard ,
.userResults {
    background-image: linear-gradient(bottom, #FFFFFF 97%, #E1E1E1 100%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 97%, #E1E1E1 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 97%, #E1E1E1 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 97%, #E1E1E1 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 97%, #E1E1E1 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.97, #FFFFFF),color-stop(1, #E1E1E1));
    border: 1px solid #e1e1e1;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    margin-bottom: 26px;
    overflow: hidden;
    width: 580px;
}
.memorize_card{
    min-height: 380px;
}
.memorize_card .headerOptions,
.test_flashcard .headerOptions {
    border-bottom: 1px solid #E3E1E1;
    border-top-left-radius:11px;
    border-top-right-radius:11px;
    font-size: 11px;
    min-height: 70px;
}
.memorize_card fieldset,
.test_flashcard  fieldset {
    border: medium none !important;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
}

#memorize_card fieldset, 
.test_flashcard  fieldset {
    float: left;
}
.diagram {
    float: right;
}
.diagram li {
    overflow: hidden;
}
.diagram li p {
    float: left;
    font-size: 11px;
    text-align: right;
    width: 60px;
}
.diagram li span {
    display: inline-block;
    height: 11px;
    margin: 5px 2px 0 10px;
    vertical-align: top;
    width: 50px;
}
.diagram li span span {
    margin: 0;
    text-indent: -999em;
}
.diagram li.correct span span {
    background: #b7dd62;
    background: -moz-linear-gradient(top,  #b7dd62 0%, #97c53f 51%, #87b72e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7dd62), color-stop(51%,#97c53f), color-stop(100%,#87b72e));
    background: -webkit-linear-gradient(top,  #b7dd62 0%,#97c53f 51%,#87b72e 100%);
    background: -o-linear-gradient(top,  #b7dd62 0%,#97c53f 51%,#87b72e 100%);
    background: -ms-linear-gradient(top,  #b7dd62 0%,#97c53f 51%,#87b72e 100%);
    background: linear-gradient(to bottom,  #b7dd62 0%,#97c53f 51%,#87b72e 100%);
}
.diagram li.incorrect span span {
    background: #FF705D;
    background-image: linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -o-linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -moz-linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -webkit-linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -ms-linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.34, #FF705D),color-stop(0.67, #F4A99C));
    border-color: #95736d #de6251 #ff705d;
}
.memorize_card .cardContent {
    margin: 12px 13px;
    min-height: 225px;
    text-align: center;
}

.memorize_card .cardContent p {
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
}
.memorize_card .cardContent p span{
    vertical-align: baseline;
    word-wrap: break-word;
}
#memorize_card .cardAnswerArea,
.memorize_card .flashcardNav {
 overflow: hidden;
}
.memorize_card .cardContent .card p{
    font-weight: normal;
}

.memorize_card .flashcardNav {
    padding: 20px 19px 20px;
}
.memorize_card .cardAnswerArea p {
    font-size: 13px;
    margin: 0 0 5px;
    vertical-align: top;
}
.memorize_card .cardAnswerArea p .userMessage {
    margin: 0 5px;
    padding: 2px 10px;
}
.memorize_card .memorize_input {
    margin: 0 6px 0 0;
    width: 298px;
}
.memorize_card .cardAnswerArea .rightFloat p {
    font-size: 10px;
}
.quantity {
    font-size:30px;
    font-weight: 600;
}
.failed .quantity {
    color: #FF705D;
}
.cardContent, .progress_bar {
    background: #fff;
}

.progress_bar {
    margin: 0 0 10px 18px;
}
.progress_bar span {
    font-size: 10px;
    text-align:center;
}
.progress_bar p {
    background: #fbf8e4;
    background: #F7F7F8;
    background-image: linear-gradient(bottom, #FAFAFA 31%, #F7F7F8 66%);
    background-image: -o-linear-gradient(bottom, #FAFAFA 31%, #F7F7F8 66%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 31%, #F7F7F8 66%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 31%, #F7F7F8 66%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 31%, #F7F7F8 66%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.31, #FAFAFA),color-stop(0.66, #F7F7F8));
    border: 1px solid #ececec;
    display: inline-block;
    height: 17px;
    margin: 0 13px 0 23px;
    position: relative;
    top: 6px;
    width: 359px;
}
.progress_bar p span em{
    padding:4px;
}
.progress_bar p span {
    background: url(../../../assets/whiteboard/styles/../images/progress_bar.png);
    display: block;
    height: 18px;
    position: absolute;
    top: -1px;
    z-index: 1;
}

#flashcardActions li div {
    background: url(../../../assets/whiteboard/styles/../images/memorize-spr.png) no-repeat scroll 0 0 transparent;
    border: none;
    height: 24px;
    margin-left: 20px;
    text-indent: -9999px;
    width: 24px;
}
.flashcardNav #flashcardActions li {
    width: 70px;
}

.flashcardNav #flashcardActions li div {
    margin-left: 22px;
}

#flashcardActions li {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1.2;
    padding: 0;
    position: relative;
    text-align:center;
}

#flashcardActions .fc-read-aloud {
    display: none;
}

#flashcardActions li div.shuffleBtnOn {
    background-position: 0 -24px;
    display: none;
}
#flashcardActions li div.shuffleBtnOff {
    background-position: 0 0;
}
#flashcardActions li div.alphaBtnOn {
    background-position: 0 -72px;
    display: none;
}
#flashcardActions li div.alphaBtnOff {
    background-position: 0 -48px;
}
#flashcardActions li div.soundBtnOn {
    background-position: 0 -120px;
    display: none;
}
#flashcardActions li div.soundBtnOff {
    background-position: 0 -96px;
}
#flashcardActions li div.frontFirstBtnOn {
    background-position: 0 -168px;
    display: none;
}
#flashcardActions li div.frontFirstBtnOff {
    background-position: 0 -144px;
}
#flashcardActions li div.bothSidesBtnOn {
    background-position: 0 -216px;
    display: none;
}
#flashcardActions li div.bothSidesBtnOff {
    background-position: 0 -192px;
}

#flashcardActions li div.readBtnOn {
    background-position: 0 -120px;
    display: none;
}
#flashcardActions li div.readBtnOff {
    background-position: 0 -96px;
}
#flashcardActions {
    float: left;
}
.enableAudio {
    background: url(../../../assets/whiteboard/styles/../images/card_sprite.jpg) no-repeat 0 0;
    height: 21px;
}

.preview_playing {
    background-position: 0 -21px;
}

.tts_btn {
    display: block;
    height: 40px;
    float: left;
    padding: 0px 10px 4px 0;
}

.tts_audio {

    background: url(../../../assets/whiteboard/styles/../images/memorize-spr.png) no-repeat scroll 28px -266px transparent;
    height: 20px;
    width: 80px;
    float: left;
    display: none;
}


input#cardAnswerAreaNext[disabled],
input#cardAnswerAreaNext[disabled]:active,
input#cardAnswerAreaPrev[disabled]:active, 
input#cardAnswerAreaPrev[disabled] {
    color: #ccc;
    cursor: default;
    box-shadow: none;
    background: #eee;
}

.audio-unable{
    background-position: 28px -349px;
}

.audio-active{
    background-position: 28px -286px;
}

.key_style {
    font-weight: 700;
    text-decoration: underline;
}

.front_text {
    text-align: center;
}
.row-audio {
    background: url(../../../assets/whiteboard/styles/../images/memorize-spr.png) no-repeat scroll 0 -309px transparent;
    float: left;
    height:20px;
    width: 20px;
}
.row-audio-playing {
    background: url(../../../assets/whiteboard/styles/../images/memorize-spr.png) no-repeat scroll 0 -328px transparent;
}
.audio-highlight {
    background: #e0f1f9;
}

.audio-loading {

    background: url("../../../assets/whiteboard/styles/../images/loading_save.gif") no-repeat scroll right top #e0f1f9;
}
.audio_status {
    margin-top: 24px;
    color: #1D95CB;
    text-align: center;
}

.study_content .enableAudio {
    display: inline-block;
    float: left;
    width: 18px;
}
.resultsBox {
    box-shadow: 1px 1px 6px #aaa inset;
    font-weight: 600;
    height: 50px;
    margin: 0 auto 20px;
    padding: 10px;
}

.resultsBox p {
    font-size: 16px;
}
.resultsBox .diagram li:first-child {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}
.resultsBox .diagram {
    font-size: 10px;
    text-align: left;
    width: 160px;
}
.resultsBox .diagram p {
    font-size: 10px;
    margin: 0;
}
.resultsBox h4 {
    font-size: 12px;
    font-weight: normal;
}
.blue {
    background-attachment: scroll;
    background-color: #C7E1F0 !important;
    background-clip: border-box;
    background-image: -webkit-linear-gradient(center top , #E1F1FE, #C7E1F0);
    background-image: -moz-linear-gradient(center top , #E1F1FE, #C7E1F0);
    background-image: -o-linear-gradient(center top , #E1F1FE, #C7E1F0);
    background-image: -ms-linear-gradient(center top , #E1F1FE, #C7E1F0);
    background-image: linear-gradient(center top , #E1F1FE, #C7E1F0);
    box-shadow: 2px 2px 6px #ACCCE3 inset !important;
}
.memorize_card button {
    margin: 0;
}
#startGameBtn, #startBtn{
    text-align:center;
}
.selectionNumbers p {
    color: #C8C8C8;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 2px 6px;
    text-transform: uppercase;
}
.selectionNumbers .quantity {
    background: #5ed8f5;
    box-shadow: inset 0 1px 2px 1px #4ca8bd;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    margin: 0 10px 0 0;
    padding: 0 20px;
}
.selectionNumbers .quantity span {
    display: inline-block;
    font-size: 10px;
    line-height: 11px;
    margin: 0 3px;
    position: relative;
    text-align: center;
    text-transform: none;
    top: 1px;
    width: 20px;
}

.sideName {
    font-size: 10px;
margin: 10px 0px 50px;
    text-align: right;
    text-transform: uppercase;
}
.footerBtn p:before,
.totalResultsHeader h2:before {
    background: none repeat scroll 0 0 #D3D3D3;
    border-bottom: 2px solid #FFFFFF;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: 36px;
}
 .totalResultsHeader h2 {
    color: #404040;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    text-transform: none;
    text-shadow: 1px 1px 1px white;
}

.totalResultsHeader h2 span,
.footerBtn p span {
    background: #f7f7f7;
    padding: 8px;
    position: relative;
    z-index: 1;
}
#round h2 span {
    background: #fff;
}
.memorize_card .cardContent .answertf {
    margin: 20px;
    text-align: center;
}
.memorize_card .cardContent .answertf .wrongAnswer {
    background: #ffebe8;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 12px;
}
.memorize_card .cardContent .answertf .rightAnswer {
    background: #f1f1f1;
    font-size: 12px;
    line-height: 16px;
    padding: 12px;
}
.stats {
    font-size: 12px;
    padding: 8px;
    width: 284px;
}
.stats li {
    width: 140px;
}
.stats li p {
    float: left;
    font-size: 11px !important;
    font-weight: normal !important;
    text-align: left;
    width: 60px;
}
.stats li span {
    display: inline-block;
    height: 11px;
    margin: 2px 8px 0 0;
    vertical-align: top;
    width: 50px;
}

.stats #correct_bar {
    background: #b7dd62;
 /* Old browsers */
    background-image: -moz-linear-gradient(top,  #b7dd62 0%, #97c53f 51%, #87b72e 100%);
 /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7dd62), color-stop(51%,#97c53f), color-stop(100%,#87b72e));
 /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  #b7dd62 0%,#97c53f 51%,#87b72e 100%);
 /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #b7dd62 0%,#97c53f 51%,#87b72e 100%);
 /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #b7dd62 0%,#97c53f 51%,#87b72e 100%);
 /* IE10+ */
    background-image: linear-gradient(to bottom,  #b7dd62 0%,#97c53f 51%,#87b72e 100%);
 /* W3C */
}
.stats #incorrect_bar {
    background: #FF705D;
    background-image: linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -o-linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -moz-linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -webkit-linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -ms-linear-gradient(bottom, #FF705D 34%, #F4A99C 67%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.34, #FF705D),color-stop(0.67, #F4A99C));
    border-color: #95736d #de6251 #ff705d;
}
.sorry-msg {
    background: url(../../../assets/whiteboard/styles/../images/key.png) no-repeat;
    width: 640px;
}

.sorry-msg div{
    height: 100px;
    margin-left: 100px;
}

.instructionsBox > ol,
.cram-instruction-box > ol {
    list-style-type: decimal;
}
.instructionsBox > ol > li,
.cram-instruction-box > ol > li {
    font-size: 12px;
}
.instructionsBox ol,
.cram-instruction-box ol  {
    list-style-type: numeric;
}

.instructionsBox,
.cram-instruction-box {
    margin: 56px 20px;
    text-align:left;
}
.instructionsBox h3,
.cram-instruction-box h3{
    font-size: 34px;
    font-weight: 500;
    margin: 0;
}

.instructionsBox .error_msg {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
}

.cardContent>.instructionsBox p{
    
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.memorize_card .cardAnswerArea {
    background: #F0F0F0;
    background-image: linear-gradient(bottom, #DFDFDF 3%, #F0F0F0 12%, #F7F7F7 89%);
    background-image: -o-linear-gradient(bottom, #DFDFDF 3%, #F0F0F0 12%, #F7F7F7 89%);
    background-image: -moz-linear-gradient(bottom, #DFDFDF 3%, #F0F0F0 12%, #F7F7F7 89%);
    background-image: -webkit-linear-gradient(bottom, #DFDFDF 3%, #F0F0F0 12%, #F7F7F7 89%);
    background-image: -ms-linear-gradient(bottom, #DFDFDF 3%, #F0F0F0 12%, #F7F7F7 89%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.03, #DFDFDF),color-stop(0.12, #F0F0F0),color-stop(0.89, #F7F7F7));
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius:8px;
    border-top: 1px solid #E7E7E7;
    min-height: 70px;
    overflow: hidden;
    padding: 20px 14px 10px;
    text-align:center;
    -moz-border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
}

.correct div,
.incorrect div{
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
   border-radius: 4px;
    color: #fff;
    display:none;
    float:left;
    font-size: 10px;
    font-weight: 600;
    margin-left: 10px;
    margin-top:-2px;
   padding: 2px 16px;
    position:absolute;
   text-align:center;
    width: 100px;
}
.correct div{
   background-color: #84AF31;
}

.incorrect div{
   background-color: #FF705D;
}
.disable {
    background:none;
    border: 1px solid rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: none;
    color: #ccc;
    cursor: default;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.disable:hover {
    background:none;
    box-shadow: none;
    cursor: default;
}

.study_content .main-content {
    padding: 25px 20px;
}

#nav-bar li span.activeLink{
    color: #1D95CB;
    cursor: pointer;
}
#nav-bar li span.activeLink:hover{
    text-decoration: underline;
}
.instructionsText,
.cram-instruction-box,
#memorize_card #card,
 .sideName,
.progress_bar,
#playBtn div, 
#playBtn2 div,
.flashcardNav > *,
#memorize_card .totalResultsHeader,
#mark_answer,
#enter_answer,
#hintCardSide {
    display: none;
} @charset "UTF-8";
@font-face {
  font-family: 'crm-font';
  src: url("/fce/fonts/crm-fonts-webfont.eot");
  src: url("/fce/fonts/crm-fonts-webfont.eot?#iefix") format("embedded-opentype"), url("/fce/fonts/crm-fonts-webfont.ttf") format("truetype"), url("/fce/fonts/crm-fonts-webfont.svg#crm-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}

.clearboth {
    clear: both;
    float: none;
}
.subnavi li .newBadge {
  background: #d84100;
  border-radius: 2px;
  color: white !important;
  display: block;
  font-size: 10px;
  height: 13px;
  line-height: 13px;
  position: absolute;
  right: -1px;
  text-align: center;
  top: -6px;
  width: 40px;
  z-index: 10;
}

.subnavi li.active a.gamesTab {
  background: -moz-linear-gradient(top, #f1f1f1 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f1f1 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f1f1 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f1f1 0%, white 100%);
  /* W3C */
  border: 1px solid #e7e1e1;
  border-bottom: none;
  border-bottom: none;
}

.study_content .heading {
  margin-top: 20px;
}

.row-audio {
  cursor: pointer;
}

.playing {
  background-position: 0px -329px;
}

.informationBlock p,
.rating_wrap {
  margin: 0 5px 4px 0;
}

/*** mini nav ***/
.subnavi li {
  width: 142px;
}

/*** main content ***/
.slider p span {
  padding: 0 67px !important;
}

/*** two page elements ***/
#card-wrapper,
.cardContainer,
#memorize_card .cardContent {
  min-height: 210px;
}

#flashcardActions li {
  width: 70px;
}

.resultsBox {
  width: 120px;
}

.resultsBox p {
  margin-top: -16px;
}

.instructionsBox > ol,
.cram-instruction-box > ol {
  list-style-type: decimal;
}

.card-language,
.image-actions,
#import_form,
#symbol-accents,
.smallPopup .helpLink,
#flickr_set,
.sidebar-wrap,
.image-actions .delete-image,
.show_box {
  display: none;
}

.instructionsText,
.instructionsMarker,
.cram-instruction-box,
#memorize_card #card,
.sideName,
.progress_bar,
#playBtn div,
#playBtn2 div,
.flashcardNav > *,
#memorize_card .totalResultsHeader,
#mark_answer,
#enter_answer,
#hintCardSide {
  display: none;
}

.instructionsBox,
.cram-instruction-box {
    position: absolute;
    text-align: left;
    top: 55px;
    left: 35px;
    margin: 0px;
}

.cram-instruction-box {
    top: 20px;
}

.squaredAd {
  margin: 0;
}

#startGameBtn, #startBtn {
  padding: 12px;
  margin: 0 110px;
}

.tts_btn {
    padding: 15px 0px 0px 0px;
}
.tts_audio {
    background-position: 18px -266px;
    width: 60px;
}
.tts_audio .audio_status {
    margin-top: 20px;
    line-height: 20px;
}
#txtFlip {
    margin-top: -30px !important;
}
.memorize_card {
    display: table;
}

.memorize_card .sideName {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 540px;
  padding: 0px;
  margin: 0 0 0 20px;
  height: 50px;
  line-height: 50px;
}
.memorize_card #cardHeader {
    position: absolute;
    display: none;
    width: 540px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    top: 5px;
    text-transform: none;
}
.memorize_card .cardContainer {
    display: table-row;
}

.memorize_card .cardContent {
  padding: 40px 20px 0 20px;
  display: table-cell;
  margin: 0px;
  height: 260px;
  min-height: 260px;
  vertical-align: middle;
  position: relative;
}
.memorize_card .cardContent #hint {
  padding: 0px;
  text-align: left;
}
.memorize_card .cardContent #hint.has-image.image-only {
    text-align: center;
}

.memorize_card .cardContent #hint.has-image #hintText {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
}
.memorize_card .cardContent #hint.has-image.image-only #hintText {
    display: none !important;
}
.memorize_card .cardContent #hint.has-image > p {
  width: 49%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.memorize_card .cardContent #hint.has-image > p img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.memorize_card .cardContent #backCardSide p {
  margin: 0px;
}
.memorize_card .cardContent #backCardSide > p p {
  margin: 0px;
}
.memorize_card .cardContent p {
  line-height: 28px;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  word-wrap: break-word;
}
.memorize_card .cardContent .has-image p {
    display: block;
}
.memorize_card .cardContent .has-alignment,
.memorize_card .cardContent .has-alignment ul,
.memorize_card .cardContent .has-alignment ol,
.memorize_card .cardContent .has-alignment p {
    display: block;
}
.memorize_card .cardContent p span {
  display: inline-block;
  text-align: left;
}
.memorize_card .cardContent .card-side p span {
  display: block;
}
.memorize_card .cardContent p span > p {
  text-align: left;
}
.memorize_card .cardContent p .answer {
  display: block;
  word-wrap: break-word;
  text-align: left;
}
.memorize_card .cardContent p .answer > p {
  text-align: left;
}
.memorize_card .cardContent .instructionsBox p {
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  width: 520px;
}
.memorize_card .cardContent ol {
  list-style: decimal none;
}
.memorize_card .cardContent ul {
  list-style: disc none;
}
.memorize_card .cardContent .font-xs {
  line-height: 25px;
  font-size: 14px;
}
.memorize_card .cardContent .font-s {
  line-height: 28px;
  font-size: 22px;
}
.memorize_card .cardContent .font-m {
  line-height: 37px;
  font-size: 33px;
}
.memorize_card .cardContent .font-l {
  line-height: 44px;
  font-size: 40px;
}
.memorize_card .cardContent .card-side {
  margin: 0px !important;
  width: 100%;
  padding: 20px 0px;
  vertical-align: middle;
  display: inline-block;
}
.memorize_card .cardContent .card-side.has-image > p {
  padding: 0px !important;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  word-wrap: break-word;
}

.memorize_card .cardContent .card-side.has-image > p.has-alignment {
    display: inline-block;
}
.memorize_card .cardContent .card-side.has-image > p.card_image {
    width: 240px;
    line-height: 1px;
    margin-right: 15px !important;
}
.memorize_card .cardContent .card-side.has-image > p.card_text {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
}
.memorize_card .cardContent .card-side.has-image.image-only > p.card_text {
    display: none;
}
.memorize_card .cardContent .card-side.has-image > p span {
    min-width: 280px;
    max-width: 280px;
}

.memorize_card .cardContent .card-side.has-image > p p {
  margin: 0px;
}
.memorize_card .cardContent .card-side.has-image > p.card_text p {
    display: inline;
}
.memorize_card .cardContent .card-side.has-image > p ol, .memorize_card .cardContent .card-side.has-image > p ul {
  margin: 0px;
}
.memorize_card .cardContent .card-side.has-image > p img {
  max-height: 100%;
  max-width: 100%;
}
.memorize_card .cardContent #backCardSide > p {
  text-align: center;
}
.memorize_card .cardContent #backCardSide > p > span > p {
  text-align: left;
}
.memorize_card .cardContent #finishTotalBlock p {
  font-size: 18px;
  line-height: normal;
}
.memorize_card .cardContent #finishTotalBlock .card {
    width: 540px;
    max-width: 540px;
    margin: 0 auto;
    word-wrap: break-word;
}
.memorize_card .cardContent #finishTotalBlock .back {
    display: table-cell;
    max-width: 540px;
}
.memorize_card .cardContent #finishTotalBlock .back .content {
    text-align: center;
    width: 540px;
    max-width: 540px;
}
.memorize_card .cardContent #finishTotalBlock .card div.card_text {
    text-align: left;
    display: inline-block;
}
.memorize_card .cardContent #finishTotalBlock .card .has-image div.card_image {
    width: 240px;
    max-width: 240px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.memorize_card .cardContent #finishTotalBlock .card .has-image div.card_image img {
    width: 100%;
}
.memorize_card .cardContent #finishTotalBlock .card .has-image div.card_text {
    width: 280px;
    max-width: 280px;
    display: inline-block;
    vertical-align: middle;
}
.memorize_card .cardContent .answertf {
    margin: 20px 0;
}
.memorize_card .cardContent .answertf .wrongAnswer {
    width: 540px;
    font-weight: inherit;
    word-wrap: break-word;
    padding: 10px;
}
.memorize_card .cardContent .answertf .wrongAnswer .content {
    width: 540px;
    margin-width: 540px;
}
.memorize_card .cardContent #finishTotalBlock .card .has-alignment div.card_text {
    display: block !important;
}
.memorize_card .cardContent #finishTotalBlock .card .has-image .wrongAnswer div.card_image {
    width: 240px;
    max-width: 240px;
    margin-right: 10px;
}
.memorize_card .cardContent #finishTotalBlock .card .has-image .wrongAnswer div.card_text {
    width: 270px;
    max-width: 270px;
}
.memorize_card .cardContent #finishTotalBlock .card ul, .memorize_card .cardContent #finishTotalBlock .card ol {
  text-align: left;
}
.memorize_card .cardContent #finishTotalBlock .card ul li, .memorize_card .cardContent #finishTotalBlock .card ol li {
  border-bottom: 0px;
}
.memorize_card .cardContent #finishTotalBlock .totalResultsList li {
  line-height: normal;
}
.memorize_card .cardContent #finishBlock > p {
  font-size: 18px;
  text-align: center;
}
.memorize_card .cardContent #finishBlock .resultsBox p {
  margin-top: -4px;
  line-height: normal;
  font-size: 16px;
  text-align: center;
}
.memorize_card .cardContent .leitner-results ol, .memorize_card .cardContent .leitner-results ul {
  list-style: none outside none;
}
.memorize_card .cardContent .leitner-results p {
  line-height: normal;
}
.memorize_card .cardContent .leitner-results .leitner-summary p {
  margin: 2px 0px 6px 0px;
}
.memorize_card .cardContent .resize-handle {
  cursor: se-resize;
  right: 2px;
  bottom: -6px;
  position: absolute;
  display: inline-block;
}
.memorize_card .cardContent .resize-handle:before {
  content: "R";
  font-family: crm-font;
  font-size: 18px;
}
.memorize_card .progress_bar {
  margin: 0 0 10px 18px;
  clear: both;
  height: 40px;
}
.memorize_card .cardAnswerArea #seeAnswerBtn {
  width: 160px;
}

#card, #hint {
  width: 540px;
  display: table-cell;
  margin: 0px !important;
  padding: 20px 0 !important;
}
#card #cardQuestion,
#hint #hintText {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
}
#hint > p.card_image,
#card > p.card_image {
    display: none;
}
#card.has-image > p {
  width: 48%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#card.has-image > p.card_image {
  width: 240px;
  max-width: 240px;
  margin-right: 15px;
}
#card.has-image > p img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#card.has-image #cardQuestion {
  width: 280px;
  max-width: 280px;
}
#card.has-image.image-only #cardQuestion {
  display: none !important;
}

#card.has-image #cardQuestion > p {
  margin: 0px;
}

.flashCardsListing ul.tableDescription {
  padding: 0px 0px 0px 24px;
}

#flashCardsListingTable tbody tr td {
  line-height: 22px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
#flashCardsListingTable tbody tr td.audio {
  padding: 0px !important;
  width: 0px;
  border: 0px;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px white;
  box-shadow: 0px 0px 0px white;
}
#flashCardsListingTable tbody tr td * {
  line-height: 22px;
  font-size: 18px;
}
#flashCardsListingTable tbody tr td .front_text {
  text-align: left;
}
#flashCardsListingTable tbody tr td .back_text {
  text-align: left;
}
#flashCardsListingTable tbody tr td .hint_text {
  text-align: left;
}
#flashCardsListingTable tbody tr td ol {
  list-style: decimal inside none;
}
#flashCardsListingTable tbody tr td ul {
  list-style: disc inside none;
  text-align: left;
  display: inline-block;
}
#flashCardsListingTable tbody tr td li {
  margin: 0px;
  display: list-item;
  list-style-position: inside;
  /*width: 410px;*/
}
#flashCardsListingTable tbody tr td .font-xs {
  line-height: 17px;
  font-size: 12px;
}
#flashCardsListingTable tbody tr td .font-xs * {
  line-height: 17px;
  font-size: 12px;
}
#flashCardsListingTable tbody tr td .font-s {
  line-height: 22px;
  font-size: 18px;
}
#flashCardsListingTable tbody tr td .font-s * {
  line-height: 22px;
  font-size: 18px;
}
#flashCardsListingTable tbody tr td .font-m {
  line-height: 29px;
  font-size: 26px;
}
#flashCardsListingTable tbody tr td .font-m * {
  line-height: 29px;
  font-size: 26px;
}
#flashCardsListingTable tbody tr td .font-l {
  line-height: 38px;
  font-size: 32px;
}
#flashCardsListingTable tbody tr td .font-l * {
  line-height: 38px;
  font-size: 32px;
}
#flashCardsListingTable tbody tr td .ans-content {
  max-width: 450px;
  display: inline-block;
  /* Non standard for webkit */
  word-wrap: normal;
  word-wrap: break-word;
}
#flashCardsListingTable tbody tr td .ans-content > div {
  display: inline-block;
  max-width: 410px;
}
#flashCardsListingTable tbody tr td .ans-content > div > ul,
#flashCardsListingTable tbody tr td .ans-content > div > p {
  text-align: left;
  display: inline-block;
  width: 410px;
  max-width: 410px;
}
#flashCardsListingTable tbody tr td.has-alignment .ans-content {
    display: block;
}
#flashCardsListingTable tbody tr td.has-alignment .ans-content > div > ul,
#flashCardsListingTable tbody tr td.has-alignment .ans-content > div > p {
  text-align: left;
  display: block;
  width: 410px;
  max-width: 410px;
}
#flashCardsListingTable tbody tr td.has-html .ans-content > div {
  width: 100%;
}
#flashCardsListingTable tbody tr td.has-image .ans-content > div {
  display: inline-block;
  vertical-align: middle;
}
#flashCardsListingTable tbody tr td.has-image .ans-content > div.card_image {
  width: 200px;
  max-width: 200px;
  margin-right: 10px;
}
#flashCardsListingTable tbody tr td.has-html .ans-content > div.card_text {
  max-width: 410px;
  text-align: left;
}
#flashCardsListingTable tbody tr td.has-image .ans-content > div.card_text {
  width: 195px;
  max-width: 195px;
}
#flashCardsListingTable tbody tr td.has-image.image-only .ans-content > div.card_text {
    display: none;
}
#flashCardsListingTable tbody tr td.has-image .ans-content > div img {
  max-width: 100%;
  max-height: 100%;
}
#flashCardsListingTable tbody tr td.has-image .ans-content > div > ul,
#flashCardsListingTable tbody tr td.has-image .ans-content > div > p {
  max-width: 195px;
}
.hintCardsIncluded #flashCardsListingTable tbody tr td {
    padding: 10px;
}
.hintCardsIncluded #flashCardsListingTable tbody tr td .ans-content > div.card_text {
  width: 275px;
  max-width: 275px;
  text-align: center;
}
.hintCardsIncluded #flashCardsListingTable tbody tr td.has-image .ans-content > div.card_image {
  width: 133px;
  max-width: 133px;
  margin-right: 5px;
}
.hintCardsIncluded #flashCardsListingTable tbody tr td.has-image .ans-content > div.card_text {
  width: 130px;
  max-width: 130px;
}
.hintCardsIncluded #flashCardsListingTable tbody tr td .ans-content > div > ul,
.hintCardsIncluded #flashCardsListingTable tbody tr td .ans-content > div > p {
  width: 275px;
  max-width: 275px;
}
.hintCardsIncluded #flashCardsListingTable tbody tr td.has-image .ans-content > div > ul,
.hintCardsIncluded #flashCardsListingTable tbody tr td.has-image .ans-content > div > p {
  max-width: 130px;
}
#frontCardSide, #backCardSide {
    word-wrap: break-word;
  display: none;
}

.both-sides #backCardSide {
    border-top: 1px solid #e1e1e1;
}

.headerOptions fieldset .start_button {
  width: 65px;
  padding: 4px 5px 5px 5px;
}
.headerOptions input {
  margin-top: 12px;
}

#enter_answer .btn {
  width: 70px;
}


.subnavi li.active a, 
.subnavi li.active a:hover {
    background: #FFFFFF;
}

.subnavi li a.gamesTab {
  background: #81ab31;
  border: 1px solid #81ab31;
  position: relative;
}

.subnavi li.active a.gamesTab {
    background: #FFFFFF;
}

.subnavi li a.gamesTab:hover {
  background: #92bd41;
  border: 1px solid #92bd41;
}

.subnavi li a.gamesTab:active {
  background: #81ab31;
  border: 1px solid #81ab31;
}

.subnavi li.active a.gamesTab:hover {
  background: #FFFFFF;
}
.subnavi li.active a.gamesTab:active {
  background: #FFFFFF;
}

.subnavi li a {
    padding: 8px 0 0;
    background: #3484a9;
}
.subnavi li a:hover {
    background: #569dbd;
}

.btn-add-folder {
  background: url(/fce/images/folder-sprites.png) no-repeat;
  text-indent: -9999px;
  position: relative;
  width: 35px;
  height: 20px;
  display: inline-block;
}

.btn-add-folder:hover {
  background-position: 0 -22px;
}

.btn-add-folder.active-folder {
  background-position: 0 -44px;
}

#choose-langs-popup {
    width:475px;
}
.modal-content .choose-language {
    padding: 10px 17px;
    height: 400px;
}
#choose-langs-popup h2 {
    color: #000;
}

#choose-langs-popup .modal_header {
    border-bottom: 1px solid #F2F2F2;
    height: 50px;
}

#choose-langs-popup .modal_header h2 {
    border: none;
    float: left;
    font-size: 19px;
    margin: 0;
    padding: 12px 18px;
}

#choose-langs-form .modal-content {
    padding-bottom: 40px;
}

#choose-langs-popup #close_modal span {
    float: right;
    margin-right: 30px;
    margin-top: -4px;
}

.modal-content p.description {
    padding: 13px 32px;
    color: #000;
}

.modal-content .lang-row {
    height: 67px;
    padding: 9px 79px 12px 69px;
}

.modal-content .lang-row label {
    display: block;
    color: #000;
    font-size: 13px;
    padding-bottom: 3px;
}

#choose-langs-form .cancel {
    margin-left: 36px;
    margin-bottom: 25px;
}

.choose-lang-select .select2-choice {
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #393939;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.choose-lang-select .select2-choice .select2-chosen {
  margin: 0 40px 0 15px;
  width: 270px;
  font-size: 12px;
  text-align: left;
  background: #FFFFFF;
}
.choose-lang-select .select2-choice .select2-arrow {
  padding: 0 10px;
  background: #FFFFFF;
  border-left: 1px solid #DDDDDD;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  filter: none !important;
}
.choose-lang-select .select2-choice .select2-arrow b {
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.choose-lang-select.select2-container-active {
  border: 1px solid #02CBF0;
}
.choose-lang-select.select2-container-active .select2-choice {
  outline: 0px;
  -webkit-box-shadow: 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px white;
  box-shadow: 0px 0px 0px white;
}

.choose-lang-select-dropdown {
  font-size: 12px;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px white;
  box-shadow: 0px 0px 0px white;
}

.choose-lang-select-dropdown .select2-result-label {
    padding: 10px;
}

div.audio-not-avail {
    background: #e0f1f9;
    padding: 4px 0px;
    margin-top: 1px;
    font-size: 11px;
    text-transform: uppercase;
    color: #1D95CB;
    text-align: center;
}

div.error-empty-lang {
    display: block;
    background: #f8a89e;
    padding: 4px 0px;
    margin-top: 1px;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

#appPromo {
  display: block !important;
  width: 530px;
  margin: 0 auto;
}

.audio-unable{
    background-position: 20px -349px !important;
}

#appPromo .promo-text {float: left; font-size: 14px;}

#appPromo .promo-text p{ padding: 0; margin: 0; line-height: 1.4;}


#appPromo .promo-buttons { float: left; margin-top: 4px; margin-left: 10px;}

#appPromo .promo-buttons a:nth-child(2) img{ height:46px;width:153px;}

/*** rotating ad ***/
#med_rect_ad {
  height: 290px;
  margin: 0 0 0 -8px;
  width: 330px;
}

/*** keyboard graphics on instructions ***/
span.keygraphic {
  background: url(/assets/whiteboard/images/keyboard-spr.png) no-repeat;
  display: inline-block;
  height: 30px;
  margin: 0 2px;
  text-indent: -9999px;
  width: 32px;
}

span.upkey {
  background-position: 0px -30px;
}

span.downkey {
  background-position: -32px -30px;
}

span.leftkey {
  background-position: 0px 0px;
}

span.rightkey {
  background-position: -32px 0px;
}

span.hkey {
  background-position: 0px -60px;
}

span.akey {
  background-position: -32px -60px;
}

/*** blue action buttons on view page ***/
.blueActionBtn {
  background: #e0f1f9;
  padding: 4px 12px 4px 8px;
}

.blueActionBtn span {
  margin-left: 25px;
}

.action_ico, #close_modal {
  background: url(/assets/whiteboard/images/cardActions-spr.png) no-repeat 0px 4px;
  width: 20px;
}

#editButton .action_ico {
  background-position: 0px 4px;
}

#shareButton .action_ico {
  background-position: 0px -11px;
}

#printButton .action_ico {
  background-position: 0px -27px;
}

#exportButton .action_ico {
  background-position: 0px -44px;
}

#cloneButton .action_ico {
  background-position: 0px -60px;
}

/* modal boxes */
#modal_header {
  border-bottom: 1px solid #F2F2F2;
  height: 60px;
  width: 512px;
}

#modal_header h3 {
  border: none;
  float: left;
  font-size: 24px;
  margin: 0;
  padding: 10px 20px;
}

.modal .userMessage {
  display: none;
}

#close_modal {
  background-position: 0px -86px;
  color: #1D95CB;
  float: right;
  padding: 19px 8px;
}

.confirmation p {
  font-size: 24px;
  text-align: center;
}

.confirmation input {
  width: 150px;
}

.set_public p {
  font-size: 18px;
}

#close_modal span {
  float: right;
  margin-right: 30px;
  margin-top: -4px;
}

.set_public div {
  margin-left: 10px;
}

#makePublicBtn {
  padding: 10px 20px;
}

.disclaimer {
  color: #a1a1a1;
  font-size: 12px;
}

#login_modal input.txt,
#share_set input.txt {
  height: 40px;
  width: 400px;
}

.emailTxt {
  color: #aaa;
  font-style: italic;
}

#forgotBtn {
  font-size: 12px;
}

#signInBtn, #signInBtn_folder {
  width: 110px;
  margin-left: 162px;
}

.as-continue {
  width: 110px;
  margin-left: 154px;
}

.modal_content .footer {
  border-top: 1px solid #CCCCCC;
  padding: 10px 0 0;
  width: 420px;
}

.modal_content {
  min-height: 224px;
  padding: 20px 20px 0;
}

.modal_content p {
  margin: 10px 20px 30px;
}

#shareSendBtn {
  margin-left: 130px;
}

/*flashcard page */
.cardAnswerAreaPrev {
  float: left;
  margin-top: -20px;
}

/*fc page end*/
#cardAnswerAreaPrev {
  float: left;
  -webkit-appearance: none;
}

/******* slider ui *****/
.slider {
  font-size: 14px;
  margin-bottom: 30px;
}

.main-content .slider h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider p span {
  padding: 0 47px;
}

.slider-container {
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  font-size: 12px;
  padding: 10px 18px;
}

#slider-range {
  margin: 10px 0 0;
}

.slider-container input {
  width: 50px;
}

/***** slider control ui css **********/
.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 {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  filter: Alpha(Opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

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

.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1em;
  top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

.ui-slider a {
  background: url(/assets/whiteboard/images/searchdetail-spr.png) 0px -89px no-repeat transparent;
  color: #555555;
  font-weight: normal;
  height: 20px;
  width: 25px;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
}

/****** end slider controls *****/
.tooltip {
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e2eaed));
  background: -webkit-linear-gradient(top, #fefefe 0%, #e2eaed 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #e2eaed 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #e2eaed 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #e2eaed 100%);
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  display: none;
  padding: 4px;
  position: absolute;
  text-align: justify;
  width: 150px;
}

.tooltip div {
  background: url(/assets/whiteboard/images/tooltip-spr.png) no-repeat scroll 0 0 transparent;
}

.cardContent .tooltip div > p {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
  padding: 2px 10px 2px 24px;
}

.cardContent .tooltip div > p span {
  color: #5795ce;
  font-size: 12px;
  font-weight: bold;
}

.flashCardsListing {
  clear: both;
  padding-top: 20px;
}

.flashCardsListing h3 {
  border-bottom: 1px solid #F2F2F2;
  font-size: 16px;
  margin: 0px 0 30px;
  padding-bottom: 6px;
}

.flashCardsListing ul {
  font-size: 13px;
}

.flashCardsListing li {
  display: inline;
  margin-left: 6px;
}

.flashCardsListing .pagination li {
  margin-left: 0;
}

.tableDescription li {
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding-left: 10px;
  width: 440px;
}

.hintCardsIncluded .tableDescription li {
  width: 290px;
}

.flashCardsListingTable {
  border-collapse: inherit;
  border-spacing: 10px 50px;
  font-size: 13px;
  margin: -35px 0 0 -10px;
}

.flashCardsListingTable tbody td {
  border: 1px solid #CCC;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  padding: 10px;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 425px;
  max-width: 425px;
}

.hintCardsIncluded .flashCardsListingTable tbody td {
  width: 275px;
  max-width: 275px;
}

.flashCardsListingTable thead td {
  font-weight: bold;
}

.flashCardsListingTable img {
  display: block;
  margin: 0 auto;
}

.cardSetActions,
.cardAnswerArea #cardAnswerAreaNext {
  float: right;
}

#backCardSide p {
  font-weight: normal;
  margin: 0 12px;
  text-align: center;
}

#cardAnswerAreaNext {
  float: right;
  -webkit-appearance: none;
}

#txtFlip {
  background: url(/assets/whiteboard/images/clickFlip.png) no-repeat center;
  cursor: pointer;
  float: right;
  height: 70px;
  margin-top: -40px;
  padding: 10px 20px 0;
}

#txtFlip > div {
  font-size: 10px;
  margin-top: 40px;
}

.ans-content {
  display: inline-block;
  max-width: 380px;
  text-align: left;
  word-wrap: break-word;
}

/* audio button */
#playBtn,
#playBtn2 {
  cursor: pointer;
  text-align: center;
  text-indent: -9999px;
}

#playBtn div,
#playBtn2 div {
  height: 66px;
  margin: 0px auto;
  width: 90px;
}

#playBtn div.playing, #playBtn2 div.playing {
  background-position: 0px -67px;
  cursor: default;
}

/**** rating in header *****/
ul.rating_action li {
  float: left;
  text-indent: -999em;
}

ul.rating_action li a {
  height: 19px;
  position: absolute;
  top: 0;
  width: 19px;
  z-index: 200;
}

ul.rating_action li.one a {
  left: 0;
}

ul.rating_action li.two a {
  left: 19px;
}

ul.rating_action li.three a {
  left: 38px;
}

ul.rating_action li.four a {
  left: 57px;
}

ul.rating_action li.five a {
  left: 76px;
}

ul.rating_action li a:hover {
  background: url(/assets/whiteboard/images/rating_matrix.png) no-repeat;
  height: 19px;
  left: 0;
  overflow: hidden;
  width: 93px;
  z-index: 2;
}

ul.rating_action li.one a:hover {
  background-position: 0 -18px;
}

ul.rating_action li.two a:hover {
  background-position: 0 -37px;
}

ul.rating_action li.three a:hover {
  background-position: 0 -56px;
}

ul.rating_action li.four a:hover {
  background-position: 0 -75px;
}

ul.rating_action li.five a:hover {
  background-position: 0 -94px;
}

/*** social plugin ***/
#social_share {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  clear: both;
  height: 220px;
  margin: 20px 0 0 -74px;
  padding-top: 19px;
  position: absolute;
  width: 74px;
  z-index: 0;
}

#social_share div p {
  font-size: 10px;
  font-weight: 600;
  height: 50px;
  padding: 0 3px 10px;
  text-align: right;
  text-transform: uppercase;
  width: 67px;
}

/**** new social share layout ***/
#social-tab {
  /* required to avoid jumping */
  left: 450px;
  margin-left: -450px;
  position: absolute;
  width: 280px;
}

#social_share.fixed {
  position: fixed;
  top: 0;
}

#social_share.lrg {
  height: 320px;
}

#social_share.fixed2 {
  position: absolute !important;
}

.third-party-social {
  left: -9000px;
  position: relative;
}

.third-party-social li {
  padding: 6px 0;
}

/***** social share layout *****/
#social-tab ul {
  margin: 12px 15px;
}

.social-links li {
  padding-bottom: 8px;
}

.social-links li a,
.counterBubble {
  background: url(/assets/whiteboard/images/site_social_icons.png) no-repeat 0 -124px;
}

.counterBubble {
  background-position: 0 -240px;
  height: 30px;
  padding: 6px 10px;
  text-align: center;
  width: 40px;
}

.social-links li a {
  display: block;
  height: 36px;
  width: 84px;
}

#facebookShareBtn {
  position: relative;
  z-index: 999;
}

#facebookShareBtn iframe {
  overflow: hidden;
}

#tweetShareBtn iframe {
  width: 56px !important;
}

.social-links .facebook {
  background-position: 0 -152px;
}

.social-links .twitter {
  background-position: 0 -188px;
}

.social-links .g-plusBtn {
  background-position: 0 -224px;
}

/*** global icons ****/
.ico_favorite,
.ico_favorited,
.ico_flag,
.ico_flagged {
  background: url(/assets/whiteboard/images/ico_actions_spr.png) no-repeat;
  display: inline-block;
  height: 20px;
  position: relative;
  text-indent: -9000%;
  width: 20px;
}

.ico_favorite,
.ico_favorited:hover {
  background-position: -3px -32px;
}

.ico_favorited,
.ico_favorite:hover {
  background-position: -3px -4px;
}

.ico_flag,
.ico_flagged:hover {
  background-position: -3px -62px;
}

.ico_flagged,
.ico_flag:hover {
  background-position: -3px -90px;
}

.modal {
  display: none;
}
@font-face {
  font-family: 'crm-font';
  src: url('/fce/fonts/crm-fonts-webfont.eot');
  src: url('/fce/fonts/crm-fonts-webfont.eot?#iefix') format('embedded-opentype'), url('/fce/fonts/crm-fonts-webfont.ttf') format('truetype'), url('/fce/fonts/crm-fonts-webfont.svg#crm-fonts') format('svg');
  font-weight: normal;
  font-style: normal; }

.all-rounded {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.txt {
  padding: 5px 10px;
  width: 228px;
  height: 29px;
  font: 14px "Open Sans", Arial, sans-serif;
  color: #3C3C3B;
  -webkit-box-shadow: 0px 0px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 0px #FFFFFF;
  box-shadow: 0px 0px 0px #FFFFFF;
  text-shadow: none; }

.greybg {
  background: #FFFFFF;
  border: 1px solid #DDD; }

.main-content fieldset:first-child {
  border: 0px; }

.btn {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  border: 0px;
  opacity: 1;
  font-family: "Open Sans", ​Arial, ​Verdana, ​sans-serif; }
  .btn:hover {
    opacity: 0.7;
    text-decoration: none; }
  .btn:active {
    opacity: 1; }
  .btn.disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn label {
    color: inherit; }
    .btn label:before {
      color: inherit; }

.round-btn {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

.medium-btn {
  width: 200px; }

.small-btn {
  width: 120px; }

.extra-small-btn {
  width: 80px; }
  .extra-small-btn.round-btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }

.thick-btn {
  padding: 12px 0px; }

.thin-btn {
  padding: 8px 0px; }

.extra-thin-btn {
  padding: 4px 0px;
  font-size: 12px; }

.grey-btn {
  background: #dbdbdb;
  color: #393939;
  font-weight: 600; }
  .grey-btn:hover {
    background: #8ABC54;
    color: #FFFFFF; }
  .grey-btn:active {
    background: #8ABC54;
    color: #FFFFFF; }
  .grey-btn.disabled:hover {
    background: #dbdbdb; }
  .grey-btn.disabled:active {
    background: #dbdbdb; }

.green-btn {
  background: #8ABC54;
  color: #FFFFFF;
  font-weight: 600; }
  .green-btn.disabled:hover {
    background: #8ABC54; }
  .green-btn.disabled:active {
    background: #8ABC54; }

.red-btn {
  background: #d44a0a;
  color: #FFFFFF;
  font-weight: 600; }
  .red-btn.disabled:hover {
    background: #d44a0a; }
  .red-btn.disabled:active {
    background: #d44a0a; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

select:focus, input:focus, textarea:focus {
  border: 1px solid #02CBF0 !important;
  -webkit-box-shadow: 0px 0px 0px #FFFFFF !important;
  -moz-box-shadow: 0px 0px 0px #FFFFFF !important;
  box-shadow: 0px 0px 0px #FFFFFF !important; }

div.body > div.footer #buttonFooterCreateFlashcards {
  width: 180px; }
.header { z-index: auto !important; }

#modal_header {
  border-bottom: 1px solid #F2F2F2;
  height: 60px;
  width: 512px;
}

#modal_header h3 {
  border: medium none;
  float: left;
  font-size: 18px;
  margin: 0;
  padding: 20px 0 0 20px;
}

#close_modal {
  background: url("/assets/whiteboard/images/cardActions-spr.png") no-repeat 0px -83px;
  color: #1D95CB;
  float: right;
  padding: 19px 8px;
  width: 20px;
}

#close_modal span {
  float: right;
  margin-right: 30px;
  margin-top: -2px;
}

.modal_content {
  padding: 20px;
  min-height: 100%;
}

.modal_content p {
  font-size: 14px;
  margin: 10px 20px 30px;
}

.modal_content li {
  font-size: 14px;
  list-style: disc;
  margin-left: 30px;
}  




.addTable table {
  margin: 20px 0 0;
 
  width: 470px !important;
}
  .addTable thead tr {
    display: table-row;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .addTable tbody tr:nth-child(odd) {
    background:#fbfbfb;;
  }

    .addTable tbody tr.selected:nth-child(odd) {
    background:#c9ddb4;
  }

  .addTable table {
    border-collapse: collapse;
    width: 100%;
  }



  .addTable thead {
      border: none;
      text-align:left;
      display: table-caption;
      float: left;
      width: 100%;
      border: 1px solid #ccc;
      border-bottom: none;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
  }


  .addTable td {
    padding: 10px 20px;
  }

.addTable td:first-child,  
.addTable th:first-child{
  width: 336px;
  border-left: none;
  text-align:left;
}


  .addTable td,
  .addTable th {
    border-left: 1px solid #ccc;
    text-align:center;
  }

  .addTable tr.new, 
  .addTable tr.new:hover {
    display: none;
    background: #d2e8f1 !important;
  }

  .addTable tbody {
      display: block;
      max-height: 300px;
      overflow: auto;
      float: left;
      width: 100%;
      border: 1px solid #ccc;
      border-top: none;
  }


.addTable thead tr td:first-child {
    width: 336px !important;
}

.addTable thead tr td {
    width: 53.5px;
}


.addTable tbody tr.selected {
  background: #d0e4bb;
}

.addTable tbody tr:hover,
 .addTable tbody tr.selected:hover {
  background: #ddeef5;
}

.addTable tbody tr {
    display: table;
    width: 100%;
}




.folder-list {
  display: inline-block;
}
.folder-list li{
  display: inline;
  float: left;
  margin-right: 4px;
  margin-bottom: 10px;
}


.edit-folder-name {
  height: 13px;
  padding: 10px;
  width: 260px;
  font-size: 14px;
  background-color: #eff8fb;
  outline: 0;
  border: 1px solid #d0e6f0;
}

.formActions {
  text-align: center;
  padding: 20px 0;
}

.modal-search {
  background: url(../../../fce/css/../../assets/whiteboard/images/ui_icons.png) no-repeat 6px -58px;
  padding-left: 30px;
  width: 140px;
  float: right;
  height: 24px;
}


.small-icon-btn {
    width: 160px;
}

.icon-folder {
    background: url(/fce/images/folder-sprites.png);
    width: 30px;
    height: 20px;
    background-position: 1px -63px;
    float: left;
    display: block;
}

.addTable thead td {
  font-size: 12px;
font-weight: 800;
}

#addFolderTable_filter {
  margin-top: -30px;
  padding-bottom: 20px;
}



    /* checkbox skin */
.cbSkin {
    width: 28px;
    height: 28px;
    margin: 2px auto;
    position: relative;
}

.cbSkin label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    background:#fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.cbSkin label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 13px;
    height: 7px;
    background: transparent;
    top: 2px;
    left: 1px;
    border: 5px solid #bbb;
  
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.new .cbSkin label {
    background: #56bce5 !important;
}
.addTable tbody tr.new:hover .cbSkin label {
    background: #d0e4bb;
}


.cbSkin label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.cbSkin input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.addTable {
  margin-top: -30px;
}

p.upgrade-modal-msg {
  margin: 0 20px 40px;
}

.blue-btn {
  background: #9dd9f1;
  color:#fff;
}

.folder-info-graphic {
  width: 100px;
  height: 100px;
  display: block;
  z-index: 1000;
  position: absolute;
  background: #2e7f97;
  color: #fff;
  padding: 40px 40px 35px 40px;
  font-size: 12px;
  text-align: center;
  border-radius: 100px;
  top: -200px;
  left: -65px;
  display: none;
}
.folder-info-graphic .arrow-down {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: relative;
  left: -2px;
  top: 63px;
  border-top: 30px solid #2e7f97;
}input#submitTopbtn, 
.fc-basic-search #submit, 
input#loginButton, 
input#submit_join, input[type="submit"] {
	-webkit-appearance: none;
}

@media screen and (max-width: 1000px) {
	.content-type1, .content-type2 {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 640px) {


	.mobile-body .heading {
		border: none;
	}
	.logo a, h1.logo {
		width: 200px;
	}
	.toggle-search {
		background: url(/fce/images/magnify.png) no-repeat center 0px;
		margin-top: -5px;
		padding: 20px;
		float: right;
		display: block;
	}

	.toggle-search.isOpen {
		background-position: center -37px;
	}
	.top-panel form.search input[type="text"] {
		background-position: 10px -52px;
		width: 60%;
		height: 40px;
		float: inherit;
		position: absolute;
		top: 0;
		left: 10px;
		top: 30px;
	}

	#form-top-search input {
		display: none;
	}

	.toggle-push-right,nav.menu  {
		display: block;
	}
	body {
		overflow-x: hidden
	}
	/* global responsive rules */
	* {
		padding: 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	html {
		min-width: 100%;
	}
	
	.content-type2 {

		margin-bottom: 0;
	}

	body, .main-content, .body {
		width: 100%;
		min-width: 100%;
		font-size: 16px;
	}

	/** header  */

	.top-container {
		width: 100%;
	}

	.top-panel ul.menu{
		display: none;
	}

	.site-bar {
		width: 100%;
		display: none;
	}

	.subNavSection div {
		width: 100%;
	}


	/*footer responsive */

	.footer .nta {
		width: 100%;
		display: none;
	}

	.menu-boxes {
		width: 100%;
	}
	.footer .menu-boxes div {
		width: 100%;
		margin-top: 0px;
		padding: 0;
		height: auto;
		text-align: center;
	}
	.footer .menu-boxes div{
		margin-top: 40px;
		border-right: none;
	}

	.copyright {
		width: 100%;
		min-width: 100%;
	}

	.copyright ul li {
		display: block;
	}

	.menu-boxes div.social-panel {
		text-align: left;
	}

	.social-panel li {

		margin: 0 auto;
		width: 100px;
	}

	.menu-boxes div.social-panel p {
		text-align: center;
	}

	.squareSideAd {
		display: none;
	}

	/* end global responsive rules */

	#ad_form input,
	.advertise textarea.txt {
		width: 100%;

	}

	#txtFlip {
		margin-top: -40px;
	}
	#recaptcha_widget_div {
		margin-left: 0;
	}

	input#inputCheckboxEmailACopy {
		display: inline-block;
		width: 30px;
	}

	.advertise .inputLabel {
		width: 100%;
		margin: 0;
	}

	.full-width {
		width: 100%;
	}



}.sections_menu ul {
  display: block;
}
  .subnavi li .newBadge {
    display: none;
  }

  #choose-langs-popup {
    width: 100%;
  }


.tab-menu {
  text-transform: capitalize;
  display: none;
  background-image: none;
}

.blueBtn {
  border: none;
  border-radius: 6px;
}

  .game-thumb,   .game-thumb2 {
    display: none;
  }

/*.sections_menu ul {
  overflow: inherit !important;
  display: block !important;
}*/



@media screen and (max-width: 640px) {
.blueBtn {
  margin-bottom: 20px;

}

#continueBtn {
  margin: 30px 0 0;
}
#choose-langs-form button {
  margin-left: 36px;
  margin-bottom: 25px;
}

.different-search,
.choose-lang-select .select2-choice .select2-chosen,
.modal_content .footer {
  width: 100%;
}

.test_flashcard .headerOptions {
  height: auto;
  display: table;
  width: 100%;
}

.stats li span {
  text-align: left;
}

#startOverBtn2 {
  display: block;
  margin: 0 auto 20px;
}

a.blueBtn:hover {
  text-decoration: none;
}

.totalResultsList li {
  display: block;
  text-align: center;
}

  .memorize_card, .test_flashcard, 
  .userResults, .study_content h1,
  .study_content .main_side,
  .memorize_card .cardContent .instructionsBox p,
  .pagination,.breadcrumbs, 
  .informationBlock,.study_content .sidebar,
  .memorize_card .cardContent #finishTotalBlock .card, 
  .memorize_card .cardContent #finishTotalBlock .back,
  .memorize_card .cardContent #finishTotalBlock .back .content,
  .memorize_card .cardContent .answertf .wrongAnswer .content,
  .stats,
  #modifiedSetConfirm, #autosaveContinueConfirm,
  .memorize_card .cardContent .answertf .wrongAnswer,
  .test_flashcard .cardContent ol li p,#mainContent, #continueBtn {
    width: 100%;
    max-width: 100%;
  }
  #gamesContent {
    padding: 0 30px;
  }

  #gamesSplash1, #gamesSplash2 {
    display: none;
  }

  #gameArea1, #gameArea2 {
    width: 100%;
  }

  .different-search .different-search-buttons {
    text-align: center;
  }

#rightAnswerListed div {
  margin: 20px 0 0;
}
.memorize_card .memorize_input {
  margin-bottom: 20px;
}
  .test_flashcard .cardContent ol > li {
    padding-bottom: 30px;
  }

  .progress_bar p {
    width: 50%;
  }

  .study_content .main_side {
    margin: 0;
  }
  .more_sets, 
  div#appPromo,.rating_wrap, 
  .longerBannerAd {
    display: none !important;
  }
  .instructionsBox,
  .cram-instruction-box {
    position: inherit;
    top: 0;
    left: 0;
  }
  .memorize_card .cardContent {
    padding: 40px 20px;
  }
  #startGameBtn, 
  #startBtn {
    width: 100%;
    margin: 0;
  }
  .flashCardsListing li {
    display: inline-block;
    width: 22%;
  }

  .cardSetActions {
    width: 100%;
    margin: 20px auto;
  }

  .memorize_card .sideName {
    left: inherit;
    right: 0px;
    margin: 0;
    width: 100%;
  }

  .tts_btn {
    margin-left: 20px;
  }

  .sideName > span {
    margin-right:20px;
  }

  .pagination p,
  li.paginationSep,
  .folder-info, .tableDescription {
    display: none !important;
  }

    #flashCardsListingTable tbody tr td {
      display: table;
      margin: 40px 0;
      width: 100%;
    }

     #flashCardsListingTable tbody tr td:first-child {
      display: block;
      margin: 0;
      width: 100%;
    }

  .subnavi li {
    display: block;
    height: auto;
    padding: 0;
    width: 100%;
  }



  .subnavi li.active a, 
  .subnavi li.active a.gamesTab, 
  .subnavi li.active a:hover, 
  .subnavi li.active a.gamesTab:hover {
    height: auto;
    border: none;
    border-bottom: 1px solid #e7e1e1;
  }
  .subnavi li a {
    height: auto;
    border-bottom: 1px solid #e7e1e1;
    border-radius: 4px;
    padding: 10px;
  }

    .subnavi li:hover .arrow-up {
        border-bottom: 16px solid #569dbd;
    }


  .subnavi {
    height: auto;
    box-shadow: none;
    background: none;
    position: inherit;
    background: #F9F8F8;
    padding-bottom: 10px !important;
    z-index: 1;
    width: 100%;
  }

  .subnavi li a.gamesTab {
    background: #3484a9 !important;
    border: 1px solid #3484a9 !important;
  }

  .subnavi li:hover a.gamesTab {
    background: #569dbd !important;
    border: 1px solid #569dbd !important;
  }



  .sections_menu {
    margin: 0 20px;
    position: relative;
    border-radius: 4px;
  }
  .sections_menu li.active a {
    background: #01557a;
    color: #fff !important;
  }

  .sections_menu li.active:hover a {
    background: #569dbd;
    color: #fff !important;
  }
  .sections_menu li a.topRounded {
    border-radius: 0 ;
  }

  .subnavi li:nth-child(1)  a {
    border-radius: 6px 6px 0 0;
  }

  .subnavi li:nth-child(4) a {
    border-radius: 0 0 6px 6px;
  }
  .flashcardNav #flashcardActions li span{
    display: none;
  }


 .flashcardNav #flashcardActions li {
  width: 54px;
  margin: 20px 0 0;
 }

  .tab-menu {
    text-align: center;
    display: block;
    background: #3484a9;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    cursor: pointer;
  }

  .arrow-up {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid #3484a9;
    margin: 0 auto;
    top: 1px;
    position: relative;
  }

  a .arrow-up {
      position: absolute;
      left: 45%;
  }

  .arrow-up.active {
    border-bottom: 16px solid #01557a;
  }


  .arrow-up.menu-tab {

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    display: inline;
    top: -16px;
    left: 9px;
  }


  .sections_menu > .arrow-up, .sections_menu ul {
    display: none;

  }
.sections_menu ul {

  position: absolute;
  width: 100%;
  //overflow: auto !important;
}
  .arrow-down.menu-tab {
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    display: inline;
    bottom: -16px;
    position: relative;
    left: 9px;
  }

  #txtFlip {
    margin-top: -20px !important;
  }


/**** memorize section *****/

.instructionsBox {
  width: 100%;
}

.memorize_card .headerOptions {
  min-height: 120px;
}
#memorize_card fieldset,
#cram-mode-score-bar,
.memorize_card #cardHeader,
#card, #hint {
  width: 100%;
}
.headerOptions fieldset .start_button {
  top: 0;
}
#standard-mode-score-bar {
  margin-top: 10px;
}
#memorize_card #flashcardActions li {
  width: 55px;
}
#memorize_card .instructionsBox, #memorize_card .cram-instruction-box {
    margin: 10px;
}

.sidebar h4 {
  margin-top: 40px;
}

#keycode_footer p {
  display: none;
}
.memorize_card button {
  margin: 0 0 10px;
}

.memorize_card #loginBtn, 
#cram-mode-login-button, 
.resultsBox {
  height: auto;
}


#close_modal span {
  display: none;
}
#close_modal {
  width: 30px;
}

.modal, 
#modal_header, 
  #keycode_footer ul {
    width: 100%;
  }

  .modal {
   padding: 10px;
  }


.game-thumb-btn, .game-thumb-btn2 {  
  background: #79a428;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 180px;
  display: block;
  padding: 10px;
  margin: 0 auto;
}

.game-thumb-btn2 {
  background: #762877;
}

a.game-thumb-btn:hover {
  text-decoration: none;
  background:#8ABC54;
}

a.game-thumb-btn2:hover {
  text-decoration: none;
  background:#A95BAA;
}



div.game-thumb-btn, div.game-thumb-btn2{
  background:#aaa;
}


  .game-thumb, .game-thumb2 {
      background-image: url(../../../fce/css/../images/play_jewels.jpg);
    border: 8px solid #fff;
    display: block;
    width: 100%;
    height: 200px;
    background-size: 100%;
  }

  div.game-thumb, div.game-thumb2 {
    border: 8px solid #aaa;
  }

  .game-thumb2 {
     background-image: url(../../../fce/css/../images/play_stellar_speller.jpg);
  
  }

  .gameContent {
    padding: 0 0 30px;
  }
  .gameDescriptionTitle, .gameDescription {
    padding: 10px 20px;
  }


  .gameHighScoresArea {
    display: none;
  }
 a.game-thumb:hover{
     border: 8px solid #79a428;
  }
  a.game-thumb2:hover{
     border: 8px solid #762877;
  }


.subnavi li.active a.gamesTab {
  border: none;
}

#shareBoxModal  #signInBtn, 
#signInBtn_folder{
  margin: 0 auto;
}

}


@media screen and (max-width: 400px) { 

  .squaredAd {
    display: none !important;
  }

  #gamesSplash {
    padding: 30px;
  }
 #memorize_card #flashcardActions li span {
  display: none;
 }
  #memorize_card #flashcardActions li {
    width: 40px;
  }
  .flashcardNav #flashcardActions li {
    width: 40px;
  }

  .flashCardsListing {
    padding-top: 0;
  }
  .slider p span {
    padding: 0 40px !important;
  }
  .cardSetActions {
    margin-bottom: 30px;
  }

  .flashCardsListing li {
    display: inline-block;
    margin: 10px;
    width: 40%;
  }
  .progress_bar p {
    margin: 0 13px 0 3px;
  }

  #nav-bar li:first-child {
    float: left;
  }
  .test_flashcard .cardContent input.txt {
    width: 100%;
    margin: 0;
  }
  .test_flashcard .cardContent .multBox p {
    width: 70%;
  }
  #multchoice ol li ul li label input {
    margin-left: -40px;
  }

  .test_flashcard .cardContent label,
  .test_flashcard .cardContent select {
    width: 70px;
  }

}
