﻿body{
  background-color: #FFFFFF;
}
.colorbox{
    position: relative;
}
    .colorbox>.modal-header{
        position: relative;
        z-index: 3;
    }
    .colorbox>.modal-body{
        background: none repeat scroll 0 0 #FFFFFF;
        left: 0;
        max-height: inherit;
        overflow: hidden;
        padding: 45px 0 57px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
    }
        .colorbox>.modal-body .scroll{
            padding: 15px;
            overflow-y: auto;
            max-height: 100%;
        }
    .colorbox>.modal-footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        z-index: 3;
    }
        .colorbox>.modal-footer>*:first-child{
            margin-left: 15px;
        }
        .colorbox>.modal-footer>*:last-child{
            margin-right: 15px;
        }
    .colorbox .table-condensed tr, .colorbox .table-condensed tr td{
        padding: 2px 5px;
    }


.result-modal-dialog {
    position: relative;
    width: 560px;
}

.result-modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px;
}

.result-modal-header {
    padding: 15px;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.result-modal-body {
    padding: 15px;
    height: 460px;
    width: 100%;
    border: none;
}

.result-btn-fechar {
    color: #333333 !important;
    font-size: 20px !important;
    opacity: 1;
    font-weight: bold;
    line-height: 1;
    text-decoration: none !important;
    float: right;
}

.background-modal {
    background-color: rgba(0,0,0,0.5);
}

@media only screen and (min-width: 50px) and (max-width: 758px) and (min-height: 500px) and (max-height: 751px) {
    #pnModalCheckout {
        position: fixed;
        z-index: 10002;
        left: 0 !important;
        top: 1% !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 1% !important;
        width: 100% !important;
        height: 100% !important;
    }

    .checkout-modal-dialog {
        position: relative !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 50px) and (max-width: 758px) {
    #pnModalCheckout, #pnModalResultado, .result-modal-dialog {
        position: fixed;
        z-index: 10002;
        left: 0 !important;
        top: 64px;
        margin-top: 3% !important;
        margin-left: 0 !important;
        margin-right: 1% !important;
        width: 100% !important;
    }

    .hold_boleto {
        position: relative;
        z-index: 10002;
        left: 0 !important;
        top: 1%;
        margin-top: 3% !important;
        margin-left: 0 !important;
        margin-right: 1% !important;
        width: 100% !important;
    }

    .checkout-modal-dialog {
        position: relative !important;
        width: 100% !important;
    }
}

.result-modal-header > h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#conteudo-logada .modal-body table > thead > tr > th {
    border-radius: 10px;
    padding: 8px 12px !important;
}

    #conteudo-logada .modal-body table > thead > tr > th
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

#conteudo-logada .modal-body .card {
    margin: 0.5rem;
    width: 98% !important;
}

#conteudo-logada .modal-body .checkbox {
    display:inline-block !important;
}
#conteudo-logada .modal-body .checkbox input {
    position:relative;
}


#conteudo-logada .modal-body table {
    box-shadow: none;
}

.p-sm-5 {
    padding: 3rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.position-absolute {
    position: absolute !important;
}

.absolute-center {
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}