body {
    font-family:Arial,Verdana,Geneva,sans-serif; font-size: 14px;
    /*font-family: ff-tisa-web-pro,serif; font-size: 15px; */
    color: #333;

}
body.small-header {
    background:#fff url('images/body-bg-small2.png') repeat-x scroll 0px -28px;
}
div#body {
    background: none;
    padding: 0px;
}

th {
    background-color: #666;
}

p {
    margin-bottom: 10px;
}

fieldset {
    border: 0px;
}

form input {
	width: 300px;
}
form input.formbutton {
	width: 100px;
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
}
form input.readonly {
	background-color: #eeeeee;
}
form input.radio {
	width: 30px;
}

form textarea {
    height: 100px;
}

form option {
    padding: 0px 10px 0px 10px;
    width: 265px;
}

fieldset form {
    padding-top: 30px;
}

ul#errors.top {
	margin:30px 0 10px 12px;
	color: red;
}
ul#errors.bottom {
	margin: 0px 0px 0px 160px;
	color: red;
}
ul#messages {
	list-style: none;
	margin:10px 0 20px 0px;
	color: red;
	font-weight: bold;
}
ul#messages li.success{
	color: green;
}
ul#messages li.error{
	color: red;
}


.listing td a {
	color:#cc0000;
	text-decoration: none;
}
.listing tr {
	height:10px;
}
.listing tr:hover td {
	background:#fffbe4;
}
.listing td a:hover {
	color:#000;
}
.listing td a.status_activated {
	float:left;
	width:18px;
	margin:0 1px;
	height:18px;
	background:url(/lib/images/actions.png) no-repeat -1px -1px;
}
.listing td a.status_deactivated {
    background: url("/lib/images/actions.png") no-repeat scroll -20px 0px;
    float: left;
    height: 18px;
    width: 18px;
    margin:0 1px;
}

.listing td a.public_1 {
	float:left;
	width:18px;
	margin:0 1px;
	height:18px;
	background:url(/lib/images/actions.png) no-repeat -1px -1px;
}
.listing td a.public_0 {
    background: url("/lib/images/actions.png") no-repeat scroll -20px 0px;
    float: left;
    height: 18px;
    width: 18px;
    margin:0 1px;
}

.listing td a.edit {
	float:left;
	width:18px;
	margin:0 1px;
	height:18px;
	background:url(/lib/images/actions.png) no-repeat -40px -1px;
}
.listing td a.delete {
	float:left;
	width:18px;
	margin:0 1px;
	height:18px;
	background:url(/lib/images/actions.png) no-repeat -57px -1px;
}
.listing td a.show {
    float:left;
    width:18px;
    margin:0 1px 0px 5px;
    height:18px;
    background:url(/lib/images/actions.png) no-repeat -100px -1px;
}

.listing th, td {
    padding: 3px 7px;
}


.plus {
	width: 10px;
	background: url(/lib/images/icons.png) no-repeat scroll 107px -22px transparent;
	vertical-align: middle;
	margin-right: 3px;
}

/* Paginator */

#pagination {
    margin-top: 20px;
    text-align: left;
    font-size: 10px;
}

#pagination a{
    text-decoration: none;
    padding: 1px 8px 1px 8px;
    border: 1px solid;
    border-top: 0px;
    border-left: 0px;
    border-color: #cccccc;
    background: #eeeeee;
    color: #000000;
    margin-left: 2px;
}

#nextprev {
    /*background: #f7f7f7;*/
}

#current {
    text-decoration: none;
    padding: 1px 8px 1px 8px;
    border: 1px solid;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #cccccc;
    background: #ffffff;
    margin-left: 5px;
}

th a {
    color: #FFFFFF;
    text-decoration: none;
}

th a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.small-header div#header {
    height: 11px;
    padding-top: 0px;
}

h1 {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: ff-tisa-web-pro,serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
	width: 100%;
}

h1.nomargin {
    margin-top: 0px;
}

