.manito{
    cursor: pointer !important;
}

.border{
    border: "solid 1px";
}

.login-content{
    position: absolute;
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    display: flex; 
    flex-direction: row;
}

    .login-content-first{
        width: 40%;
        background-color: white;
    }

    .login-content-last{
        width: 60%;
        display: flex; 
        justify-content: center; 
        align-items: center;
        background-color: rgba(129,215,66,0.51);
        color: #1e974b;
    }
        .login-content-last div{
            width: 360px;
        }

@media (max-width: 900px) {
    .login-content{
        flex-direction: column;

    }
    .login-content-first{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: start !important;
    }

    .login-content-first img{
        margin-top: 60px;
        width: 200px !important;
    }

    .login-content-last button{
        background-color: #1e974b !important;
        border-color: #1a8240 !important;
    }

    .login-content-last{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: transparent;
        color: #1e974b;
    }
}


.zoom-hover{
    transition: all .4s ease-in-out !important;
}

.zoom-hover:hover{
    transform: scale(1.01);
}


/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: white; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1e974b;
  border-radius: 4px;;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #86B941; 
}

/*sobreescritura bootstrap*/

.invalid-feedback{
    font-size: 12px !important; 
}

.bg-custom{
    background: #1e974b !important;
    background-color: #1e974b !important;
    color: white !important;
}

.text-custom{
    color: #90a4ae !important;
}
.brand-link .brand-image {
    margin-left: 1px !important;
    margin-right: 0px !important;
    margin-top: -3px;
}

.nav-pills .nav-link:not(.active):hover {
    color: #ffffff !important;
    background-color: #1e974b !important;
}

.active{
    background-color: #1e974b !important;
    color: white !important;
    font-weight: 700 !important;
}

.brand-link{
    background-color: #575756 !important;
}

.sidebar-dark-primary{
    background-color: #37474f !important;
}

.text-primary{
    color: #002f69 !important;
}

.select2-selection__choice{
    background-color: #1e974b !important;
}
.select2-selection__choice__remove:hover{
    color: white !important;
}

.btn-primary {
    color: #fff;
    background-color: #1e974b !important;
    border-color: #1a8240 !important;
}

.btn-primary:hover{
    background-color: #1e8845 !important;
    border-color: rgb(38, 174, 88)!important;
}

.btn-success{
    color: white;
    background-color: #86B941 !important;
    border-color: #86B941 !important;
}

.btn-link, .page-link {
    color: #1e974b !important;
}

.page-item.active, .active .page-link{
    background-color: #1e974b !important;
    border-color: #1a8240 !important;
    color: white !important;
}

.navbar-white{
    background-color: #575756 !important;
}

.navbar-nav li a{
    color: white !important;
}

.user-footer, .user-footer a{
    background-color: #575756 !important;
}

.content-wrapper{
    background-color: white !important;
}

body {font-size: 90% !important;}

.ui-timepicker-container{ 
    z-index:3051 !important; 
}

.bootstrap-datetimepicker-widget .day.active{
   background-color: transparent !important;
   border-radius: 4px !important;
   z-index: 0;
}

.bootstrap-datetimepicker-widget .day.active > div:before{
    color: white !important;
}

.select2-selection {
    height: 40px;
    overflow: scroll;
}

*{
    scrollbar-width: thin;
    scrollbar-color: #1e974b transparent;
}


.select2-container--open{
    z-index: 12000;
}


input:checked + .label-switch {
	background: #002f69;
}

input:checked + .label-switch:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.label-switch:active:after {
	width: 16px;
}


#loading_custom{
    background-color: rgba(0,0,0,0.3);
    z-index: 99999;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}



.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 .8s infinite ease-in-out;
  animation: load7 .8s infinite ease-in-out;
}
.loader {
  color: #1e974b;
  font-size: 8px;
  position: absolute;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 270px;
  left: 15px;
  transform: scale(0.45) rotate(90deg);
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}