html,body{
    height: 100%;
    font-family: 'Sunflower', sans-serif;
}

body{
	padding-top: 50px;
    padding-bottom: 20px;
}

.widget{
    display: block;
    overflow: hidden;
}

.widget-main{
    padding: 10px;
    background: #eee;
    margin: 10px auto 10px auto;
}

.widget-login{
    position: fixed;
    background: #eee;
    width: 100%;
    height: 100%;
    z-index: 10000;
    padding: 10px;
	display: none;
}

.widget-category a{
	color: #000;
	text-decoration: none;
}

#boxConfirm{
	position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
	padding: 10px;
}

#boxDummy{
	display: none;
}

.footer{
    background: #262629;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.notification{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20000;
    padding: 5px 0;
    text-align: center;
}

.bar-loading{
    background: #2d3b82;
    color: #dee8ff;
}

.bar-failed{
    background: #822d2d;
    color: #ffdede;
}

.bar-success{
    background: #2d8248;
    color: #deffe2;
}

.btn-block{
	display: block;
}

/*listing css*/
@media(min-width:769px) and (max-width:3560px){
	.boxRight{
		float: right;
		margin-left: 10px;
	}
}
@media(min-width:0px) and (max-width:768px){
	.boxRight{
		display: block;
		margin: 0 auto 10px auto;
	}
}

.view-listing{
    padding: 10px 0;
}

.view-listing .title{
	background: #396ab7;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.view-listing .content{
	padding: 10px;
}

.view-listing .boxRight{
	position: relative;
	border: solid 2px #6158b3;
	max-width: 300px;
}

.view-listing .boxRight img{
	display: block;
	width: 100%;
}

.view-listing .boxRight .category{
    display: block;
    font-weight: bold;
    background: rgba(67, 108, 150, 0.9);
    color: #fff;
    text-shadow: 1px 1px #25185f;
    width: fit-content;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px;
    min-width: 200px;
    text-align: center;
}

.view-listing .statistic{
	overflow: hidden;
    padding: 10px;
    background: #77aed6;
}

.view-listing .statistic v-traffic{
    display: block;
    background: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.view-listing .statistic v-traffic span{
    font-size: 12px;
    color: #332e75;
}

.view-listing .statistic v-icon{
    display: block;
    background: #3c4e84;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    margin: 5px;
    width: 100%;
}

.view-listing .action{
    background: #c7ddec;
    padding: 10px;
}

/*general css*/
.logo{
	font-weight: bold;
    text-shadow: 1px 1px #635020;
    color: #fff !important;
	cursor: pointer;
}

.bubbleBox{
    background: #439834;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #184c1b;
}

#tableSorter th{
	background-color: #e6EEEE;
}

#tableSorter .header{
	background-image: url('/lib/tablesorter/themes/blue/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#tableSorter thead tr .headerSortUp {
	background-image: url('/lib/tablesorter/themes/blue/asc.gif');
}
#tableSorter thead tr .headerSortDown {
	background-image: url('/lib/tablesorter/themes/blue/desc.gif');
}

.boxInfo{
	width: 280px;
	position: relative;
}

.boxInfo .name{
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 242, 211, 0.9);
    color: #654411;
    text-shadow: 1px 1px #fff;
    font-weight: bold;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

.boxInfo .category{
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    min-width: 200px;
    text-align: center;
	font-size: 14px;
}

.boxInfo img{
	display: block;
	width: 100%;
}

.listing{
	text-decoration: none;
	color: #000;
	cursor: pointer;
	transition: 0.3s;
}

.listing:hover{
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s;
}

.listing v-snapshot{
	display: block;
	
}

.listing v-snapshot img{
	width: 100%;
	display: block;
}

.listing v-name{
    background: #f7dfb9;
    display: block;
    padding: 5px;
    text-align: center;
}

.listing v-category{
    background: #ab7e38;
    display: block;
    padding: 5px;
    text-align: center;
}

.listing v-info{
	background: #dca349;
    display: block;
    padding: 5px;
    text-align: center;
}

.listing v-info v-icon{
    display: inline-block;
    background: #634820;
    color: #fff;
    padding: 5px;
    margin: 3px;
}

.spTop{
	padding-top: 50px;
}

.spBottom{
	padding-bottom: 50px;
}

.nomargin{
	margin: 0 !important;
}

.nopadding{
	padding: 0 !important;
}

.vSpace{
	padding: 10px 0;
}

.flex{
	display: flex;
}

textarea[id=textbox]{
	display: none;
}