.fondo {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #302f2f;
}

.yellow-bg {
  background-color: #f7a800 !important;
  color: #ffffff;
}

.table-panel {
  margin-bottom: 0px !important;
  margin-top: -10px !important;
}

.swal2-container.swal2-shown {
  overflow-y: hidden !important;
}

.jtx-logo {
  padding: 0px !important;
  width: 60px;
  display: block;
  text-align: left;
}

.jtx-logo img {
  width: 100%;
}

.jtx-customer-logo {
  margin-left: 15px;
  float: left;
  padding-top: 10px;
}

.jtx-breadcrumbs {
  margin-left: 15px;
  font-size: 16px !important;
  float: left;
  padding-top: 10px;
  color: #302f2f !important;
}

.jtx-breadcrumbs-employeeWorkingHour {
  padding-top: 15px;
}

.jtx-breadcrumbs a {
  color: #ff8c00;
}

.jtx-breadcrumbs button {
  padding: 3px !important;
}

.jtx-breadcrumbs label {
  margin-bottom: 0px !important;
}

.jtx-breadcrumbs.jtx-employeeWorkingHour button,
i,
label {
  cursor: pointer !important;
  background-color: transparent !important;
}

button.jtx-employeeWorkingHour:hover {
  background-color: transparent !important;
}

.jtx-breadcrumbs-mainPath {
  font-weight: 600;
  color: #302f2f !important;
}

.jtx-customer-logo img {
  max-width: 90px;
  width: 90px;
}

.jtx-logo-login img {
  width: 85%;
  padding-bottom: 35px;
}

.jtx-logo-login {
  text-align: center !important;
}

.jtx-login {
  max-width: 30vw;
  padding-top: 15vh;
  float: right;
  background-color: white;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
}

@media (max-width: 768px) {
  .jtx-login {
    max-width: 100vw;
    min-height: 100vh;
  }
}

.jtx-login-elements > div {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 15px !important;
}

.jtx-login-elements > div > input {
  width: 80% !important;
  padding: 25px;
}

.jtx-logged-user {
  font-size: 11px !important;
  margin-right: 25px;
  margin-top: 15px;
  margin-left: 15px;
}

.jtx-informe {
  width: 100%;
}

table > thead > tr > th {
  color: #302f2f !important;
}

.btn-newItem {
  color: #302f2f !important;
}

th.jtx-informe,
td.jtx-informe {
  padding: 5px;
}

.jtx-pyl-nivel-1,
.jtx-ventas-nivel-1,
.jtx-ticket-report-level-1 {
  border: 2px solid black;
}

.jtx-pyl-nivel-1 td,
.jtx-ventas-nivel-1 td,
.jtx-ticket-report-level-1 td {
  font-weight: bold;
}

.jtx-pyl-nivel-2 {
  border-bottom: 1px solid black;
}

.jtx-ventas-nivel-2 {
  border-bottom: 1px solid black;
  border-top: 1px solid black !important;
}

.jtx-pyl-nivel-5,
.jtx-ventas-nivel-4 {
  background-color: #1a7bb9;
  color: #ffffff;
}

.jtx-pyl-nivel-5 td,
.jtx-ventas-nivel-4 td {
  font-weight: bold;
}

.jtx-pyl-subTotal {
  background-color: #f7a800;
  color: #1a1a1a;
}

.jtx-negative-number {
  color: red;
}

/* Timeline */
#vertical-timeline.jtx-timeline {
  margin: 0px !important;
  width: 95%;
}
.jtx-timeline-icon {
  padding-right: 3px;
}

.jtx-timeline-status {
  color: #ffffff !important;
}

.jtx-timeline-date {
  color: #676a6c !important;
}

.vertical-timeline-content.bg-success {
  background-color: #dff0d8;
}

.vertical-timeline-content.bg-success::before {
  border-color: transparent #dff0d8 transparent transparent;
}

.vertical-timeline-content p {
  margin-top: 0px !important;
}

/* Alineación de los importes en las cajas de texto a la derecha */
input[jtx-pattern] {
  text-align: right;
}

/*STYLES FOR TICKET LIST TABLE, ROWS AND CELLS*/
.pagination {
  margin: 0px !important;
}

.jtx-legend ul {
  margin-top: 10px !important;
  padding-left: 0px !important;
}

.jtx-legend li {
  padding-right: 20px !important;
  display: inline;
}

.jtx-legend i {
  padding-right: 5px !important;
}

.jtx-ticket-status-1 {
  background-color: #008000 !important;
}

.jtx-ticket-status-2 {
  background-color: #0000ff !important;
}

.jtx-ticket-status-3 {
  background-color: #ffa500 !important;
}

.jtx-ticket-status-4 {
  background-color: #a52a2a !important;
}

.jtx-ticket-status-5 {
  background-color: #ff0000 !important;
}

input.jtx-error {
  border-color: red !important;
}

@media (min-width: 1400px) {
  .modal-lg {
    width: 98%;
  }
  .modal-xl {
    width: 98%;
  }
}

@media (max-width: 1399px) {
  .modal-lg {
    width: 98%;
  }
  .modal-xl {
    width: 98%;
  }
}

