@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


@keyframes sonar {
    0% {
        transform: scale(.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: .9rem;
    font-weight: lighter;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.00938em;
    background-color: #ffffff;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
.sidebar-b .sidebar-wrapper::before,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/*----------------page-wrapper----------------*/

input[type=text] {
  border-radius: 5px;
}

.page-wrapper {
    min-height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
    background-size: cover;
}
.page-wrapper .theme.selected {
    border:2px solid #00c7ff;
}

.page-wrapper .theme.chiller-theme {
    background: #1d1d1d;
}

.page-wrapper .theme.ice-theme {
    background: #2B3A42;
}

.page-wrapper .theme.light-theme {
    background: #F1F0ED;
}

.page-wrapper .theme.cool-theme {
    background: #38373D;
}

.page-wrapper .theme.green-theme {
    background: #2C5E2E;
}

.page-wrapper .theme.spicy-theme {
    background: #8E2800;
}

.page-wrapper .theme.purple-theme {
    background: #372049;
}

[data-bg="bg1"] {
    background-image: url(../img/bg1.jpg);
}

[data-bg="bg2"] {
    background-image: url(../img/bg2.jpg);
}

[data-bg="bg3"] {
    background-image: url(../img/bg3.jpg);
}
[data-bg="bg4"] {
    background-image: url(../img/bg4.jpg);
}


/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
        
    }
}

/*----------------show sidebar button----------------*/

#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    transition-delay: .3s;
    z-index: 5;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 300px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}
/*----------------sidebar background style-------------*/

.sidebar-bg .sidebar-wrapper{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-bg .sidebar-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*----------sidebar background images --------------*/

.sidebar-bg.bg1 .sidebar-wrapper{
    background-image: url(../img/bg1.jpg);
}
.sidebar-bg.bg2 .sidebar-wrapper{
    background-image: url(../img/ai1.jpg);
}
.sidebar-bg.bg3 .sidebar-wrapper{
    background-image: url(../img/bg3.jpg);
}
.sidebar-bg.bg4 .sidebar-wrapper{
    background-image: url(../img/bg4.jpg);
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: scroll;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 20px 10px 40px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: inherit;
    padding: 1px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: inherit;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: inherit;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
    padding: 10px 20px;
}

.sidebar-wrapper .sidebar-search .input-group-append .input-group-text{
    border-left: 0;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;

}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: inherit;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: inherit;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out .5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: .8rem;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: inherit;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer>div {
    flex-grow: 1;
    text-align: right;
    height: 30px;
    line-height: 30px;
    position: static;
    display: flex;
    padding-right: 20px;
}

.sidebar-footer .dropdown-menu {
    bottom: 31px;
    left: 0 !important;
    top: initial !important;
    right: 0;
    transform: none!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: inherit;
}

.sidebar-footer>div>a {
    flex-grow: 1;
}

.sidebar-footer>div a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}


.sidebar-footer .messages .dropdown-item,
.sidebar-footer .notifications .dropdown-item{
    padding: .25rem 1rem;
}
.sidebar-footer .messages .messages-header,
.sidebar-footer .notifications .notifications-header{
    padding: 0 1rem;
}
.sidebar-footer .messages .message-content,
.sidebar-footer .notifications .notification-content{
    display: flex;
}

.sidebar-footer .messages .message-content .pic{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}
.sidebar-footer .notifications .notification-content .icon{
    width: 40px;
    height: 40px;
}
.sidebar-footer .notifications .notification-content .icon i{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
}

.sidebar-footer .messages .message-content .pic img{
    object-fit: cover;
    height: 100%;
}
.sidebar-footer .notifications .notification-content .content,
.sidebar-footer .messages .message-content .content{
    line-height: 1.6;
    padding-left: 5px;
    width: calc(100% - 40px);
}
.sidebar-footer .messages .message-content .content .message-title{
    font-size: 13px;
}

.sidebar-footer .notifications .notification-content .content .notification-time{
    font-size: .7rem;
    color: #828282;
}

.sidebar-footer .notifications .notification-content .content .notification-detail,
.sidebar-footer .messages .message-content .content .message-detail{
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 50px;
}

.page-wrapper .page-content>div {
    padding: 0px 40px;
}

  /*----------------  comentario  --------------- */

.comment {
  font-size: 0.85rem;
  color: #6b6969;
  margin: 0px;
  padding-right: 10px

}

.tittle {
    margin: 0px;
    font-size: 2.25rem;
    letter-spacing: -0.00833em;
    text-decoration: none;
    color: rgb(52, 71, 103);
    font-weight: lighter;

}

.subtittle{
    font-size: 1.2rem;
    color: #414141;
    text-align: left;
    padding-bottom: 10px;
}

.subtittle_contenedor{
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 200;
}

.card {
    border: 0px;
    border-style: none;
    background-color: #fff0;
}

.font_card{
    padding: 20px;
    border-radius: 15px;
    background-color: #c3c6c7;
}

.text_gris{
    color: #6c6e6f;
    font-size: 1.1rem;
}



.btn-lg {
    font-size: inherit;
    border-radius: .3rem;
}

