/* overrides to default admin and bootstrap styles */
:root {
  --primary: #428bca;
  --info: #5bc0de;
  --success: #28a745;
  --danger: #ff3547;
  --gray: #777777;
  --gray-lighter: #eeeeee;
  --box-shadow: 5px 5px 13px #626262;
  --sm-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  --sm-inset-box-shadow: inset 1px 0px 5px 0px #010101;
}

/* Sidebar Styles */
.side-menu {
  z-index: 1;
  position: fixed;
  left: 180px;
  width: 50px;
  height: 100%;
  margin-left: -180px;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-transition: width 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: width 0.2s ease;
}
.side-menu::-webkit-scrollbar {
  display: none;
}
.side-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.side-menu i {
  left: 10px;
  position: relative;
}
.side-menu a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.side-menu a.dropdown-toggle {
  text-decoration: none;
  color: white;
  font-family: Helvetica, sans-serif;
  letter-spacing: 0.3px;
  font-weight: lighter;
}
.side-menu li {
  line-height: 35px;
}
.side-menu__empty_icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  border: solid thin gray;
  border-radius: 10px;
}
.side-menu__content {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
}
.side-menu__content .select2-container {
  width: 100% !important;
}
.side-menu__item:hover {
  background-color: #e9e9e9;
}
.side-menu__submenu {
  background-color: white;
  box-shadow: inset 8px 6px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 8px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.side-menu__apptext {
  margin-left: 30px;
}
.side-menu__active {
  font-weight: bold !important;
}
.side-menu__model {
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #525252 !important;
  border-right: solid thin #CCCCCC;
}
.side-menu__search {
  width: 100%;
  background: white !important;
  color: white !important;
}
.side-menu__add_logo {
  position: absolute;
  top: 100px;
  right: 5px;
  cursor: pointer;
  color: var(--info);
}
.side-menu .select2-selection {
  background-color: white;
}
.side-menu input:-ms-input-placeholder {
  color: white;
}
.side-menu input::-webkit-input-placeholder {
  color: white;
}
.side-menu input::-webkit-input-placeholder {
  color: white;
}
.side-menu__add {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0;
  font-size: 1.5rem;
}
.side-menu__add:hover {
  opacity: 1;
}
.side-menu__model:hover ~ .side-menu__add {
  opacity: 1;
}

#select2-side-menu__search-results a {
  display: inline-block;
  width: 100%;
  color: inherit;
}
#select2-side-menu__search-results a:hover {
  text-decoration: none;
}

#select2-side-menu__search-container a {
  color: inherit;
}

#select2-side-menu__search-container .select2-selection__placeholder {
  margin-left: 5px;
  margin-right: 5px;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
#wrapper {
  padding-left: 50px;
  -webkit-transition: width 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: width 0.2s ease;
}
#wrapper.toggled {
  padding-left: 180px;
}
#wrapper.toggled .side-menu {
  width: 180px;
  margin-right: 20px;
  box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.2);
}

.sofisis-top-navbar {
  height: 50px;
}
.sofisis-top-navbar .navbar-toggle {
  display: block;
}
.sofisis-top-navbar > div {
  float: left;
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}
.sofisis-top-navbar .name-user-session {
  float: left;
  margin-top: 15px;
}
.sofisis-top-navbar .dropdown-user {
  float: right;
}

.icon_img {
  width: 30px;
  height: 30px;
  margin-top: 2px;
}

form.navbar-left {
  margin-top: 0 !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}

.expiration-message {
  margin-top: 10px;
  margin-right: 6px;
}
.expiration-message a {
  color: #cb0050;
}

#form_get_company {
  margin-top: 10px;
}
#form_get_company select {
  width: max-content;
  display: inline-block;
}
#form_get_company .related-widget-wrapper {
  display: inline-block;
}

@media (max-width: 480px) {
  #form_get_company select {
    width: 120px;
    min-width: 120px;
  }
  #form_get_company .related-widget-wrapper-link {
    display: none;
  }

  .sofisis-top-navbar > div {
    margin-left: 1px;
    margin-right: 1px;
  }
}