@media (max-width: 1199px) {
  .modal-lg {
    width: 98%;
  }
  .modal-xl {
    width: 98%;
  }
  .jtx-customer-logo,
  .jtx-breadcrumbs-mainPath {
    display: none;
  }
  .jtx-breadcrumbs-secondPath {
    font-size: 14px;
  }
}

@media (max-width: 899px) {
  .jtx-hide-text {
    display: none;
  }
  .jtx-logged-user {
    margin-top: 23px;
  }
  .modal-lg {
    width: 98%;
  }
}

@media (max-width: 699px) {
  .jtx-hide-text {
    display: none;
  }
  .jtx-logged-user {
    margin-top: 23px;
  }
  .modal-lg {
    width: 98%;
  }
}

@media (max-width: 460px) {
  .jtx-hide-text {
    display: none;
  }
  .jtx-logged-user {
    margin-top: 23px;
  }
  .modal-lg {
    width: 98%;
  }
}

/*
*  Styles for login buttons
*/
.btn-login-blue {
  color: #fff !important;
  background-color: #0033a0 !important;
  border-color: #002f93 !important;
}

.btn-login-blue:hover,
.btn-login-blue:focus,
.btn-login-blue:active,
.btn-login-blue.active,
.open .dropdown-toggle.btn-login-blue,
.btn-login-blue:active:focus,
.btn-login-blue:active:hover,
.btn-login-blue.active:hover,
.btn-login-blue.active:focus {
  color: #fff !important;
  background-color: #00287f !important;
  border-color: #002472 !important;
}

.btn-login-red {
  color: #fff !important;
  background-color: #e2231a !important;
  border-color: #d12119 !important;
}

.btn-login-red:hover,
.btn-login-red:focus,
.btn-login-red:active,
.btn-login-red.active,
.open .dropdown-toggle.btn-login-red,
.btn-login-red:active:focus,
.btn-login-red:active:hover,
.btn-login-red.active:hover,
.btn-login-red.active:focus {
  color: #fff !important;
  background-color: #b71d16 !important;
  border-color: #a51a13 !important;
}

.btn-login-brown {
  color: #fff !important;
  background-color: #6f3c2f !important;
  border-color: #633529 !important;
}

.btn-login-brown:hover,
.btn-login-brown:focus,
.btn-login-brown:active,
.btn-login-brown.active,
.open .dropdown-toggle.btn-login-brown,
.btn-login-brown:active:focus,
.btn-login-brown:active:hover,
.btn-login-brown.active:hover,
.btn-login-brown.active:focus {
  color: #fff !important;
  background-color: #562e23 !important;
  border-color: #49271d !important;
}

.btn-login-brownClearly {
  color: #fff !important;
  background-color: #e0a36c !important;
  border-color: #d39a67 !important;
}

.btn-login-brownClearly:hover,
.btn-login-brownClearly:focus,
.btn-login-brownClearly:active,
.btn-login-brownClearly.active,
.open .dropdown-toggle.btn-login-brownClearly,
.btn-login-brownClearly:active:focus,
.btn-login-brownClearly:active:hover,
.btn-login-brownClearly.active:hover,
.btn-login-brownClearly.active:focus {
  color: #fff !important;
  background-color: #bf8b5d !important;
  border-color: #af7f54 !important;
}

/*
* Style Overwritten by Jitrix Software & Design
*
*/
.middle-box {
  padding-top: 15vh !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active,
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: grey !important;
  border-color: grey !important;
}

.form-control:hover,
.single-line:hover,
form-control:focus,
.single-line:focus {
  border-color: #0044d4 !important;
}

.float-e-margins .btn {
  margin-bottom: 15px !important;
}

label {
  font-weight: normal !important;
}

body {
  background-color: #ffffff !important;
  padding: 0px 0px 0px 0px !important; /*Magin para controlar fix en tablas*/
}

.label-default,
.badge-default {
  background-color: #f7a800 !important;
  color: #ffffff !important;
}

.label-danger,
.badge-danger {
  background-color: #e2231a !important;
}

.label-primary,
.badge-primary {
  background-color: #63890a !important;
}

.label-secondary,
.badge-secondary {
  background-color: #f7a800 !important;
  color: #ffffff !important;
}

.label-gray,
.badge-gray {
  background-color: gray !important;
  color: #ffffff !important;
}

.label-blue,
.badge-blue {
  background-color: #1a7bb9 !important;
  color: #ffffff !important;
}

.label-violet,
.badge-violet {
  background-color: #865ec5 !important;
  color: #ffffff !important;
}

.label-green,
.badge-green {
  background-color: #4c7a34 !important;
  color: #ffffff !important;
}

.panel-body {
  background-color: #ffffff !important;
}

.navbar-text {
  font-size: 20px !important;
}

div.inmodal div.row:not(:first-child) {
  padding-top: 10px;
}

/* BACKGROUNDS */
.navy-bg {
  background-color: #63890a !important;
  color: #ffffff;
}

.green-bg {
  background-color: #4c7a34 !important;
  color: #ffffff;
}

.lightgreen-bg {
  background-color: lightgreen !important;
  color: #101820;
}