.grlla td, .grilla th {
    width: auto;
    padding: 0.3rem;
    font-size: small;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


.label-green {
    background-color: #3FAE2A;
    display: inline;
    padding: 0.2em;
    font-size: 90%;
    font-weight: bolder;
    color: #fff;
    border-radius: 0.4em;
    line-height: 2.3;
}


.label-red {
    background-color: #EB0029;
    display: inline;
    padding: 0.2em;
    font-size: 90%;
    font-weight: bolder;
    color: #fff;
    border-radius: 0.4em;
    line-height: 2.3;
    text-decoration: none;
}

.label-blue {
    background-color: #3b87fa;
    display: inline;
    padding: 0.2em;
    font-size: 90%;
    font-weight: bolder;
    color: #fff;
    border-radius: 0.4em;
    line-height: 2.3;

}

.label-blue:hover{
    color: #fff;
    text-decoration: none;
}

.label-filter-date {
    background: #0063ff94;
    padding: 5px;
    border-radius: 0.4em;
    color: white;
    font-weight: bolder;
    font-size: medium;
}

.dataTables_wrapper .myfilter .dataTables_filter{
    float:left;
}
.dataTables_wrapper .mylength .dataTables_length{
    float:right;
}

textarea{

  box-sizing: padding-box;
  text-align: left;
  width: 100%;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(white, .3);
  border: 0;


}



.cont_file_img {
display: block;
}
.cont_file_field{
    background: #FAFAFA;
    border-radius: 15px;
    border: 2px dashed #d8d8d8;
    min-height: 150px;
    background-image:url("../img/photo_up.png");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cont_input{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}

.imageThumb>img {
  max-height: 140px;
  max-width: 226px;
  border: 0px ;
  padding: 0px;
  cursor: pointer;
  max-width: -webkit-fill-available;
  position: relative;
}
.imageThumb{
    max-height: 140px;
    max-width: 226px;
    text-align: center;
}

.remove_icon{
    position: absolute;
    z-index: 3;
}

.contenedor{
    border: 1px solid #e4e4e6;
    border-radius: 25px;
    padding: 20px;
}

.group_items_justify{
    display: inline-flex;

}

.autocomplete ul{
      margin-top: 0px;
      background: #f3f2f2ed;
      color: #000;
}
.autocomplete li{
      padding: 8px;
      cursor: pointer;
      color: black;
}
.autocomplete li:hover{
      background: #17a2b812;
}


#modelolist,
#fixlist,
#marcalist,
#catlist{
    z-index: 10;
}

.form-control {
    color: #616161;
    font-size: small;
}
.custom-select{
    font-size: small;
}

.input-group{
    font-size: small;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr th {
    text-align: center;
    width: 50px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td{
    text-align: center;
    height: 30px;
    border-radius: 4px;
    border: none;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #eee;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.jumbotron_tittle{
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #495057;
    color: white;
    text-align: center;
}

.btnx{
  color: #2683c7e0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #2683c7e0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btnx:hover {
    color: #fff;
    background-color: #2683c7e0;
    border-color: #2683c7e0;
}

.ds{
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}

.btn-green {
    color: #1cc943;
    border-radius: 10px;
    border: 0px;
    background: none;
}

.btn-green:hover{
    color: #ffffff;
    background: #1cc943;
}


.btn-red {
    color: #ef5967;
    border-radius: 10px;
    border: 0px;
    background: none;
}

.btn-red:hover{
    color: #ffffff;
    background: #ef5967;
}

.btn-blue {
    color: #2683c7e0;
    border-radius: 10px;
    border: 0px;
    background: none;
}

.btn-blue:hover{
    color: #ffffff;
    background: #2683c7e0;
}


.btn-yellow {
    color: #fbaf3b;
    border-radius: 10px;
    border: 0px;
    background: none;
}

.btn-yellow:hover{
    color: #ffffff;
    background: #fbaf3b
}

#gradient {
  height: 50px;
  background: linear-gradient(180deg, #bfd7ff,#ffffff00);
  position: fixed;
  width: -webkit-fill-available;
  z-index: 3;
}


.btn-blue-active{
    color: white;
    border-radius: 10px;
    border: 0px;
    background: linear-gradient(to right, #71b1e2 , #4898d6);
    margin: 3px 0px;
}

.btn-blue-active:hover{
  color: white;
  background: linear-gradient(to right, #71b1e2, #71b1e2 );
  border: 0px;
}

.btn-suboption{
    border-radius: 10px;
    border: 1px #56BBD6 solid;
    margin: 5px 0px;
}

.btn-suboption:hover{
  border: 1px #3b85ce solid;
  color: #3b85ce;
}

  .ft_price{
    font-size: 1.15rem;
    font-weight: initial;
    line-height: 1.4rem;
    color : #f03a3adb;

  }

  .ft_price_orig{
        color: #aaa;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.3rem;
    text-decoration: line-through;
  }
  .ft_dsc{
    color: #333;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.3rem;
  }


.lob-card {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 5px;
}
.lob-card:hover{
  border: 1px solid #2e9bd796;
}

.lob-row{
  padding: 15px;
}

.lob-col{
  padding-bottom: 10px;
}

input[type=number] {
        width: 80px;
    }



  span.nameprod {
    font-weight: bolder;
    color: #535555;
    font-size: 1rem;
}

.btn-big-seccion{
  border-radius: 20px;
  display: inline-flex;
  background: #4b9ad7;
  border: 1px solid #73afdf;
  padding: 10px;
  color: white;
  font-weight: bolder;
  font-size: large;

}
.btn-big-seccion:hover{
  background: #2ebfc2;
  text-decoration: none;
}

  input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}


.number-input {
  border: 0;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 1px #474747;
    border-radius: 50%;
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  max-width: 5rem;
  padding: .5rem;
  border: none;
  border-width: 0 2px;
  font-size: 1.1rem;
  height: 1.2rem;
  text-align: center;
  color:#4c4c4c;
  font-weight: lighter;
}


#block_reac {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s;
}
#block_ac:hover #block_reac {
  opacity: 1;
  visibility: visible;
}

