@CHARSET "UTF-8";

body {
    background-color: #f8f8f8;
    background-image: url(/public/halshs.jpg);
    background-repeat: no-repeat;
    background-position: center 220px;
    font-size: 14px; 
}
.logo {
height: 189px;
}

.logo-text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #29265f;
font-size: 30px;
}

a {
color: #29265f;
}

h1, h2, h3 {
color: #f48731;
    font-size: 14;
}
#container{
background-color: none;
    padding: 10px 10px 50px;
}
div, table,label, input, button, select, textarea {

    font-size: 12;
    color: #4a4a4a;
}

#global-navigation>.nav-tabs {
border: 0;
height: 50px;
margin-top: 180px;
}


.home .widget .widget-header{
color: #666666;
border:0px;
background:none;
font-weight:normal;
text-transform: inherit;
}
.widgets .widget {
margin:-1px;
border-radius: 0px;
}
.widgets .widget .widget-header {
color: #666666;
background: #fcfcfc;
font-weight:normal;
border-bottom: 0px;
text-transform: inherit;
}
.widgets .widget .label-default {
background: #f48731;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background: #f48731;
border-radius: 4px;
border:1px solid #f48731;
color: #ffffff;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
border-radius: 4px;
border:0px;
border: 1px solid #f8f8f8;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
background: #efefef;
border: 1px solid #efefef;
}


.nav .caret {
    border-top-color: #29265f;
    border-bottom-color: #29265f;
}
.nav-tabs > li.active > a > .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.widget-search {
    margin: -1px; 
    border-radius: 0px;
}
.widget-header-search {
color: #666666;
background: #fcfcfc;
font-weight:normal;
text-transform: inherit;
padding: 7px;
}
#exportMessage {
margin-bottom: 10px;
}
.breadcrumb {
display:none;
}