@charset "utf-8";
/* CSS Document */

body
{
    margin: 0px !important;
}

.btn-circle2 {
    width: 30px;
    height: 30px;
    padding: 7px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
    display: inline-block;
    font-weight: bolder;
}

.conductormain
{
    color: #067705;
}

.conductorsecond
{
    color: #efc72e;
}

.conductorerror
{
    color: #ef2e2e;
}

.conductornomina
{
    color: #337ab7;
}


.mapa {
            height: 500px;
    width: 100%;
      }

.imgestudiante
{
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border:1px solid;
    margin: 5px;
    float: left;
}

.imgestudiante2
{
    width: 100%;
    margin-bottom: 5px;
}

.cardestudiante
{
    border:1px solid;
    margin:2px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.textimg
{
    float: left;
}

.alistamientopre
{
    color: #333;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    padding-bottom: 0px;
    width: 100%;
}

.alistamientopre1
{
    font-size: 30px;
    vertical-align: sub;
    color: #0eff00;
}

.alistamientopre2
{
    font-size: 30px;
    vertical-align: sub;
    color: #ff0000;
}

.alistamientopre3
{
    font-size: 30px;
    vertical-align: sub;
    color: #f0ff2a;
}

.numeroformato
{
    background-color: #1eff00;
    color: #555;
}

.informacionextra
{
    font-size: 16px; 
    font-weight: bold;
}

.datoscapacidad0
{
    margin-bottom: 10px;
    text-align: center;
    background-color: #58AD4B !important;
    border-radius: 18px;
    color: #fff !important;
    border: hidden;
    width: 100%;
    height: 34px;
}

.datoscapacidad1
{
    margin-bottom: 10px;
    text-align: center;
    background-color: #26B99A !important;
    border-radius: 18px;
    color: #fff !important;
    border: hidden;
    width: 100%;
    height: 34px;
}

.datoscapacidad2
{
    margin-bottom: 10px;
    text-align: center;
    background-color: #d43f3a !important;
    border-radius: 18px;
    color: #fff !important;
    border: hidden;
    width: 100%;
    height: 34px;
}

.titulosdias
{
    font-size: 32px !important;
}

.listaestudiantes
{
    overflow-y: scroll;
    height: 500px;
    width: 100%;
}

.itemlisateestudientes
{
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #777;
}

.recojermode
{
    background-color: #26B99A !important;
    color: #FFF;
}

.dejarmode
{
    background-color: #d43f3a !important;
    color: #FFF;
}

.loader
{
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.loaderarea
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;

}


.loaderbox
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 70px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: -125px;
    margin-top:-35px;
}

.sessionbox
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 120px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: -125px;
    margin-top:-60px;
    text-align: center;
    padding: 10px;
}

.loadertext
{
    position: absolute;
    top: 40px;
    left: 0px;
    width:250px;
    text-align: center;

}

.sessiontext
{
    margin: 10px;
}

.loaderimg
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    margin-left: -16px;
    margin-top:-26px;
}

.sessionimg
{
    width: 30px;
}

.alerta
{
    color: #f00;
    text-align: center;
}

.alertabox
{
    text-align: center;
}

.alertaimg
{
    width: 100px;
}

.docsok
{
    font-size: 30px !important;
    color: #0A4D00;
}

.docsno
{
    font-size: 30px !important;
    color: #f00;
}

.docswar
{
    font-size: 30px !important;
    color: #dcb80a;
}

.docsna
{
    font-size: 30px !important;
    color: #e7e7e7;
}

.helpmenu
{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -moz-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -o-transition: wiwidth 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
}

.helpmenu-change
{
    left: 100px;
}

.popupbox
{
    width: 200px;
    margin-left: -100px;
    margin-top: -125px;
    position:absolute;
    border: solid 1px #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(212,212,212,1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(212,212,212,1);
    box-shadow: 1px 1px 1px 0px rgba(212,212,212,1);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -moz-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -o-transition: wiwidth 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;

}

.imgconteiner
{
    overflow: scroll;
    text-align: center;
}

.animation
{
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -moz-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -o-transition: wiwidth 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
}

.mychart
{
    height: 450px;
}

.mychart2
{
    width: 100%;
    text-align: -webkit-center;
}

.tablasdata
{
    text-align: left !important;
    white-space: normal;
}

.btn-dark2 {
    color: #34495e;
    background-color: #e7e7e7;
    border-color: #364B5F;
}

