/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/24px Helvetica, Helvetica Neue, Arial;
    background: rgb(90, 89, 103);
}

.wrapper {
    width: 96%;
    margin: 0 2%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 5px solid #ddd;
}

.footer-container,
.main aside {
    border-top: 20px solid #eee;
}

.footer-container {
  margin-top: 10px;
}

.header-container,
.footer-container,
.main aside {
    background: #fff;
}

h1.title {
    color: #123;
    text-shadow: 2px 2px 5px #494747;
    margin:0;  
}

menu, ol, ul {
    list-style: none;
    padding:0;
    margin:0;
}

#footer-links li {
    display: inline;
    margin-right: 15px;
}

#footer-links-primary a {
    color: #333;
    text-decoration:none;
}

#footer-links-secondary a, #footer-links-secondary .copyright {
    color: #666;
    font-size: 11px;
}

#sm_links {
    text-align:center;   
}
/* ==============
    MOBILE: Menu
   ============== */
nav {
    margin-top:10px;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: #eee;
    background: #D64F3D;
}

nav a:hover
 {
    background: #eee;
    color: #D64F3D;
}



nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 10px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: black;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 12%;
        margin: 0 1%;
        padding: 3px 1%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 60%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    #siteHeader > DIV{
      width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.Form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: .5em;
}
.Form-message span {
    display: none;
}

.PageHeader {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 3px;
}

.PageHeader+p {
    margin-top: 3px;
}

p {
    font-size: 14px;
    color: #66757f;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 400px;
}
.form_description p{
    max-width: 700px;
}

.feedbackForm LI{
    margin-top: 10px;
}

.feedbackForm LI.buttons{
    margin-top: 15px;
}


.feedbackForm label{
    font-weight: bold;
}

.Form input[type="submit"] {
    display: block;
    margin-top: 25px;
}
.Button:hover, .Button:focus {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.15));
}
.Section {
    padding: 40px 30px 0 130px;
    margin-bottom: 25px;

    border: solid 1px #ccc;
    margin-top: 20px;
    border-radius: 5px;
    padding-bottom: 20px;
}

.Button {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 8px 16px;
    border: 1px solid #A81616;
    border-radius: 4px;
    background-color: #EE7A55;
    outline: 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.05));
    display: inline-block;
}

.PasswordStrength input[type=password] {
    padding-right: 85px;
    width: 219px;
}
.Form-textbox {
    width: 300px;
    padding: 4px;
    border-radius: 3px;
    line-height: 20px;
    border: 1px solid #ccd6dd;
    outline: 0;
    font-size: 14px;
    margin: 5px 10px 5px 0;
}
.Form-textbox {
    width: 300px;
    padding: 4px;
    border-radius: 3px;
    line-height: 20px;
    border: 1px solid #ccd6dd;
    outline: 0;
    font-size: 14px;
    margin: 5px 10px 5px 0;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.error {
    color: red;
}

.vidCatList {
    padding: 10px;
}


.vidCatList .col{
    display: inline-block;
    text-align: left;

}


UL.userVideos LI {
  float: left;
list-style: none;
margin-left: 15px;
margin-top: 10px;
width: 240px;
height: 150px;
text-overflow: ellipsis;
box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #ccc;
border-radius: 2px;
padding: 5px 2px 0;
text-align: center;

}


UL.userVideos LI .vtitle {
    height:28px;
   white-space: nowrap;
  text-overflow:ellipsis;  
  overflow: hidden;
 
}
UL.userVideos LI A {
  
font-size: 0.8em;
color: rgb(16, 46, 124);
text-decoration: none;
}
UL.userVideos LI A:hover {
  text-decoration: underline;
}



.form_row input {
  width: 100%;
  display: inline-block;
  outline: none;
  box-shadow: none;
  border: 1px solid #E0E1E3;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  height: 48px;
  margin-bottom: 20px;
  background: #F9F9F9;
  border: 1px solid #E0E1E3;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.dnone{
    display: none;
}


/*     Muora css */

.follow_button, .want_answers, INPUT.bluebtn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: color ease-in-out 100ms,background-color ease-in-out 100ms,border-color ease-in-out 100ms;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(200,200,200,0.2);
  display: inline-block;
  font-weight: 500;
  outline: 0;
  padding: 3px 7px 4px 7px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #f1f8fb;
  color: #2b6dad;
  border: 1px solid #bbcadc;
}


