
    html {
            font-family: Calibri, Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
            font-size: 14px;
          }

     /*----------------------------------------------------*/

      /* blink !*/ 
      @-webkit-keyframes blinker {
        from {opacity: 1.0;}
        to {opacity: 0.0;}
      }
      .blink{
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;
      }
     
    /*------  NAVIDAD   ----------------------------------------------*/
    
    .cursor_pino{cursor:url('../images/navidad/cursor-chico.png'), auto;}

    .imagen-fondo-navidad {
        background-image: url('../images/navidad/bolas.jpg');
        background-repeat: repeat-x;
        background-attachment: fixed;
        background-position: top;
        /* you need to match the shadow color to your background or image border for the desired effect*/
       
       }



    /*----------------------------------------------------*/

    .navbar-custom {
                    background-color: #0099cc;
                   }
    /* color del fondo del dropdown*/
    .navbar-custom .dropdown-menu {
                    background-color: #0099cc;
                   }
    /* color del texto del dropdown */
    .navbar-custom .dropdown-item {
                    color: #ffffff;
                   }

    /* color del hover en el dropdown*/
    .navbar-custom .dropdown-item:hover,
    .navbar-custom .dropdown-item:focus {
                  color: #333333;
                  background-color: #d9d9d9;   
                  }                
    /*----------------------------------------------------*/
    .alert-danger { font-size: 14px;
                    color: #ffffff;
                    background-color: #cc2900;
                    border-color: #ffcc80;
                } 

    .alert-success {font-size: 14px;
                    color: #ffffff;
                    background-color: #59b300;
                    border-color: #ffffff;
                }                    

    .container{     margin-top: 10px;
                    margin-right: auto;
                    margin-bottom: 10px;
                    margin-left: auto;
              }
    /*----------------------------------------------------*/              
    .table {
        border: none;
        font-size:12px;    /* tamaño del texto de las tablas*/
        font-family:'Roboto',Arial, Helvetica, sans-serif;    /*  'Montserrat';  */
    }

    .table-definition thead th:first-child {
        pointer-events: none;
        background: white;
        border: none;
    }

    .table td {
               vertical-align: middle;
               padding-top: 0.5px;
               padding-bottom: 0.5px
    }


    .tr-cab {

                font-size: 10px; 
                font-family: Roboto,sans-serif;
                color: #ffffff

    }

    .td-name {
              max-width: 250px;
    }

    .tit-principal {

            font-family:Dosis, sans-serif;
            font-weight:800;
            padding-bottom: 0px;
            margin-bottom: 0px;
    }


    .badge {
        padding: .30em .30em;
        font-size: 85%;
    }

    
     .form-group {
                    margin-top: 1px;
                    margin-bottom: 1px;
                    font-size: 12px;
                  }

     .form-control {
                    margin-top: 1px;
                    margin-bottom: 1px;
                    font-size: 12px;
                    font-weight: bold;
                  }


      .form-control::-webkit-input-placeholder { /* WebKit browsers */
          color: transparent;
      }
      .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
         color: transparent;
      }
      .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
         color: transparent;
      }
     .form-control :-ms-input-placeholder { /* Internet Explorer 10+ */
         color: transparent;
      }    


    .rend-label {

                    font-family:Dosis, sans-serif;
                    font-weight:400;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                    background-color: #d1e0e0;
                }

    .rend-label-col {

                    font-family:Dosis, sans-serif;
                    font-weight:400;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                    background-color: #0099e6;
                    color: white;
                    text-align: right;
                }                

    .rend-text {

                    font-family:Calibri, sans-serif;
                    font-weight:400;
                    text-align: right;
                    padding-bottom: 0px;
                    margin-bottom: 0px;

                }

    .rend-text-rojo {

                    font-family:Calibri, sans-serif;
                    font-weight:400;
                    text-align: right;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                    color: #e60000;

                }                


    /*----------------------------------------------------*/
    /*Diseño de las tablas de detalles           */
    table#G3 td {     border: 1px solid #e4e4e4;
                      padding-top    : 1px;
                      padding-right  : 12px;
                      padding-bottom : 1px;
                      padding-left   : 10px;
                      font-size      : 13px;  
                      font-family:'Roboto',Arial, Helvetica, sans-serif;    /*  'Montserrat';  */
                      }

    /*----------------------------------------------------*/
    /*Diseño de las tablas de detalles           */
    table#X3 td {     border: 1px solid #ffffff;
                      padding-top    : 1px;
                      padding-right  : 10px;
                      padding-bottom : 1px;
                      padding-left   : 10px;
                      font-size      : 13px;  
                      font-family:'Roboto',Arial, Helvetica, sans-serif;    /*  'Montserrat';  */
                      }                      
          
    /*----------------------------------------------------*/
    btn-group-xs>.btn, .btn-xs {
        padding: 1px 5px;
        font-size: 12px;
        font-family:Calibri, Helvetica, sans-serif;    /*  'Montserrat';  */
        line-height: 1.5;
        border-radius: 3px;
    }

        /* Set black background color, white text and some padding */
    footer {
            /*background-color: #17a2b8;*/
            background-color: #007399;
            color: #b3d9ff;
            text-align:center;
            padding: 10px;
            height: 30px;
            bottom:0;
            position:fixed;
            width:100%;
        }


/*    .jumbotron {
      height: 500px;
      color:  : white;
      text-shadow: #444 0 1px 1px;
      background:transparent;
      background-image: url({% static 'images/fondo.jpg' %});
      background-size: cover;
    }*/



      html {
         position: relative;
         height: 100%;
      }

      body {
          background-color: #F2F2F2;
          height: 90%;
          /*margin-bottom: 50px; /* Margin bottom by footer height */
      }

