.processo {
    display: inline-block;
    position: relative;
    z-index: 3;
    width: 186px;
    height: auto;
    border: 2px solid #73879C;
    box-shadow: -7px 7px 11px -9px black;
}

.boxShadowProcesso{
    box-shadow: -16px 19px 12px -15px rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: -16px 19px 12px -15px rgba(0,0,0,0.5) !important;
}

.modal-title{
    overflow: hidden;
    height:26px;
    line-height: 1.4;
    color:rgba(42,63,84,1);
    font-weight: bold;
    font-size: 20px;
}

.modal-title-container{
    width:calc(100% - 56px);
    height:100%;
    background-color:white;
    padding:15px;
    background-color: #F2F2F2;
}

.modal-header{
    padding:0;
    border-bottom:0px;
}
.modal-header:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-top: 56px solid transparent;
    border-left: 56px solid rgba(42,63,84,1);
}

.modal-content{
    background-color:transparent;
    border:0px;
    height:100%;
}

.modal-body{
    background-color:white;
    height:calc(100% - 58px);
    padding: 17px;
}

.cantoRecto{
    border-radius: 0px !important;
}
/*
.modal .closeLayer {
    position: fixed;
    z-index: 102;
    cursor: pointer;
    height: auto;
    padding: 7px 0px;
    right: 22px;
    top: -3px;
    font-size: 30px;
    color: white;
    text-shadow: 1px 1px 6px rgb(42, 63, 84);
    opacity:1;
}

.modal .closeLayer:hover{
    color: #73879C;
}*/

@media (min-width: 460px) {
    .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
}