@charset "ISO-8859-1";
/* CSS Document */

/*------------------------------------------------------------------
[Table of contents]

#index.html - HOME PAGE
1. General
2. Footer
3. Header
3.1. Avatar
4. Content
4.1. Pagination
4.2. Sidebar
4.3. Post
4.4. Cloud Tags

#02_topic.html - TOPIC
5. Breadcrumb
6. Topic
7. Quote post


#03_new_topic.html - NEW TOPIC

#04_new_account.html - NEW ACCOUNT

8. Extra small devices (less 767px)
8.1. index.html
8.2. 02_topic.html
8.3. 03_new_topic.html
9. Small devices (768 - 991px)
10. Medium devices (992-1200px)
11. Large devices (more 1200px)

-------------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*--- General ---*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic');

body {
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 
    font-size: 13px;
    color: #000000;
    line-height: 1.3;
}

a {
    color: #363838;    
}
a:hover {
    color: #989c9e;    
}

/*-----------------------------------------------------------------*/
/*--- Footer ---*/

#footer {
    line-height: 30px;
    color: #FFFFFF;
    background-color: #0083c1;
  	text-align: center;
}

#footer a {
    color: #FFFFFF;
}


ul.socialicons li {
    display: inline-block;
    list-style: none;  
    font-size: 18px;
    color:#bdc3c7;
    margin-left: 15px;
}

ul.socialicons li a {
    color:#bdc3c7;
}

ul.socialicons li a:hover {
    color:#363838;

}

.wideFloat {
    float: left;
    width: 100%;
}

/*-----------------------------------------------------------------*/
/*--- Header ---*/
#header
{
    height: 100px;
    vertical-align: top;
}

.shadow.v4 {
    background-image: url('https://www.maplesoft.com/images2015/head-shadow-4.png');
}

.shadow {
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    z-index: 999;
    margin-top: -1px;
    left: 0;
}

#QLinks
{
    list-style: none;
    font-size: 0.8em;
    margin: 5px 0;
    padding-top: 0px;
    padding-right: 20px;
    color: #7f7f7f;
  	text-align: right;
}

#QLinks li
{
    float: right;
    margin: 5px 2px;
    padding-right: 5px;
    border-right: 1px solid #999999;
}

#QLinks li.last
{
    border-right: none;
    padding-right: 0;
}

#topLinks
{
    font-family: "Lato", "Open Sans Regular", "sans-serif";
	list-style: none;
    font-size: 0.8em;
    margin: 5px 0;
    padding-top: 20px;
    padding-right: 10px;
	position: relative;
    color: #7f7f7f;
	display: block;
  	text-align: right;
}

#search
{
    padding-right: 0px;
}

.form-inline .form-control {
	width:auto;
}
.form-inline .form-group {
	display: inline-block;
}

#topLinks li
{
    float: right;
    margin: 5px 5px;
    padding-right: 12px;
    border-right: 1px solid #39708c;
}

#topLinks li.last
{
    border-right: none;
    padding-right: 0;
}

#logo
{
    float: left;
    width: 109px;
}

.headerRight
{
    width: 600px;
    height: 100px;
    float: right;
    text-align: right;
}
li.headlink ul
{
    display: none;
}
li.headlink:hover ul
{
    display: block;
}

#headerLinks
{
    font-family: "Lato", "Open Sans Regular", "sans-serif";
	list-style: none;
    margin: 0;
    padding: 0px 15px;
    float: left;
    font-weight: bold;
    position: relative;
    width: 100%;
    height: 34px;
}

#headerLinks li
{
    float: left;
    border-right: 1px solid #39708c;
}


#headerLinks li.active
{
   color: #7f7f7f;
}

#headerLinks li.last
{
    border-right: none;
    padding-right: 0;
}

/* li.active
{
    background: #faa23e;
} */

#header a, #headerLinks a
{
    color: White;
    text-decoration: none;
}

#header a:hover
{
    text-decoration: underline;
}

