body {
    font-size:11px;
    /*background: url(../img/preproduction.png);*/
}

#content{
    margin-top: 20px;
    background: #ffffff;
}


.alert h4 {
    width:95%;
    margin: 3px 0;
    padding-left:50px;
}

/* add style because no exist on bootstrap.min.css */
ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}
ul.inline > li,
ol.inline > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.control-group {
    margin-bottom: 2px !important;
    font-size: 11px !important;
}

.dropdown-toggle {
    line-height: 20px;
}

input, textarea, select, .uneditable-input, .input-prepend .add-on, .input-append .add-on  {
    padding:0px;
}

select, input[type="file"] {
    height:auto;
}

.btn {
    padding:2px;
    /*line-height: 20px;*/
}

.form-actions {
    padding:5px;
}

.btn .caret {
    margin-top: 6px;
}

.btn-small [class^="icon-"] {
    margin-top:0px;
}
.navbar .brand {
    padding:0px;
}

.navbar-inner {
    background-color: #000;
}

.table th, .table td {
    padding:2px;
    line-height: 18px;
}
.table th{
    vertical-align: top !important;
}

.nav-tabs>li>a,  .nav-tabs>li>span{
    padding: 4px 20px 4px 20px;
}

.navbar .divider-vertical{
    margin: 0px 2px;
}

.navbar .nav>li>span {
    float: none;
    display: block;
    padding: 10px 15px 10px;
    color: #FFF;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
}

.form-horizontal .control-label {
    font-size:11px;
    width: 80px;
}
.form-horizontal .controls {
    margin-left: 100px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding:2px;
    height:20px;
    font-size:11px;
    margin-bottom: 0px;
}

select{
    height:24px;
}


/*.nav-tabs>li>a {*/
    /*border:1px solid gray;*/
/*}*/

/*.nav-tabs>.active>a, .nav-tabs>.active>a:hover {*/
    /*border:1px solid black;*/
/*}*/
/*.nav-tabs>.active>a {*/
    /*text-align: center;*/
    /*background: #ffffff; /!* Old browsers *!/*/
    /*background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /!* FF3.6+ *!/*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /!* Chrome,Safari4+ *!/*/
    /*background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /!* Chrome10+,Safari5.1+ *!/*/
    /*background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /!* Opera 11.10+ *!/*/
    /*background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /!* IE10+ *!/*/
    /*background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /!* W3C *!/*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /!* IE6-9 *!/*/
    /*border-bottom: 0px;*/
/*}*/

.navbar-inverse .navbar-inner {
    /*background-color: #1b1b1b;*/
    background-color: #3F3F3F;
    background-image: -moz-linear-gradient(top,#222,#111);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
    background-image: -webkit-linear-gradient(top,#222,#111);
    background-image: -o-linear-gradient(top,#222,#111);
    background-image: linear-gradient(to bottom,#222,#111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
    color: #FFF;
    text-shadow:none;/* 0 -1px 0 rgba(0,0,0,0.25);*/
    font-size:11px;
    font-weight:bold;
    box-sizing: border-box;
    border-left: 1px solid #FFF;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a:active, .navbar-inverse .brand, .navbar-inverse .nav>li>a:hover {
    color: #5DCBFF;
    /*color: #0081c2;*/
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(80,220,255,0.25);
}

.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
    color: #5DCBFF;
    background-color: #000;
    text-shadow: 0 -1px 0 rgba(80,220,255,0.25);
}

.navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    color: #5DCBFF;
    background-color: #000;
    text-shadow: 0 -1px 0 rgba(80,220,255,0.25);
}

/*.nav-tabs {*/
    /*border-bottom: 1px solid gray;*/
/*}*/

.btn {
    font-size: 11px;
}

a.brand {
    display: block;
    width:635px;
    height:110px;
    background:url('../img/header.png') no-repeat;
}

.breadcrumb {
    /*background: #efefef;*/
    border-bottom:1px solid #f4f4f4;
    background-color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.breadcrumb li {
    background:url('../img/breadcrumb_separator_light.png') no-repeat 0px 2px;
    padding-left:16px;
}


.th3ico {
    width: 70px;
}

.th2ico {
    width: 50px;
}
.th1ico {
    width:25px;
}

.sideMenu > li {
    height:30px;
    line-height:30px;
}


.sideMenu > li.active::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9px solid rgba(255,255,255,0);
    border-right: 10px solid #dddddd;
    border-bottom: 9px solid rgba(255,255,255,0);
    top: 10px;
    right: 0;
}
.sideMenu > li.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9px solid rgba(255,255,255,0);
    border-right: 10px solid #ffffff;
    border-bottom: 9px solid rgba(255,255,255,0);
    top: 9px;
    right: 0;
}

.rightbtn {
    text-align: right;
}


.modal {
    min-width: 940px;
    margin: -250px 0 0 -470px;
}

.modal-small{
    width: 500px;
}

.bootbox.modal{
    min-width: 400px !important;
    margin: -250px 0 0 -200px;
}

label, input, button, select, textarea {
    font-size: 11px;
    font-weight: normal;

}

.close {
    font-size: 25px;
    padding: 10px 10px 0 0 !important;
}

.ms-sel-ctn {
    overflow: hidden;
    line-height: 22px;
}

#ItemPerPageList {
    width:50px;
}

#AgronetModal, .modal-body {
    /*max-height: 600px;*/
    /*min-height: 450px;*/
}

/*.modal-body.modal-body-small{
    min-height: 10px !important;
}*/


#AgronetModal{
    overflow: hidden;
}

/*#AgronetModal div.tab-pane {
    min-height:350px;
}*/

