/**
 *	Page Navi
 */
.list_pagenavi-tpcnl {
	float: right;
	zoom: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.list_pagenavi-tpcnl:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
.list_pagenavi-tpcnl .first_page,
.list_pagenavi-tpcnl .prev_page,
.list_pagenavi-tpcnl .current_page,
.list_pagenavi-tpcnl .next_page,
.list_pagenavi-tpcnl .last_page {
	float: left;
	margin-right: 1px;
	text-align: center;
}
.list_pagenavi-tpcnl .first_page,
.list_pagenavi-tpcnl .prev_page,
.list_pagenavi-tpcnl .next_page,
.list_pagenavi-tpcnl .last_page {
	border: 1px solid #ddd;
	background-color: #eee;
}
.list_pagenavi-tpcnl a,
.list_pagenavi-tpcnl span.invalid_link,
.list_pagenavi-tpcnl .current_page span {
	display: block;
	padding: 3px 10px;
	background-color: #fff;
}
.list_pagenavi-tpcnl span.invalid_link {
	color: #aaa;
	background-color: #f6f6f6;
}
.list_pagenavi-tpcnl a:hover {
	color: #fff;
	background-color: #0073aa;
}


/**
 *	Alert
 */
.alert {
    position: relative;
    padding: .75rem 1.25rem;
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


@media screen and (max-width: 768px) {
	.has-right-sidebar #post-body-content {
	    margin-right: 0px;
	}
	.inner-sidebar {
		float: none;
		clear: both;
	    width: 100%;
	}
}


@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



/**
 *	Lists
 */
form.qsetlist{
	margin-bottom: 0.5em;	
}
table.admin_data_list {
	margin-bottom: 0.8em;	
}
table.yesno_form th {
	vertical-align: top;
}
table.yesno_form .description,
table.yesno_form .eg,
table.admin_data_list .eg {
	color: #999;
	font-style: italic !important;
}
table.yesno_form .eg,
table.admin_data_list .eg {
	margin-left: 1.5em;
}
table.yesno_form .eg .point,
table.admin_data_list .eg .point {
	color: #27C;
	font-style: italic !important;
}
table.admin_data_list th.del         { width:      3em; }
table.admin_data_list th.sid         { width:      5em; }
table.admin_data_list th.title       { min-width: 13em; }
table.admin_data_list th.shortcode   { width:     13em; }
table.admin_data_list th.qcount      { width:      6em; }
table.admin_data_list th.qid         { width:      4em; }
table.admin_data_list th.qnum        { width:      4em; }
table.admin_data_list th.set         { width:     20em; }
table.admin_data_list th.addq        { width:      6em; }
table.admin_data_list th.created     { width:     16em; }
table.admin_data_list th.lastmet     { width:      8em; }

table.admin_data_list th,
table.admin_data_list td.del,
table.admin_data_list td.sid,
table.admin_data_list td.qcount,
table.admin_data_list td.addq,
table.admin_data_list td.shortcode
{
	text-align: center;
}

table.admin_data_list td input.qset_title { width: 95%; }
table.admin_data_list td input.shortcode  {
	width: 100%;
	padding: 3px 10px;
}

table.admin_data_list td.shortcode span.tooltip {
    position: absolute;
    background: #F4EDDD;
    font-size: 14px;
    width: 220px;
    padding: 5px 10px;
    right: -257px;
    top: 0;
    border-radius: 5px;
    border: 1px solid #aaa;
    box-shadow: 0px 1px 2px 0 #C1BCB9;
    z-index: 10000;
    line-height: 22px;
    display: none;
}
 
table.admin_data_list td.shortcode span.tooltip:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -14px;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-right: solid 13px #aaa;
}
 
table.admin_data_list td.shortcode span.tooltip:after {
    content: '';
    position: absolute;
    top: 9px;
    left: -12px;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-right: solid 13px #F4EDDD;
}

/**
 *	Common
 */

:placeholder-shown {
    color: #ccc;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc;
}
