.jstree-default .jstree-anchor.dataTables_wrapper .dataTables_paginate .paginate_button {
  display    : contents !important;
  padding    : 0 !important;
  margin-left: 0px !important;
}

body .jstree-default .jstree-anchor{
  display: inline-block !important;
  max-width: calc(100% - 24px - 50px) !important;
}

table tbody tr td.actions {
  padding: 3px !important;
}

table tbody tr td.actions a.btn {
  margin-right: 2px !important;
}

.client-logo {
  background-color: #0e0e0ecc;
  padding         : 10px;
  text-align      : center;
}

.form-control[readonly] {
  background-color: inherit;
  color           : inherit;
  cursor          : pointer;
}

.text-nowrap {
  white-space: nowrap;
}

.symbols .symbol-chosen {
  height    : 28px;
  text-align: center;
  display   : block;
}

.symbols .symbol-chosen img {
  max-height    : 100%;
  vertical-align: inherit;
}

.select2-results .symbol-result {
  text-align: center;
  display   : block;
}

.select2-results .symbol-result img {
  height   : auto;
  width    : 40px;
  display  : block;
  margin   : 0 auto;
  max-width: 100%;
}

.symbol-icon {
  height : 18px;
  display: block;
}

.symbol-icon img {
  height    : 28px;
  margin-top: -4px;
}

.mb {
  margin-bottom: 10px;
}

select.select2[multiple] {
  width: 100%;
}

.table-striped tbody>tr:nth-child(even)>td,
.table-striped tbody>tr:nth-child(even)>th {
  background-color: #ffffff;
}

.table-highlight-head thead th,
.table-highlight-head thead td {
  background-color: #f5f5f5;
}

.sticky-col {
  left    : -11px;
  position: sticky;
  z-index : 1;
}

.alert-image {
  display : inline-block;
  padding : 11px 8px;
  position: relative;
}

.alert-image .icon-remove {
  position: absolute;
  top     : 0;
  right   : 0;
}

.table .label {
  font-size: 13px;
}

.table form {
  display: inline-block;
  margin : 0;
  height : 0;
}

.table form button {
  margin-top   : 0;
  margin-right : 2px;
  margin-bottom: 0;
  margin-left  : 0;
  line-height  : 1.4;
}

.form-group .control-result {
  padding-top: 6px;
}

table .img-table {
  height: 40px;
}

.navbar-brand .img-logo {
  height      : 45px;
  float       : left;
  padding-top : 5px;
  margin-right: 10px
}

.pt-10 {
  padding-top: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.navbar-nav .building {
  padding-top: 0px;
  font-weight: bold;
}

.navbar-nav .building .select2-container.select2 {
  width: auto !important;
}

.navbar-nav .building .select2-choice,
.navbar-nav .building .select2-choice .select2-arrow {
  color           : #fff;
  background-color: #555555;
  border          : 1px solid #555555;
  height          : 49px;
  padding-top     : 11px;
  margin-top      : -2px;
}

.navbar-nav .building .select2-choice {
  padding-left : 24px;
  padding-right: 24px;
}

.navbar-nav .building .select2-dropdown-open .select2-choice,
.navbar-nav .building .select2-dropdown-open .select2-choice .select2-arrow {
  background-color: #959a9e;
  border          : 1px solid #959a9e;
}

.select2-drop-active {
  border: 1px solid #23a455 !important;
}

.select2-results .select2-highlighted {
  background: #23a455 !important;
}

.select2-hidden-option {
  display: none !important;
}

.navbar-nav .building .select2-choice .select2-arrow {
  border: none;
}

.navbar-nav .user .icon-caret-down {
  color: #888;
}

.navbar-nav .dropdown-menu {
  box-shadow  : none !important;
  border-color: #23a455 !important;
}

#sidebar .menu-label {  
  color: #23a455 !important;
  cursor: default;
}

@media screen and (max-width: 767px) {
  #sidebar ul li a:not(.menu-label) {
    padding-left: 30px!important;
  }
} 

@media screen and (min-width: 768px) and (max-width: 979px) {
  .navbar .toggle-sidebar {
    display: inline-block!important;
  }

  .navbar .navbar-brand {
    width: 230px !important;
  }
} 


div.dataTables_filter label {
  line-height: 30px !important;
}

.dataTables_wrapper .dataTables_filter input {
  height: 30px !important;
}

.d-none {
  display: none;
}

li.no-notifications {
  padding: 5px 14px;
}

.notification-modal.unread {
  font-weight: bold;
}

.modalNotification .control-result {
  padding-top  : 0px;
  margin-bottom: 6px;
}

.modalNotification .form-group {
  margin-bottom: 0px;
}

.pl-0{
  padding-left: 0px;
}
.pr-0{
  padding-right: 0px;
}
.btn {
  white-space: inherit;
}

#nav-top .current{
  background: rgba(255, 255, 255, 0.05);
}

.evaluation .jstree-container-ul > li > i, .evaluation .jstree-container-ul > li > a{
  display: none;
}

.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plant .flex-left{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67%;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
}

.plant .flex-right{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

/*tree*/

.jstree-anchor{
  white-space: normal !important;
  height: auto !important;
  padding-left: 25px !important;
}

.jstree-anchor > .jstree-icon:first-child{
  margin-left: -25px !important;
}

.questionary-image{
  max-width: 100%;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 0;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: transparent;
  border-color: transparent;
}

body .fc-ltr .fc-event-hori.fc-event-end, 
body .fc-rtl .fc-event-hori.fc-event-start {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}