.popupiframe
{
    width: 100%;
    height: 200px;
}

.btredondo
{
        padding-left: 12px;
    padding-right: 7px;
    font-weight: bold;
}

.sliderarea
{
    padding: 40px;
}

/* pruebas */

.L1
{
    position:absolute; 
    left: 0px;
    top: 50%;
    margin-top: -40px;
    width: 30px;
    height: 60px;
    border: 1px solid;
    background: #f0ad4e;
    color: #FFF;
    padding-top: 18px;
    padding-left: 3px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.R1
{
    position:absolute; 
    left:100%;
    margin-left:-30px; 
    top:50%; 
    margin-top:-40px; 
    width:30px; 
    height:60px;
    background: #f0ad4e;
    color: #FFF;
    padding-top: 18px;
    padding-left: 10px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.manualslider
{
    width: 1000px !important;
}

.html
{
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    padding: 0px;
}

.slideconteiner
{
    position:relative;
    text-align:left;
    left:0px;
    top:0px;
    width:100%;
    height:400px;
    padding: 0px;
}

.slideconteiner2
{
    position:relative;
    text-align:left;
    margin-top: 10px;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    padding: 0px;
}

.pdfbody
{
    position: relative;
    padding: 0px;
    margin:0px;
    background-color: #fff;
    color: #000;
    width: 1366px;
}

.pdfproveedor
{
    position: absolute;
    top: 105px;
    left: 100px;
}

.pdf5X12
{
    position: absolute;
    top: 107px;
    left: 890px;
    background-color: #fff;
    width: 34px;
    height: 16px;
}

.pdf7X12
{
    position: absolute;
    top: 107px;
    left: 997px;
    background-color: #fff;
    width: 34px;
    height: 16px;
}

.pdf7X24
{
    position: absolute;
    top: 107px;
    left: 1113px;
    background-color: #fff;
    width: 34px;
    height: 16px;
}

.pdfciudad
{
    position: absolute;
    top: 165px;
    left: 20px;
}

.pdfplaca
{
    position: absolute;
    top: 165px;
    left: 230px;

}

.pdfconductor
{
    position: absolute;
    top: 165px;
    left: 304px;

}

.pdfcedula
{
    position: absolute;
    top: 165px;
    left: 1178px;
}

.pdfdia
{
    position: absolute;
    top: 198px;
    left: 328px;
}

.pdfmes
{
    position: absolute;
    top: 198px;
    left: 618px;
}

.pdfano
{
    position: absolute;
    top: 198px;
    left: 905px;
}

.pdftt
{
    position: absolute;
    top: 7px;
    left: 205px;
}

.pdfkf
{
    position: absolute;
    top: 7px;
    left: 662px;
}

.pdfusuarios
{
    position: absolute;
    top: 7px;
    left: 999px;
}

.pdffirma
{
    position: absolute;
    top: 37px;
    left: 279px;
    width: 220px;

}




.pdfimg
{
    position: relative;
    padding: 0px;
    margin:1%;
    margin-bottom: 0px;
    width: 98%;
}

.pdfimgb
{
    position: relative;
    padding: 0px;
    margin:1%;
    margin-top: 0px;
    width: 98%;
}

.pdftable
{
    position: relative;
    padding: 0px;
    margin:1%;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 97.9%;
    border: 1px solid black;
    display: -webkit-box;
    font-size: 10px;
    color: #000;
}

.pdftableitem0
{
    position: relative;
    width: 199px;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem1
{
    position: relative;
    width: 81px;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem2
{
    position: relative;
    width: 204px;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem3
{
    position: relative;
    width: 6.24%;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem4
{
    position: relative;
    width: 101px;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem5
{
    position: relative;
    width: 103px;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem6
{
    position: relative;
    width: 83px;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem7
{
    position: relative;
    width: 161px;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem8
{
    position: relative;
    width: 167px;
    border-right: 1px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitem9
{
    position: relative;
    width: 153px;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}


.pfgimgtable
{
    width: 100%;
}

.pdffirmaconetiner
{
    position: relative;
    width: 1366px;
    height: 200px;
}

.jornadaview
{
    padding: 5px;
    border: 10px;
    color: #fff;
    background-color: #5bc0de;
    border-radius: 10px;
    margin-bottom: 3px;
}

.jornadaviewdia
{
    padding: 5px;
    border: 10px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 3px;
}

.rutaactiva
{
    background-color: #5cb85c;
}

.rutainactivo
{
    background-color: #d43f3a ;
}

.rutapendiente
{
    background-color: #f0ad4e ;
}

.areasdetexto
{
    height: 200px !important;
}

.lista {
    list-style-type: none;
}

.paso1ruta
{
    color: #3d7b8e;
    font-weight: 600;
    border-bottom: 1px solid #3d7b8e;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 3px;
}

.btareaordenruta
{
    text-align: center;
}

.btretirarlista
{
    margin-top: 24%;
    width: 90%;
    transform: translateY(-38%);
}

.textolistaruta
{
    padding-top: 10px;
    padding-bottom: 6px;
}

.btarealistaruta
{
   position: relative;
}

.orden2
{
    margin: 5%;
    width: 90%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

.pdftableA
{
    position: relative;
    padding: 0px;
    margin:1%;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 97.9%;
    border: 1px solid black;
    border-left: 4px solid black;
    display: -webkit-box;
    font-size: 10px;
    color: #000;
}

.pdftableitemA0
{
    position: relative;
    width: 231px;
    border-right: 4px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitemA1
{
    position: relative;
    width: 232px;
    border-right: 4px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitemA2
{
    position: relative;
    width: 172px;
    border-right: 4px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitemA3
{
    position: relative;
    width: 262px;
    border-right: 4px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitemA4
{
    position: relative;
    width: 190px;
    border-right: 4px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdftableitemA5
{
    position: relative;
    width: 247px;
    border-right: 4px solid black;
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logoempresaformatos
{
    position: absolute;
    width: 100px;
    height: auto;
    top: 50px;
    left: 40px;
}

.justifire
{
    text-align: justify;
}

@media (max-width: 991px) {
    .texttabladata
    {
        padding: 5px;
        margin: 5px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: rgba(255,255,255,0.9);
    }
}

.inputform1
{
    width: 100% !important;
    margin-top: 5px;
    border-radius: 5px;
}

.margertop5
{
    margin-top: 5px;
}

.separador
{
    width: 100%;
    height: 10px;
}

.hiddemode
{
    display: none !important;
}

.menuflotante
{
    position: fixed;
    width: 40px;
    height: 40px;
    left: 100%;
    margin-left: -50px;
    top: 70px;
    background-color: #000;
    border-radius: 10px;
    opacity: 0.5;
    display: none;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400 !important;
    line-height: 1.1;
    color: inherit;
}

/* Style the checkmark/indicator */
.checkmark {
    width: 25px;
    height: 25px;
}

.table-view-fix
{
    border: hidden;
}

.iframefixer
{
    border:hidden;
    padding: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out 0s,-webkit-box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
}

.btfix
{
    width: 100%;
}


.btfix2
{
    width: 100%;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: left;
}

.btfix3
{
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
}

.docsok2
{
    font-size: 12px !important;
    color: #0A4D00;
}

.docsno2
{
    font-size: 12px !important;
    color: #f00;
}

.docswar2
{
    font-size: 12px !important;
    color: #dcb80a;
}

.fixtabletenecia
{
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

.docsok3
{
    font-size: 16px !important;
    color: #0A4D00;
    text-align: center;
    margin-bottom: 15px;
}

.docsno3
{
    font-size: 16px !important;
    color: #f00;
    text-align: center;
    margin-bottom: 15px;
}

.docswar3
{
    font-size: 16px !important;
    color: #dcb80a;
    text-align: center;
    margin-bottom: 15px;
}

.docsnone3
{
    font-size: 16px !important;
    color: #5bc0de;
    text-align: center;
    margin-bottom: 15px;
}


/* permisos */

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
  }
  @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    width: 75%;
margin: 60px auto;
height: 500px;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color:#c1bcb1;border: 2px solid #c1bcb1;
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid rgb(34, 194, 34);
    color:rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #c1bcb1;border: 2px solid #c1bcb1;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #febe29;
    color: #febe29;

}

span.round-tabs.three{
    color: #c1bcb1;border: 2px solid #c1bcb1;
   
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #3e5e9a;
    color: #3e5e9a;

}

span.round-tabs.four{
    color: #c1bcb1;border: 2px solid #c1bcb1;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #f1685e;
    color: #f1685e;
}

span.round-tabs.five{
    color: #c1bcb1;border: 2px solid #c1bcb1;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #6A0278;
    color: #6A0278;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: black;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: black;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 15px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
.menudes
{
    background-color: green;
}  
.btn-2
{
    margin-left: 12%;
    margin-top:-4.8%;
    position: relative;

}
.btn-1
{
    
    margin-top: -3%;
    position:relative;
}
.btn-3
{
    margin-left: 27%;
    margin-top:-4.7%;
    position: relative;

}
.btn-4
{
    margin-left: 41%;
    margin-top:-4.7%;
    position: relative;
}
.btn-5
{
   margin-left: 56.8%;
    margin-top:-4.7%;
    position: relative; 
}
.btn-6
{
   margin-left: 70.5%;
    margin-top:-4.7%;
    position: relative; 
}
.btn-7
{
margin-left: 82%;
    margin-top:-4.7%;
    position: relative;
}
.btn-seg-2
{
     margin-left: 15%;
    margin-top:-4.7%;
    position: relative;
}
 #ul{
       list-style:none;
       }

.btn-primary: hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #c52323;
}       

.nav-tabs
{
    border-bottom: hidden;
}

.bt1-change
{
    border: 2px solid rgb(34, 194, 34);
    color: rgb(34, 194, 34);
}

.subfixer
{
    margin: 10px;
    text-align: center;
}

.subcontainer
{
    border: 2px solid #c1bcb1;
    border-radius: 10px;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -moz-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -o-transition: wiwidth 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
}

ul {
list-style-type: none;
}

.permisostitulos
{
    position: absolute;
    top: -20px;
    width: 200%;
    transform: translate(-36px);
    text-align: center;
    color: #c1bcb1;
}

.fixbtpermiso
{
    margin-top: 10px;
}

.obligatorio
{
    color: red;
    font-size: 13px;
}

.fixobligatorioheader
{
    margin-bottom: -10px;
}

.fixwarningheader
{
    color: red;
    font-size: 10px;
    margin-bottom: -5px;
}

.tablaparametros
{
    border: 1px solid #aaa;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.foldertipe
{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    background: #f5f5f5;
    color: #333;
    -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;
}

[role="treeitem"].hover , [role="treeitem"] span:hover
{
    background: transparent;
}

[role="treeitem"].focus , [role="treeitem"] span.focus
{
    background: transparent;
    border: transparent; 
}

[role="treeitem"], [role="treeitem"] span {
    width: 100%;
}

.minimenu
{
    width: auto;
    height: 33px;
    position: absolute;
    left: 280px;
    top: 65px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 11px;
    background: #00000091;
    border-radius: 3px;
    color: #f7f7f7;
    overflow: hidden;
    -webkit-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -moz-transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    -o-transition: wiwidth 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
}

.minimenu-change
{
    height: 340px;
}

.submenubt
{
    cursor: pointer;
    margin-bottom: 10px;
}

.suboption
{
    border-radius: 3px;
    margin-top: 5px;
    padding: 4px;
    background: #f5f5f5f2;
    color: #333;
}

.formularioresumendata
{
    position: absolute;
    left: 100%;
    margin-left: -15px;
    top: -4px;
    background-color: #E74C3C !important;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 5px;
    border-radius: 10px;
    color: #fff;
    text-align: right;
}

.relative
{
    position: relative;
}

.contratoseleccionado
{
    border: hidden;
    background: transparent;
}

.infofuec
{
    display: contents;
}

.origenesmode1
{
    color: #5276ff !important;
}

.origenesmode2
{
    color: #000 !important;
}

.origenesmode3
{
    color: #f69b33  !important;
}

.tutoinfo
{
    text-align: center;
    margin-bottom: 15px;
    font-weight: bolder;
    padding: 7px;
}

.text_error
{
    color: #F44336;
    font-weight: bold;
}

.preview_fuec_div
{
    margin-top: 5px;
    position: relative;
}

.preview_fuec_div_fin
{
    margin-top: 5px;
    margin-bottom: 25px;
    position: relative;
    color: #F44336;
}

.preview_fuec_titulo_fin
{
    color: #000;
}

.colortable1{
    background: #98c190!important;
}
.colortable2{
    background: #7890bf!important;
}
.colormuestra1
{
    width: 25px; 
    height: 25px; 
    border: none; 
    border-radius: 5px;
    background: #98c190!important;

}
.colormuestra2
{
    width: 25px; 
    height: 25px; 
    border: none; 
    border-radius: 5px;
    background: #7890bf!important;
    margin-left: 3%;

}
.bordeinp{
    border-color: #867a7a;
}