html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/*@media screen and (max-width: 500px) {
  .container {
    padding: 5px 5px 5px;
  }  
  .panel-body {
    padding: 5px;
  }
  .panel-tim {
    padding: 20px;
  }
  .wrap > .container {
    padding: 30px 5px 20px;
  }
}*/


.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.chon-mua {
  background-image: url(/images/mua.png);
  margin:5px;
  background-position: right;
  background-repeat: no-repeat;
}

#toTop{
    position: fixed;
    bottom: 40px;
    right: 3px;
    cursor: pointer;
    display: none;
}
#toTop .glyphicon {margin-right: 5px;}

#hot-button{
  position: fixed;
  top: 50%;
  right: 84%;
  cursor: pointer;
  z-index: 1000;
  width: 16vw;
  background: rgba(240,240,240, 0.3);
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
#hot-btn-content{
   padding: 10px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.btn-m-lines {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.footer{
    background: none repeat scroll 0 0 #31708F;
    color: #fafafa;
}

.footer h3{
    color: #fafafa;
    font-size: 22px;
}

.footer .widget_text{
    font-size: 13px;
}
.footer article.widget_text a{color: #bdbdbd}

.footer article.widget_text p{margin: 0 0 5px;}

.copyright-menu{font-size: 12px; margin-bottom:10px}
.copyright-menu ul li{
    float: left;
    padding: 0 10px;
    border-right: 1px #bdbdbd solid;
    color: #bdbdbd
}
.copyright-menu ul li a{color: #bdbdbd}
.copyright-menu ul li a:hover{color: #fff}

.tagcloud a:hover {
    color: #c94732;
    border-color: #c94732;
}

.tagcloud a {
    color: #5e6060;
    border: 1px solid #c7d3da;
    padding: 1px 6px 2px 5px;
    float: left;
    margin: 2px;
    font-size: 12px;
}

.navbar-inverse {
    background-color: #0C1B6C;
    border-color: #0C1B6C;
}

.navbar-inverse .navbar-nav > li > a {
    color: rgba(246,246,246,1);
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFF034;
    background-color: #337ab7;
     border-radius: 3px; 
}

.navbar-inverse .navbar-brand {
    color: #FFF034;
}

.navbar-inverse .navbar-toggle {
    border-color: #6CBCDE;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0094ff;
}
.navbar-inverse .navbar-toggle {
    border-color: #004a7f;
}

@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 60px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 60px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 60px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