.follow_button.unfollow_button, 
.want_answers.unfollow_button, 
.follow_button.unfollow_question, .want_answers.unfollow_question {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: color ease-in-out 100ms,background-color ease-in-out 100ms,border-color ease-in-out 100ms;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(200,200,200,0.2);
  display: inline-block;
  font-weight: 500;
  outline: 0;
  padding: 3px 7px 4px 7px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  background: #f6f6f6;
  color: #999;
  border: 1px solid #ddd;
}


.follow_button.unfollow_button .count, .want_answers.unfollow_button .count, .follow_button.unfollow_question .count, .want_answers.unfollow_question .count {
  color: #999;
}
.follow_button.unfollow_button .count, .want_answers.unfollow_button .count, .follow_button.unfollow_question .count, .want_answers.unfollow_question .count {
  background: 0;
  padding: 0;
  margin: 0;
  margin-left: 6px;
  padding-left: 6px;
  transition: color ease-in-out 100ms,background-color ease-in-out 100ms,border-color ease-in-out 100ms;
  position: relative;
  border-radius: 0 3px 3px 0;
}

.follow_button.unfollow_button .count:before, .want_answers.unfollow_button .count:before, .follow_button.unfollow_question .count:before, .want_answers.unfollow_question .count:before {
  content: "";
  transition: color ease-in-out 100ms,background-color ease-in-out 100ms,border-color ease-in-out 100ms;
  width: 1px;
  height: 14.5px;
  position: absolute;
  left: 0;
  top: 2px;
}


.follow_button .count:before, .want_answers .count:before {
  background: #a9ccee;
}
.follow_button .count:before, .want_answers .count:before {
  content: "";
  transition: color ease-in-out 100ms,background-color ease-in-out 100ms,border-color ease-in-out 100ms;
  width: 1px;
  height: 14.5px;
  position: absolute;
  left: 0;
  top: 2px;
}

.count {
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  background: #eee;
  color: #999;
  font-weight: bold;
  min-width: 10px;
  padding: 2px 3px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  float: none;
}


.follow_button .count, .want_answers .count {
  background: 0;
  padding: 0;
  margin: 0;
  margin-left: 6px;
  padding-left: 6px;
  transition: color ease-in-out 100ms,background-color ease-in-out 100ms,border-color ease-in-out 100ms;
  position: relative;
  border-radius: 0 3px 3px 0;
}

.header_content {
  position: relative;
  min-width: 145px;
  }

.follow_state_badge {
  position: absolute;
  top: 8px;
  right: 5px;
  background: #eee;
  color: #999;
  font-size: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 2px 4px;
}

.follow_button .count, .want_answers .count {
  color: #1a5c9c;
}
a {
  text-decoration: none;
  color: #2b6dad;
}


.ActionBar .action_item {
  float: left;
  margin-right: 12px;
}


.ActionBar .primary_item {
  float: left;
  margin-right: 12px;
}

.ActionBar .overflow {
  float: right;
  margin-right: 0;
}

.ActionBar {
  font-size: 13px;
  margin-bottom: -16px;
  margin-top:25px; 
  padding: 8px 0 16px;
  bottom: 0;
  clear: left;
}

.ActionBar:before, .ActionBar:after {
  display: table;
  content: "";
  zoom: 1;
}

nav a.navRightLink{
  float:none;
  display:inline;
  padding:5px;
  background: white;
  color: #D64F3D;
  border: solid 1px;
  border-radius: 4px;
}

.ActionBar .action_item a, .ActionBar .action_item .is_owner {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 0 4px;
    color: #282828;
  background: 0;
  font-weight: 400;
}

.ActionBar .action_item a:hover{
  color: #2b6dad;
  
}

.ActionBar .action_item a.youtube:hover{
  color: #ff0000;
  
}

