/*ids*/

html {
    height: 100%;
}

.url {
    background-color: white;
}

.url:hover {
    background-color: aliceblue;
}

#wrap {
    background: #D3D3D3 -webkit-linear-gradient(#D3D3D3, #B0C4DE);
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    z-index: 1111;
}

#login {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 20px 5px #EAEAEA, -1px -1px 20px 5px #EAEAEA;
    margin: 5% auto 0 auto;
    overflow: hidden;
    width: 480px;
}

#renegociacao {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 20px 5px #CCC, -1px -1px 20px 5px #CCC;
    margin: 5% auto 0 auto;
    overflow: hidden;
    width: 1000px;
}

#txt_pagamento {
    max-height: 1px !important;
}

#footer {
    color: #A52A2A;
    line-height: 100px;
    position: absolute;
    bottom: 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    z-index: 0000;
}
/*ids*/

/*classes*/
.no_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no_col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content {
    margin: 15px 0 15px 0;
}

.logos {
    overflow: hidden;
}
/*classes*/

/*img*/
img {
    border: 0;
    max-width: 100%;
}

#casag {
    float: left;
}

#unimed {
    float: right;
}
/*img*/

/*table*/
table thead th {
    background-color: #B0C4DE;
    color: #A52A2A !important;
    text-align: center;
}

table tbody tr td:empty {
    background: #F1F1F1 !important;
}
/*table*/

/*mobile*/
@media (max-width: 1024px) {

    #renegociacao {
        background: #FFFFFF;
        border-radius: 0px;
        box-shadow: none;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }
}

@media (max-width: 568px) {

    #login {
        background: #FFFFFF;
        border-radius: 0px;
        box-shadow: none;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }
}
/*mobile*/
