* {
  outline: none !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 200px !important;
  font-family: 'Roboto';
  color: #333;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

footer {
  background-color: #77ae40;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-top: 100px;
  padding: 25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Roboto';
}

.material-icons {
  vertical-align: middle;
}

.notDragImage,
#pageHeader #firstSlice #firstSliceContainer .logo img,
#pageHeader #firstSlice #firstSliceContainer .user img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.sectionTitle {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #222;
}

.subSectionTitle {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #222;
}

.subSubSectionTitle {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #222;
}

.alert {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.alert:before {
  font-family: 'Material Icons';
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.alert .close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #afd9ee;
  color: #1b6083;
}
.alert-info:before {
  content: 'info_outline';
}

.alert-danger {
  background-color: #f2dede;
  border-color: #e4b9b9;
  color: #712d2d;
}
.alert-danger:before {
  content: 'error';
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #f7ecb5;
  color: #9c8611;
}
.alert-warning:before {
  content: 'report_problem';
}

.alert-success {
  background-color: #dff0d8;
  border-color: #c1e2b3;
  color: #3d6c2a;
}
.alert-success:before {
  content: 'check_circle';
}

.pagination > li > a,
.pagination > li > span {
  color: #77ae40;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #77ae40 !important;
  border: 1px solid #77ae40 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #eee;
}

.pagination + p {
  text-align: right;
}

.progress {
  margin-bottom: 15px;
}
.progress .progress-bar-info {
  background-color: #5bc0de;
  color: #fff;
}
.progress .progress-bar-success {
  background-color: #5cb85c;
  color: #fff;
}
.progress .progress-bar-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.progress .progress-bar-danger {
  background-color: #d9534f;
  color: #fff;
}

.badge {
  margin-left: 5px;
}
.badge.info {
  background-color: #77ae40;
  color: #fff;
}
.badge.danger {
  background-color: #f00;
  color: #fff;
}
.badge.warning {
  background-color: #e5e500;
  color: #333;
}
.badge.success {
  background-color: #008000;
  color: #fff;
}
.badge.infoInverse {
  background-color: #fff;
  color: #77ae40;
}

.breadcrumb {
  background-color: #eee;
}
.breadcrumb a {
  color: #77ae40;
}

.modal .modal-title {
  text-transform: uppercase;
  font-size: 18px;
  color: #77ae40;
}

#pageHeader {
  margin-bottom: 30px;
}
#pageHeader #firstSlice {
  background-color: #77ae40;
  height: 70px;
}
#pageHeader #firstSlice #firstSliceContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#pageHeader #firstSlice #firstSliceContainer .logo {
  width: 20%;
  position: relative;
}
@media (max-width: 767px) {
  #pageHeader #firstSlice #firstSliceContainer .logo {
    width: 50%;
  }
}
#pageHeader #firstSlice #firstSliceContainer .logo img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pageHeader #firstSlice #firstSliceContainer .title {
  width: 60%;
  height: 100%;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  #pageHeader #firstSlice #firstSliceContainer .title {
    display: none;
  }
}
#pageHeader #firstSlice #firstSliceContainer .title span {
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pageHeader #firstSlice #firstSliceContainer .user {
  width: 20%;
  height: 100%;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #pageHeader #firstSlice #firstSliceContainer .user {
    width: 50%;
  }
}
#pageHeader #firstSlice #firstSliceContainer .user .name {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 50px;
  text-align: right;
}
@media (max-width: 991px) {
  #pageHeader #firstSlice #firstSliceContainer .user .name {
    display: none;
  }
}
#pageHeader #firstSlice #firstSliceContainer .user img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pageHeader #firstSlice #firstSliceContainer .user .toggleBtn {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#pageHeader #firstSlice #firstSliceContainer .user .toggleBtn i {
  font-size: 30px;
}
#pageHeader #firstSlice #firstSliceContainer .user .toggleBtn[rel='menu'] {
  right: 50px;
}
@media (max-width: 991px) {
  #pageHeader #firstSlice #firstSliceContainer .user .toggleBtn[rel='menu'] {
    display: inline-block;
  }
}
#pageHeader #firstSlice #firstSliceContainer .user .toggleBtn[rel='filter'] {
  right: 90px;
}
@media (max-width: 767px) {
  #pageHeader #firstSlice #firstSliceContainer .user .toggleBtn[rel='filter'] {
    display: inline-block;
  }
}
#pageHeader #secondSlice {
  position: relative;
  z-index: 1001;
  background-color: #222;
}
#pageHeader #secondSlice #secondSliceContainer {
  position: relative;
}
#pageHeader #secondSlice #secondSliceContainer .toggleBtn {
  display: none;
}
#pageHeader #secondSlice #secondSliceContainer ul {
  padding: 5px 0px;
  margin: 0px;
}
#pageHeader #secondSlice #secondSliceContainer ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#pageHeader #secondSlice #secondSliceContainer ul li a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#pageHeader #secondSlice #secondSliceContainer ul li a:hover,
#pageHeader #secondSlice #secondSliceContainer ul li a.active {
  background-color: #fff;
  border-radius: 30px;
  color: #77ae40;
}
#pageHeader #secondSlice #secondSliceContainer ul li a + ul {
  display: none;
  position: absolute;
  background-color: #222;
  top: 100%;
  margin-top: 5px;
  padding: 5px;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  width: 200px;
}
#pageHeader #secondSlice #secondSliceContainer ul li a + ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
#pageHeader #secondSlice #secondSliceContainer ul li a + ul li a {
  display: inline-block;
  font-size: 12px;
}
#pageHeader #secondSlice #secondSliceContainer .userActions {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 5px;
  padding-right: 15px;
}
#pageHeader #secondSlice #secondSliceContainer .userActions a {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  padding: 5px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#pageHeader #secondSlice #secondSliceContainer .userActions a:hover {
  border-radius: 50%;
  background-color: #fff;
}
#pageHeader #secondSlice #secondSliceContainer .userActions a:hover i {
  color: #222;
}
#pageHeader #secondSlice #secondSliceContainer .userActions a i {
  position: relative;
  color: #fff;
  line-height: 0;
}
@media (max-width: 991px) {
  #pageHeader #secondSlice {
    background-color: #eee;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  #pageHeader #secondSlice.show {
    left: 0;
  }
  #pageHeader #secondSlice #secondSliceContainer {
    width: 100%;
    min-height: 100%;
  }
  #pageHeader #secondSlice #secondSliceContainer .toggleBtn {
    position: absolute;
    top: 55px;
    right: 15px;
    display: inline-block;
    z-index: 1;
  }
  #pageHeader #secondSlice #secondSliceContainer .toggleBtn i {
    color: #77ae40;
    font-size: 40px;
  }
  #pageHeader #secondSlice #secondSliceContainer > ul {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #pageHeader #secondSlice #secondSliceContainer > ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  #pageHeader #secondSlice #secondSliceContainer > ul li a {
    display: inline-block;
    padding: 10px;
    margin-left: 0px;
    color: #77ae40;
  }
  #pageHeader #secondSlice #secondSliceContainer > ul li a i {
    display: none;
  }
  #pageHeader #secondSlice #secondSliceContainer > ul li a span {
    display: inline-block;
  }
  #pageHeader #secondSlice #secondSliceContainer > ul li a + ul {
    position: relative;
    padding-left: 10px;
    background-color: #eee;
  }
  #pageHeader #secondSlice #secondSliceContainer .userActions {
    position: absolute;
    top: 0;
    width: 300px;
    left: 0;
    background-color: #77ae40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
  }
  #pageHeader #secondSlice #secondSliceContainer .userActions a {
    width: 33.33333333%;
    text-align: center;
    margin-left: 0px;
    border-right: 1px solid #eee;
  }
  #pageHeader #secondSlice #secondSliceContainer .userActions a:last-of-type {
    border-right: 0px;
  }
  #pageHeader #secondSlice #secondSliceContainer .userActions a:hover {
    border-radius: 0px;
  }
  #pageHeader #secondSlice #secondSliceContainer .userActions a:after {
    content: attr(title);
    font-size: 8px;
    display: block;
    color: #fff;
  }
  #pageHeader #secondSlice #secondSliceContainer .userActions a:hover:after {
    color: #222;
  }
  #pageHeader
    #secondSlice
    #secondSliceContainer
    .userActions[actionNumber='2']
    a {
    width: 50%;
  }
  #pageHeader
    #secondSlice
    #secondSliceContainer
    .userActions[actionNumber='3']
    a {
    width: 33.333333333%;
  }
}

