 /*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

body {
    /*color: #434c5b;*/
}

 .dataTable-width-100{
    width: 100% !important;
 }
.n1 td:first-child { padding-left: 20px; }
.n2 td:first-child { padding-left: 30px; }
.n3 td:first-child { padding-left: 45px; }
.n4 td:first-child { padding-left: 60px; }
.n5 td:first-child { padding-left: 75px; }
.n6 td:first-child { padding-left: 90px; }
.n7 td:first-child { padding-left: 105px; }
.n8 td:first-child { padding-left: 120px; }
.btn-xs-xs{
    padding: 1px 4px !important;
    font-size: 8px !important;
}
.btn-reg-login {
    display: block;
    float: right;
    line-height: 71px;
    text-align: right;
    vertical-align: middle;
}
.bg-color-ddd{
    background-color: #ddd !important;
}
.bg-color-gris-nivel-1{
    background-color: #B8B8B8 !important;
}
.bg-color-gris-nivel-2{
    background-color: #D8D8D8 !important;
}
.bg-color-gris-nivel-3{
    background-color: #F0F0F0 !important;
}
.bg-color-black-smart{
    background-color: #666 !important;
}
.txt-bold{
    font-weight: bold !important;
}
.borde-superior{
    border-top: 2px solid #666;
}
.borde-inferior{
    border-bottom: 2px solid #666;
}
.table-responsive-lg {
    border: 1px solid #ddd;
    margin-bottom: 13.5px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
#ribbon {
    padding-top: 9px;
}
.una-linea{
    white-space: nowrap;
}
.margin-left-10{
    margin-left: 10px !important;
}
.font-bold {
    font-weight: bold;
}
.font-bold-15 {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
.font-350{
    font-size: 350% !important;
}
.div-linea{
    border-top: 1px solid #ddd;
    height: 0;
    margin: 25px 0;
    position: relative;
    text-align: center;
}
.i-sobre-linea{
    background: none repeat scroll 0 0 #fff;
    font-style: normal;
    padding: 0 10px;
    position: relative;
    top: -0.85em;
}
.select2-container-multi .select2-search-choice-close:hover {
    background: none;
}
/*.btn{
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}*/
.smart-style-1 .page-footer{
    background-color: #f3f3f3;
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    background-repeat: repeat-x;
}
/*#mobile-profile-img {
    display: block !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
#mobile-profile-img a.userdropdown img {
    border: 1px solid #797979 !important;
    border-radius: 3px;
    margin-left: 2px;
    margin-top: 5px;
    width: 30px;
}*/
/*#header > div > span > a{
    width:30px !important;
    height:30px !important;
    margin-top:10px !important;
    padding:0px !important;
    line-height: 30px !important;
}*/
.toggle {
    cursor: pointer;
    height: 9px;
    width: 9px;
    display: inline-block;
}
.menu-list{
    background-color: #f5f5f5;
    border-radius: 2px;
    list-style: outside none none;
    margin-bottom: 18px;
    padding: 8px 15px;
}
.menu-list > li {
    display: inline-block;
    margin-right: 25px;
}
.fixed-navigation nav > ul {
    width: 100%;
    padding-right: 0;
    overflow-y: hidden;
}
@media (max-width: 768px) {
    #selector-empresa{
        display: block !important;
    }
}
.centrado {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    top: 50%;
    height: 200px;
    margin-top: -100px;
    padding-top: 40px;
    overflow-y: auto;
}
.centrado > ul > li {
    display: inline-block;
    margin-left: 10px;
}
.centrado > ul > li > a{
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
.centrado > ul > li > a:hover {
    color: #FFF;
    text-decoration: none;
    transform: scale(1.15)  !important;
    -webkit-transform: scale(1.15) !important;
    -moz-transform: scale(1.15) !important;
    -o-transform: scale(1.15) !important;
    -ms-transform: scale(1.15) !important;
}
.centrado > ul > li > a:active {
    color: #FFF !important;
    text-decoration: none !important;
}
@media (max-width: 640px) {
    .centrado {
        background-color: rgba(0,0,0,0.5);
        top: 50%;
        height: 100%;
        margin-top: -60px;
        padding-top: 0px;
        overflow-y: auto;
    }
}

/*/////////////// ESTILOS LOADER CIRCULAR ///////////////////*/
.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25%;
     background: rgba(255,255,255,.4);
    z-index: 9999 !important;
    height: calc(100vh - 49px);
  }

  .loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
  }
  .loader:before {
    content: '';
    display: block;
    padding-top: 100%;
  }

  .circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
  }

  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  @-webkit-keyframes color {
    100%,
    0% {
        stroke: #008744;

    }
    40% {
      stroke: #0057e7;
    }
    66% {
      stroke: #d62d20;
    }
    80%,
    90% {
      stroke: #ffa700;
    }
  }
  @keyframes color {
    100%,
    0% {
        stroke: #008744;

    }
    40% {
      stroke: #0057e7;
    }
    66% {
      stroke: #d62d20;
    }
    80%,
    90% {
      stroke: #ffa700;
    }
  }

/*/////////////// ESTILOS HEAD MENU ///////////////////*/
#header {
    padding: 0px!important
}

#logo-group {
    width: 315px!important;
}

#logo-group #hide-menu {
    display: inline-block;
    float: right;
}

#logo-group #hide-menu a {
    padding: 0px;
}

#logo-group img {
    margin-top: 7px;
    display: inline-block;
    margin-left: 60px;
}

        @media (max-width: 768px) {
            #logo-group {
                width: 210px!important;
            }

            #logo-group img {
                margin-left: 10px;
            }
        }

#logo-lg-nav {
    display: block;
}

#logo-xs-nav {
    display: none!important;
}

        @media (max-width: 480px) {
            #logo-lg-nav {
                display: none!important;
            }

            #logo-xs-nav {
                display: inline-block!important;
            }

            #logo-group {
                width: 150px!important;
            }
        }

.smart-style-1 .btn-header>:first-child>a {
    background: #1b1e24;
    border: none;
    margin: 0px!important;
}

    .smart-style-1 .btn-header>:first-child>a>i {
        color: #fff;
    }

.hidden-menu #hide-menu>:first-child>a {
    background: #1b1e24;
    color: #27c43a;
}

    @media (max-width: 992px) {
        .hidden-menu #hide-menu>:first-child>a {
            margin-top: 0px!important;
        }
    }

    .hidden-menu #hide-menu>:first-child>a>i {
        color: #27c43a;
    }

.btn-header>:first-child>a {
    width: 49px!important;
    height: 49px!important;
}

.btn-header>:first-child>a>i {
    margin-top: 13px;
}

    @media (max-width: 992px) {
        .btn-header>:first-child>a>i {
            margin-top: 13px;
            font-size: 14px;
        }
    }

.project-context {
    padding: 0px;
    text-align: center!important;
}

.project-selector {
    text-align: center!important;
    width: 100%!important;
}

.project-context .dropdown-menu-custom {
    padding: 0px 0px 60px 0px!important;
    border-radius: 0px!important;
    border: 1px solid #ccc!important;
    width: 400px;
    height: 380px;
    left: 0px;
}

        @media (max-width: 768px) {
            .project-context .dropdown-menu-custom {
                left: -200px;
                width: 300px;
            }
        }

        @media (max-width: 480px) {
            .project-context .dropdown-menu-custom {
                left: -140px;
                width: 260px;
            }
        }

.project-context h1 {
    padding: 0px 20px 5px 20px!important;
    margin-top: 0px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0px;
}

.project-context button {
    min-width: 49px;
    height: 49px;
    background: #1b1e24;
    padding-left: 20px!important;
    padding-right: 20px;
    border: none;
}

.project-context button span{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-left: 5px;
    text-transform: none;
}

.project-context button i {
    float: none;
    font-size: 16px;
    color: #fff;
}

#icono-notificacion {
    float: right;
    width: 49px;
    height: 49px;
}

.project-context #activity {
    min-width: 49px;
    height: 47px!important;
    background: #1b1e24;
    padding-right: 0px!important;
    padding-left: 0px!important;
    border: none;
    margin: 0px!important;
}

.project-context #activity i {
    margin-left: 10px;
}

.project-context #activity .badge {
    position: absolute;
    top: 9px;
    right: 10px;
    padding: 2px 5px!important;
    background: #27c43a;
}

