.ico-middle {
    vertical-align: middle!important;
}

/***CUSTOM SPINNER***/
.loading-spinner {
    animation-play-state: running;
    opacity: 1;
    position: relative;
    min-height: 4em;
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.loading-spinner.-paused {
    animation-play-state: paused;
    opacity: 0.2;
    transition: opacity linear 0.1s;
}

.loading-spinner::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 3px #dedede;
    border-bottom-color: #EF6565;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: 50%;
    opacity: inherit;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 40px;
    will-change: transform;
}
/***END CUSTOM SPINNER***/

.deg-ver-azu, .sidenav li a.active
{
      background: #6b9b3b;
      background: -webkit-linear-gradient(45deg, #6b9b3b, #465da9) !important;
      background: -moz- oldlinear-gradient(45deg, #6b9b3b, #465da9) !important;
      background:      -o-linear-gradient(45deg, #6b9b3b, #465da9) !important;
      background:         linear-gradient(45deg, #6b9b3b, #465da9) !important;
}
.deg-ver-azu.grad-shadow
{
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 229, 255, .5) !important;
            box-shadow: 0 6px 20px 0 rgba(0, 229, 255, .5) !important;
}

.deg-ver-azu-mor, .sidenav li a.active
{
      background: #6b9b3b;
      background: -webkit-linear-gradient(to right, #6b9b3b, #465da9, #653387) !important;
      background: -moz- oldlinear-gradient(to right, #6b9b3b, #465da9, #653387) !important;
      background:      -o-linear-gradient(to right, #6b9b3b, #465da9, #653387) !important;
      background:         linear-gradient(to right, #6b9b3b, #465da9, #653387) !important;
}
.deg-ver-azu-mor.grad-shadow
{
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 229, 255, .5) !important;
            box-shadow: 0 6px 20px 0 rgba(0, 229, 255, .5) !important;
}

.deg-mor-azu
{
      background: #653387;
      background: -webkit-linear-gradient(45deg, #653387, #465da9) !important;
      background: -moz- oldlinear-gradient(45deg, #653387, #465da9) !important;
      background:      -o-linear-gradient(45deg, #653387, #465da9) !important;
      background:         linear-gradient(45deg, #653387, #465da9) !important;
}
.deg-mor-azu.grad-shadow
{
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 229, 255, .5) !important;
            box-shadow: 0 6px 20px 0 rgba(0, 229, 255, .5) !important;
}
.sidenav li a.active {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #6b9b3b, #465da9);
    background: -moz- oldlinear-gradient(45deg, #6b9b3b, #465da9);
    background: -o-linear-gradient(45deg, #6b9b3b, #465da9);
    background: linear-gradient(45deg, #6b9b3b, #465da9);
    -webkit-box-shadow: 3px 3px 20px 0 rgba(70, 93, 169, .5);
    box-shadow: 3px 3px 20px 0 rgba(70, 93, 169, .5);
}

/***CUSTOM TABS***/
.tabs .tab a:focus, 
.tabs .tab a.active, 
.tabs .tab a:focus.active {
    outline: none;
    background-color: rgba(195, 76, 215, .2);
}

.tabs .tab {
    /*line-height: 15px;*/
    /*text-align: left;*/
}

.tabs .tab a {
    color: rgba(101, 51, 135, .7);
}

.tabs .tab a:hover, .tabs .tab a.active {
    color:#653387;
}

.li a .centrado {
    right: auto;
    left: auto;
}

.tabs .indicator {
    /*left: 0px!important;
    right: 8px!important;
    position: absolute;
    bottom: 25px;
    height: 2px;
    background-color: #c34cd7;
    will-change: left, right;
    max-width: 99%;*/
}
/***END CUSTOM TABS***/

.green.darken-1 {
    background-color: #6b9b3b !important;
}

.row .col.m12 {
    right: auto;
    left: auto;
    width: 100%;
    margin-left: auto;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #465da9;
}

.card .card-title
{
    font-size: 1.1em; 
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

/***DROPZONE***/
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: #a91818;
    color: white;
    border-radius: 5px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
}

.dropzone .dz-preview:hover .dz-remove {
	opacity: 1;
}

.dropzone .dz-preview .dz-remove i.material-icons{
	font-size: 20px;
}
.dropzone{
border: 2px dashed rgba(0, 0, 0, 0.3);}
/***END DROPZONE***/

/**BADGE**/  
.side-nav span.badge {
    margin-top: auto;
    position: absolute;
    top: 30px;
    right: 10px;
}

.badge.badge-text {
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 0;
    height: auto;
    font-size: 0.8rem;
    float: none;
}

.badge.round {
	border-radius: 5px;
}

.badge.small {
	font-size: 0.6em !important;
    letter-spacing: 1px;
    padding: 2px 5px;
    height: auto;
    line-height: normal;
}

.badge.medium-small {
    font-size: 0.8em !important;
    letter-spacing: 1px;
    padding: 2px 5px;
    height: auto;
    line-height: normal;
}
/**END BADGE**/ 

/**BUTTONS**/ 
.btn-small {
	padding: 0 0.3em;
    height: 25px;
    line-height: 25px;
}

.btn-floating.btn-small {
    padding: 0;
}

.btn,
.btn-large,
.btn-small
{
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
       -moz-transition: background-color .2s ease-out;
         -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;

    color: #fff;
    background-color: #465da9;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #653387;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: red;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-danger:hover {
  color: #fff !important;
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333 !important;
  background-image: none;
  border-color: #bd2130 !important;
}

.btn-success {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.btn-success:hover {
  color: #fff !important;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838 !important;
  background-image: none;
  border-color: #1e7e34 !important;
}

.btn-medium-small {
  width: 25px !important;
  height: 25px !important;
  line-height: 26px;
}

.btn-medium-small i.material-icons,
.btn-medium-small i.far,
.btn-medium-small i.fas {
  font-size: 0.9rem !important;
  line-height: 25px !important;
}
/**END BUTTONS**/ 

/***TOATS***/
.toast.success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.toast.error {
    color: #fff;
    background-color: #b71c1c;
    border-color: #b71c1c;
}

@media only screen and (min-width: 993px) {
	#toast-container {
	    right: 1%;
	}
}
/***END TOATS***/

/***CURSOR***/
.cursor-pointer {
	cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}
/***END CURSOR***/

/***CHIPS***/
.chip {
	font-size: 0.85em;
}
/***END CHIPS***/

/***MODAL***/
.modal.modal-fixed-header {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-header .modal-header {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
}

.modal.modal-fixed-header .modal-header {
  border-radius: 0 0 2px 2px;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}

.modal.modal-fixed-header .modal-content {
  position: absolute;
  top: 56px;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal .close {
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
}

.modal .modal-header {
    background-color: #2A737F;
    color: #fff;
    padding: 12px 24px;
}

.modal .modal-header .title {
    color: #fff;
}

.modal.small {
    width: 33%;
}

@media only screen and (max-width: 992px) {
    .modal.small {
        width: 80%;
    }
}
/***END MODAL***/

/***DATATABLES***/
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper #page-length-option_paginate .paginate_button.current,
.dataTables_wrapper #page-length-option_paginate .paginate_button.current:hover
{
    color: #fff !important;
    border: 1px solid #465da9;
    border-radius: 50%;
    background: #465da9;
    -webkit-box-shadow: 0 0 8px 0 #2196f3;
            box-shadow: 0 0 8px 0 #2196f3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper #page-length-option_paginate .paginate_button:hover
{
    color: #fff !important;
    border: 1px solid #2196f3;
    border-radius: 50%;
    background: #2196f3;
    -webkit-box-shadow: 0 0 8px 0 #2196f3;
            box-shadow: 0 0 8px 0 #2196f3;
}
/***END DATATABLES***/

/***GRIDS***/
.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/***END GRIDS***/

/***SWEETALERT***/
.swal2-container .swal-title-left,
.swal2-container .swal-validation-msg-left {
  text-align: left !important;
  width: 100%;
  justify-content: left;
}

.swal2-container .swal2-toast.success {
  color: #fff;
  background-color: #28a745;
  box-shadow: 0 0 0.625em #28a745;
}

.vpae {
    background-color: #297380 !important;
}

/***END MODAL***/

.swal2-container .swal2-toast.success .swal2-title {
  color: #fff;
}

.swal2-container .swal2-toast.success .swal2-icon.swal2-success .swal2-success-ring {
  border: .25em solid #f9f9f9;
}

.swal2-container .swal2-toast.success .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #f9f9f9;
}
/***END SWEETALERT***/

/***INPUTS****/
.prefix ~ [class|=content] > .select-wrapper {
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
    margin-left: 3rem;
}

.error i.material-icons.ico-middle {
  color: #ff4081;
}

input.hide-input {
  display: none !important;
}
/***END INPUTS****/

/***ALTURAS****/
.height-50vh {
    height: 50vh;
}

.min-height-400 {
    min-height: 400px !important;
}
/***END ALTURAS****/

/***BORDER****/
.border-right-1 {
  border-right: 1px solid #e6e6e6;
}
/***END BORDER****/

/***SHADOW****/
.no-shadow{
  -webkit-box-shadow: none;
          box-shadow: none;
}
/***END SHADOW****/

/***USER DATA IN MENU****/
.nav-wrapper .content-userData {
  height: 64px;
  line-height: 64px;
}

.nav-wrapper .content-userData .userData {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: left;
}

.nav-wrapper .content-userData .userData .company {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 25rem;
}

.content-dateTime {
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.content-dateTime .dateTime {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: right;
}

.content-dateTime .dateTime .date {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 130px;
}
/***END USER DATA IN MENU****/

/***SIGNO DE LAS MONEDAS POR PAIS****/
.mx .b-money:before {
  content: '$ ';
}

.mx .a-money:after {
  content: ' $';
}

/***END SIGNO DE LAS MONEDAS POR PAIS****/

/***FULLCALENDAR****/
.calendar-title-center {
    font-size: 1.9rem;
    line-height: unset;
    clear: left;
    text-transform: uppercase;
    color: #fff;
}
/***END FULLCALENDAR****/

/***TYPOGRAPHY****/
.text-underline {
    text-decoration: underline !important;
}

.lowercase {
    text-transform: lowercase !important;
}
/***END TYPOGRAPHY****/