/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-apr-2015, 12:51:39
    Author     : sec
*/

      
.custom-file-input::after {
    content: 'Select';
    color:#fff;
    background: rgb(219,0,26);
    border: 0px solid #999;
    border-radius: 0px;
    padding: 1vw 2vw;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 300;
    font-size: 1vw;
    position:relative !important;
    right:0;
    top:0;
    border-top:5px solid rgb(219,0,26);
    border-bottom:5px solid rgb(219,0,26);
    font-family: "myriad-pro";
    float:right;
    font-weight: 300 !important;
    margin-left:0vw !important
}
.custom-file-input-wrap-wrap label{
            font-size:1vw;
            font-family: "myriad-pro" !important;
            font-weight: 400 !important;
            padding:1vw 1vw 1vw 1vw;
            position:relative !important;
            color:#ccc;
            border-top:2px solid #fff;
            text-align: left !important;
}   

 input[type='file'] {
       text-align: left;
       width:78% !important;
       padding:1vw 0vw 1vw 1vw;
        border: 2px solid #fff !important;
        box-shadow: 0px 2px 5px #595959;
        color:#ccc;
        font-size:1vw;
    font-weight: 300 !important;
    
  /*color: transparent;*/
  
}     
    