.navbar {
    background-color: #0083c1;
	border: none;
}
.navbar-default .navbar-nav li a:hover {
    color: #FFFFFF;
    background-color: #0076AF;
}
.navbar-default .navbar-nav li a {
    color: #FFFFFF;
 	border-right: 1px solid #39708c;
 	padding: 15px 12px;
}
.navbar-default .navbar-nav li.last a {
 	border-right: 0px solid #39708c;
}

.dropdown-menu {
    color: #FFFFFF;
    background-color: #0083c1;
} 

.headernav {
    height: 50px;
    background: #0083c1;
    border-bottom: 1px solid #0083c1;
}


.content {
    background-color: #d1d4d5;
    border-top: solid 1px #e0e4e5;
}

.selecttopic {
    line-height: 69px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    font-size: 16px;
    color: #363838;
}

.selecttopic select {
    border: none;
}

.selecttopic .dropdown-menu {
    margin-top: -20px;
}

.headernav .search {
    color: #363838;
    font-size: 14px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    margin-top: 16px;
    height: 38px
}

.headernav .search  .wrap {
    background-color: #f3f5f9;
    border-radius: 3px;
}

.headernav .search .txt {
    width: 85%;
}

.headernav .search input {
    border: none;
    box-shadow: none;
    background-color: #f3f5f9;
    color: #363838;
    font-size: 14px;
    padding: 8px 19px;
    height: 38px;

}


.headernav .search button {
    border: solid 1px #697683;
    box-shadow: none;
    background-color: #697683;
    color: #ffffff;
    font-size: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.NoLink
{
    text-decoration:none !important;
}
    

/*--- Avatar ---*/
.avt {
    margin-top: 16px;
    height: 38px;
}

.avt button {
    height: 38px;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    padding-left: 30px;
    padding-right: 30px;
    background-color: #1abc9c;
}

.avt .btn-primary:hover, 
.avt .btn-primary:focus, 
.avt .btn-primary:active, 
.avt .btn-primary.active{
    background-color: #1abc9c;


    border: none;
    box-shadow: none;

}

.env {
    font-size: 18px;
    color:#cfd5d7;
    line-height: 38px;
    padding: 0 20px;
}

.avatar {
    position: relative;
}

.avatar img {
    border-radius: 1%;
}

.avatar .status {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    border: solid 2px #ffffff;
}

.dropdown.avatar .status {
    right: 14px;
}
.caretl {
    color:#363838;
    font-size: 14px;
    line-height: 38px;
    padding: 0 15px;
}


.avatar .green {
    background-color: #80d3ab;
}

.avatar .red {
    background-color: #f27777;
}

.avatar .yellow {
    background-color: #ecd346;
}

.maplesoft
{
    background: #016798;
    color: White;
    padding: 2px 4px;
    font-size: 11px;
}

/*-----------------------------------------------------------------*/
/*--- Content ---*/

/*--- Pagination ---*/
.paginationforum li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}

.paginationforum li a {
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    color: #ffffff;
    background-color: #cfd5d7;
    border-radius: 2px;
    display: block;
    padding: 0 8px;
    line-height: 24px;
}

.paginationforum li a.active,
.paginationforum li a:hover,
.paginationforum li a:focus,
.paginationforum li a:active {
    color: #363838;
    background-color: #ffffff;
    box-shadow: 0 1px 2px #c9cccd;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    text-decoration: none;

}



.paginationforum {
    margin: 19px auto;
    padding: 0;
}

.prevnext {
    font-size: 26px;
    color: #cfd5d7;
    margin-top: 11px;
    display: block;
}

.prevnext.last {
    margin-left: 20px;
}


/*--- Sidebar ---*/

.sidebarblock {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 10px;
}

.sidebarblockquestion h3 {
   	color: #FFFFFF;
    background-color: #76B979;
    font-size: 18px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    margin: 0;
    padding: 20px;
}

.sidebarblockquestion :hover {
    background-color: #555555;
}


.sidebarblockcreatepost :hover {
    background-color: #555555;
}


