/*!
 * OroTimesheet 8
 *
 * Copyright 2013 OroLogic Inc.
 *
 */

@-ms-viewport       { width: device-width; }
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
   margin: 5px;
}

input[type="radio"] { 
 cursor: pointer;
} 

input[type="checkbox"] { 
 cursor: pointer;
} 

form {
  width: 100%;
}

select.form-control { //G.P. 10 oct. 2015 - Patch pour overrider Bootstrap.
 padding-left: 0;
 padding-right: 0;
}

label { /* G.P. 26 Août 2013 - Pour overrider Bootstrap v3 */
  font-weight: normal;
  color: #0e5b9f;  /* Ils ont oublié de spécifier la couleur pour le label dans bootstrap.css */
  /* voir media.css pour suite */
}

.form-inline .form-control { /* G.P. 26-nov-2013 - Pour overrider Bootstrap v3 */
    display: inline-block;
}

textarea.form-control { /* G.P. 3-oct-2013 - Pour overrider Bootstrap v3 */
  /* outline:none; */
  overflow:auto;
  resize: both;
  /* color: red; */
}

.oro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*z-index: 10;*/
  background-color: rgba(0,0,0,0.25);
  text-align: center;
}

.oro-border-color-primary {
 border-color: #0e5b9f;
}

.oro-color-primary {
 color: #0e5b9f;
}

.oro-display-nombre {
  text-align: right;
  display:inline-block;
  width:7em;
}
.oro-text-color-default {
 color: #1a1a1a; /* #333333; */
}

.oro-text-small {
 font-size: 85%;
}

.oro-title {
 font-weight: 500;
 font-size: 24px;
}

.oro-color-label {
 color: #0e5b9f;
}

.oro-label-as-item-for-radio-or-checkbox {
  cursor: pointer;
  color: #1a1a1a; /* #333333; */
}

.oro-label-as-item-for-radio-or-checkbox-inline {
  cursor: pointer;
  margin-right:1em;
  color: #1a1a1a; /* #333333; */
}

.oro-label-for-textarea-full-width {
   text-align: left;
}

.oro-no-margin-no-padding-top-bottom {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.oro-search-result-extra-text {
 font-size: 75%;
 font-style: italic;
 color: #777777;
}

fieldset { /* GP 24-sept-2013 - - Pour overrider Bootstrap v3 - Anyway, je ne sait pas si il y a un bug dans Bootstrap mais il set le fieldset et ensuite il le remet à 0. Donc, je le remet ici pour que ca fonctionne... */
  border: 1px solid #dddddd; /* #c0c0c0; */
  margin: 10px 2px; /* top-bottom and right-left */
  /* padding: 0.35em 0.625em 0.75em; */ /* top and right-left and bottom */
  padding: 2px 4px 2px; /* top and right-left and bottom */
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);
  -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);
  box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);
}

legend {
  /* display: block; */
  width: auto;
  padding: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: #0e5b9f;
  border: 0;
  /* border-bottom: 1px solid #e5e5e5; */
}

.oro-fieldset { /* Ne sert plus - GP 11-dec-2013 */
  border: 1px solid #dddddd; /* #c0c0c0; */
  margin: 0 2px;
  margin-top: 1em;
  padding: 0.35em 0.625em 0.75em;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);
  -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);
  box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);
}

.oro-fieldset-legend { /* Ne sert plus - GP 11-dec-2013 */
  padding: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin: 0;
  /* font-size: inherit; */
  /* line-height: inherit; */
  color: #0e5b9f;
  border: 0;
  /* border-bottom: 1px solid #e5e5e5; */
  position: relative;
  top: -1.1em;
  background-color: #ffffff;
}

.oro-fieldset-content { /* Ne sert plus - GP 11-dec-2013 */
  position: relative;
  top: -0.55em;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.1);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,.1);
}

.oro-legend-for-radio { /* Ne sert plus GP 11-dec-2013 */
  /* display: block; */
  width: auto;
  padding: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: #0e5b9f;
  border: 0;
  /* border-bottom: 1px solid #e5e5e5; */
}

.oro-a { /* G.P. 26 juin 2013 - Vu que Bootstrap ne met pas de souligner au liens, si je veut en avoir un */
   text-decoration: underline;
   /* white-space:nowrap; */
   /* text-wrap: avoid; */
}

.oro-a-disabled {
       pointer-events: none;
       cursor: default;
}



.oro-page-header {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 5px 0; /* top right bottom left */

}

.oro-page-body {
    display: table;
    width: 100%;
    /* border: 1px solid green; */
}

.oro-page-footer {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #dddddd;
    /* border-radius: 6px; */
    padding: 5px 0 5px 0; /* top right bottom left */
}

.oro-form-group {
  margin-bottom: 0.25em;
}

