/* TODO: THESE STYLES ARE HERE TEMPORARILY SO THEY CAN BE EASILY MIGRATED TO RAILS 3/SCSS */

.text-left{
  text-align:left;
}
.crowd-form{
  padding-left:0;
  margin-left:0;
}
.crowd-thumb{
  height:inherit;
  margin:0;
  padding-bottom:22px;
}
.krowd-map{
  height:inherit;
  width:100%;
  border: 1px solid #bfb9b5;
}
.join-funcs{
  margin-bottom:4px;
}
.join-funcs__list{
  margin:0;
  padding:0;
  list-style: none;
}
.join-funcs__list li{
  display: inline-block;
  position:relative;
  float:left;
  padding-right:4px;
}

/*** tabs ***/
.join-funcs__list li:last-child{
  padding:0;
}
.join-funcs__list li.tab_width{
  width:25%;
}
.join-funcs__list li a{
  display:block;
  width:100%;
  height:70px;
  padding-top:18px;
  text-align: center;
  background-color: #2a282a;
}

.join-funcs__icon{
  display:inline-block;
  width:32px;
  height:32px;
  background: url(/images/krowds/joinPage_sprites.png) no-repeat;
}

/*base*/
.join-funcs__icon.tb-map    {background-position: 0 0;}
.join-funcs__icon.tb-fb     {background-position: -32px 0;}
.join-funcs__icon.tb-twt    {background-position: -64px 0;}
.join-funcs__icon.tb-sms    {background-position: -96px 0;}
.join-funcs__icon.tb-mail   {background-position: -128px 0;}
.join-funcs__icon.tb-thumbs {background-position: -160px 0;}

/*hover*/
.join-funcs__list li a:hover  {background-color: transparent;}
.join-funcs__list li a:hover .join-funcs__icon.tb-map     {background-position: 0 -32px;}
.join-funcs__list li a:hover .join-funcs__icon.tb-fb      {background-position: -32px -32px;}
.join-funcs__list li a:hover .join-funcs__icon.tb-twt     {background-position: -64px -32px;}
.join-funcs__list li a:hover .join-funcs__icon.tb-sms     {background-position: -96px -32px;}
.join-funcs__list li a:hover .join-funcs__icon.tb-mail    {background-position: -128px -32px;}
.join-funcs__list li a:hover .join-funcs__icon.tb-thumbs  {background-position: -160px -32px;}

/*active*/
.join-funcs__list li a.active  {background-color: transparent;}
.join-funcs__list li a.active .join-funcs__icon.tb-map     {background-position: 0 -32px;}
.join-funcs__list li a.active .join-funcs__icon.tb-fb      {background-position: -32px -32px;}
.join-funcs__list li a.active .join-funcs__icon.tb-twt     {background-position: -64px -32px;}
.join-funcs__list li a.active .join-funcs__icon.tb-sms     {background-position: -96px -32px;}
.join-funcs__list li a.active .join-funcs__icon.tb-mail    {background-position: -128px -32px;}
.join-funcs__list li a.active .join-funcs__icon.tb-thumbs  {background-position: -160px -32px;}