.sidebarblockcreatepost h3 {
   	color: #FFFFFF;
    background-color: #7691B9;
    font-size: 18px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    margin: 0;
    padding: 20px;
}

.sidebarblock h3 {
    color: #FFFFFF;
    background-color: #ABB2B8;
    font-size: 16px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    margin-bottom: 0px;
	margin-top: 2px;
    padding: 14px;
}

.sidebarblock .divline {
    height: 1px;
    line-height: 1px;
    border-bottom: solid 1px #f1f1f1;
}

ul.cats {
   	list-style: none;
    padding: 0;
	margin-bottom: 0px;
}

ul.cats li {
 	padding-left: 1.3em;
	word-break: normal;
	overflow-wrap: break-word;
	-ms-word-wrap: break-word;
}


ul.cats li a {
    font-size: 13px;
    color: #363838;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
	word-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-ms-word-break: break-all;
	-ms-hyphens: auto;
}

ul.cats li a:before {
  content: "\f0da"; /* FontAwesome Unicode */
  color: #999999;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em; /* same as padding-left set on li */
  width: 0.8em; /* same as padding-left set on li */
}

ul.cats .badge {
    background-color: #bdc3c7;
    font-size: 12px;
    color: #ffffff;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    margin-top: 7px;
}


.sidebarblock .blocktxt {
    padding: 5px 15px 5px 15px;
    color: #363838;
    font-family: "Lato", "Open Sans Regular", "sans-serif";

}


.sidebarblock .blocktxt .smal {
    font-size: 12px;
}

.chbox {
    width: 50px;
}

table.poll {
    width: 100%;
}

.progress-bar.color1 {
    background-color: #9b59b6;
}

.progress-bar.color2 {
    background-color: #3498db;
}

.progress-bar.color3 {
    background-color: #e67e22;
}

.progress-bar {
    font-size: 14px;
    color: #ffffff;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    line-height: 31px;
    text-align: left;
    padding-left: 10px;
    box-shadow: none;
}


.progress {
    background-color: #ecf0f1;
    height: 31px;
    border-radius: 2px;
    box-shadow: none;
}



.poll label {
    margin-bottom: 0;
    margin-left: 20px;
}

.poll input[type="radio"] {
    display:none;
}

.poll input[type="radio"] + label {
    display:inline-block;
    width:31px;
    height:31px;
    background: url(/images/radio.jpg) 0 0 no-repeat;
    vertical-align:middle;
    cursor:pointer;
}

.poll input[type="radio"]:checked + label {
    background: url(/images/radio.jpg) -31px 0 no-repeat;
}

td.chbox {
    vertical-align: top;
}


/*--- Post --*/
.post {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 8px;
}

.post .wrap-ut {
    width: 80%;
	border-right: solid 1px #f1f1f1;
}

.post .wrap-ut-sm {
    width: 80%;
	padding-left: 20px;
}

.post .userinfo {
    width: 16%;
    padding: 15px 0 5px 10px;
}

.post .posttext {
    width: 84%;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
    color: #000000;
    font-size: 15px;
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 
}

.post .postSummery {
    padding: 5 10 5 10px;
    overflow:auto;
}

.postfull img {
    max-width: 100%;
}

.postfull {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 15px;
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 
    overflow:auto;
	font-weight: 300;
	line-height: 1.5em;
}

.postfull a {
    color: #00aaff;
	font-weight: 400;
}

.text-primary {
    color: #006699;
	text-decoration: underline;
}

.postfull2 {
    line-height: 20px;
}

.call {
    display: inline-block;
    width: 100%;
}

