/* Add additional stylesheets below
-------------------------------------------------- */
html {
    height: 100%;
}


/* Body and structure
-------------------------------------------------- */
body {
    position: relative;
    background-image: url(../img/background_pattern.png);
    background-repeat: repeat;
    /*background-position: 50% 0px; */
    height: 100%;
}

.body_content {
    background-repeat: no-repeat;
    background-position: 50% 0px;
    width: 100%;
    height: 100%;
    
    display:block;
}


/* Space out sub-sections more
-------------------------------------------------- */
section {
    padding-top: 30px;
}

.alert-info h1
{
    color: #456292;
}

/* TF2 Item Boxes
-------------------------------------------------- */
.tfitem {
    display: inline-block;
    width: 93px;
    height: 70px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    white-space:nowrap;

    background-color: #4c4216;
    border: 4px solid #ffd800;
    
    margin: 2px;
    
    color: #ffd800;
}
.tfitem:hover, .tfitem.active {
    background-color: #ffd800;
    border: 4px solid #4c4216;
}

.tfitem.vintage {
    background-color: #232832;
    border: 4px solid #456292;
    color: #456292;
}
.tfitem.vintage:hover, .tfitem.vintage.active {
    background-color: #456292;
    border: 4px solid #232832;
}

.tfitem.strange {
    background-color: #422b1b;
    border: 4px solid #d06a2e;
    color: #d06a2e;
}
.tfitem.strange:hover, .tfitem.strange.active {
    background-color: #d06a2e;
    border: 4px solid #422b1b;
}

.tfitem.community {
    background-color: #343c2b;
    border: 4px solid #70B04A;
    color: #70B04A;
}
.tfitem.community:hover, .tfitem.community.active {
    background-color: #70B04A;
    border: 4px solid #343c2b;
}

.tfitem.selfmade {
    background-color: #343c2b;
    border: 4px solid #70B04A;
    color: #70B04A;
}
.tfitem.selfmade:hover, .tfitem.selfmade.active {
    background-color: #70B04A;
    border: 4px solid #343c2b;
}

.tfitem.unusual {
    background-color: #382d3b;
    border: 4px solid #8650AC;
    color: #8650AC;
}
.tfitem.unusual:hover, .tfitem.unusual.active {
    background-color: #8650AC;
    border: 4px solid #382d3b;
}

.tfitem.haunted {
    background-color: #382d3b;
    border: 4px solid #8650AC;
    color: #8650AC;
}
.tfitem.haunted:hover, .tfitem.haunted.active {
    background-color: #8650AC;
    border: 4px solid #382d3b;
}

.tfitem.valve {
    background-color: #3d2233;
    border: 4px solid #A50F79;
    color: #A50F79;
}
.tfitem.valve:hover, .tfitem.valve.active {
    background-color: #A50F79;
    border: 4px solid #3d2233;
}

.tfitem.genuine {
    background-color: #3d2233;
    border: 4px solid #2f332d;
    color: #2f332d;
}
.tfitem.genuine:hover, .tfitem.genuine.active {
    background-color: #2f332d;
    border: 4px solid #3d2233;
}

.tfitem.stock {
    background-color: #3f3d3c;
    border: 4px solid #B2B2B2;
    color: #B2B2B2;
}
.tfitem.stock:hover, .tfitem.stock.active {
    background-color: #B2B2B2;
    border: 4px solid #3f3d3c;
}

.tfitem img {
    width: 70px;
    height: 70px;
    margin-left: 11px;
    margin-top: 0px;
}

.tfitem .amount {
    width: 40px;
    height: 20px;

    text-align: right;
    z-index: 1;
    font-size: 1.3em;
    margin-top: -22px;
    margin-left: 50px;

}