.open>.dropdown-menu {
    animation-name: fadeIn!important;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.dropdown-menu-custom  .info-empresa-actual {
    padding: 0px 20px;
}

.icono {
    text-align: center;
    display: block;
    margin: 15px auto 5px auto;
    font-size: 20px;
}

.empresa_activa{
    background-color: #f1f1f1;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.empresa_activa:after {
   font-family: FontAwesome;
   content: "\f058";
   color: #27c43a;
   float: right;
   font-size: 18px;
   margin-right: 15px;
   margin-top: 10px;
}

.dropdown-menu-custom  .info-empresa-actual p {
    margin: 0px;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #939598;
}

.dropdown-menu-custom  .info-empresa-actual h6 {
    margin: 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.dropdown-menu-custom  ul {
    list-style: none;
    margin-top: 10px;
    padding-left: 0px;
    height: 200px;
    overflow: auto;
}

.dropdown-menu-custom .empresas li {
    padding: 7px 0px;
    margin: 5px 0px;
}

.dropdown-menu-custom ul li a {
    text-decoration: none;
}

.dropdown-menu-custom .empresas li a .cont-img {
    width: 50px;
    height: 50px;
    min-width: 50px!important;
    max-width: 50px!important;
    margin-right: 5px;
    padding: 0px!important;
    border-radius: 50%;
    border: 3px solid #fff;
    display: inline-block;
    overflow: hidden;
    background: rgba(255,255,255,.95);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2)!important;
}

.dropdown-menu-custom .empresas li a .cont-img img {
    width: 90%;
    height: auto;
}

/*
.dropdown-menu-custom .empresas li a img {
    width: 40px;
    height: auto;
    margin-right: 5px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: rgba(255,255,255,.95);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2)!important;
}
*/
.dropdown-menu-custom .modulos {
    padding: 0px 5px;
    display: block;
    margin: 0 auto;
}

.dropdown-menu-custom .modulos li {
    width: 30%;
    margin-left: 2%;
    margin-top: 9px;
    display: inline-block;
    text-align: center;
    padding: 0px;
}

        .dropdown-menu-custom .modulos li:hover {
            background: #f1f1f1;
            border-radius: 10px;
        }

.dropdown-menu li a {
    color: #333;
    font-size: 13px;
    text-align: left;
    padding: 5px 15px;
    font-weight: 400;
}

        .dropdown-menu .empresas li:hover {
            color: #333;
            background: #f1f1f1;
        }

.dropdown-menu .modulos li a {
    color: #333;
    font-size: 13px;
    text-align: left;
    padding: 0px 5px;
    font-weight: 400;
}

.dropdown-menu .modulos li a img {
    width: 80px;
    display: block;
    margin: 0px auto 5px auto;
}

.cont-otras-opciones {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.otras-opciones {
    background: #f1f1f1!important;
    border: none;
    height: 40px!important;
    width: 100%!important;
    border-top: 1px solid #ccc!important;
    /*-webkit-box-shadow: inset 0px 32px 10px -31px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 32px 10px -31px rgba(0,0,0,0.3);
    box-shadow: inset 0px 32px 10px -31px rgba(0,0,0,0.3);*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .5s;
}

        .otras-opciones:hover {
            background: #22262e!important;
        }

.otras-opciones span {
   color: #333!important;
   font-weight: 400!important;
   font-size: 14px!important;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .5s;
}

        .otras-opciones:hover > span {
            color: #fff!important;
        }

.otras-opciones i {
   color: #333!important;
   font-weight: 400!important;
   font-size: 14px!important;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .5s;
}

        .otras-opciones:hover > i{
            color: #fff!important;
        }

        #btn-salir:hover {
            background: red!important;
        }
/* Estilos ventana notificaciones */
.ajax-dropdown {
    position: absolute;
    display: none;
    z-index: 905;
    top: 53px;
    left: 0px;
    width: 344px;
    height: 435px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px 15px 15px 15px!important;
    background: #fff!important;
    border: 1px solid #ccc!important;
}

    @media (max-width: 992px) {
        .ajax-dropdown {
            left: -150px;
        }
    }

    @media (max-width: 480px) {
        .ajax-dropdown {
            left: -100px;
            width: 260px;
        }
    }

.ajax-notifications {
    border:none!important;
}

.active+.ajax-dropdown {
    animation-name: fadeIn!important;
    animation-duration: .5s;
    animation-fill-mode: both;
}

#mobile-profile-img {
    padding: 0px;
    display: block;
}

#mobile-profile-img li {
    padding: 0px;
}

#mobile-profile-img li a span {
    margin-right: 10px;
    font-size: 12px;
}

#mobile-profile-img a.userdropdown img {
    width: 49px;
    height: 49px;
    border-radius: 0px;
    border: 0px;
    margin-top: 0px;
}

#mobile-profile-img .dropdown-menu-custom {
    width: 300px;
    padding: 0px;
}

/*#mobile-profile-img .dropdown-menu-custom ul {
    height: auto;
}*/

.fondo-img-perfil {
    background: #ccc url(../../images/panel-entrada/bg-panel-entrada.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 0px;
}

#mobile-profile-img  h3 {
    margin: 10px 0px 0px 0px;
}

#mobile-profile-img .dropdown-menu-custom ul li {
    width: 33%;
    display: inline-block;
}

#mobile-profile-img .dropdown-menu-custom ul li a:hover {
    background: #fff;
}

#mobile-profile-img .dropdown-menu-custom ul li i {
    display: block;
}

#mobile-profile-img  .cont-opciones-perfil {
    margin-top: 30px;
    padding-bottom: 60px;
}

#mobile-profile-img  .cont-opciones-perfil a {
   text-decoration: none;
   color: #333;
}

        #mobile-profile-img  .cont-opciones-perfil a:hover {
           text-decoration: none;
           color: #27c43a;
        }

#mobile-profile-img  .cont-opciones-perfil i {
    font-size: 24px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#mobile-profile-img  .cont-opciones-perfil p {
    text-align: center;
    line-height: 13px;
}
/*/////////////// ESTILOS MENU ASIDE ///////////////////*/
aside nav {
    padding-bottom: 20px!important;
}

.info-empresa-aside {
    width: 100%;
    min-height: 10px;
    background: #000 url(../../images/panel-entrada/bg-panel-entrada.jpg) no-repeat center;
    background-size: cover;
    padding: 15px 10px;
}

.info-empresa-aside h3 {
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,.8);
    margin: 0px;
    line-height: 18px;
}

.info-empresa-aside p {
    text-align: center;
    font-size: 14px;
    color: #27c43a;
    margin: 0px;
    line-height: 18px;
}

.img-empresa-aside {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 0px;
    border-radius: 50%;
    margin: 0px auto 10px auto;
    display: block;
    cursor: initial;
}

.img-empresa-aside img {
    width: 50px;
}
/*//////////////// ESTILOS PAGINA DE INICIO ////////////////*/
#background-user {
    width: 100%;
    min-height: 250px;
    background: url(../../images/panel-entrada/bg-panel-entrada.jpg) no-repeat center;
    padding: 40px;
}

@media (max-width: 768px) {
    #background-user {
        background-size: cover;
    }
}

#background-user #texto-bienvenida {
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom:40px;
}

#background-user .info-usuario h1 {
    text-align: left;
    color: #fff;
    letter-spacing: 0px;
}

#background-user .info-usuario p {
    text-align: left;
    color: #fff;
    letter-spacing: 0px;
}

.linea-blanca {
    width: 100px;
    height: 1px;
    background: #fff;
}

.linea-verde {
    width: 100px;
    height: 1px;
    background: #39b54a;
}

.btn-contorno-circular {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0,0,0,0);
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .5s;
  outline: none;
}

.btn-contorno-circular i {
  float: none;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .5s;
}

.opciones-login a p {
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .5s;
}

.opciones-login a:hover > .btn-contorno-circular i {
  color: #27C43A;
}

.opciones-login a:hover > p {
  color: #27C43A!important;
  text-decoration: none;
}

.opciones-login a {
  text-decoration: none;
}

.opciones-login a:hover > .btn-contorno-circular {
  border: 2px solid #27C43A;
}

#lista-mis-empresas h3 {
    margin: 0px;
    letter-spacing: 2px;
}

.empresa-item img {
    margin-bottom: 5px;
    height: 40px;
}

.empresa-item a {
   text-decoration: none;
   margin-top: 5px;
}

.empresa-item .badge {
   font-size: 12px!important;
   font-weight: 400!important;
   background: #27c43a!important;
}

.empresa-item h4 .entrar {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.empresa-item small {
    font-weight: 400;
    color: #333;
    font-size: 12px;
    display: block;
}


#carrusel-empresa, #carrusel-empresas-compartidas {
    padding: 0px 60px;
    position: relative;
}

.btnOwl {
    font-size: 17px;
    width: 30px;
    height: 30px;
    /*border: 2px solid rgba(0,0,0,.2);*/
    border:none;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
}

        .btnOwl:hover {
            /*border: 2px solid rgba(0,0,0,.3);*/
            border:none;
            background: rgba(0,0,0,.2);
        }

.btnOwl i {
    margin: 0px;
    color: #fff;
}

.owl-wrapper-outer {
    margin-bottom: 40px;
}

.next-mi-empresa, .next-empresa-compartida {
    position: absolute;
    left: 20px;
    top: 130px;
}

.prev-mi-empresa, .prev-empresa-compartida {
    position: absolute;
    right: 20px;
    top: 130px;
}


/*.btn-next {
    font-size: 30px;
    color: #929497;
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 50%;
}

        .btn-next:hover {
            color: #3276b1;
        }

.btn-prev {
    font-size: 30px;
    color: #929497;
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 50%;
}

        .btn-prev:hover {
            color: #3276b1;
        }

*/