.postlink {
    color: #006699;
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.post .postinfo {
    width: 20%;
   /* --- border-left: solid 1px #f1f1f1; ---*/


}

.post .avatar {
    width: 37px;
    margin-left: 5px;
    padding-bottom: 5px;
}


.post .avatar img {
    width: 75px;
    margin-left: 5px;
    max-width: 75px;
}


.post .icons {
    width: 95px;
    border-top: solid 1px #f1f1f1;
 	text-align: center;
}

.post h2 {
    color: #363838;
    font-size: 18px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";  
    margin-top: 6px;
    margin-bottom: 6px;
}

.upper h3 {
    color: #363838;
    font-size: 22px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";  
    margin-top: 8px;
    margin-bottom: 6px;
}

.post .comments {
    border-bottom: solid 1px #f1f1f1;
    padding: 8px 0 8px 0;
    text-align: center;
}

.post .comments .commentbg {
    background-color: #ABB2B8;
    border-radius: 2px;
    display: inline-block;
    padding: 8px 13px;
    color: #ffffff;
    font-size: 12px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    position: relative;
}

.post .comments .commentbg .mark {
    width: 11px;
    height: 11px;
    background-color: rgba(252, 248, 227, 0);
    position: absolute;
    bottom: 0;
    left: 43%;
    margin-bottom: -5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

.post .views {
    border-bottom: solid 1px #f1f1f1;
    color:#9da6aa;
    font-size: 18px;
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 
    text-align: center;
    line-height: 29px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.post .views a {
    font-size: 12px;

}

.liMsg {
    white-space: normal;
}

.post .views .liMsg a {
    font-size: 18px;
}

.comments_list {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 3px 3px 3px 3px; 
	border-color: #ABB2B8;
	margin-left: 10px;
	margin-right: 10px;
}

#commentForms .form-horizontal .control-label {
    text-align: left;
}

#commentForms input[type="checkbox"]{
    position: relative;
    margin-left: 0px;
}

.comment_body {
	border-top: solid 1px #f1f1f1;
}


.footerLinks {
}

.sep {
    height: 1px;
	display: inline-block;
	width: 100%;
	margin: 2px 0;
	color: #f1f1f1;
	border-bottom: solid 1px #f1f1f1;
}


.post .views i {
    font-size: 18px;
}

.post .time {
    color:#9da6aa;
    font-size: 12px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    text-align: center;
}

.post .time i {
    font-size: 14px;
}

/* Editor styles */

.cke_ltr h2 {
    font-size: 18px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";  
}

.cke_editable img {
    max-width: 100%;
}

.cke_editable h2 {
    font-size: 18px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";  
}

.tagList
{
    font-size: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-family: "Lato", "Open Sans Regular", "sans-serif";
}

.tagList a
{
    padding: 4px 6px 4px 6px;
    color:#999999;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
	background: #ededed;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
}

.tagList a:hover
{
    text-decoration: none;
    background: #ddeaf0;
}
.tagList img {
    vertical-align: text-top;
    margin-bottom: -10px;
}

.addNewTagLink, .saveTags, .cancelTags
{
    padding: 2px 3px 4px 3px;
    margin-bottom:5px;
    border: 1px solid black !important; 
    background: #00486E !important;
    text-decoration: none;
    color: White !important;
    cursor: pointer;
}

.addNewTagLink:hover, .saveTags:hover, .cancelTags:hover
{
    background: #ddeaf0 !important;
    color:#00486E !important;
}

/* Cloud Tags*/



 .tagCloud
{
    list-style: none;
    margin: 3px;
    padding: 2px;
	display: inline-block;
}

.tagCloud li
{
    float: left;
    margin: 2px;
    display: block;
    height: 30px;
    vertical-align: bottom;
}

.tagCloud li a
{
    vertical-align: bottom;
}

.tagCloud img {    
    margin-right: -4px;
    margin-bottom: -3px;
}

a.link {
    color: #006699;
}

.tag0
{
    background-color: #71aed0;
}        
.tag1
{
    background-color: #a5cce0;
}
.tag2
{
    background-color: #C4DEED;
}
.tag3
{
    background-color: #E1EFF6;
}

.tag-cloud1
{
    font-size: 180%;
}
.tag-cloud2
{
    font-size: 160%;
}
.tag-cloud3
{
    font-size: 130%;
}
.tag-cloud4
{
    font-size: 120%;
}
.tag-cloud5
{
    font-size: 110%;
}
.tag-cloud6
{
    font-size: 100%;
}
.tag-cloud7
{
    font-size: 90%;
}
.tag-cloud8
{
    font-size: 80%;
}
.tag-cloud9
{
    font-size: 70%;
}

.tagResult {
    padding-left: 5px;
    padding-right: 5px;
}

.tagResult .panel-title a {
    color: white;
    text-decoration: underline;   
}

.tagResult .panel {
    margin-bottom: 10px;   
}

.tagResult .panel-heading {
    background-color: #0083c1;   
}
@media (min-width: 768px) {
    .tagResult:nth-of-type(3n+0) {
        float: right;
    }
}
.clear {
    clear: left;
    display: block;   
}

.panel-heading a.panel-expand:after {
    font:normal normal normal 20px/1 FontAwesome;
    content:"\f107";
    float: right;
    color: white;
}
.panel-heading a.panel-expand.collapsed:after {
    content:"\f105";
}

.tagDocumentList {
    padding-left: 15px;
    padding-top: 5px;
}

.tagDocumentList li {
    padding-bottom: 8px;
}

.tagDocumentList li a {
    color: #006699;
}

#tagsDropdown {
    position: absolute;
    z-index: 10;
    width: 20%; 
    border-bottom: 0px;
    border-top: 0px;  
}