.blue-bg {
  background-color: #1a7bb9 !important;
  color: #ffffff;
}

.yellow-bg {
  background-color: #f7a800 !important;
  color: #ffffff;
}

.lightyellow-bg {
  background-color: #f9f3e6 !important;
  color: #676a6c;
}

.red-bg {
  background-color: #e2231a !important;
  color: #ffffff;
}

.lightred-bg {
	background-color: lightcoral !important;
	color: #101820;
}
  
.orange-bg {
  background-color: #ed7d31 !important;
  color: #ffffff;
}

.grey-bg {
  background-color: #8a8a8a !important;
  color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #d9d9d9 !important;
  color: #404859 !important;
}

.chat-discussion .chat-message.right .message {
  text-align: left !important;
}

.chat-discussion .chat-message.right .message-date {
  float: right !important;
}

.message-date {
  font-size: 12px !important;
}

.chat-discussion {
  background: transparent !important;
}

.message-avatar {
  border: none !important;
}

button[target-action].btn {
  margin-right: 5px !important;
}

.fa-exclamation-circle {
  padding-right: 2px !important;
}

.fa-info-circle {
  padding-right: 2px !important;
}

div input[type="checkbox"] {
  cursor: pointer;
}

p.movementAmount {
  background-color: lightskyblue;
  padding: 10px;
  color: white;
  font-weight: bold;
  border-radius: 15px;
}

/*
*
*   SKIN JITRIX - Responsive Admin Theme
*   NAME - Blue / Orange
*
*/
.jtx-skin .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}

.jtx-skin.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

.jtx-skin .spin-icon {
  background: #0033a0 !important;
}

.jtx-skin .nav-header {
  /*background: #5C719A;*/
  background: none !important;
  padding: 5px 0 5px 0 !important;
}

.jtx-skin.mini-navbar .nav-second-level {
  background: #3e495f;
}

.jtx-skin .breadcrumb {
  background: transparent;
}

.jtx-skin .page-heading {
  border: none;
}

.jtx-skin .nav > li.active {
  background: #63890a;
}

.jtx-skin .nav > li > a {
  color: #9ea6b9;
}

.jtx-skin .nav > li.active > a {
  color: #404859;
  background: #d9d9d9 !important;
}

.jtx-skin .navbar-minimalize {
  background: #0033a0 !important;
  border-color: #0033a0 !important;
}

body.jtx-skin {
  background: #3e495f;
}

.jtx-skin .navbar-static-top {
  background: #ffffff;
}

.jtx-skin .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}

.fixed-nav.jtx-skin .navbar-fixed-top {
  background: #fff;
}

.jtx-skin .wrapper-content {
  padding: 30px 15px;
}

.jtx-skin #page-wrapper {
  background: #fff;
  margin: 0 0 0 60px !important;
}

.ibox-content {
  border-top: 1px solid #e7eaec !important;
}

.ibox-title {
  border-style: none;
}

.ibox-dashboard {
  background-color: white;
}

.jtx-ibox-dashboard-border {
  border-left: 3px solid;
}

.jtx-ibox-dashboard-border-green {
  border-left: 3px solid #629c44;
}

.jtx-ibox-dashboard-border-red {
  border-left: 3px solid #e31518;
}

.jtx-ibox-dashboard-border-blue {
  border-left: 3px solid #2388c8;
}

.jtx-ibox-dashboard-border-yellow {
  border-left: 3px solid #f4eb49;
}

.jtx-ibox-dashboard-border-purple {
  border-left: 3px solid #ff00ff;
}

.jtx-ibox-dashboard-border-orange {
  border-left: 3px solid #dc4c18;
}

.jtx-ibox-dashboard-border-black {
  border-left: 3px solid #000000;
}

.jtx-btn-onlyIcon {
  padding: 1px 12px !important;
}

.jtx-canvas-noResults {
  text-align: center;
}

.jtx-skin .nav > li.active {
  border: none;
}

.jtx-skin .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}

.jtx-skin .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}

.jtx-skin .profile-element {
  text-align: center;
}

.jtx-skin .img-circle {
  border-radius: 5px;
}

table.jtx-middle-alignment > tbody > tr > td,
table.jtx-middle-alignment > thead > tr > th {
  vertical-align: middle;
}
table > tbody > tr.jtx-bg-success,
.jtx-bg-success,
.jtx-bg-success .ibox-title.ibox-dashboard,
.jtx-bg-success .ibox-content.ibox-dashboard {
  background-color: #dff0d8 !important;
}

table.jtx-width-150 {
  width: 150%;
  max-width: 150%;
}
table.jtx-width-100 {
  width: 100%;
  max-width: 100%;
}

div.jtx-overflow-auto-height-45 {
  overflow-y: auto;
  height: 45vh;
  width: 100%;
}

div.jtx-overflow-auto-height-65 {
  overflow-y: auto;
  height: 65vh;
  width: 100%;
}

div.jtx-overflow-auto-height-75 {
  overflow-y: auto;
  height: 75vh;
  width: 100%;
}

