﻿/* Nav */
#navbarBrandBig {
    font-family: 'Teko', sans-serif;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 37px;
}

#navbarBrandSmall {
    color: lightgray;
    font-size: 25px;
}


/* Game List */

.img-gamelist {
    display: inline-block;
    position: relative;
    border-radius: 6px;
}

.item-gamelist {
    margin: 5px;
    height: 120px;
    width: 120px;
    position: relative;
}

.span-gamelist {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    cursor: pointer;
    display: table;
    height: 120px;
    position: absolute;
    top: 0;
    width: 120px;
    opacity: 0;
    border-radius: 6px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    font-family: 'Teko', sans-serif;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    text-align: center;
}

.item-gamelist a:hover span.span-gamelist {
    opacity: 1;
}

/* Kit list*/

.img-kitlist {
    border-radius: 4px;
    padding: 0;
}

.span-kitlist {
    position: absolute;
    color: white;
    display: table;
    font-family: 'Teko', sans-serif;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.5), -5px 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 5px;
}

/* Search Bar */


#tagitSearchBar {
    width: 90%;
    margin: 10px;
} 



/* Kit Page, Game Page */

#kitProfileImageContainer {
    height: 305px;
    display:flex;

}

#gameProfileImageContainer {
    height: 188px;
    display:flex;
}
#gameProfileImage, #kitProfileImage {
    object-fit: scale-down;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}


#kitBioTextContainer {
    height: 305px;
    overflow-y: scroll;
}


#gameBioTextContainer {
    height: 100px;
    overflow-y: scroll;
}


.card-tags {
    min-height: 130px;
}

.nav-link-ability {
    background-color: #fff !important;
    padding: 0;
}

.nav-link-ability.active {
    border: 1px solid grey;
}


/* Admin */

#logtable {
    height: 500px;
    overflow-y: scroll;
}


h1.panel-title {
    font-size: 24px;
}




.container-fluid-nopadding {
    padding-left: 0px;
    padding-right: 0px;
}



.label {
    font-size: 12px;
    line-height: 25px;
}

.bio-scroll {
    max-height: 270px;
    overflow-y: scroll;
}

.div-centerAlignedContent {
    display: table-cell;
    vert-align: middle;
    text-align: center;
}



.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    vertical-align: middle;
}

.img-gamelogo {
    max-height: 260px;
    margin: auto;
    margin-bottom: 10px;
}

.well-kit {
    margin-top: -10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.well-bio{
    padding: 30px;
    padding-bottom: 5px;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}







.img-withTextOverlay {
    position: relative;
    width: 100%;
}

.img-gametitle {
    position: absolute;
    color: white;
    bottom: -6px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
}



.img-ability {
    height: 50px;
}

.popover-kit{
    border: black;
    border-style: solid;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.table-abilities{
    margin-bottom: 0px;
}

.twitter-div{
    max-height: 600px;
    overflow-y: scroll;
}

.label-primarytag{
    font-size: 15px;
}


/*Show more-show less*/

.short-text {
  overflow: hidden;
  max-height: 160px;
}

.full-text {
  height: auto;
}

.show-more {
  padding: 10px 0;
  text-align: center;
}

.icon-nexttoheader{
    color: orange;
    font-size: 20px;
}

.icon-nexttotext{
    color: orange;
    vertical-align: middle;
}


.col-withwarning{
    padding-bottom: 5px;
}

.div-warningtext{
    font-weight: 700;
}

.div-warningInSkill{
    margin-bottom: 0px;
}

.div-logtable{
    max-height: 300px;
    overflow-y: scroll;
}

.h1-errorTitle{
    font-family: 'Teko', sans-serif;
    text-decoration: none!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200px;
    color: #555555;
    margin-bottom: -60px;
}

.h3-errorSubTitle{
    font-family: 'Teko', sans-serif;
    text-decoration: none!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555555;
    padding: 0;
    margin: 0;
}

.input-WeightingCounter{
    width: 50px;
}


.img-RecommendedKitList{
   height: 50px;
}

.div-similarKitsItemList{
    overflow-y: scroll;
    max-height: 410px;
}

.tr-hover{
    cursor: pointer;
}


.link-kitlist{
    padding-top: 32px;
    padding-bottom: 32px; 
}


.ribbon {
    font-size: 14px;
    background-color: darkred;
    text-align: center;
    color: white;
    font-weight: 600;
    position: relative;
    top: 95px;
   }

.span-cancelled-ribon{
    display: table;
    height: 120px;
    position: absolute;
    top: 0;
    width: 120px;
    border-radius: 6px;
}  

.tr-hover-cancelled{
    background-color: #ddd
}  


/*Corner Ribbon*/

.corner-ribbon.red {
    background: #e43;
}

.corner-ribbon.top-left {
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 999;
}

.fb-login {
    padding-bottom: 15px;
    padding-top: 13px;
}

#footer {
    border-top: 1px solid lightgray;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px; /* Height of the footer */
    background: #f8f8f8;
    padding-left: 10px;
    padding-top: 15px;
    font-family: 'Teko',sans-serif;
}

.td-recommendedKitsCol {
  vertical-align: middle !important;
}

.td-recommendedKitsIcon {
    max-width:67px !important; 
}

.td-recommendedKitsUpvote {
    font-size: 17px;
    color: green;
}

.td-recommendedKitsUpvote:hover {
    font-size: 24px;
}