.thumb-slider{
  height:144px;
  padding: 22px 0;
  overflow-x: scroll;
  overflow-y: hidden;
}
.krowd-thumb-placer{
  display:block;
  width:150px;
  height:102px;
  background: #000;
  margin-left: 22px;
  float:left;
}
.krowd-page-thumb-placer{
  display: block;
  width: 24%;
  min-height: 84px;
  padding: 4px 4px 4px 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  float: left;
  background: #211F21;
  border-radius: 4px;
}
.krowd-page-thumb-placer a{
  outline: none!important;
  outline: 0;
}
.krowd-page-thumb-placer:nth-child(4n+1){
  margin-left: 4px;
}
img.krowd-thumb{
  outline: none;
  border-radius: 3px;
  border: 1px solid #211F21;
  min-height: 76px;
  display: block;
  width: 100%;
  height: auto;
  background-size: 30px;
  background-image: url(/images/krowds/krowd-thumb-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
img.krowd-thumb:hover{
  opacity: 1;
  cursor: pointer;
  border: 1px solid #11DBED;
}
img.selected-video{
  opacity: 1;
  border: 1px solid #11DBED;
  -webkit-box-shadow: 0px 0px 4px rgba(17, 219, 237, 1);
  -moz-box-shadow:    0px 0px 4px rgba(17, 219, 237, 1);
  box-shadow:         0px 0px 4px rgba(17, 219, 237, 1);
}
.thumb-slider__container{
  width:100%;
  overflow-y:hidden;
  overflow-x:scroll;
}
.active-thumbs-page a{
  color: #ffffff;
}
.user-action{
  height:44px;
  line-height:44px;
  vertical-align: middle;
}
.user-action a{
  display:inline-block;
  font-size: 1.2em;
  color:#ffffff;
}
.user-action a:hover{
  text-decoration: none;
  color:#bfb9b5;
}
/** video and comments **/

.margin--less{
  margin-bottom: 12px!important;
}
u{
  text-decoration: underline;
}
p.margin--less{
  margin-top: 8px!important;
}

#commentList{
  position: relative;
  max-height: 180px;
  min-height: 7px;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 2px;
}
.comments ul{
  margin-left: 0;
  list-style: none;
  min-height: 82px;
}
.comment li{
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 3px;
  background: #141414;
  list-style: none;
  font-size: 12px;
}
.new-comment{
  -webkit-box-shadow: 0px 0px 2px rgba(17, 219, 237, 1);
  -moz-box-shadow:    0px 0px 2px rgba(17, 219, 237, 1);
  box-shadow:         0px 0px 2px rgba(17, 219, 237, 1);
}
.comment li blockquote{
  padding-left: 6px;
}
.roundy-input--dark{
  background: #1a1a1a;
}
.comment li p{
  margin-bottom: 6px;
}
.comments h5{
  margin-bottom: 6px;
}
.comments blockquote{
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}
.comments{
  position: relative;
}
.comments-shadow{
  display:none;
  height:80px;
  width:100%;
  position:absolute;
  bottom:0;
  left: 0;
  background-image: url(/images/krowds/comments_mask.png);
}
.video-container{
  background: #141414;
  padding: 0;
  max-height: 258px;
  margin-bottom: 4px;
}
video#KrowdPlayer{
  background: #141414;
  width: 100%;
  height: 100%;
  max-height: 258px;
  min-height: 258px;
}
.join-form{
  display: none;
}
.thumb-pages__list{
  margin-bottom: 0;
  line-height: 12px;
}
/*appify*/

.small-gutter{
  padding-left:4px;
}
.small-gutter--bottom{
  padding-bottom:4px;
}
.no-gutter{
  padding-left:0;
}
.top-bar{
  display:block;
  height: 70px;
  line-height: 70px;
  background-color: #2a282a;
  vertical-align: middle;
}

.top-bar p{
  display: table-cell;
  line-height: normal;
  height: 70px;
  vertical-align: middle;
}

.table-list{
  width:100%;
  list-style: none;
  margin-left: 0;
  background-color: #bfb9b5;
}

.acct-sprite{
  display: inline-block;
  width:22px;
  height:22px;
  position:relative;
  top:5px;
  margin-right:12px;
  background-image: url(/images/krowds/joinPage_account_sprites.png);
  background-repeat: no-repeat;
}
.acct-login{background-position: 0 0;}
.acct-signup{background-position: -22px 0;}

/*** Bottom Section ***/
.full-width-lighter {
  width: 100%;
  background-color: #2A282A;
  margin-top:4px;
}
.home-bottom {
  top: 50px;
  bottom: 50px;
}
.home-bottom__article {
  text-align: center;
}
.home-bottom__article h1{
  color: #11DBED;
  font-size: 1.8em;
}
.home-bottom__article h1{
  color: #11DBED;
  font-size: 1.8em;
}
.home-bottom__article:hover h1{
  color: #fff;
}
.home-bottom__article img{
  width: 173px;
  height: 139px;
  text-align: center;
  margin-bottom: 22px;
}
.home-bottom__article p{
  text-align: left;
  padding: 0 11px;
  color: #fff;
}
.home-bottom__article a.div-link {
  color: #fff;
}

#join-krowd{
  font-size:1.5em;
}



/*** Restore some of the responsive defaults ***/
/* TODO: THESE NEED TO BE REFACTORED AND MOVED SCSS */
@media all and (max-width: 840px) {
  .palm-no-gutter{
    padding-left:0 !important;
  }
  .top-bar{
    margin-top: 4px;
    line-height:normal;
    padding-top:18px;
  }
  .krowd-page-thumb-placer{
    width: 31%;
    min-height: 0;
  }
  img.krowd-thumb{
    display: block;
    width: 100%;
    min-height: 52px;
  }
  .user-action{}
  video#KrowdPlayer{
    background: #141414;
    width: 100%;
    height: 100%;
    max-height: 258px;
    min-height: 258px;
    margin-top: 4px;
  }
  #join-krowd{
    position:relative;
    top: 4px;
  }

}
@media all and (max-width: 640px) {
  .small-gutter{
    padding-left: 22px;
  }
  .krowd-thumb{
    /*max-height: 68px;*/
  }
}



/*** Hide Tabs ***/
.tab-view{
  display: none;
}



#mainView{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