.tfitem .amount .content
{

    padding-left: 3px;
    padding-right: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.tfcolor-community {
    color: #70B04A;
}
.tfcolor-selfmade {
    color: #70B04A;
}
.tfcolor-unusual {
    color: #8650AC;
}
.tfcolor-haunted {
    color: #8650AC;
}
.tfcolor-vintage {
    color: #476291;
}
.tfcolor-unique {
    color: #FFD700;
}
.tfcolor-itemtype {
    color: #756a5d;
}
.tfcolor-positive {
    color: #9acdff;
}
.tfcolor-negative {
    color: #ff3e3e;
}
.tfcolor-stock {
    color: #B2B2B2;
}
.tfcolor-highlight {
    color: #C94F39;
}

.popover-line
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.popover-insignificant
{
    margin-top: 10px;
    font-size: 0.9em;
}

.hero-unit
{
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover, cover;
    
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.item-display-container
{
    margin-left: auto;
    margin-right: auto;
}

.item-display-box
{
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #231d17;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.item-display-box .content
{
  width: 32px;
  height: 32px;
  background-color: #393431;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.item-display-display, .item-display-icon
{
    margin-top: 15px;
    margin-bottom: 5px;
}

.modal-body .price
{
    position: relative;
    z-index: 2055;
    font-size: 1.3em;
    left: 0px;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

.well.hotspot:hover
{
  text-decoration: none;
  background-color: #924738;
}

/* LOADOUT */

.loadout-class-select
{
    margin: auto;
    width: 100%;
}

.classemblem
{
    display: inline-block;
    text-align: center;
    min-width: 70px;
    max-width: 200px;
    
    margin: 0px 15px;
}

.classemblem img
{
    margin-bottom: 5px;
    cursor: pointer;
}

.loadout_container
{
    background-image: url(../img/loadout/background_loadout_2.png);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-color: #45413a;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.loadout_arrow
{
    width: 33px;
    height: 18px;
    background-image: url(../img/loadout/loadout_arrow.png);
    background-repeat: no-repeat;
    
    position: relative;
}

.loadout_container .loadout_left
{
    background-image: url(../img/loadout/background_loadout_left.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: 100% 0px;
    height: 100%;
}

.nav-loadout-list > li > a
{
    color: #45413a;
    background-color: #e6e3d2;
    text-transform: uppercase;
    font-weight: bold;

    background-image: -moz-linear-gradient(top, #e6e3d2, #b8b7a3);
    background-image: -ms-linear-gradient(top, #e6e3d2, #b8b7a3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e3d2), to(#b8b7a3));
    background-image: -webkit-linear-gradient(top, #e6e3d2, #b8b7a3);
    background-image: -o-linear-gradient(top, #e6e3d2, #b8b7a3);
    background-image: linear-gradient(top, #e6e3d2, #b8b7a3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'e6e3d2, endColorstr='#'b8b7a3, GradientType=0);
}

.nav-loadout-list > li > a:hover, .nav-loadout-list .active > a
{
    color: #45413a;
    background-color: #f1e2a9;

    background-image: -moz-linear-gradient(top, #f1e2a9, #e1c78a);
    background-image: -ms-linear-gradient(top, #f1e2a9, #e1c78a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1e2a9), to(#e1c78a));
    background-image: -webkit-linear-gradient(top, #f1e2a9, #e1c78a);
    background-image: -o-linear-gradient(top, #f1e2a9, #e1c78a);
    background-image: linear-gradient(top, #f1e2a9, #e1c78a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'f1e2a9, endColorstr='#'e1c78a, GradientType=0);
}

.loadout_container .loadout-slots
{
    width: 125px;
    height: 100%;
    height: 320px;
    background-color: #a8945f;
    
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.loadout_container .loadout-slots-right
{
    width: 125px;
    height: 100%;
    height: 320px;
    background-color: #a8945f;
    margin-left: 5px;
    
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.loadout_container .loadout-display
{
    width: 270px;
    min-width: 270px;
    height: 320px;
    background-color: #9b957d;
    margin-left: 5px;
    text-align: center;
    line-height:320px;
    vertical-align: middle;
    
    background-image: url(../img/loadout/display_background_01.png);
    background-repeat: no-repeat;
}

.btn-loadout-item
{
    width: 111px;
    height: 84px;
    margin: 6px;
    
    border: 1px solid #45413a;
    
    -webkit-box-shadow: 0 2px 1px #45413a;
    -moz-box-shadow: 0 2px 1px #45413a;
    box-shadow: 0 2px 1px #45413a;
    
    font-family: 'Nunito', sans-serif;
    font-weight:bold;
    text-align: center;
    
    text-shadow: #676054 0px 1px 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    color: #45413a;
    background-color: #d1c7ae;
    background-image: -moz-linear-gradient(top, #d1c7ae, #9a8b74);
    background-image: -ms-linear-gradient(top, #d1c7ae, #9a8b74);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1c7ae), to(#9a8b74));
    background-image: -webkit-linear-gradient(top, #d1c7ae, #9a8b74);
    background-image: -o-linear-gradient(top, #d1c7ae, #9a8b74);
    background-image: linear-gradient(top, #d1c7ae, #9a8b74);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'d1c7ae, endColorstr='#'9a8b74, GradientType=0);
}

.btn-loadout-item:hover:not(.disabled)
{
    color: #ece3cb;
    background-color: #924738;
    background-image: -moz-linear-gradient(top, #924738, #73392d);
    background-image: -ms-linear-gradient(top, #924738, #73392d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#924738), to(#73392d));
    background-image: -webkit-linear-gradient(top, #924738, #73392d);
    background-image: -o-linear-gradient(top, #924738, #73392d);
    background-image: linear-gradient(top, #924738, #73392d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'924738, endColorstr='#'73392d, GradientType=0);
}
.btn-loadout-item:active:not(.disabled)
{
    color: #84756b;
    background-color: #5d2b21;
    background-image: none;
    filter: none;
}

.btn-loadout-item .small
{
    font-size: 15px;
}

.btn-loadout-item .text
{
    margin-top:22px;
}

.carousel-selectbox
{
    padding: 10px;
    text-align: center;
}

h1.itemfound
{
    font-family: 'Boogaloo', cursive;
    text-transform: uppercase;
    font-weight: normal;
    
    font-size: 4em;
}

h2.itemfound
{
    font-family: 'Boogaloo', cursive;
    text-transform: uppercase;
    font-weight: normal;
    
    font-size: 3em;
}

h3.itemfound
{
    font-family: 'Boogaloo', cursive;
    text-transform: uppercase;
    font-weight: normal;
    
    font-size: 2em;
}

.well.itemfound
{
  border: 1px solid #ebe3cb;
  display: table;
  background-color: rgba(57, 52, 49, 0.6);
}

.vcenter-main
{
    display: table;
    height: 100%;
}

.vcenter-item
{
    display: table-cell;
    vertical-align: middle;
}

.itemfound-avatar
{
    float: right;
}

.itemfound-avatar img
{
    border: 3px solid black;
}

@font-face {
	font-family: "TF2 Build";
	src: local("TF2 Build"), url(../fonts/tf2build.ttf);
}

.font-tf2build, .attribute-title, h1.itemfound, h2.itemfound, h3.itemfound, .btn-tf
{
    font-family: "TF2 Build", Arial, Helvetica, Verdana, sans-serif; 
}

@font-face {
	font-family: "TF2 Secondary";
	src: local("TF2 Secondary"), url(../fonts/tf2secondary.ttf);
}

.font-tf2secondary, .attribute-desc
{
    font-family: "TF2 Secondary", Arial, Helvetica, Verdana, sans-serif; 
}

.attribute-title
{
    font-size: 2.2em;
    line-height:130%;
}

.attribute-desc
{
    font-size: 1.2em;
}

.btn-tf
{
    text-transform: uppercase;
    width: 90px;
}

.btn-tf.itemfound
{
    position: relative;
    top: -50px;
}

.attribute-count
{
    width: 110px;

    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    
    background-color: rgba(0, 0, 0, 0.4);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    font-size: 1.2em;
    text-transform: uppercase;

}

.mycurrency
{
    float: left;
    min-width: 100px;
    margin: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.4);
}

.mycurrency>h1
{
    font-size: 1.0em;
    line-height: 18px;
    height: 18px;
}

.mycurrency>.label
{
    font-size: 1.1em;
}

.btn>small
{
    font-size: 9px;
}

input.btn
{
    height: 35px;
}

.collectible_container
{
    margin: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    font-family: "TF2 Secondary", Arial, Helvetica, Verdana, sans-serif; 
    
    font-size: 1.7em;
}

.collectible_container table
{
    border: 1;
}

.collectible_container h1
{
    font-size: 0.9em;
    font-family: "TF2 Build", Arial, Helvetica, Verdana, sans-serif;
}

.btn-important
{
  padding: 15px 20px;
  font-size: 25px;
  line-height: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "TF2 Build", Arial, Helvetica, Verdana, sans-serif;
}

/* Checklist
-------------------------------------------------- */

.checklist-container
{
    width: 640px;
    
    margin: auto;
    padding: 20px;
    background-color: #686868;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.checklist-container .block
{
    width: 32px;
    height: 32px;
    background-color: #797d84;
    display: inline-block;
    margin: 4px;
    border: 0px;
}

.checklist-container .block.hint
{
    background-color: #a3a3a3;
    background-image: url('../img/checklist/checklist_hint.png');
}

.checklist-container .block.hint.important
{
    background-color: #a3a3a3;
    background-image: url('../img/checklist/checklist_hint_important.png');
}

.checklist-container .block.complete
{
    background-color: #6edb2e;
    background-image: url('../img/checklist/checklist_complete.png');
}

.checklist-container .block.complete.important
{
    background-color: transparent;
    background-image: url('../img/checklist/checklist_complete_important.png');
}

.checklist-container .block.focus
{
  border: 4px solid #fefee6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  margin: 0px;
}

.checklist-container .space
{
    margin: 0px;
    padding: 0px;
    height: 40px;
}

.checklist-line
{
    position: absolute;
    background-color: #fefee6;
    z-index:1;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

.checklist-stats
{
    height: 20px;
    
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: 0px;
    margin-right: 0px;
}

.checklist-stats .box
{
    padding: 12px;
    background-color: #686868;
    height: 20px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    text-align: center;
}

.checklist-stats .box.counter
{
    font-family: "TF2 Build", Arial, Helvetica, Verdana, sans-serif; 
    font-size: 2em;
    width: 120px;
    margin-left: 0px;
}

.checklist-description
{
    width: 640px;
    min-height: 66px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    
    background-color: #000000;
    border: 4px solid #516153;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    color: #505050;
}

.checklist-description.complete
{
    color: #ebe3cb;
}

.checklist-description h1
{
    font-family: "TF2 Build", Arial, Helvetica, Verdana, sans-serif; 
    font-size: 2em;
}

.checklist-description p
{
    font-family: "TF2 Secondary", Arial, Helvetica, Verdana, sans-serif; 
    font-size: 1.2em;
}

.checklist-description p#prize
{
    font-size: 1.3em;
    color: #C94F39;
}
.checklist-description .progress>#progress
{
    font-family: "TF2 Build", Arial, Helvetica, Verdana, sans-serif; 
    font-size: 1.2em;
    text-align: center;
}

.checklist-description .icon
{
    width: 60px;
    height: 60px;
    border: 3px solid #516153;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.checklist-description .progress
{
    background-color: #505050;
    background-image: none;
}
.checklist-description .progress>.bar
{
    background-color: #516153;
    background-image: none;
    color: #000000;
}
.checklist-description .progress>.bar.empty
{
    width: 100%;
    background-color: transparent;
}
.checklist-description.complete .progress>.bar
{
    color: #ebe3cb;
}

.checklist-explosion
{
    position: absolute;
    z-index:2;
}