fieldset.article {
    background-color: none;
    margin-bottom: 10px;
    border: 0px solid #E0E0E0;
    padding: 0px 15px 15px 0px;
    white-space: pre;
}

fieldset.article {
    background-color: none;
    margin-bottom: 10px;
    border: 0px solid #E0E0E0;
    padding: 0px 15px 15px 0px;
    white-space: pre;
}

fieldset.answer {
    background-color: #ffffff;
    margin-bottom: 10px;
    display: none;
    border: 1px solid #E0E0E0;
    padding: 20px;
    margin-top: 10px;
    white-space: pre;
}

/* code border */
pre {padding: 1px; border: 1px solid #999; border-radius: 10px;}
pre > code {margin-top: 0px; border-radius: 10px;}

code {
	margin-top: 10px;
    margin-bottom: 0px;
    padding: 10px 10px 20px 20px;
   	background: #333;
  /*border-left: 10px solid #000;*/
	white-space: pre;
	color: orange;
  	overflow-x: auto;
  	border: 0px solid !important;
	position: relative; z-index: 10;
	/*cursor: pointer;*/
	font-size: 14px;

	/* width: 102% !important; margin-left: -20px; */
}

/* Works on Chrome/Edge/Safari */
code::-webkit-scrollbar {
  width: 12px;
  height:12px;
}
code::-webkit-scrollbar-track {
  background: #333;
}
code::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 5px;
}

.keyword_code {
  border: 0px solid #dddddd; padding: 0px 3px 0px 3px; margin-right: 0px;
  text-decoration: underline; text-decoration-color: #FFA500;
  text-decoration-style: double;
}

code.hljs > span.keyword_code, 
span.hljs-comment > span.keyword_code,
span.hljs-string > span.keyword_code {
	color: #FFA500;
	text-decoration: none; text-decoration-color: #FFA500;
  	text-decoration-style: normal;
}



div.paragraph {white-space: pre-wrap;}

fieldset form {
    width: 800px;
}

fieldset p label.small {
    width: 80px;
}

form input.formbutton.small {
    margin-left: 80px;
}

div#content {
    width: 100%;
    margin-bottom: 0px;
    height: 100%;
    margin-top: 1px;
}

div#content.admin {
    width: 100%;
    padding-top: 30px;
}


div#sidebar {
	float:left;
	margin-right: 20px;
	padding: 10px;
	width: 200px;
    border: 1px solid #eeeeee;
}

div#sidebar h4 {
    color: #666666;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 7px 0;
}

a {
    color: #0066CC;
}
a.external_link {
    text-decoration: none;
    color: green;
}

.listing_catg {
    cursor: pointer;
    float:left;
    margin-bottom: 20px;
    padding: 0px;
    background: #fff;
}

.listing_catg td {
    border-bottom: 0px;
    padding: 5px 30px 5px 15px;
    border: 0px solid #eeeeee;
}

p.description {
    font-size: 13px;
    line-height: 1.3em;
}

h4 {
    color: #666666;
}

div.flashcardofday {
    width: 100%;
}

.flashcardofday .links{
    float: right;
    margin-top: 7px;
}

.flashcardofday .links a{
    padding: 3px 7px 3px 7px;
    border: 1px solid #dddddd;
    text-decoration: none;
    color: #999999;
    text-weight: normal;
    font-size: 12px;
    margin-left: 3px;
}

.flashcardofday .links span a{
    border: 0px;
}

.flashcardofday .links a.selected {
	background: #dddddd;
	color: #666666;
	border: 1px solid #cccccc;
}

a.adminbutton, input.adminbutton {
    padding: 3px 3px 3px 3px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000000;
    text-weight: normal;
    font-size: 12px;
    margin-left: 3px;
    margin-top: 15px;
    display: block;
    width: 80px;
    text-align: center;
	cursor: pointer;
}

a.admin{
	color: red;
	margin-left: 10px;
}

a.front{
    margin-right: 10px;
}

a.anchor{
	color: black;
    margin-right: 10px;
}