/* ESTILOS NUEVA PAGINA DE INICIO */
.dw-cont-empresas {
    width: 70%;
}

    /*@media (max-width: 1400px) {
        .dw-cont-empresas {
            width: 80%;
        }
    }*/

    @media (max-width: 1200px) {
        .dw-cont-empresas {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .dw-cont-empresas {
            width: 100%;
        }
    }

.dw-cont-perfil {
    width: 25%;
    position: fixed;
    height: calc(100vh - 49px);
    bottom: 0px;
    right: 0px;
    border-left: 1px solid #dce0e5;
    overflow: auto;
    padding: 20px;
}

    /*@media (max-width: 1400px) {
        .dw-cont-perfil {
            width: 17%;
        }
    }*/

    /*@media (max-width: 1200px) {
        .dw-cont-perfil {
            display: none;
        }
    }*/

.dw-foto-perfil-inicio {
    width: 80px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-right: 20px;
    overflow: hidden;
}

.dw-foto-perfil-inicio img {
    width: 100%;
    height: 100%;
}

.editar-foto-usuario {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 20px;
    position: relative;
}

.editar-foto-usuario .btn-editar-foto {
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    opacity: 0;
    transition: all .5s;
}

.editar-foto-usuario img {
    width: 100%;
    height: auto;
}

.editar-foto-usuario:hover .btn-editar-foto {
    opacity: 1;
}

.dw-cont-perfil .dw-logo-empresa {
    height: 40px;
    margin: 20px 0px 10px 0px;
}

.dw-cont-perfil .dw-icono-modulo-inicio {
    background: #fff;
    padding: 10px 5px 5px 5px;
    border-radius: 3px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .5s;
    margin-bottom: 10px;
}

        .dw-cont-perfil .dw-icono-modulo-inicio:hover {
            border: 1px solid #dce0e5;
        }

.dw-cont-perfil .dw-icono-modulo-inicio img {
    width: 60px;
}

.dw-cont-perfil .dw-icono-modulo-inicio p {
    margin-top: 10px;
}

.cont-notificacion {
    display: flex;
    align-items: center;
}

.cont-notificacion .icono-notificacion {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.cont-notificacion .info-notificacion {
    width: calc(100% - 40px);
    padding-right: 10px;
}

/*//////////////// TITULO SECCION Y BREADCRUMB ////////////////*/
.contenedor-titulo-seccion {
    width: 100%;
    min-height: 60px;
    background: #fff;
    -moz-padding: 15px 15px;
    padding: 10px 15px;
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    background: rgba(235,240,242,0.5);
    /*-webkit-box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 9px -2px rgba(0,0,0,0.5);*/
    /*border-bottom: 4px solid #d9e1e7;*/
    border-bottom: 1px solid #ccc;
}

        @media (max-width: 768px) {
            .contenedor-titulo-seccion {
                padding: 10px 15px 5px 15px;
            }
        }

.separador-titulo-seccion {
    width: 100%;
    height: 65px;
}

.contenedor-titulo-seccion h1 {
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
}

        @media (max-width: 768px) {
            .contenedor-titulo-seccion h1 {
                /*font-size: 30px;*/
                font-weight: 300;
                margin: 0px;
                display: block;
                margin-bottom: 0px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width:90%;
            }

            .separador-titulo-seccion {
                width: 100%;
                height: 80px;
            }
        }

.contenedor-titulo-seccion h1 img {
    margin-right: 10px;
}

.breadcrumb-custom {
    display: table-cell;
    vertical-align: middle;
}

        @media (max-width: 768px) {
            .breadcrumb-custom {
                display: block;
            }
        }

.breadcrumb-custom ul {
    list-style: none;
    padding: 0px;
    float: right;
    margin: 0px;
}

        @media (max-width: 768px) {
            .breadcrumb-custom ul {
                float: none;
            }
        }

.breadcrumb-custom ul li {
    display: inline-block;
    font-size: 13px;
}

.breadcrumb-custom ul li a {
    text-decoration: none;
    color: #333;
}

        .breadcrumb-custom ul li a:hover {
            text-decoration: none;
            color: #27C43A;
        }

.breadcrumb-custom ul li:after {
    content: "/";
    /*content: "\f105";
    font-family: "FontAwesome";*/
    margin: 0px 3px 0px 7px;
}

.breadcrumb-custom ul li:last-child:after {
    content: "";
}

.breadcrumb-custom ul li:last-child {
    font-weight: 700;
}

/*//////////////// ESTILOS CONTENEDOR ELEMENTOS ////////////////*/
.dw-cont-elementos {
    width: 100%;
    min-height: 70px;
    background: #fff;
    /*border: 1px solid #DADADA;*/
    border: 1px solid #dce0e5;
    position: relative;
    margin-bottom: 20px;
    /*cursor: pointer;*/
    transition: all .3s;
    display: table;
    border-radius: 3px;
}

.dw-cont-elementos-body {
    padding: 20px;
}


/* ///////// ESTILOS SECCION GENERALES ///////// */
.dw-generales-info-empresa {
    width: 80%;
}

.dw-img-empresa-generales {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.dw-img-empresa-generales img {
    width: 100%;
    height: auto;
}

.dw-generales-info-plan {
    width: 20%;
    background: #000;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.dw-generales-info-plan img {
    height: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}

.dw-generales-info-plan h2 {
    color: #fff;
    margin: 0px;
    position: relative;
    z-index: 99;
}

.dw-generales-info-plan p {
    color: #fff;
    margin: 0px;
    position: relative;
    z-index: 99;
    margin-bottom: 5px;
}

.dw-generales-info-plan a {
    position: relative;
    z-index: 99;
}

.dw-generales-cont-consumo-mensual {
    width: 100%;
    height: auto;
}

.dw-generales-cont-com-app {
    width: 100%;
    height: auto;
}

.dw-generales-cont-com {
    width: 50%;
}

.dw-generales-cont-app {
    width: 50%;
}

.dw-generales-info-consumibles {
    border-left: 1px solid #DADADA;
    padding-left: 20px;
    width: 80%;
}

.dw-generales-img-consumible {
    width: 20%;
    margin-right: 20px;
}

.dw-generales-img-consumible img {
    width: 70px;
}

.cantidad-consumibles {
    display: flex;
    align-items: baseline;
}

.cantidad-consumibles h1 {
    margin: 0px;
    font-family: "Roboto";
    font-size: 36px;
}

.cantidad-consumibles h3 {
    margin: 0px;
    font-family: "Roboto";
    font-weight: 300;
}

.vigencia-consumibles {
    font-size: 10px;
    margin-bottom: 0px;
}

.pogress-bar {
    width: 100%;
    height: 3px;
    background: #ccc;
    margin-bottom: 10px;
    margin-top: 5px;
}

.dw-badge-absolute {
    position: absolute;
    top: 10px;
    right: 5px;
}

.dw-badge-com {
    background: #ff7069!important;
    color: #fff!important;
    font-weight: 700;
    font-size: 10px!important;
}

.dw-badge-app {
    background: #27C43A!important;
    color: #fff!important;
    font-weight: 700;
    font-size: 10px!important;
}

.dw-badge-plan {
    background: #2d5fab!important;
    color: #fff!important;
    font-weight: 700;
    font-size: 10px!important;
}

/* ///////// ESTILOS SECCION CARRITO DE COMPRAS ///////// */
.dw-resumen-compra-carrito {
    width: 30%;
    height: calc(100vh - 49px);
    background: #fff;
    position: fixed;
    right: 0px;
    bottom: 0px;
    border-left: 1px solid #dadada;
    overflow: auto;
}

        @media (max-width: 1200px) {
            .dw-resumen-compra-carrito {
                width: 100%;
                position: relative;
                height: auto;
                border: none;
            }
        }

.dw-cont-info-empresa-carrito {
    width: 100%;
    height: auto;
    padding: 20px;
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: center;
}

.dw-cont-info-empresa-carrito img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.dw-resumen-carrito {
    padding: 20px;
}

.dw-tabla-resumen {
    display: flex;
    align-items: center;
    border-top: 1px solid #dadada;
    padding: 13px 0px;
    font-size: 16px;
}

.dw-concepto-resumen {
    /*display: flex;
    align-items: center;*/
    width: 50%;
}

.dw-concepto-resumen .concepto {
    display: flex;
    align-items: center;
}

.dw-concepto-resumen .descripcion {
    font-size: 12px;
    margin-top: 2px;
}

.dw-precio-resumen {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}

.dw-precio-resumen i {
    font-size: 16px;
    color: #ff7069;
    cursor: pointer;
    margin-left: 5px;
}

        .dw-precio-resumen i:hover {
            color: red;
        }

.dw-precio-resumen-total {
    font-size: 28px;
    font-weight: 300;
}

.dw-cont-planes-complementos {
    width: 65%;
}

        @media (max-width: 1600px) {
            .dw-cont-planes-complementos {
                width: 63%;
            }
        }

        @media (max-width: 1200px) {
            .dw-cont-planes-complementos {
                width: 100%;
            }
        }

.dw-cont-titulo-carrito {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dw-titulo-carrito {
    display: flex;
    align-items: center;
}

.dw-botones-carrito {
    display: flex;
    align-items: center;
}

.dw-botones-carrito a {
    margin: 0px 5px;
}

.quantity-carrito {
    border-right: 1px solid #dadada;
    margin-right: 20px;
    padding-right: 20px;
    /*padding-bottom: 10px;*/
}

        @media (max-width: 768px) {
            .quantity-carrito {
                border-right: none;
                margin-right: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                margin-bottom: 20px;
                margin-top: 20px;
            }
        }

.dw-carrito-img-consumible {
    margin-right: 20px;
}

.dw-carrito-img-consumible img {
    width: 60px;
    display: block;
    margin:  0 auto;
}

        @media (max-width: 768px) {
            .dw-carrito-img-consumible img {
                margin-bottom: 10px;
            }

            .dw-carrito-img-consumible {
                margin-right: 0px;
            }
        }

.dw-carrito-precios-unitarios {
    width: 100%;
    /*height: 0px;*/
    height: auto;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    /*overflow: hidden;
    transition: all .3s;*/
}

.dw-carrito-precios-unitarios i {
    font-size: 14px!important;
}

.dw-carrito-precios-unitarios p {
    margin-right: 20px;
}

.dw-form-pago-carrito .input-icon-dw {
    margin-bottom: 10px;
}

/* ELEMENTOS CARRITO */
.dw-info-carrito {
  width: 100%;
  min-height: 100px;
}

.dw-cuadro-carrito {
  width: 100%;
  min-height: 100px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 30px;
}

/*.dw-cuadro-carrito .img-plan-carrito {
  filter: grayscale(1);
  opacity: .5;
}*/

.dw-separador-cuadro-carrito {
  width: 100%;
  height: 1px;
  background: #ccc;
}

    .dw-cuadro-carrito-activo {
      border: 1px solid #27C43A;
      position: relative;
    }

    /*.dw-cuadro-carrito-activo .img-plan-carrito {
      filter: grayscale(0);
      opacity: 1;
    }*/

    /*.dw-cuadro-carrito-activo .dw-precio-plan-carrito h1 {
      color: #27C43A;
    }*/

    .dw-cuadro-carrito .dw-icono-cuadro-activo {
      visibility: hidden;
    }

    .dw-cont-elementos .dw-icono-cuadro-activo {
      visibility: hidden;
    }

    .dw-cuadro-carrito-activo .dw-icono-cuadro-activo {
      visibility: visible;
    }

    .dw-cuadro-carrito-activo .dw-separador-cuadro-carrito {
      background: #27C43A;
    }

    .dw-icono-cuadro-activo {
      width: 30px;
      height: 30px;
      background: #27C43A;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0px;
      right: 0px;
    }

    .dw-icono-cuadro-activo i {
      color: #fff;
      margin: 0px;
    }


.dw-info-cuadro-carrito {
  padding: 20px;
  min-height: 50px;
}

.dw-titulo-cuadro-carrito {
  font-size: 16px;
  /*letter-spacing: 2px;*/
  text-align: center;
  margin: 20px 0px 10px 0px;
}

.dw-unidad-medida-info-carrito {
  text-align: center;
  font-size: 13px;
  margin: 0px;
  margin-top: 5px;
}

.img-com-app {
  /*margin-top: -50px;*/
  width: 90px;
}

.dw-etiqueta-cuadro-carrito {
  background: #ccc;
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
}

.dw-precio-plan-carrito {
    margin-top: 20px;
    margin-bottom: 0px;
}

.dw-etiqueta-com {
  background: #ff7069;
}

.dw-etiqueta-app {
  background: #27C43A;
}

.dw-etiqueta-plan {
  background: #2d5fab;
}

/* POPOVER O TOOLTIP COMPLEMENTOS CARRITO*/
.popover {
  font-size: 13px;
  color: #231f20;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 340px!important;
  padding: 0px!important;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid #ccc;*/
  border: 1px solid rgba(0, 0, 0, .2)!important;
  border-radius: 0px!important;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .0)!important;
          box-shadow: 0 5px 20px rgba(0, 0, 0, .0)!important;
}

.popover-title {
  padding: 12px 14px;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  /*font-family: "open sans";*/
  /*color: #707070!important;*/
  line-height: 18px;
  letter-spacing: 0px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.tooltip-carrito {
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  color: #231f20;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  margin-top: 15px;
}

.tooltip-carrito:focus {
  outline: none;
}

.tooltip-carrito i {
  margin: 0px;
  margin-right: 5px;
}

/* INPUT NUMBER */
.quantity {
  width: 100%;
  height: 42px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}

.quantity label {
  display: block;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  margin: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  /*min-width: 70px;*/
  width: 80px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0px 22px 0px 5px;
  margin: 0;
  /*padding-left: 10px;*/
  border: 1px solid #d0d2d3;
  text-align: center;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #d0d2d3;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #d0d2d3;
}

    .quantity-button.quantity-up:hover {
      background: #8f9aaa;
      color: #fff;
    }

.quantity-button.quantity-down {
  position: absolute;
  /*bottom: -1px;*/
  bottom: 0px;
  height: 50%;
}

    .quantity-button.quantity-down:hover {
      background: #8f9aaa;
      color: #fff;
    }


/*/////////////////////////////// ACORDEON AYUDA ///////////////////////////////*/
.acordeon-ayuda {
    margin-top: 40px;
}

.acordeon-panel-custom {
    border: none;
    box-shadow: none;
}

.acordeon-panel-custom .panel-heading {
    background: #fff!important;
    border-bottom: 1px solid #ddd;
}

.smart-accordion-default.panel-group .panel+.panel {
    margin-top: 0px;
}

.acordeon-panel-custom .panel-title {
    font-size: 16px;
    font-weight: 700;
    /*color: #22262E;*/
}

.acordeon-panel-custom .panel-title a {
    padding-left: 10px!important;
}

.accordeon-panel-custom .panel-body {
    border-top: 0px!important;
}

.lista-contenido-accordion, .lista-contenido-ayuda2 {
    padding-left: 10px;
    list-style: none;
}

.lista-contenido-accordion li, .lista-contenido-ayuda2 li {
    margin: 10px 0px;
    font-size: 14px;
    cursor: pointer;
}

.item-acordion-dw:hover, .link-videotutorial:hover {
    color: #27C43A;
}

.item-accordion-activa-dw {
    font-weight: 700;
    color: #27C43A;
}

.ayuda-activa-2 {
    font-weight: 700;
    color: #27C43A;
}

.fadeUp {
    animation-name: fadeUp!important;
    animation-duration: .5s;
    animation-fill-mode: both;
}

@keyframes fadeUp {
    from {margin-top: 50px; opacity: 0;}
    to {margin-top: 0px; opacity: 1;}
}

.contenedor-ayuda-videotutorial, .contenedor-ayuda-tutorial {
    animation-name: fadeUp!important;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-delay: .1s;
}

/*.custom-tabs.affix {
    position: fixed;
    top: 49px;
    width: 85%;
    background: #fff;
    z-index: 999;
}*/

.acordeon-ayuda.affix {
    position: fixed;
    top: 40px;
}

        @media (min-width: 1200px) and (max-width: 1920px) {
            .acordeon-ayuda.affix {
                width: 18%;
            }
        }

        @media (max-width: 768px) {
            .acordeon-ayuda.affix {
                position: relative;
                top: 0px;
            }
        }

.contenedor-ayuda-tutorial, .contenedor-ayuda-videotutorial {
    padding-top: 40px;
}

.contenedor-paso-ayuda {
    margin-bottom: 40px;
}

.titulo-ayuda {
    font-weight: 700;
    margin-top: 0px;
    font-size: 20px;
}

.hover-zoom {
    background: #000;
    position: relative;
    width: 80%;
    transition: all .5s;
}

        @media (max-width: 992px) {
            .hover-zoom {
                width: 100%;
            }
        }

.hover-zoom i {
    color: rgba(255,255,255,.5);
    font-size: 20px;
    position: absolute;
    top: 45%;
    left: 50%;
    /*display: none;*/
    opacity: 0;
    transition: all .3s;
}

.hover-zoom img {
    opacity: 1;
    transition: all .3s;
}

.hover-zoom:hover img {
    opacity: .4;
}

.hover-zoom:hover i {
    /*display: block;*/
    opacity: 1;
    font-size: 40px;
}

        @media (max-width: 768px) {
            .hover-zoom a {
                cursor: default;
            }

            .hover-zoom:hover img {
                opacity: 1;
            }

            .hover-zoom:hover i {
                display: none;
            }
        }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 80%;
    border: 0;
}

        @media (max-width: 768px) {
            .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 0;
            }
        }

.datos-video {
    margin: 15px 0px 5px 0px;
}

.datos-video p {
    display: inline-block;
    margin-right: 15px;
}

.datos-video i {
    margin-right: 5px;
}

.pp_description {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 24px!important;
}

.img-ayuda {
    width: 80%;
}

#personalizada {
    padding-top: 40px;
}

.cont-panel {
    width: 100%;
    min-height: 370px;
    border-bottom: 4px solid #d9e1e7;
    background: #fff;
    margin-bottom: 40px;
    transition: all .5s;
}

        /*.cont-panel:hover {
            border-bottom: 5px solid #1B2432;
        }*/
@media (max-width: 1600px) {
    .cont-panel {
        min-height: 400px;
    }
}

@media (max-width: 1200px) {
    .cont-panel {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .cont-panel {
        min-height: 200px;
    }
}

.img-panel {
    width: 100%;
    height: 200px;
    background: #22262E;
    overflow: hidden;
}

        @media (min-width: 1200px) and (max-width: 1600px) {
            .img-panel {
                height: 140px;
            }
        }

        @media (min-width: 992px) and (max-width: 1200px) {
            .img-panel {
                height: 120px;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .img-panel {
                height: 100px;
            }
        }

        @media (max-width: 480px) {
            .img-panel {
                height: 100px;
            }
        }

        .cont-panel:hover > .img-panel img {
            opacity: 1;
        }

.img-panel img {
    width: 100%;
    height: auto;
    opacity: .3;
    transition: all .5s;
}

        @media (min-width: 1601px) and (max-width: 1800px) {
            .img-panel img {
                width: 110%;
            }
        }

        @media (min-width: 768px) and (max-width: 1600px) {
            .img-panel img {
                width: 120%;
            }
        }

.icono-modulo-panel {
    margin-bottom: 15px;
    /*float: left;
    margin-right: 15px;*/
}

.body-panel {
    width: 100%;
    min-height: 100px;
    padding: 20px 20px;
}

.body-panel h4 {
    font-weight: 600;
}

.body-panel h5 {
    font-weight: 300;
    margin: 0px;
    font-size: 20px;
}

.body-panel p {
    margin-bottom: 30px;
}

.body-panel i {
    margin-right: 10px;
}


/* ///////// ESTILOS SECCION AGREGAR Y ADMINSITRACIÃ“N DE MODULOS ///////// */



/*/////////////// ESTILOS SECCION ELIMINAR EMPRESA ///////////////////*/
/*.logo-empresa-eliminar {
    position: absolute;
    width: 180px;
    height: auto;
    top: 30px;
    left: 60px;
}

.logo-empresa-eliminar img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1600px){
    .logo-empresa-eliminar {
        width: 200px;
        top: 16%;
        left: 10%;
    }

    .logo-empresa-eliminar img {
        width: auto;
        height: 50px;
    }
}

@media (max-width: 1400px){
    .logo-empresa-eliminar {
        width: 160px;
        top: 15%;
        left: 14%;
    }

    .logo-empresa-eliminar img {
        width: auto;
        height: 45px;
    }
}

@media (max-width: 1200px){
    .logo-empresa-eliminar {
        width: 160px;
        top: 14%;
        left: 14%;
    }

    .logo-empresa-eliminar img {
        width: auto;
        height: 50px;
    }
}

@media (max-width: 992px){
    .logo-empresa-eliminar {
        width: 160px;
        top: 15%;
        left: 18%;
    }

    .logo-empresa-eliminar img {
        width: auto;
        height: 50px;
    }
}

@media (max-width: 768px){
    .logo-empresa-eliminar {
        width: 100%;
        top: 15%;
        left: -15px;
    }

    .logo-empresa-eliminar img {
        width: auto;
        height: 50px;
    }
}
*/


/*//////////////// ESTILOS MODULO INVENTARIO: CONFIGURACION / ALMACENES ////////////////*/
.cont-lista-almacenes {
    width: 20%;
    height: auto;
    transition: all .3s;
}

@media (max-width: 768px) {
    .cont-lista-almacenes {
        width: 100%;
        height: calc(100vh - 50px);
        position: fixed;
        bottom: 0px;
        left: -1000px;
        background: #fff;
        z-index: 800;
        padding: 20px;
        box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
        overflow: auto;
    }
}

.acordeon-inventario {
    margin-top: 0px;
}

.opciones-lista {
    float: right;
    display: none;
}

.opciones-lista a {
    margin: 0px 5px;
    /*color: #22262E;*/
    color: rgba(0,0,0,.5);
    cursor: pointer;
}

.opciones-lista a i {
    font-size: 20px;
}

.item-accordion-activa-dw .opciones-lista {
    display: block;
}

.lista-contenido-accordion li:hover > .opciones-lista  {
    display: block;
}

.opciones-lista .btn-editar:hover {
    /*color: #27C43A;*/
    /*color: #3276B1;*/
    color: rgba(0,0,0,1);
}

.opciones-lista .btn-eliminar:hover {
    color: rgba(0,0,0,1);
}

.badge-custom {
    padding: 1px 12px;
    background: #ccc;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.cont-lista-productos {
    width: 80%;
    height: auto;
    padding: 0px 0px 0px 30px;
}

    @media (max-width: 768px) {
        .cont-lista-productos {
            width: 100%;
            padding: 0px;
        }
    }

.opciones-lista-productos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0px 10px;
    flex-wrap: wrap;
}

.campo-busqueda {
    width: 45%;
}

        @media (max-width: 1200px) {
            .campo-busqueda {
                width: 75%;
                margin-bottom: 20px;
            }
        }

        @media (max-width: 768px) {
            .campo-busqueda {
                width: 100%;
                margin-bottom: 20px;
            }
        }

.numero-item-mostrados {
    width: 15%;
    padding-left: 20px;
}

.numero-item-mostrados .dw-select {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0,0,0,.5);
    position: relative;
}

.numero-item-mostrados .dw-select i {
    position: absolute;
    top: 7px;
    right: 5px;
}

.numero-item-mostrados .dw-select select {
    width: 100%;
    height: 38px;
    background:transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*for IE10*/
.numero-item-mostrados .dw-select select::-ms-expand {
    display: none;
}

        @media (max-width: 1200px) {
            .numero-item-mostrados {
                width: 25%;
                padding-left: 20px;
                margin-bottom: 20px;
            }
        }

        @media (max-width: 768px) {
            .numero-item-mostrados {
                width: 100%;
                padding-left: 0px;
                margin-bottom: 20px;
            }
        }

.cont-opciones-visualizacion {
    width: 40%;
    padding: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

        @media (max-width: 1200px) {
            .cont-opciones-visualizacion {
                width: 100%;
                justify-content: space-between;
                padding: 0px;
            }
        }

.num-items-mostrados-dw {
    display: flex;
    align-items: center;
}

.num-items-mostrados-dw p {
    font-size: 14px;
    margin-left: 5px;
}

        .num-items-mostrados-dw p:first-child {
            margin-left: 0px;
        }

.iconos-visualizacion {
    margin-left: 20px;
}

        @media (max-width: 400px) {
            .iconos-visualizacion {
                width: 100%;
                margin-left: 0px;
            }
        }

.iconos-visualizacion i {
    font-size: 30px;
    color: rgba(0,0,0,.4);
    cursor: pointer;
    transition: all .3s;
}

        .iconos-visualizacion i:hover {
            color: rgba(0,0,0,1);
        }

i.icon-active {
    color: rgba(0,0,0,1);
}



/*///////////////////////////////////////////////////////////*/
#btn-almacenes {
    padding: 5px 15px;
    background: #27C43A;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    border: none;
    outline: none;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
}

#btn-almacenes i {
    margin: 0px 10px 0px 0px;
}

#btn-cerrar-lista-almacenes {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    #btn-almacenes {
        display: block;
    }

    #btn-cerrar-lista-almacenes {
        display: block;
    }
}

