/* 
    -------------------
    Header
    -------------------
*/

.container, .span12 {
width: 1170px;
}

.span6 {
width: 570px;
}


h1 
{
  font-size: 20px;
  line-height: 24px;
  color: #1E7EBE;
}

h1 small {
    font-size: 13px;
}

h2 
{
  font-size: 18px;
}

td 
{
  font-size: 12px;
}

th 
{
  font-size: 13px;
}


.navbar .nav > li > a {
  color: #FFFFFF;
  font-weight: bold;
}

.navbar .nav > li > a:hover {
  color: #FFE895;
  font-weight: bold;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: #FFE895;
  font-weight: bold;
}

.bloc {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  margin: 0px;
  border: 1px solid #76AACF;
  background-color: #FFFFFF;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}

.blocItem {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #1E7EBE;
  background-color: #FFFFFF;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}

.blocItemBackOn
{
  background-color: #DBF4FF;
}

.tableBlocItemHeader {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
  background-color: #1E7EBE;
}
table.tableBlocItemHeader > tbody > tr > td {
    border: none;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

.blocItemH1 {
  margin: 2px 5px 3px 10px; 
  color: #FFFFFF;
  font-size: 18px;
}

.tableBlocItemHeaderToolbar {
  text-align: right !important; 
  padding: 2px 4px 0pt 3px !important;
}


.txtGrey
{
  color: #999;
}

.txtGreen
{
  color: #468847;
}

.txtRed
{
  color: #9d261d;
}

.txtOrange
{
  color: #ff9b00;
}

.avatar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 48px;
  width: 48px;
}

.avatarMini {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 32px;
  width: 32px;
}

.avatarMicro {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  width: 24px;
}

.tableBasic {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
}
table.tableBasic > tbody > tr > td {
    border: none;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

.tableList {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
}
table.tableList > tbody > tr {
    border: none;
    padding: 0;
    text-align: left;
}
table.tableList > tbody > tr:hover {
    background-color: #FFFFFF;
}
table.tableList > tbody > tr > td {
    vertical-align: top;
    border-top: 1px solid #DDDDDD;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 4px;
    line-height: 14px;
    text-align: left;
    font-size: 11px;
}

.tableTweets {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
}
table.tableTweets > tbody > tr {
    border: none;
    padding: 0;
    text-align: left;
}
table.tableTweets > tbody > tr:hover {
    background-color: #FFFAED;
}
table.tableTweets > tbody > tr > td {
    vertical-align: top;
    border-top: 1px solid #DDDDDD;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 4px;
    line-height: 14px;
    text-align: left;
    font-size: 11px;
}

table.tableUsers > tbody > tr:hover {
    background-color: #FFFAED;
}

.label-black {
  background-color: #333333;
}

.label-green {
  background-color: #57BF0C;
}

.btn-primary.disabled, .btn-primary[disabled] {
    background-color: #E6E6E6;
}

.alert-premium {
    background-color: #EBF8FF;
    color: #3A87AD;
    border-color: #FBB14A;
}