button {
    border: 1px solid;
    border-color:#FFFFFF rgb(193, 193, 193) rgb(193, 193, 193) rgb(255, 255, 255);
    background-color: #FFBD46;
    color:#ffffff;
    cursor:pointer;
    font-size:12px;
    font-weight:bold !important;
    font-family: Arial, Helvetica, sans-serif;
    width:auto;
    padding: 3px 15px 3px 15px;
    border-radius: 0px;
}

.button2 {
    background-color: #F90;
}


.whatis {
    color: #A81212;
}

div.progression {
    border: 0px solid #eeeeee; width: 400px; padding: 0px; line-height: 5px; float: left; margin: 0px 10px 0px 0px; font-size: 2px;
    background: #eeeeee;
}

div.progression img {
     height: 12px;
     margin: 0px;
}

div.progression_holder {
    float: left;
}

h1 a {
    text-decoration: none;
    color: #A81212;
}

div#sitename {
    float:left;
    width:500px;
	background:url(/lib/images/elephant-icon-100_100.png) no-repeat scroll 250px 10px transparent;
}
div#sitename h1 {
    font-size:30px;
    letter-spacing:0px;
    margin:0;
    height:82px;
    padding:18px 0 0;
    text-transform:none;
    text-shadow: 2px 2px #000;
    font-family: Geneva;
}
div#sitename h1 a,
div#sitename h1 a:hover {
    color:#fff;
    font-weight:normal;
    text-decoration:none;
}
div#sitename h1 strong {
    /*color: #A81212;     */
    color: #666666;
    font-style: normal;
}

div#sitename > h1 > span {
    color: #F87431;
    font-size: 40px;
    font-style: normal;
    position: relative;
    top: 0px;
    font-family: Arial;
    text-shadow: none;
	font-style: italic;
}

div#nav{
    width: 400px;
}

div.user_box {
    width: 600px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 30px;
}

div .user_box img {
     float: left;
     margin: 0px;
}



div .user_box strong{
    color: #A81212 !important;
    font-size: 20px !important;
}

div .user_box #followers{
    text-align: left;
    margin-top: 10px;
    border: 1px solid #eeeeee;
    padding: 10px;
    margin-bottom: 20px;
}

div .user_box #followers a{
    font-size: 12px !important;
    font-weight: normal;
    color: #A81212 !important;
}

div#nav ul {
    float: right;
    list-style: none outside none;
    margin: -10px 0 0 10px;
    padding: 0 0 0 10px;
}

div#nav ul li a {
    background: #000000 url('images/nav-sprite.gif') no-repeat scroll right -35px;
}

div#nav ul li a span {
    background: transparent url('images/top-nav-hover-left.gif') no-repeat; padding: 9.7px; display: block;
}

div#nav ul li a:hover {
    color: #cccccc;
    background: #333333 url('images/nav-sprite.gif') no-repeat scroll right -35px;
}

div#tag_suggestions {
    z-index: 1000;
    top: 0px;
    display: none;
    height: 100px;
}

div.category {
    float: left;
    padding: 5px;
    width: 100px;
}



a.question_button {
    text-decoration: none;
    color: #333333;
}

form label {
	cursor: pointer;
}

.filetree {float: left; padding: 10px !important; border: 1px solid #dddddd;}
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat;}
/*.filetree span.file { background: none !important; margin-right: 20px; padding-left: 5px !important; }*/
.filetree span.file {margin-right: 20px; padding-left: 18px !important; }

div#sitename .minte9 {font-size: 18px;}

#footer {
    position: absolute;
	width: auto;
    bottom: 0px;
	background: #000000;
	padding: 5px 5px 5px 150px;
}

/*span.keyword {
	border: 0px solid #dddddd; padding: 0px 3px 0px 3px; margin-right: 0px; background-color: #ffffff;
}*/


span.keyword_code.gray {
	border: 0px solid #dddddd; padding: 0px 3px 0px 3px; margin-right: 0px; background-color: #eeeeee;
}

span.keyword_code.yellow {
	border: 0px solid #dddddd; padding: 0px 3px 0px 3px; margin-right: 0px; background-color: yellow;
}

