.tdcinza {
background-color: #eff0f2;
}

/* .titulo-modal {
    background-color: #342b60;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 50px 1px 10px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.modaldialog {
    position: fixed;
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    z-index: 8888;
    opacity: 0;
    ::-webkit-transition: opacity 300ms ease-in;
    ::-moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
    display: none;
    width: 1200px;
    position: fixed;
    margin: 10% auto;
    padding: 5px,20px,12px,20px;
    ::-webkit-border-radius: 12px;
    ::-moz-border-radius: 12px;
    border-radius: 12px;
}

.modaldialog:target {
    display: block;
    opacity: 9;
    pointer-events: auto;
}

.closemodal {
    background-color: red !important;
    color: white;
    line-height: 25px;
    position: absolute;
    right: -14px;
    text-align: center;
    top: -14px;
    width: 30px;
    text-decoration: none;
    font-weight: bold;
    ::-webkit-border-radius: 35px;
    ::-moz-border-radius: 35px;
    border-radius: 35px;
    transition: background-color 0.5s;
    margin-bottom: 0px;
    z-index: 9999;
    height: 30px;
    padding-top: 3px;
}

.closemodal:hover {
    background-color: #bbb;
}

.container #modaldespesas {
  background-color: red;
    width: 1300;
}
*/

#titulomodaltr p {
    background-color: #342b60;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    
    margin-bottom: 0px;
    vertical-align: middle;
    z-index: 9999;
    margin-top: 0px;
    
    padding-left: 0px;
    padding-top: 10px;
}

.titulotabela {
    background-color: blue;
}

.modaldialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    
    opacity: 0;
    ::-webkit-transition: opacity 300ms ease-in;
    ::-moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
    display: none;
    z-index: 8888;
    padding-top: 50px;
}

.modaldialog:target {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.modaldialog div {
    width: 1200px;
    position: relative;
    
    padding: 0px 10px 0px 10px;
    ::-webkit-border-radius: 5px;
    ::-moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #342b60;
    margin: auto;
    box-shadow: 3px 3px 10px grey;
   
}

.closemodal {
    background-color: #342b60;
    color: white;
    line-height: 25px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 7px;
    width: 30px;
    text-decoration: none;
    font-weight: bold;
    ::-webkit-border-radius: 35px;
    ::-moz-border-radius: 35px;
    border-radius: 35px;
    transition: background-color 0.5s;
    z-index: 9999;
    height: 30px;
    
    padding-top: 1px;
    
}

.closemodal:hover {
    background-color: #342b60;
    color: white;
}

.panel-heading {
    color: #fff;
    background: #342b60;
}

#tabelamodal {
    background-color: white;
    
}

.ptitulo {
     color: #fff;
    background-color: #342b60;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    
}

@media screen and (max-width: 992px) {
#tabelamodal {
    width: 100%;
    
}
