.pequeno_CB {
    width: 73px;
}
.pequeno_modal {
    width: 63px;
}
.pequeno {
    width: 73px;
}



.medio_CB {
    width:119px;
}
.medio {
    width:105px;
}
.medio-mais {
    width:165px;
}
.medio_modal {
    width:95px;
}
.medio_modal_CB {
    width:113px;
}
.medio_modal_btn {
    width:110px;
}

.grande {
    width:240px;
}
.grandeControlsGroup {
    width:247px;
}
.grande_CB {
    width:255px;
}
.grande_modal {
    width:232px;
}
.grande_modal_CB {
    width:248px;
}
.grande-extra {
    min-width: 240px;
    width: 39vw;
    max-width: 510px;
}
.grande-extra_modal {
    min-width: 220px;
    width: calc(35vw - 42px);
    max-width: 510px;
}
.width-max {
    width: calc(100% - 15px);
    
}



.tamanhoButtonCampo_modal {
    width:168px;;
}

.inline-block-left{
    margin-left:0.5vw;
    margin-right:0.5vw;
}

.inline-block-left div{
    display: inline-block;
    text-align: left;
    margin:5px;
}

.inline-block-center {
    text-align: center;
    margin-left:0.5vw;
    margin-right:0.5vw;
}
.inline-block-center div, section {
    display: inline-block;
    text-align: left;
    margin:5px
}

.flex-center {
    display: flex;
    justify-content: center;
}
.flex-center div {
    text-align: left;
    margin:5px
}
.flex-left {
    display: flex;
}
.flex-left div {
    text-align: left;
    margin:5px
}

.grande_seeker_nome{
    min-width: 109px;
    width: 20vw;
    max-width: 240px;
}

