.container-cotar{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.container-cotar .container-cotar-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url('../img/login/fundo.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.container-cotar .container-cotar-bg.lojaintegrada{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,175,179,1) 0%, rgba(0,149,180,1) 100%);
}

.container-cotar .container-cotar-bg.tray{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,152,255,1) 0%, rgba(0,105,176,1) 100%);
}

.container-cotar .container-cotar-bg.nuvemshop{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(57,83,222,1) 0%, rgba(42,66,191,1) 100%);
}


.container-cotar .container-cotar-box{
    position: relative;
    width: 480px;
    min-height: 600px;
}
.container-cotar .container-cotar-box > .container-cotar-box-header{
    width: 100%;
    min-height: 0px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.container-cotar .container-cotar-box > .container-cotar-box-header > img{
    width: 150px;
}
.container-cotar .container-cotar-box > .container-cotar-box-body{
    width: 100%;
    min-height: 1px;
}

.card{
    background-color: #fff;
}

.card > .card-body{
    padding: 20px 25px;
}

.card > .card-body.clear{
    padding: 15px;
}

.card > .card-header{
    padding: 15px 5px;
}

.card-header .card-header-content .card-header-content-check{
    font-size: 25px !important;
}

.card > .card-header-logo{
    position: relative;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.card > .card-header-logo > div{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    cursor: pointer;
}

.card > .card-header-logo > div:hover{
    background-color: #f1f1f1;
}

.card > .card-header-logo > div:first-child{
    border-right: 1px solid #e7e7e7;
}

.card > .card-header-logo > div:first-child > img{
    max-height: 40px;
}

.card > .card-header-logo > div > img{
    max-height: 55px;
    max-width: 160px;
}

.card > .card-header-logo > div > div{
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -15px;
    border-radius: 50%;
    background-color: #f60;
    color: #fff;
    transition: .3s all;
    transform: scale(1);
    z-index: 9;
}

.card > .card-header-logo > div > div:hover{
    background-color: rgb(233, 95, 3);
    transform: scale(1.3);
}

.card > .card-header-logo > div > div > i{
    font-size: 14px;
}


.table{
    margin-bottom: 15px;
}

.table > thead > tr{
    height: 50px;
}

.table > tbody > tr > td{
    height: 30px;
    color: #151D26;
}

.table td > span.table-valor-cotar{
    text-decoration: underline;
}

.table td > div.table-prazo-cotar{
    width: 40px;
    height: 30px;background-color: #123b9f;
    color: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table > tbody > tr:nth-child(even){
    background-color: #f6f6f6;
}


@media (max-width: 767px){
    .container-cotar{
        padding: 0;
    }

    .card > .card-header-logo{
        height: 90px;
    }

    .card > .card-header-logo > img{
        height: 50px;
    }

    .container-cotar > .container-cotar-bg{
        display: none;
    }
}

.table-description-header-cotar{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    color: #151D26;
}
.table-description-header-cotar > .table-description-header-cotar-box{
    width: 100%;
    height: 30px;
    display: flex;
    border-bottom: 1px solid #dfdfdf;
}

.table-description-header-cotar > .table-description-header-cotar-box:last-child{
    border-bottom: 1px solid transparent;
}

.table-description-header-cotar > .table-description-header-cotar-box > div{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.table-description-header-cotar > .table-description-header-cotar-box > div:first-child{
    justify-content: end;
    font-weight: 500;
    font-size: 14px;
}

.table-description-header-cotar > .table-description-header-cotar-box > div:last-child{
    justify-content: start;
    font-size: 12px;
}

.alert-content-box{
    position: relative;
    width: 100%;
    height: auto;
}

.alert-content-box > .alert-segment{
    margin: 0 0 20px 0;
}

@media (min-width: 767px) and (max-width: 992px){

}

@media (min-width: 992px) and (max-width: 1366px){

}

@media (min-width: 1366px) and (max-width: 1600px){
    .container-cotar{
        padding: 15px 0;
    }
    .card > .card-header-logo{
        height: 90px;
    }
    .card > .card-header-logo > img{
        height: 50px;
    }
}

@media (min-width: 1600px){

}

.box-success-message{
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-success-message > .box-success-message-icon{
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-success-message > .box-success-message-icon > i{
    font-size: 40px;
    border-radius: 50%;
    padding: 25px;
    background-color: #71c016;
    color: #fff;
}

.box-success-message > .box-success-message-title{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-success-message > .box-success-message-title > h4{
    padding: 0;
    margin: 0;
}

.box-install-progress-app{
    width: 100%;
    min-height: 50px;
}

.box-install-progress-app > .box-install-progress-app-item{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.box-install-progress-app > .box-install-progress-app-item > div:first-child{
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-install-progress-app > .box-install-progress-app-item > div:last-child{
    width: calc(100% - 60px);
}

.box-install-progress-app > .box-install-progress-app-item > div:last-child > h4{
    margin: 0;
    padding: 0;
    font-size: 12px;
    padding-left: 15px;
}