.input-prepend { /* G.P. 24 juillet 2013 - Pour overrider Bootstrap */
  margin-bottom: 0;
}

.popover { /* G.P. 10 juillet 2014 - Pour overrider Bootstrap. Depuis jquery ui 1.11 */
  min-width: 300px;
}

.table th { /* G.P. 14 août 2013 - Pour overrider Bootstrap */
  font-weight: normal;
}

.oro-table-center {
 margin: 0px auto;
}

.oro-table-invoice td {
 padding-right: 1em;
}

.oro-table-caption {
    background-color: red; /*#0070a3;*/
    font-weight: bold;
    color: white;
    border-radius: 3px;
    text-align: left;
}

.oro-inactive {
  color: red;
}

.oro-bold {
 font-weight:bold;
}

.oro-cursor-pointer {
 cursor: pointer;
}

.oro-div-vertical-center-outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.oro-div-vertical-center-middle {
    display: table-cell;
    vertical-align: middle;
}

.oro-div-vertical-center-inner {
    margin-left: auto;
    margin-right: auto; 
    width: 300px;/*whatever width you want*/
}



 .oro-icon-ajax-loader,
 .oro-icon-ajax-loader-blue,
 .oro-icon-ajax-loader-big,
 .oro-icon-ajax-loader-big-blue {
  display: inline-block;
  vertical-align: text-top;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 1px;
  /* border: 1px solid yellow; */
  position: absolute;
  
 }

.oro-icon-ajax-loader {
  width: 24px;
  margin-left: -12px; /* GP 12 juillet 2014 */
  height: 24px;
  line-height: 24px;
  background-image: url("/images/ajax-loader.gif");
}

.oro-icon-ajax-loader-blue {
  width: 24px;
  margin-left: -12px; /* GP 12 juillet 2014 */
  height: 24px;
  line-height: 24px;
  background-image: url("/images/ajax-loader-blue.gif");
}

.oro-icon-ajax-loader-big {
  width: 66px;
  margin-left: -33px; /* GP 12 juillet 2014 */
  height: 66px;
  line-height: 66px;
  background-image: url("/images/ajax-loader-big.gif");
}

.oro-icon-ajax-loader-big-blue {
  width: 66px;
  margin-left: -33px; /* GP 12 juillet 2014 */
  height: 66px;
  line-height: 66px;
  background-image: url("/images/ajax-loader-big-blue.gif");
}

.oro-loading {
 background: white url("/images/ajax-loader.gif") right center no-repeat;
}

.oro-loading-big-blue {
  background-image: url("/images/ajax-loader-big-blue.gif");
  background-repeat: no-repeat;
}

.oro-loading-inline {
 background: white url("/images/ajax-loader.gif");
 background-repeat: no-repeat;
 width: 24px;
 height: 24px;
 line-height: 24px; 
 display: inline-block; 
}