div.jtx-overflow-auto-height-45 jtx-table-dir > div.row, 
div.jtx-overflow-auto-height-65 jtx-table-dir > div.row, 
div.jtx-overflow-auto-height-75 jtx-table-dir > div.row {
  margin-right: -15px!important;
  margin-left: 0px !important;
}

.jtx-skin .navbar-default .nav > li > a:hover,
.jtx-skin .navbar-default .nav > li > a:focus {
  background: #0033a0;
  color: #fff;
}

.jtx-skin .nav.nav-tabs > li.active > a {
  color: #555;
}

.jtx-skin .nav.nav-tabs > li.active {
  background: transparent;
}

.jtx-skin table > tbody > tr > td > input[type="text"] {
  max-width: 80px !important;
}

.jtx-faColor-red {
  color: #e2231a !important;
}

.jtx-faColor-orange {
  color: #f7a800;
}

.jtx-faColor-blue {
  color: #0033a0;
}

.jtx-faColor-black {
  color: black;
}

.jtx-faColor-grey {
  color: grey;
}

.jtx-faColor-green {
  color: #7fa721 !important;
}

.jtx-close-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.jtx-close-btn button {
  background-color: transparent !important;
  border: none;
}

.jtx-navigation {
  border-right: 2px solid orange;
}

.jtx-img-btn {
  padding-right: 5px;
}

.jtx-widget {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.jtx-textColor-black {
  color: #000;
}

.jtx-textColor-white {
  color: #fff;
}

.jtx-textColor-grey {
  color: #9ea6b9;
}

.jtx-calendar-btn {
  border: 1px solid transparent !important;
}

div.jtx-invoicing-details div {
  background-color: #f3f6fb !important;
}

.jtx-tabs > ul > li.active,
#jtx-tabs > ul > li.active {
  border-bottom: 2px solid #ff8c00;
  font-weight: bold;
}

#jtx-tabs > ul > li.active > a {
  border-top: none;
  border-left: none;
  border-right: none;
}

#jtx-tabs > ul > li > a {
  text-transform: uppercase;
  padding: 10px 10px 10px 10px !important;
}

span.jtx-badge {
  color: #ffffff;
}

/* JTX DIRECTIVES STYLES */
jtx-table-view table > thead > tr > th[data-order]:after {
  font-family: "Glyphicons Halflings";
  content: " \e150";
}

jtx-table-view table > thead > tr > th[data-order].col-order-asc:after,
span.col-order-asc:before {
  font-family: "Glyphicons Halflings";
  content: " \e155";
}

jtx-table-view table > thead > tr > th[data-order].col-order-desc:after,
span.col-order-desc:before {
  font-family: "Glyphicons Halflings";
  content: " \e156";
}

[jtx-table-design^="ind"][jtx-table-design$="1"]:after,
[jtx-table-design^="ind"][jtx-table-design$="true"]:after,
[jtx-table-design*="Ind"][jtx-table-design$="1"]:after,
[jtx-table-design*="Ind"][jtx-table-design$="true"]:after {
  color: #7fa721;
  content: " \e013";
  font-family: "Glyphicons Halflings";
  text-align: center;
  visibility: visible !important;
}

[jtx-table-design^="ind"][jtx-table-design$="0"]:after,
[jtx-table-design^="ind"][jtx-table-design$="false"]:after,
[jtx-table-design*="Ind"][jtx-table-design$="0"]:after,
[jtx-table-design*="Ind"][jtx-table-design$="false"]:after {
  background: inherit;
  color: #e2231a;
  content: " \e014";
  font-family: "Glyphicons Halflings";
  text-align: center;
  visibility: visible !important;
}

[jtx-table-design^="ind"][jtx-table-design$="1"],
[jtx-table-design^="ind"][jtx-table-design$="true"],
[jtx-table-design^="ind"][jtx-table-design$="0"],
[jtx-table-design^="ind"][jtx-table-design$="false"],
[jtx-table-design*="Ind"][jtx-table-design$="1"],
[jtx-table-design*="Ind"][jtx-table-design$="true"],
[jtx-table-design*="Ind"][jtx-table-design$="0"],
[jtx-table-design*="Ind"][jtx-table-design$="false"] {
  color: transparent;
  text-align: center;
  user-select: none;
}

/* Alinea a la derecha las columnas que sean importes, que contengan las palabras price, currency, number, num, percentage, amount */
[jtx-table-design*="price"],
[jtx-table-design*="Price"],
[jtx-table-design*="currency"],
[jtx-table-design*="number"],
[jtx-table-design*="num"],
[jtx-table-design*="percentage"],
[jtx-table-design*="amount"],
[jtx-table-design*="hour"],
[jtx-table-design*="Hours"] {
  text-align: right !important;
}

jtx-table-view div.checkbox {
  margin: 0px !important;
}

jtx-table-view input[type="checkbox"],
th {
  cursor: pointer;
}

jtx-table-view tr.jtx-selected-row > td {
  color: #676a6c !important;
  font-weight: bold;
  background-color: #f4f6fa !important;
}

jtx-table-view .no-results {
  padding-bottom: 25px;
}

jtx-table-dir tr.selected {
  background-color: #dff0d8 !important;
}

jtx-tree-view ul {
  padding-left: 0px;
}

