body{
	height:100%;
}

.twitter-typeahead {
    width: 100%;
}

.twitter-typeahead .tt-hint {
    color: #999999;
}

.twitter-typeahead .tt-input {
    z-index: 2;
}

.wrap{
	min-height:90%;
	position:relative;
}


/* SPECIAL LINKS */

#article{
	color: #ffffff;
    background-color: teal;
font-size: 80%;
    font-weight: bold;
    padding: 0px 4px 0px 3px;
    letter-spacing: -0.05em;
    text-decoration: none;
    border-radius: 2px;
}

#internet{
	color: #ffffff;
    background-color: #3399cc;
font-size: 80%;
    font-weight: bold;
    padding: 0px 4px 0px 3px;
    letter-spacing: -0.05em;
    text-decoration: none;
    border-radius: 2px;
}

#evidence{
	color: #ffffff;
    background-color: #cc0000;
font-size: 80%;
    font-weight: bold;
    padding: 0px 4px 0px 3px;
    letter-spacing: -0.05em;
    text-decoration: none;
    border-radius: 2px;
}

#audio{
	color: #ffffff;
    background-color: #003366;
font-size: 80%;
    font-weight: bold;
    padding: 0px 4px 0px 3px;
    letter-spacing: -0.05em;
    text-decoration: none;
    border-radius: 2px;
}

#video{
	color: #ffffff;
    background-color: #33CC33;
font-size: 80%;
    font-weight: bold;
    padding: 0px 4px 0px 3px;
    letter-spacing: -0.05em;
    text-decoration: none;
    border-radius: 2px;
}

#image{
	color: #000000;
    background-color: silver;
font-size: 80%;
    font-weight: bold;
    padding: 0px 4px 0px 3px;
    letter-spacing: -0.05em;
    text-decoration: none;
    border-radius: 2px;
}

#reference{
	color: #ffffff;
    background-color: #003366;
font-size: 80%;
    font-weight: bold;
    padding: 0px 4px 0px 3px;
    letter-spacing: -0.05em;
    text-decoration: none;
    border-radius: 2px;
}



audio {
    width: 500px;
    height: 54px;
	margin-bottom:10px;
}

audio:not([controls]) {
    width: 300px;
    height: 54px;
	display:inline;
}

figure {
    display: none;
}

.count{
	display: inline;
	font-size: 10px;
	position: absolute;
	color: #939fb9;
	margin-left: 5px;
}

table {
	border: 1px solid #cccccc;
	margin-bottom: 1.5ex;
	font-size: 85%;
	border-collapse: collapse;
	width: 100%;
}

.table {
    width: 0%;
    max-width: 100%;
    margin-bottom: 20px;
	border: none;
}

.table thead, tr.header, th {
    background-color: #336699;
    color: #ffffff;
}

.table th, td {
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.table {
    padding: 2px;	
}

tr.odd {
    background-color: #eeeeee;
}

tr.even {
    background-color: #ffffff;
}

caption{
	font-weight: bold;
	color: #003366;
	margin-top: 2ex;
	padding-bottom: 1ex;
	text-align: left;
	line-height: 120%;
	font-size: 85%;
}

.breadcrumb {
	padding-left:5px;
	margin:0;
}

.breadcrumb li{
	list-style-type: none;
	display: inline-block;
}

.searchtitlecount{
	display: inline;
	color: #ffffff;
	padding-right: 5px;
	float:right !important;
	font-weight:bold;
	background-color:#164173;
	width:40px;
	text-align:right;
}
.langselector{
	width:50%;
	position: relative;
	display: inline-block; 
}
.langselector li{
	list-style-type: none;
	margin-top: -15px;
	margin-bottom: -15px;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.indexhead{
	text-align:center;
	font-size:200%;
	color: #003366;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* /// INFO PAGES /// */

.infopages{
	width:95%;
	padding: 5px;
	font-size:13px;
	background-color: #ffffff;
	min-height:600px;
}

div#identity {
    font-size: 85%;
    line-height: 125%;
}

.infopages h1,h2,h3,h4,h5, div#identity{
	color: #003366;
	font-weight: normal;
    line-height: 120%;
	text-align: left;
}


.infopages h1{
	font-size: 160%;
	margin-top: 0.5ex;
	margin-bottom: 1ex;
	letter-spacing: -0.04em;
}

.infopages h2{
	font-size: 140%;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}

.infopages h3{
	font-size: 110%;
	font-weight: bold;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}

.infopages em,b {
    color: #003366;
	font-weight: bold;
    font-style: normal;
}

.infopages p {
    margin-top: 1ex;
    margin-bottom: 0ex;
}



/* -----BOOTSTRAP----*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
        border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 0px;
    padding-bottom: 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
	font-size: 80%;
}

.form-control {
    display: block;
    width: 96%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-center {
    text-align: center;
	font-size:85%;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
	font-size:85%;
}



/* ---- TABLES---- */

.tableg {
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.tableg th, .tableg td {
    border-top: 0;
    vertical-align: bottom;
    padding: 8px;
    line-height: 1.42857143;
}

.table thead, tr.header, th {
    background-color: #336699;
    color: #ffffff;
}

.table-mobile{
	font-size:85%;
}

.footer {
    height: 60px;
    background-color: #337ab7;
    border-top: 1px solid #ddd;
	font-size:80%;
	padding:5px;
	position: relative;
	bottom: 0;
}

.pull-right {
    float: right !important;
	color:#ffffff;
}

.help-block{
	font-size:80%;
}