.oro-logo-big {
  display: inline-block;
  width: 322px;
  height: 40px;
  line-height: 40px;
  vertical-align: text-top;
  background-image: url("/images/logo-big.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.oro-logo-zoro {
  display: inline-block;
  width: 206px;
  height: 196px;
  line-height: 196px;
  vertical-align: text-top;
  background-image: url("/images/zorro.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.oro-input-type-file-invisible {
  outline: none;
  /* font-size: 100px; */
  /* min-height: 1.5em; */
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  /*ie-dummy: expression(this.hideFocus=true);*/
}

.oro-group-style {
 /* font-weight:bold; */
}

.oro-group-style::before {
    content: '[';
}

.oro-group-style::after {
    content: ']';
}


.oro-multi-select {
 overflow-x: hidden;
 overflow-y:scroll;

 width:100%;
 text-align: left;
 /* border: 1px solid #c0c0c0; */
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 5px;
 padding-right: 5px;

 /* border-radius: 4px; */
 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
 /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
}

.oro-rule-criteria-section {
 overflow-x: hidden;
 overflow-y:scroll;

 width:100%;
 text-align: left;
 /* border: 1px solid #c0c0c0; */
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 5px;
 padding-right: 5px;

 /* border-radius: 4px; */
 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
 /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
}

.oro-dex-search-criteria-section {
 overflow-x: hidden;
 overflow-y:scroll;

 width:100%;
 text-align: left;
 /* border: 1px solid #c0c0c0; */
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 5px;
 padding-right: 5px;

 /* border-radius: 4px; */
 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
 /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
}

.oro-invoice-criteria-section {
 overflow-x: hidden;
 overflow-y:scroll;

 width:100%;
 text-align: left;
 /* border: 1px solid #c0c0c0; */
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 5px;
 padding-right: 5px;

 /* border-radius: 4px; */
 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
 /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
}

/*
   Dans BootStrap 3, ils ont décidé d'enlever les sous-menus ???. Donc, voici le css d'un gars ci-bas pour le remettre.
   http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing
*/

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none !important;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    width: 100%; /* patch GP 16 mai 2016 */
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.oro-timesheet-detail-container {
  position: absolute;
  /* z-index:9999; */
}

.oro-timesheet-detail-container-mobile {
  position: static;
  /* z-index:9999; */
}

.oro-timesheet-detail-container-mode-input-standard {
  position: static;
  /* z-index:9999; */
}

.oro-timesheet-detail-button-close {
  /* position: absolute; */
  /* position: relative; */
   position: absolute;
   top: 0;
   left: 395px; /* 5 de moins que width de .oro-timesheet-detail-body ci-dessous */
  /* border: 1px solid red; */
  padding: 0;
  background: white;
  cursor: pointer;
  color: #1a1a1a; /* #333333; */
  font-size: larger;
  /* z-index:9999; */
}

.oro-timesheet-detail-body {
  /* position: absolute; */
  overflow-x: hidden;
  overflow-y:scroll;
  height:   500px;
  width:    400px;
  border: 1px solid #dddddd; /* #c0c0c0; */
  margin: 0;
  padding: 0;
  margin-top: 15px;
  /* margin: 0 2px; */
  /* padding: 0.35em 0.625em 0.75em; */
  padding: 5px 5px 5px 5px;
  border-radius: 6px;
  /* -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1); */
  /* -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1); */
  /* box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1); */


  border-color: #0e5b9f; /* #66afe9; */
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);

  background: white;
}

.oro-timesheet-detail-body-mobile {
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
}

.oro-timesheet-detail-body-mode-input-standard {
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  
  overflow-y:scroll;
  /* height:   500px; */ /* Set via JavaScript */
}

.oro-timesheet-detail-toolbar {
  /* position: absolute; */
  overflow-x: hidden;
  width:    400px;
  border: 1px solid #dddddd; /* #c0c0c0; */
  padding: 5px 5px 5px 5px;
  margin: 0 0 5px 0; /* top right bottom left */
  border-radius: 6px;
  border-color: #0e5b9f; /*#66afe9;*/
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  background: white;
  text-align: center;
}

.oro-timesheet-detail-toolbar-mobile {
  /* position: absolute; */
  overflow-x: hidden;

  padding: 5px 5px 5px 5px;
  margin: 0 0 5px 0; /* top right bottom left */
  background: white;
  text-align: center;
}

.oro-timesheet-detail-label {
 display: inline-block;
 /* vertical-align: middle; */
 /* margin: 0; */
 /* padding: 0; */
 padding-right: 0.5em;
 text-align: right;
 width:25%;
}

.oro-timesheet-detail-data {
 display: inline-block;
 width:73%; /* GP 26-nov-2013: A réviser. Pas parfait. */
 padding: 0;
 margin: 0;
}

.oro-timesheet-detail-fieldset-button {
  cursor: pointer;
  color: #1a1a1a; /* #333333; */
}

.oro-timesheet-cell-button-show-detail {
  position: absolute;
  /*border: 1px solid #2b542c;  */

  padding-bottom: 0;
  padding-top: 0;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
  outline: 0;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); */
  /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); */

  cursor: pointer;
  color: #2b542c; /*#1a1a1a;*/ /* #333333; */
  xfont-size: 100%;
  xfont-weight: bold;
  /*color: green;*/
}

.oro-timesheet-cell-button-delete {
  position: absolute;
  /* border: 1px solid #dddddd; */ /* #c0c0c0; */

  padding-bottom: 0;
  padding-top: 0;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
  outline: 0;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); */
  /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); */

  cursor: pointer;
  color: #843534; /*#1a1a1a;*/ /* #333333; */
}

.oro-timesheet-input-read-only {
  /* background: red; */
  color: #777777; /*#999999;*/ /* .text-muted */

}

.oro-timesheet-input-focused {
  border-color: #0e5b9f; /*#66afe9;*/
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.oro-timesheet-input-with-expenses {
  /* vertical-align: text-top; */
  background-image: url("/images/expenses.png");
  /* background-position: 0 0; */
  background-position: left top;
  background-repeat: no-repeat;
}

.oro-mirror {
    /* display:block; */
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    -prefix-transform: scale(-1, 1);
}

.oro-invisible {
    visibility: hidden;
}

.oro-text-striked {
    text-decoration:line-through;
}

.oro-draggable-generic {
    cursor: move;  /* ns-resize alias */
}

.oro-draggable-rule {
    cursor: move;  /* ns-resize alias */
}

.oro-draggable-invlin {
    cursor: move;  /* ns-resize alias */
}

.ui-datepicker th { /* Pour overrider jquery-ui */
	font-weight: normal;
}

.ui-widget-header { /* Pour overrider jquery-ui */
	font-weight: normal;
}

.ui-priority-primary, /* Pour overrider jquery-ui */
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: normal;
}

