@font-face {
    font-family: 'HungHauRegular';
    src: url('../fonts/HungHauRouLig.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HungHau';
    src: url('../fonts/HungHau-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {width: 5px;}
 
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(73,169,66,1); border-radius: 5px;}
 
::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 6px rgba(73,169,66,1); }

.navbar-default .navbar-nav > li > a{color:#0b79bf !important;}
.navbar-default .navbar-nav > li > a:hover{color:#49a847 !important;}
.navbar-brand{padding:10px !important;}
.navbar{position: fixed;right: 0;left:0;z-index: 1030;}
.container .row {margin-top: 150px;}
body {
  font: 400 16px/1.5 "HungHauRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
}

//.thumb {height:457px; overflow-y: scroll;}
.thumb img {border: 1px solid #ddd;height: auto;margin-bottom: 1rem;width: 100%;}
#canvas
{
	/*width: 500px;
	height: 500px;
	margin-bottom: 20px;*/
	width: 100%;
	height: auto;
}

#canvas:hover {
	cursor: move;
}

#scaleBar {
	margin-top: 20px;
	margin-bottom: 10px;
}

.center {
	margin: 0 auto;
	display: block;
}

.footer {
    height: 50px;
    margin-top: 20px;
    background: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}

.col-left {
	margin-bottom: 20px;
}

.meta-info {
	text-align: center;
	font-size: 12px;
	margin: 10px;
}
.btn-success{background-color: #49a847 !important;}
.btn-success:hover{background-color: #0b79bf !important;}
.btn-info{background-color: #0b79bf !important;}
.btn-info:hover{background-color: #49a847 !important;}

@media only screen and (max-width: 500px) {
    .thumb {height:80px !important;}// overflow-x: scroll;
    .thumb img {width:19%; height:auto;}
}
@media screen and (max-width: 980px) {
    .thumb {height:150px;}
    .thumb img {width:19%; height:auto;}
}