#backgroundToggle {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed;
}

.form-group {
  height: 75px;
  position: relative;
}
.form-group .input-group.date input {
  background-color: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#filterForm {
  background-color: #eee;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 1px #aaa;
  box-shadow: 0px 3px 5px 1px #aaa;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (min-width: 767px) {
  #filterForm .toggleBtn {
    display: none;
  }
}
#filterForm .input-group.date {
  width: 100%;
}
#filterForm .input-group.date > input {
  border-radius: 10px !important;
}
#filterForm .form-group > label {
  display: block;
  text-transform: uppercase;
  border-bottom: 2px solid #77ae40;
}
#filterForm .form-group > input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
#filterForm .form-group input.datepicker {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  #filterForm {
    border-radius: 0px;
    background-color: #eee;
    padding: 70px 15px 0px 15px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
  }
  #filterForm.show {
    right: 0;
  }
  #filterForm .toggleBtn {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
  }
  #filterForm .toggleBtn i {
    color: #77ae40;
    font-size: 40px;
  }
}

.modal .normalForm form > .row:last-child {
  margin-top: auto;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  display: none;
}

.normalForm form > .row:last-child {
  margin-top: 50px;
}

.normalForm .separator:not(td) {
  margin: 20px auto;
  position: relative;
}
.normalForm .separator:not(td):before {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 2px solid #eee;
  width: 100%;
  bottom: calc(50% - 2px);
  left: 0px;
}
.normalForm .separator:not(td) span {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  text-align: center;
  background-color: #eee;
  color: #77ae40;
  padding: 5px 10px;
  font-size: 20px;
}

.normalForm img + .inputfile + label {
  margin-top: 15px;
}

