body{
  background-image: url(/images/noise.png);
}
.table{
  background: white;
}
#footer {
  color: #818181;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
.row-fluid form > div > div {
  border-bottom: 1px dashed #C0C0C0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}    
.row-fluid form div div:last-of-type:not(.ck) {
  margin-bottom: 20px;
}

.row-fluid form div div label {
  display: inline-block;
  margin-bottom: 5px;
  width: 200px;
  margin-right: 20px;
}
form legend, .row-fluid form div div, h1, .section-info {
  /*width: 800px; */
}
.section-info pre{
  background: none;
  border: medium none;
  margin: 0;
  padding: 0;    
}
.row-fluid div.filter-div form div div {
  width: 600px;     
}
form legend, h1{
  color: #005E94;
  border-bottom: 1px solid #005E94;    
}
.nav-btns{
  float: right;
  margin-top: 5px;
}
.grid-view {
  padding-top: 5px;
}
h1 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}
.d-actions{
  float: right;
}
.td-actions ul{
  list-style: none;
}
.td-actions li{
  display: inline;
}
.table-condensed th {
  text-align: left;
}
.table-condensed th, .table-condensed td {
  padding: 6px 9px;
}
.table {
  width: auto;
  min-width: 500px;
}
footer p {
  color: #888888;
  font-size: 11px;
  text-align: center;
}
hr {
  margin: 10px 0;
}
.navbar-inner{
  background-color: #F9AB15;
  box-shadow: 1px 1px 10px;
  background: #F9AB15;
}
thead th {
  color: black;
}
a {
  color: #005E94;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #005E94;
  text-decoration: underline;
}
.navbar-inner .nav > li > a:hover {
  color: white;
  text-shadow: none;
}
.breadcrumb .divider {
  color: #444444;
}

.dropdown-menu li > a:hover, 
.dropdown-menu li > a:focus, 
.dropdown-submenu:hover > a,
.navbar-inner .nav li.dropdown.open > .dropdown-toggle, 
.navbar-inner .nav li.dropdown.active > .dropdown-toggle, 
.navbar-inner .nav li.dropdown.open.active > .dropdown-toggle,
.navbar-inner .nav .active > a, .navbar-inner .nav .active > a:hover, .navbar-inner .nav .active > a:focus {
  background-color: #C0C0C0;
  background-image: none;
  color: black;
}
/*.navbar-inner .nav li.dropdown.open > .dropdown-toggle, 
.navbar-inner .nav li.dropdown.active > .dropdown-toggle, 
.navbar-inner .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: rgba(249, 121, 39, 0.9);    
}*/
.navbar-inner .brand, .navbar-inner .nav > li > a {
  color: #FFFFFF;
}
.navbar-inner .brand {
  background:  #F9AB15;
  text-shadow: none;
  font-size: 17px;  
  margin-left: 0;
  padding: 10px 0 10px 20px;
  width: 232px;
}
.navbar-inner .nav > li > a {
  background: #580C40;
  font-weight: normal;
  text-shadow: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #333;
  border-color: rgba(82, 168, 236, 1);
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: rgba(82, 168, 236, 1);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.1);
}
.pagination li a {
  line-height: 25px;
  padding: 0 10px;
}
.navbar .btn, .navbar .btn-group {
  margin-top: 0;
}
label.required span, ul.error li, form label.error{
  color: #BB0000;
}
form label.error {
  margin-left: 10px;
  width: auto !important;
}
.fos-login-box{
  text-align: center;
}
.fos-login-box form{
  padding: 100px 0 70px 0;
}
.fos-login-box-inner{
  text-align: left;    
  display: inline-block;
  background: #F1F1F1;
  border-radius: 10px 10px 10px 10px;
  padding: 25px;
  border-top: 1px solid #a0a0a0;
}
.fos-login-box form input[type="checkbox"] {
  margin: 0 0 3px 0;
}
footer p{
  font-size: 10px;
}

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 {
  width: 300px;
}
.center{
  text-align: center !important;
}
.filter-div {
  background: white;
  border: 1px solid #D1D1D1;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: absolute;
  z-index: 20;
  right: 20px;
  display: none;
}
.btn-nav-wrapper:first-of-type {
  margin-right: 10px;
}
.btn-nav-wrapper {
  float: right;
  margin-left: 10px;
}
.close-filter {
  display: block;
  padding: 1px 3px 0;
  position: absolute;
  right: 11px;
  top: 6px;
  float: right;
}