span.keyword_option {
	border: 1px solid #dddddd; padding: 1px; border-radius: 5px; margin-right: 2px; background-color: #ffffff;
}


img.references { box-shadow: 5px 5px 5px #cccccc; margin-bottom: 5px; margin-left: 0px; background: #333; filter: grayscale(0%); }
img.references:hover { filter: grayscale(0%); } /* transform: scale(2, 2);} */


img.replaced_img {margin-top: 10px; border: 1px solid; border-color: gray; filter: grayscale(70%); }


.minte9_top {position: absolute; margin-top: -40px; margin-left: 210px;}
.catg_top {font-size: 25px; padding: 5px;}
.my {font-size: 40px; top: 20px;}
#exclamation {position: relative; top: 20px !important;}

#relatedPages {float: right; padding-right: 10px; display: block;}
#question {width: 962px;}

.divpre {white-space: pre;}


/* answer style */

fieldset.flashcard {
    background-color: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
    padding: 30px;
    /*white-space: pre;*/
	width: 900px;
	min-height: 250px;
}

.difficultyContainer {
    float: right; border: 0px solid; width: 70px; text-align: right;
    margin-right: 15px; margin-top: 5px; font-weight: normal; font-size: 10px;
}
.difficultyImage {
    width: 60px; margin-right: -10px; margin-top: -10px; float: right; margin-bottom: 5px;
}
.flashcardContainer {
    margin-top: 0px; padding-bottom: 10px; position: relative; z-index: 2;
    width: 240px; background: #ddd; border: 1px solid #999; min-height: 100px;
    margin-left: 20px; padding: 20px; padding-right: 5px; border-radius: 10px;
}

label.options {
    white-space: normal; display: inline-block; border: 0px solid #dddddd;
    background: #666; color: #fff; border-radius: 12px; padding: 8px;
	padding-left: 25px; padding-right: 10px !important; border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    margin-bottom: -19px; margin-bottom: 2px; margin-left: -10px !important; width: 200px;
}
.input_option { display: none;}
.input_option { float: left; width: 30px; height: 12px; margin-top: 8px; margin-left: 4px; opacity: 1; }

.input_option_container { display: block; margin-left: -5px; background: #999; width: 10px; height: 32px;
    position: relative; z-index: 100; float: left;}

.submit_container {margin-bottom: 50px;}

.checkbox_ok {display: none; float: right; width: 15px; margin-left: 5px;}
.checkbox_notok {display: none; float: right; width: 13px; margin-left: 5px;  margin-top: 2px;}

/* iconFont answer */
a.iconFont {margin-right: 0px; margin-top: 20px; float: left; display: none;}
a.iconFont {color: #aaa; font-size: 40px;}
a.iconFont:hover{color: orange;}
a.rewind {font-size: 30px; margin-top: 30px;}

/* answer btn submit */
#submit_container {float: right; margin-top: 30px; display: block;}
#submit_container > #btn_submit {
    margin-left: 0px; margin-right: 10px; border-radius: 10px; padding-left: 20px;
    padding-right: 20px; width: 100px;
}

#content_kb {white-space: pre-line;}
#examples {display: none;}


/*div#references {margin-top: 80px;}*/

a.homepagebutton {
    padding: 3px 3px 3px 3px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000000;
    text-weight: normal;
    font-size: 12px;
    margin-left: 3px;
    margin-top: 15px;
    display: block;
    width: 100px;
    text-align: center;
	cursor: pointer;
	background: #eeeeee;
	border-radius: 10px;
	float: left;
}

#btn_next {float: left; opacity: 0.7;}
#btn_next2 {float: left; opacity: 0.7;}

#homepage_login {width: 200px; background: none; padding: 20px;}

/* show web divs */
#progression, #relatedPages, #procent, #menu_useraccount, #admin_buttons { display: block; }
#catg_mobile {margin-top: 40px;}

.relpaced_links { font-size: 14px; }

#show_answers_link_web {font-size: 12px;}

.questions_title {font-size: 16px; opacity: 0.8;}

/* hide mobile divs */
/*
#progression_mobile, #relatedPages_mobile, #procent_mobile, #pagecontent_mobile, #questionsonly_mobile, #povs_mobile, #minte9_icon_mobile, #head_menu_mobile, #catgpages_mobile, #list_category_mobile, #network_links_mobile, #references_mobile, #top_title_mobile { display: none; }
*/

#minte9_icon_mobile {display: none;}

/* bootstrap m9 - web  */
.progress.m9 {text-align: right; font-size: 10px; color: #999999; margin-bottom: 2px;}
.progress-bar.m9 { font-size: 12px; text-align: left; padding-left: 5px;}
.progress-bar.m9-right { font-size: 12px; text-align: left; padding-right: 5px; text-align: right;}
.progress-bar-lock {float: right; width: 8px; margin-right: -20px; margin-top: 4px;}
.progress-bar-procent {line-height: 20px;}

.container.page-progression {
    margin-bottom: -10px; margin-top: 0px;
    margin-right: 10px; width: 248px; float: right;
}
.progress.page-progression {height: 5px;}

h3 {
    font-size: 18px; font-family: ff-tisa-web-pro,serif; margin-bottom: -20px;
    margin-top: 10px; font-weight: bold; color: #333;}

span.randoneCatg {cursor: pointer; color: #999999; font-size: 14px; float: right; width: auto; margin-top: 10px;}

#login_containter {background-color: red !important;}

.bootstrap-iso {background-color: transparent;}

.bootstrap-iso li.divider {padding: 0px;}

/* qmark image ok */
img.flip:hover { -webkit-transform: scaleX(-1); transform: scaleX(-1); }
img.flipY:hover { -webkit-transform: scaleY(-1); transform: scaleY(-1); }
img.qmark { margin-left: -15px; opacity: 0.3; width: 40px; }
div.qmark_wrapper { width: 25px; border: 0px solid; overflow:hidden; float: left; margin-left: -30px; margin-top: -5px; }
img.ok_buttons { float: left; opacity: 0.5; height: 20px; margin-left: 4px; margin-right: 2px; }
img.ok_rotatedtext { opacity: 0.5; position: relative; height: 25px;  }

/* related cells */
.cell {display: block; text-align: center; color: rgb(170, 170, 170); float: right; margin: 1px 1px 0px 0px;}

.cell.subcatg {
	border-right: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204);
	width: 15px; height: 15px; background: #eee;
}
.cell.unstudied {
	border-right: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204);
	width: 15px; height: 15px; background: #ddd;
}
.cell.studied {
	border-right: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204);
	width: 15px; height: 15px; background: #f0ad4e; opacity: 0.8;
}
.cell.corect {
	border-right: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204);
	width: 15px; height: 15px; background: #5cb85c; opacity: 0.5;
}
.cell.current { background: #666; opacity: 1;}

.cell.subcatg:hover, .cell.unstudied:hover, .cell.studied:hover, .cell.corect:hover {background: yellow;}

/* Tooltip */
.mytooltip {cursor: pointer;}
.mytooltip + .tooltip > .tooltip-inner {
  background-color: #666;
  color: #FFF;
  border: 1px solid #666;
  padding: 15px;
  font-size: 15px;
  opacity: 1.0;
}
.mytooltip + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #666;
  opacity: 1.0;
}
.mytooltipnowrap + .tooltip > .tooltip-inner {
	white-space: nowrap;
	max-width: none;
}
.mytooltip_close {
	float: right; background: #333; padding: 5px 10px 5px 10px; line-height: 12px; margin-top: -10px; margin-right: -10px; margin-left; 10px;
	cursor: pointer; color: #ccc;
}

