body{
  background: #fff;
}

.content > .col-12:not(.content-principal-main){
  padding: 0 !important;
}
.table:not(.main-table) > thead {
    background-color: #045784;
    color: white;
}

.table:not(.main-table) th, .table:not(.main-table) td {
    padding: 1px 0px 0px 10px !important;
    vertical-align: middle;
    border: 1px solid #cfcfcf;
    line-height: 12px;
    height: 25px;
}

.table:not(.main-table) > thead > th{
    border-right: 1px solid white;
}

.table:not(.main-table) th.options{
  width: 35px;
}

.intro {
  max-width:1280px;
  margin:1em auto;
}

.tabulator-header-filter input{
  background-color: #ffffff;
}

.table-scroll{
  height: 100%;
}

/* breadcrumb */
.breadcrumbs-content{
  background-color: white;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 50px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.breadcrumbs-one{
  overflow: hidden;
  margin-bottom: 0rem !important;
  padding: 0px !important;
}

.breadcrumbs-one > li{
  float: left;
  list-style: none;
}

.breadcrumbs-one > li > a{
  padding: 1.1em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #eee;
  height: 50px;

}

.breadcrumbs-one > li:first-child > a{
  padding-left: 1em;

}

.breadcrumbs-one > li:first-child > a::after{
  border-right: 0em solid transparent;
}


.breadcrumbs-one >li > a:hover{
  text-decoration: none;
  font-weight: bold;
}

.breadcrumbs-one > li > a::after,
.breadcrumbs-one > li > a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.7em;
  border-top: 1.7em solid transparent;
  border-bottom: 1.9em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

.breadcrumbs-one > li > a::after{
  z-index: 2;
  border-left-color: #eee;
}

.breadcrumbs-one > li > a::before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}

.breadcrumbs-one li:last-child > a:last-child{
  background: none;
}

.breadcrumbs-one li:last-child > a:last-child:hover{
  font-weight: bold;
}

.breadcrumbs-one li:last-child > a:last-child::after,
.breadcrumbs-one li:last-child > a:last-child::before{
  content: normal;
}

textarea{
  background: none;
  color: #777;
  padding-left: 10px;
  border: 1px solid #aaa !important;
  padding-left: 8px !important;
  border-radius: 1px;
  width: 100%;
}

select, input:not([type='checkbox']){
  background: none;
  color: #777;
  padding-left: 10px;
  height: 28px !important;
  border: 1px solid #aaa !important;
  padding-left: 8px !important;
  border-radius: 1px;

}

select.form-control-sm,
input:not([type='checkbox']).form-control-sm{
  height: 24px;
}

select:focus,
input:not([type='checkbox']):focus,
textarea:focus{
  border: 1px solid #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: 0px 0px 22px -3px rgba(102,175,233,1);
  -moz-box-shadow: 0px 0px 22px -3px rgba(102,175,233,1);
  box-shadow: 0px 0px 22px -3px rgba(102,175,233,1);
}

input[type='color']{
  width: 80px !important;
  padding: 0 !important;
}

.filter-select select{
  max-width: 100%;
  min-width: 100%;
}

.filter-select input:not([type='checkbox']){
  max-width: 100%;
}

.modal.fade input:not([type='checkbox']){
  width: 100%;
}

.modal.fade label{
  font-weight: bold;
}

.modal.fade .field:not(:first-child){
  margin-top: 10px;
}

li.error{
  color: #e74c3c;
}

.table-content-crud tr:first-child th:hover{
  cursor: pointer;
}

.table-content-crud tr:first-child th.selected{
  font-weight: bold;
  background-color: #0c4665 !important;
}

.btn-filter{
  color: #3a3a3a !important;
  text-decoration: none !important;
  text-transform: none !important;
  border: 1px solid #aaa !important;
  background-color: #f3f3f3 !important;
  font-size: 8pt;
  height: 28px !important;
}

.btn-sm{
  text-decoration: none !important;
  text-transform: none !important;
  border: 1px solid #aaa !important;
  font-size: 8pt;
  height: 28px !important;
}

.btn-send{
  background-color: #045784 !important;
  color: #ffffff !important;
}

/* START ! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tags.is-centered {
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 1.1rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363636;
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #3273dc;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag:not(body).is-normal {
  font-size: 0.75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
#heading-modal{
  margin: 0px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}
/* END ! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */

.tag .close-tag{
  visibility: hidden;
}

.tag .close-tag:hover{
  cursor: pointer;
  text-decoration: underline;
}

.tag:hover .close-tag{
  visibility: visible;
}
.tag.clear:hover{
  cursor: pointer;
  text-decoration: underline;
}

.tag{
  margin-left: 10px;
}

.pagination2 {
  list-style: none;
  display: inline-flex;
  padding-left: 0px;
  margin: 5px 0 0 10px;
  line-height: 18px;
}