ul.tagit li.tagit-choice-editable img {
    float: left;
}

/*-----------------------------------------------------------------*/
/* #02_topic.html - TOPIC */

/*--- Breadcrumb ---*/
.breadcrumbf a , .breadcrumbf {
    color: #bdc3c7;
    font-size: 12px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    line-height: 62px;
}

.breadcrumbf a:hover {
    text-decoration: underline;
}

/*--- Topic ---*/
.topic .userinfo {
    width: 12%;
}

.topic .posttext {
    width: 88%;
}

.postinfobot {
    border-top: solid 1px #f1f1f1;
    line-height: 50px;
    padding: 0 30px 0 94px;
}


.postinfobot .likeblock {
    width: 120px;
}

.postinfobot .prev {
    width: 30px;
}

.postinfobot .prev a {
    font-size: 18px;
    color: #bdc3c7;
}

.postinfobot .posted {
    width: 300px;
    margin-left: 18px;
    font-size: 12px;
    color: #bdc3c7;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
}

.postinfobot .posted i {
    font-size: 18px;
    color: #bdc3c7;
    padding-right: 8px;
}

.postinfobot .next {
    width: 90px;
    text-align: right;
}

.postinfobot .next a {
    font-size: 18px;
    color: #bdc3c7;
}

.postinfobot .next a i {
    padding-right: 18px;
}

.up {
    color: #1abc9c;
    font-size: 12px;
}

.up i,
.down i {
    font-size: 20px;
    padding-right: 10px;
}

.down {
    color: #db7a7a;
    font-size: 12px;
    margin-left: 20px;
}

a.up:hover {
    text-decoration: none;
    color: #1de4bd;
}

a.down:hover {
    text-decoration: none;
    color: #f48989;
}

.beforepagination {
    margin-bottom: 0;
}


/*--- Quote post ---*/
.post blockquote {
    border: solid 1px #f1f1f1;
    border-radius: 2px;
    font-size: 14px;
    padding: 18px;
}

.post blockquote .original,
.postreply {
    font-size: 12px;
    color: #bdc3c7;
    display: block;
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 
}

.textwraper textarea {
    border: none;
    box-shadow: none;
    background-color: #f1f1f1;
    /*    width: 610px;*/
    width: 100%;
}

.textwraper {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding:18px;
}

.notechbox {
    width: 20px;
}

.notechbox input {
    width: 12px;
    box-shadow: none;
    margin-top: 8px;
    border-color: #bdc3c7;
}

.notechbox input:active,
.notechbox input:focus,
.notechbox input:hover {
    box-shadow: none;
}

