.divPedido{
    height: 20px !important;
}

.selecionado{
    opacity: 0.4;
}

.newButtonv2{
    cursor: pointer;
    /*border: 1px #fc8b25 solid;*/
    border: 1px #252525 solid;
    padding: 4px 12px 4px 12px;
    background-color: #312e49;
    border-radius: 3px;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    /*text-align: left;*/
}

.newButtonv2:hover{
    background-color: #26233a;
    /*box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);*/
}

.wordBreak{
    overflow: hidden;
    word-break: break-word !important;
    height: 17px;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: white;
    background-color: #4caf50;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-danger {
    color: white;
    background-color: #f44336;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}


body,html{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}

#ghostbar{
    height: 2px;
    width:100%;
    background-color:#000;
    opacity:0.5;
    position:absolute;
    cursor: col-resize;
    z-index:999
}