.normalForm .imgContainer {
  text-align: center;
}
.normalForm .imgContainer > .img-responsive {
  display: inline-block;
  max-height: 200px;
}
.normalForm .imgContainer > .inputfile + label {
  width: 200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.normalForm .form-group {
  position: relative;
  height: 40px;
}
.normalForm .form-group > label {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 5px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #ccc;
  font-weight: normal;
  display: block;
  width: 100%;
}
.normalForm .form-group > input,
.normalForm .form-group > textarea {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #ccc;
  padding-left: 5px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.normalForm .form-group ::-webkit-input-placeholder {
  color: transparent;
}
.normalForm .form-group :-ms-input-placeholder {
  color: transparent;
}
.normalForm .form-group ::-ms-input-placeholder {
  color: transparent;
}
.normalForm .form-group ::placeholder {
  color: transparent;
}
.normalForm .form-group > .chartCounter {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.normalForm .form-group .top,
.normalForm .form-group.completed > label,
.normalForm .form-group.disabled > label,
.normalForm .form-group.warning > label,
.normalForm .form-group.error > label,
.normalForm .form-group.focus > label,
.normalForm .form-group .multiselect-native-select + label {
  font-size: 10px;
  top: -10px;
  left: 0px;
}
.normalForm .form-group:after {
  content: attr(bottom-description);
  position: absolute;
  bottom: 0px;
  font-size: 10px;
  margin-top: 2px;
}
.normalForm .form-group.disabled > label {
  color: #ccc;
}
.normalForm .form-group.disabled > input,
.normalForm .form-group.disabled > textarea {
  border-bottom: 2px solid #ccc;
  color: #ccc;
}
.normalForm .form-group.disabled:before {
  font-family: 'Material Icons';
  content: 'https';
  position: absolute;
  color: #ccc;
  right: 0;
  font-size: 14px;
}
.normalForm .form-group.warning > label {
  color: #cccc00;
}
.normalForm .form-group.warning > input,
.normalForm .form-group.warning > textarea {
  border-bottom: 2px solid #cccc00;
}
.normalForm .form-group.warning:before {
  font-family: 'Material Icons';
  content: 'warning';
  position: absolute;
  color: #cccc00;
  right: 0;
  font-size: 14px;
}
.normalForm .form-group.warning ::-webkit-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.warning :-ms-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.warning ::-ms-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.warning ::placeholder {
  color: #ccc;
}
.normalForm .form-group.error > label {
  color: orangered;
}
.normalForm .form-group.error > input,
.normalForm .form-group.error > textarea {
  border-bottom: 2px solid orangered;
}
.normalForm .form-group.error:before {
  font-family: 'Material Icons';
  content: 'error';
  position: absolute;
  color: orangered;
  right: 0;
  font-size: 14px;
}
.normalForm .form-group.error ::-webkit-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.error :-ms-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.error ::-ms-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.error ::placeholder {
  color: #ccc;
}
.normalForm .form-group.focus > label {
  color: #77ae40 !important;
}
.normalForm .form-group.focus > input,
.normalForm .form-group.focus > textarea {
  border-bottom: 2px solid #77ae40 !important;
}
.normalForm .form-group.focus:before {
  display: none;
}
.normalForm .form-group.focus ::-webkit-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.focus :-ms-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.focus ::-ms-input-placeholder {
  color: #ccc;
}
.normalForm .form-group.focus ::placeholder {
  color: #ccc;
}
.normalForm .form-group .selectBtn {
  border-radius: 0px !important;
  border: 0px;
  border-bottom: 2px solid #ccc;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.normalForm .form-group .selectBtn[aria-expanded='true'] {
  border-bottom: 2px solid #77ae40;
}
.normalForm .form-group .selectBtn[aria-expanded='true'] + ul {
  top: 24px;
}
.normalForm .form-group .selectBtn[disabled] {
  color: #ccc;
}

.normalForm .form-group.textArea {
  height: 40px;
  margin-top: 10px;
}
.normalForm .form-group.textArea textarea {
  resize: none;
}

.sbtn,
.inputfile + label {
  width: 100%;
  border: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 1px #aaa;
  box-shadow: 0px 3px 5px 1px #aaa;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding: 10px;
  display: block;
  text-align: center;
  min-height: 40px;
}
.sbtn:hover,
.inputfile + label:hover {
  top: -2px;
  -webkit-box-shadow: 0px 5px 5px 1px #aaa;
  box-shadow: 0px 5px 5px 1px #aaa;
}
.sbtn:active,
.inputfile + label:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.sbtn.submit,
.inputfile + label {
  background-color: #77ae40;
  color: #fff;
}
.sbtn.download,
.inputfile + label.download {
  background-color: #9dca70;
  color: #fff;
}
.sbtn.csv,
.inputfile + label.csv {
  background-color: white;
  color: #fff;
}
.sbtn.cancel,
.inputfile + label.cancel {
  background-color: #ccc;
  color: #fff;
}
.sbtn.danger,
.inputfile + label.danger {
  background-color: red;
  color: #fff;
}
.sbtn.big,
.inputfile + label.big {
  padding: 20px;
}
.sbtn i,
.inputfile + label i {
  margin-right: 10px;
}

.btn-group {
  width: 100%;
}
.btn-group .selectBtn {
  text-align: left;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  height: 32px;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-group .selectBtn span {
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 30px);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.btn-group .selectBtn .caret {
  position: absolute;
  right: 10px;
}
.btn-group .selectBtn[aria-expanded='true'] {
  border-radius: 10px 10px 0px 0px;
  border-bottom: 0px;
}
.btn-group .selectBtn + ul {
  padding-top: 10px;
  position: absolute;
  top: 32px;
  width: 100%;
  min-width: auto;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group .selectBtn + ul li.selectedOption > a {
  background-color: #eee !important;
  color: #333 !important;
}
.btn-group .selectBtn + ul a > label {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.btn-group .input-group-addon {
  display: none;
}
.btn-group .input-group-btn {
  display: none;
}
.btn-group .multiselect-filter > .input-group {
  width: calc(100% - 10px);
}
.btn-group .multiselect-container > li > a > label {
  padding-left: 25px !important;
}
.btn-group input[type='checkbox'],
.btn-group input[type='radio'] {
  margin-top: 2px;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.normalForm
  .form-group.completed
  > label.bootstrap-datetimepicker-widget.dropdown-menu:before,
.normalForm
  .form-group.disabled
  > label.bootstrap-datetimepicker-widget.dropdown-menu:before,
.normalForm
  .form-group.warning
  > label.bootstrap-datetimepicker-widget.dropdown-menu:before,
.normalForm
  .form-group.error
  > label.bootstrap-datetimepicker-widget.dropdown-menu:before,
.normalForm
  .form-group.focus
  > label.bootstrap-datetimepicker-widget.dropdown-menu:before,
.normalForm
  .form-group
  .multiselect-native-select
  + label.bootstrap-datetimepicker-widget.dropdown-menu:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
.normalForm
  .form-group.completed
  > label.bootstrap-datetimepicker-widget.dropdown-menu:after,
.normalForm
  .form-group.disabled
  > label.bootstrap-datetimepicker-widget.dropdown-menu:after,
.normalForm
  .form-group.warning
  > label.bootstrap-datetimepicker-widget.dropdown-menu:after,
.normalForm
  .form-group.error
  > label.bootstrap-datetimepicker-widget.dropdown-menu:after,
.normalForm
  .form-group.focus
  > label.bootstrap-datetimepicker-widget.dropdown-menu:after,
.normalForm
  .form-group
  .multiselect-native-select
  + label.bootstrap-datetimepicker-widget.dropdown-menu:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .glyphicon {
  color: #77ae40;
}
.bootstrap-datetimepicker-widget .btn.btn-primary {
  background-color: #77ae40;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.bootstrap-datetimepicker-widget .btn.btn-primary:hover {
  top: -2px;
  -webkit-box-shadow: 0px 2px 2px 1px #aaa;
  box-shadow: 0px 2px 2px 1px #aaa;
}
.bootstrap-datetimepicker-widget .btn.btn-primary:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Increment Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Increment Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Decrement Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Decrement Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Show Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Show Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Toggle AM/PM';
}
.bootstrap-datetimepicker-widget .btn[data-action='clear']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Clear the picker';
}
.bootstrap-datetimepicker-widget .btn[data-action='today']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Set the date to today';
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Toggle Date and Time Screens';
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: #77ae40;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Previous Month';
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Next Month';
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #77ae40;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #77ae40;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #77ae40;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #77ae40;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type='checkbox'] {
  margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type='checkbox'],
.form-inline .multiselect-container li a label.radio input[type='radio'] {
  margin-left: -20px;
  margin-right: 0;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-weight: normal;
  font-size: 12px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.table-responsive.empty:after {
  content: 'No se encontraron registros';
  display: block;
  text-align: center;
  font-weight: bold;
}

.table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.table thead th {
  vertical-align: middle !important;
}
.table thead a {
  position: relative;
  color: #333;
  display: inline-block;
  height: 15px;
  width: 15px;
  cursor: pointer !important;
}
.table thead a i {
  position: absolute;
  top: -2px;
  left: -2px;
}
.table tbody td {
  vertical-align: middle !important;
}
.table tbody a {
  color: #333;
}
.table tbody i {
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.table.actions tr th:last-child,
.table.actions tr td:last-child {
  width: 100px;
  text-align: center;
}
.table.resultTable {
  border: none;
}
.table.resultTable thead tr th {
  background-color: #77ae40;
  color: #fff;
  border-bottom: 1px solid #ddd;
}
.table.resultTable thead tr th:nth-of-type(n + 2) {
  text-align: center;
}
.table.resultTable thead tr th:first-of-type {
  background-color: transparent;
  border: transparent;
}
.table.resultTable thead tr:last-of-type th:first-of-type {
  background-color: #77ae40;
  border: 1px solid #ddd;
}
.table.resultTable tbody td:nth-of-type(n + 2) {
  text-align: center;
}
.table.resultTable tfoot {
  font-weight: bold;
}
.table.resultTable tfoot td {
  background-color: #eee;
  color: #333;
  text-align: center;
}
.table.resultTable tfoot td:first-of-type {
  text-align: right;
  text-transform: uppercase;
}
.table.resultTable .totalColStyle,
.table.resultTable.totalCol1 tbody td:last-of-type,
.table.resultTable.totalCol2 tbody td:nth-last-of-type(-n + 2),
.table.resultTable.totalCol3 tbody td:nth-last-of-type(-n + 3),
.table.resultTable.totalCol4 tbody td:nth-last-of-type(-n + 4),
.table.resultTable.totalCol5 tbody td:nth-last-of-type(-n + 5) {
  background-color: #eee;
  color: #333;
  font-weight: bold;
}
.table .clickTable tbody tr {
  cursor: pointer !important;
}

.fixedTable {
  max-height: calc(30vh + 80px);
  margin-top: 30px;
  margin-bottom: 30px;
}
.fixedTable .table {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
}
.fixedTable .table tr td,
.fixedTable .table tr th {
  min-width: 100px;
  width: 100px;
  min-height: 20px;
  height: 20px;
  padding: 8px;
}
.fixedTable .fixedTable-header {
  width: calc(100% - 200px);
  height: 38px;
  overflow: hidden;
  margin-left: 200px;
  position: relative;
  margin-top: 0px;
  top: 2px;
}
.fixedTable .fixedTable-header th {
  text-align: center;
  background-color: #77ae40;
  color: #fff;
}
.fixedTable .fixedTable-sidebar {
  width: 200px;
  max-height: calc(30vh + 38px);
  position: relative;
  top: -36px;
  float: left;
  overflow: hidden;
}
.fixedTable .fixedTable-sidebar td {
  width: 200px !important;
  font-weight: bold;
}
.fixedTable .fixedTable-sidebar tr:first-of-type {
  background-color: #77ae40;
  color: #fff;
  position: absolute;
  top: 0px;
  text-transform: uppercase;
}
.fixedTable .fixedTable-sidebar tr:nth-of-type(2) td {
  padding-top: 44px;
}
.fixedTable .fixedTable-body {
  overflow-x: scroll;
  max-height: 30vh;
  float: left;
  width: calc(100% - 200px);
  position: relative;
  top: 1px;
}
.fixedTable .fixedTable-body td {
  text-align: center;
  font-weight: normal;
  width: 100px !important;
}

.fixedTableTotals .fixedTable-body tr td:last-child {
  background-color: #eee;
  font-weight: bold;
}

.fixedTableTotals .fixedTable-body tr:last-child {
  background-color: #eee;
}
.fixedTableTotals .fixedTable-body tr:last-child td {
  font-weight: bold;
}

.fixedTableTotals .fixedTable-sidebar tr:last-child td {
  text-transform: uppercase;
  text-align: right;
  background-color: #eee;
}

.fixedTableWithTotals {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedTableWithTotals * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fixedTableWithTotals table {
  margin-bottom: 0;
}
.fixedTableWithTotals .table {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
}
.fixedTableWithTotals .table tr td {
  min-width: 100px;
  width: 100px;
  min-height: 20px;
  height: 20px;
  padding: 8px;
  text-align: center;
}
.fixedTableWithTotals .fixedLeftSide,
.fixedTableWithTotals .fixedRightSide {
  width: 300px;
  overflow: hidden;
}
.fixedTableWithTotals .fixedLeftSide .table tr:first-of-type,
.fixedTableWithTotals .fixedRightSide .table tr:first-of-type {
  position: absolute;
  top: 0px !important;
  left: 0px;
  z-index: 2;
  color: #fff;
}
.fixedTableWithTotals .fixedLeftSide .table tr:first-of-type td,
.fixedTableWithTotals .fixedRightSide .table tr:first-of-type td {
  background-color: #77ae40;
}
.fixedTableWithTotals .fixedLeftSide .table tr:last-of-type td,
.fixedTableWithTotals .fixedRightSide .table tr:last-of-type td {
  background-color: #eee;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
.fixedTableWithTotals .fixedLeftSide .table tr:nth-of-type(2) td,
.fixedTableWithTotals .fixedRightSide .table tr:nth-of-type(2) td {
  padding-top: 44px;
}
.fixedTableWithTotals .fixedLeftSide .table tr td,
.fixedTableWithTotals .fixedRightSide .table tr td {
  width: 300px !important;
  text-align: left;
  font-weight: bold;
}
.fixedTableWithTotals .fixedRightSide {
  width: 100px;
}
.fixedTableWithTotals .fixedRightSide .table tr:first-of-type {
  left: auto;
  right: -1px;
  color: #fff;
  text-align: center;
}
.fixedTableWithTotals .fixedRightSide .table tr:first-of-type td {
  background-color: #77ae40;
}
.fixedTableWithTotals .fixedRightSide .table tr td {
  width: 200px !important;
  text-align: center;
  font-weight: bold;
  width: 100px !important;
  background-color: #eee;
}
.fixedTableWithTotals .fixedRightSide .table tr:last-of-type td {
  text-align: center;
}
.fixedTableWithTotals .fixedMiddle {
  width: calc(100% - 300px - 100px);
  overflow: hidden;
  position: relative;
  height: 100%;
}
.fixedTableWithTotals .fixedMiddle .fixedHeader {
  position: absolute;
  width: 100%;
  background-color: #77ae40;
  color: #fff;
}
.fixedTableWithTotals .fixedMiddle .fixedHeader td {
  background-color: #77ae40;
}
.fixedTableWithTotals .fixedMiddle .fixedHeader td:last-child {
  border-right: 0px !important;
}
.fixedTableWithTotals .fixedMiddle .fixedBody {
  position: absolute;
  margin-top: 37px;
  height: calc(100% - 37px);
  width: 100%;
  overflow: scroll;
}
.fixedTableWithTotals .fixedMiddle .fixedBody .table tr:last-of-type td {
  background-color: #eee;
  font-weight: bold;
}
.fixedTableWithTotals ::-webkit-scrollbar {
  width: 0px;
  height: 7px;
}
.fixedTableWithTotals ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #77ae40;
}
.fixedTableWithTotals ::-webkit-scrollbar-corner {
  background-color: transparent;
}

.scrollContent ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.scrollContent ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #77ae40;
}

.scrollContent ::-webkit-scrollbar-corner {
  background-color: transparent;
}

.tooltip .tooltip-inner {
  background-color: #77ae40;
  max-width: 200px;
}

.tooltip.top .tooltip-arrow,
.normalForm .form-group.completed > label.tooltip .tooltip-arrow,
.normalForm .form-group.disabled > label.tooltip .tooltip-arrow,
.normalForm .form-group.warning > label.tooltip .tooltip-arrow,
.normalForm .form-group.error > label.tooltip .tooltip-arrow,
.normalForm .form-group.focus > label.tooltip .tooltip-arrow,
.normalForm
  .form-group
  .multiselect-native-select
  + label.tooltip
  .tooltip-arrow {
  border-top-color: #77ae40;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #77ae40;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #77ae40;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #77ae40;
}

.chartContainer {
  margin-top: 30px;
}
.chartContainer .chartTitle {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 15px;
}
.chartContainer .chartLegend {
  text-align: center;
  margin-top: 15px;
}
.chartContainer .chartLegend .chartLegendItem {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10px;
}
.chartContainer .chartLegend .chartLegendItem span {
  color: #333;
}
.chartContainer .chartLegend .chartLegendItem:before {
  content: 'brightness_1';
  font-family: 'Material Icons';
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.chartContainer .chartLegend .chartLegendItem.line:before {
  content: 'remove';
}
.chartContainer .piePercentage {
  position: relative;
}
.chartContainer .piePercentage:before {
  content: attr(piePercentage);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 40px;
  font-weight: bold;
}

.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}
.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > \:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a 2s infinite ease-in-out;
  animation: a 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@-webkit-keyframes a {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes a {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.galleryLightbox .imageContainer {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 250px;
}
.galleryLightbox .imageContainer img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 150%;
  min-height: 100%;
}
.galleryLightbox .imageContainer .imgFluid {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.galleryLightbox .imageContainer .imgFluid:hover {
  background: rgba(119, 174, 64, 0.8);
}
.galleryLightbox .imageContainer .imgFluid:hover:after {
  font-family: 'Material Icons';
  content: 'search';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 80px;
}
.galleryLightbox .imageContainer .imgFluid.content:hover:after {
  font-family: 'Roboto';
  content: attr(data-content);
  position: absolute;
  font-size: 10px;
  display: block;
  width: calc(100% - 20px);
  padding: 5px;
  bottom: 0px;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-top: 1px solid #fff;
  margin: 10px;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.galleryLightbox .imageContainer .imgFluid.content:hover:before {
  font-family: 'Material Icons';
  content: 'search';
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 80px;
}

.galleryLightbox .imageDescription {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}

#login:before {
  content: '';
  background-color: #77ae40;
  height: 10px;
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#login .logo {
  height: 100px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
#login .logo img {
  max-height: 70%;
  max-width: 300px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#login .loginBox {
  max-width: 350px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px;
}
#login .loginBox .title {
  font-size: 24px;
  color: #77ae40;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: block;
}
#login .loginBox .message {
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #77ae40;
  margin-bottom: 30px;
}
#login .loginBox form .form-group input {
  text-align: center;
}
#login .loginBox form .form-group label {
  left: 0;
  text-align: center;
}
#login .loginBox form .lostPassword {
  text-align: right;
  position: relative;
  right: 0;
  color: #77ae40;
  font-size: 10px;
}
#login .loginBox .sbtn,
#login .loginBox .inputfile + label {
  width: 150px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#login .loginBox .backBtn {
  font-weight: bold;
  color: #77ae40;
}
#login .loginBox .backBtn i {
  font-size: 10px;
  position: relative;
  top: 0;
  margin-right: 5px;
}

.loaderSmash {
  position: relative;
}
.loaderSmash:before {
  position: absolute;
  -webkit-animation: loader 3s infinite;
  animation: loader 3s infinite;
}

@-webkit-keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(720deg);
    transform: scale(1) rotate(720deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
}

@keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(720deg);
    transform: scale(1) rotate(720deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
}

div.loaderSmash:before {
  content: url(../img/loaderDark.svg);
  height: 200px;
  width: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  z-index: 1;
}

div.loaderSmash:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

div.loaderSmash.small:before {
  height: 70px;
  width: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}

.sbtn.loaderSmash,
.inputfile + label.loaderSmash {
  color: transparent;
}
.sbtn.loaderSmash:before,
.inputfile + label.loaderSmash:before {
  content: url(../img/loader.svg);
  height: 30px;
  width: 30px;
  top: 5px;
  left: calc(50% - 15px);
}
.sbtn.loaderSmash:after,
.inputfile + label.loaderSmash:after {
  display: none;
}
.sbtn.loaderSmash.big:before,
.inputfile + label.loaderSmash.big:before {
  top: 15px;
}

body.loaderSmash:before {
  content: url(../img/loader.svg);
  position: fixed;
  height: 200px;
  width: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  z-index: 100001;
}

body.loaderSmash:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(119, 174, 64, 0.8);
  z-index: 100000;
}