label[for="id_company_selector"] {
  font-weight: bold;
  margin-right: 5px;
  font-size: 1.3rem;
}

body {
  padding-bottom: 40px;
  overflow-y: scroll;
}

a {
  cursor: pointer;
}
a:active, a:focus {
  outline: none;
}

@media only screen {
  #container-div {
    margin-bottom: 500px;
  }
}
legend {
  font-size: 14px;
  font-weight: bold;
}
legend a:hover {
  text-decoration: none;
}

.badge a {
  color: #fff;
}
.badge a:hover {
  color: #fff;
}

.form-icon {
  height: 20px;
  width: 20px;
  margin: -10px 0;
}

.description {
  color: #9a9a9a;
  font-size: 12px;
  display: inline-block;
  margin: 0;
}

.disabled {
  cursor: not-allowed !important;
  box-shadow: none;
  pointer-events: none;
}
.disabled:hover {
  box-shadow: none;
}

.accordion-control .related-widget-wrapper {
  min-width: 300px;
}

select + .related-widget-wrapper-link, .related-widget-wrapper-link + .related-widget-wrapper-link {
  margin: 0 !important;
}

.admin-image {
  max-height: 100px;
  max-width: 100px;
}

.inline-block {
  display: inline-block;
}

.tooltip.in {
  opacity: 1;
}

/* Hard to see against black text otherwise */
.scrollable-dropdown-menu {
  overflow-x: hidden;
  max-height: 322px;
}

.scrollable-dropdown-menu li form a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}

.container {
  width: 95%;
  padding: 0 10px 20px 10px;
}

.navbar-header {
  margin: 0;
  float: none;
}
.navbar-header .pull-left #form_search_client #id_user {
  width: 20em;
}

.input-w-full input[type=text], .input-w-full input[type=number],
.input-w-full input[type=checkbox], .input-w-full select,
.input-w-full .related-widget-wrapper select {
  width: 100% !important;
}

.gsc-adBlock, .gcsc-branding {
  display: none !important;
}

.help-block, .helptext {
  margin: 0 5px;
}

.glyphicon-question-sign {
  display: inline;
}

.text-danger {
  display: block;
  color: #a94442;
}

#logo1 {
  height: 100px;
  background: white no-repeat center;
}

.total-background {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  /* Preserve aspet ratio */
  min-width: 100% !important;
  min-height: 100% !important;
  z-index: -1 !important;
}

#pie-print {
  display: none;
}

.p-0 {
  padding: 0;
}

.errorlist, .errornote {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  border-radius: 4px;
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
div.error {
  border: none !important;
}

body.popup #wrapper {
  padding-left: 0;
}

.logo {
  max-height: 100px;
  max-width: 200px;
}

.img_logo {
  height: 70px;
}

.inline.collapse.in {
  display: inline;
}

.obj-tools {
  list-style-type: none;
  padding: 0;
}
.obj-tools > div {
  display: inline;
}
.obj-tools > li {
  display: inline;
}
.obj-tools > li.dropdown {
  position: initial;
}
.obj-tools > li.dropdown ul.dropdown-menu.pull-right {
  right: 28.625px;
  top: 125px;
}

.btn-outline-primary {
  border: solid thin !important;
  color: var(--info) !important;
}

.obj-title{
            top: 0!important;
            background-color: #efefef!important;
            z-index: 1!important;
            border-radius: 5px!important;
            padding: 0.1px 0 0px 10px!important;
            -webkit-box-shadow: -9px 10px 20px 0px rgba(0,0,0,0.18)!important;
            -moz-box-shadow: -9px 10px 20px 0px rgba(0,0,0,0.18)!important;
            box-shadow: -9px 10px 20px 0px rgba(0,0,0,0.18)!important;
            border-bottom: solid 0.5px var(--primary) !important;
        }
        .select2-dropdown{
            z-index: 5!important;
        }

.obj-title h2 {
  margin-top: 10px;
  margin-bottom: 6px;
}

.modal-body {
  min-height: 300px;
}

.content_link_export {
  text-align: right;
}
.content_link_export a {
  font-size: 24px;
}

