html {
    height: 100%;
}

body {
    min-height: 100%;
    background: #f5f5f5;
}

header {
    height: 60px;
    background: #A43525;
    position: fixed;
    width: 100%;
    z-index: 400;
}

/*------------------------------------------------------------------
------------------------Login---------------------------------------
------------------------------------------------------------------*/


html {
    /*background: url('../images/bg-login.png') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-bg {
    width: 50%;
    margin: 0;
    padding: 20px;
    background: rgba(47, 72, 106, 0.7019607843137254);
    border-radius: 3px;
    height: 100%;
}

    .login-bg img {
        width: 200px;
        margin-top: 50px;
    }

    .login-bg.login {
        position: fixed;
        width: 50%;
        margin: 0;
        padding: 20px;
        background: rgba(47, 72, 106, 0.7019607843137254);
        border-radius: 3px;
        height: 100%;
    }

    .login-bg p.title {
        text-align: center;
        margin-top: 2%;
        margin-bottom: 20px;
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

        .login-bg p.title span {
            display: block;
            font-weight: lighter;
            font-size: 30px;
        }



    .login-bg p.subtitle {
        text-align: center;
        margin-top: 5%;
        margin-bottom: 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: lighter;
        font-size: 30px;
    }

    .login-bg h1 {
        font-size: 1.3em;
        font-weight: 300;
        margin-bottom: 15px;
        color: #fff;
        margin-top: 30px;
    }

    .login-bg .logo-ld img {
        width: 15%;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .login-bg .logo {
        text-align: center;
        width: 200px;
        margin: 0 auto;
    }

        .login-bg .logo .small {
            display: none;
        }

        .login-bg .logo img {
            max-width: 100%;
        }

    .login-bg p.login-label {
        font-size: 1.3em;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .login-bg input.login[type="text"], input.login[type="password"] {
        margin-top: 20px;
        margin-bottom: 50px;
        display: block;
        width: 100%;
        height: 45px;
        padding: 6px 12px;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.42857143;
        color: #fff;
        background-color: transparent;
        background-image: none;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .login-bg label {
        color: #fff;
        text-transform: uppercase;
        font-weight: 100;
        font-size: 15px;
    }


    .login-bg .select {
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
        width: 100%;
        height: 45px;
        padding: 6px 12px;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.42857143;
        color: #fff;
        background-color: rgba(255,255,255,.15);
        background-image: none;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

        .login-bg .select option {
            color: #333;
        }




    .login-bg input.login[type="text"]::placeholder, input.login[type="password"]::placeholder {
        color: #fff;
    }

    .login-bg .btn-iniciar {
        background: #d73220;
        padding: 10px 30px;
        font-size: 1.1em;
        margin-bottom: 15px;
        margin-top: 15px;
        color: #fff;
        width: 100%;
        border-radius: 50px;
        text-transform: uppercase;
    }

        .login-bg .btn-iniciar i {
            margin-left: 9px;
        }

    .login-bg .forgot-pass {
        color: #fff;
        padding-bottom: 15px;
    }

.version {
    text-align: center;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    width: 45%;
}

    .version p, .version a {
        color: #fff;
    }

.login-bg .bg-contraseña {
    padding: 0 20px 20px 20px;
    background: #fff;
    margin-top: 30px;
}

.login-bg h1.title {
    color: #0054a6;
}

.login-bg .input-icon > input {
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




@media only screen and (max-width: 700px) {

    .login-bg {
        width: 100%;
    }

        .login-bg .login-bg {
            width: 100%;
            background: #2f486ab3;
            box-shadow: none;
            padding: 0;
            overflow-x: hidden;
        }

        .login-bg input.login[type="text"], input.login[type="password"] {
            width: 100%;
            border-radius: 0;
            height: 66px;
            margin: 1px;
            font-size: 18px;
            background: #f1f4ff2e;
            color: #fff;
        }

            .login-bg input.login[type="text"]::placeholder, input.login[type="password"]::placeholder {
                color: #ffffffad;
            }

        .login-bg h1 {
            color: #fff;
            margin-top: 90px;
        }

        .login-bg p.title {
            color: #fff;
            margin-top: 50px;
            font-size: 25px;
        }

        .login-bg .btn-iniciar {
            width: 80%;
            padding: 17px 30px;
        }

        .login-bg .logo {
            width: 325px;
        }

            .login-bg .logo .large {
                display: none;
            }

            .login-bg .logo .small {
                display: block;
            }

    .version {
        width: 100%;
    }
}


@media only screen and (max-width: 350px) {

    .login-bg {
        width: 100%;
    }

        .login-bg p.title {
            margin-top: 15px;
        }

        .login-bg h1 {
            margin-top: 25px;
        }

        .login-bg .logo {
            text-align: center;
        }

            .login-bg .logo img.small {
                width: 80%;
                margin: 0 auto;
            }
}

.login-bg .select2-container--default .select2-selection--multiple {
    background-color: rgba(255,255,255,.15);
    border: none;
    padding: 6px 12px;
    border-bottom: 1px solid #fff;
}

.login-bg .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #fff;
}







/*------------------------------*/
.menu-adm {
    width: 25px;
    height: 25px;
    padding-bottom: 2px;
    border-radius: 50%;
    margin-right:3px;
}

.wsmenucontainer {
    position: fixed;
    width: 100%;
    padding-top: 60px;
    z-index: 300;
}

.main-content {
    position: relative;
    padding-top: 106px;
}

.logo-fas {
    max-height: 50px;
}

.logo-ld {
    max-height: 44px;
    text-align: center;
    margin-left: 60px;
    margin-top: 10px;
}

.empresa-actual {
    padding: 0 20px 12px 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

    .empresa-actual label {
        display: inline;
        color: #fff;
        float: left;
        margin: 18px 0 0 0px;
    }

    .empresa-actual select {
        background: transparent;
        float: left;
        border: none;
        color: #fff;
        width: 70%;
        display: inline;
        margin-top: 13px;
        box-shadow: 0 0 0 0;
        margin-top: 12px
    }

        .empresa-actual select.form-control:focus {
            box-shadow: 0 0 0 0;
            border: transparent;
        }

        .empresa-actual select option {
            color: #333;
        }

h1 {
    font-size: 20px;
    margin-top: 24px;
    color: #d73220;
    font-weight: bold;
}


header h2 {
    color: #fff;
    font-size: 1.2em;
    float: right;
    margin-right: 20px;
    font-weight: 500;
}

.modulos a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.modulos ul {
    list-style: none;
    margin-left: 0;
}

.modulos li {
    background: #fff;
    margin: 12px;
    padding: 20px;
    display: inline-grid;
}

    .modulos li p {
        font-size: 1.5em;
        padding-bottom: 5px;
        margin-bottom: 15px;
        text-align: left;
    }



    .modulos li.contabilidad p {
        color: #d73220;
        border-bottom: 3px solid #d73220;
    }

    .modulos li.cxcobrar p {
        color: #f4b647;
        border-bottom: 3px solid #f4b647;
    }

    .modulos li.cxpagar p {
        color: #c98204;
        border-bottom: 3px solid #c98204;
    }

    .modulos li.bancos p {
        color: #0d4375;
        border-bottom: 3px solid #0d4375;
    }

    .modulos li.planillas p {
        color: #d73220;
        border-bottom: 3px solid #d73220;
    }

    .modulos li.rrhh p {
        color: #5d8c96;
        border-bottom: 3px solid #5d8c96;
    }

    .modulos li.autogestion p {
        color: #006f95;
        border-bottom: 3px solid #006f95;
    }

    .modulos li.activos p {
        color: #be7f55;
        border-bottom: 3px solid #be7f55;
    }

    .modulos li.tipo-cambio p {
        color: #94a24b;
        border-bottom: 3px solid #94a24b;
    }


.btn-salir {
    background: #fff;
    padding: 10px 30px;
    font-size: 1.1em;
    margin-right: 80px;
    margin-bottom: 15px;
}

    .btn-salir i {
        margin-left: 9px;
    }

    .btn-salir:hover {
        background: #a43525;
        color: #fff;
    }



/*---------------------------------------------------------
---------------- treeview---------------------------------*/

aside {
    background: #3F4D50;
    position: fixed;
    left: 0;
    height: 85%;
    width: 26%;
    overflow-y: auto;
    margin-bottom: 33px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.sidebar-collapse .side-bar {
    width: 0;
    transform: translate(0, 0);
}

.empresa2 {
    background: #242A31;
}

    .empresa2 p {
        padding: 10px;
        color: #fff;
        font-weight: 600;
    }

.treeview {
    color: #fff;
}

    .treeview ul {
        padding: 0em;
        margin-left: 5px;
    }

        .treeview ul li, .treeview ul li ul li {
            position: relative;
            top: 0;
            bottom: 0;
            padding-bottom: 7px;
        }

            .treeview ul li ul {
                margin-left: 3.13em;
            }

    .treeview li {
        list-style-type: none;
    }

        .treeview li a {
            padding: 0 0 0 7px;
            position: relative;
            top: 1em;
            color: #fff;
        }

            .treeview li a i.user {
                margin-right: 8px;
            }

            .treeview li a:hover {
                text-decoration: none;
            }

    .treeview a.addBorderBefore:before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 28px;
        position: absolute;
        left: -37px;
        top: -16px;
        border-left: 2.5px solid gray;
    }

    .treeview li:before {
        content: "";
        display: inline-block;
        width: 19px;
        height: 0;
        position: relative;
        left: 0em;
        top: 1em;
        border-top: 2px solid gray;
    }

    .treeview ul li ul li:last-child:after, .treeview ul li:last-child:after {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        position: relative;
        top: 9px;
        left: -1px;
    }

    .treeview.mantenimiento li a {
        padding: 0 0 0 7px;
        position: relative;
        top: 1em;
        color: #858585;
      }

.rstm-toggle-icon {
  display: inline-block; }
  .rstm-toggle-icon-symbol {
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem; }

.rstm-tree-item-group {
  list-style-type: none;
  padding-left: 0;
  border-top: 1px solid #ccc;
  text-align: left;
  width: 100%; }

.rstm-tree-item {
  padding: 0.75rem 1rem;
  cursor: pointer;
  color: #fff;
  background: none;
  /*border-bottom: 1px solid #ccc;*/
  box-shadow: none;
  z-index: unset;
  position: relative; }
  .rstm-tree-item--active {
    color: white;
    background:  rgb(16,165,153);
    border-bottom: none; }
  .rstm-tree-item--focused {
    box-shadow: 0 0 5px 0  rgb(16,165,153);
    z-index: 999; }

.rstm-search {
  padding: 1rem 1.5rem;
  border: none;
  width: 100%;
  color: #fff;
  background: #3F4D50;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9zYXNzL21haW4uc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQTtFQUNFLHFCQUFxQixFQUFBO0VBQ3JCO0lBQ0UsV0FOWTtJQU9aLFlBUFk7SUFRWixrQkFBa0I7SUFDbEIsaUJBVFksRUFBQTs7QUFhaEI7RUFDRSxxQkFBcUI7RUFDckIsZUFBZTtFQUNmLDBCQUEwQjtFQUMxQixnQkFBZ0I7RUFDaEIsV0FBVyxFQUFBOztBQUdiO0VBQ0UscUJBQXFCO0VBQ3JCLGVBQWU7RUFDZixXQUFXO0VBQ1gsZ0JBQWdCO0VBQ2hCLDZCQUE2QjtFQUM3QixnQkFBZ0I7RUFDaEIsY0FBYztFQUNkLGtCQUFrQixFQUFBO0VBRWxCO0lBQ0UsWUFBWTtJQUNaLG1CQUFtQjtJQUNuQixtQkFBbUIsRUFBQTtFQUdyQjtJQUNFLDBCQUEwQjtJQUMxQixZQUFZLEVBQUE7O0FBSWhCO0VBQ0Usb0JBQW9CO0VBQ3BCLFlBQVk7RUFDWixXQUFXLEVBQUEiLCJmaWxlIjoibWFpbi5jc3MifQ== */


.empresa2 {
  background: #242A31;
}

  .empresa2 p {
      padding: 10px;
      color: #fff;
      font-weight: 600;
  }

.treeview {
  color: #fff;
}

  .treeview ul {
      padding: 0em;
      margin-left: 5px;
  }

      .treeview ul li, .treeview ul li ul li {
          position: relative;
          top: 0;
          bottom: 0;
          padding-bottom: 7px;
      }

          .treeview ul li ul {
              margin-left: 3.13em;
          }

  .treeview li {
      list-style-type: none;
  }

      .treeview li a {
          padding: 0 0 0 7px;
          position: relative;
          top: 1em;
          color: #fff;
      }

          .treeview li a i.user {
              margin-right: 8px;
          }

          .treeview li a:hover {
              text-decoration: none;
          }

  .treeview a.addBorderBefore:before {  
      content: "";
      display: inline-block;
      width: 2px;
      height: 28px;
      position: absolute;
      left: -37px;
      top: -16px;
      border-left: 2.5px solid gray;
  }

  .treeview li:before {
      content: "";
      display: inline-block;
      width: 19px;
      height: 0;
      position: relative;
      left: 0em;
      top: 1em;
      border-top: 2px solid gray;
  }

  .treeview ul li ul li:last-child:after, .treeview ul li:last-child:after {
      content: '';
      display: block;
      width: 1em;
      height: 1em;
      position: relative;
      top: 9px;
      left: -1px;
  }

  .rstm-toggle-icon {
    display: inline-block; }
    .rstm-toggle-icon-symbol {
      width: 2rem;
      height: 2rem;
      text-align: center;
      line-height: 2rem; }
  
  .rstm-tree-item-group {
    list-style-type: none;
    padding-left: 0;
    border-top: 1px solid #ccc;
    text-align: left;
    width: 100%; }
  
  .rstm-tree-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    color: #fff;
    background: none;
    /*border-bottom: 1px solid #ccc;*/
    box-shadow: none;
    z-index: unset;
    position: relative; }
    .rstm-tree-item--active {
      color: white;
      background:  rgb(16,165,153);
      border-bottom: none; }
    .rstm-tree-item--focused {
      box-shadow: 0 0 5px 0  rgb(16,165,153);
      z-index: 999; }
  
  .rstm-search {
    padding: 1rem 1.5rem;
    border: none;
    width: 100%; }
  /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9zYXNzL21haW4uc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQTtFQUNFLHFCQUFxQixFQUFBO0VBQ3JCO0lBQ0UsV0FOWTtJQU9aLFlBUFk7SUFRWixrQkFBa0I7SUFDbEIsaUJBVFksRUFBQTs7QUFhaEI7RUFDRSxxQkFBcUI7RUFDckIsZUFBZTtFQUNmLDBCQUEwQjtFQUMxQixnQkFBZ0I7RUFDaEIsV0FBVyxFQUFBOztBQUdiO0VBQ0UscUJBQXFCO0VBQ3JCLGVBQWU7RUFDZixXQUFXO0VBQ1gsZ0JBQWdCO0VBQ2hCLDZCQUE2QjtFQUM3QixnQkFBZ0I7RUFDaEIsY0FBYztFQUNkLGtCQUFrQixFQUFBO0VBRWxCO0lBQ0UsWUFBWTtJQUNaLG1CQUFtQjtJQUNuQixtQkFBbUIsRUFBQTtFQUdyQjtJQUNFLDBCQUEwQjtJQUMxQixZQUFZLEVBQUE7O0FBSWhCO0VBQ0Usb0JBQW9CO0VBQ3BCLFlBQVk7RUFDWixXQUFXLEVBQUEiLCJmaWxlIjoibWFpbi5jc3MifQ== */
  

/*------------ margins ----------------------*/

.margin-10 {
    margin-top: 10px;
}

.margin-15 {
    margin-top: 15px;
}

.margin-20 {
    margin-top: 20px;
}

.margin-25 {
    margin-top: 25px;
}

.margin-30 {
    margin-top: 30px;
}

/*--------main content-----------------*/

.wrapper {
    margin-left: 26%;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.sidebar-collapse .wrapper {
    margin-left: 0;
}

.wrapper1 {
    padding-left: 1%;
}

.content {
    min-height: 250px;
    padding: 15px 0;
    margin-right: auto;
    margin-left: auto;
}

.content-box.box-primary {
    border-top: 3px solid #d73220;
}

.content-box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
}

.border-right {
    border-right: 1px solid #dcdcdc;
}

.search {
    width: 100%;
    margin-top: 15px;
}

    .search label {
        display: block;
        color: #242a31;
    }

    .search input {
        width: 90%;
        border-radius: 5px;
        border: none;
        padding: 8px;
    }

.search-button {
    color: #3f4d50;
    padding: 10px;
}

    .search-button:hover {
        color: #d73220;
    }

    .search-div{
        padding-right: 0;
    }
    
    .search-div-bn{
        margin-top: 7px;    
        padding: 0;
    }


.acciones {
    margin: 15px 0 0 15px;
}

    .acciones button {
        background: #46585C;
        color: #fff;
        margin: 5px;
    }

.employees tr {
    cursor: pointer;
}

    .employees tr:hover {
        background: #b4eae6;
    }

    .employees tr.selected {
        background: #46585C;
        color: #fff;
    }

.top-buttons {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

button.btn-edit {
    background: #46585C;
    color: #fff;
    margin: 5px;
}


button.select-tab {
    border: none;
    border-top: 3px solid #d73220;
    border-radius: 0;
    color: #d73220;
    cursor: default;
    background-color: #fff;
    position: relative;
    display: inline;
    padding: 10px 15px;
}

button.tab {
    font-weight: 700;
    color: #333;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: inline;
    padding: 10px 15px;
    background: transparent;
}

    button.tab:hover {
        color: #d73220;
    }

.nav-tabs > li > a {
    font-weight: 700;
    color: #333;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    border-top: 3px solid #d73220;
    border-radius: 0;
    border-right: 1px solid #f4f4f4;
    color: #d73220;
}




.nav-tabs2 a.nav-link {
    font-weight: 700;
    color: #333;
}

.nav-tabs2 > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    float: left;
}

    .nav-tabs2 > a.active {
        border-radius: 4px 4px 0 0;
        border-top: 3px solid #d73220;
        border-right: 1px solid #f4f4f4;
        color: #d73220;
        margin-bottom: -1px;
    }

    .nav-tabs2 > a:focus, .nav-tabs2 a:hover {
        border-radius: 0;
        border-right: 1px solid #f4f4f4;
        color: #d73220;
    }

.tab-content {
    margin-top: 10px;
    padding: 10px;
}

.profile-pic {
    width: 180px;
    max-height: 100%;
    border-radius: 10%;
    margin: 0 auto;
}

.content-box h3.name {
    font-size: 1.5em;
    font-weight: 500;
    color: #646E7A;
}

p.info {
    line-height: 24px;
}

    p.info span {
        font-size: 0.9em;
        font-weight: 700;
        color: #646E7A;
    }

.table-responsive {
        overflow: auto;
}

.table-responsive h2 {
    font-size: 1.1em;
    color: #d73220;
    font-weight: 600;
}


a.btn-sm {
    background: #46585C;
    color: #fff;
    margin: 5px;
}

.btn-sm:hover {
    color: #fff;
    background: #d73220;
}

h2 {
    font-size: 1.1em;
    color: #d73220;
    font-weight: 600;
}

.content-box h3 {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 1px solid #f1f1f1;
}

.modal h3 {
    font-size: 0.8em;
    font-weight: 600;
}


/*-----------FORMS-------------*/
.form-groupBN {
    margin-top: 16px;
    margin-bottom: 0px;
    padding: 10px;
}
.form-groupCK {
    padding: 10px;
}


    .form-groupCK label {
        font-weight: normal;
        color: #000000;
    }

.form-group {
    padding: 10px;
}


    .form-group label {
        display: block;
        font-weight: normal;
        color: #000000;
    }

.make-switch label {
    display: block;
    font-weight: normal;
    color: #858585;
}

.form-group input {
    width: 100%;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #c8c7cc;
    border-radius: 0 0 0 0 !important;
    color: #5b5b60;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 10px;
    transition-duration: 0.1s;
    box-shadow: none !important;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.form-groupsearch input {
    width: 80%;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #c8c7cc;
    border-radius: 0 0 0 0 !important;
    color: #5b5b60;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 10px;
    transition-duration: 0.1s;
    box-shadow: none !important;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}


.form-group .input-search {
    display: block;
    width: 100%;
}

    .form-group .input-search span.data {
        padding: 6px 15px;
        width: 80%;
        background: #f1f1f1;
        border: 1px solid #c8c7cc;
        color: #858585;
        margin-right: -5px;
        display: inline-block;
    }

.button-search {
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #c8c7cc;
    color: #858585;
    margin-left: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}


.btn-floating {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #db4437;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}

    .btn-floating i {
        color: white;
        position: absolute;
        top: 0;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: 40px;
        font-size: 1.2em;
        font-weight: 300;
        animation: plus-out 0.3s;
        transition: all 0.3s;
    }

/*------ para datepicker  ---*/
.form-groupdp {
    padding: 10px;
}


    .form-groupdp label {
        display: block;
        font-weight: normal;
        color: #000000;
    }

    .react-date-picker__wrapper {
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        /*border: thin solid gray;*/
        border: 0px;
    }

.make-switch label {
    display: block;
    font-weight: normal;
    color: #858585;
}

.form-groupdp input {
    width: 100%;
    background-color: transparent;
    background-image: none;
    /* border: 1px solid #c8c7cc;*/
    /*border-radius: 0 0 0 0 !important;*/
    color: #5b5b60;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    /*padding: 5px 10px;*/
    transition-duration: 0.1s;
    box-shadow: none !important;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    border:transparent;
}

.form-controldp {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 1px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-controlsearch {
    width: 85%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*------------------ radio buttons ----------------------*/
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
}

.radio-title {
    display: block;
    font-weight: normal;
    color: #858585;
    padding-bottom: 10px;
}

.clip-check {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
}

    .clip-check label {
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        margin-right: 15px;
        padding-left: 30px !important;
        position: relative;
        line-height: 23px;
        transition: border 0.2s linear 0s, color 0.2s linear 0s;
        white-space: nowrap;
    }

        .clip-check label:before {
            background-color: #ffffff;
            border: 1px solid #c8c7cc;
            content: "";
            display: inline-block;
            height: 20px;
            left: 0;
            margin-right: 10px;
            position: absolute;
            width: 20px;
            border-radius: 0;
            top: 1px;
            transition: border 0.2s linear 0s, color 0.2s linear 0s;
        }

        .clip-check label:after {
            display: inline-block;
            font-size: 11px;
            height: 19px;
            left: 4px;
            position: absolute;
            top: -1px;
            transition: border 0.2s linear 0s, color 0.2s linear 0s;
            width: 19px;
        }

    .clip-check input[type="checkbox"] {
        display: none;
    }

        .clip-check input[type="checkbox"]:checked + label:before {
            border-width: 10px;
        }

        .clip-check input[type="checkbox"]:checked + label:after {
            color: #fff;
            content: "\f00c";
            font-family: "FontAwesome";
        }

        .clip-check input[type="checkbox"][disabled] + label {
            opacity: 0.65;
        }

            .clip-check input[type="checkbox"][disabled] + label:before {
                background-color: #F8F8F8;
            }

    .clip-check.check-md label {
        margin-right: 15px;
        padding-left: 35px !important;
        line-height: 28px;
    }

        .clip-check.check-md label:before {
            height: 25px;
            width: 25px;
        }

        .clip-check.check-md label:after {
            font-size: 14px;
            height: 24px;
            left: 5px;
            width: 24px;
        }

    .clip-check.check-md input[type="checkbox"]:checked + label:before {
        border-width: 12px;
    }

    .clip-check.check-lg label {
        margin-right: 15px;
        padding-left: 40px !important;
        line-height: 33px;
    }

        .clip-check.check-lg label:before {
            height: 30px;
            width: 30px;
        }

        .clip-check.check-lg label:after {
            font-size: 17px;
            height: 29px;
            left: 6px;
            width: 29px;
        }

    .clip-check.check-lg input[type="checkbox"]:checked + label:before {
        border-width: 15px;
    }

    .clip-check.check-success input[type="checkbox"]:checked + label:before {
        border-color: #5cb85c;
    }

    .clip-check.check-primary input[type="checkbox"]:checked + label:before {
        border-color: #007AFF;
    }

    .clip-check.check-warning input[type="checkbox"]:checked + label:before {
        border-color: #eea236;
    }

    .clip-check.check-danger input[type="checkbox"]:checked + label:before {
        border-color: #d43f3a;
    }

    .clip-check.check-info input[type="checkbox"]:checked + label:before {
        border-color: #46b8da;
    }

    .clip-check.check-purple input[type="checkbox"]:checked + label:before {
        border-color: #804C75;
    }

.clip-radio {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
}

    .clip-radio label {
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        margin-right: 15px;
        padding-left: 25px !important;
        position: relative;
        margin-bottom: 6px;
        line-height: 23px;
        color: #858585;
    }

        .clip-radio label:before {
            background-color: #ffffff;
            border: 1px solid #d0d0d0;
            content: "";
            display: inline-block;
            height: 20px;
            left: 0;
            margin-right: 10px;
            position: absolute;
            width: 20px;
            border-radius: 99px;
            bottom: 2px;
            transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
        }

        .clip-radio label:after {
            border: 1px solid #c8c7cc;
            content: "";
            display: inline-block;
            height: 20px;
            left: 0;
            margin-right: 10px;
            position: absolute;
            width: 20px;
            border-radius: 99px;
            bottom: 2px;
            transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
        }

    .clip-radio input[type="radio"] {
        display: none;
    }

        .clip-radio input[type="radio"]:checked + label:before {
            border-width: 6px;
            background: #F8F8F8;
            border-color: #ffffff;
        }

        .clip-radio input[type="radio"][disabled] + label {
            opacity: 0.65;
        }

    .clip-radio.radio-md label {
        padding-left: 30px !important;
        line-height: 28px;
    }

        .clip-radio.radio-md label:before {
            height: 25px;
            width: 25px;
        }

        .clip-radio.radio-md label:after {
            height: 25px;
            width: 25px;
        }

    .clip-radio.radio-md input[type="radio"] {
        display: none;
    }

        .clip-radio.radio-md input[type="radio"]:checked + label:before {
            border-width: 7px;
        }

    .clip-radio.radio-lg label {
        padding-left: 35px !important;
        line-height: 33px;
    }

        .clip-radio.radio-lg label:before {
            height: 30px;
            width: 30px;
        }

        .clip-radio.radio-lg label:after {
            height: 30px;
            width: 30px;
        }

    .clip-radio.radio-lg input[type="radio"] {
        display: none;
    }

        .clip-radio.radio-lg input[type="radio"]:checked + label:before {
            border-width: 8px;
        }

    .clip-radio.radio-success input[type="radio"]:checked + label:before {
        background: #5cb85c;
    }

    .clip-radio.radio-primary input[type="radio"]:checked + label:before {
        background: #007AFF;
    }

    .clip-radio.radio-info input[type="radio"]:checked + label:before {
        background: #46b8da;
    }

    .clip-radio.radio-warning input[type="radio"]:checked + label:before {
        background: #eea236;
    }

    .clip-radio.radio-danger input[type="radio"]:checked + label:before {
        background: #d43f3a;
    }

    .clip-radio.radio-purple input[type="radio"]:checked + label:before {
        background: #804C75;
    }


@media only screen and (max-width: 900px) {

    .procesos li {
        padding: 20px;
        text-align: center;
        float: left;
        margin-bottom: 5px;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 24px !important;
    }

        .procesos li img {
            display: none;
        }

        .procesos li a {
            font-size: 1em;
        }

    .parametros-contables {
        width: 100%;
    }
}

@media only screen and (max-width: 919px) {


    header {
        z-index: 200;
    }

    .main-content {
        padding-top: 60px;
    }


    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: #fff;
    }

    .wsmenu-list > li > .navtext > span:after {
        display: none;
    }
}



/*-----------*/


.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control {
    position: relative;
    display: block;
    min-height: 2.5rem;
    padding-left: 2.5rem;
}

.custom-controlck {
    position: relative;
    display: block;
    min-height: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 3rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.8rem;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.8rem;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.search-options {
    display: none;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    position: absolute;
    top: 95px;
    width: 87%;
    z-index: 100;
}

    .search-options table {
        max-height: 350px;
        overflow: auto;
        display: block;
    }

    .search-options tr td {
        width: 100%;
        font-size: 14px;
        color: #505568;
        padding: 12px 15px;
        border: none;
    }

    .search-options tr:hover {
        background: #b4eae6;
        cursor: pointer;
    }

input.search:focus + .search-options {
    display: block;
}

.search-options button.agregar {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

.search-options .table thead th, .search-options .table td {
    border: none;
}

    .search-options .table td.imagen {
        width: 50px;
    }

    .search-options .table td img {
        width: 25px;
        height: 25px;
        border-radius: 50px;
    }

#btnVerArbol {
    position: absolute;
    left: -10px;
    top: 0;
    background-color: #242A31;
    color: #fff;
    border-radius: 0 3px 3px 0;
    font-size: 19px;
    opacity: 0.8;
}

    #btnVerArbol:focus {
        box-shadow: 0 0 0 0;
        border: none;
        outline: 0;
    }

.content-boxsearch {
    position: absolute;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 90%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    z-index: 1;
}

.col-md-12-search {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: unset;
}

/*------------------------------------------------------------------
------------------------Modal Reloj Marcador---------------------------------------
------------------------------------------------------------------*/

.modal-titleRM {
    margin: 0;
    line-height: 1.42857143;
    padding-left: 15px;
    color: inherit;
}

/*----------------------------------------------*/

.columnaRoja {
    color: #A43525;
}

.columnaAzul {
    color: rgb(32, 35, 184);
}

/*---------------------------------------------------------
    ---------------tooltip-------------------------------------*/

.tooltip2 {
    position: relative;
    margin-top: 5px;
    display: inline-block;
}

    .tooltip2 .tooltiptext2 {
        visibility: hidden;
        /*width: auto;
        height: auto;*/
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1000;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        margin-top: 8px;
    }

        .tooltip2 .tooltiptext2::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip2:hover .tooltiptext2 {
        visibility: visible;
        opacity: 1;
        z-index:10000;
    }

.react-date-picker {
    width: 100%;
}

.col-botones {
    text-align: center;
}

/*.tooltip2 {
    margin-top: 5px;
}*/

#listaColumnasDest, #listColumnas {
    min-height: 200px !important;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}
/************************* Search table ****************/
.search-label{
    display: block !important;
}

.margenBotonesTabla{
    margin-top: 35px;
}

.react-datepicker-wrapper {
    width: 100%;
}

.mb-3,.my-3{
    margin-bottom:1rem!important;
}
.modal-footer > *{
    margin: .25rem;
}
.rowSeg{
    margin-right: 0px;
    margin-left: 0px;
}

.modal-backdrop
{
    opacity:0.7 !important;
}
.div-fotos{
    text-align: right;
    float: right;
}

/***************Imagen empleado modal */
.container {
    height: 50vh;
    width: 30vw;
}

.container-cropper {
    height: 90%;
    padding: 10px;
}

.cropper {
    height: 90%;
    position: relative;
}

.slider {
    height: 10%;
    display: flex;
    align-items: center;
    margin: auto;
    width: 60%;
}

.container-buttons {
    border: 1px solid #f5f5f5;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*------------------ Tablas ----------------------*/

table.finanzas {
}

table.finanzas td {
  padding: 12px;
}

table.finanzas tr.disponible {
  border-top: 1px solid #ddd;
}

.big-table {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  margin-bottom: 50px;
}

.big-table .table-bordered > tbody > tr > td,
.big-table .table > thead:first-child > tr:first-child > th {
  white-space: nowrap;
}

input.input-table[type='number'] {
  text-align: right;
  border: none;
  padding: 2px;
  max-width: 150px;
}

input.input-table[type='text'] {
  text-align: left;
  border: none;
  padding: 2px;
}

input.date.table {
  border: none;
  box-shadow: none;
  max-width: 150px;
  margin: 0;
  padding: 0;
}

td.select-table .btn-default {
  border: none;
}

a.modal-open {
  cursor: pointer;
}

table.totales {
  float: right;
  margin-bottom: 50px;
}

table.totales td,
table.totales th {
  padding: 10px 25px;
  text-align: right;
}

.filtro-tabla {
  padding-top: 39px;
}

a.modal-open {
  display: none;
}

.search:hover .modal-open,
.search:focus .modal-open {
  display: inline;
}

/* CAMBIOS */
.table-date-catalog {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2rem;
  }
  
  .table-date-catalog,
  .table-date-catalog div {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
  }
  
  .table-date-catalog {
    gap: 2.5rem;
  }
  
  .table-date-catalog div {
    gap: 1rem;
  }
  
  .table-date-catalog i {
    font-size: 24px;
    color: #d73220;
    cursor: pointer;
  }
  
  .table-catalog table,
  .table-catalog table td {
    border: 1px solid #eeeeee;
  }
  
  .table-catalog tr td:first-child,
  .table-catalog thead tr th:first-child {
    font-weight: bold;
    text-align: left;
  }
  
  .table-catalog thead tr th,
  .table-catalog tbody tr td {
    text-align: center;
  }
  
  table td {
    padding: 15px 5px !important;
  }
  
  @media only screen and (max-width: 600px) {
    .table-date-catalog {
      font-size: 12px;
    }
  
    .table-date-catalog i {
      font-size: 16px;
    }
  
    .table-date-catalog {
      gap: 2rem;
    }
  
    .table-date-catalog div {
      gap: 0.5rem;
    }
  }


  /******************Checkboxes*****************/

  .cuentas-lista li {
    list-style: none;
  }
  .checkboxFive {
    margin: 20px 0px;
    position: relative;
  }
  
  .checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  .checkboxFive input {
    float: right;
  }
  
  .checkboxFive label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #d73220;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
  }
  
  /**
   * Create the hover event of the tick
   */
  .checkboxFive label:hover::after {
    opacity: 0.5;
  }
  
  /**
   * Create the checkbox state for the tick
   */
  .checkboxFive input[type='checkbox']:checked + label:after {
    opacity: 1;
  }
  
  .checkboxFive input[type='checkbox']:checked + p:after {
    color: #d73220;
  }

/* Cambio de color para los íconos del Checkbox Tree */
.rct-node-icon {
    color: red !important;
}

.react-checkbox-tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 14px !important;
}

.react-bootstrap-table-pagination {
    margin-left: 0px;
    margin-right: 0px;
}

.btnSecondaryStyle{
    background-color: #6c757d;
    color: white;
  }

  .btnSecondaryStyle:hover{
    background-color: #6c757dc6 !important;
    color: white !important;
  }

  .hoverBtn:hover{
    cursor: pointer;
  }

  .overflowTree{
    height: 50rem; 
    overflow: auto;
  }

  .colorListAs td{
    color: #fff !important;
  }

  /*Filtro arbol check*/
.filter-containerCK > .filter-text {
    display: block;
    margin-bottom: .75rem;
    border: 1px solid ;
    border-radius: .25rem;
    background-clip: padding-box;
    padding: .375rem .75rem;
    line-height: 1.5;
    font-size: 1rem;
}

.margin1{
    margin-left: 1rem;
}

.ColumnText{
    word-wrap: break-word;
}

.FontSZ{
    font-size: 18px;
}