body.loaderSmash footer {
  display: none;
}

body {
  -webkit-animation: bodyAnimate 1s;
  animation: bodyAnimate 1s;
}

@-webkit-keyframes bodyAnimate {
  0%,
  50% {
    opacity: 0;
  }
}

@keyframes bodyAnimate {
  0%,
  50% {
    opacity: 0;
  }
}

.listTable {
  font-size: 10px;
}

table.status td:nth-last-child(2),
table.status th:nth-last-child(2) {
  width: 70px;
  text-align: center;
}

table.id td:nth-child(1),
table.id th:nth-child(1) {
  width: 80px;
}

.modal-body.delete {
  color: #bbb;
  font-size: 30px;
  margin: 50px auto;
  text-align: center;
}

.checkboxTitle {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 10px;
}

.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.checklist.incidencias {
  height: 120px;
}
.checklist.incidencias .formGroup {
  width: 50%;
}
@media (max-width: 991px) {
  .checklist.incidencias {
    height: auto;
  }
  .checklist.incidencias .formGroup {
    width: 100%;
  }
}
.checklist.maquinas {
  height: 100px;
}
.checklist.maquinas .formGroup {
  width: 33%;
}
@media (max-width: 767px) {
  .checklist.maquinas {
    height: auto;
  }
}
.checklist .checkbox,
.checklist .radio {
  display: inline-block;
}
.checklist .checkbox-inline,
.checklist .radio-inline {
  padding-left: 0;
}
.checklist .checkObs .form-group.textArea {
  height: 100px;
}
.checklist .checkObs .form-group.textArea textarea {
  height: 100%;
}