.postinfobot label {
    color: #bdc3c7;
    font-size: 12px;
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 

}


.smile a {
    margin-right: 20px;
    font-size: 20px;
    color: #bdc3c7;
}



.nav-primary {
    background-color: #0083c1;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 
    border: none;

}

.nav-primary:hover,
.nav-primary:active,
.nav-primary:focus {
    border: none;
    background-color: #0077B0;
    box-shadow: none;
	color: #ffffff;
}



/*-----------------------------------------------------------------*/
/*--- #03_new_topic.html - NEW TOPIC ---*/

.products span {
    display: inline-block;
    margin-left: 5px;
}

.products span input {
	margin-right: 5px;
}

.newtopic input[type=text],
.newtopic input[type=password]
{
    border-radius: 2px;
    box-shadow: none;
    border: none;
    background-color: #f1f1f1;
    padding: 20px;
    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 20px;
    height: 50px;
}

.newtopic select {
    border-radius: 2px;
    box-shadow: none;
    border: solid 1px #cfd5d7;
    background-color: #ffffff;

    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 20px;
    height: 50px;
}

.newtopic select:hover,
.newtopic select:focus,
.newtopic select:active {
    box-shadow: none;
}


.newtopic textarea {
    border-radius: 2px;
    box-shadow: none;
    border: none;
    background-color: #f1f1f1;
    padding: 20px;
    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 20px;
    height: 150px;
}

.newtopic textarea:hover,
.newtopic textarea:focus,
.newtopic textarea:active {
    box-shadow: none;
}

.newtopic p {
    font-size: 14px;
    color: #363838;
    font-family: 'Open Sans Light', sans-serif; 
}


.newtopcheckbox input {
    margin-top: 5px;
    width: 18px;
    height: 18px;

    /*    width: 18px;
        box-shadow: none;
        margin-top: 8px;
        border-color: #bdc3c7;*/

}

.checkbox input {
    margin-right: 7px;
    margin-top: 6px;
}

.form-horizontal .checkbox {
    padding-top: 1px;
	padding-bottom: 10px;
}
	
.form-horizontal .control-label  {
    padding-top: 1px;
    margin-bottom: 0;
    text-align: right;
}
	
.checkbox .fa-facebook-square {
    color: #3b5b99;
    font-size: 20px;
    margin-top: 4px;
}

.checkbox .fa-google-plus-square {
    color: #e74724;
    font-size: 20px;
    margin-top: 4px;
}

.checkbox .fa-twitter {
    color: #42c8f4;
    font-size: 20px;
    margin-top: 4px;
}

.loading {
    text-align: right;
}

.loadingInput
{
    background: url(/images/arrows.gif) no-repeat center right;
}

.similarposts {
    /*    height: 57px;*/
    margin-bottom: 20px;

}

.similarposts p {
    display: inline;
    color: #bdc3c7;
}
.similarposts p span {
    color: #363838;
}

.similarposts .fa-info-circle {
    font-size: 18px;
    color: #3498db;
    margin-right: 10px;
}

.similarposts .fa-spinner {
    font-size: 18px;
    color: #363838;
}

.postinfotop h2 {
    color: #363838;
    font-size: 14px;
    font-family: "Lato", "Open Sans Regular", "sans-serif"; 
    padding: 20px;
    margin: 0;
    border-bottom: solid 1px #f1f1f1;
}

.editForm  .control-label{
    text-align: left;
}

.editForm input[type="checkbox"] {
    position: relative;
    margin-left: 0px;   
}

/*-----------------------------------------------------------------*/
/*--- #04_new_account.html - NEW ACCOUNT ---*/

.acccap h3 {
    padding: 7px;
    margin: 0;
    border-radius: 2px;
    background-color: #697683;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";


}

.acccap .posttext {
    padding-bottom: 0;
}

.acccap .userinfo {
    padding-top: 0;
    padding-bottom: 0;
}

.accsection.privacy h3 {
    background-color: #9b59b6;
}