jtx-tree-view > ul:first-child {
  overflow: auto;
}

jtx-tree-view li {
  list-style: outside none none;
}

jtx-tree-view ul > li > ul > li {
  padding-left: 15px;
}

jtx-tree-view ul > li > ul > li > ul > li {
  padding-left: 30px;
}

jtx-tree-view span {
  cursor: pointer;
}

jtx-tree-view li[sel] span.jtx-closedRest.jtx-selectedRest {
  background-color: #0044d4;
  border-radius: 5px;
  padding: 0 10px;
  color: #fff !important;
}

jtx-tree-view li[sel] span.jtx-openedRest.jtx-selectedRest {
  background-color: #e2231a;
  border-radius: 5px;
  padding: 0 10px;
  color: #fff !important;
}

jtx-tree-view span[nod] {
  font-weight: bold;
}

jtx-tree-view i {
  padding-right: 5px;
}

jtx-tree-view .jtx-closedRest {
  color: #0044d4;
}

jtx-tree-view .jtx-openedRest {
  color: #e2231a;
}

jtx-list-view div.list-group {
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  z-index: 900;
  width: 150%;
  margin-right: 15px;
  display: none;
  background-color: #fff !important;
  border: 1px solid #9a9a9a !important;
  border-radius: 5px;
}

.jtx-list-dir {
  background-color: #fff !important;
  border: 1px solid #9a9a9a !important;
  border-radius: 5px;
  overflow-y: auto;
  max-height: 300px;
  position: absolute;
  z-index: 900;
  width: inherit;
  margin-right: 15px;
}

.jtx-list-dir ul {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

jtx-list-view div.list-group a {
  padding: 5px;
}

.jtx-hidden {
  display: none;
}

.jtx-loading {
  cursor: progress;
}

li.jtx-menu-header {
  font-weight: 600;
  padding: 10px 25px 0px 10px;
  font-size: 14px;
  color: #ff8c00;
}

.navbar-top-links .dropdown-menu li.jtx-menu-option a {
  padding: 0px 20px !important;
  min-height: 0;
  font-weight: 350;
}

.navbar .dropdown-menu {
  margin-top: 10px !important;
}

/***** ANGULAR PLUGINS *****/

/* UIB-DATEPICKER */
[uib-datepicker-popup] {
  color: #676a6c !important;
}

.uib-datepicker {
  color: #676a6c !important;
  padding: 5px !important;
}

td input {
  width: 55px;
}

span.bank-balance {
  font-size: 30px;
  background: saddlebrown;
  color: white;
  padding: 10px;
  border-radius: 20px;
}

/*directiva dropdown de angular UI*/
span[uib-dropdown] a {
  color: #9ea6b9;
  font-weight: 600;
}

.table-overflow .table {
  display: block;
  max-height: 400px;
}

.borderRight {
  border-right: solid black 2px;
}

.small-btn {
  padding: auto;
  width: 75px;
}

#my-custom-table table {
  width: 100%;
}

#my-custom-table tbody,
#my-custom-table thead tr {
  display: block;
}

#my-custom-table tbody {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

#my-custom-table tbody td,
#my-custom-table thead th {
  width: 500px;
}

#my-custom-table tbody td {
  margin-left: 150px;
}

.adminIconSize {
  font-size: 17px;
}

button.bank-action-cross {
  background-color: #be81f7;
  color: white;
}

button.bank-action-uncross {
  background-color: #2e64fe;
  color: white;
}

button.bank-action-recalc {
  background-color: #fa58ac;
  color: white;
}

button.bank-action-cross:hover {
  background-color: #be81f7;
  opacity: 0.8;
  color: white;
}

button.bank-action-uncross:hover {
  background-color: #2e64fe;
  opacity: 0.8;
  color: white;
}

button.bank-action-recalc:hover {
  background-color: #fa58ac;
  opacity: 0.8;
  color: white;
}

.payment-crud-modal .modal-dialog {
  width: 98%;
}

/*Style for table pylAssignment*/
jtx-table-dir[collection="pylAssignmentList"] tr th {
  min-width: 60px;
}

/*Styles for table directive*/
.scroll500 {
  height: 500px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollHorizontal500 {
  height: 500px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;
}

.scroll350 {
  height: 350px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollHorizontal350 {
  height: 350px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: auto;
}

.scroll250 {
  height: 250px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollHorizontal250 {
  height: 250px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: auto;
}

.scroll150 {
  height: 150px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollHorizontal150 {
  height: 150px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: auto;
}

/*tamaño de las etiquetas de administración para los importes */
.tag-info-right {
  font-size: 16px;
  text-align: right;
}

.tag-info-left {
  font-size: 16px;
  text-align: left;
}

.padd-top {
  padding-top: 5px;
}

.user-checkboxes {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.selectedRest {
  background-color: #e2231a;
  border-radius: 5px;
  padding: 0 10px;
  color: #fff !important;
}

.link-disabled,
.link-disabled span {
  cursor: not-allowed;
}

#restTreeDir ul li ul li {
  margin-left: -25px;
}

#restTreeDir ul li {
  margin-left: -25px;
}

#restTreeDir {
  width: 100%;
}

.treeDiv {
  background-color: rgba(211, 211, 211, 0.9);
}

.selectedRow {
  background-color: #dff0d8 !important;
}

.dangerRow {
  background-color: #f2dede !important;
}

/*Styles for status*/
.status-item {
  display: inline-block;
}

.status-items > span {
  padding-right: 5px;
  padding-left: 5px;
}

.status-item i.fa {
  font-size: 15px;
}

.modalPicker .ibox .uib-datepicker {
  margin-top: 15px;
  margin-left: 90px;
}

#lab-employee .ibox .ibox-title {
  border-color: white !important;
  color: black;
  font-weight: 600;
  opacity: 0.6;
}

#lab-employee .ibox {
  margin-bottom: 0 !important;
}