.ActionBar .action_item .fa {
  font-size: 1.9em;
  margin-right: 8px;
}

.UserPage .grid_page_hero .header .header_content .ActionBar.Profile {
  padding-bottom: 0;
}

.ActionBar:after {
  clear: both;
}

.list_count.grey_badge {
  background: 0;
  padding: 0;
  color: #aaa;
  margin-left: 4px;
}

.NavList .nav_item_selected {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}


.EditableList .EditableListItem>a, .NavList .EditableListItem>a, 
.EditableList .StaticListItem>a, .NavList .StaticListItem>a, 
.EditableList .NavListItem>a, .NavList .NavListItem>a, .EditableList .list_empty>a, .NavList .list_empty>a {
  display: inline-block;
  padding: 4px 5px;
  margin: 0 0 0 -5px;
  color: #666;
}



.EditableList .EditableListItem>a:hover, .NavList .EditableListItem>a:hover, 
.EditableList .StaticListItem>a:hover, .NavList .StaticListItem>a:hover, 
.EditableList .NavListItem>a:hover, .NavList .NavListItem>a:hover,
 .EditableList .list_empty>a:hover, .NavList .list_empty>a:hover {
  color: #2b6dad;
}


.profilePic {
    background-color: #fff;
    border:0;
    -webkit-border-radius: 2px;
    height: 160px;
    width: 160px;
    border-radius: 3px;
    box-shadow: none;

}

.profilePicC{    
    
    
    text-align: center;
    padding: 3px 2px;
    
    max-height: 160px;
    overflow: hidden;


    

background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;

    }

.ProfileNavList {
    padding: 10px 0 5px 15px;

}

.userProfile {
    line-height: 1.4;
    color:#333;
}


h1, h2, h3, h4, h5, h6, ul, ol, li {
  margin: 0;
  padding: 0;
}

.ObjectCard {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 3px;
}

.ObjectCard {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 254px;
}

 .PagedList {
  font-size: 13px;
}

.ObjectCard:before, .ObjectCard:after {
  display: table;
  content: "";
  zoom: 1;
}
.ObjectCard:after {
  clear: both;
}

.ObjectCard .ObjectCard-header:before, .ObjectCard .ObjectCard-header:after {
  display: table;
  content: "";
  zoom: 1;
}

.ObjectCard .ObjectCard-header:after {
  clear: both;
}



.userVideos:before, .userVideos:after {
  display: table;
  content: "";
  zoom: 1;
}

.userVideos:after {
  clear: both;
}

.ObjectCard .ObjectCard-header .profile_photo_img, .ObjectCard .ObjectCard-header .topic_photo_img {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
.profile_photo_img {
  border-radius: 3px;
}
.ObjectCard .ObjectCard-header {
  padding-left: 36px;
  height: 30px;
}

.ObjectCard .ObjectCard-body {
  min-height: 36px;
}

.ObjectCard .ObjectCard-footer {
  font-size: 13px;
  min-height: 27px;
  border-radius: 0 0 3px 3px;
  position: relative;
}

.ObjectCard .ObjectCard-header .user, .ObjectCard .ObjectCard-header .topic_name, .ObjectCard .ObjectCard-header .BoardName, .ObjectCard .ObjectCard-header .sig {
  float: left;
  max-width: 100%;
  display: inline-block;
  margin-top: -2px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  height: 18.2px;
}

.ObjectCard .ObjectCard-header .sig {
  clear: left;
}


.list_header {
  
  
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 16px;
  margin-left: 10px;
  border-bottom: 1px solid #e2e2e2;

  font-weight: bold;
    font-size: 14px;
    color: #444;
}

.ObjectCard .ObjectCard-header .name_text, .ObjectCard .ObjectCard-header .user, .ObjectCard .ObjectCard-header .BoardName {
  font-weight: bold;
  color: #333;
}

audio, canvas, img, video {
  vertical-align: middle;
}

TD.midCol {
  width:80%;
}

.home_status_form {
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px;
  margin-bottom: 10px;
  
}

.home_status_form textarea{
  border:0;
  width: 99%;
  padding: 5px;

    background-color: transparent;
  
  -webkit-box-sizing: border-box;
  outline: 0;
  resize:none;
  color: #333;
  font-size: 13px;
  height:63px;
  
}

.home_status_form .head {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  font-weight: bold;
}

.home_status_form .head IMG{ 
  width: 23px;
}

.options {
  background-color: #f6f7f8;
  border-top-color: #e9eaed;
 border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  background-color: #f6f7f8;
  border-top: 1px solid #e6e6e6;
  padding: 3px 10px;
  font-size: 13px;
  }

.submit_button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: color ease-in-out 100ms,background-color ease-in-out 100ms,border-color ease-in-out 100ms;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(200,200,200,0.2);
  display: inline-block;
  font-weight: 500;
  outline: 0;
  padding: 3px 7px 4px 7px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #2b6dad;
  color: #fff;
  border: 1px solid #4f5863;
}