.pagination2 a {
  color: black;
  float: left;
  padding: 0px 8px;
  text-decoration: none;
}

.pagination2 a.active {
  background-color: #045784;
  color: white;
}

.pagination2 a:hover:not(.active) {
  background-color: #045784;
  color: white;
}

.icon-opt{
  text-decoration: none;

}
.icon-opt:hover{
  text-decoration: none;
}

.icon-opt i{
  font-size: 12pt !important;
  color: #045784;
}

.icon-opt i.icon-trash{
  color: #bf8282;
}


.dropdown-menu.main-principal{
  width: 300px;
}

.dropdown-item .main-title{
  max-height: 35px;
}

.dropdown-item .main-title.hover{
  font-weight: bold;
  color: #8d8d8d;
}

.content-principal-main > div{
  min-height: 160px;
  padding-top: 25px;
}

.content-principal-main .col-md-2{
  background-color: #eeeeee;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.content-principal-main .col-md-6 {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.content-principal-main .col-md-2,
.content-principal-main .col-md-6 {
  border: 1px solid #dbd9d9;
}

.dropdown-item .main-description,
.content-principal-main .main-description{
  font-size: 9pt;
  white-space: normal;
  line-height: initial;
  color: #8d8d8d;
}

.content-principal-main .main-title{
  font-weight: bold;
}

.dropdown-menu.main-principal .row.align-items-center:not(:first-child){
  border-top: 1px solid #e9e9e9 !important;
}

.dropdown-menu.main-principal .menu-items{
  margin-left: 0px;
  background-color: white;
  position: absolute;
  min-height: 370px;
  z-index: 1;
  display: none;
  min-width: 340px;
  border: 1px solid #dbd9d9;
  padding-top: 20px;
}
.menu-items > ul,
.menu-items-principal > ul{
  list-style: none;
  padding-left: 20px;
}
.menu-items > ul > li > a,
.menu-items-principal > ul > li > a{
  text-decoration: none;
}
.menu-items > ul > li > a:hover,
.menu-items-principal > ul > li > a:hover{
  text-decoration: underline;
}
.dropdown-menu.main-principal .content-icon{
  padding-top: 22px;
}
.dropdown-menu.main-principal .content-icon > i{
  color: #e9e9e9;
}

#dropdownSelectTableItems{
  text-decoration: none;
}
.dropdown-menu.enable-table-item .dropdown-item,
.dropdown-menu.enable-table-item .dropdown-item > div{
  height: 30px;
  font-size: 10pt;
}

.dropdown-menu.enable-table-item .dropdown-item:hover{
  background-color: #045784;
  color: white;
}

.page-content-wrapper >  .page-content,
.page-content-wrapper >  .page-content > .tab-content,
.page-content-wrapper >  .page-content > .tab-content > .tab-pane,
.page-content-wrapper >  .page-content > .tab-content > .tab-pane > .widget-group,
.page-content-wrapper >  .page-content > .tab-content > .tab-pane > .widget-group > .col-12,
.page-content-wrapper >  .page-content > .tab-content > .tab-pane > .widget-group > .col-12 > .card,
.page-content-wrapper >  .page-content > .tab-content > .tab-pane > .widget-group > .col-12 > .card > .row {
  height: 100% !important;
}

.content-yield,
.content-yield > .row{
  height: 100% !important;
}

.nav.left_main{
  font-size: 10pt;
  width: 100%;
  margin-top: 30px;
}

.nav.left_main li{
  width: 100%;
  height: 34px;
}

.nav.left_main a{
  padding-left: 10px !important;
  width: 100%;
  height: 34px;
  border-left: 10px solid #ffffff;
}
.nav.left_main a:hover {
  background-color: #eeeeee;
  border-left: 10px solid #eeeeee;
  height: 34px;
}
.nav.left_main a.selected {
  background-color: #eeeeee;
  border-left: 10px solid #045784;
  height: 34px;
  font-weight: bold;
}

.content-selected {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 10px;
}

.content-selected p{
  font-size: 34px;
  color: #dbd9d9;
  margin: auto; /* Important */
  text-align: center;
}

.selectable-row{
  cursor: pointer;
}

.selectable-row.selected,
.table-content-crud .selected{
  background-color: #9ABCEA !important;
}

.tabulator{
  background-color: #ffffff !important;
}
.tabulator .tabulator-header .tabulator-col,
.tabulator .tabulator-footer{
  background-color: #eeeeee !important;
}

.tabulator-col-title .row{
  margin: 0 !important;
  padding-left: 20px;
}
.tabulator-col-title .row span{
  padding-left: 10px;
  margin-top: 3px;
}

.img-round{
  width:60px;
  border-radius:160px;
}

.dashboard-items-group{
  padding-inline-start: 10px;
  margin-top: 10px;
  display: flex;
  list-style: none;
}