.contracts-information input {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.contracts-information #search-icon {
  pointer-events: none;
  cursor: not-allowed;
}

.dataSupply-information input {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.dataSupply-information textarea {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.dataSupply-information #search-icon {
  pointer-events: none;
  cursor: not-allowed;
}

.vis-item.ausNotJustified {
  color: white;
  background-color: #e84b30;
}

.vis-item.formation {
  color: white;
  background-color: #45cdff;
}

.vis-item.sindicals {
  color: white;
  background-color: #b243ff;
}

.vis-item.ordinary {
  color: white;
  background-color: #49e83e;
}

.vis-item.homeDelivery {
  color: black;
  background-color: #ffeb32;
}

.vis-item.dif-negative {
  color: black;
  background-color: #ffeb32;
}

.vis-item.budgetSales {
  color: black;
  background-color: #a6b9e1;
}
.vis-item.halfHours {
  color: black;
  background-color: #d1daef;
}

.vis-item.dif-zero {
  color: white;
  background-color: #49e83e;
}

.vis-item.dif-positive {
  color: white;
  background-color: red;
}

#workShiftTable tr {
  border: 1px solid black;
}

#workShiftTable td {
  border: 1px solid black;
}

.file-disabled {
  cursor: default;
  pointer-events: none;
}

.work-shift-up-buttons {
  padding-right: 18px;
}

.vis-editable.vis-selected {
  border: 2px solid black !important;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Styles for modal datepicker directive*/
#modalDirective .uib-daypicker {
  outline-color: transparent;
}

/* Menus styles */
ul.navbar-top-links li:hover > a,
ul.navbar-top-links li:hover > span > a {
  color: #ff8c00;
}

ul.navbar-top-links li.selectedMenu > a,
ul.navbar-top-links li.selectedMenu > span > a,
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus,
.nav.navbar-top-links > li > span > a:hover,
.nav.navbar-top-links
  > li
  > span
  > a:focus
  .nav.navbar-top-links
  > li.jtx-unique-menu
  > a:hover,
.nav.navbar-top-links > li.jtx-unique-menu > a:focus,
.nav.navbar-top-links > li.jtx-unique-menu > span > a:hover,
.nav.navbar-top-links > li.jtx-unique-menu > span > a:focus {
  color: #fefefe !important;
  background-color: #ff8c00;
  padding: 5px 10px;
  border-radius: 15px;
}

.widget-gray-bg {
  background-color: #555555 !important;
  color: #ffffff;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.modal-sm {
  width: 60% !important;
}

/*CSS fullScream*/
.panel-actions {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: -15px;
  margin-bottom: 0;
  text-align: right;
}
.panel-actions a {
  color: #333;
}
.panel-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
.labDashboardTabGreen {
  background-color: #85b70e !important;
}

.labDashboardTabRed {
  background-color: #e2231a !important;
}

.correctionHours input::-webkit-outer-spin-button,
.correctionHours input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.warningLabel {
  font-size: 13.5px;
}

.widgetJitrix {
  border-radius: 5px;
  padding: 5px 10px 1px;
}
.jtx-titlexs {
  font-size: 10px;
}
.jtx-text-right {
  text-align: right;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}

/* Settings module*/
#settingsModule {
  display: flex;
  align-items: flex-end;
  height: 60%;
}

#settingsModule div {
  width: 100%;
}

/* profile icon menu */
.navbar-top-links li a.profileIcon {
  padding: 15px 10px !important;
}

.navbar-top-links li a {
  min-height: 0px !important;
}

.dropdown-divider {
  border-top: 1px solid #e9ecef;
}

.navbar-top-links .dropdown-menu li a.profileIconDetail {
  padding-left: 0 !important;
}

.navbar-top-links .dropdown-menu li a.profileIconDetail > div > i {
  padding-right: 3% !important;
}

.navbar-top-links .dropdown-menu li a.profileIconDetail > div > span {
  position: absolute;
}