.titulo-almacen-productos {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.titulo-almacen-productos h1 {
    display: inline-block;
    margin: 0px;
}

.titulo-almacen-productos i {
    margin: 0px 10px;
}

    @media (max-width: 768px) {
        .titulo-almacen-productos h1 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .titulo-almacen-productos i {
            margin: 0px 5px;
        }
    }

/* PRODUCTOS (ITEMS) */
.lista-productos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transition: all .3s;
    /*justify-content: space-between;*/
}

/* /////////////////////   CONTENEDOR ITEM TIPO MOSAICO   /////////////////////*/
.cont-item {
    height: auto;
    transition: all .3s;
}

.familia {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 5px;
}

.mosaico {
    width: 25%;
    padding: 10px;
}

@media (max-width: 1400px) {
    .mosaico {
        width: 25%;
        padding: 5px;
    }
}

@media (max-width: 1200px) {
    .mosaico {
        width: 50%!important;
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .mosaico {
        width: 100%!important;
        padding: 5px;
    }
}

.cont-item .item {
    width: 100%;
    min-height: 70px;
    background: #fff;
    border: 1px solid #dce0e5;
    position: relative;
    border-radius: 3px;
    /*cursor: pointer;*/
    transition: all .3s;
}

.cont-item .item:hover {
    border: 1px solid #7c8d98;
}

.mosaico .foto-item {
    width: 100%;
    height: 140px;
    /*background: #ccc;*/
    overflow: hidden;
    cursor: pointer;
}

.mosaico .foto-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    transition: all .3s;
}

    .mosaico  .item:hover .foto-item img {
        width: 110%;
        height: 110%;
    }

    .mosaico .item-inactive:hover .foto-item img {
        width: 100%;
        height: 100%;
    }

    .lista .item-inactive:hover .foto-item img {
        width: 100%!important;
        height: 100%!important;
    }