#tabla-asignacionTickets {
  font-size: 10px;
}
#tabla-asignacionTickets span:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}
#tabla-asignacionTickets tbody tr td {
  height: 100px;
}

#tabla-historialMaquina td:nth-child(-n + 2),
#tabla-historialMaquina th:nth-child(-n + 2) {
  width: 150px;
  text-align: center;
}

#tabla-visitasListado th:nth-last-child(1),
#tabla-visitasListado th:nth-last-child(2),
#tabla-visitasListado td:nth-last-child(1),
#tabla-visitasListado td:nth-last-child(2) {
  width: 110px;
  text-align: center;
}

#tabla-visitasListado th:nth-last-child(3),
#tabla-visitasListado th:nth-last-child(4),
#tabla-visitasListado th:nth-last-child(5),
#tabla-visitasListado td:nth-last-child(3),
#tabla-visitasListado td:nth-last-child(4),
#tabla-visitasListado td:nth-last-child(5) {
  text-align: center;
}

#tabla-turnosPacking > thead > tr > td:nth-child(n + 2),
#tabla-turnosPacking > thead > tr > th:nth-child(n + 2),
#tabla-turnosPacking > tbody > tr > td:nth-child(n + 2),
#tabla-turnosPacking > tbody > tr > th:nth-child(n + 2) {
  text-align: center;
  border-left: 1px solid #ccc;
}