.navbar-fixed {
  position: fixed;
  height: 100%;
  border-right: solid 1px #e7eaec;
  background-color: #eaeaea;
  box-shadow: 1px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

body.mini-navbar .navbar-static-side {
  width: 60px;
  box-shadow: none;
}

.navbar-fixed-top,
.navbar-static-top {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .navbar-right ~ .navbar-right {
    margin-right: -35px;
  }
}

.homeIcon {
  padding-top: 15px;
  padding-left: 10px;
}

/* font-awesome colors */
.fa-black {
  color: #101820;
}
.fa-red {
  color: #d94007;
}
.fa-red-intense {
  color: #dd0000;
}
.fa-green {
  color: #99b433;
}
.fa-green-excel {
  color: #217346;
}
.fa-pink {
  color: #cb3471;
}

.fa-purpure {
  color: #9463cc;
}

.fa-blue {
  color: #3996e0;
}
.fa-orange {
  color: #ff8c00;
}
.fa-yellow {
  color: #f2cb1d;
}
.fa-gray {
  color: gray;
}
.fa-white {
  color: #ffffff;
}
.fa-violet {
  color: #865ec5 !important;
}
.fa-cyan{
  color: #23c6c8;
}

.fa-1_3x {
  font-size: 1.3em;
}

.fa-20x {
  font-size: 20em;
}

.modal-content section {
  margin-top: 0px;
}

.tab-ibox-content {
  margin-top: 2%;
  padding-bottom: 2%;
}

.form-group {
  margin-bottom: 5px !important;
}

/* gantt styles */
.weekend {
  background: #f4f7f4 !important;
}

.chat-discussion {
  height: auto !important;
}

tfoot.tFootTotals > tr > td {
  padding-top: 20px;
  font-weight: bold;
  color: #302f2f !important;
}

tfoot.tFootTotalsNoColor > tr > td {
  padding-top: 20px;
  font-size: 130%;
  font-weight: bold;
}

.radioRange {
  margin-top: 10px !important;
}

.jtx-module-icon {
  width: 35px !important;
}

.jtx-label-separation {
  width: 140px !important;
}

.jtx-remittedInfo {
  background-color: #cb3234;
  color: #ffffff;
  margin-top: 10px;
  font-size: 15px;
}
.jtx-file-download-name {
  width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-horizontal .control-label {
  text-align: left !important;
}

.jtx-btn-trash-document {
  background: none !important;
  background-color: #f8f8f8;
  float: right;
}

.jtx-btn-dowload-document {
  background: none !important;
  background-color: #f8f8f8;
  float: right;
}
.panel-heading {
  max-height: 50px !important;
}

.panel-title {
  padding-top: 3px !important;
}

.jtx-btn-next-back {
  line-height: 0 !important;
}

.jtx-new-btn {
  margin: 0px 0 0 -8px;
}

.jtx-text-closedTicket {
  font-size: 15px;
  margin-top: 3px;
}

.jtx-imgRounded {
  border-radius: 150px;
  display: block;
  height: 300px;
  margin: auto;
  width: 300px;
}

.jtx-two-columns {
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  column-count: 2;
}

/* Register */
.jtx-logo-register img {
  width: 50%;
  padding-bottom: 35px;
}

.jtx-logo-register h2 {
  font-weight: 600;
}

.box {
  margin: 0 auto;
  max-width: 700px;
  padding-top: 40px;
  z-index: 100;
  margin: 0px 0 0 -8px;
}

.vertical-timeline-content p {
  margin-top: 0 !important;
}

/* Borde de los desplegables igual que los border de los inputs */
.dropdown-toggle {
  border-color: #e5e6e7;
}

/* Scroll */
::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff8c00;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:active {
  background-color: #ff8c00;
}

::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 5px;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
body ::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
html::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
html::-webkit-scrollbar-thumb {
  background: #ff8c00;
}

/* Botón de cerrar modal */
i.fa.fa-times.fa-gray:hover {
  color: red;
}

.modalLevel2 {
  z-index: 4000 !important;
}

.modalLevel3 {
  z-index: 5000 !important;
}

.input-group .bootstrap-select {
  width: 100%;
}

.modal-backdropLevel2 {
  z-index: 3090 !important;
  opacity: 0.6 !important;
}

.modal-backdropLevel3 {
  z-index: 4090 !important;
  opacity: 0.7 !important;
}

.bootstrap-select .dropdown-menu li.dropdown-header span {
  font-weight: 900;
  font-size: 14px;
  color: #0033a0;
  text-transform: uppercase;
}

.jtx-form-validator-error,
.input-group-btn.jtx-form-validator-error {
  border: 1px solid #ff0000 !important;
  font-size: 13px;
}

label.jtx-required {
  font-weight: 900 !important;
}
label.jtx-required::before {
  content: "";
}

.form-control:focus,
.single-line:focus,
.form-control:hover,
.single-line:hover {
  border-color: #0033a0 !important;
}

.jtx-form-calendar-validator-error {
  color: #ff0000;
}

.jtx-mb-20 {
  margin-bottom: 20px;
}

.vst-mb-0{
  margin-bottom: 0px!important;
}

.jtx-panel-heading {
  color: #fff !important;
  background-color: #3892cd !important;
  border-color: #3892cd !important;
}

.jtx-panel-default {
  border-color: #3892cd !important;
}

.jtx-row-noMargin {
  margin-right: 0px;
  margin-left: 0px;
}

.jtx-font-20 {
  font-size: 20px;
}

.jtx-font-16 {
  font-size: 16px;
}

.jtx-font-weight-100 {
  font-weight: 100;
}

.jtx-font-weight-400 {
  font-weight: 400;
}

.jtx-font-weight-900 {
  font-weight: 900;
}

td.jtx-highlight-data {
  font-weight: 900;
  color: #1c84c6;
}

tr.jtx-highlight-data td {
  font-weight: 900;
  color: #1c84c6;
}

.jtx-mr-10 {
  margin-right: 10px;
}

.jtx-mt-16 {
  margin-top: 16px;
}

.jtx-mt-20 {
  margin-top: 20px;
}

.jtx-height-100vh {
  height: 100vh !important;
}

.oxtime {
  position: absolute;
  top: 65px;
  right: 0;
  overflow: hidden;
  border: 1px solid black;
}

.oxtime-box {
  margin-right: -300px;
  max-height: 50px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
  max-height: 50px;
}

.oxtime-box.show {
  margin-right: 0;
}

.oxtime-buttons-container {
  width: 300px;
  margin-left: 40px;
  background: #ffffff;
  border: 1px solid #f3f3f4;
}

.oxtime-item div.row {
  padding: 5px 20px;
}

.oxtime-item div.row button {
  width: 100%;
}

.jtx-table-right-border {
  border-right: 2px solid #ddd;
}

.jtx-table-right-thin-border {
  border-right: 1px solid #ddd;
}

.jtx-span-full-td {
  height: 100%;
  width: 100%;
  display: block;
  overflow: auto;
}

.jtx-table-small-padding {
  padding: 2px !important;
}

.jtx-badge-timeControl {
  font-weight: 600 !important;
  font-size: 16px;
  padding: 8px !important;
  margin-right: 10px !important;
}

/* PERSONALIZACIÓN DEVEXTREME */
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
  height: 75px !important;
}

.dx-scheduler-appointment,
.dx-scheduler-timeline .dx-scheduler-appointment,
.dx-scheduler-work-space-month .dx-scheduler-appointment,
.dx-scheduler-all-day-appointment {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.dx-scheduler-appointment-content > * {
  font-size: 16px;
  text-align: center;
}

.dx-scheduler-appointment.dx-state-disabled {
  opacity: 1 !important;
}

.dx-scheduler-date-table-current-date {
  background-color: #f9f3e6;
}

.dx-link-edit {
  color: #99b433!important;
}

.dx-link-delete {
  color: #d94007!important;
}

/*************************/

table.jtx-table-sticky > thead > tr > th {
  top: 0;
  position: sticky;
  z-index: 20;
  background-color: #676a6c;
  color: #ffffff !important;
}

.jtx-table-fixed-header-sticky {
  z-index: 55 !important;
}

.jtx-table-col-1-sticky {
  left: 0;
  position: sticky !important;
  z-index: 50;
  background-color: #676a6c;
  color: #ffffff !important;
}

.jtx-table-col-2-sticky {
  left: 30px;
  position: sticky !important;
  z-index: 50;
  background-color: #676a6c;
  color: #ffffff !important;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -270px;
}

.jtx-no-margin-right {
  margin-right: 0 !important;
}

.jtx-margin-left-2 {
  margin-left: 2px !important;
}

.jtx-menu-configuration {
  padding-top: 20px;
  min-height: 31px;
}

#otherModules {
  height: 100%;
  margin-top: 65px;
}

section {
  margin-top: 60px;
}

section.jtx-no-margin-top {
  margin-top: 0px !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  section {
    margin-top: 105px;
  }
  section.jtx-no-margin-top {
    margin-top: 0px !important;
  }
  #otherModules {
    height: 100%;
    margin-top: 110px;
  }
  .navbar-top-links li a {
    padding: 5px 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
  section {
    margin-top: 100px;
  }
  section.jtx-no-margin-top {
    margin-top: 0px !important;
  }
  #otherModules {
    height: 100%;
    margin-top: 105px;
  }
}