.oro-navbar-toggle {

  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.oro-icon-bar {
  display: block;
  background-color: grey;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.oro-checkbox {
 display: inline-block;
 vertical-align: bottom;
 /* cursor: pointer; */
}

.oro-expiration-info-box {
 /* -webkit-transition: height 0.25s; */ /* For Safari 3.1 to 6.0 */
 /* transition: height 0.25s; */
 width:50%; /* 500px */
 max-width:100%; /* 500px */
 max-height:75%; /* 70px */
 
 overflow-x: hidden;
 overflow-y: auto;
 background-color: #ffcc99;
 padding: 1em;
 
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 
 /* opacity: 0.85; */
 /* filter: alpha(opacity=85); */ /* For IE8 and earlier */
 
 color: black;
}

.oro-immediate-attention-box {
 /* -webkit-transition: height 0.25s; */ /* For Safari 3.1 to 6.0 */
 /* transition: height 0.25s; */
 width:50%; /* 500px */
 max-width:100%; /* 500px */
 max-height:75%; /* 70px */
 
 overflow-x: hidden;
 overflow-y: auto;
 background-color: #ff9999;
 padding: 1em;
 
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 
 /* opacity: 0.85; */
 /* filter: alpha(opacity=85); */ /* For IE8 and earlier */
 
 color: black;
}

.oro-wizard-quick-start {
 -webkit-transition: height 0.25s; /* For Safari 3.1 to 6.0 */
 transition: height 0.25s;
 width:500px;
 max-width:500px;
 max-height:80px;
 overflow: hidden;
}

.oro-wizard-quick-start-frame {
 
}

.oro-wizard-quick-start-header {
 font-weight: bold;
 padding-bottom: 3px;
}

.oro-wizard-quick-start-body {
 height:300px;
 overflow-y: hidden;
 margin-top: 0.5em;
 text-align: justify;
 padding: 0;
 padding-right: 1em;
}

.oro-wizard-quick-start:hover {
 height: auto;
 max-height:none; 
}

.oro-wizard-quick-start:hover #buttonMore{
 display: none;
}

.oro-wizard-quick-start:hover .oro-wizard-quick-start-body{
 overflow-y: auto;
}

.myChosenContainerReports {
    height: 150px;
}

.myChosenContainerReports .chosen-container-multi .chosen-choices {
    height: 150px !important;
    overflow-y: auto;
}

.oro-box-shadow {
  /*-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);*/
  /*-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);*/
  box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);
}

.oro-timesheet-cell-container { 
 min-height: 200px;
}

.oro-timesheet-table-td-selected { 
  background: -webkit-linear-gradient(white, #D2E7F9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #D2E7F9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #D2E7F9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #D2E7F9); /* Standard syntax (must be last) */
}

.oro-timesheet-cell { 
  width: 100%;
  border: 1px solid #dddddd; /* #c0c0c0; */
  padding: 2px 4px 2px; /* top and right-left and bottom */
  xx-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);
  xx-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.1);
  box-shadow: 2px 2px 1px 0px rgba(0,0,0,.1);
  overflow: hidden;
  margin-bottom: 1em;
  
  background: -webkit-linear-gradient(white, #F2F2F2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #F2F2F2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #F2F2F2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #F2F2F2); /* Standard syntax (must be last) */
}

div.oro-timesheet-cell:hover {
  /* border: 1px solid #0e5b9f; */
    
  background: -webkit-linear-gradient(white, #D2E7F9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #D2E7F9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #D2E7F9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #D2E7F9); /* Standard syntax (must be last) */
} 

div.oro-timesheet-cell-selected {
  border: 1px solid #0e5b9f; 
    
  background: -webkit-linear-gradient(white, #D2E7F9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #D2E7F9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #D2E7F9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #D2E7F9); /* Standard syntax (must be last) */
} 

.oro-timesheet-cell-notes { 
 max-height: 50px;
 font-style: italic;
}

.oro-project-percent-completion-background { 
 
   height:5px;
   width:100%;
   background: #D4D4D4;
      
   outline: none !important;
   border: none !important;
   box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;  
   	overflow: hidden;
}

.oro-project-percent-completion-foreground-budget-ok { 
   height:5px;
   background:#5cb85c;
   
   outline: none !important;
   border: none !important;
   box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;    
}

.oro-project-percent-completion-foreground-budget-over { 
   height:5px;
   width:100%;
   background:#d9534f;
   
   outline: none !important;
   border: none !important;
   box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;    
}

.ui-autocomplete { 
    max-height: 25em;
    overflow-y: auto; 
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    /* padding-right: 100px; */
    padding-bottom: 1px;
    
}