#tabla-turnosPacking th a {
  color: #77ae40;
  float: right;
}

#tabla-turnosPacking td a {
  color: #f00;
  float: right;
}
#tabla-turnosPacking td a i {
  margin: 0;
}

#tabla-turnosPacking span {
  margin-left: 5px;
}

#tabla-turnosPacking td {
  width: 110px;
}

#tabla-turnosPacking input {
  width: 50px;
  text-align: center;
  border: none;
}

#tabla-operadoresAsignacion th .material-icons,
#tabla-operadoresAsignacion td .material-icons {
  color: #77ae40;
}

#tabla-operadoresAsignacion td .material-icons.red {
  color: #f00;
}

#tabla-packingsListado th:nth-child(n + 8):not(last-child),
#tabla-packingsListado td:nth-child(n + 8):not(last-child) {
  text-align: center;
  width: 80px;
  border-left: 1px solid #ccc;
}

#tabla-listadoTurnos td:nth-last-child(-n + 12),
#tabla-listadoTurnos th:nth-last-child(-n + 12) {
  text-align: center;
}

#tabla-listadoTurnos td:nth-last-child(12),
#tabla-listadoTurnos td:nth-last-child(11),
#tabla-listadoTurnos td:nth-last-child(10),
#tabla-listadoTurnos td:nth-last-child(9),
#tabla-listadoTurnos th:nth-last-child(12),
#tabla-listadoTurnos th:nth-last-child(11),
#tabla-listadoTurnos th:nth-last-child(10),
#tabla-listadoTurnos th:nth-last-child(9) {
  width: 60px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#tabla-inspeccionesListado td:nth-child(7),
