body{
background: url(../images/torii.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.jumbotron {
height: 800px;
background: rgba(0, 0, 0, 0);
color: #fff;
}

.btn-default {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    height: 55px;
    line-height: 55px;
    padding: 0;
    transition: background-color 0.5s ease 0s;
    width: 200px;
}

.highlight {
    background-color: #eaeff4;
    color: #000;
    padding: 0 10px;
}

.alert{
	margin-top: 10px;
}

.btn-time-submit{
	font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}

.row {
	margin-bottom: 10px;
}

.word-label{
	background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
	
	border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.modal{
	color: rgba(0, 0, 0, 0.9);
}

.btn-cancel{
	border-color: #ccc;
	color :#000;
	background-color: #fff;
}

.btn-cancel:hover{
	background-color: #dddddd;
}

.btn-save{
	background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    transition: background-color 0.5s ease 0s;
	border-color: #fff;
}

.btn-save:hover{
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.bootstrap-select,.input-daterange{
	width: 250px !important;
}

.bootstrap-select{
	color: #333;
}

.avatar {
    vertical-align: top;
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

h5.realname{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:2px;
}

.nickname{
	margin-left:2px;
	color: #707070;
}

.datetime{
	color: #707070;
}

.profile_body{
	display: table-cell;
}

a.profile:visited, a.profile:active, a.profile:hover, a.profile:focus{
	outline: 0 none;
    text-decoration: none;
	color: #292f33;
}
a.tweet{
	outline: 0 none;
    text-decoration: none;
	color: #292f33;
}

a.profile:hover,a.tweet:hover{
	color: #0084b4;
}

.result-header{
	border-radius: 3px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #d9534f;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-left: 0px;
    margin-right: 0px;
	color: #fff;
}

.result-odd{
	padding-top: 9px;
	padding-bottom: 9px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-left: 0px;
    margin-right: 0px;
	color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.result-even{
	padding-top: 9px;
	padding-bottom: 9px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-left: 0px;
    margin-right: 0px;
	color: #333;
    background-color: #E5F2F7;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search_term{
	line-height: 2;
}

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

.pager {
    margin: 10px 0;
}

.pager li > a, .pager li > span {
    border-radius: 20px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
}

@media (max-width: 768px) {
.main h1 {
    font-size: 50px;
}

.row {
	margin-bottom: 5px;
}

.btn-default {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}
/*
.btn-info, .btn-warning, .btn-danger, .word-label, .btn-cancel{
	border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}
*/
.btn-warning, .btn-danger-custom, .word-label, .btn-cancel, .btn-save{
	border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.btn-time-submit{
	margin-top: 0px;
}

.bootstrap-select,.input-daterange{
	width: 100% !important;
}

.result-header{
	display:none;
}

.datetime{
	color: #707070;
	text-align: right;
}

.search_term{
	line-height: 1.2;
}

}