.accsection.privacy .posttext {
    padding: 0;
    padding-top: 20px;
}

.accsection.privacy p {
    margin-bottom: 0;
}

.accsection.privacy .checkbox {
    margin: 20px 0 10px 0;
}

.accsection.survey h3 {
    background-color: #e67e22;
}

.accsection.networks h3 {
    background-color: #80d3ab;

}

.accsection .htext {
    width: 40%;
    float: left; 
}

.accsection .hnotice {
    width: 60%;
    float: left;
    text-align: right;
}

.networks .btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    text-align: left;
}

.networks .btn-fb {
    background-color: #3b5b99;
}

.networks .btn-tw {
    background-color: #42c8f4;
}

.networks .btn-gp {
    background-color: #cd3d1e;
}

.networks .btn-pin {
    background-color: #bd1425;
}

.newaccountpage .postinfobot {

    padding: 0 30px 0 115px;

}


.accsection .imgsize {
    color:#989c9e;
    font-size: 12px;
    font-family: "Lato", "Open Sans Regular", "sans-serif";
    margin: 10px 0;
}

.accsection input[type=password] {
    margin-bottom: 0;
}

#emailSubscriptionList  input[type="checkbox"] {
	vertical-align: top;
    margin-right: 10px;	
}
#emailSubscriptionList em {
	font-weight: normal;
}

.g-signin2 {
    display: inline;
}

.abcRioButton.abcRioButtonLightBlue {
    display: inline-block;
}

/*-----------------------------------------------------------------*/
/*--- Extra small devices (less 767px) ---*/

@media (max-width: 767px) {
    
    /*--- index.html ---*/
    .container-fluid {
        padding: 0;
    }

    .post .userinfo {
        width: 90px;
        padding: 15px 0px 15px 5px;
    }

    .post .posttext {
        width: 60%;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar {
          margin-bottom: 0px;
    }	

    .post .comments .commentbg {
        font-size: 12px;
        padding: 7px;
        min-width: 35px;
    }
    .post .time i {
        display: block;
        margin-top: 5px;
    }

    .post .views i {
        margin-top: 5px;
    }

    .post .comments .commentbg .mark {
        left: 36%;
    }

    .post .time,
    .post .views,
    .post .views {
    }
    
    .post .sidebarblock h3 {
        height: 70px;
    }


    .headernav {
        height: auto;
    }

    .avt {
        height: auto; 
        margin-bottom: 15px;
    }

    .selecttopic select {
        width: 100%;
    }

    .avatar .dropdown-menu {
        left: auto;
        right: 0;
    }

    .selecttopic .dropdown-menu {
        margin-top: -20px;
    }

    .dropdown.avatar .status {
        right: 14px;
    }

    .dropdown.avatar b.caret {
        color: #363838;
    }

    .sociconcent {
        text-align: center;
    }

    /*--- 02_topic.html ---*/

    .postinfobot {
        padding: 10px;
    }

    .postinfobot .likeblock {
        width: 100%;
    }

    .postinfobot .posted {
        width: 200px;
        margin: 0;
    }

    .postinfobot .next {
        width: 76px;
        margin: 0;
    }

    .textwraper textarea {
        width: 175px;
    }

    footer ul.socialicons {
        margin: 0;
        padding: 0;
    }
    /* end 2*/

    /*--- 03_new_topic.html ---*/
    #pass {
        margin-bottom: 20px;
    }

    .accsection .htext, 
    .accsection .hnotice {
        width: 100%;
    }

    .accsection .hnotice {
        font-size: 10px;
    }

    .postinfobot .lblfch {
        width: 80%;
    }
    .postinfobot .lblfch label {
        line-height: normal;
        padding-top: 15px;
        padding-bottom: 15px;

    }
    /* end 3 */

    #tagsDropdown {
        width: 34.5%;
    }

    #ctl00_MainContent_doSearch {
        float: right;
        margin-top: 5px;
    }
}


/*-----------------------------------------------------------------*/
/*--- Small devices (768 - 991px) ---*/