#tabla-inspeccionesListado td:nth-child(8),
#tabla-inspeccionesListado th:nth-child(7),
#tabla-inspeccionesListado th:nth-child(8) {
  width: 100px;
  text-align: center;
}

#tabla-inspeccionesListado td:nth-last-child(-n + 4),
#tabla-inspeccionesListado th:nth-last-child(-n + 4) {
  text-align: center;
}

#programacionContainer {
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}

#tabla-programacion {
  margin-top: 0;
  margin-bottom: 0;
}
#tabla-programacion th:nth-last-child(-n + 3),
#tabla-programacion td:nth-last-child(-n + 3) {
  width: 110px;
  text-align: center;
}
#tabla-programacion th:first-child,
#tabla-programacion td:first-child {
  width: 30px;
  text-align: center;
}

#tabla-programacionTecnicos th {
  text-align: center;
}

#tabla-programacionTecnicos span {
  display: block;
}

#tabla-SLAPacking .table {
  width: 100%;
}

#tabla-SLAPacking td {
  border: 0;
}
#tabla-SLAPacking td:last-child {
  text-align: right;
}

#tabla-SLAPacking .progress {
  margin-bottom: 0;
  min-width: 150px;
}

#tabla-SLAPacking.affix {
  top: 0px;
  width: calc(41.666666% - 30px);
  padding: 0 15px;
}
@media (max-width: 991px) {
  #tabla-SLAPacking.affix {
    position: relative;
    top: auto;
    width: inherit;
    padding: inherit;
  }
}

#tabla-SLAPacking2 .progress {
  margin-bottom: 0;
}

#tabla-TicketTiempo td:nth-child(n + 2),
#tabla-TicketTiempo th:nth-child(n + 2) {
  width: 120px;
  text-align: center;
}

#tabla-VisitasFormulariosContratistas td:nth-child(n + 2),
#tabla-VisitasFormulariosContratistas th:nth-child(n + 2) {
  width: 120px;
  text-align: center;
}

#tabla-reporteTicketsFallas td:nth-child(n + 2),
#tabla-reporteTicketsFallas th:nth-child(n + 2) {
  width: 70px;
  text-align: center;
}

#table-mermasZona {
  margin: 10px auto;
  width: 300px;
}
#table-mermasZona td,
#table-mermasZona th {
  padding: 1px;
}
#table-mermasZona td:last-child,
#table-mermasZona th:last-child {
  min-width: 50%;
}
#table-mermasZona td .progress,
#table-mermasZona th .progress {
  margin: 0;
}

#table-topClientes {
  margin: 10px auto;
  width: 300px;
}
#table-topClientes td,
#table-topClientes th {
  padding: 1px;
}
#table-topClientes td:first-child,
#table-topClientes th:first-child {
  width: 40px;
  text-align: center;
}

