﻿.wrapper{}
.d-none-navbar-horizontal{}
.navbar-transparent{}
.nav-link-title{}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 80% !important;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -0px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -0px;
  -webkit-transition: opacity 0.6s linear, right 0.6s ease-out;
  -moz-transition: opacity 0.6s linear, right 0.6s ease-out;
  -o-transition: opacity 0.6s linear, right 0.6s ease-out;
  transition: opacity 0.6s linear, right 0.6s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.image-preview {
  position: relative;
  vertical-align: top;
  height: 120px !important;
}

/* Notifications */
.k-notification h3 {
  padding: 30px 10px 5px;
  font-size: 1em;
  line-height: normal;
}

.k-notification img {
  margin: 20px;
  float: left;
}

/* Info template */
.new-mail {
  width: 300px;
  height: 100px;
}

/* Error template */
.wrong-pass {
  width: 300px;
  height: 100px;
}

/* Success template */
.upload-success {
  width: 300px;
  height: 100px;
}

#aviso-autenticacion {
  display: none;
}

.k-loader-canvas {
  left: 50%;
  top: 10%;
}

#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f8f9;
  background-color: rgba(230, 223, 223, 0.8);
  opacity: 40;
  z-index: 2010;
}

textarea {
  min-height : 80px;
}


.py-6 {
}

.dropZoneElement {
  position: relative;
  display: inline-block;
  background-color: #f8f8f8;
  border: 1px solid #c7c7c7;
  width: 230px;
  height: 110px;
  text-align: center;
}

.textWrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 24px;
  line-height: 1.2em;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
}

.dropImageHereText {
  color: #c7c7c7;
  text-transform: uppercase;
  font-size: 12px;
}

.product {
  float: left;
  position: relative;
  margin: 0 10px 10px 0;
  padding: 0;
}

.product img {
  width: 110px;
  height: 110px;
}

.wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.interno, .admin {
}

#tabs-solicitud .k-content, #tabs-solicitud .k-panel > li.k-item {
  background-color: transparent !important;
}

.z-1000 {
  z-index : 1000 !important;
}

.navbar-transparent {
  z-index: 1000 !important;
}
.click{}

.click:hover {
  text-decoration: none !important; 
}
.font-weight-medium{}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
