/* 
    Created on : 26/04/2016, 10:01:30
    Author     : rodolpho.couto
*/
label.label-web{
    background-color: #fabd14;
    color: white;
}

.font-web{
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;

}

button.web-button{
    padding: 0px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.35);
    background-image: -webkit-linear-gradient(top, #f5f5f5, rgba(12, 6, 6, 0.1));
    outline-color: inherit;
}

.web-border{
    border: #d2d6de;
    border-style: solid;
    border-width: 1px;
}

.web-div{
    padding: 0px;
    background-color: #fabd14;
    display: flex;
    justify-content: flex-end;
}

i.web-awesome{
    display: block;
}

div.web-container{
    border: 2px;
    border-style: solid;
    border-color: #fabd14;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 10px 10px 5px #888888;
}

/*Utilizada para alinhar a textArea da tela de cadastro de execução*/
.diferenca{
    padding-bottom: 8px;
}

.warning{
    background-color: #fcf8e3 !important; 
}

.danger{
    background-color: #f2dede !important;
}

.sucess{
    background-color: #dff0d8 !important;
}

.caixa-alta{
    text-transform: uppercase;   
}

.botao-pdf{
    background-image: url("../img/pdf.jpg");
    width: 25px;
    height: 30px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.botao-carta-correcao{
    background-image: url("../img/cce.png");
    width: 30px;
    height: 25px;
    background-size: 30px;
    background-repeat: no-repeat;
}

.web-selected {
    background-color: lightgrey;
}

.web-text{
    background-color: #fabd14;
    color: white;
}

.web-item-border{
    border-style: solid;
    padding: 0px;
    border-width: 1px;
    border-color: lightgray;
    margin-top: 15px;
    background-color: #f4f4f4;
}

.btn-default{
    outline-color:#888888 !important;

}

.btn-primary{
    outline-color:#888888 !important;

}

.botao-pdf.secure{
    background-image: url("../img/pdf-secure.jpg") !important;
}

.store-title {
    background-color: #fabd14;
    border-color: #a5423b;
    color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.store-border {
    border-color: #a5423b;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
}