﻿[class^="ribbon-"] {
    position: relative;
    margin-bottom: 20px;
}

[class^="ribbon-"]:before, [class^="ribbon-"]:after {
    content: "";
    position: absolute;
}

[class^="ribbon-2"]:before, [class^="ribbon-2"]:after {
    content: "";
    position: absolute;
    margin-top: -15px;
}

.ribbon-1-disabled {
    height: 30px;
    background: #ddd;
    left: 0px;
    border-radius: 4px 0 0 4px;
    text-align: center;
    line-height: 30px;
}

.ribbon-1-enabled {
    height: 30px;
    background: #3949ab;
    left: 0px;
    border-radius: 4px 0 0 4px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: bold;
}  

.ribbon-1-disabled:after {
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 8px solid #ddd;
    right: -8px;
}

.ribbon-1-enabled:after {
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 8px solid #3949ab;
    right: -8px;
}

.ribbon-2-disabled {
    height: 30px;
    left: 0px;
    text-align: center;    
    line-height: 0px;
    border-top: 15px solid #ddd;
    border-bottom: 15px solid #ddd;
    border-left: 8px solid transparent;
}

.ribbon-2-enabled {
    height: 30px;
    left: 0px;
    text-align: center;
    line-height: 0px;
    border-top: 15px solid #3949ab;
    border-bottom: 15px solid #3949ab;
    border-left: 8px solid transparent;
    color: white;
    font-weight: bold;
}

.ribbon-2-disabled:after {
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 8px solid #ddd;
    right: -8px;
    margin-top: -15px;
}

.ribbon-2-enabled:after {
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 8px solid #3949ab;
    right: -8px;
    margin-top: -15px;
}


.ribbon-3-disabled {
    height: 30px;
    left: 0px;
    text-align: center;
    line-height: 0px;
    border-radius: 0 4px 4px 0;
    border-top: 15px solid #ddd;
    border-bottom: 15px solid #ddd;
    border-left: 8px solid transparent;
}

.ribbon-3-enabled {
    height: 30px;
    left: 0px;
    text-align: center;
    line-height: 0px;
    border-radius: 0 4px 4px 0;
    border-top: 15px solid #3949ab;
    border-bottom: 15px solid #3949ab;
    border-left: 8px solid transparent;
    color: white;
    font-weight: bold;
}

.disabledButtonConfig {
    pointer-events: none;
    opacity: 0.5;
    color: black;
    background-color: #ddd;
    border-color: #ddd;
}

a.btnNaoModificado {
    height: 35px;
}

.inputBuscaGeral {
    width: 100%;
    border: 2px solid #000051;
    border-radius: 4px;
    height: 40px;
    padding: 5px;
}

.filtroPrimarioDisabled {
    pointer-events: none;
    opacity: 0.5;
}