body{
    /*background-color: #BCD4FF;  Color de fondo de la pantalla inicial*/
    background-color: #ffffff;
}

.padding-title {
     padding-left: 200px;
}

.menu-margen {
     /**margin-left: 10px;
     margin-top: 45px;     situando el menu de izquierda pegado a la izquierda**/
}

.consulta-pub-titulo{
    margin-top: -15px;
    font-size: 24px;
    text-align: center;
}

.title-panel-pub {
color: #d4145a;
font-size: 18px;
border-bottom-style: dashed; border-bottom-width: 1px;
margin: 15px 25px 10px 25px
}

.container-fluid-logo {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top:-90px;
  margin-bottom:10px;
  text-align: center

}

.desc{
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 300;
    text-align: center;
    float:left;
}

.nombre-principal {
    /**color: #c1ca1f !important;**/

    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
    /**text-shadow: 2px 2px 9px #ffffff;**/
}

.logueado {
padding-bottom: 10px;
 }


.tituloraiz {
  padding-bottom: 2px;
 }

/**
.logon{
padding-bottom: 70px;
}
**/
.bienvenido {
    /**color: #c1ca1f !important;**/
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
    /**text-shadow: 2px 2px 9px #ffffff;**/
}


.nombreusuario{
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 300;
    text-align: center;

}

.navbar-fixed-top{
    top:0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 60px;
    /*position:relative;*/
}

.logosisfe{
  float:left;
}

.divcontainer{width: 55%; margin: 0 auto; margin-top: 0px; font-size:11px;}
.error{
    border-color: #d50000;
    color: #d50000;
    font-size: 16px;
    font-style: italic;
    position: absolute;margin-left:-13px}

.inputerror {
  border-color: red;
}

.warning {
  border-color: yellow;
}



@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}


/**
body {
  padding-top: 100px;
}
**/

.loginuno {
  padding-left: 300px;
  padding-top: 20px;
}


.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    /**top: 100px;**/
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /*background-color: #f5f5f5;*/
    /*background-color: #f8f9da; */
    background-color: #F8F9DA;

    border-right: 1px solid #ffffff;
  }
}

.btn-group > .btn, .btn-group-vertical > .btn {
    float: none !important;
}

.main {
  /*padding: 20px;*/

  background-color: #ffffff;
}
@media (min-width: 768px) {
  .main {
    /*padding-right: 40px;
    padding-left: 40px;*/
  }
}
.main .page-header {
  margin-top: 0;
}

.navbar {
  /** background-color: #f5f5f5 **/
  /**background-color: #f8f9da**/
  background-color: #E2E3C0;
}


.odd {
  background-color: #f5f5f5;
  border: 1px solid #eee;
}
.even {
  background-color: #fff;
  border: 1px solid #eee;
}

.headerTable {
 /*background-color: #fff;*/
background-color: #F8F9DA;
 border: 1px solid #eee;
}