form fieldset {
  margin-top: 30px;
}
form fieldset legend {
  border-bottom: 1px dotted #F97927;
  color: #F97927;
  font-size: 16px;
}

thead th{
  white-space: nowrap;
}
.fos-login-box form input[type="text"],
.fos-login-box form input[type="password"]
{
  width: 240px;
}
img.ui-datepicker-trigger {
  margin-left: -24px;
  margin-top: -9px;
}
input[disabled], select[disabled], 
textarea[disabled], input[readonly], 
select[readonly], textarea[readonly] {
  background-color: white;
  cursor: text;
}
.ui-datepicker .ui-datepicker-title {
  line-height: normal !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 0 !important;
  text-align: center !important;
}
.ui-widget {
  font-size: 12.5px !important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
  margin-top: -12px !important;
}
select {
  width: 316px;
}
.form-horizontal .control-label{
  text-align: left;
  width: auto;
}
form fieldset div div div.control-group {
  border-bottom: 1px dashed #C0C0C0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.form-actions, .form-horizontal .form-actions {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  padding: 0 0 0 25px;
}
form label.error {
  margin-left: 0;
}
.bruno-thumb img{
  height: 70px;
}
form .control-group textarea, 
form .control-group input, 
form .control-group select {
  width: 320px;
}

.bruno-input-help {
  color: #888888;
  margin-left: 10px;
}
table.items img{
  height: auto;
  width: 120px;
}
.navbar .nav > li > a:focus{
  color: white;
}
.fos-login-box-inner .checkbox, .fos-login-box-inner .radio {
  padding-left: 0;
}
button.disabled {
  background: #999 !important;
  border: 1px solid #777 !important;
}
/* --------------- */