.dashboard-items-group > li:not(:first-child) {
  padding-left: 10px;
}

.dashboard-items-group > li a,
.time-format-dashboard{
  color: #8d8d8d;
  font-size: 8pt;
}


.dashboard-table-group {
  margin-left: 10px;
}

.dashboard-group-header-link{
  font-size: 12pt;
  color: #045784;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.dashboard-table-group tbody tr:hover{
  .dashboard-items-group > li a{
    color: #000;
  }
}

.dashboard-table-group tbody tr,
.dashboard-table-group tfoot td{
  border: 1px solid #dddddd;
}

.dashboard-table-group tbody td{
  border: 0 !important;
  padding: 2px 2px 2px 2px !important;
}

.dashboard-table-group tbody td:first-child{
  width: 10px;
  border-left: 2px solid #045784 !important;
}

#announcements{
  overflow:hidden;
  position: relative;
}

#announcements-content{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 30px;
  text-align: center;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);
  transform:translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-up 8s linear infinite;
  -webkit-animation: scroll-up 8s linear infinite;
  animation: scroll-up 8s linear infinite;
}

#announcements-content:hover{
  /* Apply animation to this element */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-up {
  0%   { -moz-transform: translateY(100%); }
  100% { -moz-transform: translateY(-200%); }
}
@-webkit-keyframes scroll-up {
  0%   { -webkit-transform: translateY(100%); }
  100% { -webkit-transform: translateY(-200%); }
}
@keyframes scroll-up {
  0%   {
    -moz-transform: translateY(100%); /* Browser bug fix */
    -webkit-transform: translateY(100%); /* Browser bug fix */
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(-100%); /* Browser bug fix */
    -webkit-transform: translateY(-200%); /* Browser bug fix */
    transform: translateY(-200%);
  }
}


#wrapper,
.page-content-wrapper{
  background: #ffffff;
}

main{
  overflow-y: visible;
}

// -----------------------------------------------------------------------------------------------------
// @ Table - Simple
// -----------------------------------------------------------------------------------------------------
.simple-table-container {

  .table-title {
    font-size: 20px;
    padding: 16px;
  }
}

table {

  &.simple {
    width: 100%;
    border: none;
    border-spacing: 0;
    text-align: left;

    thead {

      tr {

        th {
          padding: 8px 4px;
          font-weight: 600;
          white-space: nowrap;

          &:first-child {
            padding-left: 24px;
          }

          &:last-child {
            padding-right: 24px;
          }
        }
      }
    }

    tbody {

      tr {

        td {

          &:first-child {
            padding-left: 24px;
          }

          &:last-child {
            padding-right: 24px;
          }
        }

        &:last-child {

          td {
            border-bottom: none;
          }
        }
      }
    }

    &.clickable {

      tbody {

        tr {
          cursor: pointer;
          border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        }
      }
    }
  }
}



table.simple thead tr th{
  border-right: 1px solid #045784;
  background-color: #eee;
}
table.simple tbody tr td{
  height: 30px;
}
.btn-details mat-icon:hover{
  color: green;
}

.move-indicator {
  margin-left: 10px;
  margin-top:1px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.layer-switcher li.layer {
  display: flex !important;
}

.layer-switcher li.layer label, .layer-switcher li.layer input {
  display: table-cell;
  vertical-align: sub;
  width: auto !important;
}

.layer-switcher li.layer label, .layer-switcher li.layer input {
  vertical-align: sub !important;
  padding-top: 7px !important;
}

  /* Bootstrap theme switcher. */
#switcher-container {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 1021;
}
@media (max-width: 460px) {
  #switcher-container {
    position: static;
  }
}

/* Translucent notice CSS */
[ui-pnotify].ui-pnotify.translucent.ui-pnotify-fade-in {
  opacity: 0.8;
}

/* Custom styled notice CSS */
[ui-pnotify].ui-pnotify.custom .ui-pnotify-container {
  background-color: #404040;
  background-image: none;
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
}
[ui-pnotify].ui-pnotify.custom {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.1;
}
[ui-pnotify].ui-pnotify.custom .ui-pnotify-title,
[ui-pnotify].ui-pnotify.custom .ui-pnotify-text {
  margin-left: 50px;
  color: #FFF;
}
[ui-pnotify].ui-pnotify.custom .ui-pnotify-title {
  font-weight: bold;
  font-size: 15px;
}
[ui-pnotify].ui-pnotify.custom .ui-pnotify-icon {
  color: #FFA;
}

/* Browser bar stacks. */
[ui-pnotify].ui-pnotify.stack-bar-top {
  width: 100%;
}
[ui-pnotify].ui-pnotify.stack-bar-bottom {
  width: 70%;
}

.helpCont{
  display: none;
}

input[name='assign_geofence[days][]'] {
  margin-left: 10px;
}
