 
.titleSearch{
    cursor: pointer;
}

.borderLine{
    border-bottom: 1px solid #f58731;    
}

.nav-sidebar > li > a{
    padding-right: 20px;
    padding-left: 20px;
    color: #181818;    
}

.truncate {
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
}

.truncate-150 {
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
}

.truncate-nomax {
  text-overflow: ellipsis;  
  white-space: nowrap;
  overflow: hidden;
  /* margin-bottom: 0.5px; */
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.tab-content {
  margin-left: 0px;
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px;
}

.form-checkbox input[type="checkbox"] {
    display: none;
}

.form-checkbox input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-checkbox input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-checkbox input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-checkbox input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-checkbox input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.div-checkbox-label{
    white-space: nowrap;
    display: flex !important;
}

.client-select-a {
    color: black;
    text-decoration: none;
}

.client-select-a:hover {
    color: #f58731;
    text-decoration: none;
}

.orange {
color: #f58731;
}


.form-date {
    display: flex;   
    margin-bottom: 10px;
}

.form-date input {
    width: 65px !important;
}

.form-date h2 {
    font-size: 30px;
    margin: 0px 5px;
    color: #333;
    font-weight: 600;
    line-height: 1;
}

.form-control {
    border: 1px solid #bababa;
    border-radius: 0px;
}

td input[type="checkbox"] {
    margin:0px;
    cursor:pointer;
}

.searchBtnDiv{
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;    
}

.btn-grande ,.btn-search ,button.btn.btn-default {
    color: #fff;
    background-color: #f58731;
    border-color: #f58731;
    font-size: 16px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1rem 0.5rem;
}

.btn-grandet:hover ,.btn-search:hover , button.btn.btn-default:hover {
    color: #f58731 !important;
    background-color: #333 !important;
    border-color: #333 !important;
}

.btn-back {
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;    
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 20px;    
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;    
}

.btn-checkin {
    border-radius: 0px;
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    padding: 6px 50px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;  
}

.calendarfixed {
  float:left; 
  width:70%;
  height:650px;
  position:absolute;  
  left:23%
}

.template {
    border: 1px solid black;
}

.invoicefoot {
    border-top: 1px solid #ddd;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 67.333%;
    background-color: #FFF;
}

.loading-button-lock {
  opacity: 0.8;
  position: relative;
}

.loading-button-lock button {
  background-color: #d3d3d3;
  pointer-events: none;
}

.loading-button-lock i {
  font-size: 4rem;
  position: absolute;
  top: 1rem;
  left: 50%;
  display: block !important;
}

@media (max-width: 768px) {

  .invoicefoot {
    width: 100%;
    position:relative;   
  }

}

.invoice-panel-seleted {
    border-color: #f58731 !important;
    border-left: 5px solid #f58731 !important;
}

.invoice-panel-unseleted {
    border-color: #ddd !important;
    border-left: 5px solid #ddd !important;
    opacity: 0.7;
}

 ul li mark { 
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;   
  border: 0px solid #FFF;
  width: 18px;
  height: 18px;  
  background-color: #FF6B6B;
  position: absolute;
  top: 5px;
  left: 30px;  
  line-height: 15px;  
  font-weight: 400;
  color: #FFF;
  font-weight: 700;
  font-size: 87%;
  text-align: center;
}

ul > li > a >  mark {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;   
-webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;  
}
ul > li:hover > a > mark {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
      
}


@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}



@media (max-width: 1024px) {

  .calendarfixed {
  float:left; 
  width:70%;
  height:650px;
  position:absolute;  
  left:230px
  }

}

@media (max-width: 768px) {

  .calendarfixed {
  float:left; 
  width:550px;
  height:500px;
  position:absolute; 
  left:230px;  
  }

}