.circular {
  width: 100px;
  height: 100px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.circular_photo_user {
  width: 44px;
  height: 44px;
  margin: 2px 3px 0 3px;
}

#circular_photo_user {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  background-color: var(--primary);
  color: white;
  line-height: 50px;
}

.shadow {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-user a {
  text-decoration: none;
}

.dropdown-menu-photo-user {
  top: 45px;
}

.my-modal-content ul {
  padding-left: 5px;
}

.columns-to-show label {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

h5 {
  font-weight: bold;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
}

ol.example li.placeholder:before {
  position: absolute;
}

.delete-history-tab {
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 0;
}

div.well.sort-item > div.form-group {
  width: 45%;
}

#livechat-compact-container {
  height: 300px;
  position: fixed;
  right: 0;
  top: 80vh;
  z-index: 10000;
  text-align: center;
}

.btn-chat a {
  font-family: arial;
  color: #fff;
  text-decoration: none;
  background: #128c7e;
  padding: 20px 20px 20px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 0 0 1px #128c7e inset;
  border-radius: 15px;
  -ms-transform: rotate(90deg) translate(0, -20px);
  -webkit-transform: rotate(90deg) translate(0, -20px);
  transform: rotate(0deg) translate(0, -20px);
  position: relative;
  right: 27px;
  transition: background 0.2s, right 0.2s;
  text-align: center;
}

.btn-chat a:hover {
  background: #075e54;
  right: 27px;
  transition: background 0.2s, right 0.2s;
  border-radius: 15px;
}

select {
  -moz-appearance: none;
}

.btn {
  padding: 10px 10px;
  height: auto;
  box-shadow: var(--sm-box-shadow);
}
.btn:active {
  box-shadow: var(--sm-inset-box-shadow);
}

.related-widget-wrapper-link img {
  height: 20px;
}

.tabular .money_field, .tabular .percentage_field, .tabular .float-field, .tabular .element-qnt-field {
  text-align: right;
}

.text-to-div {
  display: inline;
}
.text-to-div p {
  margin: 0;
}

.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #be0000;
}

.screen_only {
  display: none;
}

.breadcrumb {
  margin: 0 4px 0 4px;
  padding: 0;
  background-color: #ffffff;
  font-size: 11px;
  opacity: 0.7;
}

.menu-state-finance a {
  display: block;
}

.nav-ico-menu {
  padding-top: 10px;
}

.tooltip-inner {
  white-space: pre-wrap;
  max-width: none;
  width: auto;
  text-align: left;
}

.top-tools {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-tools .btn,
.dj-search__input {
  margin-right: 0;
  margin-bottom: 6px;
}
.top-tools .action-search {
  margin: 10px 0;
}
.top-tools select[name=action] {
  width: 100px;
}

.ui-tooltip {
  background-color: black;
  color: white;
  padding: 3px;
  border-radius: 3px;
  width: 400px;
  height: auto;
  z-index: 2000;
}

.side-menu li a span.side-menu__apptext,
.side-menu__search,
#logo1,
.side-menu__logo,
.side-menu__item {
  display: none;
}

#wrapper.toggled .side-menu li a span.side-menu__apptext {
  display: inline-block;
}
#wrapper.toggled .side-menu__item {
  display: inherit;
  position: relative;
  line-height: 1;
}
#wrapper.toggled.toggled .side-menu__search,
#wrapper.toggled.toggled #logo1,
#wrapper.toggled.toggled #open-modal-menu,
#wrapper.toggled.toggled .side-menu__logo {
  display: inherit;
}
#wrapper .icon-nav {
  width: 14px;
  font-size: 20px;
  top: 5px;
}

select {
  padding-left: 8px;
}

.side-menu {
  background-color: var(--primary);
}
.side-menu__logo {
  padding: 10px;
  background-color: white;
}

.table-history__inline-item {
  margin: 10px 0;
}
.table-history__changed-value {
  margin: 0 0 10px 0;
}