.mosaico .stock-item {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,.7);
    background: #fff!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.mosaico .stock-item i {
    margin-right: 5px;
}

.mosaico .body-item {
    padding: 20px 20px 0px 20px;
    cursor: pointer;
}

.mosaico .nombre-item {
    font-weight: 400;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    font-size: 16px;
}

.mosaico .clave-item {
    color: #777;
    /*margin-bottom: 20px;*/
}

.mosaico .precio-item {
    margin: 0px;
    font-weight: 400;
}

.mosaico .foot-item {
    padding: 20px;
    display: flex;
    align-items: center;
}

.mosaico .switch-dw-item {
    position: absolute;
    bottom: 22px;
    right: 15px;
}


/*.mosaico .btn-eliminar-item {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: rgba(0,0,0,.5);
    font-size: 20px;
    display: none;
    cursor: pointer;
}

    .mosaico .btn-eliminar-item:hover {
        color: rgba(0,0,0,1);
    }

    .mosaico .item:hover > .body-item .btn-eliminar-item {
        display: block;
    }
*/

/* /////////////////////   CONTENEDOR ITEM TIPO LISTA   /////////////////////*/
.lista {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    transition: all .3s;
    display: flex;
    align-items: center;
}

        @media (max-width: 768px) {
            .lista {
                padding: 5px;
            }
        }

.lista .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lista .foto-item {
    width: 10%;
    height: 70px;
    /*background: #ccc;*/
    overflow: hidden;
    cursor: pointer;
}

        @media (max-width: 768px) {
            .lista .foto-item {
                width: 100%;
                height: 140px;
            }
        }

.lista .foto-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    transition: all .3s;
}

    .lista .item:hover .foto-item img {
        width: 110%;
        height: 110%;
    }


.lista .stock-item {
    position: absolute;
    top: 20px;
    right: 70px;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,.7);
    background: #fff!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

        @media (max-width: 768px) {
            .lista .stock-item {
                position: absolute;
                top: 10px;
                right: 10px;
            }
        }

.lista .stock-item i {
    margin-right: 5px;
}

.lista .body-item {
    width: 35%;
    /*padding: 20px;*/
    padding-left: 20px;
    padding-right: 10px;
    cursor: pointer;
}

        @media (max-width: 1200px) {
            .lista .body-item {
                padding-left: 10px;
            }
        }

        @media (max-width: 768px) {
            .lista .body-item {
                width: 100%;
                padding: 20px;
                cursor: pointer;
            }
        }

.lista .nombre-item {
    font-weight: 400;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    font-size: 16px;
}

.lista .clave-item {
    color: #777;
    margin-bottom: 0px;
    /*margin-bottom: 20px;*/
}

.lista .foot-item {
    width: 20%;
    padding-left: 20px;
    border-left: 1px solid #dadada;
    display: flex;
    align-items: center;
    /*padding: 0px 20px 20px 20px;*/
}

        @media (max-width: 1200px) {
            .lista .foot-item {
                padding-left: 10px;
            }
        }

        @media (max-width: 768px) {
            .lista .foot-item {
                width: 100%;
                padding-left: 20px;
                border: none;
                margin-bottom: 20px;
            }
        }

.lista .precio-item {
    margin: 0px;
    font-weight: 400;
}

        @media (max-width: 1200px) {
           .lista .precio-item {
                font-size: 20px;
            }
        }


.lista .precio-item span {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.4);
}

.lista .switch-dw-item {
    position: absolute;
    bottom: 22px;
    right: 15px;
}

/*.lista .btn-eliminar-item {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: rgba(0,0,0,.5);
    font-size: 20px;
    display: none;
    cursor: pointer;
}

    .lista .btn-eliminar-item:hover {
        color: rgba(0,0,0,1);
    }

    .lista .item:hover > .body-item .btn-eliminar-item {
        display: block;
    }

*/

.foto-item{
    transition: all .3s;
}

/* ITEM ACTIVO */
.mosaico .item-active {
    /*border: 1px solid #27C43A;*/
    border: 1px solid rgba(0,0,0,.4);
    box-shadow: 0px 7px 15px -4px rgba(0,0,0,.2);
}

.mosaico .item-active .foto-item {
    height: 180px;
}

.mosaico .item-active .body-item .nombre-item {
    /*color: #27C43A;*/
    font-weight: 700;
}

.lista .item-active {
    /*border: 1px solid #27C43A;*/
    border: 1px solid rgba(0,0,0,.4);
    box-shadow: 0px 7px 15px -4px rgba(0,0,0,.2);
}

.lista .item-active .foto-item {
    height: 120px;
}

.lista .item-active .body-item .nombre-item {
    /*color: #27C43A;*/
    font-weight: 700;
}

.item-active .body-item .btn-eliminar-item {
    display: block;
}



/* ITEM INACTIVO */
.item-inactive {
    cursor: initial!important;
}

.item-inactive:hover {
    border: 1px solid #DADADA!important;
}

.item-inactive .foto-item img {
    filter:  grayscale(1);
    opacity: .5;
}

.item-inactive .nombre-item, .item-inactive .clave-item, .item-inactive .precio-item {
    color: #999;
}

.item-inactive .body-item .btn-eliminar-item {
    display: block;
    color: #f44336;
}


/* ELEMENTOS DESCRIPCION PRODUCTO*/
.foto-producto {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}


@media (max-width: 480px) {
    .foto-producto  {
        width: 100%;
    }
}

.foto-producto img {
    width: 100%;
    height: auto;
}

.nombre-producto {
    font-weight: bold;
    margin: 0px;
}

.clave-producto {
    color: #777;
    margin: 5px 0px 10px 0px;
    /*background: #dde4e8;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;*/
}

.descripcion-producto {
    margin-bottom: 20px;
}

.otros-datos-producto {
    display: flex;
    flex-wrap: wrap;
}

.otro-dato {
    display: flex;
    width: 50%;
}

@media (max-width: 768px) {
    .otro-dato {
        width: 100%;
    }
}

.otro-dato p:first-child {
    font-weight: bold;
    margin-right: 5px;
}

.lista-precios {
    margin-top: 15px;
}

.tabla-lista-precios {
    width: 100%;
}

.tabla-lista-precios tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tabla-lista-precios tr td {
    padding: 10px 0px;
}

