
.grupo-color{
    display: flex;
padding: 20px;
}
.grupo-color .clase{
    padding-right:20px;
}
.row-inf{
  flex-wrap: nowrap;
  /*display: flex;*/
  align-items: center;
}
.row-inf label{
  padding-right: 10px;
  width: 100px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 600;
  display: contents;
}
.row-inf .class-i{
    display: inline-block;
    font-size: 14px;
    color: #7780e4;
    padding: 5px 12px ;
    border: 1px solid #7780e4;
    border-radius: 5px;
    margin-bottom: 14px;
    margin-left: 10px;
}
.box.box-primary{
  padding: 20px 
}
.box.box-danger{
  padding: 20px
}
.box-footer{
  text-align: right;
  margin-top: 20px;
  padding-top: 20px;
}
 .body-pro{
   display: flex;
 }
 .des-pro{
   width: 70%;
 }
 .img-pro{
     margin-left: 28px;
    overflow: hidden;
    position: relative;
    max-width: 100px;
    height: 100px;
 }
 .img-pro img{
     display: block;
    max-width: 100%;
    height: auto;
    min-width: 100%;
 }
  @media (max-width: 768px){
    .body-pro{
      display: block;
    }
    .des-pro{
      width: 100%;
    }
    .img-pro{
      padding-left: 0;
    }
  }
 @media (max-width: 767px){
   .box.box-primary,.box.box-danger{
     padding: 5px
   }

 }
  @media (min-width: 768px)and (max-width:991px){
   .box.box-primary,.box.box-danger{
     padding: 15px
   }

 }
  div.dataTables_length label{
   display:none;
 }
