.bs-docs-header, .bs-docs-masthead {
	background-image: linear-gradient(to bottom, #0072bc 0, #1baae2  100%); 
	border-top: 8px solid #f1aa1e;
}

.navbar-brand {
	padding-top: 10px;
}

.notifier {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	display: none; /* notifier should be hidden by default */
}

.bs-docs-footer {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
}

.alert, .table, form-group {
	margin-bottom: 10px;
}

.label-info .loading {
	position: relative;
	top: 2px;
	content:url("../img/info-loading.gif");
}

.bold-link a {
	font-weight: bold;
}

.tab-pane {
	padding-top: 10px;
}

.working {
    display: none;
}

.loading-icon {
	padding: 2px;
	/*content:url("../img/loading.gif"); // use jquery to insert icon instead*/
}


.btn-info .loading {
	position: relative;
	top: 2px;
	content:url("../img/info-loading.gif");
}

.btn-primary .loading {
	position: relative;
	top: 2px;
	content:url("../img/primary-loading.gif");
}

.full-paste-area {
	width: 100%;
	height: 300px;
	border: 2px dashed #999;
}

.bs-docs-header {
	margin-bottom: 0px;
}

.selected-dropdown-item > a {
	font-weight: bold !important;
}

@media (min-width: 768px) {
    .bs-docs-header {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 24px;
        text-align: left
    }
    .bs-docs-header h1 {
        font-size: 60px;
        line-height: 1
    }
}

.breadcrumb {
	background-color: #fff;
}

.page-header {
	margin: 10px 0 10px;
}

.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center;
}

.glyphicon-star-empty {
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */	
    cursor: pointer;
}

.glyphicon-star {
    cursor: pointer;
}

.keyword {
	background-color: #ff0;
}

.full-btn {
	width: 100%;
}

.without-underline {
	border-bottom: 0px solid #ddd;
}

.ellipsis-content .full {
	display: none;
	width: 100%;
	height: 60px;
}

.num {
	text-align: right;
}

.chart {
	font-size: 11px;
}

.rt {
	color: #E52929 ;
	font-weight: bold;
}

.rt a {
	color: #E52929;
	font-weight: bold;
	text-decoration: underline;
}

.yt {
	color: #F27020;
	font-weight: bold;
}

.yt a {
	color: #F27020;
	font-weight: bold;
	text-decoration: underline;
}

label .comment {
	font-weight: normal;
	color: #666;
}


.popover {
    display:block !important;
    max-width: 400px!important;
    width:auto;
}

.detail-table {
	margin-top: 5px;
	color: #888;
}

.more-footer {
	display: none;
	margin: 10px;
}

.as-fullscreen .bs-docs-container {
	width: 98% !important;
}

.as-fullscreen .bs-docs-nav>.container {
	width: 100% !important;
}

.as-fullscreen .bs-docs-header {
	display: none !important;
}

.bs-docs-header {
	display: none;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

@media (min-width: 992px) {
	.bs-docs-header h1, .bs-docs-header p {
	    margin-right: 20px; 
	}
}

@media only screen and (max-width: 667px) {
    
    /* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.no-more-tables tr { border: 1px solid #ccc; }
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}

@media print {
	a[href]:after {
	  content: none !important;
	}  
	.no-print {
		display: none;
	}
	.btn {
		display: none;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
 	  float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666666666666%;
	}
	.col-sm-10 {
	  width: 83.33333333333334%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666666666666%;
	}
	.col-sm-7 {
	  width: 58.333333333333336%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666666666667%;
	}
	.col-sm-4 {
	  width: 33.33333333333333%;
	 }
	 .col-sm-3 {
	   width: 25%;
	 }
	 .col-sm-2 {
	   width: 16.666666666666664%;
	 }
	 .col-sm-1 {
	  width: 8.333333333333332%;
	 }
}