TD.leftCol {
  vertical-align: top;
}

.userLeftMenu {
  padding: 0 8p 10px;
}

.userLeftMenu LI A{
  padding: 4px 4px;
  color:#555;
}

.userLeftMenu LI A:hover{
  padding: 4px 4px;
  color:#2b6dad;
}


.newsFeedItem {
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 10px;
  padding: 12px;
  position: relative;
  word-wrap: break-word;
}




.nf_pic {
  width: 40px;
  margin-top: 2px;
}

.newsfeed_comments, .newsfeed_likes {
  background-color: #f6f7f8;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  color: #141823;
  margin: 8px -12px -12px;
  overflow: visible;
  width: auto;
}

.UFILikeSentence {
  padding-bottom: 7px;
  padding-top: 9px;
  border-top: 1px solid #e1e2e3;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.updateDesc {
  font-size: 15px;
  color: #333;
}

.updateDescWallpost {
      margin: 5px 0;
    border: solid 1px #90b3c1;
    border-radius: 5px;
    padding: 8px;
    background: #e5f2ff;
    font-weight: bold;
    color: #333;
}


.upe_row {
  margin-top: 12px;
}

.upe_row INPUT, .upe_row SELECT {
  border-radius: 3px;
  border: solid 1px #ccc;
  padding: 5px;
   font-size:123%;
   width: 98%;
}

.upe_row input[type="submit"] {
    width: 150px;
  }

.upe_row Label{
  font-weight: bold;
  font-size:123%;
}

#newPLForm {
  border: solid 1px #ccc;
  border-radius: 8px;
  margin: 10px 0;
  padding: 10px;
    background: #eee;
}

#newPLForm DIV {
  margin: 10px 0px;

}

#newPLForm .label {
  display: inline-block;
  width: 107px;
  text-align: right;
  margin-right: 15px;
  font-weight: bold;
}

.deletePL, .updatePL {

  cursor:pointer;
}

label, input {
  display: inline;
}

.imp_count{
  background-color: #D64F3D;
  color: white;
  padding: 0 5px;
  border-radius: 10px;
}

.unread {

  background: #eee;
}
.newsFeedItem{

  -webkit-transition: background-color 3s;
    transition: background-color 3s;
}


span.creditAmt{
  text-align: center;
    padding: 10px 10px 10px 9px;
    background-color: #BFFFA4;
    border: solid 1px #38A900;
    font-weight: bold;
    border-radius: 3px;
    font-size: 114%;
}

span.minusAmt {
background:#EFB3B3;
border-color: #EF4551;
}


#moveToTop {
  position: fixed;
  bottom: 1%;
  right: 3%;
}

#moveToTop a {
border-radius: 3px;
    padding: 4px 7px;
    border: solid 1px #193c94;
    box-shadow: 1px 1px 2px #CBDAFF, -1px -1px 2px #CBDAFF;
    background: #2b6dad;
    color: white;
    font-size: 90%;
    font-weight: bold;
}

.usersIcon{    
  margin-left: 20px;
    padding: 8px 12px 0 0;
  }

  i.fa-users {
    color: #D00000;
}
i.fa-globe {
    color: #007BC3;
}

#shareWidget span {
  cursor: pointer;
}