/* tablets */
@media (min-width: 768px) and (max-width: 1200px) {
  .accordion_movil {
    display: none;
  }

  .my-hidden-xs {
    display: block;
  }

  .side-menu {
    width: 50px;
  }

  #wrapper.toggled .side-menu li.dropdown a span.side-menu__apptext {
    display: initial;
  }

  #wrapper.toggled .side-menu__search,
#wrapper.toggled #logo1,
#wrapper.toggled #open-modal-menu,
#wrapper.toggled .side-menu__logo,
#wrapper.toggled .side-menu__item {
    display: block;
  }
}
/* super screens */
@media (min-width: 2000px) {
  .sofisis-top-navbar .container {
    width: 100%;
  }

  .container {
    width: 80%;
  }
}
/* phone */
@media (max-width: 480px) {
  #wrapper {
    padding-left: 0;
  }

  .title-change {
    margin: 0;
  }

  .container {
    width: 100%;
  }

  .mceLayout, #id_content_toolbargroup {
    width: 550px !important;
  }

  .side-menu {
    width: 0;
  }

  .breadcrumb, .no-display-mobil {
    display: none !important;
  }

  #jsign_sign div input {
    left: 245px !important;
  }

  #jsign_sign div input {
    left: 245px !important;
  }

  .fieldset_totalized_fields {
    width: 100%;
  }

  .form-row {
    padding: 0;
  }

  #changelist-form {
    padding-left: 5px;
  }

  .mceLayout, #id_content_toolbargroup {
    width: 300px !important;
  }

  #id_content_formatselect_text, #id_content_fontsizeselect_text, #id_content_fontselect_text {
    width: 10px !important;
  }

  #id_content_help {
    display: none;
  }
}
/* phone and tablet */
@media (max-width: 768px) {
  .action-search {
    float: left;
  }

  #wrapper.toggled .side-menu {
    width: 170px;
  }

  #wrapper.toggled {
    padding-left: 170px;
  }

  #wrapper .side-menu__add {
    display: none;
  }

  a.side-menu__model {
    padding-left: 5px;
  }

  .icon_img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }

  #content-aceptar {
    text-align: center;
  }

  #aceptar {
    position: absolute;
    padding: 10px 0;
    left: auto;
    top: 0;
  }

  .table-history {
    margin-top: 20px;
  }

  .my-modal-content {
    width: 80%;
    min-width: 280px;
    margin: 50px auto;
    position: relative;
  }

  .my-modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1050;
    overflow: scroll;
  }

  .initial_modal {
    display: none;
  }

  a#button-close {
    position: absolute;
    left: auto;
    right: 25px;
  }

  #content {
    margin-left: 5px;
    margin-right: 5px;
  }

  .search_list {
    display: none;
  }

  .change-related-mobile {
    display: block;
    position: absolute !important;
    top: 10px !important;
    right: auto;
    bottom: 0;
    left: 140px !important;
    z-index: 10200;
    font-size: 20px;
    width: 20px;
    height: 20px;
    pointer-events: all;
  }

  .add-related-mobil {
    display: block;
    position: absolute !important;
    top: 10px !important;
    right: auto;
    bottom: 0;
    left: 180px !important;
    z-index: 10200;
    font-size: 20px;
    width: 20px;
    height: 20px;
    pointer-events: all;
  }
}
@media (max-width: 480px) {
  #wrapper.toggled .side-menu {
    width: 200px;
  }

  #wrapper.toggled {
    padding-left: 200px;
  }

  .toggled #page-content-wrapper {
    position: absolute !important;
  }
}
.help-tooltip {
  display: inline;
}

.rounded-thumbnail {
  object-fit: cover;
  object-position: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.text-right {
  text-align: right;
}

@media (min-width: 992px) {
  .table-responsive {
    overflow-x: initial;
  }
}
@media screen {
  .hidden-screen {
    display: none;
  }
}

/* Adjust the width of the container to control the scrollable area */
.table-container {
  width: 100%;
  height: fit-content;
  overflow-x: scroll;
}

/* Style the table to ensure proper layout within the container */
.table-container table {
  width: 100%;
  white-space: nowrap; /* Prevent table content from wrapping */
}

/*# sourceMappingURL=base.css.map */