.modal.fade {
    -webkit-transition: 1.5;
    -moz-transition: 0.5;
    -ms-transition: 0.5;
    -o-transition: 0.5;
    transition: 1.5;
}

.popover-content {
    max-height: 500px;
    overflow-y: auto;
}
.popover {
    width:500px;    
}

.btnDelRelationFiliere {
    float:right;
}
div#filiereList div.controls, .bigRayonline {
    /* height: 25px; */
    border: 1px solid #eaeaea;
    margin-top: 4px;
    padding: 5px;
}

.rayonline {
    border: 1px solid #eaeaea;
    margin-top: 4px;
}
.rayonline:first-child {
    margin-top: 0px;
}

.rayonline .btn {
    float:right;
}

.input-append .add-on, .input-prepend .add-on {
    line-height: 24px;
    height: 24px;
}
th {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    padding-left:5px;
}

.nav {
    margin-bottom: 10px;
}

#entrepriseEntete {
    background:#e8f3ff;
}
.alert-info {
    color: #3a87ad;
    background-color: #e8f3ff;
    border-color: #bce8f1;
}
.btnleft {
    float:left;
}
.btnright {
    float:right;
}
.alert {
    padding: 8px 10px 8px 14px;
}

.dateLastEdit {
    display: block;
    float: right;
    font-style: italic;    
}

.btn-email {
    width:27px;
}

td.tdint {
    text-align: right;
    padding-right:5px;
}

.modal-search {
    overflow-y: scroll;
    margin:25px;
    height:560px;
}

.target{
    text-align: left;
}
.advancedSearchFilter{
    margin-top: 3px;
}
.tr-group{
    background-color: #f3f3f3;
}
.tr-group:hover{
    background-color: #272822;
    color: white;
}
.btnTitle{
    font-size: 15px;
    font-weight: bold;
}





#advancedSearch hr {
    margin:5px 0;
}

#advancedSearch h4 {
    margin:5px 0;
}
#advancedSearch .row-fluid [class*="span"] {
    min-height: 20px;
}
.target > .row-fluid {
    border-top: 1px solid #CCC;
}
#advancedSearch [class*="span"] {
    float: left;
    min-height: 1px;
    margin:0;
}



#taxeform, #prixhtform {
    width:70px;
}

.tcenter, .tcenter *{
    text-align: center !important;
}
.tleft, .tleft *{
    text-align: left !important;
}
.tright, .tright *{
    text-align: right !important;
}

.tjustify, .tjustify *{
    text-align: justify !important;
}

.valign_middle{
    vertical-align: middle !important;
}

.valign_top{
    vertical-align: top !important;
}

.valign_bottom{
    vertical-align: bottom !important;
}

.mleft1{
    margin-left:20px;
}
.mleft2{
    margin-left:40px;
}
.mleft3{
    margin-left:60px;
}

.pleft1{
    padding-left:20px !important;
}
.pleft2{
    padding-left:40px !important;
}
.pleft3 {
    padding-left: 60px !important;
}

.pleft4 {
    padding-left: 80px !important;
}
.pleft5 {
    padding-left: 100px !important;
}

.pleft6 {
    padding-left: 120px !important;
}

.pleft7 {
    padding-left: 140px !important;
}

.pleft8 {
    padding-left: 160px !important;
}

.pright1 {
    padding-right: 20px !important;
}
.pright2{
    padding-right:40px !important;
}
.prightt3{
    padding-right:60px !important;
}

.alert .close {
    position: relative;
    top: -2px;
    /*line-height: 20px;*/
    font-size: 16px;
    padding: 5px 15px 5px !important;
}

.fwb{
    font-weight: bold !important;
}

.label-medium{
    width: 120px !important;
}
.label-large{
    margin-left:20px;
    margin-right:15px;
    width: 220px !important;
}

.rmstyle{
    list-style: none;
    margin:0;
    padding:0;
}

.input-fullw{
    width:96%;
}

.bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bottomSeparator{
    padding:3px 0;
    margin: 0 0 10px 25px;
    border-bottom: 1px solid gray;
}

.tab-inverse a{
    background:#000;
    color:#FFF;
}
.tab-inverse a:hover{
    border-color:#000;
    /*background:#000;*/
    color:#000;
}

.tr-group:hover td {
    background-color: #272822 !important;
    color: white;
}

.btn-width-mini{
    width:40px;
}
.btn-width-small{
    width:75px;
}
.btn-width-medium{
    width:150px;
}
.btn-width-large{
    width:300px;
}

.btn-toolbar {
margin-top: 0px;
margin-bottom: 10px;
font-size: 0;
}

.list-inline{
    list-style: none;
}
.list-inline li{
    display: inline;
}
.list-inline li:not(:last-child):after{
    content : ' / ';
}

.pagination ul>.active>a, .pagination ul>.active>a:focus, .pagination ul>.active>a:hover, .pagination ul>.active>span, .pagination ul>.active>span:focus, .pagination ul>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination ul>li>a, .pagination ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.noborder, td.noborder{
    border: none;
}

.surline{
    background:#0480be;
    color:#FFF;
    font-weight: bold;
    padding:2px;
}

.hourfilter{
    text-align: right;
}

.bold{
    font-weight:bold;
}

.r90{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.affaireListe li{
    border-bottom:1px solid #d3d3d3;
}
.affaireListe li:last-child{
    border-bottom:none;
}

#AgnStatSynthese legend+.control-group{
    margin-top:0px;
}
#AgnStatSynthese fieldset{
    margin-top:15px;
}
#AgnStatSynthese fieldset legend{
    font-size: 14px;
    line-height:16px;
    font-weight:bold;
    margin-bottom:8px;
    /*border-bottom:1px solid black;*/
}