.tabla-lista-precios tr .td-nombre {

}

.td-nombre {

}

.td-precio {
    font-weight: bold;
}

.td-opcion {
    width: 30px;
}

.checked-dw {
    color: #27C43A!important;
}

.td-opcion i {
    font-size: 20px;
    color: rgba(0,0,0,0.5);
    transition: all .3s;
}

    .td-opcion i:hover {
        color: rgba(0,0,0,1);
    }

.cont-asociar-producto {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #dadada;
    padding: 15px 0px 15px 0px;
    position: relative;
}

.foto-asociar-producto {
    width: 20%;
    height: 60px;
    overflow: hidden;
    /*margin-right: 15px;*/
}

.foto-asociar-producto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    @media (max-width: 768px) {
        .foto-asociar-producto {
            width: 200px;
            height: 100px;
        }
    }

.datos-asociar-productos {
    width: 60%;
    padding-left: 15px;
}

    @media (max-width: 768px) {
        .datos-asociar-productos {
            margin-top: 10px;
            padding-left: 0px;
        }
    }

.datos-asociar-productos h3 {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
}

.datos-asociar-productos p {
    color: #777;
}

    @media (max-width: 768px) {
        .datos-asociar-productos {
            width: 100%;
        }
    }

.opciones-asociar-productos {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.opciones-asociar-productos i {
    color: rgba(0,0,0,.5);
    transition: all .3s;
    cursor: pointer;
    margin-left: 10px;

}

        .opciones-asociar-productos i:hover {
            color: rgba(0,0,0,1);
        }

    @media (max-width: 768px) {
        .opciones-asociar-productos {
            position: absolute;
            top: 10px;
            right: 0px;
        }
    }



/*//////////////////////// CAJAS DE ELEMENTOS DATAWORK //////////////////////////*/
.contenedor-elementos {
    background: #fff;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    /*border-bottom: 4px solid #d9e1e7;*/
}

.dw-cont-item {
    height: auto;
    transition: all .3s;
    margin-bottom: 20px;
}

.dw-cont-item .dw-item {
    width: 100%;
    /*min-height: 300px;*/
    background: #fff;
    border: 1px solid #dce0e5;
    position: relative;
    border-radius: 3px;
    /*cursor: pointer;*/
    transition: all .3s;
}

.dw-cont-empresas-inicio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen {
    .dw-col-lg-4 {
        width: 25%;
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 1500px){
    .dw-col-md-3 {
        width: 33%;
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 992px){
    .dw-col-sm-6 {
        width: 50%;
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 768px){
    .dw-col-xs-12 {
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
    }
}

.dw-cont-item .dw-item:hover {
    border: 1px solid #7c8d98;
}

.dw-body-item {
    padding: 20px 20px 20px 20px;
}

.dw-item-empresa {
    min-height: 300px;
}

.dw-item-nueva-empresa {
    border: 1px solid #27C43A!important;
    box-shadow: 1px 1px #27C43A, -1px 1px #27C43A, 1px -1px #27C43A, -1px -1px #27C43A;
}

.dw-item-invitacion-empresa {
    border: 1px solid #ff7069!important;
    box-shadow: 1px 1px #ff7069, -1px 1px #ff7069, 1px -1px #ff7069, -1px -1px #ff7069;
    /*border: 1px solid #fff!important;
    animation: resplandor-rojo 3s linear 2s infinite alternate;*/
}

@keyframes resplandor-rojo {
    0%   {box-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;}
    100% {box-shadow: 1px 1px 10px #ff7069, -1px 1px 10px #ff7069, 1px -1px 10px #ff7069, -1px -1px 10px #ff7069;}
}

        @media (max-width: 768px){
            .dw-item-empresa {
                min-height: 200px;
            }
        }

.dw-cont-item .dw-item .dw-logo-empresa {
    height: 35px;
    width: auto;
    margin: 25px 0px 10px 0px;
    transition: all .3s;
}

        @media (max-width: 1400px){
            .dw-cont-item .dw-item .dw-logo-empresa {
                height: 30px;
                margin: 25px 0px 10px 0px;
            }
        }

.dw-cont-item .dw-item .dw-foto-usuarios {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
    color: #90989e;
    background: #eceff5;
}

.dw-cont-item .dw-item .dw-foto-usuarios img {
    width: 100%;
    height: auto;
}

.dw-icono-compartir-empresa {
    /*position: absolute;
    bottom: 20px;
    right: 20px;*/
    font-size: 20px;
    color: #90989e;
    cursor: pointer;
}

.dw-nombre-comercial {
    height: 45px;
    /*background: #ccc;*/
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
}

.dw-nombre-comercial h1 {
    letter-spacing: 0px;
    line-height: 22px;
}

.dw-foot-item {
    padding: 0px 20px 20px 20px;
}

.badge-tipo-empresa {
    position: absolute;
    top: 10px;
    right: 3px;
    font-size: 11px!important;
}

    .badge-tipo-empresa i {
        font-size: 11px!important;
        margin-right: 5px;
        vertical-align: -2px;
    }

.dw-notificacion {
    position: relative;
}

.dw-notificacion .dw-eliminar-notificacion {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}

.dw-preview-img-empresa {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.dw-preview-img-empresa i {
    font-size: 40px;
}

.dw-preview-img-empresa img {
    width: 100%;
    height: auto;
    background: #ccc;
}

#content {
    min-height: calc(100vh - 49px)!important;
    /*overflow-x: hidden;*/
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

#main {
    padding-bottom: 0px!important;
}


/* ///////////////////////////// PANELES DATAWORK /////////////////////////////////*/
.panel-right-1 {
    width: 34.5%;
    /* height: calc(100vh - 50px);
    padding: 20px;
    position: fixed;
    right: -1000px;
    bottom: 0px;
    z-index: 901;
    background: #fff;
    border-left: 1px solid #ccc;
    overflow: auto;
    transition: all .3s; */
    /*box-shadow: -5px 0px 10px rgba(0,0,0,0.2);*/
}

.panel-right-2 {
    width: 34.5%;
    /* height: calc(100vh - 50px);
    padding: 20px;
    position: fixed;
    right: -1000px;
    bottom: 0px;
    z-index: 902;
    background: #fff;
    border-left: 1px solid #ccc;
    overflow: auto;
    transition: all .3s; */
    /*box-shadow: -5px 0px 10px rgba(0,0,0,0.2);*/
}

.panel-right-3 {
    width: 34.5%;
    /* height: calc(100vh - 50px);
    padding: 20px;
    position: fixed;
    right: -1000px;
    bottom: 0px;
    z-index: 900;
    background: #fff;
    border-left: 1px solid #ccc;
    overflow: auto;
    transition: all .3s; */
    /*box-shadow: -5px 0px 10px rgba(0,0,0,0.2);*/
}

.panel-right{

    height: calc(100vh - 50px);
    /*height: 100%;*/
    padding: 20px;
    position: fixed;
    /*position: absolute;*/
    right: -2000px;
    bottom: 0px;
    z-index: 901;
    background: #fff;
    border-left: 1px solid #eceff5;
    overflow: auto;
    transition: all .5s;
    box-shadow: -10px 0px 30px rgba(144,152,158,0.5);
}

.panel-right-xs {
    width: 25%;
}

.panel-right-sm {
    width: 50%;
}

.panel-right-md {
    width: 75%;
}

.panel-right-lg {
    width: calc(100% - 220px);
}

@media (max-width: 1200px) {
    .panel-right {
        position: fixed;
        height: calc(100vh - 50px);
        overflow: auto;
    }

    .panel-right-1 {
        width: 60%;
    }

    .panel-right-2 {
        width: 60%;
        z-index: 902;
    }

    .panel-right-3 {
        width: 60%;
    }

    .panel-right-xs {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .panel-right-1 {
        width: 75%;
    }

    .panel-right-2 {
        width: 75%;
        z-index: 902;
    }

    .panel-right-3 {
        width: 75%;
    }

    .panel-right-xs {
        width: 50%;
    }

    .panel-right-sm {
        width: 75%;
    }

    .panel-right-lg {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .panel-right-1 {
        width: 100%;
    }

    .panel-right-2 {
        width: 100%;
        z-index: 902;
    }

    .panel-right-3 {
        width: 100%;
    }

    .panel-right-xs {
        width: 100%;
    }

    .panel-right-sm {
        width: 100%;
    }

    .panel-right-md {
        width: 100%;
    }

    .panel-right-lg {
        width: 100%;
    }
}

/* ESTRUCTURA DEL PANEL */
.head-panel-dw {
    width: 100%;
    height: auto;
}

.head-panel-dw .titulo-dw {
    display: inline-block;
}

.titulo-mas-btn-dw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.titulo-mas-btn-dw h1 {
    margin-bottom: 20px;
}

.head-panel-dw .subtitulo-dw {
    font-weight: 400;
    font-size: 14px;
    color: #777;
}

.body-panel-dw {
    margin-top: 20px;
    width: 100%;
    height: auto;
    /*background: #dde4e8;*/
}

.button-panel-dw {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.button-panel-dw a {
    margin-right: 5px;
    margin-bottom: 5px;
}

#btn-close-panel-right-1, #btn-close-panel-right-2, #btn-close-panel-right-3, .btn-close-panel  {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 20px;
    color: rgba(0,0,0,.5);
}

    #btn-close-panel-right-1:hover, #btn-close-panel-right-2:hover, #btn-close-panel-right-3:hover, .btn-close-panel:hover  {
        color: rgba(0,0,0,1);
    }


/*//////////////////////// BADGE DATAWORK //////////////////////////*/
.badge-dw {
    display: inline-block;
    /*background: #dde4e8;*/
    background: #eceff5;
    color: #90989e;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0px;
    vertical-align: text-bottom;
    font-weight: 500;
}

.badge-dw-sm {
    padding: 2px 3px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 10px;
}

.badge-dw-rojo {
    background: #ff7069!important;
    color: #fff;
}

.badge-dw-verde {
    background: #27C43A!important;
    color: #fff;
}

.badge-dw-azul {
    background: #2d5fab!important;
    color: #fff;
}

/*//////////////////////// BOTONES Y LINKS DATAWORK //////////////////////////*/
.link-verde {
    color: #27C43A;
}

    .link-verde:hover {
        color: #27C43A;
    }

a.btn-dw {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    transition: all .3s!important;
    cursor: pointer;
}

a.btn-dw-lg {
    padding: 12px 16px;
    font-size: 13px;
}

a.btn-dw-sm {
    padding: 5px 7px;
    font-size: 12px;
}

a.btn-dw span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-dw:hover {
    /*box-shadow: 0px 8px 20px -5px rgba(0,0,0,.3);*/
}

.btn-dw i.fa {
    margin-right: 5px;
    line-height: 0;
}

.btn-dw i.material-icons {
    margin-right: 5px;
    line-height: 0px;
    font-size: 16px;
    vertical-align: -3px;
}

        a.btn-dw-sm i.fa {
            margin-right: 3px;
        }

        a.btn-dw-sm i.material-icons {
            margin-right: 3px;
            font-size: 14px;
        }

        a.btn-dw-lg i.material-icons {
            margin-right: 3px;
            font-size: 20px;
            vertical-align: -6px;
        }

.btn-dw:hover {
    text-decoration: none;
    color: #fff;
}

.btn-dw:visited {
    text-decoration: none!important;
    color: #fff;
}

.btn-dw:link {
    text-decoration: none!important;
    color: #fff;
}

.btn-dw-primary {
    background: #27C43A;
    color: #fff;
    border: 1px solid #27C43A;
}

.btn-dw-primary:hover {
    background: #31D340;
    color: #fff;
    border: 1px solid #27C43A;
}

.btn-dw-default {
    /*background: #eceff5;
    border: 1px solid #eceff5;*/
    background: #e4e8ef;
    border: 1px solid #e4e8ef;
    color: #798389!important;
}

.btn-dw-default:hover {
    background: #eceff5;
    /*border: 1px solid #eceff5;*/
    /*color: #90989e!important;*/
    color: rgba(0,0,0,.6)!important;
    border: 1px solid rgba(0,0,0,.3);
}

.btn-dw-disabled {
    background: #fff;
    border: 1px solid rgba(0,0,0,.3);
    color: rgba(0,0,0,.6)!important;
}

.btn-dw-disabled:hover {
    color: rgba(0,0,0,.6)!important;
    border: 1px solid rgba(0,0,0,.3);
}

.btn-dw-danger {
    background: #fff;
    border: 1px solid rgba(255,112,105,1);
    color: rgba(255,112,105,1)!important;
}
.btn-dw-danger:hover {
    background: rgba(255,112,105,1);;
    border: 1px solid rgba(255,112,105,1);
    color: rgba(255,255,255,1)!important;
}

.btn-block-dw {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    justify-content: center;
}

@media (max-width: 768px) {
    .btn-block-dw-xs {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 5px;
        justify-content: center;
    }
}

.buttons-inline-dw {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.buttons-inline-dw a {
    margin-right: 5px;
    margin-bottom: 10px;
}

.icon-dw {
    color: #90989e;
    transition: all .3s;
    margin: 0px 5px;
    display: inline!important;
    cursor: pointer;
}

        .icon-dw:hover {
            color: #434c5b;
        }

        .icon-dw-azul:hover {
            color: #2d5fab;
        }

.icon-10px {
    font-size: 10px!important;
}

.icon-12px {
    font-size: 12px!important;
}

.icon-13px {
    font-size: 13px!important;
}

.icon-14px {
    font-size: 14px!important;
}

.icon-16px {
    font-size: 16px!important;
}

.icon-18px {
    font-size: 18px!important;
}

.icon-20px {
    font-size: 20px!important;
}

.icon-24px {
    font-size: 24px!important;
}

/*////////////////////////////// SWITCH  ///////////////////////////////*/
.switch-dw {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch-dw input {display:none;}

/* The slider */
.slider-dw {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-dw:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-dw {
  background-color: #27C43A;
}

input:focus + .slider-dw {
  box-shadow: 0 0 1px #27C43A;
}

input:checked + .slider-dw:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider-dw.round {
  border-radius: 34px;
}

.slider-dw.round:before {
  border-radius: 50%;
}


/*//////////////////////////////// TABLAS DATAWORK //////////////////////////////////*/
.dw-table {
    font-size: 13px;
    margin-bottom: 30px!important;
}

.dw-table thead tr {
    background: transparent;
    border-bottom: 3px solid #dce0e5;
    /*color: #90989e;*/
    font-weight: 500;
    font-size: 13px;
}

.dw-table thead tr td {
    padding: 1px 10px 20px 10px!important;
}

.dw-table tbody tr td {
    padding: 20px 10px!important;
    border-top: none!important;
    border-bottom: 1px solid #dce0e5;
}

.dw-table .dw-table-error {
    /*background: rgba(255, 112, 105, .1);*/
    animation: bg-error 2s linear infinite alternate;
}

.dw-table .dw-table-error td {
    box-shadow: inset 0px -1px rgba(255, 112, 105, .5), inset 0px 1px rgba(255, 112, 105, .5);
}

@keyframes bg-error {
    0%   {background-color:rgba(255, 112, 105, 0)}
    100% {background-color:rgba(255, 112, 105, .2)}
}

@keyframes bg-suceess {
    0%   {background-color:rgba(39, 196, 58, 0)}
    100% {background-color:rgba(39, 196, 58, .2)}
}

.dw-table .clave-sat i {
    margin-left: 3px;
    vertical-align: -4px;
}

.dw-table tbody td input {
    border: none;
    width: 100%;
    background: transparent;
}

.dw-table tbody td input[type="text"]:disabled {
    background: transparent;
}

/*.dw-table tbody td select {
    background: transparent;
    border: none;
    width: auto;
}*/

.dw-table tbody td.cantidad {
    width: 100px;
}

.dw-table tbody td.descuento {
    width: 120px;
}

.dw-table tbody td.unidad-medida {
    width: 160px;
}

.dw-table tbody td .select2-container {
    width: 100%!important;
    padding: 0px;
}

.dw-table tbody td .select2-container .select2-choice {
    background: transparent;
    border: none;
    margin-right: 0px;
    padding: 0px;
    line-height: 20px;
    overflow: visible;
}

.dw-table tbody td .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
    width: 20px;
    padding: 0px;
    text-align: center;
    height: auto;
}

.dw-table tbody td .select2-container .select2-choice .select2-chosen {
    margin-right: 20px;
}

.dw-table tbody td .select2-container .select2-choice:hover > .select2-chosen {
    background: #eceff5;
    box-shadow: 7px 7px #eceff5, -7px -7px #eceff5, 7px -7px #eceff5, -7px 7px #eceff5;
}

.dw-table tbody td .select2-container .select2-choice:hover > .select2-arrow {
    background: #eceff5;
    box-shadow: 7px 7px #eceff5, 7px 0px #eceff5, 7px -7px #eceff5;
}

@media (max-width: 768px){
    .table-responsive {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


/*/////////////////////////////// TABS DATAWORK ///////////////////////////////////*/
.dw-tabs>li.active>a, .dw-tabs>li.active>a:focus, .dw-tabs>li.active>a:hover {
    border: none;
    /*border-bottom: 3px solid #27C43A;*/
    box-shadow: inset 0px -3px #27C43A;
    /*box-shadow: none;*/
    margin-top: 0px!important;
    color: inherit;
}

.dw-tabs li a:hover {
    /*border-bottom: 3px solid #dce0e5;*/
    box-shadow: inset 0px -3px #27C43A;
}

.dw-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dw-tabs>li {
    margin-right: 5px;
    display: flex;
    align-items: center;
    float: none;
}

@media (max-width: 992px) {
   .dw-tabs>li {
        width: 100%;
    }
}

.dw-tabs>li>a {
    border: none;
    background: rgba(255,255,255,0)!important;
    font-size: 14px;
}

        @media (max-width: 1400px) {
           .dw-tabs>li>a {
                padding-left: 4px!important;
                padding-right: 4px!important;
            }
        }

.dw-tab-content {
    padding: 20px 0px;
}

/*/////////////////////////////// ACORDEON DATAWORK ///////////////////////////////*/
.dw-acordeon {
    margin-bottom: 40px;
}

.dw-acordeon .panel-collapse {
    margin-bottom: 10px;
}

.dw-acordeon .panel-heading {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 3px solid #dce0e5;
}

.dw-acordeon .panel-heading i {
    vertical-align: -4px;
    margin-left: 5px;
    /*float: right;
    margin-right: 15px;*/
}

.dw-acordeon .panel-heading a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all .3s;
}

.dw-acordeon .panel-heading a:hover {
    color: #27C43A;
}

.dw-acordeon .panel-body {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

.dw-acordeon .panel-body ul {
    padding-left: 0px;
    list-style: none;
    /*margin-bottom: 15px;*/
}

.dw-acordeon .panel-body ul.datos-complementos {
    border-bottom: 1px solid #dce0e5;
    padding-bottom: 10px;
}

.dw-acordeon .panel-body ul li span {
    font-weight: 500;
    margin-right: 5px;
}

.dw-acordeon .panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    font-size: 20px;
}

.dw-acordeon .panel-heading .accordion-toggle.collapsed:after {
    content: "\f106";
}


/*/////////////////////// CLASES FUENTE TIPOGRAFICA: ROBOTO ///////////////////////////*/
.texto-negro {
    /*color: #434c5b;*/
    color: #333;
}

.texto-gris {
    color: #90989e;
}

.texto-blanco {
    color: #fff;
}

.texto-verde {
    color: #27C43A;
}

.texto-azul {
    color: #2d5fab;
}

.texto-rojo {
    color: #ff7069;
}

.texto-amarillo {
    color: #fe9800;
}

.texto-rojo-icono {
    color: #ff7069;
}

.texto-rojo-icono:before {
    font-family: "FontAwesome";
    content: "\f06a";
    color: #ff7069;
    margin-right: 5px;
}

.light {
    font-weight: 300;
}

.light-i {
    font-weight: 300;
    font-style: italic;
}

.regular {
    font-weight: 400;
}

.regular-i {
    font-weight: 400;
    font-style: italic;
}

.medium {
    font-weight: 500;
}

.medium-i {
    font-weight: 500;
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.bold-i {
    font-weight: 700;
    font-style: italic;
}

.texto-10px {
    font-size: 10px!important;
}

.texto-11px {
    font-size: 11px!important;
}

.texto-12px {
    font-size: 12px!important;
}

.texto-13px {
    font-size: 13px!important;
}

.texto-14px {
    font-size: 14px!important;
}

.texto-15px {
    font-size: 15px!important;
}

.texto-16px {
    font-size: 16px!important;
}

.texto-18px {
    font-size: 18px!important;
}

.texto-20px {
    font-size: 20px!important;
}

.texto-24px {
    font-size: 24px!important;
}

.texto-28px {
    font-size: 28px!important;
}

.texto-32px {
    font-size: 32px!important;
}

.texto-36px {
    font-size: 36px!important;
}

.texto-40px {
    font-size: 40px!important;
}

.texto-50px {
    font-size: 50px!important;
}

.texto-60px {
    font-size: 60px!important;
}

.roboto {
    font-family: 'Roboto', sans-serif!important;
}

.roboto h1, .roboto h2, .roboto h3, .roboto h4, .roboto h5, .roboto h6 {
    font-family: 'Roboto', sans-serif!important;
    /*color: rgba(0,0,0,.8)!important;*/
}

.letter-spacing-0 {
    letter-spacing: 0;
}


/* ////////////////////////////////////// PAGINACION DATAWORK //////////////////////////////////// */
.paginacion-dw {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pagina-dw {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    margin: 0px 3px;
    transition: all .3s;
}

        .pagina-dw:hover {
            background: #dde4e8;
        }

.paginacion-dw .puntos:hover {
    background: transparent;
}

.paginacion-dw .flecha {
    opacity: .5;
    margin: 0px 3px;
    cursor: pointer;
}

        .paginacion-dw .flecha:hover {
            opacity: 1;
        }

.pagina-activa-dw {
    background: #dde4e8;
    font-weight: 500;
}


/* ////////////////////////////// HELPERS //////////////////////////////// */
@media (max-width: 992px){
    .center-block-sm {
        display: block!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .text-center-sm {
        text-align: center!important;
    }
}

@media (max-width: 768px){
    .center-block-xs {
        display: block!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .text-center-xs {
        text-align: center!important;
    }
}

.box-shadow {
    -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.2);
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.linea-gris {
    width: 100%;
    height: 1px;
    background: #dce0e5;
}

.margin-y-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.margin-y-top-10 {
    margin-top: 10px!important;
}

.margin-y-top-20 {
    margin-top: 20px!important;
}

.margin-y-top-30 {
    margin-top: 30px!important;
}

.margin-y-top-40 {
    margin-top: 40px!important;
}

.margin-y-bottom-10 {
    margin-bottom: 10px!important;
}

.margin-y-bottom-20 {
    margin-bottom: 20px!important;
}

.margin-y-bottom-30 {
    margin-bottom: 30px!important;
}

.margin-y-bottom-40 {
    margin-bottom: 40px!important;
}


/*/////////////////////////////// COLORES BACKGROUNDS //////////////////////////////////////*/
.dw-bg-verde {
    background: #27C43A;
}
.dw-bg-rojo {
    background: #E84C3D;

}

.dw-bg-naranja {
    background:#FF9800;
}

.dw-bg-gris-claro {
    background: #e8ecef;
}

/*/////////////////////////////// ESTILOS CON FLEX //////////////////////////////////////*/
.cont-flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-justify-center {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

/*@media (max-width: 768px) {
    .flex-center {
        display: block;
    }
}*/


/*/////////////////////////////// PADDING, MARGING, FLOAT //////////////////////////////////////*/
.no-padding {
    padding: 0px!important;
}

.margin-0 {
    margin: 0px;
}

.padding-0 {
    padding: 0px;
}

.padding-20 {
    padding: 20px;
}

.float-right-dw {
    float: right;
}

.float-left-dw {
    float: left;
}

.cursor-pointer {
    cursor: pointer;
}

/* ////////////////////////////// FORMULARIOS Y CAMPOS ///////////////////////////////////////// */
.input-dw {
    width: 100%;
    position: relative;
    border: 1px solid #dce0e5;
    overflow: visible;
    margin-bottom: 15px;
    transition: all .3s;
}

.input-dw input {
    font-size: 13px;
    width: 100%;
    height: 40px!important;
    border: none!important;
    background: transparent;
    text-indent: 10px;
}

.input-dw:focus-within, .input-icon-dw:focus-within {
    border: 1px solid #333;
}

.input-dw select {
    font-size: 13px;
    width: 107%;
    height: 40px;
    border: none;
    overflow: hidden;
    background: transparent;
    text-indent: 3px;
}

.input-dw textarea {
    font-size: 13px;
    width: 100%;
    height: auto;
    border: none;
    background: transparent;
    text-indent: 5px;
    resize: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*////////// CLASE DEL INPUT FILE ///////////*/
.input-dw .button {
    height: 30px!important;
    top: 4px!important;
    right: 4px!important;
    background: #e4e8ef!important;
    border: 1px solid #e4e8ef!important;
    color: #798389!important;
    border-radius: 3px!important;
    opacity: 1!important;
    font: 500 13px/28px 'Roboto', Helvetica, Arial, sans-serif!important;
    transition: all .3s!important;
}

        .input-dw .button:hover {
            height: 30px!important;
            top: 4px!important;
            right: 4px!important;
            background: #eceff5!important;
            border: 1px solid rgba(0,0,0,.3)!important;
            color: rgba(0,0,0,.6)!important
            border-radius: 3px!important;
            opacity: 1!important;
            font: 500 13px/28px 'Roboto'!important;
        }

.input-dw .button i {
    font-size: 16px;
    vertical-align: -3px;
}
/* //////////////////////// */

.input-dw .dw-select-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.input-dw select .dw-select-arrow i {
    font-size: 20px;
    color: rgba(0,0,0,.5);
}

.input-dw select::-moz-focus-inner, .input-dw select:visited, .input-dw select:link {
    outline: none!important;
    border: none!important;
}

.input-dw select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.input-icon-dw {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border: 1px solid rgba(0,0,0,.2);*/
    border: 1px solid #dce0e5;
    position: relative;
    margin-bottom: 15px;
    background: transparent;
    transition: all .3s;

}

.input-file-dw {
    background: red;
}

.input-icon-dw select {
    background: transparent;
}

.input-icon-dw input, .input-icon-dw select {
    font-size: 13px;
    width: calc(100% - 40px);
    height: 40px;
    border: none;
    text-indent: 5px;

}

.input-icon-dw i {
    font-size: 20px;
    margin-left: 10px;
    color: rgba(0,0,0,.5);
}

.input-dw input::-webkit-input-placeholder, .input-dw select::-webkit-input-placeholder, .input-icon-dw input::-webkit-input-placeholder, .input-icon-dw select::-webkit-input-placeholder {
    color: rgba(0,0,0,.5);
}

        @media (max-width: 768px) {
            .input-dw input::-webkit-input-placeholder, .input-dw select::-webkit-input-placeholder, .input-icon-dw input::-webkit-input-placeholder, .input-icon-dw select::-webkit-input-placeholder {
                color: rgba(0,0,0,0);
            }
        }

.icon-close-search {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    display: none;
}

    .icon-close-search:hover {
        color: rgba(0,0,0,.9);
    }

.dw-label {
    font-size: 13px;
    font-weight: 500;
}

.input-dw-error {
    border: 1px solid #ff7069;
    /*background: rgba(255, 112, 105, .1);*/
    animation: bg-error 1s linear infinite alternate;
}

.input-dw-error:after {
    font-family: "FontAwesome";
    content: "\f06a";
    color: #ff7069;
    font-size: 16px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.input-dw-success {
    border: 1px solid #27C43A;
    /*background: rgba(255, 112, 105, .1);*/
    animation: bg-success 1s linear infinite alternate;
}

.input-dw-success:after {
    font-family: "FontAwesome";
    content: "\f058";
    color: #27C43A;
    font-size: 16px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.state-error em {
    color: red!important;
    position: absolute!important;
    bottom: -18px!important;
    left: 10px!important;
    font-size: 10px!important;
    font-style: normal!important;
}

.state-error em:before{
    font-family: 'FontAwesome';
    content: "\f06a";
    font-size: 10px;
    margin-right: 5px;
}


/* Estilos SELECT-2 */
.input-dw .select2-container {
    width: 100%!important;
    padding: 0px;
}

.input-dw .select2-choice {
    height: 40px;
    border: none;
    line-height: 40px;
}

.input-dw .select2-container .select2-choice .select2-arrow {
    display: none;
}

.input-dw .select2-container .select2-choice > .select2-chosen {
    height: 40px;
}

.select2-no-search .select2-search {
    display: none;

}

.select2-drop {
    /*border: none!important;*/
    border-radius: 3px!important;
    color: #231f20!important;
    padding: 10px 5px;
    border: 1px solid #dce0e5;
    box-shadow: 0px 8px 10px rgba(144,152,158,.5);
    font-family: "Roboto";
}

.select2-drop.select2-drop-above {
    border: 1px solid #dce0e5;
    box-shadow: 0px 8px 10px rgba(144,152,158,.5);
}

.select2-results {
    margin: 0px;
}

.select2-results li {
    margin: 2px 0px;
    padding: 4px 4px;
}

.select2-results .select2-highlighted {
    background: #eceff5;
    color: #231f20!important;
    border-radius: 3px;
    padding: 4px 4px;
}

.select2-search input {
    border-radius: 3px;
    border: 1px solid #dce0e5;
    background: transparent;
}






/*ESTILOS POR DESHECHAR*/
a.btn-custom {
    transition: all .5s!important;
}

.btn-custom {
    padding: 10px 10px;
    /*min-width: 140px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: none;
}

.btn-custom i {
    margin-right: 5px;
}

        /*.btn-custom:hover {
            box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.4);
        }*/

.btn-primary-custom {
    background: #1c84c6;
}

        .btn-primary-custom:hover {
            background: #2aa5ea;
        }

.btn-danger-custom {
    /*background: #dde4e8;
    color: #7c8d98;*/
    background: #dde4e8;
    color: #5a6f7a;
}

        .btn-danger-custom:hover {
            background: #ed1c24;
            color: #fff;
        }

.btn-default-custom {
    background: #dde4e8;
    color: #7c8d98;
}

        .btn-default-custom:hover {
            background: #7c8d98;
            color: #fff;
        }

        .btn:active {
            position: relative;
            top: 0;
            left: 0;
        }

.btn-md-custom {
   min-width: 140px;
}

.btn-lg-custom {
   min-width: 200px;
}