.form-data {
  position: relative;
  min-height: 30px;
  margin-bottom: 15px;
}
.form-data > .labelData {
  position: absolute;
  font-size: 10px;
  top: -10px;
  color: #999;
}
.form-data > .inputData {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.form-data > .inputTextArea {
  margin-bottom: 30px;
}

body.mapa {
  margin-bottom: auto !important;
}
body.mapa #pageHeader {
  margin-bottom: auto;
}
body.mapa #mapaCobertura {
  background: url(../img/mapaCobertura.png);
  height: calc(100vh - 70px - 47px);
  width: 100vw;
  position: relative;
}
@media (max-width: 991px) {
  body.mapa #mapaCobertura {
    height: calc(100vh - 70px);
  }
}
body.mapa #mapaCobertura #results {
  width: 340px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0.8;
  border-radius: 10px;
}
body.mapa #mapaCobertura #results .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  border-right: 1px solid #ccc;
  font-weight: bold;
}
body.mapa #mapaCobertura #results .item:last-child {
  border: none;
}
body.mapa #mapaCobertura #results .item .description {
  font-size: 8px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.mapa #mapaCobertura #filterForm {
    position: absolute;
    top: 100px;
    left: 15px;
    opacity: 0.3;
    width: 340px;
  }
  body.mapa #mapaCobertura #filterForm:hover {
    opacity: 1;
  }
}
body.mapa #mapaCobertura .point {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
}
body.mapa #mapaCobertura .point.red {
  background-color: red;
  top: 40px;
}
body.mapa #mapaCobertura .point.green {
  background-color: green;
}
body.mapa #mapaCobertura .point.black {
  background-color: #000;
}
body.mapa #mapaCobertura .infoPacking {
  background-color: #fff;
  padding: 15px;
  font-size: 10px;
  width: 250px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 2px 2px #aaa;
  box-shadow: 0px 2px 2px 2px #aaa;
}
body.mapa #mapaCobertura .infoPacking:after {
  content: '';
  height: 0;
  width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
body.mapa #mapaCobertura .infoPacking .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
body.mapa #mapaCobertura .infoPacking .item:last-child {
  margin-bottom: 0;
}
body.mapa #mapaCobertura .infoPacking .item .field {
  width: 80px;
  font-weight: bold;
}

.chartContainerEnvases {
  position: relative;
  margin-bottom: 30px;
}
.chartContainerEnvases .percent {
  font-size: 30px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.chartContainerEnvases .chartTitle {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.chartContainerEnvases .chartLegend .chartLegendItem {
  text-align: center;
}
.chartContainerEnvases .chartLegend .chartLegendItem .title {
  text-align: left;
  display: inline-block;
  width: 150px;
}
.chartContainerEnvases .chartLegend .chartLegendItem .value {
  display: inline-block;
  width: 30px;
  text-align: right;
}
.chartContainerEnvases .chartLegend .chartLegendItem:before {
  content: '';
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 8px;
}
.chartContainerEnvases .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  color: #77ae40;
  font-size: 100px;
  position: relative;
}
.chartContainerEnvases .index.red {
  color: #f00;
}
.chartContainerEnvases
  .chartLegend.utilizacionMaquinas
  .chartLegendItem:first-child:before {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(50%, #77ae40),
    color-stop(50%, #222)
  );
  background: -webkit-linear-gradient(bottom left, #77ae40 50%, #222 50%);
  background: -o-linear-gradient(bottom left, #77ae40 50%, #222 50%);
  background: linear-gradient(to top right, #77ae40 50%, #222 50%);
}
.chartContainerEnvases
  .chartLegend.utilizacionMaquinas
  .chartLegendItem:nth-child(2):before {
  background: #77ae40;
}
.chartContainerEnvases
  .chartLegend.utilizacionMaquinas
  .chartLegendItem:nth-child(3):before {
  background: #222;
}
.chartContainerEnvases
  .chartLegend.mermas1
  .chartLegendItem:first-child:before {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(50%, #77ae40),
    color-stop(50%, #222)
  );
  background: -webkit-linear-gradient(bottom left, #77ae40 50%, #222 50%);
  background: -o-linear-gradient(bottom left, #77ae40 50%, #222 50%);
  background: linear-gradient(to top right, #77ae40 50%, #222 50%);
}
.chartContainerEnvases
  .chartLegend.mermas1
  .chartLegendItem:nth-child(2):before {
  background: #77ae40;
}
.chartContainerEnvases
  .chartLegend.mermas1
  .chartLegendItem:nth-child(3):before {
  background: #222;
}
.chartContainerEnvases
  .chartLegend.mermas2
  .chartLegendItem:first-child:before {
  background: #446325;
}
.chartContainerEnvases
  .chartLegend.mermas2
  .chartLegendItem:nth-child(2):before {
  background: #77ae40;
}
.chartContainerEnvases
  .chartLegend.mermas2
  .chartLegendItem:nth-child(3):before {
  background: #aad183;
}
.chartContainerEnvases
  .chartLegend.mermas2
  .chartLegendItem:nth-child(4):before {
  background: #ddedcd;
}

.zonePercentaje {
  color: #fff;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zonePercentaje .name {
  width: 100px;
  background-color: #77ae40;
  font-size: 10px;
  padding: 2px 5px;
}
.zonePercentaje .percentage {
  width: 100%;
}
.zonePercentaje .percentage .bar {
  background-color: #77ae40;
  width: var(--percentage);
  position: relative;
  height: 100%;
  will-change: width;
}
.zonePercentaje .percentage .bar .number {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #5e8932;
  top: -6px;
  right: -15px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}

.customerRanking .name {
  text-align: center;
  position: relative;
}
.customerRanking .name:nth-child(1) {
  font-size: 28.4px;
  color: #496b27;
}
.customerRanking .name:nth-child(2) {
  font-size: 26.8px;
  color: #4e722a;
}
.customerRanking .name:nth-child(3) {
  font-size: 25.2px;
  color: #537a2d;
}
.customerRanking .name:nth-child(4) {
  font-size: 23.6px;
  color: #588130;
}
.customerRanking .name:nth-child(5) {
  font-size: 22px;
  color: #5e8932;
}
.customerRanking .name:nth-child(6) {
  font-size: 20.4px;
  color: #639035;
}
.customerRanking .name:nth-child(7) {
  font-size: 18.8px;
  color: #689838;
}
.customerRanking .name:nth-child(8) {
  font-size: 17.2px;
  color: #6d9f3b;
}
.customerRanking .name:nth-child(9) {
  font-size: 15.6px;
  color: #72a73d;
}
.customerRanking .name:nth-child(10) {
  font-size: 14px;
  color: #77ae40;
}