div.dataTables_filter input{
    box-shadow: none;
    background-color: #f9f9fe;
    border: 1px solid #DFDFDF;
    height: 35px;
    border-radius: 6px;
    padding-left: 10px;
}
.row-inf .row-form{
    display:flex;
}
.row-inf form{
    display:flex;
}
.row-cab{
    padding-top:20px;
}
.row-title{
 /* flex-wrap: nowrap;
  display: flex;
  align-items: center;*/
  padding-bottom: 10px;
}
.row-title .row-form{
    display:flex;
}
.row-title label{
    padding-right: 10px;

    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
}
@media (max-width: 575.98px){
    .row-title{
    width:100%
    }
.row-inf{
    flex-wrap: wrap;
}
.row-inf label{
        display: contents;
}
.row-cab .row-inf{
    padding-bottom:15px;
}
.modal_2{
    width: 350px !important;
}
}
@media only screen and (min-width:576px) and (max-width:767px){
    .row-cab .row-inf{
    padding-bottom:15px;
}
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu{
    
    width: 180px;
    padding: 0;
    border-radius: 5px !important;
    background-color: #f9f9f9;
    height: 130px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
        border-radius: 5px 5px 0 0;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer{
        padding: 12px 10px 8px !important;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-user-a {
    color: #666666;
        font-size: 14px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    /* color: #212529; */
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    /* font-size: 1rem; */
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-user-a:hover{
    color: #7780e4 ;
    background-color: transparent;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p{
        line-height: 2.1;
}
/*---------MODAL--------*/
    .page{
            background: url(img/foto.jpg) center;
            height: 100vh; 
            display: flex;          
            justify-content: center;
            align-items: center;
        }
        .fondo_transparente ,.fondo_transparente1,
        .fondo_transparente2{
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.226);
            position: fixed;
            height: 100vh;
            width: 100%;
            display: none;
            z-index: 1040;
        }
        .modal_2{
            /*background: linear-gradient(0deg,white 70%, #7780e4 30%);*/
            background:white;
            width: 400px;
           /* height: 300px;*/
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            border-radius: 15px;

        }
        .modal_cerrar{
            /*background: white;*/
            position: absolute;
            right: 5px;
            color: #7780e4;
            top: 0px;
            width: 40px;
            height: 40px;
            border-radius: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        .modal_titulo{
            color: white;
            font-size: 40px;
        }
        .modal_mensaje{            
           padding: 10px 30px;
        }
        .modal_botones{      
            width: 100%;    
           /*background: whitesmoke;*/
           border-top:whitesmoke 1px;
          /* padding-top: 20px;*/
           display: flex;
           justify-content: space-evenly;
        }
        
        .boton{
            background: white;
            padding: 8px 30px;
            color: #7780e4;
            text-decoration: none;
            border-radius: 5px;
            border:1px solid #7780e4
        }
        .boton:hover{
            background: #7780e4;
            color: white;
        }
.form-modal{
   width: 400px;

    padding: 30px 30px;
    margin-bottom: 0px; 
}
.select_proc{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.select_mat{
    justify-content: space-evenly!important;
}
.select_proc select{
    width: 150%!important;
    height: 42px;
    padding: 6px 12px;
}
.select_proc label, .box-success h4,.box-primary .box-header .box-title {
     padding-top: 4px;
    font-size: 17px!important;
    color: #474d58;
}
.proc_act{
    /*display:flex;
    justify-content: space-between;*/
}
.proc_act textarea{
    width: 100% !important;
    height: 155px;
}
.proc_title{
        border-bottom: none!important;
}
.proc_title h4{
    font-size:16px!important;
}
@media (max-width: 768px){
    .proc_act{
    /*flex-wrap:wrap;
    justify-content: space-between;*/
}
.proc_act textarea{
    width: 100% !important;
}

}
.box-mat{
    padding: 0 20px;
}
.box-det{
    padding-top:20px;
}
.box-det input{
    pointer-events: none; border: none;
        text-transform: capitalize;
        font-weight: 600!important;
            width: 100% !important;
}
.box-det h4{
    color: #525edc;
    font-size: 16px;
    padding-left: 10px;
}
.box_lista{
    text-align:center;
}
@media(max-width:991px){
   
}
.box-option{
    text-align:center;
}
.box-header{
    text-align:center;
}
.disabled{
    cursor: not-allowed !important;
    opacity: .65;
    box-shadow: none;
}
.box-header-proc{
    display:flex;
}
.box-header-proc .box-title{
    color: #525edc;
    font-size: 16px;
}
.box-header-proc .box-title i{
    padding: 1px 20px;
    font-size: 15px;
    color: #525edc;
}
@media (max-width: 576px){
    .select_proc{
        /*flex-wrap: wrap;
        justify-content: center;*/
    }
    .select_proc select{
    width: 100%!important;
    margin-right: 20px;
    }
}
.img_header{
    text-align: center;
}
.img_header button{
        border: none;
    background: none;
}
 .img-mat{
   
    overflow: hidden;
    position: relative;

 }
 /*------------input file------------------*/
 .file_img{
    font-size: 14px;
    color: #7780e4 !important;
    display: inline-block;
    padding: 9px 15px !important;
    border: 1px solid !important;
    border-color: #7780e4 !important;
    border-radius: 5px !important;
 }
 .file_img i{
         padding-right: 5px;
 }
.col-img{
    display: flex;
    justify-content: space-between;
}
.col-img-div{
    margin-left: 0;
    margin-bottom: 0;
}
.col-img-div2{
   padding-top: 10%;
}
.row1 a{
    cursor: not-allowed;
    pointer-events: none;
}
.form-des{
    justify-content: center;
}
.form_class{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.form_class label{
    width: inherit;
   
}
.form_class input{
   margin-bottom:0 !important;
   
}
@media (max-width: 576px){
   .form_class{
      flex-wrap:wrap;
}
.box-tabla{
       padding: 20px 0 !important;
}
}
.box-header .box-title {
        padding-bottom: 20px;
}
.box-tabla{
    padding: 20px;
}
.row-process1{
        flex-wrap: nowrap;
    display: flex;
    align-items: baseline;
}
.row-process1 label{
    padding-right: 10px;
    width: 100px;
    margin-bottom: 15px;
    text-align: left;
}
.row-process1 .class-i{
    display: inline-block;
    font-size: 14px;
    color: #7780e4;
    padding: 5px 12px ;
    border: 1px solid #7780e4;
    border-radius: 5px;
    margin-bottom: 14px;
    margin-left: 10px;
}
.class-select{
     width: 80% !important;
}
.pag-list{
        padding-bottom: 10px;
}
.row-ficha{
      
    justify-content: center;
   
}
.row-ficha-det{
        flex-wrap: wrap;
    justify-content: right;
}
.box-primary .box-header .box-title>small{
        font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    font-weight: 300;
}
#activi {
    counter-reset: lista;
}
#activi h4{
   counter-increment:lista;  
   padding-bottom:10px;
 }
#activi h4:before {
    content: counter(lista) ". ";
}
.row-t{
    display: flex;
}
.row-t label{
    display: inline-block;
    text-align: left;
    width: 50%;
}
.row-t select {
    text-align:center;
    width: 80%!important;
}
.row-subir{
   align-items: center;
    display: flex; 
}
@media (max-width: 575.98px){
    .row-t select {
    width: 100%!important;
    }
    .row-t label{
        margin-bottom: 5px;
    }
}
.input-icon{
        border-radius: 0 5px 5px 0 !important;
}
.dropdown-menu > .user-footer > div > a > .fa{
        width: 20px;
     padding-right: 10px;
    /* line-height: 1; */
    vertical-align: -1px;
}
.img-act{
        display: flex;
    justify-content: space-between;
}
.up-img{
    align-items: center;
    display: flex;
}
.animated--fade-in-up {
    animation-name: fadeInUp;
    animation-duration: 300ms;
    animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}
.box-tablas{
    width: 100%;overflow: auto;
}
 @media (max-width: 767px){
   .c-crear .btn_1{
         margin-top: 0px !important;
   }

 }
.input-group-btnSpan{
     display:flex;
 }
.input-group-btnSpan input{
    border-radius: 5px 0 0 5px !important;
}
.input-group-btnSpan button{
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 0 5px 5px 0 !important;
    border-color: #bbc1c9;
    border-left-color: rgb(187, 193, 201);
    border-left: none;
}
.input-group-btnSpan span:before{
    color: #555;
}
.input-group-btnSpan  button:focus:not(:focus-visible) span:before{
    color: #000;
}
.input-group-btnSpan button:hover{
    background-color: #fff;
     border-color:#bbc1c9;
}
.input-group-btnSpan button:focus{
    border-color:#bbc1c9;
}
.input-group-btnSpan button:focus:not(:focus-visible){
    background-color: white;
}
.div-respuesta{
    background-color: #00a65a;
  color: white;
  height: 50px;
  display: none;
}