@media (min-width: 1025px) and (max-width: 1549px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1550px) {
  .hidden-lg {
    display: none !important;
  }
}

.panel-body {
  padding: 10px !important;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Estilos de menú fijos*/
li.jtx-unique-menu {
  padding-top: 15px !important;
}
.colMapperSupply table td {
  background-color: powderblue;
}

.tataOxSuccess{
  width: 35% !important;
  justify-content: normal !important;
  height: 40px !important;
}

.tataOxSuccess .tata-text{
  padding-top: 7px !important;
}

.tataVstNotification{
  margin-top: 50px !important;
}

.vst-pl-5{
  padding-left: 5px;
}

.vst-pl-15{
  padding-left: 15px;
}

.vst-borderTopAndborderBottom-line {
  border-top: 2px solid rgb(83, 83, 83);
  border-bottom: 2px solid rgb(204, 204, 204);
}

.progress {
  background-color: lightgrey;
  margin-bottom: 0px;
}

.removeOrEditOrder {
  cursor: pointer;
  padding: 10px;
}

.removeOrEditOrder:hover {
  background-color: #f0f0f0;
}

.modal-dialog {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

.jtx-bg-color-grey{
  background-color: #f0f0f0;
}

.jtx-label-bold {
  font-weight: bold !important;
}
