.navbar-default {
  background-color: black;
  border-color: #c0392b; }

.navbar-default .navbar-brand {
  color: #ecf0f1; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #dbaeaf; }

.navbar-default .navbar-text {
  color: #ecf0f1; }

.navbar-default .navbar-nav > li > a {
  color: #ecf0f1; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #dbaeaf; }

.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: black; }

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ecf0f1; }

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #dbaeaf;
  background-color: #c0392b; }

.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #c0392b; }

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #dbaeaf;
  background-color: #c0392b; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #dbaeaf;
  background-color: #c0392b; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #dbaeaf;
  background-color: #c0392b; }

.navbar-default .navbar-toggle {
  border-color: #c0392b; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #c0392b; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1; }

.navbar-default .navbar-link {
  color: #ecf0f1; }

.navbar-default .navbar-link:hover {
  color: #dbaeaf; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #dbaeaf; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #dbaeaf;
    background-color: #c0392b; } }

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
  /*color: #f9f9f9; */
  background-color: black;
  border-color: #c0392b; }

.footer p {
  color: white;
  font-size: 12px; }

.glyphicon-plus,
.glyphicon-search,
.glyphicon-download,
.glyphicon-trash {
  font-size: 1.2em; }

.timesheet-cat {
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #E1EFFA; }

@media (min-width: 1200px) {
  .desktop-only {
    display: block !important; } }

.custom_required:after {
  content: " *";
  color: red; }

.error {
  color: red; }

.selected {
  background-color: #c0392b; }

.custom_margin {
  margin-top: 1%; }

@media screen and (max-width: 480px) {
  .custom_margin {
    margin-top: 2%; } }

.extra-padding {
  padding-bottom: 5px; }

/*# sourceMappingURL=app.css.map */
.dropdown-menu .sub-menu {
  right: 100%;
  position: absolute;
  top: 0;
  display: none;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: #fff;
  box-shadow: none; }

.right-caret:after, .left-caret:after {
  content: "";
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-right: 5px; }

.right-caret:after {
  border-left: 5px solid #ffaf46; }

.left-caret:after {
  border-right: 5px solid #ffaf46; }

ul.sub-menu li a {
  display: block;
  color: white;
  background-color: black;
  text-decoration: none; }

ul li ul.sub-menu li a:hover {
  color: #484848;
  background-color: white;
  text-decoration: none; }

ul li ul.sub-menu {
  display: block;
  color: #484848;
  background-color: black;
  text-decoration: none; }

.div_height_70px {
  height: 70px; }

@media (min-width: 768px) {
  .width65_per {
    width: 65% !important; } }

.hide_div {
  display: none; }

.text_align_right {
  text-align: right; }

.table-tr-borderless td {
  border: none !important; }

.align_right {
  float: right !important; }

.background_black_color {
  background-color: black !important; }

.color_white {
  color: white !important; }

.margin_left_1_percentage {
  margin-left: 1% !important; }

th.header {
  background-image: url(/img/bg.gif);
  cursor: pointer;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 20px; }

th.headerSortUp {
  background-image: url(/img/asc.gif); }

th.headerSortDown {
  background-image: url(/img/desc.gif); }

.glyphicon-dot-green:before {
  content: "\25cf";
  font-size: 2.5em;
  color: green; }

.glyphicon-dot-red:before {
  content: "\25cf";
  font-size: 2.5em;
  color: red; }

.margin_top_25_inverse {
  margin-top: -1.2em !important; }

@media (max-width: 997px) {
  .tabledit-input {
    width: 100px !important; }
  .margin_left_2per_in_sm_xs {
    margin-left: 2% !important; } }

#invoicedHourloggingTable .select2-selection--single {
  border-radius: 0px !important;
  border: 1px solid #aaa !important;
  padding-right: 20px !important;
  height: 25px !important; }

#invoicedHourloggingTable .select2-selection--single span {
  line-height: 25px !important; }

#invoicedHourloggingTable td select {
  border-radius: 0px;
  height: 27px;
  padding: 2px 6px;
  min-width: 60px; }

.text_area {
  resize: none; }

@media only screen and (min-device-width: 768px) {
  .pullright {
    float: right; } }

.has-error .select2-selection {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/*For Offer module */
.disableddiv {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7; }

.hidediv {
  display: none; }

span.breakLetter {
  word-break: break-all;
  width: 50px; }

/*To hide with place*/
.hideWithPlace {
  visibility: hidden; }

/*Increasing Container width*/
/*@media (min-width: 1400px) {
  .containerWidthIncrease {
    width: 1370px !important; } }*/

textarea {
  resize: none !important; }

.pull_right_div {
  float: right; }

/* CCsheet table adjustments */
.ccsheetth_product {
  width: 250px !important; }

.ccsheetth_numbers {
  width: 100px !important; }

.ccsheetth_other {
  width: 125px !important; }

.pl5px {
  padding-left: 5px !important; }

.pr5px {
  padding-right: 5px !important; }

.va_middle {
  vertical-align: middle !important; }

/*ul custome posistion for ccsheet*/
.ul-custom-position {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  height: 200px;
  overflow-y: scroll; }

.modal-div-position {
    margin-top: 3%;
}

.modal-custom-height {
    height: 300px !important;
}

/*# sourceMappingURL=app.css.map */