@media (min-width: 768px) and (max-width: 991px) {

    .container-fluid {
        padding: 0;
    }

    .post .userinfo {
        width: 125px;
        padding: 15px 0 15px 15px;
    }
    
     .navbar {
      margin-bottom: 0px;
    }

    .post .posttext {
        width: 75%;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .post .comments .commentbg {
        font-size: 12px;
        padding: 7px;
        min-width: 35px;
    }
    .post .time i {
        display: block;
        margin-top: 5px;
    }

    .post .views i {
        margin-top: 5px;
    }

    .post .comments .commentbg .mark {
        left: 36%;
    }

    .headernav {
        height: auto;
    }

    .avt {
        height: auto; 
        margin-bottom: 15px;
    }

    .selecttopic select {
        width: 100%;
    }

    .avatar .dropdown-menu {
        left: auto;
        right: 0;
    }

    .selecttopic .dropdown-menu {
        margin-top: -20px;
    }

    .dropdown.avatar .status {
        right: 14px;
    }

    .dropdown.avatar b.caret {
        color: #363838;
    }
    
}


/*-----------------------------------------------------------------*/
/*--- Medium devices (992-1200px) ---*/
@media (min-width: 992px) and (max-width: 1200px) {
    .container-fluid {
        padding: 0;
    }

    .headernav .search .txt {
        width: 75%;
    }

    .avatar .dropdown-menu {
        left: auto;
        right: 0;
    }
    ul.socialicons {
        margin-bottom: 0;
    }

    /* 2 */
    .textwraper textarea {

        width: 100%;
    }
    /* end 2 */
}


/*-----------------------------------------------------------------*/
/*--- Large devices (more 1200px) ---*/
@media (min-width: 1201px) {
    .container-fluid {
        padding: 0;
    }

    .container {
        padding: 0;
    }
}

/*-- MaplePrimes control styles-- */
.hideme
{
    display: none;
}

.bestAnswerHeader {
   background-color: #D4FFE2 !important;
}

.bestAnswerHeader * {
    border: none !important;
}

#answers_noAnswersMessage {
    margin-left: 14px;   
}

#CommentsList_noCommentsMessage {
    margin-left: 14px;   
}

.commentsForms
{
    background: #E6EEF1; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C6D7DF', endColorstr='#E6EEF1'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#C6D7DF), to(#E6EEF1)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #C6D7DF,  #E6EEF1); /* for firefox 3.6+ */
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

}


.inactiveRatingIcon
{
    color:#999999; 
}

.inactiveVoteCount
{
    color:#999999; 
}

.activeThumbsUp
{
    color:#004359;
}

.activeFavourite
{
    color:#6B93AD;
}

.children
{
    padding-left: 10px;
    border-left: 2px dashed grey;
    margin: 10px 0 20px 25px;
}


.suggest
{
    display: none;
}

.suggest ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.suggest li
{
    display: block;
    float: left;
    margin: 2px 5px;
    padding: 2px 3px;
    border: 1px solid grey;
    cursor: pointer;
    max-height: 25px;
}

.suggest li img {
    vertical-align: text-top;
}

.top2footerBG2
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+35,0083c1+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #0083c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#0083c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#0083c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#0083c1',GradientType=0 ); /* IE6-9 */

}

.top2footerBG
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100&0+-1,0+0,0+0,1+36 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) -1%, rgba(255,255,255,0) 0%, rgba(246,246,246,1) 36%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) -1%,rgba(255,255,255,0) 0%,rgba(246,246,246,1) 36%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) -1%,rgba(255,255,255,0) 0%,rgba(246,246,246,1) 36%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.top2footer
{
    height:50px; 
    position:absolute; 
    top:300px; 
    padding-top:20px; 
    width:110%;
    font-weight:500;
    color:Gray;
}

.pointer
{
    cursor:pointer;
}

.last_addAnswer, .last_addComment, .last_addAnswerReply
{
    cursor: pointer;
}