﻿
.txt-azul
{
    padding-left: 50px;
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 600;
    font-family:"Castellar";
}
.btn-etapa
{
    BORDER-WIDTH: 4PX;
    BORDER-RADIUS: 6PX;
    color: white;
    padding-left : 6px;
    padding-right: 6px;    
    margin:10px;
}

.btn-etapa:hover
{
    font-size:1.1em;    
}

.btn-etapa-rojo
{
     border-color: red;
     background-color: #ff3300;
}

.btn-etapa-normal
{
     border-color: #004692;
     background-color: #0053ad;
}

.btn-etapa-verde
{
     border-color: #82ad74;
     background-color: #669900;
}

.btn-etapa-cobre
{
     border-color: #996600;
     background-color: #99896e;
     min-width: 180px;
}

.btn-etapa-normal-menu
{
    border-color: #007bff;
    background-color: #007bff;
    min-width: 180px;
    
}

.input-caratulado
{
    width: 100%;
    font-size: 1em;
    padding-left: 5px;    
}

.barra-estado
{
    line-height: normal; 
    vertical-align: text-bottom; 
    background-color: #18181c; 
    border-style: groove; 
    border-width: 4;
    border-radius: 2px;
    border-color:#484848;
    width: 100%;    
    color: white; 
    text-align: center;
    font-weight: bold;
    padding: 2px;
    font-family:"Castellar";
    /*max-width: 800px;    */
}

.version-container
{
    color: white;
    font-size: x-small;
    text-align: center;
}

/*******************************/
.file-upload {
    display: inline-block;
    overflow: hidden;
  
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/* The button size 
.file-upload {
    height: 30px;
}

    .file-upload, .file-upload span {
         padding-left : 20px;
    padding-right: 20px;
    margin-left: 10px;
    }

        .file-upload input {
            ;
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
        
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            ;
            top: 0;
            left: 0;
            display: inline-block;
           
            padding-top: 5px;
        }

        .img-error
        {
            max-height: 600px;
            max-width: 800px;
        }
        */
        
        /**************CSF 080618*/
        .titulosTablas
        {
            background-color: black;
            color: white;
            padding-right: 80%;            
        }