#page{
  padding-left: 0;
  padding-top: 40px;
}
.main-menu{
  background: #E6E6E6;
  position: fixed;
  top: 40px;
  bottom: 0;
  border-right: 1px solid #cfcfcf;
  width: 240px;
  overflow: auto;
  z-index: 1;
}
.logo i{
  display: inline-block;
  margin: 1px 5px 0 0;
}
.logo{
  background:  #F9AB15;
  font-weight: bold;
  border-right: 1px solid #0c4f75;  
}
.main-content{
  padding-left: 260px;
}
.nav-list{
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.main-menu .nav-stacked li{
  line-height: 36px;
  border-bottom: 1px dashed #aaa;
  background: -webkit-linear-gradient(top, #E9E9E9, #E1E1E1);
  background: -moz-linear-gradient(top, #E9E9E9, #E1E1E1);
  background: -o-linear-gradient(top, #E9E9E9, #E1E1E1);
  background: linear-gradient(to bottom, #E9E9E9, #E1E1E1);
}
.main-menu .nav-list  li  a:hover{
  text-decoration: none;
}
.main-menu .nav-list  li  a{
  padding: 0 0 0 20px;
  color: #222;
  font-size: 15px;
  text-shadow: 1px 1px white;
  display: block;
}
.nav li ul {
  list-style: none;
  margin-left: 5px;
}
.nav li a:hover {
  background: #eee;
}
.main-menu .nav-stacked .li-module{
  background: #e1e1e1;
  color: black;
}
.main-menu .nav-list .li-module a{
  color: black;
  display: block;
  padding-left: 10px;
  border-top: 1px solid #fff;
}
h1 .subtitle{
  display: block;
  font-size: 14px;
  margin-top: -13px;
  color: #666;
}
.d-logout a:hover{
  color: white;
  text-decoration: none;
}
.d-logout a{
  border-left: 1px solid #addcfd;
  color: white;
  display: inline-block;
  margin-top: 3px;
  padding: 7px 0 4px 10px;
}
input[type="checkbox"] {
  width: auto !important;
}
.table-list thead{
  background: #eaeaea;
}
/* ---- */
.div-dash > div {
  width: 800px;
  margin: auto;
}
.div-dash {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.a-dash:hover{
  text-decoration: none;
  box-shadow: 0 0 5px #888;
}
.a-dash{
  background: white;
  border: 1px solid #c0c0c0;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  width: 30%;
}
.a-dash *{
  display: block;
  color: #333;
}
.a-dash i{
  font-size: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #555;
}
.a-dash b{
  font-size: 18px;
}
.a-dash span{
  clear:both;
  border-top: 1px solid #f0f0f0;
  padding-top: 5px;
  margin-top: 25px;
  color: #888;
}
/* ---- */
.search-form {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 10px #c0c0c0;
  display: block;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 1;
}
.fc-event {
  color: #000;
  font-size: 12px;
}
.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end{
  border-bottom-left-radius: 13px;
  border-top-left-radius: 13px;
}
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  border-bottom-right-radius: 13px;
  border-top-right-radius: 13px;
}
.fc-event-title a.btn {
  margin: 0 5px 0 10px
}
.fc-event-time, .fc-event-title{
  padding: 0;
}
.fc-event-title td {
  vertical-align: middle;
}
.fc-header-title h2{
  font-size: 22px;
}
fieldset legend{
  font-size: 17px;
}
.hasDatepicker {
  background: url(../images/cal.png) no-repeat right center;
}
a.menu-title, .main-menu .nav-list li a.menu-title:hover{  
  background-color:  #F9AB15;
  color: white !important;
  text-shadow: none !important;
}
.div-dash h2{
  border-bottom: 1px solid;
  font-size: 22px;
  font-weight: normal;
  margin: 0 55px;
  text-align: left;
}
.main-menu ul {
  margin-bottom: 35px;
}
.cut-text{
  position: relative;
  padding-bottom: 20px;
}
.cut-text .btn{
  bottom: 0;
  position: absolute;
  right: 0;
}
.cut-text span{
  display: none;
}
.modal-header h3 {
  font-size: 20px;
  font-weight: normal;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.3;
}
.radio.inline, .checkbox.inline {
  width: auto;
}
.radio.inline label, .checkbox.inline label{
  width: auto !important;
  margin: 0 !important;  
}
.items th {
  font-weight: normal;
}
.items z {
  color: #ee5d16;
  font-style: italic;
}
.wait-content{
  padding: 20px;
  text-align: center;
}
.wait-content span{  
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: auto;
  font-size: 12px;
  color: #666;
}
.view fieldset {
  margin-top: 10px;
}
.view fieldset:first-of-type {
  margin-top: 0;    
}
.view fieldset th {
  text-align: left;
  padding-right: 20px;
}
.view fieldset legend {
  font-size: 15px;
  color: #2E7DAA;
  border-bottom: 1px solid #56AEE0;
}
.filter-box{
    max-height: 400px;
    overflow: auto;
    max-width: 650px;
}
.g-img-wpr a{
    top: -5px;
    right: -8px;
    position: absolute;
    background: white;
    padding: 2px;
    color: red;
}
.g-img-wpr{
    position: relative;    
}
div.control-group.control-sub-group {
    margin: 20px 0 -30px 0 !important;
    padding: 0;
    border: 0;
}
.div-droits{
/*    height: 400px;
    overflow: auto;*/
    border: 1px solid #c0c0c0;
}
.div-droits ul{
    margin: 0;
    padding: 0;
}
.row-fluid form div.div-droits label.checked{
    background: #3a9e08;
    color: white;
}
.row-fluid form div.div-droits label{
    margin-right: 0;
    width: auto;
    display: block;
}
.div-droits span{
    display: block;
    padding: 5px;
    background: #ffe7d1;
    font-weight: bold;
}
.div-droits input{
    margin: -2px 0 0 15px !important;
}
.div-droits li{
    list-style: none;
}    
.div-droits span{
    color: #c75d00;
}
.div-droits .btn-droit-sa{
    float: right;
    margin-top: -4px;
}
.div-droits > div{
    display: inline-block;
    width: 240px;
    background: lightgray;
    margin: 0 5px 5px 0;
}
.main-menu .nav-stacked li.selected{
    background: white;
}
.form-img-prev > span img{
    width: 100%;
}
.form-img-prev > span > span{
    display: inline-block;
    padding: 5px 12px;
    background: red;
    color: white;
    position: absolute;
    border: 1px solid #fff;
    right: 0;
    cursor: pointer;
}
.form-img-prev > span{
    display: inline-block;
    width: 170px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #000;
}
.disabled-menu{
    opacity: 0;
    pointer-events: none;
    cursor: none;
}