.panel-heading {
    color: #000000 !important;
    background-color: #F8F9DA !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

.menulink {
    color: #000000 !important;
}

.verdevalido {
    color: #5FB404 !important;
}

.rojoinvalido {
    color: #DF0101 !important;
}



.menulinkb {
    color: #000000 !important;
    padding-left: 25px;
}

.panel-body {
    color: #ffffff !important;
    background-color: #F8F9DA !important;
}

.btn-primary {
    background-color: #F8F9DA;
    border-color: #ebeda7;
    color: #000000;
}

.busqueda {
    background-color: #f8f9da;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    width: 100%;
}




.labelform {
  float: left;
  width: 20%;
}

.widgetdateform {
  width: 70%;
}

.widgetform {
  width: 70%;
  padding-bottom: 10px;
}



.formbasico {
  float: left;
  width: 50%;
}

.buttones-group {
    margin-bottom: 15px;
    padding-left: 15px;
}


.tablalabel {
 width: 15%;
}

.tablavalor {
 width: 30%;
}

.tablawidget {
 width: 80%;
}

.tabla {
  width: 100% !important;
}

.centrobot{
    text-align: center;
}

.botonbus{
     padding-left: 20px;
     margin-left: 20px;
}

.textsm{
   font-size: 70%;
}

.col-sm-0 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.col-sm-smalll {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-0 {
    float: left;
  }
}

.col-sm-0 {
    width: 6.33333333%;
  }

@media (min-width: 768px) {
  .col-sm-smalll {
    float: left;
  }
}

.col-sm-smalll {
    width: 5.33333333%;
  }


.col-sm-estadoint {
    width: 3.3333333%;
}

@media (min-width: 768px) {
  .col-sm-estadoint {
    float: left;
  }
}



.col-sm-serie {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
@media (min-width: 768px) {
  .col-sm-serie {
    float: left;
  }
}

.col-sm-serie {
    width: 10%;
  }



.col-sm-estado {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;

}
@media (min-width: 768px) {
  .col-sm-estado {
    float: left;
  }
}

.col-sm-estado {
    width: 13%;
  }




  .col-sm-cliente {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
@media (min-width: 768px) {
  .col-sm-cliente {
    float: left;
  }
}

.col-sm-cliente {
    width: 20%;
  }


.input-smdos {
    border-radius: 3px;
    font-size: 10px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}


.tabladatos{
  padding-top: 30px;
}

.tablatxts{
  padding-top: 30px;
  line-height: 100px !important;
}


.busquedatam {
  width: 30%;
  float:right;
}

/*top, right, bottom, left*/
.listperm {
  /*padding: 2px 25px;*/
  background-color: #f8f9da;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 2px;
  padding-bottom: 27px;
  float: none;
}

.listpermsub {
  /*padding: 2px 25px; float:left;*/
  background-color: #f5f7b5;
  border: 0px;
  float:left;
}
.perf {
  vertical-align: top;
}
.fisc{
  padding-bottom: 10px;
  padding-top: : 20px !important;
}

.milab{
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}

.confesp{
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}

.btn-success {
    background-color: #F8F9DA;
    border-color: #ebeda7;
    color: #000000;
}

.btn-success.raised {
    box-shadow: 0 3px 0 0 #007299;
}

.btn-success.raised:active, .btn-success.raised.active {
    background: #33a6cc;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

.panelverde {
    background-color: #f8f9da;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}





.logingroup{
  padding-left: 50px;
}

.panelizquierdologin {
    /*background-color: #c1ca1f;
    background-color: #f8f9da
border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;

    */
    background-color: #fff !important;
    color: #34495e;
    margin-top: 100px;
    border: 2px solid transparent;
    border-radius: 6px;
    box-shadow: none;

}

.panelderechologin {
    /*background-color: #c1ca1f;*/
    color: #000;
    /**border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; **/
    margin-top: 40px;
}

.textopanelderechogrande {
    /**color: #c1ca1f !important;**/
    color: #34495e !important;
    font-size: 50px !important;
    font-weight: 600;
    text-align: center !important;
    padding-top: 80px;
    /**text-shadow: 2px 2px 9px #ffffff;**/
}

.textopanelderechochico {
    color: #34495e !important;
    font-size: 26px !important;
     font-weight: 600;
    text-align: right;
 }

.textopanelderechosisfe{
    color: #34495e !important;
    font-size: 26px !important;
}

/**
.bienvenido {
     color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
}
**/

.textlogindos{
    color: #ffffff !important;
    float: left;
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;}


.col-izquierda-login {
    width: 35%;
    float:left;
  }

.col-derecha-login {
    width: 45%;
    float:left;
  }

.pantallalogin{
  padding-left: 200px;
}

.nombre-principallogin{
   color: #34495e !important;
    font-size: 42px !important;
    font-weight: 600;
    text-align: center;
}
/**
.loginform {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
}**/

.loginform {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 80%;
}
.panelblanco {
  background-color: #fff !important;
}

.ingresosistema{
    /*color: #34495e !important;    */
    color: #000 !important;
    font-size: 16px !important;
     font-weight: 600;

}
.panel-info {
    border-color: #96e9f7;
}

.horarioejec {
    color: #34495e !important;
    font-size: 16px !important;
    font-weight: 600;
}
.nombretarea {
    color: #34495e !important;
    font-size: 18px !important;
    font-weight: 600;
}