/* rotated text */
/*
.rotate_container {
	width: 300px;
	border: 0px solid;
	float: left;
	min-height: 200px;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
}
.rotate_text h2{
	-webkit-transform:rotate(-45deg);
	font-size: 36px;
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #ccc;
	width: 400px;
	border: 0px solid;
}
.rotate_text a {
	color: #ccc;
}
.rotate_text a:hover {
	color: #aaa;
}
.rotate_text .subcatg {
	color: #A50000;
	opacity: 0.2;
}
*/

.questions_question { color: #a81212; font-size: 15px;}

#page_title {
  position: absolute; font-size: 50px; color: white; font-style: italic; font-weight:
  bold; margin-top: -7px; margin-left: 150px; text-shadow: 0 1px #aaa, 1px 0 #aaa;
}

hr.mobile {margin-top: 4px; margin-bottom: 8px; background-color: #dddddd; height: 1px; border: 0;}


/*  --- Modal Anchors --- */

.modal-content.bootstrap-iso.m9 {
	/*max-width: 800px; min-height: 400px; */
	padding: 40px; padding-top: 20px;
}
.modal-content u {
	border: 0px solid #dddddd;
    padding: 0px 3px 0px 3px;
    margin-right: 0px;
    text-decoration: underline;
    text-decoration-color: #FFA500;
    text-decoration-style: double;
}
.modal-content code {
	display: block;
    overflow-x: auto;
    padding: 1em;
    color: #abb2bf;
    background: #282c34;
}
.modal-content div.content {
	font-size: 18px; margin: 0px; padding: 15px; white-space: pre-line;
}
.modal-content .bottom-note {
	position: absolute; bottom: 10px; border: 0px solid red; padding: 0px; margin-bottom: 15px; color: #999;
}

iframe{
   -webkit-filter: grayscale(90%);
   -moz-filter: grayscale(90%);
   -ms-filter: grayscale(90%);
   -o-filter: grayscale(90%);
   filter: grayscale(50%); /* fb plugins */
}



/* --- Mind map --- */

.mindMap {
    border: 0px solid #ccc; with: 100%; padding: 0px; min-height: 200px; margin-top: -10px; margin-bottom: 50px; clear: both;}
.node {
    min-width: 100px; max-width: 350px; min-height: 70px; padding: 0px 25px 0px 25px; line-height: 70px;
    border-radius: 70px; text-align: center; font-size: 18px; left: 0px; top: 0px;
    background: #eee; border: 3px dotted #ccc;  position: absolute; display: none; cursor: pointer;}
.node-catg {font-size: 30px; border-radius: 50%; line-height: 140px; background: #67AFCB; color: #fff;}
.node-subcatg {font-size: 30px; border-radius: 80px; line-height: 80px; background: #ffb366; color: #fff;}
.node-title {background: #ffb366; font-size: 30px; color: #fff; 5px dotted #ccc;}
.node-anchors {
    position: absolute; min-width: 30px; min-width: 30px; padding: 15px;
    border-radius: 30px; border: 3px dotted #ccc; background: none;
    font-size: 18px; text-align:center; cursor: pointer; display: block; color: #666; }
a:hover > div.node-links {border-color: orange;}
a:hover > div.node-anchors {border-color: orange; z-index: 100;}
.arrow {font-size: 60px; width: 70px; color: #ddd; position: absolute; display: none; z-index: 100; }
.arrow-up {color: #ccc; font-size: 30px; margin-left: 10px; } /* headers links */
a.arrow-up:hover {color: orange;}
.node-paragraph {
	white-space: pre-line; border: 1px solid #ccc; line-height: 16px;
	padding: 25px; border-radius: 35px; font-size: 16px;  padding-bottom: 0px;
}
.node-paragraph h3 { text-transform: uppercase; color: #ffb366;}

.node-paragraph-shown {display: block;}
.node-paragraph-hidden {display: hidden;}

/* --- Mind map --- END */


.notifications {
	background: #666; color: #fff; padding: 3px; font-size:10px; border-radius: 5px;
	margin-left: -8px; top: -10px; position: relative;
}

.survey-event {
	white-space: normal; border: 1px solid #ccc; 
	padding: 25px; border-radius: 35px; font-size: 16px; margin: 15px; background: #fff;
}

