//body { background-image:url('https://dinkydana.com/css/textures/brushed_alu.png'); }
body.wait * {cursor:wait !important;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.navbar { box-shadow: 0px 3px 3px #666; }
.navbar-inverse .navbar-inner {
  background-color: #666;
  background-image:url('https://dinkydana.com/css/textures/denim.png');
  background-repeat:repeat;
  border-color: #252525;
}
#footer { background-image: url('https://dinkydana.com/css/textures/denim.png'); color: #fff; width: 100%; max-height: 31px; }
pre {
  word-break: normal;
  word-wrap: break-word;
  margin: 0px;
  padding: 5px;
  font-size: 11px;
}
.navbar .container { width: 100%; }
.container, .container .brand {
  margin-left: 0px;
}

#divGameListing { padding: 2px; }
#divGameListing > .table { margin-bottom: 0px; }
.form-horizontal .control-group {
	margin: 0 0 3px 0;
}
.well.userGameCollection {border-color: #cfcfd1; margin: 0 0 0 0;padding: 5px;}

.btn-profile.btnProfileFeatured {
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #FBB40E;
  background-image: -moz-linear-gradient(top, #F8C950, #F5B40F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F8C950), to(#F5B40F));
  background-image: -webkit-linear-gradient(top, #F8C950, #F5B40F);
  background-image: -o-linear-gradient(top, #F8C950, #F5B40F);
  background-image: linear-gradient(to bottom, #F8C950, #F5B40F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF8C950', endColorstr='#ffF59F16', GradientType=0);
  border-color: #F8C950 #F8C950 #F8C950;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #F8C950;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
hr {
  margin: 0 0 0 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #666666;
}
.editBtn {
  float: right;
  font-size: 11px;
  text-decoration: underline;
  color: #020266;
}
label { cursor: default; }
@media screen and (max-width: 767px) {
  .navbar-inner, .navbar-inner .container {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin: 0px; }
  .mobile-hidden {
    display:none;
  }
  .articleTitle {
    font-size: 24px;
  }
  .slideshowImage {
    height: 150px;
  }
  .homepageBlogBox { padding: 5px; margin: 0 0 20px 0; background: #fff; background: #eaebed; }
  .row-fluid .blog {
    width: 100.0%;
    margin: 0 0px 0 0px;
  }
  .blogPostYT {
    width: 100%;
    min-height: 175px;
    max-height: 350px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .blogPostImage {
    width: 100%;
    min-height: 175px;
    max-height: 275px;
    padding-top: 10px;
    margin: auto;
  }
  .blogPostContent {
    margin: 20px 10px 10px 10px;
    min-height: 175px;
    font-size: 12px;
    text-align:justify;
    text-justify:auto;
  }
  #footer {

     position: static;
  }
}
@media screen and (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
  .container {
    margin: 0 auto 0 auto;
  }
  .collectionImages { max-height: 100px; }
  .container-body { max-width: 980px; margin: auto; }
  .articleTitle {
    font-size: 24px;
    margin: 0px;
  }
  .row-fluid .span3, .row-fluid .span6, .row-fluid .span9 {
    margin: 0 5px 0 5px;
  }
  .slideshowImage {
    height: 375px;
  }
  .blogBox { margin: 0 5px 0 0px; }
  .homepageBlogBox { padding: 5px; margin: 0 5px 20px 5px; background: #fff; background: #eaebed; }
  .row-fluid .blog {
    width: 25.0%;
    margin: 0 0px 0 0px;
  }
  .blogPostYT {
    width: 100%;
    min-height: 300px;
    max-height: 400px;
    padding-top: 10px;
  }
  .blogPostImage {
    max-width: 80%;
    min-height: 200px;
    max-height: 350px;
    padding-top: 10px;
  }
  .blogPostContent {
    margin: 10px 20px 10px 20px;
    min-height: 200px;
    font-size: 12px;
    text-align:justify;
    text-justify:auto;
  }
}
@media screen and (min-width: 980px) {
  .navbar .nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  .navbar .nav li.dropdown > ul.dropdown-menu {
    display: none;
  }
  .navbar .nav li.dropdown > .dropdown-toggle {
    background-color: transparent;
    color: #ffffff;
    outline: none;
  } 
  .navbar .nav li.dropdown:hover > .dropdown-toggle {
    background-color: #2F87E4;
  }
  .transparent {
    background-color: transparent;
  }
  .headerSpacer {
    padding-top: 30px;
  }
}
@media screen and (max-width: 979px) {
  .headerSpacer {
    margin-top: -20px;
  }
}
ul.dropdown-menu {
  margin-top: -1px;
}
.btn-info.btn-profile {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #12457F;
  background-image: -moz-linear-gradient(top, #6DA0DA, #12457F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6DA0DA), to(#12457F));
  background-image: -webkit-linear-gradient(top, #6DA0DA, #12457F);
  background-image: -o-linear-gradient(top, #6DA0DA, #12457F);
  background-image: linear-gradient(to bottom, #6DA0DA, #12457F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6DA0DA', endColorstr='#ff12457F', GradientType=0);
  border-color: #6DA0DA #6DA0DA #12457F;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #12457F;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-profile {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #12457F;
  background-image: -moz-linear-gradient(top, #6DA0DA, #12457F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6DA0DA), to(#12457F));
  background-image: -webkit-linear-gradient(top, #6DA0DA, #12457F);
  background-image: -o-linear-gradient(top, #6DA0DA, #12457F);
  background-image: linear-gradient(to bottom, #6DA0DA, #12457F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6DA0DA', endColorstr='#ff12457F', GradientType=0);
  border-color: #6DA0DA #6DA0DA #12457F;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #12457F;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btnProfileFeatured {
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #FBB40E;
  background-image: -moz-linear-gradient(top, #F8C950, #F5B40F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F8C950), to(#F5B40F));
  background-image: -webkit-linear-gradient(top, #F8C950, #F5B40F);
  background-image: -o-linear-gradient(top, #F8C950, #F5B40F);
  background-image: linear-gradient(to bottom, #F8C950, #F5B40F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF8C950', endColorstr='#ffF59F16', GradientType=0);
  border-color: #F8C950 #F8C950 #F8C950;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #F8C950;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
hr {
  margin: 0 0 0 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 480px) {
  .container > .brand {
    margin-left: 20px;
  }
  .breadcrumbs {font-size: 14px; display: inline;}
}

/***************************SIGN IN CSS*************************************/
.form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
@media screen and (min-width: 480px) {
  #signInBoxForm {
    margin-top: 100px;
  }
}
/****************************REGISTER CSS**************************************/
.error {
  color: red;
}
.form-register {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-register .form-register-heading {
      	margin-bottom: 10px;
      	font-size: 24px;
      }
      .form-register
      .form-register .checkbox {
        margin-bottom: 10px;
      }
      .form-register input[type="text"],
      .form-register input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
.input-block-level {
  margin: 0px;
}
@media screen and (min-width: 480px) {
  .form-register {
    margin-top: 50px;
  }
}